/* =========================================================================
   Gold Jasmine — site/assets/css/style.css
   Plain CSS, mobile-first, system fonts, no framework.
   Two design families share this file:
     .family-pub   -> "Daily Report" publication (advertorial + about)
     .family-offer -> masterclass / legal / contact pages
   ========================================================================= */

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #1c1a17;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; }
li { list-style: none; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; }
input, textarea { width: 100%; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid #2f6fed;
  outline-offset: 2px;
}

/* ---------- layout helpers ---------- */
.wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
}
.wrap--narrow { max-width: 780px; }
.wrap--article { max-width: 1080px; }

section { padding: 44px 0; }
@media (min-width: 768px) { section { padding: 64px 0; } }
@media (min-width: 1024px) { section { padding: 84px 0; } }

.section-kicker {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* ---------- buttons (period-correct: gradient, bevel, shadow) ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 26px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  border: 1px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  text-align: center;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn--pub {
  background-image: linear-gradient(180deg, #d9713f 0%, #c1592f 55%, #ab4a24 100%);
  color: #fff;
  border: 1px solid #94401d;
  box-shadow: 0 2px 0 rgba(0,0,0,0.15), 0 8px 18px rgba(140,60,20,0.28);
}
.btn--pub:hover { background-image: linear-gradient(180deg, #e07f4c 0%, #c96238 55%, #ab4a24 100%); }

.btn--offer {
  background-image: linear-gradient(180deg, #ea6a52 0%, #e1543c 55%, #c23f2a 100%);
  color: #fff;
  border: 1px solid #a8351f;
  box-shadow: 0 2px 0 rgba(0,0,0,0.12), 0 10px 20px rgba(193,63,40,0.28);
  padding-right: 10px;
}
.btn--offer:hover { background-image: linear-gradient(180deg, #f0785f 0%, #e75f47 55%, #c23f2a 100%); }

.btn__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #c23f2a;
  font-size: 1rem;
  flex-shrink: 0;
}

.btn--outline {
  background: #fff;
  color: #1c1a17;
  border: 1px solid #cfc6b6;
  box-shadow: none;
}
.btn--outline.btn--offer-line { color: #202a33; border-color: #cbb98f; }

.btn--block { width: 100%; }
.btn--lg { padding: 15px 30px; font-size: 1.05rem; }

/* =========================================================================
   PUBLICATION FAMILY (advertorial + about)
   ========================================================================= */
.family-pub { background: #fbf8f3; color: #1c1a17; }
.family-pub h1, .family-pub h2, .family-pub h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #171310;
  line-height: 1.15;
}

.pub-masthead {
  border-bottom: 1px solid #e4ddd0;
  background: #fff;
}
.pub-masthead__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 10px;
}
.pub-masthead__name {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.01em;
}
.pub-masthead__tag {
  font-size: 0.72rem;
  color: #7a7367;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: none;
}
@media (min-width: 480px) { .pub-masthead__tag { display: inline; } }

.pub-ribbon {
  background: #141414;
  color: #fff;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 10px 12px;
}

.pub-article { padding-top: 30px; padding-bottom: 30px; }
.pub-article__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}
@media (min-width: 1024px) {
  .pub-article__grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; align-items: start; }
}

.pub-h1 {
  font-size: clamp(1.7rem, 5.4vw, 2.7rem);
  font-weight: 700;
  margin-bottom: 14px;
}
.pub-dek {
  font-size: clamp(1.02rem, 2.4vw, 1.2rem);
  color: #514b41;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin-bottom: 20px;
}
.pub-dek strong { font-style: normal; color: #c1592f; }

.pub-byline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4ddd0;
  font-size: 0.88rem;
  color: #6b6459;
}
.pub-byline__avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: linear-gradient(160deg, #dba26e, #c1592f);
  color: #fff; font-weight: 700; font-size: 0.85rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.pub-byline__name { color: #1c1a17; font-weight: 700; }
.pub-byline__meta { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.pub-byline__stat { display: inline-flex; align-items: center; gap: 5px; }
.pub-byline__stat svg { width: 15px; height: 15px; }

.pub-lead {
  background: #f1e9db;
  border: 1px solid #e6d9bf;
  border-radius: 4px;
  padding: 20px 22px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: clamp(1.02rem, 2.3vw, 1.18rem);
  color: #3a3327;
  margin-bottom: 26px;
}

.pub-figure { margin: 0 0 28px; }
.pub-figure img, .pub-figure video { border-radius: 6px; width: 100%; }
.pub-figure figcaption {
  font-size: 0.82rem; color: #8a8377; margin-top: 8px; text-align: center;
}
.pub-video-frame {
  position: relative; width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  overflow: hidden;
  background: #14110d;
}
.pub-video-frame video { width: 100%; height: 100%; object-fit: cover; }

.pub-body { font-size: 1.06rem; color: #2c2822; }
.pub-body p { margin-bottom: 18px; }
.pub-body h2 {
  font-size: clamp(1.35rem, 3.4vw, 1.75rem);
  margin: 40px 0 16px;
}
.pub-body h3 {
  font-size: clamp(1.1rem, 2.6vw, 1.3rem);
  margin: 26px 0 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #1c1a17;
}
.pub-body a { color: #ab4a24; text-decoration: underline; text-underline-offset: 2px; }
.pub-body ul, .pub-body ol { margin: 0 0 18px 0; }
.pub-body ul li, .pub-body ol li { list-style: none; position: relative; padding-left: 26px; margin-bottom: 10px; }
.pub-body ul li::before {
  content: "•"; position: absolute; left: 6px; top: 0; color: #c1592f; font-weight: 700;
}

/* market-rate oversized band */
.rate-band {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 14px;
  margin: 6px 0 4px;
}
@media (min-width: 600px) { .rate-band { grid-template-columns: repeat(4, 1fr); } }
.rate-band__item { text-align: center; padding: 6px 4px; }
.rate-band__num {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: clamp(1.3rem, 4.4vw, 2rem);
  color: #ab4a24;
  line-height: 1.05;
}
.family-offer .rate-band__num { color: #c23f2a; }
.rate-band__label {
  display: block;
  font-size: 0.78rem;
  color: #6b6459;
  margin-top: 6px;
}

/* two-column split (AI leverage + market element) */
.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin: 8px 0 6px;
}
@media (min-width: 768px) { .split { grid-template-columns: 1fr 1fr; gap: 30px; align-items: stretch; } }
.split__col { display: flex; flex-direction: column; }

.callout {
  background: #fff;
  border: 1px solid #e4ddd0;
  border-left: 5px solid #c1592f;
  border-radius: 4px;
  padding: 22px;
  height: 100%;
}
.callout__label {
  font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: #ab4a24; font-weight: 700; margin-bottom: 8px; display: block;
}
.callout h3 { font-size: 1.2rem; margin-bottom: 10px; }
.callout p { color: #3a352c; margin-bottom: 10px; }
.callout p:last-child { margin-bottom: 0; }

.rate-panel {
  background: #f6f1e8;
  border: 1px solid #e6d9bf;
  border-radius: 4px;
  padding: 22px;
  height: 100%;
}
.rate-panel__label {
  font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: #6b6459; font-weight: 700; margin-bottom: 6px; display: block;
}

/* offer list ("what you can offer clients") */
.offer-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 8px 0 4px;
}
@media (min-width: 640px) { .offer-list { grid-template-columns: repeat(3, 1fr); } }
.offer-list__item {
  background: #fff;
  border: 1px solid #e4ddd0;
  border-radius: 6px;
  padding: 18px;
}
.offer-list__item strong { display: block; margin-bottom: 6px; color: #171310; }
.offer-list__item span { font-size: 0.92rem; color: #57503f; }

/* numbered list section */
.num-list { display: flex; flex-direction: column; gap: 20px; margin: 6px 0 4px; }
.num-list__item { display: flex; gap: 16px; align-items: flex-start; }
.num-list__badge {
  flex-shrink: 0;
  width: 40px; height: 40px; border-radius: 50%;
  background: #171310; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-family: Georgia, serif;
}
.num-list__body h3 { margin-bottom: 6px; font-size: 1.08rem; }
.num-list__body p { color: #3a352c; margin: 0; }

/* promo callout linking to masterclass */
.promo-callout {
  background: #171310;
  color: #f4ede1;
  border-radius: 8px;
  padding: 30px 24px;
  text-align: center;
  margin: 10px 0;
}
.promo-callout .section-kicker { color: #e2a86f; }
.promo-callout h3 {
  color: #fff;
  font-size: clamp(1.25rem, 3.6vw, 1.7rem);
  margin-bottom: 12px;
}
.promo-callout p { color: #d7cfc0; margin-bottom: 20px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* summary box */
.summary-box {
  background: #fff;
  border: 2px solid #171310;
  border-radius: 6px;
  padding: 24px;
  margin: 6px 0 4px;
}
.summary-box h3 { margin-bottom: 14px; font-size: 1.2rem; }
.summary-box ul li {
  padding-left: 28px; margin-bottom: 10px; position: relative; color: #2c2822;
}
.summary-box ul li::before {
  content: "✓"; position: absolute; left: 0; top: 0; color: #ab4a24; font-weight: 700;
}

/* mini FAQ */
.faq { display: flex; flex-direction: column; gap: 10px; margin: 6px 0; }
.faq details {
  background: #fff; border: 1px solid #e4ddd0; border-radius: 6px; padding: 4px 4px;
}
.faq summary {
  cursor: pointer; list-style: none; padding: 14px 40px 14px 16px; font-weight: 700;
  position: relative; font-size: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
  font-size: 1.3rem; color: #ab4a24; font-weight: 700;
}
.faq details[open] summary::after { content: "\2212"; }
.faq__answer { padding: 0 16px 16px; color: #3a352c; }

/* CTA block (alternating tone) */
.cta-block {
  text-align: center;
  padding: 34px 20px;
  border-radius: 8px;
}
.cta-block--pub { background: #f1e9db; border: 1px solid #e6d9bf; }
.cta-block h3 { font-size: clamp(1.2rem, 3.4vw, 1.5rem); margin-bottom: 14px; }
.cta-block p { color: #514b41; margin-bottom: 18px; max-width: 520px; margin-left: auto; margin-right: auto; }

/* pub sidebar */
.pub-aside__card {
  background: #fff;
  border: 1px solid #e4ddd0;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 22px;
}
.pub-aside__card h2, .pub-aside__card h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  color: #171310;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e4ddd0;
}
.pub-aside__list li {
  padding-left: 24px; position: relative; margin-bottom: 12px; font-size: 0.94rem; color: #3a352c;
}
.pub-aside__list li::before { content: "—"; position: absolute; left: 0; color: #ab4a24; }
.pub-aside__price {
  font-family: Georgia, serif; font-weight: 700; font-size: 1.6rem; color: #ab4a24; margin-bottom: 4px;
}
.pub-aside__note { font-size: 0.8rem; color: #7a7367; margin-bottom: 16px; }
@media (min-width: 1024px) { .pub-aside { position: sticky; top: 18px; } }

/* asterisk note */
.asterisk-note { font-size: 0.82rem; color: #7a7367; margin-top: 6px; }
.family-offer .asterisk-note { color: #6b7480; }

/* =========================================================================
   OFFER FAMILY (masterclass + legal/contact pages)
   ========================================================================= */
.family-offer { background: #fdf7ef; color: #202a33; }
.family-offer h1, .family-offer h2, .family-offer h3 { color: #171f27; line-height: 1.18; }

.offer-topbar {
  background: #e7b84e;
  color: #3a2c0c;
  text-align: center;
  font-size: 0.86rem;
  font-weight: 600;
  padding: 9px 12px;
}
.offer-topbar a { text-decoration: underline; }

.offer-header {
  background: #fdf7ef;
  border-bottom: 1px solid #ecdfc7;
  position: sticky;
  top: 0;
  z-index: 40;
}
.offer-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
}
.offer-logo { font-weight: 800; font-size: 1.15rem; letter-spacing: -0.01em; color: #171f27; }
.offer-logo span { color: #c23f2a; }

.offer-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 8px;
  border: 1px solid #ded0ac;
  background: #fff;
}
@media (min-width: 1024px) { .offer-nav-toggle { display: none; } }
.offer-nav-toggle span, .offer-nav-toggle::before, .offer-nav-toggle::after {
  content: ""; display: block; width: 18px; height: 2px; background: #202a33;
  position: relative;
}
.offer-nav-toggle { flex-direction: column; gap: 4px; }

.offer-nav {
  display: none;
  width: 100%;
}
.offer-nav.is-open { display: block; }
.offer-nav__list {
  display: flex; flex-direction: column; gap: 2px;
  padding: 10px 0 16px;
}
.offer-nav__list a {
  display: block; padding: 10px 4px; font-weight: 600; border-bottom: 1px solid #ecdfc7;
}
.offer-header__cta { display: none; }

@media (min-width: 1024px) {
  .offer-nav { display: block !important; width: auto; }
  .offer-nav__list { flex-direction: row; gap: 26px; padding: 0; }
  .offer-nav__list a { padding: 4px 0; border-bottom: 0; font-weight: 600; }
  .offer-nav__list a:hover { color: #c23f2a; }
  .offer-header__cta { display: inline-flex; }
}

.offer-hero {
  background: #f4dfc7;
  padding: 40px 0 70px;
  position: relative;
  overflow: hidden;
}
.offer-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: center;
}
@media (min-width: 900px) { .offer-hero__grid { grid-template-columns: 1.1fr 0.9fr; gap: 40px; } }

.offer-pill {
  display: inline-block;
  background: #fff;
  border: 1px solid #ddc9a3;
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7a5a24;
  margin-bottom: 18px;
}
.offer-h1 {
  font-size: clamp(1.85rem, 6vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}
.offer-h1 em { color: #c23f2a; font-style: normal; }
.offer-hero__h2 {
  font-size: clamp(1.1rem, 2.6vw, 1.35rem);
  font-weight: 700;
  color: #3a4652;
  margin-bottom: 14px;
}
.offer-hero p.offer-lede { font-size: 1.05rem; color: #46525d; margin-bottom: 26px; max-width: 54ch; }
.offer-hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.offer-hero__note { font-size: 0.85rem; color: #6b5b39; margin-top: 14px; }

.offer-hero__art {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-blob {
  width: 100%;
  max-width: 380px;
  aspect-ratio: 1 / 0.86;
  margin: 0 auto;
  background: #d9c193;
  border-radius: 62% 38% 55% 45% / 50% 45% 55% 50%;
  position: relative;
}
.offer-chip {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(60,40,10,0.18);
  padding: 10px 14px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #202a33;
  display: flex;
  align-items: center;
  gap: 8px;
}
.offer-chip--1 { top: 6%; left: 2%; }
.offer-chip--2 { bottom: 10%; right: 0; }
.offer-chip--3 { top: 42%; left: 50%; transform: translateX(-50%); background: #202a33; color: #fff; }
.offer-chip svg { width: 16px; height: 16px; flex-shrink: 0; }

.offer-curve {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: -1px;
}
@media (min-width: 768px) { .offer-curve { height: 60px; } }

.offer-trust {
  background: #fdf7ef;
  text-align: center;
  padding: 30px 0;
}
.offer-trust p {
  font-weight: 700;
  font-size: clamp(1rem, 2.6vw, 1.25rem);
  color: #202a33;
  max-width: 760px;
  margin: 0 auto;
}
.offer-trust p em { color: #c23f2a; font-style: normal; }

.offer-section-head { max-width: 640px; margin: 0 0 34px; }
.offer-section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.offer-section-head h2 { font-size: clamp(1.5rem, 4vw, 2.1rem); margin-top: 8px; }
.offer-section-head .section-kicker { color: #c23f2a; }

.offer-video-panel {
  border-radius: 14px;
  overflow: hidden;
  background: #171f27;
  box-shadow: 0 20px 40px rgba(20,20,10,0.16);
}
.offer-video-panel .pub-video-frame { aspect-ratio: 16/10; }
.offer-video-caption {
  background: #171f27;
  color: #d9e0e6;
  padding: 14px 18px;
  font-size: 0.9rem;
}

.offer-split-section .split { align-items: stretch; }
.rate-aside {
  background: #fff;
  border: 2px solid #202a33;
  border-radius: 10px;
  padding: 26px;
  height: 100%;
}
.rate-aside__label {
  display: inline-block;
  background: #202a33;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.rate-aside blockquote {
  font-size: clamp(1.2rem, 3vw, 1.55rem);
  font-weight: 700;
  color: #171f27;
  margin: 0 0 16px;
  line-height: 1.3;
}
.rate-aside ul { margin-bottom: 14px; }
.rate-aside ul li {
  padding: 8px 0; border-bottom: 1px dashed #e2d6ba; display: flex; justify-content: space-between; gap: 10px;
  font-size: 0.95rem;
}
.rate-aside ul li:last-child { border-bottom: 0; }
.rate-aside ul li strong { color: #c23f2a; white-space: nowrap; }
.rate-aside .asterisk-note { margin-top: 0; }

.offer-callout {
  background: #202a33;
  color: #eef1f4;
  border-radius: 10px;
  padding: 26px;
  height: 100%;
}
.offer-callout__label {
  display: block; font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: #e7b84e; font-weight: 700; margin-bottom: 10px;
}
.offer-callout h3 { color: #fff; font-size: 1.25rem; margin-bottom: 12px; }
.offer-callout p { color: #cbd3da; margin-bottom: 12px; }
.offer-callout ol { counter-reset: step; margin-top: 14px; }
.offer-callout ol li {
  counter-increment: step;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  color: #eef1f4;
  font-size: 0.94rem;
}
.offer-callout ol li::before {
  content: counter(step);
  position: absolute; left: 0; top: 0;
  width: 20px; height: 20px; border-radius: 50%;
  background: #e7b84e; color: #202a33;
  font-size: 0.72rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}

/* pricing */
.pricing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
@media (min-width: 700px) { .pricing { grid-template-columns: repeat(2, 1fr); } }
.pricing__card {
  background: #fff;
  border: 1px solid #e7dcc4;
  border-radius: 12px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.pricing__card--highlight {
  background: #202a33;
  color: #eef1f4;
  border-color: #202a33;
  box-shadow: 0 20px 40px rgba(20,25,30,0.28);
  transform: translateY(-4px);
}
.pricing__badge {
  position: absolute; top: -14px; right: 22px;
  background: #e7b84e; color: #3a2c0c;
  font-size: 0.72rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.05em; padding: 6px 14px; border-radius: 999px;
}
.pricing__name { font-size: 1.15rem; font-weight: 800; margin-bottom: 6px; }
.pricing__hours { font-size: 0.86rem; color: #6b7480; margin-bottom: 16px; }
.pricing__card--highlight .pricing__hours { color: #b7c2cc; }
.pricing__price { font-size: clamp(1.8rem, 5vw, 2.2rem); font-weight: 800; margin-bottom: 18px; }
.pricing__card--highlight .pricing__price { color: #fff; }
.pricing__list { margin-bottom: 22px; flex-grow: 1; }
.pricing__list li {
  padding-left: 26px; position: relative; margin-bottom: 10px; font-size: 0.93rem;
}
.pricing__list li::before { content: "✓"; position: absolute; left: 0; color: #c23f2a; font-weight: 800; }
.pricing__card--highlight .pricing__list li::before { color: #e7b84e; }

/* add-ons + perks */
.addons-perks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 800px) { .addons-perks { grid-template-columns: 1fr 1fr; } }
.addons { display: flex; flex-direction: column; gap: 14px; }
.addon-card {
  background: #fff;
  border: 1px solid #e7dcc4;
  border-radius: 10px;
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
.addon-card__name { font-weight: 700; margin-bottom: 4px; }
.addon-card__desc { font-size: 0.86rem; color: #5a6570; }
.addon-card__price {
  font-weight: 800; color: #c23f2a; white-space: nowrap; font-size: 1.05rem; flex-shrink: 0;
}
.perks { display: flex; flex-direction: column; gap: 12px; background: #fff; border: 1px solid #e7dcc4; border-radius: 10px; padding: 20px; }
.perks li {
  padding-left: 30px; position: relative; font-size: 0.95rem; color: #2c3742;
}
.perks li::before {
  content: "★"; position: absolute; left: 0; top: 0; color: #e7b84e;
}

/* how it works steps */
.steps-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}
@media (min-width: 900px) { .steps-wrap { grid-template-columns: 0.9fr 1.1fr; } }
.steps-photo { border-radius: 12px; overflow: hidden; }
.steps { display: flex; flex-direction: column; gap: 20px; }
.step {
  display: flex; gap: 16px;
  background: #fff;
  border: 1px solid #e7dcc4;
  border-radius: 10px;
  padding: 18px;
}
.step__num {
  flex-shrink: 0;
  width: 38px; height: 38px; border-radius: 50%;
  background: #c23f2a; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
}
.step h3 { font-size: 1.02rem; margin-bottom: 4px; }
.step p { font-size: 0.9rem; color: #5a6570; margin: 0; }

/* honest limits */
.limits-box {
  background: #fff;
  border: 1px dashed #b9c2ca;
  border-radius: 10px;
  padding: 26px;
}
.limits-box ul li {
  padding-left: 26px; position: relative; margin-bottom: 12px; color: #3a4652; font-size: 0.96rem;
}
.limits-box ul li::before { content: "–"; position: absolute; left: 0; color: #6b7480; font-weight: 700; }

/* lead form */
.lead-section {
  background: #202a33;
  color: #eef1f4;
  border-radius: 14px;
  padding: 34px 22px;
}
@media (min-width: 768px) { .lead-section { padding: 46px 44px; } }
.lead-section h2 { color: #fff; margin-bottom: 10px; }
.lead-section > p { color: #c4ccd3; margin-bottom: 26px; max-width: 64ch; }
.lead-form { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .lead-form { grid-template-columns: 1fr 1fr; } }
.lead-form__full { grid-column: 1 / -1; }
.field label { display: block; font-size: 0.88rem; font-weight: 700; margin-bottom: 6px; color: #eef1f4; }
.field input, .field textarea {
  width: 100%;
  padding: 13px 14px;
  border-radius: 8px;
  border: 1px solid #3d4a56;
  background: #fff;
  color: #171f27;
  font-size: 1rem;
  min-height: 48px;
}
.field textarea { min-height: 100px; resize: vertical; }
.field--error input, .field--error textarea { border-color: #e1543c; }
.field__error { display: none; color: #ffb4a3; font-size: 0.82rem; margin-top: 5px; }
.field--error .field__error { display: block; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 0.88rem; color: #d3dae0; }
.consent input { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }
.consent a { text-decoration: underline; color: #fff; }
.lead-form__submit { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.form-success {
  display: none;
  background: #26492f;
  border: 1px solid #3c7a4b;
  color: #d8f4dd;
  padding: 16px 18px;
  border-radius: 8px;
  margin-top: 18px;
}
.form-success.is-visible { display: block; }
.lead-form.is-hidden { display: none; }

/* legal / content pages (offer family, simple prose) */
.legal-main { padding: 42px 0 20px; }
.legal-main h1 { font-size: clamp(1.6rem, 5vw, 2.3rem); margin-bottom: 18px; }
.legal-main h2 { font-size: clamp(1.15rem, 3vw, 1.4rem); margin: 30px 0 10px; }
.legal-main p { margin-bottom: 14px; color: #354049; max-width: 74ch; }
.legal-main ul { margin: 0 0 16px; }
.legal-main ul li { padding-left: 22px; position: relative; margin-bottom: 8px; color: #354049; max-width: 74ch; }
.legal-main ul li::before { content: "•"; position: absolute; left: 4px; color: #c23f2a; }
.legal-main a { color: #c23f2a; text-decoration: underline; }
.legal-meta { color: #6b7480; font-size: 0.88rem; margin-bottom: 26px; }
.contact-block {
  background: #fff; border: 1px solid #e7dcc4; border-radius: 10px; padding: 22px; margin: 18px 0 8px; max-width: 480px;
}
.contact-block p { margin-bottom: 8px; }
.contact-block a { color: #c23f2a; text-decoration: underline; }

/* about page (publication family) */
.about-main { padding: 36px 0 10px; }
.about-main h1 { font-size: clamp(1.7rem, 5vw, 2.5rem); margin-bottom: 20px; }
.about-main p { margin-bottom: 16px; font-size: 1.03rem; color: #2c2822; max-width: 74ch; }
.about-main h2 { font-size: 1.3rem; margin: 30px 0 10px; }

/* =========================================================================
   Shared: page close (disclaimer + footer) — every page ends with this
   ========================================================================= */
.site-disclaimer {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 18px;
  font-size: 0.9rem;
  color: #4a4438;
  border-top: 1px solid #e4ddd0;
}
.family-offer .site-disclaimer { color: #4b5560; border-top-color: #e7dcc4; }
.site-disclaimer p { margin-bottom: 8px; max-width: 90ch; }
.site-disclaimer a { text-decoration: underline; color: #ab4a24; font-weight: 600; }
.family-offer .site-disclaimer a { color: #c23f2a; }

.site-footer {
  background: #171310;
  color: #cfc6b6;
  padding: 30px 18px 90px;
}
.family-offer .site-footer { background: #171f27; color: #c4ccd3; }
.site-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (min-width: 768px) {
  .site-footer { padding-bottom: 40px; }
  .site-footer__inner { flex-direction: row; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
}
.site-footer__company { font-size: 0.88rem; line-height: 1.8; }
.site-footer__company strong { color: #fff; display: block; margin-bottom: 6px; font-size: 0.95rem; }
.site-footer__links {
  display: flex; flex-direction: column; gap: 12px; font-size: 0.92rem;
}
@media (min-width: 480px) { .site-footer__links { flex-direction: row; flex-wrap: wrap; gap: 18px; } }
.site-footer__links a { padding: 4px 0; display: inline-block; }
.site-footer__links a:hover { text-decoration: underline; }

/* cookie notice */
.cookie-notice {
  position: fixed;
  left: 12px; right: 12px; bottom: 12px;
  max-width: 640px;
  margin: 0 auto;
  background: #171310;
  color: #f4ede1;
  border-radius: 10px;
  padding: 18px 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 80;
}
.family-offer .cookie-notice { background: #171f27; }
.cookie-notice.is-hidden { display: none; }
body.has-cookie-notice { padding-bottom: 104px; }
@media (min-width: 480px) { body.has-cookie-notice { padding-bottom: 84px; } }
.cookie-notice p { font-size: 0.88rem; margin: 0; }
.cookie-notice a { text-decoration: underline; color: #fff; }
.cookie-notice__actions { display: flex; gap: 10px; }
@media (min-width: 480px) {
  .cookie-notice { flex-direction: row; align-items: center; justify-content: space-between; }
}

/* not-found page */
.notfound-main {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 18px;
}
.notfound-main h1 { font-size: clamp(1.8rem, 6vw, 2.6rem); margin-bottom: 14px; }
.notfound-main p { margin-bottom: 22px; color: #4b5560; max-width: 50ch; }
