:root {
  color-scheme: dark;
  --bg: #101112;
  --panel: #191b1d;
  --ink: #f7f7f4;
  --muted: #b7b9bb;
  --line: #35383b;
  --accent: #ce2029;
  --max: 1320px;
  --gutter: clamp(22px, 5vw, 76px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; scrollbar-color: #686a6d var(--bg); }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Arial, sans-serif; line-height: 1.85; -webkit-font-smoothing: antialiased; }
::selection { color: white; background: #97212c; }
a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
button { font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #ff9399; outline-offset: 5px; }
img { display: block; width: 100%; height: auto; }
svg { flex-shrink: 0; }
.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
[hidden] { display: none !important; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h2 { font-size: clamp(30px, 3.3vw, 48px); font-weight: 600; line-height: 1.5; letter-spacing: -.035em; }
h3 { font-weight: 600; }
p { overflow-wrap: anywhere; }
.wrap { max-width: var(--max); margin: auto; padding-inline: var(--gutter); }
.section { max-width: var(--max); margin: auto; padding: clamp(72px, 8vw, 112px) var(--gutter); }
.note { font-size: 12px; line-height: 1.9; color: var(--muted); }
.section-heading { display: grid; grid-template-columns: 1.25fr 1fr; gap: 64px; align-items: end; margin-bottom: 48px; }
.section-heading > p { max-width: 480px; color: var(--muted); font-size: 15px; }
.skip-link { position: fixed; top: -100px; left: 20px; background: white; color: black; padding: 12px; z-index: 100; }
.skip-link:focus { top: 12px; }
.site-header { position: absolute; top: 0; width: 100%; min-height: 90px; padding: 14px var(--gutter); display: flex; align-items: center; gap: 32px; z-index: 10; border-bottom: 1px solid #ffffff35; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-word { font-size: 36px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.brand-dot { color: #ff5a63; }
.brand-description { border-left: 1px solid #ffffff55; padding-left: 12px; font-size: 12px; line-height: 1.6; white-space: nowrap; }
.brand-description > span { display: block; font-size: 9px; letter-spacing: .1em; margin-top: 1px; }
.site-header nav { margin-left: auto; display: flex; gap: 24px; }
.site-header nav a { font-size: 12px; padding-block: 10px; }
.site-header nav a:hover { text-decoration: underline; }
.header-contact { display: flex; gap: 10px; align-items: center; font-size: 18px; font-weight: 600; white-space: nowrap; line-height: 1.5; font-variant-numeric: tabular-nums; }
.header-contact small { display: block; font-size: 10px; font-weight: 400; }
.menu-toggle { display: none; border: 1px solid #ffffff60; background: transparent; color: white; height: 44px; width: 44px; padding: 12px 10px; }
.menu-toggle span { display: block; height: 1px; background: currentColor; margin: 5px 0; transition: transform .2s; }
.hero { min-height: 720px; min-height: min(850px, max(690px, 92svh)); position: relative; display: flex; align-items: center; isolation: isolate; background: #252526; }
.hero-image, .hero-shade { position: absolute; inset: 0; z-index: -1; }
.hero-image img { height: 100%; object-fit: cover; object-position: center 58%; }
.hero-shade { background: linear-gradient(90deg, #060708eb 0%, #090a0bc9 35%, #090a0b35 72%, #090a0b18), linear-gradient(180deg, #090a0b99, transparent 25%, transparent 70%, #090a0b99); }
.hero-copy { padding: 145px var(--gutter) 110px; width: 100%; max-width: var(--max); margin: auto; }
.hero h1 { font-size: clamp(46px, 5.3vw, 76px); line-height: 1.3; font-weight: 600; letter-spacing: -.035em; }
.hero h1 span { display: block; }
.hero-lead { font-size: clamp(17px, 1.6vw, 22px); line-height: 1.8; margin-top: 25px; }
.hero-detail { color: #e0e1e2; font-size: 14px; margin-top: 18px; line-height: 2.1; }
.hardware { display: inline-block; border: 1px solid currentColor; font-size: 10px; padding: 1px 8px; line-height: 1.9; letter-spacing: .04em; vertical-align: 1px; white-space: nowrap; }
.hero-detail .hardware { margin-left: 8px; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.button { min-height: 54px; padding: 13px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; background: var(--accent); color: white; font-size: 14px; font-weight: 600; border: 1px solid transparent; border-radius: 2px; line-height: 1.7; transition: background .2s, border-color .2s; }
.button:hover { background: #a81823; }
.button-outline { background: #10111270; border-color: #ffffffb0; }
.button-outline:hover { background: #303235; border-color: white; }
.button-light { color: var(--bg); background: white; }
.button-light:hover { background: #e1e2e3; }
.hero-hours { margin-top: 14px; color: #e0e1e2; font-size: 11px; }
.hero-hours span { margin-left: 12px; }
.hero-caption { position: absolute; bottom: 24px; right: var(--gutter); text-align: right; font-size: 10px; letter-spacing: .1em; }
.hero-caption span { display: block; margin-top: 5px; color: #d0d1d2; font-size: 9px; letter-spacing: 0; }
.mobile-only { display: none; }
.service-strip { padding: 22px var(--gutter); display: flex; justify-content: center; gap: 0; border-bottom: 1px solid var(--line); }
.service-strip p { font-size: 12px; padding: 0 36px; border-right: 1px solid var(--line); text-align: center; }
.service-strip p:last-child { border: 0; }
.audience-nav { display: grid; grid-template-columns: 1fr 1fr; padding-block: 30px; gap: 32px; }
.audience-nav a { position: relative; padding: 22px 40px 22px 0; border-bottom: 1px solid #77797b; }
.audience-nav a > span { font-size: 12px; color: var(--muted); display: block; margin-bottom: 7px; }
.audience-nav strong { font-size: 17px; font-weight: 500; }
.audience-nav .icon { position: absolute; right: 2px; bottom: 27px; transition: transform .2s; }
.audience-nav a:hover .icon, .text-link:hover .icon, .vehicle-link:hover .icon { transform: translateX(4px); }
.vehicles { padding-top: 72px; }
.vehicle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.vehicle { background: #e6e6e3; color: #181a1c; overflow: hidden; }
.vehicle-title { padding: 30px 30px 0; display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.vehicle-title h3 { font-size: 40px; font-weight: 500; letter-spacing: -.03em; }
.vehicle-title > span { font-size: 11px; }
.vehicle-image { height: clamp(220px, 23vw, 320px); margin-top: 20px; overflow: hidden; }
.vehicle-image img { width: 100%; height: 100%; object-fit: cover; }
.vehicle-y { background: #dbdcda; }
.vehicle-bottom { padding: 25px 30px; display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.vehicle-bottom p { font-size: 13px; }
.vehicle-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 20px 30px; border-top: 1px solid #181a1c30; font-size: 13px; font-weight: 600; }
.vehicle-link:hover { background: #d0d1ce; }
.vehicle-link .icon, .text-link .icon { transition: transform .2s; }
.vehicles > .note { margin-top: 18px; max-width: 950px; }
.price-row { margin-top: 45px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 15px 60px; padding-top: 32px; border-top: 1px solid var(--line); }
.price-row h3 { font-size: 20px; line-height: 1.7; }
.price-row p { color: var(--muted); font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-size: 13px; padding: 10px 0; border: 0; border-bottom: 1px solid #77797b; background: none; color: inherit; justify-self: start; }
.owners { max-width: none; background: #e9e9e5; color: #202225; padding-inline: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); }
.owners .section-heading > p, .owners .note { color: #55585a; }
.owner-body { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 88px); padding-top: 40px; border-top: 1px solid #20222540; }
.owner-message h3 { font-size: clamp(22px, 2.1vw, 30px); line-height: 1.7; margin-bottom: 20px; }
.owner-message > p { font-size: 14px; max-width: 460px; }
.owner-message .button { margin-top: 28px; font-size: 20px; font-variant-numeric: tabular-nums; }
.owner-message .note { margin-top: 10px; font-size: 11px; }
.owner-guide > h3 { font-size: 21px; margin-bottom: 15px; }
.owner-guide > p { font-size: 14px; }
.check-list { padding: 0 0 0 20px; margin: 25px 0; font-size: 13px; }
.check-list li { padding: 7px 0 7px 5px; }
.handoff { margin-top: 28px; border-top: 1px solid #20222540; border-bottom: 1px solid #20222540; }
.handoff summary { font-size: 13px; padding-block: 20px; }
.handoff .details-body p { color: #45484b; }
.copy-status { font-size: 12px; margin-top: 10px; }
.partners { border-bottom: 1px solid var(--line); }
.partner-body { display: grid; grid-template-columns: 1.3fr 1fr; gap: 55px; }
.terms { margin: 0 0 15px; }
.terms > div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 21px 0; border-top: 1px solid var(--line); }
.terms dt { font-size: 13px; font-weight: 600; }
.terms dd { margin: 0; font-size: 13px; color: var(--muted); }
.partner-inquiry { padding: 32px; background: var(--panel); align-self: start; }
.partner-inquiry h3 { font-size: 21px; margin-bottom: 15px; }
.partner-inquiry p, .partner-inquiry li { font-size: 13px; color: var(--muted); }
.partner-inquiry ul { margin: 22px 0 30px; padding-left: 18px; }
.partner-inquiry li { margin-block: 8px; }
.partner-inquiry .button { width: 100%; padding-inline: 14px; }
.partner-phone { display: block; text-align: center; font-size: 13px; margin-top: 18px; text-decoration: underline; }
.flow h2 { margin-bottom: 42px; }
.flow-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; list-style: none; margin: 0; padding: 0; }
.flow-list li { border-top: 1px solid #6e7174; padding-top: 22px; }
.step { font-size: 14px; font-variant-numeric: tabular-nums; color: #ff8d94; }
.flow-list h3 { margin: 17px 0 12px; font-size: 21px; }
.flow-list p { font-size: 14px; color: var(--muted); }
.area { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-top: 40px; align-items: center; }
.area-copy > p { font-size: 14px; color: var(--muted); margin-top: 25px; }
.area-list { margin: 28px 0 0; }
.area-list > div { padding: 17px 0; border-top: 1px solid var(--line); }
.area-list dt { font-size: 12px; margin-bottom: 7px; font-weight: 600; }
.area-list dd { font-size: 14px; margin: 0; color: var(--muted); }
.area-copy > .note { font-size: 12px; margin-top: 12px; }
.area img { aspect-ratio: 4 / 3; object-fit: cover; }
.area figcaption { font-size: 11px; margin-top: 12px; color: var(--muted); }
.faq { border-top: 1px solid var(--line); display: grid; grid-template-columns: .9fr 1.4fr; gap: 65px; }
.faq h2 { font-size: clamp(28px, 2.8vw, 40px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; font-size: 14px; font-weight: 500; padding: 24px 0; }
summary::-webkit-details-marker { display: none; }
.plus { width: 18px; height: 18px; transition: transform .2s; }
details[open] .plus { transform: rotate(45deg); }
.details-body { padding: 0 24px 24px 0; }
.details-body p { font-size: 13px; color: var(--muted); }
.contact { max-width: none; padding-inline: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); background: #202326; display: grid; grid-template-columns: 1.2fr 1fr; gap: 70px; align-items: center; }
.contact h2 { font-size: clamp(30px, 3vw, 44px); }
.contact > div > p { font-size: 14px; color: #c5c8ca; margin-top: 24px; }
.contact-call { display: block; padding-bottom: 25px; }
.contact-call > span { display: block; font-size: 12px; }
.contact-call strong { display: flex; align-items: center; gap: 15px; font-size: clamp(29px, 3vw, 42px); font-weight: 500; letter-spacing: -.02em; font-variant-numeric: tabular-nums; margin: 8px 0; white-space: nowrap; }
.contact-call strong .icon { width: 26px; height: 26px; }
.contact-call:hover strong { text-decoration: underline; }
.contact-options > .button { width: 100%; }
.contact .contact-options > .note { font-size: 11px; margin-top: 15px; }
.company h2 { font-size: 28px; margin-bottom: 28px; }
.company-details { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
address { font-style: normal; font-size: 13px; line-height: 2.1; color: var(--muted); }
.company-links { display: flex; flex-direction: column; align-items: start; gap: 8px; }
.site-footer { border-top: 1px solid var(--line); padding-block: 40px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 26px; }
.site-footer > a:not(.brand) { font-size: 12px; color: var(--muted); }
.site-footer > p { width: 100%; font-size: 10px; color: var(--muted); }
.mobile-contact { display: none; }
@media (min-width: 901px) and (prefers-reduced-motion: no-preference) { .hero-image img { animation: hero-settle 1.3s cubic-bezier(.16, 1, .3, 1) both; } }
@keyframes hero-settle { from { clip-path: inset(0 0 3% 0); } to { clip-path: inset(0); } }
@media (max-width: 1150px) { .site-header { gap: 20px; }.site-header nav { gap: 16px; }.site-header nav a { font-size: 11px; }.header-contact { font-size: 15px; }.header-contact > .icon { display: none; }.brand-word { font-size: 31px; } }
@media (max-width: 900px) {
  .site-header { min-height: 76px; }.header-contact { margin-left: auto; margin-right: 8px; }.site-header nav { display: flex; flex-wrap: wrap; margin: 0; }.menu-toggle { display: block; }
  .site-header { flex-wrap: wrap; }.site-header nav { order: 4; width: 100%; }
  .js .site-header { flex-wrap: nowrap; }.js .site-header nav { display: none; }.js .site-header.open nav { display: flex; position: absolute; left: 0; right: 0; top: 76px; padding: 22px var(--gutter); background: #101112; border-bottom: 1px solid var(--line); flex-direction: column; gap: 6px; }.js .site-header.open nav a { font-size: 14px; padding: 10px 0; }
  .site-header.open .menu-toggle span:first-child { transform: translateY(3px) rotate(45deg); }.site-header.open .menu-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero { min-height: 720px; }.hero-copy { padding-top: 155px; }.hero h1 { font-size: 58px; }.hero-image img { object-position: 58% center; }.hero-shade { background: linear-gradient(90deg, #090a0bea, #090a0b9e 58%, #090a0b38); }
  .section-heading { gap: 30px; }.vehicle-title { flex-direction: column; gap: 0; }.vehicle-bottom { flex-direction: column; padding: 22px; }.vehicle-link { padding: 20px 22px; }.vehicle-title { padding-inline: 22px; }
  .service-strip p { padding-inline: 22px; font-size: 11px; }.audience-nav strong { font-size: 15px; }
  .partner-body { gap: 30px; grid-template-columns: 1.1fr 1fr; }.partner-inquiry { padding: 25px; }.partner-inquiry .button { font-size: 12px; }.terms > div { grid-template-columns: 1fr; gap: 8px; }
  .area { gap: 35px; }.faq { grid-template-columns: 1fr; gap: 35px; }.contact { gap: 30px; }.contact-call strong { font-size: 29px; }.contact-call strong .icon { width: 20px; }.contact-options > .button { font-size: 12px; padding-inline: 12px; }
}
@media (max-width: 640px) {
  :root { --gutter: 22px; }html { scroll-padding-top: 20px; scroll-padding-bottom: 100px; }body { padding-bottom: 82px; }.section { padding-block: 66px; }h2 { font-size: 29px; }
  .site-header { min-height: 72px; padding-block: 12px; gap: 14px; }.brand-word { font-size: 30px; }.brand-description { font-size: 10px; padding-left: 10px; }.brand-description > span { font-size: 8px; }.brand { gap: 10px; }.header-contact { display: none; }.menu-toggle { margin-left: auto; }.js .site-header.open nav { top: 72px; }
  .hero { min-height: 700px; min-height: max(650px, calc(100svh - 82px)); align-items: start; }.hero-copy { padding: 142px var(--gutter) 98px; }.hero h1 { font-size: clamp(37px, 9.8vw, 59px); line-height: 1.4; letter-spacing: -.035em; }.hero-image img { object-position: 60% center; }.hero-shade { background: linear-gradient(90deg, #070809df, #090a0b75), linear-gradient(180deg, #090a0b55, transparent 48%, #090a0bb0); }
  .hero-lead { margin-top: 20px; font-size: 17px; }.mobile-only { display: block; }.hero-detail { font-size: 12px; margin-top: 20px; }.hero-actions { flex-direction: column; align-items: stretch; gap: 10px; margin-top: 27px; max-width: 360px; }.hero-actions .button { min-height: 50px; }.hero-hours { font-size: 10px; }.hero-hours span { margin-left: 8px; }.hero-caption { bottom: 20px; right: var(--gutter); left: var(--gutter); text-align: left; font-size: 9px; }.hero-caption span { font-size: 8px; }
  .service-strip { gap: 0; padding: 15px 10px; }.service-strip p { padding-inline: 10px; font-size: 10px; flex: 1; line-height: 1.8; }
  .audience-nav { grid-template-columns: 1fr; gap: 0; padding-block: 8px; }.audience-nav a { padding-block: 22px; }.audience-nav a > span { font-size: 11px; }.audience-nav strong { font-size: 14px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }.section-heading > p { font-size: 14px; }.vehicle-grid { grid-template-columns: 1fr; gap: 24px; }.vehicle-title { flex-direction: row; align-items: baseline; padding-top: 22px; }.vehicle-title h3 { font-size: 36px; }.vehicle-image { height: 250px; margin-top: 15px; }.vehicle-bottom { flex-direction: row; }.vehicle-bottom p { font-size: 12px; }.vehicle-link { font-size: 12px; }.vehicles > .note { font-size: 11px; }
  .price-row { grid-template-columns: 1fr; gap: 15px; margin-top: 32px; }.price-row h3 { font-size: 19px; }
  .owner-body { grid-template-columns: 1fr; gap: 42px; padding-top: 30px; }.owner-message h3 { font-size: 22px; }.owner-guide { padding-top: 30px; border-top: 1px solid #20222540; }.owner-guide > h3 { font-size: 20px; }.check-list { font-size: 12px; }
  .partner-body { grid-template-columns: 1fr; gap: 30px; }.terms > div { grid-template-columns: 75px 1fr; gap: 16px; }.partner-inquiry { padding: 25px; }.partner-inquiry .button { font-size: 13px; }
  .flow-list { grid-template-columns: 1fr; gap: 26px; }.flow-list li { display: grid; grid-template-columns: 25px 1fr; column-gap: 18px; padding-top: 24px; }.step { grid-row: span 2; padding-top: 3px; }.flow-list h3 { margin: 0 0 10px; font-size: 20px; }.flow-list p { grid-column: 2; }
  .area { grid-template-columns: 1fr; padding-top: 10px; gap: 30px; }.area img { aspect-ratio: 3 / 2; }.faq { gap: 30px; }.faq h2 { font-size: 28px; }summary { font-size: 13px; gap: 14px; }.details-body { padding-right: 10px; }
  .contact { grid-template-columns: 1fr; gap: 36px; }.contact h2 { font-size: 28px; }.contact > div > p { margin-top: 20px; }.contact-call strong { font-size: clamp(28px, 8.2vw, 40px); }.contact-call > span { font-size: 11px; }.contact-options > .button { font-size: 13px; }
  .company h2 { font-size: 25px; }.company-details { grid-template-columns: 1fr; gap: 25px; }.company address { font-size: 12px; }.site-footer { padding-block: 30px; }.site-footer > a:not(.brand) { font-size: 10px; }
  .mobile-contact { position: fixed; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: 1.12fr 1fr; padding-bottom: env(safe-area-inset-bottom); background: var(--bg); border-top: 1px solid #ffffff40; z-index: 15; }
  .mobile-contact a { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 70px; font-size: 12px; font-weight: 600; padding: 10px 6px; line-height: 1.7; }.mobile-contact a:first-child { background: var(--accent); }.mobile-contact a:last-child { background: #f7f7f4; color: #16181a; }.mobile-contact small { display: block; font-size: 9px; font-weight: 400; }.mobile-contact .icon { width: 18px; height: 18px; }
}
@media (max-width: 359px) { :root { --gutter: 18px; }.hero-copy { padding-top: 125px; }.vehicle-bottom { flex-direction: column; }.vehicle-image { height: 215px; }.terms > div { grid-template-columns: 1fr; gap: 8px; }.hero-caption span { max-width: 270px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

button:disabled { cursor: wait; opacity: .65; }

.vehicle-gallery { margin-top: 38px; }
.gallery-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.gallery-heading h3 { font-size: 21px; }
.gallery-heading p { font-size: 12px; color: var(--muted); }
.gallery-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.gallery-strip a { display: block; }
.gallery-strip img { aspect-ratio: 4 / 3; object-fit: cover; }
.gallery-strip figcaption { color: var(--muted); font-size: 11px; padding-top: 10px; }
.gallery-strip a:hover { outline: 1px solid #b7b9bb; outline-offset: 3px; }
.gallery-strip:focus-visible { outline: 3px solid #ff9399; outline-offset: 5px; }
@media (max-width: 640px) {
  .gallery-heading { display: block; }
  .gallery-heading h3 { font-size: 20px; }
  .gallery-heading p { margin-top: 6px; }
  .gallery-strip { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 5px 3px 16px; }
  .gallery-strip figure { flex: 0 0 85%; scroll-snap-align: start; }
}

/* Fleet operations and driver benefits share the established LP visual system. */
.hero h1 { font-size: clamp(44px, 4.6vw, 66px); line-height: 1.3; }
.hero-copy { padding-top: 132px; padding-bottom: 95px; }
.hero-lead { margin-top: 19px; }
.hero-detail { margin-top: 12px; max-width: 630px; }
.hero-price { display: flex; align-items: baseline; gap: 14px; margin-top: 20px; line-height: 1.3; font-variant-numeric: tabular-nums; }
.hero-price > span { font-size: 16px; }
.hero-price strong { font-size: 45px; font-weight: 500; letter-spacing: -.025em; }
.hero-price strong span { font-size: 17px; margin-left: 7px; }
.hero-price small { font-size: 12px; margin-left: -10px; }
.hero-delivery { font-size: 13px; margin-top: 13px; }
.hero-actions { margin-top: 23px; }
.fleet { padding-top: 66px; padding-bottom: 66px; }
.fleet-heading { display: flex; justify-content: space-between; align-items: start; gap: 24px; margin-bottom: 38px; }
.fleet h2 { font-size: clamp(32px, 4vw, 56px); }
.audience-label { font-size: 12px; border: 1px solid #77797b; padding: 7px 14px; white-space: nowrap; margin-top: 12px; }
.fleet-body { display: grid; grid-template-columns: 1.15fr 1fr; gap: 75px; }
.fleet-intro h3 { font-size: 23px; line-height: 1.7; margin-bottom: 20px; }
.fleet-intro p { font-size: 14px; color: var(--muted); margin-bottom: 15px; }
.fleet-intro .text-link { margin-top: 6px; }
.fleet-records { margin: 0; border-top: 1px solid var(--line); }
.fleet-records > div { padding: 19px 0; border-bottom: 1px solid var(--line); }
.fleet-records dt { font-size: 16px; font-weight: 600; }
.fleet-records dd { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.fleet-footnote { font-size: 11px; color: var(--muted); padding-top: 28px; max-width: 980px; }
.fleet-footnote a { text-decoration: underline; margin-left: 8px; }
.connected { border-top: 1px solid var(--line); padding-top: 72px; }
.connected-body { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.connected figure img { aspect-ratio: 4 / 5; object-fit: cover; object-position: 63% center; }
.connected figcaption { font-size: 11px; color: var(--muted); margin-top: 12px; }
.connected-features article { padding: 24px 0; border-top: 1px solid var(--line); }
.connected-features article:first-child { padding-top: 0; border-top: 0; }
.connected-features h3 { font-size: 22px; line-height: 1.6; margin-bottom: 14px; }
.connected-features p { font-size: 14px; color: var(--muted); }
.connected-features .note { font-size: 11px; margin-top: 12px; }
.connected-features .text-link { margin-top: 12px; }
.vehicle-rate { padding: 0 30px 22px; font-size: 12px; }
.vehicle-rate strong { font-size: 32px; font-weight: 500; font-variant-numeric: tabular-nums; }
.vehicle-rate-inquiry { min-height: 81px; display: flex; align-items: center; padding-bottom: 22px; }
.flow-six { row-gap: 38px; }
.flow .section-heading h2 { margin-bottom: 0; }
.flow-note { margin-top: 30px; }
.faq-group-title { font-size: 16px; line-height: 1.6; padding: 24px 0 18px; border-bottom: 1px solid #74777a; }
.faq-group-title:not(:first-child) { margin-top: 30px; }
.faq-source { margin-top: 14px; }
.details-body .faq-source { font-size: 11px; }
.faq-source a, .faq-privacy a { text-decoration: underline; }
.faq-privacy { padding-top: 24px; }
@media (max-width: 900px) {
  .hero h1 { font-size: 48px; }
  .fleet-body { gap: 35px; }
  .connected-body { gap: 32px; }
  .connected figure img { aspect-ratio: 3 / 4; }
  .connected-features h3 { font-size: 20px; }
}
@media (max-width: 640px) {
  .hero-copy { padding-top: 116px; padding-bottom: 94px; }
  .hero h1 { font-size: clamp(27px, 7.7vw, 45px); line-height: 1.5; }
  .hero-lead { font-size: 15px; margin-top: 17px; }
  .hero-detail { font-size: 12px; line-height: 1.9; }
  .hero-price { margin-top: 20px; gap: 10px; }
  .hero-price > span { font-size: 12px; }
  .hero-price strong { font-size: 35px; }
  .hero-price strong span { font-size: 13px; margin-left: 5px; }
  .hero-price small { font-size: 10px; margin-left: -8px; }
  .hero-delivery { font-size: 11px; margin-top: 12px; }
  .hero-actions { margin-top: 22px; }
  .fleet-heading { flex-direction: column; gap: 16px; margin-bottom: 28px; }
  .fleet h2 { font-size: 30px; }
  .audience-label { margin-top: 0; font-size: 11px; }
  .fleet-body, .connected-body { grid-template-columns: 1fr; gap: 32px; }
  .fleet-intro h3 { font-size: 21px; }
  .fleet-records dt { font-size: 15px; }
  .fleet-footnote { padding-top: 25px; }
  .connected h2 { font-size: 27px; }
  .connected figure img { aspect-ratio: 4 / 3; }
  .vehicle-rate { padding-inline: 22px; }
  .flow-six { row-gap: 26px; }
  .faq-group-title { font-size: 15px; }
}

.partner-heading { margin-bottom: 28px; }
.partner-heading h2 { font-size: clamp(29px, 3.2vw, 46px); }
.partner-heading > p { margin-top: 18px; color: var(--muted); font-size: 13px; }
.partner-introduction { max-width: 850px; font-size: 15px; color: var(--muted); }
.partner-introduction p + p { margin-top: 16px; }
.management-detail, .billing-detail, .rental-report { display: grid; grid-template-columns: 1fr 1.2fr; gap: 65px; margin-top: 50px; padding-top: 38px; border-top: 1px solid var(--line); }
.management-detail h3, .billing-detail h3, .rental-report h3 { font-size: 27px; line-height: 1.6; margin-bottom: 19px; }
.management-detail p, .billing-detail p, .report-copy p { color: var(--muted); font-size: 14px; }
.management-detail h4 { font-size: 14px; margin: 0 0 20px; }
.management-items { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.management-items li { font-size: 13px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.billing-detail .billing-promise { color: var(--ink); font-weight: 600; margin-top: 22px; }
.billing-breakdown { margin: 0; }
.billing-breakdown > div { padding: 23px 0; border-bottom: 1px solid #686b6e; }
.billing-breakdown dt { font-size: 20px; font-weight: 500; }
.billing-breakdown dd { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.partner-assurance { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-top: 50px; }
.partner-assurance article { padding-top: 28px; border-top: 1px solid var(--line); }
.partner-assurance h3 { font-size: 23px; line-height: 1.6; margin-bottom: 18px; }
.partner-assurance p { color: var(--muted); font-size: 14px; }
.report-copy .report-statement { color: var(--ink); font-size: 23px; line-height: 1.7; margin: 24px 0; }
.report-contents { background: #e9e9e5; color: #202225; padding: 32px; }
.report-contents h4 { font-size: 19px; font-weight: 600; margin: 0 0 8px; }
.report-contents > p { font-size: 11px; color: #55585a; }
.report-contents dl { margin: 22px 0; }
.report-contents dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 15px; padding: 15px 0; border-top: 1px solid #a5a7a7; font-size: 12px; }
.report-contents dd { margin: 0; color: #484b4d; }
.partner-close { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; padding-top: 45px; margin-top: 50px; border-top: 1px solid var(--line); }
.partner-close h3 { font-size: 26px; }
.partner-close ul { list-style: none; padding: 0; margin: 24px 0 18px; font-size: 14px; }
.partner-close li { padding: 7px 0; }
.partner-close .partner-inquiry h3 { margin-bottom: 5px; }
.partner-inquiry .partner-rate { color: var(--ink); margin-bottom: 20px; }
.partner-rate strong { font-size: 35px; font-weight: 500; font-variant-numeric: tabular-nums; }
.partner-close .button { margin-top: 25px; font-size: 13px; }
.partner-inquiry .partner-company { font-size: 11px; text-align: center; margin-top: 18px; }
.partners > .text-link { margin-top: 28px; }
@media (max-width: 900px) { .management-detail, .billing-detail, .rental-report, .partner-close { gap: 30px; }.management-items { grid-template-columns: 1fr; }.report-contents { padding: 24px; }.report-contents dl > div { grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 640px) {
  .partner-heading h2 { font-size: 27px; }.partner-introduction { font-size: 14px; }
  .management-detail, .billing-detail, .rental-report, .partner-close, .partner-assurance { grid-template-columns: 1fr; gap: 28px; margin-top: 36px; }
  .management-detail h3, .billing-detail h3, .rental-report h3, .partner-close h3 { font-size: 24px; }
  .management-items { grid-template-columns: 1fr; }.partner-assurance h3 { font-size: 22px; }.report-copy .report-statement { font-size: 21px; }
}

/* Borrower support: no vehicle data is exposed until the authenticated host is connected. */
.guest-page { padding-bottom: 0; }
.guest-header { max-width: 780px; padding: 24px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.guest-header > a:last-child { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); }
.guest-main { max-width: 780px; margin: auto; padding: 48px 24px 30px; }
.guest-intro { margin-bottom: 35px; }
.guest-intro h1 { font-size: clamp(30px, 5vw, 42px); letter-spacing: -.03em; line-height: 1.5; }
.guest-intro p { font-size: 14px; color: var(--muted); margin-top: 15px; }
.guest-battery { background: #232629; padding: 30px; }
.guest-main section h2 { display: flex; align-items: center; gap: 12px; font-size: 19px; letter-spacing: 0; line-height: 1.6; }
.guest-main section > p { font-size: 14px; color: var(--muted); margin-top: 15px; }
.guest-main section > .guest-battery-status { font-size: clamp(20px, 4vw, 28px); font-weight: 500; color: var(--ink); line-height: 1.6; margin-top: 26px; }
.guest-battery .text-link { margin-top: 13px; }
.guest-section { padding: 34px 0; border-bottom: 1px solid var(--line); }
.guest-section .button { margin-top: 22px; width: 100%; }
.guest-main .guest-section > .note { font-size: 11px; }
.guest-main section > .guest-billing-status { font-size: 26px; color: var(--ink); }
.guest-help { padding: 34px 0; }
.guest-main .guest-help h2 { font-size: 32px; display: block; }
.guest-help .button { width: 100%; font-size: 25px; margin-top: 26px; font-variant-numeric: tabular-nums; }
.guest-main .guest-help > .guest-hours { font-size: 11px; text-align: center; margin-top: 10px; }
.guest-bottom { padding-top: 12px; border-top: 1px solid var(--line); }
.guest-bottom p { font-size: 12px; color: var(--muted); margin-top: 20px; }
.guest-footer { max-width: 780px; margin: auto; padding: 25px 24px; display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 10px; }
@media (max-width: 640px) { .guest-main { padding-top: 32px; }.guest-battery { padding: 25px 20px; }.guest-main section h2 { font-size: 18px; }.guest-footer { flex-direction: column; gap: 8px; } }

.vehicle-y .vehicle-title { flex-wrap: wrap; }

.hero-assurances { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 17px; }
.hero-assurances strong { display: inline-block; padding: 7px 14px; background: #f7f7f4; color: #101112; font-size: 17px; font-weight: 700; line-height: 1.6; }
@media (max-width: 640px) {
  .hero-assurances { gap: 8px; margin-top: 14px; }
  .hero-assurances strong { font-size: 13px; padding: 7px 10px; }
}
