:root{--primary:#00d4ff;--primary-dark:#00a8cc;--dark:#0a0a0f;--dark-light:#12121a;--gray:#889;--white:#fff;--accent:#ff006e}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Yu Gothic,Hiragino Kaku Gothic ProN,sans-serif;background:var(--dark);color:var(--white);line-height:1.6}.main{min-height:100vh;padding-top:62px}.site-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(10,10,15,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsla(0,0%,100%,.06)}.nav-inner{max-width:1400px;margin:0 auto;padding:0 2rem;height:62px;display:flex;align-items:center;justify-content:space-between}.nav-brand{font-size:1.2rem;font-weight:900;color:var(--white);text-decoration:none;letter-spacing:.08em}.nav-brand span{color:var(--primary)}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:var(--gray);text-decoration:none;font-size:.85rem;font-weight:700;transition:color .3s}.nav-links a:hover{color:var(--primary)}.hero{min-height:80vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--dark) 0,var(--dark-light) 100%);padding:2rem;text-align:center}.hero-content{max-width:800px}.hero-title{font-size:5rem;font-weight:900;background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;letter-spacing:.5rem}.hero-subtitle{font-size:2rem;color:var(--white);margin-bottom:.5rem}.hero-desc{font-size:1.1rem;color:var(--gray);margin-bottom:2rem}.cta-button{display:inline-block;padding:1rem 3rem;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:var(--dark);text-decoration:none;font-weight:700;font-size:1.1rem;border-radius:50px;transition:transform .3s,box-shadow .3s}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,212,255,.3)}.products{padding:5rem 2rem;background:var(--dark-light)}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--white)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1400px;margin:0 auto}.product-card{background:var(--dark);border-radius:16px;overflow:hidden;position:relative;transition:transform .3s,box-shadow .3s;border:1px solid hsla(0,0%,100%,.1)}.product-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.4)}.product-tag{position:absolute;top:1rem;right:1rem;background:var(--accent);color:var(--white);padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:700;z-index:1}.product-image{height:250px;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;align-items:center;justify-content:center}.image-placeholder{color:var(--gray);font-size:1.2rem;text-align:center;padding:1rem}.product-info{padding:1.5rem}.product-name{font-size:1.3rem;margin-bottom:.5rem;color:var(--white)}.product-desc{color:var(--gray);font-size:.95rem;margin-bottom:1rem;line-height:1.5}.product-price{font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.features{padding:5rem 2rem;background:var(--dark)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto}.feature-card{text-align:center;padding:2rem;background:var(--dark-light);border-radius:16px;border:1px solid hsla(0,0%,100%,.1)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.3rem;margin-bottom:.5rem;color:var(--white)}.feature-card p{color:var(--gray)}.product-actions{display:flex;gap:8px;flex-direction:column}.buy-button{background:linear-gradient(135deg,#ff6b35,#f7931e)}.amazon-button,.buy-button{display:block;width:100%;padding:.8rem;color:var(--white);text-decoration:none;text-align:center;font-weight:700;border-radius:8px;transition:opacity .3s}.amazon-button{background:#f90}.amazon-button:hover{opacity:.85}.buy-button:hover{opacity:.9}.driver-button{display:block;width:100%;padding:.65rem;background:transparent;color:var(--primary);border:1px solid var(--primary);text-decoration:none;text-align:center;font-weight:700;font-size:.85rem;border-radius:8px;transition:background .3s,color .3s}.driver-button:hover{background:var(--primary);color:var(--dark)}.faq-section{padding:5rem 2rem;background:var(--dark)}.faq-list{max-width:800px;margin:0 auto;display:grid;grid-gap:.75rem;gap:.75rem}.faq-item{border-radius:12px;border:1px solid hsla(0,0%,100%,.08);background:var(--dark-light);overflow:hidden;cursor:pointer}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 1.5rem;background:none;border:none;color:var(--white);font-size:1rem;font-weight:700;text-align:left;cursor:pointer;line-height:1.5}.faq-chevron{font-size:1.4rem;color:var(--primary);font-weight:300;flex-shrink:0}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.faq-item.open .faq-answer{max-height:300px}.faq-answer p{padding:0 1.5rem 1.2rem;color:var(--gray);font-size:.95rem;line-height:1.8}.driver-section{padding:5rem 2rem;background:var(--dark-light)}.driver-note{text-align:center;color:var(--gray);max-width:700px;margin:-2rem auto 3rem;font-size:.95rem;line-height:1.7}.driver-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:1200px;margin:0 auto}.driver-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;background:var(--dark);border-radius:16px;border:1px solid hsla(0,0%,100%,.08);text-decoration:none;color:var(--white);transition:transform .3s,box-shadow .3s,border-color .3s;position:relative}.driver-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(0,0,0,.4);border-color:rgba(0,212,255,.3)}.driver-card.recommended{border-color:rgba(0,212,255,.2);background:linear-gradient(180deg,rgba(0,212,255,.06) 0,var(--dark) 100%)}.driver-badge{position:absolute;top:.8rem;right:.8rem;background:var(--primary);color:var(--dark);padding:.2rem .6rem;border-radius:8px;font-size:.7rem;font-weight:800}.driver-icon{font-size:2.5rem;margin-bottom:1rem}.driver-card h3{font-size:1.1rem;margin-bottom:.6rem;color:var(--white)}.driver-update{font-size:.7rem;color:var(--accent);font-weight:700;margin-bottom:.5rem;letter-spacing:.05em}.driver-card p{color:var(--gray);font-size:.9rem;line-height:1.6;margin-bottom:0}.driver-detail{font-size:.8rem!important;margin-top:.6rem;opacity:.7}.driver-link{display:inline-block;margin-top:1.2rem;color:var(--primary);font-weight:700;font-size:.85rem;transition:color .3s}.driver-card:hover .driver-link{color:var(--white)}@media (max-width:767px){.driver-section{padding:3rem 1rem}.driver-grid{grid-template-columns:1fr;gap:1rem}.driver-note{margin:-1rem auto 2rem}}@media (min-width:768px) and (max-width:1023px){.driver-section{padding:4rem 1.5rem}.driver-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}}.footer{padding:3rem 2rem;background:var(--dark-light);border-top:1px solid hsla(0,0%,100%,.1)}.footer-content{max-width:1000px;margin:0 auto;text-align:center;color:var(--gray)}.footer-links{margin-top:1rem;display:flex;justify-content:center;gap:2rem}.footer-links a{color:var(--gray);text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--primary)}@media (max-width:768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.5rem}.section-title{font-size:2rem}.product-grid{grid-template-columns:1fr}}.product-image{width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:12px;background:#f5f5f5}.product-img{width:100%;height:100%;object-fit:cover;display:block}.sale-banner-section{padding:0}.sale-banner{background:linear-gradient(135deg,#ff006e,#ff7300);padding:2rem;text-align:center;animation:pulse-glow 2s infinite alternate}@keyframes pulse-glow{0%{box-shadow:inset 0 0 20px rgba(255,0,110,.3)}to{box-shadow:inset 0 0 40px rgba(255,115,0,.5)}}.sale-banner-text h2{font-size:2rem;margin-bottom:.3rem;color:#fff}.sale-banner-text p{font-size:1.2rem;color:hsla(0,0%,100%,.9)}.sale-end-date{display:inline-block;margin-top:.5rem;padding:.3rem 1rem;background:rgba(0,0,0,.2);border-radius:20px;font-size:.85rem;color:#fff}.sale-products{padding:3rem 2rem 1rem;background:var(--dark-light)}.sale-tag{background:linear-gradient(135deg,#ff006e,#ff7300)!important}.sale-card{border-color:rgba(255,0,110,.3)!important}.on-sale{border-color:rgba(255,0,110,.2)}.original-price{text-decoration:line-through;color:var(--gray);font-size:1rem;font-weight:400;margin-right:.8rem}.sale-price{color:var(--accent);font-weight:700}.sale-buy-button{background:linear-gradient(135deg,#ff006e,#ff7300)!important}.product-rating{margin-bottom:.8rem;display:flex;align-items:center;gap:.4rem}.stars{color:#ffc107;letter-spacing:.1em}.rating-score{color:var(--white);font-weight:700;font-size:.9rem}.review-count{color:var(--gray);font-size:.8rem}.about-page{max-width:900px;margin:0 auto;padding:3rem 2rem}.about-hero{text-align:center;padding:4rem 0}.about-hero h1{font-size:3rem;background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.about-subtitle{color:var(--gray);font-size:1.2rem}.about-section{display:flex;flex-direction:column;gap:2rem}.about-card{background:var(--dark-light);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:2rem}.about-card h2{font-size:1.6rem;color:var(--primary);margin-bottom:1rem}.about-card p{color:var(--gray);font-size:.95rem;line-height:1.8;margin-bottom:.8rem}.about-email{font-size:1.1rem!important;color:var(--white)!important;text-align:center;margin-top:1rem}.about-email a{color:var(--primary);text-decoration:none}.about-email a:hover{text-decoration:underline}.strength-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.strength-item{text-align:center;padding:1.5rem;background:var(--dark);border-radius:12px;border:1px solid hsla(0,0%,100%,.06)}.strength-icon{font-size:2.5rem;margin-bottom:.8rem;display:block}.strength-item h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--white)}.strength-item p{font-size:.85rem!important;margin-bottom:0!important}.about-footer-link{text-align:center;margin:3rem 0}@media (max-width:767px){.about-hero h1{font-size:2rem}.strength-grid{grid-template-columns:1fr}.sale-banner-text h2{font-size:1.5rem}.sale-products{padding:2rem 1rem .5rem}}@media (min-width:768px) and (max-width:1023px){.sale-products{padding:2.5rem 1.5rem .5rem}}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;background:none;border:none;cursor:pointer;padding:0;z-index:110}.hamburger span{display:block;width:100%;height:2px;background:var(--white);border-radius:2px;transition:transform .3s,opacity .3s}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:767px){.main{padding-top:54px}.nav-inner{height:54px;padding:0 1rem}.hamburger{display:flex}.nav-links{position:fixed;top:54px;left:0;right:0;flex-direction:column;background:rgba(10,10,15,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem 0;gap:0;transform:translateY(-110%);opacity:0;transition:transform .35s ease,opacity .35s ease;pointer-events:none;border-bottom:1px solid hsla(0,0%,100%,.06)}.nav-links.nav-open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-links a{display:block;padding:.9rem 1.5rem;font-size:1rem;border-bottom:1px solid hsla(0,0%,100%,.04)}.hero{min-height:60vh;padding:1rem}.hero-title{font-size:2.5rem;letter-spacing:.2rem}.hero-subtitle{font-size:1.3rem}.hero-desc{font-size:.95rem}.faq-section,.features,.products{padding:3rem 1rem}.section-title{font-size:1.8rem}.features-grid,.product-grid{grid-template-columns:1fr;gap:1rem}.faq-list{gap:.5rem}.faq-question{padding:1rem;font-size:.9rem}.faq-answer p{padding:0 1rem 1rem;font-size:.88rem}.product-actions{flex-direction:column}.footer{padding:2rem 1rem}.footer-links{flex-direction:column;gap:.8rem}}@media (min-width:768px) and (max-width:1023px){.hero-title{font-size:3.5rem}.faq-section,.features,.products{padding:4rem 1.5rem}.section-title{font-size:2.2rem}.features-grid,.product-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}}@media (min-width:1024px){.features,.products{padding:5rem 2rem}.features-grid,.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}