:root{color-scheme:light;--bg: #fbfaf7;--surface: #ffffff;--surface-strong: #f2f7f4;--surface-blue: #eef5ff;--ink: #18211f;--muted: #586561;--line: #d9e1dd;--accent: #147d64;--accent-strong: #0d5d4a;--warm: #f2b84b;--blue: #2f6fbd;--shadow: 0 16px 40px rgba(24, 33, 31, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.site-header,.site-footer{width:min(1120px,calc(100% - 32px));margin:0 auto}.site-header{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:20px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;color:var(--ink)}.brand img{border-radius:8px}.main-nav,.site-footer nav{display:flex;flex-wrap:wrap;gap:18px;color:var(--muted);font-size:.95rem}.main-nav a:hover,.site-footer a:hover{color:var(--accent)}.section{padding:72px 0}.section.tight{padding:44px 0}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.hero{display:grid;align-items:center;padding:56px 0 64px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);gap:56px;align-items:center}.home-hero{background:linear-gradient(180deg,#fff7e7e6,#fbfaf700 58%),var(--bg)}.hero-copy{position:relative;z-index:1}.eyebrow{margin:0 0 12px;color:var(--accent);font-size:.86rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3{margin:0;line-height:1.08;letter-spacing:0}h1{max-width:780px;font-size:clamp(2.55rem,8vw,5.4rem)}h2{max-width:760px;font-size:clamp(2rem,5vw,3.4rem)}h3{font-size:1.2rem}.lead{max-width:680px;margin:22px 0 0;color:var(--muted);font-size:clamp(1.05rem,2vw,1.22rem)}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);font-weight:750;box-shadow:0 1px #18211f0a;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.button.primary{border-color:var(--accent);background:var(--accent);color:#fff}.button.primary:hover{background:var(--accent-strong)}.button:hover{border-color:var(--accent);color:var(--accent-strong);transform:translateY(-1px)}.button.primary:hover{color:#fff}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:680px;margin-top:32px}.hero-stats div{min-height:96px;border:1px solid var(--line);border-radius:8px;background:#ffffffc7;padding:16px}.hero-stats strong,.hero-stats span{display:block}.hero-stats strong{color:var(--accent-strong);font-size:clamp(1.35rem,3vw,2rem);line-height:1}.hero-stats span{margin-top:8px;color:var(--muted);font-size:.92rem;line-height:1.35}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;margin:0}.home-screen-image{width:min(100%,340px);max-height:720px;height:auto;object-fit:contain;border-radius:28px;box-shadow:var(--shadow)}.band{background:var(--surface);border-block:1px solid var(--line)}.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:30px}.section-head p{max-width:460px;margin:0;color:var(--muted)}.feature-grid,.article-grid,.two-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.two-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card{min-height:100%;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:24px}.feature-card{display:grid;align-content:start;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.feature-card:hover{border-color:#147d6457;box-shadow:0 12px 30px #18211f14;transform:translateY(-2px)}.card img{width:56px;height:56px;object-fit:contain;margin-bottom:18px}.card p,.article-body p,.article-body li,.faq p{color:var(--muted)}.card a{display:inline-block;margin-top:8px;color:var(--accent);font-weight:800}.routine-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);gap:42px;align-items:start}.routine-copy{position:sticky;top:24px}.flow-list{display:grid;gap:14px}.flow-item{display:grid;grid-template-columns:60px minmax(0,1fr);gap:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:22px}.flow-item>span{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:8px;background:var(--surface-blue);color:var(--blue);font-weight:900}.flow-item h3{margin-bottom:8px}.flow-item p{margin:0;color:var(--muted)}.app-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;border:1px solid rgba(20,125,100,.22);border-radius:8px;background:linear-gradient(135deg,#147d641a,#f2b84b1f),var(--surface);padding:34px}.app-cta h2{font-size:clamp(1.75rem,4vw,2.7rem)}.app-cta p{max-width:680px;margin:16px 0 0;color:var(--muted)}.app-cta .button{flex:0 0 auto}.check-list{display:grid;gap:12px;margin:24px 0 0;padding:0;list-style:none}.check-list li{position:relative;padding-left:28px}.check-list li:before{content:"";position:absolute;left:0;top:.55em;width:12px;height:12px;border-radius:50%;background:var(--warm)}.download-hero{padding-top:64px}.download-copy{align-self:center}.download-highlights{display:grid;gap:12px;max-width:640px;margin:30px 0 0;padding:0;list-style:none}.download-highlights li{border-left:4px solid var(--accent);padding:12px 14px;border-radius:0 8px 8px 0;background:var(--surface);color:var(--muted)}.download-panel{min-height:100%;border:1px solid var(--line);border-radius:8px;background:linear-gradient(145deg,#147d6424,#2f6fbd1a),var(--surface);padding:28px;box-shadow:var(--shadow)}.qr-card{display:grid;gap:24px;align-content:center;min-height:100%}.qr-card img{width:min(100%,260px);height:auto;border:12px solid #fff;border-radius:8px;background:#fff;box-shadow:0 14px 32px #18211f1f}.qr-card h2{font-size:clamp(1.75rem,4vw,2.55rem)}.qr-card p{max-width:520px;color:var(--muted)}.download-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.download-grid h2{font-size:clamp(1.35rem,3vw,2rem)}.article-body{width:min(820px,calc(100% - 32px));margin:0 auto}.article-body h1{font-size:clamp(2.2rem,6vw,4rem)}.article-body h2{margin-top:42px;font-size:clamp(1.6rem,4vw,2.25rem)}.article-body a{color:var(--accent);font-weight:750}.faq{display:grid;gap:12px}.faq details{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:18px 20px}.faq summary{cursor:pointer;font-weight:800}.site-footer{display:flex;justify-content:space-between;gap:24px;padding:36px 0;border-top:1px solid var(--line)}.site-footer p{max-width:520px;margin:12px 0 0;color:var(--muted)}@media(max-width:860px){.site-header,.site-footer,.section-head{align-items:flex-start;flex-direction:column}.hero{min-height:auto;padding:36px 0 48px}.hero-grid,.feature-grid,.article-grid,.download-grid,.two-grid,.routine-grid{grid-template-columns:1fr}.hero-grid{gap:34px}.hero-stats{grid-template-columns:1fr}.home-screen-image{width:min(100%,320px);max-height:690px}.routine-copy{position:static}.app-cta{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.site-header{min-height:auto;padding:18px 0}.main-nav{gap:12px;font-size:.9rem}.hero-stats div{min-height:auto}.home-screen-image{width:min(100%,300px);max-height:660px}.flow-item{grid-template-columns:1fr}.app-cta{padding:24px}}
