:root {
  color-scheme: light;
  --ink: #100747;
  --navy: #100747;
  --navy-2: #0b123c;
  --blue: #235aa6;
  --hero: #e8f1ff;
  --orange: #ffb443;
  --orange-dark: #df8f17;
  --paper: #ffffff;
  --muted: #5f6b85;
  --line: #d6e2fb;
  --shadow: 0 18px 42px rgba(16, 7, 71, 0.14);
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #fff;
  font-size: 18px;
  line-height: 1.55;
}

body.modal-locked {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.wrap {
  width: min(1100px, calc(100% - 34px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 14px;
  top: -48px;
  z-index: 2000;
  padding: 10px 12px;
  background: #fff;
  color: #000;
  border-radius: 4px;
}

.skip-link:focus {
  top: 14px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--navy);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  gap: 24px;
}

.logo {
  width: 170px;
}

.nav nav {
  display: flex;
  align-items: center;
  gap: 46px;
}

.nav nav a {
  color: #fff;
  font-weight: 650;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px;
  border-radius: 8px;
  background: var(--orange);
  color: #120925;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(20, 9, 63, 0.12);
}

.hero {
  background: var(--hero);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: 54px;
  min-height: 570px;
  padding: 56px 0 58px;
}

.hero-visual {
  display: grid;
  place-items: center;
}

.hero-visual img {
  width: min(520px, 100%);
}

.eyebrow,
.section-label {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

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

.benefit-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 26px;
  list-style: none;
  font-size: 1.18rem;
}

.benefit-list li {
  position: relative;
  padding-left: 32px;
}

.benefit-list li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue);
  font-size: 1.4rem;
  font-weight: 900;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button.secondary {
  background: #a9c0ef;
  color: #fff;
}

.difference {
  padding: 42px 0 66px;
  background: linear-gradient(180deg, #245ba6, #0e1748);
  color: #fff;
}

.difference h2 {
  text-align: center;
  color: #fff;
  font-weight: 400;
}

.difference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 26px;
}

.difference-grid article {
  color: #fff;
}

.difference-grid img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 16px;
}

.difference-grid p {
  margin-bottom: 0;
}

.ingredients,
.offer {
  padding: 66px 0;
  background: #fff;
}

.ingredients-grid,
.offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 42px;
  align-items: center;
}

.ingredients-grid p,
.offer-grid p,
.guarantee-box p {
  color: var(--muted);
  font-size: 1.08rem;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.pill-list span {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f6f9ff;
  color: var(--ink);
  font-weight: 800;
}

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

.ingredient-cards article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
}

.ingredient-cards img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.ingredient-cards strong {
  display: block;
  padding: 14px;
  font-size: 0.95rem;
}

.offer {
  background: #f5f8ff;
}

.package-stack {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.ultimate {
  width: min(420px, 100%);
  filter: drop-shadow(0 22px 24px rgba(16, 7, 71, 0.15));
}

.package-row {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.package-row img {
  width: min(190px, 45%);
}

.guarantee {
  padding: 60px 0;
  background: #fff;
}

.guarantee-box {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
}

.guarantee-box > img {
  width: 160px;
}

.payment {
  width: 190px;
  margin-top: 12px;
}

.footer {
  padding: 34px 0;
  background: var(--navy-2);
  color: #dfe8ff;
}

.footer p {
  max-width: 980px;
  margin-bottom: 8px;
  font-size: 0.88rem;
}

.cookie-overlay {
  position: fixed;
  inset: 0;
  right: auto;
  z-index: 1000;
  display: grid;
  place-items: center;
  width: 100vw;
  max-width: 100vw;
  padding: 20px;
  background: rgba(0, 0, 0, 0.68);
  overflow: hidden;
}

.cookie-modal {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: min(704px, calc(100vw - 40px));
  margin-inline: auto;
  padding: 58px 31px 32px;
  border: 4px solid #050505;
  border-radius: 14px;
  background:
    linear-gradient(111deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.86) 72%, rgba(246, 246, 246, 0.96) 72%),
    #fff;
  color: #030303;
  text-align: center;
  box-shadow: var(--shadow);
}

.cookie-close {
  position: absolute;
  top: 28px;
  right: 30px;
  width: 31px;
  height: 31px;
  border: 1px solid #1d1d1d;
  border-radius: 6px;
  background: #fff;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}

.cookie-modal h2 {
  margin-bottom: 32px;
  color: #07515d;
  font-size: 1.84rem;
  line-height: 1.1;
  font-weight: 900;
}

.cookie-modal p {
  width: min(630px, 100%);
  margin: 0 auto 36px;
  font-size: 1rem;
  line-height: 1.24;
  overflow-wrap: anywhere;
}

.cookie-modal a {
  color: #0000ee;
  text-decoration: none;
}

.cookie-button {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 4px;
  background: #0b5661;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 940px) {
  .nav nav {
    display: none;
  }

  .hero-grid,
  .ingredients-grid,
  .offer-grid,
  .guarantee-box {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 20px;
    padding: 36px 0 44px;
  }

  .hero-visual {
    order: 2;
  }

  .hero-copy {
    order: 1;
  }

  .difference-grid,
  .ingredient-cards {
    grid-template-columns: 1fr;
  }

  .guarantee-box {
    text-align: center;
  }

  .guarantee-box > img,
  .payment {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 17px;
  }

  .wrap {
    width: min(100% - 28px, 1100px);
  }

  .nav {
    min-height: 72px;
  }

  .logo {
    width: 140px;
  }

  .nav-cta {
    display: none;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .benefit-list {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-visual img {
    width: min(360px, 100%);
  }

  .difference,
  .ingredients,
  .offer,
  .guarantee {
    padding: 42px 0;
  }

  .package-row {
    align-items: center;
  }

  .cookie-overlay {
    padding: 0;
  }

  .cookie-modal {
    left: 20px;
    right: auto;
    width: min(300px, calc(100vw - 40px));
    margin-inline: 0;
    padding: 72px 28px 30px;
    border-width: 3px;
    border-radius: 11px;
  }

  .cookie-close {
    top: 28px;
    right: 29px;
  }

  .cookie-modal h2 {
    margin-bottom: 34px;
    font-size: 1.45rem;
  }

  .cookie-modal p {
    margin-bottom: 36px;
    font-size: 1rem;
    line-height: 1.18;
  }
}
