:root {
  --navy: #102c3b;
  --petrol: #086e82;
  --teal: #169ab5;
  --pale: #eaf7fa;
  --white: #ffffff;
  --cool: #f9fbfc;
  --slate: #4c5d66;
  --charcoal: #202a30;
  --red: #b93a43;
  --soft: #e4eaed;
  --shadow: 0 22px 55px rgba(16, 44, 59, 0.13);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.modal-layer[hidden],
.legal-modal[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--cool);
  font-family: Inter, "Source Sans 3", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

button {
  font: inherit;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 14px;
  left: 14px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 14px;
  clip: auto;
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius);
}

.top-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  padding: 9px 18px;
  color: var(--white);
  background: var(--navy);
  font-size: 0.88rem;
}

.top-strip span {
  position: relative;
}

.top-strip span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--teal);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(249, 251, 252, 0.92);
  border-bottom: 1px solid rgba(228, 234, 237, 0.82);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  max-width: var(--max);
  min-height: 78px;
  margin: 0 auto;
  padding: 0 22px;
}

.brand img {
  width: 124px;
}

.site-menu {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: var(--slate);
  font-size: 0.94rem;
}

.site-menu a,
.secondary-action {
  text-decoration: none;
}

.site-menu a:hover,
.site-menu a:focus-visible,
.secondary-action:hover,
.secondary-action:focus-visible {
  color: var(--petrol);
}

.primary-action,
.header-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.primary-action,
.header-action {
  color: var(--white);
  background: linear-gradient(135deg, var(--petrol), var(--teal));
  box-shadow: 0 13px 28px rgba(8, 110, 130, 0.22);
}

.primary-action:hover,
.primary-action:focus-visible,
.header-action:hover,
.header-action:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(8, 110, 130, 0.28);
}

.secondary-action {
  color: var(--petrol);
  background: var(--white);
  border: 1px solid var(--soft);
}

.menu-toggle {
  display: none;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 88px 22px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  align-items: center;
  gap: 58px;
  min-height: calc(100vh - 120px);
  padding-top: 72px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--petrol);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  font-family: Manrope, "Plus Jakarta Sans", Inter, sans-serif;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
}

h2 {
  font-size: clamp(2rem, 3.4vw, 3.05rem);
}

h3 {
  font-size: 1.18rem;
}

p {
  margin: 0;
  color: var(--slate);
}

.hero-text {
  max-width: 690px;
  margin-top: 24px;
  font-size: 1.12rem;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  padding: 8px 11px;
  border: 1px solid var(--soft);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 750;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.responsible-note,
.small-note,
.trust-note,
.footer-note {
  font-size: 0.92rem;
}

.responsible-note {
  max-width: 650px;
  margin-top: 18px;
}

.hero-product {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
}

.product-glow {
  position: absolute;
  inset: 8% 1% 7% 7%;
  border-radius: 42% 58% 50% 50%;
  background: radial-gradient(circle at 35% 28%, #d9f5fb 0 34%, #b8eaf2 35% 58%, #eaf7fa 59% 100%);
  box-shadow: inset 0 0 70px rgba(255, 255, 255, 0.72), var(--shadow);
}

.hero-product img {
  position: relative;
  z-index: 1;
  width: min(480px, 90%);
  filter: drop-shadow(0 26px 24px rgba(16, 44, 59, 0.24));
}

.capsule-badge {
  position: absolute;
  z-index: 2;
  right: 8%;
  bottom: 14%;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  font-weight: 900;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 22px 72px;
}

.quick-facts article {
  min-height: 145px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--soft);
}

.quick-facts article:first-child {
  border-radius: var(--radius) 0 0 var(--radius);
}

.quick-facts article:last-child {
  border-radius: 0 var(--radius) var(--radius) 0;
}

.quick-facts strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-family: Manrope, Inter, sans-serif;
  font-size: 1.1rem;
}

.split-section,
.safety-panel,
.delivery-section,
.buy-section,
.final-cta {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 58px;
}

.text-stack {
  display: grid;
  gap: 18px;
}

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

.section-heading p:not(.eyebrow) {
  margin-top: 16px;
  font-size: 1.05rem;
}

.lifestyle-section,
.ingredients-section,
.price-section,
.faq-section {
  max-width: none;
  background: var(--white);
}

.lifestyle-section > *,
.ingredients-section > *,
.price-section > *,
.faq-section > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.lifestyle-grid,
.ingredient-grid,
.quality-list,
.delivery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.lifestyle-grid article,
.ingredient-grid article,
.quality-list article,
.delivery-grid article,
.review-panel,
.notice-box {
  padding: 24px;
  border: 1px solid var(--soft);
  border-radius: var(--radius);
  background: var(--cool);
  box-shadow: 0 12px 28px rgba(16, 44, 59, 0.06);
}

.lifestyle-grid span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--teal);
  font-weight: 900;
}

.lifestyle-grid h3,
.ingredient-grid h3,
.quality-list h3,
.delivery-grid h3 {
  margin-bottom: 10px;
}

.closing-copy {
  max-width: var(--max);
  margin-top: 26px;
  padding: 22px 24px;
  border-left: 4px solid var(--teal);
  background: var(--pale);
  color: var(--navy);
  font-weight: 700;
}

.steps-section {
  position: relative;
}

.step-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: steps;
}

.step-line article {
  position: relative;
  min-height: 235px;
  padding: 26px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #f2fbfd);
  border: 1px solid var(--soft);
}

.step-line span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--white);
  background: var(--petrol);
  font-weight: 900;
}

.ingredient-grid {
  grid-template-columns: repeat(3, 1fr);
}

.ingredient-grid article {
  background: var(--white);
}

.table-section {
  padding-top: 80px;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--soft);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.formula-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
}

.formula-table caption {
  padding: 18px 20px;
  color: var(--slate);
  text-align: left;
}

.formula-table th,
.formula-table td {
  padding: 16px 20px;
  border-top: 1px solid var(--soft);
  text-align: left;
}

.formula-table th {
  color: var(--navy);
  background: var(--pale);
}

.formula-table td:last-child {
  width: 190px;
  color: var(--navy);
  font-weight: 850;
}

.notice-box {
  margin-top: 20px;
  background: #fffdf8;
}

.notice-box p + p {
  margin-top: 10px;
}

.safety-panel {
  align-items: start;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), #174457);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.safety-panel h2,
.safety-panel .eyebrow,
.safety-panel p {
  color: var(--white);
}

.quality-list,
.delivery-grid {
  grid-template-columns: repeat(3, 1fr);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.offer-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--soft);
  border-radius: var(--radius);
  background: var(--cool);
  box-shadow: var(--shadow);
}

.featured-card {
  border-color: rgba(22, 154, 181, 0.5);
  background: linear-gradient(180deg, #ffffff, #eaf7fa);
}

.package-label {
  align-self: flex-start;
  padding: 7px 10px;
  border-radius: var(--radius);
  color: var(--petrol);
  background: var(--pale);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-card img {
  width: 230px;
  height: 230px;
  object-fit: contain;
  margin: 16px auto 8px;
  filter: drop-shadow(0 18px 18px rgba(16, 44, 59, 0.18));
}

.offer-card .price {
  margin: 12px 0 16px;
  color: var(--navy);
  font-size: 2.25rem;
  font-weight: 900;
}

.offer-card ul {
  display: grid;
  gap: 9px;
  margin: 0 0 22px;
  padding-left: 18px;
  color: var(--slate);
}

.offer-card .primary-action {
  margin-top: auto;
}

.small-note {
  margin: -4px 0 18px;
}

.trust-note {
  max-width: var(--max);
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid var(--soft);
  border-radius: var(--radius);
  background: var(--white);
}

.buy-section,
.final-cta {
  align-items: center;
  border-radius: 22px;
}

.buy-section {
  background: linear-gradient(135deg, #eef9fb, #ffffff);
}

.buy-copy .primary-action,
.final-copy .primary-action {
  margin-top: 26px;
}

.buy-product img,
.final-cta img {
  width: min(390px, 86%);
  margin: 0 auto;
  filter: drop-shadow(0 26px 24px rgba(16, 44, 59, 0.2));
}

.reviews-section {
  padding-top: 36px;
}

.review-panel {
  max-width: 780px;
  background: var(--pale);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--soft);
  border-radius: var(--radius);
  background: var(--white);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--navy);
  font-weight: 850;
}

.faq-list details p {
  padding: 0 20px 20px;
}

.final-cta {
  margin-bottom: 48px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--petrol));
}

.final-cta h2,
.final-cta p,
.final-cta .eyebrow {
  color: var(--white);
}

.site-footer {
  padding: 58px 22px 34px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 44px;
  max-width: var(--max);
  margin: 0 auto;
}

.footer-grid img {
  width: 132px;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
}

.footer-grid h2 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 1.2rem;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.78);
}

.footer-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font-weight: 800;
}

.footer-menu-toggle:hover,
.footer-menu-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

.footer-menu {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.footer-menu[hidden] {
  display: none;
}

.legal-trigger {
  display: block;
  width: fit-content;
  margin: 8px 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.86);
  background: none;
  border: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-note {
  max-width: var(--max);
  margin: 34px auto 0;
}

.modal-layer {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(16, 44, 59, 0.64);
}

.legal-modal {
  width: min(620px, 100%);
}

.modal-panel {
  position: relative;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
}

.modal-panel {
  padding: 32px;
}

.modal-panel h2 {
  margin-bottom: 14px;
}

.modal-panel p + p {
  margin-top: 12px;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--soft);
  border-radius: 50%;
  color: var(--navy);
  background: var(--white);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.exit-panel {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 16px;
  width: min(540px, calc(100% - 44px));
  padding: 24px;
  border: 1px solid var(--soft);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 30px 70px rgba(16, 44, 59, 0.24);
}

.exit-panel h2 {
  margin-bottom: 12px;
  padding-right: 28px;
  font-size: 1.55rem;
}

.exit-panel p + p {
  margin-top: 10px;
}

.exit-panel .primary-action {
  margin-top: 18px;
}

.exit-panel img {
  align-self: end;
  width: 132px;
  filter: drop-shadow(0 16px 14px rgba(16, 44, 59, 0.18));
}

.exit-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--soft);
  border-radius: 50%;
  color: var(--navy);
  background: var(--white);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.image-notice {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  padding: 10px 14px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--navy);
  box-shadow: var(--shadow);
  font-weight: 700;
}

:focus-visible {
  outline: 3px solid rgba(22, 154, 181, 0.48);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .nav-shell {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    justify-self: end;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--soft);
    border-radius: var(--radius);
    background: var(--white);
  }

  .menu-icon,
  .menu-icon::before,
  .menu-icon::after {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--navy);
  }

  .menu-icon {
    position: relative;
  }

  .menu-icon::before,
  .menu-icon::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .menu-icon::before {
    top: -7px;
  }

  .menu-icon::after {
    top: 7px;
  }

  .site-menu {
    position: fixed;
    inset: 78px 0 auto;
    display: none;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px 22px 20px;
    background: var(--cool);
    border-bottom: 1px solid var(--soft);
    box-shadow: var(--shadow);
  }

  .site-menu.is-open {
    display: grid;
  }

  .site-menu a {
    padding: 14px 0;
    border-bottom: 1px solid var(--soft);
  }

  .header-action {
    display: none;
  }

  .hero,
  .split-section,
  .safety-panel,
  .delivery-section,
  .buy-section,
  .final-cta,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 28px;
    min-height: auto;
  }

  .quick-facts,
  .lifestyle-grid,
  .step-line,
  .price-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-facts article:first-child,
  .quick-facts article:last-child {
    border-radius: var(--radius);
  }

  .ingredient-grid,
  .quality-list,
  .delivery-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .top-strip span:not(:last-child)::after {
    display: none;
  }

  .section {
    padding: 64px 18px;
  }

  .hero {
    padding-top: 48px;
  }

  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 2rem;
  }

  .quick-facts,
  .lifestyle-grid,
  .step-line,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .quick-facts {
    padding: 0 18px 50px;
  }

  .hero-actions {
    display: grid;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .hero-product {
    min-height: 370px;
  }

  .capsule-badge {
    right: 4%;
    bottom: 8%;
  }

  .offer-card {
    padding: 22px;
  }

  .exit-panel {
    grid-template-columns: 1fr;
  }

  .exit-panel img {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
