:root {
  --lime: #9acd32;
  --lime-bright: #a6e329;
  --forest: #123f2a;
  --forest-dark: #0a2c1d;
  --ink: #222222;
  --muted: #66716a;
  --cream: #f5f6ef;
  --white: #ffffff;
  --line: rgba(18, 63, 42, 0.14);
  --shadow: 0 24px 70px rgba(10, 44, 29, 0.12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Inter", sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); background: var(--white); padding: 12px 18px; border-radius: 12px; z-index: 200; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; padding: 20px 0; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { width: 160px; height: 54px; overflow: hidden; border-radius: 10px; background: var(--forest); }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.desktop-nav { display: none; gap: 34px; font-size: .88rem; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--lime); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 56px; padding: 0 24px; border-radius: 14px; font-family: "Poppins", sans-serif; font-size: .9rem; font-weight: 600; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-small { min-height: 44px; padding: 0 17px; gap: 11px; font-size: .78rem; background: var(--forest); color: var(--white); }
.button-primary { background: var(--forest); color: var(--white); box-shadow: 0 10px 26px rgba(18,63,42,.18); }
.button-primary:hover { background: var(--forest-dark); box-shadow: 0 16px 34px rgba(18,63,42,.24); }
.button-light { color: var(--forest); background: var(--white); }
.button-accent { background: var(--lime-bright); color: var(--forest-dark); box-shadow: 0 14px 30px rgba(166,227,41,.18); }
.button-accent:hover { background: #b7ee47; }

.hero { min-height: 820px; padding-top: 130px; position: relative; overflow: hidden; background: radial-gradient(circle at 88% 22%, rgba(154,205,50,.2), transparent 24%), var(--cream); }
.hero::before { content: ""; position: absolute; width: 440px; height: 440px; border: 1px solid rgba(18,63,42,.08); border-radius: 50%; left: -250px; top: 190px; box-shadow: 0 0 0 80px rgba(18,63,42,.025), 0 0 0 160px rgba(18,63,42,.018); }
.hero-grid { display: grid; gap: 62px; align-items: center; position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; font-weight: 700; color: var(--forest); }
.eyebrow > span { width: 28px; height: 2px; background: var(--lime); }
.eyebrow.light { color: rgba(255,255,255,.72); }
.hero h1, .section-heading h2, .why-intro h2, .cta h2 { margin: 22px 0; font-family: "Poppins", sans-serif; font-size: clamp(3.15rem, 9.8vw, 5.9rem); line-height: .98; letter-spacing: -.055em; font-weight: 600; color: var(--forest-dark); }
h1 em, h2 em { font-style: normal; color: var(--lime); }
.hero-copy > p { max-width: 610px; margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.text-link { font-family: "Poppins", sans-serif; font-size: .82rem; font-weight: 600; border-bottom: 1px solid var(--line); padding: 10px 0; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line); max-width: 520px; }
.trust-row div { display: flex; flex-direction: column; border-right: 1px solid var(--line); padding-right: 12px; }
.trust-row div:not(:first-child) { padding-left: 15px; }
.trust-row div:last-child { border: 0; }
.trust-row strong { color: var(--forest); font-family: "Poppins"; font-size: 1.3rem; }
.trust-row span { color: var(--muted); font-size: .65rem; margin-top: 3px; }

.hero-visual { position: relative; max-width: 590px; width: 100%; justify-self: center; }
.route-card { position: relative; padding: 18px; border-radius: 30px; background: var(--forest); color: var(--white); box-shadow: 0 36px 80px rgba(10,44,29,.28); transform: rotate(1.5deg); }
.route-card::after { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(255,255,255,.09); border-radius: 23px; pointer-events: none; }
.route-card-top { display: flex; justify-content: space-between; padding: 9px 10px 15px; font-size: .73rem; color: rgba(255,255,255,.7); }
.live-dot { display: flex; align-items: center; gap: 6px; color: var(--lime-bright); }
.live-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(166,227,41,.12); }
.route-map { height: 240px; position: relative; overflow: hidden; border-radius: 20px; background: #0d3523; }
.map-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(circle at center, #000 0, transparent 78%); }
.route-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.route-path-shadow { fill: none; stroke: rgba(255,255,255,.09); stroke-width: 2; }
.route-path { fill: none; stroke: var(--lime-bright); stroke-width: 2; stroke-dasharray: 5 9; }
.route-point { fill: var(--forest); stroke: var(--lime-bright); stroke-width: 4; }
.route-point.end { fill: var(--lime-bright); }
.moving-dot { fill: var(--white); stroke: var(--lime-bright); stroke-width: 4; }
.map-label { position: absolute; padding: 6px 9px; border-radius: 7px; background: rgba(255,255,255,.09); font-size: .64rem; }
.map-label.china { top: 42px; left: 12px; }
.map-label.nigeria { top: 40px; right: 11px; }
.shipment-status { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; margin-top: 14px; padding: 14px 10px 7px; }
.cargo-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--lime-bright); background: rgba(166,227,41,.1); }
.cargo-icon svg { width: 21px; }
.shipment-status div:nth-child(2) { display: flex; flex-direction: column; }
.shipment-status span { font-size: .62rem; color: rgba(255,255,255,.55); }
.shipment-status strong { font-size: .78rem; margin-top: 4px; }
.status-check { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--lime-bright); color: var(--forest); font-weight: 800; }
.floating-badge { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border-radius: 12px; color: var(--forest); background: rgba(255,255,255,.94); backdrop-filter: blur(10px); box-shadow: 0 12px 30px rgba(10,44,29,.16); font-size: .69rem; font-weight: 700; animation: float 4.5s ease-in-out infinite; }
.floating-badge span { display: grid; place-items: center; min-width: 25px; height: 25px; border-radius: 8px; background: var(--lime); font-size: .63rem; }
.badge-one { left: -8px; top: 61px; }
.badge-two { right: -5px; bottom: 53px; animation-delay: -2s; }
.hero-marquee { margin-top: 80px; overflow: hidden; padding: 20px 0; background: var(--lime-bright); color: var(--forest-dark); transform: rotate(-1deg) scale(1.02); }
.marquee-track { display: flex; width: max-content; gap: 26px; align-items: center; animation: marquee 28s linear infinite; font-family: "Poppins"; font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
.marquee-track i { font-style: normal; font-size: 1rem; }

.section { padding: 110px 0; }
.section-heading { display: grid; gap: 30px; margin-bottom: 55px; }
.section-number { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 26px; border: 1px solid var(--line); border-radius: 50%; font-family: "Poppins"; font-size: .72rem; color: var(--forest); }
.section-number.light { color: var(--lime); border-color: rgba(255,255,255,.2); }
.section-heading h2, .why-intro h2, .cta h2 { font-size: clamp(2.5rem, 7vw, 4.5rem); margin: 0; }
.section-heading p { margin: 24px 0 0; max-width: 520px; color: var(--muted); line-height: 1.75; }
.service-grid { display: grid; gap: 14px; }
.service-card { position: relative; min-height: 310px; padding: 28px; display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.62); transition: transform .3s ease, background .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-6px); background: var(--white); box-shadow: var(--shadow); }
.service-card.featured { background: var(--lime-bright); border-color: transparent; }
.service-card.featured::after { content: "V"; position: absolute; right: -15px; bottom: -85px; font-family: "Poppins"; font-size: 15rem; font-weight: 700; color: rgba(18,63,42,.07); line-height: 1; transform: rotate(-8deg); }
.service-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 44px; border-radius: 14px; color: var(--forest); background: rgba(154,205,50,.16); }
.featured .service-icon { background: rgba(18,63,42,.12); }
.service-icon svg { width: 24px; height: 24px; }
.card-number { position: absolute; top: 28px; right: 28px; color: var(--muted); font-family: "Poppins"; font-size: .68rem; }
.service-card h3 { margin: 0 0 12px; font-family: "Poppins"; color: var(--forest-dark); font-size: 1.28rem; }
.service-card p { margin: 0 0 28px; color: var(--muted); line-height: 1.65; font-size: .86rem; max-width: 330px; }
.featured p { color: rgba(18,63,42,.72); }
.card-link { position: relative; z-index: 1; margin-top: auto; padding: 0 0 5px; color: var(--forest); background: transparent; border-bottom: 1px solid rgba(18,63,42,.25); cursor: pointer; font-size: .75rem; font-weight: 700; }
.card-link span { margin-left: 12px; }

.why-us { background: var(--forest); color: var(--white); position: relative; overflow: hidden; }
.why-us::after { content: ""; position: absolute; width: 700px; height: 700px; top: -400px; right: -300px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.02), 0 0 0 200px rgba(255,255,255,.015); }
.why-grid { display: grid; gap: 65px; position: relative; z-index: 1; }
.why-intro h2 { color: var(--white); margin: 25px 0; }
.why-intro p { color: rgba(255,255,255,.62); line-height: 1.75; margin: 0 0 32px; max-width: 480px; }
.benefit-list { border-top: 1px solid rgba(255,255,255,.14); }
.benefit { display: grid; grid-template-columns: 25px 46px 1fr; gap: 15px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.14); align-items: start; transition: padding .25s ease, background .25s ease; }
.benefit > span { color: var(--lime); font-size: .62rem; padding-top: 12px; }
.benefit-icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--lime-bright); border-radius: 12px; background: rgba(166,227,41,.09); }
.benefit-icon svg { width: 21px; }
.benefit h3 { margin: 5px 0 7px; font-family: "Poppins"; font-size: 1rem; }
.benefit p { margin: 0; color: rgba(255,255,255,.55); font-size: .78rem; line-height: 1.55; }

.section-heading.compact { margin-bottom: 60px; }
.process-track { position: relative; display: grid; gap: 40px; }
.process-track::before { content: ""; position: absolute; left: 8px; top: 46px; bottom: 10px; width: 1px; background: var(--line); }
.process-step { position: relative; padding-left: 42px; }
.process-step strong { font-family: "Poppins"; color: var(--lime); font-size: .68rem; }
.process-dot { position: absolute; left: 3px; top: 42px; width: 11px; height: 11px; border-radius: 50%; background: var(--cream); border: 3px solid var(--forest); box-shadow: 0 0 0 5px var(--cream); }
.process-step h3 { font-family: "Poppins"; color: var(--forest-dark); font-size: 1rem; margin: 15px 0 8px; }
.process-step p { color: var(--muted); font-size: .82rem; line-height: 1.6; margin: 0; }

.cta { padding: 20px; }
.cta-inner { width: min(1180px, 100%); position: relative; overflow: hidden; padding: 90px 25px; text-align: center; border-radius: 28px; color: var(--white); background: var(--forest-dark); box-shadow: 0 30px 80px rgba(10,44,29,.18); }
.cta-inner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% -10%, rgba(166,227,41,.18), transparent 40%); }
.cta-inner > *:not(.cta-mark) { position: relative; z-index: 1; }
.cta .eyebrow { justify-content: center; }
.cta h2 { margin: 23px 0; color: var(--white); }
.cta p { max-width: 600px; margin: 0 auto 32px; color: rgba(255,255,255,.64); line-height: 1.7; }
.cta-mark { position: absolute; font-family: "Poppins"; font-size: 35rem; line-height: .8; font-weight: 700; color: rgba(255,255,255,.025); top: -70px; left: 50%; transform: translateX(-50%) rotate(-8deg); }

.site-footer { padding: 85px 0 100px; background: var(--cream); }
.footer-main { display: grid; gap: 45px; }
.footer-brand { display: block; margin-bottom: 18px; }
.footer-main > div:first-child p { max-width: 300px; }
.footer-main p, .footer-main a { color: var(--muted); font-size: .8rem; line-height: 2; margin: 0; }
.footer-label { display: block; margin-bottom: 13px; font-family: "Poppins"; font-size: .72rem; font-weight: 600; color: var(--forest); text-transform: uppercase; letter-spacing: .12em; }
.footer-bottom { display: flex; flex-direction: column; gap: 14px; justify-content: space-between; margin-top: 58px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .68rem; }

.whatsapp-float { position: fixed; right: 18px; bottom: 82px; z-index: 40; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: #24d366; box-shadow: 0 14px 28px rgba(15,94,43,.24); cursor: pointer; animation: pulse 4.5s ease-in-out infinite; }
.whatsapp-float svg { width: 30px; height: 30px; fill: currentColor; stroke: none; }
.mobile-sticky { position: fixed; z-index: 35; left: 14px; right: 84px; bottom: 14px; height: 56px; color: var(--white); background: var(--forest); border-radius: 14px; font-family: "Poppins"; font-weight: 600; box-shadow: 0 13px 30px rgba(10,44,29,.2); }

.activity-toast { position: fixed; left: 16px; bottom: 82px; z-index: 32; width: min(330px, calc(100% - 100px)); display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; padding: 13px; border: 1px solid rgba(18,63,42,.1); border-radius: 14px; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 18px 50px rgba(10,44,29,.15); transform: translateY(25px); opacity: 0; visibility: hidden; transition: transform .4s ease, opacity .4s ease, visibility .4s; }
.activity-toast.show { transform: translateY(0); opacity: 1; visibility: visible; }
.activity-check { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: var(--forest); background: rgba(154,205,50,.22); font-weight: 800; }
.activity-toast span { display: block; color: var(--muted); font-size: .55rem; text-transform: uppercase; letter-spacing: .1em; }
.activity-toast p { margin: 3px 0 0; font-size: .7rem; font-weight: 600; line-height: 1.35; }
.activity-toast button { color: var(--muted); background: none; font-size: 1rem; cursor: pointer; }

.form-overlay { position: fixed; inset: 0; z-index: 100; display: grid; place-items: end center; padding: 12px; background: rgba(5,25,16,.72); backdrop-filter: blur(10px); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s; }
.form-overlay.open { opacity: 1; visibility: visible; }
.form-modal { width: min(570px, 100%); min-height: 620px; max-height: calc(100dvh - 24px); overflow-y: auto; position: relative; padding: 24px 24px 70px; border-radius: 28px; background: var(--cream); box-shadow: 0 35px 100px rgba(0,0,0,.3); transform: translateY(35px) scale(.98); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.form-overlay.open .form-modal { transform: translateY(0) scale(1); }
.modal-close { position: absolute; top: 18px; right: 18px; z-index: 2; width: 38px; height: 38px; border-radius: 50%; color: var(--forest); background: rgba(18,63,42,.08); cursor: pointer; font-size: 1.4rem; }
.modal-brand { display: flex; align-items: center; gap: 12px; padding-right: 45px; }
.modal-brand img { width: 105px; height: 37px; object-fit: cover; border-radius: 7px; }
.modal-brand span { color: var(--muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; }
.progress-wrap { display: flex; align-items: center; gap: 13px; margin: 25px 0 55px; }
.progress-bar { height: 4px; flex: 1; overflow: hidden; border-radius: 4px; background: rgba(18,63,42,.1); }
.progress-bar span { display: block; width: 16.66%; height: 100%; border-radius: inherit; background: var(--lime); transition: width .35s ease; }
.progress-text { white-space: nowrap; color: var(--muted); font-size: .6rem; }
.form-step { display: none; animation: step-in .35s ease both; }
.form-step.active { display: block; }
.step-kicker { display: block; margin-bottom: 13px; color: var(--forest); font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.form-step h2 { max-width: 460px; margin: 0 0 13px; color: var(--forest-dark); font-family: "Poppins"; font-size: clamp(1.8rem, 7vw, 2.6rem); line-height: 1.15; letter-spacing: -.035em; }
.form-step > p:not(.input-error) { max-width: 430px; margin: 0 0 30px; color: var(--muted); line-height: 1.65; font-size: .86rem; }
.welcome-icon, .success-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 28px; color: var(--forest); background: var(--lime); border-radius: 17px; transform: rotate(-4deg); }
.welcome-icon svg { width: 28px; }
.success-icon { border-radius: 50%; font-size: 1.5rem; font-weight: 800; }
.form-step label:not(.service-options label) { display: block; margin-bottom: 9px; color: var(--forest); font-size: .72rem; font-weight: 700; }
.form-step input[type="text"], .form-step input[type="email"], .form-step input[type="tel"] { width: 100%; height: 58px; padding: 0 17px; border: 1px solid var(--line); border-radius: 13px; outline: none; color: var(--ink); background: var(--white); transition: border .2s, box-shadow .2s; }
.form-step input:focus { border-color: var(--lime); box-shadow: 0 0 0 4px rgba(154,205,50,.14); }
.form-step .button { width: 100%; margin-top: 22px; }
.input-error { display: none; margin: 8px 0 0; color: #b23a36; font-size: .7rem; }
.form-step.has-error .input-error { display: block; }
.form-step.has-error input { border-color: #b23a36; }
.service-options { display: grid; gap: 9px; }
.service-options label { cursor: pointer; }
.service-options input { position: absolute; opacity: 0; pointer-events: none; }
.service-options span { display: flex; align-items: center; justify-content: space-between; min-height: 51px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); font-size: .78rem; font-weight: 600; transition: border .2s, background .2s; }
.service-options span::after { content: ""; width: 17px; height: 17px; border: 1px solid rgba(18,63,42,.28); border-radius: 50%; }
.service-options input:checked + span { border-color: var(--lime); background: rgba(154,205,50,.1); }
.service-options input:checked + span::after { border: 5px solid var(--forest); }
.form-back { position: absolute; left: 24px; bottom: 24px; display: none; padding: 5px 0; color: var(--muted); background: transparent; cursor: pointer; font-size: .72rem; }
.final-step { text-align: center; }
.final-step .success-icon { margin-inline: auto; }
.final-step > p:not(.input-error) { margin-inline: auto; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease var(--delay, 0ms), transform .7s ease var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-9px) rotate(1deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes pulse { 0%, 80%, 100% { transform: scale(1); box-shadow: 0 14px 28px rgba(15,94,43,.24); } 88% { transform: scale(1.07); box-shadow: 0 14px 28px rgba(15,94,43,.24), 0 0 0 9px rgba(36,211,102,.1); } }
@keyframes step-in { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } }

@media (min-width: 700px) {
  .container { width: min(1180px, calc(100% - 72px)); }
  .desktop-nav { display: flex; }
  .hero { padding-top: 170px; }
  .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 45px; }
  .hero h1 { font-size: clamp(3.7rem, 7vw, 5.9rem); }
  .route-map { height: 300px; }
  .section-heading { grid-template-columns: .75fr 1.25fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card.featured { grid-row: span 2; min-height: 634px; justify-content: flex-end; }
  .service-card.featured .service-icon { margin-bottom: auto; }
  .service-card.wide { grid-column: 1 / -1; min-height: 220px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
  .service-card.wide .service-icon { margin: 0; }
  .service-card.wide .card-link { margin: 0; }
  .why-grid { grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
  .process-track { grid-template-columns: repeat(4, 1fr); gap: 25px; }
  .process-track::before { left: 0; right: 0; top: 45px; bottom: auto; width: auto; height: 1px; }
  .process-step { padding: 0 20px 0 0; }
  .process-dot { left: 0; top: 40px; }
  .process-step h3 { margin-top: 52px; }
  .cta-inner { padding: 105px 50px; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }
  .footer-bottom { flex-direction: row; }
  .form-overlay { place-items: center; padding: 24px; }
  .form-modal { padding: 30px 42px 72px; }
  .form-back { left: 42px; }
  .mobile-sticky { display: none; }
  .whatsapp-float { bottom: 24px; right: 24px; }
  .activity-toast { bottom: 24px; left: 24px; }
}

@media (min-width: 1020px) {
  .service-grid { grid-template-columns: 1.12fr 1fr 1fr; }
  .service-card.featured { grid-row: span 2; }
  .service-card:nth-child(4) { grid-column: 2 / -1; }
  .service-card.wide { grid-column: 2 / -1; }
  .benefit:hover { padding-left: 12px; background: rgba(255,255,255,.025); }
}

@media (max-width: 420px) {
  .brand { width: 132px; height: 46px; }
  .button-small { display: none; }
  .hero { padding-top: 125px; }
  .hero h1 { font-size: 2.85rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { align-self: flex-start; }
  .trust-row { margin-top: 34px; }
  .route-card { padding: 12px; }
  .floating-badge { font-size: .6rem; }
  .badge-one { left: -2px; }
}

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