:root{--ink:#10213f;--muted:#52627a;--sky:#0b75c9;--sky-dark:#07538f;--sky-soft:#e6f5ff;--yellow:#ffcf4a;--pink:#f38ab8;--mint:#64c6a5;--line:#dce8f3;--surface:#fff;--background:#f7fbff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--background);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}.muted{color:var(--muted);line-height:1.65}a:focus-visible,button:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #f59e0b}.site-shell{min-height:100vh;overflow:hidden}.site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7fbffeb;border-bottom:1px solid #dce8f3e6;position:sticky;top:0}.header-inner,.footer-inner,.container{width:min(1120px,100% - 40px);margin:0 auto}.header-inner{align-items:center;gap:28px;min-height:72px;display:flex}.brand{white-space:nowrap;align-items:center;gap:10px;font-weight:900;display:inline-flex}.brand-mark{color:#ffdb45;background:linear-gradient(135deg,#70cdf4,#168bd2);border-radius:13px;place-items:center;width:38px;height:38px;font-size:23px;display:grid;box-shadow:inset 0 0 0 4px #fff}.brand-text{letter-spacing:-.03em;font-size:1.12rem}.nav{color:var(--muted);align-items:center;gap:18px;margin-left:auto;font-size:.9rem;font-weight:700;display:flex}.nav a:hover{color:var(--sky-dark)}.header-actions{align-items:center;gap:10px;display:flex}.button{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 19px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0d5b942e}.button-primary{color:#fff;background:var(--sky-dark)}.button-primary:hover{background:#063f6d}.button-secondary{color:var(--sky-dark);background:#fff;border:1px solid #b9d9ef}.hero{background:radial-gradient(circle at 88% 10%,#fff4c9 0,#0000 28%),linear-gradient(135deg,#e9f7ff 0%,#f8fbff 54%,#fff3f8 100%);padding:92px 0 76px}.hero-grid{grid-template-columns:1.06fr .94fr;align-items:center;gap:64px;display:grid}.eyebrow{color:var(--sky-dark);letter-spacing:.04em;text-transform:uppercase;background:#fff;border-radius:999px;padding:8px 13px;font-size:.78rem;font-weight:900;display:inline-flex}h1,h2,h3{letter-spacing:-.045em;margin:0;line-height:1.08}h1{max-width:720px;margin-top:20px;font-size:clamp(2.7rem,6vw,5.2rem)}h2{font-size:clamp(2rem,4vw,3.3rem)}h3{font-size:1.3rem}.hero-copy,.section-intro{color:var(--muted);font-size:1.13rem;line-height:1.75}.hero-copy{max-width:620px;margin:24px 0 30px}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-note{color:#6a7890;margin-top:18px;font-size:.9rem}.app-preview{background:linear-gradient(145deg,#8bd7f7,#e8fbff 58%,#ffe6f1);border:8px solid #fff;border-radius:34px;min-height:390px;padding:22px;position:relative;box-shadow:0 28px 70px #1c68a02e}.preview-window{background:#ffffffeb;border-radius:23px;height:100%;min-height:340px;padding:22px;box-shadow:0 14px 30px #0a3f661f}.preview-top{color:#7890a8;justify-content:space-between;align-items:center;font-size:.78rem;font-weight:800;display:flex}.preview-points{color:#fff;background:linear-gradient(135deg,#0b75c9,#5dbbe8);border-radius:20px;margin-top:22px;padding:19px}.preview-points strong{margin-top:5px;font-size:2.7rem;display:block}.preview-task{border:1px solid #e4eef6;border-radius:16px;align-items:center;gap:12px;margin-top:14px;padding:14px;font-weight:800;display:flex}.preview-check{color:#16804f;background:#dff7ea;border-radius:50%;place-items:center;width:24px;height:24px;display:grid}.section{padding:88px 0}.section-alt{background:#fff}.section-heading{max-width:720px;margin-bottom:38px}.section-heading .section-intro{margin:16px 0 0}.center{text-align:center;margin-left:auto;margin-right:auto}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.card{border:1px solid var(--line);background:var(--surface);border-radius:24px;padding:28px;box-shadow:0 12px 30px #184b730f}.card p,.content-page p,.content-page li{color:var(--muted);line-height:1.75}.card p{margin:12px 0 0}.pillar-icon{border-radius:18px;place-items:center;width:54px;height:54px;margin-bottom:20px;font-size:1.6rem;display:grid}.pillar-habit .pillar-icon{background:#fff2bf}.pillar-encourage .pillar-icon{background:#ffe4f0}.pillar-grow .pillar-icon{background:#dcf5ec}.bullet-list{gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.bullet-list li{color:var(--muted);padding-left:25px;line-height:1.55;position:relative}.bullet-list li:before{content:"✓";color:var(--sky);font-weight:900;position:absolute;top:0;left:0}.steps{counter-reset:step;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.step{background:#f3f9fd;border:1px solid #dcecf6;border-radius:20px;padding:23px 18px;position:relative}.step:before{counter-increment:step;content:counter(step);background:var(--sky-dark);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;margin-bottom:14px;font-weight:900;display:grid}.step p{color:var(--muted);margin:0;font-weight:700;line-height:1.55}.quote{border-left:5px solid var(--yellow);color:#5e5b42;background:#fffdf1;border-radius:0 18px 18px 0;padding:28px;line-height:1.75}.faq{gap:12px;max-width:850px;margin:0 auto;display:grid}.faq details{border:1px solid var(--line);background:#fff;border-radius:16px;padding:20px 22px}.faq summary{cursor:pointer;font-weight:900}.faq p{color:var(--muted);margin:14px 0 0;line-height:1.7}.cta{color:#fff;background:linear-gradient(125deg,#0a5793,#0c82d0);padding:62px 0}.cta-inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.cta p{color:#d8efff;max-width:620px;margin:12px 0 0;line-height:1.7}.cta .button-secondary{border:0}.page-hero{background:linear-gradient(135deg,#eaf7ff,#fff);padding:72px 0 56px}.page-hero p{max-width:720px;color:var(--muted);margin:18px 0 0;font-size:1.1rem;line-height:1.75}.content-page{background:#fff;padding:60px 0 90px}.content-page .prose{max-width:820px}.content-page h2{margin:36px 0 14px;font-size:2rem}.content-page h3{margin:24px 0 10px}.content-page p{margin:0 0 16px}.content-page ul{padding-left:22px}.notice{background:var(--sky-soft);color:#174c72;border:1px solid #bde1f6;border-radius:16px;padding:18px 20px;line-height:1.65}.guide-meta{color:#70819a;flex-wrap:wrap;gap:10px;margin-top:16px;font-size:.9rem;font-weight:700;display:flex}.footer{border-top:1px solid var(--line);background:#fff;padding:54px 0 24px}.footer-grid{grid-template-columns:1.3fr repeat(3,1fr);gap:32px;display:grid}.footer h3{letter-spacing:0;margin-bottom:14px;font-size:1rem}.footer p,.footer a{color:var(--muted);font-size:.9rem;line-height:1.7}.footer-links{gap:8px;display:grid}.footer a:hover{color:var(--sky-dark)}.copyright{border-top:1px solid var(--line);color:#7b899c;justify-content:space-between;gap:15px;margin-top:30px;padding-top:26px;font-size:.82rem;display:flex}.not-found{text-align:center;place-items:center;min-height:60vh;padding:80px 20px;display:grid}@media (max-width:900px){.header-inner{flex-wrap:wrap;padding:10px 0 0}.nav{scrollbar-width:none;order:3;width:100%;margin-left:0;padding-bottom:10px;display:flex;overflow-x:auto}.nav::-webkit-scrollbar{display:none}.header-actions .button-secondary{display:none}.hero-grid,.grid-2{grid-template-columns:1fr}.hero{padding-top:64px}.steps{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:1fr}.cta-inner{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.header-inner,.footer-inner,.container{width:min(100% - 28px,1120px)}.header-inner{gap:10px;min-height:64px}.brand-text{font-size:1rem}.header-actions .button-primary{padding:0 13px;font-size:.82rem}.hero{padding:54px 0}.section{padding:64px 0}.app-preview{border-width:5px;min-height:320px;padding:12px}.preview-window{min-height:288px;padding:15px}.steps{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:22px 16px}.copyright{flex-direction:column}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
