:root {
  --forest: #173f35;
  --moss: #55775e;
  --moss-light: #bfd0b4;
  --moss-wash: #e6ede2;
  --belly: #c45f3c;
  --belly-dark: #8e3f27;
  --canvas: #f4efe3;
  --paper: #fffcf5;
  --sand: #e9ddc6;
  --ink: #203029;
  --ink-soft: #46564f;
  --muted: #738079;
  --line: #ded8ca;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: relative;
  z-index: 20;
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: Georgia, serif; font-size: 21px; }
.brand img { width: 44px; height: 44px; border-radius: 10px; }
nav { display: flex; align-items: center; gap: 28px; color: var(--ink-soft); font-size: 14px; }
nav a:hover, .footer-links a:hover { color: var(--belly-dark); }
.nav-cta { border: 1px solid var(--forest); color: var(--forest); border-radius: 999px; padding: 10px 17px; font-weight: 700; }

.hero {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 700px;
  padding: 64px 28px 86px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px;
}
.eyebrow { margin: 0; color: var(--moss); font-size: 12px; line-height: 1.4; font-weight: 800; letter-spacing: .15em; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin: 14px 0 20px; max-width: 680px; font-size: clamp(52px, 6.2vw, 84px); line-height: .99; letter-spacing: -.045em; }
.hero-lede { max-width: 610px; margin: 0; color: var(--ink-soft); font-size: 19px; line-height: 1.65; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; padding: 0 22px; border-radius: 999px; align-items: center; justify-content: center; font-size: 15px; font-weight: 750; }
.button.primary { color: var(--paper); background: var(--belly); box-shadow: 0 14px 30px rgba(142,63,39,.22); }
.button.primary:hover { background: var(--belly-dark); transform: translateY(-1px); }
.button.quiet { border: 1px solid var(--line); background: rgba(255,252,245,.68); color: var(--forest); }
.small-note { margin: 17px 0 0 4px; color: var(--muted); font-size: 12px; }

.phone-wrap { position: relative; display: grid; place-items: center; }
.phone {
  position: relative;
  width: min(100%, 390px);
  min-height: 640px;
  overflow: hidden;
  padding: 28px 22px 82px;
  border: 10px solid var(--paper);
  border-radius: 44px;
  background: var(--canvas);
  box-shadow: 0 35px 90px rgba(23,63,53,.2);
  transform: rotate(1.2deg);
}
.phone-top { display: flex; justify-content: space-between; align-items: center; }
.phone-top span { display: block; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.phone-top strong { display: block; margin-top: 4px; font: 20px Georgia, serif; }
.phone-top img { width: 50px; height: 50px; border-radius: 11px; }
.app-hero { margin-top: 20px; padding: 24px; border-radius: 25px; background: var(--forest); color: var(--paper); }
.app-hero span { color: var(--moss-light); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.app-hero h2 { margin: 8px 0; font-size: 27px; line-height: 1.08; }
.app-hero p { margin: 0; color: #dde7df; font-size: 12px; line-height: 1.55; }
.life-heading { margin: 22px 2px 10px; display: flex; align-items: baseline; justify-content: space-between; }
.life-heading strong { font: 23px Georgia, serif; }
.life-heading span { color: var(--muted); font-size: 10px; }
.observation { margin-top: 9px; padding: 12px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 10px; background: var(--paper); border: 1px solid var(--line); border-radius: 17px; }
.glyph { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--moss-wash); color: var(--forest); font-size: 20px; }
.observation strong { display: block; font-size: 13px; }
.observation span { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; }
.observation em { padding: 5px 7px; border-radius: 999px; background: var(--sand); color: var(--ink-soft); font-size: 8px; font-style: normal; }
.app-tabs { position: absolute; right: 0; bottom: 0; left: 0; height: 70px; display: flex; align-items: center; justify-content: space-around; border-top: 1px solid var(--line); background: var(--paper); color: var(--forest); }
.app-tabs span { display: grid; place-items: center; gap: 3px; font-size: 18px; }
.app-tabs small { color: var(--muted); font-size: 8px; }
.app-tabs b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--belly); color: var(--paper); font-size: 25px; font-weight: 400; }
.leaf { position: absolute; width: 220px; height: 390px; border-radius: 100% 0 100% 0; background: rgba(85,119,94,.13); transform: rotate(27deg); }
.leaf-one { top: -40px; right: -60px; }
.leaf-two { bottom: -25px; left: -65px; transform: rotate(202deg) scale(.85); background: rgba(196,95,60,.1); }

.trust-strip { padding: 22px max(28px, calc((100vw - 1124px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--forest); color: #dde7df; font-size: 13px; letter-spacing: .03em; }
.trust-strip span::before { content: "✦"; margin-right: 9px; color: var(--moss-light); }

.features { max-width: 1180px; margin: 0 auto; padding: 120px 28px; }
.section-heading { max-width: 720px; }
.section-heading h2, .how h2, .privacy-callout h2, .final-cta h2 { margin: 12px 0 0; font-size: clamp(38px, 4.6vw, 59px); line-height: 1.08; letter-spacing: -.035em; }
.feature-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-grid article { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,252,245,.72); }
.feature-grid article:nth-child(2), .feature-grid article:nth-child(5) { background: var(--moss-wash); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: var(--forest); color: var(--moss-light); font-size: 22px; }
.feature-grid h3 { margin: 25px 0 8px; font-size: 24px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.how { max-width: 1124px; margin: 0 auto 120px; padding: 62px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; border-radius: 36px; background: var(--sand); }
.how-copy > p:last-child { color: var(--ink-soft); font-size: 16px; line-height: 1.6; }
.how ol { margin: 0; padding: 0; list-style: none; }
.how li { padding: 23px 0; display: grid; grid-template-columns: 52px 1fr; gap: 16px; border-bottom: 1px solid rgba(70,86,79,.18); }
.how li:first-child { padding-top: 0; }
.how li:last-child { border-bottom: 0; padding-bottom: 0; }
.how li > span { color: var(--belly-dark); font: 18px Georgia, serif; }
.how li strong { font: 25px Georgia, serif; }
.how li p { margin: 7px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }

.privacy-callout { max-width: 1124px; margin: 0 auto 120px; padding: 58px 70px; display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 26px; border-radius: 36px; background: var(--forest); color: var(--paper); }
.privacy-callout .eyebrow { color: var(--moss-light); }
.privacy-callout h2 { font-size: clamp(36px, 4.3vw, 56px); }
.privacy-callout p:last-child { max-width: 720px; color: #dde7df; line-height: 1.65; }
.privacy-mark { width: 78px; height: 78px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; color: var(--moss-light); font-size: 38px; }

.final-cta { max-width: 820px; margin: 0 auto; padding: 50px 28px 120px; text-align: center; }
.final-cta img { width: 90px; height: 90px; margin: 0 auto 24px; border-radius: 20px; }
.final-cta h2 { margin-bottom: 30px; }

footer { padding: 30px max(28px, calc((100vw - 1124px)/2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; border-top: 1px solid var(--line); background: var(--paper); color: var(--muted); font-size: 12px; }
.footer-brand { color: var(--ink); font-size: 16px; }
.footer-brand img { width: 34px; height: 34px; border-radius: 8px; }
.footer-links { display: flex; gap: 22px; }
footer > p { margin: 0; text-align: right; }

.legal { max-width: 820px; min-height: calc(100vh - 190px); margin: 0 auto; padding: 80px 28px 120px; }
.legal h1 { font-size: clamp(42px, 6vw, 68px); }
.legal h2 { margin-top: 38px; font-size: 26px; }
.legal p, .legal li { color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.legal .updated { color: var(--muted); font-size: 12px; }

@media (max-width: 850px) {
  .site-header { padding: 16px 18px; }
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding: 55px 22px 78px; gap: 65px; text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .small-note { margin-left: 0; }
  .phone { text-align: left; }
  .trust-strip { padding: 24px; flex-direction: column; align-items: flex-start; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .how { margin-inline: 18px; padding: 40px 30px; grid-template-columns: 1fr; gap: 44px; }
  .privacy-callout { margin-inline: 18px; padding: 42px 34px; grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-links { justify-content: center; }
  footer > p { text-align: center; }
}

@media (max-width: 560px) {
  .brand { font-size: 17px; }
  .brand img { width: 38px; height: 38px; border-radius: 9px; }
  .nav-cta { padding: 9px 13px; font-size: 12px; }
  h1 { font-size: 49px; }
  .hero { padding-top: 40px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .phone { width: 100%; min-height: 610px; border-width: 7px; border-radius: 35px; transform: none; }
  .features { padding: 90px 20px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: auto; }
  .how { padding: 34px 24px; }
  .privacy-callout { padding: 34px 25px; }
}
