:root{--teal: #1ba098;--teal-deep: #0f766e;--teal-soft: rgba(27, 160, 152, .1);--mint: #6ee7d3;--cream: #faf8f3;--ink: #0f172a;--ink-dim: #64748b;--border: #e2e8f0;--paper: #ffffff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--cream);color:var(--ink);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Fraunces,Georgia,serif;font-weight:600;line-height:1.2;letter-spacing:-.02em}h1{font-size:64px;font-weight:700}h2{font-size:48px;font-weight:600}h3{font-size:28px;font-weight:600}h1 em,h2 em,h3 em{font-style:italic;color:var(--teal);font-weight:400}p{font-size:18px;color:var(--ink-dim);line-height:1.65}nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:#faf8f3f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1400px;margin:0 auto;padding:20px 40px;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:12px;font-family:Fraunces,serif;font-size:22px;font-weight:600;color:var(--ink);text-decoration:none}.brand svg{width:32px;height:32px}.nav-links{display:flex;gap:40px;align-items:center;list-style:none}.nav-links a{color:var(--ink);text-decoration:none;font-size:15px;font-weight:500;transition:color .2s ease}.nav-links a:hover{color:var(--teal)}.btn{padding:12px 28px;background:var(--ink);color:#fff;border:none;border-radius:100px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.btn:hover{background:var(--teal);transform:translateY(-2px)}.btn-primary{background:var(--teal);color:#fff}.btn-primary:hover{background:var(--teal-deep)}main{margin-top:80px}section{padding:100px 40px;max-width:1400px;margin:0 auto}.section-label{display:inline-block;font-family:Inter Tight,sans-serif;font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--teal);margin-bottom:20px}.hero{padding:120px 40px 100px;background:linear-gradient(135deg,var(--cream) 0%,rgba(27,160,152,.05) 100%)}.hero-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-text h1{margin-bottom:24px;line-height:1.15}.hero-text p{font-size:20px;margin-bottom:40px;max-width:50ch}.hero-cta{display:flex;gap:16px;margin-bottom:40px}.app-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#1ba0981a;border:1px solid var(--teal);border-radius:100px;font-size:12px;font-weight:600;color:var(--teal);text-transform:uppercase;letter-spacing:.1em}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:60px;padding-top:60px;border-top:1px solid var(--border)}.trust-item{display:flex;gap:12px}.trust-icon{width:24px;height:24px;flex-shrink:0;color:var(--teal)}.trust-text{font-size:15px;color:var(--ink-dim)}.feature-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:80px}.feature-section.reversed{grid-template-columns:1fr 1fr}.feature-section.reversed .feature-text{order:2}.feature-section.reversed .feature-image{order:1}.feature-text h2{margin-bottom:24px}.feature-text p{margin-bottom:20px}.feature-bullets{list-style:none;display:flex;flex-direction:column;gap:16px;margin-top:32px}.feature-bullets li{display:flex;gap:12px;align-items:flex-start;font-size:15px}.feature-bullets li:before{content:"✓";color:var(--teal);font-weight:700;flex-shrink:0;margin-top:2px}.feature-image{position:relative;display:flex;justify-content:center;align-items:center}.phone-frame{position:relative;width:100%;max-width:420px;aspect-ratio:9 / 19.5;background:#0f172a;border-radius:40px;padding:9px;box-shadow:0 30px 60px -15px #0f172a4d,0 15px 40px -10px #2aa39a40,inset 0 0 0 1.5px #ffffff14}.phone-frame img{width:100%;height:100%;border-radius:31px;object-fit:cover;display:block}.premium-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:60px}.premium-card{padding:40px;background:var(--paper);border:1px solid var(--border);border-radius:20px;text-align:center;transition:all .3s ease}.premium-card:hover{border-color:var(--teal);box-shadow:0 10px 30px #1ba0981a}.premium-icon{width:56px;height:56px;background:#1ba0981a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:var(--teal)}.premium-card h3{margin-bottom:12px;font-size:18px}.premium-card p{font-size:15px}.philosophy{background:linear-gradient(160deg,var(--teal) 0%,var(--teal-deep) 100%);color:#fff;border-radius:32px;padding:80px 60px;position:relative;overflow:hidden;text-align:center}.philosophy:before{content:"";position:absolute;top:-200px;left:-150px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.15),transparent 70%);pointer-events:none}.philosophy:after{content:"";position:absolute;bottom:-200px;right:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.1),transparent 70%);pointer-events:none}.philosophy-content{position:relative;z-index:1}.philosophy blockquote{font-family:Fraunces,serif;font-size:36px;font-weight:400;line-height:1.5;margin-bottom:24px;max-width:50ch;margin-left:auto;margin-right:auto}.philosophy-author{font-size:14px;opacity:.9}footer{background:var(--ink);color:#fff;padding:80px 40px 40px;position:relative;overflow:hidden}.footer-content{max-width:1400px;margin:0 auto 60px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;position:relative;z-index:2}.footer-brand h3{font-family:Fraunces,serif;font-size:24px;margin-bottom:12px}.footer-col h4{font-family:Inter Tight,sans-serif;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffff80;margin-bottom:20px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-col a{color:#ffffffd9;text-decoration:none;font-size:14px;transition:color .2s ease}.footer-col a:hover{color:#fff}.footer-bottom{padding-top:40px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.1);position:relative;z-index:2}.footer-copyright{color:#fff9;font-size:13px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:fadeInUp .8s ease-out forwards;opacity:0}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (min-width: 1024px){.nav-inner{padding:24px 60px}section{padding:120px 60px}.hero{padding:140px 60px 120px}.hero-content{gap:100px}.feature-section{gap:100px;margin-bottom:120px}.trust-row{grid-template-columns:repeat(3,1fr);gap:60px}.premium-grid{grid-template-columns:repeat(2,1fr);gap:60px}}@media (min-width: 768px) and (max-width: 1023px){h1{font-size:48px}h2{font-size:36px}.nav-inner{padding:20px 30px}section{padding:80px 30px}.hero{padding:100px 30px 80px}.hero-content{grid-template-columns:1fr 1fr;gap:60px}.feature-section{gap:60px;margin-bottom:80px}.trust-row,.premium-grid{grid-template-columns:repeat(2,1fr);gap:40px}.phone-frame{max-width:360px}}@media (max-width: 767px){h1{font-size:36px;line-height:1.15}h2{font-size:28px;line-height:1.2}h3{font-size:22px}p{font-size:16px}.nav-inner{padding:16px 20px}.nav-links{display:none}.brand{font-size:18px}main{margin-top:70px}section{padding:60px 20px}.section-label{font-size:11px;margin-bottom:16px}.hero{padding:80px 20px 60px;background:linear-gradient(135deg,var(--cream) 0%,rgba(27,160,152,.08) 100%)}.hero-content{grid-template-columns:1fr;gap:40px}.hero-text h1{margin-bottom:20px}.hero-text p{font-size:16px;margin-bottom:32px}.hero-cta{flex-direction:column;gap:12px}.hero-cta .btn{width:100%;justify-content:center}.trust-row{grid-template-columns:1fr;gap:24px;margin-top:40px;padding-top:40px}.trust-item{gap:12px}.trust-text{font-size:14px}.feature-section{grid-template-columns:1fr;gap:40px;margin-bottom:60px}.feature-section.reversed{grid-template-columns:1fr}.feature-section.reversed .feature-text{order:0}.feature-section.reversed .feature-image{order:1}.feature-text h2{margin-bottom:20px}.feature-text p{font-size:15px;margin-bottom:16px}.feature-bullets{gap:12px;margin-top:24px}.feature-bullets li{font-size:14px}.phone-frame{max-width:280px}.premium-grid{grid-template-columns:1fr;gap:24px;margin-top:40px}.premium-card{padding:32px 24px}.premium-card h3{font-size:16px}.premium-card p{font-size:14px}.philosophy{border-radius:24px;padding:60px 24px}.philosophy blockquote{font-size:24px;line-height:1.4;max-width:100%}.philosophy-author{font-size:13px}footer{padding:60px 20px 30px}.footer-content{grid-template-columns:1fr;gap:40px}.footer-bottom{flex-direction:column;text-align:center}.btn{padding:12px 24px;font-size:14px}.btn-primary{width:100%}}@media (max-width: 479px){h1{font-size:28px}h2{font-size:22px}.nav-inner{padding:14px 16px}section{padding:50px 16px}.hero{padding:70px 16px 50px}.hero-cta{gap:8px}.phone-frame{max-width:240px}.philosophy{padding:50px 20px}.philosophy blockquote{font-size:20px}}.desktop-only{display:block}.mobile-only{display:none}@media (max-width: 767px){.desktop-only{display:none}.mobile-only{display:block}.hero{padding:80px 20px!important}.hero-content{flex-direction:column!important}.hero-text{text-align:center}h1{font-size:36px}h2{font-size:28px}.feature-section{padding:60px 20px!important}.feature-section>div{grid-template-columns:1fr!important;gap:40px!important}.habit-intelligence>div{grid-template-columns:1fr!important;gap:40px!important}.trust-row{flex-direction:column!important;gap:24px!important}.btn{font-size:16px;padding:14px 24px!important}.hero-cta{flex-direction:column!important}.hero-cta .btn{width:100%}p{font-size:16px}.section-label{font-size:12px}.philosophy blockquote{font-size:24px!important}.philosophy p{font-size:14px}.premium-grid{grid-template-columns:1fr!important}}@media (max-width: 1024px) and (min-width: 768px){.feature-section>div{grid-template-columns:1fr!important;gap:40px!important}h1{font-size:48px}h2{font-size:36px}}
