*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Roboto,sans-serif;line-height:1.6;color:#f2f2f2;background-color:#101317}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:600;color:#ebc360}.section-title{font-size:2.5rem;text-align:center;margin-bottom:2rem;color:#ebc360}.section-subtitle{text-align:center;font-size:1.1rem;margin-bottom:3rem;color:#f2f2f2;opacity:.8}.btn{display:inline-block;padding:12px 30px;text-decoration:none;border-radius:5px;font-weight:500;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.btn-primary{background-color:#ebc360;color:#101317}.btn-primary:hover{background-color:#d4a84a;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:#ebc360;border:2px solid #ebc360}.btn-secondary:hover{background-color:#ebc360;color:#101317;transform:translateY(-2px)}.navbar{position:fixed;top:0;width:100%;background-color:#101317f2;backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease}.navbar.scrolled{background-color:#101317fa;box-shadow:0 2px 20px #ebc3601a}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo{flex:0 0 auto}.nav-logo a{display:flex;align-items:center;text-decoration:none;color:#ebc360}.logo-img{height:45px;width:auto;margin-right:12px}.logo-text{font-family:Montserrat,sans-serif;font-size:1.6rem;font-weight:700;color:#ebc360}.nav-menu{display:flex;list-style:none;align-items:center;margin-left:auto}.nav-item{position:relative;margin-left:2rem}.nav-link{text-decoration:none;color:#f2f2f2;font-weight:500;transition:color .3s ease;display:flex;align-items:center}.nav-link:hover{color:#ebc360}.nav-link i{margin-left:5px;font-size:.8rem}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#101317f2;backdrop-filter:blur(10px);min-width:200px;list-style:none;padding:1rem 0;border-radius:5px;box-shadow:0 5px 20px #0000004d;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-link{display:block;padding:.5rem 1.5rem;color:#f2f2f2;text-decoration:none;transition:all .3s ease}.dropdown-link:hover{color:#ebc360;background-color:#ebc3601a}.dropdown-link.active{color:#ebc360;background-color:#ebc36026}.hamburger{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background-color:#ebc360;margin:3px 0;transition:.3s}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:120px 20px 60px;background:linear-gradient(135deg,#101317,#1a1f26)}.hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1rem;color:#ebc360}.hero-tagline{font-size:1.5rem;color:#ebc360;margin-bottom:1rem;font-weight:500}.hero-description{font-size:1.1rem;margin-bottom:2rem;color:#f2f2f2;opacity:.9}.hero-buttons{display:flex;gap:1rem}.hero-image{text-align:center}.hero-car{max-width:100%;height:auto;border-radius:10px;box-shadow:0 20px 40px #0000004d}.hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem;max-width:1200px;margin-left:auto;margin-right:auto}.feature{text-align:center;padding:2rem;background-color:#ebc3600d;border-radius:10px;border:1px solid rgba(235,195,96,.1)}.feature i{font-size:3rem;color:#ebc360;margin-bottom:1rem}.feature h3{margin-bottom:1rem;color:#ebc360}.feature p{color:#f2f2f2;opacity:.8}.products{padding:80px 20px;background-color:#0f1216}.products-tabs{display:flex;justify-content:center;margin-bottom:3rem;gap:1rem}.tab-btn{background-color:#ebc3601a;border:2px solid rgba(235,195,96,.3);color:#f2f2f2;padding:1rem 2rem;border-radius:10px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500}.tab-btn:hover{background-color:#ebc36033;border-color:#ebc36080;transform:translateY(-2px)}.tab-btn.active{background-color:#ebc360;color:#101317;border-color:#ebc360}.tab-btn i{font-size:1.2rem}.tab-content{display:none;animation:fadeInUp .5s ease}.tab-content.active{display:block}.shop-header,.tech-header,.production-header{text-align:center;margin-bottom:3rem}.shop-header h3,.tech-header h3,.production-header h3{font-size:2rem;color:#ebc360;margin-bottom:1rem}.shop-header p,.tech-header p,.production-header p{font-size:1.1rem;color:#f2f2f2;opacity:.8}.products-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.product-card{background-color:#ebc3600d;border-radius:15px;border:1px solid rgba(235,195,96,.1);overflow:hidden;transition:all .3s ease;position:relative}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #ebc36026}.product-card.featured{border:2px solid #ebc360}.product-badge{position:absolute;top:1rem;right:1rem;background-color:#ebc360;color:#101317;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;z-index:2}.product-image{width:100%;height:250px;object-fit:cover}.product-info{padding:2rem}.product-info h4{font-size:1.3rem;margin-bottom:1.2rem;color:#ebc360}.product-info p{margin-bottom:1.5rem;color:#f2f2f2;opacity:.8}.product-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.feature-tag{background-color:#ebc36033;color:#ebc360;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.product-price{display:flex;justify-content:space-between;align-items:center}.products-all-button{margin-top:3rem;text-align:center}.products-all-button .btn{min-width:220px}.price{font-size:1.3rem;font-weight:700;color:#ebc360}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.tech-feature{background-color:#ebc3600d;padding:2rem;border-radius:15px;border:1px solid rgba(235,195,96,.1);text-align:center;transition:all .3s ease}.tech-feature:hover{transform:translateY(-5px);background-color:#ebc36014}.tech-icon{margin-bottom:1.5rem}.tech-icon i{font-size:3rem;color:#ebc360}.tech-feature h4{margin-bottom:1.3rem;color:#ebc360;font-size:1.2rem}.tech-feature p{color:#f2f2f2;opacity:.8;line-height:1.6}.production-timeline{max-width:800px;margin:0 auto}.timeline-item{display:flex;align-items:flex-start;margin-bottom:3rem;position:relative}.timeline-item:not(:last-child):after{content:"";position:absolute;left:30px;top:60px;width:2px;height:calc(100% + 1rem);background-color:#ebc3604d}.timeline-number{flex:0 0 60px;height:60px;background-color:#ebc360;color:#101317;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin-right:2rem;z-index:2;position:relative}.timeline-content{flex:1;background-color:#ebc3600d;padding:2rem;border-radius:15px;border:1px solid rgba(235,195,96,.1)}.timeline-content h4{margin-bottom:1.3rem;color:#ebc360;font-size:1.2rem}.timeline-content p{color:#f2f2f2;opacity:.8;line-height:1.6}.reviews{padding:80px 20px;background-color:#101317}.reviews-hero{background-color:#0b0f15;padding:120px 20px 60px;text-align:center}.reviews-hero__intro{max-width:780px;margin:1rem auto 0;color:#f2f2f2;opacity:.85;line-height:1.7}.reviews-page{padding-top:40px}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.review-card{background-color:#ebc3600d;padding:2rem;border-radius:15px;border:1px solid rgba(235,195,96,.1);transition:all .3s ease}.review-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #ebc36026}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.reviewer-info{display:flex;align-items:center}.reviewer-avatar{width:50px;height:50px;border-radius:50%;margin-right:1rem;object-fit:cover}.reviewer-info h4{color:#ebc360;margin-bottom:.2rem}.reviewer-info p{color:#f2f2f2;opacity:.7;font-size:.9rem}.rating{display:flex;gap:2px}.rating i{color:#ebc360}.review-text{margin-bottom:1.5rem;color:#f2f2f2;opacity:.9;line-height:1.6}.before-after{text-align:center}.ba-image{width:100%;max-width:300px;height:200px;object-fit:cover;border-radius:10px}.review-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat h3{font-size:2.5rem;color:#ebc360;margin-bottom:.5rem}.stat p{color:#f2f2f2;opacity:.8}.about{padding:80px 20px;background-color:#0f1216}.about .section-title{margin-bottom:2rem}.about-content.single-column{max-width:800px;margin:0 auto 2.5rem}.about-description{margin:0;color:#f2f2f2;opacity:.9;line-height:1.6}.about-text>*{margin-top:0;margin-bottom:0}.about-text>.about-description+.about-description{margin-top:.65rem}.about-text>.about-description+.about-callout,.about-text>.about-callout+.about-description{margin-top:1.25rem}.about-text>.btn{margin-top:1.5rem}.about-callout{padding-left:1.75rem;margin-left:1.5rem;list-style:disc}.about-callout li{margin:.35rem 0;line-height:1.6}.about-callout li:last-child{margin-bottom:0}.faq{padding:60px 20px;background-color:#0a0d11}.faq .container{max-width:900px}.faq-list{display:flex;flex-direction:column}.faq-list .faq-item{padding:1.25rem 0;border-bottom:1px solid rgba(255,255,255,.12);overflow:hidden}.faq-list .faq-item:first-child{border-top:1px solid rgba(255,255,255,.12)}.faq-question{width:100%;background:none;border:none;color:#f2f2f2;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0;cursor:pointer;text-align:left}.faq-icon{font-size:1.2rem;color:#ebc360e6;line-height:1;transition:transform .2s ease}.faq-icon:before{content:"▼"}.faq-item.is-open .faq-icon:before{content:"▲"}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0;margin-top:.75rem}.faq-item.is-open .faq-answer{max-height:1000px;padding-bottom:.5rem}.faq-answer p{margin:0;color:#f2f2f2;opacity:.85;line-height:1.6}.about-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem}.about-link:after{content:"";font-family:"Font Awesome 6 Free";font-weight:900}.contact-info{background-color:#ebc3600d;padding:3rem 0}.contact-info .container{max-width:1000px;margin:0 auto;padding:0 20px}.contact-info h3{text-align:center;margin-bottom:2rem;color:#ebc360;font-size:1.8rem}.contact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}.contact-item{text-align:center}.contact-item i{font-size:2rem;color:#ebc360;margin-bottom:1rem}.contact-item h4{margin-bottom:.5rem;color:#ebc360}.contact-item p{color:#f2f2f2;opacity:.8}.support-hero{padding:140px 20px 60px;background:linear-gradient(135deg,#101317f2,#181d24f2);text-align:center}.warranty-hero{text-align:center}.support-hero .section-title{margin-bottom:1rem}.support-hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:3rem}.support-hero-card{background-color:#ebc36014;border:1px solid rgba(235,195,96,.2);border-radius:12px;padding:2rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.support-hero-card i{font-size:2rem;color:#ebc360;margin-bottom:1rem}.support-hero-card h3{margin-bottom:.75rem;color:#ebc360}.support-hero-card p{color:#f2f2f2;opacity:.85;line-height:1.6}.support-hero-card:hover{transform:translateY(-6px);box-shadow:0 18px 30px #0003}.support-section{padding:80px 20px;background-color:#0f1216}.support-subline{margin-top:.75rem;color:#f2f2f2bf;font-size:.95rem}.hero-actions{margin-top:2rem;display:flex;justify-content:center;gap:1.2rem;flex-wrap:wrap}.hero-actions.small{margin-top:1.5rem}.support-section.alt{background-color:#131820}.support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;align-items:start}.support-grid.two-column{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.support-card,.support-tip{background-color:#ebc3600f;border:1px solid rgba(235,195,96,.15);border-radius:12px;padding:2.2rem;transition:transform .3s ease,border-color .3s ease}.support-card:hover,.support-tip:hover{transform:translateY(-4px);border-color:#ebc36059}.support-card h3,.support-tip h3{margin-bottom:1rem;color:#ebc360;font-size:1.3rem}.support-card p,.support-tip p{color:#f2f2f2;opacity:.85;line-height:1.6;margin-bottom:1.2rem}.support-card ul,.step-card ul{list-style:disc;margin-left:1.2rem;color:#f2f2f2;opacity:.85;line-height:1.6}.support-stats{margin-top:3rem;display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.stat-card{background-color:#ebc36014;border:1px solid rgba(235,195,96,.2);border-radius:12px;padding:1.8rem 2.2rem;text-align:center;min-width:200px}.coverage-cards .stat-card{min-width:240px;text-align:left}.stat-value{display:block;font-size:2.8rem;font-weight:700;color:#ebc360;margin-bottom:.5rem}.stat-value span{font-size:1.1rem;font-weight:500;margin-left:.25rem;color:#f2f2f2;opacity:.8}.support-footnote{margin-top:1.2rem;text-align:center;font-size:.9rem;color:#f2f2f2b3}.support-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.support-steps.compact{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.step-card{background-color:#ebc3600f;border:1px solid rgba(235,195,96,.15);border-radius:12px;padding:2.2rem;position:relative;overflow:hidden;transition:transform .3s ease,border-color .3s ease}.step-card:hover{transform:translateY(-4px);border-color:#ebc3604d}.step-number{position:absolute;top:14px;right:14px;background-color:#ebc360;color:#101317;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700}.step-card h3{margin-bottom:.75rem;color:#ebc360;font-size:1.2rem}.step-card p{color:#f2f2f2;opacity:.85;line-height:1.6;margin-bottom:1.2rem}.support-cta{margin-top:3rem;background-color:#ebc36014;border:1px solid rgba(235,195,96,.2);border-radius:12px;padding:2rem 2.5rem;text-align:center}.support-cta h3{margin-bottom:.75rem;color:#ebc360}.support-cta p,.support-cta a{color:#f2f2f2;opacity:.85}.support-cta a{font-weight:600}.support-search{margin-top:2.5rem;max-width:480px;margin-left:auto;margin-right:auto;position:relative}.support-search i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#ebc36099}.support-search input{width:100%;background-color:#ebc36014;border:1px solid rgba(235,195,96,.2);border-radius:999px;padding:.9rem 1.2rem .9rem 3rem;color:#f2f2f2}.support-search input::placeholder{color:#f2f2f299}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.faq-grid .faq-item{background-color:#ebc3600f;border:1px solid rgba(235,195,96,.15);border-radius:12px;padding:1.8rem;transition:transform .3s ease,border-color .3s ease}.faq-grid .faq-item:hover{transform:translateY(-4px);border-color:#ebc3604d}.faq-grid .faq-item h3{margin-bottom:.75rem;color:#ebc360;font-size:1.1rem}.faq-grid .faq-item p,.faq-grid .faq-item a{color:#f2f2f2;opacity:.85;line-height:1.6}.faq-grid .faq-item a{font-weight:600}.support-checklist{list-style:disc;margin-left:1.5rem;color:#f2f2f2;opacity:.85;line-height:1.7;display:grid;gap:.6rem}.support-card.checklist{margin-top:2.5rem}.support-definitions{display:grid;gap:1rem}.support-definitions details{background-color:#ebc3600d;border:1px solid rgba(235,195,96,.15);border-radius:10px;padding:1rem 1.25rem;color:#f2f2f2}.support-definitions summary{cursor:pointer;font-weight:600;color:#ebc360}.support-definitions p{margin-top:.75rem;color:#f2f2f2d9;line-height:1.6}.support-legal{margin-top:2.5rem;font-size:.85rem;color:#f2f2f2a6;line-height:1.6;text-align:center}@media(max-width:900px){.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.support-hero{padding:120px 20px 50px}.support-hero-card{text-align:center}.support-steps,.support-grid,.faq-grid{grid-template-columns:1fr 1fr}.support-stats{gap:1.2rem}}@media(max-width:540px){.contact-grid{grid-template-columns:1fr}.support-hero{padding:110px 15px 45px}.support-stats{flex-direction:column;align-items:stretch}.support-steps,.support-grid,.faq-grid{grid-template-columns:1fr}.support-search{margin-top:2rem}.support-search input{padding-left:2.6rem}.hero-actions{flex-direction:column;align-items:stretch}}.partnership-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:1500}.partnership-modal.is-open{opacity:1;pointer-events:auto}.partnership-modal__overlay{position:absolute;inset:0;background:#0a0c0fd9;backdrop-filter:blur(6px)}.partnership-modal__dialog{position:relative;width:min(640px,100%);background:#0f1216;border:1px solid rgba(235,195,96,.25);border-radius:16px;padding:2.5rem;box-shadow:0 25px 60px #00000073;z-index:2;max-height:90vh;overflow-y:auto}.partnership-modal__close{position:absolute;top:1.2rem;right:1.2rem;background:transparent;border:none;color:#f2f2f2;font-size:1.1rem;cursor:pointer;transition:transform .2s ease}.partnership-modal__close:hover{transform:scale(1.1);color:#ebc360}.partnership-modal__header{margin-bottom:1.5rem}.partnership-modal__header h2{margin-bottom:.75rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-bottom:1.5rem}.partnership-form .form-group{margin-bottom:0}.partnership-form textarea{resize:vertical}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.partnership-status{margin-top:1rem;font-size:.95rem;min-height:1.5rem}.partnership-status.is-success{color:#7dd87d}.partnership-status.is-error{color:#ff7b72}.btn-spinner{display:inline-block;width:1em;height:1em;border-radius:50%;border:2px solid rgba(16,19,23,.25);border-top-color:#101317;margin-right:.5rem;animation:spin .8s linear infinite;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}body.modal-open{overflow:hidden}@media(max-width:720px){.form-grid{grid-template-columns:1fr}.partnership-modal__dialog{padding:2rem}.form-actions{flex-direction:column-reverse;align-items:stretch}.form-actions .btn{width:100%;text-align:center}}.footer{background-color:#0a0c0f;padding:3rem 20px 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;margin-bottom:1rem}.footer-logo-img{height:35px;width:auto;margin-right:12px}.footer-logo-text{font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:700;color:#ebc360}.footer-section p{color:#f2f2f2;opacity:.8;margin-bottom:1rem}.footer-section h4{color:#ebc360;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#f2f2f2;text-decoration:none;opacity:.8;transition:all .3s ease}.footer-section ul li a:hover{color:#ebc360;opacity:1}.social-links{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ebc3601a;color:#ebc360;border-radius:50%;text-decoration:none;transition:all .3s ease}.social-link:hover{background-color:#ebc360;color:#101317;transform:translateY(-2px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(235,195,96,.1);color:#f2f2f2;opacity:.6}.products.tech-compact .container{padding-top:2rem;padding-bottom:2rem}.products.tech-compact h2{margin-bottom:1rem}.products.tech-compact p,.products.tech-compact li,.products.tech-compact dd{font-size:.95rem;line-height:1.5;text-align:left}.tech-spec{display:grid;gap:.05rem;margin:0;padding:0}.tech-spec__row{display:grid;grid-template-columns:minmax(150px,220px) 1fr;gap:1.5rem;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.tech-spec__row:last-child{border-bottom:none}.tech-spec__row dt{font-weight:600;margin:0}.tech-spec__row dd{margin:0}.tech-feature--compact{background:transparent;border:1px solid rgba(235,195,96,.2);padding:1.1rem 1.3rem;border-radius:8px;text-align:left;margin-bottom:.75rem}.tech-feature--compact h3{font-size:1rem;margin-bottom:.35rem;color:#ebc360}.tech-feature--compact p{opacity:.9;margin:0}.process-compact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.process-compact li{display:flex;gap:1rem;border-bottom:1px solid rgba(255,255,255,.08);padding:.75rem 0;align-items:flex-start}.process-compact li:last-child{border-bottom:none}.step-index{min-width:30px;height:30px;border:1px solid rgba(235,195,96,.5);border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:600;color:#ebc360;font-size:.9rem}.step-title{font-weight:600;margin:0 0 .2rem;font-size:.98rem}.process-compact p{margin:0}@media(max-width:768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#101317fa;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-menu.active{left:0}.nav-item{margin:1rem 0}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;background-color:#ebc3601a;margin-top:1rem}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center;flex-wrap:wrap}.about-content{grid-template-columns:1fr;gap:2rem}.section-title{font-size:2rem}.products-tabs{flex-direction:column;align-items:center}.tab-btn{width:100%;max-width:300px;justify-content:center}.products-showcase,.tech-grid{grid-template-columns:1fr}.timeline-item{flex-direction:column;text-align:center}.timeline-number{margin-bottom:1rem;margin-right:0}.timeline-item:after{display:none}.reviews-grid,.hero-features{grid-template-columns:1fr}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-tagline{font-size:1.2rem}.section-title{font-size:1.8rem}.btn{padding:10px 20px;font-size:.9rem}.contact-grid{grid-template-columns:1fr}.logo-text{font-size:1.3rem}.logo-img{height:35px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-content,.feature,.product-card,.review-card,.tech-feature,.timeline-item{animation:fadeInUp .6s ease-out}section{scroll-margin-top:80px}.about-text h2{margin-bottom:3rem!important}.about-description+.about-description{margin-top:1.5rem}.value h4{color:#ebc360;margin-bottom:.8rem;margin-top:0;font-size:1.2rem;line-height:1.3}.tech-hero,.tech-section{background-color:#05070b;color:#f2f2f2}.tech-hero{padding:120px 20px 45px;text-align:center;position:relative;background-color:#080c12}.tech-hero h2{color:#ebc360;font-size:2rem;letter-spacing:.08em}.tech-hero__intro{max-width:760px;margin:1.25rem auto 0;line-height:1.7;opacity:.9}.tech-hero:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:min(100%,1180px);height:1px;background:linear-gradient(90deg,#ebc36000,#ebc36080,#ebc36000);opacity:.8}.tech-section{padding:80px 20px}.tech-container{max-width:1180px;margin:0 auto}.layer-stack{background:#080c12;padding-top:55px}.layer-stack__grid{display:grid;grid-template-columns:minmax(0,320px) minmax(0,1fr);gap:3rem;align-items:start}.layer-stack__intro h2,.chemistry h2,.process h2,.specs h2,.installer h2,.systems h2,.sustainability h2{color:#ebc360;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.layer-stack__intro p{line-height:1.7;opacity:.85}.layer-stack__cards{display:grid;gap:1.5rem}.layer-card{padding:1.8rem;border-radius:18px;border:1px solid rgba(235,195,96,.18);background:linear-gradient(145deg,#ffffff08,#0000);box-shadow:0 18px 32px #0006}.layer-card h4{margin-bottom:.75rem;color:#f5d995;font-size:1.05rem}.layer-card p{margin:.35rem 0;line-height:1.6;opacity:.9}.chemistry{background:#06080d}.chemistry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem}.chem-card{padding:1.65rem 1.75rem 1.5rem;border-radius:18px;background-color:#0a0c12e6;border:1px solid rgba(235,195,96,.2);box-shadow:0 20px 30px #00000059;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.chem-card:hover{transform:translateY(-6px);border-color:#ebc36066;box-shadow:0 25px 40px #00000073}.chem-card h4{margin:0 0 .5rem;color:#f7d27b}.chem-card p{margin:.3rem 0;opacity:.9;line-height:1.6}.process{background:#080b10}.process-timeline{position:relative;padding-left:2rem}.process-timeline:before{content:"";position:absolute;left:1.1rem;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#ebc36026,#ebc36080,#ebc36026)}.process-step{display:flex;gap:1.5rem;padding:1.5rem 0}.process-step+.process-step{border-top:1px solid rgba(255,255,255,.05)}.process-index{width:42px;height:42px;border-radius:50%;border:1px solid rgba(235,195,96,.6);display:flex;align-items:center;justify-content:center;font-weight:600;color:#ebc360;flex-shrink:0;background:#0000004d}.process-step h4{margin:0 0 .5rem;color:#f7d995}.process-step p{margin:0 0 .5rem;line-height:1.65;opacity:.85}.specs{background:#06080c}.spec-groups{display:flex;flex-direction:column;gap:2.5rem}.spec-group__title{font-weight:700;color:#f5d995;margin-bottom:1rem;letter-spacing:.08em;text-transform:uppercase;font-size:1.05rem}.spec-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.spec-card{border-radius:14px;border:1px solid rgba(235,195,96,.2);padding:1.25rem 1.5rem;background-color:#ffffff05}.spec-card h4{margin:0 0 .35rem;color:#fff8e1;font-size:1.15rem;letter-spacing:.03em;text-transform:uppercase}.spec-card .metric{color:#ebc360;margin:0 0 .75rem;font-weight:600}.spec-card p{margin:0;opacity:.85;line-height:1.6}.installer{background:#070a0f}.installer-layout{display:grid;grid-template-columns:2fr 1fr;gap:2.5rem;align-items:start}.installer-bullets{display:grid;gap:1.25rem}.installer-item{padding:1.25rem;border-left:3px solid rgba(235,195,96,.7);background:#ffffff05;border-radius:10px}.installer-item p{margin:.25rem 0;line-height:1.6}.installer-summary{background:#ebc36014;border:1px solid rgba(235,195,96,.3);border-radius:16px;padding:1.75rem;display:flex;flex-direction:column;gap:1rem;line-height:1.6;align-self:start;max-width:340px}.systems{background:#05070b;border-top:1px solid rgba(235,195,96,.25)}.system-split{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:1.5rem}.concept-panel{padding:1.5rem;border-radius:14px;background-color:#ffffff05;border:1px solid rgba(235,195,96,.18)}.concept-panel h4{margin:0 0 1rem;color:#f7d995;text-transform:uppercase;letter-spacing:.05em}.concept-item{display:flex;gap:.75rem;margin-bottom:1rem}.concept-item:last-child{margin-bottom:0}.concept-icon{color:#ebc360}.concept-item p{margin:.15rem 0;line-height:1.6}.sustainability{background:#06080d;padding-bottom:100px}.sustainability-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.sustainability-item{display:flex;gap:1rem;padding:1.5rem;border-radius:16px;background-color:#ffffff05;border:1px solid rgba(235,195,96,.2)}.sustainability-icon{color:#ebc360;font-weight:700}.sustainability-item h4{margin:0 0 .35rem;color:#fef3d4}.sustainability-item p{margin:0;line-height:1.6;opacity:.85}@media(max-width:900px){.tech-hero{padding-top:90px}.layer-stack__grid{grid-template-columns:1fr}.process-timeline:before{left:1.2rem}.chemistry-grid{grid-template-columns:1fr}.process-step{flex-direction:column;padding-left:1.75rem}.installer-layout{grid-template-columns:1fr}.installer-summary{max-width:100%;margin-top:1rem}}@media(max-width:600px){.tech-hero h2{font-size:1.6rem}.tech-section{padding:60px 16px}.spec-grid,.sustainability-grid{grid-template-columns:1fr}}.products-detail{padding:120px 20px 80px;background-color:#101317}.product-detail{margin-bottom:6rem;padding:3rem 0;border-bottom:1px solid rgba(235,195,96,.1)}.product-detail:last-child{border-bottom:none}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-start}.product-images{position:sticky;top:120px}.main-image{margin-bottom:1rem}.product-main-img{width:100%;height:400px;object-fit:cover;border-radius:15px;box-shadow:0 20px 40px #0000004d}.image-gallery{display:flex;gap:1rem;justify-content:center}.gallery-img{width:80px;height:80px;object-fit:cover;border-radius:10px;cursor:pointer;opacity:.6;transition:all .3s ease;border:2px solid transparent}.gallery-img.active,.gallery-img:hover{opacity:1;border-color:#ebc360;transform:scale(1.05)}.product-info-detail{padding:2rem 0}.product-info-detail h2{font-size:2.5rem;color:#ebc360;margin-bottom:1rem}.product-rating{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.stars{display:flex;gap:2px}.stars i{color:#ebc360;font-size:1.2rem}.rating-text{color:#f2f2f2;opacity:.8;font-size:.9rem}.product-price-detail{margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.price-current{font-size:2.5rem;font-weight:700;color:#ebc360}.price-original{font-size:1.5rem;color:#f2f2f2;opacity:.6;text-decoration:line-through}.price-save{background-color:#ebc36033;color:#ebc360;padding:.3rem .8rem;border-radius:15px;font-size:.9rem;font-weight:600}.product-description{margin-bottom:2rem}.product-detail-content .product-info-detail .product-badge{position:static;display:inline-flex;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.55rem 1.15rem;background-color:#ebc360;color:#101317;border-radius:999px;font-size:.85rem;font-weight:600;box-shadow:0 10px 22px #ebc36040}.product-description h3{color:#ebc360;margin-bottom:1rem;font-size:1.5rem}.product-description h4{color:#ebc360;margin:1.5rem 0 1rem;font-size:1.2rem}.product-description p{color:#f2f2f2;opacity:.9;line-height:1.7;margin-bottom:1.5rem}.feature-list{list-style:none;margin-bottom:2rem}.feature-list li{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem;color:#f2f2f2;opacity:.9}.feature-list i{color:#ebc360;font-size:1rem}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:1.5rem}.spec-item{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:1.2rem 1.4rem;background-color:#ebc3600f;border-radius:14px;border:1px solid rgba(235,195,96,.18);box-shadow:0 12px 28px #0000002e}.spec-label{color:#ebc360;font-weight:600;letter-spacing:.01em}.spec-value{color:#f2f2f2;opacity:.92;line-height:1.5}.color-options{display:flex;gap:1rem;margin:1rem 0}.color-option{width:40px;height:40px;border-radius:50%;cursor:pointer;border:3px solid transparent;transition:all .3s ease}.color-option:hover,.color-option.selected{border-color:#ebc360;transform:scale(1.1)}.product-options{margin-bottom:2rem}.option-group{margin-bottom:1.5rem}.option-group label{display:block;color:#ebc360;font-weight:500;margin-bottom:.5rem}.thickness-select,.coverage-select,.color-select,.vehicle-select{width:100%;padding:.8rem;background-color:#ebc3601a;border:1px solid rgba(235,195,96,.3);border-radius:8px;color:#f2f2f2;font-size:1rem}.thickness-select:focus,.coverage-select:focus,.color-select:focus,.vehicle-select:focus{outline:none;border-color:#ebc360;background-color:#ebc36026}.quantity-control{display:flex;align-items:center;gap:.5rem;width:fit-content}.qty-btn{width:40px;height:40px;background-color:#ebc3601a;border:1px solid rgba(235,195,96,.3);border-radius:8px;color:#ebc360;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s ease}.qty-btn:hover{background-color:#ebc360;color:#101317}.qty-input{width:60px;height:40px;text-align:center;background-color:#ebc3601a;border:1px solid rgba(235,195,96,.3);border-radius:8px;color:#f2f2f2;font-size:1rem}.qty-input:focus{outline:none;border-color:#ebc360}.product-actions{display:flex;gap:1rem;margin-top:2rem}.add-to-cart{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem}.wishlist-btn{padding:1rem;display:flex;align-items:center;gap:.5rem}.cart-link{position:relative}.cart-count{position:absolute;top:-8px;right:-8px;background-color:#ebc360;color:#101317;border-radius:50%;width:20px;height:20px;font-size:.8rem;font-weight:600;display:flex;align-items:center;justify-content:center;min-width:20px}.cart-sidebar{position:fixed;top:0;right:-400px;width:400px;height:100vh;background-color:#101317;border-left:1px solid rgba(235,195,96,.2);z-index:2000;transition:right .3s ease;display:flex;flex-direction:column}.cart-sidebar.open{right:0}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid rgba(235,195,96,.1)}.cart-header h3{color:#ebc360;margin:0}.cart-close{background:none;border:none;color:#f2f2f2;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease}.cart-close:hover{background-color:#ebc3601a;color:#ebc360}.cart-items{flex:1;padding:1rem;overflow-y:auto}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid rgba(235,195,96,.1);margin-bottom:1rem}.cart-item-image{width:60px;height:60px;object-fit:cover;border-radius:8px}.cart-item-info{flex:1}.cart-item-name{color:#ebc360;font-weight:500;margin-bottom:.3rem}.cart-item-details{color:#f2f2f2;opacity:.8;font-size:.9rem}.cart-item-price{color:#ebc360;font-weight:600}.cart-item-remove{background:none;border:none;color:#f2f2f2;opacity:.6;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease}.cart-item-remove:hover{opacity:1;background-color:#ff00001a;color:#f44}.cart-footer{padding:2rem;border-top:1px solid rgba(235,195,96,.1)}.cart-total{margin-bottom:1rem;text-align:center;font-size:1.2rem;color:#ebc360}.cart-checkout{width:100%;padding:1rem;font-size:1.1rem}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1500;opacity:0;visibility:hidden;transition:all .3s ease}.cart-overlay.active{opacity:1;visibility:visible}.order-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:3000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.order-modal.active{opacity:1;visibility:visible}.order-modal-content{background-color:#101317;border:1px solid rgba(235,195,96,.2);border-radius:15px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000080}.order-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid rgba(235,195,96,.1)}.order-header h2{color:#ebc360;margin:0}.modal-close{background:none;border:none;color:#f2f2f2;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease}.modal-close:hover{background-color:#ebc3601a;color:#ebc360}.order-form{padding:2rem}.form-section{margin-bottom:2rem}.form-section h3{color:#ebc360;margin-bottom:1rem;font-size:1.3rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;color:#ebc360;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.8rem;background-color:#ebc3601a;border:1px solid rgba(235,195,96,.3);border-radius:8px;color:#f2f2f2;font-size:1rem;font-family:Roboto,sans-serif}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#ebc360;background-color:#ebc36026}.form-group textarea{resize:vertical;min-height:80px}.order-summary{background-color:#ebc3600d;padding:1rem;border-radius:8px;border:1px solid rgba(235,195,96,.1);margin-bottom:1rem}.order-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(235,195,96,.1)}.order-item:last-child{border-bottom:none}.order-item-name{color:#f2f2f2;font-weight:500}.order-item-price{color:#ebc360;font-weight:600}.order-total{text-align:center;font-size:1.3rem;color:#ebc360;margin-bottom:2rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.form-actions .btn{padding:1rem 2rem;font-size:1.1rem}.order-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:2500;opacity:0;visibility:hidden;transition:all .3s ease}.order-overlay.active{opacity:1;visibility:visible}@media(max-width:768px){.product-detail-content{grid-template-columns:1fr;gap:2rem}.product-images{position:static}.cart-sidebar{width:100%;right:-100%}.order-modal-content{width:95%;margin:1rem}.form-row{grid-template-columns:1fr}.product-actions,.form-actions{flex-direction:column}.product-info-detail h2,.price-current{font-size:2rem}}@media(max-width:480px){.products-detail{padding:100px 10px 60px}.product-detail{margin-bottom:4rem;padding:2rem 0}.product-info-detail h2,.price-current{font-size:1.8rem}.image-gallery{gap:.5rem}.gallery-img{width:60px;height:60px}}.product-related{margin:4rem 0;padding:2.75rem 3rem;background:linear-gradient(135deg,#ebc3601f,#262c378c);border-radius:22px;border:1px solid rgba(235,195,96,.22);display:flex;gap:2.2rem;align-items:stretch;box-shadow:0 18px 46px #00000059}.product-related .related-intro{flex:1;display:flex;flex-direction:column;gap:1.1rem}.product-related h3{margin:0;color:#ebc360;font-size:1.8rem}.product-related .related-intro p{color:#f2f2f2cc;line-height:1.6;max-width:360px}.product-related .related-btn{align-self:flex-start}.product-related .related-links{list-style:none;padding:0;margin:0;flex:1;display:grid;gap:.9rem}.product-related .related-links li{border:1px solid rgba(235,195,96,.22);border-radius:14px;backdrop-filter:blur(4px);background:#0f12168c;transition:all .25s ease}.product-related .related-links li:hover{border-color:#ebc3608c;transform:translateY(-3px)}.product-related .related-links a{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;color:#f8fafc;text-decoration:none;padding:1.1rem 1.4rem;font-weight:500}.product-related .related-links a .link-arrow{font-size:1.3rem;color:#ebc360;transition:transform .25s ease}.product-related .related-links li:hover .link-arrow{transform:translate(4px)}@media(max-width:768px){.product-related{flex-direction:column;padding:2rem}.product-related .related-intro p{max-width:none}}
