/* OneCall design system — extracted verbatim from the homepage so service
   pages match exactly. Homepage keeps its own inline copy; if you change a
   token here, change it there too (or ask to migrate index.html to this file). */
:root {
    --navy: #0E1B33; --navy-2: #16264A; --white: #FFFFFF; --mist: #F4F6F9;
    --line: #DCE3EC; --slate: #5A6B85; --yellow: #FFB800; --yellow-deep: #E5A300;
    --green: #1E8E5A;
    --display: 'Bricolage Grotesque', sans-serif;
    --body: 'Public Sans', system-ui, sans-serif;
    --mono: 'IBM Plex Mono', monospace;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--body); color: var(--navy); background: var(--white); line-height: 1.6; -webkit-text-size-adjust: 100%; }
  a { color: inherit; }
  .wrap { max-width: 1080px; margin: 0 auto; padding: 0 22px; }
  :focus-visible { outline: 3px solid var(--yellow-deep); outline-offset: 2px; }

  /* Scroll reveal */
  .rv { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
  .rv.in { opacity: 1; transform: none; }
  .rv-d1 { transition-delay: .08s; } .rv-d2 { transition-delay: .16s; } .rv-d3 { transition-delay: .24s; }

  /* ── Top bar (sticky) ── */
  .topbar { background: rgba(14,27,51,.92); backdrop-filter: blur(8px); color: var(--white); position: sticky; top: 0; z-index: 50; transition: box-shadow .3s ease; }
  .topbar.scrolled { box-shadow: 0 6px 24px rgba(4,10,24,.35); }
  .topbar-in { display: flex; align-items: center; justify-content: space-between; padding: 15px 22px; gap: 12px; }
  .logo { text-decoration: none; display: inline-flex; align-items: center; }
  .logo-img { height: 48px; width: auto; display: block; transition: transform .3s ease; }
  .logo:hover .logo-img { transform: scale(1.03); }
  @media (max-width: 480px) { .logo-img { height: 40px; } }
  .topbar-phone { font-family: var(--display); font-weight: 700; font-size: 17px; color: var(--yellow); text-decoration: none; white-space: nowrap; position: relative; }
  .topbar-phone span { color: #9FB0CC; font-family: var(--body); font-weight: 500; font-size: 12px; margin-right: 8px; }
  .topbar-phone::after { content: ""; position: absolute; left: 0; bottom: -3px; width: 0; height: 2px; background: var(--yellow); transition: width .25s ease; }
  .topbar-phone:hover::after { width: 100%; }
  @media (max-width: 640px) { .topbar-phone span { display: none; } }
  .nav { display: flex; gap: 22px; }
  .nav a { font-size: 14px; font-weight: 600; color: #C3CDDF; text-decoration: none; position: relative; }
  .nav a::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px; background: var(--yellow); transition: width .22s ease; }
  .nav a:hover { color: var(--white); }
  .nav a:hover::after { width: 100%; }
  @media (max-width: 760px) { .nav { display: none; } }

  /* FAQ accordion */
  .faq-list { margin-top: 36px; max-width: 760px; }
  .faq-item { border: 1px solid var(--line); border-radius: 10px; margin-bottom: 12px; background: var(--white); overflow: hidden; transition: box-shadow .25s ease; }
  .faq-item[open] { box-shadow: 0 12px 32px rgba(14,27,51,.08); }
  .faq-item summary { list-style: none; cursor: pointer; padding: 18px 20px; font-family: var(--display); font-weight: 700; font-size: 16px; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary .plus { flex: none; width: 26px; height: 26px; border-radius: 6px; background: var(--mist); color: var(--navy); display: flex; align-items: center; justify-content: center; font-family: var(--mono); font-size: 15px; transition: transform .25s ease, background .25s ease, color .25s ease; }
  .faq-item[open] summary .plus { transform: rotate(45deg); background: var(--yellow); }
  .faq-item summary:hover .plus { background: var(--yellow); }
  .faq-item .faq-a { padding: 0 20px 18px; font-size: 14.5px; color: var(--slate); max-width: 68ch; }

  /* ── Hero with skyline canvas ── */
  .hero { background: var(--navy); color: var(--white); padding: 70px 0 120px; position: relative; overflow: hidden; }
  #skyline { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; display: block; pointer-events: none; }
  .hero .wrap { position: relative; z-index: 2; }
  .hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
  @media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; gap: 44px; } }
  .eyebrow { font-family: var(--mono); font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--yellow); margin-bottom: 16px; display: flex; align-items: center; gap: 9px; }
  .eyebrow svg { flex: none; }
  /* Brand kicker. Sits above the heading so the first thing read is the brand
     voice, and the largest thing read is what the company actually does. */
  .brandline { font-family: var(--display); font-weight: 800; font-size: clamp(23px, 3.1vw, 31px); line-height: 1.05; letter-spacing: -.015em; color: #E8EEF9; margin-bottom: 10px; }
  .brandline .accent { color: var(--yellow); }
  /* Dominant line in the hero — states the service and the service area. */
  .hero-h1 { font-family: var(--display); font-weight: 800; font-size: clamp(33px, 5.3vw, 54px); line-height: 1.04; letter-spacing: -.022em; margin-bottom: 16px; max-width: 17ch; }
  /* keep the county name whole — it was breaking as "Miami-" / "Dade" */
  .hero-h1 .nb { white-space: nowrap; }
  /* The loud "here is exactly what this company does" line */
  .hero-what { font-family: var(--display); font-weight: 700; font-size: clamp(19px, 2.3vw, 24px); line-height: 1.32; color: #D9E2F0; max-width: 32ch; margin-bottom: 15px; }
  .hero-what b { font-weight: 800; color: var(--white); }
  .hero-specs { font-family: var(--mono); font-size: 12.5px; line-height: 1.8; letter-spacing: .03em; color: #92A3C0; margin-bottom: 26px; }
  .hero-specs b { color: #D4DEEE; font-weight: 500; }
  .cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
  .btn { display: inline-block; font-family: var(--display); font-weight: 700; font-size: 16px; text-decoration: none; padding: 15px 26px; border-radius: 6px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease; }
  .btn:hover { transform: translateY(-2px); }
  .btn:active { transform: translateY(0); }
  .btn-yellow { background: var(--yellow); color: var(--navy); box-shadow: 0 0 0 0 rgba(255,184,0,.4); }
  .btn-yellow:hover { background: #FFC738; box-shadow: 0 10px 26px rgba(255,184,0,.25); }
  .btn-ghost { border: 1.5px solid #3A4C71; color: var(--white); }
  .btn-ghost:hover { border-color: var(--yellow); color: var(--yellow); }
  .hero-estnote { margin-top: 14px; font-size: 13px; color: #A9B8D0; }
  .hero-estnote span { color: #7E8FAE; }
  .hero-answer { display: flex; align-items: center; gap: 8px; margin-top: 16px; font-family: var(--mono); font-size: 12.5px; color: #9FB0CC; letter-spacing: .04em; }

  /* ── Instant estimate band ── */
  .est-band { background: var(--navy); color: var(--white); padding: 72px 0; position: relative; overflow: hidden; }
  .est-band::before { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(255,184,0,.11), transparent 65%); top: -180px; right: -130px; }
  .est-band .wrap { position: relative; z-index: 2; }
  .est-band-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 46px; align-items: center; }
  @media (max-width: 860px) { .est-band-grid { grid-template-columns: 1fr; gap: 32px; } }
  .est-band h2 { color: var(--white); }
  .est-band .sec-eyebrow { color: var(--yellow); }
  .est-band p { color: #C3CDDF; font-size: 16px; max-width: 56ch; }
  .est-band .qualifier { font-family: var(--mono); font-size: 12px; letter-spacing: .04em; color: #8DA0C0; margin-top: 16px; }
  .est-steps { list-style: none; display: flex; gap: 26px; flex-wrap: wrap; margin-top: 22px; }
  .est-steps li { font-family: var(--mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: #9FB0CC; display: flex; align-items: center; gap: 8px; }
  .est-steps b { font-family: var(--display); font-size: 13px; color: var(--yellow); font-weight: 700; }
  .est-band-cta { text-align: center; }
  .est-band-cta .btn { width: 100%; }
  .est-band-cta .mini { font-family: var(--mono); font-size: 11px; letter-spacing: .05em; color: #8DA0C0; margin-top: 12px; }
  .pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--green); animation: pulse 2s infinite; }
  @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(30,142,90,.5);} 70% { box-shadow: 0 0 0 9px rgba(30,142,90,0);} 100% { box-shadow: 0 0 0 0 rgba(30,142,90,0);} }

  /* ── Hero quote form ── */
  .hero-form-wrap { width: 100%; max-width: 420px; margin-left: auto; }
  @media (max-width: 860px) { .hero-form-wrap { margin: 0 auto; } }
  .hero-form { background: var(--white); border-radius: 14px; padding: 22px; box-shadow: 0 22px 60px rgba(4,10,24,.5); }
  .hero-form h3 { font-family: var(--display); font-weight: 800; font-size: 19px; line-height: 1.2; color: var(--navy); margin-bottom: 5px; }
  .hf-sub { font-size: 13px; color: var(--slate); margin-bottom: 17px; }
  .hf-field { margin-bottom: 11px; }
  .hf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  @media (max-width: 420px) { .hf-row { grid-template-columns: 1fr; } }
  .hero-form label { display: block; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--slate); margin-bottom: 5px; }
  .hero-form input { background: var(--mist); border: 1.5px solid var(--line); color: var(--navy); border-radius: 6px; padding: 11px 12px; font-size: 14.5px; font-family: var(--body); }
  .hero-form input::placeholder { color: #9AA8BD; }
  .hero-form input:focus { outline: none; background: var(--white); border-color: var(--yellow-deep); box-shadow: 0 0 0 3px rgba(255,184,0,.18); }
  .hf-note { font-family: var(--mono); font-size: 10.5px; letter-spacing: .04em; color: var(--slate); text-align: center; margin-top: 11px; }

  /* ── Facilities we serve ── */
  .fac-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 36px; }
  @media (max-width: 900px) { .fac-grid { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 620px) { .fac-grid { grid-template-columns: repeat(2, 1fr); } }
  .fac { display: flex; align-items: center; gap: 9px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 13px 14px; font-size: 13.5px; font-weight: 600; color: var(--navy); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
  .fac:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(14,27,51,.09); border-color: var(--yellow); }
  .fac svg { flex: none; color: var(--yellow-deep); }

  /* ── Proof band (navy) ── */
  .proof-band { background: var(--navy); color: var(--white); padding: 76px 0; position: relative; overflow: hidden; }
  .proof-band::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(255,184,0,.1), transparent 65%); top: -170px; left: -130px; }
  .proof-band h2 { color: var(--white); }
  .proof-band .sec-eyebrow { color: var(--yellow); }
  .proof-band .sec-lede { color: #C3CDDF; }
  .proof-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 48px; align-items: center; position: relative; z-index: 2; }
  @media (max-width: 860px) { .proof-grid { grid-template-columns: 1fr; gap: 40px; } }
  .proof-list { list-style: none; margin-top: 24px; display: grid; gap: 13px; }
  .proof-list li { display: flex; gap: 11px; font-size: 14.5px; color: #C3CDDF; }
  .proof-list b { color: var(--white); font-weight: 700; }
  .proof-list svg { flex: none; color: var(--green); margin-top: 4px; }

  /* ── Signature: tilting service report with live check-off ── */
  .report-wrap { perspective: 900px; max-width: 420px; margin-left: auto; }
  @media (max-width: 860px) { .report-wrap { margin: 0 auto; } }
  .report { background: var(--white); color: var(--navy); border-radius: 20px; box-shadow: 0 22px 60px rgba(4,10,24,.5); overflow: hidden; transform-style: preserve-3d; transition: transform .15s ease-out, box-shadow .3s ease; will-change: transform; }
  .report:hover { box-shadow: 0 30px 80px rgba(4,10,24,.6); }
  /* Header — phone "messages" contact bar */
  .report-head { background: var(--mist); border-bottom: 1px solid var(--line); padding: 12px 15px; display: flex; align-items: center; gap: 11px; }
  .rh-avatar { flex: none; width: 36px; height: 36px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 800; font-size: 15px; color: #fff; letter-spacing: -.02em; }
  .rh-avatar .a-c { color: var(--yellow); }
  .rh-sender { display: flex; flex-direction: column; gap: 3px; margin-right: auto; line-height: 1; }
  .rh-sender b { font-family: var(--body); font-weight: 700; font-size: 14px; color: var(--navy); }
  .rh-sender small { font-family: var(--mono); font-size: 10.5px; letter-spacing: .02em; text-transform: none; color: var(--slate); }
  .rh-badge { flex: none; font-family: var(--mono); font-size: 10px; color: var(--green); border: 1.5px solid var(--green); border-radius: 20px; padding: 3px 9px; letter-spacing: .08em; white-space: nowrap; opacity: 0; transform: scale(.7); transition: opacity .4s ease, transform .4s cubic-bezier(.2,1.6,.4,1); }
  .rh-badge.on { opacity: 1; transform: scale(1); }
  /* Subject line — the report arrives as an email, so it reads like one */
  .report-subject { padding: 11px 16px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
  .report-subject .subj { font-family: var(--body); font-weight: 700; font-size: 13.5px; color: var(--navy); line-height: 1.35; }
  .report-subject .when { font-family: var(--mono); font-size: 10px; color: var(--slate); white-space: nowrap; flex: none; }

  /* Body — email content */
  .report-body { padding: 16px 16px 8px; display: flex; flex-direction: column; align-items: stretch; }
  .msg-intro { font-family: var(--body); font-size: 14px; line-height: 1.55; color: var(--navy); margin-bottom: 12px; }
  .msg-intro b { font-weight: 700; }
  .msg-proof { background: var(--mist); border: 1px solid var(--line); border-radius: 8px; padding: 12px 14px; }
  .attach { display: flex; gap: 8px; flex-wrap: wrap; margin: 12px 0 0; }
  .attach-chip { display: inline-flex; align-items: center; gap: 6px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; padding: 6px 10px; font-family: var(--mono); font-size: 10.5px; color: var(--slate); }
  .attach-chip svg { flex: none; color: var(--yellow-deep); }
  .report-row { display: flex; align-items: baseline; gap: 12px; padding: 7px 0; font-family: var(--mono); font-size: 12px; line-height: 1.45; opacity: .2; transform: translateY(5px); transition: opacity .45s ease, transform .45s ease; }
  .report-row + .report-row { border-top: 1px dashed var(--line); }
  .report-row.on { opacity: 1; transform: none; }
  .report-row .lbl { color: var(--slate); flex: 1; }
  .report-row .ok { color: var(--green); font-weight: 600; white-space: nowrap; }
  .msg-scope { font-family: var(--mono); font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--slate); padding-bottom: 4px; border-bottom: 1px solid var(--line); margin-bottom: 3px; }
  .msg-meta { font-family: var(--mono); font-size: 11px; line-height: 1.6; color: var(--slate); margin: 10px 2px 0; }
  .msg-time { font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--slate); margin: 8px 2px 0; }
  .report-cap { padding: 13px 16px 16px; font-size: 12.5px; line-height: 1.5; color: var(--slate); font-family: var(--body); border-top: 1px solid var(--line); background: var(--white); }
  .report-cap b { color: var(--navy); font-weight: 700; }

  /* ── Trust bar ── */
  .trust { background: var(--white); border-bottom: 1px solid var(--line); position: relative; z-index: 3; }
  .trust-in { display: grid; grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 780px) { .trust-in { grid-template-columns: repeat(2, 1fr); } }
  .trust-item { padding: 24px 18px; border-left: 1px solid var(--line); transition: background .25s ease, transform .25s ease; position: relative; }
  .trust-item::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
  .trust-item:hover { background: var(--mist); }
  .trust-item:hover::before { transform: scaleX(1); }
  .trust-item:first-child { border-left: 0; }
  @media (max-width: 780px) { .trust-item:nth-child(3) { border-left: 0; } .trust-item { border-top: 1px solid var(--line); } .trust-item:nth-child(-n+2) { border-top: 0; } }
  .trust-item b { display: block; font-family: var(--display); font-weight: 700; font-size: 15px; margin-bottom: 3px; }
  .trust-item span { font-size: 13px; color: var(--slate); }

  /* ── Sections ── */
  section.pad { padding: 76px 0; }
  .sec-eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--yellow-deep); margin-bottom: 12px; }
  h2 { font-family: var(--display); font-weight: 800; font-size: clamp(28px, 4.5vw, 40px); letter-spacing: -.015em; line-height: 1.1; margin-bottom: 16px; }
  .sec-lede { color: var(--slate); font-size: 16px; max-width: 62ch; }
  .cols3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 40px; }
  @media (max-width: 820px) { .cols3 { grid-template-columns: 1fr; } }

  .card { border: 1px solid var(--line); border-radius: 12px; padding: 28px 24px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; position: relative; overflow: hidden; }
  .card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(14,27,51,.1); border-color: transparent; }
  .card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
  .card:hover::after { transform: scaleX(1); }
  .card h3 { font-family: var(--display); font-weight: 700; font-size: 19px; margin: 12px 0 10px; }
  .card p { font-size: 14.5px; color: var(--slate); }
  .card .k { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--yellow-deep); display: block; }
  .icon { width: 42px; height: 42px; border-radius: 9px; background: var(--mist); display: flex; align-items: center; justify-content: center; margin-bottom: 6px; transition: transform .3s ease, background .3s ease; }
  .icon svg { stroke: var(--navy); transition: stroke .3s ease; }
  .card:hover .icon { background: var(--navy); transform: rotate(-6deg) scale(1.06); }
  .card:hover .icon svg { stroke: var(--yellow); }

  .mist-bg { background: var(--mist); }

  .steps { counter-reset: step; margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
  @media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }
  .step { position: relative; padding: 26px 24px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; transition: transform .25s ease, box-shadow .25s ease; }
  .step:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(14,27,51,.1); }
  .step::before { counter-increment: step; content: counter(step, decimal-leading-zero); font-family: var(--mono); font-size: 12px; letter-spacing: .12em; color: var(--navy); background: var(--yellow); border-radius: 4px; padding: 3px 8px; display: inline-block; margin-bottom: 14px; transition: transform .3s ease; }
  .step:hover::before { transform: rotate(-4deg) scale(1.12); }
  .step h3 { font-family: var(--display); font-weight: 700; font-size: 18px; margin-bottom: 8px; }
  .step p { font-size: 14.5px; color: var(--slate); }

  /* ── CTA band ── */
  .cta-band { background: var(--navy); color: var(--white); padding: 76px 0; position: relative; overflow: hidden; }
  .cta-band::before { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(255,184,0,.12), transparent 65%); top: -180px; right: -120px; }
  .cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; position: relative; z-index: 2; }
  @media (max-width: 860px) { .cta-grid { grid-template-columns: 1fr; } }
  .bigphone { font-family: var(--display); font-weight: 800; font-size: clamp(30px, 5vw, 44px); color: var(--yellow); text-decoration: none; display: inline-block; margin: 14px 0 6px; transition: letter-spacing .25s ease; }
  .bigphone:hover { letter-spacing: .015em; }
  .cta-note { color: #9FB0CC; font-size: 14px; }
  form { display: grid; gap: 12px; }
  label { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #9FB0CC; }
  input, textarea { width: 100%; background: var(--navy-2); border: 1.5px solid #2C3E63; border-radius: 6px; color: var(--white); font-family: var(--body); font-size: 15px; padding: 12px 14px; transition: border-color .2s ease, box-shadow .2s ease; }
  input:focus, textarea:focus { outline: none; border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255,184,0,.15); }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  @media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
  button.btn { border: 0; cursor: pointer; width: 100%; }

  footer { background: #0A1426; color: #8C9CB8; padding: 26px 0; font-size: 13px; }
  .foot-in { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; align-items: center; }
  footer a { color: #B9C6DB; }
  .foot-brand { display: inline-flex; align-items: center; gap: 9px; }
  .foot-brand svg { height: 20px; width: auto; flex: none; }

  /* ── SMS consent (A2P 10DLC) ── */
  /* `form label` elsewhere is uppercase mono — legal copy must stay plainly legible,
     so this resets those properties at higher specificity. */
  form label.sms-consent { display: flex; gap: 9px; align-items: flex-start; margin: 15px 0 4px; cursor: pointer;
    font-family: var(--body); font-size: 12.5px; font-weight: 400; line-height: 1.5;
    letter-spacing: normal; text-transform: none; color: var(--slate); }
  form label.sms-consent input { flex: none; width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--yellow-deep); cursor: pointer; }
  form label.sms-consent span { display: block; }
  form label.sms-consent a { color: var(--yellow-deep); font-weight: 600; text-transform: none; letter-spacing: normal; }
  form label.sms-consent.on-dark { color: #A9B8D0; }
  form label.sms-consent.on-dark a { color: var(--yellow); }

  /* Inline form confirmation — visitor never leaves the site */
  .fm-err { display: none; background: #FCEDEB; border: 1px solid #F2C7C1; color: #A82419; border-radius: 8px; padding: 11px 13px; font-size: 13.5px; margin-top: 12px; }
  form.has-error .fm-err { display: block; }
  form button[disabled] { opacity: .6; cursor: wait; transform: none; }
  .fm-sent { text-align: center; padding: 18px 6px; }
  .fm-sent .tick { width: 52px; height: 52px; border-radius: 50%; background: #EAF6F2; border: 2px solid var(--green); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; color: var(--green); }
  .fm-sent h3 { font-family: var(--display); font-weight: 800; font-size: 20px; margin-bottom: 8px; }
  .fm-sent p { font-size: 14px; max-width: 38ch; margin: 0 auto 6px; }
  .fm-sent .call { margin-top: 14px; font-size: 14px; }
  .fm-sent .call a { font-family: var(--display); font-weight: 700; text-decoration: none; }
  /* light card (hero) vs dark band (contact) */
  .hero-form .fm-sent h3 { color: var(--navy); } .hero-form .fm-sent p { color: var(--slate); }
  .hero-form .fm-sent .call a { color: var(--yellow-deep); }
  .cta-band .fm-sent h3 { color: #fff; } .cta-band .fm-sent p { color: #C3CDDF; }
  .cta-band .fm-sent .call a { color: var(--yellow); }

  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .rv { opacity: 1; transform: none; transition: none; }
    .pulse { animation: none; }
    .report { transition: none !important; }
    .report-row, .rh-badge { transition: none; opacity: 1; transform: none; }
    .btn, .card, .step, .trust-item, .icon { transition: none; }
  }

/* ══════════════════════════════════════════════════════════════
   Service pages — built on the same tokens and components above
   ══════════════════════════════════════════════════════════════ */

/* Breadcrumbs */
.crumbs { font-family: var(--mono); font-size: 11.5px; letter-spacing: .06em; color: #8DA0C0; margin-bottom: 18px; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; padding: 0; }
.crumbs a { color: #A9B8D0; text-decoration: none; }
.crumbs a:hover { color: var(--yellow); text-decoration: underline; }
.crumbs li[aria-current] { color: #D4DEEE; }
.crumbs .sep { color: #55688C; }

/* Page hero */
.svc-hero { background: var(--navy); color: var(--white); padding: 40px 0 62px; position: relative; overflow: hidden; }
.svc-hero::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(255,184,0,.10), transparent 65%); top: -210px; right: -150px; }
.svc-hero .wrap { position: relative; z-index: 2; }
.svc-h1 { font-family: var(--display); font-weight: 800; font-size: clamp(31px, 4.8vw, 48px); line-height: 1.06; letter-spacing: -.022em; margin-bottom: 16px; max-width: 20ch; }
.svc-lede { font-size: 17px; line-height: 1.6; color: #C3CDDF; max-width: 62ch; margin-bottom: 12px; }
.svc-lede b { color: var(--white); font-weight: 700; }
.svc-meta { font-family: var(--mono); font-size: 12.5px; line-height: 1.8; letter-spacing: .03em; color: #92A3C0; margin-bottom: 26px; }
.svc-meta b { color: #D4DEEE; font-weight: 500; }
.svc-estnote { margin-top: 14px; font-size: 13px; color: #A9B8D0; }
.svc-estnote a { color: var(--yellow); font-weight: 600; }

/* Body copy */
main section > .wrap > p, .prose p { color: var(--slate); font-size: 16px; line-height: 1.65; max-width: 68ch; margin-bottom: 14px; }
.prose h3 { font-family: var(--display); font-weight: 700; font-size: 19px; margin: 26px 0 8px; }
.prose ul { margin: 0 0 16px 20px; }
.prose li { font-size: 15.5px; line-height: 1.6; color: var(--slate); margin-bottom: 7px; }
.prose b { color: var(--navy); font-weight: 700; }
.prose a { color: var(--yellow-deep); font-weight: 600; }

/* Two-column scope block */
.scope { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 34px; }
@media (max-width: 760px) { .scope { grid-template-columns: 1fr; gap: 20px; } }
.scope-col { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 24px 22px; }
.mist-bg .scope-col { background: var(--white); }
.scope-col h3 { font-family: var(--display); font-weight: 700; font-size: 17px; margin-bottom: 12px; }
.scope-col ul { list-style: none; margin: 0; display: grid; gap: 9px; }
.scope-col li { display: flex; gap: 10px; font-size: 14.5px; line-height: 1.5; color: var(--slate); }
.scope-col li svg { flex: none; color: var(--green); margin-top: 4px; }

/* Frequency options */
.freq { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 32px; }
@media (max-width: 820px) { .freq { grid-template-columns: 1fr; } }
.freq-item { border: 1px solid var(--line); border-left: 3px solid var(--yellow); border-radius: 10px; padding: 20px 20px; background: var(--white); }
.freq-item b { display: block; font-family: var(--display); font-size: 16px; margin-bottom: 6px; }
.freq-item span { font-size: 14px; color: var(--slate); line-height: 1.55; }

/* Related service links */
.related { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 30px; }
@media (max-width: 700px) { .related { grid-template-columns: 1fr; } }
.related a { display: block; border: 1px solid var(--line); border-radius: 10px; padding: 16px 18px; text-decoration: none; background: var(--white); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.related a:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(14,27,51,.09); border-color: var(--yellow); }
.related b { display: block; font-family: var(--display); font-weight: 700; font-size: 15.5px; color: var(--navy); margin-bottom: 4px; }
.related span { font-size: 13.5px; color: var(--slate); line-height: 1.5; }

/* Footer services nav */
.foot-nav { border-top: 1px solid #1B2942; margin-top: 20px; padding-top: 18px; }
.foot-nav h2 { font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: #6F80A0; margin-bottom: 10px; font-weight: 400; }
.foot-nav ul { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0; padding: 0; }
.foot-nav a { color: #B9C6DB; text-decoration: none; font-size: 13px; }
.foot-nav a:hover { color: var(--yellow); text-decoration: underline; }
