:root {
  --green-950: #041d15;
  --green-900: #082b20;
  --green-850: #0b3528;
  --green-800: #0d4432;
  --green-700: #075e3c;
  --green-600: #008f50;
  --green-500: #00ad61;
  --green-200: #a9e5c5;
  --green-100: #dcf6e8;
  --green-50: #effaf4;
  --orange: #fa4710;
  --orange-dark: #d93400;
  --orange-pale: #fff0ea;
  --ink: #10231c;
  --muted: #607069;
  --line: #dfe9e4;
  --paper: #ffffff;
  --wash: #f3f7f5;
  --shadow: 0 24px 70px rgba(3, 37, 25, .12);
  --shell: 1180px;
  --font-professional: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; }
img, svg { display: block; max-width: 100%; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }

.site-body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-professional);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.site-shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; left: 12px; top: 12px; padding: 10px 14px; border-radius: 8px; background: white; color: var(--green-900); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(8,43,32,.08); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 166px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.desktop-nav a, .text-link { font-size: 13px; font-weight: 700; color: #41534c; transition: color .2s ease; }
.desktop-nav a:hover, .text-link:hover { color: var(--green-600); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 11px; display: grid; place-content: center; gap: 4px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 18px; height: 2px; border-radius: 2px; background: var(--green-900); }
.mobile-menu nav { position: absolute; top: 52px; right: 0; min-width: 250px; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); display: grid; }
.mobile-menu nav > a:not(.button) { padding: 10px 12px; border-radius: 8px; font-size: 14px; font-weight: 700; }
.mobile-menu nav > a:hover { background: var(--wash); }
.mobile-menu .button { margin-top: 8px; }

.button { min-height: 47px; padding: 0 20px; border: 0; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 14px; font-weight: 800; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; }
.button-small { min-height: 43px; padding-inline: 18px; }
.button-large { min-height: 55px; padding-inline: 24px; }
.button-primary { background: var(--green-900); color: white; box-shadow: 0 10px 24px rgba(8,43,32,.18); }
.button-primary:hover { background: var(--green-800); box-shadow: 0 14px 30px rgba(8,43,32,.24); }
.button-orange { background: var(--orange); color: white; box-shadow: 0 12px 28px rgba(250,71,16,.2); }
.button-orange:hover { background: var(--orange-dark); }
.button-quiet { border: 1px solid var(--line); background: rgba(255,255,255,.7); color: var(--green-900); }
.button-quiet:hover { background: white; }
.button-light { background: white; color: var(--green-900); }

.hero-section { position: relative; overflow: hidden; min-height: 715px; background: linear-gradient(122deg, #f8fbf9 0%, #edf7f2 56%, #e4f1eb 100%); }
.hero-grid { min-height: 715px; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 54px; padding-block: 72px 84px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { color: var(--green-600); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 9px; padding: 7px 11px; border: 1px solid #cce9db; border-radius: 100px; background: rgba(255,255,255,.76); }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(250,71,16,.12); }
.hero-copy h1, .section-heading h2, .process-intro h2, .fleet-copy h2, .marketplace-copy h2, .faq-grid h2, .closing-card h2, .blog-hero h1, .article-hero h1 {
  margin: 20px 0 0;
  color: var(--green-950);
  font-family: var(--font-professional);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.045em;
}
.hero-copy h1 { max-width: 650px; font-size: clamp(49px, 5vw, 76px); }
.hero-copy h1 em, .section-heading h2 em, .process-intro h2 em, .fleet-copy h2 em, .marketplace-copy h2 em, .faq-grid h2 em, .closing-card h2 em { color: var(--green-600); font-style:normal;font-weight: inherit; }
.hero-lede { max-width: 595px; margin: 25px 0 0; color: #51655d; font-size: 17px; line-height: 1.8; }
.hero-actions { margin-top: 33px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.play-dot { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--green-100); color: var(--green-700); font-size: 13px !important; }
.hero-assurances { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 17px; color: #61736b; font-size: 12px; font-weight: 700; }
.hero-assurances span { display: flex; align-items: center; gap: 6px; }
.hero-assurances i { color: var(--green-600); font-style: normal; }
.hero-orbit { position: absolute; border: 1px solid rgba(0,143,80,.09); border-radius: 50%; }
.hero-orbit-one { width: 720px; height: 720px; right: -220px; top: -250px; }
.hero-orbit-two { width: 520px; height: 520px; right: -80px; top: -130px; }

.hero-product { position: relative; z-index: 2; min-width: 0; padding: 31px 0 25px; }
.product-glow { position: absolute; inset: 8% 3% 2%; border-radius: 50%; background: rgba(0,173,97,.16); filter: blur(50px); }
.product-window { position: relative; z-index: 2; overflow: hidden; max-width: 570px; margin-left: auto; border: 1px solid rgba(255,255,255,.9); border-radius: 24px; background: #fbfdfc; box-shadow: 0 38px 85px rgba(4,39,27,.18); transform: rotate(.8deg); }
.window-bar { height: 59px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: white; }
.window-brand { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; }
.window-brand img { width: 29px; height: 29px; border-radius: 8px; }
.window-user { width: 29px; height: 29px; border-radius: 50%; display: grid; place-items: center; background: var(--green-100); color: var(--green-800); font-size: 10px; font-weight: 900; }
.vehicle-summary { padding: 23px 23px 18px; display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.micro-label { color: #7c8e86; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.vehicle-summary h2 { margin: 3px 0 0; color: var(--green-950); font-size: 25px; line-height: 1.2; letter-spacing: -.03em; }
.vehicle-summary p { margin: 3px 0 0; color: #72827b; font-size: 11px; }
.ready-badge { margin-top: 3px; display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 100px; background: var(--green-100); color: var(--green-700); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.ready-badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--green-500); }
.document-panel { margin: 0 16px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.document-heading { display: flex; align-items: center; justify-content: space-between; }
.document-heading strong { display: block; margin-top: 3px; color: var(--green-950); font-size: 15px; }
.ring-progress { width: 49px; height: 49px; padding: 4px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--orange) 0 75%, #e8eeeb 75%); }
.ring-progress::before { content: ''; grid-area: 1/1; width: 38px; height: 38px; border-radius: 50%; background: white; }
.ring-progress b { z-index: 1; grid-area: 1/1; font-size: 9px; }
.document-list { margin-top: 15px; }
.document-list > div { display: grid; grid-template-columns: 33px 1fr auto; align-items: center; gap: 10px; padding: 10px 0; border-top: 1px solid #edf2ef; }
.doc-icon { width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; background: var(--green-50); color: var(--green-700); font-size: 10px; font-weight: 900; }
.document-list p { margin: 0; line-height: 1.25; }
.document-list strong { display: block; font-size: 10px; }
.document-list small { color: #84938d; font-size: 8px; }
.document-list b { padding: 4px 7px; border-radius: 20px; font-size: 7px; text-transform: uppercase; }
.status-ok { background: var(--green-100); color: var(--green-700); }
.status-due { background: var(--orange-pale); color: var(--orange-dark); }
.product-footer { margin-top: 16px; padding: 17px 23px; display: flex; align-items: center; justify-content: space-between; background: var(--green-900); color: white; }
.product-footer div { line-height: 1.3; }
.product-footer span, .product-footer small { display: block; color: rgba(255,255,255,.55); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.product-footer strong { display: block; font-size: 11px; }
.product-footer button { padding: 9px 12px; border: 0; border-radius: 8px; background: var(--orange); color: white; font-size: 9px; font-weight: 900; }
.product-footer button span { display: inline; color: white; font-size: 11px; }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.9); border-radius: 12px; background: rgba(255,255,255,.92); box-shadow: 0 16px 35px rgba(4,39,27,.14); backdrop-filter: blur(12px); }
.floating-note > span { width: 31px; height: 31px; border-radius: 9px; display: grid; place-items: center; background: var(--green-100); color: var(--green-700); font-size: 11px; font-weight: 900; }
.floating-note small, .floating-note strong { display: block; line-height: 1.2; }
.floating-note small { color: #829089; font-size: 7px; text-transform: uppercase; letter-spacing: .09em; }
.floating-note strong { margin-top: 3px; font-size: 9px; }
.floating-note-left { left: -14px; bottom: 63px; }
.floating-note-right { right: -19px; top: 105px; }
.floating-note-right > span { background: var(--orange-pale); color: var(--orange-dark); }

.trust-rail { border-block: 1px solid var(--line); background: white; }
.trust-grid { min-height: 94px; display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); align-items: center; }
.trust-grid > * { padding: 0 24px; border-right: 1px solid var(--line); }
.trust-grid > *:first-child { padding-left: 0; }
.trust-grid > *:last-child { padding-right: 0; border: 0; }
.trust-grid p { color: #829089; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.trust-grid div { display: flex; align-items: center; gap: 9px; color: #52625c; font-size: 11px; font-weight: 800; white-space: nowrap; }
.trust-icon { color: var(--orange); font-size: 9px; }

.section { padding: 110px 0; }
.section-heading h2, .process-intro h2, .fleet-copy h2, .marketplace-copy h2, .faq-grid h2, .closing-card h2 { font-size: clamp(42px, 4.5vw, 63px); }
.split-heading { display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; gap: 80px; }
.split-heading p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.service-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.service-card { min-height: 390px; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: white; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #bcd8ca; box-shadow: 0 24px 50px rgba(5,46,32,.09); }
.service-card-featured { background: var(--green-900); color: white; border-color: var(--green-900); }
.service-top { display: flex; align-items: center; justify-content: space-between; }
.service-number { color: #95a39d; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.service-arrow { width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--green-700); font-size: 13px; }
.service-card-featured .service-arrow { border-color: rgba(255,255,255,.22); color: white; }
.service-icon { width: 47px; height: 47px; margin-top: 40px; border-radius: 13px; display: grid; place-items: center; background: var(--green-100); color: var(--green-700); }
.service-icon.orange { background: var(--orange-pale); color: var(--orange); }
.service-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card-featured .service-icon { background: var(--orange); color: white; }
.service-card h3 { margin: 24px 0 0; font-size: 20px; line-height: 1.25; letter-spacing: -.025em; }
.service-card p { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.service-card-featured p { color: rgba(255,255,255,.65); }
.service-card ul { margin: auto 0 0; padding: 20px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }
.service-card li { position: relative; padding: 5px 0 5px 17px; color: rgba(255,255,255,.7); font-size: 10px; }
.service-card li::before { content: '✓'; position: absolute; left: 0; color: #68daa6; font-weight: 900; }

.process-section { padding-block: 105px; overflow: hidden; background: var(--green-900); color: white; }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.kicker-light { color: #65dba6; }
.process-intro h2 { color: white; }
.process-intro h2 em { color: #68daa6; }
.process-intro p { max-width: 460px; margin: 24px 0 30px; color: rgba(255,255,255,.62); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 55px 1fr; gap: 23px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.13); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.process-list > li > span { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: grid; place-items: center; color: var(--orange); font-size: 10px; font-weight: 900; }
.process-list h3 { margin: 1px 0 0; font-size: 18px; }
.process-list p { margin: 6px 0 0; color: rgba(255,255,255,.55); font-size: 13px; }

.fleet-section { background: var(--wash); }
.fleet-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 85px; }
.fleet-visual { position: relative; }
.fleet-visual::before { content: ''; position: absolute; width: 75%; height: 75%; left: -11%; bottom: -8%; border-radius: 50%; background: rgba(250,71,16,.09); filter: blur(45px); }
.fleet-card { position: relative; padding: 26px; border: 1px solid #dbe7e1; border-radius: 21px; background: white; box-shadow: 0 28px 70px rgba(4,39,27,.12); }
.fleet-card-head { display: flex; justify-content: space-between; align-items: center; }
.fleet-card-head h3 { margin: 3px 0 0; font-size: 18px; }
.fleet-card-head > span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; color: #718179; font-size: 9px; font-weight: 800; }
.fleet-metrics { margin-top: 21px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 13px; }
.fleet-metrics > div { padding: 15px; border-right: 1px solid var(--line); }
.fleet-metrics > div:last-child { border: 0; }
.fleet-metrics small, .fleet-metrics span { display: block; color: #839189; font-size: 8px; }
.fleet-metrics strong { display: block; margin: 5px 0 2px; color: var(--green-950); font-size: 25px; }
.green-text { color: var(--green-600) !important; }
.orange-text { color: var(--orange) !important; }
.readiness-row { padding: 25px 8px 20px; display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 30px; }
.donut { width: 116px; height: 116px; padding: 13px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--orange) 0 81%, #e8efeb 81%); }
.donut::before { content: ''; grid-area: 1/1; width: 88px; height: 88px; border-radius: 50%; background: white; }
.donut div { z-index: 1; grid-area: 1/1; text-align: center; line-height: 1.1; }
.donut b, .donut small { display: block; }
.donut b { font-size: 23px; }
.donut small { margin-top: 3px; color: #7f8e87; font-size: 8px; text-transform: uppercase; }
.bar-stack { display: grid; gap: 12px; }
.bar-stack > div > span { display: flex; align-items: center; justify-content: space-between; }
.bar-stack b { font-size: 9px; }
.bar-stack em { color: #89968f; font-size: 8px; font-style: normal; }
.bar-stack i { height: 5px; margin-top: 5px; border-radius: 5px; display: block; overflow: hidden; background: #edf2ef; }
.bar-stack i b { height: 100%; display: block; border-radius: 5px; background: var(--green-500); }
.bar-stack i .orange-bar { background: var(--orange); }
.bar-stack i .dark-bar { background: var(--green-900); }
.fleet-wallet { padding: 13px; border-radius: 11px; display: flex; align-items: center; gap: 11px; background: var(--green-50); }
.fleet-wallet > span { display: flex; align-items: center; gap: 7px; }
.fleet-wallet i { width: 26px; height: 26px; border-radius: 7px; display: grid; place-items: center; background: var(--green-700); color: white; font-size: 10px; font-style: normal; font-weight: 900; }
.fleet-wallet small { color: #61726a; font-size: 8px; }
.fleet-wallet strong { margin-right: auto; font-size: 9px; }
.fleet-wallet button { padding: 7px 10px; border: 0; border-radius: 7px; background: white; color: var(--green-700); font-size: 8px; font-weight: 900; }
.fleet-copy > p { margin: 24px 0 0; color: var(--muted); line-height: 1.8; }
.feature-checks { margin-top: 29px; display: grid; gap: 19px; }
.feature-checks > div { display: grid; grid-template-columns: 30px 1fr; gap: 12px; }
.feature-checks > div > span { width: 29px; height: 29px; border-radius: 8px; display: grid; place-items: center; background: var(--orange-pale); color: var(--orange); font-size: 11px; font-weight: 900; }
.feature-checks p { margin: 0; }
.feature-checks strong, .feature-checks small { display: block; }
.feature-checks strong { font-size: 13px; }
.feature-checks small { margin-top: 3px; color: #708078; font-size: 11px; line-height: 1.55; }
.inline-arrow { margin-top: 28px; width: fit-content; display: flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid var(--green-300, #75c9a0); color: var(--green-700); font-size: 13px; font-weight: 900; }
.inline-arrow span { color: var(--orange); font-size: 17px; }

.marketplace-section { overflow: hidden; background: var(--green-950); color: white; }
.marketplace-wrap { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.kicker-orange { color: #ff8a65; }
.marketplace-copy h2 { color: white; }
.marketplace-copy h2 em { color: #ff7a51; }
.marketplace-copy > p { max-width: 560px; margin: 24px 0 0; color: rgba(255,255,255,.6); }
.marketplace-path { margin-top: 34px; display: flex; align-items: center; }
.marketplace-path > span { color: rgba(255,255,255,.72); font-size: 9px; text-align: center; white-space: nowrap; }
.marketplace-path b { width: 29px; height: 29px; margin: 0 auto 6px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.09); color: #65dba6; font-size: 9px; }
.marketplace-path i { min-width: 16px; flex: 1; height: 1px; margin-inline: 6px; background: rgba(255,255,255,.15); }
.marketplace-actions { margin-top: 33px; display: flex; align-items: center; gap: 16px; }
.marketplace-actions small { max-width: 205px; color: rgba(255,255,255,.42); font-size: 9px; line-height: 1.5; }
.marketplace-card { position: relative; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; overflow: hidden; background: linear-gradient(150deg, #174e3b, #0a2b21); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.vehicle-art { position: relative; min-height: 330px; padding: 30px; background: radial-gradient(circle at 65% 45%, rgba(55,200,131,.22), transparent 45%), linear-gradient(155deg, #153e30, #071f18); }
.vehicle-tag { position: absolute; z-index: 2; left: 25px; top: 24px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 100px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.7); font-size: 9px; font-weight: 800; }
.vehicle-art svg { position: absolute; width: 88%; left: 6%; bottom: 20px; fill: none; stroke: #55c797; stroke-width: 2; }
.vehicle-art .car-fill { fill: rgba(0,173,97,.1); }
.vehicle-art .wheel { fill: #061812; stroke: var(--orange); }
.listing-detail { padding: 19px 23px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: white; color: var(--ink); }
.listing-detail small { color: #839189; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.listing-detail h3 { margin: 2px 0 0; font-size: 19px; }
.listing-detail p { margin: 2px 0 0; color: #718078; font-size: 9px; }
.listing-detail > div:last-child { padding-left: 22px; border-left: 1px solid var(--line); }
.listing-detail > div:last-child strong, .listing-detail > div:last-child span { display: block; }
.listing-detail > div:last-child strong { color: var(--orange); font-size: 14px; }
.listing-detail > div:last-child span { color: #849189; font-size: 8px; }

.editorial-section { background: white; }
.editorial-heading > div:last-child .inline-arrow { margin-top: 16px; }
.article-grid { margin-top: 52px; display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 18px; }
.article-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: white; }
.article-image { position: relative; height: 210px; overflow: hidden; display: block; background: var(--green-900); }
.article-card-lead .article-image { height: 285px; }
.article-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.article-card:hover .article-image > img { transform: scale(1.04); }
.article-image > span:not(.article-placeholder) { position: absolute; left: 14px; top: 14px; padding: 5px 8px; border-radius: 100px; background: rgba(255,255,255,.92); color: var(--green-800); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.article-placeholder { position: absolute; inset: 0; display: grid; place-items: center; background: radial-gradient(circle, #174d3a, var(--green-950)); }
.article-placeholder img { width: 110px; opacity: .8; }
.article-body { padding: 19px; }
.article-body > p { margin: 0; color: #8b9892; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.article-body h3 { margin: 9px 0 0; font-family:var(--font-professional);font-size:19px;font-weight:700;line-height:1.25;letter-spacing:-.025em; }
.article-card-lead .article-body h3 { font-size: 25px; }
.article-body > div { margin-top: 9px; color: var(--muted); font-size: 11px; line-height: 1.65; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.article-body footer { margin-top: 18px; padding-top: 12px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: #85928c; font-size: 9px; }
.article-body footer a { color: var(--green-700); font-weight: 900; }
.article-body footer b { color: var(--orange); }
.editorial-empty { margin-top: 50px; padding: 38px; border: 1px solid var(--line); border-radius: 18px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--wash); }
.editorial-empty span { color: var(--green-600); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.editorial-empty h3 { margin: 7px 0 0; font-size: 24px; }
.editorial-empty p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }

.faq-section { border-top: 1px solid var(--line); background: var(--wash); }
.faq-grid { display: grid; grid-template-columns: .72fr 1fr; gap: 90px; align-items: start; }
.faq-grid > div:first-child > p { max-width: 450px; margin-top: 24px; color: var(--muted); }
.faq-list { border-top: 1px solid #cfdcd5; }
.faq-list details { border-bottom: 1px solid #cfdcd5; }
.faq-list summary { list-style: none; padding: 22px 4px; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 14px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 42px 23px 4px; color: var(--muted); font-size: 13px; line-height: 1.75; }

.closing-section { padding: 72px 0; background: white; }
.closing-card { padding: 62px 68px; border-radius: 24px; display: flex; align-items: center; justify-content: space-between; gap: 50px; overflow: hidden; position: relative; background: var(--green-900); color: white; }
.closing-card::after { content: ''; position: absolute; width: 330px; height: 330px; right: -125px; bottom: -210px; border: 42px solid rgba(255,255,255,.04); border-radius: 50%; }
.closing-card h2 { color: white; font-size: clamp(39px, 4vw, 55px); }
.closing-card h2 em { color: #69dda8; }
.closing-card p { margin: 17px 0 0; color: rgba(255,255,255,.57); font-size: 14px; }
.closing-actions { position: relative; z-index: 2; flex: 0 0 auto; text-align: center; }
.closing-actions > a:last-child { margin-top: 12px; display: block; color: rgba(255,255,255,.6); font-size: 10px; font-weight: 700; }

.site-footer { padding: 75px 0 23px; background: var(--green-950); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 65px; }
.brand-light { padding: 0; }
.brand-light img { width: 140px; }
.footer-brand p { max-width: 300px; margin: 20px 0 0; color: rgba(255,255,255,.55); font-size: 12px; }
.footer-brand > span { margin-top: 13px; display: block; color: #69dda8; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid h2 { margin: 4px 0 19px; color: white; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > div:not(:first-child) a { margin: 9px 0; display: block; color: rgba(255,255,255,.52); font-size: 11px; transition: color .2s ease; }
.footer-grid > div:not(:first-child) a:hover { color: white; }
.footer-bottom { margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.34); font-size: 9px; }
.footer-bottom p { margin: 0; }

/* Blog index */
.blog-hero { padding: 78px 0 65px; background: var(--green-900); color: white; }
.blog-hero-grid { display: grid; grid-template-columns: 1fr .62fr; align-items: end; gap: 80px; }
.blog-hero h1 { color: white; font-size: clamp(50px, 6vw, 78px); }
.blog-hero h1 em { color: #69dda8; font-style: italic; }
.blog-hero p { margin: 0; color: rgba(255,255,255,.61); line-height: 1.8; }
.blog-main { padding: 65px 0 105px; background: var(--wash); }
.blog-tools { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 20px; align-items: center; }
.blog-search { display: flex; align-items: center; max-width: 510px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: white; }
.blog-search label { flex: 1; display: flex; align-items: center; gap: 9px; padding-left: 14px; }
.blog-search svg { width: 18px; color: #829089; }
.blog-search input { width: 100%; min-height: 47px; border: 0; outline: 0; color: var(--ink); }
.blog-search button { align-self: stretch; padding: 0 18px; border: 0; background: var(--green-900); color: white; font-weight: 800; }
.category-chips { margin: 24px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.category-chips a { padding: 7px 11px; border: 1px solid #d6e2dc; border-radius: 100px; background: white; color: #64746d; font-size: 10px; font-weight: 800; }
.category-chips a.active, .category-chips a:hover { border-color: var(--green-900); background: var(--green-900); color: white; }
.featured-story { margin-top: 42px; min-height: 420px; display: grid; grid-template-columns: 1.2fr .8fr; overflow: hidden; border-radius: 22px; background: var(--green-950); color: white; box-shadow: var(--shadow); }
.featured-story-image { min-height: 380px; position: relative; background: linear-gradient(135deg, #24664e, var(--green-950)); }
.featured-story-image > img { width: 100%; height: 100%; object-fit: cover; }
.featured-story-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(4,29,21,.35)); }
.featured-story-copy { padding: 48px 42px; display: flex; flex-direction: column; justify-content: center; }
.story-label { width: fit-content; padding: 6px 9px; border-radius: 100px; background: rgba(105,221,168,.12); color: #80e7b8; font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.featured-story h2 { margin:20px 0 0;font-family:var(--font-professional);font-size:clamp(27px,3vw,39px);font-weight:700;line-height:1.1;letter-spacing:-.035em; }
.featured-story p { margin: 16px 0 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.75; }
.story-meta { margin-top: 26px; display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-size: 9px; }
.story-meta b { color: var(--orange); }
.blog-results-head { margin: 54px 0 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.blog-results-head h2 { margin:0;font-family:var(--font-professional);font-size:30px;font-weight:700;letter-spacing:-.03em; }
.blog-results-head p { margin: 0; color: #78877f; font-size: 10px; }
.blog-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; transition: transform .2s ease, box-shadow .2s ease; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(4,39,27,.09); }
.blog-card-image { position: relative; height: 205px; display: block; overflow: hidden; background: var(--green-900); }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.blog-card:hover .blog-card-image img { transform: scale(1.04); }
.blog-card-image > span:not(.article-placeholder) { position: absolute; left: 13px; top: 13px; padding: 5px 8px; border-radius: 100px; background: rgba(255,255,255,.92); color: var(--green-800); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.blog-card-copy { padding: 19px; }
.blog-card-copy > p { margin: 0; color: #8a9891; font-size: 9px; text-transform: uppercase; }
.blog-card-copy h2 { margin:9px 0 0;font-family:var(--font-professional);font-size:20px;font-weight:700;line-height:1.25;letter-spacing:-.025em; }
.blog-card-copy h2 a:hover { color: var(--green-600); }
.blog-card-copy > div { margin-top: 9px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.blog-card-copy footer { margin-top: 17px; display: flex; align-items: center; justify-content: space-between; color: #849189; font-size: 9px; }
.blog-card-copy footer a { color: var(--green-700); font-weight: 900; }
.empty-stories { margin-top: 40px; padding: 70px 20px; border: 1px dashed #c8d8d0; border-radius: 18px; text-align: center; background: white; }
.empty-stories h2 { margin:0;font-family:var(--font-professional);font-size:28px;font-weight:700; }
.empty-stories p { color: var(--muted); }
.pagination { margin-top: 35px; display: flex; align-items: center; justify-content: center; gap: 7px; }
.pagination a, .pagination span { min-width: 39px; height: 39px; padding-inline: 10px; border: 1px solid var(--line); border-radius: 9px; display: grid; place-items: center; background: white; color: #607069; font-size: 11px; font-weight: 800; }
.pagination .current { border-color: var(--green-900); background: var(--green-900); color: white; }
.pagination .disabled { opacity: .45; }

/* Article */
.article-hero { padding: 70px 0 130px; background: var(--green-900); color: white; }
.article-hero-inner { max-width: 880px; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: rgba(255,255,255,.45); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.breadcrumbs a:hover { color: white; }
.article-hero h1 { color: white; font-size: clamp(44px, 6vw, 72px); }
.article-hero-lede { max-width: 730px; margin: 22px 0 0; color: rgba(255,255,255,.6); font-size: 16px; line-height: 1.75; }
.article-byline { margin-top: 29px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.46); font-size: 10px; }
.article-hero .story-label { margin-top: 27px; display: inline-flex; }
.share-link { padding: 8px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: transparent; color: white; cursor: pointer; }
.article-cover-wrap { margin-top: -77px; }
.article-cover { width: 100%; max-height: 620px; aspect-ratio: 16/8; border: 5px solid white; border-radius: 22px; object-fit: cover; box-shadow: var(--shadow); background: var(--green-850); }
.article-layout { max-width: 980px; padding: 60px 0 100px; display: grid; grid-template-columns: minmax(0, 1fr) 235px; gap: 70px; }
.article-content { color: #33463e; font-size: 16px; line-height: 1.92; }
.article-content p { margin: 0 0 1.45em; }
.article-content h2, .article-content h3 { margin:1.7em 0 .65em;color:var(--green-950);font-family:var(--font-professional);font-weight:700;line-height:1.2;letter-spacing:-.025em; }
.article-content h2 { font-size: 30px; }
.article-content h3 { font-size: 23px; }
.article-content ul, .article-content ol { padding-left: 22px; }
.article-content a { color: var(--green-700); text-decoration: underline; text-underline-offset: 3px; }
.article-tags { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 7px; }
.article-tags span { padding: 6px 9px; border-radius: 100px; background: var(--wash); color: #607069; font-size: 9px; font-weight: 800; }
.article-sidebar { display: grid; align-content: start; gap: 14px; }
.sidebar-card { padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.sidebar-card h2 { margin: 0; color: var(--green-700); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.sidebar-card p { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.sidebar-card a { margin-top: 11px; display: inline-flex; color: var(--green-700); font-size: 10px; font-weight: 900; }
.sidebar-card.callout { border: 0; background: var(--orange-pale); }
.sidebar-card.callout h2 { color: var(--orange-dark); }
.related-section { padding: 75px 0 100px; border-top: 1px solid var(--line); background: var(--wash); }
.related-section-head { margin-bottom: 28px; display: flex; align-items: flex-end; justify-content: space-between; }
.related-section h2 { margin:0;font-family:var(--font-professional);font-size:34px;font-weight:700; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 19px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .floating-note-right { right: 3px; }
  .floating-note-left { left: 3px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 350px; }
  .fleet-grid, .marketplace-wrap { gap: 45px; }
}

@media (max-width: 860px) {
  .desktop-nav, .header-actions { display: none; }
  .mobile-menu { display: block; margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 62px; }
  .hero-copy { max-width: 700px; }
  .hero-product { width: min(100%, 620px); margin-inline: auto; }
  .product-window { margin-inline: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding-block: 17px; }
  .trust-grid > * { min-height: 40px; padding: 0 14px; border: 0; }
  .trust-grid p { grid-column: 1/-1; padding: 0; }
  .split-heading, .process-grid, .fleet-grid, .marketplace-wrap, .faq-grid, .blog-hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .service-grid { margin-top: 40px; }
  .fleet-visual { order: 2; }
  .fleet-copy { order: 1; }
  .marketplace-card { max-width: 650px; }
  .article-grid, .blog-card-grid { grid-template-columns: repeat(2, 1fr); }
  .article-card-lead { grid-column: 1/-1; display: grid; grid-template-columns: 1.1fr .9fr; }
  .article-card-lead .article-image { height: auto; min-height: 270px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: 2; }
  .featured-story { grid-template-columns: 1fr; }
  .featured-story-image { min-height: 340px; }
  .article-layout { grid-template-columns: 1fr; gap: 40px; }
  .article-sidebar { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .site-shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { min-height: 68px; }
  .brand img { width: 138px; }
  .hero-grid { min-height: auto; padding-block: 50px 60px; }
  .hero-copy h1 { font-size: 48px; }
  .hero-lede { font-size: 15px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-assurances { gap: 9px 14px; }
  .hero-product { margin-top: 8px; padding-inline: 0; }
  .product-window { border-radius: 17px; transform: none; }
  .vehicle-summary { padding: 18px 15px 14px; }
  .vehicle-summary h2 { font-size: 21px; }
  .document-panel { margin-inline: 9px; padding: 13px; }
  .document-list > div { grid-template-columns: 30px 1fr; }
  .document-list > div > b { grid-column: 2; width: fit-content; margin-top: -6px; }
  .floating-note { display: none; }
  .product-footer { padding: 14px 15px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { font-size: 9px; }
  .section { padding: 75px 0; }
  .section-heading h2, .process-intro h2, .fleet-copy h2, .marketplace-copy h2, .faq-grid h2 { font-size: 42px; }
  .split-heading { gap: 24px; }
  .service-grid, .article-grid, .blog-card-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .process-section { padding-block: 75px; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 15px; }
  .process-list > li > span { width: 40px; height: 40px; }
  .fleet-card { padding: 15px; }
  .fleet-metrics > div { padding: 10px; }
  .fleet-metrics strong { font-size: 20px; }
  .readiness-row { grid-template-columns: 100px 1fr; gap: 15px; padding-inline: 0; }
  .donut { width: 96px; height: 96px; }
  .donut::before { width: 71px; height: 71px; }
  .fleet-wallet strong { display: none; }
  .marketplace-path { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .marketplace-path i { display: none; }
  .marketplace-actions { align-items: flex-start; flex-direction: column; }
  .vehicle-art { min-height: 250px; }
  .listing-detail { align-items: flex-start; }
  .article-card-lead { grid-column: auto; display: block; }
  .article-card-lead .article-image { height: 230px; min-height: 0; }
  .editorial-empty, .closing-card { padding: 35px 24px; flex-direction: column; align-items: flex-start; }
  .closing-card h2 { font-size: 40px; }
  .closing-actions { width: 100%; text-align: left; }
  .closing-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .blog-hero { padding: 55px 0 48px; }
  .blog-hero h1 { font-size: 51px; }
  .blog-tools { grid-template-columns: 1fr; }
  .blog-search { max-width: none; }
  .featured-story { margin-top: 30px; }
  .featured-story-image { min-height: 240px; }
  .featured-story-copy { padding: 29px 23px; }
  .article-hero { padding: 50px 0 105px; }
  .article-hero h1 { font-size: 43px; }
  .article-byline { align-items: flex-start; flex-direction: column; }
  .article-cover-wrap { margin-top: -55px; }
  .article-cover { aspect-ratio: 16/10; border-radius: 16px; }
  .article-layout { padding-top: 42px; }
  .article-sidebar { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* ---------------------------------------------------------------------
   Compact public homepage: full-viewport horizontal curtain deck
   --------------------------------------------------------------------- */
.site-header {
  border-bottom-color: rgba(255,255,255,.1);
  background: linear-gradient(105deg, #020b08 0%, #061f18 40%, #0c4a36 100%);
  box-shadow: 0 10px 30px rgba(1,18,12,.12);
}
.site-header .brand { padding: 0; }
.site-header .brand img { width: 151px; }
.site-header .desktop-nav a, .site-header .text-link { color: rgba(255,255,255,.72); }
.site-header .desktop-nav a:hover, .site-header .text-link:hover { color: #fff; }
.site-header .button-primary { background: var(--orange); box-shadow: 0 10px 24px rgba(250,71,16,.22); }
.site-header .button-primary:hover { background: var(--orange-dark); }
.site-header .mobile-menu summary { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.site-header .mobile-menu summary span { background: #fff; }
.site-header .mobile-menu nav { color: var(--ink); }
.header-register { min-width:108px;min-height:44px;padding:5px 0 5px 16px;border-left:1px solid rgba(255,255,255,.2);display:grid;align-content:center;color:#fff;line-height:1.08; }
.header-register strong { font-size:13px;font-weight:800; }
.header-register small { margin-top:4px;color:rgba(255,255,255,.48);font-size:7px;font-weight:800;letter-spacing:.13em;text-transform:uppercase; }
a.header-register { transition:border-color .2s ease,color .2s ease; }
a.header-register:hover { border-left-color:var(--orange);color:#fff; }
.header-register-cta { min-width:0;min-height:43px;padding:0 16px;border:0;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:11px;background:var(--orange);box-shadow:0 10px 24px rgba(250,71,16,.22);transition:transform .2s ease,background .2s ease,box-shadow .2s ease; }
.header-register-cta strong { font-size:12px;letter-spacing:.01em; }
.header-register-cta i { font-size:17px;font-style:normal;line-height:1;transition:transform .2s ease; }
a.header-register-cta:hover { border-left-color:transparent;background:var(--orange-dark);box-shadow:0 13px 28px rgba(250,71,16,.28);transform:translateY(-1px); }
a.header-register-cta:hover i { transform:translateX(3px); }
.launch-button { min-height:42px;padding:0 15px 0 17px;border:1px solid rgba(255,255,255,.17);border-radius:10px;display:inline-flex;align-items:center;gap:11px;background:rgba(255,255,255,.055);color:rgba(255,255,255,.82);font-size:10px;font-weight:850;letter-spacing:.09em;text-transform:uppercase;box-shadow:inset 0 1px 0 rgba(255,255,255,.05); }
.launch-button i { color:var(--orange);font-size:17px;font-style:normal;line-height:1;animation:launch-arrow 1.45s cubic-bezier(.45,0,.2,1) infinite; }
@keyframes launch-arrow { 0%,100% { opacity:.55;transform:translateX(0); } 50% { opacity:1;transform:translateX(5px); } }
.mobile-register { margin-top:8px;padding:11px 12px;border-top:1px solid var(--line);display:grid;line-height:1.15; }
.mobile-register strong { color:var(--green-900);font-size:14px; }
.mobile-register small { margin-top:4px;color:#829189;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase; }
.mobile-register-cta { min-height:46px;padding:0 14px;border:0;border-radius:9px;display:flex;align-items:center;justify-content:space-between;background:var(--orange);color:#fff; }
.mobile-register-cta strong { color:#fff; }
.mobile-register-cta i { font-size:18px;font-style:normal; }
.mobile-launch-button { margin-top:8px;justify-content:flex-start;border-color:#dce8e2;background:#f5f8f6;color:var(--green-900); }

.curtain-hero {
  --slide-width: min(1180px, calc(100vw - 150px));
  min-height: calc(100svh - 78px);
  padding: 20px 0 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(0,173,97,.12), transparent 28%),
    linear-gradient(135deg, #020b08, #061b14 58%, #082b20);
  color: #fff;
}
.curtain-intro { height: 43px; display: flex; align-items: flex-start; justify-content: space-between; }
.curtain-intro > div:first-child { display: flex; align-items: center; gap: 13px; }
.curtain-kicker { color: #7adcae; font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.curtain-intro p { margin: 0; padding-left: 13px; border-left: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.4); font-size: 9px; }
.curtain-count { display: flex; align-items: baseline; gap: 6px; font-variant-numeric: tabular-nums; }
.curtain-count strong { color:#fff;font-family:var(--font-professional);font-size:22px;font-weight:700;line-height:1; }
.curtain-count span, .curtain-count b { color: rgba(255,255,255,.35); font-size: 10px; font-weight: 800; }

.curtain-track {
  height: calc(100svh - 216px);
  min-height: 440px;
  display: flex;
  align-items: stretch;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: max(28px, calc((100vw - var(--slide-width)) / 2));
  scrollbar-width: none;
  padding-inline: max(28px, calc((100vw - var(--slide-width)) / 2));
}
.curtain-track::-webkit-scrollbar { display: none; }
.curtain-track:focus-visible { outline: 2px solid var(--orange); outline-offset: -4px; }
.curtain-slide {
  position: relative;
  isolation: isolate;
  flex: 0 0 var(--slide-width);
  min-width: 0;
  overflow: hidden;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 26px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 50px;
  padding: clamp(35px, 5vw, 72px);
  opacity: .5;
  transform: scale(.965);
  transform-origin: center;
  box-shadow: 0 28px 70px rgba(0,0,0,.25);
  transition: opacity .35s ease, transform .35s ease, filter .35s ease;
}
.curtain-slide::before, .curtain-slide::after { content: ''; position: absolute; z-index: -1; pointer-events: none; }
.curtain-slide::before { inset: 0 auto 0 0; width: 6px; background: var(--orange); }
.curtain-slide::after { width: 420px; height: 420px; right: -190px; top: -230px; border: 65px solid rgba(255,255,255,.035); border-radius: 50%; }
.curtain-slide.is-active { opacity: 1; transform: scale(1); }
.curtain-welcome { background: linear-gradient(125deg, #0b3327, #07543a 60%, #063326); }
.curtain-renewals { background: linear-gradient(125deg, #f3f8f5 0%, #e7f3ed 100%); color: var(--ink); }
.curtain-registration { background: linear-gradient(125deg, #fbf4ed, #f4e5d8); color: var(--ink); }
.curtain-transfer { background: linear-gradient(125deg, #102e25, #174b39); }
.curtain-licence { background: linear-gradient(125deg, #eef3f1, #dfeae5); color: var(--ink); }
.curtain-fleet { background: linear-gradient(125deg, #09271e, #0c4633); }
.curtain-market { background: linear-gradient(125deg, #f7eee9, #eadfd8); color: var(--ink); }
.curtain-insurance { background: linear-gradient(125deg, #092d22, #106047); }
.curtain-talk { background: linear-gradient(125deg, #f0f5f2, #e0ebe5); color: var(--ink); }
.curtain-services { background: linear-gradient(125deg, #0a291f, #113d30); }
.curtain-slide:nth-child(even)::before { background: var(--green-500); }

.curtain-copy { position: relative; z-index: 2; max-width: 545px; }
.curtain-number { display: inline-flex; align-items: center; gap: 9px; color: #79e0ae; font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.curtain-number::before { content: ''; width: 22px; height: 2px; background: var(--orange); }
.curtain-renewals .curtain-number, .curtain-registration .curtain-number, .curtain-licence .curtain-number, .curtain-market .curtain-number, .curtain-talk .curtain-number { color: var(--green-700); }
.curtain-copy h1, .curtain-copy h2 { max-width:600px;margin:18px 0 0;font-family:var(--font-professional);font-size:clamp(42px,4.15vw,64px);font-weight:700;line-height:1.02;letter-spacing:-.04em; }
.curtain-copy h1 em, .curtain-copy h2 em { color: #70e0aa; font-weight: inherit; }
.curtain-renewals h2 em, .curtain-registration h2 em, .curtain-licence h2 em, .curtain-market h2 em, .curtain-talk h2 em { color: var(--green-600); }
.curtain-copy > p { max-width: 540px; margin: 20px 0 0; color: rgba(255,255,255,.61); font-size: 14px; line-height: 1.78; }
.curtain-renewals .curtain-copy > p, .curtain-registration .curtain-copy > p, .curtain-licence .curtain-copy > p, .curtain-market .curtain-copy > p, .curtain-talk .curtain-copy > p { color: #5c6e66; }
.curtain-actions { margin-top: 27px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.curtain-copy > .curtain-link { margin-top: 27px; }
.curtain-link { width: fit-content; display: inline-flex; align-items: center; gap: 11px; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: #fff; font-size: 12px; font-weight: 900; }
.curtain-link span { color: var(--orange); font-size: 17px; }
.curtain-renewals .curtain-link, .curtain-registration .curtain-link, .curtain-licence .curtain-link, .curtain-market .curtain-link, .curtain-talk .curtain-link { color: var(--green-800); }
.curtain-closed { display: inline-flex; align-items: center; gap: 9px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 100px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.76); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.curtain-closed i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }

.curtain-visual { position: relative; z-index: 2; width: 100%; min-width: 0; min-height: 360px; }
.welcome-mark { position: absolute; width: 180px; height: 180px; left: 50%; top: 50%; padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 44px; display: grid; place-items: center; background: rgba(2,20,14,.5); transform: translate(-50%,-50%) rotate(2deg); box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.welcome-mark img { width: 150px; border-radius: 30px; }
.welcome-route { position: absolute; inset: 7%; border: 1px dashed rgba(108,226,169,.22); border-radius: 50%; transform: rotate(-8deg); }
.welcome-route i { position: absolute; width: 10px; height: 10px; border: 2px solid #6ce2a9; border-radius: 50%; background: #083124; }
.welcome-route i:nth-child(1) { left: 12%; top: 12%; }.welcome-route i:nth-child(2) { right: 6%; top: 34%; }.welcome-route i:nth-child(3) { right: 25%; bottom: 4%; }.welcome-route i:nth-child(4) { left: 2%; bottom: 32%; border-color: var(--orange); }
.welcome-card { position: absolute; min-width: 126px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.09); backdrop-filter: blur(10px); }
.welcome-card span, .welcome-card strong { display: block; }.welcome-card span { color: rgba(255,255,255,.46); font-size: 7px; text-transform: uppercase; letter-spacing: .1em; }.welcome-card strong { margin-top: 3px; font-size: 10px; }
.card-one { left: 2%; top: 13%; }.card-two { right: 0; top: 25%; }.card-three { left: 8%; bottom: 10%; }

.paper-sheet { position: absolute; left: 50%; top: 50%; width: min(360px, 78%); min-height: 220px; padding: 23px; border: 1px solid #d2dfd8; border-radius: 17px; background: #fff; box-shadow: 0 25px 55px rgba(5,46,32,.13); }
.paper-back { transform: translate(-38%,-65%) rotate(9deg); background: #dcece4; }.paper-mid { transform: translate(-60%,-53%) rotate(-7deg); background: #eef6f2; }.paper-front { transform: translate(-50%,-48%); }
.paper-back span, .paper-mid span { font-size: 10px; font-weight: 800; }.paper-back b, .paper-mid b { float: right; padding: 4px 7px; border-radius: 30px; background: #bee7d1; color: var(--green-700); font-size: 7px; }.paper-mid b.due { background: var(--orange-pale); color: var(--orange-dark); }
.paper-front small { color: var(--green-600); font-size: 7px; font-weight: 900; letter-spacing: .15em; }.paper-front > strong { margin-top:5px;display:block;font-family:var(--font-professional);font-size:22px;font-weight:700; }.paper-front > i { width: 100%; height: 5px; margin-top: 13px; display: block; border-radius: 5px; background: #edf2ef; }.paper-front > i:nth-of-type(2) { width: 72%; }.paper-front > i:nth-of-type(3) { width: 85%; }.paper-front > div { margin-top: 23px; padding-top: 13px; border-top: 1px solid #e6ede9; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 12px; }.paper-front > div span { color: #89968f; font-size: 7px; text-transform: uppercase; }.paper-front > div b { font-size: 9px; }

.registration-orbit { position: absolute; width: 330px; height: 330px; left: 50%; top: 50%; border: 1px dashed rgba(250,71,16,.25); border-radius: 50%; transform: translate(-50%,-50%); }
.plate-card { position: absolute; width: min(410px, 85%); left: 50%; top: 50%; padding: 28px 30px; border: 5px solid #132b22; border-radius: 15px; background: #fff; color: var(--green-950); transform: translate(-50%,-50%) rotate(-1.5deg); box-shadow: 0 30px 60px rgba(74,42,24,.15); text-align: center; }.plate-card small { display: block; color: var(--green-600); font-size: 8px; font-weight: 900; letter-spacing: .3em; }.plate-card strong { display: block; margin-top: 5px; font-family: ui-monospace,monospace; font-size: clamp(26px,3.5vw,42px); letter-spacing: .08em; }.plate-card span { display: block; margin-top: 9px; color: #728078; font-size: 8px; }
.vehicle-chip { position: absolute; padding: 10px 13px; border: 1px solid rgba(255,255,255,.8); border-radius: 11px; background: rgba(255,255,255,.9); box-shadow: 0 15px 35px rgba(76,41,22,.12); }.vehicle-chip span,.vehicle-chip b { display:block; }.vehicle-chip span { color:#9a8b82;font-size:7px;text-transform:uppercase; }.vehicle-chip b { margin-top:2px;font-size:9px; }.make-chip { left:2%;top:13%; }.type-chip { right:0;bottom:12%; }

.transfer-visual { display: grid; grid-template-columns: 1fr 110px 1fr; align-items: center; gap: 12px; }
.owner-card { padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(255,255,255,.08); }.owner-card small { color:rgba(255,255,255,.4);font-size:7px;letter-spacing:.13em; }.owner-card > span { width:50px;height:50px;margin-top:20px;border-radius:50%;display:grid;place-items:center;background:#d9f3e6;color:var(--green-800);font-size:12px;font-weight:900; }.owner-card strong,.owner-card i { display:block; }.owner-card strong { margin-top:18px;font-size:12px; }.owner-card i { margin-top:5px;color:#78e0ad;font-size:8px;font-style:normal; }.owner-to > span { background:var(--orange-pale);color:var(--orange-dark); }.owner-to i { color:#ff9675; }
.transfer-line { text-align:center; }.transfer-line b { width:42px;height:42px;margin:auto;border-radius:50%;display:grid;place-items:center;background:var(--orange);font-size:18px; }.transfer-line span { margin-top:9px;display:block;color:rgba(255,255,255,.46);font-size:7px;text-transform:uppercase; }

.licence-card { position:absolute;width:min(460px,90%);left:50%;top:50%;padding:25px;border:1px solid #cadbd2;border-radius:20px;background:linear-gradient(145deg,#fff,#edf5f1);transform:translate(-50%,-50%) rotate(2deg);box-shadow:0 28px 60px rgba(5,46,32,.14); }.licence-top{display:flex;align-items:center;justify-content:space-between;color:var(--green-700);font-size:8px;font-weight:900;letter-spacing:.13em}.licence-top img{width:34px;height:34px;border-radius:8px}.licence-profile{margin-top:26px;display:flex;align-items:center;gap:15px}.licence-profile>i{width:70px;height:82px;border-radius:12px;display:grid;place-items:center;background:var(--green-900);color:#fff;font-size:20px;font-style:normal}.licence-profile small,.licence-profile strong,.licence-profile span{display:block}.licence-profile small{color:#8b9892;font-size:7px;text-transform:uppercase}.licence-profile strong{margin-top:3px;font-size:15px}.licence-profile span{margin-top:4px;color:#75857e;font-size:8px}.licence-dates{margin-top:25px;padding-top:15px;border-top:1px solid #d9e5df;display:grid;grid-template-columns:1fr 1fr}.licence-dates span{display:block}.licence-dates small,.licence-dates b{display:block}.licence-dates small{color:#87958f;font-size:7px}.licence-dates b{margin-top:3px;color:var(--green-700);font-size:9px}

.fleet-slide-visual{padding:26px;border:1px solid rgba(255,255,255,.13);border-radius:19px;background:rgba(255,255,255,.08)}.fleet-slide-head{display:flex;align-items:center;justify-content:space-between}.fleet-slide-head span{color:#73dca9;font-size:8px;font-weight:900;letter-spacing:.13em}.fleet-slide-head b{font-size:11px}.fleet-slide-chart{width:145px;height:145px;margin:28px auto 18px;padding:16px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--orange) 0 81%,rgba(255,255,255,.1) 81%)}.fleet-slide-chart::before{content:'';grid-area:1/1;width:108px;height:108px;border-radius:50%;background:#0c3b2c}.fleet-slide-chart div{z-index:1;grid-area:1/1;text-align:center}.fleet-slide-chart strong,.fleet-slide-chart span{display:block}.fleet-slide-chart strong{font-size:27px}.fleet-slide-chart span{color:rgba(255,255,255,.5);font-size:8px}.fleet-slide-bars{display:grid;gap:10px}.fleet-slide-bars>span{display:grid;grid-template-columns:72px 1fr 20px;align-items:center;gap:9px}.fleet-slide-bars b,.fleet-slide-bars small{font-size:8px}.fleet-slide-bars small{color:rgba(255,255,255,.45)}.fleet-slide-bars i{height:5px;border-radius:5px;background:rgba(255,255,255,.1);overflow:hidden}.fleet-slide-bars em{height:100%;display:block;border-radius:5px;background:#65dda5}.fleet-slide-bars>span:nth-child(2) em{background:var(--orange)}.fleet-slide-bars>span:nth-child(3) em{background:#fff}

.market-visual{overflow:visible;border:1px solid #dbcfc8;border-radius:18px;background:#fff;box-shadow:0 28px 60px rgba(72,40,24,.12)}.market-photo{position:relative;height:230px;overflow:hidden;border-radius:18px 18px 0 0;background:linear-gradient(145deg,#153f30,#071e17)}.market-photo>span{position:absolute;left:18px;top:17px;padding:6px 8px;border-radius:50px;background:rgba(255,255,255,.1);color:#83e4b7;font-size:7px;font-weight:900}.css-car{position:absolute;width:68%;height:72px;left:16%;bottom:49px;border-radius:65px 85px 16px 16px;background:linear-gradient(180deg,#27a56b,#087048);box-shadow:0 20px 35px rgba(0,0,0,.28)}.css-car::before{content:'';position:absolute;width:62%;height:60px;left:19%;top:-38px;border-radius:70px 70px 8px 8px;background:#14935c;transform:skewX(-12deg)}.css-car i{position:absolute;width:43px;height:43px;bottom:-21px;border:9px solid #06140f;border-radius:50%;background:#a9d8c1}.css-car i:first-child{left:42px}.css-car i:last-child{right:42px}.market-info{padding:17px 19px;display:flex;justify-content:space-between}.market-info small,.market-info strong,.market-info b{display:block}.market-info small{color:#8c9892;font-size:7px}.market-info strong{margin-top:3px;color:var(--green-950);font-size:15px}.market-info>div:last-child{padding-left:20px;border-left:1px solid #e4eae7}.market-info b{margin-top:3px;color:var(--orange);font-size:10px}.offer-pill{position:absolute;right:-16px;bottom:-18px;padding:10px 13px;border:1px solid #e9ddd6;border-radius:11px;background:white;box-shadow:0 15px 30px rgba(72,40,24,.14)}.offer-pill span,.offer-pill strong{display:block}.offer-pill span{color:var(--green-600);font-size:7px;text-transform:uppercase}.offer-pill strong{margin-top:2px;color:var(--ink);font-size:9px}

.insurance-visual{display:grid;place-items:center}.shield-shape{position:absolute;width:210px;height:240px;left:15%;top:18%;display:grid;place-items:center;background:linear-gradient(155deg,#34ba7b,#0b6d49);clip-path:polygon(50% 0,92% 17%,85% 70%,50% 100%,15% 70%,8% 17%);filter:drop-shadow(0 25px 30px rgba(0,0,0,.2))}.shield-shape span{width:76px;height:76px;border:2px solid rgba(255,255,255,.55);border-radius:50%;display:grid;place-items:center;font-size:30px}.policy-card{position:absolute;width:280px;right:3%;bottom:10%;padding:21px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(4,29,21,.82);box-shadow:0 25px 50px rgba(0,0,0,.2)}.policy-card small,.policy-card strong,.policy-card>span{display:block}.policy-card small{color:#74dbaa;font-size:7px;letter-spacing:.12em}.policy-card strong{margin-top:5px;font-size:16px}.policy-card>span{margin-top:6px;color:rgba(255,255,255,.46);font-size:8px}.policy-card>div{margin-top:18px;padding-top:13px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between}.policy-card b{color:#78e0ad;font-size:8px}.policy-card i{color:rgba(255,255,255,.5);font-size:8px;font-style:normal}

.talk-visual{padding:20px;border:1px solid #d1dfd8;border-radius:18px;background:#fff;box-shadow:0 25px 55px rgba(5,46,32,.11)}.talk-tabs{display:flex;gap:5px;padding:5px;border-radius:10px;background:#eef4f1}.talk-tabs>*{flex:1;padding:8px 5px;border-radius:7px;text-align:center;color:#7e8d86;font-size:7px}.talk-tabs b{background:var(--green-900);color:#fff}.talk-story{margin-top:14px;padding:20px;border-radius:13px;background:linear-gradient(135deg,#0c3529,#0c5139);color:#fff}.talk-story small,.talk-story strong,.talk-story span{display:block}.talk-story small{color:#70dba8;font-size:7px;text-transform:uppercase}.talk-story strong{margin-top:8px;font-family:var(--font-professional);font-size:18px;font-weight:700;line-height:1.25}.talk-story span{margin-top:14px;color:#ff8c68;font-size:8px;font-weight:900}.talk-thread{margin-top:12px;padding:13px;border:1px solid #e2eae6;border-radius:11px;display:flex;align-items:center;gap:11px}.talk-thread>i{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:var(--orange-pale);color:var(--orange);font-size:10px;font-style:normal;font-weight:900}.talk-thread small,.talk-thread b{display:block}.talk-thread small{color:#89968f;font-size:6px}.talk-thread b{font-size:9px}

.services-visual{display:grid;grid-template-columns:1fr 1fr;gap:12px}.service-tile{min-height:142px;padding:19px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:rgba(255,255,255,.07)}.service-tile:nth-child(2),.service-tile:nth-child(3){background:rgba(250,71,16,.1);border-color:rgba(250,71,16,.2)}.service-tile span,.service-tile strong,.service-tile small{display:block}.service-tile span{color:#72dca9;font-size:8px;font-weight:900}.service-tile strong{margin-top:31px;font-size:13px}.service-tile small{margin-top:4px;color:rgba(255,255,255,.43);font-size:8px}

.curtain-controls { height: 57px; display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; gap: 16px; }
.curtain-controls > button { width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.06); color: #fff; cursor: pointer; transition: background .2s ease, border-color .2s ease; }
.curtain-controls > button:hover { border-color: var(--orange); background: var(--orange); }
.curtain-controls > button span { font-size: 16px; }
.curtain-dots { display: flex; align-items: center; justify-content: center; gap: 7px; }
.curtain-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 100px; background: rgba(255,255,255,.22); cursor: pointer; transition: width .25s ease, background .25s ease; }
.curtain-dots button.is-active { width: 28px; background: var(--orange); }
.slider-faq { padding-block: 90px; }

@media (max-width: 850px) {
  .curtain-hero { --slide-width: calc(100vw - 58px); padding-top: 14px; }
  .curtain-intro { height: 38px; }
  .curtain-track { height: calc(100svh - 205px); min-height: 460px; gap: 12px; scroll-padding-inline: 29px; padding-inline: 29px; }
  .curtain-slide { grid-template-columns: 1fr; grid-template-rows: auto minmax(190px, .8fr); align-content: center; gap: 15px; padding: 29px; border-radius: 21px; }
  .curtain-copy { max-width: none; }
  .curtain-copy h1, .curtain-copy h2 { max-width: 650px; font-size: clamp(38px, 7.5vw, 54px); }
  .curtain-copy > p { max-width: 650px; margin-top: 14px; font-size: 12px; line-height: 1.65; }
  .curtain-copy > .curtain-link, .curtain-actions { margin-top: 18px; }
  .curtain-visual { min-height: 200px; max-height: 275px; }
  .welcome-mark { width: 120px; height: 120px; border-radius: 30px; }.welcome-mark img{width:100px;border-radius:23px}.welcome-route{inset:3% 12%}.card-one{left:7%;top:8%}.card-two{right:5%;top:18%}.card-three{left:12%;bottom:3%}
  .paper-sheet{width:min(310px,78%);min-height:175px;padding:17px}.paper-front>i{margin-top:8px}.paper-front>div{margin-top:13px}
  .registration-orbit{width:230px;height:230px}.plate-card{padding:20px}.plate-card strong{font-size:28px}.make-chip{left:3%;top:6%}.type-chip{right:2%;bottom:5%}
  .transfer-visual{grid-template-columns:1fr 70px 1fr}.owner-card{padding:14px}.owner-card>span{width:38px;height:38px;margin-top:12px}.owner-card strong{margin-top:11px;font-size:9px}.transfer-line b{width:34px;height:34px}
  .licence-card{padding:17px}.licence-profile{margin-top:14px}.licence-profile>i{width:53px;height:58px}.licence-dates{margin-top:14px;padding-top:10px}
  .fleet-slide-visual{padding:15px}.fleet-slide-chart{width:100px;height:100px;margin:12px auto;padding:11px}.fleet-slide-chart::before{width:76px;height:76px}.fleet-slide-chart strong{font-size:19px}
  .market-photo{height:135px}.css-car{height:44px;bottom:35px}.css-car::before{height:37px;top:-25px}.css-car i{width:28px;height:28px;border-width:6px;bottom:-14px}.css-car i:first-child{left:28px}.css-car i:last-child{right:28px}.market-info{padding:11px 13px}.offer-pill{right:4px;bottom:-12px}
  .shield-shape{width:125px;height:145px;left:15%;top:12%}.shield-shape span{width:47px;height:47px;font-size:20px}.policy-card{width:225px;right:6%;bottom:3%;padding:14px}
  .talk-visual{padding:12px}.talk-story{margin-top:8px;padding:13px}.talk-story strong{font-size:14px}.talk-story span{margin-top:8px}.talk-thread{margin-top:7px;padding:8px}
  .services-visual{gap:8px}.service-tile{min-height:92px;padding:12px}.service-tile strong{margin-top:16px;font-size:10px}
}

@media (max-width: 600px) {
  .site-header .brand { padding: 0; }
  .site-header .brand img { width: 130px; }
  .curtain-hero { --slide-width: calc(100vw - 34px); min-height: calc(100svh - 68px); padding-top: 10px; }
  .curtain-intro { width: calc(100% - 30px); height: 34px; }
  .curtain-intro p { display: none; }
  .curtain-track { height: calc(100svh - 179px); min-height: 430px; gap: 9px; scroll-padding-inline: 17px; padding-inline: 17px; }
  .curtain-slide { padding: 23px; grid-template-rows: auto minmax(160px,.75fr); gap: 10px; overflow-x: hidden; overflow-y: auto; border-radius: 18px; scrollbar-width: none; }
  .curtain-slide::-webkit-scrollbar { display: none; }
  .curtain-slide::before { width: 4px; }
  .curtain-copy h1, .curtain-copy h2 { margin-top: 12px; font-size: clamp(35px, 10.2vw, 45px); }
  .curtain-copy > p { margin-top: 11px; font-size: 11px; line-height: 1.58; }
  .curtain-number { font-size: 7px; }
  .curtain-actions { gap: 12px; }
  .curtain-actions .button { width: 100%; min-height: 46px; }
  .curtain-closed { padding: 9px 11px; font-size: 8px; }
  .curtain-link { font-size: 10px; }
  .curtain-visual { min-height: 160px; max-height: 215px; }
  .curtain-controls { width: calc(100% - 30px); height: 49px; grid-template-columns: 36px 1fr 36px; gap: 7px; }
  .curtain-controls > button { width: 34px; height: 34px; }
  .curtain-dots { gap: 4px; }
  .curtain-dots button { width: 5px; height: 5px; }.curtain-dots button.is-active{width:16px}
  .welcome-card{min-width:96px;padding:8px}.welcome-mark{width:105px;height:105px}.welcome-mark img{width:88px}.welcome-route{inset:0 8%}
  .paper-sheet{min-height:150px}.paper-back,.paper-mid{font-size:8px}.paper-front>strong{font-size:16px}.paper-front>div{display:none}
  .transfer-visual{grid-template-columns:1fr 45px 1fr}.owner-card{padding:10px}.owner-card small{font-size:5px}.owner-card>span{width:32px;height:32px}.transfer-line span{display:none}
  .licence-dates{display:none}
  .fleet-slide-bars>span{grid-template-columns:58px 1fr 15px}.fleet-slide-head{display:none}
  .market-info{display:none}.market-photo{height:165px;border-radius:16px}.offer-pill{left:8px;right:auto}
  .policy-card{width:205px}.shield-shape{left:4%}
  .talk-thread{display:none}.talk-story{min-height:112px}
  .slider-faq { padding-block: 70px; }
}

@media (max-height: 720px) and (min-width: 851px) {
  .curtain-hero { padding-top: 12px; }
  .curtain-track { height: calc(100svh - 208px); min-height: 410px; }
  .curtain-slide { padding: 30px 40px; }
  .curtain-copy h1, .curtain-copy h2 { font-size: 42px; }
  .curtain-visual { min-height: 270px; }
}

@media (max-height: 700px) and (min-width: 601px) and (max-width: 850px) {
  .curtain-track { height: calc(100svh - 205px); min-height: 400px; }
  .curtain-slide { grid-template-columns: .92fr 1.08fr; grid-template-rows: 1fr; gap: 25px; padding: 26px 30px; }
  .curtain-copy h1, .curtain-copy h2 { font-size: 35px; }
  .curtain-copy > p { font-size: 10px; }
  .curtain-visual { min-height: 250px; }
}

/* ---------------------------------------------------------------------
   Stacked service deck — based on the product-owner carousel sketch.
   The active panel fills the usable viewport while six upcoming panels
   remain visible as clickable tabs behind its right edge.
   --------------------------------------------------------------------- */
.stacked-hero {
  height: calc(100svh - 78px);
  min-height: 620px;
  overflow: hidden;
  background: #03150f;
}
.stacked-deck {
  --stack-space: 168px;
  --tab-width: 28px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
  background: #03150f;
  touch-action: pan-y;
}
.stacked-deck:focus-visible { outline: 2px solid var(--orange); outline-offset: -3px; }
.stacked-slide {
  --slide-fade-rgb: 10,57,43;
  position: absolute;
  inset: 0 auto 0 0;
  z-index: calc(10 + var(--tab-index, 0));
  width: calc(100% - var(--stack-space));
  height: 100%;
  min-width: 0;
  display: block;
  overflow: hidden;
  padding: 0;
  background: #0b392b;
  color: white;
  transform: translate3d(calc(100% + (var(--tab-index, 0) * var(--tab-width))), 0, 0);
  box-shadow: -16px 0 32px rgba(0,0,0,.24);
  transition: transform .74s cubic-bezier(.72,0,.18,1), opacity .5s ease, filter .5s ease;
  will-change: transform;
}
.stacked-slide::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 460px;
  height: 460px;
  left: -240px;
  bottom: -260px;
  border: 75px solid rgba(255,255,255,.025);
  border-radius: 50%;
  pointer-events: none;
}
.stacked-slide.is-active { z-index: 50; transform: translate3d(0,0,0); }
.stacked-slide.is-upcoming { opacity: 1; filter: saturate(.82) brightness(.86); cursor: pointer; }
.stacked-slide.is-hidden { z-index: 1; opacity: 0; pointer-events: none; transform: translate3d(calc(100% + var(--stack-space)),0,0); }
.stacked-slide.is-leaving { z-index: 60; transform: translate3d(-104%,0,0) !important; }
.stacked-slide.is-preparing-back { z-index: 55; transform: translate3d(-104%,0,0) !important; transition: none !important; }

.stacked-welcome { --slide-fade-rgb:9,44,33; background: linear-gradient(130deg,#092c21,#0a4935); }
.stacked-papers { --slide-fade-rgb:241,244,239; background: linear-gradient(130deg,#f1f4ef,#e4ebe6); color: var(--ink); }
.stacked-registration { --slide-fade-rgb:245,238,231; background: linear-gradient(130deg,#f5eee7,#eadfd4); color: var(--ink); }
.stacked-transfer { --slide-fade-rgb:8,39,29; background: linear-gradient(130deg,#08271d,#143c2f); }
.stacked-licence { --slide-fade-rgb:237,242,238; background: linear-gradient(130deg,#edf2ee,#dce7e1); color: var(--ink); }
.stacked-fleet { --slide-fade-rgb:7,31,24; background: linear-gradient(130deg,#071f18,#0b3f2f); }
.stacked-market { --slide-fade-rgb:244,238,233; background: linear-gradient(130deg,#f4eee9,#e8ddd5); color: var(--ink); }
.stacked-insurance { --slide-fade-rgb:8,41,31; background: linear-gradient(130deg,#08291f,#0b4935); }
.stacked-talk { --slide-fade-rgb:22,40,31; background: linear-gradient(130deg,#16281f,#314633); }
.stacked-services { --slide-fade-rgb:7,29,23; background: linear-gradient(130deg,#071d17,#103a2e); }

.stacked-tab {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 5;
  width: var(--tab-width);
  padding: 22px 0;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.22);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  overflow: hidden;
  background: #0b392b;
  color: rgba(255,255,255,.76);
  cursor: pointer;
  box-shadow: -8px 0 18px rgba(0,0,0,.15);
  transition: background .25s ease, color .25s ease, opacity .2s ease;
}
.stacked-tab b { font-size: 8px; letter-spacing: .08em; }
.stacked-tab span { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 7px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.stacked-papers .stacked-tab { background:#d9e5de;color:#174334;border-left-color:#b8ccc0; }
.stacked-registration .stacked-tab { background:#ead6c7;color:#713b28;border-left-color:#d8bca9; }
.stacked-transfer .stacked-tab { background:#124532; }
.stacked-licence .stacked-tab { background:#cfe0d7;color:#174334;border-left-color:#aec8ba; }
.stacked-fleet .stacked-tab { background:#0a5138; }
.stacked-market .stacked-tab { background:#dfcbbd;color:#673723;border-left-color:#cbb2a0; }
.stacked-insurance .stacked-tab { background:#0c5a40; }
.stacked-talk .stacked-tab { background:#3e563f; }
.stacked-services .stacked-tab { background:#f15a2a; }
.stacked-slide.is-active .stacked-tab { opacity: 0; pointer-events: none; }
.stacked-slide.is-upcoming:hover .stacked-tab { filter: brightness(1.12); color: #fff; }

.stacked-copy { position:relative;z-index:3;width:min(53%,720px);height:100%;max-width:none;padding:clamp(44px,5vw,76px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;transition:opacity .42s ease .18s,transform .55s cubic-bezier(.2,.75,.25,1) .12s; }
.stacked-slide:not(.is-active) .stacked-copy { opacity: 0; transform: translateX(38px); transition-delay: 0s; }
.stacked-kicker { display: inline-flex; align-items: center; gap: 10px; color: #7be5b1; font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.stacked-kicker::before { content:''; width: 28px; height: 2px; background: var(--orange); }
.stacked-papers .stacked-kicker,.stacked-registration .stacked-kicker,.stacked-licence .stacked-kicker,.stacked-market .stacked-kicker { color:var(--green-700); }
.stacked-copy h1,.stacked-copy h2 { max-width:630px;margin:21px 0 0;font-family:var(--font-professional);font-size:clamp(44px,4.3vw,68px);font-weight:750;line-height:1.01;letter-spacing:-.042em; }
.stacked-copy h1 em,.stacked-copy h2 em { color:#73dfaa;font-style:normal;font-weight:inherit; }
.stacked-papers h2 em,.stacked-registration h2 em,.stacked-licence h2 em,.stacked-market h2 em { color:var(--green-600); }
.stacked-copy > p { max-width: 570px; margin: 23px 0 0; color:rgba(255,255,255,.62); font-size: 15px; line-height:1.75; }
.stacked-papers .stacked-copy > p,.stacked-registration .stacked-copy > p,.stacked-licence .stacked-copy > p,.stacked-market .stacked-copy > p { color:#5b6c65; }
.stacked-latest { padding-left:14px; border-left:2px solid var(--orange); font-size:11px !important; line-height:1.45 !important; }
.stacked-latest span { margin-right:8px; color:#7be5b1; font-size:8px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.stacked-actions { margin-top:30px; display:flex; flex-wrap:wrap; align-items:center; gap:10px; }
.stacked-button { min-height:53px; padding:0 23px; border:1px solid transparent; border-radius:10px; display:inline-flex; align-items:center; justify-content:center; gap:13px; font-size:14px; font-weight:900; line-height:1;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease; }
.stacked-button:hover { transform:translateY(-2px); }
.stacked-button-primary { background:var(--orange); color:#fff; box-shadow:0 13px 28px rgba(250,71,16,.22); }
.stacked-button-primary:hover { background:var(--orange-dark); }
.stacked-button-primary span { font-size:18px; }
.stacked-button-secondary { border-color:rgba(255,255,255,.22); background:rgba(255,255,255,.06); color:#fff; }
.stacked-closed { min-height:48px; padding:0 15px; border:1px solid rgba(255,255,255,.17); border-radius:100px; display:inline-flex; align-items:center; gap:9px; background:rgba(255,255,255,.07); color:rgba(255,255,255,.76); font-size:9px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.stacked-closed i { width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px rgba(250,71,16,.14); }

.stacked-media { position:absolute;z-index:1;inset:0 0 0 auto;width:70%;height:100%;min-height:0;margin:0;overflow:hidden;border:0;border-radius:0;background:transparent;box-shadow:none;transition:opacity .45s ease .16s,transform .7s cubic-bezier(.2,.75,.25,1); }
.stacked-media img { width:100%;height:100%;object-fit:cover;object-position:center;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 9%,rgba(0,0,0,.38) 24%,rgba(0,0,0,.82) 40%,#000 54%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 9%,rgba(0,0,0,.38) 24%,rgba(0,0,0,.82) 40%,#000 54%); }
.stacked-slide:not(.is-active) .stacked-media { opacity:.45;transform:scale(.965);transition-delay:0s; }

.stacked-navigation { position:absolute; z-index:80; left:clamp(24px,5vw,76px); bottom:22px; width:min(610px,calc(48% - 50px)); min-height:49px; padding:4px 5px 4px 14px; border:1px solid rgba(255,255,255,.12); border-radius:30px; display:grid; grid-template-columns:82px 1fr auto; align-items:center; gap:17px; background:rgba(3,21,15,.76); box-shadow:0 12px 30px rgba(0,0,0,.16); color:#fff; backdrop-filter:blur(14px); }
.stacked-progress { display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;font-variant-numeric:tabular-nums; }
.stacked-progress span { font-family:var(--font-professional);font-size:18px;font-weight:700; }
.stacked-progress b { color:rgba(255,255,255,.45);font-size:9px; }
.stacked-progress i { height:1px;background:rgba(255,255,255,.25); }
.stacked-dots { display:flex;align-items:center;gap:5px; }
.stacked-dots button { width:6px;height:6px;padding:0;border:0;border-radius:20px;background:rgba(255,255,255,.27);cursor:pointer;transition:width .25s ease,background .25s ease; }
.stacked-dots button.is-active { width:25px;background:var(--orange); }
.stacked-arrows { display:flex;gap:7px; }
.stacked-arrows button { width:42px;height:42px;border:1px solid rgba(255,255,255,.22);border-radius:50%;display:grid;place-items:center;background:rgba(3,21,15,.35);color:#fff;font-size:16px;cursor:pointer;backdrop-filter:blur(10px);transition:background .2s ease,border-color .2s ease; }
.stacked-arrows button:hover { border-color:var(--orange);background:var(--orange); }

@media (max-width: 1100px) {
  .stacked-deck { --stack-space:132px; --tab-width:22px; }
  .stacked-copy { width:56%;padding:42px; }
  .stacked-copy h1,.stacked-copy h2 { font-size:clamp(42px,5vw,58px); }
  .stacked-media { width:72%; }
  .stacked-navigation { left:42px;width:min(530px,calc(48% - 35px)); }
  .stacked-tab span { display:none; }
}

@media (max-width: 900px) {
  .stacked-hero { min-height:690px; }
  .stacked-deck { --stack-space:66px; --tab-width:11px; }
  .stacked-copy { width:calc(100% - var(--stack-space));max-width:720px;padding:35px 30px 84px; }
  .stacked-copy h1,.stacked-copy h2 { max-width:720px;margin-top:14px;font-size:clamp(38px,7vw,52px); }
  .stacked-copy > p { max-width:720px;margin-top:13px;font-size:12px;line-height:1.58; }
  .stacked-actions { margin-top:18px; }
  .stacked-button { min-height:45px; }
  .stacked-media { width:100%;height:100%;min-height:0;max-height:none; }
  .stacked-media img { -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.06) 12%,rgba(0,0,0,.3) 32%,rgba(0,0,0,.72) 58%,#000 84%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.06) 12%,rgba(0,0,0,.3) 32%,rgba(0,0,0,.72) 58%,#000 84%); }
  .stacked-tab { padding:0; }
  .stacked-tab b,.stacked-tab span { display:none; }
  .stacked-navigation { left:30px;bottom:17px;width:calc(100% - var(--stack-space) - 60px);grid-template-columns:75px 1fr auto; }
}

@media (max-width: 600px) {
  .stacked-hero { height:calc(100svh - 68px);min-height:0; }
  .stacked-deck { --stack-space:48px; --tab-width:8px; }
  .stacked-copy { width:calc(100% - var(--stack-space));padding:27px 30px 72px 19px; }
  .stacked-kicker { font-size:7px;letter-spacing:.14em; }
  .stacked-kicker::before { width:19px; }
  .stacked-copy h1,.stacked-copy h2 { margin-top:11px;font-size:clamp(33px,10vw,41px);line-height:.97; }
  .stacked-copy > p { margin-top:10px;font-size:10.5px;line-height:1.52; }
  .stacked-latest { display:none; }
  .stacked-actions { margin-top:13px;gap:7px; }
  .stacked-button { min-height:44px;padding:0 15px;font-size:12px; }
  .stacked-closed { min-height:37px;padding:0 10px;font-size:7px; }
  .stacked-media { width:100%;min-height:0;max-height:none;border-radius:0; }
  .stacked-navigation { left:19px;bottom:13px;width:calc(100% - var(--stack-space) - 38px);min-height:42px;padding:3px 4px 3px 10px;grid-template-columns:58px 1fr auto;gap:7px; }
  .stacked-progress { gap:5px; }
  .stacked-progress span { font-size:15px; }
  .stacked-dots { gap:3px; }
  .stacked-dots button { width:4px;height:4px; }
  .stacked-dots button.is-active { width:14px; }
  .stacked-arrows button { width:34px;height:34px;font-size:13px; }
  .stacked-arrows button:first-child { display:none; }
  .slider-faq { padding-block:64px; }
}

@media (max-width: 600px) and (max-height: 650px) {
  .stacked-copy { padding-top:18px;padding-bottom:59px; }
  .stacked-copy h1,.stacked-copy h2 { font-size:clamp(29px,8.8vw,35px); }
  .stacked-copy > p { display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3; }
  .stacked-actions { margin-top:9px; }
  .stacked-button { min-height:36px; }
  .stacked-navigation { bottom:8px; }
}

@media (max-height: 700px) and (min-width: 901px) {
  .stacked-hero { min-height:540px; }
  .stacked-copy { padding-block:34px 64px; }
  .stacked-copy h1,.stacked-copy h2 { font-size:43px; }
  .stacked-copy > p { margin-top:14px;font-size:12px; }
  .stacked-actions { margin-top:18px; }
  .stacked-media { height:100%;min-height:0; }
  .stacked-navigation { bottom:12px; }
}

@media (prefers-reduced-motion: reduce) {
  .stacked-slide,.stacked-copy,.stacked-media { transition-duration:.01ms !important; }
}

/* Public service catalogue and service detail dialogs */
.homepage-intro {
  position:relative;
  isolation:isolate;
  min-height:410px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:linear-gradient(118deg,#03140f 0%,#072a20 54%,#0a4634 100%);
  color:#fff;
}
.homepage-intro::before {
  content:'';
  position:absolute;
  z-index:-1;
  inset:auto auto -245px 38%;
  width:510px;
  height:510px;
  border:72px solid rgba(255,255,255,.025);
  border-radius:50%;
}
.homepage-intro::after {
  content:'';
  position:absolute;
  z-index:-1;
  top:-170px;
  right:11%;
  width:390px;
  height:390px;
  border-radius:50%;
  background:rgba(0,173,97,.09);
  filter:blur(2px);
}
.homepage-intro-copy {
  width:min(100%,940px);
  padding:clamp(56px,6vw,82px) 32px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.homepage-intro h1 { margin:0;font-family:var(--font-professional);font-size:clamp(41px,4.4vw,64px);font-weight:780;line-height:1;letter-spacing:-.04em; }
.homepage-intro-copy > p { max-width:800px;margin:22px 0 0;color:rgba(255,255,255,.7);font-size:15px;line-height:1.75; }
.homepage-intro-actions { width:min(100%,620px);margin-top:31px;display:grid;grid-template-columns:1fr 1fr;gap:14px; }
.homepage-account-option { min-width:0; }
.homepage-account-button { min-height:58px;padding:0 22px;border:1px solid rgba(255,255,255,.3);border-radius:10px;display:flex;align-items:center;justify-content:center;gap:13px;color:#fff;font-size:15px;font-weight:900;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease; }
.homepage-account-button i { font-size:19px;font-style:normal;line-height:1;transition:transform .2s ease; }
.homepage-account-button:hover { transform:translateY(-2px); }
.homepage-account-button:hover i { transform:translateX(4px); }
.homepage-account-login { background:rgba(255,255,255,.07); }
.homepage-account-login:hover { border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.12); }
.homepage-account-register { border-color:var(--orange);background:var(--orange);box-shadow:0 13px 28px rgba(250,71,16,.2); }
.homepage-account-register:hover { border-color:var(--orange-dark);background:var(--orange-dark);box-shadow:0 16px 32px rgba(250,71,16,.27); }
.homepage-account-option > p { margin:9px 0 0;color:rgba(255,255,255,.54);font-size:10px;font-weight:800;letter-spacing:.035em;text-align:center; }

.public-services { padding:0;overflow:hidden;background:#fff;border-top:1px solid #d9e5df;border-bottom:1px solid #d9e5df; }
.public-services > .site-shell { width:100%;max-width:none;margin:0; }
.service-rail { display:grid;grid-auto-flow:column;grid-auto-columns:20vw;gap:0;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scroll-padding-inline:0;padding:0 0 5px;scrollbar-width:thin;scrollbar-color:#8eaaa0 #e7efeb; }
.service-rail:focus-visible { outline:2px solid var(--orange);outline-offset:4px; }
.service-rail::-webkit-scrollbar { height:5px; }
.service-rail::-webkit-scrollbar-track { background:#e7efeb; }
.service-rail::-webkit-scrollbar-thumb { background:#8eaaa0; }
.service-card { position:relative;isolation:isolate;min-width:0;min-height:560px;padding:0;border:0;border-right:1px solid rgba(255,255,255,.22);border-radius:0;display:flex;flex-direction:column;overflow:hidden;background:#083526;box-shadow:none;scroll-snap-align:start; }
.service-card:first-child { border-left:1px solid rgba(255,255,255,.22); }
.service-card:nth-child(even) { background:#8d3519; }
.service-card:hover { transform:none;border-color:rgba(255,255,255,.22);box-shadow:none; }
.service-card::after { content:'';position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(3,27,19,.03) 0%,rgba(3,33,23,.3) 45%,rgba(4,42,29,.97) 100%); }
.service-card:nth-child(even)::after { background:linear-gradient(180deg,rgba(44,20,11,.03) 0%,rgba(68,27,13,.3) 45%,rgba(119,40,15,.96) 100%); }
.service-card figure { position:absolute;z-index:0;inset:0;width:100%;height:100%;margin:0;overflow:hidden;background:inherit; }
.service-card figure img { width:100%;height:100%;object-fit:cover;transition:transform .55s ease; }
.service-card:hover figure img { transform:scale(1.035); }
.service-card-body { position:relative;z-index:2;min-height:560px;padding:34px 27px 28px;display:flex;flex:1;flex-direction:column;justify-content:flex-end; }
.service-card h3 { margin:0;color:#fff;font-family:var(--font-professional);font-size:26px;font-weight:750;line-height:1.1;letter-spacing:-.025em; }
.service-card p { margin:13px 0 0;color:rgba(255,255,255,.76);font-size:11px;line-height:1.62; }
.service-card-link { width:max-content;margin:17px 0 0 auto;padding:10px 0 0;border:0;border-top:1px solid rgba(255,255,255,.24);display:inline-flex;align-items:center;gap:9px;background:transparent;color:#fff;font-size:13px;font-weight:900;cursor:pointer; }
.service-card-link span { color:var(--orange);font-size:17px;transition:transform .2s ease; }
.service-card:nth-child(even) .service-card-link span { color:#ffd1c2; }
.service-card-link:hover span { transform:translateX(4px); }

.service-dialog { width:min(980px,calc(100% - 40px));max-width:none;max-height:min(760px,calc(100svh - 40px));padding:0;border:0;border-radius:22px;overflow:hidden;background:#fff;color:var(--ink);box-shadow:0 40px 120px rgba(1,20,14,.34); }
.service-dialog[open] { animation:service-dialog-in .28s cubic-bezier(.2,.75,.25,1); }
.service-dialog::backdrop { background:rgba(2,18,13,.72);backdrop-filter:blur(8px); }
@keyframes service-dialog-in { from { opacity:0;transform:translateY(18px) scale(.98); } to { opacity:1;transform:none; } }
.service-dialog-panel { position:relative;display:grid;grid-template-columns:.9fr 1.1fr;min-height:600px;max-height:min(760px,calc(100svh - 40px));overflow:auto; }
.service-dialog-close { position:absolute;z-index:5;top:16px;right:16px;width:40px;height:40px;padding:0;border:1px solid rgba(255,255,255,.28);border-radius:50%;display:grid;place-items:center;background:rgba(4,29,21,.55);color:#fff;font-size:24px;line-height:1;cursor:pointer;backdrop-filter:blur(10px); }
.service-dialog-media { position:relative;min-height:600px;margin:0;overflow:hidden;background:var(--green-900); }
.service-dialog-media::after { content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(2,20,14,.25));pointer-events:none; }
.service-dialog-media img { width:100%;height:100%;object-fit:cover; }
.service-dialog-copy { padding:clamp(42px,5vw,70px);display:flex;flex-direction:column;justify-content:center; }
.service-dialog-kicker { color:var(--green-600);font-size:9px;font-weight:900;letter-spacing:.16em;text-transform:uppercase; }
.service-dialog-copy h2 { margin:14px 0 0;color:var(--green-950);font-family:var(--font-professional);font-size:clamp(35px,3.6vw,48px);font-weight:750;line-height:1.04;letter-spacing:-.035em; }
.service-dialog-copy > p { margin:21px 0 0;color:#5f7068;font-size:14px;line-height:1.75; }
.service-dialog-copy ul { margin:23px 0 0;padding:0;display:grid;gap:12px;list-style:none; }
.service-dialog-copy li { display:grid;grid-template-columns:23px 1fr;align-items:start;gap:9px;color:#31453d;font-size:12px;line-height:1.5; }
.service-dialog-copy li i { width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--green-100);color:var(--green-700);font-size:9px;font-style:normal;font-weight:900; }
.service-dialog-actions { margin-top:30px;display:flex;align-items:center;gap:18px; }
.service-dialog-actions > button { padding:8px 0;border:0;background:transparent;color:#718179;font-size:12px;font-weight:800;cursor:pointer; }
.service-dialog-open { overflow:hidden; }

@media (max-width: 1200px) and (min-width: 901px) {
  .service-rail { grid-auto-columns:25vw; }
}

@media (max-width: 900px) {
  .homepage-intro-copy { padding-inline:28px; }
  .service-card,.service-card-body { min-height:500px; }
  .service-rail { grid-auto-columns:33.333vw; }
  .service-dialog-panel { grid-template-columns:.78fr 1.22fr; }
  .service-dialog-copy { padding:42px 34px; }
}

@media (max-width: 600px) {
  .stacked-hero { display:none; }
  .homepage-intro { min-height:390px; }
  .homepage-intro-copy { padding:45px 18px 42px; }
  .homepage-intro h1 { font-size:clamp(36px,10.5vw,46px); }
  .homepage-intro-copy > p { margin-top:17px;font-size:12px;line-height:1.65; }
  .homepage-intro-actions { margin-top:26px;gap:9px; }
  .homepage-account-button { min-height:51px;padding:0 13px;font-size:13px;gap:8px; }
  .homepage-account-button i { font-size:16px; }
  .homepage-account-option > p { margin-top:8px;font-size:8px;letter-spacing:.02em; }
  .public-services { padding:0;border-top:0; }
  .service-rail { grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:1fr;gap:0;overflow:visible;padding:0;scroll-snap-type:none; }
  .service-card { min-height:330px;border:0;border-bottom:1px solid rgba(255,255,255,.22);display:flex; }
  .service-card:first-child { border-left:0; }
  .service-card figure { inset:0;width:100%;height:100%;min-height:0; }
  .service-card-body { min-height:330px;padding:25px 20px 20px; }
  .service-card h3 { font-size:27px; }
  .service-card p { margin-top:10px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:11.5px;line-height:1.55; }
  .service-card-link { padding-top:10px;font-size:12px; }
  .service-dialog { width:calc(100% - 16px);max-height:calc(100svh - 16px);border-radius:18px; }
  .service-dialog-panel { grid-template-columns:1fr;grid-template-rows:180px auto;min-height:0;max-height:calc(100svh - 16px); }
  .service-dialog-media { min-height:180px;height:180px; }
  .service-dialog-copy { padding:27px 21px 25px;justify-content:flex-start; }
  .service-dialog-copy h2 { margin-top:9px;font-size:34px; }
  .service-dialog-copy > p { margin-top:15px;font-size:12px;line-height:1.62; }
  .service-dialog-copy ul { margin-top:17px;gap:9px; }
  .service-dialog-copy li { font-size:11px; }
  .service-dialog-actions { margin-top:22px; }
  .service-dialog-close { top:11px;right:11px;width:36px;height:36px; }
}
