/* ===========================================================
   Shared foundations
   =========================================================== */
:root{
  --pub-accent:#a81330;
  --pub-accent-dark:#7c0e24;
  --pub-ink:#1a1814;
  --pub-paper:#fffdfa;
  --pub-tint:#f6f1e9;
  --pub-rule:#e6ddd0;

  --offer-navy-deep:#061c3f;
  --offer-blue-1:#0b3d84;
  --offer-blue-2:#1a7fc4;
  --offer-ink:#0f1b2d;
  --offer-paper:#ffffff;
  --offer-tint:#f1f6fb;
  --offer-border:#d7e2ef;
  --offer-accent:#f5a623;
  --offer-accent-dark:#c97f0a;
}

[x-cloak]{display:none!important;}
*{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;}

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

.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;
}

.container-wide{max-width:1180px;margin:0 auto;padding:0 18px;}
.container-narrow{max-width:760px;margin:0 auto;padding:0 18px;}

@media(min-width:768px){
  .container-wide{padding:0 32px;}
  .container-narrow{padding:0 24px;}
}

/* focus visibility across the whole site */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{
  outline:3px solid #2563eb;outline-offset:2px;border-radius:4px;
}

/* ===========================================================
   Page-close blocks: disclaimer + footer (shared, all pages)
   =========================================================== */
.site-disclaimer{
  display:block;background:#12213a;color:#cdd9ea;padding:26px 18px;
  font-size:14px;line-height:1.65;
}
.site-disclaimer .container-narrow,
.site-disclaimer .container-wide{padding-top:0;padding-bottom:0;}
.site-disclaimer p{margin:0 0 10px;}
.site-disclaimer p:last-child{margin-bottom:0;}
.site-disclaimer a{color:#8fc4ff;font-weight:600;}
.site-disclaimer a:hover{text-decoration:underline;}

.site-footer{
  background:#081326;color:#aab8cc;padding:34px 18px 100px;
  font-size:14px;
}
@media(min-width:768px){.site-footer{padding-bottom:38px;}}
.site-footer__company{
  line-height:1.8;margin-bottom:20px;max-width:640px;
}
.site-footer__company strong{color:#e7edf6;font-size:15px;}
.site-footer__links{
  display:flex;flex-wrap:wrap;gap:12px 20px;padding:18px 0 0;margin:0;
  border-top:1px solid rgba(255,255,255,.12);list-style:none;
}
.site-footer__links a{color:#cdd9ea;font-weight:600;padding:6px 2px;min-height:44px;display:inline-flex;align-items:center;}
.site-footer__links a:hover{color:#fff;text-decoration:underline;}
.site-footer__bottom{margin-top:18px;font-size:12.5px;color:#7d8ba1;}

/* ===========================================================
   PUBLICATION THEME (Clear Bulletin) — advertorial + about
   =========================================================== */
.pub-body{
  background:var(--pub-paper);color:var(--pub-ink);
  font-family:'Source Sans 3',system-ui,-apple-system,sans-serif;
}
.pub-body h1,.pub-body h2,.pub-body h3{font-family:'Source Serif 4',Georgia,serif;}

.pub-nav{background:var(--pub-paper);border-bottom:1px solid var(--pub-rule);position:relative;z-index:20;}
.pub-nav__inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 18px;max-width:1180px;margin:0 auto;
}
.pub-nav__brand{display:flex;align-items:center;gap:8px;font-family:'Source Serif 4',Georgia,serif;
  font-weight:700;font-size:19px;letter-spacing:.02em;color:var(--pub-ink);}
.pub-nav__brand-icon{color:var(--pub-accent);font-size:18px;}
.pub-nav__links{display:none;gap:22px;list-style:none;margin:0;padding:0;}
.pub-nav__link{font-size:13.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#3a3630;}
.pub-nav__link:hover{color:var(--pub-accent);}
.pub-nav__toggle{
  display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;
  border:1px solid var(--pub-rule);border-radius:8px;background:none;color:var(--pub-ink);
}
.pub-nav__mobile{border-top:1px solid var(--pub-rule);padding:10px 18px 18px;}
.pub-nav__mobile a{display:block;padding:10px 4px;font-weight:700;font-size:14px;text-transform:uppercase;
  letter-spacing:.04em;color:#3a3630;min-height:44px;}
.pub-nav__mobile a:hover{color:var(--pub-accent);}
@media(min-width:768px){
  .pub-nav__links{display:flex;}
  .pub-nav__toggle{display:none;}
}

.pub-ribbon{
  display:flex;flex-wrap:wrap;align-items:center;gap:10px;
  padding:22px 0 8px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;
}
.pub-ribbon__tag{color:var(--pub-accent);}
.pub-ribbon__dot{color:var(--pub-rule);}
.pub-ribbon__meta{color:#7a756a;font-weight:600;text-transform:none;letter-spacing:0;}

.pub-hero{padding-bottom:10px;}
.pub-h1{
  font-size:clamp(28px,7vw,46px);line-height:1.12;font-weight:700;margin:6px 0 14px;color:var(--pub-ink);
}
.pub-h2-lede{
  font-style:italic;color:var(--pub-accent);font-weight:600;
  font-size:clamp(19px,4vw,26px);line-height:1.35;margin:0 0 18px;
}
.pub-hero__dek{font-size:clamp(16px,2.6vw,19px);line-height:1.6;color:#40392f;margin:0 0 20px;max-width:66ch;}
.pub-hero__dek strong{color:var(--pub-ink);}

.pub-byline{display:flex;align-items:center;gap:12px;padding:14px 0;border-top:1px solid var(--pub-rule);
  border-bottom:1px solid var(--pub-rule);margin-bottom:24px;}
.pub-byline__avatar{
  width:38px;height:38px;border-radius:999px;background:var(--pub-ink);color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex-shrink:0;
}
.pub-byline__meta{font-size:13.5px;line-height:1.4;color:#514b40;}
.pub-byline__meta strong{color:var(--pub-ink);}

.pub-hero-media{border-radius:10px;overflow:hidden;background:#eee;margin-bottom:8px;}
.pub-hero-media img{width:100%;object-fit:cover;aspect-ratio:16/10;}

.pub-article{padding:30px 0;}
.pub-lede{font-size:clamp(18px,2.6vw,21px);line-height:1.7;color:#2a251d;font-weight:500;margin:0 0 22px;}
.pub-article p{font-size:16.5px;line-height:1.8;color:#312c24;margin:0 0 20px;max-width:70ch;}
.pub-article p strong{color:var(--pub-ink);}
.pub-article h2{font-size:clamp(22px,4vw,28px);line-height:1.3;margin:38px 0 16px;color:var(--pub-ink);}
.pub-article h3{font-size:clamp(18px,3vw,21px);margin:28px 0 12px;color:var(--pub-ink);}

.pub-section{padding:36px 0;}
.pub-section--tint{background:var(--pub-tint);}

.pub-inline-media{border-radius:10px;overflow:hidden;margin:26px 0;background:#eee;}
.pub-inline-media img{width:100%;object-fit:cover;aspect-ratio:4/3;}
.pub-inline-media figcaption{font-size:13px;color:#7a756a;padding:8px 2px 0;}

.pub-stat-band{
  display:grid;grid-template-columns:repeat(2,1fr);gap:18px 14px;padding:6px 0;
}
.pub-stat-band__item{
  text-align:center;background:#fff;border:1px solid var(--pub-rule);border-radius:10px;padding:18px 10px;
}
.pub-stat-band__figure{font-family:'Source Serif 4',Georgia,serif;font-weight:700;color:var(--pub-accent);
  font-size:clamp(24px,5vw,32px);line-height:1.1;display:block;}
.pub-stat-band__label{font-size:12.5px;color:#514b40;line-height:1.4;display:block;margin-top:6px;}
@media(min-width:640px){.pub-stat-band{grid-template-columns:repeat(4,1fr);}}

.pub-split{display:grid;grid-template-columns:1fr;gap:26px;align-items:start;}
@media(min-width:860px){.pub-split{grid-template-columns:1fr 1fr;gap:40px;}}
.pub-split__col{}
.pub-split__leverage{
  border-left:4px solid var(--pub-accent);padding:4px 0 4px 18px;
}
.pub-split__kicker{
  text-transform:uppercase;letter-spacing:.06em;font-weight:700;font-size:12.5px;color:var(--pub-accent);
  margin-bottom:8px;display:block;
}

.pub-keypoints{
  background:#fff;border:1px solid var(--pub-rule);border-left:5px solid var(--pub-ink);
  border-radius:8px;padding:22px 20px;margin:28px 0;
}
.pub-keypoints__title{font-family:'Source Serif 4',Georgia,serif;font-weight:700;font-size:19px;margin:0 0 12px;}
.pub-keypoints__list{margin:0;padding-left:20px;}
.pub-keypoints__list li{font-size:15.5px;line-height:1.7;margin-bottom:9px;color:#312c24;}
.pub-keypoints__list li:last-child{margin-bottom:0;}

.pub-quote{
  border-left:4px solid var(--pub-rule);padding:4px 0 4px 20px;margin:30px 0;font-style:italic;
  font-size:clamp(17px,2.6vw,20px);line-height:1.6;color:#2a251d;
}
.pub-quote cite{display:block;font-style:normal;font-size:13px;color:#7a756a;margin-top:10px;font-weight:700;}

.pub-promo{
  background:var(--pub-ink);color:#fff;border-radius:12px;padding:28px 22px;margin:36px 0;
  text-align:center;
}
.pub-promo__eyebrow{font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;color:#e0b8bf;font-weight:700;margin-bottom:10px;}
.pub-promo h3{color:#fff;margin:0 0 12px;}
.pub-promo p{color:#dcd7cd;max-width:60ch;margin:0 auto 18px;font-size:15.5px;line-height:1.65;}
.pub-promo__price{font-size:14px;color:#f2e6c8;margin-bottom:18px;}

.pub-cta-button{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  background:var(--pub-accent);color:#fff;font-weight:700;font-size:15px;
  padding:15px 28px;border-radius:8px;min-height:48px;transition:background .18s ease,transform .18s ease;
  border:none;
}
.pub-cta-button:hover{background:var(--pub-accent-dark);transform:translateY(-1px);}
.pub-cta-button--ghost{background:transparent;border:2px solid #fff;color:#fff;}
.pub-cta-button--ghost:hover{background:rgba(255,255,255,.12);}

.pub-video-wrap{
  aspect-ratio:16/9;border-radius:10px;overflow:hidden;background:#000;margin:0 0 18px;
}
.pub-video-wrap video{width:100%;height:100%;object-fit:cover;}

.pub-video-cta{
  background:var(--pub-accent);border-radius:12px;padding:26px 20px;text-align:center;margin:36px 0;
}
.pub-video-cta p{color:#fff!important;font-weight:700;font-size:clamp(16px,3vw,19px);margin:0 0 16px;max-width:none;}

.pub-closing{padding:12px 0 8px;}

/* ===========================================================
   OFFER THEME (LocalisIA) — program + legal family
   =========================================================== */
.offer-body{
  background:var(--offer-paper);color:var(--offer-ink);
  font-family:'Inter',system-ui,-apple-system,sans-serif;
}

.offer-nav{background:#fff;border-bottom:1px solid var(--offer-border);position:sticky;top:0;z-index:30;}
.offer-nav__inner{
  display:flex;align-items:center;justify-content:space-between;padding:14px 18px;
  max-width:1180px;margin:0 auto;
}
.offer-nav__brand{font-weight:800;font-size:19px;color:var(--offer-blue-1);display:flex;align-items:center;gap:6px;}
.offer-nav__brand span{color:var(--offer-accent-dark);}
.offer-nav__links{display:none;gap:22px;list-style:none;margin:0;padding:0;}
.offer-nav__link{font-size:14px;font-weight:600;color:#334;}
.offer-nav__link:hover{color:var(--offer-blue-1);}
.offer-nav__cta{
  display:inline-flex;align-items:center;justify-content:center;background:var(--offer-blue-1);color:#fff;
  font-weight:700;font-size:13.5px;padding:10px 16px;border-radius:8px;min-height:44px;transition:background .18s;
}
.offer-nav__cta:hover{background:var(--offer-navy-deep);}
.offer-nav__toggle{
  display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--offer-border);
  border-radius:8px;background:#fff;color:var(--offer-ink);
}
.offer-nav__mobile{border-top:1px solid var(--offer-border);padding:10px 18px 18px;}
.offer-nav__mobile a{display:block;padding:10px 4px;font-weight:600;font-size:14.5px;color:#334;min-height:44px;}
@media(min-width:860px){
  .offer-nav__links{display:flex;}
  .offer-nav__toggle{display:none;}
}

.offer-hero{
  background:linear-gradient(155deg,var(--offer-blue-1) 0%,var(--offer-blue-2) 68%,#2596d6 100%);
  color:#fff;padding:38px 0 46px;
}
.offer-hero__inner{
  display:grid;grid-template-columns:1fr;gap:30px;max-width:1180px;margin:0 auto;padding:0 18px;
}
@media(min-width:1024px){
  .offer-hero__inner{grid-template-columns:1.05fr .95fr;gap:48px;align-items:start;padding:0 32px;}
}
.offer-hero__badge{
  display:inline-block;font-size:12.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
  background:rgba(255,255,255,.16);padding:6px 12px;border-radius:999px;margin-bottom:16px;
}
.offer-h1{font-size:clamp(28px,6.4vw,42px);line-height:1.14;font-weight:800;margin:0 0 16px;}
.offer-hero__subhead{font-size:clamp(15.5px,2.6vw,18px);line-height:1.65;color:#e2eefb;max-width:56ch;margin:0 0 22px;}
.offer-hero__subhead strong{color:#fff;}
.offer-hero__checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;}
.offer-hero__checklist-item{
  display:flex;gap:10px;align-items:flex-start;font-size:14.5px;line-height:1.55;color:#eaf3fd;
  background:rgba(255,255,255,.08);border-radius:8px;padding:12px 14px;
}
.offer-hero__checklist-item b{color:#fff;}
.offer-hero__check{color:var(--offer-accent);font-weight:800;flex-shrink:0;}

.offer-card{
  background:#fff;color:var(--offer-ink);border-radius:14px;padding:26px 20px;
  box-shadow:0 20px 50px -18px rgba(4,20,45,.55);
}
.offer-card__title{font-size:18px;font-weight:800;margin:0 0 6px;color:var(--offer-navy-deep);}
.offer-card__sub{font-size:13.5px;color:#5a6478;margin:0 0 18px;line-height:1.5;}
.offer-field{margin-bottom:14px;}
.offer-field-row{display:grid;grid-template-columns:1fr;gap:14px;}
@media(min-width:480px){.offer-field-row{grid-template-columns:1fr 1fr;}}
.offer-label{display:block;font-size:13.5px;font-weight:700;margin-bottom:6px;color:#28324a;}
.offer-input,.offer-textarea{
  width:100%;border:1px solid var(--offer-border);border-radius:8px;padding:12px 12px;
  font-size:16px;font-family:inherit;color:var(--offer-ink);background:#fbfdff;
}
.offer-input:focus,.offer-textarea:focus{border-color:var(--offer-blue-1);outline:none;box-shadow:0 0 0 3px rgba(11,61,132,.18);}
.offer-textarea{resize:vertical;min-height:88px;}
.offer-consent-row{display:flex;align-items:flex-start;gap:10px;margin:16px 0;}
.offer-consent-row input{width:20px;height:20px;flex-shrink:0;margin-top:2px;}
.offer-consent-row label{font-size:13px;line-height:1.5;color:#3a445a;}
.offer-consent-row a{color:var(--offer-blue-1);font-weight:700;}
.offer-submit{
  width:100%;background:var(--offer-accent);color:#1a1400;font-weight:800;font-size:15.5px;
  padding:14px 18px;border-radius:9px;border:none;min-height:48px;transition:background .18s,transform .18s;
}
.offer-submit:hover{background:var(--offer-accent-dark);transform:translateY(-1px);}
.offer-form-note{font-size:12px;color:#79839a;margin-top:12px;line-height:1.5;}
.offer-error{color:#b3122b;font-size:12.5px;margin-top:5px;display:block;}
.offer-success{
  background:#eafaf0;border:1px solid #b6ecc9;color:#0f5c33;border-radius:10px;padding:16px;
  font-size:14.5px;line-height:1.55;font-weight:600;
}

.offer-section{padding:44px 0;}
.offer-section--tint{background:var(--offer-tint);}

.offer-heading-duo{margin:0 0 20px;}
.offer-heading-duo__line1{
  display:block;font-size:clamp(22px,4.6vw,30px);font-weight:800;color:var(--offer-blue-1);line-height:1.2;
}
.offer-heading-duo__line2{
  display:block;font-size:clamp(22px,4.6vw,30px);font-weight:800;color:var(--offer-ink);line-height:1.2;
}
.offer-body-copy{font-size:15.5px;line-height:1.75;color:#3a445a;max-width:66ch;margin:0 0 16px;}
.offer-body-copy strong{color:var(--offer-ink);}

.offer-quote-card{
  background:#fff;border:1px solid var(--offer-border);border-radius:12px;padding:22px 20px;
  box-shadow:0 10px 30px -20px rgba(15,27,45,.3);max-width:640px;
}
.offer-quote-card__mark{font-size:34px;color:var(--offer-blue-2);line-height:1;font-weight:800;display:block;margin-bottom:6px;}
.offer-quote-card p{font-size:15.5px;line-height:1.7;color:#28324a;margin:0 0 12px;}
.offer-quote-card__attr{font-size:13.5px;font-weight:700;color:#5a6478;}

.offer-callout{
  display:grid;grid-template-columns:1fr;gap:22px;background:#fff;border:1px solid var(--offer-border);
  border-radius:16px;padding:22px;box-shadow:0 12px 34px -22px rgba(15,27,45,.35);
}
@media(min-width:768px){.offer-callout{grid-template-columns:1fr 1fr;align-items:center;padding:28px;}}
.offer-callout__media{border-radius:12px;overflow:hidden;background:#e9eef5;}
.offer-callout__media img{width:100%;aspect-ratio:4/3;object-fit:cover;}
.offer-callout__kicker{
  font-size:12.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--offer-accent-dark);
  margin-bottom:8px;display:block;
}
.offer-callout__body h3{font-size:clamp(19px,3.4vw,24px);font-weight:800;margin:0 0 12px;color:var(--offer-navy-deep);}
.offer-callout__body p{font-size:15px;line-height:1.7;color:#3a445a;margin:0 0 10px;}

.offer-steps{display:grid;grid-template-columns:1fr;gap:18px;}
@media(min-width:768px){.offer-steps{grid-template-columns:1fr 1fr;}}
.offer-steps__item{
  background:#fff;border:1px solid var(--offer-border);border-radius:12px;padding:20px;position:relative;
}
.offer-steps__num{
  display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;
  background:var(--offer-blue-1);color:#fff;font-weight:800;font-size:14px;margin-bottom:12px;
}
.offer-steps__item h3{font-size:16.5px;font-weight:800;margin:0 0 8px;color:var(--offer-navy-deep);}
.offer-steps__item p{font-size:14.5px;line-height:1.65;color:#3a445a;margin:0;}
.offer-steps__media{border-radius:10px;overflow:hidden;margin-top:14px;background:#e9eef5;}
.offer-steps__media img,.offer-steps__media video{width:100%;aspect-ratio:16/10;object-fit:cover;}

.offer-pricing{
  background:#fff;border:2px solid var(--offer-blue-1);border-radius:16px;overflow:hidden;
  box-shadow:0 20px 50px -26px rgba(11,61,132,.5);position:relative;
}
.offer-pricing__badge{
  position:absolute;top:0;right:0;background:var(--offer-accent);color:#1a1400;font-weight:800;font-size:12.5px;
  padding:8px 16px;border-radius:0 0 0 12px;letter-spacing:.03em;text-transform:uppercase;
}
.offer-pricing__head{background:var(--offer-navy-deep);color:#fff;padding:26px 22px 22px;}
.offer-pricing__head h3{font-size:clamp(19px,3.6vw,24px);font-weight:800;margin:0 0 8px;}
.offer-pricing__head p{font-size:14px;color:#c9d8ec;margin:0;line-height:1.5;}
.offer-pricing__table{width:100%;border-collapse:collapse;}
.offer-pricing__row{border-bottom:1px solid var(--offer-border);}
.offer-pricing__row:last-of-type{border-bottom:none;}
.offer-pricing__feature{
  display:flex;align-items:flex-start;gap:10px;padding:15px 22px;font-size:14.5px;line-height:1.55;color:#28324a;
}
.offer-pricing__check{color:#159a5e;font-weight:800;flex-shrink:0;}
.offer-pricing__priceline{
  display:flex;align-items:baseline;justify-content:space-between;padding:22px;background:var(--offer-tint);
  flex-wrap:wrap;gap:10px;
}
.offer-pricing__priceline-label{font-size:14px;font-weight:700;color:#3a445a;}
.offer-pricing__priceline-amount{font-size:clamp(26px,5vw,34px);font-weight:800;color:var(--offer-navy-deep);}
.offer-pricing__cta{display:block;text-align:center;background:var(--offer-accent);color:#1a1400;font-weight:800;
  padding:16px;font-size:15.5px;min-height:48px;}
.offer-pricing__cta:hover{background:var(--offer-accent-dark);}

.offer-addons{display:grid;grid-template-columns:1fr;gap:16px;}
@media(min-width:640px){.offer-addons{grid-template-columns:1fr 1fr;}}
.offer-addon-card{
  background:#fff;border:1px solid var(--offer-border);border-radius:12px;padding:18px;display:flex;
  flex-direction:column;gap:8px;
}
.offer-addon-card__top{display:flex;justify-content:space-between;align-items:baseline;gap:10px;}
.offer-addon-card h3{font-size:15.5px;font-weight:800;margin:0;color:var(--offer-navy-deep);}
.offer-addon-card__price{font-size:16px;font-weight:800;color:var(--offer-blue-1);white-space:nowrap;}
.offer-addon-card p{font-size:13.8px;line-height:1.55;color:#3a445a;margin:0;}
.offer-addon-card__tag{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#79839a;}

.offer-aside{
  border:2px dashed var(--offer-blue-2);border-radius:14px;padding:22px;background:#f7fbff;
}
.offer-aside__label{
  display:inline-block;background:var(--offer-blue-1);color:#fff;font-size:12px;font-weight:800;
  letter-spacing:.05em;text-transform:uppercase;padding:6px 12px;border-radius:999px;margin-bottom:16px;
}
.offer-aside__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:18px;}
@media(min-width:640px){.offer-aside__grid{grid-template-columns:repeat(4,1fr);}}
.offer-aside__figure{text-align:center;background:#fff;border:1px solid var(--offer-border);border-radius:10px;padding:14px 8px;}
.offer-aside__figure b{display:block;font-size:clamp(17px,3.6vw,21px);color:var(--offer-blue-1);font-weight:800;}
.offer-aside__figure span{display:block;font-size:11.5px;color:#5a6478;margin-top:5px;line-height:1.35;}
.offer-aside__math{font-size:14px;line-height:1.7;color:#28324a;background:#fff;border-radius:10px;padding:14px 16px;border:1px solid var(--offer-border);}
.offer-aside__math strong{color:var(--offer-navy-deep);}

.offer-perks{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:12px;}
@media(min-width:640px){.offer-perks{grid-template-columns:1fr 1fr;}}
.offer-perks__item{
  display:flex;gap:10px;align-items:flex-start;background:#fff;border:1px solid var(--offer-border);
  border-radius:10px;padding:14px 16px;font-size:14.5px;line-height:1.55;color:#28324a;
}
.offer-perks__icon{color:var(--offer-accent-dark);font-weight:800;flex-shrink:0;}

.offer-limits{
  background:var(--offer-navy-deep);color:#dbe6f5;border-radius:14px;padding:24px 22px;
}
.offer-limits h3{color:#fff;font-size:19px;font-weight:800;margin:0 0 14px;}
.offer-limits ul{margin:0;padding-left:20px;}
.offer-limits li{font-size:14.5px;line-height:1.65;margin-bottom:10px;color:#c9d8ec;}
.offer-limits li:last-child{margin-bottom:0;}
.offer-limits li b{color:#fff;}

.offer-final-cta{
  background:linear-gradient(120deg,var(--offer-blue-1),var(--offer-navy-deep));color:#fff;border-radius:16px;
  padding:32px 24px;text-align:center;
}
.offer-final-cta h2{font-size:clamp(21px,4.4vw,28px);font-weight:800;margin:0 0 12px;}
.offer-final-cta p{font-size:15px;color:#dbe6f5;max-width:56ch;margin:0 auto 20px;line-height:1.6;}
.offer-final-cta a.offer-nav__cta{display:inline-flex;padding:14px 26px;font-size:15px;}

.offer-media-frame{border-radius:12px;overflow:hidden;background:#e9eef5;}
.offer-media-frame img,.offer-media-frame video{width:100%;object-fit:cover;}

/* legal / about pages (offer + publication simple content pages) */
.legal-hero{background:var(--offer-navy-deep);color:#fff;padding:38px 0;}
.legal-hero h1{font-size:clamp(26px,5vw,36px);font-weight:800;margin:0 0 8px;}
.legal-hero p{color:#c9d8ec;font-size:14.5px;margin:0;}
.legal-article{padding:34px 0 10px;}
.legal-article h2{font-size:19px;font-weight:800;margin:28px 0 10px;color:var(--offer-navy-deep);}
.legal-article p,.legal-article li{font-size:15px;line-height:1.75;color:#28324a;margin:0 0 14px;}
.legal-article ul{padding-left:20px;margin:0 0 18px;}
.legal-article a{color:var(--offer-blue-1);font-weight:600;}
.legal-article a:hover{text-decoration:underline;}

.about-hero{padding:30px 0 10px;}
.about-hero h1{font-family:'Source Serif 4',Georgia,serif;}
