*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#1a1a1a;--bg-secondary:#0f0f0f;--surface:#2e2e2e;--surface-elevated:#3a3a3a;--text-primary:#fff;--text-secondary:#b0b0b0;--text-muted:gray;--accent:#c00;--accent-hover:red;--chrome:silver;--shadow-subtle:0 2px 8px #0006;--shadow-medium:0 4px 20px #0009;--shadow-strong:0 8px 40px #000c;--text-shadow:0 2px 10px #000c}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}@media (width<=768px){html{scroll-behavior:auto}body{-webkit-tap-highlight-color:transparent;touch-action:manipulation}}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;text-transform:uppercase;color:#fff;text-shadow:var(--text-shadow);font-family:Inter,sans-serif;font-weight:900}button{text-transform:uppercase;letter-spacing:.05em;font-family:Inter,sans-serif;font-weight:700}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--surface-elevated);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--chrome)}::selection{background:var(--accent);color:var(--text-primary)}.hero3d{background:#000;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero3d-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero3d-gradient{background:radial-gradient(#cc000026 0%,#1a1a1acc 40%,#000 100%);width:100%;height:100%;position:absolute}.hero3d-grain{opacity:.06;mix-blend-mode:overlay;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:absolute}.hero3d-canvas-wrapper{z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.hero3d-canvas-wrapper canvas{cursor:grab;touch-action:none;width:100%!important;height:100%!important}.hero3d-canvas-wrapper canvas:active{cursor:grabbing}.hero3d-loading{text-align:center;z-index:10;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loading-spinner{border:3px solid #c003;border-top-color:#c00;border-radius:50%;width:50px;height:50px;margin:0 auto 20px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.hero3d-loading p{color:#c00;letter-spacing:.2em;text-transform:uppercase;margin-bottom:20px;font-size:.75rem;font-weight:700}.loading-bar{background:#c003;width:200px;height:2px;position:relative;overflow:hidden}.loading-progress{background:#c00;height:100%;animation:2s ease-in-out infinite loadProgress;box-shadow:0 0 10px #c00c}@keyframes loadProgress{0%{width:0%}50%{width:100%}to{width:0%}}.hero3d-car-indicator{z-index:10;gap:12px;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.indicator-dot{background:#fff;border-radius:50%;width:8px;height:8px;transition:all .3s}.indicator-dot.active{background:#c00;box-shadow:0 0 15px #c00c}.hero3d-content{z-index:5;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1400px;min-height:100vh;padding:0 40px;display:flex;position:relative}.hero3d-text{text-align:center;pointer-events:auto}.hero3d-title{letter-spacing:-.02em;text-transform:uppercase;flex-direction:column;align-items:center;margin-bottom:30px;font-size:clamp(3rem,8vw,7rem);font-weight:800;line-height:.9;display:flex}.title-line{color:#d0d0d0;opacity:.15;text-shadow:0 0 10px #d0d0d014,0 1px 5px #00000080;animation:1s ease-out forwards titleFadeIn;display:block}.title-line:first-child{animation-delay:.2s}.title-line:nth-child(2){animation-delay:.4s}.title-line:nth-child(3){animation-delay:.6s}.title-line.highlight{color:#a00;opacity:.12;text-shadow:0 0 10px #aa000026,0 1px 5px #00000080}@keyframes titleFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero3d-subtitle{color:#a0a0a0;opacity:.2;letter-spacing:.05em;text-shadow:0 1px 5px #0009;margin-bottom:50px;font-size:clamp(.9rem,1.5vw,1.1rem);font-weight:500;line-height:1.8}.hero3d-cta-group{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.hero3d-cta{letter-spacing:.15em;text-transform:uppercase;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:2px;padding:18px 45px;font-size:.85rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative;overflow:hidden}.hero3d-cta.primary{color:#ffffffd9;opacity:.5;background:#aa0000b3;border:2px solid #a009;box-shadow:0 4px 20px #a003}.hero3d-cta.primary:before{content:"";z-index:-1;background:red;width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}.hero3d-cta.primary:hover:before{left:0}.hero3d-cta.primary:hover{border-color:red;transform:translateY(-2px)}.hero3d-cta.secondary{color:#ffffffb3;opacity:.4;background:0 0;border:2px solid #c0c0c059}.hero3d-cta.secondary:hover{background:#c0c0c01a;transform:translateY(-2px);box-shadow:0 6px 25px #0009}.hero3d-scroll-indicator{color:#b0b0b0;letter-spacing:.2em;cursor:pointer;pointer-events:auto;z-index:3;flex-direction:column;align-items:center;gap:8px;font-size:.7rem;font-weight:700;text-decoration:none;transition:color .3s;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.hero3d-scroll-indicator:hover{color:#fff}.hero3d-hint{color:#fff6;letter-spacing:.15em;text-transform:uppercase;z-index:3;align-items:center;gap:15px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:40px;right:40px}.hero3d-hint svg{opacity:.6}.hero3d-specs{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a1a99;border:1px solid #ffffff1a;border-radius:4px;justify-content:center;align-items:center;gap:25px;margin-top:50px;padding:25px 40px;display:flex}.spec-item{flex-direction:column;align-items:center;gap:5px;display:flex}.spec-value{color:#a00;opacity:.2;text-shadow:0 0 10px #aa000026;font-size:2rem;font-weight:800;line-height:1}.spec-label{color:#707070;opacity:.2;letter-spacing:.1em;text-transform:uppercase;font-size:.65rem;font-weight:600}.spec-divider{background:linear-gradient(#0000,#fff3,#0000);width:1px;height:40px}.hero3d-badge{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:3;background:#1a1a1acc;border:1px solid #ffffff1a;border-radius:4px;flex-direction:column;gap:5px;padding:15px 20px;display:flex;position:absolute;bottom:40px;left:40px}.badge-label{color:#707070;opacity:.2;letter-spacing:.15em;text-transform:uppercase;font-size:.6rem;font-weight:600}.badge-value{color:#a00;opacity:.2;letter-spacing:.05em;text-transform:uppercase;font-size:.85rem;font-weight:800}@media (width<=968px){.hero3d-content{padding:0 30px}.hero3d-title{font-size:clamp(2.5rem,7vw,4rem)}.title-line{opacity:.25}.title-line.highlight{opacity:.2}.hero3d-subtitle{opacity:.35;margin-bottom:40px;font-size:clamp(.85rem,1.3vw,1rem)}.hero3d-cta-group{flex-direction:column;align-items:center;gap:15px}.hero3d-cta{width:100%;max-width:300px;padding:16px 35px;font-size:.8rem}.hero3d-cta.primary{opacity:.65}.hero3d-cta.secondary{opacity:.55}.hero3d-hint{font-size:.65rem;top:20px;right:20px}.hero3d-scroll-indicator{bottom:30px}.hero3d-specs{flex-wrap:wrap;gap:15px;padding:20px 25px}.spec-value{opacity:.35;font-size:1.5rem}.spec-label{opacity:.35}.spec-divider{display:none}.hero3d-badge{padding:12px 16px;bottom:30px;left:30px}.badge-label,.badge-value{opacity:.35}}@media (width<=640px){.hero3d-content{padding:0 20px}.hero3d-title{margin-bottom:20px;font-size:clamp(2rem,6vw,3rem)}.title-line{opacity:.3}.title-line.highlight{opacity:.25}.hero3d-subtitle{opacity:.4;margin-bottom:30px;font-size:.8rem}.hero3d-cta{padding:14px 30px;font-size:.75rem}.hero3d-cta.primary{opacity:.7}.hero3d-cta.secondary{opacity:.6}.hero3d-hint{display:none}.hero3d-scroll-indicator{font-size:.65rem;bottom:25px}.hero3d-specs{gap:12px;margin-top:40px;padding:18px 20px}.spec-value{opacity:.4;font-size:1.3rem}.spec-label{opacity:.4;font-size:.6rem}.hero3d-badge{padding:10px 14px;bottom:20px;left:20px}.badge-value{font-size:.75rem}.badge-label,.badge-value{opacity:.4}}@media (width<=480px){.hero3d{min-height:100svh}.hero3d-content{padding:0 15px}.hero3d-title{margin-bottom:15px;font-size:clamp(1.6rem,5vw,2.2rem)}.title-line{opacity:.35}.title-line.highlight{opacity:.3}.hero3d-subtitle{opacity:.45;margin-bottom:25px;font-size:.75rem;line-height:1.5}.hero3d-cta-group{gap:10px;width:100%}.hero3d-cta{width:100%;max-width:100%;padding:12px 20px;font-size:.7rem}.hero3d-cta.primary{opacity:.75}.hero3d-cta.secondary{opacity:.65}.hero3d-specs{flex-wrap:wrap;gap:10px;margin-top:30px;padding:15px}.spec-item{flex:45%;min-width:100px}.spec-value{opacity:.45;font-size:1.2rem}.spec-label{opacity:.45;font-size:.55rem}.hero3d-badge{padding:8px 12px;bottom:15px;left:15px}.badge-label{font-size:.55rem}.badge-value{font-size:.7rem}.badge-label,.badge-value{opacity:.45}.hero3d-scroll-indicator{font-size:.6rem;bottom:20px}}@media (width<=375px){.hero3d-title{margin-bottom:12px;font-size:clamp(1.4rem,4.5vw,1.8rem)}.title-line{opacity:.4}.title-line.highlight{opacity:.35}.hero3d-subtitle{opacity:.5;font-size:.7rem;line-height:1.4}.hero3d-cta{padding:10px 18px;font-size:.65rem}.hero3d-cta.primary{opacity:.8}.hero3d-cta.secondary{opacity:.7}.hero3d-specs{gap:8px;margin-top:25px;padding:12px}.spec-value{opacity:.5;font-size:1rem}.spec-label{opacity:.5;font-size:.5rem}.badge-label,.badge-value{opacity:.5}}@media (width<=320px){.hero3d-title{font-size:1.3rem}.title-line{opacity:.45}.title-line.highlight{opacity:.4}.hero3d-subtitle{opacity:.55;font-size:.65rem}.hero3d-cta{padding:10px 15px;font-size:.6rem}.hero3d-cta.primary{opacity:.85}.hero3d-cta.secondary{opacity:.75}.hero3d-specs{padding:10px}.spec-value{opacity:.55;font-size:.9rem}.spec-label,.badge-label,.badge-value{opacity:.55}}@media (prefers-reduced-motion:reduce){.hero3d-scroll-indicator{animation:none}.title-line{opacity:1;animation:none}.loading-spinner{animation:none}}.hero3d-canvas-wrapper,.hero3d-content,.hero3d-cta{will-change:transform;backface-visibility:hidden;transform:translateZ(0)}@media (hover:none) and (pointer:coarse){.hero3d-canvas-wrapper canvas{cursor:default}.hero3d-cta:hover{transform:none}}.hero3d-simple{overflow:visible!important}.hero3d-simple .hero3d-title .title-line{color:#d0d0d0;text-shadow:0 0 20px #d0d0d033,0 2px 8px #000c,0 4px 16px #0009;font-weight:900;opacity:.25!important}.hero3d-simple .hero3d-title .title-line.highlight{color:#c00;text-shadow:0 0 30px #cc00004d,0 2px 8px #000c,0 4px 16px #0009;opacity:.2!important}.hero3d-simple .hero3d-subtitle{color:#b0b0b0;text-shadow:0 1px 4px #000c,0 2px 8px #00000080;opacity:.35!important}.hero3d-simple .hero3d-cta{z-index:50;text-shadow:0 2px 8px #000c;position:relative}@media (width>=1440px){.hero3d-simple .hero3d-title .title-line{font-size:7rem}}@media (width<=1023px){.hero3d-simple .hero3d-title .title-line{opacity:.28!important}}@media (width<=767px){.hero3d-simple .hero3d-title .title-line{font-size:clamp(2.5rem,8vw,4rem);opacity:.3!important}.hero3d-simple .hero3d-title .title-line.highlight{opacity:.25!important}.hero3d-simple .hero3d-subtitle{font-size:.85rem}}@media (width<=599px){.hero3d-simple .hero3d-title .title-line{font-size:clamp(2rem,10vw,3rem);opacity:.32!important}.hero3d-simple .hero3d-title .title-line.highlight{opacity:.28!important}.hero3d-simple .hero3d-subtitle{font-size:.8rem}.hero3d-simple .hero3d-cta{padding:14px 30px;font-size:.8rem}}@media (width<=479px){.hero3d-simple .hero3d-title .title-line{font-size:clamp(1.8rem,11vw,2.5rem);opacity:.35!important}.hero3d-simple .hero3d-title .title-line.highlight{opacity:.3!important}.hero3d-simple .hero3d-subtitle{padding:0 10px;font-size:.75rem}.hero3d-simple .hero3d-cta{padding:12px 24px;font-size:.75rem}}@media (width<=319px){.hero3d-simple .hero3d-title .title-line{font-size:1.5rem;opacity:.38!important}.hero3d-simple .hero3d-subtitle{font-size:.7rem}}@media (height<=500px) and (orientation:landscape){.hero3d-simple{min-height:100vh}.hero3d-simple .hero3d-title .title-line{font-size:clamp(1.5rem,5vw,2.5rem);opacity:.3!important}.hero3d-simple .hero3d-subtitle{font-size:.75rem}}.navbar{z-index:9999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0af2;flex-direction:column;padding:0;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 20px #00000080}.navbar.scrolled{box-shadow:var(--shadow-medium);background:#1a1a1af2}.navbar-container{justify-content:flex-start;align-items:center;width:100%;max-width:100%;margin:0;padding:25px 40px;display:flex}.navbar-logo{letter-spacing:.15em;color:var(--text-primary);text-transform:uppercase;margin-right:auto;font-size:1.1rem;font-weight:900;text-decoration:none;transition:opacity .3s}.navbar-logo:hover{opacity:.7}.navbar-links{gap:50px;margin:0;padding:0;list-style:none;display:flex}.navbar-links.desktop{display:flex}.navbar-links.mobile{display:none}.navbar-links a{color:var(--text-primary);letter-spacing:.1em;text-transform:uppercase;padding:5px 0;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .3s;position:relative}.navbar-links a:after{content:"";background:var(--accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.navbar-links a:hover{color:var(--chrome)}.navbar-links a:hover:after{width:100%}.mobile-menu-toggle{color:var(--text-primary);cursor:pointer;background:0 0;border:1px solid #c0c0c04d;padding:8px;transition:all .3s;display:none}.mobile-menu-toggle:hover{background:var(--surface);border-color:var(--chrome)}.mobile-menu{background:var(--bg-primary);border-top:1px solid #c0c0c026}.navbar-progress-container{background:#00000080;border-top:1px solid #ffffff26;width:100%;height:4px;position:relative;overflow:visible}.navbar-progress-fill{transform-origin:0;will-change:transform;background:linear-gradient(90deg,red 0%,#f33 50%,red 100%);width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:0 0 15px #ff0000e6}.navbar-car-marker{will-change:left;z-index:10000;pointer-events:none;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:-10px}.navbar-car-icon{filter:drop-shadow(0 3px 6px #000000e6)drop-shadow(0 0 8px #f009);width:100%;height:100%}@media (width<=968px){.navbar-container{padding:20px 30px}.navbar-links.desktop{display:none}.mobile-menu-toggle{display:block}.navbar-links.mobile{background:var(--bg-secondary);flex-direction:column;gap:0;padding:20px 30px;display:flex}.navbar-links.mobile li{border-bottom:1px solid #c0c0c01a}.navbar-links.mobile a{padding:20px 0;font-size:1rem;display:block}.navbar-logo{font-size:.9rem}.navbar-progress-container{height:3px}.navbar-car-marker{width:25px;height:25px;top:-9px}}@media (width<=480px){.navbar-container{padding:18px 20px}.navbar-logo{font-size:.85rem}.navbar-car-marker{width:20px;height:20px;top:-8px}.navbar-progress-container{height:2.5px}}@media (width<=375px){.navbar-container{padding:15px 12px}.navbar-logo{letter-spacing:.08em;font-size:.7rem}.navbar-car-marker{width:16px;height:16px;top:-6px}.navbar-progress-container{height:2px}.navbar-links.mobile a{padding:16px 0;font-size:.85rem}.mobile-menu-toggle{padding:6px}}@media (width<=320px){.navbar-container{padding:12px 10px}.navbar-logo{font-size:.65rem}.navbar-car-marker{width:14px;height:14px;top:-5px}.navbar-links.mobile a{padding:15px 0;font-size:.8rem}}.services{background:var(--bg-primary);border-bottom:1px solid #c0c0c026;padding:120px 40px}.services-container{max-width:1600px;margin:0 auto}.services-header{text-align:center;margin-bottom:80px}.services-header h2{color:var(--text-primary);letter-spacing:-.02em;text-transform:uppercase;text-shadow:0 0 40px #e8e8e84d;margin-bottom:20px;font-size:clamp(2.5rem,8vw,5rem);font-weight:900}.services-header p{color:var(--text-secondary);letter-spacing:.1em;text-transform:uppercase;max-width:800px;margin:0 auto;font-size:clamp(.85rem,1.5vw,1rem);font-weight:700}.services-grid{background:#c0c0c026;grid-template-columns:repeat(2,1fr);gap:2px;margin-bottom:80px;display:grid}.service-card{background:var(--surface);text-align:left;cursor:pointer;box-shadow:var(--shadow-subtle);border:none;padding:60px 40px;transition:all .4s;position:relative;overflow:hidden}.service-card:before{content:"";background:var(--surface-elevated);z-index:0;width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}.service-card:hover:before{left:0}.service-card>*{z-index:1;position:relative}.service-icon{width:60px;height:60px;color:var(--text-primary);border:2px solid #c0c0c04d;justify-content:center;align-items:center;margin-bottom:25px;transition:all .3s;display:flex}.service-card:hover .service-icon{border-color:var(--accent);color:var(--accent)}.service-card h3{color:var(--text-primary);letter-spacing:.05em;text-transform:uppercase;margin-bottom:15px;font-size:1.5rem;font-weight:900}.service-card p{color:var(--text-secondary);min-height:auto;margin-bottom:20px;font-size:.9rem;font-weight:500;line-height:1.6}.service-price{color:var(--chrome);letter-spacing:.1em;margin-bottom:20px;font-size:1.1rem;font-weight:900}.service-btn{color:var(--text-primary);border:2px solid var(--chrome);letter-spacing:.1em;cursor:pointer;text-transform:uppercase;background:0 0;padding:12px 30px;font-size:.75rem;font-weight:800;transition:all .3s}.service-btn:hover{background:var(--accent);color:var(--text-primary);border-color:var(--accent);box-shadow:0 0 20px #cc000080}.services-cta{text-align:center;background:var(--surface);box-shadow:var(--shadow-medium);border:2px solid #c0c0c026;padding:80px 40px}.services-cta h3{color:var(--text-primary);letter-spacing:-.01em;text-transform:uppercase;margin-bottom:20px;font-size:clamp(1.8rem,4vw,3rem);font-weight:900}.services-cta p{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:40px;font-size:clamp(.85rem,1.5vw,1rem);font-weight:700}@media (width<=968px){.services{padding:80px 20px}.services-grid{grid-template-columns:1fr;gap:20px}.service-card{padding:40px 25px}.services-cta{padding:50px 25px}}@media (width<=640px){.services{padding:60px 15px}.services-grid{gap:15px}.service-card{padding:35px 20px}.service-icon{width:50px;height:50px}.service-card h3{font-size:1.3rem}.service-card p{font-size:.85rem}.services-cta{padding:40px 20px}.services-cta h2{font-size:1.5rem}}@media (width<=480px){.services{padding:50px 10px}.service-card{padding:30px 15px}.service-icon{width:45px;height:45px}.services-cta{padding:35px 15px}}@media (width<=375px){.services{padding:40px 12px}.service-card{padding:25px 15px}.service-icon{width:40px;height:40px}.service-card h3{font-size:1rem}.service-card p{font-size:.75rem;line-height:1.5}.services-cta{padding:30px 15px}.services-cta h2{font-size:1.3rem}.services-cta p{font-size:.75rem}}@media (width<=320px){.services{padding:35px 10px}.service-card{padding:20px 12px}.service-icon{width:35px;height:35px}.service-card h3{font-size:.95rem}.service-card p{font-size:.7rem}.services-cta{padding:25px 12px}}.car-tour{background:#0f0f0f;border-top:1px solid #ffffff1a;padding:120px 40px;position:relative;overflow:hidden}.car-tour-content{max-width:1600px;margin:0 auto}.car-tour-header{text-align:center;margin-bottom:60px}.car-tour-header h2{color:#fff;letter-spacing:-.02em;text-transform:uppercase;text-shadow:0 2px 20px #000000e6;margin-bottom:20px;font-size:clamp(2.5rem,8vw,5rem);font-weight:900}.car-tour-header p{color:#b0b0b0;letter-spacing:.1em;text-transform:uppercase;font-size:clamp(.85rem,1.5vw,1rem);font-weight:700}.car-viewer{margin-bottom:60px;position:relative}.car-viewer.fullscreen{z-index:9998;background:#0f0f0f;flex-direction:column;justify-content:center;width:100vw;height:100vh;margin:0;padding:20px;display:flex;position:fixed;top:0;left:0}.studio-light{pointer-events:none;z-index:1;filter:blur(100px);opacity:.3;border-radius:50%;width:400px;height:400px;position:absolute}.studio-light.left{background:radial-gradient(circle,#fff6 0%,#0000 70%);top:20%;left:-10%}.studio-light.right{background:radial-gradient(circle,#cc00004d 0%,#0000 70%);top:20%;right:-10%}.car-image-container{background:#1a1a1a;border:2px solid #ffffff1a;width:100%;height:700px;margin-bottom:30px;position:relative;overflow:hidden;box-shadow:0 20px 60px #000c}.car-viewer.fullscreen .car-image-container{flex:1;height:calc(100vh - 200px)}.car-image-wrapper{width:100%;height:100%;position:relative}.car-image{object-fit:cover;object-position:center;filter:brightness(1.05)contrast(1.15)saturate(1.1);width:100%;height:100%}.image-overlay{pointer-events:none;background:linear-gradient(#0000004d 0%,#0000 30% 70%,#00000080 100%);width:100%;height:100%;position:absolute;top:0;left:0}.view-info{z-index:10;color:#fff;text-shadow:0 2px 10px #000c;position:absolute;bottom:30px;left:40px}.view-subtitle{letter-spacing:.15em;color:#c00;text-transform:uppercase;margin-bottom:5px;font-size:.75rem;font-weight:800;display:block}.view-title{letter-spacing:-.02em;text-transform:uppercase;margin-bottom:8px;font-size:2.5rem;font-weight:900}.view-description{color:#ccc;letter-spacing:.05em;max-width:400px;font-size:.95rem}.nav-controls{z-index:10;justify-content:space-between;padding:0 20px;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.nav-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1ae6;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex}.nav-btn:hover{background:#cc0000e6;border-color:#c00;box-shadow:0 0 30px #cc000080}.fullscreen-btn{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1ae6;border:2px solid #fff3;border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.fullscreen-btn:hover{background:#cc0000e6;border-color:#c00}.progress-indicator{z-index:10;background:#ffffff1a;width:100%;height:4px;position:absolute;bottom:0;left:0}.progress-bar{background:linear-gradient(90deg,#c00 0%,red 100%);height:100%;transition:width .5s;box-shadow:0 0 20px #c00c}.thumbnail-strip{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.thumbnail{cursor:pointer;background:#1a1a1a;border:3px solid #fff3;width:150px;height:100px;transition:all .3s;position:relative;overflow:hidden}.thumbnail img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.thumbnail:hover img{transform:scale(1.1)}.thumbnail.active{border-color:#c00;box-shadow:0 0 20px #cc000080}.thumbnail-overlay{letter-spacing:.1em;color:#fff;text-transform:uppercase;background:linear-gradient(#0000,#000000e6);padding:8px;font-size:.65rem;font-weight:800;position:absolute;bottom:0;left:0;right:0}.car-specs{margin-bottom:60px}.spec-grid{background:#ffffff1a;grid-template-columns:repeat(4,1fr);gap:2px;display:grid}.spec-item{text-align:center;cursor:pointer;background:#1a1a1a;border:1px solid #0000;padding:40px 20px;transition:all .3s}.spec-item:hover{border-color:#c00}.spec-label{letter-spacing:.12em;color:gray;text-transform:uppercase;margin-bottom:10px;font-size:.75rem;font-weight:800;display:block}.spec-value{color:#fff;text-shadow:0 2px 10px #000c;margin-bottom:5px;font-size:3rem;font-weight:900;line-height:1}.spec-unit{letter-spacing:.1em;color:#c00;text-transform:uppercase;font-size:.7rem;font-weight:700}.tour-cta{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1acc;border:2px solid #ffffff1a;padding:60px 40px}.tour-cta h3{color:#fff;letter-spacing:-.01em;text-transform:uppercase;margin-bottom:15px;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:900}.tour-cta p{color:#b0b0b0;letter-spacing:.05em;margin-bottom:30px;font-size:1rem}.cta-btn{color:#fff;letter-spacing:.12em;text-transform:uppercase;background:#c00;border:2px solid #c00;padding:20px 50px;font-size:.85rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-block}.cta-btn:hover{background:red;border-color:red}@media (width<=1200px){.spec-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=968px){.car-tour{padding:80px 20px}.car-image-container{height:500px}.view-info{bottom:20px;left:20px}.view-title{font-size:2rem}.thumbnail{width:120px;height:80px}.spec-grid{grid-template-columns:1fr}.nav-btn{width:50px;height:50px}}@media (width<=640px){.car-tour{padding:60px 15px}.car-image-container{height:350px}.view-title{font-size:1.5rem}.view-subtitle{font-size:.7rem}.thumbnail{width:90px;height:60px}.thumbnail-strip{gap:10px}.tour-cta{padding:35px 15px}.spec-grid{gap:15px}.nav-btn{width:45px;height:45px}.fullscreen-btn{width:45px;height:45px;top:15px;right:15px}}@media (width<=480px){.car-tour{padding:50px 10px}.car-image-container{height:300px}.view-info{bottom:15px;left:15px}.view-title{font-size:1.3rem}.thumbnail{width:75px;height:50px}.nav-btn{width:40px;height:40px}.tour-cta{padding:30px 10px}}@media (width<=375px){.car-tour{padding:40px 10px}.car-image-container{height:240px}.view-info{bottom:12px;left:12px}.view-title{font-size:1rem}.view-subtitle{font-size:.65rem}.view-description{font-size:.8rem}.thumbnail{width:60px;height:40px}.thumbnail-strip{gap:8px}.thumbnail-overlay{padding:6px;font-size:.6rem}.nav-btn{width:36px;height:36px}.fullscreen-btn{width:40px;height:40px;top:12px;right:12px}.spec-value{font-size:2.2rem}.spec-label{font-size:.7rem}.tour-cta{padding:25px 10px}.cta-btn{padding:16px 35px;font-size:.8rem}}@media (width<=320px){.car-tour{padding:35px 8px}.car-image-container{height:220px}.view-info{bottom:10px;left:10px}.view-title{font-size:.95rem}.view-subtitle{font-size:.6rem}.view-description{font-size:.75rem}.thumbnail{width:55px;height:38px}.thumbnail-strip{gap:6px}.nav-btn{width:34px;height:34px}.fullscreen-btn{width:36px;height:36px}.spec-value{font-size:2rem}.spec-label{font-size:.65rem}.tour-cta{padding:20px 8px}.cta-btn{padding:14px 30px;font-size:.75rem}}.about{background:linear-gradient(180deg, #1a1f3a 0%, var(--dark) 100%);padding:100px 20px}.about-container{max-width:1400px;margin:0 auto}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-text h2{color:var(--light);margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3rem)}.about-intro{color:var(--primary);margin-bottom:1.5rem;font-size:1.2rem;font-weight:500}.about-text p{color:var(--gray);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-stats{gap:3rem;margin-top:3rem;display:flex}.stat-item{text-align:center}.stat-item h3{color:var(--primary);margin-bottom:.5rem;font-size:2.5rem}.stat-item p{color:var(--gray);margin:0;font-size:.9rem}.about-features{flex-direction:column;gap:1.5rem;display:flex}.feature-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.feature-item:hover{border-color:var(--primary);background:#ff6b351a}.feature-icon{background:linear-gradient(135deg, var(--primary) 0%, #ff8559 100%);color:#fff;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.feature-content h4{color:var(--light);margin-bottom:.5rem;font-size:1.3rem}.feature-content p{color:var(--gray);margin:0;font-size:1rem}@media (width<=968px){.about-content{grid-template-columns:1fr;gap:3rem}.about-stats{justify-content:space-around}.stat-item h3{font-size:2rem}}@media (width<=768px){.about{padding:80px 20px}.about-stats{flex-direction:column;gap:2rem}.feature-item{text-align:center;flex-direction:column}.feature-icon{margin:0 auto}}@media (width<=640px){.about{padding:60px 15px}.stat-item h3{font-size:1.8rem}.stat-item p{font-size:.75rem}}@media (width<=480px){.about{padding:50px 10px}.about-stats{gap:1.5rem}.stat-item h3{font-size:1.5rem}.feature-item h3{font-size:1rem}.feature-item p{font-size:.85rem}}@media (width<=375px){.about{padding:40px 10px}.about-intro{font-size:1rem}.about-text p{font-size:.95rem;line-height:1.6}.stat-item h3{font-size:1.2rem}.stat-item p{font-size:.7rem}.feature-icon{width:50px;height:50px}.feature-content h4{font-size:1.05rem}.feature-content p{font-size:.85rem}.feature-item{padding:1.2rem}}@media (width<=320px){.about{padding:35px 8px}.about-intro{font-size:.95rem}.about-text p{font-size:.9rem}.stat-item h3{font-size:1.1rem}.stat-item p{font-size:.65rem}.feature-icon{width:45px;height:45px}.feature-content h4{font-size:1rem}.feature-content p{font-size:.8rem}.feature-item{padding:1rem}}.testimonials{background:var(--dark);padding:100px 20px}.testimonials-container{max-width:1400px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-header h2{color:var(--light);margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem)}.testimonials-header p{color:var(--gray);font-size:1.2rem}.testimonials-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.testimonial-card{background:linear-gradient(135deg,#ffffff0d 0%,#ffffff05 100%);border:1px solid #ffffff1a;border-radius:20px;padding:2.5rem;transition:all .3s;position:relative}.testimonial-card:hover{border-color:var(--primary);box-shadow:0 10px 40px #ff6b3533}.quote-icon{color:var(--primary);opacity:.3;margin-bottom:1rem}.rating{gap:.25rem;margin-bottom:1.5rem;display:flex}.testimonial-text{color:var(--light);margin-bottom:2rem;font-size:1.05rem;line-height:1.8}.testimonial-author{border-top:1px solid #ffffff1a;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.author-avatar{background:linear-gradient(135deg, var(--primary) 0%, #ff8559 100%);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.author-info h4{color:var(--light);margin-bottom:.25rem;font-size:1.1rem}.author-info p{color:var(--gray);margin:0;font-size:.9rem}.testimonials-cta{text-align:center;background:linear-gradient(135deg,#ff6b351a 0%,#004e891a 100%);border:1px solid #ff6b354d;border-radius:20px;padding:3rem}.testimonials-cta h3{color:var(--light);margin-bottom:2rem;font-size:2rem}@media (width<=768px){.testimonials{padding:80px 20px}.testimonials-grid{grid-template-columns:1fr}}@media (width<=640px){.testimonials{padding:60px 15px}.testimonial-card{padding:2rem}.testimonial-text{font-size:1rem}.testimonials-cta{padding:2.5rem}}@media (width<=480px){.testimonials{padding:50px 10px}.testimonial-card{padding:1.5rem}.testimonial-text{font-size:.95rem;line-height:1.6}.author-avatar{width:45px;height:45px;font-size:1.3rem}.author-info h4{font-size:1rem}.author-info p{font-size:.85rem}.testimonials-cta{padding:2rem}.testimonials-cta h3{font-size:1.5rem}}@media (width<=375px){.testimonials{padding:40px 10px}.testimonial-card{padding:1.2rem}.testimonial-text{font-size:.9rem}.author-avatar{width:40px;height:40px;font-size:1.2rem}.author-info h4{font-size:.95rem}.author-info p{font-size:.8rem}.testimonials-cta{padding:1.5rem}.testimonials-cta h3{font-size:1.3rem}}@media (width<=320px){.testimonials{padding:35px 8px}.testimonial-card{padding:1rem}.testimonial-text{font-size:.85rem}.author-avatar{width:38px;height:38px;font-size:1.1rem}.author-info h4{font-size:.9rem}.author-info p{font-size:.75rem}.testimonials-cta{padding:1.2rem}.testimonials-cta h3{font-size:1.2rem}}.booking{background:linear-gradient(180deg, var(--dark) 0%, #1a1f3a 100%);padding:100px 20px}.booking-container{max-width:1400px;margin:0 auto}.booking-header{text-align:center;margin-bottom:4rem}.booking-header h2{color:var(--light);margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem)}.booking-header p{color:var(--gray);font-size:1.2rem}.booking-content{grid-template-columns:2fr 1fr;align-items:start;gap:3rem;display:grid}.booking-form-wrapper{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:3rem}.booking-form{flex-direction:column;gap:2rem;display:flex}.form-section{flex-direction:column;gap:1.5rem;display:flex}.form-section h3{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.3rem;display:flex}.form-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--light);font-size:.95rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{color:var(--light);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;padding:.875rem 1rem;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);background:#ffffff14;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray)}.form-group select{cursor:pointer}.form-group textarea{resize:vertical;font-family:Inter,sans-serif}.submit-btn{width:100%;margin-top:1rem;padding:1.25rem;font-size:1.1rem}.success-message{text-align:center;padding:4rem 2rem}.success-icon{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;font-size:3rem;animation:.5s scaleIn;display:flex}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-message h3{color:var(--light);margin-bottom:1rem;font-size:2rem}.success-message p{color:var(--gray);font-size:1.1rem}.booking-info{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:100px}.info-card{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:2rem}.info-card svg{color:var(--primary);margin-bottom:1rem}.info-card h3{color:var(--light);margin-bottom:1rem;font-size:1.3rem}.info-card p{color:var(--gray);margin:.5rem 0}@media (width<=1024px){.booking-content{grid-template-columns:1fr}.booking-info{position:static}}@media (width<=768px){.booking{padding:80px 20px}.booking-form-wrapper{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr}.booking-info{gap:1rem}}@media (width<=640px){.booking{padding:60px 15px}.booking-form-wrapper{padding:1.5rem 1rem}.form-group input,.form-group select,.form-group textarea{padding:.9rem;font-size:.9rem}.submit-btn{padding:1rem;font-size:.9rem}.info-card{padding:1.5rem}.info-card h3{font-size:1.1rem}}@media (width<=480px){.booking{padding:50px 10px}.booking-form-wrapper{padding:1.2rem .8rem}.form-group input,.form-group select,.form-group textarea{padding:.8rem;font-size:.85rem}.info-card{padding:1.2rem}}@media (width<=375px){.booking{padding:40px 10px}.booking-form-wrapper{padding:1rem .7rem}.form-group label{font-size:.85rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;font-size:.8rem}.submit-btn{padding:.9rem;font-size:.85rem}.info-card{padding:1rem}.info-card h3{font-size:.95rem}.info-card p{font-size:.8rem}}@media (width<=320px){.booking{padding:35px 8px}.booking-form-wrapper{padding:.9rem .6rem}.form-group label{font-size:.8rem}.form-group input,.form-group select,.form-group textarea{padding:.7rem;font-size:.75rem}.submit-btn{padding:.85rem;font-size:.8rem}.info-card{padding:.9rem}.info-card h3{font-size:.9rem}.info-card p{font-size:.75rem}}.footer{background:var(--dark);border-top:1px solid #ff6b3533;padding:60px 20px 30px}.footer-container{max-width:1400px;margin:0 auto}.footer-content{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-section h3{color:var(--light);margin-bottom:1.5rem;font-size:1.3rem}.footer-logo{color:var(--primary);align-items:center;gap:.75rem;margin-bottom:1rem;font-family:Orbitron,sans-serif;font-size:1.5rem;font-weight:700;display:flex}.footer-description{color:var(--gray);margin-bottom:1.5rem;line-height:1.6}.social-links{gap:1rem;display:flex}.social-links a{width:40px;height:40px;color:var(--light);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-links a:hover{background:var(--primary);transform:translateY(-3px)}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--gray);text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--primary)}.footer-contact{margin:0 0 2rem;padding:0;list-style:none}.footer-contact li{color:var(--gray);align-items:start;gap:.75rem;margin-bottom:1rem;display:flex}.footer-contact svg{color:var(--primary);flex-shrink:0;margin-top:2px}.footer-hours{border-top:1px solid #ffffff1a;padding-top:1.5rem}.footer-hours h4{color:var(--light);margin-bottom:.75rem;font-size:1rem}.footer-hours p{color:var(--gray);margin:.25rem 0;font-size:.9rem}.footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-bottom p{color:var(--gray);margin:0}.footer-legal{align-items:center;gap:1rem;display:flex}.footer-legal a{color:var(--gray);text-decoration:none;transition:color .3s}.footer-legal a:hover{color:var(--primary)}.footer-legal span{color:#fff3}@media (width<=1024px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column}.footer-legal{flex-wrap:wrap;justify-content:center}}@media (width<=480px){.footer{padding:50px 15px 25px}.footer-section h3{margin-bottom:1.2rem;font-size:1.1rem}.footer-logo{font-size:1.3rem}.footer-description{font-size:.9rem}.social-links a{width:35px;height:35px}.footer-contact li{font-size:.9rem}.footer-hours h4{font-size:.95rem}.footer-hours p,.footer-bottom p{font-size:.85rem}}@media (width<=375px){.footer{padding:40px 12px 20px}.footer-section h3{margin-bottom:1rem;font-size:1rem}.footer-logo{font-size:1.1rem}.footer-description{font-size:.85rem;line-height:1.5}.social-links a{width:32px;height:32px}.footer-contact li{font-size:.85rem}.footer-hours h4{font-size:.9rem}.footer-hours p,.footer-bottom p,.footer-legal a{font-size:.8rem}}@media (width<=320px){.footer{padding:35px 10px 18px}.footer-section h3{font-size:.95rem}.footer-logo{font-size:1rem}.footer-description{font-size:.8rem}.social-links a{width:30px;height:30px}.footer-contact li{font-size:.8rem}.footer-hours p,.footer-bottom p{font-size:.75rem}}.page-loader{z-index:99999;pointer-events:all;background:#0a0a0a;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.page-loader:after{content:"";opacity:.08;mix-blend-mode:soft-light;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.loader-content{text-align:center;z-index:1;width:100%;max-width:500px;padding:40px;position:relative}.loader-logo h1{color:#fff;text-transform:uppercase;letter-spacing:.15em;text-shadow:0 0 40px #ffffff4d,0 2px 10px #000c;margin-bottom:50px;font-size:clamp(1.8rem,4vw,3rem);font-weight:900}.loader-progress-container{background:#00000080;border-top:1px solid #ffffff26;width:100%;height:4px;margin:0 auto 30px;position:relative;overflow:visible}.loader-progress-fill{background:linear-gradient(90deg,red 0%,#f33 50%,red 100%);height:100%;transition:width 50ms linear;position:absolute;top:0;left:0;box-shadow:0 0 15px #ff0000e6}.loader-car-marker{z-index:10000;pointer-events:none;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:-10px}.loader-car-icon{filter:drop-shadow(0 3px 6px #000000e6)drop-shadow(0 0 8px #f009);width:100%;height:100%}.loader-text{letter-spacing:.2em;color:#b0b0b0;text-transform:uppercase;margin-top:20px;font-size:.75rem;font-weight:700}@media (width<=640px){.loader-content{padding:30px 20px}.loader-logo h1{margin-bottom:40px;font-size:1.5rem}.loader-text{font-size:.65rem}.loader-progress-container{height:3px}.loader-car-marker{width:25px;height:25px;top:-9px}}@media (width<=480px){.loader-content{padding:25px 15px}.loader-logo h1{margin-bottom:35px;font-size:1.3rem}.loader-text{font-size:.6rem}.loader-car-marker{width:20px;height:20px;top:-8px}.loader-progress-container{height:2.5px}}@media (width<=375px){.loader-content{padding:20px 12px}.loader-logo h1{letter-spacing:.12em;margin-bottom:30px;font-size:1.2rem}.loader-text{margin-top:15px;font-size:.55rem}.loader-car-marker{width:18px;height:18px;top:-7px}.loader-progress-container{height:2px;margin-bottom:25px}}@media (width<=320px){.loader-content{padding:18px 10px}.loader-logo h1{letter-spacing:.1em;margin-bottom:25px;font-size:1.1rem}.loader-text{font-size:.5rem}.loader-car-marker{width:16px;height:16px;top:-6px}.loader-progress-container{height:2px}}.app{background:var(--dark);width:100%;min-height:100vh}section{width:100%;padding:80px 20px}@media (width<=768px){section{padding:60px 20px}}
