:root{--orange: #fa7000;--orange-light: #ff9a3c;--orange-dark: #c85a00;--white: #ffffff;--warm: #fff8f2;--dark: #111111;--dark-card: #1a1a1a;--dark-border: rgba(255, 255, 255, .08);--text: #171717;--text-sec: #525252;--text-muted: #999;--green: #22c55e;--font-d: "Bricolage Grotesque", sans-serif;--font-b: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-b);background:var(--dark);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3{font-family:var(--font-d);line-height:1.05;letter-spacing:-.03em}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.reveal.in-view{opacity:1;transform:translateY(0)}.reveal-d1{transition-delay:.08s}.reveal-d2{transition-delay:.16s}.reveal-d3{transition-delay:.24s}:focus-visible{outline:3px solid var(--orange);outline-offset:3px;border-radius:4px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.grad{background:linear-gradient(135deg,var(--orange),var(--orange-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.grad-dark{background:linear-gradient(135deg,var(--orange),var(--orange-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-d);font-weight:700;font-size:1rem;color:var(--white);background:var(--orange);border:none;border-radius:14px;padding:.9rem 2rem;cursor:pointer;text-decoration:none;white-space:nowrap;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s ease;position:relative;overflow:hidden}.btn:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 40%,rgba(255,255,255,.15));opacity:0;transition:opacity .25s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 32px #fa700059}.btn:hover:after{opacity:1}.btn:active{transform:translateY(0)}@keyframes float-1{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes float-2{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.float-1{animation:float-1 5s ease-in-out infinite}.float-2{animation:float-2 6s ease-in-out infinite}.hero{background:var(--dark);color:var(--white);padding:1rem 1.25rem 0;position:relative;overflow:hidden;text-align:center}.hero-glow{position:absolute;top:-200px;left:50%;transform:translate(-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(250,112,0,.12) 0%,transparent 65%);pointer-events:none}.hero-inner{position:relative;max-width:560px;margin:0 auto}.hero-nav{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0 1.5rem}.nav-logo{font-family:var(--font-d);font-weight:800;font-size:1rem;color:var(--orange);letter-spacing:.05em}.lang-switch{font-family:var(--font-d);font-weight:700;font-size:.8125rem;color:#ffffff80;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:.25rem .625rem;transition:color .15s,border-color .15s}.lang-switch:hover{color:var(--white);border-color:#fff6}.hero-badge{display:inline-block;background:#fa70001a;border:1px solid rgba(250,112,0,.2);border-radius:100px;padding:.35rem 1rem;font-size:.8125rem;font-weight:600;color:var(--orange-light);margin-bottom:1.5rem}.hero h1{font-size:clamp(2.5rem,10vw,4.5rem);font-weight:800;margin-bottom:1rem}.hero-sub{font-size:clamp(1rem,3.5vw,1.125rem);color:#fff9;margin-bottom:1.75rem;line-height:1.6}.hero .btn{margin-bottom:2.5rem;padding:1rem 2.5rem;font-size:1.0625rem}.hero-phone{display:flex;justify-content:center}.phone{width:280px;background:var(--white);border-radius:28px;padding:16px;color:var(--text);box-shadow:0 20px 60px #00000080,0 0 100px #fa700012;text-align:left;transform:translateY(30px);transition:transform .4s cubic-bezier(.16,1,.3,1)}.phone:hover{transform:translateY(22px)}@media(min-width:480px){.phone{width:320px}}.ph-bar{font-size:.7rem;font-weight:600;padding-bottom:10px;border-bottom:1px solid #f0f0f0;margin-bottom:12px}.ph-hi{font-family:var(--font-d);font-weight:700;font-size:1.125rem;margin-bottom:2px}.ph-streak{font-size:.8rem;color:var(--orange);font-weight:600;margin-bottom:12px}.ph-list{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.ph-item{display:flex;align-items:center;gap:8px;font-size:.8rem;padding:8px 10px;background:#fafafa;border-radius:10px;font-weight:500}.ph-item.done{background:#f0fdf4}.ph-chk{width:20px;height:20px;background:var(--green);color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.7rem;flex-shrink:0}.ph-o{width:20px;height:20px;border:2px solid #d4d4d4;border-radius:6px;flex-shrink:0}.ph-xp{margin-left:auto;color:var(--green);font-size:.7rem;font-weight:600}.ph-xp-m{margin-left:auto;color:var(--text-muted);font-size:.7rem}.ph-goal{background:var(--warm);border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:4px}.ph-goal-label{font-size:.75rem;font-weight:600;color:var(--text)}.ph-goal-bar{height:6px;background:#e5e5e5;border-radius:3px;overflow:hidden}.ph-goal-fill{width:68%;height:100%;background:linear-gradient(90deg,var(--orange),var(--orange-light));border-radius:3px}.ph-goal-pct{font-size:.65rem;color:var(--orange);font-weight:600;text-align:right}.problems{background:var(--warm);padding:4.5rem 1.25rem 3.5rem}.sec-inner{max-width:960px;margin:0 auto}.sec-h{font-size:clamp(1.6rem,5vw,2.5rem);font-weight:700;text-align:center;margin-bottom:2rem;color:var(--text)}.p-grid{display:grid;grid-template-columns:1fr;gap:.875rem}@media(min-width:700px){.p-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.p-card{background:var(--white);border-radius:18px;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:.4rem;border:1px solid rgba(0,0,0,.04);transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease}.p-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000012}.p-emoji{font-size:1.75rem;margin-bottom:.25rem}.p-card h3{font-size:1.05rem;font-weight:700;line-height:1.25}.p-card>p{color:var(--text-sec);font-size:.875rem;line-height:1.5}.p-fix{margin-top:auto;padding-top:.625rem;border-top:1px solid #f0ebe4;font-size:.875rem;line-height:1.5;color:var(--text)}.p-fix strong{color:var(--orange-dark)}.features{background:var(--dark);color:var(--white);padding:4rem 1.25rem}.f-row{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center;margin-bottom:3.5rem}.f-row:last-child{margin-bottom:0}@media(min-width:700px){.f-row{grid-template-columns:1fr 1fr;gap:3rem}.f-row.reverse .f-text{order:2}.f-row.reverse .f-visual{order:1}}.f-label{display:inline-block;font-family:var(--font-d);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--orange);background:#fa70001a;border:1px solid rgba(250,112,0,.2);border-radius:6px;padding:.2rem .6rem;margin-bottom:.75rem}.f-label.soon{color:var(--text-muted);background:#ffffff0d;border-color:#ffffff1a}.f-text h2{font-size:clamp(1.4rem,4vw,2rem);font-weight:800;margin-bottom:.75rem}.f-text p{color:#ffffff8c;font-size:.9375rem;line-height:1.6}.f-visual{display:flex;justify-content:center}.f-phone{width:210px;background:var(--dark-card);border:1px solid var(--dark-border);border-radius:24px;padding:8px;box-shadow:0 12px 40px #0006,0 0 60px #fa70000d;transition:box-shadow .35s ease}.f-phone:hover{box-shadow:0 20px 56px #00000080,0 0 90px #fa700017}.fp-screen{background:var(--white);color:var(--text);border-radius:18px;padding:14px 12px;display:flex;flex-direction:column;gap:8px;min-height:170px}.fp-badge-big{font-family:var(--font-d);font-weight:700;font-size:.875rem;text-align:center;color:var(--orange)}.fp-xp-bar{height:7px;background:#f0f0f0;border-radius:4px;overflow:hidden}.fp-xp-fill{width:68%;height:100%;background:linear-gradient(90deg,var(--orange),var(--orange-light));border-radius:4px}.fp-xp-label{font-size:.65rem;color:var(--text-muted);text-align:center}.fp-badges{display:flex;justify-content:center;gap:5px}.fp-b{width:28px;height:28px;background:#f5f5f5;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:.8rem}.fp-b.locked{opacity:.2;filter:grayscale(1)}.fp-chart-h{font-family:var(--font-d);font-weight:700;font-size:.8125rem}.fp-chart{display:flex;align-items:flex-end;gap:4px;height:70px}.bar{flex:1;display:flex;flex-direction:column-reverse;align-items:center;gap:2px;height:100%}.bar-f{width:100%;border-radius:3px 3px 0 0;background:var(--orange);min-height:3px}.bar.active .bar-f{background:linear-gradient(to top,var(--orange),var(--orange-light))}.bar.empty .bar-f{background:#e5e5e5;height:3px!important}.bar span{font-size:.55rem;color:var(--text-muted);font-weight:500}.fp-chart-stat{font-size:.7rem;font-weight:600;text-align:center;color:var(--green)}.fp-community{justify-content:center;text-align:center}.fp-ch-title{font-family:var(--font-d);font-weight:700;font-size:.8rem}.fp-avatars{display:flex;justify-content:center}.fp-av{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.7rem;margin-left:-4px;border:2px solid white}.fp-av:first-child{margin-left:0}.fp-av-more{width:28px;height:28px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;color:var(--text-sec);margin-left:-4px;border:2px solid white}.fp-ch-stat{font-size:.7rem;font-weight:600;color:var(--orange)}.proof{background:var(--white);padding:3.5rem 1.25rem;text-align:center}.proof-inner{max-width:700px;margin:0 auto}.proof-quote{font-family:var(--font-d);font-size:clamp(1.2rem,3.5vw,1.5rem);font-weight:600;font-style:italic;color:var(--text);line-height:1.4;margin-bottom:2rem}.proof-stats{display:flex;flex-direction:column;gap:1.25rem;align-items:center}@media(min-width:600px){.proof-stats{flex-direction:row;justify-content:center;gap:2rem}}.proof-stat{text-align:center}.proof-stat strong{display:block;font-family:var(--font-d);font-size:1.5rem;font-weight:800;color:var(--orange);line-height:1.2}.proof-stat span{font-size:.8125rem;color:var(--text-sec)}.proof-dot{width:4px;height:4px;border-radius:50%;background:var(--orange);opacity:.3;flex-shrink:0}.brand{background:var(--orange);color:var(--white);padding:3.5rem 1.25rem;text-align:center}.brand-inner{max-width:560px;margin:0 auto}.brand h2{font-size:clamp(1.6rem,5vw,2.5rem);font-weight:800;margin-bottom:.75rem}.brand p{font-size:.9375rem;line-height:1.6;opacity:.92;margin-bottom:1.25rem}.brand-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.brand-pills span{background:#fff3;border-radius:100px;padding:.35rem 1rem;font-weight:600;font-size:.8125rem;transition:background .2s ease,transform .2s ease}.brand-pills span:hover{background:#ffffff59;transform:translateY(-1px)}.waitlist{background:var(--warm);padding:4rem 1.25rem;text-align:center}.wl-inner{max-width:440px;margin:0 auto}.waitlist h2{font-size:clamp(1.6rem,5vw,2.5rem);font-weight:800;color:var(--text);margin-bottom:.5rem}.wl-sub{color:var(--text-sec);font-size:.9375rem;margin-bottom:1.5rem}.wl-form{display:flex;flex-direction:column;gap:.625rem}.wl-row{display:flex;gap:.5rem}.wl-row input{flex:1;min-width:0;font-family:var(--font-b);font-size:.9375rem;padding:.875rem 1rem;border:2px solid #e5e5e5;border-radius:14px;outline:none;background:var(--white);color:var(--text);transition:border-color .2s ease,box-shadow .2s ease}.wl-row input::placeholder{color:var(--text-muted)}.wl-row input:focus{border-color:var(--orange);box-shadow:0 0 0 3px #fa70001f}.wl-hint{font-size:.75rem;color:var(--text-muted)}@media(max-width:480px){.wl-row{flex-direction:column}.wl-row .btn{width:100%}}footer{background:var(--white);border-top:1px solid #e5e5e5;padding:2rem 1.25rem;color:var(--text-sec)}.ft-inner{max-width:960px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:.5rem}.ft-logo{font-family:var(--font-d);font-weight:800;font-size:1rem;color:var(--orange);letter-spacing:.05em}footer nav{display:flex;justify-content:center;gap:1.25rem}footer nav a{font-size:.8125rem;color:var(--text-muted);transition:color .15s}footer nav a:hover{color:var(--orange)}.ft-meta{font-size:.75rem;color:var(--text-muted)}.sticky{display:none}@media(max-width:699px){.sticky{display:block;position:fixed;bottom:0;left:0;right:0;padding:.625rem 1rem;padding-bottom:max(.625rem,env(safe-area-inset-bottom));background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(0,0,0,.06);z-index:100}.btn-full{width:100%;padding:.875rem}footer{padding-bottom:5rem}}@media(prefers-reduced-motion:reduce){.float-1,.float-2{animation:none}}
