/* =========================================================================
   Gold Jasmine Limited — site.css
   Overrides layered on top of Bulma. Two design families:
   - .family-publication  (Modern Observer advertorial + about)
   - .family-offer        (Scopewriter masterclass + legal/contact utility pages)
   ========================================================================= */

:root {
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(10, 12, 15, 0.06);
  --shadow-md: 0 8px 24px rgba(10, 12, 15, 0.08);
  --shadow-lg: 0 20px 48px rgba(10, 12, 15, 0.18);
}

* { box-sizing: border-box; }

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, video { max-width: 100%; height: auto; display: block; }

a { transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease; }

:focus-visible { outline: 3px solid #146b5e; outline-offset: 2px; }

.container { padding-left: 18px; padding-right: 18px; }
@media (min-width: 480px) { .container { padding-left: 24px; padding-right: 24px; } }

/* -------------------------------------------------------------------------
   Family: PUBLICATION (Modern Observer)
   ------------------------------------------------------------------------- */
body.family-publication {
  --c-bg: #ffffff;
  --c-ink: #151d1b;
  --c-muted: #57655f;
  --c-accent: #146b5e;
  --c-accent-dark: #0f5148;
  --c-accent-soft: #e8f5f1;
  --c-border: #e2e8e5;
  --c-surface: #f6faf8;
  background: var(--c-bg);
  color: var(--c-ink);
}

.pub-h1 { font-size: clamp(1.75rem, 1.15rem + 2.6vw, 3rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.08; margin: 0; color: var(--c-ink); }
.pub-h2 { font-size: clamp(1.375rem, 1.1rem + 1.3vw, 2rem); font-weight: 800; letter-spacing: -0.01em; line-height: 1.22; margin: 0 0 14px; color: var(--c-ink); }
.pub-h3 { font-size: clamp(1.1rem, 1rem + 0.5vw, 1.3rem); font-weight: 800; margin: 0 0 10px; color: var(--c-ink); }
.pub-eyebrow { text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.75rem; font-weight: 800; color: var(--c-accent); }

.pub-nav { border-bottom: 1px solid var(--c-border); background: #fff; position: sticky; top: 0; z-index: 40; }
.pub-nav__inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 12px; }
.pub-nav__brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 1.05rem; color: var(--c-ink); }
.pub-nav__brand:hover { color: var(--c-accent); }
.pub-nav__brand-mark { width: 30px; height: 30px; border-radius: 8px; background: var(--c-accent); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 0.95rem; flex: none; }
.pub-nav__links { display: none; gap: 26px; align-items: center; }
.pub-nav__links a { color: var(--c-ink); font-weight: 600; font-size: 0.95rem; }
.pub-nav__links a:hover, .pub-nav__links a[aria-current="page"] { color: var(--c-accent); }
.pub-nav__cta { display: none; }
.pub-nav__toggle { display: inline-flex; align-items: center; justify-content: center; background: none; border: 1px solid var(--c-border); border-radius: 8px; padding: 9px 11px; min-width: 44px; min-height: 44px; cursor: pointer; }
.pub-nav__toggle span, .pub-nav__toggle span::before, .pub-nav__toggle span::after { content: ""; display: block; width: 18px; height: 2px; background: var(--c-ink); position: relative; }
.pub-nav__toggle span::before { position: absolute; top: -6px; }
.pub-nav__toggle span::after { position: absolute; top: 6px; }
@media (min-width: 768px) { .pub-nav__links { display: flex; } .pub-nav__cta { display: inline-flex; } .pub-nav__toggle { display: none; } }
.pub-nav__mobile { display: flex; flex-direction: column; gap: 2px; padding: 8px 0 18px; border-top: 1px solid var(--c-border); }
.pub-nav__mobile a { padding: 12px 4px; font-weight: 700; color: var(--c-ink); font-size: 1rem; min-height: 44px; display: flex; align-items: center; }

.promo-bar { background: var(--c-accent-soft); border-bottom: 1px solid var(--c-border); }
.promo-bar__inner { display: flex; flex-direction: column; gap: 12px; padding: 14px 0; align-items: flex-start; }
.promo-bar p { margin: 0; font-weight: 700; color: var(--c-ink); font-size: 0.92rem; }
@media (min-width: 768px) { .promo-bar__inner { flex-direction: row; align-items: center; justify-content: space-between; gap: 20px; } }

.breadcrumb-row { padding: 16px 0 0; font-size: 0.85rem; color: var(--c-muted); }
.breadcrumb-row a { color: var(--c-muted); font-weight: 700; }
.breadcrumb-row a:hover { color: var(--c-accent); }
.breadcrumb-row .sep { margin: 0 6px; }

.disclosure-ribbon { display: inline-flex; align-items: center; gap: 6px; background: #fff3d6; color: #7a5b06; border: 1px solid #f1dfa8; padding: 7px 14px; border-radius: 999px; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.02em; margin: 20px 0 16px; }

.article-head { padding-top: 4px; max-width: 760px; }
.article-sub { font-size: 1.08rem; color: var(--c-muted); margin-top: 16px; max-width: 640px; line-height: 1.6; }

.toc-select-wrap { position: relative; margin: 24px 0 30px; border: 1px solid var(--c-border); border-radius: 12px; background: var(--c-surface); max-width: 420px; }
.toc-select { width: 100%; border: 0; background: transparent; padding: 14px 16px; font-weight: 700; font-size: 0.95rem; color: var(--c-ink); border-radius: 12px; min-height: 48px; }

.article-body { max-width: 720px; }
.article-body p { line-height: 1.75; font-size: 1.02rem; color: var(--c-ink); margin: 0 0 16px; }
.article-body > p:first-of-type { font-size: 1.12rem; }

.article-media { margin: 30px 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.article-media img { width: 100%; }
.video-frame { aspect-ratio: 16 / 10; background: #0c0e12; }
.video-frame video { width: 100%; height: 100%; object-fit: cover; }
.media-caption { font-size: 0.85rem; color: var(--c-muted); margin-top: 10px; }

.qa-block { margin: 34px 0; padding-top: 26px; border-top: 1px solid var(--c-border); }
.qa-block:first-of-type { border-top: none; padding-top: 0; margin-top: 26px; }
.qa-q { display: flex; gap: 12px; align-items: flex-start; font-weight: 800; font-size: 1.1rem; margin: 0 0 12px; color: var(--c-ink); }
.qa-q__mark { flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--c-accent); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 0.82rem; font-weight: 800; }
.qa-a p { line-height: 1.75; font-size: 1rem; color: var(--c-ink); margin: 0 0 12px; }
.qa-a p:last-child { margin-bottom: 0; }

.takeaway-box { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: var(--radius-md); padding: 22px 22px; margin: 30px 0; }
.takeaway-box h3 { margin: 0 0 14px; }
.takeaway-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.takeaway-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 0.98rem; line-height: 1.5; }
.takeaway-list li::before { content: "\2713"; flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--c-accent); color: #fff; font-size: 0.72rem; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; margin-top: 2px; }

.cta-band { background: var(--c-accent); color: #fff; border-radius: var(--radius-lg); padding: 28px 24px; margin: 38px 0; display: flex; flex-direction: column; gap: 16px; }
.cta-band h3 { color: #fff; margin: 0; font-size: clamp(1.15rem, 1rem + 1vw, 1.5rem); font-weight: 800; }
.cta-band p { color: rgba(255, 255, 255, 0.88); margin: 6px 0 0; }
.cta-band .btn-invert { align-self: flex-start; background: #fff; color: var(--c-accent-dark); font-weight: 800; border-radius: 999px; padding: 13px 24px; border: 0; min-height: 44px; display: inline-flex; align-items: center; }
.cta-band .btn-invert:hover { background: #eefaf6; }
@media (min-width: 768px) { .cta-band { flex-direction: row; align-items: center; justify-content: space-between; gap: 24px; } .cta-band .btn-invert { align-self: center; flex: none; } }

.leverage-section { background: var(--c-surface); border-radius: var(--radius-lg); padding: 32px 22px; margin: 38px 0; }
.leverage-steps { list-style: none; margin: 18px 0 0; padding: 0; counter-reset: step; display: flex; flex-direction: column; gap: 16px; }
.leverage-steps li { counter-increment: step; display: flex; gap: 14px; align-items: flex-start; }
.leverage-steps li::before { content: counter(step); flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--c-accent); color: #fff; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; font-size: 0.85rem; }
.leverage-steps strong { display: block; color: var(--c-ink); margin-bottom: 2px; }
.leverage-steps span { color: var(--c-muted); font-size: 0.95rem; line-height: 1.5; }

.rate-table-wrap { overflow-x: auto; margin: 22px 0; border: 1px solid var(--c-border); border-radius: var(--radius-md); -webkit-overflow-scrolling: touch; }
.rate-table { width: 100%; border-collapse: collapse; min-width: 460px; }
.rate-table th, .rate-table td { padding: 14px 16px; text-align: left; font-size: 0.92rem; border-bottom: 1px solid var(--c-border); }
.rate-table th { background: var(--c-surface); font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.7rem; color: var(--c-muted); }
.rate-table tr:last-child td { border-bottom: 0; }
.rate-table td.amount { font-weight: 800; white-space: nowrap; color: var(--c-ink); }
.rate-note { font-size: 0.82rem; color: var(--c-muted); margin-top: 10px; line-height: 1.5; }

.closing-summary { background: var(--c-surface); border-radius: var(--radius-lg); padding: 26px 22px; margin: 34px 0 8px; }

.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; background: #fff; border-top: 1px solid var(--c-border); padding: 10px 16px; display: flex; gap: 12px; align-items: center; justify-content: space-between; z-index: 50; box-shadow: 0 -6px 20px rgba(10, 12, 15, 0.1); }
.sticky-cta span { font-weight: 700; font-size: 0.82rem; color: var(--c-ink); }
.sticky-cta .button { flex: none; min-height: 44px; }
@media (min-width: 1024px) { .sticky-cta { display: none; } }
body.has-sticky-cta { padding-bottom: 78px; }
@media (min-width: 1024px) { body.has-sticky-cta { padding-bottom: 0; } }

/* -------------------------------------------------------------------------
   Family: OFFER (Scopewriter)
   ------------------------------------------------------------------------- */
body.family-offer {
  --c-bg: #ffffff;
  --c-ink: #171a1f;
  --c-muted: #5b616c;
  --c-dark: #0c0e12;
  --c-dark2: #171a21;
  --c-accent: #ef2d5e;
  --c-accent-dark: #c11947;
  --c-border: #e7e8ec;
  --c-surface: #f5f6fa;
  --c-on-dark-muted: #9aa0ab;
  background: var(--c-bg);
  color: var(--c-ink);
}

.offer-h1 { font-size: clamp(1.9rem, 1.25rem + 3vw, 3.25rem); font-weight: 800; letter-spacing: -0.01em; line-height: 1.06; margin: 0; }
.offer-h2 { font-size: clamp(1.4rem, 1.1rem + 1.3vw, 2.1rem); font-weight: 800; letter-spacing: -0.01em; margin: 0 0 12px; color: var(--c-ink); }
.offer-h3 { font-size: 1.15rem; font-weight: 800; margin: 0 0 10px; color: var(--c-ink); }
.offer-kicker { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.75rem; font-weight: 800; color: var(--c-accent); }

.offer-nav { background: var(--c-dark); position: sticky; top: 0; z-index: 40; }
.offer-nav__inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; gap: 12px; }
.offer-nav__brand { color: #fff; font-weight: 800; font-size: 1.05rem; display: inline-flex; align-items: center; gap: 9px; }
.offer-nav__brand-mark { width: 30px; height: 30px; border-radius: 8px; background: var(--c-accent); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; flex: none; }
.offer-nav__links { display: none; gap: 26px; }
.offer-nav__links a { color: var(--c-on-dark-muted); font-weight: 600; font-size: 0.92rem; }
.offer-nav__links a:hover, .offer-nav__links a[aria-current="page"] { color: #fff; }
.offer-nav__cta { display: none; }
.offer-nav__toggle { background: transparent; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 8px; padding: 9px 11px; color: #fff; min-width: 44px; min-height: 44px; cursor: pointer; }
.offer-nav__toggle span, .offer-nav__toggle span::before, .offer-nav__toggle span::after { content: ""; display: block; width: 18px; height: 2px; background: #fff; position: relative; }
.offer-nav__toggle span::before { position: absolute; top: -6px; }
.offer-nav__toggle span::after { position: absolute; top: 6px; }
@media (min-width: 768px) { .offer-nav__links { display: flex; } .offer-nav__cta { display: inline-flex; } .offer-nav__toggle { display: none; } }
.offer-nav__mobile { display: flex; flex-direction: column; padding: 8px 0 18px; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.offer-nav__mobile a { color: #fff; padding: 12px 4px; font-weight: 700; min-height: 44px; display: flex; align-items: center; }

.btn-accent { background: var(--c-accent); color: #fff !important; font-weight: 800; border-radius: 999px; padding: 14px 26px; border: 0; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; }
.btn-accent:hover { background: var(--c-accent-dark); }
.btn-ghost-dark { background: transparent; color: #fff !important; font-weight: 700; border-radius: 999px; padding: 13px 25px; border: 1px solid rgba(255, 255, 255, 0.35); min-height: 44px; display: inline-flex; align-items: center; }
.btn-ghost-dark:hover { border-color: #fff; }
.btn-outline-dark { background: transparent; color: var(--c-ink) !important; font-weight: 700; border-radius: 999px; padding: 13px 25px; border: 1px solid var(--c-border); min-height: 44px; display: inline-flex; align-items: center; }
.btn-outline-dark:hover { border-color: var(--c-ink); }

.offer-hero { background: linear-gradient(180deg, var(--c-dark) 0%, var(--c-dark2) 100%); color: #fff; padding: 40px 0 56px; }
.offer-hero__grid { display: flex; flex-direction: column; gap: 36px; }
@media (min-width: 1024px) { .offer-hero__grid { flex-direction: row; align-items: center; gap: 48px; } .offer-hero__copy { flex: 1 1 54%; } .offer-hero__media { flex: 1 1 46%; } }
.offer-hero__sub { color: var(--c-on-dark-muted); font-size: 1.08rem; margin-top: 18px; max-width: 560px; line-height: 1.65; }
.offer-hero__points { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.offer-hero__points li { background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.16); padding: 9px 14px; border-radius: 999px; font-size: 0.85rem; font-weight: 600; color: #fff; }
.offer-hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.offer-hero__media { position: relative; margin-top: 6px; }
.offer-hero__media-frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 3; box-shadow: var(--shadow-lg); }
.offer-hero__media-frame video { width: 100%; height: 100%; object-fit: cover; }
.offer-hero__badge { position: absolute; right: 14px; bottom: -20px; background: var(--c-accent); color: #fff; width: 112px; height: 112px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: var(--shadow-lg); font-weight: 800; line-height: 1.15; padding: 6px; }
.offer-hero__badge small { display: block; font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; opacity: 0.92; }
.offer-hero__badge strong { font-size: 1.05rem; }
@media (max-width: 479px) { .offer-hero__badge { width: 92px; height: 92px; right: 8px; bottom: -16px; } }

.offer-section { padding: 48px 0; }
.offer-section--tint { background: var(--c-surface); }
.offer-section--dark { background: var(--c-dark); color: #fff; }
.offer-section--dark .offer-h2 { color: #fff; }
.offer-section--dark .offer-h3 { color: #fff; }
.offer-section--dark p { color: var(--c-on-dark-muted); }
.offer-section__head { max-width: 700px; margin: 0 0 30px; }
.offer-section__head p { color: var(--c-muted); font-size: 1.03rem; line-height: 1.6; margin-top: 10px; }
@media (min-width: 768px) { .offer-section { padding: 68px 0; } }

.steps-strip { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 6px; }
@media (min-width: 600px) { .steps-strip { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .steps-strip { grid-template-columns: repeat(4, 1fr); } }
.step-card { background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius-md); padding: 22px 20px; }
.step-card__num { width: 32px; height: 32px; border-radius: 50%; background: var(--c-dark); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.9rem; margin-bottom: 14px; }
.step-card p { color: var(--c-muted); font-size: 0.92rem; line-height: 1.55; margin: 0; }

.deliverable-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 6px; }
@media (min-width: 768px) { .deliverable-grid { grid-template-columns: repeat(3, 1fr); } }
.deliverable-card { border: 1px solid var(--c-border); border-radius: var(--radius-md); padding: 24px 20px; background: #fff; }
.deliverable-card p { color: var(--c-muted); font-size: 0.92rem; line-height: 1.55; margin: 8px 0 0; }

.rate-table-wrap.on-dark { border-color: rgba(255, 255, 255, 0.15); }

.leverage-panel { border-radius: var(--radius-lg); padding: 32px 24px; background: #fff; border: 1px solid var(--c-border); }
.leverage-panel .leverage-steps li::before { background: var(--c-accent); }
.leverage-panel .leverage-steps strong { color: var(--c-ink); }
.leverage-panel .leverage-steps span { color: var(--c-muted); }

.curriculum-list { list-style: none; margin: 8px 0 0; padding: 0; counter-reset: cnum; display: flex; flex-direction: column; gap: 14px; }
.curriculum-list li { counter-increment: cnum; display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius-md); padding: 16px 18px; }
.curriculum-list li::before { content: counter(cnum, decimal-leading-zero); flex: none; font-weight: 800; color: var(--c-accent); font-size: 0.95rem; }

.outcomes-list { list-style: none; margin: 8px 0 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 600px) { .outcomes-list { grid-template-columns: repeat(2, 1fr); } }
.outcomes-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.95rem; line-height: 1.5; }
.outcomes-list li::before { content: "\2713"; flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--c-dark); color: #fff; font-size: 0.7rem; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; margin-top: 2px; }

.pricing-card { background: var(--c-dark); color: #fff; border-radius: var(--radius-lg); padding: 32px 24px; box-shadow: var(--shadow-lg); }
.pricing-card__badge { display: inline-flex; background: var(--c-accent); color: #fff; font-weight: 800; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; padding: 7px 13px; border-radius: 999px; margin-bottom: 16px; }
.pricing-card__name { font-size: clamp(1.3rem, 1.1rem + 1vw, 1.7rem); font-weight: 800; margin: 0 0 8px; }
.pricing-card__price { font-size: clamp(2rem, 1.6rem + 1.6vw, 2.75rem); font-weight: 800; margin: 6px 0 2px; }
.pricing-card__price span { font-size: 1rem; font-weight: 600; color: var(--c-on-dark-muted); }
.pricing-card__hours { color: var(--c-on-dark-muted); font-size: 0.9rem; margin-bottom: 18px; }
.pricing-tabs { display: flex; gap: 6px; flex-wrap: wrap; margin: 22px 0 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
.pricing-tabs button { background: transparent; border: 0; color: var(--c-on-dark-muted); font-weight: 700; padding: 10px 6px; font-size: 0.86rem; border-bottom: 2px solid transparent; cursor: pointer; min-height: 44px; }
.pricing-tabs button.is-active { color: #fff; border-bottom-color: var(--c-accent); }
.pricing-panel ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.pricing-panel li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.95rem; color: #e7e9ef; line-height: 1.5; }
.pricing-panel li::before { content: "\2713"; flex: none; width: 20px; height: 20px; border-radius: 50%; background: var(--c-accent); color: #fff; font-size: 0.65rem; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; margin-top: 2px; }
.pricing-card__cta { margin-top: 24px; }
.pricing-card__cta .btn-accent { width: 100%; justify-content: center; }
@media (min-width: 768px) { .pricing-card__cta .btn-accent { width: auto; } }

.addon-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 6px; }
@media (min-width: 768px) { .addon-grid { grid-template-columns: repeat(2, 1fr); } }
.addon-card { border: 1px solid var(--c-border); border-radius: var(--radius-md); padding: 22px 20px; background: #fff; display: flex; flex-direction: column; gap: 10px; }
.addon-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.addon-card__price { font-weight: 800; color: var(--c-accent); font-size: 1.1rem; white-space: nowrap; }
.addon-card p { color: var(--c-muted); font-size: 0.92rem; line-height: 1.55; margin: 0; }

.perks-list { list-style: none; margin: 8px 0 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 600px) { .perks-list { grid-template-columns: repeat(2, 1fr); } }
.perks-list li { display: flex; gap: 10px; align-items: flex-start; background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius-md); padding: 15px 16px; font-size: 0.92rem; line-height: 1.5; }
.perks-list li::before { content: "\2605"; flex: none; color: var(--c-accent); font-weight: 800; }

.limits-block { border: 1px solid var(--c-border); border-radius: var(--radius-lg); padding: 28px 24px; background: #fff; }
.limits-list { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.limits-list li { padding-left: 20px; position: relative; font-size: 0.95rem; color: var(--c-ink); line-height: 1.55; }
.limits-list li::before { content: "\2013"; position: absolute; left: 0; color: var(--c-muted); font-weight: 800; }

.simple-panel { display: flex; flex-direction: column; gap: 26px; align-items: flex-start; }
@media (min-width: 1024px) { .simple-panel { flex-direction: row; align-items: center; gap: 44px; } .simple-panel__media { flex: 1 1 44%; } .simple-panel__copy { flex: 1 1 56%; } }
.simple-panel__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.simple-panel__copy ul { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.simple-panel__copy li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.95rem; }
.simple-panel__copy li::before { content: "\2713"; flex: none; width: 20px; height: 20px; border-radius: 50%; background: var(--c-dark); color: #fff; font-size: 0.65rem; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; margin-top: 2px; }

.lead-form-wrap { background: var(--c-dark); border-radius: var(--radius-lg); padding: 30px 22px; color: #fff; }
@media (min-width: 768px) { .lead-form-wrap { padding: 40px; } }
.lead-form-wrap .label { color: #fff; font-weight: 700; font-size: 0.88rem; }
.lead-form-wrap .input, .lead-form-wrap .textarea {
  background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.22); color: #fff;
  font-size: 1rem; min-height: 46px; border-radius: 10px;
}
.lead-form-wrap .textarea { min-height: 110px; }
.lead-form-wrap .input::placeholder, .lead-form-wrap .textarea::placeholder { color: rgba(255, 255, 255, 0.42); }
.lead-form-wrap .input:focus, .lead-form-wrap .textarea:focus { border-color: var(--c-accent); box-shadow: 0 0 0 3px rgba(239, 45, 94, 0.28); }
.consent-row { display: flex; gap: 10px; align-items: flex-start; margin: 16px 0; font-size: 0.85rem; color: var(--c-on-dark-muted); line-height: 1.5; }
.consent-row input { margin-top: 3px; width: 19px; height: 19px; flex: none; }
.consent-row a { color: #fff; font-weight: 700; }
.field-error { color: #ffb4c2; font-size: 0.8rem; margin-top: 6px; display: block; }
.form-success { background: rgba(46, 196, 120, 0.14); border: 1px solid rgba(46, 196, 120, 0.45); color: #eafff2; border-radius: var(--radius-md); padding: 20px; font-weight: 600; line-height: 1.5; }
.lead-form-note { color: var(--c-on-dark-muted); font-size: 0.82rem; margin-top: 14px; line-height: 1.5; }

.legal-hero { background: var(--c-dark); color: #fff; padding: 40px 0 36px; }
.legal-hero h1 { color: #fff; }
.legal-hero p { color: var(--c-on-dark-muted); margin-top: 10px; max-width: 640px; line-height: 1.6; }
.legal-body { padding: 40px 0 20px; }
.legal-body .container { max-width: 780px; }
.legal-body h2 { margin-top: 32px; margin-bottom: 12px; }
.legal-body p, .legal-body li { color: var(--c-ink); line-height: 1.72; font-size: 1rem; }
.legal-body ul { padding-left: 20px; margin-bottom: 16px; }
.legal-body p { margin-bottom: 16px; }

/* -------------------------------------------------------------------------
   Shared: publication page head (about), disclaimer + footer (both families)
   ------------------------------------------------------------------------- */
.pub-page-head { padding: 36px 0 6px; }
.pub-page-head p { margin-top: 14px; max-width: 640px; }

.site-disclaimer { max-width: 960px; margin: 44px auto 0; padding: 0 20px; font-size: 0.9rem; line-height: 1.65; color: var(--c-muted); display: block; }
.site-disclaimer a { color: var(--c-accent); font-weight: 700; }
body.family-offer .site-disclaimer { background: var(--c-surface); border-radius: var(--radius-lg); padding: 24px 22px; max-width: 1080px; }

.site-footer { margin-top: 30px; border-top: 1px solid var(--c-border); padding: 32px 0 44px; }
.site-footer__inner { max-width: 1080px; margin: 0 auto; padding: 0 20px; display: flex; flex-direction: column; gap: 22px; }
.site-footer__company { font-size: 0.85rem; line-height: 1.75; color: var(--c-muted); }
.site-footer__company strong { color: var(--c-ink); display: block; font-size: 0.95rem; margin-bottom: 4px; }
.site-footer__links { display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 0; margin: 0; list-style: none; }
.site-footer__links a { font-size: 0.85rem; font-weight: 700; color: var(--c-ink); padding: 6px 0; min-height: 44px; display: inline-flex; align-items: center; }
.site-footer__links a:hover { color: var(--c-accent); }

body.family-offer .site-footer { background: var(--c-dark); color: var(--c-on-dark-muted); border-top: 0; margin-top: 40px; }
body.family-offer .site-footer__company { color: var(--c-on-dark-muted); }
body.family-offer .site-footer__company strong { color: #fff; }
body.family-offer .site-footer__links a { color: #fff; }
body.family-offer .site-footer__links a:hover { color: var(--c-accent); }

@media (min-width: 768px) {
  .site-footer__inner { flex-direction: row; align-items: flex-start; justify-content: space-between; gap: 40px; }
}

/* Utility */
.u-mt-0 { margin-top: 0 !important; }
[x-cloak] { display: none !important; }
