:root {
  --ink: #17211c;
  --muted: #5e6962;
  --paper: #f7f5ef;
  --card: #fffdf8;
  --green: #175f45;
  --lime: #cde968;
  --line: rgba(23, 33, 28, .12);
  --shadow: 0 28px 70px rgba(28, 56, 42, .13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: white; border-radius: 10px; }
.skip-link:focus { top: 1rem; }
.site-header { width: min(1180px, calc(100% - 40px)); height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 800; text-decoration: none; letter-spacing: -.03em; }
.brand img { border-radius: 10px; box-shadow: 0 6px 18px rgba(23, 95, 69, .16); }
nav { display: flex; gap: 2rem; }
nav a, footer a { color: var(--muted); font-size: .92rem; text-decoration: none; }
nav a:hover, footer a:hover, nav a[aria-current] { color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 52px; padding: .8rem 1.2rem; border: 1px solid var(--ink); border-radius: 14px; background: var(--ink); color: white; font-weight: 750; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(23, 33, 28, .18); }
.button-small { min-height: 42px; padding: .5rem .9rem; font-size: .88rem; }
.button-light { border-color: white; background: white; color: var(--ink); }
.hero { width: min(1180px, calc(100% - 40px)); min-height: 690px; margin: 2rem auto 6rem; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 5rem; }
.eyebrow { margin: 0 0 1rem; color: var(--green); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2 { margin: 0; letter-spacing: -.055em; line-height: 1.02; }
h1 { max-width: 750px; font-size: clamp(3.4rem, 7vw, 6.6rem); }
h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); }
.lede { max-width: 630px; margin: 1.7rem 0; color: var(--muted); font-size: 1.16rem; }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.text-link { font-weight: 750; text-underline-offset: 5px; }
.trust-line { margin-top: 1.3rem; color: var(--muted); font-size: .86rem; }
.trust-line span { color: var(--green); }
.demo-wrap { position: relative; display: grid; place-items: center; min-height: 610px; border-radius: 48px; background: radial-gradient(circle at 35% 20%, #f8ffe0, var(--lime)); overflow: hidden; }
.phone { position: relative; z-index: 2; width: 300px; border: 8px solid #18231e; border-radius: 42px; background: #f5f5f7; box-shadow: var(--shadow); overflow: hidden; transform: rotate(2deg); }
.phone-bar { height: 34px; padding: 10px 19px 0; display: flex; justify-content: space-between; background: white; font-size: .6rem; font-weight: 800; }
.message-area { height: 202px; padding: 36px 18px 16px; background: white; }
.message { width: fit-content; max-width: 88%; padding: 9px 12px; border-radius: 15px 15px 15px 3px; background: #e8ece9; font-size: .7rem; }
.typed-line { min-height: 29px; margin: 28px 0 0 auto; padding: 7px 10px; width: fit-content; border-radius: 14px 14px 3px 14px; background: var(--green); color: white; font-size: .72rem; }
.cursor { display: inline-block; width: 1px; height: 1em; margin-left: 2px; vertical-align: -2px; background: white; animation: blink .8s infinite; }
.suggestions { height: 32px; display: grid; grid-template-columns: repeat(3, 1fr); place-items: center; border-block: 1px solid #cdd1ce; background: #eef0ee; font-size: .59rem; opacity: .35; transition: opacity 160ms ease; }
.suggestions span { width: 100%; text-align: center; opacity: 0; transform: translateY(4px); transition: opacity 160ms ease, transform 160ms ease, color 160ms ease, font-weight 160ms ease; }
.suggestions.is-visible { opacity: 1; }
.suggestions.is-visible span { opacity: 1; transform: none; }
.suggestions span.is-recommended { color: var(--green); font-weight: 900; }
.keyboard { height: 205px; padding: 6px 4px; background: #d1d5d2; }
.key-row { display: flex; justify-content: center; gap: 3px; margin-bottom: 4px; }
.key-row i { width: 24px; height: 34px; display: grid; place-items: center; border-radius: 4px; background: white; box-shadow: 0 1px 1px #8d938f; font-size: .57rem; font-style: normal; transition: transform 80ms ease, background-color 80ms ease, color 80ms ease, box-shadow 80ms ease; }
.key-row i.is-pressed { transform: translateY(3px) scale(.92); background: var(--lime); color: var(--green); box-shadow: 0 0 0 2px var(--green), 0 0 18px rgba(205, 233, 104, .9); font-weight: 900; }
.accent-row i { width: 52px; height: 26px; color: var(--green); font-weight: 900; }
.bottom-row i { width: 50px; }
.bottom-row .space { width: 142px; }
.orbit { position: absolute; z-index: 1; display: grid; place-items: center; border-radius: 50%; color: var(--green); font-weight: 900; box-shadow: var(--shadow); animation: float 4.5s ease-in-out infinite; }
.orbit-one { width: 100px; height: 100px; top: 12%; left: 8%; background: white; font-size: 2.4rem; }
.orbit-two { width: 72px; height: 72px; right: 7%; bottom: 14%; background: var(--green); color: white; font-size: 1.8rem; animation-delay: -2s; }
.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 7rem 0; }
.section-heading { max-width: 850px; margin-bottom: 4rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature-card { min-height: 270px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.feature-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 3.5rem; border-radius: 16px; background: #e8f3bf; color: var(--green); font-size: 1.3rem; font-weight: 900; }
.feature-card h3 { margin: 0 0 .7rem; font-size: 1.35rem; letter-spacing: -.03em; }
.feature-card p { margin: 0; color: var(--muted); }
.screenshot-section {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100vw - 1440px) / 2));
  overflow: hidden;
}
.screenshot-section .section-heading { width: min(1180px, 100%); }
.screenshots { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.25rem, 3vw, 3rem); align-items: start; }
.screenshot-card { margin: 0; }
.screenshot-card:nth-child(2) { margin-top: 4rem; }
.screenshot-card img { width: 100%; height: auto; aspect-ratio: 1320 / 2868; object-fit: contain; display: block; border-radius: 32px; box-shadow: var(--shadow); }
.screenshot-card figcaption { margin-top: 1rem; color: var(--muted); font-size: .88rem; }
.privacy-callout { width: min(1180px, calc(100% - 40px)); margin: 7rem auto; padding: clamp(2.5rem, 7vw, 6rem); display: flex; align-items: end; justify-content: space-between; gap: 3rem; border-radius: 44px; background: var(--green); color: white; }
.privacy-callout .eyebrow { color: var(--lime); }
.privacy-callout p:not(.eyebrow) { max-width: 660px; margin: 1.4rem 0 0; color: #dce9e2; font-size: 1.08rem; }
.final-cta { width: min(850px, calc(100% - 40px)); margin: 10rem auto; text-align: center; }
.final-cta img { border-radius: 22px; box-shadow: var(--shadow); }
.final-cta h2 { margin-top: 1.5rem; }
.final-cta p { max-width: 550px; margin: 1.2rem auto 2rem; color: var(--muted); }
footer { width: min(1180px, calc(100% - 40px)); min-height: 120px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }
footer div { display: flex; gap: 1.5rem; }
.policy { width: min(760px, calc(100% - 40px)); margin: 8rem auto 10rem; }
.policy h1 { font-size: clamp(3.5rem, 8vw, 6.5rem); }
.policy-summary { margin: 2rem 0 1rem; padding: 1.5rem; border-left: 4px solid var(--lime); background: white; font-size: 1.2rem; }
.effective { color: var(--muted); font-size: .9rem; }
.policy article { margin-top: 5rem; }
.policy article h2 { margin: 3rem 0 .7rem; font-size: 1.5rem; letter-spacing: -.025em; }
.policy article p { color: #465149; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes float { 0%, 100% { transform: translateY(-7px) rotate(-4deg); } 50% { transform: translateY(10px) rotate(5deg); } }
@keyframes blink { 50% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 820px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 3rem; margin-top: 4rem; }
  .demo-wrap { min-height: 570px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-icon { margin-bottom: 2rem; }
  .screenshot-section { padding-inline: 20px; overflow: visible; }
  .screenshots {
    width: calc(100vw - 20px);
    grid-template-columns: repeat(3, minmax(270px, 82vw));
    gap: 1.2rem;
    padding: 0 20px 2rem 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }
  .screenshot-card { scroll-snap-align: start; }
  .screenshot-card:nth-child(2) { margin-top: 0; }
  .privacy-callout { align-items: start; flex-direction: column; }
  footer { padding: 2rem 0; align-items: flex-start; flex-direction: column; }
}
@media (max-width: 460px) {
  .site-header > .button { display: none; }
  h1 { font-size: 3.25rem; }
  .demo-wrap { min-height: 520px; }
  .phone { width: 270px; }
  .key-row i { width: 21px; }
  .section { padding-block: 5rem; }
}
