:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000000de;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;color:#1a1a2e}*{margin:0;padding:0;box-sizing:border-box}:root{--theme-primary: #174194;--theme-dark: #0f2d5f;--theme-darker: #0a1f3f;--theme-light: #1e5bb0;--theme-lighter: #2568c7}.app{min-height:100vh;background-color:#fff;color:#1a1a2e;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overscroll-behavior-x:none;touch-action:pan-y pinch-zoom}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:linear-gradient(135deg,#fffffffa,#f8f9fafa);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a;border-bottom:1px solid rgba(0,0,0,.1)}.header-container{max-width:1400px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center}.logo-section{display:flex;flex-direction:column;gap:.3rem;align-items:flex-start}.header-logo{height:50px;width:auto;object-fit:contain;background:#fff;padding:.5rem 1rem;border-radius:8px;box-shadow:0 2px 8px #0003}.logo-tagline{font-size:.75rem;color:#1a1a2eb3;font-weight:400;margin:0;letter-spacing:.3px}.header-right{display:flex;align-items:center}.header-icons{display:flex;align-items:center;gap:1rem}.icon-button{background:transparent;border:none;color:#1a1a2e;font-size:1.1rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.icon-button:hover{background:#1741941a;transform:translateY(-2px)}.contact-button{background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;border:none;padding:.6rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .3s ease;margin-left:.5rem}.contact-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #17419466}.hamburger-menu{display:flex;flex-direction:column;gap:5px;background:linear-gradient(135deg,var(--theme-primary) 0%,var(--theme-light) 100%);border:2px solid var(--theme-primary);cursor:pointer;padding:.5rem;width:40px;height:40px;justify-content:center;align-items:center;margin-left:.5rem;border-radius:8px;transition:all .3s ease;box-shadow:0 2px 8px #1741944d}.hamburger-menu:hover{background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-primary) 100%);transform:translateY(-2px);box-shadow:0 4px 12px #17419466}.hamburger-menu span{width:22px;height:3px;background:#fff;transition:all .3s ease;border-radius:2px}.hamburger-menu.active{background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-primary) 100%)}.hamburger-menu.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px);background:#fff}.hamburger-menu.active span:nth-child(2){opacity:0}.hamburger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px);background:#fff}.mobile-menu{position:fixed;top:0;right:-420px;width:420px;height:100vh;background:linear-gradient(135deg,#fffffffa,#f5f7fafa);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:-4px 0 20px #0000004d;display:flex;flex-direction:column;padding:0;gap:0;z-index:999;transition:right .3s ease;border-left:1px solid rgba(23,65,148,.2);overflow-y:auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;touch-action:pan-y;-webkit-overflow-scrolling:touch}.mobile-menu.open{right:0}.mobile-menu.hidden{right:-420px}.menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000004d;z-index:998;animation:fadeIn .3s ease}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mobile-menu-header{padding:2rem 2rem 1.5rem;border-bottom:2px solid rgba(23,65,148,.1);background:linear-gradient(135deg,#1741940d,#fff);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.mobile-menu-logo-wrapper{display:inline-block;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 4px 12px #17419426;margin-bottom:1rem}.mobile-menu-logo{width:120px;height:auto;display:block;object-fit:contain}.mobile-menu-tagline{color:#174194;font-size:.9rem;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.5px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.mobile-menu-links{padding:1.5rem 0;display:flex;flex-direction:column;gap:.3rem;background:#ffffff80;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.mobile-menu-links a{color:#1a1a2e;text-decoration:none;padding:1.2rem 2rem;font-weight:600;font-size:1.1rem;transition:all .3s;border-radius:0;border-left:4px solid transparent;display:flex;align-items:center;background:transparent;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.mobile-menu-links a:hover{background:linear-gradient(90deg,#1741941a,#1741940d);border-left-color:#174194;color:#174194;transform:translate(5px)}.mobile-menu-contact{margin-top:auto;padding:2rem;border-top:2px solid rgba(23,65,148,.1);background:linear-gradient(135deg,#17419414,#fff);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.mobile-menu-contact-title{color:#174194;font-size:1.2rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:3px solid #174194;text-transform:uppercase;letter-spacing:.5px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.mobile-menu-contact-item{display:flex;align-items:flex-start;gap:1.2rem;padding:1.2rem;margin-bottom:1rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #1741941a;border:1px solid rgba(23,65,148,.15);transition:all .3s;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.mobile-menu-contact-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #17419433;border-color:#174194}.mobile-menu-contact-item:not(:last-child){border-bottom:none}.mobile-menu-contact-item svg{width:22px;height:22px;color:#174194;flex-shrink:0;margin-top:.1rem}.mobile-menu-contact-item span{flex:1;color:#1a1a2e;font-size:.95rem;line-height:1.6;font-weight:500;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.mobile-menu-contact-item a{flex:1;color:#174194;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s;line-height:1.6;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.mobile-menu-contact-item a:hover{color:#174194;text-decoration:underline}.hero{position:relative;padding:4rem 0;margin-bottom:4rem;display:flex;justify-content:center;align-items:center}.hero-container{max-width:1400px;width:100%;padding:0 40px}.hero-video-wrapper{position:relative;width:100%;max-width:1400px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 30px 80px #0009;aspect-ratio:16 / 9;min-height:600px}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;transform:scale(1.05);transition:transform .5s ease}.hero-video-wrapper:hover .hero-video{transform:scale(1)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:linear-gradient(135deg,#fff6,#f8f9fa4d,#fff6);display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 0}.hero-content{max-width:900px;padding:0 30px;z-index:2;opacity:1;transform:translateY(0)}@keyframes fadeInUp{0%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:#1741941a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(23,65,148,.2);border-radius:50px;margin-bottom:2rem;color:#174194;font-size:.9rem;font-weight:600;opacity:1;transform:translateY(0)}.hero-badge svg{width:16px;height:16px;color:#174194}@keyframes fadeInDown{0%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:2.5rem;font-weight:900;margin-bottom:1.5rem;line-height:1.2;display:flex;flex-direction:column;gap:.5rem}.hero-title-line{display:block;color:#1a1a2e;text-shadow:none;opacity:1;transform:translateY(0)}.hero-title-line.highlight{background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:1;transform:translateY(0);text-shadow:none}.hero-subtitle{font-size:1.3rem;color:#1a1a2ecc;text-shadow:none;line-height:1.7;margin-bottom:2.5rem;opacity:1;transform:translateY(0);max-width:700px;margin-left:auto;margin-right:auto}.hero-stats{display:flex;align-items:center;justify-content:center;gap:2rem;margin:2.5rem 0;padding:2rem;background:#f8f9facc;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:16px;border:1px solid rgba(23,65,148,.2);opacity:1;transform:translateY(0)}.hero-stat-item{text-align:center}.stat-number{font-size:2rem;font-weight:800;color:#174194;display:block;margin-bottom:.3rem;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.9rem;color:#1a1a2eb3;font-weight:500}.stat-divider{width:1px;height:40px;background:#1741944d}.hero-cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin:2.5rem 0;opacity:1;transform:translateY(0)}.hero-cta-primary,.hero-cta-secondary{display:inline-flex;align-items:center;gap:.8rem;padding:1.2rem 2.5rem;border-radius:12px;font-weight:700;font-size:1.1rem;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.hero-cta-primary{background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;box-shadow:0 8px 30px #17419466}.hero-cta-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.hero-cta-primary:hover:before{left:100%}.hero-cta-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px #17419499}.hero-cta-primary svg{width:20px;height:20px;transition:transform .3s}.hero-cta-primary:hover svg{transform:translate(5px)}.hero-cta-secondary{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#174194;border:2px solid rgba(23,65,148,.3)}.hero-cta-secondary:hover{background:#fff;border-color:#17419480;transform:translateY(-3px)}.hero-features{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-top:2.5rem;margin-bottom:4rem;opacity:1;transform:translateY(0)}.hero-feature{display:flex;align-items:center;gap:.6rem;padding:.8rem 1.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;border:1px solid rgba(23,65,148,.2);color:#1a1a2e;font-size:.95rem;font-weight:500;transition:all .3s ease}.hero-feature:hover{background:#1741941a;border-color:#17419466;transform:translateY(-2px)}.hero-feature svg{width:18px;height:18px;color:#174194;flex-shrink:0}.hero-scroll-indicator{position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#1a1a2eb3;font-size:.85rem;font-weight:500;z-index:3;opacity:1;animation:bounce 2s infinite}@keyframes fadeIn{0%{opacity:1}to{opacity:1}}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.hero-scroll-indicator svg{width:20px;height:20px}.search-section{padding:3rem 0;background:transparent;margin-bottom:0}.search-section-wrapper{max-width:1400px;margin:0 auto;padding:3rem 2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;box-shadow:0 4px 20px #0000001a;border:1px solid rgba(23,65,148,.1)}.section-title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#1a1a2e}.search-bar-wrapper{position:relative;max-width:800px;margin:0 auto}.search-bar{display:flex;gap:1rem;width:100%;flex-wrap:wrap;position:relative}.search-bar input{flex:1;min-width:200px;padding:1rem;border:2px solid rgba(23,65,148,.3);border-radius:8px;background:#fff;color:#1a1a2e;font-size:1rem}.search-bar input:focus{outline:none;border-color:#174194;box-shadow:0 0 0 3px #17419433}.search-button{padding:1rem 2rem;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.search-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #17419466}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:#1a1a2efa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;border:1px solid rgba(23,65,148,.3);box-shadow:0 10px 40px #00000080;z-index:1000;max-height:500px;overflow-y:auto;overflow-x:hidden}.autocomplete-section{padding:.5rem 0}.autocomplete-header{padding:1rem 1.5rem .5rem;font-size:.85rem;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(23,65,148,.2);margin-bottom:.5rem}.autocomplete-item{display:flex;gap:1rem;padding:1rem 1.5rem;cursor:pointer;transition:all .2s ease;border-bottom:1px solid rgba(255,255,255,.05)}.autocomplete-item:hover{background:#17419426}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item-image{width:80px;height:60px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#1741941a}.autocomplete-item-image img{width:100%;height:100%;object-fit:cover}.autocomplete-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#17419480}.autocomplete-placeholder svg{width:32px;height:32px}.autocomplete-item-content{flex:1;min-width:0}.autocomplete-item-title{font-size:1rem;font-weight:600;color:#1a1a2e;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.autocomplete-item-subtitle{font-size:.85rem;color:#ffffffb3;margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.autocomplete-item-price{font-size:.95rem;font-weight:600;color:#174194}.autocomplete-empty{padding:2rem 1.5rem;text-align:center;color:#fff9;font-size:.95rem}.autocomplete-dropdown::-webkit-scrollbar{width:8px}.autocomplete-dropdown::-webkit-scrollbar-track{background:#1741941a;border-radius:4px}.autocomplete-dropdown::-webkit-scrollbar-thumb{background:#17419480;border-radius:4px}.autocomplete-dropdown::-webkit-scrollbar-thumb:hover{background:#174194b3}.featured-section{padding:4rem 0;margin-bottom:0}.carousel-container{position:relative;max-width:1400px;margin:0 auto;padding:0 60px}.carousel-wrapper{overflow:hidden;border-radius:16px}.carousel-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);gap:0}.carousel-slide{min-width:100%;flex-shrink:0;width:100%}@media(min-width:769px){.carousel-track{gap:1.5rem}.carousel-slide{min-width:calc(33.333% - 1rem);width:calc(33.333% - 1rem)}}@media(max-width:768px){.carousel-track{gap:0}.carousel-slide{min-width:100%;width:100%}}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(23,65,148,.3);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;color:#174194;box-shadow:0 2px 8px #00000026}.carousel-btn:hover{background:#1741944d;border-color:#174194;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #17419466}.carousel-btn svg{width:24px;height:24px}.carousel-prev{left:10px}.carousel-next{right:10px}.carousel-btn:disabled{opacity:.3;cursor:not-allowed}.carousel-btn:disabled:hover{transform:translateY(-50%);background:#ffffffb3}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.carousel-indicator{width:12px;height:12px;border-radius:50%;border:2px solid rgba(23,65,148,.5);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.carousel-indicator.active{background:#174194;border-color:#174194;width:32px;border-radius:6px}.carousel-indicator:hover{background:#17419480}.vehicle-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0003;transition:transform .3s,box-shadow .3s}.vehicle-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.vehicle-image-container{position:relative;width:100%;height:300px;background:#f5f5f5;overflow:hidden}.vehicle-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f8f8,#e8e8e8)}.vehicle-actions{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem;z-index:5}.action-icon{width:40px;height:40px;border-radius:50%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00000026;padding:0}.action-icon:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 12px #0003}.vehicle-details{padding:1.5rem;background:#f8f9fa;color:#1a1a2e}.vehicle-header{margin-bottom:.75rem}.vehicle-brand{font-size:.75rem;font-weight:600;color:#1a1a2eb3;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:.3rem}.vehicle-model{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:.3rem 0;line-height:1.2}.vehicle-variant{font-size:1.2rem;font-weight:600;color:#1a1a2e;margin:0}.vehicle-specs{display:flex;align-items:center;gap:.8rem;margin:1rem 0;padding:1rem 0;border-top:1px solid rgba(23,65,148,.15);border-bottom:1px solid rgba(23,65,148,.15);flex-wrap:wrap}.spec-item{font-size:.9rem;color:#1a1a2ecc;font-weight:500}.spec-divider{color:#1a1a2e4d;font-size:.9rem}.vehicle-location{display:flex;align-items:center;gap:.5rem;margin:1rem 0;font-size:.9rem;color:#1a1a2ecc}.location-icon{width:16px;height:16px;color:#174194;flex-shrink:0}.vehicle-pricing{margin-top:1.5rem;padding-top:0;border-top:none}.price-main{display:flex;align-items:baseline;gap:.3rem;margin-bottom:.5rem}.price-currency{font-size:1rem;font-weight:600;color:#1a1a2e}.price-amount{font-size:1.8rem;font-weight:700;color:#174194}.price-original{font-size:.85rem;color:#1a1a2ecc;text-decoration:line-through;margin-bottom:.5rem;font-weight:400}.price-monthly{font-size:.9rem;color:#1a1a2ecc;font-weight:500}.promo-banner{background:linear-gradient(135deg,#f97316,#ea580c);padding:4rem 0;margin:4rem 0}.promo-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap}.promo-text h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#fff}.promo-text p{font-size:1.2rem;margin-bottom:2rem;color:#ffffffe6}.promo-button{padding:1rem 2rem;background:#fff;color:#f97316;border:none;border-radius:8px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:transform .2s}.promo-button:hover{transform:scale(1.05)}.promo-image{flex:1;min-width:300px}.promo-car-placeholder{font-size:8rem;text-align:center}.news-section{padding:4rem 0;margin-bottom:0}.news-content{display:flex;gap:3rem;align-items:center;flex-wrap:wrap}.news-image{flex:1;min-width:300px;height:300px;background:#1741941a;border-radius:12px;display:flex;align-items:center;justify-content:center;border:2px dashed rgba(23,65,148,.3)}.news-list{flex:1;min-width:300px}.news-item h3{font-size:1.5rem;margin-bottom:1rem;color:#174194}.news-item p{color:#1a1a2eb3;line-height:1.6}.promotions-section{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);margin-bottom:0}.promotions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.promo-card{background:#ffffffe6;border-radius:12px;padding:1.5rem;text-align:center;transition:transform .3s,box-shadow .3s;border:1px solid rgba(23,65,148,.15)}.promo-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #17419433}.promo-card-image{font-size:3rem;margin-bottom:1rem}.promo-card h4{color:#1a1a2e;font-size:1rem}.dealer-section{padding:4rem 0;margin-bottom:0}.dealer-content{display:flex;flex-direction:column;gap:2rem}.dealer-search{display:flex;gap:1rem;max-width:600px;margin:0 auto}.dealer-search input{flex:1;padding:1rem;border:2px solid rgba(23,65,148,.3);border-radius:8px;background:#fff;color:#1a1a2e;font-size:1rem}.dealer-map{width:100%;height:400px;background:#1741941a;border-radius:12px;display:flex;align-items:center;justify-content:center;border:2px dashed rgba(23,65,148,.3)}.map-placeholder{text-align:center}.map-pin{font-size:4rem;margin-bottom:1rem}.nearby-section{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);margin-bottom:0}.nearby-grid{text-align:center;padding:3rem}.nearby-empty{color:#1a1a2e99;font-size:1.1rem}.advantages-section{padding:4rem 0;margin-bottom:0}.advantages-content{display:flex;gap:4rem;align-items:center;flex-wrap:wrap}.advantages-image{flex:1;min-width:300px;height:400px;background:#1741941a;border-radius:12px;display:flex;align-items:center;justify-content:center;border:2px dashed rgba(23,65,148,.3)}.advantages-list{flex:1;min-width:300px}.advantages-ul{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:2rem}.advantages-ul li{padding:1rem;background:#1741940d;border-radius:8px;border-left:4px solid #174194;color:#1a1a2e;font-size:1rem}.platform-section{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);margin-bottom:0}.platform-content{display:flex;gap:4rem;align-items:center;flex-wrap:wrap}.platform-text{flex:1;min-width:300px}.platform-text ul{list-style:none;margin:2rem 0}.platform-text ul li{color:#1a1a2ecc;padding:.5rem 0 .5rem 1.5rem;position:relative}.platform-text ul li:before{content:"✓";position:absolute;left:0;color:#174194;font-weight:700}.register-button{padding:1rem 2rem;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.register-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #17419466}.platform-image{flex:1;min-width:300px;display:flex;align-items:center;justify-content:center}.platform-phone-placeholder{display:flex;align-items:center;justify-content:center;width:200px;height:300px}.solutions-section{padding:4rem 0;margin-bottom:0}.solutions-grid{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.solution-button{padding:1.5rem 3rem;font-size:1.2rem;font-weight:700;border:none;border-radius:10px;cursor:pointer;transition:transform .2s,box-shadow .2s}.solution-button.primary,.solution-button.secondary{background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff}.solution-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #17419466}.solution-link{color:#174194;text-decoration:none;font-weight:600;align-self:center;transition:color .3s}.solution-link:hover{color:#174194}.magazine-section{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);margin-bottom:0}.magazine-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.magazine-card{background:#ffffffe6;border-radius:12px;overflow:hidden;transition:transform .3s,box-shadow .3s;border:1px solid rgba(23,65,148,.15)}.magazine-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #1741944d}.magazine-image{width:100%;height:200px;background:#1741941a;display:flex;align-items:center;justify-content:center;font-size:4rem}.magazine-card h3{padding:1.5rem 1.5rem .5rem;color:#1a1a2e;font-size:1.2rem}.magazine-card p{padding:0 1.5rem 1.5rem;color:#1a1a2eb3}.newsletter-section{padding:4rem 0;margin-bottom:0;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%)}.newsletter-content{max-width:800px;margin:0 auto;text-align:center}.newsletter-text h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#fff}.newsletter-text p{font-size:1.1rem;margin-bottom:2rem;color:#ffffffe6}.newsletter-form{display:flex;gap:1rem;max-width:500px;margin:0 auto;flex-wrap:wrap}.newsletter-form input{flex:1;min-width:250px;padding:1rem;border:none;border-radius:8px;font-size:1rem;background:#fffffff2}.newsletter-button{padding:1rem 2rem;background:#fff;color:#174194;border:none;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;transition:transform .2s}.newsletter-button:hover{transform:scale(1.05)}.brands-section{padding:4rem 0;margin-bottom:0;background:linear-gradient(135deg,#1741940d 0% 100%);border-top:1px solid rgba(23,65,148,.1);border-bottom:1px solid rgba(23,65,148,.1)}.brands-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 2rem}.brands-subtitle{text-align:center;color:#1a1a2eb3;font-size:1.1rem;margin-bottom:3rem}.brand-card{background:#fffffffa;border-radius:20px;padding:3rem 2.5rem;border:2px solid rgba(23,65,148,.15);transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;min-height:160px;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.brand-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#17419408 0% 100%);opacity:0;transition:opacity .4s}.brand-card:hover:before{opacity:1}.brand-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 40px #17419440;border-color:#17419466;background:#fff}.brand-image{width:100%;max-width:200px;height:auto;object-fit:contain;filter:grayscale(20%) brightness(.95);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.brand-card:hover .brand-image{filter:grayscale(0%) brightness(1);transform:scale(1.05)}.how-it-works-home-section{padding:5rem 0;margin-bottom:0;background:#fff}.how-it-works-content{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.how-it-works-image{position:relative}.how-it-works-image-wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 15px 50px #0000004d}.process-image-placeholder{width:100%;aspect-ratio:4 / 5;background:linear-gradient(135deg,#1741941a 0% 100%);display:flex;align-items:center;justify-content:center;border:2px solid rgba(23,65,148,.2)}.process-image-placeholder svg{width:150px;height:150px;color:#1741944d}.process-image{width:100%;height:100%;object-fit:cover;border-radius:20px}.how-it-works-text{display:flex;flex-direction:column;gap:2rem}.how-it-works-text .section-title{text-align:left}.section-subtitle{font-size:1.2rem;color:#1a1a2eb3;line-height:1.8;margin-bottom:1rem}.section-subtitle.center{text-align:center;max-width:700px;margin:0 auto 3rem}.process-steps{display:flex;flex-direction:column;gap:2rem}.process-step{display:flex;gap:1.5rem;align-items:flex-start}.step-number{font-size:3rem;font-weight:800;color:#17419433;line-height:1;flex-shrink:0;width:60px}.step-content h3{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem}.step-content p{font-size:1rem;color:#1a1a2eb3;line-height:1.7;margin:0}.cta-link{display:inline-flex;align-items:center;gap:.8rem;color:#174194;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;margin-top:1rem}.cta-link:hover{color:#174194;gap:1rem}.cta-link svg{width:20px;height:20px;transition:transform .3s}.cta-link:hover svg{transform:translate(5px)}.our-services-home-section{padding:5rem 0;margin-bottom:0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem}.service-card{background:#ffffffe6;border-radius:20px;overflow:hidden;border:1px solid rgba(23,65,148,.15);transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.service-card:hover{transform:translateY(-8px);box-shadow:0 15px 50px #1741944d;border-color:#17419480}.service-image{width:100%;aspect-ratio:16 / 10;overflow:hidden;background:linear-gradient(135deg,#1741941a 0% 100%)}.service-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#17419426 0% 100%)}.service-image-placeholder svg{width:100px;height:100px;color:#17419466}.service-image-img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.service-card:hover .service-image-img{transform:scale(1.05)}.service-content{padding:2.5rem;display:flex;flex-direction:column;gap:1rem;flex-grow:1}.service-content h3{font-size:1.6rem;font-weight:700;color:#1a1a2e;margin:0}.service-content>p{font-size:1rem;color:#1a1a2eb3;line-height:1.7;margin:0}.service-features{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.8rem}.service-features li{font-size:.95rem;color:#1a1a2ecc;padding-left:1.5rem;position:relative}.service-features li:before{content:"✓";position:absolute;left:0;color:#174194;font-weight:700;font-size:1.1rem}.visit-showroom-section{padding:5rem 0;margin-bottom:0;background:#fff}.visit-showroom-content{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}.visit-showroom-text{display:flex;flex-direction:column;gap:2rem}.visit-showroom-text .section-title{text-align:left}.section-tag{display:inline-block;padding:.5rem 1.2rem;background:#17419433;color:#174194;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;width:fit-content}.section-description{font-size:1.1rem;color:#1a1a2eb3;line-height:1.8;margin:0}.showroom-features{display:flex;flex-direction:column;gap:1.5rem;margin:1rem 0}.showroom-feature{display:flex;gap:1.5rem;align-items:flex-start}.showroom-feature svg{width:28px;height:28px;color:#174194;flex-shrink:0;margin-top:.2rem}.showroom-feature h4{font-size:1.2rem;font-weight:600;color:#1a1a2e;margin:0 0 .3rem}.showroom-feature p{font-size:.95rem;color:#1a1a2eb3;line-height:1.6;margin:0}.showroom-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.primary-button{display:inline-flex;align-items:center;gap:.8rem;padding:1rem 2rem;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;border-radius:10px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s}.primary-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #17419466}.primary-button svg{width:20px;height:20px}.secondary-button{display:inline-flex;align-items:center;gap:.8rem;padding:1rem 2rem;background:transparent;color:#174194;border:2px solid #174194;border-radius:10px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s}.secondary-button:hover{background:#1741941a;transform:translateY(-2px)}.secondary-button svg{width:20px;height:20px}.visit-showroom-image{position:relative}.showroom-image-wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 15px 50px #0000004d}.showroom-image-placeholder{width:100%;aspect-ratio:4 / 5;background:linear-gradient(135deg,#1741941a 0% 100%);display:flex;align-items:center;justify-content:center;border:2px solid rgba(23,65,148,.2)}.showroom-image-placeholder svg{width:150px;height:150px;color:#1741944d}.showroom-map-wrapper{width:100%;border-radius:20px;overflow:hidden;box-shadow:0 15px 50px #0000004d}.showroom-map-container{width:100%;aspect-ratio:4 / 5;position:relative;border-radius:20px;overflow:hidden}.showroom-map-container iframe{width:100%;height:100%;border:none;display:block}.why-choose-section{padding:3.5rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);margin-bottom:0}.why-choose-section .section-title{margin-bottom:1rem;font-size:2.2rem}.why-choose-section .section-subtitle{margin-bottom:2.5rem;font-size:1.1rem}.why-choose-content-wrapper{display:grid;grid-template-columns:1fr 1.1fr;gap:2.5rem;align-items:center;margin-top:0}.why-choose-video-wrapper{position:relative;width:100%;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #00000026;aspect-ratio:16 / 10}.why-choose-video{width:100%;height:100%;object-fit:cover;border-radius:16px}.why-choose-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.why-choose-card{background:#fff;border-radius:12px;padding:1.75rem 1.5rem;border:1px solid rgba(23,65,148,.12);transition:all .3s ease;text-align:left;position:relative;overflow:hidden;display:flex;align-items:flex-start;gap:1.25rem}.why-choose-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);transform:scaleY(0);transition:transform .3s}.why-choose-card:hover{transform:translate(4px);box-shadow:0 6px 24px #17419426;border-color:#1741944d}.why-choose-card:hover:before{transform:scaleY(1)}.why-choose-icon{width:64px;height:64px;min-width:64px;background:linear-gradient(135deg,#17419414,#1741941f);border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(23,65,148,.15);transition:all .3s ease}.why-choose-card:hover .why-choose-icon{transform:scale(1.05);background:linear-gradient(135deg,#1741941f,#1741942e);border-color:#17419440}.why-choose-icon svg{width:32px;height:32px;color:#174194}.why-choose-icon-img{width:100%;height:100%;object-fit:contain;padding:.75rem}.why-choose-card-content{flex:1}.why-choose-card h3{font-size:1.2rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem;line-height:1.3}.why-choose-card p{font-size:.95rem;line-height:1.6;color:#1a1a2ebf;margin:0}.testimonials-section{padding:5rem 0;margin-bottom:0}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:#ffffffe6;border-radius:16px;padding:2.5rem;border:1px solid rgba(23,65,148,.15);transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;flex-direction:column;gap:1.5rem}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #1741944d;border-color:#17419480}.testimonial-rating{display:flex;gap:.3rem}.testimonial-rating svg{width:20px;height:20px;color:#ffc107}.testimonial-text{font-size:1.05rem;line-height:1.7;color:#1a1a2ecc;font-style:italic;flex-grow:1}.testimonial-author{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid rgba(23,65,148,.15)}.testimonial-avatar{width:50px;height:50px;background:linear-gradient(135deg,#17419433 0% 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(23,65,148,.3);flex-shrink:0}.testimonial-avatar svg{width:30px;height:30px;color:#174194}.testimonial-info{flex:1}.testimonial-info h4{font-size:1.1rem;font-weight:700;color:#1a1a2e;margin-bottom:.3rem}.testimonial-info p{font-size:.9rem;color:#1a1a2eb3;margin:0}.home-about-section{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);margin-bottom:0}.home-about-content{display:flex;gap:4rem;align-items:center;flex-wrap:wrap}.home-about-text{flex:1;min-width:300px}.home-about-description{font-size:1.1rem;line-height:1.8;color:#1a1a2eb3;margin-bottom:1.5rem}.home-about-features{display:flex;flex-wrap:wrap;gap:2rem;margin:2rem 0}.about-feature-item{display:flex;align-items:center;gap:.8rem;color:#1a1a2ecc;font-size:1rem;font-weight:500}.about-feature-item svg{width:24px;height:24px;color:#174194;flex-shrink:0}.home-about-button{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:transform .2s,box-shadow .2s;margin-top:1rem}.home-about-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #17419466}.home-about-image{flex:1;min-width:300px;display:flex;align-items:center;justify-content:center}.about-us-image{width:100%;max-width:500px;height:auto;border-radius:16px;object-fit:cover;box-shadow:0 10px 40px #0000004d;transition:transform .3s,box-shadow .3s}.about-us-image:hover{transform:translateY(-5px);box-shadow:0 15px 50px #17419466}.footer{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:4rem 0 2rem;border-top:1px solid rgba(23,65,148,.15)}.footer-top,.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-logo{height:60px;width:auto;object-fit:contain;background:#fff;padding:.8rem 1.5rem;border-radius:10px;box-shadow:0 4px 12px #0003;margin-bottom:1rem}.footer-section h4{font-size:1.1rem;margin-bottom:1rem;color:#1a1a2e}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#1a1a2eb3;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#174194}.footer-section p{color:#1a1a2eb3;font-size:.9rem;line-height:1.6;margin-bottom:1rem}.contact-info{list-style:none}.contact-info li{color:#1a1a2eb3;margin-bottom:1.5rem;font-size:.9rem;display:flex;align-items:flex-start;gap:.8rem}.contact-icon{width:22px;height:22px;flex-shrink:0;margin-top:2px;color:#174194;stroke-width:2;filter:drop-shadow(0 2px 6px rgba(23,65,148,.4));transition:all .3s ease}.contact-info li:hover .contact-icon{color:#174194;transform:scale(1.1);filter:drop-shadow(0 4px 8px rgba(23,65,148,.6))}.contact-info li span{line-height:1.5}.contact-info li a{color:#1a1a2eb3;text-decoration:none;transition:color .3s}.contact-info li a:hover{color:#174194}.footer-newsletter-form{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}.footer-newsletter-form input{padding:.8rem;border:2px solid rgba(23,65,148,.3);border-radius:6px;background:#fff;color:#1a1a2e;font-size:.9rem;width:100%}.footer-newsletter-form input:focus{outline:none;border-color:#174194;box-shadow:0 0 0 3px #17419433}.footer-newsletter-form input::placeholder{color:#1a1a2e80}.footer-newsletter-button{padding:.8rem 1.5rem;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;border:none;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.footer-newsletter-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #17419466}.footer-about{max-width:320px}.footer-about .footer-newsletter{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(23,65,148,.15)}.footer-about .footer-newsletter h4{margin-bottom:.5rem}.newsletter-description{font-size:.85rem!important;margin-bottom:1rem!important;color:#1a1a2eb3!important}.footer-pages,.footer-legal,.footer-contact{min-width:180px}.social-links{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.app-buttons{display:flex;gap:1rem;flex-direction:column}.app-button{padding:.8rem 1.5rem;background:#1741941a;border:1px solid rgba(23,65,148,.3);color:#174194;border-radius:6px;cursor:pointer;transition:background .3s;font-size:.9rem}.app-button:hover{background:#17419433}.footer-bottom{border-top:1px solid rgba(23,65,148,.15);padding-top:2rem;display:flex;justify-content:center;align-items:center;text-align:center}.footer-bottom p{color:#1a1a2eb3;font-size:.9rem}@media(max-width:968px){.hamburger-menu{display:flex}.contact-button{display:none}.mobile-menu{width:380px;right:-380px}.mobile-menu.open{right:0}.mobile-menu.hidden{right:-380px}.header-container{padding:0 20px}.hero{padding:2.5rem 0;margin-bottom:3rem}.hero-container{padding:2rem 20px}.hero-video-wrapper{min-height:500px;height:500px;aspect-ratio:auto;max-height:500px}.hero-video{min-height:500px;height:100%}.hero-overlay{padding:3rem 0;min-height:600px;height:100%}.hero-content{padding:1.5rem 20px}.hero-title{font-size:1.75rem;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.hero-cta-buttons{flex-direction:row;align-items:center;justify-content:center;gap:1rem;margin:1.5rem 0;flex-wrap:wrap}.hero-cta-primary,.hero-cta-secondary{width:auto;min-width:150px}.hero-features{flex-direction:row;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.hero-feature{font-size:.75rem;padding:.5rem .8rem;white-space:nowrap}.hero-feature svg{width:16px;height:16px}.carousel-container{max-width:100%;padding:0 50px}.carousel-slide{min-width:calc(50% - .75rem)}.carousel-prev{left:10px}.carousel-next{right:10px}.carousel-btn{width:40px;height:40px}.carousel-btn svg{width:20px;height:20px}.vehicle-image-container{height:250px}.vehicle-model{font-size:1.3rem}.vehicle-variant{font-size:1rem}.price-amount{font-size:1.5rem}.how-it-works{padding:3.5rem 0}.how-it-works-wrapper{padding:2.5rem 2rem;border-radius:18px}.how-it-works-wrapper .section-title{font-size:2rem;margin-bottom:2.5rem}.steps-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem;margin-top:2.5rem}.step-card{padding:2.25rem 1.75rem;border-radius:14px}.step-number{font-size:.875rem;margin-bottom:1rem}.step-icon{width:58px;height:58px;margin-bottom:1.375rem}.step-icon svg{width:29px;height:29px}.step-card h3{font-size:1.3rem;margin-bottom:.875rem}.step-card p{font-size:.975rem;line-height:1.6}.why-choose-section{padding:3.25rem 0}.why-choose-section .section-title{font-size:2rem;margin-bottom:.875rem}.why-choose-section .section-subtitle{font-size:1.05rem;margin-bottom:2.25rem}.why-choose-content-wrapper{grid-template-columns:1fr;gap:2.25rem}.why-choose-video-wrapper{aspect-ratio:16 / 9}}@media(max-width:768px){.header-container{padding:0 20px}.logo-text{font-size:1.2rem}.logo-icon{width:24px;height:24px;font-size:1rem}.logo-tagline{font-size:.65rem}.icon-button{font-size:1rem;width:32px;height:32px}.header-icons{gap:.5rem}.hero{padding:2rem 0;margin-bottom:2rem}.hero-container{padding:1.5rem 20px}.hero-video-wrapper{min-height:auto;aspect-ratio:16 / 10;border-radius:16px}.hero-overlay{padding:3rem 0;min-height:600px;height:100%}.hero-content{padding:1.5rem 20px}.hero-title{font-size:1.5rem;margin-bottom:1.2rem}.hero-title-line{font-size:1.5rem!important}.hero-subtitle{font-size:1.1rem;margin-bottom:2rem}.hero-stats{gap:1.5rem;padding:1.5rem}.stat-number{font-size:1.5rem}.hero-cta-buttons{gap:1rem;margin:2rem 0}.hero-cta-primary,.hero-cta-secondary{padding:1rem 2rem;font-size:1rem}.hero-features{gap:1rem;margin-top:2rem;margin-bottom:2rem}.hero-feature{padding:.6rem 1.2rem;font-size:.85rem}.hero-scroll-indicator{bottom:.8rem;font-size:.8rem}.section-title{font-size:1.5rem}.search-section-wrapper{padding:2rem 1.5rem;border-radius:16px}.autocomplete-dropdown{max-height:400px}.autocomplete-item{padding:.8rem 1rem}.autocomplete-item-image{width:60px;height:50px}.autocomplete-item-title{font-size:.9rem}.autocomplete-item-subtitle{font-size:.8rem}.autocomplete-item-price{font-size:.85rem}.search-section-wrapper{padding:2rem 1rem;border-radius:12px}.search-bar{flex-direction:column}.search-button{width:100%;justify-content:center}.autocomplete-dropdown{max-height:350px}.promo-content{flex-direction:column;text-align:center}.advantages-content,.platform-content,.news-content{flex-direction:column}.why-choose-section{padding:3rem 0}.why-choose-section .section-title{font-size:1.9rem;margin-bottom:.875rem}.why-choose-section .section-subtitle{font-size:1.05rem;margin-bottom:2.25rem}.why-choose-content-wrapper{grid-template-columns:1fr;gap:2rem}.why-choose-video-wrapper{aspect-ratio:16 / 9;border-radius:14px}.why-choose-card{padding:1.5rem 1.25rem;gap:1rem}.why-choose-icon{width:56px;height:56px;min-width:56px}.why-choose-card h3{font-size:1.1rem}.why-choose-card p{font-size:.9rem}.why-choose-grid,.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.brands-section{padding:3rem 0}.brands-grid{grid-template-columns:repeat(3,1fr);gap:1rem;padding:0 1rem}.brand-card{padding:.8rem;min-height:0;aspect-ratio:1;border-radius:50%;width:100%;max-width:120px;margin:0 auto;display:flex;align-items:center;justify-content:center}.brand-image{max-width:100%;width:100%;height:100%;object-fit:contain;padding:.2rem}.home-about-content{flex-direction:column}.about-us-image{max-width:100%;margin-top:2rem}.how-it-works-content,.visit-showroom-content{grid-template-columns:1fr;gap:3rem}.how-it-works-image,.visit-showroom-image{order:-1}.how-it-works-text .section-title,.visit-showroom-text .section-title{text-align:left}.services-grid{grid-template-columns:1fr}}@media(max-width:480px){.header{padding:.8rem 0}.header-container{padding:0 15px}.logo-text{font-size:1rem}.logo-icon{width:20px;height:20px;font-size:.9rem}.logo-tagline{font-size:.6rem}.icon-button{font-size:.9rem;width:28px;height:28px;padding:.3rem}.header-icons{gap:.3rem}.mobile-menu{width:85%;max-width:360px;right:-85%}.mobile-menu.open{right:0}.mobile-menu.hidden{right:-85%}.mobile-menu-header{padding:1.5rem 1.5rem 1rem}.mobile-menu-logo-wrapper{padding:.8rem;border-radius:10px}.mobile-menu-logo{width:100px}.mobile-menu-tagline{font-size:.75rem}.mobile-menu-links{padding:1rem 0}.mobile-menu-links a{padding:1rem 1.5rem;font-size:1rem}.mobile-menu-contact{padding:1.5rem}.mobile-menu-contact-title{font-size:1rem;margin-bottom:1rem;padding-bottom:.8rem}.mobile-menu-contact-item{padding:1rem;margin-bottom:.8rem}.mobile-menu-contact-item svg{width:20px;height:20px}.mobile-menu-contact-item span,.mobile-menu-contact-item a{font-size:.85rem}.hero{padding:1.5rem 0;margin-bottom:2rem}.hero-container{padding:1.25rem 12px}.hero-video-wrapper{min-height:500px;height:500px;aspect-ratio:auto;border-radius:10px;max-height:500px}.hero-video{object-fit:cover;height:100%;min-height:500px}.hero-overlay{padding:2.5rem 0;align-items:center;overflow-y:visible;overflow-x:visible;justify-content:center;min-height:650px;height:100%;box-sizing:border-box}.hero-content{padding:1.25rem 15px;width:100%;max-width:100%;margin:0 auto;box-sizing:border-box}.hero-badge{padding:.4rem .8rem;font-size:.7rem;margin-bottom:.8rem}.hero-title{font-size:1.2rem;margin-bottom:.6rem;line-height:1.2;gap:.3rem}.hero-title-line{font-size:1.2rem!important}.hero-subtitle{font-size:.8rem;line-height:1.4;margin-bottom:1rem;padding:0 5px}.hero-stats{flex-direction:column;gap:.8rem;padding:1rem .8rem;margin:1.2rem 0}.stat-divider{width:30px;height:1px}.stat-number{font-size:1.2rem}.stat-label{font-size:.75rem}.hero-cta-buttons{flex-direction:row;align-items:center;justify-content:center;gap:.8rem;margin:1rem 0;flex-wrap:wrap}.hero-cta-primary,.hero-cta-secondary{width:auto;min-width:140px;justify-content:center;padding:.75rem 1.2rem;font-size:.85rem}.hero-features{flex-direction:row;align-items:center;justify-content:center;gap:.8rem;margin-top:1rem;margin-bottom:.5rem;flex-wrap:wrap}.hero-feature{justify-content:center;padding:.4rem .7rem;font-size:.7rem;white-space:nowrap}.hero-feature svg{width:14px;height:14px}.hero-scroll-indicator{bottom:.3rem;font-size:.65rem;display:none}.carousel-container{padding:0 40px}.carousel-slide{min-width:100%}.carousel-prev{left:5px}.carousel-next{right:5px}.carousel-btn{width:36px;height:36px;background:#1a1a2ecc}.carousel-btn svg{width:18px;height:18px}.vehicle-image-container{height:200px}.vehicle-actions{top:.5rem;right:.5rem;gap:.3rem}.action-icon{width:32px;height:32px;font-size:1rem}.vehicle-details{padding:1rem}.vehicle-model{font-size:1.1rem}.vehicle-variant{font-size:.9rem}.price-amount{font-size:1.3rem}.price-currency{font-size:.9rem}.price-monthly{font-size:.8rem}.vehicle-grid,.promotions-grid{grid-template-columns:1fr}.why-choose-section{padding:2.5rem 0}.why-choose-section .section-title{font-size:1.75rem;margin-bottom:.75rem}.why-choose-section .section-subtitle{font-size:1rem;margin-bottom:2rem}.why-choose-content-wrapper{grid-template-columns:1fr;gap:1.5rem}.why-choose-video-wrapper{aspect-ratio:16 / 9;border-radius:12px}.why-choose-card{padding:1.25rem 1rem;gap:.875rem;border-radius:10px}.why-choose-icon{width:48px;height:48px;min-width:48px;border-radius:10px}.why-choose-icon svg{width:24px;height:24px}.why-choose-card h3{font-size:1rem;margin-bottom:.375rem}.why-choose-card p{font-size:.85rem;line-height:1.5}.why-choose-grid,.testimonials-grid{grid-template-columns:1fr}.home-blogs-grid{grid-template-columns:1fr!important}.brands-section{padding:2.5rem 0}.brands-grid{grid-template-columns:repeat(3,1fr);gap:1rem;padding:0 1rem}.brand-card{padding:.8rem;min-height:0;aspect-ratio:1;border-radius:50%;width:100%;max-width:110px;margin:0 auto;display:flex;align-items:center;justify-content:center}.brand-image{max-width:100%;width:100%;height:100%;object-fit:contain;padding:.2rem}.home-about-features{flex-direction:column;gap:1rem}.how-it-works-home-section,.our-services-home-section,.visit-showroom-section{padding:3rem 0}.how-it-works-content,.visit-showroom-content{gap:2rem}.how-it-works-text .section-title,.visit-showroom-text .section-title{text-align:left}.process-steps{gap:1.5rem}.step-number{font-size:2.5rem;width:50px}.step-content h3{font-size:1.3rem}.services-grid{gap:2rem}.service-content{padding:2rem}.showroom-features{gap:1.2rem}.showroom-cta{flex-direction:column}.primary-button,.secondary-button{width:100%;justify-content:center}}.about-page{min-height:100vh}.about-hero{padding:4rem 0 6rem;margin-bottom:0;position:relative;z-index:10}.about-hero-wrapper{position:relative;border-radius:20px;overflow:visible;box-shadow:0 30px 80px #0009;min-height:500px;display:flex;align-items:center;justify-content:center;margin-bottom:50px}.about-hero-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;border-radius:20px;overflow:hidden}.about-hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.about-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(255,255,255,.8) 0%,rgba(255,255,255,.4) 50%,transparent 100%);z-index:1}.about-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:4rem 2rem;width:100%}.about-hero-icon{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);z-index:100;display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#174194f2,#174194cc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 40px #17419480,0 0 0 4px #1a1a2e4d;transition:all .3s ease}.about-hero-icon:hover{transform:translate(-50%) scale(1.1);box-shadow:0 15px 50px #174194b3,0 0 0 6px #17419433}.about-hero-icon svg{width:50px;height:50px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.about-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.3);line-height:1.2}.about-subtitle{font-size:1.4rem;color:#1a1a2ecc;line-height:1.6;font-weight:400;text-shadow:none}.about-mission{padding:6rem 0 4rem;margin-bottom:4rem;position:relative;z-index:1}.mission-content{display:flex;gap:4rem;align-items:center;flex-wrap:wrap}.mission-text{flex:1;min-width:300px}.mission-description{font-size:1.1rem;line-height:1.8;color:#1a1a2eb3}.mission-description strong{color:#174194;font-weight:700}.mission-visual{flex:1;min-width:300px;display:flex;align-items:center;justify-content:center;position:relative}.mission-image-wrapper{position:relative;width:100%;max-width:500px;perspective:1000px}.mission-image-frame{position:relative;width:100%;padding:20px;background:linear-gradient(135deg,#1741941a,#1741940d);border-radius:24px;transform:rotateY(-5deg) rotateX(3deg);transition:all .5s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 60px #0000004d,0 0 0 1px #17419433,inset 0 0 0 1px #ffffff0d}.mission-image-wrapper:hover .mission-image-frame{transform:rotateY(0) rotateX(0) translateY(-10px);box-shadow:0 30px 80px #17419466,0 0 0 1px #1741944d,inset 0 0 0 1px #ffffff1a}.mission-image{width:100%;height:auto;border-radius:16px;display:block;object-fit:cover;aspect-ratio:4 / 3;position:relative;z-index:2;filter:brightness(1.05) contrast(1.1);transition:all .5s ease}.mission-image-wrapper:hover .mission-image{filter:brightness(1.1) contrast(1.15);transform:scale(1.02)}.mission-image-overlay{position:absolute;inset:20px;background:linear-gradient(135deg,rgba(23,65,148,.15) 0%,transparent 50%,transparent 100%);border-radius:16px;z-index:3;pointer-events:none;opacity:.8;transition:opacity .5s ease}.mission-image-wrapper:hover .mission-image-overlay{opacity:.6}.mission-image-decoration{position:absolute;top:-15px;right:-15px;width:80px;height:80px;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-primary) 100%);border-radius:50%;z-index:4;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #17419480,0 0 0 4px #1a1a2e4d;animation:float 3s ease-in-out infinite;opacity:.9}.mission-image-decoration:before{content:"";position:absolute;width:60px;height:60px;border:2px solid rgba(255,255,255,.3);border-radius:50%;animation:pulse 2s ease-in-out infinite}.mission-image-decoration:after{content:"✓";position:absolute;font-size:32px;color:#fff;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.2)}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(5deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.5}}.how-it-works{padding:4rem 0;margin-bottom:4rem;position:relative;z-index:1}.how-it-works-wrapper{background:#fffffff2;border-radius:20px;padding:3rem;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(23,65,148,.2)}.how-it-works-wrapper .section-title{text-align:center;margin-bottom:3rem}.steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.step-card{background:#fffffff2;border-radius:16px;padding:2.5rem 2rem;border:1px solid rgba(23,65,148,.2);transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden}.step-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);transform:scaleX(0);transition:transform .3s}.step-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #1741944d;border-color:#17419480}.step-card:hover:before{transform:scaleX(1)}.step-number{font-size:.9rem;font-weight:700;color:#174194;margin-bottom:1rem;letter-spacing:2px}.step-icon{width:60px;height:60px;background:linear-gradient(135deg,#17419433 0% 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;border:2px solid rgba(23,65,148,.3)}.step-icon svg{width:30px;height:30px;color:#174194}.step-card h3{font-size:1.4rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.step-card p{font-size:1rem;line-height:1.6;color:#1a1a2eb3}.our-difference{padding:4rem 0;margin-bottom:4rem}.difference-intro{font-size:1.2rem;line-height:1.8;color:#1a1a2eb3;text-align:center;max-width:900px;margin:0 auto 3rem}.difference-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.difference-card{background:#fffffff2;border-radius:16px;padding:2.5rem 2rem;border:1px solid rgba(23,65,148,.2);transition:transform .3s,box-shadow .3s;text-align:center}.difference-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #1741944d}.difference-icon{width:80px;height:80px;background:linear-gradient(135deg,#17419433 0% 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;border:2px solid rgba(23,65,148,.3)}.difference-icon svg{width:40px;height:40px;color:#174194}.difference-card h3{font-size:1.4rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.difference-card p{font-size:1rem;line-height:1.6;color:#1a1a2eb3}.why-choose-us{padding:4rem 0;margin-bottom:4rem;position:relative;z-index:1}.why-choose-us-wrapper{background:#fffffff2;border-radius:20px;padding:3rem;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(23,65,148,.2)}.why-choose-us-wrapper .section-title{text-align:center;margin-bottom:3rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.benefit-item{background:#fffffff2;border-radius:16px;padding:2rem;border:1px solid rgba(23,65,148,.2);transition:transform .3s,box-shadow .3s}.benefit-item:hover{transform:translateY(-5px);box-shadow:0 10px 40px #1741944d}.benefit-icon-wrapper{width:60px;height:60px;background:linear-gradient(135deg,#17419433 0% 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;border:2px solid rgba(23,65,148,.3)}.benefit-icon{width:30px;height:30px;color:#174194}.benefit-item h3{font-size:1.3rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.benefit-item p{font-size:1rem;line-height:1.6;color:#1a1a2eb3}.about-cta{padding:4rem 0;margin-bottom:4rem;position:relative;z-index:1}.about-cta-wrapper{background:#fffffff2;border-radius:20px;padding:3rem;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(23,65,148,.2)}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-content h2{font-size:2.5rem;font-weight:800;color:#1a1a2e;margin-bottom:1rem}.cta-subtitle{font-size:1.5rem;color:#174194;font-weight:600;margin-bottom:1.5rem}.cta-description{font-size:1.1rem;line-height:1.8;color:#1a1a2eb3;margin-bottom:2.5rem}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.cta-button{padding:1rem 2.5rem;border-radius:8px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.cta-button.primary{background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff}.cta-button.secondary{background:transparent;color:#174194;border:2px solid #174194}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #17419466}.cta-info{display:flex;gap:3rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.cta-info-item{display:flex;align-items:center;gap:.8rem;color:#1a1a2eb3;font-size:1rem}.cta-info-icon{width:20px;height:20px;color:#174194;flex-shrink:0}.image-placeholder,.news-placeholder,.advantage-placeholder,.platform-phone-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.image-placeholder svg,.news-placeholder svg,.advantage-placeholder svg,.platform-phone-placeholder svg{width:120px;height:120px;color:#1741944d;stroke-width:1.5}.vehicle-actions .action-icon svg{width:18px;height:18px;color:#666}.vehicle-actions .action-icon:hover svg{color:#174194}@media(max-width:768px){.about-hero{padding:3rem 0 5rem}.about-hero-wrapper{min-height:400px;border-radius:16px}.about-hero-content{padding:3rem 1.5rem}.about-hero-icon{width:80px;height:80px;bottom:-40px;box-shadow:0 8px 30px #17419480,0 0 0 3px #1a1a2e4d}.about-hero-icon svg{width:40px;height:40px}.about-title{font-size:2rem}.about-subtitle{font-size:1rem}.mission-content{flex-direction:column}.mission-image-frame{padding:15px;transform:rotateY(-3deg) rotateX(2deg)}.mission-image-decoration{width:60px;height:60px;top:-10px;right:-10px}.mission-image-decoration:before{width:45px;height:45px}.mission-image-decoration:after{font-size:24px}.how-it-works{padding:3rem 0}.how-it-works-wrapper{padding:2rem 1.5rem;border-radius:16px}.how-it-works-wrapper .section-title{font-size:1.9rem;margin-bottom:2rem}.steps-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.step-card{padding:2rem 1.5rem;border-radius:14px}.step-number{font-size:.85rem;margin-bottom:.875rem}.step-icon{width:56px;height:56px;margin-bottom:1.25rem;border-radius:10px}.step-icon svg{width:28px;height:28px}.step-card h3{font-size:1.25rem;margin-bottom:.875rem}.step-card p{font-size:.95rem;line-height:1.6}.difference-features,.benefits-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.cta-subtitle{font-size:1.2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px}.cta-info{flex-direction:column;gap:1.5rem}}@media(max-width:480px){.about-hero{padding:2rem 0 4.5rem}.about-hero-wrapper{min-height:350px;border-radius:12px}.about-hero-content{padding:2.5rem 1rem}.about-hero-icon{width:70px;height:70px;bottom:-35px;box-shadow:0 6px 25px #17419480,0 0 0 2px #1a1a2e4d}.about-hero-icon svg{width:35px;height:35px}.about-title{font-size:1.8rem}.about-subtitle{font-size:.9rem}.how-it-works{padding:2.5rem 0}.how-it-works-wrapper{padding:1.5rem 1rem;border-radius:12px}.how-it-works-wrapper .section-title{font-size:1.75rem;margin-bottom:1.5rem}.steps-grid{grid-template-columns:1fr;gap:1.25rem;margin-top:1.5rem}.step-card{padding:1.5rem 1.25rem;border-radius:12px}.step-number{font-size:.8rem;margin-bottom:.75rem;letter-spacing:1.5px}.step-icon{width:50px;height:50px;margin-bottom:1rem;border-radius:10px}.step-icon svg{width:24px;height:24px}.step-card h3{font-size:1.15rem;margin-bottom:.75rem}.step-card p{font-size:.9rem;line-height:1.6}.difference-card,.benefit-item{padding:1.5rem}.cta-content h2{font-size:1.8rem}}.contact-page{min-height:100vh}.contact-hero{padding:4rem 0 6rem;margin-bottom:0;position:relative;z-index:10}.contact-hero-wrapper{position:relative;border-radius:20px;overflow:visible;box-shadow:0 30px 80px #0009;min-height:500px;display:flex;align-items:center;justify-content:center;margin-bottom:50px}.contact-hero-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;border-radius:20px;overflow:hidden}.contact-hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.contact-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(255,255,255,.8) 0%,rgba(255,255,255,.4) 50%,transparent 100%);z-index:1}.contact-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:4rem 2rem;width:100%}.contact-hero-icon{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);z-index:100;display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#174194f2,#174194cc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 40px #17419480,0 0 0 4px #1a1a2e4d;transition:all .3s ease}.contact-hero-icon:hover{transform:translate(-50%) scale(1.1) rotate(360deg);box-shadow:0 15px 50px #174194b3,0 0 0 6px #17419433}.contact-hero-icon svg{width:50px;height:50px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.contact-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.3);line-height:1.2}.contact-subtitle{font-size:1.4rem;color:#1a1a2ecc;line-height:1.6;font-weight:400;text-shadow:none}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.contact-info-card{background:#fffffff2;border-radius:16px;padding:2.5rem 2rem;text-align:center;border:1px solid rgba(23,65,148,.2);transition:transform .3s,box-shadow .3s,border-color .3s}.contact-info-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #1741944d;border-color:#17419480}.contact-info-card .contact-info-icon{width:70px;height:70px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#17419433 0% 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(23,65,148,.3)}.contact-info-card .contact-info-icon svg{width:35px;height:35px;color:#174194}.contact-info-card h3{font-size:1.4rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.contact-info-card p{font-size:1rem;color:#1a1a2eb3;line-height:1.6;margin-bottom:.5rem}.contact-link{display:inline-block;margin-top:1rem;color:#174194;text-decoration:none;font-weight:600;transition:color .3s}.contact-link:hover{color:#174194}.contact-main-section{padding:4rem 0;margin-bottom:0}.contact-main-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.contact-form-wrapper{background:#fffffff2;border-radius:16px;padding:3rem;border:1px solid rgba(23,65,148,.2)}.form-description{color:#1a1a2eb3;margin-bottom:2rem;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600;color:#1a1a2e}.form-group input,.form-group select,.form-group textarea{padding:1rem;border:2px solid rgba(23,65,148,.3);border-radius:8px;background:#fff;color:#1a1a2e;font-size:1rem;font-family:inherit;transition:border-color .3s,box-shadow .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#174194;box-shadow:0 0 0 3px #17419433}.form-group input::placeholder,.form-group textarea::placeholder{color:#1a1a2e80}.form-group select{cursor:pointer}.form-group select option{background:#f8f9fa;color:#1a1a2e}.form-group textarea{resize:vertical;min-height:150px}.submit-button{padding:1rem 2rem;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.submit-button svg{width:20px;height:20px}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #17419466}.submit-button:active{transform:translateY(0)}.contact-sidebar{display:flex;flex-direction:column;gap:2rem}.opening-hours-card,.visit-us-card{background:#fffffff2;border-radius:16px;padding:2rem;border:1px solid rgba(23,65,148,.2)}.opening-hours-card h3,.visit-us-card h3{font-size:1.4rem;font-weight:700;color:#1a1a2e;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(23,65,148,.3)}.hours-list{display:flex;flex-direction:column;gap:1rem}.hours-item{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px solid rgba(23,65,148,.15)}.hours-item:last-child{border-bottom:none}.hours-day{font-weight:600;color:#1a1a2e;font-size:1rem}.hours-time{color:#1a1a2eb3;font-size:.95rem}.visit-us-card p{color:#1a1a2eb3;line-height:1.6;margin-bottom:1.5rem}.visit-features{display:flex;flex-direction:column;gap:1rem}.visit-feature{display:flex;align-items:center;gap:1rem;padding:.8rem;background:#1741941a;border-radius:8px;border-left:3px solid #174194}.visit-feature svg{width:20px;height:20px;color:#174194;flex-shrink:0}.visit-feature span{color:#1a1a2e;font-weight:500}.contact-map-section{padding:4rem 0;margin-bottom:0}.contact-map-wrapper{background:#fffffff2;border-radius:20px;padding:3rem;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(23,65,148,.2)}.contact-map-wrapper .section-title{text-align:center;margin-bottom:2rem}.map-container{margin-top:2rem;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000004d;width:100%;height:500px;position:relative}.map-container iframe{width:100%;height:100%;border:none;border-radius:16px;display:block}@media(max-width:968px){.contact-main-content,.form-row{grid-template-columns:1fr}.contact-title{font-size:2.5rem}.contact-subtitle{font-size:1.2rem}}@media(max-width:768px){.contact-hero{padding:3rem 0 5rem}.contact-hero-wrapper{min-height:400px;border-radius:16px}.contact-hero-content{padding:3rem 1.5rem}.contact-hero-icon{width:80px;height:80px;bottom:-40px;box-shadow:0 8px 30px #17419480,0 0 0 3px #1a1a2e4d}.contact-hero-icon svg{width:40px;height:40px}.contact-title{font-size:2rem}.contact-subtitle{font-size:1rem}.contact-info-section{padding-top:5rem}.contact-info-grid{grid-template-columns:1fr}.contact-form-wrapper{padding:2rem}.contact-map-wrapper{padding:2rem 1.5rem;border-radius:16px}.map-container{height:400px}}@media(max-width:480px){.contact-hero{padding:2rem 0 4.5rem}.contact-hero-wrapper{min-height:350px;border-radius:12px}.contact-hero-content{padding:2.5rem 1rem}.contact-hero-icon{width:70px;height:70px;bottom:-35px;box-shadow:0 6px 25px #17419480,0 0 0 2px #1a1a2e4d}.contact-hero-icon svg{width:35px;height:35px}.contact-title{font-size:1.8rem}.contact-subtitle{font-size:.9rem}.contact-info-section{padding-top:4rem}.contact-form-wrapper,.opening-hours-card,.visit-us-card{padding:1.5rem}.contact-map-wrapper{padding:1.5rem 1rem;border-radius:12px}.map-container{height:300px}}.where-to-find-us-page{min-height:100vh}.where-hero{padding:4rem 0 6rem;margin-bottom:0;position:relative;z-index:10}.where-hero-wrapper{position:relative;border-radius:20px;overflow:visible;box-shadow:0 30px 80px #0009;min-height:500px;display:flex;align-items:center;justify-content:center;margin-bottom:50px}.where-hero-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;border-radius:20px;overflow:hidden}.where-hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.where-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(255,255,255,.8) 0%,rgba(255,255,255,.4) 50%,transparent 100%);z-index:1}.where-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:4rem 2rem;width:100%}.where-hero-icon{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);z-index:100;display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#174194f2,#174194cc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 40px #17419480,0 0 0 4px #1a1a2e4d;transition:all .3s ease}.where-hero-icon:hover{transform:translate(-50%) scale(1.1);box-shadow:0 15px 50px #174194b3,0 0 0 6px #17419433}.where-hero-icon svg{width:50px;height:50px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.where-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.3);line-height:1.2}.where-subtitle{font-size:1.4rem;color:#1a1a2ecc;line-height:1.6;font-weight:400;text-shadow:none}.location-main-section{padding:4rem 0;margin-bottom:0}.location-content{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:start}.location-map-wrapper{display:flex;flex-direction:column;gap:1.5rem}.location-map-container{width:100%;height:600px;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000004d;border:1px solid rgba(23,65,148,.2)}.location-map-container iframe{width:100%;height:100%;border:none;display:block}.map-actions{display:flex;justify-content:center}.direction-button{display:flex;align-items:center;gap:.8rem;padding:1rem 2rem;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:transform .2s,box-shadow .2s}.direction-button svg{width:20px;height:20px}.direction-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #17419466}.location-info-wrapper{position:sticky;top:100px}.location-details-card{background:#fffffff2;border-radius:16px;padding:2.5rem;border:1px solid rgba(23,65,148,.2);box-shadow:0 10px 40px #0000001a}.location-detail-header{text-align:center;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:2px solid rgba(23,65,148,.3)}.location-icon-large{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#17419433 0% 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(23,65,148,.3)}.location-icon-large svg{width:40px;height:40px;color:#174194}.location-detail-header h2{font-size:1.8rem;font-weight:700;color:#1a1a2e;margin:0}.location-detail-item{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid rgba(23,65,148,.15)}.location-detail-item:last-child{border-bottom:none}.detail-icon{width:24px;height:24px;color:#174194;flex-shrink:0;margin-top:.2rem}.detail-content{flex:1}.detail-content h4{font-size:1.1rem;font-weight:600;color:#1a1a2e;margin-bottom:.5rem}.detail-content p{font-size:1rem;color:#1a1a2eb3;line-height:1.6;margin-bottom:.3rem}.detail-link{color:#174194;text-decoration:none;font-weight:500;transition:color .3s}.detail-link:hover{color:#174194}.hours-detail{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.hours-day{font-weight:500;color:#1a1a2e}.hours-time{color:#1a1a2eb3}.hours-time.closed{color:#1a1a2e80;font-style:italic}.where-features-section{padding:4rem 0;margin-bottom:0}.where-features-wrapper{background:#fffffff2;border-radius:20px;padding:3rem;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(23,65,148,.2)}.where-features-wrapper .section-title{text-align:center;margin-bottom:3rem}.where-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.where-feature-card{background:#fffffff2;border-radius:16px;padding:2.5rem 2rem;border:1px solid rgba(23,65,148,.2);transition:transform .3s,box-shadow .3s,border-color .3s;text-align:center}.where-feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #1741944d;border-color:#17419480}.where-feature-icon{width:70px;height:70px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#17419433 0% 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(23,65,148,.3)}.where-feature-icon svg{width:35px;height:35px;color:#174194}.where-feature-card h3{font-size:1.3rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.where-feature-card p{font-size:1rem;color:#1a1a2eb3;line-height:1.6}.directions-section{padding:4rem 0;margin-bottom:0}.directions-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.direction-method-card{background:#fffffff2;border-radius:16px;padding:2.5rem 2rem;border:1px solid rgba(23,65,148,.2);transition:transform .3s,box-shadow .3s}.direction-method-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #1741944d}.direction-method-icon{width:60px;height:60px;margin-bottom:1.5rem;background:linear-gradient(135deg,#17419433 0% 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;border:2px solid rgba(23,65,148,.3)}.direction-method-icon svg{width:30px;height:30px;color:#174194}.direction-method-card h3{font-size:1.4rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.direction-method-card p{font-size:1rem;color:#1a1a2eb3;line-height:1.6;margin-bottom:1.5rem}.direction-method-card ul{list-style:none;padding:0;margin:0}.direction-method-card ul li{padding:.8rem 0 .8rem 1.5rem;position:relative;color:#1a1a2eb3;font-size:.95rem;border-bottom:1px solid rgba(23,65,148,.15)}.direction-method-card ul li:last-child{border-bottom:none}.direction-method-card ul li:before{content:"→";position:absolute;left:0;color:#174194;font-weight:700}.visit-info-section{padding:4rem 0;margin-bottom:0}.visit-info-wrapper{background:#fffffff2;border-radius:20px;padding:3rem;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(23,65,148,.2)}.visit-info-content{max-width:900px;margin:0 auto;text-align:center}.visit-info-text h2{font-size:2.5rem;font-weight:800;color:#1a1a2e;margin-bottom:1.5rem}.visit-info-text p{font-size:1.2rem;color:#1a1a2eb3;line-height:1.8;margin-bottom:2.5rem}.visit-tips{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem;text-align:left;max-width:600px;margin-left:auto;margin-right:auto}.visit-tip{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#1a1a2e99;border-radius:10px;border-left:3px solid #174194}.visit-tip svg{width:20px;height:20px;color:#174194;flex-shrink:0}.visit-tip span{color:#1a1a2e;font-size:1rem}.visit-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button-primary,.cta-button-secondary{padding:1rem 2.5rem;border-radius:8px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.cta-button-primary{background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff}.cta-button-secondary{background:transparent;color:#174194;border:2px solid #174194}.cta-button-primary:hover,.cta-button-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #17419466}@media(max-width:968px){.location-content{grid-template-columns:1fr}.location-info-wrapper{position:static}.location-map-container{height:500px}.where-title{font-size:2.5rem}.where-subtitle{font-size:1.2rem}.where-features-grid,.directions-content{grid-template-columns:1fr}}@media(max-width:768px){.where-hero{padding:3rem 0 5rem}.where-hero-wrapper{min-height:400px;border-radius:16px}.where-hero-content{padding:3rem 1.5rem}.where-hero-icon{width:80px;height:80px;bottom:-40px;box-shadow:0 8px 30px #17419480,0 0 0 3px #1a1a2e4d}.where-hero-icon svg{width:40px;height:40px}.where-title{font-size:2rem}.where-subtitle{font-size:1rem}.location-main-section{padding-top:6rem}.location-map-container{height:400px}.location-details-card{padding:2rem}.where-features-wrapper{padding:2rem 1.5rem;border-radius:16px}.visit-info-wrapper{padding:2.5rem 1.5rem;border-radius:16px}.contact-map-wrapper{padding:2rem 1.5rem;border-radius:16px}.visit-info-text h2{font-size:2rem}.visit-info-text p{font-size:1rem}}@media(max-width:480px){.where-hero{padding:2rem 0 4.5rem}.where-hero-wrapper{min-height:350px;border-radius:12px}.where-hero-content{padding:2.5rem 1rem}.where-hero-icon{width:70px;height:70px;bottom:-35px;box-shadow:0 6px 25px #17419480,0 0 0 2px #1a1a2e4d}.where-hero-icon svg{width:35px;height:35px}.where-title{font-size:1.8rem}.where-subtitle{font-size:.9rem}.location-main-section{padding-top:5rem}.location-map-container{height:300px}.location-details-card{padding:1.5rem}.location-detail-header h2{font-size:1.5rem}.where-features-wrapper{padding:1.5rem 1rem;border-radius:12px}.visit-info-wrapper,.contact-map-wrapper{padding:2rem 1rem;border-radius:12px}.visit-info-text h2{font-size:1.8rem}.visit-cta{flex-direction:column;align-items:center}.cta-button-primary,.cta-button-secondary{width:100%;max-width:300px}}.inventory-page{min-height:100vh}.inventory-hero{padding:4rem 0 6rem;margin-bottom:0;position:relative;z-index:10}.inventory-hero-wrapper{position:relative;border-radius:20px;overflow:visible;box-shadow:0 30px 80px #0009;min-height:500px;display:flex;align-items:center;justify-content:center;margin-bottom:50px}.inventory-hero-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;border-radius:20px;overflow:hidden}.inventory-hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.inventory-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(255,255,255,.8) 0%,rgba(255,255,255,.4) 50%,transparent 100%);z-index:1}.inventory-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:4rem 2rem;width:100%}.inventory-hero-icon{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);z-index:100;display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#174194f2,#174194cc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 40px #17419480,0 0 0 4px #1a1a2e4d;transition:all .3s ease}.inventory-hero-icon:hover{transform:translate(-50%) scale(1.1) rotate(360deg);box-shadow:0 15px 50px #174194b3,0 0 0 6px #17419433}.inventory-hero-icon svg{width:50px;height:50px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.inventory-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.3);line-height:1.2}.inventory-subtitle{font-size:1.4rem;color:#1a1a2ecc;line-height:1.6;font-weight:400;text-shadow:none}.inventory-filters-section{padding:0;margin-bottom:0;margin-top:0;position:relative;z-index:1}.inventory-filters-wrapper{background:#fffffff2;border-radius:20px;padding:2.5rem;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(23,65,148,.2)}.inventory-controls{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.inventory-search-wrapper{flex:1;min-width:300px;position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;width:20px;height:20px;color:#1a1a2e80;z-index:1}.inventory-search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid rgba(23,65,148,.3);border-radius:8px;background:#fff;color:#1a1a2e;font-size:1rem;transition:border-color .3s,box-shadow .3s}.inventory-search-input:focus{outline:none;border-color:#174194;box-shadow:0 0 0 3px #17419433}.inventory-search-input::placeholder{color:#1a1a2e80}.inventory-toolbar{display:flex;gap:1rem;align-items:center}.view-toggle{display:none;gap:.5rem;background:#fff;border-radius:8px;padding:.3rem;border:2px solid rgba(23,65,148,.3)}.view-toggle-btn{width:40px;height:40px;border:none;background:transparent;color:#1a1a2e99;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s}.view-toggle-btn svg{width:20px;height:20px}.view-toggle-btn:hover{background:#1741941a;color:#1a1a2ee6}.view-toggle-btn.active{background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff}.sort-select{padding:.8rem 1.2rem;border:2px solid rgba(23,65,148,.3);border-radius:8px;background:#fff;color:#1a1a2e;font-size:.95rem;cursor:pointer;transition:border-color .3s}.sort-select:focus{outline:none;border-color:#174194}.sort-select option{background:#fff;color:#1a1a2e}.filter-toggle-btn{position:relative;padding:.8rem 1.5rem;border:2px solid rgba(23,65,148,.3);border-radius:8px;background:#fff;color:#1a1a2e;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s}.filter-toggle-btn svg{width:18px;height:18px}.filter-toggle-btn:hover{border-color:#174194;background:#1741941a}.filter-badge{position:absolute;top:-5px;right:-5px;width:10px;height:10px;background:#174194;border-radius:50%;border:2px solid #ffffff}.advanced-filters{margin-top:2rem;padding:2rem;background:#f8f9facc;border-radius:16px;border:1px solid rgba(23,65,148,.2);display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.9rem;font-weight:600;color:#1a1a2e}.filter-group select{padding:.8rem;border:2px solid rgba(23,65,148,.3);border-radius:8px;background:#fff;color:#1a1a2e;font-size:.95rem;cursor:pointer;transition:border-color .3s}.filter-group select:focus{outline:none;border-color:#174194}.filter-group select option{background:#fff;color:#1a1a2e}.filter-group.price-range{grid-column:1 / -1}.filter-group.price-range label{margin-bottom:1rem}.range-inputs{display:flex;gap:1rem}.range-inputs input[type=range]{flex:1;height:6px;border-radius:3px;background:#17419433;outline:none;-webkit-appearance:none}.range-inputs input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#174194;cursor:pointer;transition:background .3s}.range-inputs input[type=range]::-webkit-slider-thumb:hover{background:#174194}.range-inputs input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#174194;cursor:pointer;border:none;transition:background .3s}.range-inputs input[type=range]::-moz-range-thumb:hover{background:#174194}.reset-filters-btn{grid-column:1 / -1;padding:.8rem 2rem;border:2px solid rgba(23,65,148,.5);border-radius:8px;background:transparent;color:#174194;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;justify-self:start}.reset-filters-btn:hover{background:#1741941a;border-color:#174194}.inventory-results-section{padding:2rem 0 4rem}.results-header{margin-bottom:2rem}.results-count{color:#1a1a2eb3;font-size:1rem}.vehicles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.vehicles-grid.list-view{grid-template-columns:1fr}.vehicles-grid.list-view .inventory-vehicle-card{display:grid;grid-template-columns:400px 1fr;max-width:100%}.vehicles-grid.list-view .vehicle-image-container{height:100%;min-height:300px}.inventory-vehicle-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001a;transition:transform .3s,box-shadow .3s;border:1px solid rgba(23,65,148,.15)}.inventory-vehicle-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #1741944d;border-color:#1741944d}.vehicle-badges{position:absolute;bottom:1rem;left:1rem;display:flex;gap:.5rem;z-index:5}.fuel-badge,.transmission-badge{padding:.4rem .8rem;background:#174194e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:6px;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.view-details-btn{width:100%;padding:1rem;margin-top:1rem;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.view-details-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #17419466}.no-results{text-align:center;padding:4rem 2rem}.no-results svg{width:80px;height:80px;color:#17419480;margin-bottom:1.5rem}.no-results h3{font-size:1.8rem;color:#1a1a2e;margin-bottom:1rem}.no-results p{font-size:1.1rem;color:#1a1a2eb3;margin-bottom:2rem}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;flex-wrap:wrap}.pagination-btn{padding:.8rem 1.5rem;border:2px solid rgba(23,65,148,.3);border-radius:8px;background:#fff;color:#1a1a2e;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s}.pagination-btn svg{width:18px;height:18px}.pagination-btn:hover:not(:disabled){border-color:#174194;background:#1741941a}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-numbers{display:flex;gap:.5rem;align-items:center}.pagination-number{width:40px;height:40px;border:2px solid rgba(23,65,148,.3);border-radius:8px;background:#fff;color:#1a1a2e;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s}.pagination-number:hover{border-color:#174194;background:#1741941a}.pagination-number.active{background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);border-color:#174194;color:#fff}.pagination-ellipsis{color:#1a1a2eb3;padding:0 .5rem}@media(max-width:968px){.inventory-controls{flex-direction:column;align-items:stretch}.inventory-search-wrapper{width:100%}.inventory-toolbar{width:100%;justify-content:space-between}.vehicles-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.vehicles-grid.list-view .inventory-vehicle-card{grid-template-columns:1fr}.inventory-title{font-size:2.5rem}.inventory-subtitle{font-size:1.2rem}.advanced-filters{grid-template-columns:1fr}}@media(max-width:768px){.inventory-hero{padding:3rem 0 5rem}.inventory-filters-section{padding:0}.inventory-filters-wrapper{padding:2rem 1.5rem;border-radius:16px}.inventory-hero-wrapper{min-height:400px;border-radius:16px}.inventory-hero-content{padding:3rem 1.5rem}.inventory-hero-icon{width:80px;height:80px;bottom:-40px;box-shadow:0 8px 30px #17419480,0 0 0 3px #1a1a2e4d}.inventory-hero-icon svg{width:40px;height:40px}.inventory-title{font-size:2rem}.inventory-subtitle{font-size:1rem}.vehicles-grid{grid-template-columns:1fr}.home-blogs-grid{grid-template-columns:1fr!important}.pagination{gap:.5rem}.pagination-number{width:35px;height:35px;font-size:.85rem}}@media(max-width:480px){.inventory-hero{padding:2rem 0 4.5rem}.inventory-filters-section{padding:0;overflow:hidden}.inventory-filters-wrapper{padding:1.5rem 1rem;border-radius:12px;overflow:hidden;box-sizing:border-box}.inventory-controls,.inventory-toolbar{width:100%;box-sizing:border-box}.inventory-hero-wrapper{min-height:350px;border-radius:12px}.inventory-hero-content{padding:2.5rem 1rem}.inventory-hero-icon{width:70px;height:70px;bottom:-35px;box-shadow:0 6px 25px #17419480,0 0 0 2px #1a1a2e4d}.inventory-hero-icon svg{width:35px;height:35px}.inventory-title{font-size:1.8rem}.inventory-subtitle{font-size:.9rem}.inventory-filters-section{padding:1.5rem 0}.inventory-toolbar{flex-wrap:wrap;gap:.8rem}.view-toggle{order:3;width:100%}.sort-select{flex:1;min-width:0}.filter-toggle-btn{flex:1;min-width:0;justify-content:center}}.vehicle-detail-page{min-height:100vh;padding-top:10px;background:#fff;width:100%;overflow-x:hidden}.vehicle-detail-page .container{max-width:1400px;margin:0 auto;padding:0 40px;width:100%;box-sizing:border-box}.detail-back-link{display:inline-flex;align-items:center;gap:.5rem;color:#1a1a2eb3;text-decoration:none;font-size:.9rem;margin-top:10px;margin-bottom:1.5rem;transition:color .3s}.detail-back-link svg{width:18px;height:18px}.detail-back-link:hover{color:#174194}.detail-main-section{padding:1rem 0 3rem;margin-bottom:0}.detail-main-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:start}.detail-image-gallery{display:flex;flex-direction:column;gap:1rem}.detail-main-image-wrapper{position:relative;width:100%}.detail-main-image{width:100%;aspect-ratio:16 / 10;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#f8f8f8,#e8e8e8);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px #0003;position:relative}.main-gallery-image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease-in-out}.detail-main-image .image-placeholder svg{width:150px;height:150px;color:#1741944d}.gallery-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(23,65,148,.3);color:#174194;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;box-shadow:0 4px 12px #00000026}.gallery-nav-btn:hover{background:#174194;color:#1a1a2e;border-color:#174194;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #17419466}.gallery-nav-btn svg{width:24px;height:24px}.gallery-prev-btn{left:1rem}.gallery-next-btn{right:1rem}.gallery-image-counter{position:absolute;bottom:1rem;right:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#1a1a2e;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;z-index:10;pointer-events:none;box-shadow:0 2px 8px #00000026;border:1px solid rgba(23,65,148,.1)}.detail-image-thumbnails{display:flex;gap:.8rem;overflow-x:auto;padding-bottom:.5rem}.thumbnail-btn{min-width:100px;height:80px;border:2px solid transparent;border-radius:8px;background:linear-gradient(135deg,#f8f8f8,#e8e8e8);cursor:pointer;overflow:hidden;transition:all .3s;padding:0}.thumbnail-btn:hover,.thumbnail-btn.active{border-color:#174194;transform:scale(1.05)}.thumbnail-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.thumbnail-placeholder svg{width:40px;height:40px;color:#1741944d}.detail-info-panel{background:#fffffff2;border-radius:16px;padding:2rem;border:1px solid rgba(23,65,148,.2);position:sticky;top:120px}.detail-header{margin-bottom:1.5rem}.detail-brand{font-size:.85rem;font-weight:600;color:#1a1a2eb3;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:.5rem}.detail-model{font-size:2rem;font-weight:800;color:#1a1a2e;margin:0 0 .5rem;line-height:1.2}.detail-variant{font-size:1.2rem;font-weight:600;color:#174194;margin:0}.contact-dealer-btn{width:100%;padding:1.2rem;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;border:none;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.8rem;margin-bottom:1.5rem;transition:all .3s}.contact-dealer-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #17419466}.contact-dealer-btn svg{width:20px;height:20px}.detail-pricing-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.pricing-card{background:#fff;border:1px solid rgba(23,65,148,.15);border-radius:8px;padding:1.25rem 1rem;display:flex;flex-direction:column;gap:.5rem}.pricing-card-label{font-size:.875rem;color:#1a1a2eb3;font-weight:500;line-height:1.4}.pricing-card-amount{font-size:2rem;font-weight:800;color:#1a1a2e;line-height:1.2}.pricing-card-subtitle{font-size:.8rem;color:#1a1a2e99;font-weight:400;margin-top:.25rem}.detail-leasing-section{margin-top:1.5rem;padding:1.5rem;background:#1741941a;border-radius:12px;border:1px solid rgba(23,65,148,.3)}.leasing-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.leasing-header svg{width:24px;height:24px;color:#174194}.leasing-header h3{font-size:1.2rem;font-weight:700;color:#1a1a2e;margin:0}.leasing-description{font-size:.95rem;color:#1a1a2ebf;line-height:1.6;margin-bottom:1.5rem}.leasing-btn{width:100%;padding:1rem;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.8rem}.leasing-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #17419466}.leasing-btn svg{width:20px;height:20px}.contact-expert-btn,.detail-contact-expert-btn{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#0f2d5f,#174194);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.contact-expert-btn:hover,.detail-contact-expert-btn:hover{background:linear-gradient(135deg,#174194,#1e5bb0);transform:translateY(-1px);box-shadow:0 4px 12px #1741944d}.detail-contact-expert-btn svg:first-child{width:18px;height:18px;flex-shrink:0}.detail-contact-expert-btn svg:last-child{width:16px;height:16px;flex-shrink:0}.detail-contact-expert-btn span{flex:1;text-align:left}.detail-special-equipment-banner{background:#ffeb3b;padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;text-align:left;font-size:.9rem;color:#1a1a2e;line-height:1.5}.detail-special-equipment-banner .banner-line-1{font-weight:700;font-size:.95rem;margin-bottom:.25rem;color:#1a1a2e}.detail-special-equipment-banner .banner-line-2{font-weight:500;font-size:.875rem;color:#1a1a2ed9}.price-leasing-display{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(23,65,148,.15);display:flex;flex-direction:column;gap:.5rem}.leasing-label{font-size:1rem;color:#1a1a2eb3;font-weight:500}.detail-action-buttons{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.detail-buy-button,.detail-leasing-button{width:100%;padding:1rem 1.25rem;border:none;border-radius:8px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.6rem;text-transform:uppercase;letter-spacing:.5px}.detail-buy-button{background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff}.detail-buy-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #17419466}.detail-leasing-button{background:#fffffff2;color:#174194;border:2px solid rgba(23,65,148,.3)}.detail-leasing-button:hover{background:#fff;border-color:#17419480;transform:translateY(-2px)}.detail-leasing-button svg{width:20px;height:20px}.detail-delivery-info{display:flex;align-items:center;gap:.75rem;margin-top:1rem;margin-bottom:1.5rem;padding:.875rem 1rem;background:#17419414;border-radius:8px;font-size:.9rem;font-weight:500;color:#1a1a2ed9;border:1px solid rgba(23,65,148,.1)}.detail-delivery-info svg{width:18px;height:18px;color:#174194;flex-shrink:0}.detail-key-specs{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(23,65,148,.12);display:flex;flex-direction:column;gap:.625rem}.key-spec-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .875rem;background:#f8f9fa99;border-radius:6px;border:1px solid rgba(23,65,148,.08);transition:all .2s ease}.key-spec-item:hover{background:#1741940a;border-color:#17419426}.key-spec-item svg{width:20px;height:20px;color:#174194;flex-shrink:0}.key-spec-content{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.key-spec-label{font-size:.7rem;color:#1a1a2e8c;text-transform:uppercase;letter-spacing:.4px;font-weight:600;line-height:1.2}.key-spec-value{font-size:.875rem;color:#1a1a2e;font-weight:600;line-height:1.3}.summary-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.summary-column h3{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:1.5rem}.special-equipment-list{min-height:50px}.environmental-data-section{margin-top:3rem;padding-top:2rem;border-top:2px solid rgba(23,65,148,.15)}.environmental-data-section h3{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:1.5rem}.environmental-data-content{min-height:50px}.api-tab-content{width:100%;color:#1a1a2ecc;line-height:1.8}.api-tab-content *{max-width:100%}.api-tab-content img{max-width:100%;height:auto;border-radius:8px}.api-tab-content .techniques_equipement_wrapp{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}@media(max-width:768px){.api-tab-content .techniques_equipement_wrapp{grid-template-columns:1fr;gap:1.5rem}}.api-tab-content .techniques_container,.api-tab-content .section.techniques_container{width:100%;background:#fff;border-radius:10px;margin-top:1rem;padding:1rem;box-shadow:0 1px 3px #0000000d;border:1px solid rgba(23,65,148,.1)}.api-tab-content .techniques_container>.resume__heading,.api-tab-content .techniques_container>h3.resume__heading{padding-left:0;padding-right:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:.75rem}.api-tab-content .tech-table{width:100%;border-collapse:collapse;margin:0;border:none}.api-tab-content .tech-table tbody{display:block;width:100%}.api-tab-content .tech-table tr{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0;border-bottom:1px solid rgba(23,65,148,.06);background:#fff;transition:all .15s ease}.api-tab-content .tech-table tr:hover{background:#f8f9facc}.api-tab-content .tech-table tr:last-child{border-bottom:none}.api-tab-content .tech-table td{padding:0;border:none;display:flex;align-items:center;gap:.5rem;color:#1a1a2e;font-size:.875rem;line-height:1.5}.api-tab-content .tech-table td:first-child{flex:1;font-weight:500;color:#1a1a2e;font-size:.875rem}.api-tab-content .tech-table td[style*="text-align: right"],.api-tab-content .tech-table td:last-child{text-align:right!important;font-weight:600;color:#1a1a2e;justify-content:flex-end;font-size:.875rem}.api-tab-content .tech-table .emoji_icon{width:20px;height:20px;object-fit:contain;flex-shrink:0}.api-tab-content .equipments_container{width:100%;background:#fff;border-radius:10px;margin-top:1rem;padding:1rem;box-shadow:0 1px 3px #0000000d;border:1px solid rgba(23,65,148,.1)}.api-tab-content .equipments_container>.resume__heading,.api-tab-content .equipments_container>h3.resume__heading{padding-left:0;padding-right:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:.75rem}.api-tab-content .equipement_container_wrap{margin-top:0;display:flex;flex-direction:column;gap:0}.api-tab-content .equipement_container_wrap-heading{display:flex;justify-content:space-between;align-items:flex-start;padding:.625rem 0 .375rem;background:#fff;border-radius:0;border:none;border-bottom:1px solid rgba(23,65,148,.06);color:#1a1a2e;font-size:.875rem;font-weight:700;line-height:1.5;transition:all .15s ease;gap:1rem;flex-wrap:nowrap;margin:0}.api-tab-content .equipement_container_wrap-heading:first-of-type{border-top-left-radius:6px;border-top-right-radius:6px}.api-tab-content .equipement_container_wrap-heading:last-of-type:not(.equipement_total){border-bottom:none;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.api-tab-content .equipement_container_wrap-heading:hover{background:#f8f9facc}.api-tab-content .equipement_container_wrap-heading+.equipement_description{border-top:none}.api-tab-content .equipement_container_wrap-heading:has(+.equipement_description){border-bottom:none;padding-bottom:.25rem}.api-tab-content .equipement_description{font-weight:400;color:#1a1a2ebf;font-size:.8125rem;line-height:1.5;margin:0;padding:0 0 .625rem;border-bottom:1px solid rgba(23,65,148,.06);display:block}.api-tab-content .equipement_container_wrap-heading>*:not(.equipement_number){flex:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;margin:0;padding:0;color:#1a1a2e}.api-tab-content .equipement_container_wrap-heading strong,.api-tab-content .equipement_container_wrap-heading b{font-weight:700!important;color:#1a1a2e!important;font-size:.875rem;line-height:1.5;display:block;margin-bottom:.35rem;margin-top:0}.api-tab-content .equipement_number{font-weight:700;color:#174194;flex-shrink:0;text-align:right;font-size:.875rem;letter-spacing:.01em;white-space:nowrap;margin-left:.5rem;font-variant-numeric:tabular-nums}.api-tab-content .equipement_total{margin-top:.5rem;padding:.625rem 1rem;border-top:2px solid rgba(23,65,148,.15);background:linear-gradient(135deg,#1741940f,#17419408);border-radius:8px;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid rgba(23,65,148,.15);gap:1rem;box-shadow:0 -1px 3px #1741940d}.api-tab-content .equipement_total strong{font-weight:600;color:#1a1a2e;font-size:.9375rem}.api-tab-content .equipement_total strong:last-child{color:#174194;font-size:1.0625rem;font-weight:700;letter-spacing:.02em}.api-tab-content table{width:100%;border-collapse:collapse;margin:1rem 0}.api-tab-content table td,.api-tab-content table th{padding:.75rem;border:1px solid rgba(23,65,148,.2);text-align:left}.api-tab-content table th{background:#1741941a;font-weight:600;color:#1a1a2e}.api-tab-content ul,.api-tab-content ol{margin:1rem 0;padding-left:2rem}.api-tab-content li{margin:.5rem 0;color:#1a1a2ecc}.api-tab-content h1,.api-tab-content h2,.api-tab-content h3,.api-tab-content h4,.api-tab-content h5,.api-tab-content h6{color:#1a1a2e;margin:1.5rem 0 1rem;font-weight:700}.api-tab-content .resume__heading,.api-tab-content .resume_heading,.api-tab-content h2.resume__heading,.api-tab-content h3.resume__heading{color:#1a1a2e;font-size:1.125rem;font-weight:700;margin:0 0 .75rem;padding-bottom:.4rem;border-bottom:2px solid rgba(23,65,148,.2)}.api-tab-content .donnees-environnementales-container{color:#1a1a2e;font-size:1.25rem;font-weight:700;margin:2rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(23,65,148,.2)}.api-tab-content .image-table_flex{display:flex;align-items:flex-start;gap:1.25rem;margin-top:1rem;width:100%}@media(max-width:768px){.api-tab-content .image-table_flex{flex-direction:column;gap:1rem}}.api-tab-content .image-table_flex>img{width:25px;height:auto;max-height:180px;flex-shrink:0;flex-grow:0;object-fit:contain;object-position:top;display:block}@media(min-width:769px){.api-tab-content .image-table_flex>img{width:25px;max-width:25px;min-width:25px;max-height:180px;height:auto}}.api-tab-content .donnees-environnementales{flex:1;min-width:0;width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:8px;overflow:hidden;border:1px solid rgba(23,65,148,.1);display:table}.api-tab-content .donnees-environnementales tbody{display:table-row-group;width:100%}.api-tab-content .donnees-environnementales tr{display:grid;grid-template-columns:1.2fr 1.8fr 1fr;gap:1rem;padding:.875rem 1rem;border-bottom:1px solid rgba(23,65,148,.08);align-items:center;background:#fff;transition:background-color .2s ease}.api-tab-content .donnees-environnementales tr td:nth-child(2){text-align:right!important;display:flex;justify-content:flex-end;align-items:center}.api-tab-content .donnees-environnementales tr:hover{background:#17419405}.api-tab-content .donnees-environnementales tr:last-child{border-bottom:none}.api-tab-content .donnees-environnementales td{padding:0;border:none;font-size:.9rem;line-height:1.5}.api-tab-content .donnees-environnementales td:first-child{font-weight:600;color:#1a1a2ebf;font-size:.875rem}.api-tab-content .donnees-environnementales td:nth-child(2){text-align:right!important;font-weight:700;color:#1a1a2e;font-size:.95rem;justify-self:end}.api-tab-content .donnees-environnementales td:last-child{font-size:.8rem;color:#1a1a2e8c;font-style:italic;text-align:left}@media(max-width:768px){.api-tab-content .donnees-environnementales tr{grid-template-columns:1fr;gap:.5rem;padding:.75rem 1rem}.api-tab-content .donnees-environnementales td:nth-child(2){text-align:left}.api-tab-content .donnees-environnementales td:last-child{margin-top:.25rem}}.api-tab-content p{margin:1rem 0;color:#1a1a2ecc;line-height:1.8}.api-tab-content a{color:#174194;text-decoration:underline}.api-tab-content a:hover{color:var(--theme-dark)}.api-tab-content .equipment-table{width:100%;border-collapse:collapse;margin:1.5rem 0}.api-tab-content .equipment-table thead tr{background:#1741941a}.api-tab-content .equipment-table th{padding:1rem;text-align:left;font-weight:700;color:#1a1a2e;border:1px solid rgba(23,65,148,.2);font-size:1rem}.api-tab-content .equipment-table td{padding:.875rem 1rem;border:1px solid rgba(23,65,148,.1);color:#1a1a2ecc;font-size:.95rem;vertical-align:top}.api-tab-content .equipment-table tbody tr:hover{background:#17419408}.api-tab-content .warranty-table{width:100%;border-collapse:collapse;margin:1.5rem 0}.api-tab-content .warranty-table thead tr{background:#1741941a}.api-tab-content .warranty-table th{padding:1rem;text-align:left;font-weight:700;color:#1a1a2e;border:1px solid rgba(23,65,148,.2)}.api-tab-content .warranty-table td{padding:1rem;border:1px solid rgba(23,65,148,.1);color:#1a1a2ecc;font-size:.95rem}.api-tab-content .warranty-table td:first-child{font-weight:600;color:#1a1a2e}.api-tab-content .warranty-table tbody tr:hover{background:#17419408}.api-tab-content .delivery-table{width:100%;border-collapse:collapse;margin:1.5rem 0}.api-tab-content .delivery-table thead tr{background:#1741941a}.api-tab-content .delivery-table th{padding:1rem;text-align:left;font-weight:700;color:#1a1a2e;border:1px solid rgba(23,65,148,.2)}.api-tab-content .delivery-table td{padding:1rem;border:1px solid rgba(23,65,148,.1);color:#1a1a2ecc;font-size:.95rem}.api-tab-content .delivery-table td:first-child{font-weight:600;color:#1a1a2e}.api-tab-content .delivery-table tbody tr:hover{background:#17419408}.shimmer-container{width:100%;padding:1rem 0}.shimmer-line{background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:1rem;height:1.2rem}.shimmer-title{height:2rem;width:60%;margin-bottom:1.5rem}.shimmer-text{width:100%;height:1rem}.shimmer-text.short{width:70%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.detail-cta-section{padding:4rem 0;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-primary) 100%);margin-bottom:0}.detail-cta-title{font-size:2rem;font-weight:800;color:#fff;text-align:center;margin-bottom:3rem}.detail-cta-options{display:flex;flex-direction:column;gap:2rem;max-width:900px;margin:0 auto}.detail-cta-option{display:flex;justify-content:space-between;align-items:center;padding:2rem;background:#ffffff1a;border-radius:16px;border:1px solid rgba(255,255,255,.2);gap:2rem;flex-wrap:wrap}.detail-cta-option-content{flex:1;min-width:250px;display:flex;align-items:flex-start;gap:1rem}.detail-cta-icon-wrapper{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:8px;border:1px solid rgba(255,255,255,.2)}.detail-cta-icon-wrapper svg{width:24px;height:24px;color:#fff}.detail-cta-option-content>div:last-child{flex:1}.detail-cta-option-content h3{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .5rem}.detail-cta-option-content p{font-size:1rem;color:#ffffffe6;margin:0}.detail-cta-button{padding:1.2rem 2.5rem;background:#fff;color:var(--theme-primary);border:none;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s;white-space:nowrap}.detail-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000004d;background:#fffffff2}.test-drive-leasing-section-wrapper{padding:3rem 0;background:#f8f9fa80}.test-drive-leasing-section{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#17419426,#8a2be226);border-radius:16px;border:1px solid rgba(23,65,148,.3)}.test-drive-booking-card,.leasing-booking-card{background:#fffffff2;border-radius:12px;padding:1.5rem;border:1px solid rgba(23,65,148,.2)}.test-drive-booking-card{border-bottom:2px solid rgba(23,65,148,.2);padding-bottom:1.5rem}.leasing-booking-card{background:linear-gradient(135deg,#17419433,#8a2be233)}.test-drive-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.test-drive-header svg{width:24px;height:24px;color:#1a1a2e;margin-top:.2rem;flex-shrink:0}.test-drive-title-group{flex:1}.test-drive-header h3{font-size:1.2rem;color:#1a1a2e;margin:0 0 .5rem;font-weight:600}.test-drive-label{display:inline-flex;align-items:center;gap:.5rem;color:#1a1a2e;font-size:.95rem}.test-drive-label svg{width:18px;height:18px;color:#1a1a2e}.test-drive-content{display:flex;gap:1rem;align-items:flex-end}.test-drive-date-group{flex:1}.test-drive-date-group label{display:block;font-size:.75rem;color:#1a1a2eb3;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-weight:600}.date-input-wrapper{position:relative;display:flex;align-items:center}.test-drive-date-input{width:100%;padding:.85rem 2.5rem .85rem 1rem;background:#fff;border:2px solid rgba(23,65,148,.3);border-radius:8px;color:#1a1a2e;font-size:1rem;outline:none;transition:all .3s}.test-drive-date-input:focus{border-color:#1a1a2e;box-shadow:0 0 0 3px #ffffff1a}.test-drive-date-input::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:0;width:100%;height:100%;cursor:pointer}.date-input-wrapper svg{position:absolute;right:1rem;width:18px;height:18px;color:#1a1a2e;pointer-events:none}.book-appointment-btn{padding:.85rem 1.5rem;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;white-space:nowrap}.book-appointment-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #17419466}.leasing-booking-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.leasing-booking-header svg{width:24px;height:24px;color:#1a1a2e;flex-shrink:0}.leasing-booking-text{color:#1a1a2e;font-size:1rem;font-weight:500}.leasing-booking-content{display:flex;gap:1rem;align-items:flex-end}.lease-term-group{flex:1}.lease-term-group label{display:block;font-size:.75rem;color:#1a1a2eb3;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-weight:600}.lease-term-select{width:100%;padding:.85rem 2.5rem .85rem 1rem;background:#fff;border:2px solid rgba(23,65,148,.3);border-radius:8px;color:#1a1a2e;font-size:1rem;outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23174194' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;transition:all .3s}.lease-term-select:focus{border-color:#1a1a2e;box-shadow:0 0 0 3px #ffffff1a}.lease-term-select option{background:#f8f9fa;color:#1a1a2e}.calculate-leasing-btn{padding:.85rem 1.5rem;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;white-space:nowrap}.calculate-leasing-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #17419466}.test-drive-popup-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.test-drive-popup{background:#fffffffa;border-radius:20px;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;border:1px solid rgba(23,65,148,.2);box-shadow:0 20px 60px #0003;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.test-drive-popup-close{position:absolute;top:1rem;right:1rem;background:#1741941a;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;color:#1a1a2e;z-index:1}.test-drive-popup-close:hover{background:#17419433;transform:rotate(90deg)}.test-drive-popup-close svg{width:20px;height:20px}.test-drive-popup-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(23,65,148,.15)}.test-drive-popup-header h2{color:#1a1a2e;font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.test-drive-stepper{display:flex;align-items:center;justify-content:center;gap:.5rem}.stepper-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;max-width:120px}.stepper-number{width:40px;height:40px;border-radius:50%;background:#1741941a;color:#1a1a2e80;display:flex;align-items:center;justify-content:center;font-weight:600;transition:all .3s;border:2px solid rgba(23,65,148,.2)}.stepper-step.active .stepper-number{background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#1a1a2e;border-color:transparent;box-shadow:0 4px 12px #17419466}.stepper-step.completed .stepper-number{background:#4caf50cc;color:#1a1a2e;border-color:transparent}.stepper-step span{font-size:.85rem;color:#1a1a2e80;text-align:center;transition:all .3s}.stepper-step.active span{color:#1a1a2e;font-weight:600}.stepper-line{flex:1;height:2px;background:#17419433;margin:0 .5rem;margin-top:-20px}.stepper-step.active~.stepper-line,.stepper-step.completed~.stepper-line{background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%)}.test-drive-form{margin-top:1.5rem}.test-drive-step-content{animation:fadeIn .3s ease}.test-drive-step-content h3{color:#1a1a2e;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.test-drive-form-group{margin-bottom:1.5rem}.test-drive-form-group label{display:block;color:#1a1a2ecc;font-size:.95rem;margin-bottom:.5rem;font-weight:500}.test-drive-form-group input,.test-drive-form-group textarea{width:100%;padding:.85rem;background:#fff;border:2px solid rgba(23,65,148,.3);border-radius:8px;color:#1a1a2e;font-size:1rem;outline:none;transition:all .3s;box-sizing:border-box}.test-drive-form-group input:focus,.test-drive-form-group textarea:focus{border-color:#174194;box-shadow:0 0 0 3px #17419433;background:#fff}.test-drive-form-group input::placeholder,.test-drive-form-group textarea::placeholder{color:#1a1a2e80}.test-drive-form-group input[type=date],.test-drive-form-group input[type=time]{color-scheme:light}.test-drive-form-group textarea{resize:vertical;min-height:100px}.test-drive-car-card{display:flex;gap:1.5rem;padding:1.25rem;background:#f8f9facc;border:1px solid rgba(23,65,148,.2);border-radius:12px;align-items:flex-start;margin-top:.5rem}.test-drive-car-image{flex-shrink:0;width:160px;height:120px;border-radius:10px;overflow:hidden;background:#f5f5f5;border:1px solid rgba(23,65,148,.2);position:relative}.test-drive-car-image img{width:100%;height:100%;object-fit:cover;display:block}.test-drive-car-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#1741944d}.test-drive-car-image-placeholder svg{width:40px;height:40px}.test-drive-car-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1rem}.test-drive-car-header{display:flex;flex-direction:column;gap:.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(23,65,148,.15)}.test-drive-car-title{font-size:1.25rem;font-weight:700;color:#1a1a2e;margin:0;line-height:1.3}.test-drive-car-variant{font-size:.9rem;color:#1a1a2eb3;margin:0;font-weight:400}.test-drive-car-specs{display:flex;flex-direction:column;gap:.75rem}.test-drive-car-spec-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.test-drive-car-spec-item{display:flex;flex-direction:column;gap:.25rem}.test-drive-car-spec-label{font-size:.75rem;color:#1a1a2e99;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.test-drive-car-spec-value{font-size:.95rem;color:#1a1a2e;font-weight:500}.test-drive-form-actions{display:flex;gap:1rem;margin-top:2rem;justify-content:space-between}.test-drive-btn-prev,.test-drive-btn-next,.test-drive-btn-submit{padding:1rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.5rem}.test-drive-btn-prev{background:#1741941a;color:#1a1a2e;border:1px solid rgba(23,65,148,.3)}.test-drive-btn-prev:hover{background:#17419433}.test-drive-btn-next,.test-drive-btn-submit{background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;margin-left:auto}.test-drive-btn-next:hover,.test-drive-btn-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #17419466}.test-drive-btn-prev svg,.test-drive-btn-next svg,.test-drive-btn-submit svg{width:18px;height:18px}@media(max-width:768px){.test-drive-leasing-section{padding:1rem}.test-drive-content,.leasing-booking-content{flex-direction:column;align-items:stretch}.test-drive-date-group,.lease-term-group,.book-appointment-btn,.calculate-leasing-btn{width:100%}.test-drive-header h3{font-size:1rem}.test-drive-popup{padding:1.5rem;max-height:95vh}.test-drive-popup-header h2{font-size:1.5rem}.test-drive-stepper{gap:.25rem}.stepper-step{max-width:80px}.stepper-number{width:32px;height:32px;font-size:.9rem}.stepper-step span{font-size:.7rem}.test-drive-form-actions{flex-direction:column}.test-drive-btn-next,.test-drive-btn-submit{margin-left:0;width:100%;justify-content:center}.test-drive-btn-prev{width:100%;justify-content:center}}@media(max-width:480px){.test-drive-header{flex-direction:column;gap:.5rem}.test-drive-popup{padding:1rem}.test-drive-popup-header h2{font-size:1.3rem;margin-bottom:1rem}.test-drive-car-card{flex-direction:column;align-items:stretch;padding:1rem;gap:1rem}.test-drive-car-image{width:100%;height:200px}.test-drive-car-spec-row{grid-template-columns:1fr;gap:.75rem}}.leasing-popup-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .3s ease}.leasing-popup{background:#fffffffa;border-radius:20px;padding:2rem;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;border:1px solid rgba(23,65,148,.2);box-shadow:0 20px 60px #0003;position:relative;animation:slideUp .3s ease}.leasing-popup-close{position:absolute;top:1rem;right:1rem;background:#1741941a;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;color:#1a1a2e;z-index:1}.leasing-popup-close:hover{background:#17419433;transform:rotate(90deg)}.leasing-popup-close svg{width:20px;height:20px}.leasing-popup-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(23,65,148,.15)}.leasing-popup-header h2{color:#1a1a2e;font-size:1.8rem;margin-bottom:.5rem;text-align:center}.leasing-popup-subtitle{color:#1a1a2eb3;font-size:.95rem;text-align:center;margin:0}.leasing-calculator{display:flex;flex-direction:column;gap:2rem}.leasing-calculator-form{display:flex;flex-direction:column;gap:1.5rem}.leasing-calculator-group{display:flex;flex-direction:column;gap:.5rem}.leasing-calculator-group label{color:#1a1a2ecc;font-size:.95rem;font-weight:500}.leasing-calculator-group input,.leasing-calculator-group select{padding:.85rem;background:#fff;border:2px solid rgba(23,65,148,.3);border-radius:8px;color:#1a1a2e;font-size:1rem;outline:none;transition:all .3s;box-sizing:border-box}.leasing-calculator-group input:focus,.leasing-calculator-group select:focus{border-color:#174194;box-shadow:0 0 0 3px #17419433;background:#fff}.leasing-calculator-group input::placeholder{color:#1a1a2e80}.leasing-calculator-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23174194' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.leasing-calculator-group select option{background:#f8f9fa;color:#1a1a2e}.leasing-calculate-btn{padding:1rem 1.5rem;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;margin-top:.5rem}.leasing-calculate-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #17419466}.leasing-calculator-result{margin-top:1rem}.leasing-result-card{background:#f8f9facc;border:2px solid rgba(23,65,148,.3);border-radius:16px;padding:2rem;text-align:center}.leasing-result-label{font-size:.9rem;color:#1a1a2eb3;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-weight:600}.leasing-result-value{font-size:2.5rem;font-weight:800;color:#1a1a2e;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.leasing-result-details{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(23,65,148,.15)}.leasing-result-detail-item{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:#1a1a2ecc}.leasing-result-detail-item span:first-child{color:#1a1a2e99}.leasing-result-detail-item span:last-child{font-weight:600;color:#1a1a2e}.leasing-result-actions{margin-top:1.5rem}.leasing-request-btn{width:100%;padding:1rem 1.5rem;background:#1741941a;color:#1a1a2e;border:2px solid rgba(23,65,148,.3);border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s}.leasing-request-btn:hover{background:#17419433;border-color:#17419480;transform:translateY(-2px)}@media(max-width:768px){.leasing-popup{padding:1.5rem;max-height:95vh}.leasing-popup-header h2{font-size:1.5rem}.leasing-result-value{font-size:2rem}}@media(max-width:480px){.leasing-popup{padding:1rem}.leasing-popup-header h2{font-size:1.3rem;margin-bottom:.5rem}.leasing-popup-subtitle{font-size:.85rem}.leasing-result-value{font-size:1.75rem}.leasing-result-card{padding:1.5rem}}.detail-leasing-form-section{padding:4rem 0;background:linear-gradient(135deg,#1741941a 0% 100%);margin-bottom:0}.leasing-form-wrapper{max-width:900px;margin:0 auto;background:#fffffff2;border-radius:16px;padding:3rem;border:1px solid rgba(23,65,148,.2)}.leasing-form-title{font-size:2.5rem;font-weight:800;color:#1a1a2e;margin-bottom:1rem;text-align:center}.leasing-form-subtitle{font-size:1.1rem;color:#1a1a2eb3;text-align:center;margin-bottom:2.5rem;line-height:1.6}.leasing-form{display:flex;flex-direction:column;gap:1.5rem}.leasing-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.leasing-form-group{display:flex;flex-direction:column;gap:.5rem}.leasing-form-group label{font-size:.9rem;font-weight:600;color:#1a1a2e}.leasing-form-group input,.leasing-form-group select,.leasing-form-group textarea{padding:1rem;border:2px solid rgba(23,65,148,.3);border-radius:8px;background:#fff;color:#1a1a2e;font-size:1rem;font-family:inherit;transition:border-color .3s,box-shadow .3s}.leasing-form-group input:focus,.leasing-form-group select:focus,.leasing-form-group textarea:focus{outline:none;border-color:#174194;box-shadow:0 0 0 3px #17419433}.leasing-form-group input::placeholder,.leasing-form-group textarea::placeholder{color:#1a1a2e80}.leasing-form-group select{cursor:pointer}.leasing-form-group select option{background:#f8f9fa;color:#1a1a2e}.leasing-form-group textarea{resize:vertical;min-height:120px}.leasing-submit-btn{padding:1.2rem 2rem;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;border:none;border-radius:10px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:.5rem}.leasing-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #17419466}.leasing-submit-btn svg{width:20px;height:20px}.detail-contact-card-section{padding:2rem 0;margin-bottom:0}.detail-contact-card{background:#fffffff2;border-radius:16px;padding:2rem;border:1px solid rgba(23,65,148,.2);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.contact-card-header{display:flex;align-items:center;gap:1.5rem}.contact-card-logo{width:80px;height:80px;border-radius:12px;background:#fff;padding:10px;object-fit:contain}.contact-card-info h3{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0 0 .5rem}.contact-card-info p{color:#1a1a2eb3;margin:.3rem 0;font-size:.95rem}.opening-status{color:#174194!important;font-weight:600}.contact-card-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.contact-card-btn{padding:.8rem 2rem;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s}.contact-card-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #17419466}.contact-card-link{color:#174194;text-decoration:none;font-weight:600;transition:color .3s}.contact-card-link:hover{color:#174194}.contact-card-phone{display:flex;align-items:center;gap:.5rem;color:#1a1a2e;text-decoration:none;font-weight:600;transition:color .3s}.contact-card-phone svg{width:20px;height:20px;color:#174194}.contact-card-phone:hover{color:#174194}.detail-specs-section{padding:3rem 0;margin-bottom:0}.specs-tabs{display:flex;gap:.5rem;border-bottom:2px solid rgba(23,65,148,.2);margin-bottom:2rem}.specs-tab{padding:1rem 2rem;background:transparent;border:none;color:#1a1a2eb3;font-weight:600;font-size:1rem;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .3s}.specs-tab:hover{color:#174194}.specs-tab.active{color:#174194;border-bottom-color:#174194}.specs-content{background:#fffffff2;border-radius:16px;padding:2.5rem;border:1px solid rgba(23,65,148,.2);min-height:200px}.specs-tab-content{width:100%}.specs-tab-content h3{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:2rem}.specs-grid{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.spec-row{display:inline-flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 1.5rem;background:#1741941a;border-radius:8px;border-left:3px solid #174194;width:auto;min-width:fit-content;flex-shrink:0}.spec-label{color:#1a1a2eb3;font-weight:500;white-space:nowrap;flex-shrink:0}.spec-value{color:#1a1a2e;font-weight:600;white-space:nowrap;text-align:right;flex-shrink:0}.specs-actions{display:flex;gap:1rem;flex-wrap:wrap;padding-top:2rem;border-top:1px solid rgba(23,65,148,.15)}.specs-action-btn{padding:.8rem 2rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s;border:2px solid transparent}.specs-action-btn:first-child{background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff}.specs-action-btn:first-child:hover{transform:translateY(-2px);box-shadow:0 6px 20px #17419466}.specs-action-btn.secondary{background:transparent;color:#174194;border-color:#174194}.specs-action-btn.secondary:hover{background:#1741941a}.specs-phone{display:flex;align-items:center;gap:.5rem;color:#1a1a2e;text-decoration:none;font-weight:600;padding:.8rem 1.5rem;transition:color .3s}.specs-phone:hover{color:#174194}.equipment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.equipment-item{padding:1rem;background:#1741941a;border-radius:8px;color:#1a1a2e;font-weight:500}.warranty-content{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem;width:100%}.warranty-section{background:#fffffff2;border-radius:16px;padding:2.5rem;border:1px solid rgba(23,65,148,.2);transition:all .3s ease;width:100%;box-sizing:border-box}.warranty-section:hover{border-color:#17419466;box-shadow:0 6px 20px #17419426;background:#fff}.warranty-title{display:flex;align-items:center;gap:1rem;font-size:1.4rem;font-weight:700;color:#1a1a2e;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(23,65,148,.3)}.warranty-title svg{width:28px;height:28px;color:#174194;flex-shrink:0}.warranty-details{margin-top:0;width:100%}.warranty-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-top:2.5rem;padding-top:2rem;border-top:2px solid rgba(23,65,148,.15)}.warranty-text{color:#1a1a2ecc;line-height:1.9;margin:0;font-size:1.05rem;text-align:left}.warranty-features{display:flex;flex-direction:column;gap:1rem}.warranty-feature{display:flex;align-items:center;gap:1rem;padding:1rem;background:#1741941a;border-radius:8px;border-left:3px solid #174194;color:#1a1a2e}.warranty-feature svg{width:24px;height:24px;color:#174194;flex-shrink:0}.description-content{max-width:100%}.description-text{color:#1a1a2ecc;line-height:1.8;font-size:1.1rem;margin-bottom:2rem}.description-features{margin-bottom:2.5rem}.description-features h4{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(23,65,148,.3)}.description-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.description-list li{background:#1741940d;border-radius:8px;border-left:3px solid #174194;color:#1a1a2ecc;font-size:1rem;line-height:1.6;position:relative;padding:1rem 1.5rem 1rem 2.5rem}.description-list li:before{content:"✓";position:absolute;left:1rem;color:#174194;font-weight:700;font-size:1.2rem}.description-details{margin-bottom:2.5rem;padding:2rem;background:#1741940d;border-radius:12px;border:1px solid rgba(23,65,148,.2)}.description-details h4{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.description-cta{margin-top:2.5rem;padding-top:2rem;border-top:2px solid rgba(255,255,255,.1)}.description-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.detail-forms-section{padding:4rem 0;background:linear-gradient(135deg,#1741941a 0% 100%);margin-bottom:0}.forms-wrapper{max-width:900px;margin:0 auto;background:#1a1a2e99;border-radius:16px;padding:0;border:1px solid rgba(23,65,148,.2);overflow:hidden}.forms-section-title{font-size:2.5rem;font-weight:800;color:#1a1a2e;margin-bottom:1rem;text-align:center;padding:2.5rem 3rem 0}.forms-section-subtitle{font-size:1.1rem;color:#fffc;text-align:center;margin-bottom:2rem;line-height:1.6;padding:0 3rem}.form-tabs{display:flex;gap:0;border-bottom:2px solid rgba(23,65,148,.2);background:#1a1a2e66;padding:0 3rem}.form-tab{flex:1;padding:1.2rem 2rem;background:transparent;border:none;color:#ffffffb3;font-weight:600;font-size:1rem;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.8rem;position:relative}.form-tab:hover{color:#174194;background:#1741940d}.form-tab.active{color:#174194;border-bottom-color:#174194;background:#1741941a}.form-tab svg{width:20px;height:20px}.form-tab-content{padding:3rem}.booking-form-title,.leasing-form-title{font-size:2.5rem;font-weight:800;color:#1a1a2e;margin-bottom:1rem;text-align:center}.booking-form-subtitle,.leasing-form-subtitle{font-size:1.1rem;color:#fffc;text-align:center;margin-bottom:2.5rem;line-height:1.6}.booking-form{display:flex;flex-direction:column;gap:1.5rem}.booking-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.booking-form-group{display:flex;flex-direction:column;gap:.5rem}.booking-form-group label{font-size:.9rem;font-weight:600;color:#1a1a2e}.booking-form-group input,.booking-form-group textarea{padding:1rem;border:2px solid rgba(23,65,148,.3);border-radius:8px;background:#1a1a2ecc;color:#fff;font-size:1rem;font-family:inherit;transition:border-color .3s,box-shadow .3s}.booking-form-group input:focus,.booking-form-group textarea:focus{outline:none;border-color:#174194;box-shadow:0 0 0 3px #17419433}.booking-form-group input::placeholder,.booking-form-group textarea::placeholder{color:#fff6}.booking-form-group textarea{resize:vertical;min-height:120px}.readonly-input{background:#1741941a!important;cursor:not-allowed;opacity:.8}.file-upload-wrapper{position:relative}.file-input{position:absolute;opacity:0;width:0;height:0;overflow:hidden}.file-upload-label{display:flex;align-items:center;justify-content:center;gap:.8rem;padding:1rem;border:2px dashed rgba(23,65,148,.3);border-radius:8px;background:#1a1a2ecc;color:#fffc;font-size:1rem;cursor:pointer;transition:all .3s;min-height:56px}.file-upload-label:hover{border-color:#174194;background:#1741941a;color:#1a1a2e}.file-upload-label svg{width:20px;height:20px;color:#174194}.file-upload-label span{flex:1;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.booking-submit-btn{padding:1.2rem 2rem;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;border:none;border-radius:10px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:.5rem}.booking-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #17419466}.booking-submit-btn svg{width:20px;height:20px}.detail-cta-content{max-width:1000px;margin:0 auto;text-align:center}.detail-cta-content h2{font-size:2.5rem;font-weight:800;color:#1a1a2e;margin-bottom:3rem}.cta-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.cta-option{background:#1a1a2e99;border-radius:16px;padding:2.5rem;border:1px solid rgba(23,65,148,.2);text-align:left}.cta-option h3{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:1.5rem}.cta-date-input,.leasing-term{width:100%;padding:1rem;border:2px solid rgba(23,65,148,.3);border-radius:8px;background:#1a1a2ecc;color:#fff;font-size:1rem;margin-bottom:1rem;font-family:inherit}.cta-date-input:focus,.leasing-term:focus{outline:none;border-color:#174194;box-shadow:0 0 0 3px #17419433}.leasing-info{display:flex;flex-direction:column;gap:1rem}.leasing-rate{font-size:1.2rem;font-weight:700;color:#174194}.cta-option-btn{width:100%;padding:1rem;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s}.cta-option-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #17419466}.detail-similar-section{padding:4rem 0;margin-bottom:0}.similar-title{font-size:2.5rem;font-weight:800;color:#1a1a2e;margin-bottom:3rem;text-align:center}.similar-carousel-container{position:relative;margin-bottom:3rem}.similar-carousel-wrapper{overflow:hidden;margin:0 60px;width:calc(100% - 120px);position:relative}.similar-carousel-track{display:flex;gap:2rem;transition:transform .5s cubic-bezier(.4,0,.2,1)}.similar-carousel-track .similar-vehicle-card{width:calc((100% - 4rem) / 3);flex-shrink:0;flex-grow:0}.similar-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:#17419433;border:2px solid rgba(23,65,148,.5);color:#1a1a2e;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:2}.similar-carousel-btn:hover:not(:disabled){background:#17419466;border-color:#174194;transform:translateY(-50%) scale(1.1)}.similar-carousel-btn:disabled{opacity:.3;cursor:not-allowed}.similar-carousel-prev{left:0}.similar-carousel-next{right:0}.similar-carousel-btn svg{width:24px;height:24px}.similar-vehicle-card{background:#1a1a2e99;border-radius:16px;overflow:hidden;border:1px solid rgba(23,65,148,.2);cursor:pointer;transition:all .3s}.similar-vehicle-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #1741944d;border-color:#17419480}.similar-vehicle-image{width:100%;aspect-ratio:16 / 10;background:linear-gradient(135deg,#f8f8f8,#e8e8e8);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.similar-vehicle-image img{width:100%;height:100%;object-fit:cover}.similar-vehicle-image .image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.similar-vehicle-image .image-placeholder svg{width:100px;height:100px;color:#1741944d}.similar-vehicle-info{padding:1.5rem}.similar-brand{font-size:.75rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:.5rem}.similar-model{font-size:1.3rem;font-weight:700;color:#1a1a2e;margin:0 0 .3rem}.similar-variant{font-size:1rem;color:#174194;margin:0 0 1rem}.similar-specs{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#ffffffb3;margin-bottom:1rem;flex-wrap:wrap}.similar-price{font-size:1.3rem;font-weight:700;color:#174194;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.detail-bottom-cta{background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);border-radius:16px;padding:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.bottom-cta-info h3{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0}.bottom-cta-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.bottom-cta-btn{padding:.8rem 2rem;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;border:2px solid transparent}.bottom-cta-btn:first-child{background:#fff;color:#174194}.bottom-cta-btn:first-child:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.bottom-cta-btn.secondary{background:transparent;color:#fff;border-color:#fff}.bottom-cta-btn.secondary:hover{background:#ffffff1a}.bottom-cta-phone{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-weight:600;font-size:1.1rem}@media(max-width:968px){.vehicle-detail-page .container{padding:0 30px}.detail-main-grid{grid-template-columns:1fr;gap:2rem}.detail-info-panel{position:static}.detail-image-thumbnails{gap:.5rem}.thumbnail-btn{width:80px;height:60px}}@media(max-width:768px){.vehicle-detail-page .container{padding:0 20px}.detail-main-section{padding:1rem 0 2rem}.detail-back-link{margin-bottom:1rem;font-size:.9rem}.detail-main-image{aspect-ratio:16 / 9}.gallery-nav-btn{width:40px;height:40px}.gallery-nav-btn svg{width:20px;height:20px}.gallery-prev-btn{left:.5rem}.gallery-next-btn{right:.5rem}.gallery-image-counter{bottom:.5rem;right:.5rem;font-size:.85rem;padding:.4rem .8rem}.detail-image-thumbnails{gap:.5rem;overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.thumbnail-btn{min-width:70px;width:70px;height:50px;flex-shrink:0}.detail-model{font-size:1.5rem}.detail-variant{font-size:1rem}.detail-pricing .price-amount{font-size:2rem}.contact-dealer-btn{font-size:.95rem;padding:.9rem 1.5rem}.detail-contact-card{flex-direction:column;align-items:flex-start;gap:1.5rem}.contact-card-header{width:100%}.contact-card-actions{width:100%;flex-direction:column;gap:1rem}.contact-card-btn,.contact-card-link,.contact-card-phone{width:100%;justify-content:center}.detail-specs-section{padding:2rem 0}.specs-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.specs-tabs::-webkit-scrollbar{display:none}.specs-tab{white-space:nowrap;padding:.8rem 1.5rem;font-size:.95rem}.specs-content{padding:2rem 1.5rem}.specs-grid{gap:1rem}.spec-row{width:100%;min-width:100%}.specs-actions{flex-direction:column}.specs-action-btn,.specs-phone{width:100%;justify-content:center}.equipment-grid{grid-template-columns:1fr}.warranty-section{padding:1.5rem;border-radius:12px}.warranty-title{font-size:1.2rem;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem}.warranty-title svg{width:24px;height:24px}.warranty-text{font-size:.95rem;line-height:1.7}.warranty-actions{flex-direction:column}.warranty-actions .specs-action-btn,.warranty-actions .specs-phone{width:100%;justify-content:center}.forms-section-title,.similar-title{font-size:1.8rem}.forms-section-subtitle{font-size:1rem}.forms-section-title,.forms-section-subtitle{padding:0 2rem}.forms-section-title{padding-top:2rem}.form-tabs{padding:0 2rem}.form-tab{padding:1rem 1.5rem;font-size:.95rem}.form-tab svg{width:18px;height:18px}.form-tab-content{padding:2rem 1.5rem}.booking-form-row,.leasing-form-row{grid-template-columns:1fr}.similar-carousel-wrapper{margin:0 50px;width:calc(100% - 100px)}.similar-carousel-track .similar-vehicle-card{width:calc((100% - 2rem)/2)}.similar-carousel-btn{width:40px;height:40px}.similar-carousel-btn svg{width:18px;height:18px}.detail-bottom-cta{flex-direction:column;text-align:center;padding:1.5rem}.bottom-cta-info h3{font-size:1.2rem}.bottom-cta-actions{width:100%;flex-direction:column;gap:1rem}.bottom-cta-btn{width:100%}}@media(max-width:480px){.vehicle-detail-page .container{padding:0 15px}.detail-back-link{font-size:.85rem;padding:.5rem 0}.detail-main-image{aspect-ratio:4 / 3;border-radius:12px}.gallery-nav-btn{width:36px;height:36px}.gallery-nav-btn svg{width:18px;height:18px}.gallery-prev-btn{left:.5rem}.gallery-next-btn{right:.5rem}.gallery-image-counter{bottom:.5rem;right:.5rem;font-size:.75rem;padding:.35rem .7rem}.thumbnail-btn{min-width:60px;width:60px;height:45px}.detail-info-panel{padding:1.5rem}.detail-brand{font-size:.75rem}.detail-model{font-size:1.3rem}.detail-variant{font-size:.9rem}.contact-dealer-btn{font-size:.9rem;padding:.8rem 1.2rem}.detail-pricing{padding:1rem 0}.detail-pricing .price-amount{font-size:1.8rem}.price-currency{font-size:1rem}.detail-leasing-section{padding:1rem}.leasing-header h3{font-size:1.1rem}.leasing-description{font-size:.9rem}.leasing-btn{padding:.9rem;font-size:.95rem}.detail-action-buttons{gap:.75rem}.detail-buy-button,.detail-leasing-button{padding:1rem;font-size:.9rem}.detail-key-specs{gap:.5rem;margin-top:.875rem;padding-top:.875rem}.key-spec-item{padding:.5rem .75rem;gap:.625rem}.key-spec-item svg{width:18px;height:18px}.key-spec-label{font-size:.65rem}.key-spec-value{font-size:.8rem}.detail-cta-section{padding:3rem 0}.detail-cta-title{font-size:1.5rem;margin-bottom:2rem}.detail-cta-option{flex-direction:column;align-items:stretch;padding:1.5rem}.detail-cta-option-content{width:100%;flex-direction:row;gap:1rem}.detail-cta-icon-wrapper{width:36px;height:36px}.detail-cta-icon-wrapper svg{width:20px;height:20px}.detail-cta-option-content h3{font-size:1.2rem}.detail-cta-button{width:100%;padding:1rem 2rem}.summary-content-grid{grid-template-columns:1fr;gap:2rem}.contact-card-header{flex-direction:column;text-align:center}.contact-card-logo{width:60px;height:60px}.specs-tab{padding:.7rem 1rem;font-size:.85rem}.specs-content{padding:1.5rem 1rem}.forms-section-title,.similar-title{font-size:1.5rem}.forms-section-title,.forms-section-subtitle{padding:0 1.5rem}.forms-section-title{padding-top:1.5rem}.form-tabs{padding:0 1rem;flex-direction:column}.form-tab{padding:.9rem 1rem;font-size:.9rem;width:100%;justify-content:flex-start}.form-tab-content{padding:1.5rem}.booking-form-group input,.booking-form-group textarea,.leasing-form-group input,.leasing-form-group select,.leasing-form-group textarea{padding:.9rem;font-size:.95rem}.similar-carousel-wrapper{margin:0 40px;width:calc(100% - 80px)}.similar-carousel-track{gap:0}.similar-carousel-track .similar-vehicle-card{width:100%}.similar-carousel-btn{width:35px;height:35px}.similar-carousel-btn svg{width:16px;height:16px}.similar-vehicle-info{padding:1rem}.similar-model,.bottom-cta-info h3{font-size:1.1rem}}section{opacity:1!important;visibility:visible!important;display:block!important;content-visibility:visible;contain-intrinsic-size:auto 500px}.featured-section,.search-section,.why-choose-section,.testimonials-section,.home-about-section,.brands-section,.newsletter-section,.promo-banner,.news-section,.promotions-section,.dealer-section,.nearby-section,.advantages-section,.platform-section,.solutions-section,.magazine-section{opacity:1!important;visibility:visible!important;transform:none!important;animation:none!important}.why-choose-card,.testimonial-card,.brand-card,.vehicle-card,.promo-card,.step-card,.difference-card,.benefit-item,.contact-info-card,.where-feature-card{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior-x:none;touch-action:pan-y pinch-zoom}body{overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overscroll-behavior-x:none;touch-action:pan-y pinch-zoom}img{opacity:1;visibility:visible;loading:eager}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.terms-warranty-page{min-height:100vh;padding-top:10px;background:#fff;width:100%;overflow-x:hidden}.terms-warranty-page .container{max-width:1400px;margin:0 auto;padding:0 40px;width:100%;box-sizing:border-box}.terms-hero{padding:4rem 0 6rem;margin-bottom:0;position:relative;z-index:10}.terms-hero-wrapper{position:relative;border-radius:20px;overflow:visible;box-shadow:0 30px 80px #0009;min-height:500px;display:flex;align-items:center;justify-content:center;margin-bottom:50px}.terms-hero-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;border-radius:20px;overflow:hidden}.terms-hero-gradient-bg{width:100%;height:100%;background:linear-gradient(135deg,var(--theme-darker) 0%,var(--theme-light) 50%,var(--theme-primary) 100%)}.terms-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(255,255,255,.8) 0%,rgba(255,255,255,.4) 50%,transparent 100%);z-index:1}.terms-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:4rem 2rem;width:100%}.terms-hero-icon{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);z-index:100;display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#174194f2,#174194cc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 40px #17419480,0 0 0 4px #1a1a2e4d;transition:all .3s ease}.terms-hero-icon svg{width:50px;height:50px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.terms-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.3);line-height:1.2}.terms-subtitle{font-size:1.3rem;color:#1a1a2ecc;line-height:1.6;text-shadow:none}.terms-content-section{padding:6rem 0 4rem;margin-bottom:0}.terms-content-wrapper{max-width:1000px;margin:0 auto}.terms-intro{margin-bottom:3rem;padding:2rem;background:#fffffff2;border-radius:16px;border:1px solid rgba(23,65,148,.2)}.terms-intro-text{font-size:1.1rem;color:#1a1a2ecc;line-height:1.8;margin:0}.terms-section{display:flex;gap:2rem;margin-bottom:3rem;padding:2rem;background:#fffffff2;border-radius:16px;border:1px solid rgba(23,65,148,.2);transition:all .3s ease}.terms-section:hover{border-color:#17419466;box-shadow:0 8px 30px #17419426}.terms-section-number{font-size:3rem;font-weight:800;color:#174194;margin:0;min-width:60px;height:fit-content;line-height:1}.terms-section-content{flex:1}.terms-section-title{font-size:1.8rem;font-weight:700;color:#1a1a2e;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(23,65,148,.3)}.terms-section-text{font-size:1rem;color:#1a1a2ebf;line-height:1.8;margin:0 0 1rem}.terms-section-text:last-child{margin-bottom:0}.terms-section-text strong{color:#174194;font-weight:600}.terms-list{list-style:none;padding:0;margin:1rem 0}.terms-list li{padding:.8rem 0 .8rem 2rem;color:#1a1a2ebf;line-height:1.7;position:relative;font-size:1rem}.terms-list li:before{content:"→";position:absolute;left:0;color:#174194;font-weight:700;font-size:1.2rem}.terms-link{color:#174194;text-decoration:none;font-weight:600;transition:color .3s;border-bottom:1px solid rgba(23,65,148,.3)}.terms-link:hover{color:#1a7cc7;border-bottom-color:#1a7cc7}.terms-subsection{margin:2rem 0;padding:1.5rem;background:#1741941a;border-radius:12px;border-left:3px solid #174194}.terms-subsection:first-child{margin-top:1rem}.terms-subsection:last-child{margin-bottom:1rem}.terms-subsection-title{font-size:1.3rem;font-weight:700;color:#1a1a2e;margin:0 0 1rem}.terms-contact-info{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.terms-contact-item{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.5rem;background:#1741941a;border-radius:12px;border:1px solid rgba(23,65,148,.3);color:#1a1a2e;text-decoration:none;transition:all .3s ease;font-size:1.1rem;font-weight:600}.terms-contact-item:hover{background:#17419433;border-color:#174194;transform:translate(5px)}.terms-contact-item svg{width:24px;height:24px;color:#174194;flex-shrink:0}.terms-contact-item span{flex:1}@media(max-width:968px){.terms-warranty-page .container{padding:0 30px}.terms-hero-wrapper{min-height:400px;border-radius:16px}.terms-hero-content{padding:3rem 1.5rem}.terms-hero-icon{width:80px;height:80px;bottom:-40px;box-shadow:0 8px 30px #17419480,0 0 0 3px #1a1a2e4d}.terms-hero-icon svg{width:40px;height:40px}.terms-title{font-size:2rem}.terms-subtitle{font-size:1rem}.terms-content-section{padding:5rem 0 3rem}.terms-section{flex-direction:column;gap:1rem}.terms-section-number{font-size:2.5rem;min-width:auto}}@media(max-width:768px){.terms-warranty-page{padding-top:60px}.terms-warranty-page .container{padding:0 20px}.terms-hero{padding:2rem 0 4.5rem}.terms-hero-wrapper{min-height:350px;border-radius:12px}.terms-hero-content{padding:2.5rem 1rem}.terms-hero-icon{width:70px;height:70px;bottom:-35px;box-shadow:0 6px 25px #17419480,0 0 0 2px #1a1a2e4d}.terms-hero-icon svg{width:35px;height:35px}.terms-title{font-size:1.8rem}.terms-subtitle{font-size:.9rem}.terms-content-section{padding:4.5rem 0 2rem}.terms-intro{padding:1.5rem}.terms-intro-text{font-size:1rem}.terms-section{padding:1.5rem}.terms-section-title{font-size:1.5rem}.terms-section-text{font-size:.95rem}.terms-subsection{padding:1.2rem}.terms-subsection-title{font-size:1.1rem}.terms-contact-item{padding:1rem;font-size:1rem}}@media(max-width:480px){.terms-warranty-page .container{padding:0 15px}.terms-section{padding:1rem;gap:.5rem}.terms-section-number{font-size:2rem}.terms-section-title{font-size:1.3rem}.terms-contact-info{gap:1rem}.terms-contact-item{flex-direction:column;text-align:center;padding:1rem}.terms-contact-item svg{width:20px;height:20px}}.leasing-page{min-height:100vh;padding-top:10px;background:#fff;width:100%;overflow-x:hidden}.leasing-page .container{max-width:1400px;margin:0 auto;padding:0 40px;width:100%;box-sizing:border-box}.leasing-hero{padding:4rem 0 6rem;margin-bottom:0;position:relative;z-index:10}.leasing-hero-wrapper{position:relative;border-radius:20px;overflow:visible;box-shadow:0 30px 80px #0009;min-height:500px;display:flex;align-items:center;justify-content:center;margin-bottom:50px}.leasing-hero-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;border-radius:20px;overflow:hidden}.leasing-hero-gradient-bg{width:100%;height:100%;background:linear-gradient(135deg,var(--theme-darker) 0%,var(--theme-light) 50%,var(--theme-primary) 100%)}.leasing-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(255,255,255,.8) 0%,rgba(255,255,255,.4) 50%,transparent 100%);z-index:1}.leasing-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:4rem 2rem;width:100%}.leasing-hero-icon{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);z-index:100;display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#174194f2,#174194cc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 40px #17419480,0 0 0 4px #1a1a2e4d;transition:all .3s ease}.leasing-hero-icon:hover{transform:translate(-50%) scale(1.1);box-shadow:0 15px 50px #174194b3,0 0 0 6px #17419433}.leasing-hero-icon svg{width:50px;height:50px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.leasing-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.3);line-height:1.2}.leasing-subtitle{font-size:1.3rem;color:#1a1a2ecc;line-height:1.6;text-shadow:none}.leasing-content-section{padding:6rem 0 4rem;margin-bottom:0}.leasing-content-wrapper{max-width:1000px;margin:0 auto}.leasing-intro{margin-bottom:3rem;padding:2rem;background:#fffffff2;border-radius:16px;border:1px solid rgba(23,65,148,.2)}.leasing-intro-text{font-size:1.1rem;color:#1a1a2ecc;line-height:1.8;margin:0}.leasing-section{display:flex;gap:2rem;margin-bottom:3rem;padding:2rem;background:#fffffff2;border-radius:16px;border:1px solid rgba(23,65,148,.2);transition:all .3s ease}.leasing-section:hover{border-color:#17419466;box-shadow:0 8px 30px #17419426}.leasing-section-number{font-size:3rem;font-weight:800;color:#174194;margin:0;min-width:60px;height:fit-content;line-height:1}.leasing-section-content{flex:1}.leasing-section-title{font-size:1.8rem;font-weight:700;color:#1a1a2e;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(23,65,148,.3)}.leasing-section-text{font-size:1rem;color:#1a1a2ebf;line-height:1.8;margin:0 0 1rem}.leasing-section-text:last-child{margin-bottom:0}.leasing-section-text strong{color:#174194;font-weight:600}.leasing-list{list-style:none;padding:0;margin:1rem 0}.leasing-list li{padding:.8rem 0 .8rem 2rem;color:#1a1a2ebf;line-height:1.7;position:relative;font-size:1rem}.leasing-list li:before{content:"→";position:absolute;left:0;color:#174194;font-weight:700;font-size:1.2rem}.leasing-link{color:#174194;text-decoration:none;font-weight:600;transition:color .3s;border-bottom:1px solid rgba(23,65,148,.3)}.leasing-link:hover{color:#1a7cc7;border-bottom-color:#1a7cc7}.leasing-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.leasing-step{padding:1.5rem;background:#1741941a;border-radius:12px;border-left:3px solid #174194;transition:all .3s ease}.leasing-step:hover{background:#17419426;transform:translate(5px)}.leasing-step-number{font-size:1.5rem;font-weight:800;color:#174194;margin-bottom:.5rem}.leasing-step-title{font-size:1.1rem;font-weight:600;color:#1a1a2e;margin:0}.leasing-faq{margin-top:2rem}.leasing-faq-item{margin-bottom:2rem;padding:1.5rem;background:#1741941a;border-radius:12px;border-left:3px solid #174194;transition:all .3s ease}.leasing-faq-item:hover{background:#17419426}.leasing-faq-item:last-child{margin-bottom:0}.leasing-faq-question{font-size:1.2rem;font-weight:700;color:#1a1a2e;margin:0 0 .8rem}.leasing-faq-answer{font-size:1rem;color:#1a1a2ebf;line-height:1.7;margin:0}.leasing-contact-info{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.leasing-contact-item{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.5rem;background:#1741941a;border-radius:12px;border:1px solid rgba(23,65,148,.3);color:#1a1a2e;text-decoration:none;transition:all .3s ease;font-size:1.1rem;font-weight:600}.leasing-contact-item:hover{background:#17419433;border-color:#174194;transform:translate(5px)}.leasing-contact-item svg{width:24px;height:24px;color:#174194;flex-shrink:0}.leasing-contact-item span{flex:1}@media(max-width:968px){.leasing-page .container{padding:0 30px}.leasing-hero-wrapper{min-height:400px;border-radius:16px}.leasing-hero-content{padding:3rem 1.5rem}.leasing-hero-icon{width:80px;height:80px;bottom:-40px;box-shadow:0 8px 30px #17419480,0 0 0 3px #1a1a2e4d}.leasing-hero-icon svg{width:40px;height:40px}.leasing-title{font-size:2rem}.leasing-subtitle{font-size:1rem}.leasing-content-section{padding:5rem 0 3rem}.leasing-section{flex-direction:column;gap:1rem}.leasing-section-number{font-size:2.5rem;min-width:auto}.leasing-steps{grid-template-columns:1fr}}@media(max-width:768px){.leasing-page{padding-top:60px}.leasing-page .container{padding:0 20px}.leasing-hero{padding:2rem 0 4.5rem}.leasing-hero-wrapper{min-height:350px;border-radius:12px}.leasing-hero-content{padding:2.5rem 1rem}.leasing-hero-icon{width:70px;height:70px;bottom:-35px;box-shadow:0 6px 25px #17419480,0 0 0 2px #1a1a2e4d}.leasing-hero-icon svg{width:35px;height:35px}.leasing-title{font-size:1.8rem}.leasing-subtitle{font-size:.9rem}.leasing-content-section{padding:4.5rem 0 2rem}.leasing-intro{padding:1.5rem}.leasing-intro-text{font-size:1rem}.leasing-section{padding:1.5rem}.leasing-section-title{font-size:1.5rem}.leasing-section-text{font-size:.95rem}.leasing-step{padding:1.2rem}.leasing-step-title{font-size:1rem}.leasing-faq-item{padding:1.2rem}.leasing-faq-question{font-size:1.1rem}.leasing-contact-item{padding:1rem;font-size:1rem}}@media(max-width:480px){.leasing-page .container{padding:0 15px}.leasing-section{padding:1rem;gap:.5rem}.leasing-section-number{font-size:2rem}.leasing-section-title{font-size:1.3rem}.leasing-contact-info{gap:1rem}.leasing-contact-item{flex-direction:column;text-align:center;padding:1rem}.leasing-contact-item svg{width:20px;height:20px}}.faqs-page{min-height:100vh;padding-top:10px;background:#fff;width:100%;overflow-x:hidden}.faqs-page .container{max-width:1400px;margin:0 auto;padding:0 40px;width:100%;box-sizing:border-box}.faqs-hero{padding:4rem 0 6rem;margin-bottom:0;position:relative;z-index:10}.faqs-hero-wrapper{position:relative;border-radius:20px;overflow:visible;box-shadow:0 30px 80px #0009;min-height:500px;display:flex;align-items:center;justify-content:center;margin-bottom:50px}.faqs-hero-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;border-radius:20px;overflow:hidden}.faqs-hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.faqs-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(255,255,255,.8) 0%,rgba(255,255,255,.4) 50%,transparent 100%);z-index:1}.faqs-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:4rem 2rem;width:100%}.faqs-hero-icon{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);z-index:100;display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#174194f2,#174194cc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 40px #17419480,0 0 0 4px #1a1a2e4d;transition:all .3s ease}.faqs-hero-icon:hover{transform:translate(-50%) scale(1.1) rotate(360deg);box-shadow:0 15px 50px #174194b3,0 0 0 6px #17419433}.faqs-hero-icon svg{width:50px;height:50px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.faqs-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.3);line-height:1.2}.faqs-subtitle{font-size:1.4rem;color:#1a1a2ecc;line-height:1.6;font-weight:400;text-shadow:none}.faqs-content-section{padding:6rem 0 4rem;margin-bottom:0;position:relative;z-index:1}.faqs-content-wrapper{max-width:900px;margin:0 auto}.faqs-accordion{display:flex;flex-direction:column;gap:1rem}.faqs-accordion-item{background:#fffffff2;border-radius:16px;border:1px solid rgba(23,65,148,.2);overflow:hidden;transition:all .3s ease}.faqs-accordion-item:hover{border-color:#17419466;box-shadow:0 4px 20px #17419426}.faqs-accordion-item.active{border-color:#17419480;box-shadow:0 8px 30px #17419433}.faqs-accordion-header{width:100%;padding:1.5rem 2rem;background:transparent;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;transition:all .3s ease;gap:1.5rem}.faqs-accordion-header:hover{background:#1741940d}.faqs-accordion-question{font-size:1.2rem;font-weight:700;color:#1a1a2e;flex:1;line-height:1.5}.faqs-accordion-icon{width:24px;height:24px;color:#174194;flex-shrink:0;transition:transform .3s ease}.faqs-accordion-item.active .faqs-accordion-icon{transform:rotate(180deg)}.faqs-accordion-icon svg{width:100%;height:100%}.faqs-accordion-content{max-height:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease,padding .3s ease;opacity:0;padding:0 2rem}.faqs-accordion-item.active .faqs-accordion-content{padding:0 2rem 1.5rem}.faqs-accordion-body{color:#1a1a2ebf;line-height:1.8;font-size:1rem}.faqs-accordion-body p{margin:0 0 1rem}.faqs-accordion-body p:last-child{margin-bottom:0}.faqs-accordion-body ul{list-style:none;padding:0;margin:1rem 0}.faqs-accordion-body li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#1a1a2ebf;line-height:1.7}.faqs-accordion-body li:before{content:"→";position:absolute;left:0;color:#174194;font-weight:700;font-size:1.1rem}.faqs-accordion-body strong{color:#174194;font-weight:600}.faqs-accordion-body a{color:#174194;text-decoration:none;font-weight:600;transition:color .3s;border-bottom:1px solid rgba(23,65,148,.3)}.faqs-accordion-body a:hover{color:#1a7cc7;border-bottom-color:#1a7cc7}@media(max-width:968px){.faqs-page .container{padding:0 30px}.faqs-hero-wrapper{min-height:400px;border-radius:16px}.faqs-hero-content{padding:3rem 1.5rem}.faqs-hero-icon{width:80px;height:80px;bottom:-40px;box-shadow:0 8px 30px #17419480,0 0 0 3px #1a1a2e4d}.faqs-hero-icon svg{width:40px;height:40px}.faqs-title{font-size:2.5rem}.faqs-subtitle{font-size:1.2rem}.faqs-content-section{padding:5rem 0 3rem}}@media(max-width:768px){.faqs-page{padding-top:60px}.faqs-page .container{padding:0 20px}.faqs-hero{padding:2rem 0 4.5rem}.faqs-hero-wrapper{min-height:350px;border-radius:12px}.faqs-hero-content{padding:2.5rem 1rem}.faqs-hero-icon{width:70px;height:70px;bottom:-35px;box-shadow:0 6px 25px #17419480,0 0 0 2px #1a1a2e4d}.faqs-hero-icon svg{width:35px;height:35px}.faqs-title{font-size:2rem}.faqs-subtitle{font-size:1rem}.faqs-content-section{padding:4.5rem 0 2rem}.faqs-accordion-header{padding:1.2rem 1.5rem;gap:1rem}.faqs-accordion-question{font-size:1.1rem}.faqs-accordion-icon{width:20px;height:20px}.faqs-accordion-content{padding:0 1.5rem}.faqs-accordion-item.active .faqs-accordion-content{padding:0 1.5rem 1.2rem}.faqs-accordion-body{font-size:.95rem}}@media(max-width:480px){.faqs-page .container{padding:0 15px}.faqs-title{font-size:1.8rem}.faqs-subtitle{font-size:.9rem}.faqs-content-section{padding:4rem 0 2rem}.faqs-accordion-header{padding:1rem 1.2rem;gap:.8rem}.faqs-accordion-question{font-size:1rem}.faqs-accordion-icon{width:18px;height:18px}.faqs-accordion-content{padding:0 1.2rem}.faqs-accordion-item.active .faqs-accordion-content{padding:0 1.2rem 1rem}.faqs-accordion-body{font-size:.9rem}.faqs-accordion-body li{padding-left:1.2rem}}.legal-notice-section{padding:6rem 0;margin-bottom:0;background:linear-gradient(135deg,#fff,#f8f9fa,#fff);position:relative;overflow:hidden;scroll-margin-top:100px}.legal-notice-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(23,65,148,.3) 50%,transparent 100%)}.legal-notice-section:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(23,65,148,.05) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(23,65,148,.05) 0%,transparent 50%);pointer-events:none;z-index:0}.legal-notice-wrapper{max-width:1200px;margin:0 auto;position:relative;z-index:1}.legal-notice-header{text-align:center;margin-bottom:4rem;position:relative}.legal-notice-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:120px;height:120px;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-primary) 100%);border-radius:50%;margin-bottom:2rem;border:4px solid rgba(23,65,148,.2);box-shadow:0 10px 40px #17419466;transition:all .3s ease}.legal-notice-icon-wrapper:hover{transform:scale(1.1) rotate(360deg);box-shadow:0 15px 50px #17419499}.legal-notice-icon-wrapper svg{width:60px;height:60px;color:#fff}.legal-notice-title{font-size:3.5rem;font-weight:800;color:#1a1a2e;margin:0 0 1rem;text-shadow:none;background:linear-gradient(135deg,var(--theme-primary) 0%,var(--theme-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legal-notice-subtitle{font-size:1.3rem;color:#1a1a2eb3;margin:0;font-weight:400}.legal-notice-content{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;align-items:start}.legal-notice-card{background:linear-gradient(135deg,#fffffff2,#f8f9faf2);border-radius:20px;padding:3rem 2.5rem;border:2px solid rgba(23,65,148,.2);transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:auto;align-self:start}.legal-notice-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,var(--theme-dark) 0%,var(--theme-light) 50%,var(--theme-primary) 100%);box-shadow:0 2px 10px #17419480}.legal-notice-card:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(23,65,148,.1) 0%,transparent 70%);opacity:0;transition:opacity .3s ease}.legal-notice-card:hover{transform:translateY(-10px);box-shadow:0 25px 60px #17419433;border-color:#17419480;background:linear-gradient(135deg,#fff,#f8f9fa)}.legal-notice-card:hover:after{opacity:1}.legal-info-item{display:flex;flex-direction:column;gap:2.5rem;align-items:center;text-align:center;position:relative;z-index:1}.legal-info-icon{width:90px;height:90px;background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #1741944d,inset 0 2px 10px #fff3;transition:all .3s ease;border:2px solid rgba(23,65,148,.2);position:relative;overflow:hidden}.legal-info-icon:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg);transition:all .5s ease}.legal-notice-card:hover .legal-info-icon{transform:scale(1.15) rotate(5deg);box-shadow:0 15px 40px #17419499,inset 0 2px 15px #fff3}.legal-notice-card:hover .legal-info-icon:before{left:100%}.legal-info-icon svg{width:45px;height:45px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));position:relative;z-index:1}.legal-info-content{flex:1;width:100%}.legal-info-content h3{font-size:1.6rem;font-weight:700;color:#1a1a2e;margin:0 0 2rem;padding-bottom:1rem;border-bottom:3px solid rgba(23,65,148,.5);text-shadow:none}.legal-info-details{width:100%}.legal-company-name{font-size:1.15rem;color:#1a1a2e!important;font-weight:600!important;margin-bottom:1rem!important;padding:.8rem 1rem;background:linear-gradient(135deg,#1741941a,#1741940d);border-radius:8px;border-left:4px solid #174194}.legal-info-content p{font-size:1.05rem;color:#1a1a2ecc;line-height:1.9;margin:1rem 0;font-weight:400}.legal-info-content p:first-of-type{margin-top:0}.legal-contact-row{display:flex;flex-direction:column;gap:.5rem;margin:1.5rem 0;padding:1rem 1.2rem;background:#1741941a;border-radius:10px;border-left:3px solid #174194;transition:all .3s ease}.legal-contact-row:hover{background:#17419426;border-left-color:#174194cc;transform:translate(5px)}.legal-label{font-size:.9rem;color:#1a1a2e99;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.legal-value{font-size:1.05rem;color:#1a1a2ee6;font-weight:500;word-break:break-word}.legal-info-content a{color:#174194;background:#1741941a;padding:.5rem 1rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;border:1px solid rgba(23,65,148,.3);font-size:1.05rem}.legal-info-content a:hover{background:linear-gradient(135deg,var(--theme-dark) 0%,var(--theme-light) 100%);color:#fff;border-color:#174194;transform:translateY(-2px);box-shadow:0 6px 20px #17419466}@media(max-width:968px){.legal-notice-content{grid-template-columns:repeat(2,1fr);gap:1.5rem}.legal-notice-title{font-size:2.5rem}.legal-notice-subtitle{font-size:1.1rem}.legal-notice-card{padding:2.5rem 2rem}}@media(max-width:768px){.legal-notice-section{padding:4rem 0}.legal-notice-header{margin-bottom:3rem}.legal-notice-icon-wrapper{width:100px;height:100px;margin-bottom:1.5rem}.legal-notice-icon-wrapper svg{width:50px;height:50px}.legal-notice-title{font-size:2rem}.legal-notice-subtitle{font-size:1rem}.legal-notice-content{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.legal-notice-card{padding:2.5rem 2rem}.legal-info-icon{width:70px;height:70px}.legal-info-icon svg{width:35px;height:35px}.legal-info-content h3{font-size:1.3rem;margin-bottom:1.5rem}.legal-info-content p{font-size:.95rem}.legal-contact-row{padding:.9rem 1rem;margin:1.2rem 0}.legal-company-name{font-size:1.05rem;padding:.7rem .9rem}}@media(max-width:480px){.legal-notice-section{padding:3rem 0}.legal-notice-header{margin-bottom:2rem}.legal-notice-icon-wrapper{width:80px;height:80px;margin-bottom:1rem}.legal-notice-icon-wrapper svg{width:40px;height:40px}.legal-notice-title{font-size:1.8rem}.legal-notice-subtitle{font-size:.9rem}.legal-notice-content{gap:1.5rem}.legal-notice-card{padding:2rem 1.5rem;border-radius:16px}.legal-info-icon{width:60px;height:60px}.legal-info-icon svg{width:30px;height:30px}.legal-info-content h3{font-size:1.2rem;margin-bottom:1.5rem}.legal-info-content p{font-size:.9rem}.legal-contact-row{padding:.8rem 1rem;margin:1rem 0}.legal-label{font-size:.85rem}.legal-value{font-size:.95rem}.legal-company-name{font-size:1rem;padding:.6rem .8rem}.legal-info-content a{padding:.4rem .8rem;font-size:.95rem}}.blog-content-html{color:#1a1a2e;line-height:1.8}.blog-content-html h1,.blog-content-html h2,.blog-content-html h3,.blog-content-html h4,.blog-content-html h5,.blog-content-html h6{color:#1a1a2e;margin-top:2rem;margin-bottom:1rem;font-weight:700}.blog-content-html h1{font-size:2.5rem}.blog-content-html h2{font-size:2rem}.blog-content-html h3{font-size:1.75rem}.blog-content-html h4{font-size:1.5rem}.blog-content-html h5{font-size:1.25rem}.blog-content-html h6{font-size:1.1rem}.blog-content-html p{margin-bottom:1.5rem;line-height:1.8}.blog-content-html ul,.blog-content-html ol{margin-bottom:1.5rem;padding-left:2rem}.blog-content-html li{margin-bottom:.5rem;line-height:1.8}.blog-content-html img{max-width:100%;height:auto;border-radius:12px;margin:2rem 0}.blog-content-html a{color:#174194;text-decoration:none;border-bottom:2px solid rgba(23,65,148,.3);transition:all .3s ease}.blog-content-html a:hover{color:#1a1a2e;border-bottom-color:#174194}.blog-content-html blockquote{border-left:4px solid #174194;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#1a1a2ecc}.blog-content-html code{background:#17419433;padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}.blog-content-html pre{background:#17419433;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:2rem 0}.blog-content-html pre code{background:none;padding:0}.blog-content-html strong{font-weight:700;color:#1a1a2e}.blog-content-html em{font-style:italic}.blog-content-html table{width:100%;border-collapse:collapse;margin:2rem 0}.blog-content-html table th,.blog-content-html table td{padding:1rem;border:1px solid rgba(23,65,148,.2);text-align:left}.blog-content-html table th{background:#17419433;font-weight:700;color:#1a1a2e}.blog-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #1741944d}.blog-card{display:flex;flex-direction:column;height:100%}.blog-card .vehicle-details{display:flex;flex-direction:column;flex:1}.blog-card .vehicle-header{flex-shrink:0;margin-bottom:.75rem}.blog-card .blog-excerpt{flex:1;margin-top:.75rem;margin-bottom:.75rem}.blog-card .vehicle-specs{margin-top:.5rem;margin-bottom:.5rem}.blog-card .view-details-btn{margin-top:.75rem}.blog-title{position:relative;cursor:pointer;word-break:break-word;line-height:1.6;min-height:3.2rem;display:block}.blog-title:hover:after{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translate(-50%);padding:.8rem 1rem;background:#1a1a2efa;color:#1a1a2e;border:1px solid rgba(23,65,148,.3);border-radius:8px;white-space:normal;max-width:300px;width:max-content;font-size:.9rem;line-height:1.4;box-shadow:0 8px 24px #0006;z-index:1000;margin-bottom:.5rem;pointer-events:none;opacity:0;animation:fadeInTooltip .3s ease forwards}.blog-title:hover:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1741944d;margin-bottom:-1px;z-index:1001;opacity:0;animation:fadeInTooltip .3s ease forwards}@keyframes fadeInTooltip{to{opacity:1}}.vehicles-grid .blog-card{height:100%}@media(max-width:768px){.blog-content-html h1{font-size:2rem}.blog-content-html h2{font-size:1.75rem}.blog-content-html h3{font-size:1.5rem}.blog-content-html img{margin:1.5rem 0}}
