:root {
  --font-body: 'Open Sans', Arial, sans-serif;
  --font-display: 'Oswald', 'Open Sans', Arial, sans-serif;
  --color-text: #1f2937;
  --color-bg: #f4f6f8;
  --color-white: #ffffff;
  --color-border: #d7dee6;
  --color-primary: #0d5ea8;
  --color-primary-dark: #08467d;
  --color-attention-bg: #fff8e0;
  --color-attention-border: #f2c94c;
  --color-alert-bg: #fef3c7;
  --color-alert-border: #f59e0b;
  --container: 1120px;
  --radius: 10px;
  --radius-sm: 6px;
  --shadow-soft: 0 8px 24px rgba(13, 94, 168, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: var(--color-text);
  font-family: var(--font-body);
  line-height: 1.6;
}

html.funnel-clean-pending body {
  visibility: hidden;
}

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

a {
  color: var(--color-primary);
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.adv-topbar .container,
.adv-header .container,
.adv-layout.container,
.adv-footer .container {
  width: min(100% - 32px, 70rem);
}

.placeholder {
  border: 1px dashed #a9bacb;
  background: #eef3f8;
}

.btn-cta {
  display: inline-block;
  padding: 14px 24px;
  border-radius: var(--radius-sm);
  border: 0;
  background: linear-gradient(180deg, #ffb13d 0%, #f68a1e 100%);
  color: #1a1a1a;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  box-shadow: 0 8px 18px rgba(246, 138, 30, 0.25);
  transition: transform 120ms ease, box-shadow 120ms ease;
}

.btn-cta:hover,
.btn-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(246, 138, 30, 0.3);
}

.faq {
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: var(--color-white);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  padding: 14px 16px;
  text-align: left;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  background: #f9fbfc;
}

.faq-question::after {
  content: '+';
  float: right;
  color: #6b7280;
}

.faq-item.open .faq-question::after {
  content: '-';
}

.faq-answer {
  display: none;
  padding: 0 16px 14px;
}

.faq-item.open .faq-answer {
  display: block;
}

/* Advertorial */
.adv-topbar {
  text-align: center;
  background: #d5d4d0;
  color: #111827;
  padding: 0 12px 5px;
  font-size: 0.8rem;
  line-height: 1.4;
}

.adv-header {
  background: #1a2744;
  padding: 1rem 0;
  box-shadow: 0 -7px 9px -3px rgba(0, 0, 0, 0.56);
}

.adv-header-inner {
  padding: 0 1rem;
}

.adv-logo {
  margin: 0;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.56;
}

.adv-layout {
  display: grid;
  grid-template-columns: minmax(0, 42rem) minmax(0, 26rem);
  gap: 2rem;
  align-items: start;
  margin-top: 2rem;
  padding-inline: 1rem;
}

.adv-article {
  max-width: 42rem;
}

.adv-title {
  margin: 0 0 1rem;
  font-family: var(--font-body);
  text-transform: capitalize;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.11111;
  color: #111827;
}

.adv-meta {
  color: #000;
  margin: 0 0 1.5rem;
  font-size: 0.875rem;
  line-height: 1.42857;
}

.adv-quote-block {
  border-left: 4px solid #d97706;
  background: #f4f1e4;
  margin: 0 0 2rem;
  padding: 1.1rem 1rem;
}

.adv-quote-text {
  color: #374151;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.55;
}

.adv-quote-author {
  color: #374151;
  font-style: italic;
  font-weight: 700;
  font-size: 1.15rem;
  margin-top: 0.45rem;
}

.adv-caption {
  color: #6b7280;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.33333;
}

.adv-copy h2 {
  text-transform: capitalize;
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33333;
}

.adv-copy p {
  margin: 0 0 1.5rem;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #111827;
}

.adv-copy a img {
  margin: 0 0 2rem;
}

.adv-image-note {
  margin: 0 0 0.5rem;
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.42857;
}

.adv-layout .btn-cta {
  background: #d97706;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.adv-layout .btn-cta:hover,
.adv-layout .btn-cta:focus-visible {
  background: #b45309;
  transform: scale(1.03);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
}

.adv-cta-hero {
  border: 1px solid #1f8d46;
  background: #2f8e4b;
  border-radius: 12px;
  padding: 22px 16px 16px;
  margin: 22px 0;
  text-align: center;
}

.adv-cta-hero .btn-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #e28000;
  border-radius: 12px;
  min-width: min(100%, 410px);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  padding: 0.78rem 1.4rem;
}

.adv-cta-hero-image {
  width: min(100%, 330px);
  margin-inline: auto;
  margin-bottom: 12px;
}

.adv-cta-hero .adv-cta-benefits {
  margin: 14px 0 0;
  color: #e5fbe8;
  font-size: 1.05rem;
}

.adv-cta-hero .adv-cta-benefits span {
  margin-right: 14px;
  white-space: nowrap;
}

.adv-ingredient-card {
  border-left: 4px solid #d97706;
  background: #f4f1e7;
  padding: 0.95rem 1rem;
  margin: 0 0 1.3rem;
}

.adv-ingredient-card p {
  margin-bottom: 1rem;
}

.adv-ingredient-card p:last-child {
  margin-bottom: 0;
}

.adv-ingredient-title {
  margin: 0 0 0.8rem;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 800;
  color: #111827;
  text-transform: none;
}

.adv-ingredient-note {
  margin: 0.4rem 0 0;
  font-style: italic;
}

.adv-testimonials {
  margin: 0 0 1.7rem;
}

.adv-testimonials-title {
  margin: 0 0 0.8rem;
  font-size: 2.1rem;
  line-height: 1.2;
}

.adv-testimonial-card {
  border: 1px solid #c6cbcf;
  background: #ebefec;
  padding: 0.8rem 0.7rem 0.75rem;
  margin: 0 0 0.85rem;
}

.adv-testimonial-text {
  margin: 0 0 0.3rem;
  font-style: italic;
}

.adv-testimonial-name {
  margin: 0;
  font-weight: 700;
}

.adv-impact-list {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.adv-impact-list li {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  line-height: 1.55;
}

.adv-subscription-card {
  margin: 1.1rem 0 1.7rem;
  border: 1px solid #b5cceb;
  border-radius: 18px;
  padding: 1.05rem;
  background: #e9eff7;
}

.adv-subscription-card h3 {
  margin: 0 0 0.7rem;
  font-size: 2rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.adv-subscription-card ul {
  margin: 0 0 0.7rem;
  padding-left: 1.35rem;
}

.adv-subscription-card li {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
}

.adv-subscription-note {
  margin: 0;
  font-style: italic;
}

.adv-inventory-card {
  margin: 1.2rem 0 1.7rem;
  border: 1px solid #f5b8b8;
  border-radius: 14px;
  background: #f9eff0;
  padding: 1.3rem 1rem;
  text-align: center;
}

.adv-inventory-card h3 {
  margin: 0 0 0.8rem;
  font-size: 2rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #9b1c1c;
}

.adv-inventory-card p {
  margin: 0 0 0.95rem;
}

.adv-inventory-track {
  height: 18px;
  border-radius: 999px;
  background: #bfc7cf;
  overflow: hidden;
  margin: 0.35rem 0 0.85rem;
}

.adv-inventory-fill {
  height: 100%;
  width: var(--inventory-level, 17%);
  background: #e02424;
  border-radius: 999px;
}

.adv-inventory-level {
  margin: 0 0 0.7rem;
  color: #dc2626;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.25;
}

.adv-inventory-footnote {
  margin: 0;
  color: #667085;
  font-size: 1.05rem;
}

.adv-cta-box {
  margin: 0 0 1.5rem;
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid #fecaca;
  text-align: center;
  background: #fef2f2;
}

.adv-cta-box.attention {
  background: #fef2f2;
  border-color: #fecaca;
}

.adv-sidebar {
  min-width: 26rem;
  position: relative;
}

.adv-sidebar-inner {
  position: fixed;
  top: 92px;
}

.adv-sidebar h4 {
  margin: 0 0 0.5rem;
  color: #111827;
  font-size: 0.75rem;
  line-height: 1.5;
}

.adv-sidebar .ad {
  display: block;
  border: 1px solid #d1d5db;
  margin-bottom: 1rem;
}

.adv-sidebar .ad img {
  width: 286px;
  max-width: 100%;
  height: auto;
}

.adv-sidebar .ad img.placeholder {
  border: 0;
  background: transparent;
}

.adv-sidebar .ad + .ad {
  margin-top: 0;
}

.adv-highlight-section {
  margin: 26px 0;
  padding: 0;
  border: 1px solid #b6c3d2;
  border-radius: var(--radius-sm);
  background: #f4f6f9;
  overflow: hidden;
}

.adv-alert-head {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  background: #4d6e93;
  color: #fff;
  padding: 10px 14px;
}

.adv-copy .adv-alert-head {
  color: #fff;
}

.adv-alert-body {
  background: #eef1f4;
  border-radius: 0;
  padding: 14px;
  border-top: 1px solid #c0cad4;
}

.adv-cta-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 14px;
  align-items: center;
}

.adv-cta-row-wide {
  grid-template-columns: 220px 1fr;
}

.adv-update-card {
  border: 1px solid #b7cde7;
  border-radius: 4px;
  overflow: hidden;
  margin: 26px 0 18px;
}

.adv-update-head {
  background: #3f8ddb;
  color: #fff;
  padding: 10px 12px;
  font-weight: 800;
  border-bottom: 2px solid #e8edf4;
}

.adv-update-body {
  background: #eef0cb;
  padding: 14px 12px;
}

.adv-update-body p:last-child {
  margin-bottom: 0;
}

.adv-footer {
  margin-top: 3rem;
  background: #f3f4f6;
  padding: 2rem 0;
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.42857;
}

.adv-footer .container {
  width: min(100% - 32px, 70rem);
}

.adv-footer-links {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.adv-footer-links a {
  color: #6b7280;
  text-decoration: none;
}

.adv-footer-links a:hover {
  color: #374151;
}

.adv-copyright {
  text-align: center;
  margin: 0;
}

/* Ecommerce landing */
.ec-top {
  background: #111827;
  color: #fff;
  font-size: 14px;
}

.ec-top .container {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 0;
}

.ec-banner {
  background: #f97316;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: 700;
}

.ec-hero {
  background: radial-gradient(circle at top right, #fff4dd 0%, #fff 42%, #f4f6f8 100%);
  padding: 36px 0;
}

.ec-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.ec-kicker {
  display: inline-block;
  padding: 6px 12px;
  background: #e0f2fe;
  border-radius: 999px;
  color: #075985;
  font-weight: 700;
  font-size: 13px;
}

.ec-section {
  padding: 46px 0;
}

.section-title {
  margin: 0 0 10px;
  font-family: 'Lora', Georgia, serif;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.15;
}

.section-subtitle {
  margin-top: 0;
  color: #4b5563;
}

.ec-cards {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ec-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow-soft);
}

.ec-testimonial {
  background: linear-gradient(180deg, #f8fafc 0%, #edf3f8 100%);
}

.ec-testimonial .container {
  text-align: center;
}

.ec-sticky {
  position: sticky;
  bottom: 0;
  z-index: 40;
  background: #101820;
  border-top: 1px solid #1f2937;
}

.ec-sticky .container {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
}

@media (max-width: 991px) {
  .adv-layout {
    grid-template-columns: 1fr;
    gap: 0;
    place-items: start center;
  }

  .adv-article {
    max-width: 42rem;
    width: 100%;
  }

  .adv-sidebar {
    display: none;
  }

  .adv-footer-links {
    flex-wrap: wrap;
  }

  .ec-hero-grid,
  .ec-cards,
  .adv-cta-row {
    grid-template-columns: 1fr;
  }

  .ec-top .container,
  .ec-sticky .container {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .adv-title {
    font-size: 1.875rem;
    line-height: 1.26667;
  }

  .adv-copy p {
    font-size: 1.125rem;
  }

  .adv-cta-hero .btn-cta {
    font-size: 1.5rem;
    min-width: 0;
  }

  .adv-ingredient-title,
  .adv-subscription-card h3,
  .adv-inventory-card h3,
  .adv-inventory-level,
  .adv-testimonials-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 479px) {
  .adv-layout {
    margin-top: 1.5rem;
  }
}
