:root {
  --ink: #07111d;
  --ink-soft: #0c1a2a;
  --blue: #1976ed;
  --blue-bright: #3f93ff;
  --white: #ffffff;
  --paper: #f5f8fb;
  --muted: #677384;
  --line: #dce4ec;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-140%); background: #fff; color: #000; padding: 10px 16px; border-radius: 4px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .3s, box-shadow .3s; }
.site-header::after { content: ""; position: absolute; left: 0; bottom: -1px; width: var(--scroll-progress, 0%); height: 2px; background: linear-gradient(90deg, var(--blue), var(--blue-bright)); box-shadow: 0 0 12px rgba(63,147,255,.55); }
.site-header.scrolled { background: rgba(5,15,26,.98); box-shadow: 0 12px 36px rgba(0,0,0,.2); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-mark { width: 52px; height: 42px; stroke: #fff; stroke-width: 2.2; }
.brand-mark .brand-accent { stroke: var(--blue-bright); }
.brand-name { display: grid; grid-template-columns: auto auto; align-items: baseline; font-size: 24px; letter-spacing: -.05em; }
.brand-name span { font-weight: 500; }
.brand-name strong { color: var(--blue-bright); font-weight: 700; }
.brand-name small { grid-column: 1 / -1; margin-top: 6px; font-size: 9px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue-bright); transition: right .2s; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { right: 0; }
.nav-cta { border: 1px solid rgba(255,255,255,.65); padding: 11px 17px; border-radius: 3px; transition: color .2s, background .2s; }
.nav-cta:hover, .nav-cta:focus-visible { background: #fff; color: var(--ink); }
.menu-button { display: none; position: relative; background: none; border: 0; padding: 8px; color: #fff; cursor: pointer; touch-action: manipulation; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 780px; height: 100svh; color: #fff; overflow: hidden; background: var(--ink); }
.hero-media { position: absolute; inset: 0; }
.hero-image { position: absolute; inset: -30px 0 auto; width: 100%; height: calc(100% + 60px); object-fit: cover; object-position: 54% center; opacity: 0; transform: translate3d(0, var(--hero-shift, 0px), 0) scale(1.045); transition: opacity 1.15s ease; will-change: transform, opacity; }
.hero-founder-slide.is-active { opacity: 1; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,10,18,.97) 0%, rgba(3,10,18,.88) 32%, rgba(3,10,18,.38) 65%, rgba(3,10,18,.1) 100%), linear-gradient(0deg, rgba(3,10,18,.4), transparent 44%); }
.hero-rule { position: absolute; top: 0; bottom: 0; left: calc(50% + 70px); width: 1px; background: rgba(63,147,255,.7); transform: skewX(-10deg); transform-origin: top; }
.hero-inner { position: relative; height: 100%; display: flex; align-items: center; padding-top: 72px; }
.hero-copy { width: min(660px, 62%); }
.image-disclosure { margin: 16px 0 0; color: rgba(255,255,255,.84); font-size: 14px; line-height: 1.5; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 24px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.2; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 38px; height: 2px; background: var(--blue-bright); }
.eyebrow.dark { color: #667285; }
.hero h1 { margin: 0; max-width: 730px; font-size: clamp(48px, 6.2vw, 88px); line-height: 1.02; letter-spacing: -.055em; font-weight: 700; }
.hero h1 em { color: var(--blue-bright); font-style: normal; }
.hero-lead { max-width: 630px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 13px 21px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s, color .2s, border .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 12px 30px rgba(25,118,237,.28); }
.button-primary:hover, .button-primary:focus-visible { background: #2b85f3; }
.button-quiet { border-color: rgba(255,255,255,.38); color: #fff; }
.button-quiet:hover, .button-quiet:focus-visible { background: rgba(255,255,255,.1); border-color: #fff; }
.hero-trust { display: flex; gap: 28px; margin: 37px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.7); font-size: 13px; font-weight: 600; }
.hero-trust li { display: flex; align-items: center; gap: 8px; }
.hero-trust svg { width: 17px; stroke: var(--blue-bright); stroke-width: 2.3; }
.scroll-hint { position: absolute; right: 42px; bottom: 37px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.65); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.scroll-hint i { width: 54px; height: 1px; background: var(--blue-bright); }

.section-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .55fr); align-items: end; gap: 80px; margin-bottom: 55px; }
.section-head .eyebrow { margin-bottom: 16px; }
.section-head h2, .quality h2, .contact h2 { margin: 0; font-size: clamp(36px, 4.2vw, 60px); line-height: 1.08; letter-spacing: -.045em; }
.section-head > p { margin: 0 0 4px; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 410px; padding: 36px; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: background .25s, color .25s, transform .25s; }
.service-card:hover { background: #eef5fd; transform: translateY(-4px); box-shadow: 0 16px 40px rgba(13,29,47,.07); z-index: 2; }
.service-card.featured { background: var(--ink-soft); color: #fff; }
.service-card.featured:hover { background: #102339; }
.service-number { position: absolute; top: 28px; right: 30px; color: #a9b5c2; font-size: 12px; letter-spacing: .15em; }
.line-icon { width: 66px; height: 66px; margin-bottom: 62px; color: var(--blue); stroke-width: 1.7; }
.service-card.featured .line-icon { color: var(--blue-bright); }
.service-card h3 { margin: 0 0 13px; font-size: 23px; letter-spacing: -.025em; }
.service-card p { margin: 0; max-width: 480px; color: var(--muted); }
.service-card.featured p { color: rgba(255,255,255,.68); }
.service-card ul { display: grid; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.82); font-size: 14px; }
.service-card li::before { content: "—"; margin-right: 9px; color: var(--blue-bright); }
.service-card > a { display: inline-flex; gap: 12px; margin-top: 28px; color: var(--blue); font-size: 13px; font-weight: 700; }
.secondary-services { display: grid; grid-template-columns: 1fr 1.3fr 1.3fr; margin-top: 28px; background: #fff; border: 1px solid var(--line); }
.secondary-label { display: flex; align-items: center; padding: 30px; color: #697687; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.secondary-item { display: flex; align-items: center; gap: 24px; padding: 28px; border-left: 1px solid var(--line); }
.line-icon.small { flex: 0 0 auto; width: 50px; height: 50px; margin: 0; }
.secondary-item h3 { margin: 0 0 4px; font-size: 17px; }
.secondary-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.smart-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 28px; background: var(--line); border: 1px solid var(--line); }
.smart-feature { display: grid; grid-template-columns: 82px 1fr; gap: 22px; min-height: 210px; padding: 34px 30px; background: #fff; transition: background .3s, transform .3s; }
.smart-feature:hover { background: #f0f6fd; transform: translateY(-4px); }
.smart-icon-wrap { width: 76px; height: 76px; display: grid; place-items: center; color: var(--blue); background: linear-gradient(145deg, #edf5ff, #fff); border: 1px solid #dceafd; border-radius: 22px 6px 22px 6px; box-shadow: 0 14px 30px rgba(25,118,237,.09); transition: border-radius .35s, transform .35s; }
.smart-feature:hover .smart-icon-wrap { border-radius: 6px 22px 6px 22px; transform: rotate(-2deg); }
.smart-icon { width: 56px; height: 56px; stroke-width: 1.7; }
.smart-icon .accent-path { stroke: var(--blue-bright); stroke-width: 2.2; }
.smart-icon .spark-path { stroke: var(--blue-bright); fill: rgba(63,147,255,.08); }
.smart-feature span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.smart-feature h3 { margin: 5px 0 8px; font-size: 18px; letter-spacing: -.02em; }
.smart-feature p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.draw-icon path, .draw-icon circle { stroke-dasharray: 190; stroke-dashoffset: 190; }
.smart-feature.is-visible .draw-icon path, .smart-feature.is-visible .draw-icon circle { animation: icon-draw 1.15s cubic-bezier(.22,.8,.28,1) forwards; animation-delay: calc(var(--reveal-delay, 0ms) + 180ms); }
.smart-feature.is-visible .draw-icon .accent-path { animation-delay: calc(var(--reveal-delay, 0ms) + 420ms); }
.smart-feature.is-visible .draw-icon .spark-path { animation: icon-draw .8s ease forwards, icon-glow 2.4s ease-in-out infinite; animation-delay: calc(var(--reveal-delay, 0ms) + 600ms), calc(var(--reveal-delay, 0ms) + 1.4s); }

.quality { color: #fff; background: var(--ink); position: relative; overflow: hidden; }
.quality::before { content: ""; position: absolute; width: 540px; height: 540px; left: -300px; bottom: -270px; border: 1px solid rgba(63,147,255,.22); border-radius: 50%; box-shadow: 0 0 0 85px rgba(63,147,255,.03), 0 0 0 170px rgba(63,147,255,.025); }
.quality-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 110px; }
.quality-copy { position: sticky; top: 140px; align-self: start; }
.quality-copy > p:not(.eyebrow) { margin: 28px 0 0; max-width: 500px; color: rgba(255,255,255,.68); font-size: 17px; }
.text-link { display: inline-flex; gap: 12px; margin-top: 32px; padding-bottom: 6px; border-bottom: 1px solid var(--blue-bright); color: #fff; font-size: 14px; font-weight: 700; }
.quality-list { border-top: 1px solid rgba(255,255,255,.16); }
.quality-item { display: grid; grid-template-columns: 64px 1fr; gap: 16px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.quality-icon { width: 48px; height: 48px; display: grid; place-items: center; color: #dcecff; border: 1px solid rgba(63,147,255,.42); background: rgba(25,118,237,.09); border-radius: 14px 4px 14px 4px; }
.quality-icon svg { width: 32px; height: 32px; stroke-width: 1.65; }
.quality-icon .accent-path { color: var(--blue-bright); stroke-width: 2.1; }
.quality-item h3 { margin: 0 0 8px; font-size: 21px; }
.quality-item p { margin: 0; color: rgba(255,255,255,.62); }

.advisors { --founder-shift: 0px; position: relative; color: #fff; background: linear-gradient(145deg, #050d16, #0a1929 58%, #0c2440); overflow: hidden; }
.advisors::before { content: ""; position: absolute; width: 760px; height: 760px; right: -360px; top: -390px; border-radius: 50%; background: radial-gradient(circle, rgba(25,118,237,.2), rgba(25,118,237,0) 68%); pointer-events: none; }
.advisors .section-head { position: relative; z-index: 2; }
.advisors .eyebrow.dark { color: #fff; }
.advisors .eyebrow.dark span { background: var(--blue-bright); }
.advisors .section-head > p { color: rgba(255,255,255,.68); }
.advisor-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; min-height: 660px; padding: 2px; background: rgba(255,255,255,.2); box-shadow: 0 35px 90px rgba(0,0,0,.35); overflow: hidden; }
.advisor-card { position: relative; min-width: 0; min-height: 656px; background: #07111d; isolation: isolate; overflow: hidden; }
.advisor-photo-wrap { position: absolute; inset: 0; background: var(--ink-soft); overflow: hidden; }
.advisor-photo { position: absolute; left: 0; top: -7%; width: 100%; height: 114%; object-fit: cover; object-position: center; transform: translateY(var(--founder-shift)) scale(1.025); transition: transform .12s linear; }
.advisor-photo-owner { object-position: 76% center; }
.advisor-photo-pedram, .advisor-photo-david { object-position: 76% center; }
.advisor-photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,10,18,.08) 28%, rgba(3,10,18,.2) 52%, rgba(3,10,18,.92) 100%); pointer-events: none; }
.advisor-badge { position: absolute; z-index: 2; top: 20px; right: 20px; display: grid; place-items: center; width: 48px; height: 48px; color: #fff; border: 1px solid rgba(255,255,255,.48); background: rgba(5,15,26,.28); backdrop-filter: blur(8px); }
.advisor-badge svg { width: 29px; height: 29px; stroke-width: 1.6; }
.advisor-badge .accent-path { color: var(--blue-bright); }
.advisor-info { position: absolute; z-index: 2; inset: auto 0 0; padding: 34px 30px 30px; }
.advisor-kicker { color: var(--blue-bright); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.advisor-info h3 { margin: 8px 0 9px; color: #fff; font-size: 24px; letter-spacing: -.025em; }
.advisor-info p { margin: 0; color: rgba(255,255,255,.67); font-size: 14px; }
.advisor-actions { display: flex; gap: 9px; padding-top: 21px; }
.advisor-actions a { width: 45px; height: 45px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.28); background: rgba(5,15,26,.3); backdrop-filter: blur(8px); transition: color .2s, background .2s, border-color .2s, transform .2s; }
.advisor-actions a:hover, .advisor-actions a:focus-visible { color: #fff; background: var(--blue); border-color: var(--blue-bright); transform: translateY(-2px); }
.advisor-actions svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.process { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.process-grid li { position: relative; padding: 30px 30px 18px 0; }
.process-grid li:not(:last-child)::after { content: ""; position: absolute; top: 35px; right: 22px; width: 26px; height: 1px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .65s ease calc(var(--reveal-delay, 0ms) + 450ms); }
.process-grid li.is-visible:not(:last-child)::after { transform: scaleX(1); }
.process-grid span { color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.process-icon-wrap { width: 70px; height: 70px; display: grid; place-items: center; margin-top: 24px; color: var(--ink); background: linear-gradient(145deg, #f5f9fe, #fff); border: 1px solid var(--line); border-radius: 18px 5px 18px 5px; transition: border-radius .35s, color .35s, transform .35s; }
.process-grid li:hover .process-icon-wrap { color: var(--blue); border-radius: 5px 18px 5px 18px; transform: translateY(-4px); }
.process-icon { width: 48px; height: 48px; stroke-width: 1.7; }
.process-icon .accent-path { stroke: var(--blue); stroke-width: 2.1; }
.process-icon .spark-path { stroke: var(--blue-bright); fill: rgba(63,147,255,.08); }
.process-grid li.is-visible .draw-icon path, .process-grid li.is-visible .draw-icon circle { animation: icon-draw 1.05s cubic-bezier(.22,.8,.28,1) forwards; animation-delay: calc(var(--reveal-delay, 0ms) + 220ms); }
.process-grid li.is-visible .draw-icon .accent-path { animation-delay: calc(var(--reveal-delay, 0ms) + 430ms); }
.process-grid h3 { margin: 20px 0 10px; font-size: 20px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.vehicle-care { position: relative; color: #fff; background: linear-gradient(135deg, #07111d 0%, #0a1929 62%, #0b2240 100%); overflow: hidden; }
.vehicle-glow { position: absolute; width: 760px; height: 760px; right: -380px; top: -390px; border-radius: 50%; background: radial-gradient(circle, rgba(25,118,237,.2), rgba(25,118,237,0) 68%); pointer-events: none; }
.vehicle-shell { position: relative; }
.vehicle-intro { padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.15); }
.vehicle-title-row { display: grid; grid-template-columns: minmax(0, 1fr) 230px; align-items: center; gap: 70px; }
.vehicle-intro h2 { margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: 1.02; letter-spacing: -.05em; }
.vehicle-intro h2 em { color: var(--blue-bright); font-style: normal; }
.vehicle-intro p:not(.eyebrow) { max-width: 670px; margin: 24px 0 0; color: rgba(255,255,255,.67); font-size: 17px; }
.vehicle-icon-stage { position: relative; width: 210px; height: 146px; display: grid; place-items: center; border: 1px solid rgba(63,147,255,.42); border-radius: 40px 8px 40px 8px; background: linear-gradient(145deg, rgba(25,118,237,.14), rgba(255,255,255,.02)); box-shadow: inset 0 0 40px rgba(25,118,237,.06), 0 20px 60px rgba(0,0,0,.24); }
.vehicle-icon-stage::after { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.08); border-radius: 30px 5px 30px 5px; }
.vehicle-icon { width: 138px; height: 98px; color: #e7f2ff; stroke-width: 1.7; }
.vehicle-icon .accent-path { color: var(--blue-bright); stroke-width: 2; }
.vehicle-intro.is-visible .vehicle-icon path { animation: icon-draw 1.35s cubic-bezier(.22,.8,.28,1) forwards .35s; }
.vehicle-intro.is-visible .vehicle-icon .accent-path { animation: icon-draw .85s ease forwards .95s, icon-glow 2.4s ease-in-out infinite 1.8s; }
.vehicle-prices { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 36px; }
.vehicle-price { position: relative; display: grid; grid-template-columns: 210px 1fr; gap: 34px; padding: 34px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.14); overflow: hidden; transition: transform .3s, border-color .3s, background .3s; }
.vehicle-price:hover { transform: translateY(-4px); border-color: rgba(63,147,255,.55); background: rgba(255,255,255,.065); }
.vehicle-price.premium { background: linear-gradient(120deg, rgba(25,118,237,.2), rgba(255,255,255,.045)); }
.vehicle-price.premium::before { content: "Beliebt"; position: absolute; z-index: 1; top: 12px; right: 12px; padding: 6px 10px; color: #fff; background: var(--blue); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: 9px; font-weight: 800; line-height: 1; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.price-head { display: grid; align-content: center; padding-right: 30px; border-right: 1px solid rgba(255,255,255,.14); }
.price-head > span { color: var(--blue-bright); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.price-head strong { margin-top: 8px; font-size: 38px; line-height: 1; letter-spacing: -.04em; }
.price-head small { color: rgba(255,255,255,.54); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.vehicle-price ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; align-content: center; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.72); font-size: 14px; }
.vehicle-price li { position: relative; padding-left: 19px; }
.vehicle-price li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; border: 1px solid var(--blue-bright); border-radius: 50%; box-shadow: 0 0 8px rgba(63,147,255,.35); }
.vehicle-bottom { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; margin-top: 18px; padding: 28px 32px; border: 1px solid rgba(255,255,255,.11); background: rgba(0,0,0,.15); }
.vehicle-bottom p { max-width: 720px; margin: 8px 0 4px; color: rgba(255,255,255,.66); font-size: 14px; }
.vehicle-bottom small { color: rgba(255,255,255,.4); font-size: 11px; }
.mobile-badge { color: var(--blue-bright); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.vehicle-actions { display: grid; gap: 10px; min-width: 230px; text-align: center; }
.vehicle-phone { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }

.textile-panel { position: relative; margin-top: 72px; padding: 42px; color: var(--ink); background: linear-gradient(135deg, #f7fafe, #edf4fb); border: 1px solid rgba(255,255,255,.6); box-shadow: 0 30px 80px rgba(0,0,0,.2); overflow: hidden; }
.textile-panel::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(var(--blue-bright), var(--blue)); }
.textile-intro { display: grid; grid-template-columns: 100px minmax(0, 1fr); align-items: center; gap: 30px; }
.textile-icon-wrap { width: 92px; height: 92px; display: grid; place-items: center; color: var(--blue); background: #fff; border: 1px solid #d8e7f7; border-radius: 28px 7px 28px 7px; box-shadow: 0 18px 45px rgba(25,118,237,.12); }
.textile-icon { width: 70px; height: 58px; stroke-width: 1.8; }
.textile-icon .accent-path { stroke: var(--blue-bright); stroke-width: 2; }
.textile-panel.is-visible .textile-icon path { animation: icon-draw 1.2s cubic-bezier(.22,.8,.28,1) forwards .3s; }
.textile-panel.is-visible .textile-icon .accent-path { animation: icon-draw .8s ease forwards .85s, icon-glow 2.4s ease-in-out infinite 1.65s; }
.textile-intro h3 { margin: 5px 0 8px; font-size: clamp(28px, 3vw, 42px); line-height: 1.1; letter-spacing: -.035em; }
.textile-intro p { max-width: 780px; margin: 0; color: var(--muted); }
.textile-services { display: flex; flex-wrap: wrap; gap: 9px; margin: 32px 0; padding: 20px 0; border-top: 1px solid #d7e1ec; border-bottom: 1px solid #d7e1ec; }
.textile-services span { padding: 8px 12px; color: #3d4c5d; background: #fff; border: 1px solid #dce5ee; border-radius: 2px; font-size: 12px; font-weight: 700; }
.textile-prices { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.textile-price { padding: 28px; background: #fff; border: 1px solid #dce5ee; transition: transform .3s, box-shadow .3s, border-color .3s; }
.textile-price:hover { transform: translateY(-4px); border-color: #bdd7f5; box-shadow: 0 16px 38px rgba(8,31,57,.08); }
.textile-price > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 10px; }
.textile-price > div > span { color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.textile-price strong { color: var(--ink); font-size: 29px; line-height: 1; letter-spacing: -.035em; }
.textile-price strong small { color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.textile-price p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.textile-price ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; color: #445264; font-size: 13px; }
.textile-price li { position: relative; padding-left: 18px; }
.textile-price li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; border: 1px solid var(--blue); border-radius: 50%; }
.textile-note { display: block; margin-top: 18px; color: #7b8795; font-size: 11px; }

.social-strip { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; margin-top: 18px; padding: 30px 34px; border: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.16); }
.social-strip h3 { margin: 5px 0 3px; font-size: 20px; }
.social-strip p { margin: 0; color: rgba(255,255,255,.52); font-size: 13px; }
.social-links { display: flex; gap: 12px; }
.social-link { min-width: 236px; display: flex; align-items: center; gap: 14px; padding: 13px 16px; color: #fff; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.04); transition: transform .25s, border-color .25s, background .25s; }
.social-link:hover, .social-link:focus-visible { transform: translateY(-3px); border-color: rgba(63,147,255,.65); background: rgba(25,118,237,.12); }
.social-link svg { flex: 0 0 auto; width: 30px; height: 30px; color: var(--blue-bright); stroke-width: 1.8; }
.social-link .social-dot { stroke: var(--blue-bright); fill: var(--blue-bright); }
.social-link span { display: grid; color: rgba(255,255,255,.74); font-size: 12px; }
.social-link small { color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.founder-contact { color: #fff; background: #050d16; overflow: hidden; }
.founder-contact-photo { position: relative; width: 100%; margin: 0; background: #081522; overflow: hidden; }
.founder-contact-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,13,22,.04), rgba(5,13,22,.22)); pointer-events: none; }
.founder-contact-photo img { width: 100%; height: auto; }
.team-disclosure { position: relative; z-index: 1; margin: 0; padding: 10px max(20px, calc((100vw - 1200px) / 2)); }
.founder-contact-links { display: flex; justify-content: center; gap: 16px; padding-top: 30px; padding-bottom: 34px; }
.founder-contact-link { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 22px; color: #fff; border: 1px solid rgba(255,255,255,.28); background: rgba(25,118,237,.1); font-size: 15px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.founder-contact-link:hover, .founder-contact-link:focus-visible { transform: translateY(-2px); background: var(--blue); border-color: var(--blue-bright); }
.founder-contact-link svg { width: 22px; height: 22px; flex: 0 0 auto; }

.contact { background: #fff; padding-top: 0; }
.contact-card { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 70px; padding: 70px; color: #fff; background: linear-gradient(125deg, #0b5dbe, #167cf3); overflow: hidden; }
.contact-copy { position: relative; max-width: 710px; }
.contact-copy > p:last-child { max-width: 680px; margin: 23px 0 0; color: rgba(255,255,255,.78); font-size: 17px; }
.contact-action { position: relative; display: grid; gap: 14px; min-width: 230px; text-align: center; }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: #eaf3ff; }
.button-call { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(4,40,85,.14); }
.button-call:hover, .button-call:focus-visible { background: rgba(4,40,85,.28); border-color: #fff; }
.email-link { color: rgba(255,255,255,.8); font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
.contact-mark { position: absolute; right: 280px; top: -45px; width: 290px; opacity: .1; transform: rotate(4deg); }
.contact-mark svg { stroke: #fff; stroke-width: 1; }

.site-footer { color: #fff; background: #050d16; }
.footer-main { display: grid; grid-template-columns: 1.2fr 1fr 1fr; align-items: center; gap: 60px; padding: 66px 0; }
.footer-main > p { margin: 0; color: rgba(255,255,255,.55); font-size: 14px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; font-size: 14px; }
.footer-links a { color: rgba(255,255,255,.68); }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 20px 0 26px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.38); font-size: 12px; }

.legal-page { min-height: 100vh; display: flex; flex-direction: column; background: #f5f8fb; }
.legal-header { color: #fff; background: #07111d; }
.legal-header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-logo { display: inline-flex; flex-wrap: wrap; align-items: baseline; font-size: 27px; font-weight: 500; letter-spacing: -.05em; line-height: 1; }
.legal-logo strong { color: var(--blue-bright); font-weight: 800; }
.legal-logo small { width: 100%; margin-top: 8px; font-size: 9px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.legal-home-link { font-size: 14px; font-weight: 700; }
.legal-home-link:hover, .legal-home-link:focus-visible { color: var(--blue-bright); }
.legal-main { flex: 1; width: min(860px, calc(100% - 40px)); padding-block: 70px 100px; }
.legal-kicker { margin: 0 0 12px; color: var(--blue); font-size: 14px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.legal-main h1 { margin: 0; font-size: clamp(40px, 6vw, 64px); line-height: 1.08; letter-spacing: -.045em; }
.legal-intro { max-width: 690px; margin: 22px 0 50px; color: var(--muted); font-size: 18px; }
.legal-section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 18px; font-size: 24px; line-height: 1.3; letter-spacing: -.025em; }
.legal-section p { margin: 0 0 16px; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section a { color: #075dbf; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.legal-form-sample { margin: 20px 0; padding: 24px; background: #fff; border: 1px solid var(--line); }
.legal-form-sample p { margin-bottom: 18px; }
.legal-updated { margin-top: 36px; color: var(--muted); font-size: 14px; }
.legal-footer { color: #fff; background: #050d16; }
.legal-footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding-block: 24px; font-size: 14px; }
.legal-footer nav { display: flex; flex-wrap: wrap; gap: 22px; }
.legal-footer a:hover, .legal-footer a:focus-visible, .legal-footer a[aria-current="page"] { color: var(--blue-bright); }

.reveal { opacity: 0; transform: translateY(30px); filter: blur(4px); transition: opacity .7s cubic-bezier(.22,.8,.28,1), transform .7s cubic-bezier(.22,.8,.28,1), filter .7s ease; transition-delay: var(--reveal-delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; filter: none; }

@keyframes icon-draw { to { stroke-dashoffset: 0; } }
@keyframes icon-glow { 0%, 100% { opacity: .65; } 50% { opacity: 1; filter: drop-shadow(0 0 5px rgba(63,147,255,.75)); } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 780px); }
  .section { padding: 86px 0; }
  .menu-button { display: block; z-index: 4; }
  .site-nav { position: fixed; z-index: 3; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 30px; background: rgba(5,15,26,.98); font-size: 20px; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .2s, visibility .2s; }
  .site-nav.open { visibility: visible; opacity: 1; pointer-events: auto; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 760px; }
  .hero-copy { width: min(660px, 78%); }
  .hero-image { object-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,10,18,.97), rgba(3,10,18,.72) 58%, rgba(3,10,18,.22)), linear-gradient(0deg, rgba(3,10,18,.5), transparent 50%); }
  .hero-rule { left: 73%; }
  .section-head { grid-template-columns: 1fr; gap: 25px; }
  .service-card.featured { grid-row: auto; }
  .secondary-services { grid-template-columns: 1fr 1fr; }
  .secondary-label { grid-column: 1 / -1; border-bottom: 1px solid var(--line); }
  .secondary-item:first-of-type { border-left: 0; }
  .smart-features { grid-template-columns: 1fr; }
  .smart-feature { grid-template-columns: 90px 1fr; min-height: 0; }
  .quality-grid { grid-template-columns: 1fr; gap: 50px; }
  .quality-copy { position: static; }
  .advisor-grid { min-height: 560px; }
  .advisor-card { min-height: 556px; }
  .advisor-info { padding: 26px 20px 24px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 25px 0; }
  .vehicle-title-row { grid-template-columns: 1fr 180px; gap: 35px; }
  .vehicle-icon-stage { width: 170px; height: 126px; }
  .vehicle-icon { width: 118px; }
  .vehicle-prices { grid-template-columns: 1fr; }
  .vehicle-bottom { grid-template-columns: 1fr; gap: 28px; }
  .vehicle-actions { justify-self: start; }
  .textile-panel { padding: 36px; }
  .textile-prices { grid-template-columns: 1fr; }
  .social-strip { grid-template-columns: 1fr; gap: 22px; }
  .social-links { flex-wrap: wrap; }
  .founder-contact-links { justify-content: flex-start; }
  .contact-card { grid-template-columns: 1fr; align-items: start; padding: 55px; }
  .contact-action { justify-self: start; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .legal-header-inner { min-height: 75px; }
  .legal-main { width: calc(100% - 32px); padding-block: 54px 76px; }
  .legal-section { padding-block: 25px; }
  :root { --shell: calc(100% - 26px); }
  body { font-size: 16px; }
  .section { padding: 72px 0; }
  .nav-wrap { height: 70px; }
  .brand-mark { width: 45px; height: 36px; }
  .brand-name { font-size: 21px; }
  .brand-name small { font-size: 8px; }
  .hero { min-height: 720px; height: auto; }
  .hero-image { object-position: 67% center; }
  .hero-founder-slide { opacity: 0; }
  .hero-founder-slide.is-active { opacity: .68; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,10,18,.96), rgba(3,10,18,.61)), linear-gradient(0deg, rgba(3,10,18,.75), transparent 65%); }
  .hero-rule, .scroll-hint { display: none; }
  .hero-inner { min-height: 720px; align-items: flex-end; padding-top: 120px; padding-bottom: 58px; }
  .hero-copy { width: 100%; }
  .eyebrow { font-size: 11px; letter-spacing: .13em; }
  .hero h1 { font-size: clamp(43px, 13.5vw, 62px); }
  .hero-lead { font-size: 16px; line-height: 1.6; }
  .hero-actions { display: grid; }
  .hero-trust { display: grid; gap: 8px; margin-top: 28px; }
  .section-head { margin-bottom: 38px; }
  .section-head h2, .quality h2, .contact h2 { font-size: 38px; }
  .section-head > p, .quality-copy > p:not(.eyebrow), .contact-copy > p:last-child { font-size: 16px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card.featured { min-height: 360px; padding: 28px; }
  .line-icon { margin-bottom: 42px; }
  .secondary-services { grid-template-columns: 1fr; }
  .secondary-label { grid-column: auto; }
  .secondary-item { border-left: 0; border-top: 1px solid var(--line); }
  .smart-feature { grid-template-columns: 68px 1fr; padding: 28px 22px; }
  .smart-icon-wrap { width: 62px; height: 62px; border-radius: 17px 5px 17px 5px; }
  .smart-icon { width: 46px; height: 46px; }
  .quality-item { grid-template-columns: 48px 1fr; }
  .advisor-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 480px; }
  .advisor-card { display: block; min-height: 476px; }
  .advisor-badge { top: 8px; right: 8px; width: 32px; height: 32px; }
  .advisor-badge svg { width: 20px; height: 20px; }
  .advisor-info { padding: 16px 7px 13px; }
  .advisor-kicker, .advisor-info p { display: none; }
  .advisor-info h3 { margin: 0; font-size: 14px; line-height: 1.2; }
  .advisor-actions { gap: 4px; padding-top: 12px; }
  .advisor-actions a { width: 30px; height: 30px; }
  .advisor-actions svg { width: 16px; height: 16px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { padding-right: 0; }
  .process-grid li:not(:last-child)::after { display: none; }
  .process-grid h3 { margin-top: 14px; }
  .process-icon-wrap { margin-top: 16px; }
  .vehicle-title-row { grid-template-columns: 1fr; }
  .vehicle-icon-stage { width: 100%; height: 130px; margin-top: 6px; }
  .vehicle-price { grid-template-columns: 1fr; gap: 22px; padding: 28px 22px; }
  .vehicle-price.premium { padding-top: 52px; }
  .price-head { padding: 0 0 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .vehicle-price ul { grid-template-columns: 1fr; }
  .vehicle-bottom { padding: 25px 22px; }
  .vehicle-actions { width: 100%; }
  .textile-panel { margin-top: 50px; padding: 28px 22px; }
  .textile-intro { grid-template-columns: 1fr; gap: 18px; }
  .textile-icon-wrap { width: 76px; height: 76px; }
  .textile-icon { width: 58px; height: 49px; }
  .textile-services { margin: 24px 0; }
  .textile-price { padding: 23px 20px; }
  .textile-price > div { align-items: flex-start; flex-direction: column; gap: 8px; }
  .social-strip { padding: 26px 22px; }
  .social-links { display: grid; width: 100%; }
  .social-link { min-width: 0; }
  .founder-contact-links { display: grid; gap: 10px; }
  .founder-contact-link { width: 100%; }
  .contact-card { width: 100%; padding: 45px 24px; }
  .contact-action { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; padding: 52px 0; }
  .footer-links { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; filter: none; }
  .hero-image { transform: none; }
  .draw-icon path, .draw-icon circle { stroke-dashoffset: 0; animation: none !important; }
}
