
:root {
  --df-forest: #315F42;
  --df-meadow: #4B765B;
  --df-orange: #E28A3D;
  --df-bg: #F6F8F6;
  --df-cream: #FFF8F0;
  --df-card: #FFFFFF;
  --df-soft-mint: #E7F0E5;
  --df-warm-sand: #F1E4D6;
  --df-ink: #193622;
  --df-muted: #66776B;
  --df-bark: #8B5E34;
  --df-dark: #073123;
  --shadow: 0 16px 42px rgba(25, 54, 34, .10);
  --shadow-soft: 0 8px 24px rgba(25, 54, 34, .08);
  color-scheme: light;
}
* { 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(--df-ink);
  background: var(--df-bg);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
a { color: var(--df-forest); text-decoration-thickness: .08em; text-underline-offset: .2em; }
a:hover { color: var(--df-meadow); }
a:focus-visible, button:focus-visible { outline: 3px solid rgba(226, 138, 61, .75); outline-offset: 3px; }
img, svg { max-width: 100%; }
.container { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255, 248, 240, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(49, 95, 66, .14);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--df-ink); text-decoration: none; font-weight: 850; letter-spacing: -.03em; }
.brand img { width: 42px; height: 42px; border-radius: 14px; box-shadow: 0 6px 18px rgba(7,49,35,.22); }
.nav-links { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.nav-links a { text-decoration: none; color: var(--df-ink); padding: 8px 12px; border-radius: 999px; font-weight: 650; font-size: .95rem; }
.nav-links a:hover { background: var(--df-soft-mint); color: var(--df-dark); }
.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(180deg, #244C34 0%, #3F7653 55%, #AFC9A8 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(25,54,34,0.92), rgba(49,95,66,0.62), transparent), radial-gradient(circle at 78% 18%, rgba(226,138,61,.24), transparent 34%);
}
.hero::after {
  content: ""; position: absolute; inset: auto -8% -2px -8%; height: 100px;
  background: var(--df-bg); clip-path: ellipse(58% 54% at 50% 100%);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .75fr); gap: 44px; align-items: center; padding: 84px 0 112px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.12); color: #fff; border-radius: 999px; padding: 8px 13px; font-weight: 720; font-size: .92rem; }
h1, h2, h3 { line-height: 1.08; margin: 0 0 16px; letter-spacing: -.045em; }
h1 { font-size: clamp(2.65rem, 8vw, 5.8rem); margin-top: 22px; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.28rem; letter-spacing: -.025em; }
p { margin: 0 0 18px; }
.lead { font-size: clamp(1.14rem, 2.4vw, 1.45rem); max-width: 760px; color: rgba(255,255,255,.90); }
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 12px 19px; border-radius: 999px; font-weight: 780; text-decoration: none; border: 1px solid transparent; }
.button.primary { background: var(--df-forest); color: #fff; box-shadow: 0 14px 30px rgba(7,49,35,.25); }
.hero .button.primary { background: var(--df-orange); color: var(--df-dark); }
.button.secondary { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.32); }
.button.light { background: #fff; color: var(--df-forest); box-shadow: var(--shadow-soft); }
.button:hover { transform: translateY(-1px); }
.phone-card { justify-self: center; width: min(360px, 100%); background: rgba(255,248,240,.93); border: 1px solid rgba(255,255,255,.4); border-radius: 36px; padding: 18px; box-shadow: 0 30px 90px rgba(7,49,35,.40); color: var(--df-ink); }
.app-screen { border-radius: 28px; background: #fff; padding: 20px; min-height: 560px; overflow: hidden; }
.screen-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 18px; }
.logo-badge { width: 76px; height: 76px; border-radius: 26px; background: var(--df-dark); display: grid; place-items: center; box-shadow: var(--shadow-soft); }
.logo-badge img { width: 66px; height: 66px; }
.stat-pill { background: var(--df-soft-mint); border-radius: 999px; color: var(--df-forest); padding: 8px 11px; font-weight: 750; font-size: .88rem; }
.mock-hero { border-radius: 24px; padding: 20px; color: #fff; background: linear-gradient(180deg, #244C34 0%, #3F7653 55%, #AFC9A8 100%); min-height: 150px; display: flex; flex-direction: column; justify-content: flex-end; }
.mock-hero strong { font-size: 1.35rem; line-height: 1.1; }
.mock-list { display: grid; gap: 12px; margin-top: 16px; }
.mock-item { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; padding: 12px; border-radius: 18px; background: var(--df-bg); }
.mock-icon { width: 42px; height: 42px; border-radius: 15px; background: var(--df-warm-sand); display: grid; place-items: center; color: var(--df-bark); font-size: 1.25rem; }
.mock-line { height: 10px; border-radius: 999px; background: #dce8dc; margin: 6px 0; }
.mock-line.short { width: 58%; background: #edf3ec; }
.section { padding: 74px 0; }
.section.alt { background: var(--df-cream); }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head p, .muted { color: var(--df-muted); font-size: 1.05rem; }
.grid { display: grid; gap: 20px; }
.features { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { background: var(--df-card); border-radius: 24px; padding: 24px; box-shadow: var(--shadow-soft); border: 1px solid rgba(49,95,66,.08); }
.card .icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 17px; background: var(--df-soft-mint); color: var(--df-forest); font-size: 1.55rem; margin-bottom: 18px; }
.trust { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: center; background: linear-gradient(135deg, var(--df-soft-mint), #fff); border-radius: 30px; padding: clamp(24px, 5vw, 44px); box-shadow: var(--shadow); }
.trust-mark { display: grid; place-items: center; min-height: 220px; border-radius: 26px; background: var(--df-dark); color: #fff; text-align: center; padding: 28px; }
.trust-mark img { width: 118px; height: 118px; margin-bottom: 14px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.chip { background: #fff; border: 1px solid rgba(49,95,66,.16); border-radius: 999px; padding: 8px 12px; color: var(--df-forest); font-weight: 700; }
.privacy-layout { display: grid; grid-template-columns: 260px 1fr; gap: 36px; align-items: start; }
.toc { position: sticky; top: 92px; background: var(--df-card); border-radius: 22px; padding: 18px; box-shadow: var(--shadow-soft); }
.toc a { display: block; padding: 7px 0; text-decoration: none; font-weight: 650; color: var(--df-muted); }
.legal { background: var(--df-card); border-radius: 28px; padding: clamp(22px, 4vw, 42px); box-shadow: var(--shadow-soft); }
.legal h1 { color: var(--df-ink); font-size: clamp(2.2rem, 5vw, 4rem); margin-top: 0; }
.legal h2 { font-size: clamp(1.45rem, 3vw, 2.1rem); margin-top: 42px; padding-top: 10px; }
.legal ul { padding-left: 1.2rem; }
.notice { border-left: 5px solid var(--df-orange); background: var(--df-warm-sand); border-radius: 18px; padding: 18px; }
.contact-card { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; }
.footer { background: var(--df-dark); color: rgba(255,255,255,.78); padding: 36px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer a { color: #fff; }
.footer strong { color: #fff; }
@media (max-width: 860px) {
  .hero-grid, .trust, .privacy-layout { grid-template-columns: 1fr; }
  .hero-grid { padding: 54px 0 92px; }
  .features { grid-template-columns: 1fr; }
  .nav { align-items: flex-start; }
  .nav-links { gap: 2px; font-size: .9rem; }
  .toc { position: static; }
  .contact-card { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 26px, 1120px); }
  .nav { flex-direction: column; }
  .nav-links { justify-content: flex-start; }
  .app-screen { min-height: 470px; }
  .section { padding: 54px 0; }
}
