/* ============================================================
   DESIGN TOKENS — Priority One blue/green
   ============================================================ */
:root{
  --paper:#F1F6F9;
  --surface:#FFFFFF;
  --ink:#0A1D2B;
  --navy:#052843;
  --blue:#0b3759;
  --blue-2:#20587d;
  --teal:#328696;
  --ice:#9ecdd6;
  --green:#8bf0ae;
  --green-mid:#2FBD6F;
  --green-deep:#15995C;
  --green-ink:#0B5F3A;
  --line:#DCE8EE;
  --line-dark:rgba(241,246,249,.16);
  --muted:#4B6274;
  --muted-light:#8AA2B2;
  --radius:18px;
  --font-d:'Bricolage Grotesque', Georgia, serif;
  --font-b:'Instrument Sans', 'Helvetica Neue', sans-serif;
  --shadow-card:0 24px 60px -30px rgba(5,40,67,.32);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body{font-family:var(--font-b);background:var(--paper);color:var(--ink);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}
::selection{background:var(--green);color:var(--ink)}
:focus-visible{outline:2.5px solid var(--green-mid);outline-offset:3px;border-radius:4px}
section{scroll-margin-top:96px}
.container{max-width:1180px;margin:0 auto;padding-inline:clamp(1.25rem,4vw,2rem)}
section{padding-block:clamp(72px,9vw,124px)}
h1,h2,h3,.display{font-family:var(--font-d)}
h2{font-size:clamp(2rem,3.8vw,3.05rem);font-weight:700;letter-spacing:-.02em;line-height:1.08}
.sec-head{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem 4rem;align-items:end;margin-bottom:clamp(2.5rem,5vw,4.5rem)}
.sec-head p{color:var(--muted);max-width:46ch}
.eyebrow{display:inline-flex;align-items:center;gap:.7rem;font-size:.75rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--blue);margin-bottom:1.1rem}
.eyebrow::before{content:"";width:26px;height:2px;background:var(--green-deep)}
.on-dark .eyebrow{color:var(--green)}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:.6rem;font:600 .95rem/1 var(--font-b);padding:1rem 1.6rem;border-radius:999px;border:1.5px solid transparent;transition:.25s ease;white-space:nowrap}
.btn svg{width:17px;height:17px}
.btn-green{background:var(--green-deep);color:#fff}
.btn-green:hover{background:var(--green-ink);transform:translateY(-2px);box-shadow:0 12px 26px -12px rgba(22,153,92,.65)}
.btn-ghost{border-color:rgba(5,40,67,.32);color:var(--navy)}
.btn-ghost:hover{background:var(--navy);color:var(--paper);transform:translateY(-2px)}
.btn-light{background:var(--paper);color:var(--ink)}
.btn-light:hover{background:var(--green);transform:translateY(-2px)}
.btn-bright{background:var(--green);color:#04220F}
.btn-bright:hover{background:#a8f6c5;transform:translateY(-2px);box-shadow:0 12px 26px -12px rgba(139,240,174,.65)}

.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease;transition-delay:var(--d,0s)}
.reveal.in{opacity:1;transform:none}

/* ============================================================
   Header
   ============================================================ */
.skip{position:absolute;left:-9999px;top:0;background:var(--navy);color:var(--paper);padding:.8rem 1.2rem;z-index:200;border-radius:0 0 12px 0}
.skip:focus{left:0}
header{position:sticky;top:0;z-index:50;transition:background .3s,box-shadow .3s,border-color .3s;border-bottom:1px solid transparent}
header.scrolled{background:rgba(241,246,249,.86);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom-color:var(--line)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:78px;gap:1.5rem}
.brand{display:flex;align-items:center;gap:.7rem}
.brand-mark{width:44px;height:44px;flex:none;border-radius:12px;overflow:hidden;background:#fff;display:grid;place-items:center;box-shadow:0 8px 22px -10px rgba(5,40,67,.35);padding:3px}
.brand-mark img{width:100%;height:100%;object-fit:contain}
.brand-txt strong{display:block;font-family:var(--font-d);font-weight:700;font-size:1.12rem;letter-spacing:-.01em;line-height:1.05;color:var(--navy)}
.brand-txt span{display:block;font-size:.56rem;letter-spacing:.3em;color:var(--muted);font-weight:600;margin-top:3px}
.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{font-weight:500;font-size:.92rem;color:var(--ink);position:relative;padding:.3rem 0}
.nav-links a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--green-deep);transition:width .25s}
.nav-links a:hover::after{width:100%}
.nav-cta{display:flex;align-items:center;gap:1.15rem}
.nav-phone{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.92rem;color:var(--blue)}
.nav-phone svg{width:16px;height:16px}
.nav-phone:hover{color:var(--green-deep)}
.burger{display:none;background:none;border:0;width:42px;height:42px;position:relative;z-index:60}
.burger span{position:absolute;left:9px;right:9px;height:2px;background:var(--navy);border-radius:2px;transition:.3s}
.burger span:nth-child(1){top:15px}.burger span:nth-child(2){top:21px}.burger span:nth-child(3){top:27px}
body.menu-open .burger span:nth-child(1){top:21px;transform:rotate(45deg)}
body.menu-open .burger span:nth-child(2){opacity:0}
body.menu-open .burger span:nth-child(3){top:21px;transform:rotate(-45deg)}
.mobile-menu{position:fixed;inset:0;background:var(--paper);z-index:55;display:flex;flex-direction:column;justify-content:center;padding:2rem clamp(1.5rem,6vw,3rem);gap:.4rem;opacity:0;visibility:hidden;transition:.35s ease}
body.menu-open{overflow:hidden}
body.menu-open .mobile-menu{opacity:1;visibility:visible}
.mobile-menu a{font-family:var(--font-d);font-size:2.1rem;font-weight:700;padding:.55rem 0;border-bottom:1px solid var(--line);letter-spacing:-.01em}
.mobile-menu a:hover{color:var(--blue)}
.mobile-menu .mm-call{margin-top:1.6rem;border:0}
.mobile-menu .mm-call a{font-size:1.3rem;color:var(--blue);border:0;display:flex;align-items:center;gap:.8rem}
.mobile-menu .mm-call svg{width:20px;height:20px}

/* ============================================================
   Hero
   ============================================================ */
.hero{position:relative;overflow:hidden;padding-block:clamp(48px,6vw,80px) clamp(64px,7vw,96px)}
.hero-deco{position:absolute;left:-6%;top:0;height:100%;width:auto;pointer-events:none;z-index:0}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2.5rem,5vw,5rem);align-items:center}
.hero-badge{display:inline-flex;align-items:center;gap:.65rem;background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:.5rem 1.05rem;font-size:.8rem;font-weight:600;color:var(--blue);margin-bottom:1.6rem}
.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--green-deep);animation:ping 1.8s ease-out infinite}
@keyframes ping{0%{box-shadow:0 0 0 0 rgba(22,153,92,.55)}100%{box-shadow:0 0 0 10px rgba(22,153,92,0)}}
.hero h1{font-size:clamp(2.7rem,5.4vw,4.5rem);font-weight:750;line-height:1.02;letter-spacing:-.028em;margin-bottom:1.4rem}
.hl{position:relative;white-space:nowrap}
.hl svg{position:absolute;left:0;bottom:-.14em;width:100%;height:.24em;overflow:visible}
.hl path{stroke:var(--green-mid);stroke-width:6;fill:none;stroke-linecap:round;stroke-dasharray:340;stroke-dashoffset:340;animation:drawline .9s ease .7s forwards}
@keyframes drawline{to{stroke-dashoffset:0}}
.hero-sub{font-size:1.12rem;color:var(--muted);max-width:52ch;margin-bottom:2rem}
.hero-ctas{display:flex;gap:.9rem;flex-wrap:wrap;margin-bottom:2.4rem}
.hero-trust{display:flex;flex-wrap:wrap;gap:1.1rem 2rem}
.trust-item{display:flex;align-items:center;gap:.65rem;font-size:.86rem;font-weight:500;color:var(--ink)}
.trust-item i{width:32px;height:32px;flex:none;border-radius:50%;background:var(--surface);border:1px solid var(--line);display:grid;place-items:center;color:var(--blue)}
.trust-item svg{width:15px;height:15px}

/* Live dispatch */
.dispatch-wrap{position:relative}
.dispatch{background:var(--surface);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-card);overflow:hidden}
.dispatch-head{display:flex;justify-content:space-between;align-items:center;padding:.95rem 1.3rem;border-bottom:1px solid var(--line)}
.live-label{display:flex;align-items:center;gap:.6rem;font-size:.72rem;font-weight:700;letter-spacing:.18em;color:var(--blue)}
.live-dot{width:8px;height:8px;border-radius:50%;background:var(--green-mid);animation:ping 1.6s ease-out infinite}
.dispatch-head .trip-id{font-size:.75rem;font-weight:600;color:var(--muted);letter-spacing:.06em;transition:opacity .25s,transform .25s}
.map{background:#EAF2F5;position:relative}
.map svg{display:block;width:100%;height:auto}
#routeLive{transition:opacity .3s}
#routeLive.fadeout{opacity:0}
.leg-row{display:flex;gap:.85rem;align-items:flex-start}
.leg-dot{width:11px;height:11px;border-radius:50%;border:2.5px solid var(--navy);margin-top:6px;flex:none}
.leg-dot.origin{background:var(--navy)}
.leg-txt{transition:opacity .25s,transform .25s}
.leg-txt strong{display:block;font-weight:600;font-size:.94rem;line-height:1.35}
.dispatch-body{padding:1.15rem 1.3rem 1.3rem;display:flex;flex-direction:column;gap:.85rem}
.status-row{display:flex;align-items:center;gap:.6rem;font-weight:600;font-size:.95rem}
.st-ico{display:none;color:var(--blue)}
.st-ico.on{display:inline-flex}
.st-ico svg{width:17px;height:17px}
.st-txt{transition:opacity .22s,transform .22s}
.fadeout{opacity:0!important;transform:translateY(4px)}
.progress{height:6px;background:#DCE8EE;border-radius:99px;overflow:hidden}
.progress i{display:block;height:100%;width:0;background:var(--green-mid);border-radius:99px}
.dispatch-meta{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}
.chip{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--line);border-radius:999px;padding:.38rem .8rem;font-size:.78rem;font-weight:600;color:var(--blue);background:#F6FAFC}
.chip svg{width:13px;height:13px}
.eta{display:flex;align-items:center;gap:.45rem;font-size:.82rem;color:var(--muted);font-weight:500}
.eta svg{width:14px;height:14px}
.ontime{color:var(--green-ink);font-weight:700}
.driver-pop{position:absolute;top:-20px;right:-12px;z-index:2;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:.65rem .95rem;display:flex;align-items:center;gap:.7rem;box-shadow:0 16px 36px -18px rgba(5,40,67,.35)}
.driver-ava{width:36px;height:36px;border-radius:50%;background:var(--navy);color:var(--paper);display:grid;place-items:center;font:700 .8rem var(--font-d);flex:none}
.driver-pop b{display:block;font-size:.82rem;line-height:1.2}
.driver-pop small{display:flex;align-items:center;gap:.25rem;font-size:.72rem;color:var(--muted)}
.driver-pop small svg{width:11px;height:11px;color:var(--green-deep);fill:var(--green-deep)}

/* ============================================================
   Marquee
   ============================================================ */
.marquee{background:var(--navy);color:var(--paper);padding:1.05rem 0;overflow:hidden}
.mq-track{display:flex;width:max-content;animation:mq 30s linear infinite}
.marquee:hover .mq-track{animation-play-state:paused}
.mq-item{display:flex;align-items:center;margin-right:2.6rem;font:600 .85rem var(--font-d);letter-spacing:.16em;text-transform:uppercase;white-space:nowrap;color:var(--paper)}
.dia{width:7px;height:7px;background:var(--green);transform:rotate(45deg);margin-right:2.6rem;border-radius:1px;flex:none}
@keyframes mq{to{transform:translateX(-50%)}}

/* ============================================================
   Services
   ============================================================ */
.svc-grid{display:grid;grid-template-columns:390px 1fr;gap:clamp(2rem,4.5vw,4rem);align-items:start}
.svc-list{position:sticky;top:104px}
.svc-item{display:grid;grid-template-columns:auto 1fr auto;gap:1.1rem;align-items:center;width:100%;text-align:left;padding:1.35rem 1.1rem;background:none;border:0;border-top:1px solid var(--line);transition:.25s ease}
.svc-item:last-of-type{border-bottom:1px solid var(--line)}
.svc-item .num{font:600 .82rem var(--font-d);color:var(--muted-light);letter-spacing:.05em;transition:.25s}
.svc-item h3{font-size:1.32rem;font-weight:700;letter-spacing:-.01em;transition:.25s}
.svc-item p{font-size:.83rem;color:var(--muted);margin-top:2px}
.svc-item .arr{color:var(--green-deep);opacity:0;transform:translateX(-8px);transition:.25s;width:19px;height:19px}
.svc-item:hover{background:#E8F1F5}
.svc-item:hover .arr{opacity:1;transform:none}
.svc-item.active{background:var(--surface);box-shadow:inset 3px 0 0 var(--blue),var(--shadow-card)}
.svc-item.active .num{color:var(--green-deep)}
.svc-item.active h3{color:var(--blue)}
.svc-item.active .arr{opacity:1;transform:none}
.svc-panel{background:var(--surface);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow-card)}
#svcInner.anim{animation:panelIn .5s ease both}
@keyframes panelIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
.svc-media{position:relative;aspect-ratio:16/8.4;overflow:hidden}
.svc-media img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.06)}
.svc-media::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--blue),var(--navy));mix-blend-mode:color;opacity:.55;pointer-events:none}
.svc-media::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(139,240,174,.35),transparent 55%);mix-blend-mode:screen;pointer-events:none;z-index:1}
.svc-fleet{position:absolute;left:1.2rem;bottom:1.2rem;z-index:2;background:var(--paper);border-radius:999px;padding:.45rem .95rem;font-size:.78rem;font-weight:700;color:var(--blue);display:flex;align-items:center;gap:.45rem}
.svc-fleet svg{width:13px;height:13px}
.svc-body{padding:clamp(1.4rem,3vw,2.2rem)}
.svc-tagline{font:600 clamp(1.15rem,2vw,1.45rem)/1.35 var(--font-d);letter-spacing:-.01em;margin-bottom:.8rem}
.svc-desc{color:var(--muted);font-size:.97rem;max-width:58ch;margin-bottom:1.4rem}
.svc-points{list-style:none;display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.8rem}
.svc-points li{display:flex;gap:.7rem;align-items:flex-start;font-size:.93rem;font-weight:500}
.svc-points .pt{width:22px;height:22px;flex:none;border-radius:50%;background:var(--blue);color:var(--paper);display:grid;place-items:center;margin-top:1px}
.svc-points .pt svg{width:12px;height:12px}

/* ============================================================
   Proof / Why us
   ============================================================ */
.proof{background:var(--surface)}
.proof-row{display:grid;grid-template-columns:64px 300px 1fr 44px;gap:1.6rem;align-items:start;padding:1.7rem .8rem;border-top:1px solid var(--line);transition:background .25s;border-radius:6px}
.proof-row:last-of-type{border-bottom:1px solid var(--line)}
.proof-row:hover{background:var(--paper)}
.proof-ico{width:50px;height:50px;border-radius:50%;border:1.5px solid rgba(5,40,67,.25);display:grid;place-items:center;color:var(--blue)}
.proof-ico svg{width:20px;height:20px}
.proof-row h3{font-size:1.28rem;font-weight:700;letter-spacing:-.01em;padding-top:.35rem}
.proof-row>p{color:var(--muted);font-size:.96rem;padding-top:.45rem;max-width:58ch}
.proof-idx{font:600 .85rem var(--font-d);color:#C2D3DC;text-align:right;padding-top:.5rem}

/* ============================================================
   How it works
   ============================================================ */
.steps-wrap{position:relative}
.steps-path{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.steps{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.step{max-width:340px}
.step:nth-child(2){margin-top:92px;justify-self:center}
.step:nth-child(3){margin-top:184px;justify-self:end}
.step-num{width:54px;height:54px;border-radius:50%;background:var(--surface);border:1.5px solid var(--blue);display:grid;place-items:center;font:700 1.15rem var(--font-d);color:var(--blue);margin-bottom:1.3rem;position:relative;z-index:2}
.step h3{font-size:1.35rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.6rem}
.step p{color:var(--muted);font-size:.96rem}

/* ============================================================
   Stats
   ============================================================ */
.stats{background:var(--navy);color:var(--paper);padding-block:clamp(56px,7vw,88px)}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:0 2rem;border-left:1px solid var(--line-dark)}
.stat:first-child{border-left:0;padding-left:0}
.stat-num{font:700 clamp(2.4rem,4vw,3.4rem)/1 var(--font-d);letter-spacing:-.02em;display:flex;align-items:baseline}
.stat-num .suf{color:var(--green);font-size:.65em;margin-left:2px}
.stat p{color:rgba(241,246,249,.72);font-size:.9rem;margin-top:.6rem}

/* ============================================================
   Testimonials
   ============================================================ */
.t-wrap{max-width:860px}
.t-stage{position:relative;min-height:300px;margin:1.5rem 0 2rem}
.t-slide{position:absolute;inset:0;opacity:0;transform:translateY(14px);transition:.55s ease;pointer-events:none}
.t-slide.active{opacity:1;transform:none;pointer-events:auto}
.t-quote-ico{color:var(--green-deep);margin-bottom:1.2rem}
.t-quote-ico svg{width:38px;height:38px;fill:var(--green-deep)}
.t-slide blockquote{font:500 clamp(1.3rem,2.4vw,1.75rem)/1.4 var(--font-d);letter-spacing:-.015em;margin-bottom:1.6rem}
.t-slide figcaption{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap}
.t-stars{display:flex;gap:2px;color:var(--green-deep)}
.t-stars svg{width:15px;height:15px;fill:var(--green-deep)}
.t-who b{font-size:.95rem}
.t-who span{display:block;font-size:.83rem;color:var(--muted)}
.t-ctrl{display:flex;align-items:center;gap:1.4rem}
.t-btn{width:46px;height:46px;border-radius:50%;border:1.5px solid rgba(5,40,67,.3);background:none;color:var(--blue);display:grid;place-items:center;transition:.25s}
.t-btn:hover{background:var(--blue);color:var(--paper)}
.t-btn svg{width:18px;height:18px}
.t-dots{display:flex;gap:.5rem}
.t-dot{width:8px;height:8px;border-radius:99px;background:#C3D2DB;border:0;padding:0;transition:.3s}
.t-dot.on{width:26px;background:var(--green-deep)}
.t-count{font:600 .85rem var(--font-d);color:var(--muted);letter-spacing:.08em;margin-left:auto}

/* ============================================================
   FAQ
   ============================================================ */
.faq{background:var(--surface)}
.faq-list{max-width:860px}
.faq-item{border-top:1px solid var(--line)}
.faq-item:last-child{border-bottom:1px solid var(--line)}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1.4rem;padding:1.45rem .2rem;background:none;border:0;text-align:left;font:600 1.08rem var(--font-b);color:var(--ink);letter-spacing:-.01em}
.faq-q:hover{color:var(--blue)}
.f-icon{position:relative;width:36px;height:36px;flex:none;border:1.5px solid var(--blue);border-radius:50%;transition:.35s}
.f-icon::before,.f-icon::after{content:"";position:absolute;left:50%;top:50%;width:12px;height:2px;background:var(--blue);border-radius:2px;transform:translate(-50%,-50%);transition:.35s}
.f-icon::after{transform:translate(-50%,-50%) rotate(90deg)}
.faq-item.open .f-icon{background:var(--blue);border-color:var(--blue)}
.faq-item.open .f-icon::before,.faq-item.open .f-icon::after{background:var(--paper)}
.faq-item.open .f-icon::after{transform:translate(-50%,-50%) rotate(0)}
.faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .38s ease}
.faq-a>div{overflow:hidden}
.faq-a p{color:var(--muted);font-size:.96rem;max-width:70ch;padding:0 .2rem}
.faq-item.open .faq-a{grid-template-rows:1fr}
.faq-item.open .faq-a p{padding-bottom:1.6rem}

/* ============================================================
   Booking
   ============================================================ */
.book{background:var(--navy);color:var(--paper)}
.book-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2rem,4.5vw,4.5rem);align-items:start;margin-top:clamp(2rem,4vw,3rem)}
.form-card{background:var(--surface);color:var(--ink);border-radius:24px;padding:clamp(1.6rem,3.4vw,2.6rem);box-shadow:var(--shadow-card)}
.form-card.flash{animation:flashRing 1.2s ease}
@keyframes flashRing{0%{box-shadow:0 0 0 0 rgba(139,240,174,.7)}100%{box-shadow:0 0 0 22px rgba(139,240,174,0)}}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.05rem 1.15rem}
.field{display:flex;flex-direction:column;gap:.4rem}
.field.full{grid-column:1/-1}
.field label{font-size:.82rem;font-weight:600;letter-spacing:.02em}
.field input,.field select,.field textarea{width:100%;background:#F6FAFC;border:1.5px solid var(--line);border-radius:12px;padding:.8rem 1rem;font:500 .95rem var(--font-b);color:var(--ink);transition:.2s}
.field textarea{resize:vertical;min-height:88px}
.field select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23052843' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3.5px rgba(5,40,67,.12)}
.field input.bad,.field select.bad{border-color:#C4482F}
.err{font-size:.76rem;color:#C4482F;min-height:1em;font-weight:500}
.seg{display:flex;gap:.5rem;flex-wrap:wrap}
.seg label{cursor:pointer}
.seg input{position:absolute;opacity:0;pointer-events:none}
.seg span{display:inline-block;border:1.5px solid var(--line);border-radius:999px;padding:.62rem 1.15rem;font-size:.87rem;font-weight:600;color:var(--muted);transition:.2s}
.seg input:checked+span{background:var(--blue);border-color:var(--blue);color:var(--paper)}
.seg input:focus-visible+span{outline:2.5px solid var(--green-mid);outline-offset:3px}
.form-foot{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;margin-top:.4rem}
.form-note{font-size:.8rem;color:var(--muted);max-width:32ch}
.success{text-align:center;padding:2.2rem 1rem}
.ok{width:72px;height:72px;margin:0 auto 1.4rem}
.ok-c{stroke-dasharray:190;stroke-dashoffset:190;animation:draw .8s ease forwards}
.ok-k{stroke-dasharray:44;stroke-dashoffset:44;animation:draw .5s ease .6s forwards}
@keyframes draw{to{stroke-dashoffset:0}}
.success h3{font-size:1.7rem;font-weight:700;letter-spacing:-.015em;margin-bottom:.6rem}
.success p{color:var(--muted);max-width:44ch;margin:0 auto 1.2rem}
.ref-pill{display:inline-block;background:#EAF8F0;border:1px dashed var(--green-deep);color:var(--green-ink);border-radius:999px;padding:.5rem 1.2rem;font-weight:700;letter-spacing:.05em;margin-bottom:1.6rem}
.book-aside{display:flex;flex-direction:column;gap:0}
.aside-block{padding:1.6rem 0;border-top:1px solid var(--line-dark)}
.aside-block:first-child{border-top:0;padding-top:0}
.aside-block h3{font-size:1.05rem;font-weight:600;margin-bottom:.9rem;color:rgba(241,246,249,.88)}
.aside-phone{font:700 clamp(1.7rem,2.6vw,2.2rem) var(--font-d);color:var(--green);letter-spacing:-.01em;display:inline-flex;align-items:center;gap:.8rem}
.aside-phone svg{width:24px;height:24px}
.aside-phone:hover{color:#a8f6c5}
.aside-block p{color:rgba(241,246,249,.72);font-size:.92rem}
.hours-row{display:flex;justify-content:space-between;gap:1rem;padding:.45rem 0;font-size:.92rem;border-bottom:1px dashed rgba(241,246,249,.12)}
.hours-row:last-of-type{border-bottom:0}
.hours-row span:first-child{color:rgba(241,246,249,.6)}
.aside-chips{display:flex;flex-wrap:wrap;gap:.5rem}
.aside-chips .chip{background:transparent;border-color:rgba(241,246,249,.3);color:rgba(241,246,249,.88)}

/* ============================================================
   Footer
   ============================================================ */
footer{background:#041A28;color:var(--paper);padding:clamp(64px,8vw,110px) 0 2.2rem;overflow:hidden}
.foot-mark{font:800 clamp(3rem,10.5vw,8.6rem)/0.95 var(--font-d);letter-spacing:-.035em;margin-bottom:clamp(2.5rem,5vw,4rem)}
.foot-mark em{font-style:normal;color:var(--green)}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:2.5rem;padding-top:2.8rem;border-top:1px solid var(--line-dark)}
.foot-grid h4{font-size:.78rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(241,246,249,.5);margin-bottom:1.1rem}
.foot-grid ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}
.foot-grid a{color:rgba(241,246,249,.78);font-size:.93rem;transition:.2s}
.foot-grid a:hover{color:var(--green)}
.foot-brand p{color:rgba(241,246,249,.6);font-size:.92rem;max-width:34ch;margin-top:1rem}
.foot-contact li{display:flex;gap:.7rem;align-items:center;color:rgba(241,246,249,.78);font-size:.93rem}
.foot-contact svg{width:15px;height:15px;color:var(--green);flex:none}
.foot-bottom{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:3.2rem;padding-top:1.6rem;border-top:1px solid var(--line-dark);font-size:.8rem;color:rgba(241,246,249,.45)}

.toasts{position:fixed;right:1.25rem;bottom:1.25rem;z-index:90;display:flex;flex-direction:column;gap:.6rem}
.toast{display:flex;align-items:center;gap:.7rem;background:var(--ink);color:var(--paper);border-radius:14px;padding:.9rem 1.15rem;font-size:.9rem;font-weight:500;max-width:340px;box-shadow:0 18px 40px -16px rgba(0,0,0,.5);opacity:0;transform:translateY(14px);transition:.35s ease;border-left:3px solid var(--green)}
.toast.show{opacity:1;transform:none}
.toast svg{width:18px;height:18px;color:var(--green);flex:none}
.call-fab{position:fixed;right:1.15rem;bottom:1.15rem;z-index:70;width:56px;height:56px;border-radius:50%;background:var(--green);color:#04220F;display:none;place-items:center;box-shadow:0 14px 32px -10px rgba(139,240,174,.7)}
.call-fab svg{width:23px;height:23px}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1100px){.nav-phone{display:none}}
@media (max-width:960px){
  .nav-links{display:none}
  .burger{display:block}
  .hero-grid{grid-template-columns:1fr}
  .dispatch-wrap{max-width:600px}
  .sec-head{grid-template-columns:1fr}
  .svc-grid{grid-template-columns:1fr}
  .svc-list{position:static}
  .proof-row{grid-template-columns:56px 1fr;gap:1rem 1.2rem}
  .proof-row>p{grid-column:2}
  .proof-idx{display:none}
  .steps{grid-template-columns:1fr;gap:0;padding-left:0}
  .step{max-width:none;padding:0 0 2.4rem 74px;position:relative}
  .step:nth-child(2),.step:nth-child(3){margin-top:0;justify-self:start}
  .step-num{position:absolute;left:0;top:0}
  .steps::before{content:"";position:absolute;left:27px;top:14px;bottom:30px;border-left:2px dashed #C3D2DB}
  .steps-path{display:none}
  .stats-grid{grid-template-columns:1fr 1fr;gap:2.4rem 0}
  .stat:nth-child(3){border-left:0;padding-left:0}
  .book-grid{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:640px){
  .form-grid{grid-template-columns:1fr}
  .t-stage{min-height:430px}
  .driver-pop{right:6px;top:-16px}
  .call-fab{display:grid}
  .toasts{right:.8rem;left:.8rem;bottom:5.6rem}
  .toast{max-width:none}
  .foot-grid{grid-template-columns:1fr}
  .stat{padding:0 0 0 1.4rem}
  .stat:nth-child(odd){border-left:0;padding-left:0}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  html{scroll-behavior:auto}
}

/* ===================== SUBPAGES ===================== */
.sub-hero{padding:110px 0 70px;position:relative}
.crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.85rem;color:var(--muted-light);margin-bottom:28px}
.crumbs a{color:var(--blue);font-weight:600}
.crumbs a:hover{color:var(--green-deep)}
.crumbs .sep{color:var(--muted-light)}
.sub-hero h1{font-size:clamp(2.3rem,4.6vw,3.7rem);font-weight:750;letter-spacing:-.02em;line-height:1.05;margin-bottom:20px;max-width:16ch}
.sub-intro{font-size:1.1rem;color:var(--muted);max-width:60ch;margin-bottom:28px}
.rich-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.rich-grid.three{grid-template-columns:repeat(3,1fr)}
.rich{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow-card)}
.rich h2{font-size:1.35rem;font-weight:700;letter-spacing:-.01em;margin-bottom:12px;color:var(--blue)}
.rich p{color:var(--muted);font-size:.97rem}
.plain-list{list-style:none;margin-top:14px;display:flex;flex-direction:column;gap:11px}
.plain-list li{position:relative;padding-left:1.9em;color:var(--muted);font-size:.95rem;font-weight:500}
.plain-list li::before{content:"";position:absolute;left:0;top:.45em;width:13px;height:13px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px rgba(139,240,174,.3)}
.pill-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.pill-link{display:inline-flex;align-items:center;gap:.45rem;padding:11px 20px;border-radius:999px;border:1.5px solid rgba(5,40,67,.22);color:var(--blue);font-weight:600;font-size:.9rem;background:var(--surface);transition:.25s}
.pill-link:hover{background:var(--navy);color:var(--paper);border-color:var(--navy);transform:translateY(-2px)}
.pill-link svg{width:14px;height:14px}
.sec-cta.on-dark{background:var(--navy);color:var(--paper);border-radius:26px;padding:clamp(2.5rem,5vw,4rem) clamp(1.5rem,4vw,3.5rem);text-align:center}
.sec-cta.on-dark h2{color:var(--paper);margin-bottom:14px}
.sec-cta.on-dark p{color:rgba(241,246,249,.75);max-width:60ch;margin:0 auto 26px}
.sec-cta .big{display:block;font:700 clamp(1.7rem,3.4vw,2.6rem) var(--font-d);color:var(--green);margin-top:16px}
.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card-link{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px;display:block;transition:.25s;box-shadow:var(--shadow-card);color:inherit}
.card-link:hover{transform:translateY(-4px);border-color:rgba(22,153,92,.45)}
.card-link .num{font:600 .82rem var(--font-d);color:var(--green-deep);letter-spacing:.06em}
.card-link h3{font-size:1.25rem;font-weight:700;margin:10px 0 8px;color:var(--blue)}
.card-link p{color:var(--muted);font-size:.94rem}
.card-link .go{display:inline-flex;align-items:center;gap:.4rem;color:var(--green-deep);font-weight:650;font-size:.87rem;margin-top:14px}
.card-link .go svg{width:14px;height:14px}
@media(max-width:960px){.rich-grid,.cards-grid{grid-template-columns:1fr 1fr}.rich-grid.three{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.rich-grid,.cards-grid,.rich-grid.three{grid-template-columns:1fr}}
