:root{--bg:#0b0e0a;--bg-alt:#0d120b;--bg-card:#0f130d;--bg-section-dark:#10140e;--bg-input:#10160d;--bg-nav:#0c100beb;--border:#1a2117;--border-card:#212b1e;--border-strong:#2a3a26;--border-accent:#2e7444;--text:#e9ede6;--text-muted:#a9b2a4;--text-dim:#c7cec2;--text-faint:#6b735f;--green:#16994a;--green-light:#8fbe7f;--green-lighter:#b4d8a6;--green-on:#06130a;--ink-on-green:#0c1608;--ink-on-green-soft:#2b4022;--radius-section:44px;--font-serif:"Instrument Serif", serif;--font-sans:Helvetica, Arial, sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);margin:0}a{color:var(--green-light);text-decoration:none}.app{background:var(--bg);min-height:100vh;overflow:hidden visible}.hero{text-align:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;background-image:url(/images/hero-bg.jpg);background-position:50%;background-size:cover;position:absolute;inset:0}.hero-overlay{opacity:.8;z-index:1;background:#000;position:absolute;inset:0}.hero-content{z-index:2;width:100%;max-width:1100px;margin:0 auto;padding:96px 24px;position:relative}.hero-heading{font-family:var(--font-serif);color:var(--text);margin:0 auto 28px;font-size:clamp(52px,8.5vw,108px);font-weight:400;line-height:1.02}.hero-circled{color:var(--green-light);white-space:nowrap;margin-left:12px;padding:10px 26px;font-size:.42em;font-style:italic;display:inline-block;position:relative;transform:rotate(-4deg)translateY(.35em)}.hero-circle-svg{pointer-events:none;width:calc(100% + 28px);height:calc(100% + 24px);position:absolute;inset:-12px -14px}.hero-sub{max-width:520px;color:var(--text-dim);margin:0 auto 44px;font-size:17px;font-weight:600;line-height:1.65}@media (width<=640px){.hero{min-height:100svh}.hero-content{padding-top:64px;padding-bottom:64px}}.waitlist{flex-direction:column;gap:14px;max-width:480px;margin:0 auto;display:flex}.waitlist-input{border:1px solid var(--border-strong);background:var(--bg-input);width:100%;color:var(--text);font-size:15px;font-family:var(--font-sans);border-radius:10px;padding:16px 18px}.waitlist-input::placeholder{color:var(--text-faint)}.waitlist-input:focus{border-color:var(--green);outline:none}.waitlist-btn{background:var(--green);width:100%;color:var(--green-on);font-size:16px;font-weight:700;font-family:var(--font-sans);cursor:pointer;border:none;border-radius:10px;padding:16px}.waitlist-btn:hover{filter:brightness(1.08)}.waitlist-btn:disabled{opacity:.65;cursor:default}.waitlist-error{color:#ff8a8a;margin:0;font-size:13.5px}.waitlist-note{color:var(--text-muted);margin:4px 0 0;font-size:13.5px}.waitlist-done{border:1px solid var(--border-accent);background:var(--bg-card);border-radius:14px;padding:28px;box-shadow:0 0 48px #16994a1a}.waitlist-done-title{font-family:var(--font-serif);color:var(--text);margin:0 0 8px;font-size:26px}.waitlist-done-sub{color:var(--text-muted);margin:0;font-size:14.5px;line-height:1.6}.know{background:var(--green-lighter);border-radius:var(--radius-section);margin:0 12px}.know-inner{text-align:center;max-width:640px;margin:0 auto;padding:110px 28px 120px}.know-heading{font-family:var(--font-serif);color:var(--ink-on-green);margin:0 0 36px;font-size:clamp(40px,5.5vw,64px);font-weight:400;line-height:1.08}.know-body{color:var(--ink-on-green-soft);margin:0 0 22px;font-size:16px;line-height:1.7}.know-strong{color:var(--ink-on-green);margin:34px 0 0;font-size:17px;font-weight:700}.program{background:var(--bg-section-dark);border:1px solid var(--border);border-radius:var(--radius-section);margin:20px 12px 0;position:relative;overflow:hidden}.program-bg{z-index:0;background-image:url(/images/hero-bg.jpg);background-position:50%;background-size:cover;position:absolute;inset:0}.program-overlay{opacity:.8;z-index:1;background:#000;position:absolute;inset:0}.program-inner{z-index:2;max-width:1140px;margin:0 auto;padding:96px 32px 40px;position:relative}.program-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:56px;display:grid}.program-chip{border:1px solid var(--border-strong);color:var(--text);background:var(--bg-card);border-radius:999px;margin-bottom:26px;padding:9px 20px;font-size:13.5px;font-weight:700;display:inline-block}.program-heading{font-family:var(--font-serif);color:var(--text);margin:0 0 22px;font-size:clamp(38px,4.6vw,58px);font-weight:400;line-height:1.1}.program-underline{text-decoration:underline;-webkit-text-decoration-color:var(--green-light);text-decoration-color:var(--green-light);text-underline-offset:8px;text-decoration-thickness:3px}.program-sub{color:var(--text-muted);max-width:480px;margin:0 0 34px;font-size:15.5px;line-height:1.65}.program-list{flex-direction:column;gap:15px;margin:0;padding:0;list-style:none;display:flex}.program-item{color:var(--text-dim);gap:12px;font-size:15px;line-height:1.55;display:flex}.program-check{color:var(--green-light);flex-shrink:0;font-weight:700}.program-right{justify-content:center;display:flex}@media (width<=900px){.program-grid{grid-template-columns:1fr;gap:48px}.program-inner{padding-top:72px}}.phone{border:2px solid var(--border-strong);background:var(--bg-card);border-radius:44px;flex-direction:column;width:340px;display:flex;overflow:hidden;box-shadow:0 24px 80px #00000073}.phone-header{background:#e9ede60a;align-items:center;gap:10px;padding:22px 18px 16px;display:flex}.phone-back{color:var(--text);margin-top:-4px;font-size:26px;line-height:1}.phone-avatar{background:var(--green);width:30px;height:30px;color:var(--green-on);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.phone-name{color:var(--text);flex:1;font-size:14.5px;font-weight:700}.phone-menu{color:var(--text-muted);font-size:18px}.phone-messages{flex-direction:column;justify-content:flex-end;gap:9px;height:240px;padding:14px;display:flex;overflow:hidden}.phone-row{display:flex}.phone-row-received{justify-content:flex-start}.phone-row-sent{justify-content:flex-end}.phone-bubble{border-radius:20px;max-width:220px;padding:11px 15px;font-size:13px;line-height:1.45;animation:.28s bubble-in}.phone-bubble-received{color:var(--text-dim);background:#e9ede61a;border-bottom-left-radius:6px}.phone-bubble-sent{background:var(--green);color:var(--green-on);border-bottom-right-radius:6px}.phone-bubble-typing{background:#e9ede629}@keyframes bubble-in{0%{opacity:0;transform:translateY(10px)scale(.92)}to{opacity:1;transform:none}}.phone-dots{gap:4px;padding:3px 2px;display:inline-flex}.phone-dots span{background:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1.1s ease-in-out infinite dot-pulse}.phone-dots span:nth-child(2){animation-delay:.18s}.phone-dots span:nth-child(3){animation-delay:.36s}@keyframes dot-pulse{0%,60%,to{opacity:.35;transform:none}30%{opacity:1;transform:translateY(-3px)}}.phone-input{color:var(--text-faint);background:#e9ede617;border-radius:999px;margin:4px 14px 10px;padding:13px 17px;font-size:13px}.phone-keyboard{background:#e9ede60d;padding:8px 6px 10px}.phone-krow{justify-content:center;gap:5px;margin-bottom:6px;display:flex}.phone-key{min-width:26px;color:var(--text-dim);text-align:center;background:#e9ede61f;border-radius:6px;flex:0 0 26px;padding:8px 0;font-size:12.5px}.phone-key-wide{flex:0 0 38px}.phone-key-abc{flex:0 0 56px}.phone-key-space{flex:auto;max-width:150px}.phone-key-send{background:var(--green);color:var(--green-on);flex:0 0 56px;font-weight:700}.phone-krow-last{justify-content:space-between;margin-bottom:0;padding:2px 12px 0}.phone-soft{color:var(--text-muted);font-size:15px}@media (width<=380px){.phone{width:100%}}.wave{z-index:2;height:220px;position:relative;overflow:hidden}.wave-track{position:absolute;inset:70px 0 0}.wave-tile{will-change:transform;background:#f4f6f2;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:absolute;top:0;left:0;box-shadow:0 10px 26px #00000059}.wave-tile img{object-fit:contain;width:34px;height:34px}.duel{background:var(--bg-section-dark);border:1px solid var(--border);border-radius:var(--radius-section);margin:20px 12px 0}.duel-inner{flex-direction:column;gap:56px;max-width:1280px;margin:0 auto;padding:88px 48px;display:flex}.duel-row{align-items:center;gap:28px;display:flex}.duel-row-reverse{text-align:right;opacity:0;transition:opacity .5s,transform .5s;transform:translateY(14px)}.duel-row-reverse.duel-row-in{opacity:1;transform:none}.duel-avatar{background:var(--bg-card);border:1px solid var(--border-strong);opacity:0;border-radius:16px;flex-shrink:0;width:96px;height:96px;transition:opacity .4s,transform .4s cubic-bezier(.34,1.56,.64,1);overflow:hidden;transform:scale(.6)}.duel-avatar-in{opacity:1;transform:scale(1)}.duel-avatar img{object-fit:cover;width:100%;height:100%;display:block}.duel-quote-block{flex:1;min-width:0}.duel-quote{font-family:var(--font-serif);color:var(--text);margin:0 0 18px;font-size:clamp(20px,2.6vw,27px);font-weight:400;line-height:1.4;text-decoration-line:line-through;text-decoration-color:#0000;text-decoration-thickness:3px;transition:text-decoration-color .5s}.duel-quote-struck{text-decoration-color:#fff}.duel-name{color:var(--text);margin:0;font-size:14.5px;font-weight:700}.duel-title{color:var(--text-muted);margin:2px 0 0;font-size:13.5px}@media (width<=640px){.duel-inner{gap:44px;padding:64px 22px}.duel-row,.duel-row-reverse{text-align:left;flex-direction:column;align-items:flex-start;gap:18px}.duel-row-reverse{align-items:flex-start}}.bonus-video{background:var(--bg-section-dark);border:1px solid var(--border);border-radius:var(--radius-section);margin:20px 12px 0}.bonus-video-inner{text-align:center;max-width:860px;margin:0 auto;padding:96px 32px 100px}.bonus-video-chip{border:1px solid var(--border-strong);color:var(--text);background:var(--bg-card);border-radius:999px;margin-bottom:26px;padding:9px 20px;font-size:13.5px;font-weight:700;display:inline-block}.bonus-video-heading{font-family:var(--font-serif);color:var(--text);margin:0 0 16px;font-size:clamp(34px,4.4vw,52px);font-weight:400;line-height:1.12}.bonus-video-italic{color:var(--green-light);font-style:italic}.bonus-video-sub{color:var(--text-muted);margin:0 0 44px;font-size:15.5px;line-height:1.6}.bonus-video-frame{aspect-ratio:16/9;border:2px solid var(--border-strong);background:var(--bg-card);border-radius:28px;width:100%;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000073}.bonus-video-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}@media (width<=640px){.bonus-video-inner{padding:72px 20px}.bonus-video-frame{border-radius:18px}}.footer{text-align:center;padding:56px 24px 48px}.footer-brand{letter-spacing:1.5px;color:var(--text);margin:0 0 8px;font-size:13px;font-weight:700}.footer-note{color:var(--text-faint);margin:0;font-size:13.5px}.reveal{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(32px)}.reveal-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}
