:root{
  color-scheme:light;
  --bg:#f4f4f1;
  --surface:#ffffff;
  --surface-soft:#f8f8f5;
  --surface-muted:#efefe9;
  --text:#171815;
  --muted:#6d7068;
  --line:#dedfd9;
  --line-strong:#c9cbc3;
  --accent:#f1dc00;
  --accent-hover:#e3cd00;
  --accent-soft:rgba(241,220,0,.16);
  --success:#2aa96b;
  --header:rgba(255,255,255,.88);
  --shadow-sm:0 8px 24px rgba(20,22,18,.07);
  --shadow-md:0 18px 50px rgba(20,22,18,.10);
  --radius-lg:28px;
  --radius-md:20px;
  --radius-sm:15px;
}
html[data-theme="dark"]{
  color-scheme:dark;
  --bg:#0b0c0b;
  --surface:#131513;
  --surface-soft:#181b18;
  --surface-muted:#20231f;
  --text:#f4f5f1;
  --muted:#a6aaa1;
  --line:#2a2e29;
  --line-strong:#3a3f38;
  --accent:#f1dc00;
  --accent-hover:#ffe817;
  --accent-soft:rgba(241,220,0,.11);
  --success:#48c985;
  --header:rgba(15,17,15,.90);
  --shadow-sm:0 10px 28px rgba(0,0,0,.24);
  --shadow-md:0 22px 58px rgba(0,0,0,.34);
}
*{box-sizing:border-box}
html{min-height:100%;scroll-behavior:auto;scrollbar-gutter:stable;overflow-x:hidden}
body{min-height:100%;margin:0;overflow-x:hidden;background:var(--bg);color:var(--text);font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-kerning:normal;font-feature-settings:"kern" 1,"liga" 1,"calt" 1;transition:background .25s ease,color .25s ease}
body:before{content:"";position:fixed;z-index:-1;width:560px;height:560px;left:50%;top:-360px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,rgba(241,220,0,.20),rgba(241,220,0,0) 68%);pointer-events:none}
body.cookie-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
img{display:block;max-width:100%}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}

.site-header{position:sticky;z-index:40;top:12px;width:min(760px,calc(100% - 32px));min-height:70px;margin:12px auto 0;padding:10px 11px 10px 12px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--line);border-radius:22px;background:var(--header);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(18px) saturate(150%);backdrop-filter:blur(18px) saturate(150%)}
.header-brand{min-width:0;display:flex;align-items:center;gap:12px}
.header-brand img{width:48px;height:48px;flex:0 0 auto;border:1px solid var(--line);border-radius:14px;object-fit:cover;box-shadow:0 4px 14px rgba(0,0,0,.14)}
.header-brand span{min-width:0;display:grid;gap:2px}
.header-brand strong{overflow:hidden;text-overflow:ellipsis;font-size:15px;font-weight:800;line-height:1.25;letter-spacing:-.02em;white-space:nowrap}
.header-brand small{overflow:hidden;text-overflow:ellipsis;color:var(--muted);font-size:12px;font-weight:500;line-height:1.3;white-space:nowrap}
.theme-toggle{position:relative;flex:0 0 auto;width:46px;height:46px;padding:0;display:grid;place-items:center;border:1px solid var(--line);border-radius:15px;background:var(--surface);cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}
.theme-toggle:hover{transform:translateY(-2px);border-color:var(--line-strong);background:var(--surface-soft)}
.theme-toggle svg{position:absolute;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:opacity .22s ease,transform .22s ease}
.theme-toggle .moon{opacity:0;transform:rotate(-45deg) scale(.6)}
html[data-theme="dark"] .theme-toggle .sun{opacity:0;transform:rotate(45deg) scale(.6)}
html[data-theme="dark"] .theme-toggle .moon{opacity:1;transform:none;color:var(--accent)}

.linktree-shell{width:min(760px,calc(100% - 32px));margin:18px auto 0}
.profile-card,.links-section,.company-section,.trust-section,.process-section,.bottom-cta{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-md)}
.profile-card{position:relative;overflow:hidden;padding:46px 42px 38px;text-align:center}
.profile-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,var(--accent-soft),transparent 48%);pointer-events:none}
.profile-logo{position:relative;z-index:1;width:112px;height:112px;margin:0 auto 20px;padding:4px;border:1px solid var(--line-strong);border-radius:31px;background:var(--surface);box-shadow:0 12px 34px rgba(0,0,0,.16)}
.profile-logo img{width:100%;height:100%;border-radius:27px;object-fit:cover}
.verified{position:absolute;right:-4px;bottom:-4px;width:31px;height:31px;display:grid;place-items:center;border:4px solid var(--surface);border-radius:50%;background:var(--accent);color:#11120f}
.verified svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.availability{position:relative;z-index:1;width:max-content;max-width:100%;margin:0 auto 16px;padding:8px 12px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;background:var(--surface-soft);color:var(--muted);font-size:12px;font-weight:600}
.availability span{width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px rgba(42,169,107,.13)}
h1,h2,h3,p{position:relative;z-index:1}
h1{max-width:650px;margin:0 auto;font-size:clamp(34px,6vw,52px);font-weight:800;line-height:1.08;letter-spacing:-.045em}
.profile-lead{max-width:640px;margin:18px auto 0;color:var(--muted);font-size:15px;font-weight:500;line-height:1.72}
.profile-meta{position:relative;z-index:1;margin:26px auto 0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}
.profile-meta span{min-height:38px;padding:9px 12px;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft);color:var(--muted);font-size:12px;font-weight:600}
.profile-meta b{color:var(--text);font-weight:800}
.profile-meta svg{width:16px;height:16px;fill:none;stroke:var(--accent-hover);stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

.links-section,.company-section,.trust-section,.process-section{margin-top:14px;padding:34px}
.section-heading{margin-bottom:22px}
.section-heading>p,.eyebrow{margin:0 0 7px;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
h2{margin:0;font-size:clamp(27px,4.8vw,38px);font-weight:800;line-height:1.15;letter-spacing:-.035em}
.link-list{display:grid;gap:10px}
.link-card{min-height:80px;padding:12px 14px;display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:18px;background:var(--surface-soft);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}
.link-card:hover{transform:translateY(-2px);border-color:var(--line-strong);background:var(--surface);box-shadow:var(--shadow-sm)}
.link-card-primary{min-height:88px;border-color:transparent;background:var(--accent);color:#11120f;box-shadow:0 12px 28px rgba(203,184,0,.20)}
.link-card-primary:hover{border-color:transparent;background:var(--accent-hover);box-shadow:0 15px 34px rgba(203,184,0,.28)}
.link-icon{flex:0 0 auto;width:50px;height:50px;display:grid;place-items:center;border:1px solid var(--line);border-radius:15px;background:var(--surface)}
.link-card-primary .link-icon{border-color:rgba(17,18,15,.10);background:rgba(255,255,255,.52)}
.link-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.link-copy{min-width:0;display:grid;gap:4px}
.link-copy strong{font-size:15px;font-weight:750;line-height:1.35;letter-spacing:-.015em}
.link-copy small{color:var(--muted);font-size:12px;font-weight:500;line-height:1.4}
.link-card-primary .link-copy small{color:rgba(17,18,15,.66)}
.link-arrow{flex:0 0 auto;width:38px;height:38px;margin-left:auto;display:grid;place-items:center;border-radius:12px;color:var(--muted);transition:transform .2s ease,color .2s ease}
.link-card:hover .link-arrow{transform:translateX(3px);color:var(--text)}
.link-card-primary .link-arrow{color:#11120f}
.link-arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.direct-contacts{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.direct-contacts a{min-width:0;min-height:70px;padding:13px 14px;display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:17px;background:var(--surface-soft);transition:transform .2s ease,border-color .2s ease,background .2s ease}
.direct-contacts a:hover{transform:translateY(-2px);border-color:var(--line-strong);background:var(--surface)}
.direct-contacts>a>svg{width:21px;height:21px;flex:0 0 auto;fill:none;stroke:var(--accent-hover);stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.direct-contacts span{min-width:0;display:grid;gap:3px}
.direct-contacts small{color:var(--muted);font-size:11px;font-weight:600}
.direct-contacts strong{overflow:hidden;text-overflow:ellipsis;font-size:12px;font-weight:750;white-space:nowrap}

.guarantee-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.guarantee-grid article{padding:22px;border:1px solid var(--line);border-radius:18px;background:var(--surface-soft)}
.guarantee-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:var(--accent-soft);color:var(--accent-hover)}
.guarantee-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.guarantee-grid h3{margin:18px 0 8px;font-size:16px;font-weight:750;line-height:1.35;letter-spacing:-.015em}
.guarantee-grid p{margin:0;color:var(--muted);font-size:13px;font-weight:500;line-height:1.65}

.reviews-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}
.reviews-heading .section-heading{margin-bottom:0}
.rating-summary{flex:0 0 auto;min-width:118px;padding:14px 16px;border:1px solid var(--line);border-radius:17px;background:var(--surface-soft);text-align:center}
.rating-summary strong{display:block;font-size:25px;font-weight:800;line-height:1}
.rating-summary span{display:block;margin:6px 0 3px;color:var(--accent-hover);font-size:10px;letter-spacing:1.5px}
.rating-summary small{color:var(--muted);font-size:10px;font-weight:600}
.review-list{margin-top:22px;display:grid;gap:10px}
.review-list article{padding:20px;border:1px solid var(--line);border-radius:18px;background:var(--surface-soft)}
.review-list header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}
.avatar{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:var(--surface-muted);font-size:12px;font-weight:800}
.review-list h3{margin:0;font-size:14px;font-weight:750;line-height:1.3}
.review-list small{display:block;margin-top:3px;color:var(--muted);font-size:11px;font-weight:500}
.review-list header b{color:var(--accent-hover);font-size:10px;letter-spacing:1px}
.review-list p{margin:14px 0 0;color:var(--muted);font-size:13px;font-weight:500;line-height:1.68}

.bottom-cta{position:relative;overflow:hidden;margin-top:14px;padding:32px 34px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;background:#171915;color:#fff}
.bottom-cta:before{content:"";position:absolute;width:260px;height:260px;right:-110px;top:-140px;border-radius:50%;background:var(--accent);filter:blur(42px);opacity:.20;pointer-events:none}
.bottom-cta .eyebrow{color:var(--accent)}
.bottom-cta h2{max-width:520px;font-size:clamp(26px,4vw,35px)}
.bottom-cta p:not(.eyebrow){max-width:540px;margin:10px 0 0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.65}
.bottom-button{position:relative;z-index:1;min-height:54px;padding:14px 17px;display:flex;align-items:center;justify-content:center;gap:12px;border-radius:15px;background:var(--accent);color:#11120f;font-size:13px;font-weight:800;white-space:nowrap;transition:transform .2s ease,background .2s ease}
.bottom-button:hover{transform:translateY(-2px);background:var(--accent-hover)}
.bottom-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

.site-footer{width:100%;margin-top:18px;padding:18px 16px max(26px,env(safe-area-inset-bottom));border-top:1px solid var(--line)}
.footer-inner{width:min(760px,100%);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-brand{min-width:0;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:12px;font-weight:550;line-height:1.5}
.footer-brand img{width:36px;height:36px;flex:0 0 auto;border-radius:11px;object-fit:cover}
.footer-links{display:flex;align-items:center;justify-content:flex-end;gap:16px;color:var(--muted);font-size:12px;font-weight:600}
.footer-links a,.footer-cookie-button{transition:color .2s ease}
.footer-links a:hover,.footer-cookie-button:hover{color:var(--text)}
.footer-cookie-button{padding:0;border:0;background:transparent;cursor:pointer}

.cookie-settings{position:fixed;z-index:48;right:max(16px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom));min-height:40px;padding:0 15px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);box-shadow:var(--shadow-sm);font-size:11px;font-weight:700;cursor:pointer;transition:transform .2s ease,border-color .2s ease}
.cookie-settings:hover{transform:translateY(-2px);border-color:var(--line-strong)}
.cookie-banner{position:fixed;z-index:100;inset:0;padding:20px;display:grid;place-items:center;background:rgba(0,0,0,.62);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
.cookie-banner[hidden]{display:none}
.cookie-card{position:relative;width:min(600px,100%);max-height:calc(100dvh - 40px);overflow:auto;padding:28px;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:0 28px 90px rgba(0,0,0,.42)}
.cookie-x{position:absolute;right:15px;top:15px;width:38px;height:38px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft);font-size:22px;line-height:1;cursor:pointer}
.cookie-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:15px;background:var(--accent-soft);font-size:24px}
.cookie-copy h2{margin:16px 0 8px;font-size:24px;font-weight:800;letter-spacing:-.025em}
.cookie-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.cookie-options{margin:20px 0;display:grid;gap:8px}
.cookie-options label{min-height:62px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:15px;background:var(--surface-soft)}
.cookie-options label span{display:grid;gap:3px}
.cookie-options b{font-size:13px;font-weight:750}
.cookie-options small{color:var(--muted);font-size:11px;line-height:1.4}
.cookie-options input{width:19px;height:19px;accent-color:var(--accent-hover)}
.cookie-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}
.button{min-height:48px;padding:10px 13px;border:1px solid transparent;border-radius:13px;font-size:12px;font-weight:750;cursor:pointer;transition:transform .2s ease}
.button:hover{transform:translateY(-2px)}
.button-secondary{border-color:var(--line);background:var(--surface-soft)}
.button-primary{background:var(--accent);color:#11120f}

.reveal{opacity:0;transform:translateY(14px);transition:opacity .48s ease,transform .48s cubic-bezier(.22,.7,.2,1)}
.reveal.is-visible{opacity:1;transform:none}

.legal{width:min(760px,calc(100% - 32px));margin:18px auto 0;padding:36px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-md)}
.legal>a{display:inline-flex;margin-bottom:24px;color:var(--muted);font-size:13px;font-weight:700}
.legal h1{margin:0 0 24px;font-size:clamp(32px,6vw,48px)}
.legal p{margin:0 0 16px;color:var(--muted);font-size:14px;line-height:1.8}
.legal-footer{margin-top:18px}

@media(max-width:680px){
  .site-header{top:8px;width:calc(100% - 20px);min-height:64px;margin-top:8px;padding:8px 9px;border-radius:18px}
  .header-brand{gap:10px}
  .header-brand img{width:44px;height:44px;border-radius:13px}
  .header-brand strong{font-size:14px}
  .header-brand small{font-size:11px}
  .theme-toggle{width:44px;height:44px;border-radius:14px}
  .linktree-shell{width:calc(100% - 20px);margin-top:10px}
  .profile-card{padding:36px 20px 30px;border-radius:24px}
  .profile-logo{width:100px;height:100px;border-radius:28px}
  .profile-logo img{border-radius:24px}
  h1{font-size:clamp(31px,10vw,42px)}
  .profile-lead{font-size:14px;line-height:1.68}
  .profile-meta{margin-top:22px;gap:7px}
  .profile-meta span{min-height:36px;padding:8px 10px;font-size:11px}
  .links-section,.company-section,.trust-section,.process-section{margin-top:10px;padding:24px 16px;border-radius:24px}
  .section-heading{margin-bottom:18px}
  h2{font-size:clamp(25px,8vw,32px)}
  .link-card{min-height:76px;padding:11px 12px;border-radius:17px;gap:11px}
  .link-card-primary{min-height:84px}
  .link-icon{width:48px;height:48px;border-radius:14px}
  .link-copy strong{font-size:14px}
  .link-copy small{font-size:11px}
  .link-arrow{width:34px;height:34px}
  .direct-contacts{grid-template-columns:1fr}
  .direct-contacts a{min-height:66px}
  .guarantee-grid{grid-template-columns:1fr}
  .guarantee-grid article{padding:19px}
  .reviews-heading{align-items:flex-start}
  .rating-summary{min-width:104px;padding:12px}
  .review-list article{padding:17px}
  .review-list header{grid-template-columns:auto 1fr}
  .review-list header b{grid-column:2}
  .bottom-cta{margin-top:10px;padding:26px 18px;grid-template-columns:1fr;border-radius:24px}
  .bottom-button{width:100%}
  .footer-inner{display:grid;justify-items:center;text-align:center}
  .footer-brand{flex-direction:column}
  .footer-links{justify-content:center;flex-wrap:wrap;gap:12px 16px}
  .cookie-card{padding:23px 16px;border-radius:21px}
  .cookie-actions{grid-template-columns:1fr}
  .legal{width:calc(100% - 20px);margin-top:10px;padding:26px 18px;border-radius:24px}
}
@media(max-width:390px){
  .header-brand small{display:none}
  .header-brand strong{max-width:190px}
  .profile-meta span{width:100%;justify-content:center}
  .link-copy small{display:none}
  .link-card{min-height:68px}
  .link-card-primary{min-height:74px}
  .reviews-heading{display:block}
  .rating-summary{width:100%;margin-top:14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;text-align:left}
  .rating-summary span{margin:0;text-align:center}
}
@media(pointer:coarse){.site-header{-webkit-backdrop-filter:none;backdrop-filter:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.link-card,.direct-contacts a,.bottom-button,.theme-toggle{transition:none}}


:root{
  --brand-blue:#2245ff;
  --brand-blue-dark:#102bba;
  --brand-yellow:#efff4b;
  --brand-ink:#1e1e1e;
}
body:after{content:"";position:fixed;z-index:-1;width:620px;height:620px;right:-360px;top:18%;border-radius:50%;background:radial-gradient(circle,rgba(34,69,255,.14),rgba(34,69,255,0) 69%);pointer-events:none}
.brand-logo{position:relative;display:block;min-width:0}
.brand-logo>img{position:absolute!important;inset:0;width:100%!important;height:100%!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;object-fit:contain!important;object-position:left center!important}
.brand-logo .logo-dark{display:none!important}
html[data-theme="dark"] .brand-logo .logo-light{display:none!important}
html[data-theme="dark"] .brand-logo .logo-dark{display:block!important}

.site-header{padding:10px 12px 10px 16px}
.header-brand{display:flex;align-items:center;gap:15px}
.header-brand-logo{width:198px;height:52px;flex:0 0 auto}
.profile-card{padding:40px 42px 0;background:linear-gradient(180deg,var(--surface),var(--surface-soft));isolation:isolate}
.profile-card:before{background:radial-gradient(circle at 50% 0,rgba(34,69,255,.14),transparent 50%),linear-gradient(180deg,var(--accent-soft),transparent 54%)}
.profile-card:after{content:"";position:absolute;z-index:-1;width:360px;height:360px;right:-220px;bottom:-170px;border-radius:50%;background:rgba(34,69,255,.16);filter:blur(35px);pointer-events:none}
.profile-logo{width:min(390px,78%);height:105px;margin:0 auto 12px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.profile-brand-logo{width:100%;height:100%}
.profile-brand-logo>img{object-position:center!important}
.verified{right:-2px;bottom:2px;width:32px;height:32px;border-color:var(--surface)}
.hero-vehicle{position:relative;z-index:1;height:270px;margin:12px -24px 0;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;pointer-events:none}
.hero-vehicle img{position:relative;z-index:2;width:min(700px,100%);max-width:none;filter:drop-shadow(0 28px 24px rgba(7,12,36,.26));transform:translateY(12px);will-change:transform}
.hero-orbit{position:absolute;border-radius:50%;filter:blur(1px)}
.hero-orbit-blue{width:470px;height:150px;bottom:18px;background:radial-gradient(ellipse,rgba(34,69,255,.34),rgba(34,69,255,0) 70%)}
.hero-orbit-yellow{width:240px;height:100px;right:40px;bottom:24px;background:radial-gradient(ellipse,rgba(239,255,75,.30),rgba(239,255,75,0) 72%)}

.direct-contacts .address-contact{align-items:flex-start}
.direct-contacts .address-contact>svg{margin-top:2px}
.direct-contacts .address-contact strong{overflow:visible;text-overflow:clip;white-space:normal;line-height:1.4}

.vehicle-showcase{position:relative;overflow:hidden;min-height:390px;margin-top:14px;padding:34px;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-lg);background:linear-gradient(135deg,#1837df 0%,#0a1a72 57%,#07103a 100%);color:#fff;box-shadow:0 22px 60px rgba(9,24,101,.28);isolation:isolate}
.vehicle-showcase:before{content:"";position:absolute;z-index:-1;width:430px;height:430px;right:-170px;top:-220px;border-radius:50%;background:rgba(239,255,75,.30);filter:blur(55px)}
.vehicle-showcase:after{content:"";position:absolute;z-index:-1;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:30px 30px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 75%)}
.vehicle-showcase-copy{position:relative;z-index:4;max-width:560px}
.vehicle-showcase .eyebrow{color:var(--brand-yellow)}
.vehicle-showcase h2{max-width:610px;color:#fff}
.vehicle-showcase-copy>p:not(.eyebrow){max-width:560px;margin:12px 0 0;color:rgba(255,255,255,.75);font-size:13px;font-weight:500;line-height:1.65}
.vehicle-showcase-copy>a{width:max-content;max-width:100%;margin-top:18px;padding:11px 14px;display:flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.18);border-radius:13px;background:rgba(255,255,255,.10);font-size:12px;font-weight:800;transition:transform .2s ease,background .2s ease}
.vehicle-showcase-copy>a:hover{transform:translateY(-2px);background:rgba(255,255,255,.17)}
.vehicle-showcase-copy>a svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.vehicle-showcase-stage{position:relative;height:235px;margin:4px -34px -34px;pointer-events:none}
.showcase-ring{position:absolute;width:540px;height:190px;left:50%;bottom:-68px;transform:translateX(-50%);border:1px solid rgba(239,255,75,.35);border-radius:50%;box-shadow:0 0 70px rgba(239,255,75,.17)}
.vehicle-showcase-stage img{position:absolute;max-width:none;filter:drop-shadow(0 28px 24px rgba(0,0,0,.32))}
.showcase-audi{z-index:1;width:56%;right:-2%;bottom:84px;opacity:.68;transform:rotate(-2deg)}
.showcase-bmw{z-index:2;width:76%;left:2%;bottom:-2px}

.bottom-cta{min-height:250px;padding-right:270px}
.bottom-cta:after{content:"";position:absolute;right:-70px;bottom:-5px;width:355px;height:170px;background:url('/assets/img/car-audi-rear.webp') right bottom/contain no-repeat;filter:drop-shadow(0 18px 18px rgba(0,0,0,.4));opacity:.92;pointer-events:none}
.bottom-cta>div,.bottom-cta>.bottom-button{position:relative;z-index:2}
.bottom-cta{grid-template-columns:1fr}
.bottom-button{width:max-content}

.footer-inner{align-items:flex-start}
.footer-brand{max-width:330px;display:grid;gap:8px}
.footer-brand-logo{width:166px;height:55px}
.footer-brand>span:last-child{display:block}
.footer-right{display:grid;justify-items:end;gap:12px}
.footer-socials{display:flex;align-items:center;justify-content:flex-end;gap:7px}
.footer-socials a{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--muted);transition:transform .2s ease,border-color .2s ease,color .2s ease,background .2s ease}
.footer-socials a:hover{transform:translateY(-2px);border-color:var(--line-strong);background:var(--surface-soft);color:var(--text)}
.footer-socials svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

.reveal.vehicle-showcase{transform:translateY(18px) scale(.992)}
.reveal.vehicle-showcase.is-visible{transform:none}

@media(max-width:680px){
  .site-header{padding:8px 9px 8px 12px}
  .header-brand{gap:8px}
  .header-brand-logo{width:174px;height:46px}
  .profile-card{padding:30px 18px 0}
  .profile-logo{width:min(315px,88%);height:92px;margin-bottom:8px}
  .verified{right:-5px;bottom:4px}
  .hero-vehicle{height:205px;margin:10px -24px 0}
  .hero-vehicle img{width:660px;max-width:112%;transform:translateY(4px)}
  .hero-orbit-blue{width:360px;height:120px}
  .vehicle-showcase{min-height:420px;margin-top:10px;padding:25px 18px;border-radius:24px}
  .vehicle-showcase-stage{height:238px;margin:12px -18px -25px}
  .showcase-audi{width:72%;right:-18%;bottom:106px;opacity:.55}
  .showcase-bmw{width:103%;left:-18%;bottom:0}
  .bottom-cta{min-height:390px;padding:26px 18px 205px}
  .bottom-cta:after{right:-44px;bottom:8px;width:430px;height:210px;background-position:right bottom}
  .bottom-button{width:100%}
  .footer-inner{justify-items:center;align-items:center}
  .footer-brand{justify-items:center;max-width:none}
  .footer-brand-logo{width:176px;height:58px}
  .footer-right{justify-items:center}
  .footer-socials{justify-content:center}
}
@media(max-width:390px){
  .header-brand-logo{width:154px;height:42px}
  .profile-logo{width:290px;height:86px}
  .hero-vehicle{height:180px}
  .vehicle-showcase{min-height:405px}
  .showcase-bmw{width:112%;left:-25%}
  .showcase-audi{width:78%;right:-25%}
}


.hero-vehicle img,.vehicle-showcase-stage img{height:auto!important}
@media(max-width:680px){
  .showcase-bmw{width:116%;left:-8%;bottom:-4px}
  .showcase-audi{width:76%;right:-20%;bottom:108px}
}
@media(max-width:390px){
  .showcase-bmw{width:120%;left:-10%}
  .showcase-audi{width:80%;right:-24%}
}
.showcase-composition{z-index:2;width:100%;left:0;bottom:-7px}
@media(max-width:680px){
  .showcase-composition{width:126%;left:-12%;bottom:8px}
}
@media(max-width:390px){
  .showcase-composition{width:132%;left:-16%;bottom:10px}
}


h1,h2,h3,.link-copy strong,.company-stats strong,.process-grid article>span{font-family:"Montserrat","Montserrat",system-ui,sans-serif}
h1,h2,h3{font-optical-sizing:auto;text-wrap:balance}
h1{font-weight:900;letter-spacing:-.052em}
h2{font-weight:850;letter-spacing:-.042em}
h3{font-weight:750}
.profile-lead,.company-intro>div>p:not(.eyebrow),.process-grid p{max-width:64ch}
.link-card-site{border-color:rgba(34,69,255,.22);background:linear-gradient(135deg,rgba(34,69,255,.10),var(--surface-soft))}
.link-card-site .link-icon{border-color:rgba(34,69,255,.18);color:var(--brand-blue)}

.company-section{position:relative;overflow:hidden;background:linear-gradient(145deg,var(--surface) 0%,var(--surface-soft) 100%);isolation:isolate}
.company-section:before{content:"";position:absolute;z-index:-1;width:300px;height:300px;right:-160px;top:-170px;border-radius:50%;background:rgba(34,69,255,.15);filter:blur(35px)}
.company-intro{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px}
.company-intro h2{max-width:520px}
.company-intro>div>p:not(.eyebrow){margin:12px 0 0;color:var(--muted);font-size:14px;font-weight:500;line-height:1.72}
.company-actions{display:grid;gap:8px;justify-items:stretch;min-width:190px}
.company-actions a,.process-link{min-height:46px;padding:11px 13px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--line);border-radius:14px;background:var(--surface);font-size:12px;font-weight:800;transition:transform .2s ease,border-color .2s ease,background .2s ease}
.company-actions a:first-child{border-color:transparent;background:var(--brand-blue);color:#fff}
.company-actions a:hover,.process-link:hover{transform:translateY(-2px);border-color:var(--line-strong);background:var(--surface-soft)}
.company-actions a:first-child:hover{border-color:transparent;background:var(--brand-blue-dark)}
.company-actions svg,.process-link svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.company-stats{margin-top:26px;display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.company-stats div{min-width:0;padding:18px 12px;border:1px solid var(--line);border-radius:17px;background:var(--surface);text-align:center}
.company-stats strong{display:block;color:var(--brand-blue);font-size:clamp(23px,4vw,31px);font-weight:900;line-height:1;letter-spacing:-.045em}
html[data-theme="dark"] .company-stats strong{color:var(--brand-yellow)}
.company-stats span{display:block;margin-top:7px;color:var(--muted);font-size:10.5px;font-weight:700;line-height:1.35}

.process-grid{display:grid;gap:9px}
.process-grid article{min-height:94px;padding:17px 18px;display:grid;grid-template-columns:auto 1fr;align-items:start;gap:15px;border:1px solid var(--line);border-radius:18px;background:var(--surface-soft)}
.process-grid article>span{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:var(--accent);color:#11120f;font-size:12px;font-weight:900}
.process-grid h3{margin:1px 0 6px;font-size:15px;line-height:1.35}
.process-grid p{margin:0;color:var(--muted);font-size:12.5px;font-weight:500;line-height:1.62}
.process-link{width:max-content;max-width:100%;margin-top:12px;background:var(--surface-soft)}


.hero-vehicle img,.vehicle-showcase-stage img{image-rendering:auto;transform:translateZ(0);backface-visibility:hidden}

@media(max-width:680px){
  .company-intro{grid-template-columns:1fr;gap:18px}
  .company-actions{grid-template-columns:1fr 1fr;min-width:0}
  .company-stats{grid-template-columns:1fr 1fr;margin-top:20px}
  .company-stats div{padding:16px 9px}
  .process-grid article{padding:16px 14px}
}
@media(max-width:420px){
  .company-actions{grid-template-columns:1fr}
  .company-stats strong{font-size:24px}
}


section[id],h1[id],h2[id]{scroll-margin-top:118px}
body.menu-open{overflow:hidden}
.site-header{isolation:isolate}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex:0 0 auto}
.menu-toggle{position:relative;z-index:3;width:46px;height:46px;padding:0;display:grid;place-items:center;border:0;outline:0;border-radius:0;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}
.menu-toggle span{position:absolute;width:25px;height:2px;border-radius:999px;background:currentColor;transform-origin:center;transition:transform .28s cubic-bezier(.22,.75,.2,1),opacity .2s ease,width .2s ease}
.menu-toggle span:nth-child(1){transform:translateY(-7px)}
.menu-toggle span:nth-child(2){width:19px;transform:translateX(3px)}
.menu-toggle span:nth-child(3){transform:translateY(7px)}
.menu-toggle:hover span:nth-child(2){width:25px;transform:none}
.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0;transform:scaleX(.35)}
.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:rotate(-45deg)}
.menu-toggle:focus-visible{outline:2px solid var(--brand-blue);outline-offset:5px;border-radius:10px}
html[data-theme="dark"] .menu-toggle:focus-visible{outline-color:var(--brand-yellow)}

.menu-backdrop{position:fixed;z-index:38;inset:0;background:rgba(8,11,18,.34);opacity:0;visibility:hidden;pointer-events:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:opacity .28s ease,visibility .28s ease}
body.menu-open .menu-backdrop{opacity:1;visibility:visible;pointer-events:auto}
.header-menu{position:absolute;z-index:2;top:calc(100% + 10px);left:0;right:0;max-height:calc(100dvh - 110px);padding:23px;overflow:auto;border:1px solid var(--line);border-radius:24px;background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:0 30px 90px rgba(7,10,18,.24);-webkit-backdrop-filter:blur(24px) saturate(165%);backdrop-filter:blur(24px) saturate(165%);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-12px) scale(.985);transform-origin:top center;transition:opacity .27s ease,transform .32s cubic-bezier(.22,.75,.2,1),visibility .27s ease}
.header-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.header-menu-intro{padding:3px 2px 18px;border-bottom:1px solid var(--line)}
.header-menu-intro p,.header-menu-socials>div>p{margin:0 0 6px;color:var(--brand-blue);font-family:"Montserrat","Montserrat",sans-serif;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
html[data-theme="dark"] .header-menu-intro p,html[data-theme="dark"] .header-menu-socials>div>p{color:var(--brand-yellow)}
.header-menu-intro h2{max-width:560px;margin:0;font-size:clamp(22px,3.1vw,30px);font-weight:900;line-height:1.12;letter-spacing:-.045em}
.header-menu-intro>span{display:block;max-width:550px;margin-top:8px;color:var(--muted);font-size:12px;font-weight:600;line-height:1.55}
.header-menu-nav{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.header-menu-nav>a{min-width:0;min-height:82px;padding:13px 13px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:17px;background:var(--surface-soft);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}
.header-menu-nav>a:hover{transform:translateY(-2px);border-color:rgba(34,69,255,.34);background:var(--surface);box-shadow:0 12px 28px rgba(16,28,75,.10)}
.header-menu-nav>a>span{min-width:0;display:grid;grid-template-columns:auto 1fr;column-gap:8px;align-items:center}
.header-menu-nav small{grid-row:1/3;width:26px;height:26px;display:grid;place-items:center;border-radius:9px;background:var(--accent);color:#11120f;font-family:"Montserrat",sans-serif;font-size:9px;font-style:normal;font-weight:900}
.header-menu-nav strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:"Montserrat","Montserrat",sans-serif;font-size:13px;font-weight:850;letter-spacing:-.02em}
.header-menu-nav em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:10px;font-style:normal;font-weight:600}
.header-menu-nav>a>svg{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;color:var(--muted);transition:transform .22s ease,color .22s ease}
.header-menu-nav>a:hover>svg{transform:translate(2px,-2px);color:var(--brand-blue)}
.header-menu-socials{margin-top:14px;padding:15px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid rgba(34,69,255,.18);border-radius:18px;background:linear-gradient(135deg,rgba(34,69,255,.10),var(--surface-soft))}
.header-menu-socials>div>span{display:block;color:var(--muted);font-size:10.5px;font-weight:600;line-height:1.45}
.header-menu-socials nav{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex:0 0 auto}
.header-menu-socials nav a{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:12px;background:var(--surface);transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease}
.header-menu-socials nav a:hover{transform:translateY(-2px);border-color:rgba(34,69,255,.35);background:var(--surface-soft);color:var(--brand-blue)}
.header-menu-socials nav svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}


.hero-vehicle{height:clamp(235px,35vw,315px);margin:15px 0 0;padding:18px 20px 28px;align-items:center;overflow:visible}
.hero-vehicle:before{content:"";position:absolute;z-index:0;left:50%;bottom:22px;width:min(76%,560px);height:56px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(8,14,38,.28) 0%,rgba(8,14,38,.10) 48%,transparent 73%);filter:blur(9px);opacity:.72}
.hero-vehicle:after{content:"";position:absolute;z-index:0;left:50%;bottom:38px;width:min(82%,610px);height:150px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(34,69,255,.19),rgba(34,69,255,0) 70%);filter:blur(18px)}
.hero-vehicle img{position:relative;z-index:2;width:auto!important;max-width:100%!important;height:auto!important;max-height:100%!important;object-fit:contain;object-position:center;filter:drop-shadow(0 24px 20px rgba(7,12,36,.24)) drop-shadow(0 7px 7px rgba(7,12,36,.16));transform:none!important;will-change:auto}
.hero-orbit{z-index:0}

.vehicle-showcase{min-height:unset;padding-bottom:22px}
.vehicle-showcase-stage{height:clamp(255px,37vw,310px);margin:18px 0 0;display:grid;place-items:center;overflow:visible}
.vehicle-showcase-stage:before{content:"";position:absolute;z-index:0;left:50%;bottom:20px;width:min(78%,640px);height:68px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(0,0,0,.42),rgba(0,0,0,.12) 48%,transparent 74%);filter:blur(10px);opacity:.72}
.vehicle-showcase-stage:after{content:"";position:absolute;z-index:0;left:50%;bottom:32px;width:min(86%,710px);height:180px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(81,111,255,.24),rgba(81,111,255,0) 72%);filter:blur(20px)}
.showcase-ring{z-index:0;width:min(78%,590px);height:180px;bottom:5px}
.showcase-composition{z-index:2!important;left:50%!important;right:auto!important;bottom:24px!important;width:min(calc(100% - 24px),720px)!important;max-width:calc(100% - 24px)!important;height:auto!important;max-height:calc(100% - 18px)!important;object-fit:contain;object-position:center;filter:drop-shadow(0 25px 20px rgba(0,0,0,.29)) drop-shadow(0 7px 7px rgba(0,0,0,.18))!important;transform:translateX(-50%) translateZ(0)!important}

.bottom-cta{min-height:300px;padding:34px;grid-template-columns:minmax(0,1.08fr) minmax(255px,.92fr);align-items:center;gap:20px;background:linear-gradient(135deg,#151814 0%,#11140f 64%,#2b2b0c 100%)}
.bottom-cta:after{content:none!important}
.bottom-cta-copy{position:relative;z-index:2;min-width:0}
.bottom-cta-copy .bottom-button{width:max-content;max-width:100%;margin-top:22px}
.bottom-cta-vehicle{position:relative;z-index:1;min-width:0;height:225px;display:grid;place-items:center;pointer-events:none}
.bottom-cta-vehicle:before{content:"";position:absolute;z-index:0;left:50%;bottom:20px;width:82%;height:48px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(0,0,0,.52),rgba(0,0,0,.13) 53%,transparent 76%);filter:blur(8px)}
.bottom-cta-vehicle>span{position:absolute;z-index:0;inset:15% 5% 3%;border-radius:50%;background:radial-gradient(ellipse,rgba(34,69,255,.24),rgba(34,69,255,0) 70%);filter:blur(18px)}
.bottom-cta-vehicle img{position:relative;z-index:2;width:auto;max-width:100%;height:auto;max-height:100%;object-fit:contain;filter:drop-shadow(0 22px 18px rgba(0,0,0,.42)) drop-shadow(0 6px 5px rgba(0,0,0,.24))}

.footer-right{gap:14px}
.footer-social-block{display:flex;align-items:center;justify-content:flex-end;gap:17px;padding:13px 14px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,var(--surface),var(--surface-soft));box-shadow:0 10px 28px rgba(15,18,14,.055)}
.footer-social-copy{max-width:245px;text-align:right}
.footer-social-copy strong{display:block;font-family:"Montserrat","Montserrat",sans-serif;font-size:12px;font-weight:850;letter-spacing:-.02em}
.footer-social-copy span{display:block;margin-top:4px;color:var(--muted);font-size:9.5px;font-weight:600;line-height:1.45}
.footer-socials a{width:38px;height:38px}

@media(max-width:680px){
  section[id],h1[id],h2[id]{scroll-margin-top:104px}
  .site-header{gap:8px}
  .header-actions{gap:1px}
  .theme-toggle,.menu-toggle{width:42px;height:42px}
  .menu-toggle span{width:23px}
  .menu-toggle span:nth-child(2){width:17px}
  .header-menu{top:calc(100% + 8px);max-height:calc(100dvh - 88px);padding:18px 14px 14px;border-radius:20px}
  .header-menu-intro{padding:1px 3px 15px}
  .header-menu-intro h2{font-size:23px}
  .header-menu-nav{grid-template-columns:1fr;gap:7px}
  .header-menu-nav>a{min-height:68px;padding:10px 11px;border-radius:15px}
  .header-menu-socials{padding:13px;display:grid;gap:12px}
  .header-menu-socials nav{justify-content:flex-start;flex-wrap:wrap}
  .hero-vehicle{height:210px;margin-top:10px;padding:14px 8px 25px}
  .hero-vehicle:before{bottom:18px;width:78%;height:42px}
  .hero-vehicle img{max-width:100%!important;max-height:100%!important}
  .vehicle-showcase{padding-bottom:18px}
  .vehicle-showcase-stage{height:245px;margin-top:15px}
  .showcase-composition{bottom:20px!important;width:calc(100% - 10px)!important;max-width:calc(100% - 10px)!important;max-height:calc(100% - 14px)!important}
  .showcase-ring{width:88%;height:140px;bottom:8px}
  .bottom-cta{min-height:unset;padding:27px 18px 18px;grid-template-columns:1fr;gap:16px}
  .bottom-cta-copy .bottom-button{width:100%}
  .bottom-cta-vehicle{height:190px;margin-top:2px}
  .footer-social-block{width:100%;display:grid;justify-items:center;gap:11px;padding:14px}
  .footer-social-copy{max-width:320px;text-align:center}
}
@media(max-width:390px){
  .header-brand-logo{width:142px;height:40px}
  .theme-toggle,.menu-toggle{width:39px;height:39px}
  .header-menu-intro>span,.header-menu-nav em{font-size:9.5px}
  .header-menu-nav strong{font-size:12.5px}
  .hero-vehicle{height:185px;padding-inline:4px}
  .vehicle-showcase-stage{height:220px}
  .showcase-composition{bottom:18px!important}
  .bottom-cta-vehicle{height:165px}
}
@media(prefers-reduced-motion:reduce){
  .menu-toggle span,.header-menu,.menu-backdrop,.header-menu-nav>a,.header-menu-nav>a>svg{transition:none}
}


.header-menu{background:var(--surface);background:color-mix(in srgb,var(--surface) 94%,transparent)}
.footer-inner{gap:18px}
.footer-brand{max-width:230px}
.footer-right{min-width:0;max-width:490px}
.footer-social-block{gap:12px;padding:12px}
.footer-social-copy{max-width:160px}
.footer-socials{gap:5px}
.footer-socials a{width:34px;height:34px;border-radius:11px}
@media(max-width:680px){
  .footer-brand{max-width:none}
  .footer-right{width:100%;max-width:none}
  .footer-social-copy{max-width:320px}
  .footer-socials a{width:38px;height:38px}
}


.site-header{
  flex-wrap:wrap;
}
body.menu-open{
  overflow-x:hidden;
  overflow-y:auto;
}
body.menu-open .site-header{
  position:relative;
  top:auto;
}
.header-menu{
  position:relative;
  inset:auto;
  z-index:2;
  flex:0 0 100%;
  width:100%;
  height:0;
  max-height:none;
  margin:0;
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:22px;
  background:color-mix(in srgb,var(--surface) 96%,transparent);
  box-shadow:none;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(-8px) scale(.992);
  transform-origin:top center;
}
.header-menu.is-open{
  height:auto;
  max-height:none;
  margin-top:4px;
  padding:22px;
  overflow:visible;
  border:1px solid var(--line);
  box-shadow:0 24px 70px rgba(7,10,18,.18);
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:none;
  animation:gal-menu-flow-in .32s cubic-bezier(.22,.75,.2,1) both;
}
@keyframes gal-menu-flow-in{
  from{opacity:0;transform:translateY(-10px) scale(.988)}
  to{opacity:1;transform:none}
}


.vehicle-showcase-stage{
  position:relative;
  height:clamp(300px,45vw,370px);
  margin-top:20px;
  overflow:hidden;
  isolation:isolate;
}
.vehicle-showcase-stage:before{
  left:50%;
  bottom:12px;
  width:min(82%,650px);
  height:72px;
  transform:translateX(-50%);
  background:radial-gradient(ellipse,rgba(0,0,0,.38),rgba(0,0,0,.11) 50%,transparent 76%);
  filter:blur(11px);
  opacity:.72;
}
.vehicle-showcase-stage:after{
  left:50%;
  bottom:28px;
  width:min(88%,700px);
  height:190px;
  transform:translateX(-50%);
  background:radial-gradient(ellipse,rgba(71,105,255,.22),rgba(71,105,255,0) 72%);
  filter:blur(22px);
}
.showcase-ring{
  z-index:1;
  width:min(76%,585px);
  height:180px;
  left:50%;
  right:auto;
  bottom:8px;
  transform:translateX(-50%) rotate(-2deg);
}
.showcase-car{
  position:absolute;
  display:block;
  max-width:none;
  height:auto!important;
  object-fit:contain;
  object-position:center;
  backface-visibility:hidden;
  transform:translateZ(0);
  will-change:auto;
}
.showcase-audi{
  z-index:2;
  width:min(63%,485px)!important;
  max-width:none!important;
  top:4%;
  right:1.5%;
  bottom:auto!important;
  left:auto!important;
  filter:drop-shadow(0 22px 18px rgba(0,0,0,.27)) drop-shadow(0 6px 5px rgba(0,0,0,.16));
  transform:translateZ(0)!important;
}
.showcase-bmw{
  z-index:3;
  width:min(70%,535px)!important;
  max-width:none!important;
  left:1.5%!important;
  right:auto!important;
  bottom:3.5%!important;
  top:auto;
  filter:drop-shadow(0 25px 20px rgba(0,0,0,.34)) drop-shadow(0 7px 6px rgba(0,0,0,.18));
  transform:translateZ(0)!important;
}


.bottom-cta{
  min-height:350px;
  grid-template-columns:minmax(0,1.04fr) minmax(300px,.96fr);
}
.bottom-cta-vehicle{
  height:275px;
  overflow:visible;
  isolation:isolate;
}
.bottom-cta-vehicle:before{
  bottom:10px;
  width:88%;
  height:54px;
}
.bottom-cta-vehicle>span{
  inset:10% 1% 0;
}
.bottom-cta-car{
  position:absolute!important;
  display:block;
  max-width:none!important;
  height:auto!important;
  object-fit:contain;
  object-position:center;
  backface-visibility:hidden;
  transform:translateZ(0);
}
.bottom-cta-car-audi{
  z-index:2!important;
  width:78%!important;
  top:6%;
  right:-1%;
  bottom:auto;
  left:auto;
  filter:drop-shadow(0 20px 17px rgba(0,0,0,.39)) drop-shadow(0 5px 5px rgba(0,0,0,.22))!important;
}
.bottom-cta-car-bmw{
  z-index:3!important;
  width:88%!important;
  left:-3%;
  right:auto;
  bottom:2%;
  top:auto;
  filter:drop-shadow(0 24px 20px rgba(0,0,0,.48)) drop-shadow(0 7px 6px rgba(0,0,0,.24))!important;
}

@media(max-width:680px){
  body.menu-open .site-header{top:auto}
  .header-menu{
    top:auto;
    max-height:none;
    border-radius:19px;
  }
  .header-menu.is-open{
    margin-top:3px;
    padding:17px 13px 13px;
    overflow:visible;
  }
  .vehicle-showcase-stage{
    height:255px;
    margin-top:14px;
  }
  .showcase-ring{
    width:88%;
    height:135px;
    bottom:5px;
  }
  .showcase-audi{
    width:75%!important;
    top:7%;
    right:-1%;
  }
  .showcase-bmw{
    width:94%!important;
    left:-1%!important;
    bottom:4%!important;
  }
  .bottom-cta{
    min-height:unset;
    grid-template-columns:1fr;
  }
  .bottom-cta-vehicle{
    height:230px;
    margin-top:0;
  }
  .bottom-cta-car-audi{
    width:68%!important;
    top:4%;
    right:3%;
  }
  .bottom-cta-car-bmw{
    width:80%!important;
    left:2%;
    bottom:2%;
  }
}
@media(max-width:390px){
  .header-menu.is-open{padding:15px 11px 11px}
  .vehicle-showcase-stage{height:225px}
  .showcase-audi{width:76%!important;top:7%;right:-2%}
  .showcase-bmw{width:96%!important;left:-2%!important;bottom:4%!important}
  .bottom-cta-vehicle{height:195px}
  .bottom-cta-car-audi{width:70%!important;right:1%}
  .bottom-cta-car-bmw{width:84%!important;left:0}
}
@media(prefers-reduced-motion:reduce){
  .header-menu.is-open{animation:none}
}


.site-header{
  position:sticky!important;
  top:12px!important;
  z-index:70;
  overflow:visible;
}
body.menu-open{
  overflow-x:hidden;
  overflow-y:auto;
}
body.menu-open .site-header{
  position:sticky!important;
  top:12px!important;
}
.header-menu,
.header-menu.is-open{
  max-height:none!important;
}


.hero-vehicle{
  height:clamp(270px,38vw,342px);
  margin:15px -34px 0;
  padding:10px 18px 20px;
  overflow:visible;
}
.hero-vehicle img{
  width:auto!important;
  max-width:calc(100% - 8px)!important;
  max-height:100%!important;
  object-fit:contain;
  object-position:center;
  filter:drop-shadow(0 28px 23px rgba(7,12,36,.27)) drop-shadow(0 8px 7px rgba(7,12,36,.16));
}
.hero-vehicle:before{
  bottom:17px;
  width:min(80%,610px);
  height:62px;
}
.hero-vehicle:after{
  bottom:31px;
  width:min(87%,680px);
  height:168px;
}


.bottom-cta{
  min-height:378px;
  grid-template-columns:minmax(0,.92fr) minmax(350px,1.08fr);
  gap:8px;
}
.bottom-cta-vehicle{
  height:310px;
  margin-right:-4px;
  overflow:visible;
}
.bottom-cta-vehicle:before{
  bottom:8px;
  width:94%;
  height:66px;
}
.bottom-cta-vehicle>span{
  inset:5% -2% -1%;
}
.bottom-cta-car-audi{
  width:94%!important;
  top:2%;
  right:0;
}
.bottom-cta-car-bmw{
  width:108%!important;
  left:-5%;
  bottom:0;
}

@media(max-width:680px){
  .site-header,
  body.menu-open .site-header{
    top:8px!important;
  }
  .hero-vehicle{
    height:clamp(225px,58vw,286px);
    margin:12px -14px 0;
    padding:8px 12px 16px;
  }
  .hero-vehicle img{
    max-width:calc(100% - 4px)!important;
  }
  .bottom-cta{
    min-height:unset;
    grid-template-columns:1fr;
    gap:13px;
  }
  .bottom-cta-vehicle{
    height:265px;
    margin:0;
  }
  .bottom-cta-car-audi{
    width:82%!important;
    top:1%;
    right:1%;
  }
  .bottom-cta-car-bmw{
    width:98%!important;
    left:-1%;
    bottom:0;
  }
}
@media(max-width:390px){
  .hero-vehicle{
    height:225px;
    margin-inline:-12px;
    padding-inline:8px;
  }
  .bottom-cta-vehicle{
    height:230px;
  }
  .bottom-cta-car-audi{
    width:84%!important;
    right:0;
  }
  .bottom-cta-car-bmw{
    width:101%!important;
    left:-1.5%;
  }
}


body{
  padding-top:94px;
}
.site-header{
  position:fixed!important;
  top:12px!important;
  left:50%;
  margin:0;
  transform:translateX(-50%);
  z-index:80;
}
body.menu-open .site-header{
  position:absolute!important;
  top:12px!important;
}
body.menu-open{
  min-height:calc(100vh + 720px);
}
@media(max-width:680px){
  body{padding-top:82px}
  .site-header,
  body.menu-open .site-header{
    top:8px!important;
  }
}



.theme-toggle{
  width:46px;
  height:46px;
  padding:0;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.theme-toggle:hover{
  border-color:transparent!important;
  background:transparent!important;
  transform:translateY(-1px) scale(1.08);
}
.theme-toggle:active{
  transform:scale(.94);
}
.theme-toggle svg{
  width:24px;
  height:24px;
  filter:drop-shadow(0 5px 10px rgba(17,18,15,.16));
}
html[data-theme="dark"] .theme-toggle svg{
  filter:drop-shadow(0 6px 13px rgba(0,0,0,.58));
}
.theme-toggle:focus-visible{
  outline:2px solid var(--accent);
  outline-offset:5px;
  border-radius:7px!important;
}


.profile-logo{
  margin-bottom:24px!important;
}

@media(max-width:680px){
  .theme-toggle{
    width:40px;
    height:40px;
  }
  .theme-toggle svg{
    width:22px;
    height:22px;
  }
}


.site-header{
  gap:12px;
}
.header-brand{
  flex:1 1 auto;
  min-width:0;
  overflow:hidden;
}
.header-actions{
  gap:4px;
}
.header-contact-button{
  min-width:0;
  height:42px;
  padding:0 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex:0 0 auto;
  border:1px solid rgba(34,69,255,.12);
  border-radius:13px;
  background:var(--brand-blue);
  color:#fff;
  box-shadow:0 10px 24px rgba(34,69,255,.20);
  font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  font-size:11px;
  font-weight:850;
  line-height:1;
  letter-spacing:-.02em;
  white-space:nowrap;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.header-contact-button:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(34,69,255,.28);
  filter:saturate(1.08);
}
.header-contact-button:active{transform:scale(.97)}
.header-contact-button svg{
  width:17px;
  height:17px;
  flex:0 0 auto;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.header-contact-button:focus-visible{
  outline:2px solid var(--accent);
  outline-offset:3px;
}
html[data-theme="dark"] .header-contact-button{
  border-color:rgba(239,255,75,.20);
  background:var(--brand-yellow);
  color:#11120f;
  box-shadow:0 12px 28px rgba(239,255,75,.13);
}
.cookie-settings{display:none!important}
.legal .footer-cookie-button{
  margin-top:18px;
  padding:12px 16px;
  border:1px solid var(--line);
  border-radius:13px;
  background:var(--surface);
  color:var(--text);
  font-family:"Montserrat",sans-serif;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}

@media(max-width:760px){
  .header-brand-logo{width:174px;height:47px}
  .header-contact-button{height:40px;padding-inline:12px}
  .theme-toggle,.menu-toggle{width:40px;height:40px}
}
@media(max-width:680px) and (min-width:521px){
  .header-brand-logo{width:132px;height:39px}
  .header-contact-button{width:40px;padding:0}
  .header-contact-button span{display:none}
}
@media(max-width:520px){
  .header-brand-logo{width:145px;height:41px}
  .header-contact-button{width:39px;height:39px;padding:0;border-radius:11px}
  .header-contact-button span{display:none}
  .header-actions{gap:1px}
}
@media(max-width:370px){
  .header-brand-logo{width:128px;height:38px}
  .header-contact-button,.theme-toggle,.menu-toggle{width:37px;height:37px}
}


.site-footer:not(.legal-footer){
  margin-top:22px;
  padding:28px 24px max(34px,env(safe-area-inset-bottom));
}
.site-footer:not(.legal-footer) .footer-inner{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  gap:18px;
}
.site-footer:not(.legal-footer) .footer-main-row{
  display:grid;
  grid-template-columns:minmax(390px,.92fr) minmax(0,1.42fr);
  align-items:center;
  gap:38px;
}
.site-footer:not(.legal-footer) .footer-brand{
  max-width:none;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:22px;
  color:var(--muted);
  font-size:12px;
  font-weight:600;
  line-height:1.5;
}
.site-footer:not(.legal-footer) .footer-brand-logo{
  width:232px;
  height:72px;
  flex:0 0 232px;
}
.site-footer:not(.legal-footer) .footer-copyright{
  max-width:180px;
  display:block;
}
.site-footer:not(.legal-footer) .footer-links{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:clamp(14px,2vw,30px);
  color:var(--muted);
  font-family:"Montserrat","Montserrat",sans-serif;
  font-size:clamp(10px,.9vw,12px);
  font-weight:700;
  line-height:1.32;
}
.site-footer:not(.legal-footer) .footer-links>a,
.site-footer:not(.legal-footer) .footer-links>button{
  flex:0 1 auto;
  text-align:left;
}
.site-footer:not(.legal-footer) .footer-social-row{
  display:grid;
  grid-template-columns:minmax(390px,.92fr) minmax(0,1.42fr);
  gap:38px;
}
.site-footer:not(.legal-footer) .footer-social-block{
  grid-column:2;
  width:100%;
  min-height:84px;
  padding:15px 17px 15px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(135deg,var(--surface),var(--surface-soft));
  box-shadow:0 14px 36px rgba(15,18,14,.065);
}
html[data-theme="dark"] .site-footer:not(.legal-footer) .footer-social-block{
  box-shadow:0 16px 40px rgba(0,0,0,.24);
}
.site-footer:not(.legal-footer) .footer-social-copy{
  max-width:none;
  min-width:0;
  text-align:left;
}
.site-footer:not(.legal-footer) .footer-social-copy strong{
  font-size:14px;
  font-weight:900;
}
.site-footer:not(.legal-footer) .footer-social-copy span{
  margin-top:5px;
  font-size:10px;
}
.site-footer:not(.legal-footer) .footer-socials{
  gap:8px;
  flex:0 0 auto;
}
.site-footer:not(.legal-footer) .footer-socials a{
  width:42px;
  height:42px;
  border-radius:13px;
}

@media(max-width:1040px){
  .site-footer:not(.legal-footer) .footer-main-row,
  .site-footer:not(.legal-footer) .footer-social-row{
    grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);
    gap:24px;
  }
  .site-footer:not(.legal-footer) .footer-brand{
    gap:16px;
  }
  .site-footer:not(.legal-footer) .footer-brand-logo{
    width:205px;
    height:64px;
    flex-basis:205px;
  }
  .site-footer:not(.legal-footer) .footer-copyright{
    max-width:145px;
    font-size:10.5px;
  }
  .site-footer:not(.legal-footer) .footer-links{
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:12px 22px;
  }
}
@media(max-width:820px){
  .site-footer:not(.legal-footer){
    padding-inline:16px;
  }
  .site-footer:not(.legal-footer) .footer-main-row,
  .site-footer:not(.legal-footer) .footer-social-row{
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
  }
  .site-footer:not(.legal-footer) .footer-brand{
    justify-content:center;
  }
  .site-footer:not(.legal-footer) .footer-brand-logo{
    width:214px;
    height:66px;
    flex-basis:214px;
  }
  .site-footer:not(.legal-footer) .footer-copyright{
    max-width:220px;
  }
  .site-footer:not(.legal-footer) .footer-links{
    justify-content:center;
    text-align:center;
    gap:12px 20px;
  }
  .site-footer:not(.legal-footer) .footer-links>a,
  .site-footer:not(.legal-footer) .footer-links>button{
    text-align:center;
  }
  .site-footer:not(.legal-footer) .footer-social-block{
    grid-column:1;
  }
}
@media(max-width:520px){
  .site-footer:not(.legal-footer) .footer-inner{
    gap:15px;
  }
  .site-footer:not(.legal-footer) .footer-brand{
    display:grid;
    justify-items:center;
    gap:10px;
    text-align:center;
  }
  .site-footer:not(.legal-footer) .footer-brand-logo{
    width:205px;
    height:64px;
  }
  .site-footer:not(.legal-footer) .footer-copyright{
    max-width:280px;
    font-size:10.5px;
  }
  .site-footer:not(.legal-footer) .footer-links{
    font-size:10.5px;
  }
  .site-footer:not(.legal-footer) .footer-social-block{
    min-height:0;
    padding:16px;
    display:grid;
    justify-items:center;
    gap:13px;
  }
  .site-footer:not(.legal-footer) .footer-social-copy{
    text-align:center;
  }
  .site-footer:not(.legal-footer) .footer-socials{
    justify-content:center;
    gap:7px;
  }
  .site-footer:not(.legal-footer) .footer-socials a{
    width:40px;
    height:40px;
  }
}


.site-footer:not(.legal-footer){
  padding:26px 16px max(34px,env(safe-area-inset-bottom));
}
.site-footer:not(.legal-footer) .footer-inner{
  width:min(760px,100%);
  gap:15px;
}
.site-footer:not(.legal-footer) .footer-main-row{
  grid-template-columns:minmax(250px,.78fr) minmax(0,1.22fr);
  align-items:center;
  gap:18px;
}
.site-footer:not(.legal-footer) .footer-brand{
  gap:13px;
}
.site-footer:not(.legal-footer) .footer-brand-logo{
  width:168px;
  height:53px;
  flex:0 0 168px;
}
.site-footer:not(.legal-footer) .footer-copyright{
  max-width:105px;
  font-size:9.5px;
  line-height:1.45;
}
.site-footer:not(.legal-footer) .footer-links{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  align-items:center;
  justify-content:stretch;
  gap:8px;
  font-size:9px;
  line-height:1.28;
}
.site-footer:not(.legal-footer) .footer-links>a,
.site-footer:not(.legal-footer) .footer-links>button{
  min-width:0;
  text-align:center;
  overflow-wrap:anywhere;
}
.site-footer:not(.legal-footer) .footer-social-row{
  display:block;
}
.site-footer:not(.legal-footer) .footer-social-block{
  width:100%;
  min-height:0;
  padding:15px 0 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border:0;
  border-top:1px solid var(--line);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
html[data-theme="dark"] .site-footer:not(.legal-footer) .footer-social-block{
  box-shadow:none;
}
.site-footer:not(.legal-footer) .footer-social-copy{
  text-align:left;
}
.site-footer:not(.legal-footer) .footer-social-copy strong{
  font-size:12px;
}
.site-footer:not(.legal-footer) .footer-social-copy span{
  margin-top:3px;
  font-size:9.5px;
}
.site-footer:not(.legal-footer) .footer-socials{
  gap:13px;
}
.site-footer:not(.legal-footer) .footer-socials a{
  width:28px;
  height:28px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:var(--muted);
  box-shadow:none;
  transition:transform .22s ease,color .22s ease,filter .22s ease;
}
.site-footer:not(.legal-footer) .footer-socials a:hover{
  transform:translateY(-3px) scale(1.08);
  border-color:transparent;
  background:transparent;
  color:var(--brand-blue);
  filter:drop-shadow(0 7px 8px rgba(34,69,255,.18));
}
html[data-theme="dark"] .site-footer:not(.legal-footer) .footer-socials a:hover{
  color:var(--brand-yellow);
  filter:drop-shadow(0 7px 8px rgba(241,220,0,.16));
}
.site-footer:not(.legal-footer) .footer-socials svg{
  width:20px;
  height:20px;
}


html.menu-open,
body.menu-open{
  overflow:hidden!important;
}
body.menu-open .menu-toggle{
  opacity:.35;
  pointer-events:none;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(-7px)!important}
.menu-toggle[aria-expanded="true"] span:nth-child(2){width:19px!important;opacity:1!important;transform:translateX(3px)!important}
.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(7px)!important}
.menu-backdrop{
  z-index:90;
  background:rgba(7,9,14,.52);
  -webkit-backdrop-filter:blur(8px) saturate(120%);
  backdrop-filter:blur(8px) saturate(120%);
  transition:opacity .34s ease,visibility .34s ease;
}
.header-menu,
.header-menu.is-open{
  position:fixed!important;
  z-index:100!important;
  top:10px!important;
  right:10px!important;
  bottom:10px!important;
  left:auto!important;
  width:min(430px,calc(100vw - 20px))!important;
  height:auto!important;
  max-height:none!important;
  margin:0!important;
  padding:22px!important;
  display:flex!important;
  flex-direction:column;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain;
  scrollbar-width:none;
  border:1px solid color-mix(in srgb,var(--line) 82%,transparent)!important;
  border-radius:28px!important;
  background:color-mix(in srgb,var(--surface) 96%,transparent)!important;
  box-shadow:-28px 30px 90px rgba(7,10,18,.28)!important;
  -webkit-backdrop-filter:blur(26px) saturate(165%);
  backdrop-filter:blur(26px) saturate(165%);
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  clip-path:inset(0 100% 0 0 round 28px);
  transform:translateX(18px) scale(.992)!important;
  transform-origin:right center;
  transition:clip-path .48s cubic-bezier(.22,.8,.2,1),transform .46s cubic-bezier(.22,.8,.2,1),opacity .25s ease,visibility .46s ease!important;
}
.header-menu::-webkit-scrollbar{display:none}
.header-menu.is-open{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  clip-path:inset(0 0 0 0 round 28px);
  transform:none!important;
  animation:none!important;
}
.header-menu-topbar{
  flex:0 0 auto;
  padding-bottom:17px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border-bottom:1px solid var(--line);
}
.header-menu-branding{
  min-width:0;
  display:grid;
  gap:3px;
}
.header-menu-branding>span{
  color:var(--brand-blue);
  font-family:"Montserrat","Montserrat",sans-serif;
  font-size:9px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
html[data-theme="dark"] .header-menu-branding>span{color:var(--brand-yellow)}
.header-menu-branding>strong{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-family:"Montserrat","Montserrat",sans-serif;
  font-size:17px;
  font-weight:900;
  letter-spacing:-.035em;
}
.menu-close{
  position:relative;
  flex:0 0 auto;
  width:46px;
  height:46px;
  padding:0;
  border:1px solid var(--line);
  border-radius:15px;
  background:var(--surface-soft);
  cursor:pointer;
  transition:transform .24s ease,border-color .24s ease,background .24s ease,box-shadow .24s ease;
}
.menu-close:hover{
  transform:rotate(90deg) scale(1.04);
  border-color:color-mix(in srgb,var(--brand-blue) 45%,var(--line));
  background:var(--surface);
  box-shadow:0 10px 24px rgba(34,69,255,.13);
}
html[data-theme="dark"] .menu-close:hover{
  border-color:color-mix(in srgb,var(--brand-yellow) 50%,var(--line));
  box-shadow:0 10px 24px rgba(241,220,0,.10);
}
.menu-close span{
  position:absolute;
  left:50%;
  top:50%;
  width:20px;
  height:2px;
  border-radius:999px;
  background:currentColor;
  transform-origin:center;
  transition:width .22s ease;
}
.menu-close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}
.menu-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}
.menu-close:hover span{width:23px}
.header-menu-intro{
  flex:0 0 auto;
  padding:19px 2px 17px;
}
.header-menu-intro h2{
  max-width:360px;
  font-size:clamp(24px,3vw,32px);
}
.header-menu-intro>span{
  max-width:355px;
}
.header-menu-nav{
  flex:0 0 auto;
  margin-top:14px;
  display:grid;
  grid-template-columns:1fr!important;
  gap:8px;
}
.header-menu-nav>a{
  min-height:68px;
  padding:11px 12px;
  border-radius:16px;
}
.header-menu-nav>a:nth-child(1){transition-delay:.02s}
.header-menu-nav>a:nth-child(2){transition-delay:.04s}
.header-menu-nav>a:nth-child(3){transition-delay:.06s}
.header-menu-nav>a:nth-child(4){transition-delay:.08s}
.header-menu-nav>a:nth-child(5){transition-delay:.10s}
.header-menu-nav>a:nth-child(6){transition-delay:.12s}
.header-menu-nav>a:nth-child(7){transition-delay:.14s}
.header-menu:not(.is-open) .header-menu-nav>a{
  opacity:0;
  transform:translateX(-18px);
}
.header-menu.is-open .header-menu-nav>a{
  opacity:1;
  transform:none;
  transition:opacity .35s ease,transform .42s cubic-bezier(.22,.8,.2,1),border-color .22s ease,box-shadow .22s ease,background .22s ease;
}
.header-menu-socials{
  flex:0 0 auto;
  margin-top:auto;
  padding:17px 2px 2px;
  border:0;
  border-top:1px solid var(--line);
  border-radius:0;
  background:transparent;
}
.header-menu-socials nav a{
  border:0;
  background:transparent;
}
.header-menu-socials nav a:hover{
  border-color:transparent;
  background:var(--surface-soft);
}


.scroll-top{
  position:fixed;
  z-index:64;
  right:max(18px,env(safe-area-inset-right));
  bottom:max(20px,env(safe-area-inset-bottom));
  width:52px;
  height:52px;
  padding:0;
  display:grid;
  place-items:center;
  border:1px solid color-mix(in srgb,var(--text) 15%,transparent);
  border-radius:17px;
  background:var(--text);
  color:var(--surface);
  box-shadow:0 16px 38px rgba(12,15,25,.22);
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(14px) scale(.9);
  transition:opacity .24s ease,visibility .24s ease,transform .28s cubic-bezier(.22,.8,.2,1),box-shadow .22s ease;
}
html[data-theme="dark"] .scroll-top{
  border-color:rgba(241,220,0,.38);
  background:var(--brand-yellow);
  color:#11120f;
  box-shadow:0 16px 38px rgba(0,0,0,.42);
}
.scroll-top.is-visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:none;
}
.scroll-top:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 44px rgba(12,15,25,.30);
}
.scroll-top svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body.menu-open .scroll-top,
body.cookie-open .scroll-top{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}

@media(max-width:760px){
  .site-footer:not(.legal-footer) .footer-main-row{
    grid-template-columns:1fr;
    gap:15px;
  }
  .site-footer:not(.legal-footer) .footer-brand{
    justify-content:center;
  }
  .site-footer:not(.legal-footer) .footer-links{
    width:100%;
    grid-template-columns:repeat(5,minmax(0,1fr));
  }
}
@media(max-width:560px){
  .header-menu,
  .header-menu.is-open{
    top:6px!important;
    right:6px!important;
    bottom:6px!important;
    width:calc(100vw - 12px)!important;
    padding:18px 14px 15px!important;
    border-radius:23px!important;
    clip-path:inset(0 100% 0 0 round 23px);
  }
  .header-menu.is-open{clip-path:inset(0 0 0 0 round 23px)}
  .header-menu-intro{padding:16px 1px 14px}
  .header-menu-intro h2{font-size:24px}
  .header-menu-nav{gap:7px}
  .header-menu-nav>a{min-height:63px;padding:9px 10px}
  .header-menu-socials{padding-top:14px}
  .site-footer:not(.legal-footer) .footer-brand{
    display:flex;
    justify-content:center;
    gap:12px;
    text-align:left;
  }
  .site-footer:not(.legal-footer) .footer-brand-logo{
    width:160px;
    height:50px;
    flex-basis:160px;
  }
  .site-footer:not(.legal-footer) .footer-copyright{
    max-width:112px;
    font-size:9px;
  }
  .site-footer:not(.legal-footer) .footer-links{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:11px 8px;
    font-size:9.5px;
  }
  .site-footer:not(.legal-footer) .footer-social-block{
    display:grid;
    justify-items:center;
    gap:12px;
  }
  .site-footer:not(.legal-footer) .footer-social-copy{text-align:center}
  .site-footer:not(.legal-footer) .footer-socials{justify-content:center;gap:17px}
  .scroll-top{
    right:max(13px,env(safe-area-inset-right));
    bottom:max(14px,env(safe-area-inset-bottom));
    width:48px;
    height:48px;
    border-radius:15px;
  }
}
@media(max-width:380px){
  .header-menu-nav>a{min-height:58px}
  .header-menu-nav em{display:none}
  .header-menu-socials>div>span{font-size:9.5px}
  .site-footer:not(.legal-footer) .footer-brand-logo{
    width:145px;
    height:46px;
    flex-basis:145px;
  }
}
@media(prefers-reduced-motion:reduce){
  .header-menu,.header-menu.is-open,.header-menu-nav>a,.menu-close,.scroll-top{transition:none!important}
}


@media(max-width:560px){
  .site-footer:not(.legal-footer) .footer-brand{
    flex-direction:row;
    align-items:center;
  }
}


.footer-mobile-copyright{
  display:none;
}

@media(max-width:640px){
  .site-footer:not(.legal-footer){
    padding:30px 16px max(30px,env(safe-area-inset-bottom));
  }
  .site-footer:not(.legal-footer) .footer-inner{
    width:100%;
    max-width:520px;
    margin:0 auto;
    display:grid;
    justify-items:center;
    gap:22px;
  }
  .site-footer:not(.legal-footer) .footer-main-row,
  .site-footer:not(.legal-footer) .footer-social-row{
    width:100%;
  }
  .site-footer:not(.legal-footer) .footer-main-row{
    display:grid;
    grid-template-columns:1fr;
    justify-items:center;
    gap:22px;
  }
  .site-footer:not(.legal-footer) .footer-brand{
    width:100%;
    display:block;
    text-align:center;
  }
  .site-footer:not(.legal-footer) .footer-brand-logo{
    width:min(260px,76vw);
    height:80px;
    margin:0 auto;
    flex:none;
  }
  .site-footer:not(.legal-footer) .footer-brand-logo>img{
    object-position:center center!important;
  }
  .site-footer:not(.legal-footer) .footer-copyright{
    display:none!important;
  }
  .site-footer:not(.legal-footer) .footer-links{
    width:100%;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-items:center;
    justify-items:center;
    gap:14px 12px;
    padding:0 2px;
    font-size:10.5px;
    line-height:1.35;
    text-align:center;
  }
  .site-footer:not(.legal-footer) .footer-links>a,
  .site-footer:not(.legal-footer) .footer-links>button{
    width:100%;
    min-height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:3px 5px;
    text-align:center;
  }
  .site-footer:not(.legal-footer) .footer-links>.footer-cookie-button{
    grid-column:1 / -1;
    width:auto;
    min-width:170px;
  }
  .site-footer:not(.legal-footer) .footer-social-block{
    width:100%;
    padding:20px 0 0;
    display:grid;
    justify-items:center;
    gap:17px;
    border-top:1px solid var(--line);
  }
  .site-footer:not(.legal-footer) .footer-social-copy{
    width:100%;
    max-width:390px;
    text-align:center;
  }
  .site-footer:not(.legal-footer) .footer-social-copy strong{
    font-size:15px;
    line-height:1.25;
  }
  .site-footer:not(.legal-footer) .footer-social-copy span{
    margin-top:6px;
    font-size:10.5px;
    line-height:1.5;
  }
  .site-footer:not(.legal-footer) .footer-socials{
    width:min(340px,100%);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:0;
    padding:0 8px;
  }
  .site-footer:not(.legal-footer) .footer-socials a{
    width:36px;
    height:36px;
    display:grid;
    place-items:center;
  }
  .site-footer:not(.legal-footer) .footer-socials svg{
    width:23px;
    height:23px;
  }
  .site-footer:not(.legal-footer) .footer-mobile-copyright{
    width:100%;
    display:block;
    padding:18px 10px 0;
    border-top:1px solid var(--line);
    color:var(--muted);
    font-family:"Montserrat","Montserrat",sans-serif;
    font-size:10.5px;
    font-weight:650;
    line-height:1.55;
    text-align:center;
  }
}

@media(max-width:380px){
  .site-footer:not(.legal-footer) .footer-brand-logo{
    width:min(232px,78vw);
    height:72px;
  }
  .site-footer:not(.legal-footer) .footer-links{
    gap:11px 8px;
    font-size:9.8px;
  }
  .site-footer:not(.legal-footer) .footer-socials{
    width:100%;
    padding-inline:4px;
  }
}


@media(max-width:640px){
  .site-footer:not(.legal-footer) .footer-links{
    width:min(330px,100%);
    margin:0 auto;
    padding:0 14px;
    display:grid;
    grid-template-columns:1fr;
    justify-items:stretch;
    gap:4px;
    font-size:11px;
    line-height:1.35;
  }
  .site-footer:not(.legal-footer) .footer-links>a,
  .site-footer:not(.legal-footer) .footer-links>button,
  .site-footer:not(.legal-footer) .footer-links>.footer-cookie-button{
    grid-column:auto;
    width:100%;
    min-width:0;
    min-height:38px;
    margin:0;
    padding:7px 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
  }
  .site-footer:not(.legal-footer) .footer-social-row{
    width:calc(100% - 24px);
    max-width:420px;
    margin:0 auto;
  }
  .site-footer:not(.legal-footer) .footer-social-block{
    width:100%;
    margin:0 auto;
    padding:20px 10px 0;
    justify-items:center;
    gap:16px;
  }
  .site-footer:not(.legal-footer) .footer-social-copy{
    width:100%;
    max-width:360px;
    margin:0 auto;
    padding:0 4px;
    text-align:center;
  }
  .site-footer:not(.legal-footer) .footer-socials{
    width:100%;
    max-width:310px;
    margin:0 auto;
    padding:0 8px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:28px;
  }
}

@media(max-width:380px){
  .site-footer:not(.legal-footer) .footer-links{
    width:min(300px,100%);
    padding-inline:10px;
  }
  .site-footer:not(.legal-footer) .footer-social-row{
    width:calc(100% - 18px);
  }
  .site-footer:not(.legal-footer) .footer-socials{
    max-width:286px;
    padding-inline:4px;
    gap:22px;
  }
}
