.gallery-section{background-color:#1a1a1a;padding:4rem 2rem}.gallery-container{max-width:1280px;margin:0 auto}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.result-card{background-color:#2d2d2d;border:1px solid #333;border-radius:.5rem;overflow:hidden}.result-header{padding:1.5rem;background:linear-gradient(135deg,#3d3d3d,#2d2d2d);border-bottom:2px solid #c0c0c0}.result-vehicle{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.25rem}.result-engine{font-size:.9rem;color:#999}.result-content{padding:1.5rem}.metric-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.metric-label{color:#999;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.metric-values{display:flex;align-items:center;gap:1rem}.before-value{color:#f44336;font-weight:700}.arrow{color:silver;font-size:1.5rem}.after-value{color:#4caf50;font-weight:700}.progress-bar{width:100%;height:6px;background-color:#1a1a1a;border-radius:3px;overflow:hidden;margin-top:.5rem}.progress-fill{height:100%;background-color:silver;border-radius:3px}.result-footer{padding:1rem 1.5rem;background-color:#1a1a1a;border-top:1px solid #333;font-size:.9rem;color:#999}.cta-section{text-align:center;margin-top:3rem;padding:2rem;background-color:#2d2d2d;border:2px solid #c0c0c0;border-radius:.5rem}.cta-text{color:#fff;margin-bottom:1rem;font-size:1.1rem}.cta-button{display:inline-block;background-color:silver;color:#1a1a1a;padding:.75rem 2rem;border-radius:.25rem;text-decoration:none;font-weight:700;text-transform:uppercase;transition:all .3s}.cta-button:hover{background-color:#999}@media(max-width:768px){.gallery-section{padding:2rem 1rem}.section-title{font-size:1.75rem}.gallery-grid{grid-template-columns:1fr}.metric-row{flex-direction:column;align-items:flex-start;gap:.5rem}}.contact-section{background-color:#1a1a1a;padding:4rem 2rem}.contact-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info{display:flex;flex-direction:column;justify-content:center}.contact-label{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:silver;margin-bottom:1rem}.contact-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}.contact-item{margin-bottom:2rem;display:flex;align-items:flex-start;gap:1rem}.contact-icon{font-size:1.5rem;color:silver;margin-top:.25rem}.contact-details{display:flex;flex-direction:column;gap:.25rem}.contact-label-small{color:#999;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.contact-value{color:silver;font-size:1rem;text-decoration:none;transition:color .3s}.contact-value:hover{color:#fff}.contact-note{background-color:#2d2d2d;padding:1.5rem;border-left:3px solid #c0c0c0;margin-top:2rem;border-radius:.25rem}.contact-note-title{color:#fff;font-weight:700;margin-bottom:.5rem}.contact-note-text{color:#999;font-size:.95rem}.contact-form{background-color:#2d2d2d;padding:2rem;border:1px solid #333;border-radius:.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;color:silver;font-size:.9rem;margin-bottom:.5rem;font-weight:500}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;background-color:#1a1a1a;border:2px solid #333;border-radius:.25rem;color:#fff;font-family:inherit;font-size:.95rem;transition:border-color .3s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:silver}.form-input::placeholder,.form-textarea::placeholder{color:#666}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-textarea{resize:vertical;min-height:120px}.form-submit{width:100%;padding:.75rem;background-color:silver;color:#1a1a1a;border:none;border-radius:.25rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .3s;font-size:.95rem}.form-submit:hover{background-color:#999}@media(max-width:768px){.contact-section{padding:2rem 1rem}.contact-container{grid-template-columns:1fr;gap:2rem}.contact-title{font-size:1.75rem}.form-row{grid-template-columns:1fr}}.faq-section{background-color:#1a1a1a;padding:4rem 2rem}.faq-container{max-width:900px;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background-color:#2d2d2d;border:2px dashed #c0c0c0;border-radius:.5rem;overflow:hidden}.faq-question{padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background-color:#2d2d2d;border:none;width:100%;color:#fff;font-weight:700;font-size:1rem;transition:all .3s}.faq-question:hover{background-color:#3d3d3d}.faq-toggle{color:silver;font-size:1.5rem;transition:transform .3s}.faq-item.active .faq-toggle{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;background-color:#1a1a1a}.faq-item.active .faq-answer{max-height:500px}.faq-answer-content{padding:1.5rem;color:#999;line-height:1.6}@media(max-width:768px){.faq-section{padding:2rem 1rem}.section-title{font-size:1.75rem}.faq-question{padding:1rem;font-size:.95rem}}.footer{background-color:#0f0f0f;color:#999;padding:3rem 2rem 1rem;border-top:1px solid #333}.footer-content{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:silver;font-size:1rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#999;text-decoration:none;transition:color .3s}.footer-section a:hover{color:silver}.contact-info{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.footer-bottom{border-top:1px solid #333;padding-top:2rem;text-align:center;color:#666;font-size:.875rem}.footer-bottom p{margin:.5rem 0}@media(max-width:768px){.footer{padding:2rem 1rem}.footer-content{grid-template-columns:1fr}}.header{background-color:#1a1a1a;border-bottom:1px solid #333;padding:1rem 0;position:sticky;top:0;z-index:100}.header-content{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:silver;text-decoration:none}.nav{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav a{color:#999;text-decoration:none;transition:color .3s}.nav a:hover{color:silver}.cart-icon{color:silver;cursor:pointer}@media(max-width:768px){.nav{gap:1rem;font-size:.9rem}}.hero{position:relative;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#1a1a1a99;z-index:2}.hero-content{position:relative;z-index:3;text-align:center;color:#fff;max-width:800px;padding:2rem}.hero-subtitle{font-size:.9rem;letter-spacing:.15em;text-transform:uppercase;color:silver;margin-bottom:1rem}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-description{font-size:1.25rem;color:#ddd;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;font-size:1rem;font-weight:700;text-transform:uppercase;border-radius:.5rem;text-decoration:none;transition:all .3s;border:2px solid #c0c0c0;cursor:pointer}.btn-primary{background-color:silver;color:#1a1a1a}.btn-primary:hover{background-color:#999;border-color:#999}.btn{background-color:transparent;color:silver}.btn:hover{background-color:silver;color:#1a1a1a}@media(max-width:768px){.hero{min-height:400px}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column}.btn{width:100%}}.impact-section{background-color:#1a1a1a;padding:4rem 2rem}.impact-container{max-width:1280px;margin:0 auto}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.chart-card{background-color:#2d2d2d;padding:2rem;border:1px solid #333;border-radius:.5rem}.chart-title{font-size:1.25rem;color:#fff;margin-bottom:1.5rem;text-align:center}.chart-placeholder{width:100%;aspect-ratio:1 / 1;background:#2d2d2d;border-radius:6px;overflow:hidden}.chart-placeholder img{width:100%;height:100%;object-fit:cover}.key-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.metric-card{background-color:#2d2d2d;padding:2rem;border:1px solid #333;border-radius:.5rem;text-align:center}.metric-value{font-size:2.5rem;font-weight:700;color:silver;margin-bottom:.5rem}.metric-label{color:#999;font-size:.95rem}@media(max-width:768px){.impact-section{padding:2rem 1rem}.section-title{font-size:1.75rem}.charts-grid{grid-template-columns:1fr}}.collection-section{background-color:#1a1a1a;padding:2rem}.collection-container{max-width:1280px;margin:0 auto}.collection-header{text-align:center;margin-bottom:3rem}.collection-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.collection-description{color:#999;font-size:1rem;line-height:1.6}.collection-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.sort-select{background-color:#2d2d2d;color:#fff;border:1px solid #333;padding:.5rem 1rem;border-radius:.25rem;font-size:.9rem}.product-count{color:#999;font-size:.9rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.product-card{background-color:#2d2d2d;border:1px solid #333;border-radius:.5rem;overflow:hidden;transition:all .3s}.product-card:hover{border-color:silver;box-shadow:0 0 20px #c0c0c01a}.product-image{width:100%;aspect-ratio:1;background-color:#1a1a1a;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:1.5rem}.product-title{font-size:1rem;color:#fff;margin-bottom:.5rem;font-weight:500}.product-price{color:silver;font-weight:700;margin-bottom:1rem}.product-button{display:inline-block;background-color:silver;color:#1a1a1a;padding:.5rem 1rem;text-decoration:none;border-radius:.25rem;font-weight:700;text-transform:uppercase;font-size:.875rem;transition:all .3s}.product-button:hover{background-color:#999}.empty-state{text-align:center;padding:3rem;color:#999}.empty-state-icon{font-size:3rem;margin-bottom:1rem}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.pagination a,.pagination span{padding:.5rem 1rem;background-color:#2d2d2d;color:silver;text-decoration:none;border-radius:.25rem;border:1px solid #333;transition:all .3s}.pagination a:hover{background-color:#3d3d3d;border-color:silver}.pagination .current{background-color:silver;color:#1a1a1a;font-weight:700}@media(max-width:768px){.collection-section{padding:1rem}.collection-title{font-size:1.75rem}.collection-controls{flex-direction:column;align-items:stretch}.sort-select{width:100%}.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}.product-section{background-color:#1a1a1a;padding:3rem 2rem}.product-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.product-gallery{display:flex;flex-direction:column;gap:1rem}.product-main-image{width:100%;aspect-ratio:1;background-color:#2d2d2d;border:1px solid #333;border-radius:.5rem;overflow:hidden}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.product-thumbnail{aspect-ratio:1;background-color:#2d2d2d;border:2px solid #333;border-radius:.25rem;overflow:hidden;cursor:pointer;transition:all .3s}.product-thumbnail:hover{border-color:silver}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.product-details{display:flex;flex-direction:column}.product-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.product-rating{color:#ffc107;margin-bottom:1rem;font-size:.9rem}.product-price-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #333}.product-price{font-size:1.75rem;font-weight:700;color:silver}.product-compare-price{text-decoration:line-through;color:#666;margin-right:.5rem}.product-description{color:#999;line-height:1.6;margin-bottom:1.5rem}.product-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{color:silver;font-weight:500;font-size:.9rem}.quantity-selector{display:flex;gap:.5rem;align-items:center}.quantity-btn{background-color:#2d2d2d;color:#fff;border:1px solid #333;padding:.5rem 1rem;cursor:pointer;border-radius:.25rem;transition:all .3s}.quantity-btn:hover{background-color:#3d3d3d;border-color:silver}.quantity-input{width:60px;background-color:#2d2d2d;color:#fff;border:1px solid #333;padding:.5rem;text-align:center;border-radius:.25rem}.add-to-cart-btn{background-color:silver;color:#1a1a1a;border:none;padding:1rem;font-weight:700;text-transform:uppercase;cursor:pointer;border-radius:.25rem;font-size:1rem;transition:all .3s}.add-to-cart-btn:hover{background-color:#999}.product-meta{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #333;font-size:.9rem;color:#999}.meta-item{display:flex;justify-content:space-between}@media(max-width:768px){.product-section{padding:1.5rem 1rem}.product-container{grid-template-columns:1fr;gap:1.5rem}.product-title,.product-price{font-size:1.5rem}.product-thumbnails{grid-template-columns:repeat(3,1fr)}}.services{background-color:#1a1a1a;padding:4rem 2rem}.services-container{max-width:1280px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background-color:#2d2d2d;padding:2rem;border:1px solid #333;border-radius:.5rem;transition:all .3s}.service-card:hover{border-color:silver;box-shadow:0 0 20px #c0c0c01a}.service-icon{font-size:2rem;margin-bottom:1rem}.service-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.service-description{color:#999;font-size:.95rem;line-height:1.6}@media(max-width:768px){.services{padding:2rem 1rem}.section-title{font-size:1.75rem}.services-grid{grid-template-columns:1fr}}.testimonials-section{background-color:#1a1a1a;padding:4rem 2rem}.testimonials-container{max-width:1280px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background-color:#2d2d2d;padding:2rem;border:1px solid #333;border-radius:.5rem;transition:all .3s}.testimonial-card:hover{border-color:silver;box-shadow:0 0 20px #c0c0c01a}.stars{color:#ffc107;font-size:1.2rem;margin-bottom:1rem;letter-spacing:.2rem}.testimonial-text{color:#ccc;font-style:italic;margin-bottom:1rem;line-height:1.6}.testimonial-author{color:silver;font-weight:700;font-size:.95rem}@media(max-width:768px){.testimonials-section{padding:2rem 1rem}.section-title{font-size:1.75rem}.testimonials-grid{grid-template-columns:1fr}}.why-choose-section{background-color:#1a1a1a;padding:4rem 2rem}.why-choose-container{max-width:1280px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-label{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:silver;margin-bottom:1rem}.section-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.section-description{color:#999;font-size:1rem}.comparison-table{width:100%;border-collapse:collapse;background-color:#2d2d2d;border:1px solid #333;border-radius:.5rem;overflow:hidden;margin-bottom:3rem}.comparison-table th,.comparison-table td{padding:1.5rem;text-align:left;border-bottom:1px solid #333}.comparison-table th{background-color:#1a1a1a;color:silver;font-weight:700;text-transform:uppercase;font-size:.85rem;letter-spacing:.05em}.comparison-table tr:last-child td{border-bottom:none}.comparison-table td{color:#999}.feature-name{color:#fff;font-weight:500}.checkmark{color:#4caf50;font-weight:700;font-size:1.2rem}.cross{color:#f44336;font-weight:700;font-size:1.2rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.benefit-card{background-color:#2d2d2d;padding:2rem;border:1px solid #333;border-radius:.5rem;text-align:center}.benefit-icon{font-size:2.5rem;margin-bottom:1rem}.benefit-title{font-size:1.1rem;color:#fff;margin-bottom:.5rem;font-weight:700}.benefit-description{color:#999;font-size:.95rem;line-height:1.6}@media(max-width:768px){.why-choose-section{padding:2rem 1rem}.section-title{font-size:1.75rem}.comparison-table th,.comparison-table td{padding:1rem;font-size:.9rem}.benefits-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/16/compiled_assets/styles.css.map */
