:root {
  --paper: #f7faf7;
  --paper-deep: #edf5ef;
  --white: #ffffff;
  --ink: #153e33;
  --ink-strong: #0d2c24;
  --sage: #667c74;
  --green: #2f9968;
  --green-dark: #247a54;
  --green-soft: #dff2e7;
  --line: #dce7e0;
  --coral: #e55e55;
  --amber: #d8952b;
  --blue: #4a98ad;
  --shadow: 0 24px 70px rgba(23, 62, 51, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }

.site-nav { position: sticky; top: 0; z-index: 50; background: rgba(247, 250, 247, .84); border-bottom: 1px solid rgba(220, 231, 224, .8); backdrop-filter: blur(18px) saturate(150%); }
.nav-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink-strong); font-size: 20px; font-weight: 790; letter-spacing: -.035em; }
.brand-mark { position: relative; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(145deg, #6cc28e, #2f9968); box-shadow: inset 0 0 0 1px rgba(255,255,255,.45), 0 8px 20px rgba(47,153,104,.23); }
.brand-mark::before { content: ""; width: 15px; height: 20px; border-radius: 4px; background: white; box-shadow: inset 0 -5px 0 #dff2e7; }
.brand-mark span { position: absolute; width: 7px; height: 2px; border-radius: 2px; background: #2f9968; transform: translateY(-3px); }
.nav-links { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: 14px; font-weight: 600; color: var(--sage); }
.nav-links a, .footer-links a { transition: color .2s ease; }
.nav-links a:hover, .footer-links a:hover { color: var(--green); }
.nav-cta { padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--green-dark); font-size: 14px; font-weight: 730; box-shadow: 0 6px 22px rgba(23,62,51,.07); transition: transform .2s ease, box-shadow .2s ease; }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 10px 26px rgba(23,62,51,.12); }

.hero { position: relative; overflow: hidden; padding: 96px 0 88px; min-height: 780px; display: grid; align-items: center; background: radial-gradient(circle at 84% 18%, rgba(217, 241, 226, .9), transparent 30%), linear-gradient(180deg, #fbfdfb, var(--paper)); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); align-items: center; gap: 70px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-orb-one { width: 480px; height: 480px; right: -150px; top: 80px; background: rgba(185, 226, 201, .38); }
.hero-orb-two { width: 300px; height: 300px; left: -170px; bottom: -120px; background: rgba(210, 232, 218, .45); }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border: 1px solid #cde7d7; border-radius: 999px; background: rgba(232, 247, 237, .86); color: var(--green-dark); font-size: 13px; font-weight: 700; }
.pill > span { font-size: 8px; color: var(--green); }
.hero h1 { margin: 23px 0 22px; max-width: 680px; color: var(--ink-strong); font-size: clamp(52px, 6.2vw, 82px); line-height: .98; letter-spacing: -.066em; font-weight: 780; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-lede { max-width: 650px; margin: 0; color: var(--sage); font-size: 19px; line-height: 1.68; letter-spacing: -.015em; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 32px; }
.primary-button { display: inline-flex; align-items: center; gap: 12px; min-height: 58px; padding: 10px 22px; border-radius: 16px; background: var(--ink-strong); color: white; box-shadow: 0 18px 34px rgba(13,44,36,.19); transition: transform .2s ease, box-shadow .2s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 22px 42px rgba(13,44,36,.25); }
.primary-button > span:last-child { display: flex; flex-direction: column; font-size: 18px; font-weight: 690; line-height: 1.05; }
.primary-button small { margin-bottom: 3px; font-size: 10px; font-weight: 520; opacity: .78; }
.apple { width: 25px; height: 25px; display: grid; place-items: center; font-size: 24px; overflow: hidden; color: white; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green-dark); font-size: 15px; font-weight: 720; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(3px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 30px; color: var(--sage); font-size: 12px; font-weight: 570; }
.trust-row > span { display: inline-flex; align-items: center; gap: 7px; }
.check { flex: 0 0 auto; width: 21px; height: 21px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-size: 12px; font-weight: 850; }

.hero-visual { position: relative; min-height: 680px; display: grid; place-items: center; }
.phone { position: relative; padding: 8px; border-radius: 46px; background: linear-gradient(145deg, #d8e0db, #fefefe 47%, #cbd6cf); box-shadow: 0 36px 80px rgba(20,60,48,.18), inset 0 0 0 1px rgba(24,61,51,.12); }
.phone::before { content: ""; position: absolute; inset: 4px; z-index: 0; border-radius: 42px; background: #111a17; }
.phone-rim { position: relative; z-index: 1; overflow: hidden; border-radius: 38px; background: white; }
.phone img { width: 100%; height: auto; display: block; }
.phone-hero { width: 330px; transform: rotate(1.3deg); }

.proof-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.72); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 24px; }
.proof-grid > div { display: grid; gap: 3px; padding: 2px 28px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid b { font-size: 14px; color: var(--ink); }
.proof-grid span { color: var(--sage); font-size: 12px; }

.tour-section, .steps-section, .features-section, .privacy-section, .pricing-section { padding: 112px 0; }
.section-heading h2, .features-intro h2, .privacy-copy h2, .final-panel h2, .legal-hero h1 { margin: 11px 0 0; color: var(--ink-strong); font-size: clamp(38px, 4.5vw, 58px); line-height: 1.05; letter-spacing: -.052em; font-weight: 760; }
.eyebrow { color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.split-heading > p, .section-heading > p, .features-intro > p, .privacy-copy > p { color: var(--sage); font-size: 17px; line-height: 1.7; }
.split-heading > p { margin: 0 0 5px; }

.screenshot-rail { display: grid; grid-auto-flow: column; grid-auto-columns: 370px; gap: 22px; overflow-x: auto; padding: 0 max(22px, calc((100vw - 1180px) / 2)) 26px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #a8c9b6 transparent; }
.screen-card { height: 780px; position: relative; overflow: hidden; scroll-snap-align: start; border: 1px solid var(--line); border-radius: 32px; background: #e7f4eb; }
.screen-card.sage { background: #eaf3ee; }
.screen-card.blue { background: #e7f1f3; }
.screen-card.amber { background: #f8f0df; }
.screen-card.coral { background: #fae9e7; }
.screen-copy { position: relative; z-index: 2; padding: 28px 30px 18px; }
.screen-copy span { color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.screen-copy h3 { margin: 6px 0 0; color: var(--ink-strong); font-size: 24px; letter-spacing: -.035em; line-height: 1.1; }
.phone-card { width: 286px; position: absolute; top: 126px; left: 50%; transform: translateX(-50%); border-radius: 40px; padding: 7px; box-shadow: 0 25px 55px rgba(20,60,48,.17); }
.phone-card::before { border-radius: 37px; }
.phone-card .phone-rim { border-radius: 33px; }
.swipe-note { margin: 17px 0 0; text-align: center; color: var(--sage); font-size: 12px; }

.steps-section { background: var(--white); }
.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.centered > p { max-width: 650px; margin: 18px auto 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 54px; }
.steps-grid article { position: relative; min-height: 300px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.step-number { position: absolute; top: 24px; right: 26px; color: #a1b6aa; font-size: 12px; font-weight: 800; }
.step-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 16px; background: var(--green-soft); color: var(--green-dark); font-size: 22px; }
.steps-grid h3, .feature-grid h3, .price-card h3 { margin: 0 0 10px; color: var(--ink-strong); font-size: 21px; letter-spacing: -.025em; }
.steps-grid p, .feature-grid p, .price-card p { margin: 0; color: var(--sage); font-size: 14px; line-height: 1.7; }

.features-section { background: #eef5f0; }
.features-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.features-intro { position: sticky; top: 118px; }
.features-intro h2 { font-size: clamp(38px, 4vw, 52px); }
.features-intro > p { margin: 20px 0 28px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-grid article { min-height: 230px; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.82); }
.feature-index { display: block; margin-bottom: 54px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .1em; }

.privacy-section { background: var(--white); }
.privacy-panel { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding: 70px; border-radius: 36px; background: linear-gradient(135deg, #194c3d, #246d50); color: white; box-shadow: 0 35px 80px rgba(25,76,61,.22); }
.privacy-badge { display: inline-flex; padding: 7px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.1); font-size: 12px; font-weight: 750; }
.privacy-copy h2 { color: white; font-size: clamp(36px, 4vw, 52px); }
.privacy-copy > p { margin: 20px 0 28px; color: rgba(255,255,255,.78); }
.light-button { display: inline-flex; align-items: center; gap: 9px; padding: 13px 16px; border-radius: 12px; background: white; color: var(--green-dark); font-size: 13px; font-weight: 760; }
.privacy-list { display: grid; gap: 12px; }
.privacy-list > div { display: flex; align-items: flex-start; gap: 13px; padding: 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.08); }
.privacy-list .check { margin-top: 1px; background: rgba(255,255,255,.18); color: white; }
.privacy-list b, .privacy-list small { display: block; }
.privacy-list b { margin-bottom: 4px; font-size: 14px; }
.privacy-list small { color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.45; }

.pricing-section { background: var(--paper); }
.pricing-grid { max-width: 870px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 54px auto 0; }
.price-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: 0 18px 50px rgba(23,62,51,.06); }
.price-card.premium { border: 2px solid var(--green); box-shadow: 0 22px 60px rgba(47,153,104,.14); }
.price-label { display: inline-block; margin-bottom: 28px; padding: 7px 11px; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-size: 12px; font-weight: 800; }
.popular { position: absolute; top: -14px; right: 24px; padding: 7px 12px; border-radius: 999px; background: var(--green); color: white; font-size: 11px; font-weight: 800; }
.price-card > p { min-height: 48px; }
.price-card ul { display: grid; gap: 13px; margin: 26px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: 13px; }
.pricing-note { margin: 24px auto 0; text-align: center; color: var(--sage); font-size: 12px; }
.price-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.price-tier { padding: 12px 10px; border-radius: 14px; border: 1px solid var(--line); text-align: center; background: var(--paper); }
.price-tier.best { border-color: var(--green); background: var(--green-soft); }
.price-tier .tier-price { display: block; color: var(--ink-strong); font-size: 16px; font-weight: 760; letter-spacing: -.02em; }
.price-tier .tier-price small { font-size: 11px; font-weight: 500; opacity: .72; }
.price-tier .tier-label { display: block; margin-top: 4px; color: var(--sage); font-size: 10px; font-weight: 650; letter-spacing: .01em; }
.price-tier.best .tier-label { color: var(--green-dark); }

.final-cta { padding: 0 0 96px; background: var(--paper); }
.final-panel { min-height: 360px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 66px; overflow: hidden; position: relative; border-radius: 34px; background: #dff2e7; }
.final-panel::after { content: ""; position: absolute; width: 340px; height: 340px; right: -80px; top: -140px; border-radius: 50%; border: 80px solid rgba(255,255,255,.35); }
.final-panel > * { position: relative; z-index: 1; }
.primary-button.inverse { background: var(--green); }

footer { padding: 55px 0; border-top: 1px solid var(--line); background: white; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 50px; }
.footer-grid > div:first-child p { margin: 12px 0 0; color: var(--sage); font-size: 13px; }
.footer-links { display: flex; gap: 24px; color: var(--sage); font-size: 13px; font-weight: 620; }
.copyright { margin: 0; color: #93a49b; font-size: 12px; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-nav { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.82); }
.legal-nav .nav-inner { height: 72px; }
.back-link { color: var(--green-dark); font-size: 13px; font-weight: 700; }
.legal-hero { padding: 80px 0 45px; text-align: center; }
.legal-hero h1 { margin-bottom: 14px; }
.legal-hero p { margin: 0; color: var(--sage); }
.legal-content { max-width: 820px; margin: 0 auto 100px; padding: 48px 54px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: 0 18px 55px rgba(23,62,51,.06); }
.legal-content section + section { margin-top: 32px; }
.legal-content h2 { margin: 0 0 9px; color: var(--ink-strong); font-size: 20px; letter-spacing: -.025em; }
.legal-content p { margin: 0; color: var(--sage); font-size: 15px; line-height: 1.78; }
.legal-content a { color: var(--green-dark); font-weight: 700; }

@media (max-width: 980px) {
  .hero { padding-top: 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .hero-copy { max-width: 760px; margin-inline: auto; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 650px; }
  .features-layout { grid-template-columns: 1fr; gap: 46px; }
  .features-intro { position: static; max-width: 700px; }
  .privacy-panel { padding: 52px; gap: 42px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 1180px); }
  .nav-links { display: none; }
  .nav-inner { height: 64px; }
  .hero { min-height: auto; padding: 62px 0 68px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .trust-row { display: grid; justify-content: center; text-align: left; }
  .hero-visual { min-height: 570px; }
  .phone-hero { width: 280px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); row-gap: 20px; }
  .proof-grid > div { border-right: 0; padding: 2px 16px; }
  .proof-grid > div:first-child { padding-left: 16px; }
  .tour-section, .steps-section, .features-section, .privacy-section, .pricing-section { padding: 82px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading h2, .features-intro h2, .privacy-copy h2, .final-panel h2 { font-size: 40px; }
  .screenshot-rail { grid-auto-columns: 310px; }
  .screen-card { height: 760px; border-radius: 27px; }
  .phone-card { width: 245px; top: 125px; }
  .steps-grid, .feature-grid, .pricing-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 250px; }
  .feature-index { margin-bottom: 34px; }
  .privacy-panel { grid-template-columns: 1fr; padding: 36px 25px; border-radius: 28px; }
  .price-card > p { min-height: 0; }
  .final-panel { min-height: 390px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 42px 28px; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .legal-hero { padding: 60px 0 32px; }
  .legal-content { padding: 34px 24px; border-radius: 22px; }
}

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