html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
img, video { max-width: 100%; height: auto; }
a { word-break: normal; }
.responsive-video-link { display: block; width: 100%; height: 400px; overflow: hidden; border-radius: 6px; background: #111; }
.responsive-video-link video { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.adv-rte figure, .adv-rte .w-richtext-figure-type-image { max-width: 100% !important; margin-right: 0; margin-left: 0; }
.adv-rte img { width: 100%; height: auto; border-radius: 4px; }
.adv-product-block img, .adv-sticky-banner-wrapper-2 img { width: auto; max-width: 100%; height: auto; }
.product-block-image { margin-right: auto; margin-left: auto; }
.button-2, .w-button { white-space: normal; text-align: center; }
.mobile-sticky-button { z-index: 50; }
@media (max-width: 991px) {
  .adv-container { display: block; }
  .adv-left-column, .adv-right-column { width: 100%; max-width: 760px; margin-right: auto; margin-left: auto; }
  .adv-right-column { margin-top: 28px; }
  .adv-sticky-banner-wrapper-2 { position: static; }
}
@media (max-width: 767px) {
  .responsive-video-link { height: 250px; }
  .adv-section { padding-right: 14px; padding-left: 14px; }
  .adv-heading-1 { overflow-wrap: break-word; word-break: normal; }
  .adv-author-wrapper { align-items: center; }
  .adv-rte blockquote { overflow-wrap: break-word; }
  .adv-product-block { margin-right: 0; margin-left: 0; }
  .mobile-sticky-button { left: 12px; right: 12px; bottom: 12px; width: auto; }
  .footer-links-wrap { flex-wrap: wrap; gap: 10px 16px; }
}
@media (max-width: 420px) {
  .responsive-video-link { height: 220px; }
  .adv-logo { max-width: 150px; }
}

/* Reading layout safeguards for the cleaned static advertorial. */
.adv-section,
.footer-advertorial {
  overflow-x: hidden;
}

.adv-container,
.adv-wrapper-24,
.adv-rte,
.adv-right-column,
.footer-advertorial {
  min-width: 0;
}

.adv-rte,
.adv-rte p,
.adv-rte li,
.adv-rte blockquote,
.body-text-35,
.footer-text-2 {
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.adv-rte {
  color: #1f2933;
  font-size: clamp(17px, 1.35vw, 19px);
  line-height: 1.72;
}

.adv-rte p {
  margin-top: 0;
  margin-bottom: 1.15em;
}

.adv-rte h2,
.adv-rte h3,
.adv-heading-1,
.adv-heading-5 {
  max-width: 100%;
  letter-spacing: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

.adv-rte h2 {
  margin-top: 1.35em;
  margin-bottom: 0.55em;
  line-height: 1.18;
}

.adv-rte h3 {
  margin-top: 1em;
  margin-bottom: 0.7em;
  line-height: 1.22;
}

.adv-rte blockquote {
  max-width: 100%;
  margin: 1.45em 0;
  line-height: 1.58;
}

.adv-rte figure {
  clear: both;
}

.adv-rte figure,
.adv-rte .w-richtext-figure-type-image,
.adv-rte .w-richtext-align-fullwidth {
  width: 100% !important;
  max-width: 100% !important;
}

.adv-rte figure > a,
.adv-rte figure > div,
.adv-rte .w-inline-block {
  max-width: 100%;
}

.adv-author-wrapper,
.adv-right-testimonial,
.adv-product-block,
.adv-sticky-banner-wrapper-2,
.footer-links-wrap {
  min-width: 0;
}

.adv-right-testimonial {
  overflow-wrap: break-word;
}

.button-2,
.w-button {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
  white-space: normal;
}

.footer-text-2.disclaimer {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.55;
}

@media (min-width: 992px) {
  .adv-left-column {
    min-width: 0;
  }

  .adv-right-column {
    min-width: 280px;
  }
}

/* Refined advertorial layout, typography, offer rail, and legal dialogs. */
:root {
  --site-font: "Barlow", "Roboto", Arial, sans-serif;
  --ink: #172738;
  --body-ink: #35485a;
  --muted: #687887;
  --line: #d9dfdf;
  --surface: #ffffff;
  --page: #f4f3ef;
  --brand: #0b6f46;
  --brand-dark: #075c39;
  --brand-soft: #eef6f1;
  --focus: #1f6feb;
}

html {
  background: var(--page);
  color-scheme: light;
}

body {
  min-height: 100%;
  padding-bottom: 0;
  overflow-x: clip;
  background: var(--page);
  color: var(--body-ink);
  font-family: var(--site-font) !important;
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea,
dialog,
.adv-heading-1,
.adv-heading-5,
.adv-rte,
.adv-rte p,
.adv-rte li,
.adv-rte blockquote,
.adv-rte h1,
.adv-rte h2,
.adv-rte h3,
.adv-rte h4,
.adv-rte h5,
.adv-rte h6,
.body-text-35,
.button-2,
.footer-text-2,
.adv-footer-span,
.adv-logo-caption {
  font-family: var(--site-font) !important;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.navbar-2 {
  position: relative;
  z-index: 40;
  min-height: 46px;
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
}

.adv-logo-caption {
  color: #40566a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.adv-section {
  display: block;
  padding: 26px 32px 0;
  overflow: visible;
}

.adv-page-grid {
  width: min(100%, 1160px);
  margin-inline: auto;
}

.adv-left-column {
  min-width: 0;
  padding: clamp(26px, 3.2vw, 40px);
  background: var(--surface);
  border: 1px solid rgba(16, 36, 58, 0.08);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(16, 36, 58, 0.06);
}

.adv-wrapper-24 {
  gap: 18px;
}

.adv-heading-1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(37px, 4vw, 49px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.06;
  text-wrap: balance;
}

.adv-author-wrapper {
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.adv-author-image-33 {
  width: 52px;
  height: 52px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px var(--line);
}

.adv-author-separator {
  height: 36px;
  background: var(--line);
}

.adv-rte {
  color: var(--body-ink);
  font-size: 18px;
  line-height: 1.68;
}

.adv-rte p {
  margin: 0 0 0.95em;
  color: var(--body-ink);
  font-size: inherit;
  line-height: inherit;
}

.adv-rte figure.lead-image {
  margin: 0 0 18px !important;
}

.adv-rte p.article-lead {
  margin-bottom: 1em;
  color: #293e50;
  font-size: 20px;
  line-height: 1.5;
}

.adv-rte h2,
.adv-rte h3 {
  color: var(--ink);
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.adv-rte h2 {
  margin: 1.35em 0 0.5em;
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 800;
  line-height: 1.12;
}

.adv-rte h3 {
  margin: 1.18em 0 0.55em;
  font-size: clamp(25px, 2.7vw, 32px);
  font-weight: 700;
  line-height: 1.18;
}

.adv-rte a {
  color: #0d65b5;
  word-break: normal;
  overflow-wrap: anywhere;
}

.adv-rte blockquote {
  margin: 1.15em 0;
  padding: 18px 20px;
  color: #173d2b;
  background: var(--brand-soft);
  border: 0;
  border-left: 5px solid var(--brand);
  border-radius: 0 8px 8px 0;
  font-size: 18px;
  font-weight: 550;
  line-height: 1.65;
}

.adv-rte figure,
.adv-rte .w-richtext-figure-type-image {
  margin: 20px 0 !important;
}

.adv-rte figure img,
.adv-rte img {
  display: block;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(16, 36, 58, 0.08);
}

.responsive-video-link {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 20px 0;
  overflow: hidden;
  background: #0a1118;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(16, 36, 58, 0.1);
}

.responsive-video-link video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-wrapper {
  margin: 6px 0 2px;
  padding: 15px;
  background: var(--brand-soft);
  border: 1px solid #ccebd9;
  border-radius: 10px;
}

.button-2,
.w-button.button-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 20px;
  color: #fff;
  background: var(--brand);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  box-shadow: 0 6px 14px rgba(8, 96, 57, 0.2);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button-2:hover,
.w-button.button-2:hover {
  background: var(--brand-dark);
  box-shadow: 0 8px 17px rgba(8, 96, 57, 0.24);
  transform: translateY(-1px);
}

.adv-product-block {
  padding: 22px;
  background: #f8fbfa;
  border: 1px solid #dcebe3;
  border-radius: 12px;
}

.product-block-image {
  display: block;
  max-width: 320px;
  margin-inline: auto;
}

.adv-warning-box {
  background: #fff7e7;
  border: 1px solid #f0cf88;
  border-radius: 8px;
}

.adv-warning-box .adv-rte p {
  margin: 0;
  color: #6f4910;
  text-align: center;
}

.footer-advertorial {
  min-width: 0;
  margin-top: 18px;
  padding: 24px;
  overflow: visible;
  color: #fff;
  background: var(--ink);
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(16, 36, 58, 0.1);
}

.footer-links-wrap {
  justify-content: center;
  gap: 12px;
}

.footer-links-wrap .adv-footer-span {
  appearance: none;
  min-height: 44px;
  padding: 10px 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-align: center;
  text-transform: none;
  transition: background 160ms ease, border-color 160ms ease;
}

.footer-links-wrap .adv-footer-span:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.55);
}

.footer-text-2.disclaimer {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.5;
}

.adv-sticky-banner-wrapper-2 {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  grid-template-areas:
    "badge badge"
    "image copy"
    "button button"
    "note note";
  align-items: center;
  gap: 9px 12px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(16, 36, 58, 0.1);
}

.offer-badge {
  grid-area: badge;
  justify-self: center;
  align-self: center;
  padding: 6px 11px;
  color: #075f33;
  background: #e4f6ec;
  border: 1px solid #bfe6cf;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.sticky-image-lb {
  display: flex;
  grid-area: image;
  justify-content: center;
  width: 100%;
}

.sticky-image-lb img {
  display: block;
  width: min(100%, 105px);
  max-height: 105px;
  margin-inline: auto;
  object-fit: contain;
}

.adv-sticky-banner-wrapper-2 .body-text-35.xl {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.18;
  text-decoration: none;
}

.adv-sticky-banner-wrapper-2 .wrapper-34 {
  grid-area: copy;
}

.adv-sticky-banner-wrapper-2 .body-text-35.l {
  display: none;
}

.adv-sticky-banner-wrapper-2 .button-2 {
  grid-area: button;
  min-height: 52px;
  padding: 9px 10px;
  font-size: 15px;
  line-height: 1.18;
}

.offer-note {
  grid-area: note;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
}

.adv-right-sticky-group,
.adv-right-reviews {
  display: grid;
  min-width: 0;
}

.adv-right-sticky-group {
  gap: 14px;
}

.adv-right-reviews {
  gap: 10px;
}

.adv-right-reviews > h2 {
  margin: 2px 0 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.adv-right-testimonial {
  display: grid;
  width: auto;
  gap: 6px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(16, 36, 58, 0.06);
}

.adv-right-testimonial .adv-stars {
  position: relative;
  display: inline-block;
  width: 5.65em;
  height: 1em;
  overflow: hidden;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}

.adv-right-testimonial .adv-stars::before,
.adv-right-testimonial .adv-stars::after {
  position: absolute;
  inset: 0 auto auto 0;
  content: "★★★★★";
}

.adv-right-testimonial .adv-stars::before {
  color: #d6dcde;
}

.adv-right-testimonial .adv-stars::after {
  width: 100%;
  overflow: hidden;
  color: #ef9200;
}

.adv-right-testimonial .adv-stars.is-four-half::after {
  width: 90%;
}

.adv-right-testimonial .body-text-35.italic {
  color: var(--body-ink);
  font-size: 13.5px;
  line-height: 1.45;
}

.adv-right-testimonial .body-text-35.bold {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
}

.review-quote {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.review-quote.is-expanded {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

.review-toggle {
  justify-self: start;
  padding: 0;
  color: #315f50;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.legal-dialog {
  width: min(860px, calc(100vw - 32px));
  max-width: 860px;
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  color: var(--body-ink);
  background: #fff;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.28);
}

.legal-dialog::backdrop {
  background: rgba(7, 18, 30, 0.72);
  backdrop-filter: blur(5px);
}

.legal-dialog__surface {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
}

.legal-dialog__header {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 26px 20px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.legal-dialog__eyebrow {
  margin-bottom: 4px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-dialog__header h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(25px, 4vw, 34px);
  line-height: 1.1;
}

.legal-dialog__header p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.legal-dialog__close {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  color: var(--ink);
  background: #f0f4f6;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.legal-dialog__content {
  padding: 24px 28px 30px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.legal-dialog__content section + section {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.legal-dialog__content h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.25;
}

.legal-dialog__content p {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.65;
}

.legal-dialog__footer {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  padding: 16px 26px;
  background: #f7f9fa;
  border-top: 1px solid var(--line);
}

.legal-dialog__button {
  min-width: 120px;
  min-height: 44px;
  padding: 10px 18px;
  color: #fff;
  background: var(--ink);
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
}

body.dialog-open {
  overflow: hidden;
}

body.dialog-open .mobile-sticky-button {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 992px) {
  .adv-page-grid {
    display: grid;
    grid-template-areas:
      "article rail"
      "footer rail";
    grid-template-columns: minmax(0, 1fr) clamp(290px, 27vw, 352px);
    column-gap: 28px;
    align-items: start;
  }

  .adv-left-column {
    grid-area: article;
    width: 100%;
    max-width: none;
  }

  .adv-right-column {
    grid-area: rail;
    align-self: stretch;
    width: 100%;
    max-width: none;
  }

  .footer-advertorial {
    grid-area: footer;
  }

  .adv-right-sticky-group {
    position: sticky;
    top: 18px;
    z-index: 20;
    max-height: calc(100vh - 36px);
    max-height: calc(100dvh - 36px);
    padding-right: 4px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
  }

  .adv-right-sticky-group .adv-sticky-banner-wrapper-2 {
    position: static;
    max-height: none;
    overflow: visible;
  }

  .mobile-sticky-button {
    display: none !important;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .adv-product-block {
    display: grid;
    grid-template-columns: minmax(180px, 0.8fr) minmax(260px, 1.2fr);
    align-items: center;
  }
}

@media (max-width: 991px) {
  body {
    padding-bottom: calc(100px + env(safe-area-inset-bottom));
  }

  .adv-section {
    padding: 24px 18px 0;
  }

  .adv-page-grid {
    display: block;
    max-width: 760px;
    margin-inline: auto;
  }

  .adv-left-column {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .adv-right-column {
    display: none !important;
  }

  .footer-advertorial {
    margin-top: 22px;
    padding: 28px 22px;
    border-radius: 18px;
  }

  .mobile-sticky-button {
    position: fixed !important;
    inset: auto 12px max(12px, env(safe-area-inset-bottom));
    z-index: 900;
    display: flex !important;
    width: auto;
    padding: 0;
    background: transparent;
    transition: opacity 140ms ease;
  }

  .mobile-sticky-button .button-2 {
    width: 100%;
    min-height: 58px;
    padding: 14px 16px;
    box-shadow: 0 14px 32px rgba(8, 77, 42, 0.35);
  }
}

@media (max-width: 767px) {
  .adv-left-column {
    padding: 22px 18px;
    border-radius: 12px;
  }

  .adv-heading-1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.07;
  }

  .adv-rte {
    font-size: 17px;
    line-height: 1.7;
  }

  .adv-rte h2 {
    font-size: clamp(27px, 8vw, 34px);
  }

  .adv-rte h3 {
    font-size: clamp(23px, 7vw, 29px);
  }

  .adv-rte blockquote {
    padding: 18px;
    font-size: 17px;
  }

  .adv-product-block {
    padding: 22px 16px;
  }

  .footer-advertorial {
    padding-bottom: 28px;
  }

  .footer-links-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .footer-links-wrap .adv-footer-span {
    width: 100%;
  }

  .legal-dialog {
    width: calc(100vw - 20px);
    max-height: calc(100dvh - 20px);
    border-radius: 16px;
  }

  .legal-dialog__surface {
    max-height: calc(100dvh - 20px);
  }

  .legal-dialog__header {
    gap: 14px;
    padding: 20px 18px 16px;
  }

  .legal-dialog__content {
    padding: 20px 18px 24px;
  }

  .legal-dialog__footer {
    padding: 14px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button-2,
  .w-button.button-2,
  .mobile-sticky-button {
    transition: none;
  }
}

@media (max-width: 420px) {
  .adv-section {
    padding: 14px 10px 0;
  }

  .adv-left-column {
    padding: 20px 16px;
  }

  .adv-heading-1 {
    font-size: clamp(32px, 8.8vw, 35px);
    letter-spacing: -0.025em;
  }
}

@media (max-width: 991px) {
  .adv-container {
    width: 100%;
  }

  .adv-left-column,
  .adv-right-column {
    float: none !important;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 82px;
  }

  .adv-rte {
    font-size: 17px;
    line-height: 1.68;
  }

  .adv-rte p {
    margin-bottom: 1em;
  }

  .adv-rte h2 {
    font-size: clamp(25px, 8vw, 34px);
    line-height: 1.16;
  }

  .adv-rte h3 {
    font-size: clamp(22px, 6.5vw, 28px);
  }

  .adv-rte blockquote {
    margin: 1.25em 0;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 17px;
    line-height: 1.58;
  }

  .adv-author-wrapper {
    flex-wrap: wrap;
  }

  .adv-product-block,
  .adv-sticky-banner-wrapper-2,
  .adv-right-testimonial {
    padding-right: 16px;
    padding-left: 16px;
  }

  .product-block-button-wrapper,
  .button-banner-wrapper {
    width: 100%;
  }

  .mobile-sticky-button {
    padding: 0;
    background: transparent;
  }

  .mobile-sticky-button .button-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 13px 14px;
    line-height: 1.18;
  }

  .footer-advertorial {
    padding-bottom: 100px;
  }
}

@media (max-width: 420px) {
  .adv-rte {
    font-size: 16px;
    line-height: 1.66;
  }

  .adv-heading-1 {
    font-size: clamp(30px, 9.5vw, 38px);
    line-height: 1.08;
  }

  .adv-rte blockquote {
    padding: 15px;
  }

  .footer-links-wrap {
    flex-direction: column;
    align-items: center;
  }
}

/* Final responsive overrides must remain last in the cascade. */
@media (max-width: 991px) {
  body {
    padding-bottom: calc(100px + env(safe-area-inset-bottom));
  }

  .mobile-sticky-button .button-2 {
    min-height: 58px;
    padding: 14px 16px;
  }
}

@media (max-width: 767px) {
  .adv-rte {
    font-size: 17px;
    line-height: 1.7;
  }

  .adv-rte h2 {
    font-size: clamp(27px, 8vw, 34px);
    line-height: 1.16;
  }

  .adv-rte h3 {
    font-size: clamp(23px, 7vw, 29px);
  }

  .adv-heading-1 {
    font-size: clamp(29px, 8.3vw, 36px);
    line-height: 1.08;
  }

  .adv-rte p.article-lead {
    font-size: 18px;
    line-height: 1.48;
  }

  .adv-rte figure.lead-image {
    margin-bottom: 15px !important;
  }

  .footer-advertorial {
    padding-bottom: 28px;
  }
}

@media (max-width: 420px) {
  .adv-section {
    padding: 14px 10px 0;
  }

  .adv-left-column {
    padding: 20px 16px;
  }

  .adv-heading-1 {
    font-size: clamp(28px, 7.8vw, 31px);
    line-height: 1.08;
    letter-spacing: -0.025em;
  }
}
