html { scroll-behavior: smooth; scroll-padding-top: var(--header-height, 136px); }
.rendered-sections {
  --ink: #080808;
  --copy: #62686f;
  --green: #00bb4b;
  --link: #0078ef;
  --line: #e2e8eb;
  --section-content-gap: clamp(40px, 5vw, 64px);
  --section-intro-gap: 18px;
  color: var(--ink);
  letter-spacing: 0;
}
.homepage-sections {
  --section-content-gap: clamp(48px, 6vw, 80px);
  --section-intro-gap: 26px;
  --explainer-gap: clamp(56px, 8vw, 104px);
  --paragraph-gap: 24px;
}
.site-section { scroll-margin-top: 24px; }
.site-section + .site-section { border-top: 1px solid var(--line); }
.section-inner { width: min(1440px, calc(100% - 128px)); margin-inline: auto; }
.section-title { font-size: 56px; line-height: 1.08; font-weight: 740; letter-spacing: 0; text-wrap: balance; }
.section-copy { color: var(--copy); font-size: 22px; line-height: 1.45; }
.section-kicker { color: #009f3f; font-size: 14px; line-height: 1.4; font-weight: 650; margin-bottom: var(--section-intro-gap); }
.illustration-note, .examples-label { color: var(--copy); font-size: 15px; line-height: 1.5; }
.illustration-note { margin-top: 14px; }
.section-button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; max-width: 100%; border: 1px solid transparent; border-radius: 8px; padding: 13px 25px; background: #00b94a; color: #fff; font-size: 17px; font-weight: 550; line-height: 1.4; transition: background 150ms; }
.section-button:hover { background: #009b3e; }
.section-button:active { background: #008635; }
.section-button img { flex: 0 0 auto; width: 20px; height: 20px; filter: brightness(0) invert(1); }
.button-secondary { background: #fff; color: #253b2e; border-color: #cddbd3; }
.button-secondary:hover { background: #edf5ef; }
.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; }

/* Crop only artwork from the approved mockup; the surrounding UI is live HTML. */
.reference-art { position: relative; overflow: hidden; isolation: isolate; }
.reference-art > picture { display: contents; }
.reference-art > img, .reference-art > picture > img { position: absolute; max-width: none; height: auto; pointer-events: none; user-select: none; }
.tracking-art { width: calc(100% + 64px); margin-left: -64px; aspect-ratio: 455 / 327; }
.tracking-art > img, .tracking-art > picture > img { width: 180%; left: 0; top: -59.938838%; }
.parked-art { width: 100%; aspect-ratio: 286 / 306; }
.parked-art > img, .parked-art > picture > img { width: 286.363636%; left: -4.195804%; top: -212.418301%; }
.leaving-art { width: 100%; aspect-ratio: 264 / 294; }
.leaving-art > img, .leaving-art > picture > img { width: 310.227273%; left: -203.030303%; top: -225.170068%; }
.departure-notice { position: absolute; top: 24%; left: 22%; width: 67%; height: 16%; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 8px; background: #f3fff5; border-radius: 8px; color: #101d13; font-size: 16px; font-weight: 500; white-space: nowrap; box-shadow: 0 3px 12px #1b302216; }
.notice-check { display: grid; place-items: center; width: 29px; height: 29px; flex: 0 0 auto; border-radius: 50%; background: var(--green); }
.notice-check img { width: 18px; height: 18px; filter: brightness(0) invert(1); }

.how-section { padding-top: 88px; background: #eef8ff; overflow: hidden; }
.how-section .section-title { margin-bottom: var(--section-content-gap); }
.how-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; }
.how-column { display: flex; flex-direction: column; min-width: 0; row-gap: var(--explainer-gap); }
.how-copy p + p { margin-top: var(--paragraph-gap); }
.how-message { justify-content: space-between; }
.how-column .tracking-art { margin-top: auto; }
.how-message .phone-frame { margin: 0 auto; }

/* Device frames contain selectable text and real controls, not screenshot text. */
.phone-frame { position: relative; flex: 0 0 auto; width: 448px; max-width: 100%; padding: 9px; border: 2px solid #8e9190; border-radius: 52px; background: linear-gradient(100deg, #080908 0%, #373936 2%, #070807 5%, #10110f 94%, #60625f 98%, #171916 100%); box-shadow: 0 0 0 2px #262824, 5px 5px 0 #b5b7b3, 10px 14px 24px #17211924; }
.phone-screen { position: relative; overflow: hidden; min-width: 0; border-radius: 42px; background: #fcfcfd; padding: 14px 14px 19px; color: #111; }
.phone-cropped { border-bottom: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; padding-bottom: 0; }
.phone-cropped .phone-screen { border-bottom-left-radius: 0; border-bottom-right-radius: 0; padding-bottom: 18px; }
.phone-status { display: flex; position: relative; height: 31px; align-items: center; justify-content: space-between; padding: 0 10px; font-size: 13px; font-weight: 650; }
.phone-island { position: absolute; left: 50%; top: 0; width: 105px; height: 27px; transform: translateX(-50%); background: #020302; border-radius: 20px; }
.phone-island::after { content: ''; position: absolute; right: 10px; top: 8px; width: 10px; height: 10px; border-radius: 50%; background: #0c1c2e; box-shadow: inset 0 0 3px #030405; }
.phone-indicators { display: flex; align-items: center; gap: 6px; }
.signal-bars { display: flex; align-items: flex-end; gap: 2px; height: 10px; }
.signal-bars i { width: 3px; height: 4px; border-radius: 1px; background: #101110; }
.signal-bars i:nth-child(2) { height: 6px; }
.signal-bars i:nth-child(3) { height: 8px; }
.signal-bars i:nth-child(4) { height: 10px; }
.battery { position: relative; display: block; width: 19px; height: 10px; border: 1px solid #868886; border-radius: 3px; background: #151615; box-shadow: inset 0 0 0 1px #fff; }
.battery::after { content: ''; position: absolute; right: -3px; top: 2px; width: 2px; height: 4px; border-radius: 0 2px 2px 0; background: #868886; }
.sms-contact { position: relative; display: flex; flex-direction: column; align-items: center; gap: 9px; padding: 16px 0 22px; }
.sms-back { position: absolute; left: 0; top: 24px; width: 24px; height: 24px; transform: rotate(180deg); filter: invert(36%) sepia(100%) saturate(3000%) hue-rotate(198deg); }
.contact-avatar { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: #fff; box-shadow: 0 2px 8px #142b2322; }
.drivepay-symbol { display: block; width: 31px; height: 25px; background: url('drivepay-hero.png') -40px -24px / 901px 597px no-repeat; }
.contact-name { display: flex; align-items: center; gap: 1px; font-size: 17px; font-weight: 500; }
.contact-name img { width: 13px; height: 13px; }
.sms-message { position: relative; background: #e8e8eb; border-radius: 16px; padding: 18px; font-size: 21px; line-height: 1.4; color: #121212; }
.sms-message::before { content: ''; position: absolute; left: -5px; bottom: 0; width: 16px; height: 18px; background: #e8e8eb; border-bottom-right-radius: 16px; z-index: -1; }
.sms-message p + p { margin-top: 19px; }
.sms-link-example { color: #0078ee; text-decoration: underline; text-underline-offset: 2px; cursor: default; }
.home-indicator { width: 35%; height: 4px; border-radius: 3px; background: #0a0a0a; margin: 15px auto 0; }
.sms-composer { display: flex; align-items: center; gap: 10px; padding-top: 18px; color: #aeb5c2; font-size: 12px; }
.sms-composer > span:first-child { display: grid; place-items: center; width: 25px; height: 25px; background: #f2f3f6; border-radius: 50%; font-size: 21px; }
.sms-composer > span:nth-child(2) { flex: 1; border: 1px solid #e1e4ea; border-radius: 18px; padding: 6px 9px; }
.sms-composer img { width: 16px; height: 16px; opacity: .3; }

.experience { padding: 92px 0 88px; }
.experience-heading { text-align: center; }
.experience-heading .section-kicker { margin-bottom: 18px; }
.experience-heading .section-copy { margin-top: var(--section-intro-gap); }
.journey { --journey-gap: 48px; --journey-number-size: 49px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--journey-gap); margin-top: var(--section-content-gap); }
.journey-step { min-width: 0; }
.journey-media { display: flex; align-items: flex-end; justify-content: center; height: 488px; }
.journey-phone { padding-inline: 14px; }
.phone-compact { width: 284px; border-radius: 40px; padding: 6px; box-shadow: 0 0 0 1px #444, 3px 2px 0 #b5b7b3, 0 11px 19px #16211b1c; }
.phone-compact .phone-screen { border-radius: 32px; padding: 11px 10px 10px; }
.phone-compact .phone-status { height: 23px; padding: 0 5px; font-size: 10px; }
.phone-compact .phone-island { width: 73px; height: 20px; }
.phone-compact .phone-island::after { width: 7px; height: 7px; top: 6px; right: 8px; }
.phone-compact .phone-indicators { gap: 4px; transform: scale(.8); transform-origin: right center; }
.phone-compact .sms-contact { gap: 6px; padding: 12px 0 16px; }
.phone-compact .contact-avatar { width: 38px; height: 38px; }
.phone-compact .drivepay-symbol { width: 25px; height: 20px; background-size: 721px 478px; background-position: -32px -19px; }
.phone-compact .sms-back { top: 16px; width: 19px; height: 19px; }
.phone-compact .contact-name { font-size: 12px; }
.phone-compact .contact-name img { width: 10px; height: 10px; }
.phone-compact .sms-message { padding: 12px; border-radius: 11px; font-size: 14px; line-height: 1.4; }
.phone-compact .sms-message p + p { margin-top: 15px; }
.phone-compact .sms-composer { font-size: 10px; gap: 6px; padding-top: 13px; }
.phone-compact .home-indicator { margin-top: 12px; }
.journey-caption { position: relative; display: flex; flex-direction: column; align-items: center; gap: 17px; margin-top: 56px; text-align: center; }
.journey-caption > div { width: 100%; min-width: 0; }
.journey-number { display: grid; place-items: center; width: var(--journey-number-size); height: var(--journey-number-size); flex: 0 0 auto; border-radius: 50%; background: #08bc45; color: #fff; font-size: 18px; font-weight: 650; }
.journey-caption h3 { font-size: 25px; line-height: 1.3; font-weight: 650; margin: 3px 0 14px; }
.journey-caption p { color: var(--copy); font-size: 18px; line-height: 1.5; max-width: 230px; margin-inline: auto; }
.journey-arrow { position: absolute; left: calc(100% + var(--journey-gap) / 2); top: calc(var(--journey-number-size) / 2); width: 24px; height: 24px; transform: translate(-50%, -50%); pointer-events: none; }
.journey-arrow img { display: block; width: 100%; height: 100%; filter: invert(48%) sepia(90%) saturate(750%) hue-rotate(91deg); }

.payments-section { padding: 88px 0 72px; background: #eef8ff; }
.payments-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.3fr); gap: 88px; align-items: center; }
.payments-section > .section-inner > .section-kicker { margin-bottom: 32px; }
.payments-visual { display: flex; align-items: center; justify-content: center; min-width: 0; padding: 18px 16px; }
.account-phone { width: 356px; transform: perspective(1100px) rotateY(-18deg) rotateZ(7deg); transform-origin: center; border-radius: 42px; padding: 7px; }
.account-phone .phone-screen { border-radius: 33px; padding: 13px 12px 18px; background: #fdfdfd; }
.account-phone .phone-status { height: 26px; font-size: 11px; padding-inline: 8px; }
.account-phone .phone-island { width: 89px; height: 23px; }
.account-phone .phone-island::after { top: 6px; }
.account-heading { display: flex; flex-direction: column; align-items: center; gap: 7px; font-size: 12px; margin: 16px 0 17px; }
.account-avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #08bc47; color: white; font-size: 19px; }
.phone-title { font-size: 23px; line-height: 1.2; font-weight: 650; margin: 0 3px 10px; }
.payment-choices { min-width: 0; border: 0; margin: 0; padding: 0; }
.payment-choices legend { padding: 0 3px 11px; font-size: 13px; }
.payment-row { display: grid; grid-template-columns: 81px minmax(0, 1fr) 25px; align-items: center; gap: 9px; padding: 22px 2px; border-top: 1px solid #e9eced; cursor: default; font-size: 13px; line-height: 1.35; }
.payment-row small { display: block; color: #6d819a; margin-top: 4px; font-size: 12px; }
.payment-check { appearance: none; display: grid; place-items: center; width: 25px; height: 25px; margin: 0; padding: 0; border: 1.5px solid #737973; border-radius: 3px; background: #fff; cursor: default; opacity: 1; }
.payment-check:checked { background: #00b947; border-color: #00b947; }
.payment-check:checked::after { content: ''; width: 85%; height: 85%; background: url('icons/check.svg') center / contain no-repeat; filter: brightness(0) invert(1); }
.charge-logo { width: 45px; height: 45px; object-fit: contain; margin-inline: auto; }
.payment-provider-name { display: block; min-width: 0; text-align: center; }
.m6-logo { display: block; min-width: 0; color: #0d2998; font-size: 20px; line-height: 1.2; font-weight: 700; white-space: nowrap; text-align: center; }
.account-note { color: #839087; text-align: center; font-size: 11px; margin-top: 23px; }
.account-phone .home-indicator { margin-top: 25px; }
.payments-copy { min-width: 0; }
.payments-copy .section-title { font-size: 48px; }
.payments-copy > .section-copy { font-size: 20px; margin-top: var(--section-intro-gap); }
.examples-label { margin: var(--section-content-gap) 0 var(--section-intro-gap); }
.provider-groups { display: grid; grid-template-columns: .93fr 1.15fr 1fr; gap: 24px; }
.provider-group { min-width: 0; }
.provider-group + .provider-group { border-left: 1px solid #dbe5ee; padding-left: 24px; }
.provider-group h3 { margin: 0 0 18px; font-size: 25px; font-weight: 650; line-height: 1.13; }
.provider-group ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; color: #153aa6; font-size: 17px; line-height: 1.4; }
.provider-group li { min-width: 0; }
.congestion-provider { display: flex; align-items: center; gap: 9px; }
.congestion-provider img { width: 43px; height: 43px; flex: 0 0 auto; }
.payments-copy > .illustration-note { margin-top: 29px; font-size: 14px; }
.payments-copy > .section-button { margin-top: 15px; }
.contact-section { padding: 96px 0 88px; background: #fff; }
.contact-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: 96px; align-items: start; }
.contact-copy { max-width: 480px; }
.contact-brand { display: block; width: 234px; height: 45px; margin-bottom: 36px; background: url('assets/drivepay-logo-site.svg') left center / contain no-repeat; }
.contact-copy .section-copy { margin-top: 28px; }
.contact-panel { min-width: 0; min-height: 470px; }
#contact-form { display: grid; gap: 16px; }
.contact-inputs { display: grid; gap: 22px; min-width: 0; margin: 0; padding: 0; border: 0; }
.contact-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
#contact-form .field { margin: 0; gap: 10px; min-width: 0; }
#contact-form input, #contact-form select, #contact-form textarea { min-width: 0; min-height: 52px; padding: 14px 16px; font-size: 16px; line-height: 1.4; border-color: #ccd9d1; border-radius: 6px; }
#contact-form textarea { min-height: 136px; }
.contact-submit { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; }
.contact-submit .section-button { min-width: 190px; }
.contact-inputs:disabled .section-button { cursor: wait; opacity: .65; }
.contact-status { margin: 0; color: var(--copy); font-size: 14px; line-height: 1.5; }
.contact-status:empty { display: none; }
.contact-status.is-error { color: #a32b25; }
.contact-preview { padding: 12px 16px; border-radius: 6px; background: #eef7fe; color: #465762; font-size: 14px; line-height: 1.5; }
.contact-success { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; padding-block: 36px; }
.contact-success-icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: #def7e8; }
.contact-success-icon img { width: 32px; height: 32px; filter: invert(38%) sepia(75%) saturate(1110%) hue-rotate(109deg); }
.contact-success h3 { margin: 0; max-width: 440px; font-size: 34px; font-weight: 700; line-height: 1.15; text-wrap: balance; }
#contact-success-title:focus { outline: none; }
.contact-success > p:not(.contact-preview) { max-width: 430px; color: var(--copy); font-size: 18px; line-height: 1.6; }
.contact-again { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 4px; padding: 0; border: 0; background: transparent; color: #008737; font-size: 16px; font-weight: 600; text-align: left; }
.contact-again:hover { color: #006d2c; text-decoration: underline; text-underline-offset: 4px; }
.contact-again img { width: 20px; height: 20px; }
.thank-you-page { min-height: 100svh; padding-top: var(--header-height); }
.thank-you-content { width: min(650px, calc(100% - 48px)); margin: 0 auto; padding-block: 88px; }
.thank-you-content .contact-success-icon { margin-bottom: 32px; }
.thank-you-content h1 { font-size: 48px; line-height: 1.1; font-weight: 740; text-wrap: balance; }
.thank-you-content > p { margin-top: 24px; color: var(--copy); font-size: 20px; line-height: 1.6; }
.thank-you-content .section-button { margin-top: 32px; }
.site-footer { padding: 64px 0 24px; border-top: 1px solid #dce7e1; background: #f4f8f6; color: #62686f; font-size: 15px; line-height: 1.6; }
.footer-main { display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(0, 1fr)); gap: 64px; padding-bottom: 48px; }
.footer-main > * { min-width: 0; }
.footer-brand { display: block; width: 234px; max-width: 100%; }
.footer-brand img { display: block; width: 100%; height: auto; }
.footer-identity p { margin-top: 22px; }
.footer-nav h2 { margin: 0 0 16px; color: #17291e; font-size: 16px; font-weight: 650; line-height: 1.5; }
.footer-nav ul { list-style: none; display: grid; gap: 4px; margin: 0; padding: 0; }
.footer-nav a { display: inline-flex; align-items: center; min-height: 40px; padding-block: 6px; }
.site-footer a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.site-footer a:hover { color: #007e34; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 22px; border-top: 1px solid #dce7e1; font-size: 13px; }
.footer-legal { padding-top: 24px; border-top: 1px solid #dce7e1; font-size: 13px; line-height: 1.65; }
.footer-legal p + p { margin-top: 6px; }
.footer-legal strong { font-weight: 600; }
.footer-legal a { text-decoration: underline; }
.footer-legal + .footer-bottom { padding-top: 16px; border-top: 0; }
.footer-back { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; flex-shrink: 0; }
.footer-back img { display: block; width: 18px; height: 18px; transform: rotate(-90deg); }

.payments-dialog { width: min(570px, calc(100% - 32px)); }
.dialog-kicker { color: #02853b; font-size: 12px; font-weight: 650; margin-bottom: 14px; }
.payment-options-groups { display: grid; gap: 18px; margin: 23px 0; }
.payment-options-groups > div { border-top: 1px solid #e4ebe6; padding-top: 17px; }
.payment-options-groups h3 { margin: 0 0 7px; font-size: 17px; }
[hidden] { display: none !important; }

@media (min-width: 1600px) {
  .section-title { font-size: 62px; }
  .section-copy { font-size: 25px; }
  .how-message .phone-frame { width: 480px; }
  .journey-media { height: 525px; }
  .phone-compact { width: 305px; }
  .phone-compact .sms-message { font-size: 15px; }
  .payments-copy .section-title { font-size: 55px; }
  .payments-copy > .section-copy { font-size: 23px; }
  .account-phone { width: 385px; }
  .payment-row { font-size: 15px; }
  .provider-group h3 { font-size: 28px; }
  .provider-group ul { font-size: 20px; }
}
@media (max-width: 1150px) {
  .footer-main { gap: 40px; }
  .contact-layout { gap: 48px; }
  .section-inner { width: calc(100% - 80px); }
  .section-title { font-size: 45px; }
  .section-copy { font-size: 19px; }
  .how-layout { gap: 48px; }
  .tracking-art { width: calc(100% + 40px); margin-left: -40px; }
  .how-message .phone-frame { width: 380px; }
  .sms-message { font-size: 18px; padding: 15px; }
  .phone-frame { border-radius: 44px; padding: 7px; }
  .phone-screen { border-radius: 35px; }
  .phone-cropped, .phone-cropped .phone-screen { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
  .journey { --journey-gap: 36px; --journey-number-size: 40px; }
  .journey-media { height: 435px; }
  .journey-phone { padding-inline: 0; }
  .phone-compact .sms-message { font-size: 13px; }
  .journey-caption { gap: 12px; }
  .journey-number { font-size: 15px; }
  .journey-caption h3 { font-size: 21px; }
  .journey-caption p { font-size: 16px; }
  .departure-notice { font-size: 12px; gap: 6px; }
  .notice-check { width: 23px; height: 23px; }
  .notice-check img { width: 15px; height: 15px; }
  .payments-layout { gap: 48px; grid-template-columns: minmax(0, .75fr) minmax(0, 1.3fr); }
  .payments-copy .section-title { font-size: 39px; }
  .payments-copy > .section-copy { font-size: 17px; }
  .provider-groups { gap: 17px; }
  .provider-group + .provider-group { padding-left: 17px; }
  .provider-group h3 { font-size: 21px; }
  .provider-group ul { font-size: 14px; gap: 10px; }
  .congestion-provider { gap: 6px; }
  .congestion-provider img { width: 31px; height: 31px; }
  .account-phone { width: 305px; }
  .phone-title { font-size: 20px; }
  .payment-row { grid-template-columns: 64px minmax(0, 1fr) 22px; font-size: 11px; gap: 7px; }
  .payment-row small { font-size: 10px; }
  .payment-check { width: 22px; height: 22px; }
  .m6-logo { font-size: 17px; }
}
@media (max-width: 850px) and (min-width: 701px) {
  .section-inner { width: calc(100% - 56px); }
  .section-title { font-size: 38px; }
  .section-copy { font-size: 17px; }
  .how-layout { gap: 32px; }
  .tracking-art { width: calc(100% + 28px); margin-left: -28px; }
  .phone-status { padding-inline: 1px; font-size: 11px; }
  .phone-island { width: 83px; }
  .phone-screen { padding-inline: 10px; }
  .sms-message { font-size: 16px; padding: 13px; }
  .contact-avatar { width: 46px; height: 46px; }
  .contact-name { font-size: 15px; }
  .journey { --journey-gap: 28px; --journey-number-size: 31px; }
  .journey-media { height: 426px; }
  .phone-compact { padding: 5px; border-radius: 30px; }
  .phone-compact .phone-screen { padding-inline: 7px; border-radius: 23px; }
  .phone-compact .phone-status { font-size: 8px; }
  .phone-compact .phone-island { width: 58px; height: 18px; }
  .phone-compact .phone-indicators { transform: scale(.65); }
  .phone-compact .sms-message { font-size: 11px; padding: 10px; }
  .phone-compact .contact-name { font-size: 11px; }
  .phone-compact .sms-message p + p { margin-top: 12px; }
  .journey-caption { gap: 8px; }
  .journey-number { font-size: 12px; }
  .journey-caption h3 { font-size: 18px; }
  .journey-caption p { font-size: 14px; }
  .departure-notice { font-size: 10px; padding: 5px; gap: 5px; }
  .notice-check { width: 18px; height: 18px; }
  .notice-check img { width: 12px; height: 12px; }
  .payments-layout { grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 32px; }
  .payments-visual { padding-inline: 4px; }
  .account-phone { transform: perspective(1000px) rotateY(-13deg) rotateZ(4deg); }
  .account-phone .phone-status { font-size: 9px; padding-inline: 1px; }
  .account-phone .phone-island { width: 65px; height: 20px; }
  .account-phone .phone-indicators { transform: scale(.8); transform-origin: right; }
  .account-phone .phone-screen { padding-inline: 8px; }
  .account-heading { font-size: 10px; }
  .phone-title { font-size: 17px; }
  .payment-row { grid-template-columns: 47px minmax(0, 1fr) 19px; gap: 4px; font-size: 10px; padding-block: 17px; }
  .payment-row small { font-size: 9px; }
  .payment-check { width: 19px; height: 19px; }
  .charge-logo { width: 32px; height: 32px; }
  .m6-logo { font-size: 13px; }
  .payments-copy .section-title { font-size: 32px; }
  .payments-copy > .section-copy { font-size: 16px; }
  .provider-groups { gap: 12px; }
  .provider-group + .provider-group { padding-left: 12px; }
  .provider-group h3 { font-size: 18px; }
  .provider-group ul { font-size: 12px; }
  .congestion-provider { flex-wrap: wrap; }
  .payments-copy > .illustration-note { font-size: 12px; }
  .payments-copy .section-button { font-size: 15px; gap: 10px; padding-inline: 16px; }
}
@media (max-width: 700px) {
  .drivepay-symbol { background-image: url('assets/mobile/drivepay-hero.webp'); }
  .site-footer { padding: 44px 0 20px; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 24px; padding-bottom: 32px; }
  .footer-identity { grid-column: 1 / -1; }
  .footer-brand { width: 210px; }
  .footer-identity p { margin-top: 18px; }
  .footer-nav h2 { font-size: 15px; }
  .footer-nav a { min-height: 44px; font-size: 14px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .homepage-sections { --paragraph-gap: 20px; --section-intro-gap: 24px; }
  .contact-section { padding: 60px 0 56px; }
  .contact-layout { grid-template-columns: 1fr; gap: 36px; }
  .contact-copy { max-width: none; }
  .contact-brand { margin-bottom: 28px; }
  .contact-fields { grid-template-columns: 1fr; gap: 22px; }
  .contact-panel { min-height: 490px; }
  .contact-success { padding-block: 20px; }
  .contact-success h3 { font-size: 30px; }
  .thank-you-content { padding-block: 56px; }
  .thank-you-content h1 { font-size: 36px; }
  .section-inner { width: calc(100% - 44px); }
  .section-title, .payments-copy .section-title { font-size: 34px; line-height: 1.13; text-wrap: initial; }
  .section-copy { font-size: 17px; line-height: 1.5; }
  .section-kicker { font-size: 11px; }
  .illustration-note { font-size: 12px; }
  .how-section { padding-top: 56px; }
  .how-layout { grid-template-columns: 1fr; gap: 48px; }
  .tracking-art { width: calc(100% + 44px); margin: 18px -22px 0; max-height: 410px; }
  .how-message .phone-frame { width: 355px; }
  .sms-message { font-size: 18px; }
  .experience { padding: 60px 0; }
  .experience-heading .section-copy { font-size: 16px; }
  .journey { --journey-gap: 48px; --journey-number-size: 36px; grid-template-columns: 1fr; }
  .journey-step { display: flex; flex-direction: column; gap: 28px; }
  .journey-media { width: 100%; height: auto; min-height: 0; max-width: 400px; margin-inline: auto; }
  .journey-phone { padding: 0; }
  .parked-art, .leaving-art { max-width: 230px; }
  .phone-compact { width: 285px; padding: 6px; border-radius: 40px; }
  .phone-compact .phone-screen { border-radius: 32px; }
  .phone-compact .sms-message { font-size: 14px; }
  .journey-caption { order: -1; gap: 12px; width: 100%; max-width: 355px; margin: 0 auto; }
  .journey-number { font-size: 14px; }
  .journey-caption h3 { font-size: 23px; margin: 0 0 10px; }
  .journey-caption p { max-width: 270px; font-size: 16px; }
  .journey-arrow { display: none; }
  /* The full handset stays in How it works; the repeated step is a mobile SMS preview. */
  .journey-phone .phone-compact { width: 320px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .journey-phone .phone-screen { padding: 0; border-radius: 0; background: transparent; }
  .journey-phone .phone-status, .journey-phone .sms-back, .journey-phone .contact-name img,
  .journey-phone .sms-composer, .journey-phone .home-indicator, .journey-phone .sms-message p:nth-child(2) { display: none; }
  .journey-phone .sms-contact { flex-direction: row; gap: 12px; padding: 0 0 16px; }
  .journey-phone .contact-name { font-size: 15px; }
  .journey-phone .sms-message { padding: 16px; border-radius: 8px; font-size: 16px; }
  .departure-notice { font-size: 14px; }
  .payments-section { padding: 56px 0 48px; overflow: hidden; }
  .payments-layout { grid-template-columns: 1fr; gap: 56px; }
  .payments-copy { grid-row: 1; }
  .payments-copy .section-title { font-size: 33px; }
  .payments-copy > .section-copy { font-size: 17px; }
  .provider-groups { grid-template-columns: .95fr 1.1fr 1fr; gap: 14px; }
  .provider-group + .provider-group { padding-left: 14px; }
  .provider-group h3 { font-size: 20px; }
  .provider-group ul { font-size: 14px; }
  .congestion-provider { flex-wrap: wrap; }
  .examples-label { font-size: 13px; }
  .payments-copy > .illustration-note { font-size: 12px; margin-top: 23px; }
  .payments-visual { padding-block: 15px 20px; }
  .account-phone { width: 318px; transform: perspective(1100px) rotateY(-12deg) rotateZ(5deg); }
  .account-phone .phone-title { font-size: 22px; }
  .payment-row { grid-template-columns: 69px minmax(0, 1fr) 25px; font-size: 12px; gap: 7px; }
  .payment-row small { font-size: 11px; }
  .payment-check { width: 25px; height: 25px; }
  .m6-logo { font-size: 18px; }
}
@media (max-width: 420px) {
  .provider-groups { grid-template-columns: 1fr; gap: 18px; }
  .provider-group { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 18px; }
  .provider-group + .provider-group { border-left: 0; border-top: 1px solid #e2e8eb; padding: 17px 0 0; }
  .provider-group h3 { margin: 0; font-size: 20px; }
  .provider-group ul { font-size: 15px; gap: 9px; }
  .congestion-provider { flex-wrap: nowrap; }
}
@media (max-width: 360px) {
  .section-inner { width: calc(100% - 36px); }
  .section-title, .payments-copy .section-title { font-size: 29px; }
  .section-copy, .payments-copy > .section-copy { font-size: 16px; }
  .tracking-art { width: calc(100% + 36px); margin-inline: -18px; }
  .phone-screen { padding-inline: 10px; }
  .sms-message { font-size: 16px; padding: 13px; }
  .phone-status { padding-inline: 3px; font-size: 11px; }
  .phone-island { width: 85px; }
  .phone-compact { width: 275px; }
  .phone-compact .sms-message { font-size: 13px; }
  .payments-visual { padding-inline: 6px; }
  .account-phone { width: 270px; transform: perspective(1100px) rotateY(-8deg) rotateZ(3deg); }
  .account-phone .phone-screen { padding-inline: 8px; }
  .account-phone .phone-title { font-size: 20px; }
  .payment-row { grid-template-columns: 56px minmax(0, 1fr) 23px; font-size: 11px; }
  .payment-check { width: 23px; height: 23px; }
  .m6-logo { font-size: 15px; }
  .provider-group { grid-template-columns: 105px minmax(0, 1fr); gap: 15px; }
  .provider-group h3 { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
