:root {
  color-scheme: light;
  --ink: #142719;
  --muted: #5f7062;
  --canvas: #fafbf8;
  --card: #ffffff;
  --line: #e8ece7;
  --forest: #0d481a;
  --forest-2: #173f21;
  --lime: #b7f477;
  --lime-soft: #f0ffdf;
  --moss: #e8f6dd;
  --amber: #aa5a1b;
  --amber-soft: #fff1e5;
  --shadow: 0 20px 60px rgba(20, 39, 25, 0.09);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font: 16px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: var(--forest); font-weight: 750; text-underline-offset: 3px; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(232, 236, 231, 0.9);
  background: rgba(250, 251, 248, 0.9);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; min-height: 44px; align-items: center; gap: 11px; color: var(--ink); font-size: 19px; font-weight: 850; letter-spacing: -0.03em; text-decoration: none; }
.brand img { width: 36px; height: 36px; border-radius: 10px; }
.nav { display: flex; align-items: center; justify-content: flex-end; gap: 8px 22px; }
.nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); font-size: 14px; text-decoration: none; }
.nav a:hover { color: var(--forest); }
.language-link { padding: 0 14px; border: 1px solid #d8efc2; border-radius: 999px; background: var(--lime-soft); color: var(--forest) !important; }

.hero { padding: 76px 0 46px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr); align-items: center; gap: 52px; }
.eyebrow { margin: 0 0 14px; color: var(--forest); font-size: 12px; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(44px, 6.4vw, 82px); line-height: 0.98; letter-spacing: -0.062em; }
.hero-copy { max-width: 610px; margin-bottom: 28px; color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.5; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border-radius: 999px; font-weight: 850; text-decoration: none; }
.button-primary { background: var(--forest); color: white; }
.button-secondary { border: 1px solid #d8efc2; background: var(--lime-soft); color: var(--forest); }
.button-muted { cursor: default; background: var(--forest); color: white; }
.hero-note { margin: 16px 0 0; color: var(--muted); font-size: 13px; }
.hero-visual { position: relative; min-height: 630px; display: flex; align-items: center; justify-content: center; }
.hero-visual::before { content: ""; position: absolute; width: 540px; height: 540px; border-radius: 48% 52% 62% 38%; background: var(--lime); transform: rotate(-8deg); }
.phone { position: absolute; width: min(310px, 48%); overflow: hidden; border: 8px solid #152019; border-radius: 48px; background: white; box-shadow: var(--shadow); }
.phone img { display: block; width: 100%; }
.phone-one { left: 5%; top: 14%; transform: rotate(-4deg); }
.phone-two { right: 3%; bottom: 2%; transform: rotate(4deg); }

.trust-strip { margin-bottom: 86px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid #d8efc2; border-radius: 24px; background: var(--lime-soft); }
.trust-item { min-height: 104px; display: flex; flex-direction: column; justify-content: center; padding: 22px; border-right: 1px solid #d8efc2; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { color: var(--forest); font-size: 17px; }
.trust-item span { color: var(--muted); font-size: 13px; }

.section { padding: 76px 0; }
.section-soft { background: #f4f8f0; }
.section-heading { max-width: 720px; margin-bottom: 38px; }
h2 { margin-bottom: 15px; font-size: clamp(34px, 4.4vw, 55px); line-height: 1.05; letter-spacing: -0.05em; }
.lede { color: var(--muted); font-size: 18px; line-height: 1.6; }
.workflow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.step { min-height: 260px; padding: 25px; border: 1px solid var(--line); border-radius: 24px; background: var(--card); }
.step-number { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 50%; background: var(--lime); color: var(--forest); font-weight: 900; }
h3 { margin-bottom: 9px; font-size: 21px; line-height: 1.25; letter-spacing: -0.025em; }
.step p, .feature-copy p, .faq-card p, .legal-card p, .support-card p, .policy-card p { color: var(--muted); }

.feature-stack { display: grid; gap: 28px; }
.feature { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr); align-items: center; gap: 72px; padding: 52px; border: 1px solid var(--line); border-radius: 32px; background: var(--card); }
.feature-reverse .feature-copy { order: 2; }
.feature-reverse .screenshot-stage { order: 1; }
.feature-copy h3 { font-size: clamp(28px, 3vw, 40px); }
.feature-list { margin: 22px 0 0; padding: 0; list-style: none; }
.feature-list li { position: relative; margin: 10px 0; padding-left: 28px; color: var(--muted); }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--forest); font-weight: 900; }
.screenshot-stage { min-height: 520px; display: grid; place-items: center; overflow: hidden; border-radius: 26px; background: var(--lime-soft); }
.screenshot-stage.amber { background: var(--amber-soft); }
.screenshot-stage.moss { background: var(--moss); }
.screenshot { width: min(310px, 78%); margin: 36px 0 -130px; border: 7px solid #18231c; border-radius: 42px; box-shadow: 0 24px 60px rgba(20, 39, 25, 0.16); }

.privacy-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 18px; }
.privacy-card, .legal-card, .faq-card, .support-card, .policy-card { padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: var(--card); }
.privacy-card { background: var(--lime); border-color: #a9e768; }
.privacy-card p { color: #37533d; }
.privacy-points { display: grid; gap: 12px; margin-top: 28px; }
.privacy-point { display: flex; gap: 12px; align-items: flex-start; padding: 14px; border-radius: 16px; background: rgba(255, 255, 255, 0.68); }
.privacy-point strong { color: var(--forest); }
.privacy-point span { color: var(--muted); font-size: 14px; }
.legal-card { border-left: 6px solid var(--amber); }
.legal-card .eyebrow { color: var(--amber); }

.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.faq-card { min-height: 180px; }
.cta { padding: 76px 0 88px; }
.cta-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 48px; border-radius: 32px; background: var(--forest); color: white; }
.cta-card h2 { margin-bottom: 8px; color: white; }
.cta-card p { margin-bottom: 0; color: #d9eadc; }
.cta-card .button { background: var(--lime); color: var(--forest); }

.site-footer { padding: 30px 0 48px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.footer-copy { max-width: 540px; color: var(--muted); font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); font-size: 14px; text-decoration: none; }

.document-page { padding: 54px 0 88px; }
.document-wrap { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.document-hero { margin-bottom: 16px; padding: 34px; border: 1px solid #d8efc2; border-radius: 28px; background: var(--lime-soft); }
.document-hero h1 { margin-bottom: 10px; font-size: clamp(38px, 7vw, 60px); }
.policy-card, .support-card { margin-top: 14px; }
.policy-card h2, .support-card h2 { margin: 30px 0 8px; font-size: 23px; letter-spacing: -0.025em; }
.policy-card h2:first-child, .support-card h2:first-child { margin-top: 0; }
.notice { padding: 18px; border: 1px solid #d8efc2; border-radius: 18px; background: var(--lime-soft); color: var(--ink) !important; }
.inline-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 590px; }
  .workflow { grid-template-columns: repeat(2, 1fr); }
  .feature { grid-template-columns: 1fr; gap: 34px; }
  .feature-reverse .feature-copy, .feature-reverse .screenshot-stage { order: initial; }
  .privacy-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, var(--max)); }
  .header-inner { min-height: 68px; }
  .nav a:not(.language-link) { display: none; }
  .hero { padding-top: 48px; }
  h1 { font-size: clamp(43px, 13vw, 64px); }
  .hero-visual { min-height: 480px; }
  .hero-visual::before { width: 390px; height: 390px; }
  .phone { width: 53%; border-width: 5px; border-radius: 32px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item { border-bottom: 1px solid #d8efc2; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { border-bottom: 0; }
  .workflow, .faq-grid { grid-template-columns: 1fr; }
  .feature { padding: 24px; }
  .screenshot-stage { min-height: 430px; }
  .cta-card { grid-template-columns: 1fr; padding: 32px; }
  .footer-inner { flex-direction: column; }
  .document-page { padding-top: 30px; }
  .document-hero, .policy-card, .support-card { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
