/* ──────────────────────────────────────────────────────────────────────────
   Lantern HOA — shared styles for the public wedge landing pages.

   These pages are PUBLIC and indexable (organic search entry points), unlike
   the password-gated internal pages. Brand tokens and type match index.html
   exactly: forest-led, amber as the single warm accent, Source Serif 4
   headings + Inter body.

   Loaded by: pickleball, events, marketplace, short-term-rentals, realtors,
   board-candidates, clubs.
   ────────────────────────────────────────────────────────────────────────── */

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

:root {
  --forest:#2E6B4F; --forest-light:#3D8563; --forest-deep:#234F3B; --forest-tint:#D4EDE0;
  --amber:#C07B35; --amber-light:#D4944E; --amber-tint:#F7EDD8; --amber-a11y:#A4661F;
  --ink:#161E1B; --slate:#6B7874; --sage:#F2F5F3; --border:#E2E8E5; --white:#FFFFFF;
  --serif:'Source Serif 4', Georgia, serif;
  --sans:'Inter', system-ui, -apple-system, sans-serif;
  --maxw:1140px;
  --shadow-card:0 1px 3px rgba(35,79,59,.05), 0 8px 30px rgba(35,79,59,.09);
  --shadow-lg:0 20px 60px rgba(35,79,59,.16);
  --ease:cubic-bezier(.22,1,.36,1);
}

html { scroll-behavior:smooth; }
body { font-family:var(--sans); color:var(--ink); background:var(--white); line-height:1.65;
  -webkit-font-smoothing:antialiased; overflow-x:hidden; }
img { max-width:100%; height:auto; }
a { color:var(--forest); text-decoration:none; }
a:hover { text-decoration:underline; }
h1, h2, h3 { text-wrap:balance; font-family:var(--serif); font-weight:600; letter-spacing:-.025em;
  line-height:1.15; }
/* .wrap owns the page gutter. IMPORTANT: any class applied to the SAME element
   as .wrap (.hero-grid, .hero-narrow, .article-grid, .tool-grid) must set
   vertical padding with padding-top/padding-bottom longhand. A `padding:X 0 Y`
   shorthand silently zeroes this gutter and the content goes edge-to-edge. */
.wrap { max-width:var(--maxw); margin:0 auto; padding:0 28px; }
.skip { position:absolute; left:-9999px; }
.skip:focus { left:16px; top:16px; z-index:200; background:var(--white); padding:10px 16px;
  border-radius:10px; box-shadow:var(--shadow-card); }

/* ── Buttons ── */
.btn { display:inline-flex; align-items:center; gap:9px; font-family:var(--sans); font-size:15px;
  font-weight:600; padding:13px 22px; border:none; border-radius:999px; cursor:pointer;
  transition:transform .25s var(--ease), background .2s, box-shadow .25s var(--ease); }
.btn:hover { text-decoration:none; }
.btn .arrow { transition:transform .25s var(--ease); }
.btn:hover .arrow { transform:translateX(3px); }
.btn-primary { background:var(--forest); color:#fff; box-shadow:0 2px 12px rgba(46,107,79,.28); }
.btn-primary:hover { background:var(--forest-deep); transform:translateY(-2px); box-shadow:0 12px 28px rgba(46,107,79,.34); }
.btn-amber { background:var(--amber-a11y); color:#fff; box-shadow:0 2px 12px rgba(192,123,53,.28); }
.btn-amber:hover { background:#8F581B; transform:translateY(-2px); box-shadow:0 12px 26px rgba(192,123,53,.32); }
.btn-ghost { background:var(--white); color:var(--forest); border:1px solid var(--border); }
.btn-ghost:hover { border-color:var(--forest-light); transform:translateY(-2px); }

/* ── Header ── */
header.site { position:sticky; top:0; z-index:30; background:rgba(255,255,255,.82);
  border-bottom:1px solid transparent; backdrop-filter:saturate(160%) blur(12px);
  -webkit-backdrop-filter:saturate(160%) blur(12px); transition:border-color .25s, box-shadow .25s; }
header.site.scrolled { border-bottom-color:var(--border); box-shadow:0 6px 20px rgba(35,79,59,.05); }
header.site .wrap { min-height:70px; display:flex; align-items:center; justify-content:space-between; gap:16px; }
header.site img { height:44px; width:auto; display:block; }
.nav-links { display:flex; align-items:center; gap:6px; }
.nav-links .text { font-size:.92rem; font-weight:600; color:var(--slate); padding:9px 13px; border-radius:999px; }
.nav-links .text:hover { color:var(--forest); background:var(--sage); text-decoration:none; }

/* ── Hero ── */
.hero { position:relative; overflow:hidden; background:var(--white); }
.hero::before { content:""; position:absolute; width:660px; height:660px; right:-190px; top:-260px;
  border-radius:50%; background:radial-gradient(circle,rgba(212,237,224,.72),transparent 68%); pointer-events:none; }
.hero-grid { position:relative; z-index:1; padding-top:66px; padding-bottom:74px; display:grid;
  grid-template-columns:1.08fr .92fr; align-items:center; gap:clamp(36px,5.5vw,76px); }
.hero-copy { max-width:620px; }
/* Single-column hero (comparison, guide, tool pages). Use this class INSTEAD of
   an inline padding style on .wrap: a `padding:Xpx 0 Ypx` shorthand there wipes
   out .wrap's horizontal padding and content goes edge-to-edge on mobile. Only
   vertical padding is set here, so .wrap's side padding survives. */
.hero-narrow { position:relative; z-index:1; max-width:900px; margin-right:auto;
  padding-top:clamp(36px,5.5vw,64px); padding-bottom:clamp(28px,4vw,52px); }
.hero-narrow.tight { padding-bottom:clamp(8px,1.5vw,16px); }
.eyebrow { display:inline-flex; align-items:center; gap:8px; font-size:.72rem; font-weight:700;
  letter-spacing:.15em; text-transform:uppercase; color:var(--forest); margin-bottom:22px;
  padding:7px 14px; border:1px solid var(--border); border-radius:999px; background:var(--white);
  box-shadow:var(--shadow-card); }
.eyebrow::before { content:""; width:7px; height:7px; border-radius:50%; background:var(--amber); }
.hero h1 { font-size:clamp(2.3rem,4.4vw,3.7rem); letter-spacing:-.035em; line-height:1.06; }
.hero h1 em { color:var(--forest); font-style:normal; }
.hero .lede { margin-top:20px; max-width:54ch; color:var(--slate); font-size:clamp(1rem,1.35vw,1.15rem); }
.hero-cta { display:flex; flex-wrap:wrap; gap:12px; align-items:center; margin-top:28px; }
.chips { display:flex; flex-wrap:wrap; gap:9px; margin-top:26px; }
.chip { font-size:.8rem; font-weight:600; color:var(--forest-deep); background:var(--forest-tint);
  border-radius:999px; padding:8px 13px; }

/* ── Product mock card (hero visual) ── */
.mock { position:relative; padding:22px; border:1px solid var(--border); border-radius:26px;
  background:rgba(255,255,255,.94); box-shadow:var(--shadow-lg); transform:rotate(1.4deg); }
.mock::after { content:""; position:absolute; inset:14px -14px -14px 14px; z-index:-1;
  border-radius:26px; background:var(--forest-deep); opacity:.08; }
.mock-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:16px; }
.mock-title { font-family:var(--serif); font-size:1.12rem; font-weight:600; }
.mock-badge { font-size:.66rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase;
  color:var(--amber); background:var(--amber-tint); border-radius:999px; padding:6px 10px; }
.mock-row { display:flex; align-items:center; justify-content:space-between; gap:12px;
  border:1px solid var(--border); border-radius:15px; background:var(--white); padding:12px 14px;
  margin-top:9px; box-shadow:0 2px 8px rgba(35,79,59,.04); font-size:.87rem; }
.mock-row.taken { background:var(--sage); color:var(--slate); }
.mock-row.mine { border-color:#CDE8D9; background:#F3FAF6; }
.mock-row b { font-weight:650; }
.mock-row .tag { font-size:.72rem; font-weight:700; border-radius:999px; padding:4px 9px;
  background:var(--forest-tint); color:var(--forest-deep); white-space:nowrap; }
.mock-row.taken .tag { background:#E7EBE9; color:var(--slate); }
.mock-foot { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-top:14px; }
.mock-stat { text-align:center; padding:11px 6px; border-radius:13px; background:var(--sage); }
.mock-stat strong { display:block; font-family:var(--serif); color:var(--forest-deep); font-size:1.02rem; }
.mock-stat span { display:block; color:var(--slate); font-size:.63rem; margin-top:2px; }

/* ── Bands / sections ── */
.answer { padding:26px 0; border-bottom:1px solid var(--border); }
.answer .answer-what { font-size:16px; line-height:1.65; color:var(--ink); max-width:820px; }
.answer .answer-who { margin-top:8px; font-size:14px; color:var(--slate); }
.answer .answer-who strong { color:var(--ink); }
.band { padding:76px 0; }
.band.tint { background:var(--sage); border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.band.dark { background:var(--forest-deep); color:var(--white); }
.band-head { max-width:720px; margin-bottom:38px; }
.band-head.center { margin-left:auto; margin-right:auto; text-align:center; }
.band-head h2 { font-size:clamp(1.7rem,2.7vw,2.4rem); }
.band-head p { margin-top:14px; color:var(--slate); font-size:1.05rem; }
.band.dark .band-head p { color:rgba(255,255,255,.72); }
.band p.body { color:#35413D; max-width:70ch; margin-bottom:14px; }

/* ── Cards grid ── */
.cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(258px,1fr)); gap:16px; }
.card { border:1px solid var(--border); border-radius:18px; background:var(--white); padding:22px;
  box-shadow:0 4px 16px rgba(35,79,59,.05); transition:transform .25s var(--ease), box-shadow .25s var(--ease); }
.card:hover { transform:translateY(-3px); box-shadow:var(--shadow-card); }
.card .ico { font-size:1.5rem; line-height:1; margin-bottom:12px; }
.card h3 { font-size:1.1rem; margin-bottom:7px; }
.card p { font-size:.93rem; color:var(--slate); }

/* ── Steps ── */
.steps { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:16px; counter-reset:s; }
.step { position:relative; border:1px solid var(--border); border-radius:18px; background:var(--white);
  padding:24px 22px 22px; box-shadow:0 4px 16px rgba(35,79,59,.05); }
.step::before { counter-increment:s; content:counter(s); display:flex; align-items:center; justify-content:center;
  width:34px; height:34px; border-radius:50%; background:var(--forest-tint); color:var(--forest-deep);
  font-family:var(--serif); font-weight:700; font-size:1rem; margin-bottom:13px; }
.step h3 { font-size:1.06rem; margin-bottom:6px; }
.step p { font-size:.93rem; color:var(--slate); }

/* ── Amber note (the single warm moment per page) ── */
.note { border:1px solid #E8D1B9; background:linear-gradient(135deg,var(--amber-tint),#FFF9EE);
  border-radius:20px; padding:26px 28px; box-shadow:0 8px 30px rgba(192,123,53,.08); }
.note h3 { font-size:1.18rem; margin-bottom:9px; color:var(--forest-deep); }
.note p { color:var(--forest-deep); font-size:.98rem; }
.note p + p { margin-top:10px; }

/* ── FAQ (native details = accessible + crawlable) ── */
.faq { max-width:820px; }
.faq details { border:1px solid var(--border); border-radius:16px; background:var(--white);
  margin-bottom:11px; box-shadow:0 2px 10px rgba(35,79,59,.04); overflow:hidden; }
.faq summary { cursor:pointer; list-style:none; padding:18px 22px; font-weight:600; font-size:1.01rem;
  display:flex; align-items:center; justify-content:space-between; gap:14px; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary::after { content:"+"; flex:none; font-family:var(--serif); font-size:1.35rem; color:var(--forest);
  line-height:1; transition:transform .25s var(--ease); }
.faq details[open] summary::after { transform:rotate(45deg); }
.faq summary:hover { background:var(--sage); }
.faq .a { padding:0 22px 20px; color:var(--slate); font-size:.96rem; }
.faq .a p + p { margin-top:10px; }

/* ── Lead form ── */
.cta-grid { display:grid; grid-template-columns:1fr 1fr; gap:clamp(28px,4.5vw,58px); align-items:center; }
.cta-copy h2 { font-size:clamp(1.8rem,2.9vw,2.5rem); }
.cta-copy p { margin-top:14px; color:var(--slate); font-size:1.05rem; }
.perks { list-style:none; margin-top:22px; display:grid; gap:11px; }
.perks li { display:flex; align-items:flex-start; gap:10px; font-size:.96rem; color:#35413D; }
.perks li::before { content:"✓"; flex:none; width:21px; height:21px; border-radius:50%;
  background:var(--forest-tint); color:var(--forest); font-size:.72rem; font-weight:700;
  display:flex; align-items:center; justify-content:center; margin-top:2px; }
.card-form { background:var(--white); border:1px solid var(--border); border-radius:22px; padding:clamp(24px,3vw,34px);
  box-shadow:var(--shadow-lg); }
.card-form h3 { font-size:1.35rem; margin-bottom:5px; }
.card-form .sub { font-size:.9rem; color:var(--slate); margin-bottom:22px; }
.field { margin-bottom:15px; }
.field label { display:block; font-size:13px; font-weight:600; color:var(--ink); margin-bottom:7px; }
.field label .opt { font-weight:400; color:var(--slate); }
.field input, .field select, .field textarea { width:100%; font-family:var(--sans); font-size:15px;
  color:var(--ink); padding:12px 14px; border:1px solid var(--border); border-radius:12px;
  background:var(--white); transition:border-color .15s, box-shadow .15s; }
.field textarea { resize:vertical; min-height:78px; }
.field input:focus, .field select:focus, .field textarea:focus { outline:none; border-color:var(--forest-light);
  box-shadow:0 0 0 3px rgba(61,133,99,.16); }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:13px; }
.card-form .btn-primary { width:100%; justify-content:center; margin-top:5px; padding:15px; font-size:16px; }
.form-fine { font-size:11.5px; color:var(--slate); margin-top:13px; line-height:1.55; }
.form-success { display:none; text-align:center; padding:26px 10px; }
.form-success.show { display:block; }
.form-success .check { width:58px; height:58px; border-radius:50%; background:var(--forest-tint);
  color:var(--forest); display:grid; place-items:center; font-size:1.7rem; margin:0 auto 18px; }
.form-success h3 { font-size:1.4rem; margin-bottom:9px; }
.form-success p { font-size:.96rem; color:var(--slate); }

/* ── Guide / article layout (the /guides pages) ── */
.article { max-width:none; }
.article-grid { display:grid; grid-template-columns:220px minmax(0,1fr); gap:clamp(28px,5vw,64px);
  align-items:start; padding-top:56px; padding-bottom:20px; }
/* Grid items default to min-width:auto, so the min-width on a wide table inside
   .prose would inflate the whole track and push the page sideways. min-width:0
   lets the items shrink and the .tablewrap scroll container do its job. */
.article-grid > * { min-width:0; }
.toc { position:sticky; top:96px; border-left:2px solid var(--border); padding-left:18px; }
.toc .lbl { font-size:.68rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase;
  color:var(--slate); margin-bottom:12px; }
.toc ol { list-style:none; display:grid; gap:9px; }
.toc a { font-size:.87rem; color:var(--slate); font-weight:500; line-height:1.4; display:block; }
.toc a:hover { color:var(--forest); text-decoration:none; }

.prose { max-width:72ch; }
.prose > p:first-of-type { font-size:1.14rem; color:#35413D; }
.prose h2 { font-size:clamp(1.5rem,2.3vw,1.95rem); margin:46px 0 14px; padding-top:26px;
  border-top:1px solid var(--border); scroll-margin-top:96px; }
.prose h2:first-of-type { border-top:none; padding-top:0; margin-top:28px; }
.prose h3 { font-size:1.16rem; margin:26px 0 9px; color:var(--forest-deep); }
.prose p { margin:0 0 15px; color:#35413D; }
.prose strong { font-weight:650; color:var(--ink); }
.prose em { color:var(--forest-deep); font-style:italic; }
.prose a { text-decoration:underline; text-underline-offset:2px; }
.prose ul, .prose ol { margin:0 0 18px 4px; padding-left:22px; display:grid; gap:8px; }
.prose ul { list-style:none; padding-left:0; }
.prose ul > li { position:relative; padding-left:22px; color:#35413D; }
.prose ul > li::before { content:""; position:absolute; left:3px; top:.6em; width:8px; height:8px;
  border-radius:50%; background:var(--forest-tint); border:2px solid var(--forest); }
.prose ol > li { color:#35413D; }
.prose ol > li::marker { color:var(--forest); font-weight:700; }
.prose .tablewrap { overflow-x:auto; margin:20px 0 26px; border:1px solid var(--border); border-radius:16px;
  background:var(--white); box-shadow:var(--shadow-card); }
.prose table { border-collapse:collapse; width:100%; min-width:520px; font-size:.9rem; }
.prose th, .prose td { text-align:left; padding:13px 16px; border-bottom:1px solid var(--border);
  vertical-align:top; }
.prose thead th { background:var(--sage); color:var(--forest-deep); font-weight:600; white-space:nowrap; }
.prose tbody td:first-child { font-weight:600; }
.prose tr:last-child td { border-bottom:none; }
.prose .callout { border-left:3px solid var(--amber); background:var(--amber-tint); border-radius:0 14px 14px 0;
  padding:16px 20px; margin:22px 0; color:var(--forest-deep); font-size:.96rem; }
.prose .callout p { color:var(--forest-deep); margin:0; }

/* Mid-article and end CTA into the feeding wedge page */
.gcta { border:1px solid var(--border); border-radius:18px; background:var(--white); padding:24px 26px;
  margin:32px 0; box-shadow:var(--shadow-card); }
.gcta h3 { font-size:1.14rem; margin-bottom:7px; }
.gcta p { color:var(--slate); font-size:.95rem; margin-bottom:16px; }
.gcta .btn { font-size:14.5px; padding:12px 19px; }
.gcta .row { display:flex; flex-wrap:wrap; gap:10px; }
.byline { display:flex; flex-wrap:wrap; gap:8px 16px; align-items:center; font-size:.85rem;
  color:var(--slate); margin-top:18px; }

/* ── Comparison table (the /vs pages' centerpiece) ── */
.cmp-wrap { overflow-x:auto; border:1px solid var(--border); border-radius:20px; background:var(--white);
  box-shadow:var(--shadow-card); }
table.cmp { border-collapse:collapse; width:100%; min-width:620px; font-size:.92rem; }
table.cmp th, table.cmp td { text-align:left; padding:15px 18px; border-bottom:1px solid var(--border);
  vertical-align:top; }
table.cmp thead th { background:var(--sage); color:var(--forest-deep); font-weight:600; white-space:nowrap;
  font-size:.86rem; }
table.cmp thead th:last-child { background:var(--forest); color:var(--white); }
table.cmp td:first-child, table.cmp th:first-child { font-weight:600; width:26%; }
table.cmp td:nth-child(2) { color:var(--slate); }
table.cmp td:last-child { background:#F5FAF7; color:#244F3B; }
table.cmp tr:last-child td { border-bottom:none; }

/* "When the incumbent is fine" — honesty block, deliberately calm not amber */
.fair { border:1px solid var(--border); border-left:3px solid var(--forest); border-radius:0 18px 18px 0;
  background:var(--white); padding:24px 26px; box-shadow:0 4px 16px rgba(35,79,59,.05); }
.fair h3 { font-size:1.15rem; margin-bottom:9px; color:var(--forest-deep); }
.fair p { color:#35413D; font-size:.97rem; }
.fair p + p { margin-top:10px; }

/* ── Cross-links to sibling wedges ── */
.xlinks { display:grid; grid-template-columns:repeat(auto-fit,minmax(215px,1fr)); gap:12px; }
.xlink { display:block; border:1px solid var(--border); border-radius:16px; background:var(--white);
  padding:17px 19px; box-shadow:0 3px 12px rgba(35,79,59,.04); transition:transform .22s var(--ease); }
.xlink:hover { transform:translateY(-3px); text-decoration:none; border-color:var(--forest-light); }
.xlink b { display:block; font-family:var(--serif); font-size:1.02rem; color:var(--ink); }
.xlink span { display:block; font-size:.86rem; color:var(--slate); margin-top:3px; }

/* ── Footer ── */
footer.site { background:var(--white); border-top:1px solid var(--border); padding:44px 0; }
.foot { display:flex; flex-wrap:wrap; gap:18px; align-items:center; justify-content:space-between; }
.foot img { height:26px; width:auto; }
.foot-meta { font-size:13px; color:var(--slate); line-height:1.7; }

/* ── Reveal on scroll ── */
.reveal { opacity:0; transform:translateY(18px); transition:opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity:1; transform:none; }

/* ── Tables on small screens ──
   A 620px-wide table inside a scroll container technically fits, but the reader
   has to discover a sideways scroll to see the column that matters. Below 700px
   both the comparison tables and the in-guide tables become stacked cards: the
   first cell is the card title and every other cell is labelled from its column
   header (emitted as data-label by the generators). */
@media (max-width:700px) {
  .cmp-wrap, .prose .tablewrap { overflow:visible; border:0; background:none; box-shadow:none;
    border-radius:0; margin:18px 0 24px; }
  table.cmp, .prose table { min-width:0; width:100%; display:block; font-size:.92rem; }
  table.cmp thead, .prose table thead { position:absolute; width:1px; height:1px; overflow:hidden;
    clip:rect(0 0 0 0); white-space:nowrap; }  /* keep for screen readers */
  table.cmp tbody, .prose table tbody { display:block; }
  table.cmp tr, .prose table tr { display:block; border:1px solid var(--border); border-radius:16px;
    background:var(--white); padding:14px 16px; margin-bottom:11px;
    box-shadow:0 2px 10px rgba(35,79,59,.04); }
  table.cmp td, .prose table td { display:block; width:auto; border:0; padding:0; background:none !important; }
  table.cmp td + td, .prose table td + td { margin-top:11px; }
  table.cmp td::before, .prose table td::before { content:attr(data-label); display:block;
    font-size:.66rem; font-weight:700; letter-spacing:.11em; text-transform:uppercase;
    color:var(--slate); margin-bottom:3px; }
  /* First cell is the row's subject: render it as the card heading, unlabelled. */
  table.cmp td:first-child, .prose table td:first-child { font-family:var(--serif); font-size:1.06rem;
    font-weight:600; color:var(--ink); padding-bottom:10px; border-bottom:1px solid var(--border);
    /* The desktop rules give the first column a percentage width; as a stacked
       card title it must span the card or the heading wraps mid-phrase. */
    width:auto; }
  table.cmp td:first-child::before, .prose table td:first-child::before { content:none; }
  table.cmp td + td::before { color:var(--forest); }
  table.cmp td:last-child { color:var(--forest-deep); }
}

@media (max-width:960px) {
  .article-grid { grid-template-columns:1fr; padding-top:38px; }
  .toc { position:static; border-left:0; border-top:1px solid var(--border); padding:18px 0 0; }
  .toc ol { grid-template-columns:1fr 1fr; }
}
@media (max-width:860px) {
  /* Horizontal only: a `padding:0 20px` shorthand here would reset the
     vertical padding set by .hero-narrow and friends. */
  .wrap { padding-left:20px; padding-right:20px; }
  .toc ol { grid-template-columns:1fr; }
  .hero-grid { grid-template-columns:1fr; padding-top:46px; padding-bottom:58px; }
  .hero-copy { text-align:center; margin:0 auto; }
  .hero .lede { margin-left:auto; margin-right:auto; }
  .hero-copy .hero-cta, .hero-copy .chips { justify-content:center; }
  /* Full-width, equal-width CTAs read far better than two differently
     sized pills stacked on top of each other. */
  .hero-cta { display:grid; grid-template-columns:1fr; gap:10px; width:100%; }
  .hero-cta .btn { width:100%; justify-content:center; }
  .gcta .row { display:grid; grid-template-columns:1fr; gap:9px; }
  .gcta .row .btn { width:100%; justify-content:center; }
  .mock { max-width:500px; margin:0 auto; transform:none; }
  .cta-grid { grid-template-columns:1fr; }
  .band { padding:56px 0; }
  .nav-links .text.hide-sm { display:none; }
}
@media (max-width:520px) {
  header.site .wrap { min-height:62px; }
  header.site img { height:37px; }
  .btn { padding:12px 17px; font-size:14px; }
  .mock-foot { grid-template-columns:1fr; }
  .field-row { grid-template-columns:1fr; }
  .hero h1 { font-size:2.15rem; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1; transform:none; transition:none; }
  .btn:hover, .card:hover, .xlink:hover { transform:none; }
}

/* #537: self-serve CTA above the lead form */
.btn-block { display: block; width: 100%; text-align: center; }
.cta-or { margin: 0.9rem 0; font-size: 0.82rem; color: var(--slate, #6b7874); text-align: center; }
