:root {
  --ink: #081725;
  --ink-soft: #12283a;
  --paper: #f5f7f8;
  --white: #fff;
  --line: #dce3e7;
  --muted: #667783;
  --blue: #1676ef;
  --blue-dark: #075bc5;
  --amber: #f3a712;
  --red: #ed5a4f;
  --green: #20a879;
  --shadow: 0 24px 60px rgba(8, 23, 37, .11);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--white); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: .73rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.live-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(32,168,121,.13); }
.muted { color: var(--muted); }

.site-header { position: relative; z-index: 20; background: var(--ink); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); }
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 1.18rem Inter, "Avenir Next", "Segoe UI", sans-serif; letter-spacing: -.04em; }
.brand > span:last-child > span { color: #5ba5ff; }
.brand-mark { display: inline-flex; align-items: flex-end; justify-content: center; gap: 3px; width: 34px; height: 34px; padding: 8px; border-radius: 10px; background: var(--blue); transform: skew(-7deg); }
.brand-mark i { display: block; width: 4px; border-radius: 4px; background: white; transform: skew(7deg); }
.brand-mark i:nth-child(1) { height: 9px; }.brand-mark i:nth-child(2) { height: 18px; }.brand-mark i:nth-child(3) { height: 13px; }
.site-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.site-nav a { color: #b8c4cc; font-size: .92rem; font-weight: 600; }
.site-nav a:hover, .site-nav a[aria-current] { color: white; }
.menu-button { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 11px; cursor: pointer; font-weight: 700; transition: transform .18s, background .18s, border-color .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 10px 28px rgba(22,118,239,.24); }
.button-primary:hover { background: var(--blue-dark); }
.button-small { min-height: 42px; padding-inline: 16px; font-size: .86rem; }
.button-header { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.07); box-shadow: none; }
.button-light { background: white; color: var(--ink); }
.button-outline { background: transparent; border-color: var(--line); }

.hero { position: relative; overflow: hidden; min-height: 680px; color: white; background: radial-gradient(circle at 73% 42%, rgba(22,118,239,.21), transparent 28%), linear-gradient(120deg, #081725 0%, #0b2133 58%, #07131e 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .06; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, transparent 30%, black); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 80px; align-items: center; min-height: 680px; padding-block: 70px; }
.hero-copy h1 { margin: 17px 0 20px; font: 800 clamp(3rem, 5vw, 5.2rem)/.98 Inter, "Avenir Next", "Segoe UI", sans-serif; letter-spacing: -.065em; }
.hero-copy h1 span { color: #6cafff; }
.hero-intro { max-width: 620px; margin: 0 0 30px; color: #b9c8d2; font-size: 1.1rem; }
.journey-search { padding: 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.075); backdrop-filter: blur(18px); }
.journey-search > label { display: block; margin: 0 0 9px 3px; color: #98aeba; font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.search-row { display: flex; gap: 10px; }
.search-field { position: relative; flex: 1; }
.search-field span { position: absolute; left: 17px; top: 50%; color: var(--blue); font-size: 1.3rem; transform: translateY(-50%); }
.search-field input { width: 100%; height: 54px; padding: 0 18px 0 45px; border: 0; border-radius: 10px; outline: 0; color: var(--ink); background: white; }
.search-field input:focus { box-shadow: 0 0 0 4px rgba(22,118,239,.26); }
.popular { display: flex; gap: 14px; align-items: center; margin-top: 15px; color: #8fa3af; font-size: .82rem; }
.popular a { color: #c5d2da; border-bottom: 1px solid #4b5e6a; }

.status-panel { position: relative; overflow: hidden; padding: 27px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(11,33,51,.88); box-shadow: 0 40px 90px rgba(0,0,0,.32); }
.status-panel .map-grid { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(28deg, transparent 47%, #8fb7d4 48%, #8fb7d4 50%, transparent 51%), linear-gradient(115deg, transparent 47%, #8fb7d4 48%, #8fb7d4 50%, transparent 51%); background-size: 110px 100px, 160px 120px; }
.route-line { position: absolute; width: 180px; height: 5px; border-radius: 5px; background: var(--blue); box-shadow: 0 0 16px rgba(22,118,239,.8); transform: rotate(-35deg); }
.route-one { right: -35px; top: 100px; }.route-two { left: -55px; bottom: 160px; transform: rotate(28deg); opacity: .6; }
.panel-top, .route-summary, .event-list { position: relative; }
.panel-top { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.panel-top strong { display: block; margin-top: 4px; font: 700 1.22rem Inter, "Avenir Next", "Segoe UI", sans-serif; }
.kicker { color: #8ea4b2; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.badge { display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; border-radius: 99px; font-size: .72rem; font-weight: 800; }
.badge-amber { color: #7e4d00; background: #ffd883; }.badge-red { color: #922c24; background: #ffd2cf; }.badge-green { color: #086949; background: #c8f0e3; }.badge-blue { color: #0752a8; background: #d9eaff; }
.route-summary { display: flex; align-items: center; gap: 25px; margin: 32px 0 24px; }
.time-block { display: flex; align-items: baseline; gap: 7px; }
.time-block strong { font: 800 3.7rem/.9 Inter, "Avenir Next", "Segoe UI", sans-serif; letter-spacing: -.08em; }
.time-block span { color: #9eb0bb; }
.confidence { display: flex; align-items: center; gap: 8px; margin-top: 7px; font-size: .78rem; font-weight: 600; }
.confidence span { width: 45px; height: 5px; border-radius: 5px; background: var(--amber); }
.event-list { display: grid; gap: 9px; }
.event-card { display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center; padding: 12px 13px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: rgba(255,255,255,.065); }
.event-card strong, .event-card span { display: block; }
.event-card strong { font-size: .86rem; }.event-card div span, .event-time { color: #8fa3af; font-size: .69rem; }.event-time { text-align: right; }
.event-icon, .feature-icon, .metric-icon, .service-icon { display: inline-flex; align-items: center; justify-content: center; flex: none; border-radius: 10px; font-weight: 800; }
.event-icon { width: 36px; height: 36px; }
.amber { color: #8a5400; background: #ffdf96; }.red { color: #9a3028; background: #ffd4d1; }.blue { color: #0757b7; background: #d7e9ff; }.green { color: #087152; background: #cdf2e6; }

.trust-strip { background: white; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); padding-block: 22px; }
.trust-grid div { padding: 0 25px; border-right: 1px solid var(--line); }
.trust-grid div:first-child { padding-left: 0; }.trust-grid div:last-child { border: 0; }
.trust-grid strong, .trust-grid span { display: block; }.trust-grid strong { font-size: .87rem; }.trust-grid span { color: var(--muted); font-size: .75rem; }
.section { padding-block: 100px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.section-heading h2, .why-grid h2, .cta-inner h2 { margin: 9px 0 0; font: 800 clamp(2rem,3.4vw,3.4rem)/1.05 Inter, "Avenir Next", "Segoe UI", sans-serif; letter-spacing: -.055em; }
.section-heading > p { max-width: 470px; margin: 0; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.feature-card { position: relative; min-height: 300px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .2s, box-shadow .2s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-number { position: absolute; right: 22px; top: 20px; color: #b5c0c7; font: 700 .7rem Inter, "Avenir Next", "Segoe UI", sans-serif; }
.feature-icon { width: 45px; height: 45px; margin-bottom: 35px; }
.feature-card h3 { margin: 0 0 10px; font: 700 1.2rem Inter, "Avenir Next", "Segoe UI", sans-serif; }
.feature-card p { min-height: 73px; margin: 0 0 22px; color: var(--muted); font-size: .87rem; }
.feature-card a { color: var(--blue); font-size: .79rem; font-weight: 800; }
.coming-soon { color: var(--muted); font-size: .75rem; font-weight: 700; }
.why-section { padding-block: 100px; color: white; background: var(--ink); }
.why-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.why-grid p { max-width: 510px; margin: 24px 0 30px; color: #a9bac5; }
.explanation-card { padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: #10283a; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.explanation-head { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.explanation-head span, .explanation-head strong { display: block; }.explanation-head span { color: #8fa6b5; font-size: .7rem; text-transform: uppercase; }.explanation-head strong { margin-top: 4px; }
.explanation-card ol { display: grid; gap: 10px; margin: 18px 0; padding: 0; list-style: none; }
.explanation-card li { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 13px; padding: 12px; border-radius: 10px; background: rgba(255,255,255,.05); }
.explanation-card li > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 8px; color: #9fc7f7; background: rgba(22,118,239,.2); font-size: .75rem; font-weight: 800; }
.explanation-card li strong, .explanation-card li small { display: block; }.explanation-card li strong { font-size: .85rem; }.explanation-card li small { color: #8298a6; }.explanation-card li b { color: #ffd079; font-size: .8rem; }
.total-delay { display: flex; justify-content: space-between; padding: 17px 19px; border-radius: 10px; color: #143820; background: #c9f1d8; font-size: .85rem; }
.pricing-section { background: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.price-card.featured { border: 2px solid var(--blue); box-shadow: var(--shadow); transform: translateY(-8px); }
.plan { color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.recommended { position: absolute; top: 22px; right: 22px; padding: 5px 9px; border-radius: 50px; color: white; background: var(--blue); font-size: .65rem; font-weight: 700; }
.price-card h3 { margin: 16px 0 7px; font: 800 2rem Inter, "Avenir Next", "Segoe UI", sans-serif; letter-spacing: -.04em; }.price-card h3 small { color: var(--muted); font: 500 .75rem Inter, "Avenir Next", "Segoe UI", sans-serif; }
.price-card > p { min-height: 45px; color: var(--muted); font-size: .85rem; }
.price-card ul { min-height: 115px; margin: 24px 0; padding: 0; list-style: none; }
.price-card li { margin: 10px 0; font-size: .83rem; }.price-card li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 800; }
.price-card .button { width: 100%; }
.cta-section { padding-block: 65px; color: white; background: #0c2233; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.cta-inner h2 { max-width: 620px; font-size: clamp(1.9rem,3vw,3rem); }
.cta-form { display: flex; gap: 8px; width: min(440px,100%); padding: 8px; border-radius: 14px; background: white; }
.cta-form input { min-width: 0; flex: 1; padding: 0 13px; border: 0; outline: 0; }
.site-footer { padding-top: 60px; color: #a5b5bf; background: #06111a; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 45px; padding-bottom: 45px; }
.footer-brand { color: white; }.footer-grid p { font-size: .8rem; }.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; font-size: .78rem; }.footer-grid > div > strong { color: white; font-size: .72rem; text-transform: uppercase; }
.footer-status { flex-direction: row !important; align-items: flex-start; padding: 15px; border: 1px solid #1b2d3a; border-radius: 11px; }.footer-status strong,.footer-status small { display: block; }.footer-status small { color: #647987; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 18px; border-top: 1px solid #172733; font-size: .7rem; }

.dashboard-page { min-height: 700px; }
.dashboard-hero { padding: 45px 0 75px; color: white; background: radial-gradient(circle at 85% 30%,rgba(22,118,239,.2),transparent 28%),var(--ink); }
.dashboard-search { max-width: 440px; margin-left: auto; }
.dashboard-search > label { display: block; margin: 0 0 6px; color: #8fa5b3; font-size: .69rem; font-weight: 700; text-transform: uppercase; }
.dashboard-search > div { display: flex; gap: 7px; }
.dashboard-search input { min-width: 0; flex: 1; padding: 0 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; color: white; background: rgba(255,255,255,.08); outline: 0; }
.dashboard-title { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-top: 35px; }
.dashboard-title h1 { margin: 8px 0 0; font: 800 clamp(2.8rem,5vw,4.8rem)/1 Inter, "Avenir Next", "Segoe UI", sans-serif; letter-spacing: -.06em; }.dashboard-title p { margin: 10px 0 0; color: #a5b7c2; }
.overall-status { min-width: 240px; padding: 18px 20px; border-radius: 13px; }.overall-status span,.overall-status strong,.overall-status small { display: block; }.overall-status span { font-size: .65rem; font-weight: 800; text-transform: uppercase; }.overall-status strong { margin: 3px 0; }.overall-status small { opacity: .75; }
.dashboard-content { position: relative; margin-top: -35px; padding-bottom: 100px; }
.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }
.metric-grid article { display: flex; gap: 14px; align-items: center; padding: 19px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 12px 40px rgba(8,23,37,.07); }
.metric-icon { width: 42px; height: 42px; }.metric-grid small,.metric-grid strong,.metric-grid span { display: block; }.metric-grid small { color: var(--muted); font-size: .67rem; }.metric-grid strong { font: 700 1.18rem Inter, "Avenir Next", "Segoe UI", sans-serif; }.metric-grid div > span { color: var(--muted); font-size: .65rem; }
.dashboard-grid { display: grid; grid-template-columns: 1.45fr .75fr; gap: 16px; margin-top: 16px; }.dashboard-grid.lower-grid { grid-template-columns: 1.15fr .85fr; }
.dashboard-card { overflow: hidden; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.card-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 20px; }.card-heading h2 { margin: 4px 0 0; font: 700 1.3rem Inter, "Avenir Next", "Segoe UI", sans-serif; letter-spacing: -.03em; }
.map-key { display: flex; gap: 12px; color: var(--muted); font-size: .65rem; }.map-key i { display: inline-block; width: 7px; height: 7px; margin-right: 4px; border-radius: 50%; }
.demo-map { position: relative; overflow: hidden; min-height: 370px; border-radius: 12px; background: #e9eef0; }
.demo-map .map-grid { position: absolute; inset: 0; background-image: linear-gradient(31deg,transparent 47%,#cbd5d9 48%,#cbd5d9 50%,transparent 51%),linear-gradient(115deg,transparent 47%,#d1dade 48%,#d1dade 50%,transparent 51%); background-size: 90px 80px,130px 110px; }
.map-road { position: absolute; height: 10px; border: 3px solid white; border-radius: 8px; background: #b7c4ca; box-shadow: 0 0 0 1px #a8b5bb; }.road-a { width: 120%; left: -10%; top: 50%; transform: rotate(-11deg); }.road-b { width: 80%; left: 10%; top: 40%; transform: rotate(55deg); }.road-c { width: 70%; right: -5%; bottom: 20%; transform: rotate(-48deg); }
.map-label { position: absolute; z-index: 2; color: #596d78; font-size: .65rem; font-weight: 700; }.label-one { left: 42%; top: 44%; }.label-two { left: 18%; top: 22%; }.label-three { right: 15%; bottom: 21%; }
.map-pin { position: absolute; z-index: 3; display: grid; width: 35px; height: 35px; place-items: center; border: 4px solid white; border-radius: 50%; box-shadow: 0 5px 14px rgba(8,23,37,.2); font-size: .7rem; }.pin-one { left: 25%; top: 32%; }.pin-two { left: 61%; top: 55%; }.pin-three { right: 16%; top: 19%; }
.map-notice { position: absolute; left: 14px; bottom: 14px; padding: 6px 9px; border-radius: 7px; color: #536772; background: rgba(255,255,255,.86); font-size: .62rem; font-weight: 700; }
.why-card > p { color: var(--muted); font-size: .82rem; }
.impact-list { display: grid; gap: 9px; margin: 20px 0; padding: 0; list-style: none; }.impact-list li { display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }.impact-rank { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; color: var(--blue); background: #e8f2ff; font-size: .7rem; font-weight: 800; }.impact-list strong,.impact-list small { display: block; }.impact-list strong { font-size: .77rem; }.impact-list small { color: var(--muted); font-size: .63rem; }.impact-list b { color: #b16b00; font-size: .7rem; }
.demo-callout { padding: 13px; border-radius: 10px; color: #604c19; background: #fff4cf; }.demo-callout strong,.demo-callout span { display: block; }.demo-callout strong { font-size: .72rem; }.demo-callout span { font-size: .65rem; }
.feed-alert { margin-bottom: 18px; padding: 16px 18px; }
.feed-alert strong { font-size: .82rem; }
.feed-alert span { margin-top: 4px; font-size: .72rem; line-height: 1.5; }
.empty-state { padding: 24px; border: 1px dashed var(--line); border-radius: 10px; background: #f8faf9; }
.empty-state strong,.empty-state span { display: block; }
.empty-state strong { color: var(--ink); font-size: .86rem; }
.empty-state span { margin-top: 5px; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.text-button { padding: 0; border: 0; color: var(--blue); background: none; cursor: pointer; font-size: .72rem; font-weight: 800; }
.detail-list article { display: grid; grid-template-columns: 39px 1fr auto; gap: 13px; align-items: flex-start; padding: 17px 0; border-top: 1px solid var(--line); }.detail-list article:first-child { border-top: 0; }.detail-list strong,.detail-list p { display: block; }.detail-list strong { font-size: .84rem; }.detail-list p { margin: 3px 0 8px; color: var(--muted); font-size: .7rem; }.tag { padding: 4px 7px; border-radius: 6px; color: #50626d; background: #eef2f4; font-size: .6rem; font-weight: 700; }.detail-meta { text-align: right; }.detail-meta strong,.detail-meta small { display: block; }.detail-meta strong { color: #a86400; font-size: .72rem; }.detail-meta small { color: var(--muted); font-size: .6rem; }.expandable { display: none !important; }.expandable.is-visible { display: grid !important; }
.service-list article { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--line); }.service-name { display: flex; align-items: center; gap: 11px; }.service-icon { width: 36px; height: 36px; }.service-name strong,.service-name small { display: block; }.service-name strong { font-size: .8rem; }.service-name small { color: var(--muted); font-size: .64rem; }
.save-prompt { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin-top: 20px; padding: 15px; border-radius: 11px; background: #eff6ff; }.save-prompt strong,.save-prompt span { display: block; }.save-prompt strong { font-size: .75rem; }.save-prompt span { color: var(--muted); font-size: .63rem; }.save-prompt .button { min-height: 36px; padding: 0 10px; white-space: nowrap; font-size: .65rem; background: white; }

@media (max-width: 980px) {
  .site-nav { gap: 18px; }.button-header { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }.hero-copy { max-width: 720px; }.status-panel { max-width: 650px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); gap: 20px 0; }.trust-grid div:nth-child(2) { border: 0; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }.why-grid { grid-template-columns: 1fr; gap: 55px; }.explanation-card { max-width: 700px; }
  .metric-grid { grid-template-columns: repeat(2,1fr); }.dashboard-grid,.dashboard-grid.lower-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }.footer-status { grid-column: 1/-1; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px,1180px); }
  .header-inner { height: 66px; }.menu-button { display: grid; width: 38px; height: 38px; padding: 8px; border: 0; place-content: center; gap: 4px; background: transparent; }.menu-button span:not(.sr-only) { display: block; width: 20px; height: 2px; background: white; }
  .site-nav { position: absolute; top: 66px; left: 0; right: 0; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 12px 20px 20px; background: var(--ink); box-shadow: 0 20px 30px rgba(0,0,0,.25); }.site-nav.is-open { display: flex; }.site-nav a { width: 100%; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero-grid { min-height: auto; padding-block: 60px; }.hero-copy h1 { font-size: clamp(2.65rem,13vw,4.2rem); }.hero-intro { font-size: .97rem; }
  .search-row { flex-direction: column; }.search-row .button { width: 100%; }.popular { flex-wrap: wrap; }
  .status-panel { padding: 20px 14px; }.route-summary { align-items: flex-start; flex-direction: column; gap: 10px; }.time-block strong { font-size: 3rem; }.event-card { grid-template-columns: 36px 1fr; }.event-time { display: none !important; }
  .trust-grid { grid-template-columns: 1fr 1fr; }.trust-grid div { padding-inline: 12px; }.trust-grid div:first-child { padding-left: 12px; }
  .section { padding-block: 70px; }.section-heading { display: block; }.section-heading > p { margin-top: 18px; }.feature-grid,.pricing-grid { grid-template-columns: 1fr; }.feature-card { min-height: auto; }.feature-card p { min-height: 0; }.price-card.featured { transform: none; }
  .why-section { padding-block: 70px; }.why-grid { gap: 40px; }.explanation-card { padding: 20px 14px; }.explanation-card li { grid-template-columns: 30px 1fr; }.explanation-card li b { display: none; }.total-delay { gap: 20px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }.cta-form { flex-direction: column; background: transparent; padding: 0; }.cta-form input { min-height: 52px; padding-inline: 15px; border-radius: 10px; background: white; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child,.footer-status { grid-column: 1/-1; }.footer-bottom { gap: 12px; flex-direction: column; }
  .dashboard-hero { padding-top: 30px; }.dashboard-search { margin-left: 0; }.dashboard-search > div { flex-direction: column; }.dashboard-search input { min-height: 47px; }.dashboard-title { align-items: flex-start; flex-direction: column; gap: 25px; }.overall-status { width: 100%; }
  .metric-grid { grid-template-columns: 1fr 1fr; }.metric-grid article { padding: 14px; }.metric-grid strong { font-size: .95rem; }
  .dashboard-card { padding: 18px 14px; }.demo-map { min-height: 300px; }.map-key { display: none; }.detail-list article { grid-template-columns: 38px 1fr; }.detail-meta { display: none; }.save-prompt { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 440px) {
  .metric-grid { grid-template-columns: 1fr; }.trust-grid { grid-template-columns: 1fr; }.trust-grid div { border-right: 0; border-bottom: 1px solid var(--line); padding-block: 10px; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child,.footer-status { grid-column: auto; }
}

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