:root{--page-grad: linear-gradient(160deg, #fdf3f7 0%, #f3f0fd 34%, #edf7fb 68%, #f0fdf6 100%);--ink: #2e2846;--muted: #5f5880;--muted-2: #6b648e;--violet: #8a63d9;--violet-deep: #58389f;--pink: #d96398;--teal: #43a88a;--cta-grad: linear-gradient(90deg, #8a63d9, #d96398);--glass: rgba(255, 255, 255, .72);--glass-border: rgba(255, 255, 255, .9);--font-display: "Advent Pro", system-ui, sans-serif;--font-body: "Noto Sans", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--ink);background:#fdfbff}h1,h2,h3{font-family:var(--font-display);margin:0}p{margin:0}a{text-decoration:none;color:var(--violet-deep)}button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0}.page{background:var(--page-grad);min-height:100vh;overflow-x:hidden}.container{max-width:1180px;margin:0 auto;padding:0 24px}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}.reveal.in{opacity:1;transform:none}.reveal-d1{transition-delay:.1s}.reveal-d2{transition-delay:.2s}.reveal-d3{transition-delay:.3s}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}.hero{position:relative;min-height:92vh;display:flex;flex-direction:column;overflow:hidden}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-layer{opacity:0;transition:opacity 1.2s ease}.hero-layer.visible{opacity:1}.hero-veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#3a2a6edb,#2e2846c7 45%,#a03c6e9e),linear-gradient(180deg,#2e28469e,#2e284600 26%),linear-gradient(0deg,#f5f1fc,#f5f1fc00 24%)}.hero-content{position:relative;flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:26px;padding:110px 24px 140px}.hero-eyebrow{background:#ffffff29;border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:8px 20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:13.5px;font-weight:600;color:#f0eafc}.hero-title{font-size:clamp(44px,7vw,84px);font-weight:700;line-height:1.02;color:#fff;max-width:940px}.hero-title .accent{color:#f2b8d2}.hero-sub{font-size:clamp(16px,2vw,19px);line-height:1.65;color:#f0eafc;max-width:620px}.hero-cta-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:center}.cta-note{font-size:14.5px;color:#f0eafc}.btn-primary{display:inline-block;background:var(--cta-grad);color:#fff;padding:18px 46px;border-radius:999px;font-size:18px;font-weight:600;box-shadow:0 14px 38px #8a63d966;transition:transform .25s ease,box-shadow .25s ease;animation:pulse 3.2s ease-in-out infinite}.btn-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 18px 44px #8a63d980;animation-play-state:paused}.btn-primary.small{padding:12px 28px;font-size:14.5px;animation:none}@keyframes pulse{0%,to{box-shadow:0 14px 38px #8a63d959}50%{box-shadow:0 14px 48px #d963988c}}@media (prefers-reduced-motion: reduce){.btn-primary{animation:none}}.nav{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:22px 0;gap:16px}.nav-inner{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px}.brand{display:flex;align-items:center;gap:12px;font-family:var(--font-display);font-weight:700;font-size:22px;color:#fff}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a{font-size:14.5px;color:#e9e2f8;transition:color .2s}.nav-links a:hover{color:#fff}.lang-toggle{display:flex;gap:2px;background:#2e284659;border-radius:999px;padding:3px}.lang-toggle button{padding:4px 12px;border-radius:999px;font-size:13px;font-weight:600;color:#f0eafc;transition:background .2s,color .2s}.lang-toggle button.active{background:#fff;color:var(--ink)}@media (max-width: 720px){.nav-links a{display:none}}.glass{background:var(--glass);border:1px solid var(--glass-border);border-radius:22px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 16px 44px #2e284614}.section{padding:90px 0}.section-title{font-size:clamp(32px,4.5vw,44px);font-weight:700;text-align:center;margin-bottom:48px}.trust-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:26px;align-items:start}@media (max-width: 900px){.trust-grid{grid-template-columns:1fr}}.trust-list{display:flex;flex-direction:column;gap:22px}.trust-card{display:flex;align-items:center;gap:18px;padding:24px 30px;border-radius:20px}.trust-card h3{font-size:18px;font-weight:700}.trust-card p{font-size:13.5px;color:var(--muted);margin-top:2px}.trust-card svg{flex-shrink:0}.teaser-card{padding:34px 38px;text-align:left}.teaser-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:16px}.teaser-label{font-size:12px;font-weight:600;letter-spacing:.1em;color:var(--muted-2)}.progress-track{width:150px;height:6px;background:#8a63d929;border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:var(--cta-grad);border-radius:999px;transition:width .4s ease}.teaser-q{font-size:22px;font-weight:700;margin-bottom:18px}.teaser-note{font-size:13px;color:var(--muted);margin-top:14px}.option-btn{display:block;width:100%;text-align:left;border:1px solid rgba(138,99,217,.25);background:#fff9;border-radius:12px;padding:14px 18px;font-size:15px;color:#3c3752;transition:border-color .2s,background .2s,transform .15s}.option-btn:hover{border-color:var(--violet);background:#8a63d91a;transform:translate(4px)}.option-list{display:flex;flex-direction:column;gap:10px}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.card-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width: 900px){.card-grid,.card-grid.four{grid-template-columns:1fr}}.step-card{padding:36px;display:flex;flex-direction:column;gap:14px}.step-badge{font-family:var(--font-display);font-size:15px;font-weight:700;letter-spacing:.1em}.step-card h3{font-size:23px;font-weight:700}.step-card p{font-size:15px;line-height:1.65;color:var(--muted)}.benefit-card{padding:28px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;border-radius:20px}.benefit-card h3{font-size:18px;font-weight:700}.benefit-card p{font-size:14px;line-height:1.55;color:var(--muted)}.final-cta{position:relative;overflow:hidden}.final-cta-veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#eef7fa,#58389fbd 34%,#2e2846cc)}.final-cta-content{position:relative;padding:130px 24px;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.final-cta h2{font-size:clamp(34px,5vw,48px);font-weight:700;line-height:1.08;color:#fff;max-width:900px}.final-cta p{font-size:16.5px;color:#f0eafc}.footer{background:#2e2846;padding:44px 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.footer .brand{font-size:18px}.footer-links{display:flex;gap:30px}.footer-links a{font-size:14px;color:#c3bcdd}.footer-links a:hover{color:#fff}.footer-tagline{font-size:13.5px;color:#a79fc4;margin-top:4px}.footer-rights{font-size:13px;color:#a79fc4}.quiz-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--page-grad);z-index:50;overflow-y:auto;display:flex;flex-direction:column}.quiz-top{display:flex;justify-content:space-between;align-items:center;padding:22px 0}.quiz-close{font-size:14.5px;font-weight:600;color:var(--muted-2);padding:8px 16px;border-radius:999px;transition:background .2s}.quiz-close:hover{background:#8a63d91a}.quiz-body{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 24px 60px}.quiz-card{width:100%;max-width:560px;padding:38px 42px;animation:slide-in .35s ease}@keyframes slide-in{0%{opacity:0;transform:translate(34px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.quiz-card{animation:none}}.quiz-progress-row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:8px}.quiz-progress-label{font-size:13px;font-weight:600;letter-spacing:.06em;color:var(--muted-2)}.quiz-track{flex-grow:1;max-width:220px;height:6px;background:#8a63d929;border-radius:999px;overflow:hidden}.quiz-encourage{font-size:13.5px;color:var(--pink);font-weight:600;min-height:20px;margin-bottom:16px}.quiz-q{font-size:clamp(21px,3vw,26px);font-weight:700;margin-bottom:22px}.quiz-option{font-size:16px;padding:16px 20px;min-height:44px}.quiz-option.selected{border:2px solid var(--violet);background:#8a63d91a;font-weight:600;color:var(--violet-deep)}.quiz-back{margin-top:22px;font-size:14.5px;font-weight:600;color:var(--muted-2);display:inline-flex;align-items:center;gap:6px}.quiz-back:hover{color:var(--violet-deep)}.quiz-done{text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.quiz-done h2{font-size:40px;font-weight:700}.quiz-done p{font-size:16.5px;line-height:1.65;color:var(--muted);max-width:440px}.quiz-done-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.btn-ghost{padding:12px 28px;border-radius:999px;font-size:14.5px;font-weight:600;color:var(--violet-deep);border:1.5px solid rgba(138,99,217,.4);transition:background .2s}.btn-ghost:hover{background:#8a63d914}.nav-plan-link{font-size:14.5px;font-weight:600;color:#f2b8d2}.nav-plan-link:hover{color:#fff}.user-chip{display:flex;align-items:center;gap:10px;background:#ffffff29;border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:6px 8px 6px 16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.user-name{font-size:13.5px;font-weight:600;color:#fff;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-logout{font-size:12.5px;font-weight:600;color:#e9e2f8;padding:5px 12px;border-radius:999px;background:#2e284666}.user-logout:hover{color:#fff}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#2e284680;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:60;display:flex;align-items:center;justify-content:center;padding:24px}.modal-card{position:relative;width:100%;max-width:440px;padding:40px 42px;text-align:center;background:#ffffffeb}.modal-card h2{font-size:28px;font-weight:700;margin-bottom:8px}.modal-sub{font-size:14.5px;line-height:1.6;color:var(--muted);margin-bottom:24px}.modal-close{position:absolute;top:14px;right:16px;font-size:15px;color:var(--muted-2);padding:6px}.login-buttons{display:flex;flex-direction:column;gap:10px}.btn-social{display:flex;align-items:center;justify-content:center;gap:10px;padding:13px 20px;border-radius:999px;border:1px solid rgba(46,40,70,.18);background:#fff;font-size:14.5px;font-weight:600;color:var(--ink);transition:box-shadow .2s}.btn-social:hover{box-shadow:0 6px 20px #2e28461f}.btn-social.facebook{background:#1877f2;border-color:#1877f2;color:#fff}.login-divider{display:flex;align-items:center;gap:12px;margin:20px 0 14px;color:var(--muted-2);font-size:13px}.login-divider:before,.login-divider:after{content:"";flex-grow:1;height:1px;background:#2e284624}.magic-form{display:flex;align-items:center;gap:10px}.magic-form input{flex-grow:1;min-width:0;border:1px solid rgba(46,40,70,.2);border-radius:999px;height:42px;padding:0 16px;font-size:14px;font-family:inherit;color:var(--ink);background:#fff}.magic-form input:focus{outline:2px solid var(--violet);border-color:transparent}.link-sent{font-size:14.5px;font-weight:600;color:var(--teal)}.flow-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 24px}.flow-card{width:100%;max-width:560px;padding:48px 52px;display:flex;flex-direction:column;gap:18px}.flow-card.center{align-items:center;text-align:center}.flow-card h2{font-size:32px;font-weight:700}.flow-sub{font-size:15.5px;line-height:1.65;color:var(--muted)}.paywall-list{list-style:none;margin:6px 0;padding:0;display:flex;flex-direction:column;gap:12px}.paywall-list li{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:#3c3752}.paywall-list svg{flex-shrink:0;margin-top:2px}.paywall-note{font-size:13px;color:var(--muted-2);text-align:center}.flow-card .btn-primary{text-align:center}.gen-track{width:100%;max-width:360px;height:8px;background:#8a63d929;border-radius:999px;overflow:hidden}.gen-fill{height:100%;background:var(--cta-grad);border-radius:999px;transition:width 1s linear}.gen-stage{font-size:14px;font-weight:600;color:var(--violet-deep);min-height:20px}.gen-spinner{width:52px;height:52px;border-radius:999px;border:5px solid rgba(138,99,217,.18);border-top-color:var(--violet);animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.program-page{padding:50px 0 90px}.program-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px}.program-head h1{font-size:clamp(34px,5vw,48px);font-weight:700}.program-summary{padding:26px 32px;font-size:16px;line-height:1.7;color:#3c3752;border-radius:20px}.program-section-title{font-size:27px;font-weight:700;margin:44px 0 20px}.week-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}@media (max-width: 1000px){.week-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.day-card{padding:16px;border-radius:16px;display:flex;flex-direction:column;gap:5px}.day-name{font-family:var(--font-display);font-size:14px;font-weight:700;letter-spacing:.04em;color:var(--violet-deep)}.day-activity{font-size:13.5px;font-weight:600}.day-minutes{font-size:18px;font-weight:700;color:var(--pink)}.day-note{font-size:12px;line-height:1.45;color:var(--muted)}.workout-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}@media (max-width: 900px){.workout-grid{grid-template-columns:1fr}}.workout-card{padding:28px 32px;border-radius:20px}.workout-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.workout-head h3{font-size:20px;font-weight:700}.workout-badge{background:var(--cta-grad);color:#fff;font-size:13px;font-weight:700;border-radius:999px;padding:4px 12px;white-space:nowrap}.workout-card ul{margin:0;padding:0 0 0 18px;display:flex;flex-direction:column;gap:9px}.workout-card li{font-size:14.5px;line-height:1.55;color:#3c3752}.workout-card em{color:var(--muted);font-style:normal}.two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px}@media (max-width: 900px){.two-col{grid-template-columns:1fr}}.tip-list{display:flex;flex-direction:column;gap:12px}.tip-card{padding:18px 22px;border-radius:16px}.tip-card h3{font-size:15.5px;font-weight:700;margin-bottom:3px}.tip-card p{font-size:14px;line-height:1.55;color:var(--muted)}.progress-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}@media (max-width: 900px){.progress-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.progress-card{padding:22px;border-radius:18px}.week-num{font-family:var(--font-display);font-size:13px;font-weight:700;letter-spacing:.08em;color:var(--pink)}.progress-card h3{font-size:16.5px;font-weight:700;margin:6px 0}.progress-card p{font-size:13.5px;line-height:1.55;color:var(--muted)}.program-disclaimer{margin-top:44px;font-size:12.5px;line-height:1.6;color:var(--muted-2);border-top:1px solid rgba(46,40,70,.12);padding-top:18px}.legal-page{padding:50px 0 90px}.legal-page .container{max-width:760px}.legal-page h1{font-size:clamp(32px,5vw,44px);font-weight:700;margin:18px 0 6px}.legal-updated{font-size:13.5px;color:var(--muted-2);margin-bottom:30px}.legal-page section{margin-bottom:26px}.legal-page h2{font-size:19px;font-weight:700;margin-bottom:8px;color:var(--violet-deep)}.legal-page section p{font-size:15.5px;line-height:1.75;color:#3c3752}
