/* ==========================================================================
   Promaroo — promarooweb.com
   Hand-written CSS. No framework, no build step, no preprocessor.
   Safe to paste into a GoHighLevel Custom Code element.

   CONTENTS
   1.  Fonts
   2.  Tokens
   3.  Reset & base
   4.  Layout primitives
   5.  Buttons
   6.  Header & navigation
   7.  Sticky mobile call bar
   8.  Hero
   9.  Geo-grid (signature element)
   10. Work-order tickets
   11. Spec sheet (quantity gutter)
   12. Steps
   13. Pricing
   14. Reviews (placeholder slots)
   15. FAQ
   16. Forms
   17. Footer
   18. Utilities
   19. Motion preferences
   ========================================================================== */

/* 1. FONTS ================================================================= */

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/barlow-condensed-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/barlow-condensed-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Public Sans ships as a variable font: one file covers 400 through 700. */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/public-sans-var.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/* 2. TOKENS ================================================================ */

:root {
  /* Brand */
  --navy-900: #0d1834; /* Dispatch Navy */
  --navy-700: #1b2f63; /* Promaroo Navy */
  --navy-100: #dde3f0;
  --slate-500: #55617d; /* Curb Gray — 5.67:1 on paper */
  --paper: #f3f5fa; /* Blueprint White */
  --white: #ffffff;
  --signal: #f1741a; /* Signal Orange — CTA fills only */
  --signal-ink: #b4520a; /* Deep Signal — 4.64:1, for orange TEXT on light */

  /* Geo-grid data scale. Meaning-bearing only. Never decorative. */
  --rank-strong: #157a50; /* 5.34:1 with white */
  --rank-slipping: #e0a013; /* paired with navy text, 7.69:1 */
  --rank-invisible: #ce3222; /* 5.12:1 with white */

  /* Type */
  --display: 'Barlow Condensed', 'Arial Narrow', system-ui, sans-serif;
  --body: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif;

  /* Space — 4px base */
  --s1: 0.25rem;
  --s2: 0.5rem;
  --s3: 0.75rem;
  --s4: 1rem;
  --s5: 1.5rem;
  --s6: 2rem;
  --s7: 3rem;
  --s8: 4rem;
  --s9: 6rem;

  --radius: 6px;
  --rule: 2px solid var(--navy-700);
  --shadow: 0 1px 0 rgba(13, 24, 52, 0.08), 0 6px 20px -12px rgba(13, 24, 52, 0.5);
  --wrap: 1160px;
}

/* 3. RESET & BASE ========================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--navy-900);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  /* Room for the sticky mobile call bar so it never covers the footer. */
  padding-bottom: 68px;
}

@media (min-width: 900px) {
  body {
    padding-bottom: 0;
  }
}

h1,
h2,
h3,
h4 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0.005em;
  margin: 0 0 var(--s4);
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.6rem, 8vw, 4.15rem);
}
h2 {
  font-size: clamp(2rem, 6.5vw, 3.1rem);
}
h3 {
  font-size: clamp(1.4rem, 4vw, 1.75rem);
}
h4 {
  font-size: 1.2rem;
}

p {
  margin: 0 0 var(--s4);
  max-width: 68ch;
}

a {
  color: var(--navy-700);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

a:hover {
  color: var(--signal-ink);
}

img,
svg,
iframe {
  max-width: 100%;
}

img {
  height: auto;
  display: block;
}

ul,
ol {
  padding-left: 1.15rem;
}

li {
  margin-bottom: var(--s2);
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9em;
  background: var(--navy-100);
  color: var(--navy-900);
  padding: 0.15em 0.45em;
  border-radius: 3px;
  /* Must wrap: "hvac maintenance plan [your city]" is wider than a 320px card. */
  overflow-wrap: anywhere;
}

hr {
  border: 0;
  border-top: var(--rule);
  margin: var(--s7) 0;
}

strong {
  font-weight: 700;
}

/* Focus: never removed, only replaced with something louder. */
:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 3px;
  border-radius: 3px;
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  background: var(--navy-900);
  color: var(--white);
  padding: var(--s3) var(--s4);
  font-weight: 700;
}

.skip:focus {
  left: var(--s3);
  top: var(--s3);
  color: var(--white);
}

/* 4. LAYOUT PRIMITIVES ===================================================== */

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--s5);
}

.wrap--narrow {
  max-width: 760px;
}

section {
  padding-block: var(--s7);
}

@media (min-width: 760px) {
  section {
    padding-block: var(--s8);
  }
}

.band--navy {
  background: var(--navy-900);
  color: var(--white);
}

.band--navy h2,
.band--navy h3 {
  color: var(--white);
}

/* Buttons keep their own label colour. Without :not(.btn) this rule wins on
   specificity and turns the orange CTA's navy label white — 2.90:1, below AA. */
.band--navy a:not(.btn) {
  color: var(--white);
}

.band--navy p {
  color: #c8d1e6;
}

.band--white {
  background: var(--white);
}

/* ---------------------------------------------------------------------------
   Dark-band colour containment.

   .band--navy sets colour on the band and on its descendant h2/h3/p. Any
   white-surfaced component dropped inside it (a ticket, a plan, a form) then
   inherits white text on a white card — invisible. These rules make those
   components re-assert light-mode colour, and re-tint the components that are
   meant to sit directly on the navy.
   --------------------------------------------------------------------------- */

.band--navy .ticket,
.band--navy .disclose,
.band--navy .plan,
.band--navy .form,
.band--navy .review-slot {
  color: var(--navy-900);
}

.band--navy .ticket h2,
.band--navy .ticket h3,
.band--navy .ticket h4,
.band--navy .disclose h3,
.band--navy .plan h3,
.band--navy .form h3 {
  color: var(--navy-900);
}

.band--navy .ticket p,
.band--navy .disclose p,
.band--navy .plan p,
.band--navy .form p {
  color: var(--navy-900);
}

.band--navy .ticket .ticket__meta,
.band--navy .plan .plan__for,
.band--navy .form .form__legal {
  color: var(--slate-500);
}

.band--navy .ticket a:not(.btn),
.band--navy .disclose a:not(.btn),
.band--navy .plan a:not(.btn) {
  color: var(--navy-700);
}

/* FAQ sits directly on the navy, so it needs the opposite treatment: the
   answer text and the chevron must be light enough to read against it.
   --slate-500 on --navy-900 is 2.83:1 and fails AA — and it is invisible to a
   quick look because <details> starts closed. */
.band--navy .faq {
  border-top-color: rgba(255, 255, 255, 0.4);
}

.band--navy .faq details {
  border-bottom-color: rgba(255, 255, 255, 0.22);
}

.band--navy .faq__a {
  color: #c8d1e6;
}

.band--navy .faq summary::after {
  border-color: var(--signal);
}

.band--navy .faq summary:hover {
  color: var(--signal);
}

/* Sub-page header band. Also present in each page's inlined critical CSS —
   keep the two in sync. */
.page-head {
  position: relative;
  background: var(--paper);
  padding-block: var(--s6) var(--s7);
  border-bottom: var(--rule);
}

/* Section eyebrow: numbered tab, like a line item on an invoice. */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--signal-ink);
  margin-bottom: var(--s3);
}

.band--navy .eyebrow {
  color: var(--signal);
}

.eyebrow::before {
  content: '';
  width: 26px;
  height: 3px;
  background: currentColor;
}

.lede {
  font-size: 1.15rem;
  color: var(--slate-500);
  max-width: 60ch;
}

.band--navy .lede {
  color: #c8d1e6;
}

.grid {
  display: grid;
  gap: var(--s5);
}

/* Three across only once each card clears ~300px. At 768px a 3-up grid puts
   each card at 224px and the copy collapses into a narrow ribbon. */
@media (min-width: 640px) {
  .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 760px) {
  .grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1000px) {
  .grid--split {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: var(--s7);
  }
}

/* 5. BUTTONS =============================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s2);
  min-height: 52px;
  padding: var(--s3) var(--s5);
  border: 2px solid transparent;
  border-radius: var(--radius);
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.12s ease, background-color 0.12s ease,
    box-shadow 0.12s ease;
}

/* Navy label on orange: 6.06:1. White on orange would be 2.9:1 and fail. */
.btn--signal {
  background: var(--signal);
  color: var(--navy-900);
  box-shadow: 0 3px 0 var(--signal-ink);
}

.btn--signal:hover {
  background: #ff8228;
  color: var(--navy-900);
  transform: translateY(-1px);
}

.btn--signal:active {
  transform: translateY(2px);
  box-shadow: 0 1px 0 var(--signal-ink);
}

.btn--navy {
  background: var(--navy-700);
  color: var(--white);
}

.btn--navy:hover {
  background: var(--navy-900);
  color: var(--white);
}

.btn--ghost {
  background: transparent;
  color: var(--navy-700);
  border-color: var(--navy-700);
}

.btn--ghost:hover {
  background: var(--navy-100);
  color: var(--navy-900);
}

.band--navy .btn--ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
}

.band--navy .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.btn--block {
  width: 100%;
}

/* Icons inside a flex button collapse to zero width without this. */
.btn svg {
  flex-shrink: 0;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s3);
  margin-bottom: var(--s4);
}

.cta-note {
  font-size: 0.95rem;
  color: var(--slate-500);
}

.band--navy .cta-note {
  color: #a9b6d4;
}

/* 6. HEADER & NAVIGATION =================================================== */

.site-head {
  background: var(--white);
  border-bottom: var(--rule);
  position: sticky;
  top: 0;
  z-index: 60;
}

.head-row {
  display: flex;
  align-items: center;
  gap: var(--s4);
  min-height: 68px;
  padding-block: var(--s2);
}

.brand {
  display: flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  margin-right: auto;
  /* Shrinkable: on the free-report page the header is logo + phone button with
     no nav, and a fixed-width wordmark pushed the row past the viewport. */
  flex: 0 1 201px;
  min-width: 0;
}

.brand svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 34px;
}

.nav {
  display: none;
}

.nav ul {
  list-style: none;
  display: flex;
  gap: var(--s5);
  margin: 0;
  padding: 0;
}

.nav li {
  margin: 0;
}

.nav a {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  color: var(--navy-900);
  text-decoration: none;
  padding-block: var(--s2);
  display: inline-block;
  border-bottom: 3px solid transparent;
}

.nav a:hover,
.nav a[aria-current='page'] {
  color: var(--signal-ink);
  border-bottom-color: var(--signal);
}

.head-cta {
  display: none;
  min-height: 44px;
  font-size: 1.05rem;
  padding-inline: var(--s4);
  white-space: nowrap;
}

/* The free-report page has no nav, so its phone button shows at every width. */
.head-cta--bare {
  display: inline-flex;
  font-size: 1rem;
  padding-inline: var(--s3);
}

@media (max-width: 400px) {
  .head-cta--bare {
    font-size: 0.95rem;
    padding-inline: var(--s2);
    gap: 5px;
  }
}

.navtoggle {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  min-height: 44px;
  min-width: 44px;
  padding: var(--s2) var(--s3);
  background: var(--white);
  border: 2px solid var(--navy-700);
  border-radius: var(--radius);
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--navy-900);
  cursor: pointer;
}

.navtoggle svg {
  display: block;
}

@media (min-width: 1000px) {
  .nav {
    display: block;
  }
  .head-cta {
    display: inline-flex;
  }
  .navtoggle {
    display: none;
  }
}

/* Mobile drawer */
.nav.is-open {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--white);
  border-bottom: var(--rule);
  box-shadow: var(--shadow);
  padding: var(--s4) var(--s5) var(--s5);
}

.nav.is-open ul {
  flex-direction: column;
  gap: 0;
  max-width: var(--wrap);
  margin-inline: auto;
}

.nav.is-open li {
  border-bottom: 1px solid var(--navy-100);
}

.nav.is-open a {
  display: block;
  padding: var(--s3) 0;
  font-size: 1.3rem;
  border-bottom: 0;
}

/* 7. STICKY MOBILE CALL BAR ================================================ */

.callbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--navy-900);
  border-top: 2px solid var(--navy-900);
  transition: transform 0.2s ease;
}

.callbar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--s2);
  min-height: 60px;
  padding: var(--s2);
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.15rem;
  text-decoration: none;
  text-align: center;
}

.callbar__call {
  background: var(--navy-900);
  color: var(--white);
}

.callbar__report {
  background: var(--signal);
  color: var(--navy-900);
}

.callbar svg {
  flex-shrink: 0;
}

/* Hidden while a form field is focused, so it can never cover an input. */
.callbar.is-hidden {
  transform: translateY(110%);
}

@media (min-width: 900px) {
  .callbar {
    display: none;
  }
}

/* 8. HERO ================================================================== */

.hero {
  position: relative;
  background: var(--paper);
  padding-block: var(--s6) var(--s7);
  overflow: hidden;
  border-bottom: var(--rule);
}

/* Blueprint grid ground. Navy lines on cool paper — the only background art. */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      to right,
      rgba(27, 47, 99, 0.07) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(27, 47, 99, 0.07) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, #000 40%, transparent 100%);
  -webkit-mask-image: radial-gradient(
    ellipse 90% 70% at 50% 30%,
    #000 40%,
    transparent 100%
  );
  pointer-events: none;
}

.hero > .wrap {
  position: relative;
}

.hero h1 {
  margin-bottom: var(--s4);
}

.hero .lede {
  font-size: 1.2rem;
  color: var(--navy-700);
  font-weight: 500;
}

.hero-flag {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  background: var(--navy-900);
  color: var(--white);
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: var(--s2) var(--s3);
  border-radius: 3px;
  margin-bottom: var(--s4);
}

/* 9. GEO-GRID — the signature element ====================================== */

.geo {
  background: var(--white);
  border: var(--rule);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.geo__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--s2) var(--s3);
  padding: var(--s3) var(--s4);
  background: var(--navy-900);
  color: var(--white);
}

.geo__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
}

.geo__sub {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a9b6d4;
  margin: 0;
}

.geo__stage {
  padding: var(--s4);
}

.geo svg {
  width: 100%;
  height: auto;
  display: block;
}

.geo__legend {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s2) var(--s4);
  padding: var(--s3) var(--s4) var(--s4);
  border-top: 2px solid var(--navy-100);
  font-size: 0.85rem;
  color: var(--slate-500);
}

.geo__legend span {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
}

.geo__legend i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
}

.geo__foot {
  padding: 0 var(--s4) var(--s4);
  font-size: 0.8rem;
  color: var(--slate-500);
}

/* Pin animation: one orchestrated moment, then it stops for good.
   Pins default to VISIBLE. JavaScript "arms" the grid by adding .is-armed
   immediately before it starts, so with JS off — or with reduced motion —
   the grid simply renders its final state instead of staying blank. */
.geo-pin {
  opacity: 1;
  transform-origin: center;
  transform-box: fill-box;
}

.geo.is-armed .geo-pin {
  opacity: 0;
  transform: scale(0.4);
}

.geo.is-armed.is-live .geo-pin {
  animation: pin-in 0.42s cubic-bezier(0.2, 0.9, 0.3, 1.35) forwards;
  animation-delay: calc(var(--row) * 0.13s + var(--col) * 0.035s);
}

@keyframes pin-in {
  from {
    opacity: 0;
    transform: scale(0.4);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.geo-scan {
  opacity: 0;
}

.geo.is-armed.is-live .geo-scan {
  animation: scan 1.15s ease-in-out forwards;
}

@keyframes scan {
  0% {
    opacity: 0.9;
    transform: translateY(-6%);
  }
  85% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: translateY(102%);
  }
}

/* 10. WORK-ORDER TICKETS =================================================== */

.ticket {
  position: relative;
  background: var(--white);
  border: var(--rule);
  border-radius: var(--radius);
  padding: var(--s5);
  padding-top: calc(var(--s5) + 6px);
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Perforated top edge — a tear-off invoice, not a status stripe. */
.ticket::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 10px;
  right: 10px;
  height: 3px;
  background-image: repeating-linear-gradient(
    to right,
    var(--navy-100) 0 7px,
    transparent 7px 14px
  );
}

.ticket__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s1) var(--s4);
  font-family: var(--display);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--slate-500);
  margin-bottom: var(--s3);
}

.ticket h3 {
  margin-bottom: var(--s3);
}

.ticket p:last-child {
  margin-bottom: 0;
}

.ticket--flag {
  border-color: var(--signal-ink);
}

/* 11. SPEC SHEET — quantity in the gutter ================================== */

.spec {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: var(--rule);
}

.spec li {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: var(--s4);
  align-items: baseline;
  margin: 0;
  padding: var(--s4) 0;
  border-bottom: 1px solid var(--navy-100);
}

@media (min-width: 640px) {
  .spec li {
    grid-template-columns: 7.5rem 1fr;
  }
}

.spec__qty {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.5rem, 5vw, 2.1rem);
  line-height: 1;
  color: var(--signal-ink);
  text-align: right;
  letter-spacing: -0.01em;
}

.spec__qty small {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate-500);
  margin-top: 2px;
}

.spec__what {
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}

.spec__why {
  color: var(--slate-500);
  font-size: 0.97rem;
  display: block;
}

.band--navy .spec {
  border-top-color: rgba(255, 255, 255, 0.35);
}

.band--navy .spec li {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.band--navy .spec__qty {
  color: var(--signal);
}

.band--navy .spec__qty small,
.band--navy .spec__why {
  color: #a9b6d4;
}

/* 12. STEPS ================================================================ */

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--s5);
  counter-reset: step;
}

@media (min-width: 900px) {
  .steps {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--s6);
  }
}

.steps li {
  margin: 0;
  padding-top: var(--s4);
  border-top: var(--rule);
  counter-increment: step;
}

.steps li::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  font-family: var(--display);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--signal-ink);
  margin-bottom: var(--s2);
}

.steps h3 {
  font-size: 1.35rem;
  margin-bottom: var(--s2);
}

.steps p {
  margin-bottom: 0;
  color: var(--slate-500);
}

.band--navy .steps li {
  border-top-color: rgba(255, 255, 255, 0.4);
}

.band--navy .steps li::before {
  color: var(--signal);
}

/* 13. PRICING ============================================================== */

.plans {
  display: grid;
  gap: var(--s5);
  align-items: stretch;
}

@media (min-width: 1000px) {
  .plans {
    grid-template-columns: repeat(3, 1fr);
  }
}

.plan {
  position: relative;
  background: var(--white);
  border: var(--rule);
  border-radius: var(--radius);
  padding: var(--s5);
  display: flex;
  flex-direction: column;
}

.plan--hero {
  border-width: 3px;
  border-color: var(--signal-ink);
  box-shadow: var(--shadow);
}

.plan__tag {
  position: absolute;
  top: -14px;
  left: var(--s5);
  background: var(--signal);
  color: var(--navy-900);
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: var(--s1) var(--s3);
  border-radius: 3px;
}

.plan__name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 var(--s2);
}

.plan__price {
  font-family: var(--display);
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1;
  margin: 0;
  letter-spacing: -0.015em;
}

.plan__per {
  font-family: var(--body);
  font-size: 1rem;
  font-weight: 500;
  color: var(--slate-500);
  letter-spacing: 0;
}

.plan__for {
  color: var(--slate-500);
  font-size: 0.98rem;
  margin: var(--s3) 0 var(--s4);
  padding-bottom: var(--s4);
  border-bottom: 1px solid var(--navy-100);
}

.plan ul {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--s5);
  flex-grow: 1;
}

.plan ul li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: var(--s3);
  font-size: 0.99rem;
}

.plan ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 11px;
  height: 11px;
  border: 3px solid var(--signal);
  border-radius: 2px;
}

.plan ul li.is-inherited::before {
  border-color: var(--navy-100);
}

/* Comparison table */
/* tabindex="0" in the markup makes this reachable; without it a keyboard user
   cannot scroll the table sideways at all (WCAG 2.1.1). */
.table-scroll {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  border: var(--rule);
  border-radius: var(--radius);
  background: var(--white);
}

table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 0.97rem;
}

caption {
  text-align: left;
  padding: var(--s3) var(--s4);
  font-weight: 700;
  color: var(--slate-500);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--display);
}

th,
td {
  text-align: left;
  padding: var(--s3) var(--s4);
  border-bottom: 1px solid var(--navy-100);
  vertical-align: top;
}

thead th {
  background: var(--navy-900);
  color: var(--white);
  font-family: var(--display);
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 0;
}

tbody th {
  font-weight: 500;
  color: var(--navy-900);
}

td.yes {
  color: var(--rank-strong);
  font-weight: 700;
}

td.no {
  color: var(--slate-500);
}

/* Ownership disclosure — plain, unmissable, never a footnote. */
.disclose {
  background: var(--white);
  border: 3px solid var(--navy-900);
  border-radius: var(--radius);
  padding: var(--s5);
}

.disclose h3 {
  margin-bottom: var(--s3);
}

.disclose p:last-child {
  margin-bottom: 0;
}

/* 14. REVIEWS — honest placeholder slots =================================== */

.reviews {
  display: grid;
  gap: var(--s5);
}

@media (min-width: 900px) {
  .reviews {
    grid-template-columns: repeat(3, 1fr);
  }
}

.review-slot {
  background: var(--white);
  border: 2px dashed var(--slate-500);
  border-radius: var(--radius);
  padding: var(--s5);
  min-height: 210px;
  display: flex;
  flex-direction: column;
  gap: var(--s3);
}

.review-slot__head {
  display: flex;
  align-items: center;
  gap: var(--s3);
}

.review-slot__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--navy-100);
  flex-shrink: 0;
}

.review-slot__lines span {
  display: block;
  height: 10px;
  border-radius: 2px;
  background: var(--navy-100);
  margin-bottom: 6px;
}

.review-slot__lines span:nth-child(1) {
  width: 120px;
}
.review-slot__lines span:nth-child(2) {
  width: 78px;
}

.review-slot__body span {
  display: block;
  height: 10px;
  border-radius: 2px;
  background: var(--navy-100);
  margin-bottom: 9px;
}

.review-slot__body span:nth-child(1) {
  width: 100%;
}
.review-slot__body span:nth-child(2) {
  width: 92%;
}
.review-slot__body span:nth-child(3) {
  width: 60%;
}

.review-slot__todo {
  margin-top: auto;
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--signal-ink);
}

/* 15. FAQ ================================================================== */

.faq {
  border-top: var(--rule);
  max-width: 820px;
}

.faq details {
  border-bottom: 1px solid var(--navy-100);
}

.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--s4);
  padding: var(--s4) 0;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.15;
  min-height: 44px;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: '';
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 6px;
  border-right: 3px solid var(--signal-ink);
  border-bottom: 3px solid var(--signal-ink);
  transform: rotate(45deg);
  transition: transform 0.15s ease;
}

.faq details[open] summary::after {
  transform: rotate(-135deg);
}

.faq summary:hover {
  color: var(--signal-ink);
}

.faq__a {
  padding-bottom: var(--s4);
  color: var(--slate-500);
}

.faq__a p:last-child {
  margin-bottom: 0;
}

/* 16. FORMS ================================================================ */

.form {
  background: var(--white);
  border: var(--rule);
  border-radius: var(--radius);
  padding: var(--s5);
}

.field {
  margin-bottom: var(--s4);
}

.field label {
  display: block;
  font-weight: 700;
  font-size: 0.98rem;
  margin-bottom: var(--s2);
}

.field .hint {
  display: block;
  font-weight: 400;
  font-size: 0.88rem;
  color: var(--slate-500);
  margin-top: 2px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: var(--s3);
  font-family: var(--body);
  font-size: 1rem;
  color: var(--navy-900);
  background: var(--white);
  border: 2px solid var(--slate-500);
  border-radius: var(--radius);
}

.field textarea {
  min-height: 128px;
  resize: vertical;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: var(--navy-700);
}

.field .err {
  display: none;
  margin-top: var(--s2);
  font-size: 0.92rem;
  font-weight: 700;
  color: #a3241a;
}

.field.is-invalid input,
.field.is-invalid select,
.field.is-invalid textarea {
  border-color: #a3241a;
  background: #fdf4f3;
}

.field.is-invalid .err {
  display: block;
}

.form__legal {
  font-size: 0.87rem;
  color: var(--slate-500);
  margin-bottom: 0;
}

.form__status {
  margin-top: var(--s4);
  padding: var(--s3) var(--s4);
  border-radius: var(--radius);
  font-weight: 700;
  background: var(--navy-100);
  border-left: 4px solid var(--navy-700);
}

.form__status:empty {
  display: none;
}

/* Honeypot: off-screen rather than display:none, which some bots skip. */
.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Shown in place of the form once it submits. */
.form-success {
  background: var(--white);
  border: 3px solid var(--rank-strong);
  border-radius: var(--radius);
  padding: var(--s5);
}

.form-success h3 {
  margin-bottom: var(--s3);
}

.form-success p:last-child {
  margin-bottom: 0;
}

/* hidden must beat the display values set elsewhere in this file. */
[hidden] {
  display: none !important;
}

.embed-slot {
  margin-bottom: var(--s5);
}

.embed-slot iframe {
  width: 100%;
  border: 0;
  display: block;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 var(--s4);
}

legend {
  font-weight: 700;
  font-size: 0.98rem;
  padding: 0;
  margin-bottom: var(--s2);
}

/* 17. FOOTER =============================================================== */

.site-foot {
  background: var(--navy-900);
  color: #c8d1e6;
  padding-block: var(--s7) var(--s6);
  font-size: 0.97rem;
}

.foot-grid {
  display: grid;
  gap: var(--s6);
}

@media (min-width: 620px) {
  .foot-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 940px) {
  .foot-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }
}

.site-foot h2 {
  font-size: 1.1rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: var(--s3);
}

.site-foot ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-foot a {
  color: #c8d1e6;
}

.site-foot a:hover {
  color: var(--signal);
}

.nap {
  font-style: normal;
  line-height: 1.7;
}

.nap strong {
  color: var(--white);
  display: block;
  font-size: 1.05rem;
}

.foot-bottom {
  margin-top: var(--s6);
  padding-top: var(--s4);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  flex-wrap: wrap;
  gap: var(--s3) var(--s5);
  font-size: 0.88rem;
  color: #94a3c4;
}

/* 18. UTILITIES ============================================================ */

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.crumbs {
  font-size: 0.9rem;
  color: var(--slate-500);
  padding-block: var(--s3) 0;
}

.crumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: var(--s2);
  margin: 0;
  padding: 0;
}

.crumbs li {
  margin: 0;
}

.crumbs li + li::before {
  content: '/';
  margin-right: var(--s2);
  color: var(--navy-100);
}

.todo {
  display: inline-block;
  background: #fff3d6;
  border: 2px dashed var(--signal-ink);
  color: var(--signal-ink);
  border-radius: 3px;
  padding: 2px 8px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mb0 {
  margin-bottom: 0;
}

/* 19. MOTION PREFERENCES =================================================== */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  .geo-pin,
  .geo.is-armed .geo-pin,
  .geo.is-armed.is-live .geo-pin {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .geo-scan,
  .geo.is-live .geo-scan {
    display: none;
    animation: none;
  }

  .btn:hover {
    transform: none;
  }
}

/* Scan sweep resolves its percentage against the SVG viewBox, not the bbox. */
.geo-scan {
  transform-box: view-box;
}
