html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* ── Header ── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.is-scrolled {
  border-color: #e2e8f0;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

body {
  padding-top: 4rem;
}

@media (min-width: 1024px) {
  body {
    padding-top: 4.5rem;
  }
}

.nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #0f766e;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  background: #0f766e;
  padding: 0.5rem 1.15rem;
  border-radius: 9999px;
  transition: background 0.2s ease;
}

.nav-cta:hover {
  background: #0d9488;
}

.hamburger span {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hamburger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: #0f766e;
  color: #fff;
  font-size: 0.875rem;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

/* ── Section labels ── */
.section-label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0f766e;
  margin-bottom: 0.75rem;
}

/* ── Buttons ── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #0f766e;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.7rem 1.4rem;
  border-radius: 9999px;
  transition: background 0.2s ease, transform 0.15s ease;
}

.btn-primary:hover {
  background: #0d9488;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: #0f766e;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.7rem 1.4rem;
  border-radius: 9999px;
  border: 1.5px solid #99f6e4;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.btn-outline:hover {
  background: #f0fdfa;
  border-color: #5eead4;
}

/* ── Hero masthead (report cover typography) ── */
.hero-masthead {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.hero-masthead-band {
  background: linear-gradient(90deg, #0f766e 0%, #0d9488 50%, #0369a1 100%);
  color: #f0fdfa;
  text-align: center;
  padding: 0.55rem 1rem;
}

.hero-masthead-band p {
  margin: 0;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-masthead-body {
  padding: 2.5rem 0 3rem;
}

.hero-masthead-layout {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.hero-masthead-inner {
  max-width: 42rem;
}

.hero-masthead-art {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-masthead-art img {
  width: 100%;
  max-width: 22rem;
  height: auto;
  opacity: 0.9;
}

.hero-kicker {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0284c7;
  margin-bottom: 1.25rem;
}

.hero-title-block {
  margin: 0 0 1.5rem;
  line-height: 1;
}

.hero-title-zenith {
  display: block;
  font-size: clamp(0.8rem, 2.5vw, 1.05rem);
  font-weight: 600;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #0f766e;
  margin-bottom: 0.35rem;
}

.hero-title-health {
  display: block;
  font-size: clamp(2.75rem, 11vw, 5.5rem);
  font-weight: 300;
  letter-spacing: -0.03em;
  color: #94a3b8;
  line-height: 0.95;
}

.hero-title-report {
  display: block;
  font-size: clamp(3.25rem, 13vw, 6.75rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #0f172a;
  line-height: 0.9;
}

.hero-triple-rule {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 3.5rem;
  margin-bottom: 1.75rem;
}

.hero-triple-rule span {
  display: block;
  height: 2px;
  background: #0f766e;
}

.hero-triple-rule span:nth-child(2) {
  width: 70%;
  opacity: 0.55;
}

.hero-triple-rule span:nth-child(3) {
  width: 40%;
  opacity: 0.3;
}

.hero-lead {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.75;
  margin-bottom: 2rem;
}

.hero-actions {
  margin-bottom: 2.5rem;
}

.hero-folio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
  font-size: 0.75rem;
  font-weight: 500;
}

.hero-folio a {
  color: #475569;
  text-decoration: none;
  transition: color 0.2s ease;
}

.hero-folio a:hover {
  color: #0f766e;
}

.hero-folio-sep {
  display: inline-block;
  width: 1px;
  height: 0.75rem;
  background: #cbd5e1;
  margin: 0 0.85rem;
}

@media (max-width: 639px) {
  .hero-masthead-body {
    padding: 2rem 0 2.5rem;
  }

  .hero-masthead-layout {
    gap: 1.75rem;
  }

  .hero-masthead-inner {
    max-width: none;
    text-align: center;
  }

  .hero-masthead-art {
    padding: 0 0.5rem;
    margin-top: 0.25rem;
  }

  .hero-masthead-art img {
    max-width: 15rem;
    opacity: 0.85;
  }

  .hero-kicker {
    margin-bottom: 1rem;
  }

  .hero-triple-rule {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-lead {
    font-size: 0.95rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
    align-items: center;
  }

  .hero-folio {
    justify-content: center;
    gap: 0.5rem 0;
  }

  .hero-folio-sep {
    display: none;
  }

  .hero-folio a {
    flex: 1 1 45%;
    text-align: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .hero-masthead-body {
    padding: 3rem 0 3.25rem;
  }

  .hero-masthead-layout {
    grid-template-columns: 1fr 0.85fr;
    gap: 2rem;
  }

  .hero-masthead-inner {
    max-width: none;
  }

  .hero-masthead-art img {
    max-width: 17rem;
    opacity: 0.88;
  }
}

@media (min-width: 1024px) {
  .hero-masthead-body {
    padding: 3.5rem 0 4rem;
  }

  .hero-masthead-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3rem;
  }

  .hero-masthead-inner {
    max-width: none;
  }

  .hero-masthead-art {
    justify-content: flex-end;
    padding-right: 0.5rem;
  }

  .hero-masthead-art img {
    max-width: 26rem;
    opacity: 0.92;
  }
}

.report-mini-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  padding: 0.9rem 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.report-mini-card:hover {
  border-color: #99f6e4;
  box-shadow: 0 4px 16px rgba(15, 118, 110, 0.08);
}

.trend-up {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.65rem;
  font-weight: 600;
  color: #0f766e;
  background: #f0fdfa;
  padding: 0.15rem 0.45rem;
  border-radius: 9999px;
}

.trend-neutral {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.65rem;
  font-weight: 600;
  color: #0284c7;
  background: #f0f9ff;
  padding: 0.15rem 0.45rem;
  border-radius: 9999px;
}

/* ── Cards ── */
.report-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.report-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.insight-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.25rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.insight-card:hover {
  border-color: #bae6fd;
  box-shadow: 0 8px 24px rgba(2, 132, 199, 0.08);
}

.article-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.topic-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.topic-card:hover {
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
}

.category-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.article-card > div,
.category-card > div,
.topic-card > div {
  padding-bottom: 1.375rem;
}

.article-card p:last-child,
.category-card p:last-child,
.topic-card p:last-child,
.insight-card p:last-child {
  margin-bottom: 0;
}

/* ── Page banner ── */
.page-banner {
  background: linear-gradient(180deg, #f0fdfa 0%, #fff 100%);
  border-bottom: 1px solid #e2e8f0;
}

/* ── Info strip ── */
.info-strip {
  background: linear-gradient(135deg, #f8fafc 0%, #f0fdfa 100%);
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
}

/* ── Newsletter CTA ── */
.cta-newsletter {
  background: linear-gradient(135deg, #0f766e 0%, #0369a1 100%);
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}

.cta-newsletter::after {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.newsletter-input {
  width: 100%;
  padding: 0.7rem 1rem;
  border-radius: 9999px;
  border: none;
  font-size: 0.875rem;
  outline: none;
}

.newsletter-input:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}

/* ── Footer ── */
.site-footer {
  background: #0f172a;
  color: #94a3b8;
}

.footer-link {
  color: #94a3b8;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #5eead4;
}

/* ── Forms ── */
.form-input {
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.65rem;
  font-size: 0.875rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-input:focus {
  border-color: #5eead4;
  box-shadow: 0 0 0 3px rgba(94, 234, 212, 0.25);
}

.form-textarea {
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.65rem;
  font-size: 0.875rem;
  outline: none;
  resize: vertical;
  min-height: 120px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-textarea:focus {
  border-color: #5eead4;
  box-shadow: 0 0 0 3px rgba(94, 234, 212, 0.25);
}

/* ── FAQ ── */
.faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #1e293b;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.faq-answer {
  display: none;
  padding: 0 1.15rem 1rem;
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.65;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}

.faq-chevron {
  transition: transform 0.2s ease;
  color: #0f766e;
  font-size: 0.75rem;
}

/* ── Editorial list ── */
.editorial-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #475569;
  margin-bottom: 0.5rem;
}

.editorial-list li i {
  color: #0f766e;
  margin-top: 0.25rem;
  font-size: 0.6rem;
}


html,
body {
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}