/* Anytime Moving — mockup stylesheet. Tokens and component values lifted from anytimejunk.ca. */
:root{
  --navy:#16161A;--blue:#2470CC;--blue-btn:#2470CC;--btn-ink:#FFFFFF;--blue-on-dark:#70B0F8;--blue-dark:#1C5CAB;
  --blue-light:#EAF3FE;--white:#fff;--off-white:#F8F9FB;--gray:#F2F4F7;--gray-mid:#E2E6EB;--border:#E2E6EB;
  --text:#1D1F24;--text-muted:#5F6873;--muted:#5F6873;--radius:12px;--radius-card:14px;
  --green:#1E7F4F;--green-light:#E3F5EA;--amber:#B4620A;--amber-light:#FFF1DC;--red:#B42318;--red-light:#FDECEA;--navy-line:#2A2B31;--blue-disabled:#B5CFEF;--surface-2:#F2F4F7;
}
*{box-sizing:border-box}
[hidden]{display:none !important}
html,body{margin:0;padding:0}
body{font-family:Inter,system-ui,-apple-system,"Segoe UI",Helvetica,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.6;font-size:15px;-webkit-font-smoothing:antialiased}
a{color:var(--blue);text-decoration:none}a:not([class]):hover,.linkrow:hover,.swap:hover,.ld-rowlink:hover{color:var(--blue-dark)}
h1,h2,h3,h4,p{margin:0}
.dark,.navy{--blue:var(--blue-on-dark);--blue-btn:#70B0F8;--btn-ink:#16161A;--blue-dark:#9CCBFA}
.ico{width:20px;height:20px;flex:0 0 auto;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ico.sm{width:16px;height:16px}.ico.lg{width:28px;height:28px}.ico.xl{width:40px;height:40px;stroke-width:1.5}
.row{display:flex;align-items:center;gap:8px}
.col{display:flex;flex-direction:column;gap:8px}
.grow{flex-grow:1}

/* ── Announcement bar ── */

/* ── Header ── */
@media (min-width:900px){
  .nav-top{padding:0 3%;height:77px;gap:12px}
  .nav-logo{font-size:22px}
  .nav-links{display:flex;flex:0 0 auto}
  .nav-links > a{flex:0 0 auto;font-size:14px;padding:10px 9px}
  .nav-cta{font-size:14px;padding:10px 14px;margin-left:4px}
  .hdr-phone,.burger{display:none}
}
@media (min-width:900px) and (max-width:1339px){
  .nav-top{padding:0 20px;gap:8px}
  .nav-links{flex:0 1 auto;min-width:0}
  .nav-links > a{font-size:13px;padding:10px 7px}
  .nav-cta{font-size:13px;padding:10px 12px;margin-left:2px}
  .hdr-phone{font-size:13px}
}
@media (min-width:1340px){
  .nav-top{padding:0 5%}
  .nav-logo{font-size:24px}
  .nav-trust{display:inline}
  .nav-links > a{font-size:16px;padding:10px 13px}
  .nav-cta{font-size:15px;padding:11px 18px;margin-left:10px}
}

/* ── Buttons ── */
.btn-primary{background:var(--blue-btn);color:var(--btn-ink);font-weight:700;font-size:16px;padding:0 28px;min-height:52px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;font-family:inherit;cursor:pointer;line-height:1.2}
.btn-primary:hover{background:var(--blue-dark);color:var(--btn-ink)}
.btn-outline:hover,.btn-outline-white:hover{color:var(--white);border-color:rgba(255,255,255,.7)}
.btn-outline-light:hover,.btn-white:hover{color:var(--blue);border-color:var(--blue)}
.mm-book:hover{color:#fff}.footer-col a:hover,.footer-contact a:hover,.footer-bottom a:hover{color:#fff}
.btn-outline{background:transparent;color:var(--white);font-weight:600;font-size:16px;padding:0 28px;min-height:52px;border-radius:10px;border:1.5px solid rgba(255,255,255,.35);display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1.2}
.btn-outline-light{background:#fff;color:var(--blue);font-weight:600;font-size:16px;padding:0 24px;min-height:44px;border-radius:10px;border:1.5px solid var(--border);display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1.2}
.btn-white{--blue:#2470CC;background:var(--white);color:var(--blue);font-weight:700;font-size:16px;padding:0 30px;min-height:52px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px}
.btn-outline-white{background:transparent;color:var(--white);font-weight:600;font-size:16px;padding:0 30px;min-height:52px;border-radius:10px;border:2px solid rgba(255,255,255,.5);display:inline-flex;align-items:center;justify-content:center;gap:8px}
.btn-block{width:100%}
.btn-lg{min-height:56px;font-size:17px}
.btn-primary[disabled],.btn-primary.is-disabled{background:var(--blue-disabled);color:#fff;opacity:1;cursor:not-allowed}

/* ── Hero ── */
.hero{--blue:var(--blue-on-dark);--blue-btn:#70B0F8;--btn-ink:#16161A;--blue-dark:#9CCBFA;background:var(--navy);padding:40px 20px 40px;display:grid;grid-template-columns:1fr;gap:32px;align-items:center}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(112,176,248,.10);border:1px solid rgba(112,176,248,.35);color:var(--blue);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:20px;margin-bottom:20px}
.hero h1{color:var(--white);font-size:34px;font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:18px;text-wrap:pretty}
.hero h1 span{color:var(--blue)}
.hero-sub{color:rgba(255,255,255,.72);font-size:17px;margin-bottom:28px;max-width:480px}
.hero-btns{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}
.hero-trust{display:flex;gap:10px 18px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:7px;color:rgba(255,255,255,.75);font-size:13px}
.trust-item .ico{color:var(--blue);width:16px;height:16px}
@media (min-width:900px){
  .hero{padding:72px 48px 64px;grid-template-columns:1fr 1fr;gap:48px;min-height:520px}
  .hero h1{font-size:clamp(40px, 4vw, 58px);line-height:1.03}
  .hero-btns{flex-direction:row;flex-wrap:wrap;gap:14px;margin-bottom:36px}
}
.page-hero{--blue:var(--blue-on-dark);--blue-btn:#70B0F8;--btn-ink:#16161A;--blue-dark:#9CCBFA;background:var(--navy);padding:40px 20px}
.page-hero-inner{max-width:760px}
.page-hero h1{color:var(--white);font-size:34px;font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:16px;text-wrap:pretty}
.page-hero h1 span{color:var(--blue)}
.page-hero p{color:rgba(255,255,255,.75);font-size:17px;margin-bottom:24px;max-width:580px}
.page-hero-btns{display:flex;flex-direction:column;gap:12px}
@media (min-width:900px){.page-hero{padding:72px 48px 64px}.page-hero h1{font-size:clamp(40px, 4vw, 56px);line-height:1.04}.page-hero-btns{flex-direction:row;gap:14px}}

/* Date teaser card in the hero */
.hero-book{background:var(--white);border-radius:16px;padding:20px;color:var(--text);box-shadow:0 12px 40px rgba(0,0,0,.25)}
.hero-book .hb-title{font-size:15px;font-weight:700;color:var(--navy);display:flex;align-items:center;gap:8px;margin-bottom:12px}
.hero-book .hb-title .ico{color:#2470CC}
.day-strip{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}
.day{background:var(--off-white);border:1.5px solid var(--border);border-radius:10px;padding:8px 2px 6px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:3px;min-height:64px}
.day .dw{font-size:10px;font-weight:700;letter-spacing:.06em;color:var(--text-muted);text-transform:uppercase}
.day .dn{font-size:17px;font-weight:800;color:var(--navy);line-height:1}
.day .dot{width:7px;height:7px;border-radius:50%;background:var(--green)}
.day.few .dot{background:var(--amber)}
.day.full{opacity:.45}.day.full .dot{background:#9AA9B5}
.day.sel{border-color:#2470CC;background:var(--blue-light)}
.hero-book .hb-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;font-size:12px;color:var(--text-muted)}
.hero-book .legend{display:flex;gap:10px;flex-wrap:wrap}
.hero-book .legend span{display:inline-flex;align-items:center;gap:4px}
.hero-book .legend i{width:7px;height:7px;border-radius:50%;display:inline-block}

/* ── Sections ── */
.sec{padding:40px 20px}
.sec.gray{background:var(--gray)}
.sec.navy{background:var(--navy)}
.wrap{max-width:1140px;margin:0 auto}
.wrap-narrow{max-width:800px;margin:0 auto}
.section-label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);background:var(--blue-light);padding:5px 10px;border-radius:999px;margin-bottom:12px}
.navy .section-label,.dark .section-label{background:rgba(112,176,248,.14);color:#70B0F8}
.section-title{font-size:26px;font-weight:800;color:var(--navy);margin-bottom:14px;line-height:1.15;letter-spacing:-.01em;text-wrap:pretty}
.section-sub{font-size:16px;color:var(--text-muted);max-width:580px}
.section-header{margin-bottom:32px}
.section-header.center{text-align:center}.section-header.center .section-sub{margin:0 auto}
.navy .section-title{color:#fff}.navy .section-sub{color:rgba(255,255,255,.65)}
@media (min-width:900px){.sec{padding:72px 48px}.section-title{font-size:38px}.section-header{margin-bottom:44px}}
.prose p{font-size:15px;color:var(--text);line-height:1.75;margin-bottom:14px}
.prose p:last-child{margin-bottom:0}

/* Trust strip */
.trust-strip{background:var(--white);border-bottom:1px solid var(--border);padding:14px 5%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px}
.trust-strip .ti{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--navy)}
.trust-strip .ti .ico{color:#2470CC;width:18px;height:18px}
@media (min-width:900px){.trust-strip{grid-template-columns:repeat(4,minmax(0,1fr));padding:18px 5%;max-width:none}.trust-strip .ti{justify-content:center;font-size:14px}}

/* Cards */
.cards{display:grid;grid-template-columns:1fr;gap:16px}
@media (min-width:900px){.cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.cards.c3{grid-template-columns:repeat(3,minmax(0,1fr))}.cards.c2{grid-template-columns:repeat(2,minmax(0,1fr))}}
.ccard{--blue:#2470CC;background:var(--white);border:1px solid var(--gray-mid);border-radius:var(--radius-card);padding:18px}
.ccard .card-icon{width:44px;height:44px;border-radius:10px;background:var(--blue-light);color:#2470CC;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.ccard h3{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:8px}
.ccard p{font-size:14px;color:var(--text-muted);line-height:1.7}

/* Steps */
.steps-row{display:grid;grid-template-columns:1fr;gap:16px}
@media (min-width:900px){.steps-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}}
.step-box{--blue:#2470CC;background:var(--white);border:1px solid var(--gray-mid);border-radius:var(--radius-card);padding:18px}
.step-num{width:42px;height:42px;background:var(--blue-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:800;color:var(--blue);margin-bottom:14px}
.step-box h3{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:8px}
.step-box p{font-size:14px;color:var(--text-muted);line-height:1.6}

/* Reviews */
.reviews-row{display:grid;grid-template-columns:1fr;gap:16px}
@media (min-width:900px){.reviews-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}}
.review-card{--blue:#2470CC;background:var(--white);border:1px solid var(--gray-mid);border-radius:var(--radius-card);padding:18px}
.review-stars{display:flex;gap:2px;color:#A66700;margin-bottom:10px}
.review-stars .ico{width:15px;height:15px;fill:#A66700;stroke:#A66700}
.review-text{font-size:14px;color:var(--text);line-height:1.7;margin-bottom:14px;font-style:italic}
.review-author{display:flex;align-items:center;gap:10px}
.review-avatar{width:34px;height:34px;background:var(--blue-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--blue)}
.review-name{font-size:14px;font-weight:600;color:var(--navy)}
.review-loc{font-size:12px;color:var(--text-muted)}

/* FAQ */
.faq{display:flex;flex-direction:column;gap:4px}
.faq-item{border:0;border-top:1px solid var(--border);border-radius:0;overflow:hidden;background:transparent}
.faq{gap:0}
.faq-q{width:100%;background:transparent;border:none;padding:16px 4px;display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:600;color:#16161A;text-align:left;gap:16px;font-family:inherit}
.faq-q .ico{width:18px;height:18px;color:var(--text-muted)}
.faq-item.open .faq-q{background:transparent}
.faq-item.open .faq-q .ico{transform:rotate(180deg)}
.faq-a{display:none;font-size:14px;color:#5F6873;line-height:1.75;padding:0 4px 16px}
.faq-item.open .faq-a{display:block}

/* CTA band */
.cta-band{background:#2470CC;padding:48px 5%;text-align:center}
.cta-band h2{color:#fff;font-size:24px;font-weight:800;margin-bottom:10px;text-wrap:pretty}
.cta-band p{color:rgba(255,255,255,.9);font-size:16px;margin-bottom:24px}
.cta-band-btns{display:flex;flex-direction:column;gap:12px}
@media (min-width:900px){.cta-band{padding:56px 5%}.cta-band h2{font-size:36px}.cta-band-btns{flex-direction:row;justify-content:center;gap:14px}}

/* Related chips */
.rlinks{display:flex;flex-wrap:wrap;gap:8px}
.rlink{background:#fff;border:1.5px solid var(--border);border-radius:999px;padding:9px 14px;font-size:13px;font-weight:600;color:var(--navy);display:inline-flex;align-items:center;gap:6px}

/* Footer */
footer{--blue:var(--blue-on-dark);--blue-btn:#70B0F8;--btn-ink:#16161A;--blue-dark:#9CCBFA;background:var(--navy);color:rgba(255,255,255,.75);padding:44px 5% 20px}
.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:32px}
.footer-top > :first-child{grid-column:1 / -1}
@media (min-width:900px){.footer-top{grid-template-columns:1.8fr 1fr 1fr 1fr;gap:32px}.footer-top > :first-child{grid-column:auto}}
.footer-logo{font-size:17px;font-weight:800;color:#fff}.footer-logo span{color:var(--blue)}
.footer-tagline{font-size:13px;line-height:1.65;color:rgba(255,255,255,.62);margin:10px 0 14px}
.footer-contact{display:flex;flex-direction:column;gap:6px}
.footer-contact a{font-size:13px;color:rgba(255,255,255,.75);display:flex;align-items:center;gap:6px}
.footer-col h3{font-size:11px;font-weight:700;color:#fff;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}
.footer-col a{display:block;font-size:13px;color:rgba(255,255,255,.62);margin-bottom:7px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;font-size:12px;color:rgba(255,255,255,.62)}
.footer-bottom a{color:rgba(255,255,255,.62)}
.pad-sticky{padding-bottom:88px}

/* Sticky mobile bar */
.sticky-bar{position:sticky;bottom:0;left:0;right:0;display:flex;gap:10px;padding:10px 16px max(10px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--border);box-shadow:0 -6px 20px rgba(22,22,26,.08);z-index:50}
.sticky-bar .btn-primary{flex:1;min-height:50px;padding:0 12px;font-size:15px}
.sticky-bar .btn-outline-light{flex:none;min-height:50px;padding:0 18px;font-size:14px;font-weight:700;color:var(--navy);border-color:var(--border)}
@media (min-width:900px){.sticky-bar{display:none}.pad-sticky{padding-bottom:0}}

/* ── Route map ── */
.routemap{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:16px;overflow:hidden}
.routemap svg{width:100%;height:auto;display:block}
.route-list{display:grid;grid-template-columns:1fr;gap:8px;margin-top:14px}
@media (min-width:900px){.routemap{display:grid;grid-template-columns:1.15fr .85fr;gap:12px 28px;align-items:center;padding:24px}.routemap svg{max-height:520px}.route-list{grid-template-columns:1fr;gap:10px;margin-top:0}.rm-cap{grid-column:1 / -1;margin-top:4px}}
.route-row{display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--off-white);border:1.5px solid var(--border);border-radius:10px;padding:12px 14px;min-height:52px}
.route-row .rn{font-size:14px;font-weight:700;color:var(--navy)}
.route-row .rm{font-size:12px;color:var(--text-muted)}
.route-row .rp{font-size:13px;font-weight:700;color:#2470CC;white-space:nowrap}
.route-row.hi{border-color:#2470CC;background:var(--blue-light)}

/* ── Phone mockup (tracking explainer) ── */
.phone{background:#16161A;border-radius:36px;padding:14px;box-shadow:0 20px 50px rgba(22,22,26,.35);max-width:340px;margin:0 auto}
.phone .scr{background:var(--gray);border-radius:26px;padding:22px 14px 18px;display:flex;flex-direction:column;gap:10px}
.sms{max-width:88%;background:#fff;border:1px solid var(--border);border-radius:18px 18px 18px 4px;padding:10px 12px;font-size:13px;line-height:1.5;color:var(--text);align-self:flex-start;box-shadow:0 1px 2px rgba(22,22,26,.06)}
.sms b{color:var(--navy)}
.sms .t{display:block;font-size:10px;color:var(--text-muted);margin-top:4px}
.sms.me{align-self:flex-end;background:#2470CC;color:#fff;border-radius:18px 18px 4px 18px;border:0}
.sms.me .t{color:rgba(255,255,255,.7)}
.sms-day{font-size:11px;font-weight:600;color:var(--text-muted);text-align:center;letter-spacing:.04em}

/* ── Booking flow ── */
.bk{background:var(--off-white);min-height:844px;display:flex;flex-direction:column}
.bk-top{background:#fff;border-bottom:1px solid var(--border);padding:14px 16px 12px}
.bk-top .bt-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.bk-top .bt-back{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--text-muted);min-height:44px;padding:0 4px;background:transparent;border:0;font-family:inherit}
.bk-top .bt-step{font-size:12px;font-weight:700;color:var(--blue);letter-spacing:.08em;text-transform:uppercase}
.bk-top .bt-label{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--text-muted);margin-bottom:6px}
.bk-top .bt-label b{color:var(--navy);font-weight:700}
.pbar{height:6px;background:var(--gray);border-radius:999px;overflow:hidden}
.pbar i{display:block;height:100%;background:#2470CC;border-radius:999px}
.bk-body{padding:20px 16px 24px;display:flex;flex-direction:column;gap:16px;flex-grow:1}
.bk-q{font-size:24px;font-weight:800;color:var(--navy);line-height:1.15;text-wrap:pretty}
.bk-sub{font-size:14px;color:var(--text-muted);margin-top:-8px}
.bk-foot{position:sticky;bottom:0;background:#fff;border-top:1px solid var(--border);padding:12px 16px max(12px,env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:8px}
.bk-foot .hint{font-size:12px;color:var(--text-muted);text-align:center}
.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-card);padding:16px}
.card.hi{border-color:#2470CC;background:var(--blue-light)}
.card h3{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:6px}
.card p{font-size:14px;color:var(--text-muted);line-height:1.6}

/* calendar */
.cal{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:12px}
.cal .cal-m{font-size:13px;font-weight:700;color:var(--navy);margin:2px 0 8px;display:flex;justify-content:space-between;align-items:center}
.cal .cal-w{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;margin-bottom:6px}
.cal .cal-w span{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);text-align:center}
.cal-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}
.dt{background:var(--off-white);border:2px solid var(--border);border-radius:10px;min-height:76px;padding:7px 2px 5px;display:flex;flex-direction:column;align-items:center;gap:3px;position:relative}
.dt .n{font-size:17px;font-weight:800;color:var(--navy);line-height:1}
.dt .b{font-size:9px;font-weight:700;letter-spacing:.02em;padding:2px 5px;border-radius:999px;line-height:1.2;white-space:nowrap}
.dt.ok .b{background:var(--green-light);color:var(--green)}
.dt.few .b{background:var(--amber-light);color:var(--amber)}
.dt.full{opacity:.5}.dt.full .b{background:var(--gray);color:var(--text-muted)}
.dt.past{opacity:.3}
.dt.sel{border-color:#2470CC;background:var(--blue-light);box-shadow:0 0 0 2px rgba(36,112,204,.25)}
.dt .wx{position:absolute;top:4px;right:4px;color:var(--amber)}
.dt .wx .ico{width:12px;height:12px}
.legend-row{display:flex;flex-wrap:wrap;gap:8px 14px;font-size:12px;color:var(--text-muted);align-items:center}
.legend-row .lg{display:inline-flex;align-items:center;gap:5px}
.legend-row .lg i{width:8px;height:8px;border-radius:50%;display:inline-block}
.linkrow{font-size:14px;font-weight:600;color:#2470CC;display:inline-flex;align-items:center;gap:6px;min-height:44px}

/* address step */
.addr{display:flex;flex-direction:column;gap:0;position:relative}
.addr .ln{display:none;position:absolute;left:23px;top:54px;bottom:54px;width:2px;background:repeating-linear-gradient(to bottom,#2470CC 0 6px,transparent 6px 11px)}
.field{background:#fff;border:2px solid var(--border);border-radius:12px;display:flex;align-items:center;gap:10px;padding:0 14px;min-height:56px}
.field.focus{border-color:#2470CC;box-shadow:0 0 0 3px rgba(36,112,204,.15)}
.field .ico{color:#2470CC}
.field .fl{display:flex;flex-direction:column;flex-grow:1;min-width:0}
.field .fl small{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}
.field .fl input,.field .fl span.v{font-size:16px;font-family:inherit;color:var(--navy);font-weight:600;border:0;outline:0;padding:0;background:transparent;width:100%}
.field .fl span.ph{font-size:16px;color:#9AA9B5}
.gap8{height:8px}
.route-card{background:var(--navy);color:#fff;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:6px}
.route-card .rc-title{font-size:17px;font-weight:800;display:flex;align-items:center;gap:8px}
.route-card .rc-meta{font-size:13px;color:rgba(255,255,255,.72);display:flex;gap:14px;flex-wrap:wrap}
.route-card .rc-meta span{display:inline-flex;align-items:center;gap:5px}
.route-card .rc-ld{margin-top:6px;font-size:13px;color:#9CCBFA;font-weight:600;display:flex;align-items:center;gap:6px}
.sugg{background:#fff;border:1.5px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(22,22,26,.12)}
.sugg div{padding:12px 14px;font-size:14px;color:var(--text);border-top:1px solid var(--border);display:flex;align-items:center;gap:10px}
.sugg div:first-child{border-top:0}
.sugg div b{color:var(--navy)}
.sugg .ico{color:var(--text-muted);width:16px;height:16px}

/* tiles */
.tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.tiles.t3{grid-template-columns:repeat(3,minmax(0,1fr))}
/* booking step 1 (v047): service choice as one column of wide tiles */
.tiles.svc{grid-template-columns:1fr}.tiles.svc .tile{flex-direction:row;align-items:center;text-align:left;gap:14px;min-height:64px;padding:14px 16px;cursor:pointer}.tiles.svc .tile>div{display:flex;flex-direction:column;gap:2px}.tiles.svc .tile .tl{font-size:15px}.tiles.svc .tile .tp{line-height:1.4}
.tile.on{border-color:#2470CC;background:var(--blue-light)}
.opts.veh{grid-template-columns:repeat(2,minmax(0,1fr))}

.tile{background:#fff;border:2px solid var(--border);border-radius:var(--radius-card);padding:14px 10px 12px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;min-height:96px;position:relative}
.tile .ico{color:#2470CC}
.tile .tl{font-size:14px;font-weight:700;color:var(--navy);line-height:1.2}
.tile .tp{font-size:12px;color:var(--text-muted)}
.tile.sel{border-color:#2470CC;background:var(--blue-light);box-shadow:0 0 0 2px rgba(36,112,204,.25)}
.tile.sel .chk{position:absolute;top:8px;right:8px;width:20px;height:20px;border-radius:50%;background:#2470CC;color:#fff;display:flex;align-items:center;justify-content:center}
.tile.sel .chk .ico{width:12px;height:12px;color:#fff;stroke-width:2.5}
.tile.sm{min-height:76px;padding:10px 6px}
.tile.sm .tl{font-size:12px}
.tile .qty{display:flex;align-items:center;gap:8px;margin-top:2px}
.tile .qty button{width:28px;height:28px;border-radius:50%;border:1.5px solid #2470CC;background:#fff;color:#2470CC;display:flex;align-items:center;justify-content:center;font-family:inherit;padding:0}
.tile .qty button .ico{width:12px;height:12px;stroke-width:2.5}
.tile .qty b{font-size:14px;color:var(--navy);min-width:14px;text-align:center}
.group{display:flex;flex-direction:column;gap:10px}
.group .gl{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);display:flex;align-items:center;justify-content:space-between}
.group .gl em{font-style:normal;font-weight:600;letter-spacing:0;text-transform:none;color:#2470CC;font-size:12px}
.expander{background:#fff;border:1.5px dashed var(--border);border-radius:12px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:56px}
.expander b{font-size:14px;color:var(--navy)}
.expander small{display:block;font-size:12px;color:var(--text-muted)}
.expander .ico{color:#2470CC}
.chipbar{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}
.chip{flex:0 0 auto;background:#fff;border:1.5px solid var(--border);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;color:var(--navy);white-space:nowrap;min-height:38px;display:inline-flex;align-items:center;gap:6px}
.chip.on{background:var(--navy);color:#fff;border-color:var(--navy)}
.hu{display:grid;gap:8px;margin-top:14px}
.hu .gl{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}
.hu-sub{margin:0;font-size:13px;color:var(--text-muted)}
.hu-list{display:grid;gap:6px}
.hu-row{background:#fff;border:1.5px solid var(--border);border-radius:12px;min-height:48px;padding:8px 12px;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--navy);cursor:pointer;text-align:left}
.hu-row .ico{width:18px;height:18px;color:#2470CC;flex:none}
.hu-row .hu-box{width:22px;height:22px;border-radius:6px;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;flex:none;background:#fff}
.hu-row .hu-box .ico{width:14px;height:14px;color:#fff;stroke-width:3}
.hu-row.on{border-color:#2470CC;background:#EAF3FE}
.hu-row.on .hu-box{background:#2470CC;border-color:#2470CC}
.hu-row:focus-visible{outline:2px solid #2470CC;outline-offset:2px}
.hu-note{margin-top:4px}
.hu-fine{margin:0;font-size:12px;color:var(--text-muted)}
.junk-when{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:12px 14px;display:grid;gap:8px;margin-top:-4px}
.junk-when .gl{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}
.junk-when .helper{margin:0;font-size:12.5px;color:var(--text-muted)}

/* segmented (both ends) */
.seg{display:flex;background:var(--gray);border-radius:10px;padding:4px;gap:4px}
.seg span{flex:1;text-align:center;font-size:13px;font-weight:700;color:var(--text-muted);padding:9px 6px;border-radius:8px;min-height:38px;display:flex;align-items:center;justify-content:center;gap:6px}
.seg span.on{background:#fff;color:var(--navy);box-shadow:0 1px 3px rgba(22,22,26,.12)}
.opts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.opts.o3{grid-template-columns:repeat(3,minmax(0,1fr))}
.opts.o2{grid-template-columns:repeat(2,minmax(0,1fr))}
.opt{background:#fff;border:2px solid var(--border);border-radius:10px;min-height:44px;padding:8px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:12px;font-weight:700;color:var(--navy);text-align:center;line-height:1.15}
.opt .ico{width:20px;height:20px;color:#2470CC}
.opt.on{border-color:#2470CC;background:var(--blue-light)}
.coi{background:var(--navy);color:#fff;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:10px;box-shadow:0 10px 30px rgba(22,22,26,.25)}
.coi .coi-h{display:flex;align-items:flex-start;gap:10px}
.coi .coi-h .ico{color:#70B0F8;flex:0 0 auto;margin-top:2px}
.coi .coi-h b{font-size:15px;line-height:1.3;display:block}
.coi .coi-h small{display:block;font-size:13px;color:rgba(255,255,255,.72);margin-top:4px;line-height:1.5}
.coi .opts .opt{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.25);color:#fff}
.coi .opts .opt.on{background:#70B0F8;color:#16161A;border-color:#70B0F8}
.coi .coi-note{font-size:12px;color:#9CCBFA;display:flex;align-items:center;gap:6px}

/* estimate */
.est{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:18px 16px;display:flex;flex-direction:column;gap:4px}
.est .el{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}
.est .ev{font-size:30px;font-weight:800;color:var(--navy);line-height:1.1}
.est .ev small{font-size:14px;font-weight:600;color:var(--text-muted);white-space:nowrap}
.est .eb{font-size:13px;color:var(--text-muted);line-height:1.5}
.est .eb b{color:var(--navy);font-weight:600}
.est .ed{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.est .ed span{background:var(--off-white);border:1px solid var(--border);border-radius:999px;font-size:12px;padding:4px 10px;color:var(--text)}
.video{background:linear-gradient(160deg,#2470CC 0%,#16161A 100%);color:#fff;border-radius:14px;padding:18px 16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 14px 36px rgba(36,112,204,.35);position:relative;overflow:hidden}
.video .vpill{align-self:flex-start;background:#70B0F8;color:#16161A;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:999px}
.video h3{font-size:20px;font-weight:800;line-height:1.2;text-wrap:pretty}
.video p{font-size:14px;color:rgba(255,255,255,.82);line-height:1.55}
.video p b{color:#fff}
.video .vb{display:grid;grid-template-columns:1fr;gap:8px}
.video .btn-primary{background:#70B0F8;color:#16161A}
.video .btn-outline{border-color:rgba(255,255,255,.45)}
.video .vsave{position:absolute;top:14px;right:14px;background:#fff;color:#16161A;font-weight:800;font-size:14px;border-radius:999px;padding:6px 12px;box-shadow:0 4px 12px rgba(0,0,0,.2)}
.disc{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:8px}
.disc .dr{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:var(--text)}
.disc .dr .dl{display:flex;align-items:center;gap:8px}
.disc .dr .dl .ico{width:16px;height:16px;color:var(--green)}
.disc .dr .dl .ico.off{color:#9AA9B5}
.disc .dr b{color:var(--green);font-weight:700}
.disc .dr.off{color:var(--text-muted)}.disc .dr.off b{color:#9AA9B5}
.disc .dt2{border-top:1px solid var(--border);padding-top:8px;display:flex;justify-content:space-between;font-size:14px;font-weight:800;color:var(--navy)}
.tog{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:56px}
.tog .tt{font-size:14px;font-weight:600;color:var(--navy);line-height:1.3}
.tog .tt small{display:block;font-size:12px;font-weight:400;color:var(--text-muted)}
.sw{width:46px;height:28px;border-radius:999px;background:#C9D3DB;position:relative;flex:0 0 auto}
.sw i{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.25)}
.sw.on{background:#2470CC}.sw.on i{left:21px}
.inp{background:#fff;border:2px solid var(--border);border-radius:12px;min-height:52px;padding:8px 14px;display:flex;flex-direction:column;justify-content:center}
.inp small{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}
.inp input{font-size:16px;font-family:inherit;color:var(--navy);font-weight:600;border:0;outline:0;padding:0;background:transparent;width:100%}
.inp input::placeholder{color:#9AA9B5;font-weight:500}
.inp.err{border-color:var(--red)}
.err-msg{font-size:13px;color:var(--red);display:flex;align-items:center;gap:6px;margin-top:-10px}
.err-msg .ico{width:14px;height:14px}
.notice{background:var(--amber-light);border:1.5px solid #F2C879;border-radius:12px;padding:12px 14px;display:flex;gap:10px;align-items:flex-start;font-size:13px;color:#6B4400;line-height:1.5}
.notice .ico{color:var(--amber);flex:0 0 auto;margin-top:1px}
.notice b{color:#4A3000}

/* confirmation */
.conf-hero{background:var(--navy);color:#fff;padding:28px 20px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}
.conf-hero .ck{width:64px;height:64px;border-radius:50%;background:#12833C;display:flex;align-items:center;justify-content:center;margin-bottom:6px}
.conf-hero .ck .ico{width:32px;height:32px;color:#fff;stroke-width:2.5}
.conf-hero h1,.conf-hero .bk-q{font-size:26px;font-weight:800;line-height:1.15;color:#fff}
.conf-hero p{font-size:14px;color:rgba(255,255,255,.75)}
.conf-hero .slot{margin-top:6px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9CCBFA}
.kv{background:#fff;border:1.5px solid var(--border);border-radius:12px;overflow:hidden}
.kv div{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;border-top:1px solid var(--border);font-size:14px}
.kv div:first-child{border-top:0}
.kv div span{color:var(--text-muted)}
.kv div b{color:var(--navy);text-align:right}
.next{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:12px}
.next h3{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}
.next .ni{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--text);line-height:1.5}
.next .ni .nn{width:24px;height:24px;border-radius:50%;background:var(--blue-light);color:#2470CC;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;flex:0 0 auto;margin-top:1px}
.next .ni b{color:var(--navy)}
.track-link{background:var(--blue-light);border:1.5px solid #C4DDFA;border-radius:12px;padding:14px;display:flex;align-items:center;gap:12px}
.track-link .ico{color:#2470CC}
.track-link b{font-size:14px;color:var(--navy);display:block}
.track-link small{font-size:12px;color:var(--text-muted)}

/* upload page */
.up-rec{background:#fff;border:2px dashed #B8C6D1;border-radius:16px;padding:28px 16px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}
.up-rec .big{width:88px;height:88px;border-radius:50%;background:#2470CC;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(36,112,204,.35)}
.up-rec .big .ico{width:40px;height:40px;stroke-width:1.6}
.up-rec b{font-size:17px;color:var(--navy)}
.up-rec small{font-size:13px;color:var(--text-muted);line-height:1.5}
.tips{display:flex;flex-direction:column;gap:8px}
.tips div{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--text);line-height:1.45}
.tips .ico{color:#2470CC;flex:0 0 auto;margin-top:2px;width:18px;height:18px}
.upl{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:8px}
.upl .ur{display:flex;justify-content:space-between;font-size:13px;color:var(--text-muted)}
.upl .ur b{color:var(--navy)}

/* ── Tracking page ── */
.tr{background:var(--off-white);min-height:844px;display:flex;flex-direction:column}
.tr-top{background:var(--navy);color:#fff;padding:14px 16px 16px;display:flex;flex-direction:column;gap:10px}
.tr-top .brand{font-size:16px;font-weight:900}.tr-top .brand span{color:#70B0F8}
.tr-top .st{display:flex;align-items:center;justify-content:space-between;gap:10px}
.tr-top .st b{font-size:18px;font-weight:800;line-height:1.2}
.tr-top .st small{display:block;font-size:12px;color:rgba(255,255,255,.7);margin-top:2px}
.live{display:inline-flex;align-items:center;gap:6px;background:rgba(18,131,60,.25);border:1px solid rgba(18,131,60,.6);color:#8AE3A6;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:5px 10px;border-radius:999px;white-space:nowrap}
.live i{width:7px;height:7px;border-radius:50%;background:#3ED66E;display:inline-block}
.live.rest{background:rgba(112,176,248,.18);border-color:rgba(112,176,248,.5);color:#B7D8FB}.live.rest i{background:#70B0F8}
.map{background:#E9EEF2;position:relative;height:270px;overflow:hidden}
.map svg{width:100%;height:100%;display:block}
.map .osm{position:absolute;right:8px;bottom:6px;font-size:9px;color:#5F6873;background:rgba(255,255,255,.7);padding:2px 5px;border-radius:4px}
.eta{background:#fff;border-bottom:1px solid var(--border);padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.eta .ev{font-size:22px;font-weight:800;color:var(--navy);line-height:1.1}
.eta .el{font-size:12px;color:var(--text-muted)}
.eta .er{text-align:right}
.rp{padding:14px 16px 4px}
.rp .rpb{height:8px;background:var(--gray);border-radius:999px;position:relative}
.rp .rpb i{position:absolute;left:0;top:0;height:100%;background:#2470CC;border-radius:999px}
.rp .rpb .tk{position:absolute;top:50%;transform:translate(-50%,-50%);width:26px;height:26px;border-radius:50%;background:#fff;border:2px solid #2470CC;display:flex;align-items:center;justify-content:center;color:#2470CC}
.rp .rpb .tk .ico{width:14px;height:14px}
.rp .rpl{display:flex;justify-content:space-between;font-size:12px;color:var(--text-muted);margin-top:8px}
.rp .rpl b{color:var(--navy)}
.ms{padding:10px 16px 16px;display:flex;flex-direction:column}
.msi{display:grid;grid-template-columns:24px 1fr;gap:12px;padding:0 0 14px;position:relative}
.msi .dotc{display:flex;flex-direction:column;align-items:center}
.msi .d{width:22px;height:22px;border-radius:50%;border:2px solid #C9D3DB;background:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.msi .d .ico{width:12px;height:12px;stroke-width:2.5}
.msi .l{width:2px;flex-grow:1;background:#C9D3DB;margin-top:2px}
.msi.done .d{background:#12833C;border-color:#12833C;color:#fff}
.msi.done .l{background:#12833C}
.msi.now .d{background:#2470CC;border-color:#2470CC;color:#fff;box-shadow:0 0 0 5px rgba(36,112,204,.2)}
.msi .mt{font-size:14px;font-weight:700;color:var(--navy);line-height:1.3}
.msi .mm{font-size:12px;color:var(--text-muted);margin-top:2px;line-height:1.45}
.msi.next .mt{color:var(--text-muted);font-weight:600}
.msi.last{padding-bottom:0}.msi.last .l{display:none}
.crew{margin:0 16px 16px;background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:12px}
.crew .av{display:flex}
.crew .av span{width:36px;height:36px;border-radius:50%;background:var(--blue-light);color:#2470CC;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #fff;margin-left:-8px}
.crew .av span:first-child{margin-left:0}
.crew b{font-size:14px;color:var(--navy);display:block}
.crew small{font-size:12px;color:var(--text-muted)}
.crew .btn-outline-light{padding:9px 12px;font-size:13px;margin-left:auto;min-height:44px}
.rest-card{margin:0 16px 12px;background:var(--navy);color:#fff;border-radius:12px;padding:14px;display:flex;gap:12px;align-items:flex-start}
.rest-card .ico{color:#70B0F8;flex:0 0 auto;margin-top:2px}
.rest-card b{font-size:15px;display:block;margin-bottom:4px}
.rest-card p{font-size:13px;color:rgba(255,255,255,.78);line-height:1.5}

/* ── Route page ── */
.rt-hero{--blue:var(--blue-on-dark);background:var(--navy);padding:40px 5% 36px;color:#fff}
.rt-hero .eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(112,176,248,.10);border:1px solid rgba(112,176,248,.35);color:#70B0F8;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:20px;margin-bottom:18px}
.rt-hero h1{font-size:30px;font-weight:800;line-height:1.1;margin-bottom:14px;text-wrap:pretty}
.rt-hero h1 span{color:#70B0F8}
.rt-hero p{font-size:16px;color:rgba(255,255,255,.75);margin-bottom:22px;max-width:560px}
.rt-line{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:16px;margin-bottom:22px}
.rt-line svg{width:100%;height:auto;display:block}
.rt-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:22px}
.rt-stat{background:rgba(112,176,248,.12);border:1px solid rgba(112,176,248,.2);border-radius:10px;padding:12px 8px;text-align:center}
.rt-stat b{display:block;font-size:20px;font-weight:800;color:#70B0F8;line-height:1.1}
.rt-stat small{font-size:11px;color:rgba(255,255,255,.65)}
@media (min-width:900px){.rt-hero{padding:64px 5% 56px}.rt-hero h1{font-size:46px}.rt-hero .rt-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;max-width:1140px;margin:0 auto}.rt-line{margin-bottom:0}}
.bands{background:#fff;border:1.5px solid var(--border);border-radius:12px;overflow:hidden}
.bands div{display:grid;grid-template-columns:1.2fr 1fr .9fr;gap:8px;padding:12px 14px;border-top:1px solid var(--border);font-size:14px;align-items:center}
.bands div:first-child{border-top:0;background:var(--off-white);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}
.bands div b{color:var(--navy);font-weight:700}
.bands div .pr{color:#2470CC;font-weight:800;white-space:nowrap}
.bands div .qt{color:var(--text-muted);font-size:13px}
.bands div small{display:block;font-size:12px;color:var(--text-muted);font-weight:400}
.tl{display:flex;flex-direction:column}
.tli{display:grid;grid-template-columns:28px 1fr;gap:12px;padding-bottom:18px;position:relative}
.tli .dc{display:flex;flex-direction:column;align-items:center}
.tli .d{width:26px;height:26px;border-radius:50%;background:var(--blue-light);border:2px solid #2470CC;display:flex;align-items:center;justify-content:center;color:#2470CC;flex:0 0 auto}
.tli .d .ico{width:13px;height:13px}
.tli .d.night{background:var(--navy);border-color:var(--navy);color:#70B0F8}
.tli .d.end{background:#2470CC;color:#fff}
.tli .l{width:2px;flex-grow:1;background:#B8C6D1;margin-top:3px}
.tli.last .l{display:none}.tli.last{padding-bottom:0}
.tli .tt{font-size:15px;font-weight:700;color:var(--navy);line-height:1.3}
.tli .tt small{font-weight:600;color:var(--text-muted);font-size:12px;margin-left:6px}
.tli .tm{font-size:13px;color:var(--text-muted);margin-top:2px;line-height:1.5}
.tli .sms{margin-top:8px;max-width:100%}
.otherway{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:10px}
.otherway h3{font-size:16px;font-weight:700;color:var(--navy)}
.otherway p{font-size:14px;color:var(--text-muted);line-height:1.6}
.otherway .swap{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#2470CC;min-height:44px}
@media (min-width:900px){.two{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}}

/* ── Pricing page ── */
.ptable{background:#fff;border:1.5px solid var(--border);border-radius:12px;overflow:hidden}
.ptable div{display:grid;grid-template-columns:1.3fr .8fr 1fr;gap:8px;padding:12px 14px;border-top:1px solid var(--border);font-size:14px;align-items:center}
.ptable div:first-child{border-top:0;background:var(--off-white);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}
.ptable b{color:var(--navy)}.ptable .pr{color:#2470CC;font-weight:800;white-space:nowrap}.ptable .qt{color:var(--text-muted);font-size:13px}
.ptable small{display:block;font-size:12px;color:var(--text-muted);font-weight:400}
.ratebox{background:var(--navy);color:#fff;border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:6px}
.ratebox .rb-l{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#70B0F8}
.ratebox .rb-v{font-size:40px;font-weight:800;line-height:1}
.ratebox .rb-v small{font-size:16px;font-weight:600;color:rgba(255,255,255,.7)}
.ratebox .rb-s{font-size:14px;color:rgba(255,255,255,.78);line-height:1.5}
.ratebox ul{margin:8px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}
.ratebox li{display:flex;align-items:center;gap:8px;font-size:14px}
.ratebox li .ico{width:16px;height:16px;color:#70B0F8;stroke-width:2.2}
.inc{display:grid;grid-template-columns:1fr;gap:12px}
@media (min-width:900px){.inc{grid-template-columns:1fr 1fr;gap:24px}}
.inc .ccard ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}
.inc .ccard li{display:flex;gap:8px;align-items:flex-start;font-size:14px;color:var(--text);line-height:1.5}
.inc .ccard li .ico{width:16px;height:16px;flex:0 0 auto;margin-top:3px;color:#12833C;stroke-width:2.2}
.inc .ccard li .ico.x{color:var(--text-muted)}
.inc .ccard li b{color:var(--navy);font-weight:600}
.inc .ccard li .pr{margin-left:auto;color:#2470CC;font-weight:700;white-space:nowrap}
.liab{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:18px 16px;display:flex;flex-direction:column;gap:12px}
.liab h3{font-size:17px;font-weight:800;color:var(--navy);display:flex;align-items:center;gap:8px}
.liab h3 .ico{color:#2470CC}
.liab p{font-size:14px;color:var(--text);line-height:1.7}
.liab .cmp{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.liab .cmp div{background:var(--off-white);border:1px solid var(--border);border-radius:10px;padding:12px}
.liab .cmp div b{display:block;font-size:13px;color:var(--navy);margin-bottom:4px}
.liab .cmp div small{font-size:12px;color:var(--text-muted);line-height:1.5}
.liab .cmp div.on{background:var(--blue-light);border-color:#C4DDFA}
.ph{display:inline-block;background:var(--amber-light);border:1px dashed #E0B356;color:#6B4400;font-size:12px;font-weight:700;padding:1px 6px;border-radius:4px}
.nolist{background:var(--red-light);border:1.5px solid #F1B7B1;border-radius:12px;padding:14px 16px}
.nolist h3{font-size:15px;font-weight:700;color:#7A1C14;margin-bottom:6px;display:flex;align-items:center;gap:8px}
.nolist p{font-size:14px;color:#5A2620;line-height:1.6}

/* ── Service / area pages ── */
.two-col{display:grid;grid-template-columns:1fr;gap:16px}
@media (min-width:900px){.two-col{grid-template-columns:1fr 1fr;gap:32px}}
.check-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}
.check-list li{display:flex;gap:8px;align-items:flex-start;font-size:14px;color:var(--text);line-height:1.5}
.check-list li .ico{width:16px;height:16px;flex:0 0 auto;margin-top:3px;color:#12833C;stroke-width:2.2}
.costpanel{background:#fff;border:1.5px solid var(--border);border-radius:12px;overflow:hidden}
.costpanel .cp-h{background:var(--navy);color:#fff;padding:16px;display:flex;align-items:baseline;justify-content:space-between;gap:10px}
.costpanel .cp-h b{font-size:28px;font-weight:800}.costpanel .cp-h b small{font-size:14px;font-weight:600;color:rgba(255,255,255,.7)}
.costpanel .cp-h span{font-size:12px;color:#70B0F8;font-weight:700;text-align:right;line-height:1.3}
.costpanel .cp-r{display:flex;justify-content:space-between;padding:11px 16px;border-top:1px solid var(--border);font-size:14px}
.costpanel .cp-r span{color:var(--text-muted)}.costpanel .cp-r b{color:#2470CC}
.costpanel .cp-f{padding:10px 16px 14px;font-size:12px;color:var(--text-muted);border-top:1px solid var(--border)}
.ways{display:grid;grid-template-columns:1fr;gap:12px}
@media (min-width:900px){.ways{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}}
.way{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:18px;color:#fff;display:flex;flex-direction:column;gap:8px}
.way .ico{color:#70B0F8}
.way b{font-size:15px}.way p{font-size:13px;color:rgba(255,255,255,.7);line-height:1.5}
.areamap{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:10px}
.areamap svg{width:100%;height:auto;display:block}
.areamap .al{display:flex;flex-wrap:wrap;gap:6px}
.areamap .al span{background:var(--off-white);border:1px solid var(--border);border-radius:999px;font-size:12px;padding:5px 10px;color:var(--navy);font-weight:600}
.local{background:var(--blue-light);border:1.5px solid #C4DDFA;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:10px}
.local h3{font-size:15px;font-weight:700;color:var(--navy);display:flex;align-items:center;gap:8px}
.local h3 .ico{color:#2470CC}
.local ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}
.local li{font-size:14px;color:var(--text);line-height:1.55;display:flex;gap:8px}
.local li b{color:var(--navy);font-weight:600}
.local li .ico{width:16px;height:16px;flex:0 0 auto;margin-top:3px;color:#2470CC}

/* Annotation note (in-artboard) */
.note{background:#FFF7D6;border:1px solid #E8D48A;border-radius:8px;padding:12px 14px;font-size:13px;color:#4A3B00;line-height:1.5}
.note b{color:#3A2E00}

/* ══════════════════════════════════════════════════════════
   Production additions (not in the mockup stylesheet)
   ══════════════════════════════════════════════════════════ */
/* NEVER set overflow on .site-header or any ancestor — it silently breaks sticky. */
.skip{position:absolute;left:-9999px;top:8px;background:#fff;color:var(--navy);padding:10px 14px;border-radius:8px;z-index:10000;font-weight:700}
.skip:focus{left:8px}
:focus-visible{outline:3px solid #70B0F8;outline-offset:2px}
/* Dropdowns */
/* Mobile menu (inside .site-header so it sticks) */
@media (min-width:900px){#mobileMenu{display:none !important}}
/* Forms: iOS zooms on focus below 16px. The !important is load-bearing. */
input,select,textarea{font-size:16px !important;font-family:inherit}
.hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.ph-note{text-align:center;font-size:12px;color:var(--text-muted);margin-top:14px}
.ph-note::before{content:"";display:inline-block;width:8px;height:8px;border-radius:2px;background:#E0B356;margin-right:6px}
.hidden{display:none !important}
.sticky-bar.is-hidden{display:none}
.bk-step{display:none}.bk-step.is-active{display:flex;flex-direction:column;gap:16px}
.bk-page main{background:var(--off-white)}
.bk{max-width:520px;margin:0 auto;width:100%}
@media (min-width:900px){.bk{max-width:560px;min-height:0;margin:24px auto;border:1px solid var(--border);border-radius:16px;overflow:hidden;background:#fff}.bk-foot{position:static}}
.bk-foot .btn-primary[disabled]{opacity:.55;cursor:not-allowed}
.spin{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.route-pick{display:none}
.route-pick.is-visible{display:block}
/* Route picker (button + listbox, no native select) */
.pick{position:relative}
.pick-btn{width:100%;font:inherit;cursor:pointer;text-align:left;color:var(--navy)}
.pick-btn[aria-expanded="true"]{border-color:#2470CC}
.pick-btn .fl span{display:block;font-size:16px;font-weight:600;color:var(--navy)}
.pick-btn .fl span.ph{color:#9AA9B5;font-weight:500}
.pick-btn > .ico:last-child{flex:none;color:var(--text-muted);transition:transform .15s}
.pick-btn[aria-expanded="true"] > .ico:last-child{transform:rotate(180deg)}
.pick-menu{position:absolute;left:0;right:0;top:calc(100% + 6px);background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 30px rgba(22,22,26,.14);padding:6px;z-index:60;max-height:320px;overflow:auto}
.pick-opt{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;font-size:15px;font-weight:600;color:var(--navy);cursor:pointer;min-height:44px}
.pick-opt small{font-size:12px;font-weight:600;color:var(--text-muted);white-space:nowrap}
.pick-opt:hover,.pick-opt:focus-visible{background:var(--blue-light);outline:none}
.pick-opt[aria-selected="true"]{color:#2470CC}
.pick-opt[aria-selected="true"]::after{content:"✓";font-weight:800;margin-left:4px}
.cal-grid .dt{cursor:pointer;background:#fff}
.cal-grid .dt.full,.cal-grid .dt.past,.cal-grid:not(.mini) .dt.later{cursor:not-allowed}
.dt.later{opacity:.3}
/* Any-date month view */
.cal-any{margin-top:2px}
.cal-any .cal-m{margin-bottom:10px}
.cal-nav{width:36px;height:36px;border:1.5px solid var(--border);border-radius:10px;background:#fff;color:var(--navy);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}
.cal-nav:disabled{opacity:.35;cursor:not-allowed}
.cal-nav .ico{width:16px;height:16px}
.cal-grid.mini .dt{min-height:44px;padding:4px 2px;justify-content:center}
.cal-grid.mini .dt .n{font-size:14px}
.cal-grid.mini .dt.later{opacity:.55;background:var(--off-white);cursor:pointer}
.cal-grid.mini .dt.blank{visibility:hidden}
.cal-hint{font-size:12px;color:var(--text-muted);margin-top:10px;line-height:1.45}
.cal-hint a{color:#2470CC;font-weight:700}
.tile,.opt,.chip,.tog,.day{cursor:pointer;user-select:none}
.tile:focus-visible,.opt:focus-visible,.dt:focus-visible{outline:3px solid #70B0F8;outline-offset:2px}
.sms.ph::after{content:"";}
.prose h2{font-size:22px;font-weight:800;color:var(--navy);margin:26px 0 10px}
.prose h3{font-size:17px;font-weight:700;color:var(--navy);margin:20px 0 8px}
.prose ul,.prose ol{margin:0 0 14px 20px;padding:0;color:var(--text);font-size:15px;line-height:1.7}
.prose li{margin-bottom:6px}
.prose a{text-decoration:underline}
.legal{max-width:760px;margin:0 auto}
.legal h2{font-size:18px}
.contact-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media (min-width:900px){.contact-grid{grid-template-columns:1fr 1fr;gap:24px}}
.checklist-wk{margin-bottom:22px}
.checklist-wk h3{font-size:16px;font-weight:800;color:var(--navy);margin-bottom:8px}
.checklist-wk ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}
.checklist-wk li{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:1.5}
.checklist-wk li::before{content:"";flex:0 0 auto;width:18px;height:18px;border:1.5px solid var(--border);border-radius:5px;margin-top:2px;background:#fff}
.hero-photo{border-radius:16px;overflow:hidden;background:#24252B;min-height:240px;display:flex;align-items:center;justify-content:center;color:#70B0F8}
.hero-photo .ico{width:56px;height:56px;stroke-width:1.4}
.routes-grid{display:grid;grid-template-columns:1fr;gap:12px}
@media (min-width:900px){.routes-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}
.route-card2{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:8px;color:var(--text)}
.route-card2 b{font-size:16px;color:var(--navy)}
.route-card2 .rm{font-size:13px;color:var(--text-muted)}
.route-card2 .rp{font-size:15px;font-weight:800;color:#2470CC}
@media (prefers-reduced-motion:reduce){*{transition:none !important;animation:none !important}}

.testbar{background:#A66700;color:#fff;font-size:12px;font-weight:700;text-align:center;padding:6px 12px}
.testbar code{font-family:ui-monospace,Menlo,monospace;font-weight:600}

/* ── Design handoff adoption (2026-09-03) ── */

.hero-caption{font-size:12px;color:var(--text-muted);text-align:center;margin-top:10px}
.lang{display:inline-flex;border:1px solid rgba(255,255,255,.2);border-radius:999px;overflow:hidden;font-size:12px;font-weight:700}
.lang span{padding:6px 12px;color:rgba(255,255,255,.55)}.lang span.on{background:rgba(255,255,255,.12);color:#fff}
.lang small{display:none}
.footer-lang{display:flex;align-items:center;gap:10px;margin-top:14px;font-size:12px;color:rgba(255,255,255,.5)}
.consent{font-size:12px;color:var(--text-muted);line-height:1.5;margin:-6px 0 0;padding:0 4px}
.coi .inp{border-color:rgba(112,176,248,.6);background:rgba(255,255,255,.06)}
.coi .inp small{color:#B7D8FB}.coi .inp input{color:#fff}
.coi .helper{font-size:12px;color:rgba(255,255,255,.7);margin-top:-4px}
.disc .dr .dl{flex-wrap:wrap;row-gap:2px}
.disc .dr .dl > span:last-child:not(:first-child){flex-basis:100%;padding-left:24px;font-size:12px;color:var(--text-muted)}

/* ── Rev 4 pages: long-distance, how-LD-works, contact, reviews, insurance, claims, 404 ── */
.pslot{background:var(--gray-mid);border-radius:14px;aspect-ratio:16/7;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:var(--text-muted);text-align:center;padding:12px}
.opts{display:flex;flex-wrap:wrap;gap:8px}
.opt{background:#fff;border:2px solid var(--border);border-radius:10px;min-height:44px;padding:0 14px;font:inherit;font-size:14px;font-weight:600;color:var(--text);cursor:pointer;transition:border-color .15s,background .15s}
.opt.on{border-color:#2470CC;background:var(--blue-light);color:var(--navy)}
.navy .section-label{background:rgba(112,176,248,.15);color:#70B0F8}
.navy .section-title{color:#fff}.navy .section-sub,.navy p{color:#C3C7CF}
/* long distance */
.ld-calc{display:grid;grid-template-columns:1fr;gap:20px}
.ld-group{margin-top:18px}.ld-lbl{font-size:12px;font-weight:700;color:var(--text-muted);margin-bottom:8px}
.ld-days{grid-template-columns:repeat(8,minmax(0,1fr))}.ld-days .day{cursor:pointer;font-family:inherit;padding:8px 0 6px}
.ld-dayhint{font-size:12px;color:var(--text-muted);margin-top:8px}
.ld-result{background:var(--navy);color:#fff;border-radius:16px;padding:22px 20px;display:flex;flex-direction:column;gap:10px}
.ld-kicker{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#70B0F8}
.ld-range{font-size:38px;font-weight:800;line-height:1.05;letter-spacing:-.02em}
.ld-meta{font-size:13px;color:#C3C7CF}
.ld-lines{border-top:1px solid var(--navy-line);border-bottom:1px solid var(--navy-line);padding:8px 0;display:grid;gap:6px;font-size:13px}
.ld-lines div{display:flex;justify-content:space-between;gap:12px}.ld-lines span{color:#C3C7CF}.ld-lines div:last-child b{color:#70B0F8}
.ld-note{font-size:12px;color:#C3C7CF;line-height:1.5}
.ld-tablewrap{display:grid;gap:20px}
.ld-tablescroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
.ld-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;font-size:14px}
.ld-table th{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);text-align:left;padding:12px 14px;background:var(--off-white);border-bottom:1px solid var(--border)}
.ld-table td{padding:12px 14px;border-bottom:1px solid var(--border);vertical-align:middle;white-space:nowrap}
.ld-table tr:last-child td{border-bottom:0}.ld-table tbody tr{cursor:pointer}.ld-table tbody tr:hover,.ld-table tbody tr:focus-visible{background:var(--blue-light);outline:none}
.ld-table td b{color:var(--navy)}.ld-rowlink{display:block;font-size:12px;font-weight:600}
.ld-night-grid{display:grid;gap:24px}
.ld-night-points{display:grid;gap:14px}.ld-night-points>div{display:flex;gap:12px;align-items:flex-start}
.ld-ni{width:38px;height:38px;border-radius:10px;background:rgba(112,176,248,.15);color:#70B0F8;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.ld-night-points b{color:#fff;display:block;margin-bottom:2px}.ld-night-points p{font-size:14px}
.ld-vs{display:grid;gap:20px}
.ld-vs-cards{display:grid;gap:10px}
.ld-vs-card{border:1.5px solid var(--border);border-radius:14px;padding:14px 16px;background:#fff}
.ld-vs-card small{display:block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:4px}
.ld-vs-card b{font-size:15px;color:var(--navy)}
.ld-vs-card.on{border-color:#2470CC;background:var(--blue-light)}.ld-vs-card.on small{color:#2470CC}
@media (min-width:900px){
  .ld-calc{grid-template-columns:1.1fr .9fr;gap:40px;align-items:start}.ld-result{position:sticky;top:96px;padding:28px}.ld-range{font-size:46px}
  .ld-tablewrap{grid-template-columns:.8fr 1.2fr;gap:40px;align-items:start}
  .ld-night-grid{grid-template-columns:1fr 1fr;gap:48px;align-items:center}
  .ld-vs{grid-template-columns:1fr 1fr;gap:48px;align-items:center}
}
/* how long-distance works */
.hlw-top{margin-bottom:24px}
.hlw-needs h3{font-size:16px;font-weight:800}.hlw-needs ul{margin:0;padding-left:18px;font-size:14px;color:var(--text-muted);display:grid;gap:4px}
.hlw-days{display:grid;gap:16px}
.dayc{background:#fff;border:1px solid var(--border);border-radius:14px;padding:16px}
.dayc-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.dayc-head b{font-size:15px;color:var(--navy)}
.dayc-pill{background:var(--navy);color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 8px;border-radius:6px}
.dayc-item{padding:10px 0;border-top:1px solid var(--border)}
.dayc-row{display:flex;justify-content:space-between;gap:8px}.dayc-row span{font-weight:700;font-size:14px;color:var(--navy)}.dayc-row small{font-size:12px;color:var(--text-muted);font-weight:600;flex:none}
.dayc-item p{font-size:13px;color:var(--text-muted);margin-top:2px}
.dayc-item .sms{margin-top:8px;background:var(--surface-2);border-radius:12px 12px 12px 4px;padding:8px 12px;font-size:12.5px;line-height:1.45;display:inline-block;color:var(--text)}
@media (min-width:900px){.hlw-days{grid-template-columns:repeat(4,minmax(0,1fr))}.hlw-top{max-width:560px}}
/* contact */
.ct-grid{display:grid;gap:24px}
.ct-btns{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ct-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:64px;border-radius:12px;font-weight:700;font-size:16px;text-align:center;padding:10px}
.ct-btn small{font-size:12px;font-weight:600;opacity:.8}.ct-btn .ico{margin-bottom:4px}
.ct-text{background:#2470CC;color:#fff}.ct-text:hover{color:#fff;background:#1C5CAB}.ct-text small{color:#CFE3FB;opacity:1;font-weight:500}
.ct-call{background:#fff;color:var(--navy);border:1px solid var(--border)}
.ct-hours{margin-top:16px}.ct-hours h3{font-size:16px;margin-bottom:8px}
.ct-hours .kv{display:flex;justify-content:space-between;font-size:14px;padding:6px 0;border-bottom:1px solid var(--border)}.ct-hours .kv span{color:var(--text-muted)}.ct-hours .kv b{color:var(--navy)}
.ct-hours p{font-size:12px;margin-top:10px}
.ct-where{margin-top:28px}.ct-chips{margin-top:12px;flex-wrap:wrap}
.ct-map{background:var(--gray-mid);border-radius:14px;min-height:320px;height:360px;overflow:hidden;position:relative;z-index:0}
.ct-maplbl{transform:translate(-50%,-50%);white-space:nowrap;font:600 11px Inter,system-ui,sans-serif;color:#16161A;background:rgba(255,255,255,.85);padding:1px 6px;border-radius:4px}
@media (max-width:599px){.ct-maplbl.in{display:none}}
.ct-email{font-size:13px;color:var(--text-muted);margin-top:24px;line-height:1.7}
@media (min-width:900px){.ct-grid{grid-template-columns:1fr 520px;gap:48px;align-items:start}.ct-map{height:520px}}
/* reviews */
.rv-score{display:flex;align-items:center;gap:10px;color:#fff;font-size:14px}.rv-score b{font-size:18px}.rv-score .review-stars{margin:0}.rv-score .review-stars .ico{fill:#70B0F8;stroke:#70B0F8}
.rv-filters{margin-bottom:16px;flex-wrap:wrap}
.rv-grid{display:grid;gap:12px}
.rv-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:16px}
.rv-top{display:flex;justify-content:space-between;align-items:center}.rv-top .review-stars{margin:0;color:#2470CC}.rv-top .review-stars .ico{fill:#2470CC;stroke:#2470CC}
.rv-tag{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);background:var(--surface-2);border-radius:6px;padding:3px 7px}
.rv-card p{margin:8px 0 10px;font-size:14px;line-height:1.6}
.rv-who{display:flex;justify-content:space-between;gap:8px;font-size:12px;color:var(--text-muted);font-weight:600}
.rv-empty{border:2px dashed var(--border);border-radius:14px;padding:24px;text-align:center;font-size:14px;color:var(--text-muted)}
.rv-showall{background:none;border:0;font:inherit;font-weight:700;color:#2470CC;cursor:pointer;padding:0}
.notice.amber{background:var(--amber-light);border:1px solid #F3D6A8;color:var(--amber);border-radius:12px;padding:12px 14px;font-size:12px;font-weight:600}
.rv-ph{margin-top:16px}
.rv-next{margin-top:20px;background:var(--navy);color:#fff;border-radius:14px;padding:22px;display:flex;flex-direction:column;gap:14px}.rv-next b{font-size:20px;font-weight:800;line-height:1.2}
@media (min-width:900px){.rv-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.rv-next{flex-direction:row;justify-content:space-between;align-items:center;padding:28px 32px}}
/* insurance */
.ins-blocks{display:grid;gap:14px}
.ins-block{background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px}
.ins-block h3{font-size:16px;font-weight:800;color:var(--navy);margin:4px 0 8px}.ins-block p{font-size:14px;color:var(--text-muted);line-height:1.7}
.ins-examples{display:grid;gap:14px}
.ins-ex{background:#fff;border:1px solid var(--border);border-radius:14px;padding:16px}
.ins-ex h3{font-size:15px;font-weight:800;color:var(--navy);margin-bottom:10px}.ins-ex p{font-size:13px;color:var(--text-muted);margin-top:8px;line-height:1.6}
.ph-pair{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.ph-pair>div{aspect-ratio:4/3;background:var(--gray-mid);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:11px;font-weight:600;color:var(--text-muted)}
.ph-pair>div small{font-size:11px;color:var(--navy);font-weight:700}
.outcome{display:inline-block;margin-top:10px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:6px}
.outcome.ok{background:var(--green-light);color:var(--green)}.outcome.part{background:var(--amber-light);color:var(--amber)}.outcome.none{background:var(--surface-2);color:var(--text-muted)}
.ins-claimcta{display:flex;flex-direction:column;gap:14px}.ins-claimcta h3{font-size:18px}
@media (min-width:900px){.ins-blocks{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.ins-examples{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.ins-claimcta{flex-direction:row;justify-content:space-between;align-items:center;padding:24px 28px}}
/* claims */
.cl-grid{display:grid;gap:24px}
.cl-step{display:flex;gap:12px;margin-top:14px}.cl-step b{display:block;font-size:15px;color:var(--navy)}.cl-step p{font-size:13px;color:var(--text-muted);margin-top:2px}
.cl-fine{font-size:13px;color:var(--text-muted);margin-top:18px}
.cl-form{padding:18px;display:grid;gap:14px}
.cl-pair{display:grid;grid-template-columns:1.4fr 1fr;gap:10px}
.cl-form #claimFields{display:grid;gap:14px}
.cl-field{display:block}.cl-field>span{display:block;font-size:12px;font-weight:700;color:var(--text-muted);margin-bottom:6px}
.cl-field input[type=text],.cl-field textarea{width:100%;min-height:52px;border:2px solid var(--border);border-radius:12px;padding:12px 14px;font:inherit;color:var(--text);background:#fff;outline:none}
.cl-field textarea{min-height:88px;resize:vertical}
.cl-field input:focus,.cl-field textarea:focus{border-color:#2470CC;box-shadow:0 0 0 3px rgba(36,112,204,.15)}
.cl-field input.err{border-color:var(--red)}.cl-field input.ok{border-color:var(--green)}
.cl-err{display:flex;gap:6px;align-items:center;margin-top:6px;font-size:13px;color:var(--red);font-weight:600}
.cl-ok{display:block;margin-top:6px;font-size:13px;color:var(--green);font-weight:600}
.cl-photos{animation:am-in .25s ease}.cl-photos>span{display:block;font-size:12px;font-weight:700;color:var(--text-muted);margin-bottom:6px}.cl-photos>small{display:block;font-size:12px;color:var(--text-muted);margin-top:6px}
.cl-file input{position:absolute;width:1px;height:1px;opacity:0}.cl-file em{display:flex;align-items:center;min-height:52px;border:2px dashed var(--border);border-radius:12px;padding:0 14px;font-style:normal;font-size:14px;color:var(--text-muted);cursor:pointer}
.cl-done{background:var(--green-light);border-radius:14px;padding:18px;display:flex;gap:12px;align-items:flex-start;animation:am-in .3s ease}.cl-done .ico{color:var(--green);width:26px;height:26px;stroke-width:2.5}
.cl-done b{color:var(--green);font-size:16px}.cl-done p{font-size:14px;margin-top:4px}
@keyframes am-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media (min-width:900px){.cl-grid{grid-template-columns:.9fr 1.1fr;gap:48px;align-items:start}.cl-form{padding:24px}}
/* 404 */
.nf{padding-top:48px;min-height:60vh}
.nf-grid{display:grid;gap:32px}
.nf-h1{font-size:34px;font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--navy);margin:14px 0 10px}.nf-h1 span{color:#2470CC}
.nf-search{display:flex;gap:8px;margin-top:20px}
.nf-search input{flex:1;min-height:52px;border:2px solid var(--border);border-radius:12px;padding:0 14px;font:inherit;outline:none}
.nf-search input:focus{border-color:#2470CC;box-shadow:0 0 0 3px rgba(36,112,204,.15)}
.nf-search button{width:52px;min-height:52px;border:0;border-radius:12px;background:#2470CC;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}
.nf-results{margin-top:8px;border:1px solid var(--border);border-radius:12px;overflow:hidden;animation:am-in .2s ease}
.nf-results a,.nf-none{display:block;padding:12px 14px;border-bottom:1px solid var(--border);font-size:14px;color:var(--text);min-height:44px}
.nf-results a:last-child{border-bottom:0}.nf-results a:hover{background:var(--blue-light)}.nf-results a b{color:var(--navy)}.nf-results a span{color:var(--text-muted);font-size:12px}
.nf-none{color:var(--text-muted)}
.nf-kicker{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}
.nf-links{display:grid;gap:8px;margin-top:10px}
.nf-links a{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;border:1px solid var(--border);border-radius:12px;background:#fff;min-height:52px;color:var(--navy)}
.nf-links a b{font-size:15px}.nf-links a span{font-size:12px;font-weight:600;color:var(--text-muted);text-align:right}
.nf-links a:hover{border-color:#2470CC;background:var(--blue-light)}
.nf-book{margin-top:24px;background:var(--navy);color:#fff;border-radius:14px;padding:18px;display:flex;justify-content:space-between;align-items:center;gap:12px}
.nf-book b{display:block;font-weight:800}.nf-book span{font-size:13px;color:#C3C7CF}.nf-book .btn-primary{min-height:44px;padding:0 14px;font-size:13px;flex:none}
@media (min-width:900px){.nf-grid{grid-template-columns:1fr 1fr;gap:64px;align-items:start}.nf-h1{font-size:52px;line-height:1.04}}

/* ── Booking desktop (design rev 6): rail · card · summary ── */
.bk-rail{display:none}
/* v049: the "Your move so far" panel used to exist only on wide screens. Under 1100px it becomes a compact navy strip
   above the form: date + one line, with a Details toggle for the rows. Same markup, same ids, so booking.js is unchanged. */
.bk-layout{display:flex;flex-direction:column}
.bk-sum{order:-1;position:relative;background:var(--navy);color:#fff;padding:12px 16px 12px;margin:0}
.bk-sum .sum-toggle{position:absolute;right:12px;top:10px;display:inline-flex;align-items:center;gap:4px;background:rgba(255,255,255,.1);color:#fff;border:0;border-radius:999px;padding:6px 10px;font:600 12px/1 Inter,system-ui,sans-serif;min-height:32px}
.bk-sum .sum-toggle .ico{transition:transform .2s}.bk-sum.open .sum-toggle .ico{transform:rotate(180deg)}
.bk-sum .sum-k{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#70B0F8}
.bk-sum .sum-t{font-size:17px;font-weight:800;line-height:1.2;margin-top:2px;padding-right:96px}
.bk-sum .sum-s{font-size:12px;color:#C3C7CF;margin-top:2px;padding-right:96px}
.bk-sum .sum-body{display:none}.bk-sum.open .sum-body{display:block}
.bk-sum .sum-rows{margin-top:10px;border-top:1px solid var(--navy-line);display:grid}.bk-sum .sum-rows div{display:flex;justify-content:space-between;gap:10px;padding:7px 0;border-bottom:1px solid var(--navy-line);font-size:13px}.bk-sum .sum-rows span{color:#C3C7CF}.bk-sum .sum-rows b{text-align:right}.bk-sum .sum-rows b.disc{color:#70B0F8}
.bk-sum .sum-note{font-size:12px;color:#C3C7CF;margin-top:10px;line-height:1.5}.bk-sum .sum-note a{color:#fff;font-weight:700}
@media (min-width:900px) and (max-width:1099px){.bk-layout{max-width:560px;margin:0 auto}.bk-sum{margin:24px 0 -16px;border-radius:16px}}
@media (min-width:1100px){
  .bk-layout{display:grid}.bk-sum{order:0}.bk-sum .sum-toggle{display:none}.bk-sum .sum-body{display:block}
  .bk-layout{display:grid;grid-template-columns:250px minmax(0,560px) 300px;gap:32px;justify-content:center;align-items:start;padding:32px 24px 48px;max-width:1240px;margin:0 auto}
  .bk-rail,.bk-sum{display:block;position:sticky;top:96px}.bk-sum{padding:22px 20px}.bk-sum .sum-t{font-size:24px;padding-right:0}.bk-sum .sum-s{font-size:13px;padding-right:0}
  .bk-layout .bk{max-width:none;margin:0;min-height:0}
  .rail-k{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px}
  .bk-rail ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}
  .bk-rail li{display:flex;gap:12px;align-items:flex-start;padding:10px 12px;border-radius:12px}
  .bk-rail li.cur{background:#fff;border:1.5px solid var(--border)}
  .bk-rail .rn{width:26px;height:26px;border-radius:50%;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:var(--text-muted);flex:0 0 auto;background:#fff}
  .bk-rail li.cur .rn{border-color:#2470CC;color:#2470CC}.bk-rail li.done .rn{background:#2470CC;border-color:#2470CC;color:#fff}
  .bk-rail li b{display:block;font-size:14px;color:var(--navy)}.bk-rail li small{font-size:12px;color:var(--text-muted);display:block;line-height:1.35}.bk-rail li.done small{color:var(--text)}
  .rail-note{font-size:12px;color:var(--text-muted);margin:14px 12px 0;line-height:1.5}
  .bk-sum{background:var(--navy);color:#fff;border-radius:16px;padding:22px 20px}
  .sum-k{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#70B0F8}.sum-t{font-size:24px;font-weight:800;line-height:1.15;margin-top:8px;letter-spacing:-.01em}.sum-s{font-size:13px;color:#C3C7CF;margin-top:4px}
  .sum-rows{margin-top:14px;border-top:1px solid var(--navy-line);display:grid}.sum-rows div{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid var(--navy-line);font-size:13px}.sum-rows span{color:#C3C7CF}.sum-rows b{text-align:right}.sum-rows b.disc{color:#70B0F8}
  .sum-note{font-size:12px;color:#C3C7CF;margin-top:14px;line-height:1.5}.sum-note a{color:#fff;font-weight:700}
}

/* ── Route direction flip + updates page (design rev 6) ── */
.dirseg{display:inline-flex;border:1.5px solid rgba(255,255,255,.3);border-radius:10px;overflow:hidden;margin-bottom:16px}.dirseg button{border:0;background:transparent;color:rgba(255,255,255,.8);font:inherit;font-size:13px;font-weight:700;padding:0 14px;min-height:40px;cursor:pointer}.dirseg button.on{background:#70B0F8;color:var(--navy)}
.upd{display:grid;gap:24px}
.upd-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:20px}
.upd-list{display:grid;gap:12px;margin-top:18px}
.upd-msg{position:relative;padding-right:34px}.upd-row{display:flex;justify-content:space-between;gap:8px}.upd-row b{font-size:14px;color:var(--navy)}.upd-row small{font-size:12px;color:var(--text-muted);font-weight:600}
.upd-msg .sms{margin-top:6px;background:var(--surface-2);border-radius:12px 12px 12px 4px;padding:9px 12px;font-size:13px;line-height:1.45;display:inline-block;color:var(--text)}.upd-msg.night .sms{background:var(--navy);color:#fff}
.upd-n{position:absolute;right:0;top:2px;width:22px;height:22px;border-radius:50%;background:var(--navy);color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center}
.upd-notes{display:none}
.upd-note{display:flex;gap:10px;align-items:flex-start;padding:10px 0;border-top:1px solid var(--border)}.upd-note .upd-n{position:static;flex:0 0 auto}.upd-note p{font-size:13px;color:var(--text-muted);line-height:1.55}
@media (min-width:1000px){.upd{grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:40px;align-items:start}.upd-notes{display:block;position:sticky;top:96px}.upd-card{padding:28px}}

/* ── Header, copied from the Claude Design handoff (rev 6) ── */
.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:9999;width:100%;background:#fff}
.urg{background:#1E7F4F;color:#fff;font-size:12px;font-weight:600;padding:8px 20px;display:flex;align-items:center;justify-content:space-between;gap:8px;line-height:1.4}
.urg .urg-l{display:flex;align-items:center;gap:8px;min-width:0}.urg .urg-l i{width:8px;height:8px;border-radius:50%;background:#7EE2A8;flex:none}
.urg .urg-r{display:none;color:#CFF3DD}
.hdr{background:#fff;border-bottom:1px solid #E2E6EB;position:relative;z-index:40}
.nav-top{display:flex;align-items:center;justify-content:space-between;padding:12px 20px}
.nav-logo{display:flex;align-items:center;gap:8px;color:#16161A;text-decoration:none}
.nav-logo .mark{width:28px;height:28px;flex:none}
.nav-logo .word{font-weight:800;font-size:16px;color:#16161A;letter-spacing:-.01em;white-space:nowrap}.nav-logo .word span{color:#2470CC}
.nav-links{display:none;align-items:center;gap:4px}
.nav-links > a,.has-dd > a{border:0;background:none;border-radius:8px;height:40px;padding:0 14px;font-size:15px;font-weight:600;color:#1D1F24;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.has-dd > a svg{width:12px;height:12px}
.nav-links > a:hover,.has-dd:hover > a,.has-dd.open > a{background:#F2F4F7;color:#1D1F24}
.hdr-right{display:flex;align-items:center;gap:8px}
.hdr-phone,.nav-cta{display:none}
.nav-pill{display:inline-flex;align-items:center;border:1px solid #E2E6EB;background:#fff;border-radius:10px;padding:0 12px;height:36px;font-size:13px;font-weight:600;color:#1D1F24}
.burger{border:1px solid #E2E6EB;background:#fff;border-radius:10px;width:36px;height:36px;display:grid;place-items:center;cursor:pointer;padding:0}
.burger svg{width:18px;height:18px;display:block}.burger[aria-expanded="true"]{border-color:#2470CC}
#mobileMenu{position:absolute;left:0;right:0;top:100%;background:#fff;padding:8px 20px 40px;min-height:calc(100vh - 120px);animation:am-slide .2s ease;z-index:39;overflow-y:auto}
.mm-row{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid #E2E6EB;font-size:17px;font-weight:700;color:#16161A;min-height:56px;text-decoration:none}
.mm-row span{font-size:12px;font-weight:600;color:#5F6873;text-align:right}
.mm-cta{display:flex;gap:10px;margin-top:20px}
.mm-book{flex:1;height:52px;border-radius:10px;background:#2470CC;color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center}
.mm-call{flex:none;height:52px;padding:0 18px;font-size:14px;border:1px solid #E2E6EB;border-radius:10px;background:#fff;color:#16161A;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center}
.has-dd{position:static}
.has-dd .dd{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid #E2E6EB;box-shadow:0 12px 30px rgba(22,22,26,.12);padding:22px 48px 26px;animation:am-slide .15s ease;z-index:10000}
.has-dd.open .dd{display:block}
.dd-k{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#2470CC;margin-bottom:12px}
.dd-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px 24px}
.dd-grid a{text-align:left;padding:10px 12px;border-radius:8px;font-size:15px;font-weight:600;color:#1D1F24;display:flex;justify-content:space-between;align-items:center;gap:8px}
.dd-grid a:hover{background:#F2F4F7;color:#1D1F24}.dd-grid a span{font-size:12px;font-weight:600;color:#5F6873;white-space:nowrap}
@media (min-width:900px){
  .urg{font-size:13px;padding:8px 48px}.urg .urg-r{display:inline}
  .nav-top{padding:0 48px;height:72px}
  .nav-logo{gap:10px}.nav-logo .mark{width:32px;height:32px}.nav-logo .word{font-size:20px}
  .nav-links{display:flex}
  .hdr-right{gap:18px}
  .hdr-phone{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:700;color:#16161A}.hdr-phone .ico{color:#2470CC;width:16px;height:16px}
  .nav-cta{display:inline-flex;align-items:center;height:44px;padding:0 20px;border-radius:10px;background:#2470CC;color:#fff;font-size:15px;font-weight:700;white-space:nowrap}
  .nav-pill,.burger{display:none}
  #mobileMenu{display:none !important}
}
@media (min-width:900px) and (max-width:1199px){.nav-links > a,.has-dd > a{padding:0 9px;font-size:14px}.hdr-phone{display:none}.nav-top{padding:0 24px}.urg{padding:8px 24px}.has-dd .dd{padding:22px 24px 26px}}
@keyframes am-slide{from{transform:translateY(-6px)}to{transform:none}}

.hero-video{display:flex;gap:8px;align-items:flex-start;font-size:14px;color:rgba(255,255,255,.75);margin:14px 0 0;max-width:560px}.hero-video .ico{color:#70B0F8;flex:none;margin-top:3px}

/* ── Call is always the smaller, secondary button (design rev 6.2) ── */
.hero-btns,.page-hero-btns,.cta-band-btns{flex-direction:row;gap:10px;align-items:stretch}
.hero-btns .btn-primary,.page-hero-btns .btn-primary,.cta-band-btns .btn-white{flex:1;min-width:0;padding-left:14px;padding-right:14px;font-size:15px;min-height:52px;white-space:nowrap}
.hero-btns .btn-primary .ico,.page-hero-btns .btn-primary .ico{display:none}
.hero-btns .btn-outline,.page-hero-btns .btn-outline,.cta-band-btns .btn-outline-white{flex:none;padding:0 18px;font-size:14px;font-weight:700;min-height:52px}
.tel-num{display:none}
/* phones under 480 px: the CTA band's two buttons stack full-width instead of squeezing the long "Book Your Date" label into a box it cannot fit (UI audit 2026-09-12) */
.cta-band-btns .btn-white .ico{display:none}
@media (max-width:479px){.cta-band-btns{flex-wrap:wrap}.cta-band-btns .btn-white,.cta-band-btns .btn-outline-white{flex:1 1 100%;white-space:normal}}
@media (min-width:900px){.cta-band-btns .btn-white .ico{display:inline-block}}
@media (min-width:900px){
  .hero-btns,.page-hero-btns{gap:14px;align-items:center}.hero-btns .btn-primary,.page-hero-btns .btn-primary{flex:none;font-size:17px;min-height:56px;padding:0 28px}.hero-btns .btn-primary .ico,.page-hero-btns .btn-primary .ico{display:inline-block}
  .hero-btns .btn-outline,.page-hero-btns .btn-outline{min-height:44px;font-size:15px;font-weight:600;padding:0 18px}
  .cta-band-btns .btn-white{flex:none}.cta-band-btns .btn-outline-white{min-height:44px;font-size:15px}
  .tel-num{display:inline}
}

/* ── Review fixes (2026-09-04) ── */
.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}
.bt-reset{background:none;border:0;font:inherit;font-size:12px;font-weight:600;color:var(--text-muted);text-decoration:underline;cursor:pointer;padding:0 4px;margin-left:10px}
.bk-q:focus{outline:none}
.hdr-phone{white-space:nowrap;flex:none}
body.menu-open{overflow:hidden}
.chip:focus-visible,.opt:focus-visible,.tile:focus-visible,.tog:focus-visible,.dt:focus-visible{outline:2px solid #2470CC;outline-offset:2px}

/* Address type-ahead (keyless OSM suggestions) */
.sugg{background:#fff;border:2px solid var(--border);border-radius:12px;box-shadow:0 12px 32px rgba(22,22,26,.14);overflow:hidden;margin-top:6px}
.sugg button{display:block;width:100%;text-align:left;padding:12px 14px;border:0;border-top:1px solid var(--border);background:#fff;font:inherit;font-size:15px;color:var(--navy);cursor:pointer;min-height:44px}
.sugg button:first-child{border-top:0}.sugg button:hover,.sugg button:focus{background:#EAF3FE;outline:none}

/* Compact desktop (900–1339px): the menu never shrinks under its own words, and the phone number steps aside — the blue band and the Contact page still carry it. */
@media (min-width:900px) and (max-width:1339px){.hdr-phone{display:none !important}.nav-links{flex:0 0 auto;min-width:auto}.has-dd{flex:0 0 auto}}
.nav-cta .cta-short{display:none}
@media (min-width:900px) and (max-width:1339px){.nav-cta .cta-full{display:none}.nav-cta .cta-short{display:inline}}
@media (min-width:900px) and (max-width:1023px){.nav-links > a[href="/how-it-works/"]{display:none}}

/* v049: 3-bed+ band tucked under the 2-bedroom band in the long-distance price table */
.ptable .pr small{display:block;font-size:12px;font-weight:500;color:var(--text-muted);margin-top:2px}
/* v052: helper time windows and the load/unload day toggle */
.opt small{display:block;font-size:11px;font-weight:500;color:var(--text-muted);line-height:1.2}
.dt.other{border-color:#A6CBF3;background:var(--blue-light)}
.bk-rail li.hidden{display:none}
#dateSeg{margin-top:-4px}
/* v053: photo picker on the office quote step */
.ofl{display:grid;gap:6px;margin-top:8px}.ofl div{display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--off-white);border:1px solid var(--border);border-radius:8px;padding:6px 10px;font-size:13px}
.ofl div span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ofl div small{color:var(--text-muted);white-space:nowrap}.ofl button{border:0;background:transparent;color:var(--text-muted);font:inherit;font-size:12px;font-weight:600;cursor:pointer;min-height:32px}
.ofb{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.ofb .cl-file em{border-style:solid;border-color:var(--blue);color:var(--blue);font-weight:700;justify-content:center}

/* ── Brand refresh: logo colours (sky #70B0F8, ink #16161A). v059: logo top LEFT, menu and buttons pushed to the right (owner 2026-09-19). ── */
.nav-logo{order:0;margin:0 auto 0 0}
.nav-logo .logo-img{display:block;height:38px;width:auto}
.nav-top{justify-content:flex-start}
@media (min-width:900px){.nav-logo .logo-img{height:48px}.nav-links{margin-left:auto;margin-right:0}}

/* ── v058 calmer pages: secondary text folds behind a tap. The text stays in the page (readable by visitors and by Google);
   it is never hidden with colour, off-screen tricks or display:none on content nobody can open. ── */
details.fold{margin-top:10px}
details.fold>summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:var(--blue);min-height:44px}
details.fold>summary::-webkit-details-marker{display:none}
details.fold>summary .ico{transition:transform .2s}details.fold[open]>summary .ico{transform:rotate(180deg)}
details.fold[open]>summary .more-l{display:none}details.fold:not([open])>summary .less-l{display:none}
details.fold>*:not(summary){margin-top:10px}
details.fold.h{border-top:1px solid var(--border);margin-top:0}
details.fold.h>summary{display:flex;justify-content:space-between;width:100%;padding:14px 0;color:var(--navy)}
details.fold.h>summary h2,details.fold.h>summary h3{margin:0;font-size:18px;font-weight:800;color:var(--navy)}
details.fold.sec-fold{max-width:1140px;margin:0 auto;padding:0 20px}
details.fold.sec-fold>summary{justify-content:center;width:100%;padding:18px 0}
.navy details.fold>summary,.dark details.fold>summary{color:var(--blue-on-dark)}
/* v060 spacing sweep (owner 2026-09-19): under 900px the route hero stacks, so the buttons need air above the map;
   stacked two-column blocks get a gap between the halves. */
@media (max-width:899px){
  .rt-hero .page-hero-btns{margin-bottom:28px}
  .two > div + div,.two > div + aside{margin-top:32px}
}

/* v061 live Google reviews */
.rl-head{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:14px;color:var(--text-muted);margin-bottom:14px}
.rl-head>b{font-size:20px;color:var(--navy)}.rl-head span b{color:var(--navy)}.rl-head .review-stars{margin:0}
.rl-head a{margin-left:auto;font-weight:700;color:var(--blue)}
.rl-attr{font-size:12px;color:var(--text-muted);margin-top:10px}
.review-text a{font-weight:600;white-space:nowrap}
@media (max-width:599px){.rl-head a{margin-left:0;flex-basis:100%}}

/* ── Reverse-direction route pages + cost guides ── */
.dirseg a{display:inline-flex;align-items:center;color:rgba(255,255,255,.8);font-size:13px;font-weight:700;padding:0 14px;min-height:40px;text-decoration:none}
.dirseg a.on{background:#70B0F8;color:var(--navy)}
.dirseg a:not(.on):hover{background:rgba(255,255,255,.08);color:#fff}
.ticks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.ticks li{display:flex;gap:10px;align-items:flex-start;font-size:14.5px;line-height:1.5;color:var(--text)}
.ticks li svg{flex:0 0 auto;color:#12833C;margin-top:3px}
.cmp-grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:22px}
.cmp-grid .card h3{font-size:16px;font-weight:800;color:var(--navy);margin-bottom:8px}
.cmp-grid .card p{font-size:14px;line-height:1.6;color:var(--text-muted);margin-bottom:8px}
.cmp-grid .card p:last-child{margin-bottom:0}
.cmp-grid .card p b{color:var(--navy)}
.cmp-grid .card:first-child{border-color:#2470CC;border-width:1.5px}
@media (min-width:700px){.cmp-grid{grid-template-columns:1fr 1fr}}
@media (min-width:1100px){.cmp-grid{grid-template-columns:repeat(4,1fr)}}
.route-card2 .rsub{display:flex;flex-wrap:wrap;gap:4px 12px;margin-top:6px;font-size:12.5px;font-weight:600;color:#2470CC}
.route-card2 .rsub a{display:inline-flex;align-items:center;min-height:40px}
.route-card2>a{color:inherit;text-decoration:none}
.route-card2 .rp{padding:0}
.dirseg a{white-space:nowrap}
@media (max-width:420px){.dirseg{display:flex}.dirseg a{flex:1;justify-content:center;text-align:center;white-space:normal;line-height:1.25;padding:6px 8px;font-size:12px}}
.sugg .sugg-by{padding:6px 14px;border-top:1px solid var(--border);font-size:11px;color:var(--text-muted);text-align:right;background:#fff}
.bk-foot-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:-2px}
.bk-foot-nav button{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:0 6px;background:transparent;border:0;font:inherit;font-size:14px;font-weight:700;color:var(--navy);cursor:pointer}
.bk-foot-nav button[data-nav="reset"]{font-weight:600;color:var(--text-muted);text-decoration:underline}
.bk-foot-nav button:focus-visible{outline:3px solid #70B0F8;outline-offset:2px;border-radius:8px}
.hero-sub a{color:inherit;text-decoration:underline;text-underline-offset:3px}
