:root {
  --cream: #f7f3ea;
  --paper: #fffdf7;
  --ink: #15231b;
  --muted: #667069;
  --green: #1f6b4f;
  --deep: #154936;
  --mint: #dceee3;
  --lime: #dbea75;
  --peach: #f4d2bd;
  --line: #ded9cf;
  --gold: #b67c24;
  --shadow: 0 24px 70px rgba(28, 54, 41, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.muted { color: var(--muted); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 243, 234, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(222, 217, 207, .7);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 850; text-decoration: none; letter-spacing: -.02em; }
.brand img { width: 38px; height: 38px; border-radius: 11px; }
.nav-links { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 14px; font-weight: 650; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--ink); }
.button {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--green);
  color: white;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); background: var(--deep); }
.button.secondary { background: var(--paper); color: var(--ink); border: 1px solid var(--line); }

.hero { position: relative; overflow: hidden; padding: 88px 0 100px; }
.hero::before {
  content: "";
  position: absolute;
  width: 520px; height: 520px; border-radius: 50%;
  right: -180px; top: -180px;
  background: rgba(219, 234, 117, .38);
  filter: blur(4px);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 72px; }
.hero h1 { margin: 18px 0 22px; max-width: 680px; font-size: clamp(58px, 7vw, 94px); line-height: .94; letter-spacing: -.065em; }
.hero-copy > p { max-width: 590px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.6; }
.hero-actions { margin-top: 32px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.trust-line { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 13px; font-weight: 650; }
.trust-line span::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }

.phone-wrap { position: relative; min-height: 650px; display: grid; place-items: center; }
.phone-glow { position: absolute; width: 490px; height: 490px; border-radius: 50%; background: var(--mint); }
.phone {
  position: relative;
  width: 334px;
  min-height: 630px;
  border: 9px solid #17231d;
  border-radius: 48px;
  background: var(--cream);
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: rotate(2.2deg);
}
.phone-notch { width: 108px; height: 27px; border-radius: 20px; background: #17231d; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); }
.phone-screen { padding: 58px 18px 22px; }
.phone-head { display: flex; justify-content: space-between; align-items: center; }
.phone-head strong { display: block; font-size: 25px; letter-spacing: -.04em; }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); }
.budget-card { margin-top: 20px; padding: 20px; border-radius: 22px; color: white; background: var(--deep); }
.budget-card small { color: var(--lime); font-weight: 800; letter-spacing: .11em; }
.budget-row { display: flex; justify-content: space-between; align-items: end; margin-top: 5px; }
.budget-row strong { font-size: 31px; }
.budget-row span { color: #c6d9ce; font-size: 12px; }
.progress { height: 7px; margin: 14px 0 9px; border-radius: 9px; background: #376853; overflow: hidden; }
.progress span { display: block; width: 42%; height: 100%; border-radius: inherit; background: var(--lime); }
.budget-meta { display: flex; justify-content: space-between; color: #d8e5dd; font-size: 11px; }
.budget-meta b { color: var(--lime); }
.meal-title { margin: 24px 0 12px; display: flex; justify-content: space-between; align-items: center; font-size: 18px; }
.meal-title span { color: var(--green); font-size: 11px; }
.meal-list { display: grid; gap: 9px; }
.meal { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 10px; padding: 13px; border-radius: 15px; background: var(--paper); border: 1px solid var(--line); }
.meal .emoji { font-size: 25px; }
.meal strong { display: block; font-size: 13px; }
.meal small { color: var(--muted); font-size: 10px; }
.meal .arrow { color: var(--muted); }
.float-card { position: absolute; z-index: 2; padding: 14px 17px; border-radius: 17px; background: var(--paper); box-shadow: 0 18px 44px rgba(29, 51, 40, .14); font-size: 13px; font-weight: 800; }
.float-card.one { left: 0; top: 145px; transform: rotate(-5deg); }
.float-card.two { right: -12px; bottom: 130px; transform: rotate(5deg); }
.float-card span { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; font-weight: 600; }

.section { padding: 100px 0; }
.section-head { max-width: 700px; margin-bottom: 46px; }
.section h2 { margin: 12px 0 14px; font-size: clamp(38px, 5vw, 62px); line-height: 1.02; letter-spacing: -.05em; }
.section-head p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { min-height: 280px; padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--paper); }
.step-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-weight: 900; }
.step h3 { margin: 54px 0 10px; font-size: 24px; letter-spacing: -.03em; }
.step p { color: var(--muted); line-height: 1.55; }

.features-section { background: var(--deep); color: white; }
.features-section .eyebrow { color: var(--lime); }
.features-section .section-head p { color: #c7d8ce; }
.features { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.feature-large, .feature-small { border-radius: 28px; padding: 34px; overflow: hidden; }
.feature-large { min-height: 480px; color: var(--ink); background: var(--lime); }
.feature-stack { display: grid; gap: 18px; }
.feature-small { min-height: 231px; color: var(--ink); background: var(--paper); }
.feature-small:nth-child(2) { background: var(--peach); }
.feature-icon { font-size: 42px; }
.feature-large h3, .feature-small h3 { margin: 26px 0 10px; font-size: 29px; letter-spacing: -.04em; }
.feature-large p, .feature-small p { max-width: 480px; color: #405248; line-height: 1.55; }
.shopping-demo { margin-top: 36px; padding: 20px; border-radius: 19px; background: rgba(255,255,255,.72); }
.shopping-demo div { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid rgba(21,35,27,.12); }
.shopping-demo div:last-child { border: 0; }
.check { width: 21px; height: 21px; border-radius: 50%; border: 2px solid var(--green); }

.quote { padding: 90px 0; text-align: center; }
.quote blockquote { max-width: 860px; margin: 0 auto; font-size: clamp(34px, 5vw, 58px); line-height: 1.15; letter-spacing: -.045em; font-weight: 800; }
.quote p { color: var(--muted); }
.cta-card { margin: 40px auto 100px; padding: 64px; border-radius: 34px; background: var(--peach); display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-card h2 { margin: 0 0 10px; font-size: clamp(36px, 5vw, 60px); letter-spacing: -.05em; }
.cta-card p { margin: 0; color: #5c584f; font-size: 17px; }

.site-footer { padding: 36px 0 46px; border-top: 1px solid var(--line); }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; color: var(--muted); font-size: 13px; }
.footer-links a { text-decoration: none; }
.copyright { margin-top: 18px; color: var(--muted); font-size: 12px; }

.legal-hero { padding: 76px 0 45px; }
.legal-hero h1 { margin: 14px 0; font-size: clamp(45px, 7vw, 76px); letter-spacing: -.055em; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: 56px; align-items: start; padding-bottom: 100px; }
.legal-nav { position: sticky; top: 105px; display: grid; gap: 11px; font-size: 13px; }
.legal-nav a { color: var(--muted); text-decoration: none; }
.legal-nav a:hover { color: var(--green); }
.legal-copy { font-family: ui-serif, Georgia, serif; font-size: 17px; line-height: 1.78; }
.legal-copy h2 { margin: 48px 0 10px; font-family: Inter, ui-sans-serif, sans-serif; font-size: 26px; letter-spacing: -.03em; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy h3 { margin-top: 30px; font-family: Inter, ui-sans-serif, sans-serif; font-size: 18px; }
.legal-copy a { color: var(--green); }
.notice { padding: 18px 20px; border-radius: 15px; background: var(--mint); font-family: Inter, ui-sans-serif, sans-serif; font-size: 14px; line-height: 1.6; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 35px; }
.support-card { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.support-card h3 { margin: 0 0 8px; font-size: 20px; }
.support-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.support-card a { display: inline-block; margin-top: 15px; color: var(--green); font-weight: 750; }

@media (max-width: 900px) {
  .nav-links a:not(.button) { display: none; }
  .hero { padding-top: 65px; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .trust-line { justify-content: center; }
  .phone-wrap { min-height: 620px; }
  .float-card.one { left: 4%; }
  .float-card.two { right: 2%; }
  .steps, .features { grid-template-columns: 1fr; }
  .feature-large { min-height: 400px; }
  .cta-card { padding: 45px; display: block; text-align: center; }
  .cta-card .button { margin-top: 24px; }
  .legal-layout { grid-template-columns: 1fr; gap: 25px; }
  .legal-nav { position: static; display: flex; overflow-x: auto; white-space: nowrap; padding-bottom: 8px; }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .nav { min-height: 68px; }
  .nav .button { min-height: 43px; padding: 0 15px; font-size: 13px; }
  .hero h1 { font-size: 58px; }
  .hero-copy > p { font-size: 17px; }
  .phone-wrap { min-height: 610px; margin-inline: -8px; }
  .phone { width: 310px; transform: rotate(1deg); }
  .float-card { display: none; }
  .section { padding: 74px 0; }
  .step { min-height: 240px; }
  .step h3 { margin-top: 38px; }
  .cta-card { margin-bottom: 70px; padding: 38px 22px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .support-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
