/* ============================================================
   GlbXpress — dedicated MOBILE HOMEPAGE (scoped .mh-)
   Mobile-native: sticky bars, snap carousels, thumb CTAs
   ============================================================ */

.mh-root { position: absolute; inset: 0; background: var(--paper); font-family: var(--font-ui); color: var(--ink); display: flex; flex-direction: column; overflow: hidden; }

/* ---- top bar ---- */
.mh-topbar { flex: none; padding: 56px 16px 12px; display: flex; align-items: center; gap: 10px; background: rgba(255,253,248,.9); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); z-index: 8; }
.mh-brand { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 800; font-size: 19px; color: var(--navy-700); letter-spacing: -.03em; }
.mh-brand .mk { width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center; color: #fff; background: var(--orange-500); }
.mh-top-right { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.mh-track-pill { display: flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 700; color: var(--navy-700); background: #fff; border: 1px solid var(--line-strong); border-radius: 999px; padding: 8px 14px; }
.mh-menu { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); color: var(--navy-700); }

.mh-body { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; }

/* ---- section scaffolding ---- */
.mh-sec { padding: 40px 20px; }
.mh-sec.navy { background: var(--navy-800); color: #fff; }
.mh-sec.tint { background: var(--paper-2); }
.mh-eyebrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--orange-500); font-weight: 700; display: inline-flex; align-items: center; gap: 8px; }
.mh-eyebrow::before { content: ""; width: 18px; height: 2px; background: var(--orange-500); }
.mh-h2 { font-family: var(--font-display); font-weight: 800; font-size: 27px; line-height: 1.06; letter-spacing: -.02em; color: var(--navy-700); margin-top: 12px; }
.mh-sec.navy .mh-h2 { color: #fff; }
.mh-sub { font-size: 15px; color: var(--ink-soft); margin-top: 10px; }
.mh-sec.navy .mh-sub { color: rgba(255,255,255,.72); }

/* ---- HERO ---- */
.mh-hero { padding: 32px 20px 36px; background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%); }
.mh-chip { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 700; padding: 7px 13px; border-radius: 999px; background: var(--orange-tint); color: var(--orange-600); border: 1px solid var(--orange-soft); }
.mh-h1 { font-family: var(--font-display); font-weight: 800; font-size: 40px; line-height: 1.0; letter-spacing: -.025em; color: var(--navy-700); margin-top: 18px; }
.mh-h1 .pop { color: var(--orange-500); }
.mh-hero-sub { font-size: 16px; color: var(--ink-soft); margin-top: 14px; }

/* savings compare card */
.mh-compare { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 18px; margin-top: 22px; box-shadow: var(--shadow-md); }
.mh-cmp-row { display: grid; grid-template-columns: 78px 1fr auto; align-items: center; gap: 10px; padding: 7px 0; }
.mh-cmp-name { font-size: 12.5px; font-weight: 600; color: var(--ink-soft); }
.mh-cmp-bar { height: 14px; background: #f0ece2; border-radius: 999px; overflow: hidden; }
.mh-cmp-bar i { display: block; height: 100%; border-radius: 999px; background: var(--navy-300); }
.mh-cmp-bar i.us { background: var(--orange-500); }
.mh-cmp-price { font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--ink); }
.mh-cmp-us .mh-cmp-name strong { color: var(--navy-700); }
.mh-cmp-us .mh-cmp-price { color: var(--orange-600); }
.mh-cmp-foot { margin-top: 12px; padding-top: 13px; border-top: 1px solid var(--line); font-size: 13px; color: var(--ink-soft); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.mh-cmp-foot strong { color: var(--orange-600); }
.mh-cmp-foot svg { color: var(--orange-500); flex: none; }

.mh-cta-primary { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; height: 54px; margin-top: 20px; border-radius: 16px; background: var(--orange-500); color: #fff; font-weight: 700; font-size: 16px; box-shadow: var(--shadow-orange); white-space: nowrap; }
.mh-cta-primary:active { transform: scale(.99); }

/* hero track entry */
.mh-track { display: flex; align-items: center; gap: 8px; background: #fff; border: 1.5px solid var(--line-strong); border-radius: 14px; padding: 4px 4px 4px 14px; margin-top: 12px; }
.mh-track .ic { color: var(--ink-faint); display: flex; }
.mh-track input { flex: 1; min-width: 0; border: none; outline: none; background: none; font-family: var(--font-ui); font-size: 15px; font-weight: 500; padding: 13px 2px; }
.mh-track button { flex: none; height: 44px; padding: 0 16px; border-radius: 11px; background: var(--navy-700); color: #fff; font-weight: 700; font-size: 14px; }

/* ---- trust chips ---- */
.mh-trust { display: flex; gap: 10px; overflow-x: auto; padding: 0 20px 4px; scrollbar-width: none; }
.mh-trust::-webkit-scrollbar { display: none; }
.mh-trust-chip { flex: none; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; min-width: 132px; box-shadow: var(--shadow-sm); }
.mh-trust-n { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--navy-700); }
.mh-trust-l { font-size: 12px; color: var(--ink-soft); margin-top: 2px; }

/* ---- how it works ---- */
.mh-steps { margin-top: 24px; display: flex; flex-direction: column; }
.mh-step { display: flex; gap: 16px; position: relative; padding-bottom: 26px; }
.mh-step:not(:last-child)::before { content: ""; position: absolute; left: 23px; top: 50px; bottom: 0; width: 2px; background: var(--orange-soft); }
.mh-step:last-child { padding-bottom: 0; }
.mh-step-badge { width: 48px; height: 48px; flex: none; border-radius: 15px; display: grid; place-items: center; background: var(--orange-tint); color: var(--orange-600); position: relative; z-index: 1; }
.mh-step-n { font-family: var(--font-mono); font-size: 11px; font-weight: 700; color: var(--orange-500); }
.mh-step h3 { font-family: var(--font-display); font-weight: 800; font-size: 18px; color: var(--navy-700); margin: 4px 0 5px; }
.mh-step p { font-size: 14px; color: var(--ink-soft); }

/* ---- calculator ---- */
.mh-calc { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 20px; margin-top: 22px; box-shadow: var(--shadow-md); }
.mh-field { display: flex; flex-direction: column; gap: 9px; margin-bottom: 18px; }
.mh-field label { font-size: 13px; font-weight: 700; color: var(--ink-soft); }
.mh-field label b { color: var(--orange-600); }
.mh-field select { font-family: var(--font-ui); font-size: 15px; font-weight: 600; color: var(--navy-700); padding: 13px 14px; border-radius: 12px; border: 1px solid var(--line-strong); background: var(--paper); }
.mh-field input[type=range] { -webkit-appearance: none; appearance: none; height: 7px; border-radius: 99px; background: #e7e0d2; }
.mh-field input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 26px; height: 26px; border-radius: 50%; background: var(--orange-500); border: 3px solid #fff; box-shadow: var(--shadow-orange); }
.mh-calc-result { text-align: center; padding: 18px; background: var(--navy-800); border-radius: 16px; color: #fff; }
.mh-calc-result .lbl { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.mh-calc-result .num { font-family: var(--font-display); font-weight: 800; font-size: 44px; color: var(--orange-400); line-height: 1; margin: 6px 0 4px; letter-spacing: -.03em; }
.mh-calc-result .sub { font-size: 13px; color: rgba(255,255,255,.6); }

/* ---- services snap ---- */
.mh-snap { display: flex; gap: 14px; overflow-x: auto; padding: 22px 20px 8px; margin: 0 -20px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.mh-snap::-webkit-scrollbar { display: none; }
.mh-svc { flex: none; width: 256px; scroll-snap-align: center; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 22px; box-shadow: var(--shadow-sm); }
.mh-svc.feat { background: var(--navy-800); border-color: var(--navy-800); color: #fff; }
.mh-svc-ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: var(--orange-tint); color: var(--orange-600); margin-bottom: 14px; }
.mh-svc.feat .mh-svc-ic { background: rgba(255,106,31,.2); color: var(--orange-400); }
.mh-svc h3 { font-family: var(--font-display); font-weight: 800; font-size: 19px; color: var(--navy-700); }
.mh-svc.feat h3 { color: #fff; }
.mh-svc-time { font-family: var(--font-mono); font-size: 12px; font-weight: 700; color: var(--orange-600); display: block; margin: 7px 0 10px; }
.mh-svc p { font-size: 14px; color: var(--ink-soft); min-height: 60px; }
.mh-svc.feat p { color: rgba(255,255,255,.72); }
.mh-svc-price { font-family: var(--font-display); font-weight: 800; font-size: 17px; color: var(--navy-700); margin-top: 12px; }
.mh-svc.feat .mh-svc-price { color: #fff; }

/* ---- coverage stats ---- */
.mh-cov-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 20px; margin-top: 26px; }
.mh-cov-n { font-family: var(--font-display); font-weight: 800; font-size: 32px; color: var(--orange-400); letter-spacing: -.02em; }
.mh-cov-l { font-size: 13px; color: rgba(255,255,255,.66); margin-top: 2px; }

/* ---- reviews snap ---- */
.mh-rev { flex: none; width: 274px; scroll-snap-align: center; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 22px; box-shadow: var(--shadow-sm); }
.mh-rev-stars { display: flex; gap: 2px; color: var(--orange-500); margin-bottom: 12px; }
.mh-rev blockquote { margin: 0; font-size: 15px; line-height: 1.5; color: var(--ink); font-weight: 500; }
.mh-rev figcaption { display: flex; align-items: center; gap: 11px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.mh-rev-av { width: 38px; height: 38px; border-radius: 50%; flex: none; font-size: 9px; }
.mh-rev figcaption b { display: block; font-size: 13.5px; color: var(--navy-700); }
.mh-rev-role { font-size: 11.5px; color: var(--ink-faint); }

/* ---- FAQ ---- */
.mh-faq-item { border-bottom: 1px solid var(--line); }
.mh-faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; text-align: left; padding: 18px 0; font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--navy-700); }
.mh-faq-plus { width: 30px; height: 30px; flex: none; border-radius: 50%; display: grid; place-items: center; background: var(--orange-tint); color: var(--orange-600); transition: transform .25s; }
.mh-faq-item.open .mh-faq-plus { transform: rotate(45deg); background: var(--orange-500); color: #fff; }
.mh-faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.mh-faq-item.open .mh-faq-a { max-height: 220px; }
.mh-faq-a p { font-size: 14px; color: var(--ink-soft); padding-bottom: 18px; }

/* ---- footer ---- */
.mh-footer { background: var(--navy-900); color: rgba(255,255,255,.66); padding: 36px 20px 110px; }
.mh-foot-brand { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 800; font-size: 18px; color: #fff; }
.mh-foot-tag { font-size: 13.5px; margin-top: 12px; color: rgba(255,255,255,.55); }
.mh-foot-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 26px; }
.mh-foot-col h4 { color: #fff; font-size: 13px; font-weight: 700; margin-bottom: 10px; }
.mh-foot-col a { display: block; font-size: 13.5px; padding: 5px 0; color: rgba(255,255,255,.6); }
.mh-foot-bar { margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,.4); }
.mh-foot-bar .mono { font-family: var(--font-mono); }

/* ---- sticky bottom CTA ---- */
.mh-bottombar { flex: none; position: absolute; left: 0; right: 0; bottom: 0; padding: 12px 16px 28px; display: flex; gap: 10px; background: rgba(255,253,248,.94); backdrop-filter: blur(12px); border-top: 1px solid var(--line); z-index: 9; }
.mh-bb-primary { flex: 1; height: 50px; border-radius: 14px; background: var(--orange-500); color: #fff; font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: center; gap: 7px; box-shadow: var(--shadow-orange); }
.mh-bb-ghost { flex: none; padding: 0 20px; height: 50px; border-radius: 14px; background: #fff; border: 1.5px solid var(--line-strong); color: var(--navy-700); font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: center; gap: 7px; }
