:root {
  --ink: #13202f;
  --ink-strong: #061525;
  --muted: #607184;
  --line: #dce7ee;
  --paper: #ffffff;
  --mist: #f1f8f6;
  --ice: #e8f6fb;
  --navy: #072a40;
  --blue: #1098d5;
  --blue-dark: #055d83;
  --teal: #4db8a1;
  --green: #56b96f;
  --gold: #d99b28;
  --danger: #af3328;
  --shadow: 0 18px 42px rgba(6, 21, 37, 0.12);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.page-shell {
  overflow: hidden;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(6, 21, 37, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}

.topbar-inner {
  width: min(1140px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.brand span:first-child {
  color: #ffffff;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.brand span:last-child {
  color: #8ee7f5;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #e9f8fb;
  font-size: 14px;
  font-weight: 800;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: #ffffff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  color: #ffffff;
  background: linear-gradient(135deg, #20b7e3, #067399);
  border: 0;
  border-radius: var(--radius);
  box-shadow: 0 14px 28px rgba(6, 115, 153, 0.28);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.button:hover,
.button:focus-visible {
  box-shadow: 0 18px 34px rgba(6, 115, 153, 0.34);
  filter: saturate(1.06);
  transform: translateY(-1px);
}

.button.secondary {
  color: var(--ink-strong);
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: none;
}

.hero {
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 18%, rgba(36, 183, 227, 0.42), transparent 31%),
    radial-gradient(circle at 78% 40%, rgba(83, 185, 111, 0.25), transparent 28%),
    linear-gradient(126deg, #061525 0%, #073653 47%, #0b2336 100%);
}

.hero-inner {
  width: min(1140px, calc(100% - 32px));
  min-height: 650px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: 44px;
  padding: 60px 0 52px;
}

.hero-copy {
  max-width: 700px;
  min-width: 0;
}

.review-label {
  color: #8ee7f5;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 14px 0 18px;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.04;
  letter-spacing: 0;
}

.subheadline {
  max-width: 660px;
  margin: 0 0 24px;
  color: #d8eef5;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.5;
  font-weight: 720;
}

.hero-checklist,
.feature-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-checklist {
  margin-bottom: 24px;
}

.hero-checklist li {
  position: relative;
  padding-left: 30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 850;
}

.hero-checklist li::before {
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  content: "✓";
  color: #073653;
  background: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 950;
}

.hero-cta {
  min-height: 68px;
  padding: 0 34px;
  background: linear-gradient(135deg, #68d781, #168d49);
  box-shadow: 0 22px 42px rgba(22, 141, 73, 0.35);
  font-size: 17px;
}

.conversion-block {
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(680px, 100%);
}

.conversion-block-top {
  margin: 22px 0 22px;
}

.conversion-block-mid {
  flex-direction: column;
  align-items: center;
  margin: 34px auto 0;
  padding: 28px;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(217, 155, 40, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(217, 112, 18, 0.16);
}

.conversion-block-final {
  margin: 36px 0 0;
  padding: 24px;
  background: #f7fbfd;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.cta-seal {
  flex: 0 0 auto;
}

.cta-seal img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(6, 21, 37, 0.2));
}

.cta-content {
  flex: 1 1 auto;
  min-width: 0;
}

.cta-button {
  width: 100%;
  min-height: 72px;
  padding: 0 26px;
  font-size: 17px;
  line-height: 1.16;
  overflow-wrap: anywhere;
  white-space: normal;
  box-shadow: 0 18px 32px rgba(6, 21, 37, 0.2);
}

.cta-button span {
  display: block;
  flex: 1 1 0;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}

.cta-primary {
  color: #061525;
  background: linear-gradient(180deg, #ffe36a, #FFCC00);
  box-shadow: 0 22px 46px rgba(255, 204, 0, 0.34);
}

.cta-primary:hover,
.cta-primary:focus-visible {
  box-shadow: 0 26px 50px rgba(255, 204, 0, 0.42);
}

.cta-curiosity {
  color: #ffffff;
  background: linear-gradient(135deg, #ff9f1c, #e56a12);
  box-shadow: 0 20px 38px rgba(229, 106, 18, 0.32);
}

.cta-authority {
  color: #ffffff;
  background: linear-gradient(135deg, #0f8fb8, #065f87);
  box-shadow: 0 18px 34px rgba(6, 95, 135, 0.24);
}

.cta-micro {
  margin: 10px 0 0;
  color: #eaf8ee;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.conversion-block-mid .cta-micro,
.conversion-block-final .cta-micro {
  color: #526778;
}

.status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 15px;
  color: #072a40;
  background: #e8fbe9;
  border: 1px solid rgba(86, 185, 111, 0.42);
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.trust-row img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.24));
}

.hero-product {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
}

.hero-product::before {
  position: absolute;
  inset: auto 2% 4% 2%;
  height: 40%;
  content: "";
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.35), transparent 68%);
  filter: blur(9px);
}

.hero-product img {
  position: relative;
  width: min(430px, 92%);
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 28px 30px rgba(0, 0, 0, 0.34));
}

.hero-product-badge {
  position: relative;
  display: inline-flex;
  margin-top: 10px;
  padding: 9px 14px;
  color: #092136;
  background: #ffffff;
  border: 1px solid rgba(32, 183, 227, 0.32);
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.section {
  padding: 78px 0;
}

.section.alt {
  background: var(--mist);
}

.section.dark {
  color: #ffffff;
  background: var(--navy);
}

.container {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-copy,
.section-heading,
.review-summary > *,
.story-grid > *,
.quality-grid > *,
.offer-grid > *,
.faq-item,
.testimonial-card,
.ingredient-card {
  min-width: 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-kicker {
  margin: 0 0 8px;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dark .section-kicker {
  color: #8ee7f5;
}

h2 {
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

.dark h2 {
  color: #ffffff;
}

.lead {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.summary-section {
  padding: 56px 0;
  background: #ffffff;
}

.review-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.52fr) minmax(260px, 0.7fr);
  align-items: stretch;
  gap: 22px;
}

.score-card,
.summary-points,
.testimonial-card,
.ingredient-card,
.quality-panel,
.faq-item {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.score-card {
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 24px;
  text-align: center;
}

.score {
  color: var(--blue-dark);
  font-size: 62px;
  font-weight: 950;
  line-height: 1;
}

.score-stars {
  color: var(--gold);
  font-size: 19px;
  letter-spacing: 0.04em;
}

.score-card strong {
  margin-top: 8px;
  color: var(--ink-strong);
  font-size: 18px;
}

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

.summary-points {
  display: grid;
  padding: 8px 20px;
}

.summary-points div {
  display: grid;
  gap: 2px;
  padding: 16px 0;
}

.summary-points div + div {
  border-top: 1px solid var(--line);
}

.summary-points strong {
  color: var(--ink-strong);
  font-size: 15px;
}

.summary-points span {
  color: var(--muted);
  font-size: 14px;
}

.story-grid,
.quality-grid,
.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
}

.story-media {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #ffffff;
}

.story-media img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.feature-list {
  margin-top: 26px;
}

.feature-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  color: #34485b;
  font-size: 17px;
}

.check {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #ffffff;
  background: var(--green);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
}

.testimonial-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px;
}

.testimonial-card img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: var(--radius);
}

.testimonial-card p {
  margin: 0 0 14px;
  color: #31475b;
  font-size: 17px;
  line-height: 1.45;
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card strong {
  color: var(--ink-strong);
  font-size: 16px;
}

.testimonial-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ingredient-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ingredient-card {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px;
}

.ingredient-card img {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.ingredient-card h3 {
  margin: 0;
  color: var(--ink-strong);
  font-size: 20px;
  line-height: 1.25;
}

.ingredient-card p {
  margin: 0;
  color: var(--muted);
}

.ingredient-card.wide {
  grid-column: span 3;
  grid-template-columns: 190px 1fr;
  align-items: center;
}

.ingredient-card.wide img {
  width: 170px;
  height: 120px;
  object-fit: contain;
}

.quality-panel {
  display: grid;
  gap: 24px;
  padding: 26px;
}

.cert-strip {
  width: 100%;
  padding: 10px;
  background: #f7fbfd;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.seal-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.seal-pair img {
  width: min(190px, 100%);
  margin: 0 auto;
  object-fit: contain;
}

.offer-grid {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.offer-copy {
  padding: 38px;
}

.offer-copy p {
  color: #d8e8ef;
  font-size: 18px;
}

.offer-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.offer-bullets span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 12px;
  color: #e8fbe9;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.offer-media {
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 24px;
  background: #ffffff;
}

.offer-media img {
  max-height: 420px;
  object-fit: contain;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-item {
  padding: 24px;
}

.faq-item h3 {
  margin: 0 0 8px;
  color: var(--ink-strong);
  font-size: 20px;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
}

.references-section {
  background: #ffffff;
}

.reference-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
  color: #34485b;
}

.reference-list li {
  padding-left: 6px;
}

.site-footer {
  color: #cbd5e1;
  background: #061525;
}

.footer-inner {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: start;
}

.footer-brand {
  color: #ffffff;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-copy {
  max-width: 780px;
  margin: 12px 0 0;
  color: #9ca8b8;
  font-size: 13px;
}

.footer-owner {
  margin: 12px 0 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  gap: 10px 22px;
}

.footer-links a {
  color: #e5eef8;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.footer-links a:hover {
  color: #8ee7f5;
}

.footer-bottom {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #9ca8b8;
  font-size: 13px;
}

.legal-page {
  background: #f7fafb;
}

.legal-hero {
  padding: 56px 0 38px;
  color: #ffffff;
  background: var(--navy);
}

.legal-hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.legal-hero h1 {
  margin: 0;
  font-size: clamp(36px, 5vw, 56px);
}

.legal-content {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 54px 0 76px;
}

.legal-box {
  padding: 34px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.legal-box h2 {
  margin: 32px 0 10px;
  font-size: 26px;
}

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

.legal-box p,
.legal-box li {
  color: #475467;
}

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

.notice {
  padding: 18px;
  color: #12331f;
  background: #eef9f1;
  border: 1px solid rgba(86, 185, 111, 0.35);
  border-radius: var(--radius);
  font-weight: 750;
}

@media (max-width: 980px) {
  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 14px 0;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px 16px;
  }

  .hero-inner,
  .review-summary,
  .story-grid,
  .quality-grid,
  .offer-grid,
  .footer-top,
  .legal-hero .container {
    grid-template-columns: 1fr;
  }

  .hero-product {
    order: -1;
  }

  .hero-product img {
    max-height: 380px;
  }

  .testimonial-tabs,
  .ingredient-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .ingredient-card.wide {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .offer-media {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .topbar-inner,
  .container,
  .hero-inner,
  .footer-inner,
  .legal-content {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 16px;
    padding-left: 16px;
  }

  .topbar-inner {
    min-height: 58px;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .brand span:first-child {
    font-size: 18px;
  }

  .brand span:last-child,
  .nav-links {
    display: none;
  }

  .hero-inner {
    min-height: auto;
    gap: 22px;
    padding-top: 26px;
    padding-bottom: 36px;
  }

  .hero-copy,
  .section-heading,
  .review-summary,
  .review-summary > *,
  .story-grid,
  .story-grid > *,
  .quality-grid,
  .quality-grid > *,
  .offer-grid,
  .offer-grid > *,
  .testimonial-tabs,
  .ingredient-grid,
  .faq-list,
  .legal-box {
    width: min(340px, calc(100vw - 44px));
    max-width: min(340px, calc(100vw - 44px));
  }

  h1 {
    width: 100%;
    font-size: 31px;
    line-height: 1.08;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  h2 {
    width: 100%;
    max-width: 100%;
    font-size: 29px;
    overflow-wrap: anywhere;
  }

  .subheadline,
  .lead {
    max-width: 100%;
    font-size: 17px;
    overflow-wrap: anywhere;
  }

  .hero-copy,
  .hero-checklist,
  .hero-checklist li,
  .section-heading,
  .summary-points,
  .testimonial-card p,
  .faq-item p,
  .reference-list {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero-actions,
  .button,
  .status {
    width: 100%;
  }

  .conversion-block,
  .conversion-block-top,
  .conversion-block-mid,
  .conversion-block-final {
    width: min(340px, calc(100vw - 44px));
    max-width: min(340px, calc(100vw - 44px));
    margin-right: auto;
    margin-left: auto;
  }

  .conversion-block-top,
  .conversion-block-final {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .conversion-block-top .cta-content {
    order: 1;
  }

  .conversion-block-top .cta-seal {
    order: 2;
  }

  .conversion-block-mid,
  .conversion-block-final {
    padding: 18px;
  }

  .cta-seal img {
    width: 82px;
    height: 82px;
    margin: 0 auto;
  }

  .cta-button {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding: 15px 14px;
    font-size: 12px;
    line-height: 1.2;
  }

  .button {
    max-width: calc(100vw - 32px);
    min-height: 58px;
    padding: 0 14px;
    font-size: 13px;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .hero-product img {
    width: min(270px, 82vw);
    max-height: 330px;
  }

  .trust-row img {
    width: 76px;
    height: 76px;
  }

  .section {
    padding: 58px 0;
  }

  .testimonial-card {
    grid-template-columns: 78px 1fr;
    gap: 14px;
    padding: 18px;
  }

  .testimonial-card img {
    width: 78px;
    height: 78px;
  }

  .score-card,
  .quality-panel,
  .faq-item,
  .offer-copy,
  .legal-box {
    padding: 22px;
  }

  .seal-pair {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}
