:root {
  --bg: #f3f1eb;
  --surface: #ffffff;
  --ink: #151d19;
  --text: #55605a;
  --muted: #7f8984;
  --brand: #0f513f;
  --brand-dark: #0b3d30;
  --brand-deep: #082e25;
  --brand-soft: #e6eee9;
  --brand-line: rgba(15, 81, 63, .20);
  --brand-softer: #edf2ef;
  --line: #d9dfdb;
  --line-strong: #c3cdc7;
  --container: 1240px;
  --shadow: 0 28px 75px rgba(15, 42, 32, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
main { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.02; letter-spacing: -.045em; }
p { color: var(--text); }
.container { width: min(calc(100% - 56px), var(--container)); margin-inline: auto; }
.section { padding: 118px 0; }

h1 { font-size: clamp(3.45rem, 5.15vw, 4.95rem); font-weight: 720; }
h2 { font-size: clamp(2.55rem, 4vw, 3.8rem); font-weight: 680; }
h3 { font-size: 1.45rem; font-weight: 700; }
.eyebrow { margin-bottom: 18px; color: var(--brand); font-size: .75rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow-light { color: rgba(255,255,255,.66); }
.lead-copy { color: var(--ink); font-size: 1.12rem; line-height: 1.68; }

/* HEADER */
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(21,29,25,.08); background: rgba(243,241,235,.94); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 74px; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; background: var(--brand); color: #fff; font-size: .68rem; font-weight: 900; letter-spacing: .04em; }
.brand-copy { display: flex; flex-direction: column; font-size: .76rem; line-height: 1.04; }
.brand-copy strong { font-size: .94rem; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; }
.desktop-nav a { color: #45514b; font-size: .84rem; font-weight: 680; }
.desktop-nav a:hover { color: var(--brand); }
.header-cta { min-height: 46px; display: inline-flex; align-items: center; gap: 18px; padding: 0 18px; background: var(--brand); color: #fff; font-size: .8rem; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.header-cta:hover { background: var(--brand-dark); transform: translateY(-1px); }
.mobile-menu { display: none; position: relative; margin-left: auto; }
.mobile-menu summary { width: 42px; height: 42px; list-style: none; display: flex; flex-direction: column; justify-content: center; gap: 7px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 24px; height: 1px; background: var(--ink); }
.mobile-panel { position: absolute; top: 50px; right: 0; width: 280px; padding: 12px 20px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.mobile-panel a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .88rem; font-weight: 680; }

/* BUTTONS */
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 21px; font-size: .84rem; font-weight: 820; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brand); color: #fff; box-shadow: 0 12px 28px rgba(15,81,63,.15); }
.button-primary:hover { background: var(--brand-dark); box-shadow: 0 16px 34px rgba(15,81,63,.20); }
.button-light { background: #fff; color: var(--brand-dark); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--ink); font-size: .84rem; font-weight: 780; }

/* HERO */
.hero { position: relative; overflow: hidden; padding: 84px 0 88px; background: radial-gradient(circle at 83% 25%, rgba(15,81,63,.09), transparent 34%), var(--bg); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 24.95%, rgba(21,29,25,.035) 25%, transparent 25.05%, transparent 49.95%, rgba(21,29,25,.035) 50%, transparent 50.05%, transparent 74.95%, rgba(21,29,25,.035) 75%, transparent 75.05%); }
.hero-orbit { position: absolute; border: 1px solid rgba(15,81,63,.10); border-radius: 50%; pointer-events: none; }
.hero-orbit-a { width: 420px; height: 420px; right: -170px; top: 40px; }
.hero-orbit-b { width: 220px; height: 220px; right: 90px; bottom: -120px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr .88fr; gap: 74px; align-items: center; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--brand); font-size: .73rem; font-weight: 850; letter-spacing: .12em; }
.hero-kicker span { width: 26px; height: 2px; background: var(--brand); }
.hero-copy h1 { max-width: 720px; margin-bottom: 21px; }
.hero-outcome { max-width: 650px; margin-bottom: 19px; color: var(--ink); font-size: clamp(1.9rem, 2.8vw, 2.75rem); line-height: 1.1; letter-spacing: -.04em; }
.hero-outcome strong { color: var(--brand); font-weight: 650; }
.hero-lead { max-width: 690px; margin-bottom: 31px; font-size: 1.06rem; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.hero-proofline { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 36px; padding-top: 19px; border-top: 1px solid var(--line-strong); color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .08em; }
.hero-proofline i { width: 3px; height: 3px; border-radius: 50%; background: var(--brand); }

/* PATIENT ENGINE */
.patient-engine { position: relative; background: #fff; border: 1px solid var(--line-strong); box-shadow: var(--shadow); }
.patient-engine::before { content: ""; position: absolute; width: 74px; height: 74px; right: -16px; top: -16px; border: 1px solid rgba(15,81,63,.22); z-index: -1; }
.engine-topbar { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .66rem; font-weight: 850; letter-spacing: .09em; }
.engine-topbar small { font-size: .66rem; font-weight: 700; letter-spacing: .03em; }
.engine-stage { position: relative; min-height: 510px; overflow: hidden; background: linear-gradient(rgba(15,81,63,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(15,81,63,.035) 1px, transparent 1px); background-size: 42px 42px; }
.engine-search { position: absolute; z-index: 4; top: 28px; left: 50%; width: 62%; min-height: 50px; transform: translateX(-50%); display: grid; grid-template-columns: 24px 1fr 24px; gap: 9px; align-items: center; padding: 0 14px; background: #fff; border: 1px solid var(--line-strong); box-shadow: 0 10px 25px rgba(21,29,25,.06); }
.search-glass { width: 12px; height: 12px; position: relative; border: 2px solid var(--brand); border-radius: 50%; }
.search-glass::after { content: ""; position: absolute; width: 6px; height: 2px; right: -5px; bottom: -2px; transform: rotate(45deg); background: var(--brand); }
.engine-search strong { font-size: .78rem; }
.search-go { color: var(--brand); }
.engine-card { position: absolute; z-index: 3; width: 42%; min-height: 116px; padding: 17px 18px; background: rgba(255,255,255,.97); border: 1px solid var(--line-strong); box-shadow: 0 12px 28px rgba(21,29,25,.05); }
.engine-card small { display: block; margin-bottom: 8px; color: var(--brand); font-size: .59rem; font-weight: 850; letter-spacing: .09em; }
.engine-card strong { display: block; margin-bottom: 5px; font-size: .92rem; }
.engine-card p { margin: 0; font-size: .69rem; }
.local-card { left: 7%; top: 130px; }
.trust-card { right: 7%; top: 174px; }
.site-card { left: 8%; bottom: 60px; }
.mini-actions { display: flex; gap: 6px; margin-top: 13px; }
.mini-actions span { padding: 4px 7px; background: var(--brand-soft); color: var(--brand-dark); font-size: .56rem; font-weight: 750; }
.trust-bars { display: flex; gap: 5px; margin-top: 15px; }
.trust-bars i { height: 5px; background: var(--brand); }
.trust-bars i:nth-child(1) { width: 44%; }
.trust-bars i:nth-child(2) { width: 26%; opacity: .65; }
.trust-bars i:nth-child(3) { width: 18%; opacity: .35; }
.mini-cta { display: inline-block; margin-top: 13px; padding: 6px 9px; background: var(--brand); color: #fff; font-size: .57rem; font-weight: 800; }
.engine-result { position: absolute; z-index: 5; right: 7%; bottom: 50px; width: 37%; min-height: 96px; display: flex; flex-direction: column; justify-content: center; padding: 17px; background: var(--brand); color: #fff; box-shadow: 0 15px 36px rgba(15,81,63,.18); }
.engine-result span { margin-bottom: 6px; color: rgba(255,255,255,.62); font-size: .58rem; font-weight: 850; letter-spacing: .09em; }
.engine-result strong { font-size: .88rem; }
.engine-path { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; }
.engine-path path { fill: none; stroke: rgba(15,81,63,.34); stroke-width: 1.3; stroke-dasharray: 7 8; }
.engine-label { position: absolute; z-index: 2; color: rgba(15,81,63,.42); font-size: .56rem; font-weight: 900; letter-spacing: .16em; writing-mode: vertical-rl; transform: rotate(180deg); }
.label-search { left: 1.5%; top: 135px; }
.label-trust { right: 1.5%; top: 185px; }
.label-convert { left: 1.5%; bottom: 62px; }
.engine-bottom { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.engine-bottom div { min-height: 62px; padding: 12px 14px; border-right: 1px solid var(--line); }
.engine-bottom div:last-child { border-right: 0; }
.engine-bottom span { display: block; color: var(--brand); font-size: .58rem; font-weight: 850; }
.engine-bottom strong { font-size: .7rem; }

/* STRIP */
.specialist-strip { background: var(--brand); color: #fff; }
.strip-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.strip-grid div { min-height: 86px; display: flex; flex-direction: column; justify-content: center; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.17); }
.strip-grid div:first-child { border-left: 1px solid rgba(255,255,255,.17); }
.strip-grid strong { margin-bottom: 2px; font-size: .72rem; letter-spacing: .08em; }
.strip-grid span { color: rgba(255,255,255,.65); font-size: .72rem; }

/* INTRO */
.section-intro { margin-bottom: 62px; }
.split-intro { display: grid; grid-template-columns: 1.05fr .65fr; gap: 90px; align-items: end; }
.split-intro h2 { max-width: 760px; margin-bottom: 0; }
.split-intro > div:last-child p { margin-bottom: 6px; }

/* SERVICES BENTO */
.services-section { background: #fff; }
.growth-bento { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-auto-rows: minmax(265px, auto); gap: 14px; }
.growth-tile { position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 29px; background: var(--bg); border: 1px solid var(--line); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.growth-tile:hover { transform: translateY(-4px); border-color: var(--brand-line); box-shadow: 0 18px 38px rgba(15,81,63,.08); }
.growth-tile-featured { grid-row: span 2; background: var(--brand); color: #fff; }
.growth-tile-wide { grid-column: span 2; }
.growth-tile-featured h3, .growth-tile-featured p, .growth-tile-featured b, .growth-tile-featured .tile-top small, .growth-tile-featured .tile-top span { color: #fff; }
.growth-tile-featured p { color: rgba(255,255,255,.68); }
.tile-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 35px; }
.tile-top span { color: var(--muted); font-size: .68rem; font-weight: 850; }
.tile-top small { color: var(--brand); font-size: .65rem; font-weight: 850; letter-spacing: .09em; }
.growth-tile h3 { margin: auto 0 11px; font-size: 1.65rem; }
.growth-tile p { max-width: 470px; margin-bottom: 20px; font-size: .9rem; }
.growth-tile b { color: var(--brand); font-size: .72rem; font-weight: 850; }
.tile-icon { position: relative; width: 74px; height: 74px; margin-bottom: 45px; }
.growth-tile-featured .tile-icon { width: 115px; height: 115px; }
.icon-search { border: 2px solid currentColor; border-radius: 50%; color: rgba(255,255,255,.84); }
.icon-search::after { content: ""; position: absolute; width: 48%; height: 2px; right: -30%; bottom: 4%; transform: rotate(43deg); background: currentColor; }
.icon-pin::before { content: ""; position: absolute; inset: 8px 18px 19px; border: 2px solid var(--brand); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.icon-pin::after { content: ""; position: absolute; left: 34px; top: 28px; width: 8px; height: 8px; border-radius: 50%; background: var(--brand); }
.icon-arrow::before { content: "↗"; position: absolute; inset: 0; display: grid; place-items: center; border: 1px solid var(--brand-line); color: var(--brand); font-size: 2.2rem; }
.icon-trust::before { content: ""; position: absolute; inset: 4px 10px 8px; border: 2px solid var(--brand); border-radius: 50% 50% 45% 45%; }
.icon-trust::after { content: "✓"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--brand); font-weight: 900; }
.icon-content::before, .icon-content::after { content: ""; position: absolute; left: 8px; right: 8px; height: 12px; border-top: 2px solid var(--brand); border-bottom: 2px solid var(--brand); }
.icon-content::before { top: 18px; }
.icon-content::after { top: 44px; }
.tile-browser { width: 150px; height: 92px; margin-bottom: 30px; padding: 23px 12px 10px; position: relative; border: 1px solid var(--line-strong); background: #fff; }
.tile-browser > span { position: absolute; top: 8px; width: 5px; height: 5px; border-radius: 50%; background: var(--brand); opacity: .6; }
.tile-browser > span:nth-child(1) { left: 10px; }.tile-browser > span:nth-child(2) { left: 19px; }.tile-browser > span:nth-child(3) { left: 28px; }
.browser-line { height: 5px; background: var(--brand-soft); margin-bottom: 7px; }.browser-line-a { width: 88%; }.browser-line-b { width: 62%; }.browser-button { width: 44px; height: 13px; background: var(--brand); margin-top: 10px; }

/* JOURNEY */
.journey-section { padding: 118px 0; background: var(--brand-deep); }
.journey-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.journey-copy h2 { color: #fff; }
.journey-copy p { max-width: 560px; color: rgba(255,255,255,.66); }
.journey-copy .button { margin-top: 15px; }
.journey-steps { border-top: 1px solid rgba(255,255,255,.18); }
.journey-step { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 16px; min-height: 118px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); }
.journey-step::before { content: ""; position: absolute; left: 25px; top: 68%; bottom: -32%; width: 1px; background: rgba(255,255,255,.24); }
.journey-step:last-child::before { display: none; }
.journey-step > span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.26); color: rgba(255,255,255,.62); font-size: .68rem; font-weight: 850; }
.journey-step small { color: rgba(255,255,255,.48); font-size: .63rem; font-weight: 850; letter-spacing: .1em; }
.journey-step h3 { margin: 3px 0 5px; color: #fff; font-size: 1.35rem; }
.journey-step p { margin: 0; color: rgba(255,255,255,.54); font-size: .82rem; }
.active-step, .final-step { margin-inline: -16px; padding-inline: 16px; background: rgba(255,255,255,.05); }

/* WHY */
.why-section { background: var(--bg); }
.why-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: start; }
.why-title { position: sticky; top: 120px; }
.why-title h2 { max-width: 560px; }
.why-title > p:last-child { max-width: 520px; }
.why-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.why-cards article { min-height: 245px; padding: 28px; background: #fff; border: 1px solid var(--line); }
.why-cards article:nth-child(2), .why-cards article:nth-child(3) { background: var(--brand-soft); }
.why-cards span { color: var(--brand); font-size: .68rem; font-weight: 850; }
.why-cards h3 { margin: 45px 0 12px; }
.why-cards p { margin: 0; font-size: .9rem; }

/* AUDIT PREVIEW */
.audit-preview-section { background: #fff; }
.audit-preview-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; }
.audit-preview-copy h2 { max-width: 520px; }
.audit-benefits { margin: 30px 0 34px; padding: 0; list-style: none; border-top: 1px solid var(--line-strong); }
.audit-benefits li { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--text); font-size: .88rem; }
.audit-benefits li::before { content: "↳"; margin-right: 10px; color: var(--brand); font-weight: 850; }
.audit-report { border: 1px solid var(--line-strong); box-shadow: var(--shadow); background: var(--bg); }
.report-head { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .64rem; font-weight: 850; letter-spacing: .08em; }
.report-head small { font-size: .64rem; font-weight: 700; }
.report-body { display: grid; grid-template-columns: .7fr 1.3fr; }
.report-summary { padding: 26px; background: var(--brand); color: #fff; }
.report-summary > span { color: rgba(255,255,255,.55); font-size: .61rem; font-weight: 850; letter-spacing: .1em; }
.report-summary > strong { display: block; margin: 10px 0 30px; font-size: 1.35rem; line-height: 1.15; }
.priority-stack > div { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.16); }
.priority-stack i { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: rgba(255,255,255,.45); }.priority-stack .priority-high { background: #fff; }.priority-stack .priority-mid { background: rgba(255,255,255,.72); }
.priority-stack span { display: block; margin-left: 17px; color: rgba(255,255,255,.5); font-size: .58rem; }
.priority-stack b { display: block; margin-left: 17px; font-size: .72rem; }
.report-lines { padding: 8px 22px; }
.report-lines > div { min-height: 82px; display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }
.report-lines > div:last-child { border-bottom: 0; }
.report-lines > div > span { color: var(--muted); font-size: .6rem; }
.report-lines strong { display: block; font-size: .79rem; }
.report-lines small { display: block; margin-top: 2px; color: var(--muted); font-size: .62rem; }
.report-lines b { color: var(--brand); font-size: .61rem; text-transform: uppercase; letter-spacing: .06em; }
.report-footer { display: flex; justify-content: space-between; gap: 20px; padding: 15px 20px; border-top: 1px solid var(--line); background: #fff; }
.report-footer span { color: var(--muted); font-size: .6rem; font-weight: 850; letter-spacing: .08em; }.report-footer strong { font-size: .7rem; }

/* PROCESS */
.process-section { background: var(--bg); }
.process-track { display: grid; grid-template-columns: repeat(4,1fr); }
.process-track article { padding-right: 28px; }
.process-track article > span { color: var(--brand); font-size: .7rem; font-weight: 850; }
.process-track article i { position: relative; display: block; height: 1px; margin: 15px 0 38px; background: var(--line-strong); }
.process-track article i::before { content: ""; position: absolute; top: -4px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--brand); }
.process-track h3 { margin-bottom: 10px; }
.process-track p { font-size: .88rem; }
.measurement-ribbon { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 58px; padding: 22px 24px; background: #fff; border: 1px solid var(--line); }
.measurement-ribbon > span { margin-right: 10px; color: var(--brand); font-size: .66rem; font-weight: 900; letter-spacing: .1em; }
.measurement-ribbon strong { font-size: .74rem; }
.measurement-ribbon i { width: 3px; height: 3px; border-radius: 50%; background: var(--brand); }

/* CANADA */
.canada-section { padding: 105px 0; background: var(--brand-soft); overflow: hidden; }
.canada-grid { display: grid; grid-template-columns: .34fr 1fr; gap: 80px; align-items: center; }
.canada-word { color: var(--brand); font-size: clamp(7rem, 13vw, 11rem); font-weight: 800; line-height: .8; letter-spacing: -.08em; opacity: .16; }
.canada-copy h2 { max-width: 760px; }
.canada-copy p { max-width: 700px; }
.city-line { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 30px; }
.city-line span { padding: 7px 10px; background: rgba(255,255,255,.65); border: 1px solid rgba(15,81,63,.12); color: var(--brand-dark); font-size: .68rem; font-weight: 750; }

/* RESOURCES */
.resources-section { background: #fff; }
.resources-intro { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.resources-intro h2 { margin-bottom: 0; }
.resource-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-strong); }
.resource-card { position: relative; min-height: 300px; padding: 28px 30px 55px 0; border-right: 1px solid var(--line); }
.resource-card + .resource-card { padding-left: 30px; }
.resource-card:last-child { border-right: 0; }
.resource-card > span { display: block; margin-bottom: 42px; color: var(--muted); font-size: .68rem; }
.resource-card small { color: var(--brand); font-size: .65rem; font-weight: 850; letter-spacing: .08em; }
.resource-card h3 { margin: 9px 0 12px; }
.resource-card p { font-size: .88rem; }
.resource-card b { position: absolute; bottom: 26px; left: 0; color: var(--brand); font-size: .7rem; }.resource-card + .resource-card b { left: 30px; }

/* AUDIT FORM */
.audit-section { padding: 120px 0; background: var(--brand-deep); }
.audit-grid { display: grid; grid-template-columns: .88fr .82fr; gap: 100px; align-items: start; }
.audit-copy h2 { color: #fff; max-width: 650px; }
.audit-copy > p { max-width: 570px; color: rgba(255,255,255,.66); }
.audit-points { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; margin-top: 40px; }
.audit-points div { display: grid; grid-template-columns: 34px 1fr; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.16); }
.audit-points span { color: rgba(255,255,255,.42); font-size: .6rem; }
.audit-points strong { color: #fff; font-size: .78rem; }.audit-points small { grid-column: 2; color: rgba(255,255,255,.48); font-size: .65rem; }
.audit-form { padding: 34px; background: #fff; box-shadow: 0 20px 55px rgba(0,0,0,.12); }
.form-head { margin-bottom: 28px; }.form-head > span { color: var(--brand); font-size: .65rem; font-weight: 850; letter-spacing: .1em; }.form-head h3 { margin: 7px 0 5px; font-size: 1.75rem; }.form-head p { margin-bottom: 0; font-size: .78rem; }
.field { display: block; margin-bottom: 20px; }.field > span { display: block; margin-bottom: 5px; color: var(--text); font-size: .68rem; font-weight: 750; }
.field input, .field select { width: 100%; height: 46px; padding: 0; border: 0; border-bottom: 1px solid var(--line-strong); border-radius: 0; outline: 0; background: transparent; color: var(--ink); }
.field input::placeholder { color: #9aa29e; }.field input:focus, .field select:focus { border-bottom-color: var(--brand); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.audit-submit { width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: space-between; margin-top: 26px; padding: 0 18px; border: 0; background: var(--brand); color: #fff; font-size: .82rem; font-weight: 850; }
.privacy-copy { display: block; margin-top: 9px; color: var(--muted); font-size: .64rem; }.honeypot { position: absolute; left: -9999px; }

/* FAQ */
.faq-section { background: var(--bg); }
.faq-grid { display: grid; grid-template-columns: .62fr 1fr; gap: 100px; }.faq-intro h2 { max-width: 480px; }.faq-intro p:last-child { max-width: 400px; }
.faq-list { border-top: 1px solid var(--line-strong); }.faq-list details { border-bottom: 1px solid var(--line-strong); }.faq-list summary { position: relative; padding: 23px 44px 23px 0; list-style: none; cursor: pointer; font-size: 1rem; font-weight: 720; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 2px; top: 15px; color: var(--brand); font-size: 1.45rem; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { max-width: 690px; margin: 0 20px 25px 0; font-size: .9rem; }

/* FINAL CTA */
.final-cta { padding: 76px 0; background: var(--brand); }.final-cta-grid { display: flex; justify-content: space-between; align-items: end; gap: 60px; }.final-cta-grid > div > span { display: block; margin-bottom: 10px; color: rgba(255,255,255,.56); font-size: .67rem; font-weight: 850; letter-spacing: .09em; }.final-cta h2 { max-width: 820px; margin: 0; color: #fff; font-size: clamp(2.2rem, 3.6vw, 3.45rem); }.final-cta a { min-width: 285px; display: flex; justify-content: space-between; gap: 20px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.55); color: #fff; font-size: .82rem; font-weight: 800; }

/* FOOTER */
.site-footer { padding: 76px 0 25px; background: #061f18; color: #fff; }.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 60px; padding-bottom: 56px; }.footer-brand > a { display: inline-block; margin-bottom: 14px; }.footer-brand strong { display: block; }.footer-brand p { max-width: 310px; color: rgba(255,255,255,.5); font-size: .8rem; }.footer-col > span { display: block; margin-bottom: 16px; color: rgba(255,255,255,.38); font-size: .64rem; font-weight: 850; letter-spacing: .09em; }.footer-col a { display: block; margin-bottom: 8px; color: rgba(255,255,255,.64); font-size: .79rem; }.footer-col a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.36); font-size: .69rem; }

/* RESPONSIVE */
@media (max-width: 1050px) {
  .desktop-nav { display: none; }.mobile-menu { display: block; }.header-cta { margin-left: auto; }
  .hero-grid, .journey-grid, .why-grid, .audit-preview-grid, .audit-grid, .faq-grid { grid-template-columns: 1fr; gap: 60px; }
  .patient-engine { max-width: 760px; }.split-intro { grid-template-columns: 1fr; gap: 30px; }.growth-bento { grid-template-columns: 1fr 1fr; }.growth-tile-featured { grid-row: auto; }.growth-tile-wide { grid-column: span 2; }
  .why-title { position: static; }.report-body { grid-template-columns: 1fr; }.process-track { grid-template-columns: 1fr 1fr; gap: 40px 0; }.canada-grid { grid-template-columns: 1fr; gap: 35px; }.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }.container { width: min(calc(100% - 30px), var(--container)); }.site-header { position: relative; }.nav-wrap { min-height: 68px; }.header-cta { display: none; }
  h1 { font-size: clamp(2.9rem, 13vw, 4rem); } h2 { font-size: clamp(2.2rem, 10vw, 3rem); }.section { padding: 82px 0; }.hero { padding: 65px 0 74px; }.hero-outcome { font-size: 1.9rem; }.hero-actions { flex-direction: column; align-items: flex-start; }.button-primary { width: 100%; }
  .engine-stage { min-height: 620px; }.engine-search { width: 88%; }.engine-card { width: 84%; left: 8% !important; right: auto !important; }.local-card { top: 120px; }.trust-card { top: 255px; }.site-card { bottom: 115px; }.engine-result { width: 84%; right: 8%; bottom: 14px; }.engine-path, .engine-label { display: none; }.engine-bottom { grid-template-columns: 1fr 1fr; }.engine-bottom div:nth-child(2) { border-right: 0; }.engine-bottom div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .strip-grid { grid-template-columns: 1fr 1fr; }.strip-grid div { border-bottom: 1px solid rgba(255,255,255,.17); }.growth-bento { grid-template-columns: 1fr; }.growth-tile-wide { grid-column: auto; }.why-cards { grid-template-columns: 1fr; }.report-lines > div { grid-template-columns: 28px 1fr; padding: 11px 0; }.report-lines b { grid-column: 2; }.process-track { grid-template-columns: 1fr; }.canada-word { font-size: 7rem; }.resources-intro { align-items: flex-start; flex-direction: column; }.resource-grid { grid-template-columns: 1fr; }.resource-card, .resource-card + .resource-card { padding-left: 0; padding-right: 0; border-right: 0; border-top: 1px solid var(--line); }.resource-card:first-child { border-top: 0; }.resource-card b, .resource-card + .resource-card b { left: 0; }.audit-points, .form-row { grid-template-columns: 1fr; }.audit-form { padding: 26px 20px; }.final-cta-grid { flex-direction: column; align-items: flex-start; }.final-cta a { width: 100%; min-width: 0; }.footer-grid { grid-template-columns: 1fr; gap: 28px; }.footer-bottom { flex-direction: column; gap: 8px; }
}

/* ACCESSIBILITY */
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--brand); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }

/* =========================================================
   CHIROPRACTOR SEO PAGE
   /chiropractor-seo/
========================================================= */

.seo-page-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 94px;
  background:
    linear-gradient(90deg, transparent 24.95%, rgba(21,29,25,.035) 25%, transparent 25.05%, transparent 49.95%, rgba(21,29,25,.035) 50%, transparent 50.05%, transparent 74.95%, rgba(21,29,25,.035) 75%, transparent 75.05%),
    var(--bg);
}
.seo-hero-grid { display: grid; grid-template-columns: 1fr .88fr; gap: 76px; align-items: center; }
.seo-breadcrumb { display: flex; gap: 10px; align-items: center; margin-bottom: 28px; color: var(--muted); font-size: .72rem; font-weight: 700; }
.seo-breadcrumb a:hover { color: var(--brand); }
.seo-breadcrumb strong { color: var(--ink); }
.seo-hero-copy h1 { max-width: 780px; margin-bottom: 22px; }
.seo-hero-outcome { max-width: 690px; margin-bottom: 20px; color: var(--ink); font-size: clamp(1.9rem, 2.8vw, 2.75rem); line-height: 1.1; letter-spacing: -.04em; }
.seo-hero-outcome strong { color: var(--brand); font-weight: 680; }
.seo-hero-lead { max-width: 700px; margin-bottom: 31px; font-size: 1.06rem; line-height: 1.74; }
.seo-hero-signals { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 36px; padding-top: 19px; border-top: 1px solid var(--line-strong); color: var(--muted); font-size: .67rem; font-weight: 850; letter-spacing: .08em; }
.seo-hero-signals i { width: 3px; height: 3px; border-radius: 50%; background: var(--brand); }

.seo-visibility-board { border: 1px solid var(--line-strong); background: #fff; box-shadow: var(--shadow); }
.seo-board-head { min-height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .66rem; font-weight: 850; letter-spacing: .09em; }
.seo-board-head small { font-size: .64rem; letter-spacing: .04em; }
.seo-board-stage { position: relative; min-height: 500px; overflow: hidden; background: linear-gradient(rgba(15,81,63,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(15,81,63,.035) 1px, transparent 1px), #fbfcfb; background-size: 48px 48px; }
.seo-searchbox { position: absolute; z-index: 5; top: 34px; left: 8%; width: 84%; min-height: 54px; display: grid; grid-template-columns: 22px 1fr 22px; gap: 10px; align-items: center; padding: 0 15px; border: 1px solid var(--line-strong); background: #fff; box-shadow: 0 8px 22px rgba(15,42,32,.06); }
.seo-searchbox strong { font-size: .79rem; }
.seo-searchbox b { color: var(--brand); }
.seo-board-label { position: absolute; z-index: 4; color: var(--brand); font-size: .55rem; font-weight: 900; letter-spacing: .11em; }
.label-organic { top: 118px; left: 8%; }.label-local { top: 242px; right: 8%; }.label-page { bottom: 118px; left: 8%; }
.seo-result-card, .seo-map-card, .seo-page-card { position: absolute; z-index: 4; border: 1px solid var(--line-strong); background: #fff; box-shadow: 0 14px 30px rgba(15,42,32,.07); }
.seo-result-card { top: 142px; left: 8%; width: 54%; padding: 18px; }
.seo-result-card small, .seo-map-card small, .seo-page-card small { display: block; margin-bottom: 6px; color: var(--brand); font-size: .55rem; font-weight: 900; letter-spacing: .09em; }
.seo-result-card strong, .seo-map-card strong, .seo-page-card strong { display: block; color: var(--ink); font-size: .93rem; }
.seo-result-card p, .seo-map-card p, .seo-page-card p { margin: 5px 0 0; font-size: .68rem; line-height: 1.45; }
.seo-result-lines { display: grid; gap: 5px; margin-top: 13px; }.seo-result-lines i { height: 4px; background: var(--brand-soft); }.seo-result-lines i:nth-child(1) { width: 92%; }.seo-result-lines i:nth-child(2) { width: 76%; }.seo-result-lines i:nth-child(3) { width: 61%; }
.seo-map-card { top: 267px; right: 8%; width: 58%; min-height: 112px; display: grid; grid-template-columns: 110px 1fr; gap: 15px; align-items: center; padding: 13px; }
.seo-map-grid { position: relative; height: 84px; overflow: hidden; background: linear-gradient(rgba(15,81,63,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(15,81,63,.08) 1px, transparent 1px), var(--brand-soft); background-size: 24px 24px; }
.seo-map-grid::before, .seo-map-grid::after { content: ""; position: absolute; width: 120px; height: 1px; background: rgba(15,81,63,.25); }.seo-map-grid::before { top: 36px; left: -10px; transform: rotate(22deg); }.seo-map-grid::after { top: 48px; left: 4px; transform: rotate(-28deg); }
.seo-map-grid i { position: absolute; z-index: 2; width: 9px; height: 9px; border: 2px solid var(--brand); border-radius: 50%; background: #fff; }.seo-map-grid i:nth-child(1) { left: 18px; top: 18px; }.seo-map-grid i:nth-child(2) { right: 20px; top: 25px; }.seo-map-grid i:nth-child(3) { left: 52px; bottom: 15px; background: var(--brand); }
.seo-page-card { left: 8%; bottom: 38px; width: 58%; padding: 18px; }
.seo-page-card > span { display: inline-block; margin-top: 12px; padding: 5px 8px; background: var(--brand); color: #fff; font-size: .56rem; font-weight: 800; }
.seo-board-path { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }.seo-board-path path { fill: none; stroke: rgba(15,81,63,.25); stroke-width: 1.5; stroke-dasharray: 5 6; }
.seo-board-foot { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }.seo-board-foot div { min-height: 62px; display: flex; flex-direction: column; justify-content: center; padding: 0 14px; border-right: 1px solid var(--line); }.seo-board-foot div:last-child { border-right: 0; }.seo-board-foot span { color: var(--brand); font-size: .56rem; font-weight: 900; }.seo-board-foot strong { font-size: .7rem; }

.seo-relevance-strip { background: var(--brand); color: #fff; }.seo-relevance-grid { display: grid; grid-template-columns: repeat(4,1fr); }.seo-relevance-grid div { min-height: 76px; display: flex; align-items: center; gap: 14px; padding: 0 18px; border-right: 1px solid rgba(255,255,255,.17); }.seo-relevance-grid div:first-child { border-left: 1px solid rgba(255,255,255,.17); }.seo-relevance-grid span { color: rgba(255,255,255,.48); font-size: .57rem; font-weight: 850; }.seo-relevance-grid strong { font-size: .72rem; letter-spacing: .025em; text-transform: uppercase; }

.seo-intent-section { background: #fff; }.seo-split-intro { display: grid; grid-template-columns: 1fr .72fr; gap: 100px; align-items: end; margin-bottom: 60px; }.seo-split-intro h2 { max-width: 760px; margin-bottom: 0; }.seo-split-intro p:last-child { margin-bottom: 0; }
.seo-query-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }.seo-query-card { min-height: 235px; padding: 28px; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); background: #fff; }.seo-query-card span { color: var(--brand); font-size: .6rem; font-weight: 900; letter-spacing: .1em; }.seo-query-card strong { display: block; margin: 28px 0 12px; color: var(--ink); font-size: 1.18rem; line-height: 1.25; }.seo-query-card p { margin-bottom: 0; font-size: .83rem; }.seo-query-card b { display: inline-block; margin-top: 18px; color: var(--brand); font-size: .72rem; }.seo-query-featured { grid-row: span 2; min-height: 470px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--brand-soft); }.seo-query-featured strong { font-size: clamp(1.6rem, 2.5vw, 2.4rem); }

.seo-system-section { background: var(--bg); }.seo-system-head { display: grid; grid-template-columns: 1fr .62fr; gap: 100px; align-items: end; margin-bottom: 58px; }.seo-system-head h2 { max-width: 760px; margin-bottom: 0; }.seo-system-head > p { margin-bottom: 0; }
.seo-system-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }.seo-system-card { position: relative; min-height: 285px; padding: 28px; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); background: #fff; }.seo-system-card > span { position: absolute; top: 25px; right: 25px; color: var(--muted); font-size: .58rem; }.seo-system-card small { color: var(--brand); font-size: .6rem; font-weight: 900; letter-spacing: .1em; }.seo-system-card h3 { margin: 55px 0 13px; font-size: 1.55rem; }.seo-system-card p { margin-bottom: 0; font-size: .84rem; }.seo-system-featured { grid-row: span 2; min-height: 570px; background: var(--brand); color: #fff; }.seo-system-featured small, .seo-system-featured > span { color: rgba(255,255,255,.58); }.seo-system-featured h3 { color: #fff; font-size: 2rem; }.seo-system-featured p { color: rgba(255,255,255,.7); }.seo-mini-browser { width: 78%; height: 170px; margin-top: 55px; padding: 42px 18px 15px; position: relative; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.06); }.seo-mini-browser i { position: absolute; top: 14px; width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.6); }.seo-mini-browser i:nth-child(1) { left: 15px; }.seo-mini-browser i:nth-child(2) { left: 28px; }.seo-mini-browser i:nth-child(3) { left: 41px; }.seo-mini-browser b { display: block; height: 8px; margin-bottom: 14px; background: rgba(255,255,255,.2); }.seo-mini-browser b:nth-of-type(1) { width: 88%; }.seo-mini-browser b:nth-of-type(2) { width: 68%; }.seo-mini-browser b:nth-of-type(3) { width: 42%; background: rgba(255,255,255,.55); }

.seo-journey-section { padding: 118px 0; background: var(--brand-deep); }.seo-journey-grid { display: grid; grid-template-columns: .82fr 1fr; gap: 110px; align-items: center; }.seo-journey-copy h2 { color: #fff; }.seo-journey-copy p { color: rgba(255,255,255,.65); }.seo-journey-copy .button { margin-top: 16px; }.seo-journey-track { border-top: 1px solid rgba(255,255,255,.18); }.seo-journey-track article { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: center; min-height: 116px; border-bottom: 1px solid rgba(255,255,255,.16); }.seo-journey-track article > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); color: rgba(255,255,255,.55); font-size: .66rem; font-weight: 850; }.seo-journey-track small { color: rgba(255,255,255,.46); font-size: .59rem; font-weight: 900; letter-spacing: .1em; }.seo-journey-track h3 { margin: 3px 0 4px; color: #fff; font-size: 1.28rem; }.seo-journey-track p { margin: 0; color: rgba(255,255,255,.55); font-size: .8rem; }

.seo-local-section { background: #fff; }.seo-local-grid { display: grid; grid-template-columns: .88fr 1fr; gap: 105px; align-items: center; }.seo-local-visual { border: 1px solid var(--line-strong); background: var(--bg); box-shadow: 0 18px 48px rgba(15,42,32,.06); }.seo-local-head { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .62rem; font-weight: 850; letter-spacing: .08em; }.seo-local-map { position: relative; min-height: 340px; overflow: hidden; background: linear-gradient(rgba(15,81,63,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(15,81,63,.06) 1px, transparent 1px), var(--brand-soft); background-size: 42px 42px; }.seo-road { position: absolute; width: 500px; height: 1px; background: rgba(15,81,63,.22); }.seo-road.r1 { top: 95px; left: -50px; transform: rotate(20deg); }.seo-road.r2 { top: 225px; left: -25px; transform: rotate(-27deg); }.seo-road.r3 { top: 170px; left: 45px; transform: rotate(73deg); }.seo-pin { position: absolute; width: 11px; height: 11px; border: 2px solid var(--brand); border-radius: 50%; background: #fff; }.seo-pin.p1 { left: 70px; top: 72px; }.seo-pin.p2 { right: 65px; top: 92px; }.seo-pin.p3 { left: 120px; bottom: 65px; }.seo-clinic-pin { position: absolute; top: 50%; left: 50%; width: 160px; min-height: 118px; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--brand); color: #fff; box-shadow: 0 16px 34px rgba(15,81,63,.16); }.seo-clinic-pin small { color: rgba(255,255,255,.6); font-size: .57rem; letter-spacing: .1em; }.seo-clinic-pin strong { font-size: 1.2rem; }.seo-clinic-pin span { margin-top: 5px; color: rgba(255,255,255,.66); font-size: .6rem; }.seo-local-foot { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }.seo-local-foot span { min-height: 55px; display: grid; place-items: center; border-right: 1px solid var(--line); color: var(--text); font-size: .64rem; font-weight: 750; }.seo-local-foot span:last-child { border-right: 0; }
.seo-local-copy h2 { max-width: 680px; }.seo-local-list { margin: 34px 0; border-top: 1px solid var(--line-strong); }.seo-local-list div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }.seo-local-list span { color: var(--brand); font-size: .57rem; font-weight: 850; }.seo-local-list p { margin: 0; font-size: .83rem; }

.seo-preview-section { background: var(--brand-soft); }.seo-preview-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 105px; align-items: center; }.seo-preview-copy h2 { max-width: 650px; }.seo-preview-copy .button { margin-top: 14px; }.seo-audit-report { border: 1px solid var(--line-strong); background: #fff; box-shadow: var(--shadow); }.seo-report-head { min-height: 60px; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .62rem; font-weight: 850; letter-spacing: .09em; }.seo-report-body { display: grid; grid-template-columns: .35fr 1fr; min-height: 340px; }.seo-report-score { display: flex; flex-direction: column; justify-content: center; padding: 25px; border-right: 1px solid var(--line); background: var(--brand); color: #fff; }.seo-report-score span { color: rgba(255,255,255,.58); font-size: .58rem; font-weight: 850; letter-spacing: .09em; }.seo-report-score strong { margin: 8px 0; font-size: 2.4rem; }.seo-report-score small { color: rgba(255,255,255,.58); font-size: .6rem; }.seo-report-lines { padding: 16px 22px; }.seo-report-lines > div { min-height: 58px; display: grid; grid-template-columns: 30px 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }.seo-report-lines > div:last-child { border-bottom: 0; }.seo-report-lines span { color: var(--muted); font-size: .56rem; }.seo-report-lines strong { font-size: .76rem; }.seo-report-lines b { color: var(--brand); font-size: .62rem; }.seo-report-foot { min-height: 62px; display: flex; align-items: center; gap: 18px; padding: 0 20px; border-top: 1px solid var(--line); }.seo-report-foot span { color: var(--brand); font-size: .57rem; font-weight: 900; letter-spacing: .09em; }.seo-report-foot strong { font-size: .72rem; }

.seo-process-section { background: var(--bg); }.seo-process-head { display: grid; grid-template-columns: 1fr .62fr; gap: 100px; align-items: end; margin-bottom: 60px; }.seo-process-head h2 { max-width: 780px; margin-bottom: 0; }.seo-process-head > p { margin-bottom: 0; }.seo-process-track { display: grid; grid-template-columns: repeat(4,1fr); }.seo-process-track article { padding-right: 30px; }.seo-process-track article > span { color: var(--brand); font-size: .58rem; font-weight: 850; }.seo-process-track i { position: relative; display: block; height: 1px; margin: 15px 0 38px; background: var(--line-strong); }.seo-process-track i::before { content: ""; position: absolute; top: -4px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--brand); }.seo-process-track small { color: var(--muted); font-size: .57rem; font-weight: 850; letter-spacing: .09em; }.seo-process-track h3 { margin: 4px 0 10px; }.seo-process-track p { max-width: 230px; font-size: .79rem; }.seo-measurement-ribbon { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 60px; padding: 18px 20px; border: 1px solid var(--line-strong); background: #fff; color: var(--text); font-size: .69rem; }.seo-measurement-ribbon strong { margin-right: 8px; color: var(--ink); }.seo-measurement-ribbon i { width: 3px; height: 3px; border-radius: 50%; background: var(--brand); }

.seo-resources-section { background: #fff; }.seo-resource-head { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 58px; }.seo-resource-head h2 { max-width: 760px; margin-bottom: 0; }.seo-resource-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }.seo-resource-card { position: relative; min-height: 300px; padding: 28px; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); transition: background .2s ease, transform .2s ease; }.seo-resource-card:hover { background: var(--brand-soft); transform: translateY(-2px); }.seo-resource-card > span { position: absolute; top: 27px; right: 27px; color: var(--muted); font-size: .57rem; }.seo-resource-card small { color: var(--brand); font-size: .58rem; font-weight: 900; letter-spacing: .09em; }.seo-resource-card h3 { margin: 58px 0 12px; font-size: 1.4rem; }.seo-resource-card p { font-size: .82rem; }.seo-resource-card b { position: absolute; left: 28px; bottom: 28px; color: var(--brand); font-size: .7rem; }

@media (max-width: 1050px) {
  .seo-hero-grid, .seo-journey-grid, .seo-local-grid, .seo-preview-grid { grid-template-columns: 1fr; gap: 60px; }
  .seo-visibility-board, .seo-local-visual, .seo-audit-report { max-width: 760px; }
  .seo-split-intro, .seo-system-head, .seo-process-head { grid-template-columns: 1fr; gap: 28px; }
  .seo-query-grid { grid-template-columns: 1fr 1fr; }.seo-query-featured { grid-row: auto; min-height: 300px; }
  .seo-system-grid { grid-template-columns: 1fr 1fr; }.seo-system-featured { grid-row: auto; min-height: 420px; }
  .seo-process-track { grid-template-columns: 1fr 1fr; gap: 40px 0; }
}

@media (max-width: 700px) {
  .seo-page-hero { padding: 62px 0 72px; }.seo-breadcrumb { margin-bottom: 22px; }.seo-hero-outcome { font-size: 1.9rem; }
  .seo-board-stage { min-height: 610px; }.seo-searchbox { width: 88%; left: 6%; }.seo-result-card, .seo-map-card, .seo-page-card { width: 86%; left: 7%; right: auto; }.seo-result-card { top: 135px; }.seo-map-card { top: 295px; grid-template-columns: 95px 1fr; }.seo-page-card { bottom: 38px; }.seo-board-label, .seo-board-path { display: none; }.seo-board-foot { grid-template-columns: 1fr 1fr; }.seo-board-foot div:nth-child(2) { border-right: 0; }.seo-board-foot div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .seo-relevance-grid { grid-template-columns: 1fr 1fr; }.seo-relevance-grid div { border-bottom: 1px solid rgba(255,255,255,.17); }
  .seo-query-grid, .seo-system-grid, .seo-resource-grid { grid-template-columns: 1fr; }.seo-query-featured, .seo-system-featured { min-height: 320px; }.seo-mini-browser { width: 100%; height: 140px; margin-top: 35px; }
  .seo-local-map { min-height: 290px; }.seo-local-foot { grid-template-columns: 1fr; }.seo-local-foot span { border-right: 0; border-bottom: 1px solid var(--line); }.seo-local-foot span:last-child { border-bottom: 0; }
  .seo-report-body { grid-template-columns: 1fr; }.seo-report-score { min-height: 160px; border-right: 0; border-bottom: 1px solid var(--line); }.seo-report-lines > div { grid-template-columns: 28px 1fr; padding: 11px 0; }.seo-report-lines b { grid-column: 2; }
  .seo-process-track { grid-template-columns: 1fr; }.seo-resource-head { align-items: flex-start; flex-direction: column; }
}
