:root {
  color-scheme: light;
  --ink: #16251f;
  --muted: #6b7a73;
  --green: #176347;
  --emerald: #258761;
  --mint: #dcefe5;
  --canvas: #f7f8f4;
  --line: #dce4de;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", Avenir, system-ui, sans-serif; }
a { color: inherit; }
.site-header { max-width: 1180px; height: 96px; margin: auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 1.05rem; font-weight: 750; }
.brand img { width: 38px; height: 38px; border-radius: 10px; }
nav { display: flex; gap: 28px; font-size: .95rem; font-weight: 650; color: #415148; }
nav a { text-decoration: none; }
nav a:hover, .text-link:hover { color: var(--emerald); }
.hero { min-height: 670px; padding: 54px max(32px, calc((100vw - 1116px) / 2)) 0; display: grid; grid-template-columns: 1fr 420px; gap: 60px; overflow: hidden; background: radial-gradient(circle at 71% 28%, #d3ecdf 0 16%, transparent 38%), var(--canvas); }
.hero-copy { align-self: center; padding-bottom: 80px; max-width: 635px; }
.eyebrow { color: var(--emerald); font-size: .75rem; letter-spacing: .115em; font-weight: 800; margin: 0 0 18px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3.1rem, 6vw, 5.35rem); line-height: .98; letter-spacing: -.065em; margin-bottom: 26px; max-width: 620px; }
.lede { font-size: 1.2rem; line-height: 1.55; color: var(--muted); max-width: 570px; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; }
.store-button { background: var(--ink); color: var(--white); border-radius: 14px; padding: 10px 18px 10px 14px; display: inline-flex; align-items: center; gap: 10px; text-decoration: none; line-height: 1; }
.store-button .apple { font-size: 1.6rem; }
.store-button small { display: block; font-size: .62rem; opacity: .82; margin-bottom: 4px; }
.store-button strong { display: block; font-size: 1.15rem; }
.text-link { color: var(--green); font-weight: 750; text-decoration: none; }
.availability { margin-top: 16px; color: var(--muted); font-size: .88rem; }
.hero-phone, .showcase-phone { display: flex; justify-content: center; }
.hero-phone img { width: 330px; border-radius: 49px 49px 0 0; box-shadow: 0 26px 65px rgb(24 57 42 / 22%); }
.feature-intro { max-width: 720px; margin: 130px auto 48px; text-align: center; padding: 0 28px; }
h2 { font-size: clamp(2.3rem, 4vw, 3.75rem); letter-spacing: -.055em; line-height: 1.04; margin-bottom: 18px; }
.feature-intro > p:last-child, .showcase p, .privacy-copy p, .closing p, .support p { color: var(--muted); font-size: 1.1rem; line-height: 1.55; }
.feature-grid { max-width: 1116px; margin: 0 auto 145px; padding: 0 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { padding: 31px; min-height: 265px; border-radius: 24px; }
.accent-green { background: #dbece3; }.accent-mint { background: #ebf4ef; }.accent-sand { background: #edf0e8; }
.feature-number { color: var(--emerald); font-weight: 800; font-size: .85rem; }
.feature-card h3 { font-size: 1.5rem; line-height: 1.12; letter-spacing: -.04em; margin: 46px 0 12px; }.feature-card p { line-height: 1.5; color: #526258; }
.showcase { max-width: 1116px; margin: 0 auto; padding: 92px 26px; display: grid; grid-template-columns: 1fr 440px; gap: 74px; align-items: center; }.showcase.reverse { grid-template-columns: 440px 1fr; background: #e5f1ea; max-width: none; padding-left: max(26px, calc((100vw - 1064px) / 2)); padding-right: max(26px, calc((100vw - 1064px) / 2)); }.showcase.reverse .showcase-copy { order: 2; }.showcase.reverse .showcase-phone { order: 1; }
.showcase-copy { max-width: 560px; }.showcase ul { padding: 0; margin: 28px 0 0; list-style: none; }.showcase li { padding: 13px 0; border-top: 1px solid var(--line); font-size: 1rem; font-weight: 650; }.showcase li::before { content: "✓"; color: var(--emerald); padding-right: 11px; }.showcase-phone img { width: 290px; border-radius: 42px; box-shadow: 0 24px 60px rgb(24 57 42 / 18%); }
.privacy { max-width: 1116px; margin: 128px auto; padding: 54px 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.privacy h2 { max-width: 440px; }.privacy-copy { padding-top: 5px; }
.support { max-width: 1116px; margin: 0 auto 130px; padding: 0 26px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }.support-heading h2 { max-width: 430px; }.support-heading a, .privacy-copy .text-link, .policy a { color: var(--emerald); font-weight: 700; }.faq { border-top: 1px solid var(--line); }.faq details { border-bottom: 1px solid var(--line); padding: 20px 0; }.faq summary { cursor: pointer; font-weight: 750; font-size: 1.03rem; padding-right: 28px; }.faq p { margin: 14px 28px 0 0; }.policy { max-width: 790px; margin: 70px auto 120px; padding: 0 28px; }.policy h1 { font-size: clamp(2.7rem, 5vw, 4.7rem); max-width: 740px; }.policy-date { color: var(--muted); margin: 0 0 58px; }.policy section { padding: 26px 0; border-top: 1px solid var(--line); }.policy h2 { font-size: 1.55rem; letter-spacing: -.035em; margin-bottom: 10px; }.policy p { color: #526258; line-height: 1.6; font-size: 1.02rem; }
.closing { text-align: center; padding: 20px 24px 134px; }.closing img { width: 72px; border-radius: 18px; margin-bottom: 22px; }.closing h2 { margin-bottom: 12px; }.closing .store-button { margin-top: 22px; }
footer { max-width: 1116px; margin: auto; padding: 25px 26px 35px; color: var(--muted); font-size: .85rem; display: flex; justify-content: flex-start; gap: 20px; border-top: 1px solid var(--line); } footer a { text-decoration: none; } footer span, footer .company-link { margin-right: auto; }
@media (max-width: 760px) { .site-header { height: 78px; padding: 0 20px; } nav { gap: 16px; font-size: .86rem; }.hero { grid-template-columns: 1fr; gap: 8px; padding: 64px 24px 0; text-align: center; }.hero-copy { padding-bottom: 20px; }.hero-actions { justify-content: center; flex-direction: column; gap: 19px; }.hero-phone img { width: min(300px, 76vw); }.feature-intro { margin-top: 82px; }.feature-grid { grid-template-columns: 1fr; margin-bottom: 72px; }.showcase, .showcase.reverse { grid-template-columns: 1fr; padding: 72px 24px; gap: 36px; }.showcase.reverse .showcase-copy, .showcase.reverse .showcase-phone { order: initial; }.showcase-phone { order: 2; }.privacy, .support { margin: 72px 24px; padding: 48px 0; grid-template-columns: 1fr; gap: 18px; }.support { margin: 0 24px 72px; }.policy { margin: 45px auto 72px; }.closing { padding-bottom: 82px; } footer { padding-left: 20px; padding-right: 20px; gap: 13px; } footer span, footer .company-link { display: none; } }
