/* ==========================================================================
   Indie Healthcare — Site Styles
   Ground-up build. No third-party page-builder markup or dependencies.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Archivo:wght@400;500;600;700;800&display=swap');

:root {
  --black: #0e0e0d;
  --near-black: #17170f;
  --cream: #f2efe6;
  --cream-dark: #e8e3d4;
  --yellow: #f5d033;
  --yellow-deep: #e0b900;
  --ink: #1a1a17;
  --gray: #6b6a62;
  --white: #ffffff;
  --line: #dcd7c6;
  --radius: 14px;
  --max: 1180px;
  --shadow: 0 12px 30px rgba(14,14,13,0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Archivo', system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3, h4 {
  font-family: 'Archivo Black', 'Archivo', sans-serif;
  line-height: 1.05;
  margin: 0 0 .5em;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.75rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }

p { margin: 0 0 1em; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--yellow-deep);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 3px;
  background: var(--yellow);
  display: inline-block;
}
.on-dark .eyebrow { color: var(--yellow); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--yellow); color: var(--black); }
.btn-primary:hover { box-shadow: 0 10px 22px rgba(245,208,51,.45); }
.btn-dark { background: var(--black); color: var(--white); }
.btn-dark:hover { box-shadow: 0 10px 22px rgba(0,0,0,.25); }
.btn-outline { background: transparent; border-color: currentColor; }
.btn-outline.on-dark { color: var(--white); border-color: rgba(255,255,255,.5); }
.btn-block { width: 100%; }
.btn-sm { padding: 10px 18px; font-size: .85rem; }

/* ---------- Top contact bar (lead-with-contact) ---------- */
.contact-bar {
  background: var(--black);
  color: var(--cream);
  font-size: .85rem;
  font-weight: 600;
}
.contact-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 24px;
  text-align: center;
  flex-wrap: wrap;
}
.contact-bar a {
  color: var(--yellow);
  font-weight: 800;
  border-bottom: 1px solid transparent;
}
.contact-bar a:hover { border-bottom-color: var(--yellow); }
.contact-bar .sep { opacity: .4; }

/* ---------- Header ---------- */
header.site-header {
  background: var(--cream);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Archivo Black', sans-serif;
}
.logo-badge {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .5rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.05;
  letter-spacing: .02em;
  color: var(--black);
  flex-shrink: 0;
}
.logo-text {
  font-size: 1.15rem;
  letter-spacing: -.01em;
}
.logo-text span { color: var(--yellow-deep); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 700;
  font-size: .92rem;
}
.nav-links a:hover { color: var(--yellow-deep); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; }

@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-toggle {
    display: inline-flex;
    background: none; border: 2px solid var(--black); border-radius: 10px;
    padding: 8px 12px; font-weight: 800; cursor: pointer;
  }
}

/* ---------- Hero ---------- */
.hero {
  background: var(--black);
  color: var(--white);
  padding: 72px 0 84px;
  position: relative;
  overflow: hidden;
}
.hero .wrap { position: relative; z-index: 2; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }

.hero h1 { color: var(--white); }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero .lede { font-size: 1.15rem; color: #d8d6c9; max-width: 46ch; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 22px; }

.hero-stat-card {
  background: var(--near-black);
  border: 1px solid rgba(245,208,51,.25);
  border-radius: var(--radius);
  padding: 28px;
}
.hero-stat-card .price {
  font-family: 'Archivo Black', sans-serif;
  font-size: 3rem;
  color: var(--yellow);
  line-height: 1;
}
.hero-stat-card .price small { font-size: 1rem; color: #cfcdc0; font-weight: 600; }
.hero-stat-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .9rem;
  color: #cfcdc0;
}
.hero-stat-row b { color: var(--white); }

.wave {
  position: absolute;
  bottom: -40px; left: 0; width: 100%; opacity: .5; z-index: 1;
}

/* ---------- Sections ---------- */
section { padding: 84px 0; }
.section-cream { background: var(--cream); }
.section-white { background: var(--white); }
.section-dark { background: var(--black); color: var(--white); }
.section-head { max-width: 640px; margin: 0 auto 48px; text-align: center; }
.section-head p { color: var(--gray); font-size: 1.05rem; }
.section-dark .section-head p { color: #cfcdc0; }

/* ---------- About / audience grid ---------- */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .audience-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .audience-grid { grid-template-columns: 1fr; } }
.audience-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 22px;
}
.audience-card .tag {
  display: inline-block;
  background: var(--yellow);
  color: var(--black);
  font-weight: 800;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.pull-quote {
  margin-top: 56px;
  text-align: center;
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(1.3rem, 2.6vw, 1.9rem);
  max-width: 760px;
  margin-left: auto; margin-right: auto;
}
.pull-quote span { color: var(--yellow-deep); }

/* ---------- Plans ---------- */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 980px) { .plans-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; } }

.plan-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.plan-card.featured {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}
.plan-badge {
  position: absolute;
  top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--yellow);
  color: var(--black);
  font-weight: 800;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 999px;
}
.plan-card h3 { margin-bottom: 2px; }
.plan-sub { color: var(--gray); font-size: .88rem; margin-bottom: 18px; }
.plan-card.featured .plan-sub { color: #cfcdc0; }
.plan-price {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.6rem;
  margin-bottom: 4px;
}
.plan-price small { font-size: 1rem; font-weight: 600; }
.plan-note { font-size: .82rem; color: var(--gray); margin-bottom: 22px; }
.plan-card.featured .plan-note { color: #b9b7ab; }

.plan-list { list-style: none; margin: 0 0 26px; padding: 0; flex-grow: 1; }
.plan-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-size: .93rem;
}
.plan-card.featured .plan-list li { border-top-color: rgba(255,255,255,.12); }
.plan-list li:first-child { border-top: none; }
.plan-list b { text-align: right; white-space: nowrap; }

.plan-links {
  display: flex;
  gap: 14px;
  font-size: .82rem;
  font-weight: 700;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.plan-links a { color: var(--yellow-deep); border-bottom: 1px solid transparent; }
.plan-links a:hover { border-bottom-color: currentColor; }
.plan-card.featured .plan-links a { color: var(--yellow); }

.plan-tiers {
  margin-top: 18px;
  border-top: 1px dashed var(--line);
  padding-top: 14px;
  font-size: .82rem;
}
.plan-card.featured .plan-tiers { border-top-color: rgba(255,255,255,.15); }
.plan-tiers table { width: 100%; border-collapse: collapse; }
.plan-tiers td { padding: 5px 0; }
.plan-tiers td:last-child { text-align: right; font-weight: 800; }

.pending-flag {
  background: #fff4d6;
  border: 1px dashed var(--yellow-deep);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: .78rem;
  color: #6b5300;
  margin-top: 14px;
}

/* ---------- Consultation form ---------- */
.form-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 4px; }
.field label { font-size: .82rem; font-weight: 700; }
.field input, .field select {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: inherit;
  font-size: .95rem;
  background: var(--cream);
}
.field.full { grid-column: 1 / -1; }
.checkbox-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: .8rem;
  color: var(--gray);
  margin: 14px 0;
}
.checkbox-row input { margin-top: 3px; }
.form-promise { font-size: .8rem; color: var(--gray); text-align: center; margin-top: 10px; }
.contact-methods {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 18px;
  font-size: .9rem;
  font-weight: 700;
}
.contact-methods a { color: var(--yellow-deep); }

/* ---------- Testimonials ---------- */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .testi-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .testi-grid { grid-template-columns: 1fr; } }
.testi-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}
.stars { color: var(--yellow-deep); letter-spacing: 2px; margin-bottom: 10px; }
.testi-name { font-weight: 800; margin-top: 12px; }
.testi-role { font-size: .8rem; color: var(--gray); }

/* ---------- FAQ ---------- */
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 1.02rem;
  padding: 20px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: var(--ink);
}
.faq-q::after { content: "+"; font-size: 1.4rem; color: var(--yellow-deep); }
.faq-item.open .faq-q::after { content: "\2212"; }
.faq-a {
  display: none;
  padding: 0 4px 22px;
  color: var(--gray);
  font-size: .95rem;
  max-width: 70ch;
}
.faq-item.open .faq-a { display: block; }

/* ---------- Footer ---------- */
footer.site-footer {
  background: var(--black);
  color: #b9b7ab;
  padding: 56px 0 28px;
  font-size: .88rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 { color: var(--white); font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 10px; }
.footer-grid a:hover { color: var(--yellow); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 22px;
}
.footer-disclaimer {
  font-size: .78rem;
  color: #83816f;
  max-width: 900px;
  margin-top: 18px;
  line-height: 1.6;
}

/* ---------- Simple doc/page layout (SBC / formulary pages) ---------- */
.doc-hero {
  background: var(--black);
  color: var(--white);
  padding: 56px 0;
}
.doc-hero .wrap { text-align: center; }
.doc-toolbar {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.doc-embed-wrap {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.doc-embed-wrap iframe {
  width: 100%;
  height: 82vh;
  border: 0;
  display: block;
}
.breadcrumb {
  font-size: .85rem;
  font-weight: 700;
  color: var(--gray);
  margin-bottom: 14px;
}
.breadcrumb a { color: var(--yellow-deep); }

/* ---------- Formulary table ---------- */
.formulary-toolbar {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.formulary-search {
  flex: 1;
  min-width: 240px;
  padding: 13px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: .95rem;
}
.category-block { margin-bottom: 34px; }
.category-block h3 {
  border-bottom: 2px solid var(--yellow);
  padding-bottom: 8px;
  margin-bottom: 14px;
}
.drug-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px 24px;
}
@media (max-width: 900px) { .drug-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .drug-grid { grid-template-columns: 1fr; } }
.drug-grid div {
  font-size: .88rem;
  padding: 5px 0;
  border-bottom: 1px dotted var(--line);
}
.category-block.hidden { display: none; }
.drug-grid div.hidden { display: none; }

/* ---------- Comparison tables (Major Medical) ---------- */
.table-scroll-wrap { margin-bottom: 12px; }
.scroll-hint {
  font-size: .78rem;
  font-weight: 700;
  color: var(--gray);
  text-align: right;
  margin: 0 0 6px;
}
.table-scroll {
  overflow-x: auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-bottom: 32px;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  font-size: .88rem;
  table-layout: auto;
}
.compare-table caption {
  text-align: left;
  font-family: 'Archivo Black', sans-serif;
  font-size: 1.1rem;
  padding: 20px 20px 4px;
}
.compare-table th, .compare-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}
.compare-table thead th {
  background: var(--black);
  color: var(--white);
  font-weight: 800;
}
.compare-table tbody tr:nth-child(even) { background: var(--cream); }
.compare-table td:first-child, .compare-table th:first-child {
  background: inherit;
  font-weight: 700;
  white-space: normal;
  min-width: 150px;
}
.compare-table thead th:first-child { background: var(--black); }
.compare-table tbody .highlight-col { background: #fff8e0 !important; color: var(--ink); }
.compare-table thead th.highlight-col,
.compare-table thead tr.subhead th.highlight-col {
  background: var(--yellow) !important;
  color: var(--black) !important;
}
.compare-table small { display: block; color: var(--gray); font-weight: 500; }
.net-tag {
  display: inline-block;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--gray);
}

/* Two-tier pricing table header — same black/white/yellow palette as the feature table above */
.compare-table thead tr.subhead th {
  background: var(--black);
  color: var(--white);
  font-size: .8rem;
  letter-spacing: .02em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.compare-table thead tr.grouphead th {
  text-align: center;
  border-left: 2px solid rgba(255,255,255,.25);
}
.compare-table thead tr.grouphead th:first-child { border-left: none; }
.compare-table thead tr.subhead th:first-child {
  min-width: auto;
  font-weight: 800;
}
.compare-table td.group-end, .compare-table th.group-end {
  border-right: 2px solid var(--line);
}

.small-print {
  font-size: .8rem;
  color: var(--gray);
  margin-top: 40px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

/* ---------- Benefit Guide page ---------- */
.guide-toc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  font-size: .85rem;
  color: #cfcdc0;
  margin-top: 18px;
}
.guide-toc a { color: var(--yellow); }
.guide-section { margin-bottom: 64px; }
.guide-section:last-child { margin-bottom: 0; }
.guide-section h2 { margin-bottom: 4px; }
.guide-plan-badge {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--yellow-deep);
  margin-bottom: 8px;
}
.benefit-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 22px;
  box-shadow: var(--shadow);
}
.benefit-table tr.group-row td {
  background: var(--black);
  color: var(--white);
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 10px 18px;
}
.benefit-table td {
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
}
.benefit-table tr:last-child td { border-bottom: none; }
.benefit-table td:last-child { text-align: right; font-weight: 800; }
.benefit-table tr.subtotal td { background: var(--cream); }

.access-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 22px;
}
@media (max-width: 860px) { .access-grid { grid-template-columns: 1fr; } }
.access-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}
.access-card h4 {
  font-size: .95rem;
  margin-bottom: 10px;
  border-bottom: 2px solid var(--yellow);
  padding-bottom: 8px;
}
.access-card p, .access-card ol, .access-card ul { font-size: .88rem; color: var(--gray); }
.access-card ol, .access-card ul { margin: 0 0 12px; padding-left: 1.1em; }
.access-card .btn-sm { margin-top: 4px; }

.contact-strip {
  background: var(--black);
  color: var(--white);
  border-radius: var(--radius);
  padding: 20px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 8px;
}
.contact-strip p { margin: 0; font-size: .88rem; color: #cfcdc0; }
.contact-strip .links { display: flex; gap: 18px; flex-wrap: wrap; font-weight: 800; font-size: .9rem; }
.contact-strip .links a { color: var(--yellow); }

.col-list-3 {
  columns: 3;
  column-gap: 32px;
  font-size: .88rem;
  margin-bottom: 8px;
}
@media (max-width: 860px) { .col-list-3 { columns: 2; } }
@media (max-width: 560px) { .col-list-3 { columns: 1; } }
.col-list-3 li { break-inside: avoid; margin-bottom: 8px; padding-left: 14px; position: relative; }
.col-list-3 li::before {
  content: "";
  position: absolute;
  left: 0; top: .55em;
  width: 6px; height: 6px;
  background: var(--yellow-deep);
  border-radius: 999px;
}

.group-cols-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 8px;
}
@media (max-width: 860px) { .group-cols-3 { grid-template-columns: 1fr; } }
.group-cols-3 h4 {
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  border-bottom: 2px solid var(--yellow);
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.group-cols-3 ul { list-style: none; padding: 0; margin: 0; font-size: .85rem; }
.group-cols-3 li { padding-left: 14px; position: relative; margin-bottom: 8px; }
.group-cols-3 li::before {
  content: "";
  position: absolute;
  left: 0; top: .55em;
  width: 6px; height: 6px;
  background: var(--yellow-deep);
  border-radius: 999px;
}

.limitations-box {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  margin-bottom: 18px;
}
.limitations-box li { margin-bottom: 8px; font-size: .88rem; }
.disclaimer-box {
  background: var(--cream-dark);
  border-radius: var(--radius);
  padding: 18px 22px;
  font-size: .82rem;
  color: var(--gray);
}

.register-card {
  background: var(--black);
  color: var(--white);
  border-radius: var(--radius);
  padding: 26px;
  margin-bottom: 22px;
}
.register-card ol { font-size: .9rem; color: #cfcdc0; }
.card-grid-7 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 22px;
}
@media (max-width: 860px) { .card-grid-7 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .card-grid-7 { grid-template-columns: 1fr; } }
.perk-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}
.perk-card .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px; height: 24px;
  background: var(--yellow);
  color: var(--black);
  border-radius: 999px;
  font-weight: 800;
  font-size: .8rem;
  margin-bottom: 8px;
}
.perk-card h4 { font-size: .92rem; margin-bottom: 6px; }
.perk-card p { font-size: .82rem; color: var(--gray); margin: 0; }

.guide-cta-band {
  background: var(--cream-dark);
  border-radius: var(--radius);
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 0 60px;
}
.guide-cta-band h3 { margin: 0 0 4px; }
.guide-cta-band p { margin: 0; color: var(--gray); }

.guide-link-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  padding: 12px 0;
}
.guide-link-band h2 { font-size: 1.6rem; margin: 4px 0 8px; }
.guide-link-band .doc-toolbar { flex-wrap: nowrap; }
@media (max-width: 640px) {
  .guide-link-band { text-align: center; justify-content: center; }
  .guide-link-band .doc-toolbar { justify-content: center; flex-wrap: wrap; }
}
