/* =========================================================================
   TEVEL MARKETING — site.css
   UIkit CDN provides grid/reset; this file carries all art direction.
   Two design families: "pub" (advertorial + about) and "offer" (program +
   legal utility pages). Shared components (disclaimer, footer, forms, buttons)
   live at the top.
   ========================================================================= */

:root{
  /* publication family */
  --pub-bar:#0e3a41;
  --pub-bar-ink:#eef3f2;
  --pub-bg:#f3f1ec;
  --pub-card:#ffffff;
  --pub-ink:#1c1e1d;
  --pub-ink-soft:#4b514f;
  --pub-rule:#dcd8cd;
  --pub-accent:#1f6b46;
  --pub-accent-ink:#0d3d29;
  --pub-rust:#a63d2f;
  --pub-serif: Georgia, 'Times New Roman', Times, serif;
  --pub-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;

  /* offer family */
  --offer-bg:#f7f2e6;
  --offer-bg-alt:#efe8d6;
  --offer-navy:#141a30;
  --offer-navy-soft:#1d2540;
  --offer-ink:#181a22;
  --offer-ink-soft:#585c6b;
  --offer-coral:#ff6b45;
  --offer-coral-ink:#7a2c14;
  --offer-mint:#bfead9;
  --offer-mint-ink:#0f4f3c;
  --offer-line:#e2d9c3;
  --offer-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;

  --radius-s:8px;
  --radius-m:16px;
  --radius-l:28px;
  --shadow-card: 0 12px 30px -18px rgba(20,20,20,.35);
  --shadow-soft: 0 6px 18px -10px rgba(20,20,20,.25);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ -webkit-text-size-adjust:100%; }
body{
  margin:0;
  font-family: var(--pub-sans);
  color:var(--pub-ink);
  background:var(--pub-bg);
  overflow-x:hidden;
  line-height:1.55;
}
img{ max-width:100%; height:auto; display:block; }
a{ text-decoration:none; }
button{ font-family:inherit; }
.uk-container{ max-width:1180px; }

/* focus visibility everywhere */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, .uk-accordion-title:focus-visible{
  outline:3px solid #2c6fbb;
  outline-offset:2px;
  border-radius:4px;
}

.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:12px; top:-60px; background:#111; color:#fff;
  padding:10px 16px; border-radius:6px; z-index:200; transition:top .2s ease;
}
.skip-link:focus{ top:12px; }

video{ width:100%; height:100%; object-fit:cover; display:block; background:#000; }
.media-frame{ position:relative; width:100%; overflow:hidden; border-radius:var(--radius-m); background:#0b0b0b; }
.media-frame--16-9{ aspect-ratio:16/9; }
.media-frame--4-3{ aspect-ratio:4/3; }
.media-frame--3-4{ aspect-ratio:3/4; }
.media-frame img, .media-frame video{ width:100%; height:100%; object-fit:cover; }

/* =========================================================================
   SHARED — buttons
   ========================================================================= */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.5em;
  min-height:48px; padding:.85em 1.6em; border-radius:999px; font-weight:700;
  font-size:1rem; border:2px solid transparent; cursor:pointer; transition:transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease;
  line-height:1.2;
}
.btn:hover{ transform:translateY(-2px); }
.btn:active{ transform:translateY(0); }

.btn--pub{ background:var(--pub-accent); color:#fff; box-shadow:var(--shadow-soft); }
.btn--pub:hover{ background:var(--pub-accent-ink); color:#fff; }
.btn--pub-outline{ background:transparent; color:var(--pub-bar); border-color:var(--pub-bar); }
.btn--pub-outline:hover{ background:var(--pub-bar); color:#fff; }

.btn--offer{ background:var(--offer-coral); color:#231007; box-shadow:0 10px 24px -10px rgba(255,107,69,.6); }
.btn--offer:hover{ background:#ff7d5c; color:#231007; }
.btn--offer-outline{ background:transparent; color:var(--offer-navy); border-color:var(--offer-navy); }
.btn--offer-outline:hover{ background:var(--offer-navy); color:#fff; }
.btn--offer-ghost{ background:rgba(255,255,255,.12); color:#fff; border-color:rgba(255,255,255,.5); }
.btn--offer-ghost:hover{ background:rgba(255,255,255,.22); }
.btn--block{ width:100%; }

/* =========================================================================
   SHARED — disclaimer + footer (identical structure on every page)
   ========================================================================= */
.site-disclaimer{
  display:block; max-width:1180px; margin:0 auto; padding:28px 20px 8px;
  font-size:.95rem; color:var(--pub-ink-soft); line-height:1.6;
}
.site-disclaimer p{ margin:0 0 .6em; }
.site-disclaimer a{ color:inherit; font-weight:700; text-decoration:underline; }

.site-footer{ background:#101318; color:#cfd3da; padding:32px 20px 28px; }
.site-footer__inner{ max-width:1180px; margin:0 auto; }
.site-footer__company{
  font-size:.9rem; line-height:1.7; white-space:pre-line; color:#c3c8d1;
  padding-bottom:18px; border-bottom:1px solid rgba(255,255,255,.14); margin-bottom:18px;
}
.site-footer__links{
  display:flex; flex-wrap:wrap; gap:10px 22px; list-style:none; margin:0; padding:0;
}
.site-footer__links a{
  color:#f2f4f7; font-size:.92rem; font-weight:600; display:inline-block; padding:6px 2px;
}
.site-footer__links a:hover{ color:var(--offer-coral); }

/* =========================================================================
   SHARED — cookie banner
   ========================================================================= */
.cookie-banner{
  position:fixed; left:12px; right:12px; bottom:12px; z-index:150;
  max-width:640px; margin:0 auto; background:#101318; color:#eef0f3;
  border-radius:var(--radius-m); padding:18px 20px; box-shadow:0 20px 45px -20px rgba(0,0,0,.6);
  display:none; gap:14px; flex-direction:column;
}
.cookie-banner.is-visible{ display:flex; }
.cookie-banner p{ margin:0; font-size:.9rem; line-height:1.5; }
.cookie-banner__actions{ display:flex; gap:10px; flex-wrap:wrap; }
.cookie-banner__actions .btn{ min-height:44px; padding:.6em 1.3em; font-size:.9rem; }

/* =========================================================================
   SHARED — lead form
   ========================================================================= */
.lead-form{ display:grid; gap:16px; }
.lead-form__row{ display:grid; gap:16px; grid-template-columns:1fr; }
.lead-form label{ display:block; font-weight:700; font-size:.92rem; margin-bottom:6px; }
.lead-form input, .lead-form textarea{
  width:100%; font-size:16px; padding:.85em 1em; border-radius:var(--radius-s);
  border:1.5px solid #cfc9ba; background:#fff; color:#111; font-family:inherit;
}
.lead-form input:focus, .lead-form textarea:focus{ border-color:var(--offer-navy); }
.lead-form__consent{ display:flex; align-items:flex-start; gap:10px; font-size:.9rem; }
.lead-form__consent input{ width:20px; height:20px; margin-top:2px; flex:none; }
.lead-form__error{ color:#a3271b; font-size:.85rem; margin-top:4px; display:none; }
.lead-form__error.is-visible{ display:block; }
.lead-form .field.has-error input, .lead-form .field.has-error textarea{ border-color:#a3271b; }
.lead-form__success{
  display:none; background:var(--offer-mint); color:var(--offer-mint-ink); border-radius:var(--radius-m);
  padding:22px; font-weight:700; text-align:center;
}
.lead-form__success.is-visible{ display:block; }
.lead-form.is-hidden{ display:none; }

/* =========================================================================
   PUBLICATION FAMILY — masthead, ribbon, article
   ========================================================================= */
.pub-page{ background:var(--pub-bg); }

.pub-topbar{
  background:var(--pub-bar); color:var(--pub-bar-ink); padding:14px 16px;
}
.pub-topbar__inner{
  max-width:1180px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:12px;
}
.pub-topbar__logo{
  font-family:var(--pub-serif); font-weight:700; font-size:1.25rem; color:#fff; letter-spacing:.2px;
}
.pub-topbar__ribbon{
  font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; font-weight:700; color:#d9e6e1; white-space:nowrap;
}

.pub-breadcrumb{
  max-width:1180px; margin:0 auto; padding:16px 16px 0; font-size:.85rem; color:var(--pub-ink-soft);
  display:flex; flex-wrap:wrap; gap:6px; align-items:center;
}
.pub-breadcrumb a{ color:var(--pub-ink-soft); font-weight:600; }
.pub-breadcrumb a:hover{ color:var(--pub-accent-ink); text-decoration:underline; }
.pub-breadcrumb__dot{ width:8px; height:8px; background:var(--pub-bar); display:inline-block; margin-right:2px; }

.pub-hero{ max-width:1180px; margin:0 auto; padding:14px 16px 0; }
.pub-hero__h1{
  font-family:var(--pub-sans); font-weight:800; letter-spacing:-.01em; color:#111;
  font-size:clamp(1.7rem, 5.6vw, 2.7rem); line-height:1.12; margin:.3em 0 .4em;
}
.pub-hero__h2{
  font-family:var(--pub-sans); font-weight:700; color:var(--pub-accent-ink);
  font-size:clamp(1.05rem,3vw,1.3rem); line-height:1.3; margin:0 0 .7em;
}
.pub-hero__subhead{
  font-size:clamp(1.02rem,2.6vw,1.2rem); color:var(--pub-ink-soft); max-width:56ch; margin:0 0 1em;
  border-left:4px solid var(--pub-accent); padding-left:14px;
}
.pub-byline{
  display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:12px;
  padding:10px 0 16px; border-bottom:1px solid var(--pub-rule); margin-bottom:16px; font-size:.85rem; color:var(--pub-ink-soft);
}
.pub-byline__meta{ display:flex; flex-wrap:wrap; gap:.4em; align-items:center; }
.pub-byline strong{ color:var(--pub-ink); }
.pub-share{ display:flex; gap:8px; }
.pub-share__btn{
  width:34px; height:34px; border-radius:50%; background:#eef0ec; display:inline-flex; align-items:center; justify-content:center;
  color:var(--pub-bar); transition:background .15s ease;
}
.pub-share__btn:hover{ background:var(--pub-bar); color:#fff; }
.pub-share__btn svg{ width:16px; height:16px; }

.pub-article-grid{ max-width:1180px; margin:0 auto; padding:0 16px 8px; display:grid; gap:28px; grid-template-columns:1fr; }
.pub-main{ min-width:0; }
.pub-aside{ min-width:0; display:grid; gap:20px; align-content:start; }

.pub-figure{ margin:0 0 22px; }
.pub-figure img{ border-radius:var(--radius-m); }
.pub-figure figcaption{ font-size:.8rem; color:var(--pub-ink-soft); padding-top:8px; }

.pub-article p{ margin:0 0 1.1em; font-size:1.03rem; color:#232523; }
.pub-article h2{
  font-family:var(--pub-sans); font-weight:800; font-size:clamp(1.3rem,3.4vw,1.7rem); line-height:1.2;
  margin:1.6em 0 .6em; color:#111;
}
.pub-article h3{ font-size:1.15rem; font-weight:800; margin:1.3em 0 .5em; color:#111; }
.pub-article blockquote{
  margin:1.4em 0; padding:.2em 0 .2em 18px; border-left:4px solid var(--pub-rust);
  font-style:italic; font-size:1.1rem; color:#333;
}
.pub-kicker{
  display:inline-block; font-size:.75rem; letter-spacing:.12em; text-transform:uppercase; font-weight:800;
  color:var(--pub-accent-ink); background:#e3ede6; padding:.3em .8em; border-radius:999px; margin-bottom:.6em;
}

/* sidebar cards */
.pub-card{ background:var(--pub-card); border:1px solid var(--pub-rule); border-radius:var(--radius-m); padding:18px; box-shadow:var(--shadow-soft); }
.pub-card h3{ margin:0 0 .5em; font-size:1.02rem; color:#111; }
.pub-card p{ font-size:.92rem; color:var(--pub-ink-soft); margin:0 0 .6em; }

.pub-methodology{ background:#eef0e9; border:1px solid var(--pub-rule); border-radius:var(--radius-m); padding:20px; margin:1.6em 0; }
.pub-methodology h3{ margin:0 0 .5em; font-size:1.05rem; color:#111; }
.pub-methodology ul{ margin:0; padding-left:1.2em; }
.pub-methodology li{ margin-bottom:.4em; font-size:.95rem; }

/* stat band — market rates */
.pub-statband{
  display:grid; grid-template-columns:repeat(2,1fr); gap:18px 14px; margin:1.8em 0;
  background:var(--pub-bar); border-radius:var(--radius-m); padding:24px 18px;
}
.pub-statband__item{ text-align:center; color:#fff; }
.pub-statband__figure{ font-family:var(--pub-sans); font-weight:800; font-size:clamp(1.5rem,5vw,2.1rem); line-height:1; margin-bottom:.3em; color:#f4e7c8; }
.pub-statband__label{ font-size:.78rem; color:#d5e2dd; line-height:1.35; }

/* criteria score bars */
.pub-scores{ display:grid; gap:14px; margin:1.4em 0; }
.pub-score__row{ display:grid; grid-template-columns:1fr; gap:6px; }
.pub-score__top{ display:flex; justify-content:space-between; font-size:.9rem; font-weight:700; }
.pub-score__track{ height:10px; border-radius:999px; background:#e1ddce; overflow:hidden; }
.pub-score__fill{ height:100%; border-radius:999px; background:linear-gradient(90deg,var(--pub-accent),#3f9c6d); }

/* dated progress entries */
.pub-timeline{ display:grid; gap:16px; margin:1.6em 0; }
.pub-timeline__entry{ background:#fff; border:1px solid var(--pub-rule); border-radius:var(--radius-m); padding:16px 18px; }
.pub-timeline__date{ font-size:.78rem; text-transform:uppercase; letter-spacing:.08em; font-weight:800; color:var(--pub-accent-ink); margin-bottom:.4em; display:block; }
.pub-timeline__entry p{ margin:0 0 .6em; font-size:.96rem; }
.pub-timeline__media{ margin-top:10px; }

/* offer list */
.pub-offerlist{ list-style:none; margin:1.2em 0; padding:0; display:grid; gap:12px; }
.pub-offerlist li{
  display:flex; gap:12px; align-items:flex-start; background:#fff; border:1px solid var(--pub-rule);
  border-radius:var(--radius-s); padding:12px 14px; font-size:.95rem;
}
.pub-offerlist__mark{ flex:none; width:22px; height:22px; border-radius:50%; background:var(--pub-accent); color:#fff; display:inline-flex; align-items:center; justify-content:center; font-size:.75rem; font-weight:800; }

/* results summary table */
.pub-table-wrap{ overflow-x:auto; margin:1.6em 0; border-radius:var(--radius-m); border:1px solid var(--pub-rule); }
.pub-table{ width:100%; border-collapse:collapse; min-width:480px; background:#fff; }
.pub-table caption{ text-align:left; font-size:.85rem; color:var(--pub-ink-soft); padding:10px 14px; }
.pub-table th, .pub-table td{ padding:12px 14px; border-bottom:1px solid var(--pub-rule); text-align:left; font-size:.92rem; }
.pub-table th{ background:#eef0e9; font-weight:800; }
.pub-table tr:last-child td{ border-bottom:none; }

/* verdict box with cta */
.pub-verdict{
  background:#fff; border:2px solid var(--pub-accent); border-radius:var(--radius-l); padding:26px 22px;
  margin:2em 0; text-align:center;
}
.pub-verdict__label{ display:inline-block; background:var(--pub-accent); color:#fff; font-size:.75rem; letter-spacing:.1em; text-transform:uppercase; font-weight:800; padding:.3em .9em; border-radius:999px; margin-bottom:.7em; }
.pub-verdict h3{ margin:0 0 .5em; font-size:1.3rem; color:#111; }
.pub-verdict p{ margin:0 0 1.2em; color:var(--pub-ink-soft); }

.pub-section-divider{ border:none; border-top:1px solid var(--pub-rule); margin:2em 0; }

/* about page (publication family, plain) */
.pub-plain{ max-width:760px; margin:0 auto; padding:0 16px; }
.pub-plain h1{ font-family:var(--pub-sans); font-weight:800; font-size:clamp(1.8rem,5vw,2.6rem); margin:.4em 0 .5em; color:#111; }
.pub-plain h2{ font-size:clamp(1.2rem,3vw,1.5rem); font-weight:800; margin:1.4em 0 .5em; color:#111; }
.pub-plain p, .pub-plain li{ font-size:1.02rem; color:#2a2c2a; }
.pub-plain ul{ padding-left:1.2em; }

/* =========================================================================
   OFFER FAMILY — nav, hero, sections
   ========================================================================= */
.offer-page{ background:var(--offer-bg); color:var(--offer-ink); }

.offer-nav{
  position:sticky; top:0; z-index:100; background:rgba(247,242,230,.92); backdrop-filter:blur(6px);
  border-bottom:1px solid var(--offer-line);
}
.offer-nav__inner{
  max-width:1180px; margin:0 auto; padding:14px 16px; display:flex; align-items:center; justify-content:space-between; gap:12px;
  position:relative;
}
.offer-nav__logo{ font-weight:800; font-size:1.1rem; color:var(--offer-navy); }
.offer-nav__row{ display:flex; align-items:center; gap:10px; }
.offer-nav__toggle{
  display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px;
  border-radius:10px; border:1.5px solid var(--offer-navy); background:transparent; color:var(--offer-navy);
  cursor:pointer;
}
.offer-nav__toggle svg{ width:20px; height:20px; }
.offer-nav__links{
  display:none; position:absolute; left:16px; right:16px; top:100%; margin-top:8px;
  background:#fff; border:1px solid var(--offer-line); border-radius:var(--radius-m); padding:14px;
  flex-direction:column; gap:4px; box-shadow:var(--shadow-card);
}
.offer-nav__links.is-open{ display:flex; }
.offer-nav__links a{
  color:var(--offer-navy); font-weight:700; font-size:.98rem; padding:10px 8px; border-radius:8px;
}
.offer-nav__links a:hover{ background:var(--offer-bg-alt); }
.offer-nav__cta{ display:inline-flex; }
.offer-nav .btn{ min-height:42px; padding:.6em 1.2em; font-size:.9rem; }

.offer-hero{
  background:var(--offer-navy); color:#fff; padding:44px 16px 40px; position:relative; overflow:hidden;
}
.offer-hero__inner{ max-width:1180px; margin:0 auto; display:grid; gap:26px; }
.offer-hero__kicker{
  display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.12); color:#f4e9d8;
  font-size:.78rem; letter-spacing:.08em; text-transform:uppercase; font-weight:700; padding:.4em .9em; border-radius:999px; margin-bottom:.9em;
}
.offer-hero__h1{
  font-weight:800; letter-spacing:-.01em; font-size:clamp(2rem,7vw,3.4rem); line-height:1.08; margin:0 0 .4em;
  color:#ffffff;
}
.offer-hero__h1 span{ color:var(--offer-coral); }
.offer-hero__h2{
  font-size:clamp(1.05rem,3vw,1.35rem); color:#f7ead5; font-weight:700; margin:0 0 .6em; max-width:44ch;
}
.offer-hero__lede{ font-size:1.02rem; color:#c9cee0; max-width:52ch; margin:0 0 1.4em; }
.offer-hero__ctas{ display:flex; flex-wrap:wrap; gap:12px; margin-bottom:22px; }
.offer-hero__media{ border-radius:var(--radius-l); overflow:hidden; box-shadow:var(--shadow-card); }

.offer-section{ padding:44px 16px; }
.offer-section--alt{ background:var(--offer-bg-alt); }
.offer-section--navy{ background:var(--offer-navy); color:#fff; }
.offer-section--mint{ background:var(--offer-mint); color:var(--offer-mint-ink); }
.offer-section__inner{ max-width:1180px; margin:0 auto; }

.offer-kicker{
  display:inline-block; font-size:.75rem; letter-spacing:.12em; text-transform:uppercase; font-weight:800;
  color:var(--offer-coral-ink); background:#ffe1d2; padding:.35em .9em; border-radius:999px; margin-bottom:.7em;
}
.offer-section--navy .offer-kicker{ background:rgba(255,255,255,.14); color:#ffd8c4; }
.offer-section--mint .offer-kicker{ background:rgba(15,79,60,.14); color:var(--offer-mint-ink); }

.offer-h2{ font-weight:800; font-size:clamp(1.6rem,4.6vw,2.3rem); line-height:1.15; margin:0 0 .5em; letter-spacing:-.01em; color:var(--offer-ink); }
.offer-section--navy .offer-h2{ color:#ffffff; }
.offer-section--mint .offer-h2{ color:var(--offer-mint-ink); }
.offer-lede{ font-size:1.05rem; max-width:64ch; color:var(--offer-ink-soft); margin:0 0 1.6em; }
.offer-section--navy .offer-lede{ color:#c9cee0; }
.offer-section--mint .offer-lede{ color:#155943; }

.offer-grid-2{ display:grid; gap:24px; grid-template-columns:1fr; align-items:center; }
.offer-grid-3{ display:grid; gap:20px; grid-template-columns:1fr; }

.offer-card{ background:#fff; border-radius:var(--radius-m); padding:22px; box-shadow:var(--shadow-soft); border:1px solid var(--offer-line); }
.offer-card h3{ margin:0 0 .5em; font-size:1.1rem; font-weight:800; color:var(--offer-ink); }
.offer-card p{ margin:0; color:var(--offer-ink-soft); font-size:.95rem; }
.offer-card__icon{ width:44px; height:44px; border-radius:12px; background:var(--offer-mint); color:var(--offer-mint-ink); display:flex; align-items:center; justify-content:center; margin-bottom:12px; font-weight:800; }

/* market-rate arithmetic panel */
.offer-arith{ background:#fff; border-radius:var(--radius-l); padding:26px 22px; box-shadow:var(--shadow-card); border:1px solid var(--offer-line); }
.offer-arith__rates{ display:grid; gap:12px; margin-bottom:18px; }
.offer-arith__rate{ display:flex; justify-content:space-between; gap:12px; padding:10px 0; border-bottom:1px dashed var(--offer-line); font-size:.95rem; }
.offer-arith__rate:last-child{ border-bottom:none; }
.offer-arith__rate strong{ color:var(--offer-navy); }
.offer-arith__sum{
  background:var(--offer-bg-alt); border-radius:var(--radius-m); padding:16px 18px; font-size:.95rem; line-height:1.6;
}
.offer-arith__sum b{ color:var(--offer-coral-ink); }

/* AI leverage callout */
.offer-callout{
  background:var(--offer-navy-soft); color:#fff; border-radius:var(--radius-l); padding:30px 24px;
  display:grid; gap:18px;
}
.offer-callout h2{ font-size:clamp(1.4rem,4vw,2rem); font-weight:800; margin:0 0 .4em; color:#ffffff; }
.offer-callout p{ color:#c9cee0; margin:0; font-size:1rem; }
.offer-callout__tag{ color:var(--offer-coral); font-weight:800; }

/* pricing spotlight */
.offer-price{
  background:linear-gradient(160deg,var(--offer-navy),var(--offer-navy-soft)); color:#fff;
  border-radius:var(--radius-l); padding:30px 24px; box-shadow:var(--shadow-card); position:relative;
}
.offer-price__badge{
  display:inline-block; background:var(--offer-coral); color:#241006; font-weight:800; font-size:.78rem;
  letter-spacing:.06em; text-transform:uppercase; padding:.4em 1em; border-radius:999px; margin-bottom:14px;
}
.offer-price__name{ font-size:clamp(1.4rem,4.4vw,1.9rem); font-weight:800; margin:0 0 .3em; color:#ffffff; }
.offer-price__amount{ font-size:clamp(2.2rem,7vw,3rem); font-weight:800; color:var(--offer-coral); margin:0 0 .1em; }
.offer-price__amount small{ font-size:1rem; font-weight:600; color:#e7dbc7; }
.offer-price__hours{ color:#c9cee0; font-size:.92rem; margin-bottom:16px; }
.offer-price__list{ list-style:none; margin:0 0 20px; padding:0; display:grid; gap:10px; }
.offer-price__list li{ display:flex; gap:10px; align-items:flex-start; font-size:.95rem; color:#e7ebf5; }
.offer-price__list li::before{ content:"✓"; color:var(--offer-coral); font-weight:800; flex:none; }

.offer-addons{ display:grid; gap:12px; margin-top:24px; }
.offer-addon{
  display:flex; justify-content:space-between; align-items:center; gap:14px; background:#fff;
  border:1px solid var(--offer-line); border-radius:var(--radius-m); padding:14px 18px;
}
.offer-addon__name{ font-weight:800; font-size:.98rem; margin:0 0 .2em; }
.offer-addon__desc{ font-size:.85rem; color:var(--offer-ink-soft); margin:0; }
.offer-addon__price{ flex:none; font-weight:800; font-size:1.05rem; color:var(--offer-coral-ink); white-space:nowrap; }

/* perks stack */
.offer-perks{ list-style:none; margin:0; padding:0; display:grid; gap:12px; }
.offer-perks li{
  display:flex; gap:12px; align-items:flex-start; background:#fff; border-radius:var(--radius-m);
  padding:14px 16px; border:1px solid var(--offer-line); font-size:.95rem;
}
.offer-perks__mark{ flex:none; width:26px; height:26px; border-radius:50%; background:var(--offer-coral); color:#fff; display:inline-flex; align-items:center; justify-content:center; font-size:.8rem; font-weight:800; }

/* curriculum steps */
.offer-steps{ display:grid; gap:16px; counter-reset:step; }
.offer-step{ display:flex; gap:16px; align-items:flex-start; }
.offer-step__num{
  flex:none; width:38px; height:38px; border-radius:50%; background:var(--offer-navy); color:#fff;
  display:flex; align-items:center; justify-content:center; font-weight:800;
}
.offer-step__body h3{ margin:0 0 .2em; font-size:1rem; font-weight:800; color:var(--offer-ink); }
.offer-step__body p{ margin:0; color:var(--offer-ink-soft); font-size:.92rem; }

/* limits / honesty block */
.offer-limits{ background:#fff; border-left:5px solid var(--offer-coral); border-radius:var(--radius-s); padding:20px 22px; }
.offer-limits ul{ margin:0; padding-left:1.2em; }
.offer-limits li{ margin-bottom:.5em; font-size:.95rem; color:var(--offer-ink-soft); }

/* FAQ accordion (accent-borrowed styling) */
.offer-faq .uk-accordion-title{
  font-weight:800; font-size:1rem; padding:16px 18px; background:#fff; border-radius:var(--radius-m);
  border:1px solid var(--offer-line); color:var(--offer-ink); list-style:none;
}
.offer-faq .uk-accordion-title::before{ content:"+"; float:right; font-size:1.3rem; color:var(--offer-coral); font-weight:800; }
.offer-faq .uk-open > .uk-accordion-title::before{ content:"–"; }
.offer-faq li{ margin-bottom:10px; }
.offer-faq .uk-accordion-content{ background:#fff; margin-top:-8px; padding:4px 18px 18px; border:1px solid var(--offer-line); border-top:none; border-radius:0 0 var(--radius-m) var(--radius-m); font-size:.95rem; color:var(--offer-ink-soft); }

/* final CTA band */
.offer-final{
  background:var(--offer-coral); color:#241006; border-radius:var(--radius-l); padding:34px 26px; text-align:center;
}
.offer-final h2{ font-size:clamp(1.5rem,4.4vw,2.1rem); font-weight:800; margin:0 0 .4em; color:#241006; }
.offer-final p{ margin:0 0 1.2em; font-size:1.02rem; }
.offer-final .btn{ background:var(--offer-navy); color:#ffffff; box-shadow:0 10px 24px -10px rgba(20,26,48,.55); }
.offer-final .btn:hover{ background:var(--offer-navy-soft); color:#ffffff; }

/* trust / keyword strip */
.offer-trust{ background:var(--offer-bg); border-top:1px solid var(--offer-line); border-bottom:1px solid var(--offer-line); padding:16px; }
.offer-trust__inner{ max-width:1180px; margin:0 auto; display:flex; flex-wrap:wrap; gap:10px 22px; justify-content:center; font-size:.85rem; font-weight:700; color:var(--offer-ink-soft); }
.offer-trust__inner span{ white-space:nowrap; }

/* legal / utility pages inside offer family */
.legal-hero{ background:var(--offer-navy); color:#fff; padding:40px 16px 34px; }
.legal-hero__inner{ max-width:820px; margin:0 auto; }
.legal-hero h1{ font-size:clamp(1.7rem,5vw,2.4rem); font-weight:800; margin:0 0 .4em; color:#ffffff; }
.legal-hero p{ color:#c9cee0; margin:0; }
.legal-body{ max-width:820px; margin:0 auto; padding:34px 16px; }
.legal-body h2{ font-size:1.25rem; font-weight:800; margin:1.4em 0 .5em; color:var(--offer-navy); }
.legal-body p, .legal-body li{ font-size:.98rem; color:#333; }
.legal-body ul{ padding-left:1.2em; }
.legal-body__meta{ color:var(--offer-ink-soft); font-size:.85rem; margin-bottom:1.6em; }

.contact-wrap{ max-width:640px; margin:0 auto; padding:34px 16px; }
.contact-card{ background:#fff; border-radius:var(--radius-l); padding:26px 22px; box-shadow:var(--shadow-card); border:1px solid var(--offer-line); }

/* =========================================================================
   BREAKPOINTS — 480 / 768 / 1024
   ========================================================================= */
@media (min-width:480px){
  .pub-statband{ grid-template-columns:repeat(4,1fr); }
  .offer-hero__ctas{ flex-wrap:nowrap; }
}

@media (min-width:768px){
  .pub-article-grid{ grid-template-columns:minmax(0,1fr) 320px; align-items:start; }
  .pub-aside{ position:sticky; top:20px; }
  .offer-grid-3{ grid-template-columns:repeat(3,1fr); }
  .offer-nav__toggle{ display:none; }
  .offer-nav__links{
    display:flex; position:static; flex-direction:row; gap:22px; align-items:center;
    background:none; border:none; box-shadow:none; padding:0; margin:0;
  }
  .offer-nav__links a{ color:var(--offer-navy); font-weight:700; font-size:.95rem; padding:6px 2px; border-radius:0; }
  .offer-nav__links a:hover{ background:none; color:var(--offer-coral-ink); }
  .offer-addon{ flex-wrap:nowrap; }
  .lead-form__row{ grid-template-columns:1fr 1fr; }
  .offer-price__inner-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:24px; }
}

@media (min-width:1024px){
  .offer-hero__inner{ grid-template-columns:1.1fr .9fr; align-items:center; }
  .offer-grid-2{ grid-template-columns:1fr 1fr; }
  .offer-section{ padding:64px 24px; }
  .pub-hero__h1{ font-size:clamp(2.1rem,3.6vw,2.9rem); }
}
