:root {
  --green-950: #041c12;
  --green-900: #06351f;
  --green-800: #075c34;
  --green-600: #079949;
  --yellow: #ffcc16;
  --yellow-2: #ffd84d;
  --blue-900: #03215f;
  --blue-700: #064aa1;
  --white: #ffffff;
  --cream: #fff8e6;
  --ink: #102018;
  --muted: #5b6f64;
  --line: rgba(255, 255, 255, 0.18);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Montserrat, Poppins, Arial, Helvetica, sans-serif;
  background: var(--green-950);
  color: var(--ink);
}

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

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

.section-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 204, 22, 0.28), transparent 26%),
    radial-gradient(circle at 16% 18%, rgba(7, 153, 73, 0.45), transparent 34%),
    linear-gradient(145deg, #03130d 0%, #05351f 52%, #03194a 100%);
  color: var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 204, 22, 0.14) 0 2px, transparent 2px 92px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 48%);
  opacity: 0.45;
  pointer-events: none;
}

.nav {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--green-950);
  box-shadow: 0 0 0 5px rgba(255, 204, 22, 0.16);
}

.nav-cta {
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 0.86rem;
  font-weight: 800;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  align-items: center;
  gap: 34px;
  padding: 18px 0 54px;
}

.label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
  color: var(--yellow);
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.label-blue {
  color: var(--blue-700);
}

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

h1 {
  max-width: 600px;
  margin-bottom: 14px;
  font-size: clamp(2.35rem, 4.2vw, 4.05rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

p {
  line-height: 1.58;
}

.hero-copy > p {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
}

.subheadline {
  color: var(--yellow-2) !important;
  font-size: clamp(1.08rem, 1.7vw, 1.35rem) !important;
  font-weight: 900;
}

.price-card {
  width: min(500px, 100%);
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.32);
  box-shadow: var(--shadow);
}

.price-card span,
.checkout-card span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
}

.price-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--white);
  font-size: 1.18rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 6px;
  border: 0;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.28);
  filter: saturate(1.08);
}

.checkout-link {
  animation: ctaPulse 1.9s ease-in-out infinite;
}

.checkout-link:hover {
  animation-play-state: paused;
}

.button-primary {
  background: linear-gradient(180deg, #19ff67, #09c94e);
  color: #04140c;
}

.button-hero {
  background: linear-gradient(180deg, #ffdd47, #ffb800);
  color: #04140c;
  box-shadow: 0 0 0 0 rgba(255, 204, 22, 0.46), 0 18px 28px rgba(0, 0, 0, 0.22);
}

.button-secondary {
  background: var(--yellow);
  color: var(--green-950);
}

.price-card .button,
.checkout-card .button {
  width: 100%;
}

small {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.45;
}

.hero-visual {
  min-width: 0;
}

.glow-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 430px;
}

.glow-card::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 58%;
  border-radius: 50%;
  background: rgba(255, 204, 22, 0.24);
  filter: blur(70px);
}

.hero-mockup {
  position: relative;
  width: min(560px, 100%);
  filter: drop-shadow(0 34px 48px rgba(0, 0, 0, 0.48));
  animation: floatIn 700ms ease both;
}

.dark-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 204, 22, 0.14), transparent 27%),
    linear-gradient(180deg, var(--green-950), #02183e);
  color: var(--white);
  padding: 86px 0;
}

.split-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  align-items: center;
  gap: 70px;
}

.phone-frame {
  width: min(310px, 78vw);
  margin: 0 auto;
  padding: 12px;
  border-radius: 38px;
  background: #101314;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: var(--shadow);
}

.phone-frame img {
  aspect-ratio: 9 / 16;
  width: 100%;
  object-fit: cover;
  border-radius: 28px;
}

.section-copy p,
.center-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.04rem;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 26px 0;
}

.mini-stats span {
  padding: 14px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.mini-stats strong {
  display: block;
  color: var(--yellow);
  font-size: 1.45rem;
}

.white-wave {
  background: var(--cream);
  color: var(--ink);
  padding: 90px 0 78px;
  border-radius: 0 0 44% 44% / 0 0 4% 4%;
}

.center-copy {
  width: min(820px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.center-copy p {
  color: var(--muted);
}

.center-copy.light p {
  color: rgba(255, 255, 255, 0.76);
}

.cards,
.benefit-grid,
.kit-grid,
.testimonial-row {
  display: grid;
  gap: 16px;
}

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

.card,
.kit-grid article {
  padding: 22px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(7, 92, 52, 0.12);
  box-shadow: 0 18px 38px rgba(4, 28, 18, 0.09);
}

.card p,
.kit-grid p,
.offer-copy p,
.faq-section p {
  color: var(--muted);
}

.card-icon,
.tick {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--green-950);
  font-weight: 950;
}

.center-action {
  text-align: center;
  margin-top: 28px;
}

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

.benefit-grid article {
  min-height: 205px;
  padding: 20px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
}

.benefit-grid p,
.testimonial-card p {
  color: rgba(255, 255, 255, 0.74);
}

.kit-section,
.offer-section,
.faq-section {
  background: var(--cream);
  padding: 84px 0;
}

.kit-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  margin-bottom: 26px;
}

.kit-head p {
  max-width: 680px;
  color: var(--muted);
}

.recipe-preview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.recipe-preview img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius);
  border: 4px solid var(--white);
  box-shadow: 0 16px 34px rgba(4, 28, 18, 0.16);
}

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

.kit-grid .bonus {
  background: linear-gradient(135deg, var(--green-800), var(--blue-900));
  color: var(--white);
}

.kit-grid .bonus p {
  color: rgba(255, 255, 255, 0.78);
}

.testimonials {
  padding-top: 72px;
  padding-bottom: 92px;
}

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

.testimonial-card {
  padding: 20px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
}

.stars {
  color: var(--yellow);
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.testimonial-card strong {
  color: var(--white);
}

.offer-section {
  position: relative;
  padding-top: 92px;
  padding-bottom: 92px;
}

.offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 420px);
  gap: 40px;
  align-items: center;
}

.guarantee {
  display: grid;
  grid-template-columns: 96px 1fr;
  column-gap: 18px;
  align-items: center;
  margin-top: 24px;
  padding: 20px;
  border-left: 5px solid var(--yellow);
  background: var(--white);
  border-radius: var(--radius);
}

.guarantee-seal {
  grid-row: span 2;
  width: 96px;
  height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(4, 28, 18, 0.2));
}

.guarantee h3,
.guarantee p {
  margin-bottom: 0;
}

.checkout-card {
  padding: 24px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 80% 12%, rgba(255, 204, 22, 0.2), transparent 26%),
    linear-gradient(180deg, var(--green-900), var(--blue-900));
  color: var(--white);
  text-align: center;
  box-shadow: var(--shadow);
}

.checkout-card img {
  width: min(300px, 100%);
  margin: -70px auto 6px;
}

.checkout-card strong {
  display: block;
  margin-bottom: 18px;
  color: var(--yellow);
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 1;
}

.faq-section {
  padding-top: 70px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 44px;
}

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

details {
  border-radius: 6px;
  background: var(--white);
  border: 1px solid rgba(7, 92, 52, 0.12);
  box-shadow: 0 12px 26px rgba(4, 28, 18, 0.06);
}

summary {
  cursor: pointer;
  padding: 17px 18px;
  color: var(--ink);
  font-weight: 850;
}

details p {
  margin: 0;
  padding: 0 18px 18px;
}

.final-cta {
  display: grid;
  justify-items: center;
  gap: 12px;
  width: min(640px, calc(100% - 32px));
  margin: 38px auto 0;
  text-align: center;
}

.final-cta small {
  color: var(--muted);
}

.footer {
  padding: 28px 16px;
  background: #02122f;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-size: 0.88rem;
}

.footer p {
  margin: 0 auto;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.checkout-copy {
  max-width: 780px;
  margin-top: 10px !important;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.48);
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ctaPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 0 0 0 rgba(25, 255, 103, 0.34), 0 18px 28px rgba(0, 0, 0, 0.22);
  }
  50% {
    transform: translateY(-1px) scale(1.025);
    box-shadow: 0 0 0 10px rgba(25, 255, 103, 0), 0 24px 36px rgba(0, 0, 0, 0.28);
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .split-grid,
  .offer-grid,
  .faq-grid,
  .kit-head {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-top: 18px;
  }

  .glow-card {
    min-height: auto;
  }

  .three,
  .benefit-grid,
  .kit-grid,
  .testimonial-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-grid article {
    min-height: 0;
  }

  .kit-head .button {
    width: fit-content;
  }
}

@media (max-width: 680px) {
  .section-shell,
  .nav {
    width: min(100% - 24px, 1120px);
  }

  .nav-cta {
    display: none;
  }

  h1 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
    margin-bottom: 9px;
  }

  .subheadline {
    font-size: 1rem !important;
    margin-bottom: 8px;
  }

  h2 {
    font-size: clamp(1.85rem, 9vw, 2.45rem);
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    gap: 12px;
    padding-top: 6px;
    padding-bottom: 36px;
  }

  .hero-copy {
    order: 2;
  }

  .hero-visual {
    order: 1;
  }

  .hero-mockup {
    width: min(330px, 92vw);
  }

  .glow-card::before {
    width: 64%;
    height: 44%;
    filter: blur(42px);
  }

  .hero-copy > p:not(.subheadline) {
    display: none;
  }

  .label {
    margin-bottom: 7px;
    font-size: 0.68rem;
  }

  .price-card {
    margin-top: 12px;
    padding: 14px;
  }

  .price-card span {
    display: none;
  }

  .price-card strong {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .price-card small {
    font-size: 0.76rem;
  }

  .guarantee {
    grid-template-columns: 72px 1fr;
    gap: 12px;
  }

  .guarantee-seal {
    width: 72px;
    height: 72px;
  }

  .dark-section,
  .kit-section,
  .offer-section,
  .faq-section,
  .white-wave {
    padding: 58px 0;
  }

  .three,
  .benefit-grid,
  .kit-grid,
  .testimonial-row,
  .recipe-preview {
    grid-template-columns: 1fr;
  }

  .recipe-preview {
    grid-template-columns: repeat(2, 1fr);
  }

  .mini-stats {
    grid-template-columns: 1fr;
  }

  .checkout-card img {
    margin-top: -34px;
  }

  .button {
    width: 100%;
    padding-inline: 18px;
  }

  .white-wave {
    border-radius: 0;
  }
}
