:root {
  --bg: #f7f3ea;
  --bg-soft: #ede5d4;
  --ink: #1d241f;
  --muted: #5d665f;
  --green: #143d2b;
  --green-2: #24583f;
  --gold: #c98b3b;
  --card: #fffaf1;
  --line: rgba(29, 36, 31, .13);
  --shadow: 0 24px 60px rgba(20, 61, 43, .16);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left, #fff8e9 0, var(--bg) 42%, #e7dfcf 100%);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 760px; }
.center-text { text-align: center; }
.section { padding: 88px 0; }
.skip-link { position: absolute; left: -999px; top: 8px; background: white; padding: 10px; z-index: 20; }
.skip-link:focus { left: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(247, 243, 234, .86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.02em; }
.brand span { white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 22px; color: var(--muted); font-weight: 650; }
.nav-links a:hover { color: var(--green); }
.nav-cta { background: var(--green); color: white !important; padding: 10px 16px; border-radius: 999px; box-shadow: 0 10px 25px rgba(20, 61, 43, .2); }
.nav-toggle { display: none; border: 1px solid var(--line); background: var(--card); border-radius: 999px; padding: 9px 13px; font-weight: 700; }

.hero { padding-top: 104px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 850; }
h1, h2, h3 { line-height: 1.06; letter-spacing: -.045em; margin: 0; }
h1 { font-size: clamp(3rem, 8vw, 6.9rem); max-width: 860px; }
h2 { font-size: clamp(2.1rem, 4vw, 4.25rem); }
h3 { font-size: clamp(1.45rem, 2.4vw, 2.6rem); }
p { font-size: 1.05rem; color: var(--muted); margin: 18px 0 0; }
.hero-lead { font-size: clamp(1.18rem, 2vw, 1.48rem); max-width: 680px; color: #404941; }
.hero-actions, .app-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 850; border: 1px solid transparent; }
.button.primary { background: var(--green); color: white; box-shadow: 0 14px 28px rgba(20, 61, 43, .22); }
.button.secondary { background: rgba(255,255,255,.58); border-color: var(--line); color: var(--green); }
.button:hover { transform: translateY(-1px); }
.trust-line { font-size: .96rem; max-width: 600px; }
.hero-card { min-height: 460px; border-radius: 40px; background: linear-gradient(145deg, rgba(255,250,241,.95), rgba(237,229,212,.86)); border: 1px solid rgba(20,61,43,.12); box-shadow: var(--shadow); display: grid; place-items: center; padding: 34px; position: relative; overflow: hidden; }
.hero-card::before { content: ""; position: absolute; inset: -30%; background: radial-gradient(circle, rgba(201,139,59,.22), transparent 38%), radial-gradient(circle at 80% 20%, rgba(36,88,63,.18), transparent 28%); }
.orbital-card { position: relative; background: rgba(255,250,241,.9); border: 1px solid var(--line); border-radius: 30px; padding: 34px; box-shadow: 0 18px 50px rgba(0,0,0,.07); }
.mini-label { color: var(--green); font-weight: 900; font-size: .85rem; text-transform: uppercase; letter-spacing: .12em; }

.intro-band { background: rgba(20, 61, 43, .055); border-block: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: 38px; align-items: end; margin-bottom: 36px; }
.section-heading p:last-child { max-width: 690px; font-size: 1.17rem; }
.app-feature { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: center; background: var(--card); border: 1px solid var(--line); border-radius: 40px; padding: 34px; box-shadow: var(--shadow); }
.app-visual { border-radius: 32px; min-height: 440px; display: grid; place-items: center; background: linear-gradient(145deg, #143d2b, #2d6d4d); overflow: hidden; }
.app-visual img { width: min(82%, 360px); filter: drop-shadow(0 20px 36px rgba(0,0,0,.25)); }
.app-kicker { color: var(--gold); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.check-list, .feature-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.check-list li, .feature-list li { background: rgba(20, 61, 43, .06); border: 1px solid rgba(20,61,43,.1); border-radius: 16px; padding: 13px 15px; color: #39433c; }
.check-list li::before { content: "✓"; color: var(--green); font-weight: 900; margin-right: 10px; }
.soft-section { background: linear-gradient(180deg, rgba(255,250,241,.4), rgba(20,61,43,.07)); }
.three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.info-card { background: rgba(255,250,241,.82); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 14px 34px rgba(20,61,43,.08); }
.info-card h3 { font-size: 1.65rem; }
.support-panel, .split-panel { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; background: var(--green); color: white; border-radius: 38px; padding: 42px; box-shadow: var(--shadow); }
.support-panel p, .support-panel .eyebrow, .split-panel p, .split-panel .eyebrow { color: rgba(255,255,255,.78); }
.support-panel .button.primary { background: white; color: var(--green); }
.split-panel { grid-template-columns: .95fr 1.05fr; align-items: start; }
.split-panel .feature-list li { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.86); }
.app-hero .hero-card { background: linear-gradient(145deg, #143d2b, #2d6d4d); }
.garden-card img { position: relative; filter: drop-shadow(0 24px 40px rgba(0,0,0,.28)); }

.site-footer { border-top: 1px solid var(--line); padding: 40px 0 22px; background: rgba(29,36,31,.04); }
.footer-grid { display: flex; justify-content: space-between; gap: 28px; align-items: flex-start; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-weight: 700; color: var(--muted); }
.footer-links a:hover { color: var(--green); }
.copyright { margin-top: 24px; color: var(--muted); font-size: .92rem; }
.legal-page { padding: 70px 0; max-width: 820px; }
.legal-page h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); }
.legal-page h2 { font-size: 1.7rem; margin-top: 34px; }
.legal-page a { color: var(--green); text-decoration: underline; }

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .nav-links { display: none; position: absolute; top: 78px; left: 20px; right: 20px; background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: 16px; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .hero-grid, .app-feature, .section-heading, .three-grid, .support-panel, .split-panel { grid-template-columns: 1fr; }
  .hero { padding-top: 72px; }
  .hero-card, .app-visual { min-height: 320px; }
  .section { padding: 64px 0; }
  .support-panel { padding: 30px; }
  .footer-grid { flex-direction: column; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 28px, 1120px); }
  h1 { font-size: clamp(2.65rem, 16vw, 4rem); }
  .button { width: 100%; }
  .hero-card, .app-feature { border-radius: 28px; padding: 22px; }
  .app-visual { min-height: 260px; }
}

.policy-links { display: grid; gap: 12px; min-width: 220px; }
.policy-links .button.secondary { background: rgba(255,255,255,.12); color: white; border-color: rgba(255,255,255,.26); }
.legal-list { color: var(--muted); font-size: 1.05rem; }
.legal-list li { margin: 8px 0; }


/* GainSprout real screenshot presentation */
.single-screenshot-card,
.screenshot-hero {
  display: grid;
  place-items: center;
  overflow: hidden;
}
.phone-shot {
  display: block;
  width: min(300px, 76vw);
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 28px 80px rgba(0,0,0,.24);
  background: #07160f;
}
.single-screenshot-card .phone-shot { width: min(320px, 78vw); }
.screenshot-hero .phone-shot { width: min(300px, 76vw); }
.screenshot-section { padding-top: 56px; }
.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}
.screenshot-grid figure {
  margin: 0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 14px;
  box-shadow: 0 16px 42px rgba(20,61,43,.10);
}
.screenshot-grid img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  background: #07160f;
}
.screenshot-grid figcaption { text-align: center; font-weight: 800; color: var(--green); padding: 10px 4px 2px; }
@media (max-width: 900px) { .screenshot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .screenshot-grid { grid-template-columns: 1fr; gap: 16px; } }
