:root {
  --navy: #071526;
  --navy-soft: #0d2138;
  --green: #4cff21;
  --green-deep: #168d33;
  --green-mid: #1fc657;
  --white: #ffffff;
  --gray: #f3f6f7;
  --gray-mid: #dce4e6;
  --text: #102033;
  --muted: #5f7180;
  --orange: #ff8b22;
  --shadow: 0 20px 55px rgba(7, 21, 38, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  user-select: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  font: inherit;
}

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

.top-bar {
  background: linear-gradient(90deg, var(--green-deep), var(--green), var(--green-deep));
  color: #06111f;
  font-weight: 900;
  text-align: center;
  padding: 9px 14px;
  letter-spacing: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 14px max(18px, calc((100vw - 1160px) / 2));
  background: rgba(7, 21, 38, 0.96);
  color: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.15rem;
  font-weight: 900;
  white-space: nowrap;
}


.site-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  font-weight: 800;
  font-size: 0.92rem;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.86);
}

.site-nav a:hover,
.site-nav a:focus {
  color: var(--green);
}

.buy-btn,
.deal-btn,
.cart-btn,
.today-btn,
.pack-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--green), var(--green-mid));
  color: #06111f;
  font-weight: 950;
  text-align: center;
  box-shadow: 0 12px 24px rgba(76, 255, 33, 0.22);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.buy-btn:hover,
.deal-btn:hover,
.cart-btn:hover,
.today-btn:hover,
.pack-btn:hover,
.buy-btn:focus,
.deal-btn:focus,
.cart-btn:focus,
.today-btn:focus,
.pack-btn:focus {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 16px 28px rgba(76, 255, 33, 0.3);
}

.ghost-btn {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.34);
  box-shadow: none;
}

.section-dark,
.section-green,
.section-light {
  padding: 76px 0;
}

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

.section-green {
  background: linear-gradient(135deg, #eaffdf, #f9fff6 48%, #d9ffd4);
}

.section-light {
  background: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 88px;
  background:
    linear-gradient(135deg, rgba(7, 21, 38, 0.98), rgba(13, 33, 56, 0.94)),
    radial-gradient(circle at 75% 20%, rgba(76, 255, 33, 0.16), transparent 34%);
}

.hero::after {
  position: absolute;
  right: -14%;
  bottom: -28%;
  width: 48%;
  height: 70%;
  content: "";
  background: linear-gradient(135deg, rgba(76, 255, 33, 0.22), rgba(22, 141, 51, 0.05));
  transform: skewX(-16deg);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: 54px;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: 3.35rem;
  line-height: 1.05;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: 2.28rem;
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.12rem;
  line-height: 1.2;
}

.hero-subtitle {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.16rem;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 700px;
  padding: 0;
  margin: 26px 0;
  list-style: none;
}

.hero-highlights li,
.check-list li {
  position: relative;
  padding-left: 28px;
  font-weight: 800;
}

.hero-highlights li::before,
.check-list li::before {
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--green);
  content: "✓";
  font-weight: 950;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.discount-line {
  color: rgba(255, 255, 255, 0.78);
}

.discount-line strong {
  color: var(--green);
}

.product-stage {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(76, 255, 33, 0.12), rgba(255, 139, 34, 0.08));
  box-shadow: var(--shadow);
}

.product-stage img {
  width: min(420px, 88%);
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.28));
}

.offer-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 150px;
  padding: 14px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: #081827;
  color: var(--white);
}

.offer-badge span {
  display: block;
  color: var(--green);
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1;
}

.offer-badge strong {
  display: block;
  margin-top: 5px;
  font-size: 0.78rem;
  line-height: 1.25;
}

.countdown-strip {
  padding: 16px 0;
  background: #0b1018;
  color: var(--white);
  border-top: 1px solid rgba(76, 255, 33, 0.3);
  border-bottom: 1px solid rgba(76, 255, 33, 0.3);
}

.urgency-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}

.urgency-content span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

#countdown {
  min-width: 112px;
  color: var(--green);
  font-size: 1.2rem;
}

.urgency-content .today-btn {
  min-height: 40px;
  padding: 10px 16px;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  align-items: center;
  gap: 48px;
}

.split-layout p {
  color: inherit;
}

.section-light p {
  color: var(--muted);
}

.section-dark p,
.section-dark li {
  color: rgba(255, 255, 255, 0.8);
}

.feature-panel {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
  box-shadow: var(--shadow);
}

.feature-panel div {
  padding: 14px 16px;
  border-left: 4px solid var(--green);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
}

.section-heading {
  max-width: 800px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.card-grid,
.benefit-grid,
.ingredient-grid,
.pricing-grid,
.review-grid {
  display: grid;
  gap: 18px;
}

.four-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.support-card,
.ingredient-grid article,
.price-card,
.review-card,
.steps-row article,
.timeline article {
  border-radius: 8px;
}

.support-card {
  padding: 22px;
  background: var(--white);
  box-shadow: 0 16px 34px rgba(22, 141, 51, 0.12);
}

.support-card span {
  color: var(--orange);
  font-weight: 950;
}

.support-card p,
.ingredient-grid p,
.review-card p {
  color: var(--muted);
}

.benefits-section {
  background:
    linear-gradient(135deg, rgba(7, 21, 38, 0.98), rgba(8, 24, 39, 0.98)),
    linear-gradient(90deg, rgba(255, 139, 34, 0.08), transparent);
}

.benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefit-grid div {
  min-height: 112px;
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  font-size: 1.02rem;
  font-weight: 900;
}

.compliance-note {
  margin: 24px auto 0;
  max-width: 790px;
  color: rgba(255, 255, 255, 0.74);
  text-align: center;
  font-size: 0.95rem;
}

.dark-text {
  color: #31523f;
}

.ailment-section {
  background: var(--gray);
}

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

.ailment-grid article {
  padding: 22px;
  border: 1px solid #dfe8ea;
  border-radius: 8px;
  background: var(--white);
  text-align: center;
  box-shadow: 0 14px 28px rgba(7, 21, 38, 0.08);
}

.ailment-grid img {
  width: 116px;
  height: 116px;
  margin: 0 auto 16px;
  object-fit: cover;
  border: 4px solid rgba(76, 255, 33, 0.45);
  border-radius: 50%;
}

.ailment-grid h3 {
  min-height: 54px;
  color: var(--navy);
}

.ailment-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.center-note {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.steps-row article {
  position: relative;
  min-height: 230px;
  padding: 28px 24px;
  border: 1px solid var(--gray-mid);
  background: var(--gray);
}

.steps-row span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--green);
  font-weight: 950;
}

.quality-section {
  background: linear-gradient(135deg, var(--navy), #10283d);
}

.check-list {
  display: grid;
  gap: 11px;
  padding: 24px;
  margin: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  list-style: none;
}

.drug-note {
  margin-top: 20px;
  padding: 16px;
  border-left: 4px solid var(--orange);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.ingredients-section {
  background: var(--gray);
}

.ingredients-layout {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

.ingredient-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.ingredient-grid article {
  padding: 20px;
  background: var(--white);
  border: 1px solid #e5ecef;
}

.small-note {
  margin: 22px 0 0;
  font-size: 0.94rem;
}

.bottle-frame {
  display: grid;
  min-height: 480px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(145deg, #071526, #123a2c);
  box-shadow: var(--shadow);
}

.bottle-frame img {
  width: min(360px, 84%);
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.28));
}

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

.timeline article {
  padding: 24px;
  background: var(--white);
  border: 1px solid rgba(22, 141, 51, 0.2);
  box-shadow: 0 14px 26px rgba(22, 141, 51, 0.1);
}

.timeline img {
  width: 112px;
  height: 112px;
  margin: 0 auto 16px;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 10px 14px rgba(7, 21, 38, 0.14));
}

.timeline span {
  display: block;
  margin-bottom: 8px;
  color: var(--green-deep);
  font-weight: 950;
}

.timeline h3 {
  color: var(--navy);
  text-transform: uppercase;
}

.packages-section {
  background: #f8fafb;
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #dfe8ea;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(7, 21, 38, 0.08);
}

.best-card {
  border: 3px solid var(--green);
  background: linear-gradient(180deg, #ffffff, #f1ffe9);
}

.card-label {
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 6px;
  background: var(--orange);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.price-card h3 {
  margin-bottom: 2px;
  color: var(--navy);
  font-size: 1.7rem;
}

.pack-name {
  min-height: 26px;
  color: var(--green-deep);
  font-weight: 900;
}

.pack-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 210px;
  margin: 8px 0 18px;
  padding: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f2f6f7, #ffffff);
  overflow: hidden;
}

.pack-visual img {
  width: 34%;
  max-width: 142px;
  filter: drop-shadow(0 16px 16px rgba(7, 21, 38, 0.16));
}

.four-bottles img {
  margin-left: -24px;
}

.four-bottles img:first-child {
  margin-left: 0;
}

.two-bottles img {
  width: 44%;
  max-width: 168px;
  margin-left: -16px;
}

.two-bottles img:first-child {
  margin-left: 0;
}

.one-bottle img {
  width: 58%;
  max-width: 190px;
}

.price-card ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
  margin: 0 0 18px;
  color: var(--muted);
}

.price {
  margin-top: auto;
  margin-bottom: 18px;
  color: var(--navy);
}

.price strong {
  font-size: 2rem;
  line-height: 1;
}

.price-card .pack-btn {
  width: 100%;
}

.guarantee-section {
  background: linear-gradient(135deg, #081827, #12351f);
}

.guarantee-section .cart-btn,
.buy-section .today-btn {
  justify-self: end;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

th,
td {
  padding: 16px;
  border-bottom: 1px solid #e7eef0;
  text-align: left;
}

th {
  background: var(--navy);
  color: var(--white);
}

td:nth-child(2) {
  color: var(--green-deep);
  font-weight: 950;
}

.reviews-section {
  background: linear-gradient(135deg, #f2ffe8, #ffffff 55%, #e0ffd7);
}

.review-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.review-card {
  padding: 20px;
  background: var(--white);
  border: 1px solid rgba(22, 141, 51, 0.18);
  box-shadow: 0 14px 28px rgba(22, 141, 51, 0.1);
}

.review-photo {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  place-items: center;
  border: 2px solid var(--green);
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-weight: 950;
  overflow: hidden;
}

.review-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.review-card span {
  color: var(--orange);
  font-weight: 900;
}

.review-card small {
  color: var(--muted);
  font-weight: 800;
}

.buy-section {
  background: linear-gradient(135deg, var(--navy), #0f293d);
}

.large-btn {
  min-width: 260px;
  min-height: 62px;
  font-size: 1.05rem;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

details {
  border: 1px solid #dfe8ea;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(7, 21, 38, 0.05);
}

summary {
  position: relative;
  padding: 18px 52px 18px 18px;
  color: var(--navy);
  font-weight: 950;
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  position: absolute;
  right: 18px;
  top: 18px;
  color: var(--green-deep);
  content: "+";
  font-size: 1.35rem;
  line-height: 1;
}

details[open] summary::after {
  content: "−";
}

details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.site-footer {
  padding: 42px 0;
  background: #050b12;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 18px 0;
}

.footer-menu button {
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.footer-menu button:hover,
.footer-menu button:focus {
  border-color: var(--green);
  color: var(--green);
}

.fda-note {
  max-width: 980px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.55;
}

.modal-overlay,
.exit-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.72);
}

.modal-overlay[hidden],
.exit-overlay[hidden] {
  display: none;
}

.modal-box,
.exit-box {
  position: relative;
  width: min(620px, 100%);
  max-height: min(86vh, 760px);
  overflow: auto;
  border-radius: 8px;
  background: var(--white);
  color: var(--text);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.modal-box {
  padding: 28px;
}

.modal-box h2,
.exit-box h2 {
  color: var(--navy);
}

.modal-box p,
.modal-box li,
.exit-box p {
  color: var(--muted);
}

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

.exit-box {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 28px;
}

.exit-box img {
  width: 200px;
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    order: 3;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero-grid,
  .split-layout,
  .ingredients-layout {
    grid-template-columns: 1fr;
  }

  .hero-product {
    order: -1;
  }

  .product-stage {
    min-height: 420px;
  }

  .four-grid,
  .benefit-grid,
  .ailment-grid,
  .timeline,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-grid,
  .steps-row {
    grid-template-columns: 1fr;
  }

  .guarantee-section .cart-btn,
  .buy-section .today-btn {
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(100% - 24px, 1160px);
  }

  .top-bar {
    font-size: 0.86rem;
  }

  .site-header {
    padding: 12px;
    gap: 12px;
  }

  .header-cta {
    min-height: 42px;
    padding: 10px 12px;
    font-size: 0.86rem;
  }

  .site-nav {
    gap: 14px;
    font-size: 0.86rem;
  }

  .section-dark,
  .section-green,
  .section-light {
    padding: 54px 0;
  }

  .hero {
    padding: 42px 0 58px;
  }

  h1 {
    font-size: 2.15rem;
  }

  h2 {
    font-size: 1.72rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-highlights,
  .four-grid,
  .benefit-grid,
  .ailment-grid,
  .ingredient-grid,
  .timeline,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .urgency-content {
    flex-direction: column;
    align-items: stretch;
  }

  .product-stage {
    min-height: 360px;
  }

  .offer-badge {
    position: static;
    width: auto;
    margin: 0 14px 14px;
  }

  .bottle-frame {
    min-height: 360px;
  }

  .pack-visual {
    min-height: 190px;
  }

  .exit-box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .exit-box img {
    width: 160px;
    margin: 0 auto;
  }
}
