/* =========================================================================
   MEDIA LINK GLOBAL — main.css
   Two design families:
   - .pub-*   : publication / advertorial + about (Modern Report Weekly)
   - .offer-* : SaaS-style offer page + legal utility pages
   Shared: disclaimer + footer, forms, buttons, base resets
   ========================================================================= */

/* -------------------------------------------------------------------- */
/* 0. Reset & base                                                       */
/* -------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  color: #171a1c;
  background: #fff;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.55;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { padding: 0; margin: 0; }
li { list-style: none; }
h1, h2, h3, h4, p, figure { margin: 0; }
button, input, textarea, select { font: inherit; color: inherit; }
:focus-visible {
  outline: 3px solid #2757e0;
  outline-offset: 2px;
}
.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;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: 18px;
}
@media (min-width: 768px) {
  .container { padding-inline: 32px; }
}

/* =========================================================================
   PUBLICATION FAMILY (advertorial, about)
   ========================================================================= */
.pub-page {
  font-family: "Libre Franklin", system-ui, sans-serif;
  background: #fdfcfa;
  color: #171a1c;
}
.pub-page h1, .pub-page h2, .pub-page h3 {
  font-family: "Libre Franklin", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #10221b;
}

/* -- top nav -- */
.pub-header {
  border-bottom: 1px solid #e7e3da;
  background: #fff;
}
.pub-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 16px;
  gap: 12px;
}
.pub-header__brand {
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: #10221b;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pub-header__brand-mark {
  width: 26px; height: 26px;
  border-radius: 7px;
  background: #10221b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.pub-header__nav {
  display: none;
}
.pub-header__toggle {
  border: 1px solid #d8d3c6;
  background: #fff;
  border-radius: 8px;
  width: 44px; height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
}
.pub-header__nav-list {
  display: none;
}
.pub-header__nav-list.is-open {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 0 18px;
}
.pub-header__nav-list a {
  display: block;
  padding: 12px 4px;
  border-bottom: 1px solid #f0ede4;
  font-weight: 600;
  font-size: 0.95rem;
  color: #3c463f;
}
@media (min-width: 768px) {
  .pub-header__toggle { display: none; }
  .pub-header__nav-list,
  .pub-header__nav-list.is-open {
    display: flex;
    flex-direction: row;
    gap: 28px;
    padding: 0;
  }
  .pub-header__nav-list a {
    border-bottom: none;
    padding: 0;
    font-size: 0.92rem;
  }
}

.pub-teaser {
  background: #eef6f0;
  border-bottom: 1px solid #dfeee2;
}
.pub-teaser__bar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-block: 14px;
  align-items: flex-start;
}
.pub-teaser__text {
  font-weight: 600;
  font-size: 0.95rem;
  color: #16351f;
}
.pub-teaser__cta {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .pub-teaser__bar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.pub-breadcrumb {
  padding-top: 20px;
  font-size: 0.85rem;
  color: #6b7268;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.pub-breadcrumb a { color: #16351f; font-weight: 600; }
.pub-breadcrumb span { color: #9ba296; }

.pub-article__ribbon {
  display: inline-block;
  margin-top: 18px;
  padding: 5px 10px;
  background: #10221b;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-radius: 4px;
}
.pub-article__h1 {
  font-size: clamp(1.75rem, 5.4vw, 2.9rem);
  line-height: 1.12;
  margin-top: 16px;
  max-width: 22ch;
}
.pub-article__meta {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: #62695f;
}
.pub-article__meta strong { color: #10221b; }

.pub-toc {
  margin-top: 22px;
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #dfdccf;
  border-radius: 10px;
  background: #f8f6ef;
  font-weight: 600;
  font-size: 0.95rem;
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #56604f 50%), linear-gradient(135deg, #56604f 50%, transparent 50%);
  background-position: calc(100% - 20px) 55%, calc(100% - 15px) 55%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.pub-hero-media {
  margin-top: 24px;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #10221b;
}
.pub-hero-media img, .pub-hero-media video { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 768px) {
  .pub-hero-media { aspect-ratio: 16/9; }
}

.pub-article__body {
  margin-top: 30px;
  font-size: 1.05rem;
  color: #262e28;
}
.pub-article__body > * + * { margin-top: 20px; }
.pub-article__body p { max-width: 68ch; }
.pub-article__body strong { color: #10221b; }
.pub-article__lede {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1b2c22;
}

.pub-callout-quote {
  border-left: 4px solid #1f7a4d;
  background: #f2f8f2;
  padding: 18px 20px;
  border-radius: 4px 10px 10px 4px;
  font-size: 1.05rem;
  font-style: italic;
  color: #16351f;
  max-width: 68ch;
}

.pub-section-kicker {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1f7a4d;
}
.pub-article__h2 {
  font-size: clamp(1.4rem, 3.6vw, 1.9rem);
  line-height: 1.2;
  max-width: 26ch;
}

.pub-stat-band {
  margin-top: 32px;
  padding: 26px 18px;
  background: #10221b;
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 14px;
  text-align: center;
}
.pub-stat-band__item {
  color: #fff;
}
.pub-stat-band__figure {
  font-size: clamp(1.5rem, 5vw, 2.1rem);
  font-weight: 800;
  color: #7fe0ab;
  letter-spacing: -0.02em;
}
.pub-stat-band__label {
  margin-top: 6px;
  font-size: 0.78rem;
  color: #cfe3d5;
  line-height: 1.35;
}
@media (min-width: 640px) {
  .pub-stat-band { grid-template-columns: repeat(4, 1fr); }
}

.pub-highlight-band {
  margin-top: 34px;
  padding: 28px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #eafbf1 0%, #eef6f0 100%);
  border: 1px solid #cdeddb;
}
.pub-highlight-band__kicker {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1f7a4d;
}
.pub-highlight-band h2 {
  margin-top: 8px;
  font-size: clamp(1.35rem, 3.6vw, 1.8rem);
}
.pub-highlight-band p {
  margin-top: 12px;
  max-width: 62ch;
  color: #26372c;
}

.pub-checklist {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}
.pub-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  background: #f6f4ec;
  border-radius: 10px;
  font-size: 0.98rem;
}
.pub-checklist li::before {
  content: "✓";
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #1f7a4d;
  color: #fff;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.pub-offer-list {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}
.pub-offer-list li {
  padding: 14px 16px;
  border: 1px solid #e4e0d3;
  border-radius: 10px;
  background: #fff;
}
.pub-offer-list li strong { display: block; color: #10221b; margin-bottom: 3px; }

.pub-inline-cta {
  margin-top: 30px;
  padding: 24px 20px;
  border-radius: 14px;
  background: #10221b;
  color: #fff;
  text-align: center;
}
.pub-inline-cta h3 { color: #fff; font-size: clamp(1.2rem, 3.4vw, 1.5rem); }
.pub-inline-cta p { margin-top: 8px; color: #cfe3d5; }
.pub-inline-cta .btn { margin-top: 16px; }

.pub-image-block {
  margin-top: 26px;
  border-radius: 14px;
  overflow: hidden;
}
.pub-image-block img { width: 100%; }
.pub-image-block figcaption {
  margin-top: 8px;
  font-size: 0.82rem;
  color: #757d70;
}

.pub-ps {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #d8d3c6;
  font-style: italic;
  color: #3c463f;
  max-width: 62ch;
}

/* sticky bottom rail — accent borrow from advertorial-2 */
.pub-sticky-rail {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 40;
  background: #10221b;
  border-top: 1px solid #1f3a2c;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transform: translateY(110%);
  transition: transform 0.3s ease;
}
.pub-sticky-rail.is-visible { transform: translateY(0); }
.pub-sticky-rail__text {
  color: #eafbf1;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.25;
}
.pub-sticky-rail .btn { flex-shrink: 0; padding: 11px 16px; font-size: 0.85rem; }
body.has-sticky-rail { padding-bottom: 78px; }

.pub-article__section { margin-top: 36px; }

/* -------------------------------------------------------------------- */
/* about page (publication family, article-less content page)           */
/* -------------------------------------------------------------------- */
.pub-page-hero {
  padding-block: 34px 10px;
}
.pub-page-hero h1 { font-size: clamp(1.8rem, 5vw, 2.6rem); max-width: 20ch; }
.pub-page-hero p { margin-top: 14px; max-width: 60ch; color: #3c463f; font-size: 1.05rem; }

.pub-content-block {
  margin-top: 28px;
  max-width: 68ch;
}
.pub-content-block > * + * { margin-top: 16px; }
.pub-content-block h2 { font-size: clamp(1.25rem, 3vw, 1.55rem); margin-top: 30px; }

/* =========================================================================
   OFFER FAMILY (SaaS-style)
   ========================================================================= */
.offer-page {
  font-family: "Inter", system-ui, sans-serif;
  background: #f3f1ec;
  color: #1a1a1a;
}
.offer-page h1, .offer-page h2, .offer-page h3 {
  font-family: "Space Grotesk", system-ui, sans-serif;
  letter-spacing: -0.015em;
  color: #14131f;
}

.offer-header {
  padding-block: 20px;
}
.offer-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.offer-header__brand {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #14131f;
}
.offer-header__cta { flex-shrink: 0; }
.offer-header__nav { display: none; }
@media (min-width: 768px) {
  .offer-header__nav {
    display: flex;
    gap: 26px;
    font-size: 0.92rem;
    font-weight: 600;
  }
  .offer-header__nav a:hover { color: #5b3df0; }
}

.offer-hero {
  padding-block: 34px 30px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(146,120,255,0.16), transparent 60%),
    #f3f1ec;
}
.offer-hero__kicker {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #5b3df0;
}
.offer-hero__h1 {
  margin-top: 14px;
  font-size: clamp(1.9rem, 7vw, 3.4rem);
  line-height: 1.08;
  font-weight: 700;
  max-width: 18ch;
  margin-inline: auto;
}
.offer-hero__h2 {
  margin-top: 16px;
  font-size: clamp(1.05rem, 3vw, 1.3rem);
  font-weight: 600;
  color: #3a3750;
  max-width: 40ch;
  margin-inline: auto;
}
.offer-hero__h2 mark {
  background: #d9ccff;
  color: #2c1c73;
  padding: 0 6px;
  border-radius: 4px;
}
.offer-hero__lede {
  margin-top: 14px;
  font-size: 1rem;
  color: #4c4960;
  max-width: 52ch;
  margin-inline: auto;
}
.offer-hero__ctas {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
@media (min-width: 480px) {
  .offer-hero__ctas { flex-direction: row; justify-content: center; }
}

.offer-hero__panel {
  margin-top: 34px;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/10;
  box-shadow: 0 30px 60px -20px rgba(45,30,110,0.35);
  border: 1px solid #e4dffa;
}
.offer-hero__panel video, .offer-hero__panel img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 768px) {
  .offer-hero__panel { aspect-ratio: 21/9; max-width: 900px; margin-inline: auto; }
}

.offer-section {
  padding-block: 46px;
}
.offer-section--alt { background: #fff; }
.offer-section--dark {
  background: #171226;
  color: #ece9f7;
}
.offer-section--dark h2, .offer-section--dark h3 { color: #fff; }

.offer-section__head { text-align: center; max-width: 46ch; margin-inline: auto; }
.offer-section__kicker {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #5b3df0;
  margin-bottom: 10px;
}
.offer-section__head h2 {
  font-size: clamp(1.5rem, 4.6vw, 2.3rem);
  line-height: 1.15;
}
.offer-section__head p {
  margin-top: 12px;
  color: #4c4960;
  font-size: 1rem;
}

.offer-cardgrid {
  margin-top: 32px;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .offer-cardgrid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .offer-cardgrid--3 { grid-template-columns: repeat(3, 1fr); }
}
.offer-card {
  border-radius: 18px;
  padding: 22px;
  color: #fff;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
}
.offer-card h3 { color: #fff; font-size: 1.15rem; }
.offer-card p { color: rgba(255,255,255,0.88); font-size: 0.92rem; }
.offer-card--one { background: linear-gradient(150deg, #ff8a5c 0%, #b0479c 60%, #5b3df0 100%); }
.offer-card--two { background: linear-gradient(150deg, #5b3df0 0%, #7a4de0 100%); }
.offer-card--three { background: linear-gradient(150deg, #22b8a0 0%, #1c7f9c 100%); }

.offer-steps {
  margin-top: 32px;
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .offer-steps { grid-template-columns: repeat(3, 1fr); }
}
.offer-step {
  background: #fff;
  border: 1px solid #e7e3f5;
  border-radius: 16px;
  padding: 22px;
}
.offer-step__num {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: #5b3df0;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
}
.offer-step h3 { margin-top: 14px; font-size: 1.08rem; }
.offer-step p { margin-top: 8px; font-size: 0.92rem; color: #4c4960; }

.offer-highlight-band {
  margin-top: 8px;
  padding: 30px 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, #1f1636 0%, #341f66 55%, #5b3df0 100%);
  color: #fff;
}
.offer-highlight-band__kicker {
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #c9baff;
}
.offer-highlight-band h2 { color: #fff; margin-top: 10px; font-size: clamp(1.4rem, 4vw, 1.9rem); }
.offer-highlight-band p { margin-top: 12px; color: #e4defc; max-width: 62ch; }
.offer-highlight-band ul { margin-top: 16px; display: grid; gap: 8px; }
.offer-highlight-band li {
  padding-left: 22px;
  position: relative;
  font-size: 0.95rem;
  color: #f2effd;
}
.offer-highlight-band li::before {
  content: "→";
  position: absolute; left: 0; top: 0;
  color: #c9baff;
}

.offer-rates-table-wrap {
  margin-top: 30px;
  overflow-x: auto;
  border: 1px solid #e2ddf2;
  border-radius: 14px;
  background: #fff;
}
.offer-rates-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 460px;
}
.offer-rates-table th, .offer-rates-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #ece8f7;
  font-size: 0.92rem;
}
.offer-rates-table th { font-family: "Space Grotesk", sans-serif; color: #14131f; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; }
.offer-rates-table tr:last-child td { border-bottom: none; }
.offer-rates-table td.is-figure { font-weight: 700; color: #5b3df0; }
.offer-rates-note {
  margin-top: 14px;
  font-size: 0.85rem;
  color: #5c5972;
}
.offer-rates-arith {
  margin-top: 18px;
  padding: 16px 18px;
  background: #f6f4fc;
  border-radius: 12px;
  font-size: 0.92rem;
  color: #2c2a45;
}

.offer-stat-figures {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  text-align: center;
}
@media (min-width: 640px) {
  .offer-stat-figures { grid-template-columns: repeat(4, 1fr); }
}
.offer-stat-figures__num {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.6rem, 4.6vw, 2.2rem);
  font-weight: 700;
  color: #12a594;
}
.offer-stat-figures__label {
  margin-top: 6px;
  font-size: 0.82rem;
  color: #4c4960;
}

.offer-quote-card {
  margin-top: 30px;
  max-width: 640px;
  margin-inline: auto;
  background: #fff;
  border: 1px solid #d9f2ee;
  border-left: 5px solid #12a594;
  border-radius: 4px 16px 16px 4px;
  padding: 26px 24px;
}
.offer-quote-card p {
  font-size: 1.08rem;
  font-style: italic;
  color: #1a1a1a;
}
.offer-quote-card cite {
  display: block;
  margin-top: 14px;
  font-style: normal;
  font-size: 0.85rem;
  color: #5c5972;
}

.offer-pricing {
  margin-top: 34px;
}
.offer-pricing__spotlight {
  background: linear-gradient(160deg, #241a3f 0%, #4a2f8f 100%);
  color: #fff;
  border-radius: 22px;
  padding: 30px 24px;
  position: relative;
}
.offer-pricing__badge {
  display: inline-block;
  background: #ffd76b;
  color: #3a2900;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 5px 10px;
  border-radius: 999px;
}
.offer-pricing__spotlight h3 { color: #fff; margin-top: 14px; font-size: 1.6rem; }
.offer-pricing__price {
  margin-top: 6px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 7vw, 2.6rem);
  font-weight: 700;
  color: #ffd76b;
}
.offer-pricing__hours { margin-top: 4px; font-size: 0.85rem; color: #d9cfff; }
.offer-pricing__spotlight ul { margin-top: 16px; display: grid; gap: 8px; }
.offer-pricing__spotlight li {
  padding-left: 22px;
  position: relative;
  font-size: 0.93rem;
  color: #f1ecff;
}
.offer-pricing__spotlight li::before { content: "✓"; position: absolute; left: 0; color: #ffd76b; font-weight: 700; }
.offer-pricing__spotlight .btn { margin-top: 20px; }

.offer-pricing__others {
  margin-top: 20px;
  display: grid;
  gap: 14px;
}
@media (min-width: 640px) {
  .offer-pricing__others { grid-template-columns: 1fr; }
}
.offer-pricing__tier {
  background: #fff;
  border: 1px solid #e2ddf2;
  border-radius: 16px;
  padding: 18px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
}
.offer-pricing__tier h3 { font-size: 1.05rem; }
.offer-pricing__tier .offer-pricing__price { font-size: 1.4rem; color: #5b3df0; }
.offer-pricing__tier p { flex-basis: 100%; font-size: 0.86rem; color: #4c4960; }

.offer-addons {
  margin-top: 34px;
}
.offer-addons__grid {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}
@media (min-width: 768px) {
  .offer-addons__grid { grid-template-columns: repeat(2, 1fr); }
}
.offer-addon {
  background: #fff;
  border: 1px solid #e7e3f5;
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.offer-addon__name { font-weight: 700; font-size: 0.98rem; }
.offer-addon__desc { margin-top: 4px; font-size: 0.86rem; color: #4c4960; }
.offer-addon__price {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #12a594;
  flex-shrink: 0;
  font-size: 1.05rem;
}

.offer-perks {
  margin-top: 34px;
}
.offer-perks__stack {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}
@media (min-width: 768px) {
  .offer-perks__stack { grid-template-columns: repeat(2, 1fr); }
}
.offer-perks__stack li {
  background: #f6f4fc;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 0.95rem;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.offer-perks__stack li::before {
  content: "★";
  color: #5b3df0;
  flex-shrink: 0;
}

.offer-limits {
  margin-top: 34px;
  background: #fff7ea;
  border: 1px solid #f3e2b9;
  border-radius: 16px;
  padding: 22px 20px;
}
.offer-limits h2 { font-size: 1.3rem; }
.offer-limits ul { margin-top: 14px; display: grid; gap: 10px; }
.offer-limits li {
  padding-left: 22px;
  position: relative;
  font-size: 0.93rem;
  color: #4a3f22;
}
.offer-limits li::before { content: "•"; position: absolute; left: 6px; color: #b98900; }

.offer-curriculum {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}
@media (min-width: 640px) {
  .offer-curriculum { grid-template-columns: repeat(2, 1fr); }
}
.offer-curriculum {
  counter-reset: curriculum;
}
.offer-curriculum li {
  background: #fff;
  border: 1px solid #e7e3f5;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 0.92rem;
  display: flex;
  gap: 10px;
  counter-increment: curriculum;
}
.offer-curriculum li::before {
  content: counter(curriculum);
  flex-shrink: 0;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: #5b3df0;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.offer-media-block {
  margin-top: 30px;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4/3;
  border: 1px solid #e2ddf2;
}
.offer-media-block img, .offer-media-block video { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 768px) {
  .offer-media-block { aspect-ratio: 16/8; }
}

.offer-lead {
  margin-top: 8px;
}
.offer-lead__wrap {
  background: #fff;
  border-radius: 22px;
  padding: 26px 20px;
  border: 1px solid #e2ddf2;
  max-width: 640px;
  margin-inline: auto;
}

/* -------------------------------------------------------------------- */
/* legal / simple content pages (offer family)                          */
/* -------------------------------------------------------------------- */
.offer-legal {
  padding-block: 40px 20px;
}
.offer-legal h1 { font-size: clamp(1.7rem, 5vw, 2.3rem); max-width: 22ch; }
.offer-legal__updated { margin-top: 10px; font-size: 0.85rem; color: #5c5972; }
.offer-legal__body { margin-top: 26px; max-width: 68ch; }
.offer-legal__body > * + * { margin-top: 16px; }
.offer-legal__body h2 { font-size: 1.2rem; margin-top: 26px; color: #14131f; }
.offer-legal__body ul { margin-top: 10px; display: grid; gap: 8px; }
.offer-legal__body li { padding-left: 18px; position: relative; font-size: 0.96rem; }
.offer-legal__body li::before { content: "–"; position: absolute; left: 0; color: #5b3df0; }
.offer-legal__body p, .offer-legal__body address { font-size: 0.98rem; color: #302e46; }
.offer-legal__body address { font-style: normal; line-height: 1.7; }

/* =========================================================================
   BUTTONS (shared)
   ========================================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  min-height: 44px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  text-align: center;
}
.btn:hover { transform: translateY(-1px); }
.btn-pub-primary {
  background: #1f7a4d;
  color: #fff;
}
.btn-pub-primary:hover { background: #185f3c; }
.btn-offer-primary {
  background: #5b3df0;
  color: #fff;
  box-shadow: 0 10px 24px -10px rgba(91,61,240,0.55);
}
.btn-offer-primary:hover { background: #4a2fd6; }
.btn-offer-ghost {
  background: transparent;
  border-color: #d6d1ee;
  color: #14131f;
}
.btn-offer-ghost:hover { border-color: #5b3df0; color: #5b3df0; }
.btn-ghost-invert {
  background: transparent;
  border-color: rgba(255,255,255,0.45);
  color: #fff;
}
.btn-ghost-invert:hover { border-color: #fff; }
.btn-block { width: 100%; }

/* =========================================================================
   SHARED: disclaimer + footer
   ========================================================================= */
.site-disclaimer {
  display: block;
  max-width: 1160px;
  margin: 0 auto;
  padding: 26px 18px;
  font-size: 0.86rem;
  line-height: 1.6;
  color: #4a4a4a;
  background: #f1efe8;
  border-top: 1px solid #e3dfd2;
}
.offer-page .site-disclaimer {
  background: #eeecf7;
  border-top: 1px solid #ddd7f2;
  color: #3a3750;
}
.site-disclaimer a { text-decoration: underline; font-weight: 600; }
@media (min-width: 768px) {
  .site-disclaimer { padding: 30px 32px; }
}

.site-footer {
  background: #10221b;
  color: #d7e5da;
  padding: 32px 18px 90px;
}
.offer-page .site-footer {
  background: #14131f;
  color: #cfc9e6;
}
.site-footer__inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.site-footer__company {
  font-size: 0.85rem;
  line-height: 1.7;
  white-space: pre-line;
}
.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}
.site-footer__links a {
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff;
  padding: 6px 0;
}
.site-footer__links a:hover { text-decoration: underline; }
@media (min-width: 768px) {
  .site-footer { padding: 40px 32px 48px; }
  .site-footer__inner { flex-direction: row; justify-content: space-between; align-items: flex-start; gap: 24px; }
}

/* =========================================================================
   LEAD FORM (shared, styled per family via parent context)
   ========================================================================= */
.lead-form {
  display: grid;
  gap: 14px;
}
.lead-form__row {
  display: grid;
  gap: 14px;
}
@media (min-width: 480px) {
  .lead-form__row--two { grid-template-columns: 1fr 1fr; }
}
.lead-form label {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.lead-form input, .lead-form textarea {
  width: 100%;
  padding: 13px 14px;
  border-radius: 10px;
  border: 1.5px solid #d8d3c6;
  font-size: 1rem;
  background: #fff;
}
.offer-page .lead-form input, .offer-page .lead-form textarea {
  border-color: #d6d1ee;
}
.lead-form input:focus, .lead-form textarea:focus {
  border-color: #1f7a4d;
}
.offer-page .lead-form input:focus, .offer-page .lead-form textarea:focus {
  border-color: #5b3df0;
}
.lead-form__field--error input, .lead-form__field--error textarea {
  border-color: #c23b3b;
}
.lead-form__error {
  display: none;
  margin-top: 6px;
  font-size: 0.8rem;
  color: #c23b3b;
}
.lead-form__field--error .lead-form__error { display: block; }
.lead-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.86rem;
}
.lead-form__consent input { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }
.lead-form__submit { margin-top: 4px; }
.lead-form__success {
  display: none;
  padding: 16px 18px;
  border-radius: 12px;
  background: #eafbf1;
  border: 1px solid #b9e9cd;
  color: #16351f;
  font-weight: 600;
}
.offer-page .lead-form__success {
  background: #f0edfc;
  border-color: #d6cdf7;
  color: #2c1c73;
}
.lead-form.is-success .lead-form__fields,
.lead-form.is-success .lead-form__submit { display: none; }
.lead-form.is-success .lead-form__success { display: block; }

/* =========================================================================
   COOKIE BANNER (shared)
   ========================================================================= */
.cookie-banner {
  position: fixed;
  left: 12px; right: 12px; bottom: 12px;
  z-index: 60;
  background: #10221b;
  color: #eafbf1;
  border-radius: 16px;
  padding: 18px 18px 20px;
  box-shadow: 0 20px 40px -16px rgba(0,0,0,0.5);
  display: none;
  gap: 14px;
  flex-direction: column;
  max-width: 520px;
}
.cookie-banner.is-visible { display: flex; }
.cookie-banner p { font-size: 0.86rem; line-height: 1.5; }
.cookie-banner a { text-decoration: underline; font-weight: 600; }
.cookie-banner__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-banner__actions .btn { flex: 1 1 auto; padding: 11px 16px; font-size: 0.85rem; }
.offer-page ~ .cookie-banner,
.cookie-banner--offer {
  background: #14131f;
}
@media (min-width: 640px) {
  .cookie-banner { left: 24px; bottom: 24px; }
}
