/* =========================================================
   Sageon Media — site overrides on top of UIkit 3.21.6
   Two design families sharing one stylesheet:
   .theme-pub   = "The Tribune Media" advertorial / about
   .theme-offer = E-Commerce Listing Support offer + legal
   ========================================================= */

:root {
  --container-max: 1160px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 28px;
  --space-lg: 48px;
  --space-xl: 80px;
}

* {
  box-sizing: border-box;
}

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

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

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

video {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

button {
  font-family: inherit;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

@media (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #000;
  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;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* focus visibility everywhere */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 2px;
  border-radius: 4px;
}

/* Fixed aspect ratio media wrappers so nothing jumps on load */
.media-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: #ddd6c8;
}

.media-frame--wide {
  aspect-ratio: 16 / 9;
}

.media-frame img,
.media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================================================
   Disclaimer + footer (shared shape, themed by variables)
   ========================================================= */

.site-disclaimer {
  display: block;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: var(--space-md) 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.site-disclaimer p {
  margin: 0 0 8px;
}

.site-disclaimer a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

.site-footer {
  background: #171a1f;
  color: #cfd3da;
  padding: var(--space-lg) 0 var(--space-md);
}

.site-footer__company {
  font-size: 14px;
  line-height: 1.8;
  white-space: pre-line;
  color: #cfd3da;
  margin-bottom: var(--space-md);
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
}

.site-footer__links a {
  color: #fff;
  padding: 8px 0;
  display: inline-block;
  min-height: 44px;
  line-height: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: #ffd166;
}

@media (min-width: 768px) {
  .site-footer__links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
  .site-footer__links a {
    border-bottom: none;
  }
}

/* =========================================================
   THEME: PUBLICATION (advertorial + about)
   ========================================================= */

.theme-pub {
  background: #faf6ee;
  color: #201d18;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.pub-topbar {
  border-bottom: 1px solid #e4dcc9;
  padding: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.pub-topbar__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.pub-topbar__date {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b6455;
}

.pub-ribbon {
  display: inline-block;
  background: #f3e3b3;
  color: #6b4e00;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
}

.pub-masthead {
  text-align: center;
  padding: 18px 18px 14px;
}

.pub-masthead__name {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  font-size: clamp(28px, 8vw, 44px);
  margin: 0;
  letter-spacing: 0.01em;
}

.pub-masthead__tag {
  font-style: italic;
  color: #6b6455;
  font-size: clamp(12px, 3vw, 15px);
  margin: 4px 0 0;
  font-family: Arial, Helvetica, sans-serif;
}

.pub-rule {
  border: 0;
  border-top: 3px solid #201d18;
  margin: 0;
}

.pub-rule--thin {
  border-top: 1px solid #201d18;
  margin-top: 4px;
}

.pub-article-head {
  max-width: 760px;
  margin: 0 auto;
  padding: var(--space-md) 18px 0;
}

.pub-category {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: #a4341f;
  font-weight: 700;
  margin: 0 0 10px;
}

.pub-h1 {
  font-size: clamp(28px, 7vw, 46px);
  line-height: 1.12;
  margin: 0 0 16px;
  font-weight: 700;
}

.pub-dek {
  font-style: italic;
  font-size: clamp(17px, 3vw, 21px);
  line-height: 1.5;
  color: #3a362f;
  margin: 0 0 18px;
}

.pub-dek strong {
  font-style: normal;
  background: linear-gradient(180deg, transparent 60%, #f3e3b3 60%);
}

.pub-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #4a463d;
  padding-bottom: 16px;
  border-bottom: 1px solid #e4dcc9;
  margin-bottom: 20px;
}

.pub-byline__stars {
  color: #d99a1f;
  letter-spacing: 1px;
}

.pub-byline strong {
  color: #201d18;
}

.pub-hero-media {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 18px;
}

.pub-hero-media figcaption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #8a8371;
  padding-top: 6px;
}

.pub-article {
  max-width: 720px;
  margin: 0 auto;
  padding: var(--space-md) 18px var(--space-lg);
  font-size: 18px;
  line-height: 1.7;
}

.pub-article p {
  margin: 0 0 20px;
}

.pub-article h2 {
  font-size: clamp(22px, 5vw, 30px);
  line-height: 1.25;
  margin: 40px 0 16px;
  font-weight: 700;
}

.pub-article h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #a4341f;
  margin: 32px 0 10px;
}

.pub-article a {
  color: #a4341f;
  text-decoration: underline;
  font-weight: 700;
}

.pub-list-item {
  display: flex;
  gap: 16px;
  margin: 28px 0;
  align-items: flex-start;
}

.pub-list-item__num {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #201d18;
  color: #faf6ee;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pub-list-item__body h2 {
  margin-top: 0;
}

.pub-callout-band {
  background: #26221b;
  color: #f6efdd;
  padding: var(--space-lg) 18px;
  margin: var(--space-lg) 0;
}

.pub-callout-band__inner {
  max-width: 720px;
  margin: 0 auto;
}

.pub-callout-band .pub-eyebrow {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #f3e3b3;
  font-weight: 700;
  margin: 0 0 10px;
}

.pub-callout-band h2 {
  color: #fff;
  font-size: clamp(22px, 5vw, 30px);
  margin: 0 0 14px;
}

.pub-callout-band p {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.6;
  color: #ede4cd;
}

.pub-statband {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 760px;
  margin: var(--space-lg) auto;
  padding: 0 18px;
  text-align: center;
}

@media (min-width: 640px) {
  .pub-statband {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pub-statband__num {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: clamp(26px, 6vw, 38px);
  color: #a4341f;
  line-height: 1.1;
}

.pub-statband__label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12.5px;
  color: #4a463d;
  margin-top: 6px;
  line-height: 1.4;
}

.pub-pullquote {
  border-left: 4px solid #a4341f;
  padding: 4px 0 4px 20px;
  margin: var(--space-md) 0;
  font-size: 21px;
  line-height: 1.5;
  font-style: italic;
  color: #2c281f;
}

.pub-media-figure {
  max-width: 720px;
  margin: var(--space-md) auto;
}

.pub-media-figure figcaption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #8a8371;
  padding-top: 6px;
}

.pub-offer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pub-offer-list li {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd3ba;
  font-size: 17px;
}

.pub-offer-list li::before {
  content: "✓";
  flex: none;
  color: #6b8f3e;
  font-weight: 700;
}

.pub-summary-box {
  background: #f3ecdc;
  border: 1px solid #e4dcc9;
  border-radius: var(--radius-md);
  padding: var(--space-md);
  max-width: 720px;
  margin: var(--space-lg) auto;
}

.pub-summary-box h2 {
  margin-top: 0;
}

.pub-summary-box ul {
  margin: 0;
  padding-left: 20px;
}

.pub-summary-box li {
  margin-bottom: 8px;
}

.pub-faq {
  max-width: 720px;
  margin: 0 auto;
  padding: var(--space-md) 18px;
}

.pub-faq summary {
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  padding: 16px 0;
  border-top: 1px solid #e4dcc9;
  position: relative;
  padding-right: 28px;
  list-style: none;
}

.pub-faq summary::-webkit-details-marker {
  display: none;
}

.pub-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 22px;
  color: #a4341f;
}

.pub-faq details[open] summary::after {
  content: "\2212";
}

.pub-faq details p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #3a362f;
}

.pub-faq details {
  border-bottom: none;
}

.pub-faq details:last-of-type {
  border-bottom: 1px solid #e4dcc9;
}

.pub-cta-block {
  text-align: center;
  padding: var(--space-lg) 18px;
  background: #f3ecdc;
  margin: var(--space-lg) 0;
}

.pub-cta-block h2 {
  max-width: 620px;
  margin: 0 auto 10px;
  font-size: clamp(22px, 5vw, 28px);
}

.pub-cta-block p {
  max-width: 560px;
  margin: 0 auto 22px;
  color: #4a463d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.pub-video-wrap {
  max-width: 720px;
  margin: var(--space-md) auto;
  padding: 0 18px;
}

/* Buttons: shared base, themed variants */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease;
  line-height: 1.1;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-pub-primary {
  background: #a4341f;
  color: #fff;
}

.btn-pub-primary:hover,
.btn-pub-primary:focus-visible {
  background: #872913;
  color: #fff;
}

.btn-block {
  width: 100%;
}

@media (min-width: 480px) {
  .btn-block {
    width: auto;
  }
}

/* =========================================================
   THEME: OFFER (course/app landing + all legal pages)
   ========================================================= */

.theme-offer {
  background: #ffffff;
  color: #16213a;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.offer-nav {
  background: #ffffff;
  border-bottom: 1px solid #edE4d1;
  position: sticky;
  top: 0;
  z-index: 100;
}

.offer-nav__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 12px;
}

.offer-nav__brand {
  font-weight: 800;
  font-size: 18px;
  color: #16213a;
  white-space: nowrap;
}

.offer-nav__brand span {
  color: #2563eb;
}

.offer-nav__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #e2d9c8;
  background: #fff;
  cursor: pointer;
}

.offer-nav__toggle span,
.offer-nav__toggle span::before,
.offer-nav__toggle span::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #16213a;
  position: relative;
}

.offer-nav__toggle span::before {
  position: absolute;
  top: -6px;
}

.offer-nav__toggle span::after {
  position: absolute;
  top: 6px;
}

.offer-nav__links {
  display: none;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  padding-bottom: 14px;
}

.offer-nav__links.is-open {
  display: flex;
}

.offer-nav__links a {
  color: #16213a;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 4px;
  min-height: 44px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1ebdc;
}

.offer-nav__cta {
  display: none;
}

@media (min-width: 1024px) {
  .offer-nav__toggle {
    display: none;
  }
  .offer-nav__links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 28px;
    width: auto;
    padding-bottom: 0;
  }
  .offer-nav__links a {
    border-bottom: none;
    padding: 8px 0;
    min-height: auto;
  }
  .offer-nav__cta {
    display: inline-flex;
  }
}

.offer-hero {
  padding: var(--space-lg) 0 var(--space-md);
  background: #ffffff;
}

.offer-hero__grid {
  display: grid;
  gap: var(--space-md);
  align-items: center;
}

@media (min-width: 1024px) {
  .offer-hero__grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: var(--space-lg);
  }
}

.offer-kicker {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf1ff;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.offer-hero h1 {
  font-size: clamp(30px, 7vw, 50px);
  line-height: 1.1;
  margin: 0 0 18px;
  font-weight: 800;
  color: #101828;
}

.offer-hero__lead {
  font-size: clamp(16px, 3vw, 19px);
  line-height: 1.6;
  color: #46506b;
  margin: 0 0 22px;
  max-width: 52ch;
}

.offer-hero__checklist {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offer-hero__checklist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  color: #2d3650;
}

.offer-hero__checklist li::before {
  content: "✓";
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #dcefe1;
  color: #227a4a;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.offer-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.offer-hero__media {
  position: relative;
}

.offer-hero__media .media-frame {
  aspect-ratio: 5 / 4;
  box-shadow: 0 20px 50px -20px rgba(16,24,40,0.35);
}

.offer-pullquote {
  margin-top: -18px;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  background: #101828;
  color: #fff;
  border-radius: var(--radius-md);
  padding: 18px 20px;
  font-size: 14.5px;
  line-height: 1.55;
  box-shadow: 0 16px 40px -18px rgba(16,24,40,0.5);
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .offer-pullquote {
    margin-top: -32px;
    margin-left: 0;
  }
}

.offer-pullquote strong {
  color: #ffd166;
}

.btn-offer-primary {
  background: #2563eb;
  color: #fff;
}

.btn-offer-primary:hover,
.btn-offer-primary:focus-visible {
  background: #1d4ed8;
  color: #fff;
}

.btn-offer-secondary {
  background: #f4efe6;
  color: #16213a;
  border-color: #e2d9c8;
}

.btn-offer-secondary:hover,
.btn-offer-secondary:focus-visible {
  background: #ece2cd;
}

.offer-section {
  padding: var(--space-lg) 0;
}

.offer-section--alt {
  background: #f7f2e8;
}

.offer-section--dark {
  background: #101828;
  color: #f4f6fb;
}

.offer-section__kicker {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12.5px;
  font-weight: 700;
  color: #2563eb;
  margin: 0 0 10px;
  text-align: center;
}

.offer-section--dark .offer-section__kicker {
  color: #7fa8ff;
}

.offer-section__title {
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 800;
  text-align: center;
  margin: 0 auto 14px;
  max-width: 720px;
  color: inherit;
}

.offer-section__lead {
  text-align: center;
  max-width: 620px;
  margin: 0 auto var(--space-md);
  color: #46506b;
  font-size: 16px;
  line-height: 1.6;
}

.offer-section--dark .offer-section__lead {
  color: #c4cbdc;
}

.offer-compare {
  display: grid;
  gap: 18px;
  margin-top: var(--space-sm);
}

@media (min-width: 768px) {
  .offer-compare {
    grid-template-columns: 1fr 1fr;
  }
}

.offer-compare__col {
  border-radius: var(--radius-lg);
  padding: 26px 24px;
}

.offer-compare__col--old {
  background: #f4efe6;
  border: 1px solid #e6dcc6;
}

.offer-compare__col--new {
  background: #101828;
  color: #fff;
}

.offer-compare__col h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  color: #8a6d1f;
}

.offer-compare__col--new h3 {
  color: #7fa8ff;
}

.offer-compare__item {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(0,0,0,0.08);
  font-size: 15px;
  line-height: 1.5;
}

.offer-compare__col--new .offer-compare__item {
  border-top: 1px solid rgba(255,255,255,0.12);
}

.offer-compare__item:first-of-type {
  border-top: none;
}

.offer-steps {
  display: grid;
  gap: 18px;
  margin-top: var(--space-sm);
}

@media (min-width: 768px) {
  .offer-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

.offer-step {
  background: #fff;
  border: 1px solid #edE4d1;
  border-radius: var(--radius-lg);
  padding: 26px 22px;
}

.offer-step__num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eaf1ff;
  color: #2563eb;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.offer-step h3 {
  font-size: 18px;
  margin: 0 0 8px;
  color: #101828;
}

.offer-step p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #545e78;
  margin: 0;
}

.offer-video-block {
  display: grid;
  gap: var(--space-md);
  align-items: center;
  margin-top: var(--space-sm);
}

@media (min-width: 1024px) {
  .offer-video-block {
    grid-template-columns: 1fr 1fr;
  }
}

.offer-video-block .media-frame {
  aspect-ratio: 16/10;
}

.offer-video-block__copy h3 {
  font-size: 22px;
  margin: 0 0 12px;
  color: #101828;
}

.offer-video-block__copy p {
  font-size: 15.5px;
  line-height: 1.65;
  color: #46506b;
}

.offer-arithmetic {
  background: #fff;
  border: 1px solid #e6dcc6;
  border-radius: var(--radius-lg);
  padding: var(--space-md);
  max-width: 720px;
  margin: var(--space-sm) auto 0;
}

.offer-arithmetic__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px dashed #e0d6bf;
  font-size: 15px;
}

.offer-arithmetic__row:first-child {
  border-top: none;
}

.offer-arithmetic__row dt {
  color: #46506b;
  font-weight: 600;
}

.offer-arithmetic__row dd {
  margin: 0;
  font-weight: 800;
  color: #101828;
  text-align: right;
}

.offer-arithmetic__total {
  margin-top: 10px;
  padding-top: 14px;
  border-top: 2px solid #101828;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 800;
}

.offer-arithmetic__note {
  font-size: 13px;
  color: #6b7285;
  margin: 14px 0 0;
  line-height: 1.5;
}

.offer-pricing {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: var(--space-sm);
}

.offer-package {
  background: #fff;
  border: 1px solid #edE4d1;
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  display: grid;
  gap: 18px;
}

@media (min-width: 768px) {
  .offer-package {
    grid-template-columns: 1.3fr 1fr;
    align-items: center;
    padding: 34px 36px;
  }
}

.offer-package--highlight {
  background: #101828;
  color: #fff;
  border-color: #101828;
  position: relative;
}

.offer-package__badge {
  display: inline-block;
  background: #ffd166;
  color: #4a3300;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.offer-package__name {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 6px;
}

.offer-package__hours {
  font-size: 13.5px;
  color: #6b7285;
  margin: 0 0 14px;
}

.offer-package--highlight .offer-package__hours {
  color: #b7bfd6;
}

.offer-package__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.offer-package__list li {
  display: flex;
  gap: 10px;
  font-size: 14.5px;
  line-height: 1.5;
}

.offer-package__list li::before {
  content: "✓";
  flex: none;
  color: #227a4a;
  font-weight: 700;
}

.offer-package--highlight .offer-package__list li::before {
  color: #7fe0a8;
}

.offer-package__price-col {
  text-align: left;
  border-top: 1px solid #edE4d1;
  padding-top: 18px;
}

@media (min-width: 768px) {
  .offer-package__price-col {
    text-align: right;
    border-top: none;
    border-left: 1px solid #edE4d1;
    padding-top: 0;
    padding-left: 28px;
  }
}

.offer-package--highlight .offer-package__price-col {
  border-color: rgba(255,255,255,0.16);
}

.offer-package__price {
  font-size: clamp(28px, 5vw, 36px);
  font-weight: 800;
  display: block;
  margin-bottom: 12px;
}

.offer-addons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: var(--space-sm);
}

.offer-addon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #edE4d1;
  border-radius: var(--radius-md);
  padding: 18px 20px;
}

.offer-addon__name {
  font-weight: 700;
  font-size: 15.5px;
  color: #101828;
  margin: 0 0 4px;
}

.offer-addon__desc {
  font-size: 13.5px;
  color: #6b7285;
  margin: 0;
  line-height: 1.5;
}

.offer-addon__price {
  flex: none;
  font-weight: 800;
  font-size: 18px;
  color: #2563eb;
  white-space: nowrap;
}

.offer-perks {
  list-style: none;
  margin: var(--space-sm) 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

@media (min-width: 768px) {
  .offer-perks {
    grid-template-columns: 1fr 1fr;
  }
}

.offer-perks li {
  display: flex;
  gap: 12px;
  background: #f7f2e8;
  border-radius: var(--radius-md);
  padding: 16px 18px;
  font-size: 14.5px;
  line-height: 1.5;
  color: #2d3650;
}

.offer-perks li::before {
  content: "★";
  color: #d99a1f;
  flex: none;
}

.offer-limits {
  background: #fff8ec;
  border: 1px solid #f0dfb0;
  border-radius: var(--radius-lg);
  padding: var(--space-md);
  max-width: 720px;
  margin: var(--space-sm) auto 0;
}

.offer-limits h3 {
  margin: 0 0 12px;
  font-size: 18px;
  color: #7a4d00;
}

.offer-limits ul {
  margin: 0;
  padding-left: 20px;
  color: #4a3b1f;
  font-size: 14.5px;
  line-height: 1.6;
}

.offer-limits li {
  margin-bottom: 8px;
}

/* Lead form */
.offer-form-wrap {
  background: #fff;
  border: 1px solid #edE4d1;
  border-radius: var(--radius-lg);
  padding: var(--space-md);
  max-width: 640px;
  margin: 0 auto;
}

.offer-form__grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 640px) {
  .offer-form__grid {
    grid-template-columns: 1fr 1fr;
  }
  .offer-form__grid .offer-form__field--full {
    grid-column: 1 / -1;
  }
}

.offer-form__field label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #16213a;
}

.offer-form__field input,
.offer-form__field textarea {
  width: 100%;
  font-size: 16px;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid #cfd3da;
  font-family: inherit;
  min-height: 48px;
  background: #fff;
  color: #16213a;
}

.offer-form__field textarea {
  min-height: 110px;
  resize: vertical;
}

.offer-form__field input:invalid.touched,
.offer-form__field textarea:invalid.touched {
  border-color: #c0392b;
}

.offer-form__error {
  color: #c0392b;
  font-size: 13px;
  margin-top: 6px;
  display: none;
}

.offer-form__field.has-error .offer-form__error {
  display: block;
}

.offer-form__field.has-error input,
.offer-form__field.has-error textarea {
  border-color: #c0392b;
}

.offer-form__consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13.5px;
  line-height: 1.5;
  color: #46506b;
  margin-top: 18px;
}

.offer-form__consent input {
  width: 20px;
  height: 20px;
  flex: none;
  margin-top: 2px;
}

.offer-form__submit {
  margin-top: 20px;
  width: 100%;
}

.offer-form__note {
  font-size: 12.5px;
  color: #6b7285;
  margin-top: 14px;
  line-height: 1.5;
}

.offer-form__success {
  display: none;
  background: #eaf7ee;
  border: 1px solid #b9e2c4;
  color: #1c6b3a;
  border-radius: var(--radius-md);
  padding: 18px 20px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 18px;
}

.offer-form__success.is-visible {
  display: block;
}

.offer-form.is-submitted .offer-form__grid,
.offer-form.is-submitted .offer-form__consent,
.offer-form.is-submitted .offer-form__submit {
  display: none;
}

.offer-cta-repeat {
  text-align: center;
  padding: var(--space-lg) 0;
}

.offer-cta-repeat h2 {
  font-size: clamp(22px, 5vw, 30px);
  margin: 0 0 12px;
}

.offer-cta-repeat p {
  max-width: 520px;
  margin: 0 auto 22px;
  color: #46506b;
}

/* Legal / simple content pages (offer theme, no hero) */
.legal-header {
  padding: var(--space-lg) 0 var(--space-sm);
  background: #f7f2e8;
  text-align: center;
}

.legal-header h1 {
  font-size: clamp(26px, 6vw, 38px);
  margin: 0 0 10px;
  color: #101828;
}

.legal-header p {
  color: #46506b;
  max-width: 560px;
  margin: 0 auto;
}

.legal-article {
  max-width: 760px;
  margin: 0 auto;
  padding: var(--space-lg) 18px;
  font-size: 16px;
  line-height: 1.7;
  color: #2d3650;
}

.legal-article h2 {
  font-size: 21px;
  color: #101828;
  margin: 34px 0 12px;
}

.legal-article h2:first-child {
  margin-top: 0;
}

.legal-article ul {
  padding-left: 20px;
}

.legal-article li {
  margin-bottom: 8px;
}

.legal-article a {
  color: #2563eb;
  font-weight: 600;
}

.contact-cards {
  display: grid;
  gap: 16px;
  margin: 0 auto var(--space-md);
  max-width: 760px;
  padding: 0 18px;
}

@media (min-width: 640px) {
  .contact-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.contact-card {
  background: #f7f2e8;
  border-radius: var(--radius-md);
  padding: 20px;
  text-align: center;
}

.contact-card h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b7285;
  margin: 0 0 8px;
}

.contact-card p,
.contact-card a {
  margin: 0;
  color: #101828;
  font-weight: 700;
  font-size: 15px;
  word-break: break-word;
}
