:root {
  --ink: #112119;
  --muted: #5e6b64;
  --green-950: #092516;
  --green-900: #103821;
  --green-800: #19532e;
  --green-700: #267437;
  --green-600: #328b42;
  --green-100: #e2f1dc;
  --green-50: #f1f8ee;
  --cream: #f7f7f2;
  --white: #fff;
  --line: #dce4dc;
  --shadow: 0 26px 70px rgba(12, 48, 27, .16);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -4rem; padding: .7rem 1rem; border-radius: 8px; background: var(--white); }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  padding: 18px 4vw;
  transition: padding .25s ease, background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { padding-block: 10px; background: rgba(247,247,242,.92); box-shadow: 0 1px 0 rgba(17,33,25,.08); backdrop-filter: blur(18px); }
.nav-shell { max-width: 1340px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; font-size: .83rem; line-height: 1.08; letter-spacing: -.01em; }
.brand img { border-radius: 10px; box-shadow: 0 5px 14px rgba(16,56,33,.12); }
.brand strong { font-size: .95rem; }
.site-nav { display: flex; align-items: center; gap: 2rem; font-size: .92rem; font-weight: 650; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--green-700); }
.nav-cta { padding: .65rem 1.05rem; color: var(--white); background: var(--green-800); border-radius: 999px; }
.menu-button { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero {
  min-height: 860px;
  padding: 160px max(5vw, 32px) 100px;
  display: grid;
  grid-template-columns: minmax(350px, .8fr) minmax(560px, 1.2fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 7rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 14%, rgba(169, 217, 145, .28), transparent 28%),
    linear-gradient(135deg, #fbfcf7 0%, var(--green-50) 100%);
}
.hero-copy { max-width: 610px; justify-self: end; }
.eyebrow { margin: 0 0 1rem; color: var(--green-700); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 32px; height: 2px; margin: 0 9px 3px 0; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.4rem; font-size: clamp(3.8rem, 6.2vw, 6.7rem); line-height: .91; letter-spacing: -.07em; }
.hero-intro { max-width: 570px; margin-bottom: 2rem; color: var(--muted); font-size: clamp(1.08rem, 1.4vw, 1.3rem); line-height: 1.55; }
.store-badges { min-height: 76px; display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.store-badge { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; line-height: 0; transition: transform .2s ease, filter .2s ease; }
.store-badge:hover { transform: translateY(-2px); filter: drop-shadow(0 8px 14px rgba(17, 55, 32, .16)); }
.store-badge img { width: auto; max-width: none; }
.apple-badge img { height: 54px; }
.google-badge img { height: 80px; }
.desktop-note { display: flex; align-items: center; gap: .55rem; margin-top: 1.4rem; color: var(--muted); font-size: .88rem; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #e3a529; box-shadow: 0 0 0 5px rgba(227,165,41,.13); }

.hero-product { position: relative; width: min(880px, 62vw); }
.hero-product::before { content: ""; position: absolute; width: 75%; aspect-ratio: 1; left: 12%; top: -18%; border-radius: 50%; background: rgba(65, 139, 68, .12); filter: blur(10px); }
.desktop-edition-card { position: relative; min-height: 500px; padding: clamp(1.5rem, 3vw, 3rem); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; color: var(--white); background: linear-gradient(145deg, #0a2818, #174b2a 70%, #2c773a); box-shadow: var(--shadow); transform: perspective(1600px) rotateY(-4deg) rotateX(1deg); }
.desktop-edition-card::before { content: ""; position: absolute; width: 450px; aspect-ratio: 1; right: -170px; top: -190px; border: 1px solid rgba(192,229,172,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(192,229,172,.035), 0 0 0 140px rgba(192,229,172,.025); }
.edition-topline { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; color: #dce9de; font-size: .86rem; font-weight: 750; }
.edition-topline img { border-radius: 15px; }
.edition-topline strong { padding: .45rem .7rem; border: 1px solid rgba(192,229,172,.32); border-radius: 999px; color: #cceab9; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.edition-message { position: relative; z-index: 1; padding: 2.5rem 0; }
.edition-message p { max-width: 650px; margin-bottom: 1.7rem; font-size: clamp(3.2rem, 5.4vw, 6rem); font-weight: 800; line-height: .94; letter-spacing: -.065em; }
.edition-platforms { display: flex; gap: .7rem; }
.edition-platforms span { padding: .55rem .9rem; border-radius: 9px; color: #143820; background: #dff0d7; font-size: .8rem; font-weight: 800; }
.edition-details { position: relative; z-index: 1; padding-top: 1.2rem; display: flex; flex-wrap: wrap; gap: .65rem 1.4rem; border-top: 1px solid rgba(255,255,255,.17); color: #c7d7ca; font-size: .76rem; }
.edition-details span::before { content: "✓"; margin-right: .45rem; color: #b8e39f; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: .8rem; padding: 1rem 1.15rem; border: 1px solid rgba(30, 80, 44, .13); border-radius: 15px; background: rgba(255,255,255,.92); box-shadow: 0 18px 42px rgba(11,42,22,.16); backdrop-filter: blur(12px); }
.floating-card > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: var(--green-900); background: var(--green-100); font-weight: 900; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .88rem; }
.floating-card small { color: var(--muted); font-size: .7rem; }
.format-card { left: -5%; top: -6%; }
.local-card { right: -2%; bottom: -8%; }

.trust-strip { max-width: 1180px; margin: -46px auto 0; padding: 28px 34px; position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 40px rgba(16,56,33,.08); }
.trust-strip div { padding: 0 1.8rem; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { color: var(--green-800); font-size: 1.55rem; }
.trust-strip span { color: var(--muted); font-size: .78rem; }

.section { max-width: 1260px; margin: auto; padding: 140px 36px; }
.section-heading { max-width: 690px; margin-bottom: 4rem; }
.section-heading.compact { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
h2 { margin-bottom: 1.3rem; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .98; letter-spacing: -.06em; }
.section-heading > p:last-child { max-width: 600px; color: var(--muted); font-size: 1.08rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.feature-grid article { position: relative; padding: 2.6rem 2.5rem 2.8rem 0; }
.feature-grid article + article { padding-left: 2.5rem; border-left: 1px solid var(--line); }
.feature-number { position: absolute; top: 1rem; right: 1rem; color: #a2afa6; font-size: .75rem; font-weight: 800; }
.feature-grid svg { width: 42px; height: 42px; margin-bottom: 2rem; fill: none; stroke: var(--green-700); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feature-grid h3 { margin-bottom: .7rem; font-size: 1.35rem; }
.feature-grid p { margin: 0; color: var(--muted); }

.workspace-section { min-height: 730px; padding: 110px max(6vw, 42px); display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 7vw; color: var(--white); overflow: hidden; background: var(--green-950); }
.workspace-copy { max-width: 530px; justify-self: end; }
.eyebrow.light { color: #a9d991; }
.workspace-copy p:not(.eyebrow) { color: #b8c7bd; font-size: 1.05rem; }
.workspace-copy ul { margin: 2rem 0; padding: 0; list-style: none; }
.workspace-copy li { margin: .8rem 0; color: #e9f1e9; }
.workspace-copy li span { margin-right: .55rem; color: #a9d991; }
.coming-pill { display: inline-block; padding: .5rem .8rem; border: 1px solid rgba(169,217,145,.3); border-radius: 999px; color: #bfe3ae; font-size: .78rem; font-weight: 750; }
.workspace-visual { width: min(760px, 58vw); padding: clamp(1.1rem, 2.5vw, 2.2rem); border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(255,255,255,.06); box-shadow: 0 34px 80px rgba(0,0,0,.3); transform: rotate(-1.5deg); }
.workflow-step { padding: 1.2rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; color: #ecf4ed; background: rgba(4,22,12,.4); }
.workflow-step.active { border-color: rgba(169,217,145,.36); background: rgba(52,114,59,.35); }
.workflow-step > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; color: #c8eab8; background: rgba(169,217,145,.14); font-size: .73rem; font-weight: 850; }
.workflow-step strong, .workflow-step small { display: block; }
.workflow-step small { color: #aebdb2; }
.workflow-step b { padding: .4rem .6rem; border-radius: 999px; color: #bfe7ad; background: rgba(169,217,145,.1); font-size: .68rem; }
.workflow-line { width: 1px; height: 34px; margin-left: 33px; background: rgba(169,217,145,.3); }

.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.format-grid article { min-height: 230px; padding: 2.1rem; position: relative; background: var(--white); }
.format-grid article.free { background: var(--green-50); }
.format-grid strong { display: block; margin: 2.2rem 0 .55rem; font-size: 1.25rem; }
.format-grid p { max-width: 320px; margin: 0; color: var(--muted); }
.tag, .format-icon { position: absolute; top: 1.6rem; right: 1.6rem; min-width: 34px; height: 34px; padding-inline: .55rem; display: grid; place-items: center; border-radius: 8px; color: var(--green-800); background: var(--green-100); font-size: .68rem; font-weight: 900; }
.format-icon { border: 1px solid var(--line); color: var(--muted); background: var(--cream); font-size: .78rem; }

.platforms { min-height: 820px; padding: 120px max(7vw, 42px) 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 7vw; overflow: hidden; color: var(--white); background: linear-gradient(135deg, #174927, #267437); }
.platform-copy { max-width: 590px; justify-self: end; padding-bottom: 100px; }
.platform-copy > p:not(.eyebrow) { max-width: 540px; color: #c9dacd; font-size: 1.08rem; }
.platform-list { margin-top: 2.4rem; border-top: 1px solid rgba(255,255,255,.2); }
.platform-list a, .platform-list div { padding: 1rem .2rem; display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.2); text-decoration: none; }
.platform-list span { color: #dbe8dd; }
.platform-list strong { font-size: .88rem; }
.platform-list a strong { color: #c7eca9; }
.phone-stage { min-height: 720px; position: relative; }
.phone { position: absolute; width: min(300px, 23vw); padding: 9px; border: 1px solid rgba(255,255,255,.3); border-radius: 38px; background: #101713; box-shadow: 0 34px 70px rgba(0,0,0,.3); }
.phone-screen { aspect-ratio: 461 / 1000; overflow: hidden; border-radius: 30px; background: #f6f7f3; }
.phone-screen img { width: 100%; height: 100%; max-width: none; object-fit: contain; object-position: top center; }
.phone-back { left: 3%; top: 100px; transform: rotate(-4deg); opacity: .86; }
.phone-front { left: 32%; top: 25px; transform: rotate(3deg); }

.final-cta { padding: 140px 30px; text-align: center; background: var(--white); }
.final-cta > img { margin: 0 auto 1.4rem; border-radius: 22px; box-shadow: 0 15px 40px rgba(16,56,33,.16); }
.final-cta h2 { margin-inline: auto; }
.centered { justify-content: center; }

footer { padding: 34px max(5vw, 30px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1.2rem 3rem; color: #c2cec5; background: #0b2114; font-size: .82rem; }
.footer-brand { display: flex; align-items: center; gap: .7rem; color: var(--white); }
.footer-brand img { border-radius: 9px; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { text-decoration: none; }
footer > p { margin: 0; grid-column: 1 / -1; color: #809087; }

:focus-visible { outline: 3px solid #e5b63b; outline-offset: 4px; }

@media (max-width: 1080px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { justify-self: start; }
  .hero-product { width: 92vw; max-width: 900px; justify-self: center; }
  .desktop-edition-card { min-height: 470px; }
  .workspace-section { grid-template-columns: 1fr; }
  .workspace-copy { justify-self: start; }
  .workspace-visual { width: 100%; }
  .platforms { grid-template-columns: .85fr 1.15fr; }
  .phone { width: 27vw; }
}

@media (max-width: 760px) {
  .site-header { padding: 12px 18px; background: rgba(247,247,242,.94); backdrop-filter: blur(14px); }
  .menu-button { display: block; }
  .site-nav { position: absolute; inset: 70px 18px auto; padding: 1rem; display: none; flex-direction: column; align-items: stretch; gap: .2rem; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .8rem; }
  .site-nav .nav-cta { text-align: center; }
  .hero { padding: 125px 22px 90px; gap: 4rem; }
  h1 { font-size: clamp(3.25rem, 17vw, 5rem); }
  h2 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .hero-product { width: 103%; }
  .desktop-edition-card { min-height: 440px; transform: none; }
  .edition-topline { grid-template-columns: auto 1fr; }
  .edition-topline strong { grid-column: 1 / -1; width: max-content; }
  .floating-card { display: none; }
  .trust-strip { width: calc(100% - 32px); grid-template-columns: 1fr 1fr; margin-top: -38px; padding: 18px; }
  .trust-strip div { padding: 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:nth-child(odd) { border-right: 1px solid var(--line); }
  .trust-strip div:nth-last-child(-n+2) { border-bottom: 0; }
  .section { padding: 100px 22px; }
  .section-heading.compact { display: block; }
  .feature-grid, .format-grid { grid-template-columns: 1fr; }
  .feature-grid article, .feature-grid article + article { padding: 2.2rem 1rem 2.2rem 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .feature-grid article:last-child { border: 0; }
  .workspace-section { padding: 90px 22px; }
  .workspace-visual { width: 112%; }
  .workflow-step { grid-template-columns: auto 1fr; }
  .workflow-step b { grid-column: 2; width: max-content; }
  .format-grid article { min-height: 200px; }
  .platforms { min-height: auto; padding: 90px 22px 0; grid-template-columns: 1fr; }
  .platform-copy { padding-bottom: 30px; }
  .phone-stage { min-height: 580px; }
  .phone { width: 48vw; max-width: 250px; }
  .phone-back { left: 3%; top: 100px; }
  .phone-front { left: 39%; top: 20px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
