:root {
  --paper: #fbfaf5;
  --paper-2: #f2f3ea;
  --ink: #11130f;
  --muted: #73736b;
  --green: #284424;
  --green-2: #35572f;
  --line: #e4e0d7;
  --gold: #d9ad43;
  --shadow: 0 22px 52px rgba(32, 42, 25, 0.12);
  --soft-shadow: 0 14px 40px rgba(32, 42, 25, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.24), transparent 32rem),
    #050604;
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: 0;
}

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

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

button {
  font: inherit;
}

h1,
h2,
h3,
.brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}

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

.phone-shell {
  position: fixed;
  inset: 22px 50% auto auto;
  z-index: 0;
  width: min(470px, calc(100vw - 22px));
  height: calc(100vh - 44px);
  transform: translateX(50%);
  border: 10px solid #060706;
  border-radius: 58px;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.16),
    0 30px 80px rgba(0, 0, 0, 0.55);
}

.phone-shell::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  width: 128px;
  height: 36px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #020202;
  box-shadow: inset -16px 0 22px rgba(23, 51, 76, 0.38);
}

.page {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: min(430px, 100%);
  min-height: 100vh;
  margin: 32px auto;
  border-radius: 48px;
  background:
    radial-gradient(circle at 82% 18%, rgba(220, 216, 202, 0.3), transparent 10rem),
    linear-gradient(180deg, #fffefa 0%, var(--paper) 42%, #f7f6ef 100%);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.35);
}

.header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 48px 36px 18px;
}

.brand {
  display: grid;
  color: var(--green);
  font-size: 2.05rem;
  line-height: 0.82;
  text-transform: uppercase;
}

.menu-button {
  display: grid;
  place-items: center;
  gap: 4px;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  color: var(--green);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--soft-shadow);
  cursor: pointer;
}

.menu-button span {
  width: 18px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 742px;
  padding: 74px 36px 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 160px -70px 0 auto;
  width: 360px;
  height: 420px;
  border-radius: 50%;
  background: rgba(238, 235, 224, 0.44);
  filter: blur(3px);
}

.badge {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 43px;
  margin-bottom: 35px;
  padding: 0 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #30362d;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.badge svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hero h1 {
  position: relative;
  z-index: 3;
  color: var(--green);
  font-size: clamp(5.5rem, 25vw, 7.9rem);
  line-height: 0.84;
  text-transform: uppercase;
}

.hero-title {
  position: relative;
  z-index: 3;
  max-width: 288px;
  margin-top: 24px;
  color: #161914;
  font-size: 1.92rem;
  line-height: 1.28;
  font-weight: 500;
}

.hero-text {
  position: relative;
  z-index: 3;
  max-width: 246px;
  margin-top: 18px;
  color: #6b6c66;
  font-size: 1.05rem;
  line-height: 1.52;
  font-weight: 500;
}

.primary-button {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  min-height: 62px;
  margin-top: 34px;
  padding: 0 35px;
  border-radius: 999px;
  background: linear-gradient(180deg, #35582e, #243f22);
  color: #fffdf8;
  box-shadow: 0 16px 32px rgba(33, 61, 27, 0.24);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.limit-note {
  position: relative;
  z-index: 3;
  margin-top: 13px;
  margin-left: 20px;
  color: #4d4f49;
  font-size: 0.85rem;
  font-weight: 500;
}

.decor,
.hero-bowl {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  user-select: none;
}

.hero-bowl {
  right: -252px;
  bottom: 8px;
  width: 386px;
  max-width: none;
  filter: drop-shadow(0 28px 38px rgba(31, 37, 23, 0.18));
}

.leaf-main {
  top: 158px;
  left: 232px;
  width: 80px;
  transform: rotate(-8deg);
  filter: drop-shadow(0 10px 14px rgba(50, 80, 30, 0.16));
}

.avocado-main {
  top: 124px;
  right: -24px;
  width: 132px;
  transform: rotate(-13deg);
  filter: drop-shadow(0 18px 20px rgba(49, 56, 27, 0.17));
}

.fig-main {
  left: 166px;
  bottom: 5px;
  width: 88px;
  transform: rotate(-10deg);
}

.lemon-main {
  right: -18px;
  bottom: -92px;
  width: 82px;
}

.feature-card {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: calc(100% - 56px);
  margin: -44px auto 0;
  padding: 22px 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.feature-card article {
  min-height: 128px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  padding: 0 16px;
  text-align: center;
}

.feature-card article + article {
  border-left: 1px solid var(--line);
}

.feature-card h2 {
  max-width: 105px;
  color: #161914;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
}

.feature-card p {
  color: #777870;
  font-size: 0.85rem;
  line-height: 1.33;
}

.icon,
.line-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f2f0ea;
  color: var(--green);
}

.icon::before,
.line-icon::before {
  content: "";
  width: 25px;
  height: 25px;
  background: currentColor;
  mask: var(--icon) center / contain no-repeat;
}

.leaf-icon {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13.5C4 8.5 8 4.7 18 5.1 17.5 14 11.4 18.2 5 13.5Zm0 5.5c2.7-5.5 6-8.3 10.6-10.7' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.bowl-icon {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 10h16c-.4 5.2-3.5 8-8 8s-7.6-2.8-8-8Zm5-3c0-1.4 1-2.2 2.2-2.7M13 7c.2-1.6 1.2-2.4 2.7-3M8 10c.2-1.6 1.2-2.5 2.8-3.1' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.heart-icon {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 19.5S5 15.2 5 9.6C5 7.4 6.7 6 8.6 6c1.3 0 2.5.7 3.4 2 .9-1.3 2.1-2 3.4-2C17.3 6 19 7.4 19 9.6c0 5.6-7 9.9-7 9.9Z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.puzzle-icon {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4h6v4h4v5h-4v7H9v-4H5v-5h4V4Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.bottle-icon {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3h4v4l3 4v8a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2v-8l3-4V3Zm-2 11h8M15 17.5a2.3 2.3 0 1 0 4.6 0 2.3 2.3 0 0 0-4.6 0Z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

section {
  padding: 58px 36px;
}

.section-kicker {
  margin-bottom: 14px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-align: center;
  text-transform: uppercase;
}

section > h2,
.constructor h2,
.pricing h2,
.faq h2 {
  color: #141611;
  font-size: 2.35rem;
  line-height: 1;
  text-align: center;
}

.for-you {
  padding-top: 54px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #f8f7f1 92%);
}

.cards-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(222px, 1fr);
  gap: 12px;
  overflow-x: auto;
  margin: 30px -36px 0;
  padding: 0 36px 8px;
  scrollbar-width: none;
}

.cards-row::-webkit-scrollbar {
  display: none;
}

.cards-row article {
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--soft-shadow);
}

.cards-row img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.cards-row p {
  color: #171914;
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 700;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.slider-dots span {
  width: 8px;
  height: 5px;
  border-radius: 999px;
  background: #d8d8d3;
}

.slider-dots .active {
  width: 17px;
  background: var(--green);
}

.learn {
  background:
    linear-gradient(180deg, rgba(240, 241, 233, 0.7), rgba(255, 255, 255, 0.1)),
    var(--paper-2);
}

.learn h2 {
  color: var(--green);
  font-size: 2.65rem;
}

.learn-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-top: 30px;
}

.learn-grid article {
  min-height: 178px;
  padding: 20px 13px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f6f8f0, #eef2e7);
  text-align: center;
}

.line-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 15px;
  background: transparent;
}

.line-icon::before {
  width: 44px;
  height: 44px;
}

.learn-grid h3 {
  color: var(--green);
  font-size: 1.25rem;
  line-height: 1;
}

.learn-grid p {
  margin-top: 9px;
  color: #64665f;
  font-size: 0.76rem;
  line-height: 1.38;
}

.constructor {
  background: var(--paper);
}

.constructor p:not(.section-kicker) {
  margin-top: 18px;
  color: #656861;
  font-size: 1rem;
  line-height: 1.55;
  text-align: center;
}

.steps {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 14px;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
}

.steps span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}

.steps strong {
  align-self: center;
  color: #242820;
  font-size: 0.98rem;
}

.pricing {
  background: linear-gradient(180deg, #fffefa, #f3f4ec);
}

.price-card {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--soft-shadow);
}

.price-card div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.price-card h3 {
  color: var(--green);
  font-size: 2rem;
  text-transform: uppercase;
}

.price-card div p {
  color: var(--green);
  font-size: 1.15rem;
  font-weight: 800;
}

.price-card ul {
  display: grid;
  gap: 9px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
  color: #55584f;
  font-size: 0.92rem;
  line-height: 1.35;
}

.price-card li {
  position: relative;
  padding-left: 20px;
}

.price-card li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.price-card .primary-button {
  width: 100%;
  min-height: 54px;
  margin-top: 24px;
}

.vip-card {
  border-color: rgba(217, 173, 67, 0.65);
}

.gold-button {
  background: linear-gradient(180deg, #edc653, #d8a82d);
  color: #322707;
}

.faq {
  padding-bottom: 74px;
}

details {
  margin-top: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 26px rgba(32, 42, 25, 0.06);
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #1e211b;
  font-size: 0.94rem;
  font-weight: 800;
}

details p {
  padding: 0 20px 18px;
  color: #686a62;
  font-size: 0.9rem;
  line-height: 1.45;
}

@media (max-width: 520px) {
  body {
    background: var(--paper);
  }

  .phone-shell {
    display: none;
  }

  .page {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .header {
    padding-top: 38px;
  }
}

@media (max-width: 390px) {
  .header,
  .hero,
  section {
    padding-left: 26px;
    padding-right: 26px;
  }

  .cards-row {
    margin-left: -26px;
    margin-right: -26px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .feature-card {
    width: calc(100% - 32px);
  }

  .hero-title {
    font-size: 1.7rem;
  }

  .learn-grid {
    grid-template-columns: 1fr;
  }
}
