/* =========================================================================
   Prime Monitor / Programa — shared stylesheet
   Two design languages living side by side:
   - .pub-*   → publication (advertorial + about)  — FinanceBuzz-style editorial
   - .offer-* → commercial offer family (program + legal pages) — SaaS/product style
   Shared components: site-disclaimer, site-footer, cookie banner, video frame
   ========================================================================= */

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; overflow-x: hidden; }
img, video { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 8px; top: -48px; background: #111; color: #fff;
  padding: 10px 14px; border-radius: 6px; z-index: 100; transition: top .2s ease;
}
.skip-link:focus { top: 8px; }

:focus-visible { outline: 3px solid #2563eb; outline-offset: 2px; }

/* Media aspect-ratio frame shared by both languages */
.media-frame {
  position: relative; width: 100%; overflow: hidden; border-radius: 14px;
  background: #0d1f12;
}
.media-frame video, .media-frame img { width: 100%; height: 100%; object-fit: cover; }
.media-frame--16-9 { aspect-ratio: 16 / 9; }
.media-frame--4-3 { aspect-ratio: 4 / 3; }
.media-frame--1-1 { aspect-ratio: 1 / 1; }

/* ---------------------------------------------------------------------
   PUBLICATION theme (advertorial, about)
   --------------------------------------------------------------------- */
.pub-body {
  font-family: 'Inter', system-ui, sans-serif;
  background: #ffffff;
  color: #16233b;
}
.pub-h1, .pub-h2, .pub-h3, .pub-kicker, .pub-callout__title {
  font-family: 'Sora', 'Inter', system-ui, sans-serif;
}
.pub-header {
  border-bottom: 1px solid #e6ebf2;
  background: #fff;
}
.pub-header__logo {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: #0b1f3a;
  letter-spacing: -0.01em;
}
.pub-header__logo span { color: #1d4ed8; }

.pub-article { max-width: 760px; }

.pub-ribbon a {
  color: #1d4ed8;
  border-bottom: 1px solid rgba(29,78,216,.35);
  font-size: 0.85rem;
}
.pub-ribbon a:hover { border-color: #1d4ed8; }

.pub-kicker {
  display: inline-block;
  color: #1d4ed8;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pub-h1 {
  font-weight: 800;
  color: #0b1f3a;
  line-height: 1.08;
  letter-spacing: -0.01em;
  font-size: clamp(1.75rem, 1.35rem + 2.6vw, 3rem);
}

.pub-subhead {
  color: #33415c;
  font-size: clamp(1rem, 0.94rem + 0.4vw, 1.2rem);
  line-height: 1.5;
}
.pub-subhead strong { color: #0b1f3a; }

.pub-byline {
  border-top: 1px solid #e6ebf2;
  border-bottom: 1px solid #e6ebf2;
}
.pub-byline__avatar {
  width: 40px; height: 40px; border-radius: 999px;
  background: linear-gradient(135deg,#1d4ed8,#0b1f3a);
  color: #fff; font-weight: 700; font-size: .9rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.pub-byline__fact {
  color: #1d4ed8; font-weight: 600; font-size: 0.82rem;
}

.pub-hero-media img { border-radius: 16px; }

.pub-lead {
  font-size: clamp(1.05rem, 1rem + 0.25vw, 1.2rem);
  color: #1c2b45;
  line-height: 1.65;
}

.pub-qa { border-top: 1px solid #eef1f6; }
.pub-qa__q {
  font-weight: 700;
  color: #0b1f3a;
  font-size: clamp(1.15rem, 1.05rem + 0.5vw, 1.5rem);
  line-height: 1.3;
}
.pub-qa__q::before {
  content: "P";
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 8px;
  background: #eaf1ff; color: #1d4ed8; font-size: .85rem; font-weight: 800;
  margin-right: 10px; vertical-align: middle;
}
.pub-qa__a {
  color: #29344a;
  font-size: 1.02rem;
  line-height: 1.75;
}
.pub-qa__a p + p { margin-top: 1rem; }

.pub-takeaway {
  background: #eef4ff;
  border-left: 4px solid #1d4ed8;
  border-radius: 10px;
}
.pub-takeaway__title {
  font-weight: 800; color: #0b1f3a; font-size: 1.05rem;
}
.pub-takeaway__list li {
  position: relative; padding-left: 26px; color: #1c2b45; line-height: 1.55;
}
.pub-takeaway__list li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: #1d4ed8; font-weight: 800;
}

.pub-callout {
  background: linear-gradient(135deg, #0b1f3a, #16336b);
  color: #eef3ff;
  border-radius: 18px;
}
.pub-callout__kicker {
  color: #8fb6ff; text-transform: uppercase; font-size: .78rem;
  letter-spacing: .08em; font-weight: 700;
}
.pub-callout__title {
  font-weight: 800; font-size: clamp(1.3rem, 1.1rem + 1vw, 1.9rem);
  line-height: 1.2;
}
.pub-callout__body { color: #cddcff; line-height: 1.7; }
.pub-callout__steps li {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  color: #eef3ff;
}

.pub-figure figcaption {
  color: #5b6b85; font-size: .85rem;
}

.pub-worked-example {
  background: #f7f9fc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}
.pub-worked-example__title { color: #0b1f3a; font-weight: 800; }
.pub-worked-example__row {
  border-top: 1px dashed #d7deea;
}
.pub-worked-example__row:first-of-type { border-top: none; }
.pub-worked-example__label { color: #33415c; }
.pub-worked-example__value { color: #0b1f3a; font-weight: 800; }

.pub-figstrip { }
.pub-figchip {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 12px;
  flex: 1 1 150px;
}
.pub-figchip__num { color: #1d4ed8; font-weight: 800; font-size: 1.25rem; }
.pub-figchip__label { color: #5b6b85; font-size: .82rem; }

.pub-cta-band {
  background: #1d4ed8;
  border-radius: 18px;
}
.pub-cta-band__title { color: #fff; font-weight: 800; font-size: clamp(1.2rem, 1.05rem + 0.8vw, 1.6rem); }
.pub-cta-band__body { color: #dbe6ff; }
.pub-cta-band__btn {
  background: #fff; color: #1d4ed8; font-weight: 800; border-radius: 999px;
  transition: transform .15s ease, box-shadow .15s ease;
  min-height: 44px;
}
.pub-cta-band__btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.18); }

.pub-summary {
  background: #f7f9fc; border-radius: 16px; border: 1px solid #e2e8f0;
}

.pub-asterisk-note { color: #5b6b85; font-size: .85rem; }

/* ---------------------------------------------------------------------
   OFFER theme (program + legal pages)
   --------------------------------------------------------------------- */
.offer-body {
  font-family: 'Inter', system-ui, sans-serif;
  background: #eef1ec;
  color: #0d1f12;
}
.offer-h1, .offer-h2, .offer-h3, .offer-logo, .offer-kicker {
  font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
}

.offer-header {
  background: #eef1ec;
  border-bottom: 1px solid #d7ded4;
}
.offer-logo { font-weight: 700; font-size: 1.15rem; color: #0d1f12; }
.offer-logo__mark {
  width: 28px; height: 28px; border-radius: 8px;
  background: #33cc66;
  display: inline-flex; align-items: center; justify-content: center;
  color: #0d1f12; font-weight: 800;
}
.offer-nav a {
  color: #29362c; font-weight: 600; font-size: .92rem;
  transition: color .15s ease;
}
.offer-nav a:hover { color: #0d1f12; }
.offer-nav-toggle {
  border: 1px solid #0d1f12; border-radius: 8px; width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
}
.offer-mobile-nav { border-top: 1px solid #d7ded4; background: #fff; }
.offer-mobile-nav a { color: #0d1f12; font-weight: 600; }
.offer-mobile-nav[hidden] { display: none; }

.offer-btn-primary {
  background: #33cc66; color: #06210f; font-weight: 700; border-radius: 10px;
  border: 1px solid #06210f; min-height: 44px;
  transition: transform .15s ease, background .15s ease;
}
.offer-btn-primary:hover { background: #2ab558; transform: translateY(-2px); }
.offer-btn-secondary {
  background: #fff; color: #0d1f12; font-weight: 700; border-radius: 10px;
  border: 1px solid #0d1f12; min-height: 44px;
  transition: background .15s ease, transform .15s ease;
}
.offer-btn-secondary:hover { background: #f4f7f3; transform: translateY(-2px); }

.offer-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: #0d1f12; color: #c8f169; font-weight: 700; font-size: .8rem;
  border-radius: 999px;
}

.offer-hero__panel {
  background-color: #c8f169;
  background-image:
    linear-gradient(rgba(13,31,18,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,31,18,.08) 1px, transparent 1px);
  background-size: 26px 26px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.offer-hero__device {
  border-radius: 16px;
  overflow: hidden;
  background: #06210f;
  box-shadow: 0 24px 48px rgba(6,33,15,.35);
}
.offer-hero__chip {
  background: #fff; color: #0d1f12; font-size: .82rem; font-weight: 600;
  border-radius: 10px; box-shadow: 0 10px 20px rgba(6,33,15,.18);
  max-width: 220px;
}
.offer-hero__chip--dark {
  background: #0d1f12; color: #c8f169;
}

.offer-h1 {
  font-weight: 700; color: #0d1f12; line-height: 1.05; letter-spacing: -0.01em;
  font-size: clamp(1.9rem, 1.4rem + 3vw, 3.4rem);
}
.offer-h2 {
  font-weight: 700; color: #0d1f12; line-height: 1.15;
  font-size: clamp(1.5rem, 1.2rem + 1.6vw, 2.4rem);
}
.offer-h3 { font-weight: 700; color: #0d1f12; }
.offer-sub { color: #3a4a3d; line-height: 1.6; font-size: clamp(1rem, .96rem + .3vw, 1.15rem); }

.offer-stat-band {
  background: #0d1f12;
  border-radius: 18px;
}
.offer-stat-chip {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(200,241,105,.35);
  border-radius: 12px;
  flex: 1 1 150px;
}
.offer-stat-chip__num { color: #c8f169; font-weight: 800; font-size: 1.4rem; }
.offer-stat-chip__label { color: #d7e6d2; font-size: .82rem; }

.offer-dark-section { background: #0d1f12; color: #eef3ea; }
.offer-problem-card {
  background: #16301d; border: 1px solid #24422b; border-radius: 14px;
}
.offer-problem-card__title { color: #c8f169; font-weight: 700; }
.offer-problem-card__body { color: #cfe0ca; line-height: 1.55; font-size: .95rem; }

.offer-kicker {
  color: #2ab558; text-transform: uppercase; letter-spacing: .1em;
  font-size: .78rem; font-weight: 700;
}

.offer-panel {
  background: #fff; border: 1px solid #d7ded4; border-radius: 16px;
}
.offer-split-divider { border-top: 1px dashed #d7ded4; }
.offer-arith-row { border-top: 1px solid #edf1ea; }
.offer-arith-row:first-child { border-top: none; }
.offer-arith-row__label { color: #3a4a3d; }
.offer-arith-row__value { color: #0d1f12; font-weight: 800; }
.offer-arith-total {
  background: #eafbee; border-radius: 10px; color: #0d1f12; font-weight: 800;
}

.offer-leverage-list li {
  position: relative; padding-left: 26px; color: #29362c; line-height: 1.55;
}
.offer-leverage-list li::before {
  content: "→"; position: absolute; left: 0; color: #2ab558; font-weight: 800;
}

.offer-practice__caption { color: #d7e6d2; font-size: .9rem; }

.offer-steps { }
.offer-step {
  background: #fff; border: 1px solid #d7ded4; border-radius: 14px;
}
.offer-step__num {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800; color: #c8f169;
  background: #0d1f12; border-radius: 10px;
  width: 52px; height: 52px; display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.offer-step__title { font-weight: 700; color: #0d1f12; }
.offer-step__body { color: #3a4a3d; font-size: .95rem; line-height: 1.5; }

.offer-cta-band {
  background: #33cc66; border-radius: 20px; color: #06210f;
}
.offer-cta-band__title { font-weight: 800; font-size: clamp(1.3rem, 1.1rem + 1vw, 2rem); }
.offer-cta-band .offer-btn-primary { background: #06210f; color: #c8f169; }
.offer-cta-band .offer-btn-primary:hover { background: #0d1f12; }

.offer-table-wrap { overflow-x: auto; border-radius: 14px; border: 1px solid #d7ded4; }
.offer-table { border-collapse: collapse; min-width: 640px; width: 100%; background: #fff; }
.offer-table th, .offer-table td {
  border-bottom: 1px solid #edf1ea; padding: 14px 16px; text-align: left; font-size: .92rem;
}
.offer-table th { background: #0d1f12; color: #c8f169; font-weight: 700; }
.offer-table td { color: #29362c; }
.offer-table tr:last-child td { border-bottom: none; }
.offer-table td.offer-table__yes { color: #178a41; font-weight: 700; }

.offer-pricing-grid { align-items: stretch; }
.offer-pricing-card {
  background: #fff; border: 1px solid #d7ded4; border-radius: 18px;
  display: flex; flex-direction: column;
}
.offer-pricing-card--highlight {
  background: #0d1f12; border-color: #0d1f12; color: #eef3ea;
  box-shadow: 0 20px 40px rgba(6,33,15,.25);
}
.offer-pricing-card--highlight .offer-pricing-card__name,
.offer-pricing-card--highlight .offer-pricing-card__price { color: #c8f169; }
.offer-pricing-card--highlight .offer-pricing-card__hours,
.offer-pricing-card--highlight .offer-pricing-card__theme { color: #d7e6d2; }
.offer-pricing-card__badge {
  background: #c8f169; color: #0d1f12; font-weight: 800; font-size: .72rem;
  border-radius: 999px; text-transform: uppercase; letter-spacing: .06em;
}
.offer-pricing-card__name { font-weight: 700; font-size: 1.1rem; color: #0d1f12; }
.offer-pricing-card__price { font-weight: 800; font-size: 2rem; color: #0d1f12; font-family: 'Space Grotesk', sans-serif; }
.offer-pricing-card__hours { color: #3a4a3d; font-size: .85rem; }
.offer-pricing-card__theme {
  position: relative; padding-left: 22px; color: #3a4a3d; font-size: .9rem; line-height: 1.45;
}
.offer-pricing-card__theme::before { content: "✓"; position: absolute; left: 0; color: #2ab558; font-weight: 800; }
.offer-pricing-card--highlight .offer-pricing-card__theme::before { color: #c8f169; }

.offer-addon-card {
  background: #fff; border: 1px solid #d7ded4; border-radius: 14px;
}
.offer-addon-card__name { font-weight: 700; color: #0d1f12; }
.offer-addon-card__price { font-weight: 800; color: #178a41; font-family: 'Space Grotesk', sans-serif; }
.offer-addon-card__desc { color: #3a4a3d; font-size: .9rem; line-height: 1.5; }

.offer-perk-item {
  background: #fff; border: 1px solid #d7ded4; border-radius: 12px; color: #29362c;
}
.offer-perk-item__icon {
  width: 30px; height: 30px; border-radius: 8px; background: #eafbee; color: #178a41;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-weight: 800;
}

.offer-limits {
  background: #fff7e6; border: 1px solid #f0dca8; border-radius: 16px;
}
.offer-limits__title { color: #7a5b06; font-weight: 800; }
.offer-limits li { color: #5c4a1e; line-height: 1.55; }

.offer-form-section { background: #0d1f12; color: #eef3ea; }
.offer-form { background: #fff; border-radius: 18px; color: #0d1f12; }
.offer-field label { color: #0d1f12; font-weight: 600; font-size: .92rem; }
.offer-field input, .offer-field textarea {
  width: 100%; border: 1px solid #c7d1c2; border-radius: 10px;
  padding: 12px 14px; font-size: 1rem; color: #0d1f12; background: #fbfcfa;
  min-height: 44px;
}
.offer-field input:focus, .offer-field textarea:focus {
  border-color: #2ab558; outline: none; box-shadow: 0 0 0 3px rgba(51,204,102,.25);
}
.offer-field__error {
  color: #b42318; font-size: .82rem; min-height: 1.1em;
}
.offer-consent { color: #29362c; font-size: .92rem; line-height: 1.5; }
.offer-consent input { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }
.offer-submit { width: 100%; }
.offer-success {
  background: #eafbee; border: 1px solid #b6e6c2; color: #0d1f12; border-radius: 12px;
}
.offer-success[hidden] { display: none; }

.offer-legal-body h2 { color: #0d1f12; font-weight: 700; }
.offer-legal-body p, .offer-legal-body li { color: #29362c; line-height: 1.65; }
.offer-legal-body ul { list-style: disc; padding-left: 1.3em; }

/* ---------------------------------------------------------------------
   Shared: earnings disclaimer + site footer + cookie banner
   --------------------------------------------------------------------- */
.site-disclaimer {
  display: block; border-top: 3px solid #d7ded4; background: #f7f8f6;
  color: #33413a; font-size: .92rem; line-height: 1.55;
}
.site-disclaimer a { color: #1d4ed8; text-decoration: underline; }
.site-disclaimer strong { color: #0d1f12; }

.site-footer { background: #0d1f12; color: #cfe0ca; }
.site-footer__company { line-height: 1.7; font-size: .92rem; }
.site-footer__company strong { color: #fff; display: block; margin-bottom: .35rem; font-size: 1rem; }
.site-footer a { color: #eef3ea; }
.site-footer__links a { color: #c8f169; font-size: .92rem; font-weight: 600; }
.site-footer__links a:hover { color: #fff; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); color: #9db496; font-size: .82rem; }

.cookie-banner {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60;
  background: #0d1f12; color: #eef3ea; border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,.3);
  max-width: 640px; margin: 0 auto;
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p { color: #d7e6d2; font-size: .88rem; line-height: 1.5; }
.cookie-banner a { color: #c8f169; text-decoration: underline; }
.cookie-banner__actions button {
  min-height: 44px; border-radius: 8px; font-weight: 700; font-size: .88rem;
}
.cookie-banner__accept { background: #33cc66; color: #06210f; border: none; }
.cookie-banner__reject { background: transparent; color: #eef3ea; border: 1px solid rgba(255,255,255,.4); }

@media (min-width: 480px) {
  .offer-pricing-card--highlight { transform: scale(1.03); }
}
