:root {
  --navy: #0b163a;
  --navy-2: #132456;
  --blue: #1e62d0;
  --blue-soft: #eaf1ff;
  --teal: #119c91;
  --teal-soft: #e8f8f5;
  --green: #25a96b;
  --gold: #f2b53b;
  --orange: #f2763a;
  --red: #d94b57;
  --ink: #17213c;
  --muted: #62708b;
  --line: #dce4f0;
  --surface: #f5f8fc;
  --white: #fff;
  --shadow: 0 20px 60px rgba(16, 31, 70, 0.12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.55;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, .brand, .eyebrow, .button { font-family: "Manrope", system-ui, sans-serif; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.announcement {
  background: var(--navy);
  color: #dce7ff;
  padding: 9px 20px;
  text-align: center;
  font-size: 13px;
}
.announcement span { color: var(--gold); font-weight: 800; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: 100%;
  min-height: 76px;
  padding: 14px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(220, 228, 240, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); }
.brand-logo { display: block; width: 178px; height: 52px; object-fit: contain; object-position: left center; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  color: var(--white);
  background: linear-gradient(145deg, var(--blue), var(--teal));
  font-weight: 800;
}
.brand strong { display: block; font-size: 19px; letter-spacing: -0.6px; }
.brand small { display: block; margin-top: -2px; color: var(--muted); font: 600 9px/1.2 "DM Sans"; letter-spacing: 1.4px; text-transform: uppercase; }
.main-nav { display: flex; justify-content: center; gap: 24px; }
.main-nav a { color: #394663; font-size: 14px; font-weight: 600; }
.main-nav a:hover { color: var(--blue); }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 12px 26px rgba(30, 98, 208, 0.24); }
.button-primary:hover { background: #1756bd; }
.button-ghost { border-color: var(--line); color: var(--navy); background: var(--white); }
.button-light { color: var(--navy); background: var(--white); }
.button-small { min-height: 42px; padding-inline: 16px; font-size: 13px; }
.button-large { min-height: 52px; padding-inline: 26px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(360px, 0.86fr);
  gap: 70px;
  align-items: center;
  min-height: 650px;
  padding-top: 72px;
  padding-bottom: 72px;
}
.eyebrow { margin-bottom: 14px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 1.7px; }
.hero h1 { margin-bottom: 24px; color: var(--navy); font-size: clamp(46px, 5.5vw, 76px); line-height: 1.04; letter-spacing: -3.4px; }
.hero h1 span { color: var(--blue); }
.hero-lead { max-width: 700px; margin-bottom: 28px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 16px 24px; margin: 0; padding: 0; list-style: none; color: #4b5874; font-size: 13px; font-weight: 600; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid #24447f;
  border-radius: 30px;
  color: var(--white);
  background: linear-gradient(150deg, #0b163a 0%, #14285d 58%, #0e6571 130%);
  box-shadow: var(--shadow);
}
.hero-panel::after { content: ""; position: absolute; right: -90px; bottom: -100px; width: 250px; height: 250px; border-radius: 50%; background: rgba(17, 156, 145, 0.23); }
.panel-topline { position: relative; z-index: 1; display: flex; justify-content: space-between; margin-bottom: 30px; color: #b7c9ed; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; }
.live-dot { color: #b9f5dd; }
.live-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #4ce0a2; }
.hero-panel h2 { position: relative; z-index: 1; max-width: 390px; margin-bottom: 24px; font-size: 29px; line-height: 1.25; letter-spacing: -1px; }
.finder-preview-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 24px; }
.finder-preview-grid div { padding: 16px; border: 1px solid rgba(255,255,255,0.14); border-radius: 15px; background: rgba(255,255,255,0.07); }
.finder-preview-grid span { display: block; margin-bottom: 8px; color: #79c6ff; font-size: 11px; font-weight: 800; }
.finder-preview-grid strong, .finder-preview-grid small { display: block; }
.finder-preview-grid small { margin-top: 2px; color: #b7c5e2; font-size: 11px; }
.hero-panel .button { position: relative; z-index: 1; width: 100%; }
.panel-note { position: relative; z-index: 1; margin: 12px 0 0; color: #aebedf; text-align: center; font-size: 11px; }

.metric-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}
.metric-band div { padding: 26px; text-align: center; border-right: 1px solid var(--line); }
.metric-band div:last-child { border-right: 0; }
.metric-band strong { display: block; color: var(--navy); font: 800 30px/1 "Manrope"; }
.metric-band span { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; }

.split-path { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 88px; padding-bottom: 88px; }
.path-card { min-height: 315px; padding: 42px; border-radius: var(--radius); }
.path-card h2 { max-width: 470px; margin-bottom: 16px; color: var(--navy); font-size: 34px; line-height: 1.2; letter-spacing: -1.2px; }
.path-card p:not(.eyebrow) { max-width: 520px; color: #4f5d77; font-size: 16px; }
.path-start { background: var(--blue-soft); }
.path-grow { background: var(--teal-soft); }
.path-grow .eyebrow { color: var(--teal); }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 20px; padding: 0; border: 0; color: var(--navy); background: none; cursor: pointer; font-weight: 800; }
.text-link span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: white; background: var(--blue); }

.services-section { padding: 102px 0; background: #07142f; color: white; }
.services-heading h2 { color: white; }
.services-heading > p { color: #aebedf; }
.services-heading .eyebrow { color: #76b6ff; }
.solution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.solution-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 650px; padding: 38px; border: 1px solid rgba(255,255,255,.14); border-radius: 27px; box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.solution-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -110px; top: -110px; border-radius: 50%; background: rgba(255,255,255,.1); }
.solution-shoplaunch { background: linear-gradient(150deg, #113759, #087970 120%); }
.solution-brandgrowth { background: linear-gradient(150deg, #172c65, #5c2d85 120%); }
.solution-topline { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 55px; }
.solution-number { display: grid; place-items: center; width: 47px; height: 47px; border: 1px solid rgba(255,255,255,.25); border-radius: 15px; font: 800 12px "Manrope"; }
.solution-badge { padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #dcecff; background: rgba(255,255,255,.08); font-size: 9px; font-weight: 800; letter-spacing: .9px; }
.solution-card .eyebrow { position: relative; z-index: 1; margin-bottom: 10px; color: #a9e9ff; }
.solution-card h3 { position: relative; z-index: 1; max-width: 510px; margin-bottom: 14px; color: white; font-size: 34px; line-height: 1.18; letter-spacing: -1.2px; }
.solution-intro { position: relative; z-index: 1; min-height: 85px; margin-bottom: 26px; color: #c4d6e9; font-size: 15px; }
.solution-price { position: relative; z-index: 1; display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 10px; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.15); }
.solution-price small { flex: 0 0 100%; color: #aebedf; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; }
.solution-price strong { font: 800 38px/1 "Manrope"; letter-spacing: -1.6px; }
.solution-price span { color: #b8c9df; font-size: 12px; }
.solution-points { position: relative; z-index: 1; display: grid; gap: 12px; margin: 0 0 30px; padding: 0; list-style: none; color: #e3ebf5; font-size: 13px; }
.solution-points li { display: grid; grid-template-columns: 18px 1fr; gap: 7px; }
.solution-points li::before { content: "✓"; color: #6ff0c1; font-weight: 900; }
.solution-actions { position: relative; z-index: 1; display: grid; gap: 15px; margin-top: auto; }
.solution-actions .button { width: 100%; }
.solution-link { display: inline-flex; justify-content: space-between; align-items: center; padding: 3px 4px; color: #e8f2ff; font-size: 13px; font-weight: 800; }
.solution-link span { font-size: 19px; }
.service-match-strip { display: grid; grid-template-columns: repeat(3, 1fr) auto; gap: 20px; align-items: center; margin-top: 22px; padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.06); }
.service-match-strip div { min-height: 80px; padding-right: 18px; border-right: 1px solid rgba(255,255,255,.11); }
.service-match-strip span { display: block; margin-bottom: 6px; color: #76b6ff; font-size: 9px; font-weight: 800; letter-spacing: .8px; }
.service-match-strip strong { display: block; color: white; font: 800 14px "Manrope"; }
.service-match-strip p { margin: 5px 0 0; color: #9fb0cb; font-size: 11px; }
.service-match-strip .button { white-space: nowrap; }
.service-disclaimer { margin: 16px 0 0; color: #7f91b0; text-align: center; font-size: 10px; }

#businesses, .process-section, .proof-section { padding-top: 96px; padding-bottom: 96px; }
.section-heading { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 50px; align-items: end; margin-bottom: 40px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; color: var(--navy); font-size: clamp(34px, 4vw, 52px); line-height: 1.13; letter-spacing: -2px; }
.section-heading > p { margin-bottom: 4px; color: var(--muted); font-size: 15px; }

.status-legend { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 28px; }
.status-legend div { padding: 18px; border: 1px solid var(--line); border-radius: 15px; }
.status-legend p { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.status { display: inline-flex; padding: 6px 9px; border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.55px; }
.status.launch { color: #0b6e48; background: #dff7eb; }
.status.available { color: #174fa5; background: #e5efff; }
.status.expert { color: #9b3d00; background: #fff0dd; }

.catalogue-controls { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.catalogue-controls label, .status-card label, .intake-form label { display: grid; gap: 7px; }
.catalogue-controls label span, .status-card label span, .intake-form label > span { color: #53607b; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.7px; }
input, select, textarea { width: 100%; border: 1px solid #cfd9e9; border-radius: 11px; color: var(--ink); background: white; outline: none; }
input, select { height: 45px; padding: 0 13px; }
textarea { padding: 12px 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(30,98,208,0.1); }
.catalogue-summary { display: flex; justify-content: space-between; align-items: center; margin: 22px 0 14px; }
.catalogue-summary strong { color: var(--navy); }
.catalogue-summary button { border: 0; color: var(--blue); background: transparent; cursor: pointer; font-weight: 700; }
.business-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.business-card { display: flex; flex-direction: column; min-height: 270px; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); transition: transform .2s ease, box-shadow .2s ease, border .2s ease; }
.business-card:hover { transform: translateY(-4px); border-color: #b8cae8; box-shadow: 0 16px 34px rgba(17,35,76,.09); }
.business-card-top { display: flex; justify-content: space-between; gap: 12px; align-items: start; margin-bottom: 14px; }
.business-id { color: var(--muted); font-size: 10px; font-weight: 800; }
.business-card h3 { margin-bottom: 10px; color: var(--navy); font-size: 18px; line-height: 1.35; }
.business-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.business-meta span { padding: 5px 8px; border-radius: 7px; color: #4a5973; background: var(--surface); font-size: 10px; }
.business-card p { margin-bottom: 16px; color: var(--muted); font-size: 12px; }
.business-card .card-action { margin-top: auto; padding: 0; border: 0; color: var(--blue); background: transparent; cursor: pointer; text-align: left; font-weight: 800; }
.pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 30px; }
.pagination button { min-width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: white; cursor: pointer; }
.pagination button.active { color: white; border-color: var(--blue); background: var(--blue); }

.launch-ready-section { padding: 96px 0; color: white; background: linear-gradient(150deg, #0b163a, #112860); }
.light-heading h2 { color: white; }
.light-heading > p { color: #bccae6; }
.ready-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.ready-card { padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.06); }
.ready-card-head { display: flex; justify-content: space-between; gap: 16px; align-items: start; }
.ready-card .status { flex: 0 0 auto; }
.ready-card h3 { margin: 12px 0 8px; font-size: 22px; }
.ready-card > p { margin-bottom: 18px; color: #bccae6; font-size: 13px; }
.ready-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; }
.ready-card dt { color: #7faeea; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; }
.ready-card dd { margin: 2px 0 0; color: #e6edfb; font-size: 12px; }

.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.process-grid li { min-height: 235px; padding: 28px 22px; border-right: 1px solid var(--line); }
.process-grid li:last-child { border-right: 0; }
.process-grid span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 35px; border-radius: 12px; color: white; background: var(--blue); font: 800 13px "Manrope"; }
.process-grid h3 { margin-bottom: 9px; color: var(--navy); font-size: 17px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.pricing-section { padding: 96px 0; background: var(--surface); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.price-card { display: flex; flex-direction: column; min-height: 305px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.price-card.featured { border-color: var(--blue); box-shadow: 0 14px 36px rgba(30,98,208,.13); }
.price-card .tier { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.price-card h3 { margin: 14px 0 8px; color: var(--navy); font-size: 21px; }
.price-card .price { color: var(--navy); font: 800 19px "Manrope"; }
.price-card p { margin-top: 14px; color: var(--muted); font-size: 12px; }
.price-card button { margin-top: auto; }

.proof-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.proof-grid article { min-height: 230px; padding: 24px 20px; border-radius: 17px; background: var(--surface); }
.proof-grid span { color: var(--blue); font: 800 11px "Manrope"; }
.proof-grid h3 { margin: 44px 0 10px; color: var(--navy); font-size: 19px; }
.proof-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.status-section { padding: 88px 0; background: var(--blue-soft); }
.status-layout { display: grid; grid-template-columns: 1fr .82fr; gap: 80px; align-items: center; }
.status-layout h2 { margin-bottom: 14px; color: var(--navy); font-size: 42px; letter-spacing: -1.4px; }
.status-layout > div > p:last-child { max-width: 620px; color: var(--muted); }
.status-card { display: grid; gap: 14px; padding: 27px; border: 1px solid #cbd9f2; border-radius: 20px; background: white; box-shadow: var(--shadow); }
.status-card p { margin: 0; color: var(--muted); font-size: 11px; }

.cta-section { padding: 88px 0; }
.cta-card { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 50px; border-radius: 26px; color: white; background: linear-gradient(135deg, var(--blue), var(--teal)); }
.cta-card .eyebrow { color: #cbe7ff; }
.cta-card h2 { max-width: 780px; margin: 0; font-size: 38px; line-height: 1.2; letter-spacing: -1.2px; }

footer { padding: 68px 0 20px; color: #c5d0e6; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 50px; }
.footer-brand { color: white; }
.footer-brand .brand-logo { width: 210px; height: 64px; filter: drop-shadow(0 8px 22px rgba(0,0,0,.18)); }
.footer-grid p { margin-top: 18px; color: #91a1c4; }
.footer-grid h3 { margin-bottom: 14px; color: white; font-size: 13px; }
.footer-grid a, .footer-grid span, .footer-link { display: block; margin-bottom: 9px; border: 0; padding: 0; color: #aebcdc; background: none; cursor: pointer; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #8495b9; font-size: 11px; }

.finder-dialog { width: min(920px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 0; border-radius: 24px; color: var(--ink); box-shadow: 0 30px 100px rgba(4,12,35,.35); }
.finder-dialog::backdrop { background: rgba(5,13,36,.72); backdrop-filter: blur(6px); }
.dialog-close { position: sticky; float: right; top: 14px; z-index: 3; width: 40px; height: 40px; margin: 14px 14px 0 0; border: 0; border-radius: 50%; color: var(--navy); background: white; cursor: pointer; font-size: 25px; box-shadow: 0 8px 20px rgba(0,0,0,.12); }
.dialog-header { padding: 40px 44px 25px; color: white; background: linear-gradient(135deg, var(--navy), var(--navy-2)); }
.dialog-header .eyebrow { color: #79b2ff; }
.dialog-header h2 { margin-bottom: 10px; font-size: 38px; letter-spacing: -1.4px; }
.dialog-header p:last-child { max-width: 690px; margin: 0; color: #b8c7e4; }
.intake-form { padding: 32px 44px 44px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.full-field { margin-top: 16px; }
.consent { grid-template-columns: auto 1fr !important; align-items: start; margin: 20px 0; }
.website-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.consent input { width: 18px; height: 18px; margin-top: 2px; }
.consent span { color: var(--muted) !important; font-size: 12px !important; font-weight: 500 !important; letter-spacing: 0 !important; text-transform: none !important; }
.intake-result { margin: 0 44px 44px; padding: 28px; border: 1px solid #b9dbc9; border-radius: 18px; background: var(--teal-soft); }
.intake-result h3 { color: var(--navy); font-size: 25px; }
.intake-result .result-id { color: var(--teal); font-weight: 800; }
.intake-result ul { padding-left: 20px; }
.intake-result .button { margin-right: 8px; margin-top: 10px; }
.contact-card { display: grid; gap: 12px; }
.contact-card .button { width: 100%; }
.contact-card > a:not(.button) { color: var(--blue); font-weight: 800; text-align: center; }
.contact-card p { margin: 4px 0 0; color: var(--muted); text-align: center; font-size: 13px; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: auto auto 1fr; }
  .menu-toggle { display: inline-flex; justify-self: end; padding: 8px 12px; border: 1px solid var(--line); border-radius: 9px; background: white; }
  .main-nav { position: absolute; top: 76px; left: 20px; right: 20px; display: none; flex-direction: column; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; }
  .site-header > .button { justify-self: end; }
  .hero { grid-template-columns: 1fr; gap: 40px; }
  .hero-panel { max-width: 680px; }
  .business-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .service-match-strip { grid-template-columns: repeat(3, 1fr); }
  .service-match-strip .button { grid-column: 1 / -1; }
  .proof-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid { grid-template-columns: repeat(3, 1fr); border: 0; gap: 12px; }
  .process-grid li { border: 1px solid var(--line); border-radius: 15px; }
}

@media (max-width: 760px) {
  .section-shell { width: min(100% - 26px, 1180px); }
  .site-header { grid-template-columns: auto auto; padding-inline: 13px; }
  .brand-logo { width: 142px; height: 44px; }
  .site-header > .button { display: none; }
  .hero { min-height: auto; padding: 54px 0; }
  .hero h1 { font-size: 45px; letter-spacing: -2.2px; }
  .hero-lead { font-size: 16px; }
  .hero-panel { padding: 24px; border-radius: 22px; }
  .metric-band { grid-template-columns: 1fr 1fr; }
  .metric-band div:nth-child(2) { border-right: 0; }
  .metric-band div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-path, .section-heading, .status-layout, .cta-card, .solution-grid, .service-match-strip { grid-template-columns: 1fr; }
  .split-path { padding: 60px 0; }
  .services-section { padding: 68px 0; }
  .solution-card { min-height: 0; padding: 27px; }
  .solution-topline { margin-bottom: 34px; }
  .solution-card h3 { font-size: 29px; }
  .solution-intro { min-height: 0; }
  .service-match-strip { padding: 22px; }
  .service-match-strip div { min-height: 0; padding: 0 0 17px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
  .service-match-strip .button { grid-column: auto; }
  .path-card { min-height: 0; padding: 28px; }
  .path-card h2, .section-heading h2, .status-layout h2, .cta-card h2 { font-size: 32px; letter-spacing: -1.1px; }
  #businesses, .process-section, .proof-section, .launch-ready-section, .pricing-section { padding: 64px 0; }
  .section-heading { gap: 18px; margin-bottom: 28px; }
  .status-legend, .catalogue-controls, .ready-grid, .business-grid, .pricing-grid, .proof-grid, .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 0; }
  .process-grid span { margin-bottom: 18px; }
  .catalogue-controls { padding: 13px; }
  .ready-card dl { grid-template-columns: 1fr; }
  .proof-grid article { min-height: 0; }
  .proof-grid h3 { margin-top: 24px; }
  .status-layout { gap: 35px; }
  .cta-card { padding: 32px 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .dialog-header { padding: 34px 22px 22px; }
  .dialog-header h2 { font-size: 30px; }
  .intake-form { padding: 26px 22px 34px; }
  .form-grid { grid-template-columns: 1fr; }
  .intake-result { margin: 0 22px 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
