:root{--bg:#faf9f6;--bg-raised:#f2f1ec;--card:#fff;--border:#23232617;--ink:#232326;--ink-soft:#4a4a4f;--muted:#7a7a80;--green:#4cc15a;--green-tint:#4cc15a24;--yellow:#fdc734;--yellow-tint:#fdc73429;--pink:#ff7ca3;--pink-tint:#ff7ca324;--accent:var(--green);--accent-tint:var(--green-tint);--radius-lg:28px;--radius-md:18px;--radius-sm:12px;--container:1120px;--shadow-card:0 1px 2px #2323260a, 0 12px 32px -18px #23232629}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.nav{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#faf9f6c7;position:sticky;top:0}.nav-container{max-width:var(--container);justify-content:space-between;align-items:center;gap:24px;margin:0 auto;padding:12px 24px;display:flex}.nav-logo{letter-spacing:-.01em;color:var(--ink);align-items:center;gap:10px;font-size:18px;font-weight:700;display:flex}.nav-logo-mark{width:32px;height:32px;box-shadow:var(--shadow-card);border-radius:9px;overflow:hidden}.nav-logo-mark img{object-fit:cover;width:100%;height:100%}.nav-links{align-items:center;gap:28px;display:flex}.nav-link{color:var(--muted);font-size:14px;font-weight:500;transition:color .15s}.nav-link:hover{color:var(--ink)}.nav-right{align-items:center;gap:12px;display:flex}.nav-download-btn{background:var(--ink);color:#fff;border-radius:999px;padding:9px 18px;font-size:14px;font-weight:600;transition:transform .15s,opacity .15s}.nav-download-btn:hover{opacity:.85;transform:translateY(-1px)}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:8px;display:none}.nav-hamburger span{background:var(--ink);border-radius:2px;width:20px;height:2px}.mobile-menu{border-bottom:1px solid var(--border);background:var(--bg);flex-direction:column;gap:4px;padding:16px 24px 24px;display:none}.mobile-menu.open{display:flex}.mobile-menu-link{border-bottom:1px solid var(--border);color:var(--ink);padding:12px 4px;font-size:15px;font-weight:500}.mobile-download-btn{text-align:center;background:var(--ink);color:#fff;border-radius:999px;margin-top:12px;padding:12px;font-weight:600}.hero{padding:88px 0 56px}.hero-container{grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;display:grid}.hero-title{letter-spacing:-.03em;color:var(--ink);margin:0 0 20px;font-size:clamp(38px,5.2vw,60px);font-weight:700;line-height:1.06}.hero-title-muted{color:var(--muted)}.hero-subtitle{color:var(--ink-soft);max-width:480px;margin:0 0 32px;font-size:18px;line-height:1.55}.hero-buttons{flex-wrap:wrap;gap:14px;display:flex}.store-badge img,.store-badge svg{height:44px}.store-badge{background:var(--ink);color:#fff;border:1px solid var(--ink);border-radius:12px;align-items:center;gap:10px;padding:10px 18px;font-size:14px;font-weight:600;transition:transform .15s;display:inline-flex}.store-badge:hover{transform:translateY(-2px)}.store-badge--large{padding:13px 22px}.store-badge-icon{width:22px;height:22px}.store-badge-text{flex-direction:column;line-height:1.1;display:flex}.store-badge-text small{opacity:.7;font-size:10px;font-weight:500}.store-badge-text strong{font-size:16px}.hero-phone{justify-content:center;display:flex;position:relative}.phone-frame{aspect-ratio:9/18.5;background:var(--ink);border-radius:44px;flex-direction:column;gap:10px;width:min(300px,78vw);padding:18px 16px;display:flex;box-shadow:0 40px 90px -30px #23232659,0 16px 40px #23232624}.phone-frame .phone-row{background:#fff;border-radius:14px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.phone-frame .phone-row .emoji{margin-right:10px;font-size:18px}.phone-frame .phone-row .label{color:var(--muted);flex:1;font-size:13px}.phone-frame .phone-row .amount{color:var(--ink);font-size:13px;font-weight:700}.phone-frame .phone-row:first-child{background:var(--green-tint)}.phone-frame .phone-row:nth-child(2){background:var(--yellow-tint)}.phone-frame .phone-row:nth-child(3){background:var(--pink-tint)}.phone-frame .phone-total{text-align:center;color:#fff;margin-top:8px}.phone-frame .phone-total .big{letter-spacing:-.02em;font-size:28px;font-weight:800}.phone-frame .phone-total .caption{opacity:.6;font-size:12px}.transformation{padding:32px 0 88px}.transformation-steps{align-items:flex-start;gap:28px;display:flex}.transformation-step{text-align:center;flex:1}.transformation-connector{background:var(--border);width:1px;height:120px;margin-top:40px}.step-visual{justify-content:center;align-items:center;height:140px;margin-bottom:24px;display:flex}.step-badge{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-card);color:var(--ink);border-radius:999px;align-items:center;gap:10px;padding:10px 16px;font-size:13px;font-weight:600;display:inline-flex}.step-badge .emoji{font-size:16px}.step-visual--calendar .habit-grid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.step-visual--calendar .day{background:var(--border);border-radius:4px;width:14px;height:14px}.step-visual--calendar .day.filled{background:var(--green)}.step-visual--budget .mini-bars{align-items:flex-end;gap:10px;height:100px;display:flex}.step-visual--budget .mini-bar{border-radius:8px 8px 4px 4px;width:20px}.step-visual--budget .mini-bar:first-child{background:var(--green)}.step-visual--budget .mini-bar:nth-child(2){background:var(--yellow)}.step-visual--budget .mini-bar:nth-child(3){background:var(--pink)}.step-visual--budget .mini-bar:nth-child(4){background:var(--ink);opacity:.15}.step-title{color:var(--ink);margin:0 0 8px;font-size:18px;font-weight:700}.step-description{color:var(--muted);margin:0;max-width:260px;margin-inline:auto;font-size:14px;line-height:1.55}.section-header{text-align:center;max-width:620px;margin:0 auto 56px}.section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--green);margin-bottom:12px;font-size:12px;font-weight:700;display:inline-block}.section-title{letter-spacing:-.02em;color:var(--ink);margin:0 0 14px;font-size:clamp(28px,3.4vw,40px);font-weight:700}.section-subtitle{color:var(--muted);margin:0;font-size:16px;line-height:1.6}.features{padding:56px 0}.feature-card{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;align-items:center;gap:56px;padding:56px 0;display:grid}.feature-card:first-of-type{border-top:none}.feature-card--reverse{direction:rtl}.feature-card--reverse>*{direction:ltr}.feature-title{letter-spacing:-.02em;color:var(--ink);margin:0 0 14px;font-size:clamp(22px,2.6vw,30px);font-weight:700;line-height:1.2}.feature-title-muted{color:var(--muted)}.feature-description{color:var(--ink-soft);max-width:440px;margin:0 0 20px;font-size:15.5px;line-height:1.65}.feature-list{flex-direction:column;gap:10px;display:flex}.feature-list li{color:var(--ink);align-items:flex-start;gap:10px;font-size:14.5px;display:flex}.feature-list li:before{content:"";background:var(--green);border-radius:50%;flex:none;width:6px;height:6px;margin-top:7px}.feature-card:nth-of-type(2) .feature-list li:before{background:var(--yellow)}.feature-card:nth-of-type(3) .feature-list li:before{background:var(--pink)}.feature-card:nth-of-type(4) .feature-list li:before{background:var(--green)}.feature-card:nth-of-type(5) .feature-list li:before{background:var(--yellow)}.feature-visual{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:var(--radius-lg);justify-content:center;align-items:center;min-height:320px;padding:32px;display:flex;overflow:hidden}.mock-card{background:var(--bg-raised);border-radius:20px;width:100%;max-width:300px;padding:20px}.mock-card .mock-row{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:10px 0;display:flex}.mock-card .mock-row:last-child{border-bottom:none}.mock-card .mock-emoji{background:var(--green-tint);border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;display:flex}.mock-card .mock-row:nth-child(2) .mock-emoji{background:var(--yellow-tint)}.mock-card .mock-row:nth-child(3) .mock-emoji{background:var(--pink-tint)}.mock-card .mock-label{color:var(--ink);flex:1;font-size:13.5px}.mock-card .mock-amount{color:var(--ink);font-size:13.5px;font-weight:700}.mock-budget-bars{justify-content:center;align-items:flex-end;gap:16px;width:100%;height:180px;display:flex}.mock-budget-bar{border-radius:14px 14px 6px 6px;justify-content:center;align-items:flex-start;width:42px;padding-top:8px;font-size:16px;display:flex}.mock-budget-bar:first-child{background:var(--green-tint)}.mock-budget-bar:nth-child(2){background:var(--yellow-tint)}.mock-budget-bar:nth-child(3){background:var(--pink-tint)}.mock-budget-bar:nth-child(4){background:var(--border)}.support{background:var(--bg-raised);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:56px 0}.support-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.support-card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:var(--radius-md);padding:24px}.support-card h4{color:var(--ink);margin:0 0 8px;font-size:15.5px;font-weight:700}.support-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.support-contact{text-align:center;margin-top:40px}.support-contact a{background:var(--ink);color:#fff;border-radius:999px;margin-top:12px;padding:12px 24px;font-size:14px;font-weight:600;display:inline-block}.testimonials{padding:56px 0}.testimonials-placeholder{border:1px dashed var(--border);border-radius:var(--radius-lg);text-align:center;background:var(--card);max-width:560px;margin:0 auto;padding:56px 32px}.testimonials-placeholder .emoji{margin-bottom:16px;font-size:28px}.testimonials-placeholder h3{color:var(--ink);margin:0 0 8px;font-size:19px}.testimonials-placeholder p{color:var(--muted);margin:0;font-size:14.5px;line-height:1.6}.about{padding:56px 0}.about-description{text-align:center;max-width:640px;color:var(--ink-soft);margin:0 auto;font-size:16.5px;line-height:1.7}.cta{text-align:center;padding:88px 0}.cta-title{letter-spacing:-.02em;color:var(--ink);margin:0 0 14px;font-size:clamp(28px,4vw,44px);font-weight:700}.cta-subtitle{color:var(--muted);margin:0 0 32px;font-size:16px}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.footer{border-top:1px solid var(--border);padding:56px 0 32px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;margin-bottom:40px;display:grid}.footer-logo{color:var(--ink);font-size:18px;font-weight:700}.footer-tagline{color:var(--muted);max-width:220px;margin-top:10px;font-size:13.5px;line-height:1.6}.footer-heading{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 16px;font-size:13px;font-weight:700}.footer-links{flex-direction:column;gap:10px;display:flex}.footer-links a{color:var(--ink);opacity:.75;font-size:14px;transition:opacity .15s}.footer-links a:hover{opacity:1}.footer-bottom{border-top:1px solid var(--border);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:8px;padding-top:24px;font-size:13px;display:flex}@media (width<=900px){.hero-container{grid-template-columns:1fr}.hero{text-align:center;padding:48px 0 32px}.hero-subtitle{margin-inline:auto}.hero-buttons{justify-content:center}.hero-phone{margin-top:24px}.transformation-steps{flex-direction:column;align-items:center}.transformation-connector{width:60px;height:1px;margin:8px 0}.feature-card,.feature-card--reverse{direction:ltr;grid-template-columns:1fr}.feature-card{text-align:center}.feature-list{align-items:center}.feature-description{margin-inline:auto}.support-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.nav-links{display:none}.nav-hamburger{display:flex}.footer-grid{grid-template-columns:1fr}}
