:root{--background:#fbfaf7;--surface:#ffffff;--surface-soft:#f4f2ee;--ink:#111312;--muted:#606665;--muted-strong:#3d4543;--border:#e2ded7;--border-strong:#d3cec4;--teal:#1f5d58;--teal-dark:#153f3d;--teal-soft:#e8f2ef;--gold:#c4873b;--gold-soft:#f3e4cd;--shadow-soft:0 24px 70px rgba(21,31,29,0.11);--shadow-card:0 18px 48px rgba(21,31,29,0.08);--radius-large:34px;--radius-card:24px;--radius-small:14px;--max-width:1180px;--font-sans:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Segoe UI",sans-serif;--font-serif:Georgia,"Times New Roman",serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}.site-shell{min-height:100vh;overflow:hidden}.container{width:min(100% - 40px,var(--max-width));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(226,222,215,.72);background:rgba(251,250,247,.82);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav{display:flex;min-height:72px;justify-content:space-between;gap:24px}.brand,.nav{align-items:center}.brand{display:inline-flex;gap:12px;font-size:.98rem;font-weight:700}.brand-icon{width:38px;height:38px;border-radius:12px;box-shadow:0 10px 24px rgba(31,93,88,.18)}.nav-links{display:flex;align-items:center;gap:28px;color:var(--muted-strong);font-size:.95rem;font-weight:600}.nav-links a{transition:color .18s ease}.nav-links a:hover{color:var(--teal)}.hero{position:relative;padding:82px 0 100px}.hero:before{position:absolute;inset:12% auto auto 58%;width:360px;height:360px;border-radius:999px;background:radial-gradient(circle,rgba(196,135,59,.18),transparent 68%);content:"";pointer-events:none;z-index:0}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,430px);align-items:center;grid-gap:78px;gap:78px}.hero-copy{max-width:680px}.hero h1,.legal-title,.section-heading{margin:0;font-family:var(--font-serif);font-weight:700;letter-spacing:0}.hero h1{max-width:760px;font-size:4.85rem;line-height:.98}.hero-copy p{max-width:620px;margin:28px 0 0;color:var(--muted);font-size:1.32rem;line-height:1.6}.download-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:38px}.store-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;border-radius:999px;padding:0 24px;border:1px solid transparent;font-size:.96rem;font-weight:750;line-height:1;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.store-button:hover{transform:translateY(-2px)}.store-button-primary{background:var(--teal-dark);color:white;box-shadow:0 18px 34px rgba(21,63,61,.2)}.store-button-primary:hover{background:var(--teal);box-shadow:0 20px 42px rgba(21,63,61,.26)}.store-button-secondary{background:var(--surface);border-color:var(--border-strong);color:var(--teal-dark)}.store-button-secondary:hover{border-color:rgba(31,93,88,.36);box-shadow:0 14px 30px rgba(21,31,29,.08)}.hero-note{display:flex;align-items:center;gap:12px;margin-top:42px;color:var(--muted-strong);font-size:.98rem;line-height:1.6}.hero-note-line{width:40px;height:1px;background:var(--gold)}.phone-stage{position:relative;display:flex;justify-content:center;animation:phone-float 7s ease-in-out infinite}.phone-stage:after{position:absolute;right:-28px;bottom:42px;width:88px;height:88px;border-radius:999px;background:rgba(232,242,239,.86);content:"";filter:blur(1px);z-index:-1}.phone-frame{width:min(100%,378px);border-radius:52px;background:#121716;padding:10px;box-shadow:0 38px 86px rgba(15,32,30,.22),inset 0 0 0 1px rgba(255,255,255,.12)}.phone-screen{overflow:hidden;border-radius:42px;background:white}.phone-screen img{width:100%;height:auto}.section{padding:110px 0}.section-soft{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-header{max-width:760px;margin-bottom:44px}.section-heading{font-size:3rem;line-height:1.1}.legal-intro,.section-copy{margin:18px 0 0;color:var(--muted);font-size:1.12rem;line-height:1.75}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.feature-card{min-height:292px;border:1px solid var(--border);border-radius:var(--radius-card);background:rgba(255,255,255,.72);padding:28px;box-shadow:var(--shadow-card);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.feature-card:hover{transform:translateY(-4px);border-color:rgba(31,93,88,.24);box-shadow:0 24px 56px rgba(21,31,29,.12)}.feature-mark{width:44px;height:44px;border-radius:16px;margin-bottom:42px;background:linear-gradient(135deg,rgba(31,93,88,.92),rgba(31,93,88,.68)),var(--teal);box-shadow:0 14px 30px rgba(31,93,88,.18)}.feature-card:nth-child(2) .feature-mark{background:linear-gradient(135deg,rgba(196,135,59,.92),rgba(196,135,59,.66)),var(--gold);box-shadow:0 14px 30px rgba(196,135,59,.16)}.feature-card h3,.step h3,.support-form h2{margin:0;font-size:1.28rem;line-height:1.22;letter-spacing:0}.feature-card p,.policy-section li,.policy-section p,.step p,.support-copy{color:var(--muted);font-size:1rem;line-height:1.72}.feature-card p{margin:18px 0 0}.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.step{min-height:238px;padding:36px 34px}.step+.step{border-left:1px solid var(--border)}.step-number{margin-bottom:54px;color:var(--gold);font-family:var(--font-serif);font-size:2.6rem;line-height:1}.step p{margin:16px 0 0}.privacy-band{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);grid-gap:70px;gap:70px;align-items:center;border-radius:var(--radius-large);background:var(--surface-soft);padding:62px}.privacy-accent{display:grid;min-height:320px;place-items:center;border:1px solid rgba(31,93,88,.14);border-radius:30px;background:radial-gradient(circle at center,rgba(31,93,88,.18),transparent 55%),#f9f7f2}.privacy-symbol{width:150px;height:150px;border-radius:44px;background:var(--teal-dark);box-shadow:0 30px 60px rgba(21,63,61,.22);position:relative}.privacy-symbol:after,.privacy-symbol:before{position:absolute;content:""}.privacy-symbol:before{left:46px;top:30px;width:58px;height:48px;border:12px solid #fff7eb;border-bottom:0;border-radius:32px 32px 0 0}.privacy-symbol:after{left:39px;bottom:30px;width:72px;height:60px;border-radius:18px;background:#fff7eb}.final-cta{padding:122px 0;text-align:center}.final-cta .section-heading{max-width:760px;margin:0 auto}.final-cta .section-copy{max-width:620px;margin:22px auto 0}.final-cta .download-row{justify-content:center}.site-footer{padding:48px 0;border-top:1px solid var(--border);background:#f7f5f0}.footer-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:32px;gap:32px;align-items:end}.footer-brand{margin:0 0 10px;font-weight:800}.copyright,.footer-text{margin:0;color:var(--muted);line-height:1.65}.footer-links{display:flex;justify-content:flex-end;gap:24px;margin-bottom:12px;color:var(--muted-strong);font-weight:650}.footer-links a:hover{color:var(--teal)}.legal-main,.support-main{padding:76px 0 112px}.legal-hero,.support-hero{max-width:780px;margin-bottom:52px}.legal-title{font-size:3.8rem;line-height:1.04}.effective-date{margin:0 0 20px;color:var(--teal);font-size:.95rem;font-weight:800}.policy-section{max-width:820px;padding:32px 0;border-top:1px solid var(--border)}.policy-section h2{margin:0 0 14px;font-size:1.26rem;letter-spacing:0}.policy-section p{margin:0}.policy-section p+p,.policy-section ul{margin-top:14px}.policy-section ul{padding-left:22px}.support-layout{display:grid;grid-template-columns:minmax(0,.7fr) minmax(360px,1fr);grid-gap:70px;gap:70px;align-items:start}.support-panel{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);padding:34px;box-shadow:var(--shadow-card)}.support-copy{margin:16px 0 0}.support-points{display:grid;grid-gap:16px;gap:16px;margin-top:30px;padding:0;list-style:none}.support-points li{border-top:1px solid var(--border);padding-top:16px;color:var(--muted-strong);line-height:1.6}.support-form{display:grid;grid-gap:18px;gap:18px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.field{display:grid;grid-gap:8px;gap:8px}.field-wide{grid-column:1/-1}.field label{color:var(--muted-strong);font-size:.92rem;font-weight:750}.field input,.field select,.field textarea{width:100%;border:1px solid var(--border-strong);border-radius:16px;background:#fffdf9;color:var(--ink);padding:14px 15px;font-size:1rem;line-height:1.4;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.field textarea{min-height:168px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:rgba(31,93,88,.58);background:white;box-shadow:0 0 0 4px rgba(31,93,88,.11)}.form-status{border-radius:18px;padding:16px 18px;background:var(--teal-soft);color:var(--teal-dark);font-weight:750;line-height:1.5}.form-error{background:#fbede4;color:#7d3f1d}.submit-button{width:-moz-fit-content;width:fit-content;min-height:54px;border:0;border-radius:999px;background:var(--teal-dark);color:white;cursor:pointer;padding:0 28px;font-weight:800;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.submit-button:hover{transform:translateY(-2px);background:var(--teal);box-shadow:0 18px 36px rgba(21,63,61,.2)}.submit-button:disabled{cursor:wait;opacity:.72;transform:none;box-shadow:none}.fade-up{animation:fade-up .65s ease both}.fade-up-delay{animation:fade-up .78s ease .12s both}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes phone-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}@media (max-width:980px){.hero{padding-top:62px}.hero-grid,.privacy-band,.support-layout{grid-template-columns:1fr;gap:54px}.hero h1{font-size:4rem}.phone-stage{justify-content:flex-start}.feature-grid,.steps{grid-template-columns:1fr}.step+.step{border-left:0;border-top:1px solid var(--border)}}@media (max-width:720px){.container{width:min(100% - 28px,var(--max-width))}.nav{min-height:auto;flex-direction:column;align-items:flex-start;padding:16px 0;gap:16px}.nav-links{width:100%;justify-content:space-between;gap:14px;font-size:.9rem}.hero{padding:48px 0 70px}.hero h1{font-size:3.05rem;line-height:1.02}.hero-copy p,.legal-intro,.section-copy{font-size:1.02rem}.download-row{flex-direction:column}.store-button,.submit-button{width:100%}.phone-frame{width:min(100%,330px);border-radius:44px;padding:8px}.phone-screen{border-radius:36px}.section{padding:76px 0}.legal-title,.section-heading{font-size:2.35rem}.feature-card,.step,.support-panel{padding:24px}.privacy-band{padding:24px;border-radius:26px}.privacy-accent{min-height:230px}.footer-grid,.form-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.legal-main,.support-main{padding:54px 0 82px}}@media (max-width:420px){.hero h1{font-size:2.72rem}.legal-title,.section-heading{font-size:2.08rem}}