:root{--bg: #050816;--bg-soft: #091122;--panel: rgba(255, 255, 255, .04);--panel-strong: rgba(255, 255, 255, .06);--text: #f5f7fb;--muted: rgba(245, 247, 251, .76);--muted-soft: rgba(245, 247, 251, .58);--gold: #d8b46a;--gold-strong: #f3c14d;--line: rgba(255, 255, 255, .08);--line-strong: rgba(255, 255, 255, .12);--shadow-soft: 0 20px 50px rgba(0, 0, 0, .18);--shadow-panel: 0 30px 80px rgba(0, 0, 0, .26)}html{scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;background:#050816;overflow-x:hidden;font-family:Inter,Arial,sans-serif;color:var(--text)}.hero{position:relative;height:1200vh;background:radial-gradient(circle at top left,rgba(57,108,255,.08),transparent 24%),radial-gradient(circle at top right,rgba(216,180,106,.06),transparent 18%),linear-gradient(180deg,#050816,#071021,#050816)}#hero-canvas{position:sticky;top:0;width:100%;height:100vh;display:block;z-index:0}.hero-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(circle at center,transparent 34%,rgba(0,0,0,.78) 100%),linear-gradient(90deg,#050816d1,#05081666 42%,#05081675)}.hero-noise{position:absolute;inset:0;z-index:2;pointer-events:none;opacity:.04;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:4px 4px;mix-blend-mode:soft-light}.scene{position:fixed;top:50%;left:8%;transform:translateY(-50%);z-index:5;width:min(680px,84vw);opacity:0;pointer-events:none;transition:opacity .45s ease}.scene.active{opacity:1;pointer-events:auto}.scene-content{padding:0;border:none;background:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.hero-badge{display:inline-flex;align-items:center;gap:10px;min-height:38px;padding:0 14px;margin-bottom:16px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#f1d283;font-size:13px;font-weight:600;line-height:1}.hero-badge-dot{width:8px;height:8px;border-radius:50%;background:var(--gold-strong);box-shadow:0 0 14px #f3c14d8c}.hero-kicker{margin:0 0 12px;color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.hero-title,.scene-title{margin:0 0 18px;font-family:Space Grotesk,sans-serif;font-size:clamp(44px,6vw,78px);line-height:.94;letter-spacing:-.04em;font-weight:700;max-width:10ch}.hero-title span,.scene-title span{color:#f1d283}.hero-description{margin:0 0 26px;color:var(--muted);font-size:clamp(16px,1.2vw,18px);line-height:1.75;max-width:36rem}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:16px}.hero-socials{display:flex;flex-wrap:wrap;gap:10px;margin:4px 0 24px}.hero-socials a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#ffffffd1;text-decoration:none;font-size:14px;font-weight:600;transition:transform .25s ease,background .25s ease,border-color .25s ease,color .25s ease}.hero-socials a:hover{transform:translateY(-2px);background:#ffffff17;border-color:#ffffff24;color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 22px;border-radius:18px;font-family:Inter,Arial,sans-serif;font-size:15px;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease,color .25s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(180deg,#f6c73f,#e1ad1f);color:#08101d;border:0;box-shadow:0 18px 40px #e1ad1f3d}.btn-secondary{background:linear-gradient(180deg,#1f2943c2,#11182cbd);border:1px solid rgba(255,255,255,.1);color:#fff}.hero-stats,.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:min(560px,100%)}.hero-stat,.step-card{min-height:88px;padding:16px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#161f38c7,#0c1325d1);box-shadow:inset 0 1px #ffffff0a,0 12px 30px #00000029}.hero-stat strong,.step-card strong{display:block;margin-bottom:8px;color:#f1d283;font-family:Space Grotesk,sans-serif;font-size:28px;line-height:1}.hero-stat span,.step-card span{color:#f5f7fbb3;font-size:14px;line-height:1.45}.navbar{position:fixed;top:0;width:100%;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#05081699;border-bottom:1px solid rgba(255,255,255,.08)}.navbar-inner{max-width:1300px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{color:#fff;text-decoration:none;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:700;flex-shrink:0}.logo span{color:#f1d283}.nav-links{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.nav-links a{color:#ffffffb3;text-decoration:none;font-size:14px;font-weight:500;transition:color .25s ease}.nav-links a:hover{color:#fff}.nav-actions{flex-shrink:0}.nav-actions .btn{min-height:44px;padding:10px 18px}.next-section{min-height:100vh;background:linear-gradient(180deg,#050816,#091122);color:#fff;display:flex;align-items:center;justify-content:center;position:relative;z-index:6;padding:80px 24px}.next-section-inner{width:min(1200px,100%);padding:36px;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff08,#ffffff04);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:inset 0 1px #ffffff0a,0 30px 80px #00000042}.next-kicker{margin:0 0 12px;color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.next-section h2{margin:0 0 18px;font-family:Space Grotesk,sans-serif;font-size:clamp(34px,4vw,56px);line-height:.96}.section-intro{margin:0 0 28px;color:var(--muted-soft);font-size:16px;line-height:1.75;max-width:780px}.subsection-title{margin:0 0 18px;font-family:Space Grotesk,sans-serif;font-size:clamp(22px,2.2vw,32px);line-height:1.05;color:#fff}.content-grid{display:grid;gap:18px;margin-top:28px}.stack-cards{display:grid;gap:14px}.info-card,.map-card,.contact-form,.review-card,.form-success,.cta-panel{border-radius:24px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff0b,#ffffff05);box-shadow:inset 0 1px #ffffff0a,0 20px 60px #0000002e}.info-card{padding:24px}.info-card h3{margin:0 0 12px;font-size:22px;line-height:1.15;font-weight:700;color:#fff}.info-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.8}.info-card p+p{margin-top:14px}.cta-panel{margin-top:24px;padding:24px;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(220px,.6fr);gap:20px;align-items:center}.cta-panel h3{margin:0 0 10px;font-size:28px;line-height:1.1;font-family:Space Grotesk,sans-serif}.cta-panel p{margin:0;color:var(--muted);line-height:1.75}.slider-block{margin-top:28px}.cars-slider-shell{position:relative;display:grid;grid-template-columns:56px minmax(0,1fr) 56px;gap:18px;align-items:center}.slider{width:100%}.slider-viewport{overflow:hidden;width:100%;border-radius:24px}.slider-track{display:flex;gap:18px;transition:transform .45s ease;will-change:transform}.slider-arrow{width:56px;height:56px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;font-size:28px;line-height:1;cursor:pointer;transition:transform .25s ease,background .25s ease,border-color .25s ease}.slider-arrow:hover{transform:translateY(-2px);background:#ffffff17;border-color:#ffffff29}.car-card{flex:0 0 calc(33.333% - 12px);min-width:calc(33.333% - 12px);border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#ffffff08;box-shadow:var(--shadow-soft)}.car-card img{display:block;width:100%;height:280px;object-fit:cover}.reviews-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}.review-card{padding:24px}.review-stars{margin-bottom:14px;color:var(--gold-strong);font-size:20px;letter-spacing:.14em}.review-card p{margin:0 0 16px;color:#f5f7fbdb;line-height:1.8;font-size:15px}.review-card strong{display:block;color:#fff;font-size:16px;margin-bottom:6px}.review-card-fallback{margin-top:28px}.location-list{display:grid;gap:14px;margin-top:20px;color:var(--muted);line-height:1.7}.location-list strong{color:#f1d283}.location-list a{color:#ffffffdb;text-decoration:none}.location-list a:hover{color:#fff}.map-card{overflow:hidden;padding:8px}.map-card iframe{display:block;width:100%;border-radius:20px}.form-success{margin:20px 0 0;padding:16px 18px;color:#dff8df;background:linear-gradient(180deg,#367a425c,#285a323d);border-color:#76d38a42}.contact-form{padding:24px}.form-row{display:grid;gap:10px;margin-bottom:18px}.form-row label{color:#fff;font-size:14px;font-weight:600}.form-row input,.form-row textarea{width:100%;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#ffffff0a;color:#fff;font-family:Inter,Arial,sans-serif;font-size:15px;padding:14px 16px;outline:none;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease}.form-row input::placeholder,.form-row textarea::placeholder{color:#f5f7fb6b}.form-row input:focus,.form-row textarea:focus{border-color:#f3c14d73;background:#ffffff0f;box-shadow:0 0 0 4px #f3c14d14}.form-row textarea{resize:vertical;min-height:140px}.form-error{color:#ffb3b3;font-size:13px}@media(max-width:1200px){.four-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.car-card{flex:0 0 calc(50% - 9px);min-width:calc(50% - 9px)}.reviews-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:991px){.scene{left:24px;right:24px;width:auto;max-width:620px}.hero-title,.scene-title{font-size:clamp(40px,7vw,68px);max-width:10ch}.navbar-inner{flex-wrap:wrap;justify-content:center}.nav-links{justify-content:center}.two-cols,.three-cols,.four-cols,.reviews-list,.cta-panel{grid-template-columns:1fr}.cta-actions{justify-content:flex-start}.cars-slider-shell{grid-template-columns:1fr}.slider-arrow{display:none}.next-section{min-height:auto;padding:64px 18px}.next-section-inner{padding:28px}}@media(max-width:767px){.scene{inset:auto 16px 24px;transform:none;max-width:none;width:auto}.scene-content{padding:18px;border-radius:22px}.hero-title,.scene-title{max-width:none;font-size:clamp(34px,10vw,52px);line-height:.96}.hero-description{font-size:15px;line-height:1.65}.hero-actions{gap:10px}.btn{width:100%}.hero-stats,.steps{grid-template-columns:1fr;gap:10px}.nav-links{gap:14px 16px}.nav-links a{font-size:13px}.next-section h2{line-height:1.02}.info-card,.review-card,.contact-form,.cta-panel{padding:20px}.car-card{flex:0 0 100%;min-width:100%}.car-card img{height:240px}.hero-socials a{width:100%}}.logo,.next-section h2,.subsection-title,.info-card h3,.cta-panel h3,.review-card strong{font-family:Space Grotesk,Inter,sans-serif}.navbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(180deg,#050816d1,#05081694);border-bottom:1px solid rgba(255,255,255,.06);box-shadow:0 10px 30px #00000029}.navbar-inner{width:100%;max-width:100%;margin:0;padding-left:32px;padding-right:32px;gap:24px}.logo{font-size:24px;font-weight:800;letter-spacing:-.04em}.nav-links{gap:24px}.nav-links a{position:relative;font-size:14px;font-weight:600;letter-spacing:.02em}.nav-links a:after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:2px;border-radius:999px;background:linear-gradient(90deg,#d8b46a,#f3c14d);transition:width .25s ease}.nav-links a:hover:after{width:100%}.nav-actions .btn{min-height:46px;padding:11px 18px}.next-section{width:100%;min-height:auto;padding:92px 32px;background:linear-gradient(180deg,#050816,#091122)}.next-section:nth-of-type(2n){background:radial-gradient(circle at center top,rgba(243,193,77,.04),transparent 24%),linear-gradient(180deg,#050816,#0a1323)}.next-section-inner{width:100%;max-width:100%;margin:0;padding:0;border:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.full-width-section{width:100%}.next-kicker{margin-bottom:14px;letter-spacing:.22em}.next-section h2{max-width:12ch;font-size:clamp(38px,4.2vw,70px);letter-spacing:-.05em;line-height:.96}.section-intro{margin-top:16px;margin-bottom:0;max-width:760px;color:#f5f7fb9e;font-size:16px;line-height:1.85}.subsection-title{font-size:clamp(24px,2.1vw,34px);letter-spacing:-.04em;margin-bottom:22px}.content-grid{margin-top:34px;gap:22px}.two-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.three-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.four-cols{grid-template-columns:repeat(4,minmax(0,1fr))}.stack-cards{display:grid;gap:16px}.info-card,.review-card,.contact-form,.map-card,.cta-panel,.form-success{border-radius:28px;border:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg,#141d32f2,#0a1121f5);box-shadow:18px 18px 42px #01050e57,-10px -10px 24px #121c3057,inset 1px 1px #ffffff0a,inset -1px -1px #0000002e;transition:transform .32s ease,border-color .32s ease,box-shadow .32s ease}.info-card:hover,.review-card:hover,.contact-form:hover,.map-card:hover{transform:translateY(-4px);border-color:#f3c14d2e;box-shadow:22px 22px 50px #01050e61,-12px -12px 26px #121c305c,inset 1px 1px #ffffff0d,inset -1px -1px #0003}.info-card{padding:30px}.info-card h3{margin-bottom:12px;font-size:24px;line-height:1.08;letter-spacing:-.03em}.info-card p{color:#f5f7fbb8;line-height:1.85}.info-card p+p{margin-top:12px}.cta-panel{margin-top:28px;padding:30px;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(220px,.55fr);gap:24px;align-items:center}.cta-panel h3{margin:0 0 10px;font-size:clamp(28px,2.7vw,42px);line-height:1}.cta-panel p{margin:0;color:#f5f7fbad;line-height:1.82}.cta-actions{display:flex;justify-content:flex-end;align-items:center}#review-uri.next-section{background:radial-gradient(circle at center top,rgba(243,193,77,.06),transparent 18%),linear-gradient(180deg,#040712,#0b1424 52%,#040712);overflow:hidden}#review-uri .next-section-inner{position:relative}#review-uri .next-section-inner:before{content:"";position:absolute;top:-110px;left:50%;transform:translate(-50%);width:min(1050px,82vw);height:280px;border-radius:999px;background:radial-gradient(circle,rgba(243,193,77,.1) 0%,rgba(243,193,77,.025) 48%,transparent 72%);filter:blur(18px);pointer-events:none}#review-uri h2,#review-uri .section-intro,#review-uri .subsection-title{position:relative;z-index:2}.slider-block{width:100%;margin-top:40px;position:relative;z-index:2}.cars-slider-shell{display:grid;grid-template-columns:64px minmax(0,1fr) 64px;gap:22px;align-items:center}.slider-viewport{overflow:hidden;width:100%;border-radius:28px}.slider-track{display:flex;gap:22px;transition:transform .5s ease;will-change:transform}.slider-arrow{width:64px;height:64px;border-radius:20px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#1c2741eb,#0e1628eb);color:#fff;font-size:30px;line-height:1;cursor:pointer;box-shadow:14px 14px 30px #01050e3d,-8px -8px 18px #121c303d,inset 1px 1px #ffffff0a,inset -1px -1px #0000002e;transition:transform .25s ease,border-color .25s ease,color .25s ease,background .25s ease}.slider-arrow:hover{transform:translateY(-2px);border-color:#f3c14d33;color:#f3c14d}.car-card{position:relative;flex:0 0 calc(33.333% - 15px);min-width:calc(33.333% - 15px);border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg,#121b31f5,#0a101ff7);box-shadow:18px 18px 42px #01050e57,-10px -10px 24px #121c3052,inset 1px 1px #ffffff08,inset -1px -1px #0000002e}.car-card:after{content:"";position:absolute;inset:auto 0 0;height:34%;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.52) 100%);pointer-events:none}.car-card img{width:100%;height:340px;object-fit:cover;display:block;transition:transform .45s ease}.car-card:hover img{transform:scale(1.04)}.reviews-list{width:min(1100px,100%);margin:44px auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;position:relative;z-index:2}.review-card{padding:30px 26px;text-align:center}.review-stars{margin-bottom:14px;font-size:21px;letter-spacing:.14em}.review-card p{margin:0 0 18px;color:#f5f7fbd6;font-size:15px;line-height:1.9}.review-card strong{display:block;margin-bottom:6px;font-size:16px}.review-card span{display:block;color:#f5f7fb85;font-size:14px}.review-card-fallback{width:min(760px,100%);margin:42px auto 0}.contact-layout{align-items:start}.contact-form{padding:30px}.form-row{margin-bottom:18px}.form-row label{font-size:14px;font-weight:700}.form-row input,.form-row textarea{border-radius:18px;background:linear-gradient(180deg,#ffffff0d,#ffffff08);box-shadow:inset 1px 1px #ffffff0a,inset -1px -1px #0000002e}.form-row input:focus,.form-row textarea:focus{border-color:#f3c14d66;box-shadow:0 0 0 4px #f3c14d14,inset 1px 1px #ffffff0d,inset -1px -1px #0000002e}.form-success{width:min(760px,100%);margin-top:22px;padding:18px 20px}.location-list{gap:14px}.map-card{padding:10px}.map-card iframe{border-radius:22px}.reveal-up,.reveal-left,.reveal-right{opacity:0;filter:blur(8px);transition:opacity .8s ease,transform .8s ease,filter .8s ease}.reveal-up{transform:translateY(34px)}.reveal-left{transform:translate(-46px)}.reveal-right{transform:translate(46px)}.reveal-up.is-visible,.reveal-left.is-visible,.reveal-right.is-visible{opacity:1;transform:translate(0);filter:blur(0)}.preloader{position:fixed;inset:0;z-index:9999;background:radial-gradient(circle at center,rgba(243,193,77,.08),transparent 22%),linear-gradient(180deg,#050816,#08101d);display:flex;align-items:center;justify-content:center;transition:opacity .75s ease,visibility .75s ease}.preloader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.preloader-inner{width:min(420px,calc(100vw - 40px));text-align:center}.preloader-logo{font-size:clamp(34px,5vw,56px);font-weight:800;letter-spacing:-.05em;color:#fff;margin-bottom:18px;font-family:Space Grotesk,Inter,sans-serif}.preloader-logo span{color:#f3c14d}.preloader-line{height:8px;border-radius:999px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.preloader-line-fill{display:block;width:0%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#c89b42,#f3c14d 45%,#ffe09c);box-shadow:0 0 20px #f3c14d66;animation:preloadBarSafe 1.7s ease forwards}.preloader-text{margin-top:14px;color:#f5f7fb8a;font-size:13px;letter-spacing:.08em;text-transform:uppercase}@keyframes preloadBarSafe{0%{width:0%}to{width:100%}}@media(max-width:1280px){.four-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.reviews-list{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}}@media(max-width:1100px){.car-card{flex:0 0 calc(50% - 11px);min-width:calc(50% - 11px)}.cta-panel{grid-template-columns:1fr}.cta-actions{justify-content:flex-start}}@media(max-width:991px){.navbar-inner{padding-left:20px;padding-right:20px}.next-section{padding:72px 20px}.two-cols,.three-cols,.four-cols,.reviews-list,.cars-slider-shell{grid-template-columns:1fr}.slider-arrow{display:none}}@media(max-width:767px){.navbar-inner{padding-left:16px;padding-right:16px}.next-section{padding:58px 16px}.next-section h2{max-width:none;line-height:1.02}.info-card,.review-card,.contact-form,.cta-panel{padding:22px}.car-card{flex:0 0 100%;min-width:100%}.car-card img{height:260px}.preloader-inner{width:min(320px,calc(100vw - 30px))}}.scene{left:0;right:0;width:100%;max-width:none;padding-left:40px;padding-right:40px;display:flex;justify-content:flex-start;align-items:center}.scene-content{width:min(980px,100%);max-width:980px}.scene-1 .scene-content{width:min(1120px,100%);max-width:1120px}.scene-1 .hero-title,.scene-1 .hero-description{max-width:14ch}.scene-1 .hero-description{max-width:760px}.hero-stats,.steps{width:min(820px,100%);max-width:820px}.hero-actions{gap:16px}.hero-actions .btn{min-width:180px}.hero-socials{gap:12px}.scene-2 .scene-content,.scene-3 .scene-content,.scene-4 .scene-content{width:min(1040px,100%);max-width:1040px}.scene-2 .scene-title,.scene-3 .scene-title,.scene-4 .scene-title{max-width:13ch}.scene-2 .hero-description,.scene-3 .hero-description,.scene-4 .hero-description{max-width:760px}.scene-3 .hero-stats{width:min(900px,100%)}@media(min-width:1440px){.scene{padding-left:64px;padding-right:64px}.scene-1 .scene-content{max-width:1240px}.scene-2 .scene-content,.scene-3 .scene-content,.scene-4 .scene-content{max-width:1120px}.scene-1 .hero-title,.scene-1 .scene-title,.scene-2 .scene-title,.scene-3 .scene-title,.scene-4 .scene-title{font-size:clamp(54px,5.6vw,96px)}}@media(max-width:991px){.scene{left:0;right:0;width:100%;max-width:none;padding-left:24px;padding-right:24px}.scene-content,.scene-1 .scene-content,.scene-2 .scene-content,.scene-3 .scene-content,.scene-4 .scene-content{width:min(760px,100%);max-width:760px}.hero-stats,.steps{width:100%;max-width:100%}}@media(max-width:767px){.scene{padding-left:16px;padding-right:16px}.scene-content,.scene-1 .scene-content,.scene-2 .scene-content,.scene-3 .scene-content,.scene-4 .scene-content{width:100%;max-width:100%}.scene-1 .hero-title,.scene-1 .hero-description,.scene-2 .scene-title,.scene-3 .scene-title,.scene-4 .scene-title,.scene-2 .hero-description,.scene-3 .hero-description,.scene-4 .hero-description{max-width:none}}.reviews-cinematic-section{position:relative;overflow:hidden;min-height:100vh;padding-top:110px;padding-bottom:110px;background:#050816}.reviews-cinematic-bg{position:absolute;inset:0;z-index:0}.reviews-bg-track{position:absolute;inset:0}.reviews-bg-slide{position:absolute;inset:0;opacity:0;transition:opacity .9s ease,transform 1.2s ease;transform:scale(1.04)}.reviews-bg-slide.active{opacity:1;transform:scale(1)}.reviews-bg-slide img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.9) contrast(1.02) brightness(.72)}.reviews-bg-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#050816cc,#05081685 35%,#050816b3)}.reviews-bg-vignette{position:absolute;inset:0;background:radial-gradient(circle at center,#0000001a,#00000085 82%)}.reviews-cinematic-inner{position:relative;z-index:2}.reviews-cinematic-top{position:relative;z-index:3;max-width:780px}.reviews-cinematic-top h2{max-width:10ch}.reviews-cinematic-stage{margin-top:54px;min-height:460px;display:grid;grid-template-columns:90px minmax(0,1fr) 90px;align-items:center;gap:24px}.reviews-cinematic-center{display:flex;align-items:center;justify-content:center}.reviews-cards-stack{position:relative;width:min(760px,100%);min-height:320px}.review-cinematic-card{position:absolute;inset:0;opacity:0;transform:translateY(24px) scale(.98);pointer-events:none;padding:38px 34px;border-radius:32px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#10182bd1,#090f1de0);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 30px 80px #0000004d,inset 1px 1px #ffffff0d,inset -1px -1px #0000002e;text-align:center;transition:opacity .55s ease,transform .55s ease}.review-cinematic-card.active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.review-cinematic-card .review-stars{margin-bottom:16px;color:#f3c14d;font-size:24px;letter-spacing:.14em}.review-cinematic-card p{margin:0 0 22px;font-size:clamp(17px,1.2vw,20px);line-height:1.95;color:#ffffffe6}.review-cinematic-card strong{display:block;font-size:18px;margin-bottom:8px;color:#fff}.review-cinematic-card span{display:block;font-size:14px;color:#ffffff9e}.reviews-cinematic-arrow{width:68px;height:68px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:linear-gradient(180deg,#141e35d1,#0a111fdb);color:#fff;font-size:32px;cursor:pointer;transition:transform .25s ease,border-color .25s ease,color .25s ease,background .25s ease;box-shadow:18px 18px 42px #01050e42,-10px -10px 24px #121c3038,inset 1px 1px #ffffff0a,inset -1px -1px #0000002e}.reviews-cinematic-arrow:hover{transform:translateY(-2px);border-color:#f3c14d33;color:#f3c14d}.reviews-cinematic-bottom{display:flex;justify-content:center;margin-top:34px}.reviews-cinematic-dots{display:flex;align-items:center;gap:10px}.reviews-cinematic-dots button{width:11px;height:11px;border:0;padding:0;border-radius:999px;background:#ffffff47;cursor:pointer;transition:transform .25s ease,background .25s ease,width .25s ease}.reviews-cinematic-dots button.active{width:34px;background:linear-gradient(90deg,#d8b46a,#f3c14d)}@media(max-width:991px){.reviews-cinematic-stage{grid-template-columns:1fr;min-height:auto}.reviews-cinematic-arrow{display:none}.reviews-cards-stack{width:100%;min-height:360px}.review-cinematic-card{padding:30px 24px}}@media(max-width:767px){.reviews-cinematic-section{padding-top:82px;padding-bottom:82px}.reviews-cinematic-stage{margin-top:36px}.reviews-cards-stack{min-height:400px}.review-cinematic-card p{font-size:16px;line-height:1.8}}.cars-cinematic-section{position:relative;height:90vh;overflow:hidden}.cars-bg{position:absolute;inset:0}.cars-bg-slide{position:absolute;inset:0;opacity:0;transition:opacity .9s ease,transform 1.2s ease;transform:scale(1.05)}.cars-bg-slide.active{opacity:1;transform:scale(1)}.cars-bg-slide img{width:100%;height:100%;object-fit:cover}.cars-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#050816b3,#050816d9)}.cars-content{position:relative;z-index:2;padding:120px 40px;max-width:1200px}.cars-content h2{font-size:clamp(42px,5vw,80px);line-height:1}.cars-controls{margin-top:40px;display:flex;gap:12px}.cars-controls button{width:60px;height:60px;font-size:28px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#141e32cc;color:#fff;cursor:pointer}.cars-cinematic-section,.next-section{position:relative;z-index:6}.reviews-section-clean{position:relative;z-index:6;background:radial-gradient(circle at center top,rgba(243,193,77,.05),transparent 20%),linear-gradient(180deg,#050816,#0a1323)}.reviews-header{max-width:760px;margin-bottom:34px}.reviews-header h2{max-width:10ch}.reviews-grid-clean{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.review-clean-card{padding:30px 26px;border-radius:30px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#131c32f0,#0a1121f5);box-shadow:18px 18px 42px #01050e57,-10px -10px 24px #121c304d,inset 1px 1px #ffffff0a,inset -1px -1px #0000002e;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.review-clean-card:hover{transform:translateY(-4px);border-color:#f3c14d2e}.review-clean-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.review-clean-text{margin:0 0 22px;color:#ffffffe0;font-size:15px;line-height:1.9}.review-clean-author strong{display:block;margin-bottom:6px;font-size:16px;color:#fff}.review-clean-author span{display:block;font-size:14px;color:#ffffff8f}.review-clean-fallback{width:min(760px,100%);padding:32px 28px;border-radius:30px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#131c32f0,#0a1121f5);box-shadow:18px 18px 42px #01050e57,-10px -10px 24px #121c304d,inset 1px 1px #ffffff0a,inset -1px -1px #0000002e}.review-clean-fallback p{margin:0 0 10px;color:#ffffffdb;line-height:1.8}.review-clean-fallback span{color:#ffffff8f}.delivered-cars-section{position:relative;z-index:6;background:linear-gradient(180deg,#06101d,#050816)}.delivered-cars-header{max-width:760px;margin-bottom:34px}.delivered-cars-header h2{max-width:11ch}.delivered-cars-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.delivered-car-card{position:relative;overflow:hidden;border-radius:30px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#131c32f0,#0a1121f5);box-shadow:18px 18px 42px #01050e57,-10px -10px 24px #121c304d,inset 1px 1px #ffffff0a,inset -1px -1px #0000002e;transition:transform .35s ease,border-color .35s ease}.delivered-car-card:hover{transform:translateY(-5px);border-color:#f3c14d2e}.delivered-car-card:after{content:"";position:absolute;inset:auto 0 0;height:28%;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.42) 100%);pointer-events:none}.delivered-car-card img{width:100%;height:320px;object-fit:cover;display:block;transition:transform .45s ease}.delivered-car-card:hover img{transform:scale(1.04)}@media(max-width:1100px){.reviews-grid-clean,.delivered-cars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.reviews-grid-clean,.delivered-cars-grid{grid-template-columns:1fr}.review-clean-card,.review-clean-fallback{padding:24px 20px}.delivered-car-card img{height:260px}}.reviews-section-clean .next-section-inner{display:flex;flex-direction:column;align-items:center;text-align:center}.reviews-header{margin-left:auto;margin-right:auto;text-align:center}.reviews-header h2{margin-left:auto;margin-right:auto;max-width:12ch}.reviews-header .section-intro{margin-left:auto;margin-right:auto;max-width:600px}.reviews-grid-clean{width:100%;max-width:1100px;margin-left:auto;margin-right:auto}.review-clean-card{text-align:center}.review-clean-top{justify-content:center}.review-clean-fallback{margin-left:auto;margin-right:auto;text-align:center}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}.hero{height:1000vh}@media(min-width:768px)and (max-width:1100px){.hero{height:1000svh}#hero-canvas{height:100svh}.scene{inset:50% 0 auto;width:100%;max-width:none;padding-left:28px;padding-right:28px;transform:translateY(-50%)}.scene-content,.scene-1 .scene-content,.scene-2 .scene-content,.scene-3 .scene-content,.scene-4 .scene-content{width:min(570px,68vw);max-width:570px}.hero-title,.scene-title,.scene-1 .hero-title,.scene-2 .scene-title,.scene-3 .scene-title,.scene-4 .scene-title{max-width:11ch;margin-bottom:13px;font-size:clamp(38px,5.4vw,58px);line-height:.96}.hero-description,.scene-1 .hero-description,.scene-2 .hero-description,.scene-3 .hero-description,.scene-4 .hero-description{max-width:520px;margin-bottom:16px;font-size:14.5px;line-height:1.55}.hero-badge{min-height:34px;margin-bottom:10px;font-size:12px}.hero-kicker{margin-bottom:8px}.hero-actions{gap:8px;margin-bottom:10px}.hero-actions .btn{min-width:0;min-height:44px;padding:10px 15px;font-size:13px}.hero-socials{gap:7px;margin:4px 0 12px}.hero-socials a{min-height:38px;padding:8px 12px;font-size:12px}.hero-stats,.steps,.scene-3 .hero-stats{width:min(620px,74vw);max-width:620px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.hero-stat,.step-card{min-height:72px;padding:11px;border-radius:16px}.hero-stat strong,.step-card strong{margin-bottom:5px;font-size:21px}.hero-stat span,.step-card span{font-size:11px;line-height:1.3}.navbar-inner{padding:11px 18px;gap:14px;flex-wrap:nowrap}.nav-links{gap:11px;flex-wrap:nowrap}.nav-links a{font-size:12px;white-space:nowrap}.nav-actions .btn{min-width:0;min-height:40px;padding:9px 13px;font-size:12px}.next-section{min-height:auto;padding:76px 24px}.three-cols,.four-cols,.two-cols,.reviews-grid-clean,.delivered-cars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.hero{height:1000svh}#hero-canvas{position:sticky;top:0;width:100%;height:100svh}.scene{left:0;right:0;top:auto;bottom:max(14px,env(safe-area-inset-bottom));width:100%;max-width:none;padding-left:14px;padding-right:14px;transform:none}.scene-content,.scene-1 .scene-content,.scene-2 .scene-content,.scene-3 .scene-content,.scene-4 .scene-content{width:100%;max-width:100%}.hero-badge{min-height:28px;padding:0 9px;margin-bottom:7px;font-size:10.5px}.hero-badge-dot{width:6px;height:6px}.hero-kicker{margin-bottom:5px;font-size:9.5px;letter-spacing:.13em}.hero-title,.scene-title,.scene-1 .hero-title,.scene-2 .scene-title,.scene-3 .scene-title,.scene-4 .scene-title{max-width:100%;margin-bottom:8px;font-size:clamp(29px,8.7vw,42px);line-height:.96}.hero-description,.scene-1 .hero-description,.scene-2 .hero-description,.scene-3 .hero-description,.scene-4 .hero-description{max-width:100%;margin-bottom:10px;font-size:13px;line-height:1.42}.hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-bottom:8px}.hero-actions .btn{width:100%;min-width:0;min-height:40px;padding:7px 8px;border-radius:12px;font-size:11px;text-align:center;white-space:normal}.hero-actions .btn:first-child{grid-column:1 / -1}.hero-socials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin:4px 0 8px}.hero-socials a{width:100%;min-height:34px;padding:6px 5px;font-size:10.5px}.hero-stats,.steps,.scene-3 .hero-stats{width:100%;max-width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.hero-stat,.step-card{min-width:0;min-height:58px;padding:8px 6px;border-radius:12px}.hero-stat strong,.step-card strong{margin-bottom:3px;font-size:17px}.hero-stat span,.step-card span{font-size:9px;line-height:1.2;overflow-wrap:anywhere}.navbar-inner{padding:10px 14px;flex-wrap:nowrap;gap:10px}.nav-links{display:none}.nav-actions{margin-left:auto}.nav-actions .btn{min-height:38px;padding:8px 12px;font-size:11px}.next-section{min-height:auto;padding:58px 16px}.next-section-inner{padding:0}.two-cols,.three-cols,.four-cols,.reviews-list,.reviews-grid-clean,.delivered-cars-grid{grid-template-columns:1fr}.next-section h2{max-width:none;font-size:clamp(31px,9vw,45px);line-height:1}.info-card,.review-card,.contact-form,.cta-panel,.review-clean-card,.review-clean-fallback{padding:18px 15px;border-radius:18px}}@media(max-width:767px)and (max-height:700px){.scene{bottom:8px}.hero-badge{display:none}.hero-kicker{margin-bottom:4px}.hero-title,.scene-title{margin-bottom:5px;font-size:clamp(26px,7vw,33px)}.hero-description{margin-bottom:6px;font-size:11.5px;line-height:1.3}.hero-socials,.hero-actions{margin-bottom:5px}.hero-stat,.step-card{min-height:50px;padding:6px 5px}}@media(min-width:768px)and (max-width:1100px){.scene{padding-left:clamp(32px,5vw,58px);padding-right:32px}.scene-content,.scene-1 .scene-content,.scene-2 .scene-content,.scene-3 .scene-content,.scene-4 .scene-content{width:min(540px,62vw);max-width:540px}.hero-badge{margin-bottom:14px}.hero-kicker{margin-bottom:10px}.hero-title,.scene-title,.scene-1 .hero-title,.scene-2 .scene-title,.scene-3 .scene-title,.scene-4 .scene-title{font-size:clamp(38px,5vw,54px);line-height:.98;margin-bottom:16px}.hero-description,.scene-1 .hero-description,.scene-2 .hero-description,.scene-3 .hero-description,.scene-4 .hero-description{max-width:500px;font-size:14px;line-height:1.6;margin-bottom:20px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;width:min(520px,100%);margin-bottom:16px}.hero-actions .btn{min-width:0;min-height:44px;padding:10px 17px;border-radius:14px;font-size:12.5px}.hero-actions .btn-primary{min-width:150px}.hero-socials{gap:7px;margin:0 0 16px}.hero-socials a{min-height:34px;padding:6px 11px;border-radius:11px;font-size:11px;opacity:.82}.hero-stats,.steps,.scene-3 .hero-stats{width:min(560px,100%);gap:8px}.hero-stat,.step-card{min-height:68px;padding:11px 12px;border-radius:15px;background:linear-gradient(180deg,#121b30ad,#0a101fb3)}.hero-stat strong,.step-card strong{font-size:19px}.hero-stat span,.step-card span{font-size:10.5px;line-height:1.3}}@media(max-width:767px){.scene{bottom:max(22px,env(safe-area-inset-bottom));padding-left:18px;padding-right:18px}.scene-1 .hero-kicker{display:none}.hero-badge{width:fit-content;min-height:27px;padding:0 10px;margin-bottom:12px;border-radius:999px;font-size:9.5px;background:#080e1c8c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hero-title,.scene-title,.scene-1 .hero-title,.scene-2 .scene-title,.scene-3 .scene-title,.scene-4 .scene-title{margin-bottom:13px;font-size:clamp(30px,8.5vw,40px);line-height:.98;letter-spacing:-.04em}.hero-description,.scene-1 .hero-description,.scene-2 .hero-description,.scene-3 .hero-description,.scene-4 .hero-description{max-width:94%;margin-bottom:18px;font-size:13px;line-height:1.5;color:#f5f7fbbd}.hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;margin-bottom:14px}.hero-actions .btn{min-width:0;width:100%;min-height:42px;padding:8px 9px;border-radius:13px;font-size:11px;line-height:1.2}.hero-actions .btn:first-child{grid-column:1 / -1;min-height:48px;font-size:13px;border-radius:15px}.hero-actions .btn-secondary{background:#0a111fad;box-shadow:none;border-color:#ffffff14}.hero-socials{display:flex;align-items:center;gap:16px;margin:0 0 14px}.hero-socials a{width:auto;min-height:auto;padding:0;border:0;border-radius:0;background:none;font-size:10.5px;font-weight:500;color:#ffffff8c}.scene-1 .hero-stats{display:none}.scene-2 .steps,.scene-3 .hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:4px}.scene-2 .step-card,.scene-3 .hero-stat{min-height:62px;padding:9px 7px;border-radius:13px;background:#080f1dab;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.scene-2 .step-card strong,.scene-3 .hero-stat strong{font-size:16px}.scene-2 .step-card span,.scene-3 .hero-stat span{font-size:9px;line-height:1.25}.navbar-inner{min-height:60px;padding:9px 16px}.logo{font-size:18px}.nav-actions{margin-left:auto}.nav-actions .btn{min-height:38px;padding:7px 12px;border-radius:12px;font-size:10.5px}.next-section{padding-top:72px;padding-bottom:72px}.next-kicker{margin-bottom:12px}.next-section h2{margin-bottom:18px}.section-intro{margin-bottom:28px;line-height:1.65}.content-grid{gap:14px}.info-card,.contact-form,.cta-panel,.review-clean-card,.review-clean-fallback{padding:20px 18px;border-radius:20px}}@media(max-width:390px){.scene{padding-left:14px;padding-right:14px}.hero-title,.scene-title{font-size:clamp(28px,8vw,34px)}.hero-description{max-width:100%;font-size:12px;line-height:1.42}.hero-actions{gap:6px}.hero-actions .btn{font-size:10.5px}.hero-socials{gap:13px}}:root{--yc-gold: #e5b93f;--yc-gold-soft: #d7b65f;--yc-border: rgba(255,255,255,.12);--yc-border-soft: rgba(255,255,255,.075);--yc-panel: rgba(13,21,39,.72)}.btn,.hero-socials a,.info-card,.step-card,.hero-stat,.review-card,.review-clean-card,.review-clean-fallback,.contact-form,.cta-panel,.car-card,.delivered-car-card{border-radius:6px}.btn{min-height:48px;padding:11px 21px;border-radius:5px;font-size:13px;font-weight:700;letter-spacing:.015em;box-shadow:none;transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{position:relative;background:var(--yc-gold);color:#080d17;border:1px solid var(--yc-gold);box-shadow:0 12px 28px #e5b93f21}.btn-primary:hover{background:#efc650}.btn-secondary{background:#080e1a8a;border:1px solid var(--yc-border);color:#ffffffe0}.btn-secondary:hover{background:#ffffff0e;border-color:#ffffff38}.hero-badge{min-height:auto;padding:0;border:0;border-radius:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;color:var(--yc-gold-soft);font-size:11px;font-weight:650;letter-spacing:.045em}.hero-badge-dot{width:5px;height:5px;box-shadow:0 0 10px #e5b93f8c}.hero-title,.scene-title{letter-spacing:-.052em}.hero-description{color:#eef1f7b0}.hero-actions{gap:9px}.hero-actions .btn{border-radius:5px}.hero-socials{gap:20px}.hero-socials a{min-height:auto;padding:0 0 3px;border:0;border-bottom:1px solid rgba(255,255,255,.18);border-radius:0;background:transparent;color:#ffffff8c;font-size:11px;font-weight:500;letter-spacing:.025em}.hero-socials a:hover{transform:none;background:transparent;border-color:var(--yc-gold);color:#fff}.hero-stats,.steps{gap:0;border-top:1px solid var(--yc-border);border-bottom:1px solid var(--yc-border)}.hero-stat,.step-card{min-height:92px;padding:17px 20px;border:0;border-right:1px solid var(--yc-border);border-radius:0;background:#070d1961;box-shadow:none;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.hero-stat:last-child,.step-card:last-child{border-right:0}.hero-stat strong,.step-card strong{color:var(--yc-gold-soft);font-size:24px}.hero-stat span,.step-card span{color:#ffffff9c}.next-section{border-top:1px solid rgba(255,255,255,.035)}.next-kicker{color:var(--yc-gold);letter-spacing:.19em}.info-card{position:relative;padding:28px 28px 30px;border:0;border-top:1px solid var(--yc-border);border-radius:0;background:transparent;box-shadow:none}.info-card:before{content:"";position:absolute;left:0;top:-1px;width:38px;height:1px;background:var(--yc-gold)}.info-card h3{margin-bottom:14px;font-size:20px}.info-card p{color:#ebeff6a1;line-height:1.75}.content-grid{gap:0}.content-grid.three-cols .info-card,.content-grid.two-cols .info-card{border-right:1px solid var(--yc-border-soft)}.content-grid .info-card:last-child{border-right:0}.cta-panel{position:relative;padding:30px;border-radius:0;border:1px solid var(--yc-border);border-left:3px solid var(--yc-gold);background:linear-gradient(90deg,#e5b93f0b,#0f172975 40%,#0f172942);box-shadow:none}.cta-panel h3{letter-spacing:-.03em}.review-clean-card,.review-clean-fallback{padding:30px;border-radius:0;border:1px solid var(--yc-border-soft);background:#0a111f61;box-shadow:none}.review-clean-card{text-align:left}.review-clean-top{justify-content:flex-start}.review-stars{letter-spacing:.09em}.delivered-car-card{border-radius:0;border:1px solid var(--yc-border-soft);background:#080e1a;box-shadow:none}.delivered-car-card img{border-radius:0}#locatie-section .info-card{border:1px solid var(--yc-border-soft);border-left:2px solid var(--yc-gold);padding:28px;background:#0b122157}.contact-form{border-radius:0;background:#0a111f6b;border:1px solid var(--yc-border);box-shadow:none}.contact-form input,.contact-form textarea,.contact-form select{border-radius:3px;background:#050a148f;border:1px solid rgba(255,255,255,.11)}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:#e5b93fa6;box-shadow:0 0 0 1px #e5b93f1f}.nav-actions .btn{border-radius:4px}@media(min-width:768px)and (max-width:1100px){.content-grid.three-cols{gap:0}.info-card{padding:24px}.hero-stat,.step-card{border-radius:0}}@media(max-width:767px){.btn,.hero-actions .btn,.nav-actions .btn{border-radius:4px}.hero-badge{border-radius:0}.scene-2 .steps,.scene-3 .hero-stats{display:block;border-top:1px solid var(--yc-border);border-bottom:1px solid var(--yc-border)}.scene-2 .step-card,.scene-3 .hero-stat{min-height:auto;padding:11px 4px;border:0;border-bottom:1px solid var(--yc-border-soft);border-radius:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.scene-2 .step-card:last-child,.scene-3 .hero-stat:last-child{border-bottom:0}.content-grid{display:block}.info-card{padding:22px 4px 26px;border-right:0!important;border-top:1px solid var(--yc-border)}.cta-panel,.review-clean-card,.review-clean-fallback,.contact-form{border-radius:0}}.hero-social-icons{display:flex;align-items:center;gap:12px;margin:6px 0 22px}.hero-social-icons a{width:38px;height:38px;min-height:0;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(255,255,255,.11);border-radius:4px;background:#080e1a61;color:#ffffffa8;transition:color .22s ease,border-color .22s ease,background .22s ease,transform .22s ease}.hero-social-icons a:hover{color:#e5b93f;border-color:#e5b93f73;background:#e5b93f0d;transform:translateY(-2px)}.hero-social-icons svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.hero-social-icons a:first-child svg,.hero-social-icons a:last-child svg{fill:currentColor;stroke:none}@media(max-width:767px){.hero-social-icons{gap:10px;margin-bottom:13px}.hero-social-icons a{width:34px;height:34px}.hero-social-icons svg{width:15px;height:15px}}@media(max-width:767px){.scene{top:50%;bottom:auto;transform:translateY(-34%);align-items:center}.scene-content,.scene-1 .scene-content,.scene-2 .scene-content,.scene-3 .scene-content,.scene-4 .scene-content{width:100%;max-width:100%}.scene-1{transform:translateY(-30%)}.scene-2,.scene-3,.scene-4{transform:translateY(-36%)}}@media(max-width:767px)and (max-height:700px){.scene-1{transform:translateY(-24%)}.scene-2,.scene-3,.scene-4{transform:translateY(-30%)}}@media(max-width:430px)and (min-height:800px){.scene-1{transform:translateY(-36%)}.scene-2,.scene-3,.scene-4{transform:translateY(-40%)}}.feature-icon{display:inline-flex!important;align-items:center;justify-content:center;width:30px;height:30px;margin-bottom:12px!important;color:#d9b85f!important;font-size:0!important;line-height:1!important}.feature-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}@media(max-width:767px){.feature-icon{width:25px;height:25px;margin-bottom:7px!important}.feature-icon svg{width:23px;height:23px}}.scene-3 .feature-icon{display:flex!important;align-items:center;justify-content:flex-start;width:30px;height:30px;margin:0 0 11px!important;font-size:0!important;line-height:0!important;color:#dfbb5c!important}.scene-3 .feature-icon svg{display:block;width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}@media(max-width:767px){.scene-3 .feature-icon{width:25px;height:25px;margin-bottom:7px!important}.scene-3 .feature-icon svg{width:21px;height:21px}}
