:root {
    --ink: #111c2b;
    --ink-soft: #314155;
    --paper: #f5f2ea;
    --paper-bright: #fffdf8;
    --line: rgba(17, 28, 43, .14);
    --orange: #f2a45c;
    --blue: #6fa6c9;
    --muted: #7a8791;
    color-scheme: light;
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
    background: var(--paper);
    color: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 28px 0; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 700; letter-spacing: -.03em; }
.brand-icon { display: block; width: 38px; height: 38px; border-radius: 10px; box-shadow: 0 1px 4px rgba(17,28,43,.18); }
.header-note { color: var(--muted); font-size: 11px; letter-spacing: .04em; }
.hero { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(44px, 8vw, 108px); min-height: 690px; padding: 54px 0 86px; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 22px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(242,164,92,.16); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.075em; }
h1 { max-width: 590px; margin-bottom: 28px; font-size: clamp(42px, 5.2vw, 72px); font-weight: 800; line-height: 1.09; }
h1 em, h2 em { color: #b9682c; font-style: normal; }
.hero-lede { max-width: 440px; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.hero-actions, .download-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 48px; padding: 0 19px; border: 1px solid transparent; border-radius: 5px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.is-disabled { cursor: not-allowed; opacity: .62; }
.button.is-disabled:hover { transform: none; }
.button:focus-visible, a:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.button-primary { color: var(--paper-bright); background: var(--ink); }
.button-primary:hover { background: #23344a; }
.button-secondary { border-color: var(--line); }
.button-secondary:hover { border-color: var(--ink); }
.microcopy { margin: 17px 0 0; color: var(--muted); font-size: 11px; }
.phone { position: relative; justify-self: center; width: min(340px, 100%); margin: 0; transform: rotate(1.5deg); }
.phone img { display: block; width: 100%; height: auto; border: 10px solid var(--ink); border-radius: 34px; background: var(--ink); box-shadow: 24px 24px 0 rgba(17,28,43,.08); }
.phone-callout { position: absolute; top: 67%; left: -13%; width: min(230px, 62vw); padding: 16px 18px; color: var(--paper-bright); background: var(--ink); border-left: 3px solid var(--orange); box-shadow: 14px 14px 0 rgba(17,28,43,.12); transform: rotate(-1.5deg); }
.callout-kicker { display: block; margin-bottom: 7px; color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.phone-callout strong { display: block; font-size: 15px; font-weight: 700; letter-spacing: -.04em; line-height: 1.5; }
.phone-callout em { color: var(--orange); font-style: normal; font-weight: 800; }
.signal-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.35); }.signal-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); align-items: center; min-height: 72px; color: var(--ink-soft); font-size: 12px; font-weight: 700; }.signal-grid span:not(.signal-label) { padding-left: 22px; border-left: 1px solid var(--line); }.signal-label { color: var(--muted); font-size: 9px; letter-spacing: .14em; }
.features { display: grid; grid-template-columns: .82fr 1.18fr; gap: 92px; padding: 150px 0 132px; }.section-intro h2, .how-heading h2, .download h2 { margin-bottom: 23px; font-size: clamp(34px, 4.2vw, 56px); line-height: 1.1; }.section-intro > p:last-child, .how-heading > p:last-child { max-width: 340px; color: var(--ink-soft); font-size: 15px; line-height: 1.8; }.feature-list { border-top: 1px solid var(--line); }.feature-item { display: grid; grid-template-columns: 52px 1fr 34px; gap: 18px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); }.feature-no { color: #b9682c; font-size: 10px; font-weight: 800; letter-spacing: .1em; }.feature-item h3 { margin-bottom: 5px; font-size: 18px; letter-spacing: -.05em; }.feature-item p { margin: 0; color: var(--ink-soft); font-size: 13px; }.feature-glyph { color: #b9682c; font-size: 25px; text-align: center; }
.how-it-works { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; padding: 0 0 150px; }.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; align-self: center; border-top: 1px solid var(--line); }.step { min-height: 180px; padding: 20px 18px 10px 0; border-right: 1px solid var(--line); }.step + .step { padding-left: 20px; }.step:last-child { border-right: 0; }.step > span { color: #b9682c; font-size: 10px; font-weight: 800; }.step h3 { margin: 28px 0 9px; font-size: 16px; letter-spacing: -.04em; }.step p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }
.download { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 78px 72px; color: var(--paper-bright); background: var(--ink); }.download h2 { margin-bottom: 14px; }.download p:last-child { margin: 0; color: #aab5c0; font-size: 14px; }.button-light { color: var(--ink); background: var(--paper-bright); }.button-outline-light { color: var(--paper-bright); border-color: rgba(255,255,255,.35); }.button-outline-light:hover { border-color: var(--paper-bright); }
.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; padding: 38px 0 48px; color: var(--muted); font-size: 10px; }.site-footer p { max-width: 500px; margin: 0; line-height: 1.7; }.site-footer nav { display: flex; gap: 18px; }.site-footer a:hover { color: var(--ink); }.site-footer > span { white-space: nowrap; }
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 55px; }.hero-copy { max-width: 680px; }.phone { transform: none; }.features, .how-it-works { grid-template-columns: 1fr; gap: 48px; }.features { padding-top: 110px; }.how-it-works { padding-bottom: 110px; }.download { padding-inline: 38px; } }
@media (max-width: 650px) { .shell { width: min(100% - 32px, 560px); }.site-header { padding: 20px 0; }.header-note { display: none; }.hero { gap: 44px; padding: 46px 0 60px; }.hero-lede { font-size: 15px; }.hero-actions, .download-actions { display: grid; grid-template-columns: 1fr; }.button { width: 100%; }.phone { width: min(300px, 100%); }.phone-callout { position: static; width: 100%; margin-top: 14px; transform: none; }.signal-grid { grid-template-columns: repeat(2, 1fr); gap: 0; padding: 10px 0; }.signal-label { grid-column: 1 / -1; padding: 8px 0 12px; }.signal-grid span:not(.signal-label) { padding: 9px 12px; }.features { padding: 88px 0 98px; }.feature-item { grid-template-columns: 34px 1fr 28px; gap: 10px; }.feature-item p { font-size: 12px; }.how-it-works { padding-bottom: 90px; }.steps { grid-template-columns: 1fr; }.step, .step + .step { min-height: 0; padding: 19px 0; border-right: 0; border-bottom: 1px solid var(--line); }.step h3 { margin-top: 12px; }.download { display: block; padding: 48px 24px; }.download-actions { margin-top: 28px; }.site-footer { grid-template-columns: 1fr; gap: 13px; padding-bottom: 34px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; }.button:hover { transform: none; }.phone, .phone-callout { transform: none; } }
