.top-nav{align-items:center;display:flex;gap:32px;justify-content:space-between;margin-bottom:clamp(32px,6vw,64px);margin-left:-12px}.top-nav__toggle{align-items:center;background:#0000;border:none;border-radius:12px;cursor:pointer;display:none;flex-direction:column;gap:5px;height:40px;justify-content:center;padding:0;transition:background .2s ease;width:40px}.top-nav__toggle:focus-visible,.top-nav__toggle:hover{background:var(--surface-muted)}.top-nav__toggle span{background:var(--text-primary);border-radius:2px;display:block;height:2px;transition:transform .25s ease,opacity .25s ease;width:22px}.top-nav__toggle--open span:first-child{transform:translateY(7px) rotate(45deg)}.top-nav__toggle--open span:nth-child(2){opacity:0}.top-nav__toggle--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.top-nav__logo{align-items:center;color:var(--text-primary);display:flex;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:700;gap:16px;text-decoration:none}.top-nav__logo img{height:clamp(64px,11vw,88px);width:auto}.top-nav__menu{align-items:center;display:flex;font-size:clamp(.9rem,1.6vw,1rem);font-weight:600;gap:clamp(16px,3vw,32px)}.top-nav__menu a{color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.top-nav__menu a:focus,.top-nav__menu a:hover{color:var(--text-primary)}.top-nav__menu-item{align-items:center;color:var(--text-secondary);display:flex;gap:4px}.top-nav__menu-item span{font-size:.75rem}@media (max-width:720px){.top-nav{flex-wrap:wrap}.top-nav__toggle{display:flex}.top-nav__menu{align-items:flex-start;flex-basis:100%;flex-direction:column;gap:4px;margin-top:0;max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .25s ease,margin-top .3s ease}.top-nav__menu--open{margin-top:16px;max-height:240px;opacity:1}.top-nav__menu a{border-radius:12px;padding:10px 12px;width:100%}.top-nav__menu a:focus,.top-nav__menu a:hover{background:var(--surface-muted)}}@media (max-width:520px){.top-nav__menu a{font-size:.95rem}}.footer{background:linear-gradient(135deg,var(--purple-700),var(--purple-600));color:#f1f0ff;margin-top:clamp(48px,8vw,96px);padding:clamp(32px,5vw,64px) clamp(16px,4vw,72px)}.footer__content{grid-gap:clamp(24px,4vw,48px);display:grid;gap:clamp(24px,4vw,48px);grid-template-columns:repeat(3,1fr);margin-bottom:32px}.footer__section h3{color:#fff;font-size:clamp(1.1rem,2vw,1.3rem);margin:0 0 16px}.footer__section p{color:#f1f0ffd1;line-height:1.6;margin:8px 0}.footer__section ul{list-style:none;margin:0;padding:0}.footer__section ul li{margin:8px 0}.footer__section ul li a{color:#f1f0ffd1;text-decoration:none;transition:color .2s ease}.footer__section ul li a:focus,.footer__section ul li a:hover{color:#fff}.footer__social{display:flex;gap:16px;margin-top:8px}.footer__social a{align-items:center;background-color:#f1f0ff1a;border-radius:50%;color:#f1f0ffd1;display:inline-flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.footer__social a:focus,.footer__social a:hover{background-color:#f1f0ff33;color:#fff;transform:translateY(-2px)}.footer__social svg{height:20px;width:20px}.footer__bottom{border-top:1px solid #f1f0ff33;padding-top:24px;text-align:center}.footer__policies{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:16px}.footer__policies a{color:#f1f0ffd1;font-size:.9rem;text-decoration:none;transition:color .2s ease}.footer__policies a:focus,.footer__policies a:hover{color:#fff;text-decoration:underline}.footer__policies .separator{color:#f1f0ff80;-webkit-user-select:none;user-select:none}.footer__bottom p{color:#f1f0ffb3;font-size:.9rem;margin:0}@media (max-width:720px){.footer__content{grid-template-columns:1fr}.footer__policies{font-size:.85rem;gap:8px}}.home{display:flex;flex-direction:column}.home-section{padding:clamp(48px,8vw,88px) 0}.home-section__title{color:var(--text-primary);font-size:clamp(1.7rem,3.4vw,2.5rem);line-height:1.15;margin:14px 0 16px;max-width:20em}.home-section__lede{color:var(--text-secondary);font-size:clamp(1rem,1.6vw,1.15rem);line-height:1.6;margin:0;max-width:38em}.home-eyebrow{align-items:center;color:var(--purple-600);display:inline-flex;font-size:.8rem;font-weight:700;gap:8px;letter-spacing:.08em;text-transform:uppercase}.home-eyebrow:before{background:var(--orange-400);border-radius:2px;content:"";height:2px;width:22px}.home-eyebrow--light{color:var(--yellow-300)}.home-eyebrow--light:before{background:var(--yellow-300)}.home-btn{border:1.5px solid #0000;border-radius:999px;cursor:pointer;display:inline-block;font-size:.95rem;font-weight:700;padding:13px 26px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.home-btn--big{font-size:1.05rem;padding:16px 32px}.home-btn--primary{background:var(--purple-600);box-shadow:var(--shadow-soft);color:#fff}.home-btn--primary:focus,.home-btn--primary:hover{background:var(--purple-700);transform:translateY(-2px)}.home-btn--ghost{background:#0000;border-color:var(--purple-600);color:var(--purple-600)}.home-btn--ghost:focus,.home-btn--ghost:hover{background:#5f41c914}.home-btn--accent{background:var(--yellow-300);box-shadow:0 16px 40px #ffd15f59;color:var(--text-primary)}.home-btn--accent:focus,.home-btn--accent:hover{background:#ffc636;transform:translateY(-2px)}.home-hero{padding:clamp(8px,2vw,24px) 0 clamp(24px,4vw,40px)}.home-hero__content{margin:0 auto;max-width:760px;text-align:center}.home-hero__title{color:var(--text-primary);font-size:clamp(2.1rem,5vw,3.4rem);font-weight:800;letter-spacing:-.01em;line-height:1.06;margin:14px 0 0}.home-hero__accent{color:var(--purple-600);position:relative;white-space:nowrap}.home-hero__accent:after{background:#ffd15f8c;border-radius:3px;bottom:6px;content:"";height:10px;left:0;position:absolute;right:0;z-index:-1}.home-hero__lede{color:var(--text-secondary);font-size:1.15rem;line-height:1.6;margin:20px auto 0;max-width:42em}.home-hero__ctas{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:28px}.home-hero__note{color:var(--text-secondary);font-size:.85rem;margin-top:16px}.home-hero__note b{color:var(--purple-600);font-weight:700}.home-hero__visuals{align-items:stretch;display:flex;flex-direction:row;gap:24px;margin-top:clamp(32px,5vw,48px)}.home-hero__visuals .home-pipeline{flex:1 1;min-width:0}.home-pipeline{background:linear-gradient(135deg,var(--purple-700),var(--purple-600));border-radius:24px;box-shadow:0 24px 50px -20px #3b2f9473;padding:26px 24px 20px}.home-pipeline__header{color:#f1f0ffcc;display:flex;font-size:.8rem;font-weight:700;justify-content:space-between;letter-spacing:.08em;margin-bottom:6px;text-transform:uppercase}.home-pipeline__live{color:var(--yellow-300)}.home-pipeline__live--mint{color:var(--mint-300)}.home-pipeline svg{display:block;height:auto;width:100%}.home-pipeline__caption{color:#f1f0ffd9;font-size:.92rem;margin-top:10px;text-align:center}.home-pipeline__caption b{color:#fff;font-weight:700}.home-fold{animation:home-fold-breathe 6s ease-in-out infinite;transform-origin:260px 150px}@keyframes home-fold-breathe{0%,to{transform:translateY(4px) rotate(0deg) scale(1)}50%{transform:translateY(4px) rotate(-2deg) scale(1.02)}}.home-band{background:linear-gradient(135deg,var(--purple-700),var(--purple-600));border-radius:var(--radius-card);color:#f1f0ff;padding:clamp(36px,6vw,64px) clamp(24px,5vw,48px)}.home-band__title{color:#fff;font-size:clamp(1.6rem,3.2vw,2.3rem);line-height:1.18;margin:14px 0 16px;max-width:20em}.home-band p{color:#f1f0ffd1;font-size:1.1rem;line-height:1.6;margin:0;max-width:36em}.home-band__quote{border-left:3px solid var(--orange-400);color:#fff!important;font-size:clamp(1.15rem,2.2vw,1.5rem);font-weight:700;line-height:1.4;margin-top:22px!important;max-width:26em;padding-left:20px}.home-tracks{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,1fr);margin-top:40px}.home-track{background:var(--surface);border-radius:24px;box-shadow:var(--shadow-soft);padding:26px 24px;transition:transform .2s ease,box-shadow .2s ease}.home-track:hover{box-shadow:0 18px 36px #3b2f942e;transform:translateY(-4px)}.home-track__id{color:var(--orange-400);font-size:.72rem;font-weight:700;letter-spacing:.08em}.home-track h3{color:var(--text-primary);font-size:1.3rem;margin:8px 0}.home-track p{color:var(--text-secondary);font-size:.95rem;line-height:1.55;margin:0}.home-track__chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.home-chip{background:#5f41c914;border:1px solid #5f41c933;border-radius:999px;color:var(--purple-600);font-size:.75rem;font-weight:600;padding:4px 10px}.home-steps{grid-gap:0;counter-reset:home-step;display:grid;gap:0;grid-template-columns:repeat(5,1fr);margin-top:44px;position:relative}.home-steps:before{background:repeating-linear-gradient(90deg,var(--orange-400) 0 8px,#0000 8px 16px);content:"";height:2px;left:8%;opacity:.5;position:absolute;right:8%;top:23px}.home-step{padding:0 14px;position:relative;text-align:left}.home-step__dot{align-items:center;background:var(--surface);border:2px solid var(--purple-600);border-radius:50%;color:var(--purple-600);display:flex;font-size:.85rem;font-weight:700;height:46px;justify-content:center;margin-bottom:14px;position:relative;width:46px;z-index:1}.home-step h4{color:var(--text-primary);font-size:1.05rem;margin:0 0 6px}.home-step p{color:var(--text-secondary);font-size:.88rem;line-height:1.5;margin:0}.home-proof{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,1fr);margin-top:40px}.home-proof-card{background:var(--surface);border-radius:24px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:14px;padding:24px}.home-proof-card__win{color:var(--orange-400);font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.home-proof-card blockquote{color:var(--text-primary);font-size:.95rem;line-height:1.55;margin:0}.home-proof-card__who{color:var(--text-secondary);font-size:.85rem;margin-top:auto}.home-proof-card__who b{color:var(--text-primary);font-weight:700}.home-verify{align-items:center;color:var(--text-secondary);display:flex;font-size:.9rem;gap:10px;margin-top:26px}.home-verify__dot{background:var(--yellow-300);border-radius:50%;box-shadow:0 0 0 3px #ffd15f4d;flex:none;height:8px;width:8px}.home-promise{grid-gap:48px;align-items:start;display:grid;gap:48px;grid-template-columns:1fr 1fr}.home-promise__list{display:flex;flex-direction:column;gap:18px;list-style:none;margin-top:10px;padding:0}.home-promise__list li{display:flex;font-size:1rem;gap:14px}.home-promise__list li strong{color:var(--text-primary);display:block;font-weight:700}.home-promise__text{color:var(--text-secondary);font-size:.92rem}.home-promise__tick{align-items:center;background:#4aa4601f;border-radius:8px;color:var(--green-500);display:flex;flex:none;font-size:.85rem;font-weight:700;height:26px;justify-content:center;margin-top:2px;width:26px}.home-report{background:var(--surface);border-radius:24px;box-shadow:var(--shadow-soft);overflow:hidden}.home-report__head{background:var(--purple-600);color:#fff;display:flex;font-size:.72rem;font-weight:700;justify-content:space-between;letter-spacing:.06em;padding:14px 20px}.home-report__body{padding:20px}.home-report__row{align-items:center;border-bottom:1px dashed #1d1c1c24;display:flex;font-size:.88rem;justify-content:space-between;padding:12px 0}.home-report__row:last-child{border-bottom:none}.home-report__lbl{color:var(--text-secondary)}.home-report__val{color:var(--purple-600);font-size:.78rem;font-weight:700}.home-report__bar{background:var(--surface-muted);border-radius:99px;display:block;height:8px;overflow:hidden;width:130px}.home-report__bar i{background:var(--purple-600);border-radius:99px;display:block;height:100%}.home-cta{background:linear-gradient(135deg,var(--purple-700),var(--purple-600));border-radius:var(--radius-card);color:#fff;padding:clamp(36px,6vw,64px) clamp(24px,5vw,48px);text-align:center}.home-cta__title{color:#fff;font-size:clamp(1.6rem,3.2vw,2.3rem);line-height:1.18;margin:14px auto 16px;max-width:20em}.home-cta p{color:#f1f0ffd9;font-size:1.05rem;line-height:1.6;margin:0 auto 30px;max-width:34em}.home-cta__fine{color:var(--yellow-300);font-size:.78rem;font-weight:700;letter-spacing:.04em;margin-top:18px!important}.home-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.home-reveal--in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.home-reveal{opacity:1;transform:none;transition:none}.home-pulse{display:none}.home-fold{animation:none}}@media (max-width:960px){.home-hero__visuals{flex-direction:column;gap:12px}.home-pipeline{border-radius:20px;padding:16px 16px 12px}.home-pipeline__header{font-size:.66rem;margin-bottom:4px}.home-pipeline__caption{font-size:.78rem;margin-top:6px}.home-steps{gap:26px;grid-template-columns:1fr}.home-steps:before{display:none}.home-promise,.home-proof{grid-template-columns:1fr}.home-promise{gap:36px}.home-tracks{grid-template-columns:1fr}}@media (max-width:520px){.home-hero__ctas{align-items:stretch;flex-direction:column}.home-hero__ctas .home-btn{text-align:center}}.buy-page{min-height:60vh;padding:0 clamp(16px,4vw,72px)}.buy-hero{margin-bottom:clamp(48px,8vw,72px);text-align:center}.buy-hero h1{color:var(--text-primary);font-size:clamp(2rem,5vw,3.5rem);margin:0 0 24px}.buy-hero p{color:var(--text-secondary);font-size:clamp(1rem,2vw,1.2rem);line-height:1.6;margin:0 auto;max-width:700px}.buy-content{grid-gap:clamp(24px,4vw,32px);display:grid;gap:clamp(24px,4vw,32px);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:48px}.product-card{background:var(--surface);border-radius:24px;box-shadow:var(--shadow-soft);padding:clamp(24px,4vw,32px);transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{box-shadow:0 18px 36px #3b2f942e;transform:translateY(-4px)}.product-card h2{color:var(--text-primary);font-size:clamp(1.3rem,2.5vw,1.8rem);margin:0 0 16px}.product-price{color:var(--purple-600);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;margin:16px 0 24px}.product-card p{color:var(--text-secondary);line-height:1.6;margin:0 0 24px}.buy-btn{background:var(--purple-600);border:2px solid var(--purple-600);border-radius:999px;color:#fff;cursor:pointer;font-weight:600;padding:12px 28px;transition:background .2s ease,transform .2s ease;width:100%}.buy-btn:focus,.buy-btn:hover{background:var(--purple-700);transform:scale(1.02)}.payment-status-container{align-items:center;display:flex;justify-content:center;min-height:70vh;padding:clamp(32px,6vw,64px) clamp(16px,4vw,72px)}.payment-status-card{background:var(--surface);border-radius:24px;box-shadow:var(--shadow-soft);max-width:500px;padding:clamp(32px,5vw,48px);text-align:center;width:100%}.status-icon{align-items:center;border-radius:50%;display:flex;font-size:48px;font-weight:700;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.success-icon{background:#d4edda;border:3px solid #28a745;color:#28a745}.failed-icon{background:#f8d7da;border:3px solid #dc3545;color:#dc3545}.error-icon,.pending-icon{background:#fff3cd;border:3px solid #ffc107;color:#ffc107}.payment-status-card h2{color:var(--text-primary);font-size:clamp(1.5rem,3vw,2rem);margin:0 0 24px}.transaction-details{background:var(--surface-muted);border-radius:12px;margin:24px 0;padding:20px;text-align:left}.transaction-details p{color:var(--text-secondary);line-height:1.6;margin:12px 0}.transaction-details strong{color:var(--text-primary);font-size:.9rem}.transaction-id{color:var(--text-primary);font-family:Courier New,monospace;font-size:.95rem;word-break:break-all}.status-message{color:var(--text-secondary);line-height:1.6;margin:24px 0}.status-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:32px}.status-btn{border:none;border-radius:999px;cursor:pointer;font-size:1rem;font-weight:600;padding:14px 32px;transition:all .2s ease}.status-btn.primary{background:var(--purple-600);border:2px solid var(--purple-600);color:#fff}.status-btn.primary:focus,.status-btn.primary:hover{background:var(--purple-700);transform:translateY(-2px)}.status-btn.secondary{background:#0000;border:2px solid var(--purple-600);color:var(--purple-600)}.status-btn.secondary:focus,.status-btn.secondary:hover{background:var(--purple-600);color:#fff;transform:translateY(-2px)}.payment-status-card.success{border-top:4px solid #28a745}.payment-status-card.failed{border-top:4px solid #dc3545}.payment-status-card.error,.payment-status-card.pending{border-top:4px solid #ffc107}@media (max-width:520px){.status-actions{flex-direction:column}.status-btn{width:100%}}.terms-page{background:linear-gradient(135deg,#f8f9ff,#fff);min-height:calc(100vh - 300px)}.terms-container{margin:0 auto;max-width:900px;padding:clamp(40px,6vw,80px) clamp(20px,4vw,40px)}.terms-container h1{color:var(--purple-700);font-size:clamp(2rem,4vw,2.5rem);margin-bottom:32px;text-align:center}.terms-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #5f41c914;padding:clamp(24px,4vw,48px)}.terms-content h2{border-bottom:2px solid #5f41c91a;color:var(--purple-700);font-size:clamp(1.3rem,2.5vw,1.6rem);margin-bottom:16px;margin-top:32px;padding-bottom:8px}.terms-content h2:first-of-type{margin-top:0}.terms-content p{color:#4a4a4a;line-height:1.8;margin-bottom:20px;text-align:justify}.terms-content a{color:var(--purple-700);font-weight:500;text-decoration:none;transition:color .2s ease}.terms-content a:focus,.terms-content a:hover{color:var(--purple-600);text-decoration:underline}@media (max-width:768px){.terms-content p{text-align:left}}.privacy-page{background:linear-gradient(135deg,#f8f9ff,#fff);min-height:calc(100vh - 300px)}.privacy-container{margin:0 auto;max-width:900px;padding:clamp(40px,6vw,80px) clamp(20px,4vw,40px)}.privacy-container h1{color:var(--purple-700);font-size:clamp(2rem,4vw,2.5rem);margin-bottom:32px;text-align:center}.privacy-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #5f41c914;padding:clamp(24px,4vw,48px)}.privacy-content h2{border-bottom:2px solid #5f41c91a;color:var(--purple-700);font-size:clamp(1.3rem,2.5vw,1.6rem);margin-bottom:16px;margin-top:32px;padding-bottom:8px}.privacy-content h2:first-of-type{margin-top:0}.privacy-content h3{color:var(--purple-600);font-size:clamp(1.1rem,2vw,1.3rem);margin-bottom:12px;margin-top:24px}.privacy-content p{text-align:justify}.privacy-content p,.privacy-content ul{color:#4a4a4a;line-height:1.8;margin-bottom:16px}.privacy-content ul{padding-left:24px}.privacy-content ul li{margin-bottom:8px}.privacy-content a{color:var(--purple-700);font-weight:500;text-decoration:none;transition:color .2s ease}.privacy-content a:focus,.privacy-content a:hover{color:var(--purple-600);text-decoration:underline}.privacy-footer{border-top:1px solid #5f41c91a;margin-top:40px;padding-top:24px;text-align:center}.privacy-footer p{color:#666;font-size:.9rem;margin:0}@media (max-width:768px){.privacy-content p{text-align:left}}.refund-page{background:linear-gradient(135deg,#f8f9ff,#fff);min-height:calc(100vh - 300px)}.refund-container{margin:0 auto;max-width:900px;padding:clamp(40px,6vw,80px) clamp(20px,4vw,40px)}.refund-container h1{color:var(--purple-700);font-size:clamp(2rem,4vw,2.5rem);margin-bottom:32px;text-align:center}.refund-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #5f41c914;padding:clamp(24px,4vw,48px)}.refund-content h2{border-bottom:2px solid #5f41c91a;color:var(--purple-700);font-size:clamp(1.3rem,2.5vw,1.6rem);margin-bottom:16px;margin-top:32px;padding-bottom:8px}.refund-content h2:first-of-type{margin-top:0}.refund-content p{color:#4a4a4a;line-height:1.8;margin-bottom:16px}.refund-content p.note{background-color:#fff8e1;border-left:4px solid #ffc107;border-radius:4px;margin:20px 0;padding:12px 16px}.refund-content a{color:var(--purple-700);font-weight:500;text-decoration:none;transition:color .2s ease}.refund-content a:focus,.refund-content a:hover{color:var(--purple-600);text-decoration:underline}:root{--purple-700:#5633b6;--purple-600:#5f41c9;--orange-400:#f6936b;--yellow-300:#ffd15f;--green-400:#63b46b;--green-500:#4aa460;--mint-300:#8bd8c7;--text-primary:#1d1c1c;--text-secondary:#1d1c1cb8;--surface:#fff;--surface-muted:#f8f7fc;--radius-card:32px;--shadow-soft:0 16px 45px #3b2f941f;font-family:Momo Trust Display,sans-serif}*{box-sizing:border-box}body{background-color:#f8f7fc;background-color:var(--surface-muted);color:#1d1c1c;color:var(--text-primary);font-family:inherit;margin:0}img{display:block;max-width:100%}a,button{color:inherit;font:inherit;text-decoration:none}.app{min-height:100vh;padding:16px clamp(16px,4vw,72px) 32px}
/*# sourceMappingURL=main.71a5481b.css.map*/