/* All Clear Window Cleaning — site styles
   Mobile-first. Design tokens live in :root so brand changes happen in one place. */

:root {
  /* Color */
  --navy: #071D49;
  --navy-deep: #041233;
  --navy-hover: #0E2B63;
  --cyan: #18B4DC;
  --cyan-hover: #3CC6E8;
  --cyan-ink: #0E7FA3;      /* cyan dark enough for icons/text on white */
  --cyan-tint: #E8F7FC;
  --mist: #EFF5F9;
  --line: #DCE6EF;
  --field: #C9D5E2;
  --ink: #1E2A40;
  --body: #3D4A60;
  --muted: #56627A;
  --on-dark: #C9D6E6;
  --star: #F5B301;
  --error: #B42318;
  --white: #FFFFFF;

  /* Type */
  --font-display: "Outfit", "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
  --h1: clamp(2.3rem, 4.2vw + 1rem, 4.1rem);
  --h2: clamp(2rem, 2.4vw + 1rem, 3rem);
  --lead: 1.125rem;

  /* Space & shape */
  --section-y: clamp(64px, 8vw, 112px);
  --gutter: 24px;
  --max: 1240px;
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 18px;
  --shadow-card: 0 1px 2px rgba(7,29,73,.04), 0 14px 30px -22px rgba(7,29,73,.28);
  --shadow-lift: 0 24px 48px -24px rgba(7,29,73,.35);
  --header-h: 72px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-size: 1rem; line-height: 1.55; color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--navy); }
a:hover { color: var(--cyan-ink); }
h1, h2, h3 { font-family: var(--font-display); color: var(--navy); margin: 0; letter-spacing: -0.015em; line-height: 1.1; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; }
button, input { font: inherit; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; border-radius: 6px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--navy); color: var(--white); padding: 10px 16px; border-radius: var(--r-sm); font-weight: 600; }
.skip-link:focus { top: 12px; color: var(--white); }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: var(--section-y) 0; }
.section--mist { background: var(--mist); }
.section--navy { background: var(--navy); color: var(--white); }
.section--navy h2, .section--navy h3 { color: var(--white); }
.section-head { max-width: 720px; margin-bottom: 44px; }
.section-head h2, .h2 { font-size: var(--h2); font-weight: 700; line-height: 1.08; margin-bottom: 16px; }
.lead { font-size: var(--lead); line-height: 1.6; color: var(--body); }
.section--navy .lead { color: var(--on-dark); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 14px 28px; border-radius: var(--r-sm); font-weight: 600; font-size: 1.0625rem; text-decoration: none; border: 0; cursor: pointer; transition: background-color .15s ease, color .15s ease, border-color .15s ease; }
.btn--primary { background: var(--cyan); color: var(--navy); }
.btn--primary:hover { background: var(--cyan-hover); color: var(--navy); }
.btn--navy { background: var(--navy); color: var(--white); }
.btn--navy:hover { background: var(--navy-hover); color: var(--white); }
.btn--ghost { border: 1.5px solid rgba(255,255,255,.55); color: var(--white); background: transparent; }
.btn--ghost:hover { background: rgba(255,255,255,.12); color: var(--white); }
.btn--sm { min-height: 44px; padding: 10px 18px; font-size: .9375rem; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.97); border-bottom: 1px solid #E3EAF1; }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: var(--header-h); }
.brand img { width: 104px; }
.nav { display: none; }
.nav ul { list-style: none; display: flex; gap: 28px; }
.nav a { text-decoration: none; color: var(--ink); font-weight: 500; font-size: .9375rem; }
.nav a:hover { color: var(--cyan-ink); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-call { display: none; align-items: center; gap: 8px; min-height: 44px; padding: 10px 6px; text-decoration: none; font-weight: 600; font-size: .9375rem; }
.menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--white); color: var(--navy); cursor: pointer; }
.mobile-nav { border-top: 1px solid var(--line); background: var(--white); }
.mobile-nav[hidden] { display: none; }
.mobile-nav ul { list-style: none; padding: 8px var(--gutter) 16px; }
.mobile-nav a { display: block; padding: 12px 0; text-decoration: none; font-weight: 600; font-size: 1.0625rem; border-bottom: 1px solid var(--line); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.hero-media, .hero-media img, .hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,16,43,.86) 0%, rgba(4,16,43,.78) 55%, rgba(4,16,43,.9) 100%); }
.hero-inner { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 40px; padding-top: clamp(36px, 7vw, 96px); padding-bottom: clamp(48px, 7vw, 96px); }
.hero-copy { flex: 1 1 460px; min-width: 0; max-width: 640px; }
.hero-rating { display: inline-flex; align-items: center; gap: 10px; color: var(--white); text-decoration: none; font-weight: 500; font-size: .9375rem; margin-bottom: 20px; }
.hero-rating:hover { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.hero h1 { color: var(--white); font-size: var(--h1); font-weight: 700; line-height: 1.04; margin-bottom: 20px; }
.hero-sub { font-size: clamp(1.05rem, .5vw + .95rem, 1.25rem); line-height: 1.55; color: #D7E2EE; max-width: 34em; margin-bottom: 28px; }
.hero .btn-row { margin-bottom: 28px; }
.trust-list { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: .9375rem; color: #D7E2EE; }
.trust-list li { display: flex; align-items: center; gap: 8px; }
.video-toggle { position: absolute; right: 16px; bottom: 16px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.4); background: rgba(4,16,43,.55); color: var(--white); display: flex; align-items: center; justify-content: center; cursor: pointer; }
.video-toggle[hidden] { display: none; }
.stars { display: inline-flex; gap: 2px; color: var(--star); }

/* ---------- Quote card ---------- */
.quote-card { flex: 1 1 360px; max-width: 440px; min-width: 0; background: var(--white); color: var(--ink); border-radius: var(--r-lg); box-shadow: 0 30px 60px -20px rgba(0,0,0,.45); padding: 26px; scroll-margin-top: calc(var(--header-h) + 16px); }
.quote-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.quote-top h2 { font-size: 1.4375rem; }
.quote-count { font-size: .8125rem; color: var(--muted); font-weight: 500; white-space: nowrap; }
.quote-bar { height: 4px; background: #E6EEF5; border-radius: 4px; overflow: hidden; margin-bottom: 20px; }
.quote-bar span { display: block; height: 100%; width: 25%; background: var(--cyan); border-radius: 4px; transition: width .25s ease; }
.plan-note { margin: -6px 0 14px; font-size: .875rem; color: #0E6E8C; font-weight: 600; }
.plan-note[hidden] { display: none; }
.q-step { border: 0; margin: 0; padding: 0; min-width: 0; }
.q-step + .q-step { margin-top: 22px; }
.js .q-step + .q-step { margin-top: 0; }
.js .q-step[data-active="false"] { display: none; }
.q-step legend, .q-label-lg { font-weight: 600; font-size: 1.0625rem; color: var(--navy); margin-bottom: 14px; padding: 0; }
.q-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.q-options--stack { grid-template-columns: minmax(0, 1fr); }
.q-opt { position: relative; }
.q-opt input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.q-opt label { display: block; min-height: 64px; padding: 12px 14px; border: 1.5px solid var(--field); border-radius: 12px; background: var(--white); cursor: pointer; transition: border-color .15s ease, background-color .15s ease; }
.q-opt label:hover { border-color: var(--cyan); }
.q-opt input:checked + label { border: 2px solid var(--cyan); background: var(--cyan-tint); padding: 11.5px 13.5px; }
.q-opt input:focus-visible + label { outline: 3px solid var(--cyan); outline-offset: 2px; }
.q-opt strong { display: block; font-weight: 600; font-size: 1rem; color: var(--navy); }
.q-opt span { display: block; font-size: .8125rem; color: var(--muted); margin-top: 2px; }
.q-fields { display: flex; flex-direction: column; gap: 12px; }
.q-field label { display: block; font-size: .875rem; font-weight: 600; margin-bottom: 5px; }
.q-field label small { font-weight: 400; color: var(--muted); font-size: inherit; }
.q-field input { width: 100%; min-height: 48px; padding: 12px 14px; font-size: 16px; border: 1.5px solid var(--field); border-radius: var(--r-sm); color: var(--ink); background: var(--white); }
.q-field input:focus { border-color: var(--cyan); outline: none; box-shadow: 0 0 0 3px rgba(24,180,220,.25); }
.q-field input[aria-invalid="true"] { border-color: var(--error); }
.q-error { font-size: .875rem; color: var(--error); font-weight: 600; }
.q-error:empty { display: none; }
.q-fine { font-size: .8125rem; line-height: 1.45; color: var(--muted); }
.q-fine a { color: var(--muted); }
.q-back { margin-top: 14px; background: none; border: 0; padding: 8px 0; min-height: 44px; font-size: .875rem; font-weight: 600; color: var(--navy); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.q-back[hidden], .q-alt[hidden] { display: none; }
.q-alt { margin-top: 18px; font-size: .875rem; color: var(--muted); }
.q-alt a { font-weight: 600; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.q-done[hidden] { display: none; }
.q-done-icon { width: 52px; height: 52px; border-radius: 50%; background: #E3F6FB; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.q-done h2 { font-size: 1.5rem; margin-bottom: 10px; }
.q-done p { color: var(--body); margin-bottom: 12px; }
.is-sending .q-submit { opacity: .7; pointer-events: none; }

/* ---------- Before / after ---------- */
.ba-grid { display: flex; flex-wrap: wrap; gap: clamp(32px, 5vw, 72px); align-items: center; }
.ba-copy { flex: 1 1 340px; min-width: 0; max-width: 460px; }
.ba-copy .lead { margin-bottom: 26px; }
.ba-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 12px; }
.ba-pair figure { margin: 0; }
.ba-pair img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 12px; }
.ba-pair figcaption { font-size: .875rem; font-weight: 600; color: var(--muted); margin-top: 8px; }
.ba-pair figure:last-child figcaption { color: var(--navy); }
.ba-note { font-size: .875rem; color: var(--muted); }
.ba-wrap { flex: 1 1 420px; min-width: 0; max-width: 640px; }
.ba { --pos: 50%; position: relative; width: 100%; aspect-ratio: 900 / 978; border-radius: var(--r-lg); overflow: hidden; background: #DDE6EE; box-shadow: var(--shadow-lift); }
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-before { clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.ba-tag { position: absolute; top: 14px; font-size: .8125rem; font-weight: 600; padding: 6px 10px; border-radius: 8px; }
.ba-tag--before { left: 14px; background: rgba(4,16,43,.72); color: var(--white); }
.ba-tag--after { right: 14px; background: rgba(255,255,255,.92); color: var(--navy); }
.ba-line { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 3px; margin-left: -1.5px; background: var(--white); box-shadow: 0 0 12px rgba(0,0,0,.35); pointer-events: none; }
.ba-knob { position: absolute; top: 50%; left: 50%; width: 56px; height: 56px; margin: -28px 0 0 -28px; border-radius: 50%; background: var(--navy); border: 3px solid var(--white); display: flex; align-items: center; justify-content: center; }
.ba input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; touch-action: pan-y; -webkit-appearance: none; appearance: none; }
.ba:focus-within .ba-knob { box-shadow: 0 0 0 4px var(--cyan); }

/* ---------- Cards / lists ---------- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 30px; }
.card h3 { font-size: 1.4375rem; margin-bottom: 8px; }
.card > p { color: var(--body); margin-bottom: 18px; }
.card--navy { background: var(--navy); border-color: var(--navy); color: var(--white); display: flex; flex-direction: column; justify-content: space-between; gap: 20px; }
.card--navy h3 { color: var(--white); }
.card--navy p { color: var(--on-dark); margin: 0; }
.card--navy .btn { align-self: flex-start; }
.check-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; font-weight: 500; }
.check-list li, .ticks li { display: flex; align-items: flex-start; gap: 8px; }
.check-list svg, .ticks svg { flex: 0 0 auto; margin-top: 2px; }

/* ---------- Reviews ---------- */
.reviews-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 40px; }
.reviews-head > div { max-width: 640px; }
.reviews-head a { font-weight: 600; min-height: 44px; display: inline-flex; align-items: center; text-underline-offset: 4px; }
.review { margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 24px 26px 26px; display: flex; flex-direction: column; gap: 16px; box-shadow: var(--shadow-card); }
.review figcaption { display: flex; align-items: center; gap: 14px; }
.review blockquote { margin: 0; line-height: 1.6; }
.avatar { width: 48px; height: 48px; border-radius: 50%; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; color: var(--white); font-family: var(--font-display); font-weight: 600; font-size: 1.3125rem; }
.reviewer { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.reviewer strong { font-family: var(--font-display); font-weight: 700; font-size: 1.0625rem; color: var(--navy); line-height: 1.15; }
.review--featured { background: var(--mist); border: 0; box-shadow: none; border-radius: 20px; padding: clamp(28px, 4vw, 52px); margin-bottom: 20px; position: relative; overflow: hidden; }
.review--featured .quote-mark { position: absolute; right: clamp(20px, 4vw, 48px); top: clamp(20px, 3vw, 36px); opacity: .18; }
.review--featured .avatar { width: 60px; height: 60px; font-size: 1.625rem; }
.review--featured .reviewer strong { font-size: 1.25rem; }
.review--featured blockquote { position: relative; max-width: 46em; font-family: var(--font-display); font-weight: 500; font-size: clamp(1.25rem, 1vw + 1rem, 1.7rem); line-height: 1.4; color: var(--navy); }
.review-meta { display: flex; align-items: center; gap: 10px; font-size: .875rem; color: var(--muted); }

/* ---------- Steps ---------- */
.steps { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 36px; margin: 0 0 44px; }
.steps li { border-top: 2px solid var(--cyan); padding-top: 22px; }
.steps .num { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.0625rem; color: var(--cyan); margin-bottom: 10px; }
.steps h3 { font-size: 1.4375rem; margin-bottom: 10px; }
.steps p { color: var(--on-dark); }

/* ---------- Add-ons ---------- */
.addon-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 0 40px; border-top: 1px solid var(--line); }
.addon-list li { padding: 20px 0; border-bottom: 1px solid var(--line); }
.addon-list h3 { font-size: 1.1875rem; font-weight: 600; margin-bottom: 6px; }
.addon-list p { font-size: .9375rem; color: var(--body); }

/* ---------- Plans ---------- */
.plan-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; align-items: stretch; }
.plan { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; }
.plan--rec { border: 2px solid var(--cyan); box-shadow: var(--shadow-lift); }
.plan-badge-slot { min-height: 28px; margin-bottom: 10px; }
.plan-badge { display: inline-block; background: var(--cyan); color: var(--navy); font-size: .8125rem; font-weight: 700; padding: 5px 11px; border-radius: 999px; }
.plan h3 { font-size: 1.625rem; margin-bottom: 4px; }
.plan-freq { font-size: .9375rem; color: var(--muted); margin-bottom: 20px; }
.plan-price { font-family: var(--font-display); font-size: 2.5rem; line-height: 1; font-weight: 700; color: var(--navy); margin-bottom: 22px; }
.plan-price span { display: block; font-family: var(--font-body); font-size: .9375rem; font-weight: 500; color: var(--body); margin-top: 6px; }
.ticks { list-style: none; display: flex; flex-direction: column; gap: 11px; font-size: .9375rem; line-height: 1.45; flex-grow: 1; margin-bottom: 24px; }
.plan .btn { min-height: 50px; padding: 12px 16px; font-size: 1rem; }
.plan-explain { margin-top: 28px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.plan-explain .card { padding: 26px; }
.plan-explain h3 { font-size: 1.1875rem; }
.plan-explain p { font-size: .9375rem; color: var(--body); margin: 0; }
.plan-footnote { margin-top: 22px; font-size: .875rem; color: var(--muted); }

/* ---------- About ---------- */
.about-grid { display: flex; flex-wrap: wrap; gap: clamp(32px, 5vw, 72px); align-items: center; }
.about-photo { flex: 1 1 360px; min-width: 0; max-width: 520px; }
.photo-placeholder { width: 100%; aspect-ratio: 4 / 5; border-radius: var(--r-lg); background: #E3ECF3; border: 2px dashed #9FB3C8; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--muted); text-align: center; padding: 24px; }
.about-copy { flex: 1 1 420px; min-width: 0; max-width: 620px; }
.about-copy p { font-size: var(--lead); line-height: 1.65; color: var(--body); margin-bottom: 16px; }
.about-points { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px 24px; margin: 12px 0 30px; }
.about-points li { display: flex; gap: 10px; align-items: flex-start; line-height: 1.5; }
.about-points strong { color: var(--navy); }

/* ---------- Areas ---------- */
.areas-grid { display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start; justify-content: space-between; }
.areas-grid > div { flex: 1 1 340px; min-width: 0; max-width: 520px; }
.area-list { flex: 1 1 420px; min-width: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.area-list li { background: var(--white); border: 1px solid #CFDCE8; border-radius: 999px; padding: 11px 18px; font-weight: 600; color: var(--navy); }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; min-height: 44px; font-family: var(--font-display); font-weight: 600; font-size: 1.1875rem; color: var(--navy); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { flex: 0 0 auto; transition: transform .2s ease; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { font-size: 1.0625rem; line-height: 1.65; color: var(--body); max-width: 42em; padding-bottom: 24px; }

/* ---------- Final CTA ---------- */
.final-cta { text-align: center; }
.final-cta .container { max-width: 760px; }
.final-cta h2 { font-size: clamp(2.1rem, 2.8vw + 1rem, 3.4rem); line-height: 1.06; margin-bottom: 16px; }
.final-cta .lead { margin-bottom: 32px; }
.final-cta .btn-row { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: #B7C6D9; padding: 64px 0 40px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 40px; margin-bottom: 48px; }
.site-footer img { width: 150px; margin-bottom: 18px; }
.site-footer h2 { color: var(--white); font-family: var(--font-body); font-size: 1rem; font-weight: 600; margin-bottom: 14px; letter-spacing: 0; }
.site-footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.site-footer a { color: #B7C6D9; text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.site-footer .footer-phone { color: var(--white); font-weight: 600; }
.site-footer .footer-email { word-break: break-all; }
.footer-legal { border-top: 1px solid #1B2C52; padding-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .875rem; }

/* ---------- Mobile action bar ---------- */
.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: flex; gap: 10px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px)); background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px -12px rgba(7,29,73,.25); }
.mobile-bar a { flex: 1 1 0; display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; border-radius: var(--r-sm); font-weight: 700; text-decoration: none; }
.mobile-bar .mb-call { border: 1.5px solid var(--navy); color: var(--navy); }
.mobile-bar .mb-quote { flex-grow: 1.6; background: var(--cyan); color: var(--navy); }
body { padding-bottom: 76px; }

/* ---------- Simple content pages ---------- */
.page-hero { background: var(--mist); padding: clamp(48px, 7vw, 88px) 0 clamp(32px, 5vw, 56px); }
.page-hero h1 { font-size: clamp(2.1rem, 3vw + 1rem, 3.2rem); }
.prose { max-width: 760px; }
.prose h2 { font-size: 1.5rem; margin: 36px 0 12px; }
.prose p, .prose li { color: var(--body); line-height: 1.7; margin-bottom: 12px; }
.prose ul { padding-left: 1.25rem; margin-bottom: 16px; }

/* ---------- Breakpoints ---------- */
@media (min-width: 761px) {
  .mobile-bar { display: none; }
  body { padding-bottom: 0; }
  .header-call { display: inline-flex; }
  .brand img { width: 116px; }
  .hero-shade { background: linear-gradient(100deg, rgba(4,16,43,.92) 0%, rgba(4,16,43,.78) 45%, rgba(4,16,43,.55) 100%); }
}
@media (min-width: 901px) {
  .nav { display: block; }
  .menu-toggle, .mobile-nav { display: none !important; }
}
@media (max-width: 420px) {
  :root { --gutter: 18px; }
  .quote-card { padding: 22px 18px; }
  .hero .btn-row .btn { flex: 1 1 auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
