/* =========================================================================
   Shared base — resets, tokens, utilities, disclaimer + footer, sticky CTA
   ========================================================================= */

:root{
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after{ box-sizing: border-box; }

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

body{
  margin: 0;
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

header, main, footer, nav, section, article{ max-width: none; padding: 0; }

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

a{ text-decoration: none; }

.wrap{
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 768px){ .wrap{ padding-inline: 32px; } }

.skip-link{
  position: absolute;
  left: -999px;
  top: 0;
  background: #111;
  color: #fff;
  padding: 10px 16px;
  z-index: 1000;
  border-radius: 0 0 8px 0;
}
.skip-link:focus{ left: 0; }

.visually-hidden{
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* Body padding so the sticky CTA never covers content */
body.has-sticky-cta{ padding-bottom: 86px; }
@media (min-width: 768px){ body.has-sticky-cta{ padding-bottom: 0; } }

.sticky-cta{
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 -6px 24px rgba(0,0,0,.12);
  transform: translateY(100%);
  transition: transform .3s ease;
}
.sticky-cta.is-visible{ transform: translateY(0); }
.sticky-cta p{ margin: 0; font-size: .85rem; font-weight: 600; line-height: 1.2; }
.sticky-cta .btn{ flex-shrink: 0; }
@media (min-width: 768px){ .sticky-cta{ display: none; } }

/* Buttons (shared shape, family sets color via variables) */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 26px;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease;
  white-space: normal;
}
.btn:hover{ transform: translateY(-2px); }
.btn:focus-visible{ outline: 3px solid #4d90fe; outline-offset: 2px; }
.btn-arrow{ display: inline-block; transition: transform .15s ease; }
.btn:hover .btn-arrow{ transform: translateX(3px); }

/* Disclaimer + footer — shared skeleton, family gives palette */
.site-disclaimer{
  display: block;
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 20px;
  font-size: .92rem;
  line-height: 1.6;
}
.site-disclaimer p{ margin: 0 0 .6em; }
.site-disclaimer p:last-child{ margin-bottom: 0; }
.site-disclaimer a{ text-decoration: underline; font-weight: 600; }

.site-footer{ padding: 32px 20px 40px; }
.site-footer__inner{ max-width: 1120px; margin: 0 auto; }
.site-footer__company{
  font-size: .9rem;
  line-height: 1.7;
}
.site-footer__company p{ margin: 0 0 4px; }
.site-footer__links{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,.12);
}
.site-footer__links a{
  font-size: .9rem;
  font-weight: 600;
  padding: 6px 2px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.site-footer__links a:hover, .site-footer__links a:focus-visible{ text-decoration: underline; }

/* =========================================================================
   PUBLICATION family — advertorial + about
   ========================================================================= */
body.pub{
  --ink: #1a1712;
  --bg: #fbfaf6;
  --red: #ac1730;
  --red-dark: #7f1023;
  --line: #e7e2d8;
  --muted: #5c584f;
  background: var(--bg);
  color: var(--ink);
}

body.pub .ribbon{
  background: var(--ink);
  color: #f4ede4;
  text-align: center;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 9px 16px;
}
body.pub .ribbon a{ color: #f4ede4; text-decoration: underline; }

body.pub .masthead{
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
body.pub .masthead__bar{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
}
body.pub .masthead__logo{
  font-family: var(--font-serif);
  font-weight: 800;
  font-size: clamp(1.25rem, 4vw, 1.6rem);
  letter-spacing: .01em;
  color: var(--ink);
}
body.pub .masthead__logo span{ color: var(--red); }

body.pub .section-nav{
  border-top: 1px solid var(--line);
  overflow-x: auto;
}
body.pub .section-nav ul{
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  gap: 4px;
  justify-content: flex-start;
  min-width: max-content;
}
@media (min-width: 768px){
  body.pub .section-nav ul{ justify-content: center; }
}
body.pub .section-nav li{ margin: 0; }
body.pub .section-nav a{
  display: block;
  padding: 12px 14px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--muted);
  min-height: 44px;
  display: flex;
  align-items: center;
}
body.pub .section-nav a:hover, body.pub .section-nav a:focus-visible{ color: var(--red); }

body.pub .article-head{ padding: 28px 0 0; }
body.pub .byline-top{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .82rem;
  color: var(--muted);
  margin-bottom: 14px;
}
body.pub .byline-top .eyebrow{
  color: var(--red);
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.pub h1.headline{
  font-family: var(--font-serif);
  font-weight: 800;
  font-size: clamp(1.7rem, 5.2vw, 3rem);
  line-height: 1.14;
  margin: 0 0 18px;
  letter-spacing: -.01em;
}
body.pub h1.headline em{
  color: var(--red);
  font-style: italic;
  display: block;
  margin-top: .15em;
}

body.pub .byline{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0 22px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 24px;
  font-size: .85rem;
  color: var(--muted);
  flex-wrap: wrap;
}
body.pub .byline__avatar{
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: .8rem;
  flex-shrink: 0;
}
body.pub .byline strong{ color: var(--ink); }

body.pub .standfirst{
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 2.6vw, 1.3rem);
  line-height: 1.55;
  color: #35322b;
  margin: 0 0 24px;
}

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

body.pub article p{ line-height: 1.75; font-size: 1.05rem; margin: 0 0 20px; color: #2a2720; }
body.pub article strong{ color: var(--ink); }

body.pub h2{
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 3.4vw, 1.85rem);
  font-weight: 800;
  margin: 44px 0 16px;
  line-height: 1.25;
}
body.pub h3{
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 800;
  margin: 22px 0 10px;
}

body.pub .methodology{
  background: #f3efe6;
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  border-radius: 6px;
  padding: 22px 20px;
  margin: 30px 0;
}
body.pub .methodology h2{ margin-top: 0; font-size: 1.15rem; }
body.pub .methodology p:last-child{ margin-bottom: 0; }

body.pub .progress-log{ margin: 24px 0; padding: 0; list-style: none; }
body.pub .progress-log li{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
body.pub .progress-log li:last-child{ border-bottom: none; }
body.pub .progress-log__day{
  font-family: var(--font-serif);
  font-weight: 800;
  font-size: .85rem;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
  padding: 6px 12px;
  height: fit-content;
  white-space: nowrap;
}
body.pub .progress-log figure{ margin: 10px 0 0; max-width: 260px; }
body.pub .progress-log p{ margin: 0 0 6px; }

body.pub .score-bars{ margin: 26px 0; padding: 0; list-style: none; }
body.pub .score-bars li{ margin-bottom: 16px; }
body.pub .score-bars .score-row{
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: .9rem; font-weight: 700; margin-bottom: 6px;
}
body.pub .score-bars .score-value{ color: var(--red); font-family: var(--font-serif); font-size: 1rem; }
body.pub .score-track{
  height: 10px;
  background: var(--line);
  border-radius: 999px;
  overflow: hidden;
}
body.pub .score-fill{
  height: 100%;
  background: linear-gradient(90deg, var(--red-dark), var(--red));
  border-radius: 999px;
}

body.pub .callout-band{
  background: var(--ink);
  color: #f4ede4;
  padding: 34px 20px;
  margin: 40px calc(50% - 50vw);
  width: 100vw;
}
body.pub .callout-band .wrap{ max-width: 760px; padding-inline: 0; }
body.pub .callout-band .kicker{
  color: #e7a9b2;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .08em;
  font-size: .78rem;
  margin-bottom: 10px;
  display: block;
}
body.pub .callout-band h2{
  color: #fff;
  margin: 0 0 14px;
  font-size: clamp(1.3rem, 3.2vw, 1.7rem);
}
body.pub .callout-band p{ color: #e9e4da; margin-bottom: 12px; font-size: 1rem; }
body.pub .callout-band p:last-child{ margin-bottom: 0; }
body.pub .callout-band .video-frame{ margin-top: 18px; }

body.pub .worked-example{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px 20px;
  margin: 30px 0;
}
body.pub .worked-example h2{ margin-top: 0; }
body.pub .worked-example dl{ margin: 18px 0 0; }
body.pub .worked-example .line{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--line);
  font-size: .95rem;
}
body.pub .worked-example .line:last-child{ border-bottom: none; font-weight: 800; }
body.pub .worked-example .line span:last-child{ font-weight: 700; color: var(--red-dark); white-space: nowrap; }

body.pub .figure-strip{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 26px 0;
}
body.pub .figure-strip .stat{
  min-width: 0;
  background: #f3efe6;
  border-radius: 8px;
  padding: 14px 10px;
  text-align: center;
}
body.pub .figure-strip .stat strong{
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(1rem, 3vw, 1.25rem);
  color: var(--red-dark);
  margin-bottom: 4px;
}
body.pub .figure-strip .stat span{ font-size: .74rem; color: var(--muted); line-height: 1.3; display: block; }

body.pub .table-wrap{ overflow-x: auto; margin: 26px 0; border: 1px solid var(--line); border-radius: 8px; }
body.pub table.results-table{ width: 100%; border-collapse: collapse; min-width: 480px; background: #fff; }
body.pub table.results-table caption{ text-align: left; font-weight: 800; padding: 14px 16px 0; font-size: .95rem; }
body.pub table.results-table th, body.pub table.results-table td{
  padding: 12px 16px; text-align: left; font-size: .9rem; border-bottom: 1px solid var(--line);
}
body.pub table.results-table thead th{ background: #f3efe6; font-weight: 800; }
body.pub table.results-table tr:last-child td{ border-bottom: none; }

body.pub .offer-list{ margin: 20px 0; padding-left: 0; list-style: none; }
body.pub .offer-list li{
  position: relative;
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid var(--line);
  font-size: 1rem;
}
body.pub .offer-list li:last-child{ border-bottom: none; }
body.pub .offer-list li::before{
  content: "✓";
  position: absolute;
  left: 0; top: 10px;
  color: var(--red);
  font-weight: 800;
}

body.pub .verdict-box{
  background: #f3efe6;
  border: 2px solid var(--ink);
  border-radius: 10px;
  padding: 28px 22px;
  margin: 36px 0 30px;
  text-align: center;
}
body.pub .verdict-box .score-final{
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 4vw, 2rem);
  font-weight: 800;
  color: var(--red-dark);
  margin: 0 0 10px;
}
body.pub .verdict-box p{ max-width: 560px; margin: 0 auto 20px; }
body.pub .verdict-box .btn{ background: var(--red); color: #fff; border-color: var(--red); }
body.pub .verdict-box .btn:hover{ background: var(--red-dark); border-color: var(--red-dark); }
body.pub .verdict-box small{ display: block; margin-top: 12px; color: var(--muted); }

body.pub .btn.btn-primary{ background: var(--red); color: #fff; border-color: var(--red); }
body.pub .btn.btn-primary:hover{ background: var(--red-dark); border-color: var(--red-dark); }

body.pub .site-disclaimer{ background: #f3efe6; border-top: 1px solid var(--line); color: #3a372f; }
body.pub .site-disclaimer a{ color: var(--red-dark); }
body.pub .site-footer{ background: var(--ink); color: #d8d3c8; }
body.pub .site-footer__links a{ color: #f4ede4; }
body.pub .site-footer__company p{ color: #cfc9bd; }

/* about page (publication family, plain long-form) */
body.pub .plain-page{ padding: 40px 0 20px; }
body.pub .plain-page h1{ font-family: var(--font-serif); font-size: clamp(1.8rem, 5vw, 2.6rem); margin: 0 0 20px; }
body.pub .plain-page h2{ margin-top: 34px; }

@media (min-width: 768px){
  body.pub article.review{ max-width: 760px; margin: 0 auto; padding-inline: 32px; }
  body.pub .figure-strip{ gap: 16px; }
}

/* =========================================================================
   OFFER family — course + legal/contact pages
   ========================================================================= */
body.offer{
  --ink: #14151a;
  --bg: #f6f4ef;
  --card: #ffffff;
  --line: #e4e1d7;
  --muted: #5b5a54;
  --accent: #d8492f;
  --accent-dark: #b13a25;
  --dark: #111318;
  background: var(--bg);
  color: var(--ink);
}

body.offer .topbar{
  background: linear-gradient(120deg, #f4d9c8, #f0c3d6 45%, #dfe3f5 100%);
  text-align: center;
  font-size: .78rem;
  font-weight: 700;
  padding: 8px 16px;
  color: #33261f;
}

body.offer header.site-header{
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  position: relative;
}
body.offer .site-header__bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
}
body.offer .brand{
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: -.02em;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
body.offer .brand__mark{
  width: 28px; height: 28px;
  border-radius: 8px;
  background: var(--ink);
  flex-shrink: 0;
}
body.offer nav.site-nav{ display: none; }
body.offer .site-header__cta{ display: flex; gap: 10px; align-items: center; }
body.offer .site-header__cta .btn{ padding: 10px 16px; min-height: 44px; font-size: .88rem; }
@media (min-width: 1024px){
  body.offer nav.site-nav{
    display: flex;
    gap: 26px;
    list-style: none;
    margin: 0; padding: 0;
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
  }
  body.offer nav.site-nav a{ font-weight: 600; font-size: .92rem; color: var(--ink); }
  body.offer nav.site-nav a:hover{ color: var(--accent); }
}

body.offer .btn.btn-accent{ background: var(--accent); color: #fff; border-color: var(--accent); }
body.offer .btn.btn-accent:hover{ background: var(--accent-dark); border-color: var(--accent-dark); }
body.offer .btn.btn-ghost{ background: transparent; color: var(--ink); border-color: var(--ink); }
body.offer .btn.btn-ghost:hover{ background: var(--ink); color: #fff; }
body.offer .btn-row{ display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

body.offer .hero{ padding: 44px 0 40px; }
body.offer .hero__grid{ display: grid; gap: 30px; }
body.offer .hero__badge{
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 6px 14px; font-size: .78rem; font-weight: 700; margin-bottom: 18px;
}
body.offer h1.hero__title{
  font-size: clamp(1.8rem, 6vw, 3.1rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.02em;
  margin: 0 0 18px;
}
body.offer .hero__subhead{
  font-size: clamp(1.02rem, 2.6vw, 1.2rem);
  line-height: 1.55;
  color: #34322c;
  margin: 0 0 24px;
  max-width: 46ch;
}
body.offer .hero__note{ font-size: .82rem; color: var(--muted); margin-top: 12px; }
body.offer .hero__media{ border-radius: 16px; overflow: hidden; }
body.offer .hero__media img{ border-radius: 16px; width: 100%; }
@media (min-width: 1024px){
  body.offer .hero__grid{ grid-template-columns: 1.1fr .9fr; align-items: center; }
}

body.offer section{ padding: 40px 0; }
body.offer h2.section-title{
  font-size: clamp(1.5rem, 3.6vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -.01em;
  margin: 0 0 14px;
  line-height: 1.2;
}
body.offer .section-kicker{
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .76rem;
  font-weight: 800;
  color: var(--accent-dark);
  margin-bottom: 10px;
}
body.offer .section-lede{ font-size: 1.02rem; color: #35332d; max-width: 62ch; line-height: 1.6; margin-bottom: 28px; }

body.offer .problem{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 32px 22px;
  display: grid;
  gap: 24px;
}
@media (min-width: 900px){ body.offer .problem{ grid-template-columns: 1fr 1fr; align-items: center; padding: 40px; } }
body.offer .problem > *{ min-width: 0; }
body.offer .problem img{ border-radius: 12px; }

body.offer .stat-band{
  background: var(--dark);
  color: #fff;
  border-radius: 20px;
  padding: 34px 24px;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px){ body.offer .stat-band{ grid-template-columns: repeat(4, 1fr); } }
body.offer .stat-band .stat{ min-width: 0; }
body.offer .stat-band .stat strong{
  display: block; font-size: clamp(1.1rem, 3.4vw, 1.7rem); font-weight: 800; margin-bottom: 6px;
  overflow-wrap: break-word;
}
body.offer .stat-band .stat span{ font-size: .8rem; color: #cfcdc7; line-height: 1.35; display: block; }

body.offer .workflow-list{ list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
@media (min-width: 768px){ body.offer .workflow-list{ grid-template-columns: repeat(2, 1fr); } }
body.offer .workflow-list li{
  min-width: 0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 20px;
}
body.offer .workflow-list .step-num{
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--ink); color: #fff; font-weight: 800; font-size: .85rem;
  margin-bottom: 12px;
}
body.offer .workflow-list h3{ margin: 0 0 8px; font-size: 1.05rem; }
body.offer .workflow-list p{ margin: 0; font-size: .92rem; color: #45433c; line-height: 1.55; }
body.offer .workflow-list li.is-ai{ border-color: var(--accent); background: #fdf1ee; }

body.offer .feature-band{
  background: var(--dark);
  border-radius: 22px;
  padding: 36px 22px;
  color: #fff;
  display: grid;
  gap: 26px;
}
@media (min-width: 900px){ body.offer .feature-band{ grid-template-columns: 1fr 1fr; align-items: center; padding: 46px; } }
body.offer .feature-band > *{ min-width: 0; }
body.offer .feature-band h2{ color: #fff; }
body.offer .feature-band p{ color: #d6d4cd; line-height: 1.6; }
body.offer .feature-band .video-frame{ border-radius: 14px; overflow: hidden; aspect-ratio: 4/3; background: #000; }
body.offer .feature-band .video-frame video{ width: 100%; height: 100%; object-fit: cover; }

.inline-figure-wrap{ margin: 0 0 24px; }
.inline-figure{ display: block; width: 100%; border-radius: 14px; margin-bottom: 22px; }
.inline-figure--narrow{ width: 100%; }
@media (min-width: 768px){ .inline-figure--narrow{ max-width: 360px; } }

body.offer .rate-checklist{ list-style: none; margin: 0; padding: 0; }
body.offer .rate-checklist li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 16px;
  align-items: baseline;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 12px;
}
body.offer .rate-checklist .deliverable{ font-weight: 700; font-size: .96rem; min-width: 0; flex: 1 1 200px; }
body.offer .rate-checklist .deliverable small{ display: block; font-weight: 500; color: var(--muted); margin-top: 2px; }
body.offer .rate-checklist .fee{ font-weight: 800; color: var(--accent-dark); white-space: nowrap; font-size: .96rem; }

/* Pricing tabs */
body.offer .price-tabs{ margin-top: 10px; }
body.offer .price-tabs .tab-buttons{
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
body.offer .price-tabs .tab-btn{
  flex-shrink: 0;
  padding: 12px 18px;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 700;
  font-size: .88rem;
  cursor: pointer;
  color: var(--ink);
}
body.offer .price-tabs .tab-btn[aria-selected="true"]{
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
body.offer .price-tabs .tab-btn:focus-visible{ outline: 3px solid var(--accent); outline-offset: 2px; }
body.offer .price-panel{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 22px;
}
body.offer .price-panel[hidden]{ display: none; }
body.offer .price-panel.is-highlight{ border: 2px solid var(--accent); background: #fdf3f0; }
body.offer .price-panel__head{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
body.offer .price-panel__head h3{ margin: 0; font-size: 1.3rem; font-weight: 800; }
body.offer .price-panel__price{ font-size: 1.8rem; font-weight: 800; white-space: nowrap; }
body.offer .price-panel__hours{ font-size: .85rem; color: var(--muted); margin: 0 0 18px; }
body.offer .price-panel .badge{
  display: inline-block; background: var(--accent); color: #fff; font-size: .72rem;
  font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
  padding: 4px 10px; border-radius: 999px; margin-bottom: 12px;
}
body.offer .price-panel ul{ list-style: none; margin: 0 0 22px; padding: 0; }
body.offer .price-panel li{
  position: relative; padding: 8px 0 8px 26px; font-size: .95rem; border-bottom: 1px dashed var(--line);
}
body.offer .price-panel li:last-child{ border-bottom: none; }
body.offer .price-panel li::before{ content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }

body.offer .addon-grid{ display: grid; gap: 14px; }
@media (min-width: 768px){ body.offer .addon-grid{ grid-template-columns: 1fr 1fr; } }
body.offer .addon-card{
  min-width: 0;
  background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 20px;
  display: flex; flex-direction: column; gap: 8px;
}
body.offer .addon-card__head{ display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
body.offer .addon-card__head h3{ margin: 0; font-size: 1.02rem; }
body.offer .addon-card__price{ font-weight: 800; color: var(--accent-dark); white-space: nowrap; }
body.offer .addon-card p{ margin: 0; font-size: .9rem; color: #45433c; line-height: 1.5; }

body.offer .perks-stack{ list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
@media (min-width: 768px){ body.offer .perks-stack{ grid-template-columns: 1fr 1fr; } }
body.offer .perks-stack li{
  min-width: 0;
  display: flex; gap: 12px; align-items: flex-start;
  background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px;
  font-size: .92rem; line-height: 1.45;
}
body.offer .perks-stack .tick{
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: .75rem; font-weight: 800;
}

body.offer .limits-box{
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--ink);
  border-radius: 12px;
  padding: 24px 22px;
}
body.offer .limits-box h2{ margin-top: 0; }
body.offer .limits-box ul{ margin: 14px 0 0; padding-left: 22px; }
body.offer .limits-box li{ margin-bottom: 8px; font-size: .94rem; line-height: 1.55; }

body.offer .lead-form{
  background: var(--dark);
  color: #fff;
  border-radius: 24px;
  padding: 36px 20px;
}
@media (min-width: 768px){ body.offer .lead-form{ padding: 46px 40px; } }
body.offer .lead-form h2{ color: #fff; }
body.offer .lead-form .section-lede{ color: #d6d4cd; }
body.offer .lead-form form{ display: grid; gap: 16px; max-width: 640px; }
@media (min-width: 640px){ body.offer .lead-form .name-row{ display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } }
body.offer .field{ display: flex; flex-direction: column; gap: 6px; min-width: 0; }
body.offer .field input, body.offer .field textarea{ width: 100%; }
body.offer .field label{ font-size: .88rem; font-weight: 700; color: #f1f0eb; }
body.offer .field input, body.offer .field textarea{
  font-size: 1rem;
  padding: 13px 14px;
  border-radius: 10px;
  border: 1px solid #3a3c44;
  background: #1c1e25;
  color: #fff;
  font-family: var(--font-sans);
  min-height: 48px;
}
body.offer .field textarea{ min-height: 100px; resize: vertical; }
body.offer .field input::placeholder, body.offer .field textarea::placeholder{ color: #8b8a86; }
body.offer .field input:focus-visible, body.offer .field textarea:focus-visible{ outline: 3px solid var(--accent); outline-offset: 1px; }
body.offer .field small.error{ color: #ff9b8a; font-size: .8rem; display: none; }
body.offer .field.has-error input, body.offer .field.has-error textarea{ border-color: #ff9b8a; }
body.offer .field.has-error small.error{ display: block; }
body.offer .consent-row{ display: flex; gap: 10px; align-items: flex-start; }
body.offer .consent-row input{ width: 20px; height: 20px; margin-top: 3px; flex-shrink: 0; accent-color: var(--accent); }
body.offer .consent-row label{ font-size: .86rem; color: #d6d4cd; line-height: 1.5; }
body.offer .consent-row a{ color: #fff; text-decoration: underline; }
body.offer .lead-form .btn.btn-accent{ align-self: flex-start; }
body.offer .form-success{
  display: none;
  background: #1e3d2a;
  border: 1px solid #3f7a54;
  color: #d8f4e1;
  border-radius: 12px;
  padding: 16px 18px;
  font-weight: 600;
}
body.offer .form-success.is-visible{ display: block; }
body.offer .form-note{ font-size: .78rem; color: #a9a7a1; margin-top: 8px; }

body.offer .site-disclaimer{ background: #fff; border-top: 1px solid var(--line); color: #3a382f; }
body.offer .site-disclaimer a{ color: var(--accent-dark); }
body.offer .site-footer{ background: var(--dark); color: #cfcdc7; }
body.offer .site-footer__links a{ color: #fff; }
body.offer .site-footer__company p{ color: #b9b7b1; }

/* legal / plain content pages inside offer family */
body.offer .legal-page{ padding: 40px 0 10px; }
body.offer .legal-page h1{ font-size: clamp(1.8rem, 5vw, 2.5rem); margin: 0 0 18px; font-weight: 800; }
body.offer .legal-page h2{ font-size: 1.2rem; margin: 30px 0 10px; font-weight: 800; }
body.offer .legal-page p, body.offer .legal-page li{ font-size: .98rem; line-height: 1.65; color: #302e28; }
body.offer .legal-page ul{ padding-left: 22px; }
body.offer .legal-page .contact-card{
  background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 22px; margin-top: 20px;
}
body.offer .legal-page .contact-card dt{ font-weight: 700; margin-top: 12px; }
body.offer .legal-page .contact-card dt:first-child{ margin-top: 0; }
body.offer .legal-page .contact-card dd{ margin: 2px 0 0; }
