:root {
  --navy: #0b1f33;
  --navy-2: #102a43;
  --ink: #14202b;
  --muted: #657384;
  --orange: #ff9f36;
  --yellow: #ffd365;
  --teal: #11c5c6;
  --teal-dark: #079a9b;
  --cream: #fff9ed;
  --soft: #f3f8f8;
  --white: #ffffff;
  --line: #dce7e8;
  --shadow: 0 24px 70px rgba(11, 31, 51, 0.15);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 110px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--navy); color: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.88); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(11,31,51,.08);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-icon {
  width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center;
  background: linear-gradient(145deg, #fff3c5, #ffe49a); border: 1px solid rgba(255,159,54,.24);
}
.brand-icon img { width: 42px; height: 42px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 1.2rem; letter-spacing: -.03em; }
.brand-copy small { color: var(--muted); text-transform: uppercase; font-weight: 700; font-size: .64rem; letter-spacing: .13em; margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 30px; font-weight: 700; font-size: .92rem; }
.main-nav > a:not(.button) { color: #344556; transition: color .2s ease; }
.main-nav > a:not(.button):hover { color: var(--teal-dark); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--soft); padding: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 3px; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 0 24px; border: 0; border-radius: 14px;
  background: var(--navy); color: white; font-weight: 800; letter-spacing: -.01em;
  box-shadow: 0 10px 24px rgba(11,31,51,.16); transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(11,31,51,.22); background: var(--navy-2); }
.button[disabled] { opacity: .65; cursor: not-allowed; transform: none; }
.button-small { min-height: 42px; padding-inline: 18px; border-radius: 12px; }
.button-ghost { background: rgba(255,255,255,.7); color: var(--navy); border: 1px solid rgba(11,31,51,.12); box-shadow: none; }
.button-ghost:hover { background: white; }

.hero { position: relative; min-height: 820px; display: grid; align-items: center; background: linear-gradient(180deg, #fffaf0 0%, #ffffff 92%); overflow: hidden; padding-top: 84px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 80px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--teal-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; }
.live-dot { width: 9px; height: 9px; border-radius: 999px; background: #11bf77; box-shadow: 0 0 0 6px rgba(17,191,119,.12); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 18px 0 24px; font-size: clamp(3.2rem, 6vw, 5.75rem); line-height: .98; letter-spacing: -.065em; color: var(--navy); max-width: 720px; }
h1 span { color: var(--orange); }
.hero-lead { max-width: 650px; font-size: 1.2rem; color: #4d5d6b; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 34px; color: #435465; font-weight: 750; font-size: .9rem; }
.trust-row span::before { content: "\2713"; color: var(--teal-dark); margin-right: 7px; font-weight: 950; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .5; }
.hero-glow-one { width: 460px; height: 460px; background: radial-gradient(circle, rgba(255,211,101,.75), rgba(255,211,101,0)); top: -130px; left: -100px; }
.hero-glow-two { width: 540px; height: 540px; background: radial-gradient(circle, rgba(17,197,198,.18), rgba(17,197,198,0)); right: -120px; bottom: -180px; }

.hero-visual { position: relative; min-height: 650px; display: grid; place-items: center; }
.phone-shell {
  position: relative; z-index: 3; width: min(430px, 100%); padding: 18px; border-radius: 40px;
  background: white; border: 10px solid var(--navy); box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}
.phone-shell::before { content: ""; position: absolute; width: 120px; height: 20px; border-radius: 0 0 14px 14px; background: var(--navy); top: -1px; left: 50%; transform: translateX(-50%); }
.phone-topbar { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 20px 4px 14px; }
.phone-topbar div { display: grid; }
.phone-topbar small, .arrival-card small, .visual-header small, .callout-card small { color: var(--muted); font-weight: 900; font-size: .62rem; letter-spacing: .11em; }
.phone-topbar strong { color: var(--navy); font-size: 1rem; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; background: #e9fbf3; color: #0f8b59; font-size: .74rem; font-weight: 900; }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: #10b46d; animation: pulse 1.7s infinite; }
.map-card { position: relative; height: 300px; border-radius: 25px; overflow: hidden; background: #eef7f4; border: 1px solid #dcebe8; }
.map-grid { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(11,31,51,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(11,31,51,.06) 1px, transparent 1px); background-size: 34px 34px; }
.road { position: absolute; background: white; border: 1px solid rgba(11,31,51,.06); box-shadow: 0 2px 8px rgba(11,31,51,.04); }
.road-one { width: 440px; height: 30px; left: -45px; top: 138px; transform: rotate(-19deg); }
.road-two { width: 320px; height: 28px; left: 55px; top: 90px; transform: rotate(58deg); }
.road-three { width: 290px; height: 22px; left: -5px; top: 240px; transform: rotate(10deg); }
.route-line { position: absolute; width: 270px; height: 4px; background: var(--teal); left: 64px; top: 156px; transform: rotate(-18deg); border-radius: 999px; box-shadow: 0 0 0 4px rgba(17,197,198,.12); }
.stop-dot { position: absolute; width: 15px; height: 15px; border-radius: 50%; background: white; border: 4px solid var(--teal-dark); z-index: 2; }
.stop-one { left: 67px; top: 194px; }
.stop-two { left: 194px; top: 153px; }
.stop-three { right: 65px; top: 116px; border-color: var(--orange); }
.bus-marker { position: absolute; left: 120px; top: 134px; z-index: 4; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: white; box-shadow: 0 10px 25px rgba(11,31,51,.22); animation: drive 6s ease-in-out infinite alternate; }
.bus-marker img { width: 48px; }
.map-label { position: absolute; z-index: 3; padding: 6px 9px; border-radius: 9px; background: rgba(255,255,255,.94); font-size: .7rem; font-weight: 900; box-shadow: 0 5px 13px rgba(11,31,51,.08); }
.map-label-home { left: 30px; bottom: 35px; }
.map-label-school { right: 18px; top: 70px; }
.arrival-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin: 14px 0 0; padding: 15px; background: var(--cream); border: 1px solid #ffe4a5; border-radius: 19px; }
.arrival-icon { width: 48px; height: 48px; border-radius: 14px; background: white; display: grid; place-items: center; }
.arrival-icon img { width: 42px; }
.arrival-card div:nth-child(2) { display: grid; }
.arrival-card strong { color: var(--navy); font-size: 1.25rem; }
.on-time { color: #0b8e57; background: #e9fbf3; padding: 6px 9px; border-radius: 999px; font-size: .67rem; font-weight: 900; }
.route-list { padding: 8px 2px 2px; }
.route-item { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 11px 5px; border-bottom: 1px solid #edf1f2; }
.route-item:last-child { border-bottom: 0; }
.route-item div { display: grid; }
.route-item strong { font-size: .83rem; }
.route-item small { color: var(--muted); font-size: .7rem; }
.route-item b { font-size: .76rem; color: var(--muted); }
.route-bullet { width: 11px; height: 11px; border-radius: 50%; border: 3px solid #c8d6d8; }
.route-item.active .route-bullet { border-color: var(--teal); }
.floating-note { position: absolute; z-index: 4; padding: 12px 16px; border-radius: 14px; background: white; color: var(--navy); font-weight: 900; font-size: .78rem; box-shadow: 0 15px 38px rgba(11,31,51,.16); }
.note-one { left: -20px; top: 140px; transform: rotate(-5deg); }
.note-two { right: -10px; bottom: 112px; transform: rotate(5deg); }

.mini-proof { background: var(--navy); color: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 30px 28px; display: grid; border-right: 1px solid rgba(255,255,255,.1); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { color: var(--yellow); font-size: 1.45rem; letter-spacing: -.04em; }
.proof-grid span { color: rgba(255,255,255,.72); font-size: .84rem; }

.section-heading { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-heading.left { margin-left: 0; text-align: left; }
.section-heading.light h2, .section-heading.light p { color: white; }
.section-heading h2 { margin: 16px 0; font-size: clamp(2.3rem, 4vw, 4.1rem); line-height: 1.07; letter-spacing: -.055em; color: var(--navy); }
.section-heading p { color: var(--muted); font-size: 1.08rem; max-width: 700px; margin-inline: auto; }
.section-heading.left p { margin-inline: 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { padding: 32px; border-radius: var(--radius-md); background: white; border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(11,31,51,.06); transition: transform .25s ease, box-shadow .25s ease; }
.step-card:hover { transform: translateY(-7px); box-shadow: 0 22px 48px rgba(11,31,51,.11); }
.step-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 34px; }
.step-top > span { color: #b3c0c5; font-weight: 950; letter-spacing: .1em; }
.icon-circle, .line-icon { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; background: var(--cream); color: var(--teal-dark); font-size: 2rem; font-weight: 900; }
.icon-circle img { width: 50px; }
.step-card h3, .safety-card h3 { font-size: 1.35rem; color: var(--navy); letter-spacing: -.03em; margin-bottom: 12px; }
.step-card p, .safety-card p { color: var(--muted); margin-bottom: 0; }

.soft-section { background: var(--soft); }
.split-section { display: grid; grid-template-columns: 1fr .95fr; gap: 90px; align-items: center; }
.role-tabs { display: inline-flex; gap: 8px; padding: 7px; border-radius: 15px; background: white; border: 1px solid var(--line); margin: 18px 0 30px; }
.role-tab { border: 0; background: transparent; color: var(--muted); border-radius: 10px; padding: 10px 16px; font-weight: 850; }
.role-tab.active { background: var(--navy); color: white; }
.role-panel h3 { color: var(--navy); font-size: 1.55rem; letter-spacing: -.035em; }
.role-panel.hidden { display: none; }
.check-list { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; color: #435465; font-weight: 650; }
.check-list li::before { content: "\2713"; position: absolute; left: 0; top: 0; width: 23px; height: 23px; border-radius: 7px; display: grid; place-items: center; background: #dcf8f3; color: var(--teal-dark); font-weight: 950; }
.role-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.visual-card { background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.main-card { width: min(470px, 100%); padding: 30px; border-radius: 30px; transform: rotate(-2deg); }
.visual-header { display: flex; align-items: center; gap: 14px; }
.visual-header div { display: grid; }
.visual-header strong { color: var(--navy); font-size: 1.05rem; }
.avatar { width: 52px; height: 52px; border-radius: 17px; display: grid; place-items: center; color: white; background: var(--navy); font-weight: 950; }
.progress-wrap { padding: 42px 0 34px; }
.progress-line { height: 9px; background: #dce9e9; border-radius: 999px; overflow: hidden; }
.progress-line span { display: block; width: 67%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), var(--orange)); }
.progress-labels { display: flex; justify-content: space-between; margin-top: 11px; color: var(--muted); font-size: .72rem; font-weight: 800; }
.driver-mini-card { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 17px; border-radius: 18px; background: var(--soft); }
.driver-avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--yellow); display: grid; place-items: center; color: var(--navy); font-weight: 950; }
.driver-mini-card div:nth-child(2) { display: grid; }
.driver-mini-card small { color: var(--muted); }
.verified { width: 26px; height: 26px; border-radius: 50%; background: #dcf8f3; color: var(--teal-dark); display: grid; place-items: center; font-weight: 950; }
.callout-card { position: absolute; right: -15px; bottom: 55px; z-index: 2; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border-radius: 18px; transform: rotate(4deg); }
.callout-card img { width: 54px; }
.callout-card div { display: grid; }
.callout-card strong { color: var(--navy); }

.dark-section { background: var(--navy); position: relative; overflow: hidden; }
.dark-section::before { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(17,197,198,.18), transparent 65%); right: -180px; top: -250px; }
.dark-section .eyebrow { color: var(--yellow); }
.safety-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.safety-card { padding: 28px; border-radius: 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(5px); }
.safety-card span { color: var(--yellow); font-weight: 950; }
.safety-card h3 { color: white; margin-top: 28px; }
.safety-card p { color: rgba(255,255,255,.67); }

.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 18px; background: white; padding: 0 20px; }
summary { list-style: none; cursor: pointer; padding: 22px 42px 22px 0; color: var(--navy); font-weight: 850; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 16px; width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; background: var(--soft); color: var(--teal-dark); font-size: 1.35rem; }
details[open] summary::after { content: "\2212"; }
details p { color: var(--muted); padding: 0 35px 20px 0; }

.cta-section { padding: 20px 0 110px; }
.cta-card { position: relative; overflow: hidden; min-height: 410px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 60px; padding: 55px 70px; border-radius: 36px; background: linear-gradient(125deg, #fff0b4, #ffd365 42%, #ffb44d); box-shadow: 0 28px 75px rgba(255,159,54,.23); }
.cta-card::after { content: ""; position: absolute; width: 380px; height: 380px; border-radius: 50%; background: rgba(255,255,255,.25); right: -150px; bottom: -200px; }
.cta-illustration { position: relative; z-index: 2; }
.cta-illustration img { width: 330px; margin-inline: auto; filter: drop-shadow(0 20px 18px rgba(11,31,51,.18)); }
.cta-copy { position: relative; z-index: 2; }
.cta-copy .eyebrow { color: var(--navy); }
.cta-copy h2 { margin: 13px 0; color: var(--navy); font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.06; letter-spacing: -.055em; }
.cta-copy p { color: #554b35; }
.notify-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 24px; }
.notify-form input { min-height: 56px; border: 1px solid rgba(11,31,51,.13); border-radius: 14px; padding: 0 18px; background: rgba(255,255,255,.9); outline: none; }
.notify-form input:focus { border-color: var(--teal-dark); box-shadow: 0 0 0 4px rgba(17,197,198,.13); }
.form-message { min-height: 24px; margin-top: 10px; font-weight: 750; font-size: .88rem; }
.form-message.is-success { color: #0b6e4f; }
.form-message.is-error { color: #9b2c2c; }

.site-footer { background: #071625; color: white; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; padding-bottom: 54px; }
.footer-brand .brand-copy strong { color: white; }
.footer-grid > div:first-child > p { color: rgba(255,255,255,.6); max-width: 370px; margin-top: 18px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links > div { display: grid; align-content: start; gap: 10px; }
.footer-links strong { color: var(--yellow); margin-bottom: 4px; }
.footer-links a, .footer-links span { color: rgba(255,255,255,.67); font-size: .9rem; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(16,180,109,.35); } 50% { box-shadow: 0 0 0 7px rgba(16,180,109,0); } }
@keyframes drive { from { transform: translate(0, 15px) rotate(-3deg); } to { transform: translate(125px, -23px) rotate(-3deg); } }

/* ---------- legal / doc pages ---------- */
.legal-hero { padding: 150px 0 20px; }
.legal-hero .brand { margin-bottom: 10px; }
.legal-hero h1 { font-size: clamp(2.6rem, 7vw, 4.4rem); margin-top: 40px; }
.legal-updated { color: var(--muted); font-weight: 700; font-size: .85rem; margin-top: -10px; margin-bottom: 30px; }
.legal-body { padding: 10px 0 110px; }
.legal-body .container { max-width: 820px; }
.legal-body h2 { font-size: 1.35rem; color: var(--navy); letter-spacing: -.02em; margin-top: 46px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.legal-body h3 { font-size: 1.05rem; color: var(--navy); margin-top: 26px; }
.legal-body p, .legal-body li { color: #435465; font-size: 1rem; line-height: 1.75; }
.legal-body ul { padding-left: 22px; }
.legal-body table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: .92rem; }
.legal-body th, .legal-body td { text-align: left; border: 1px solid var(--line); padding: 11px 13px; vertical-align: top; }
.legal-body th { background: var(--soft); font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); }
.legal-body td { background: white; }
.legal-callout {
  background: var(--cream); border: 1px solid #ffe4a5; border-radius: var(--radius-sm);
  padding: 18px 20px; font-size: .96rem; color: var(--ink); margin: 26px 0;
}
.legal-callout strong { color: #a5620a; }
.legal-info {
  background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 16px 18px; font-size: .9rem; color: var(--ink); margin-top: 20px;
}
.legal-info strong { color: var(--teal-dark); }

.legal-card { border: 1px solid var(--line); border-radius: var(--radius-md); padding: 26px 28px; margin: 22px 0; background: white; box-shadow: 0 12px 35px rgba(11,31,51,.05); }
.legal-card h2 { margin-top: 0; border: none; padding: 0; }
.legal-card label { display: block; font-size: .82rem; font-weight: 800; letter-spacing: .01em; margin: 16px 0 7px; color: var(--muted); }
.legal-card select, .legal-card input {
  width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid var(--line);
  border-radius: 12px; font-size: 1rem; background: var(--soft); color: var(--ink);
}
.legal-card select:focus, .legal-card input:focus { outline: none; border-color: var(--teal-dark); box-shadow: 0 0 0 4px rgba(17,197,198,.13); }
.legal-card .button { margin-top: 20px; }

@media (max-width: 1050px) {
  .hero-grid, .split-section { gap: 50px; }
  .safety-grid { grid-template-columns: repeat(2, 1fr); }
  .floating-note { display: none; }
  .hero { min-height: auto; }
}

@media (max-width: 860px) {
  .section-pad { padding: 82px 0; }
  .menu-button { display: block; }
  .main-nav {
    display: none; position: absolute; left: 20px; right: 20px; top: 72px; padding: 20px;
    border-radius: 18px; background: white; box-shadow: var(--shadow); border: 1px solid var(--line);
    flex-direction: column; align-items: stretch; gap: 0;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 10px; }
  .main-nav .button { margin-top: 8px; }
  .hero-grid, .split-section, .faq-layout, .cta-card, .footer-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 610px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .steps-grid { grid-template-columns: 1fr; }
  .section-heading.left { text-align: center; margin-inline: auto; }
  .section-heading.left p { margin-inline: auto; }
  .role-tabs { margin-inline: auto; }
  .role-panel { text-align: left; max-width: 560px; margin-inline: auto; }
  .role-visual { min-height: 430px; }
  .faq-layout { gap: 25px; }
  .cta-card { text-align: center; padding: 46px 35px; gap: 15px; }
  .cta-illustration img { width: 230px; }
  .footer-links { margin-top: 12px; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 26px), var(--container)); }
  .nav-wrap { min-height: 70px; }
  .brand-icon { width: 44px; height: 44px; }
  .brand-icon img { width: 38px; height: 38px; }
  .hero { padding-top: 60px; }
  h1 { font-size: clamp(2.75rem, 16vw, 4.2rem); }
  .hero-lead { font-size: 1.03rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 540px; }
  .phone-shell { border-width: 8px; padding: 12px; border-radius: 32px; transform: none; }
  .map-card { height: 250px; }
  .route-line { left: 45px; top: 137px; width: 240px; }
  .bus-marker { left: 85px; top: 118px; }
  @keyframes drive { from { transform: translate(0, 12px) rotate(-3deg); } to { transform: translate(95px, -14px) rotate(-3deg); } }
  .arrival-card { grid-template-columns: auto 1fr; }
  .on-time { grid-column: 2; justify-self: start; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { padding: 24px 16px; }
  .safety-grid { grid-template-columns: 1fr; }
  .main-card { padding: 22px; transform: none; }
  .callout-card { right: 0; bottom: 25px; transform: none; }
  .notify-form { grid-template-columns: 1fr; }
  .cta-card { padding: 38px 22px; border-radius: 24px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .legal-hero { padding-top: 120px; }
}

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