/* ============================================================
   Clear Tribune / Program — site overrides on top of UIkit
   Two design families: "publication" (advertorial, about) and
   "offer" (program + all legal/utility pages).
   ============================================================ */

/* ---------- Reset & base ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

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

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

a { text-decoration: none; }

:focus-visible {
  outline: 3px solid #1b6fd6;
  outline-offset: 2px;
}

.visually-hidden {
  position: absolute !important;
  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: -60px;
  background: #111;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  z-index: 1000;
  transition: top .2s ease;
}
.skip-link:focus { top: 8px; }

.media-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #10241a;
}
.media-frame video,
.media-frame img { width: 100%; height: 100%; object-fit: cover; }

/* =========================================================
   SHARED PAGE-CLOSE BLOCKS (disclaimer + footer)
   ========================================================= */
.site-disclaimer {
  display: block;
  max-width: 860px;
  margin: 0 auto;
  padding: 28px 20px;
  font-size: 14px;
  line-height: 1.6;
}
.site-disclaimer p { margin: 0 0 10px; }
.site-disclaimer p:last-child { margin-bottom: 0; }
.site-disclaimer a { text-decoration: underline; font-weight: 600; }

.site-footer {
  padding: 32px 16px 40px;
}
.site-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.site-footer__company {
  font-size: 14px;
  line-height: 1.7;
  white-space: pre-line;
}
.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
.site-footer__links a {
  font-size: 14px;
  font-weight: 600;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.site-footer__meta {
  margin-top: 18px;
  font-size: 12.5px;
  opacity: .75;
}

/* =========================================================
   FAMILY: PUBLICATION (Clear Tribune advertorial + about)
   ========================================================= */
body.family-publication {
  --pub-navy: #142a4d;
  --pub-navy-dark: #0b1a33;
  --pub-red: #c31f3f;
  --pub-bg: #ffffff;
  --pub-bg-alt: #f4f5f7;
  --pub-ink: #1b1f27;
  --pub-muted: #59616f;
  --pub-border: #e3e6eb;
  --pub-callout-bg: #fdf6e9;
  --pub-callout-border: #c31f3f;
  --pub-green: #1c7c4d;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: var(--pub-ink);
  background: var(--pub-bg);
}
body.family-publication .pub-sans {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.pub-masthead {
  background: var(--pub-navy);
  color: #fff;
}
.pub-masthead__row {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.pub-masthead__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #fff;
}
.pub-masthead__brand svg { flex: none; }
.pub-masthead__date {
  font-size: 12.5px;
  opacity: .85;
  white-space: nowrap;
}
@media (max-width: 479px) {
  .pub-masthead__date { display: none; }
}

.pub-ribbon {
  background: var(--pub-red);
  color: #fff;
}
.pub-ribbon__row {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.pub-ribbon__tag {
  flex: none;
  background: #fff;
  color: var(--pub-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 4px;
}
.pub-ribbon__text {
  font-size: 13px;
  font-weight: 600;
}

.pub-article {
  max-width: 780px;
  margin: 0 auto;
  padding: 28px 16px 8px;
}

.pub-category {
  display: inline-block;
  background: var(--pub-red);
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 18px;
}

.pub-h1 {
  font-size: clamp(1.75rem, 5.5vw + 0.5rem, 2.85rem);
  line-height: 1.12;
  font-weight: 700;
  margin: 0 0 18px;
  color: #111;
}

.pub-dek {
  font-style: italic;
  font-size: clamp(1.05rem, 1.5vw + .8rem, 1.3rem);
  line-height: 1.5;
  color: var(--pub-ink);
  margin: 0 0 22px;
  padding-left: 16px;
  border-left: 3px solid var(--pub-red);
}

.pub-byline {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 13.5px;
  color: var(--pub-muted);
  border-top: 1px solid var(--pub-border);
  border-bottom: 1px solid var(--pub-border);
  padding: 14px 0;
  margin-bottom: 26px;
}
.pub-byline__avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--pub-navy);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  flex: none;
}
.pub-byline strong { color: var(--pub-ink); }

.pub-hero-media {
  margin: 0 0 28px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
}
.pub-hero-media figcaption {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 12.5px;
  color: var(--pub-muted);
  padding: 8px 2px 0;
}

.pub-lede p,
.pub-body p {
  font-size: clamp(1.02rem, .3vw + .95rem, 1.14rem);
  line-height: 1.75;
  margin: 0 0 20px;
  color: #24262c;
}
.pub-body strong { color: #111; }
.pub-body a { color: var(--pub-navy); text-decoration: underline; font-weight: 600; }

.pub-h2 {
  font-size: clamp(1.35rem, 2.4vw + .6rem, 1.8rem);
  line-height: 1.25;
  font-weight: 700;
  margin: 44px 0 18px;
  color: #111;
  scroll-margin-top: 20px;
}

.pub-keypoints {
  background: var(--pub-bg-alt);
  border: 1px solid var(--pub-border);
  border-radius: 8px;
  padding: 20px 22px;
  margin: 0 0 28px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.pub-keypoints__title {
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--pub-red);
  margin: 0 0 12px;
}
.pub-keypoints ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.pub-keypoints li {
  padding-left: 26px;
  position: relative;
  font-size: 14.5px;
  line-height: 1.55;
  color: #262a31;
}
.pub-keypoints li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 0;
  color: var(--pub-green);
  font-weight: 800;
}

.pub-pullquote {
  background: var(--pub-callout-bg);
  border-left: 4px solid var(--pub-callout-border);
  border-radius: 4px;
  padding: 22px 22px;
  margin: 8px 0 30px;
}
.pub-pullquote__eyebrow {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--pub-red);
  margin: 0 0 8px;
}
.pub-pullquote__figure {
  font-size: clamp(1.4rem, 2.6vw + .9rem, 1.9rem);
  font-weight: 700;
  color: #111;
  margin: 0 0 8px;
  line-height: 1.25;
}
.pub-pullquote__note {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: var(--pub-muted);
  margin: 0;
}

.pub-divider {
  border: 0;
  height: 1px;
  background: var(--pub-border);
  margin: 40px 0;
  position: relative;
}
.pub-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -3px;
  transform: translateX(-50%);
  width: 46px;
  height: 7px;
  background: var(--pub-red);
  border-radius: 4px;
}

.pub-offer-list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.pub-offer-list li {
  background: #fff;
  border: 1px solid var(--pub-border);
  border-radius: 8px;
  padding: 14px 16px 14px 44px;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
}
.pub-offer-list li::before {
  content: "→";
  position: absolute;
  left: 14px;
  top: 13px;
  color: var(--pub-red);
  font-weight: 800;
}

.pub-steps {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  counter-reset: pub-step;
  display: grid;
  gap: 18px;
}
.pub-steps li {
  counter-increment: pub-step;
  position: relative;
  padding-left: 54px;
  min-height: 40px;
}
.pub-steps li::before {
  content: counter(pub-step);
  position: absolute;
  left: 0; top: 0;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--pub-navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 15px;
}
.pub-steps h3 {
  font-size: 17px;
  margin: 4px 0 6px;
  color: #111;
}
.pub-steps p { margin: 0; font-size: 15px; line-height: 1.6; color: #333; }

.pub-video-block {
  margin: 0 0 22px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,.12);
}
.pub-video-block .play-badge {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.25));
}
.play-badge__circle {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(195,31,63,.92);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,.35);
}
.play-badge__circle svg { width: 24px; height: 24px; fill: #fff; margin-left: 3px; }

/* CTA button treatment borrowed from advertorial accent reference */
.pub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 30px;
  border-radius: 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  background: var(--pub-green);
  color: #fff;
  box-shadow: 0 6px 0 #145c39, 0 8px 18px rgba(0,0,0,.18);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  border: none;
}
.pub-btn:hover, .pub-btn:focus-visible {
  background: #1f8c57;
  transform: translateY(-2px);
  box-shadow: 0 8px 0 #145c39, 0 12px 20px rgba(0,0,0,.2);
}
.pub-btn:active { transform: translateY(1px); box-shadow: 0 3px 0 #145c39; }
.pub-btn-row {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  margin: 0 0 30px;
}
@media (min-width: 480px) {
  .pub-btn-row { flex-direction: row; justify-content: center; }
}

.pub-promo-box {
  background: var(--pub-navy);
  color: #fff;
  border-radius: 10px;
  padding: 30px 24px;
  margin: 10px 0 34px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.pub-promo-box__kicker {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #ffd873;
  margin: 0 0 10px;
}
.pub-promo-box h3 {
  font-size: clamp(1.25rem, 2vw + .8rem, 1.6rem);
  margin: 0 0 12px;
  font-family: Georgia, 'Times New Roman', serif;
  color: #fff;
}
.pub-promo-box p { font-size: 15px; line-height: 1.65; margin: 0 0 18px; color: #dde4f0; }
.pub-promo-box .pub-price-range {
  display: inline-block;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.pub-author-box {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  background: var(--pub-bg-alt);
  border: 1px solid var(--pub-border);
  border-left: 4px solid var(--pub-navy);
  border-radius: 8px;
  padding: 20px;
  margin: 0 0 34px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.pub-author-box__avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--pub-navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
}
.pub-author-box h3 { margin: 0 0 6px; font-size: 16px; color: #111; }
.pub-author-box p { margin: 0 0 8px; font-size: 13.5px; line-height: 1.6; color: var(--pub-muted); }
.pub-author-box p:last-child { margin-bottom: 0; }

.pub-closing {
  background: var(--pub-bg-alt);
  padding: 40px 16px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.pub-closing__inner { max-width: 700px; margin: 0 auto; }
.pub-closing h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.4rem, 2.6vw + .8rem, 1.9rem);
  margin: 0 0 14px;
  color: #111;
}
.pub-closing p { font-size: 15.5px; line-height: 1.65; color: #333; margin: 0 0 24px; }

body.family-publication .site-disclaimer {
  background: var(--pub-bg-alt);
  border-top: 1px solid var(--pub-border);
  color: #3a3f47;
}
body.family-publication .site-footer {
  background: var(--pub-navy-dark);
  color: #cfd7e6;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
body.family-publication .site-footer a { color: #fff; }
body.family-publication .site-footer a:hover { color: #ffd873; }

@media (min-width: 768px) {
  .pub-article { padding-top: 40px; }
  .pub-author-box { grid-template-columns: 80px 1fr; padding: 26px; }
  .pub-author-box__avatar { width: 80px; height: 80px; font-size: 26px; }
}

/* =========================================================
   FAMILY: OFFER (Program page + legal/utility pages)
   ========================================================= */
body.family-offer {
  --off-bg: #f2f4ee;
  --off-panel: #ffffff;
  --off-ink: #0c1f13;
  --off-muted: #47554c;
  --off-border: #0c1f13;
  --off-green: #2fae64;
  --off-green-dark: #1f8a4c;
  --off-lime: #d8fb5c;
  --off-dark: #08150d;
  --off-dark-2: #0f2a19;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--off-bg);
  color: var(--off-ink);
}

.off-nav {
  background: var(--off-bg);
  border-bottom: 1px solid rgba(12,31,19,.12);
  position: relative;
  z-index: 40;
}
.off-nav.uk-active { box-shadow: 0 2px 10px rgba(12,31,19,.1); }
.off-nav__row {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.off-nav__brand {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -.01em;
  color: var(--off-ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.off-nav__brand svg { flex: none; }
.off-nav__links {
  display: none;
  gap: 24px;
  list-style: none;
  margin: 0; padding: 0;
  font-size: 14.5px;
  font-weight: 600;
}
.off-nav__links a { color: var(--off-ink); padding: 10px 2px; }
.off-nav__links a:hover { color: var(--off-green-dark); }
.off-nav__cta { flex: none; }
@media (min-width: 768px) {
  .off-nav__links { display: flex; }
}

.off-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 11px 22px;
  border-radius: 7px;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid var(--off-border);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.off-btn--primary {
  background: var(--off-green);
  color: #06170d;
  box-shadow: 3px 3px 0 var(--off-border);
}
.off-btn--primary:hover, .off-btn--primary:focus-visible {
  background: var(--off-lime);
  transform: translate(-2px,-2px);
  box-shadow: 5px 5px 0 var(--off-border);
}
.off-btn--secondary {
  background: transparent;
  color: var(--off-ink);
  box-shadow: 3px 3px 0 rgba(12,31,19,.35);
}
.off-btn--secondary:hover, .off-btn--secondary:focus-visible {
  background: #fff;
  transform: translate(-2px,-2px);
  box-shadow: 5px 5px 0 rgba(12,31,19,.35);
}
.off-btn--onlight { background: var(--off-lime); color: #06170d; box-shadow: 3px 3px 0 var(--off-border); }
.off-btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

.off-hero {
  position: relative;
  padding: 40px 16px 48px;
  overflow: hidden;
}
.off-hero__grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 32px;
}
.off-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0c1f13;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 18px;
}
.off-hero__badge::before { content: "●"; color: var(--off-lime); }
.off-h1 {
  font-size: clamp(1.85rem, 5.5vw + .4rem, 3rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.01em;
  margin: 0 0 18px;
  color: var(--off-ink);
}
.off-h1 mark {
  background: var(--off-lime);
  color: #06170d;
  padding: 0 6px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.off-hero__sub {
  font-size: clamp(1rem, 1vw + .85rem, 1.15rem);
  line-height: 1.6;
  color: var(--off-muted);
  max-width: 52ch;
  margin: 0 0 26px;
}
.off-hero__visual {
  position: relative;
  border-radius: 16px;
  background:
    linear-gradient(rgba(216,251,92,.55), rgba(216,251,92,.55)),
    repeating-linear-gradient(0deg, rgba(12,31,19,.15) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(90deg, rgba(12,31,19,.15) 0 1px, transparent 1px 28px);
  background-color: var(--off-lime);
  min-height: 260px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
}
.off-chat {
  max-width: 320px;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 13.5px;
  line-height: 1.45;
  box-shadow: 0 6px 18px rgba(0,0,0,.16);
}
.off-chat--in { background: #fff; color: #10241a; align-self: flex-start; border-bottom-left-radius: 2px; }
.off-chat--out { background: #0c1f13; color: #fff; align-self: flex-end; border-bottom-right-radius: 2px; }
.off-chat strong { display: block; font-size: 11.5px; text-transform: uppercase; letter-spacing: .04em; opacity: .65; margin-bottom: 4px; }

.off-section { padding: 48px 16px; }
.off-section--tight { padding: 36px 16px; }
.off-section--dark { background: var(--off-dark); color: #eef2ea; }
.off-section--dark2 { background: var(--off-dark-2); color: #eef2ea; }
.off-section--panel { background: var(--off-panel); }
.off-inner { max-width: 1180px; margin: 0 auto; }
.off-inner--narrow { max-width: 860px; margin: 0 auto; }

.off-kicker {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--off-green-dark);
  margin: 0 0 10px;
}
.off-section--dark .off-kicker,
.off-section--dark2 .off-kicker { color: var(--off-lime); }
.off-section--dark .off-h2, .off-section--dark h3,
.off-section--dark2 .off-h2, .off-section--dark2 h3 { color: #eef2ea; }
.off-problem-card h3 { color: #f2f6f0; }
.off-h2 {
  font-size: clamp(1.5rem, 3vw + .6rem, 2.2rem);
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1.2;
  margin: 0 0 16px;
  scroll-margin-top: 20px;
  color: var(--off-ink);
}
.off-lead {
  font-size: clamp(.98rem, .6vw + .85rem, 1.08rem);
  line-height: 1.65;
  color: var(--off-muted);
  max-width: 68ch;
  margin: 0 0 30px;
}
.off-section--dark .off-lead,
.off-section--dark2 .off-lead { color: #c7d3c9; }

.off-problem-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
.off-problem-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  padding: 22px;
}
.off-problem-card__icon {
  width: 42px; height: 42px;
  border-radius: 8px;
  background: var(--off-lime);
  margin-bottom: 14px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; color: #06170d;
}
.off-problem-card h3 { font-size: 17px; margin: 0 0 8px; }
.off-problem-card p { font-size: 14.5px; line-height: 1.55; margin: 0; color: #cdd8cf; }

.off-feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
.off-feature-card {
  background: var(--off-panel);
  border: 2px solid var(--off-border);
  border-radius: 12px;
  padding: 22px;
  box-shadow: 4px 4px 0 rgba(12,31,19,.12);
}
.off-feature-card__num {
  font-size: 12px;
  font-weight: 800;
  color: var(--off-green-dark);
  letter-spacing: .08em;
  margin-bottom: 8px;
}
.off-feature-card h3 { font-size: 17.5px; margin: 0 0 8px; color: var(--off-ink); }
.off-feature-card p { font-size: 14.5px; line-height: 1.55; margin: 0; color: var(--off-muted); }

.off-callout {
  background: var(--off-dark-2);
  color: #fff;
  border-radius: 14px;
  padding: 26px 24px;
  margin: 30px 0 6px;
  position: relative;
}
.off-callout__label {
  display: inline-block;
  background: var(--off-lime);
  color: #06170d;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.off-callout h3 { font-size: clamp(1.15rem, 1.8vw + .7rem, 1.45rem); margin: 0 0 10px; color: #fff; }
.off-callout p { font-size: 15px; line-height: 1.6; color: #d8e4da; margin: 0; }

.off-pullquote {
  background: #fff;
  border: 2px solid var(--off-border);
  border-radius: 14px;
  padding: 24px;
  box-shadow: 5px 5px 0 rgba(12,31,19,.15);
  margin: 0 0 10px;
}
.off-pullquote__eyebrow { font-size: 11.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--off-green-dark); margin: 0 0 8px; }
.off-pullquote__figure { font-size: clamp(1.5rem, 2.8vw + .8rem, 2rem); font-weight: 800; margin: 0 0 6px; }
.off-pullquote__note { font-size: 13px; color: var(--off-muted); margin: 0; }

.off-stat-band {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 18px;
  padding: 24px 0 6px;
}
.off-stat { text-align: center; border-left: 1px solid rgba(12,31,19,.15); padding-left: 18px; }
.off-stat:first-child, .off-stat:nth-child(2n+1) { border-left: none; }
.off-stat__figure { font-size: clamp(1.7rem, 4vw + .8rem, 2.5rem); font-weight: 800; color: var(--off-ink); line-height: 1; }
.off-stat__label { font-size: 12.5px; color: var(--off-muted); margin-top: 8px; line-height: 1.4; }

.off-table-wrap { overflow-x: auto; margin-bottom: 28px; -webkit-overflow-scrolling: touch; }
.off-pricing-table { width: 100%; min-width: 640px; border-collapse: collapse; background: var(--off-panel); border-radius: 12px; overflow: hidden; }
.off-pricing-table th, .off-pricing-table td {
  border: 1px solid rgba(12,31,19,.14);
  padding: 14px 16px;
  text-align: left;
  font-size: 14px;
  vertical-align: top;
}
.off-pricing-table thead th {
  background: var(--off-dark);
  color: #fff;
  font-size: 13px;
}
.off-pricing-table th.off-col-highlight, .off-pricing-table td.off-col-highlight {
  background: #eafce0;
}
.off-pricing-table thead th.off-col-highlight { background: var(--off-green-dark); color: #fff; }
.off-pricing-table .off-tier-name { font-weight: 800; font-size: 15px; }
.off-pricing-table .off-tier-badge {
  display: inline-block; margin-left: 8px; background: var(--off-lime); color: #06170d;
  font-size: 10.5px; font-weight: 800; padding: 2px 7px; border-radius: 10px; text-transform: uppercase;
}
.off-pricing-table .off-price-row td { font-size: 18px; font-weight: 800; }
.off-pricing-table ul { margin: 0; padding-left: 18px; }
.off-pricing-table li { margin-bottom: 4px; }

.off-addons { display: grid; gap: 14px; grid-template-columns: 1fr; margin-bottom: 30px; }
.off-addon {
  background: var(--off-panel);
  border: 1px solid rgba(12,31,19,.18);
  border-radius: 10px;
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}
.off-addon__name { font-weight: 700; font-size: 15px; margin: 0 0 4px; }
.off-addon__desc { font-size: 13.5px; color: var(--off-muted); margin: 0; line-height: 1.5; }
.off-addon__price { font-weight: 800; font-size: 15.5px; white-space: nowrap; flex: none; }

.off-perks { list-style: none; margin: 0 0 10px; padding: 0; display: grid; gap: 12px; }
.off-perks li {
  background: var(--off-panel);
  border-radius: 10px;
  padding: 14px 16px 14px 44px;
  position: relative;
  font-size: 14.5px;
  line-height: 1.5;
  border: 1px solid rgba(12,31,19,.14);
}
.off-perks li::before {
  content: "✓";
  position: absolute; left: 16px; top: 13px;
  color: var(--off-green-dark);
  font-weight: 800;
}

.off-gallery { display: grid; gap: 16px; grid-template-columns: 1fr; }
.off-gallery-card { border-radius: 12px; overflow: hidden; background: #0c1f13; }
.off-gallery-card figcaption { padding: 12px 14px; font-size: 13px; color: #cdd8cf; }

.off-table-wrap.off-compare .off-pricing-table td.is-yes { color: var(--off-green-dark); font-weight: 800; }
.off-table-wrap.off-compare .off-pricing-table td.is-no { color: #8a5a2a; }

.off-limits { display: grid; gap: 14px; grid-template-columns: 1fr; margin-bottom: 10px; }
.off-limits li {
  background: rgba(255,255,255,.65);
  border: 1px dashed rgba(12,31,19,.35);
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 14.5px;
  line-height: 1.55;
  list-style: none;
}

.off-faq { max-width: 780px; margin: 0 auto; }
.off-faq .uk-accordion-title {
  font-size: 15.5px;
  font-weight: 700;
  color: var(--off-ink);
  padding: 16px 4px;
  border-bottom: 1px solid rgba(12,31,19,.16);
}
.off-faq .uk-accordion-content { font-size: 14.5px; line-height: 1.6; color: var(--off-muted); padding-bottom: 16px; }

.off-form-shell {
  background: var(--off-panel);
  border: 2px solid var(--off-border);
  border-radius: 16px;
  padding: 26px 20px;
  box-shadow: 6px 6px 0 rgba(12,31,19,.15);
  max-width: 620px;
  margin: 0 auto;
}
.off-form-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
.off-field label {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  margin-bottom: 6px;
}
.off-field input, .off-field textarea {
  width: 100%;
  font-size: 16px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1.5px solid rgba(12,31,19,.35);
  background: #fff;
  font-family: inherit;
  min-height: 46px;
}
.off-field textarea { min-height: 100px; resize: vertical; }
.off-field input:focus, .off-field textarea:focus { border-color: var(--off-green-dark); }
.off-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; line-height: 1.5; }
.off-consent input { width: 20px; height: 20px; margin-top: 2px; flex: none; }
.off-form-note { font-size: 12.5px; color: var(--off-muted); margin-top: 14px; }
.off-form-success {
  display: none;
  background: #eafce0;
  border: 1.5px solid var(--off-green-dark);
  border-radius: 10px;
  padding: 16px 18px;
  font-size: 14.5px;
  font-weight: 600;
  margin-top: 16px;
}
.off-form-success.is-visible { display: block; }
.off-field.has-error input, .off-field.has-error textarea { border-color: #c0392b; }
.off-field__error { display: none; color: #c0392b; font-size: 12.5px; margin-top: 5px; }
.off-field.has-error .off-field__error { display: block; }

.off-final-band {
  background: var(--off-lime);
  padding: 44px 16px;
  text-align: center;
}
.off-final-band__inner { max-width: 620px; margin: 0 auto; }
.off-final-band .off-kicker { color: #1f8a4c; }
.off-final-band h2 { font-size: clamp(1.4rem, 2.8vw + .6rem, 2rem); font-weight: 800; margin: 0 0 12px; color: #06170d; }
.off-final-band p { font-size: 15px; color: #133019; margin: 0 0 22px; }

.off-sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 50;
  background: #0c1f13;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 -4px 14px rgba(0,0,0,.25);
}
.off-sticky-cta span { color: #fff; font-size: 13.5px; font-weight: 600; }
.off-sticky-cta .off-btn { padding: 10px 18px; min-height: 40px; }
body.has-sticky-cta { padding-bottom: 74px; }
@media (min-width: 768px) {
  .off-sticky-cta { display: none; }
  body.has-sticky-cta { padding-bottom: 0; }
}

body.family-offer .site-disclaimer {
  background: var(--off-dark);
  color: #d7e0d9;
}
body.family-offer .site-disclaimer a { color: var(--off-lime); }
body.family-offer .site-footer {
  background: var(--off-dark);
  color: #b9c4bb;
  border-top: 1px solid rgba(255,255,255,.1);
}
body.family-offer .site-footer a { color: #fff; }
body.family-offer .site-footer a:hover { color: var(--off-lime); }

/* Legal / utility page shell (offer family, simplified) */
.legal-shell { padding: 40px 16px 56px; }
.legal-card {
  max-width: 760px;
  margin: 0 auto;
  background: var(--off-panel);
  border: 2px solid var(--off-border);
  border-radius: 14px;
  padding: 28px 22px;
  box-shadow: 5px 5px 0 rgba(12,31,19,.12);
}
.legal-card h1 { font-size: clamp(1.5rem, 3vw + .6rem, 2.1rem); margin: 0 0 8px; font-weight: 800; color: var(--off-ink); }
.legal-card .legal-updated { font-size: 13px; color: var(--off-muted); margin: 0 0 26px; }
.legal-card h2 { font-size: 18px; margin: 28px 0 10px; font-weight: 800; color: var(--off-ink); }
.legal-card p, .legal-card li { font-size: 14.5px; line-height: 1.65; color: #2b352e; }
.legal-card ul { padding-left: 20px; }
.legal-card a { color: var(--off-green-dark); font-weight: 700; text-decoration: underline; }
.legal-back { display: inline-block; margin-bottom: 18px; font-size: 14px; font-weight: 700; color: var(--off-green-dark); }

/* =========================================================
   Breakpoints
   ========================================================= */
@media (min-width: 480px) {
  .off-stat-band { grid-template-columns: repeat(4, 1fr); }
  .off-stat { border-left: 1px solid rgba(12,31,19,.15); }
  .off-stat:first-child { border-left: none; }
}

@media (min-width: 768px) {
  .off-hero__grid { grid-template-columns: 1.05fr .95fr; align-items: center; }
  .off-problem-grid { grid-template-columns: repeat(3, 1fr); }
  .off-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .off-gallery { grid-template-columns: repeat(2, 1fr); }
  .off-addons { grid-template-columns: repeat(3, 1fr); }
  .off-perks { grid-template-columns: repeat(2, 1fr); }
  .off-limits { grid-template-columns: repeat(2, 1fr); }
  .pub-article { max-width: 720px; }
}

@media (min-width: 1024px) {
  .off-section { padding: 68px 16px; }
  .off-section--tight { padding: 48px 16px; }
  .pub-article { max-width: 760px; padding-top: 52px; }
}
