:root {
  --ink: #131714;
  --muted: #5f675f;
  --soft: #f8f6ef;
  --paper: #fffdf7;
  --line: rgba(25, 31, 25, .12);
  --leaf: #5f7a61;
  --leaf-dark: #3f5f44;
  --mint: #dfeedd;
  --cream: #fff1d8;
  --peach: #ffc7a4;
  --coral: #e88368;
  --blue: #a7d8eb;
  --yellow: #ffd66e;
  --shadow: 0 26px 80px rgba(47, 61, 49, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 4% 2%, rgba(255, 205, 148, .38), transparent 28rem),
    radial-gradient(circle at 92% 8%, rgba(167, 216, 235, .28), transparent 30rem),
    linear-gradient(180deg, #fbfaf6 0%, #f5f2e9 100%);
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(251, 250, 246, .86);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}
.brand {
  color: var(--leaf-dark);
  text-decoration: none;
  font-size: 28px;
  font-weight: 1000;
  letter-spacing: -.055em;
  line-height: 1;
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-shadow: 0 2px 0 rgba(255, 255, 255, .85);
}
.brand span {
  color: inherit;
  font-family: inherit;
  font-style: normal;
  letter-spacing: inherit;
}
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 750; }
.nav-links a { text-decoration: none; color: #2d342f; }
.nav-links a:hover { color: var(--leaf-dark); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: -.015em;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--leaf); color: white; box-shadow: 0 14px 34px rgba(95, 122, 97, .28); }
.btn-primary:hover { background: var(--leaf-dark); }
.btn-secondary { background: rgba(255,255,255,.68); border-color: var(--line); color: var(--ink); }
.hero {
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  gap: 46px;
  align-items: center;
  padding: 58px 0 70px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  color: var(--leaf-dark);
  font-size: 13px;
  font-weight: 850;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin: 20px 0 18px;
  font-size: clamp(44px, 6.8vw, 82px);
  line-height: .94;
  letter-spacing: -.075em;
  max-width: 850px;
}
h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -.055em;
  margin-bottom: 18px;
}
h3 {
  font-size: 20px;
  letter-spacing: -.035em;
  margin-bottom: 8px;
}
p, li { color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero p { max-width: 650px; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.note { margin-top: 16px; color: #737b73; font-size: 14px; }
.hero-card {
  position: relative;
  min-height: 560px;
  border: 1px solid var(--line);
  border-radius: 40px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 199, 164, .55), transparent 13rem),
    radial-gradient(circle at 80% 35%, rgba(167, 216, 235, .42), transparent 14rem),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(244, 247, 235, .75));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.blob { position: absolute; border-radius: 999px; filter: blur(.2px); opacity: .9; }
.blob.one { width: 210px; height: 210px; left: 46px; top: 86px; background: #ffe0bd; }
.blob.two { width: 250px; height: 250px; right: 32px; top: 145px; background: #c8dec3; }
.blob.three { width: 150px; height: 150px; right: 98px; bottom: 58px; background: #ff9e78; }
.phone {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: min(290px, 70%);
  border: 12px solid #171b18;
  border-radius: 42px;
  background: #fdfcf7;
  box-shadow: 0 32px 90px rgba(20, 26, 20, .26);
  padding: 18px 16px 20px;
}
.speaker { width: 78px; height: 6px; border-radius: 999px; background: #171b18; margin: 0 auto 20px; opacity: .16; }
.chat { display: grid; gap: 10px; }
.bubble { border-radius: 18px; padding: 12px; background: #f2f0e8; font-size: 12px; color: #3b433c; line-height: 1.35; }
.bubble.user { background: #dfeedd; justify-self: end; max-width: 82%; }
.mini-report { margin-top: 8px; background: white; border: 1px solid var(--line); border-radius: 22px; padding: 14px; }
.report-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; font-size: 13px; font-weight: 850; }
.score { width: 52px; height: 52px; border-radius: 50%; background: #bde6bd; display: grid; place-items: center; font-weight: 900; }
.bar { height: 7px; background: #e9e6dc; border-radius: 999px; overflow: hidden; margin: 7px 0 12px; }
.bar span { display: block; height: 100%; border-radius: inherit; }
.bar.protein span { width: 72%; background: #914d37; }
.bar.veg span { width: 58%; background: #476247; }
.bar.water span { width: 82%; background: #69a9ce; }
.section { padding: 58px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 28px; }
.section-head p { max-width: 520px; margin-bottom: 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card {
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 24px;
  box-shadow: 0 14px 46px rgba(47,61,49,.07);
}
.icon {
  width: 46px;
  height: 46px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  font-size: 24px;
  margin-bottom: 18px;
  background: var(--mint);
}
.card:nth-child(2n) .icon { background: #ffe3d5; }
.card:nth-child(3n) .icon { background: #ffedbd; }
.steps { counter-reset: step; }
.step { position: relative; padding-top: 54px; }
.step:before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 22px;
  left: 24px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--leaf);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 900;
}
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.diary, .panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.diary-top { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; border-bottom: 1px solid var(--line); padding-bottom: 20px; margin-bottom: 20px; }
.badge { display: inline-flex; align-items: center; padding: 8px 11px; border-radius: 999px; background: #dff2df; font-weight: 850; color: #2b5f35; font-size: 13px; }
.meal { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid rgba(25,31,25,.08); color: var(--muted); }
.meal strong { color: var(--ink); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.chip { padding: 8px 10px; border-radius: 999px; background: #fff0cc; color: #74532d; font-size: 13px; font-weight: 800; }
.chip.blue { background: #ddf3fb; color: #2e6278; }
.chip.green { background: #e3f2df; color: #345d35; }
.school-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.flow-item { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 18px; min-height: 150px; }
.flow-item span { display: block; font-size: 34px; margin-bottom: 14px; }
.persona-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.price-card {
  position: relative;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 28px;
  box-shadow: 0 18px 58px rgba(47,61,49,.09);
}
.price-card.featured {
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(223,238,221,.72));
  border-color: rgba(95,122,97,.32);
  box-shadow: var(--shadow);
}
.price-label { font-size: 15px; color: var(--leaf-dark); font-weight: 900; margin-bottom: 8px; }
.price {
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -.06em;
  line-height: 1;
  font-weight: 950;
  margin-bottom: 8px;
}
.price-note { color: var(--muted); font-size: 15px; line-height: 1.55; margin-bottom: 20px; }
.included { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 10px; }
.included li { position: relative; padding-left: 27px; font-size: 16px; line-height: 1.45; }
.included li:before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--leaf-dark); font-weight: 950; }
.pricing-footnote {
  margin-top: 18px;
  background: #fff6e2;
  border: 1px solid rgba(140, 92, 37, .17);
  border-radius: 22px;
  padding: 18px;
  color: #76572e;
  font-size: 15px;
  line-height: 1.55;
}
.security-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.security-item { background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 22px; padding: 18px; }
.security-item strong { display: block; margin-bottom: 8px; }
.beta-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.proof-pill {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  color: #465047;
  font-size: 14px;
  font-weight: 800;
}
.trust {
  background: linear-gradient(135deg, #223026, #425a44);
  color: white;
  border-radius: 36px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}
.trust p, .trust li { color: rgba(255,255,255,.78); }
.trust ul { margin: 0; padding-left: 20px; display: grid; gap: 10px; }
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
details, .legal-card {
  background: rgba(255,255,255,.74);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px 20px;
}
summary { cursor: pointer; font-weight: 850; letter-spacing: -.02em; }
details p { margin: 12px 0 0; font-size: 16px; }
.cta {
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 214, 110, .36), transparent 16rem),
    radial-gradient(circle at 78% 8%, rgba(167, 216, 235, .38), transparent 18rem),
    rgba(255,255,255,.64);
  border: 1px solid var(--line);
  border-radius: 42px;
  padding: 58px 28px;
  box-shadow: var(--shadow);
}
.page-hero { padding: 54px 0 24px; }
.page-hero h1 { max-width: 920px; }
.page-hero p { max-width: 760px; }
.legal-layout { display: grid; grid-template-columns: 250px 1fr; gap: 24px; align-items: start; padding: 20px 0 70px; }
.toc {
  position: sticky;
  top: 96px;
  background: rgba(255,255,255,.66);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 16px;
}
.toc a { display: block; text-decoration: none; color: var(--muted); font-weight: 750; padding: 9px 8px; border-radius: 12px; }
.toc a:hover { background: rgba(95,122,97,.09); color: var(--leaf-dark); }
.legal-card {
  padding: 36px;
  border-radius: 32px;
  box-shadow: var(--shadow);
}
.legal-card h2 {
  margin-top: 36px;
  font-size: 30px;
}
.legal-card h2:first-child { margin-top: 0; }
.notice {
  background: #fff6e2;
  border: 1px solid rgba(140, 92, 37, .17);
  border-radius: 18px;
  padding: 16px 18px;
  color: #76572e;
  margin: 18px 0 28px;
}
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 24px 0; }
.number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
  margin-bottom: 12px;
}
code {
  background: rgba(95,122,97,.1);
  border: 1px solid rgba(95,122,97,.13);
  border-radius: 8px;
  padding: 2px 6px;
}
.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 38px 0 52px;
  color: #6b746c;
  border-top: 1px solid var(--line);
  font-size: 14px;
}
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer a { text-decoration: none; font-weight: 750; }
@media (max-width: 920px) {
  .hero, .split, .trust, .legal-layout { grid-template-columns: 1fr; }
  .toc { position: static; }
  .hero-card { min-height: 500px; order: -1; }
  .grid-3, .grid-4, .school-flow, .faq, .steps-grid, .persona-grid, .security-list, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .section-head { display: block; }
  .nav-links { display: none; }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 22px, 1120px); }
  .nav-inner { padding: 13px 0; }
  .hero { padding-top: 28px; gap: 28px; }
  h1 { font-size: clamp(42px, 14vw, 58px); }
  .grid-3, .grid-4, .school-flow, .faq, .steps-grid, .persona-grid, .security-list, .pricing-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: 420px; border-radius: 30px; }
  .phone { width: 245px; border-width: 10px; }
  .actions .btn { width: 100%; }
  .trust, .cta, .legal-card { padding: 28px 20px; border-radius: 28px; }
  .section { padding: 42px 0; }
  .btn { min-height: 46px; padding: 0 17px; }
}
