@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--bg:#13121d;--bg-card:#25252e;--bg-card-alt:#22222c;--accent:#76ffff;--accent-cyan:#0ff;--accent-blue:#aec1ff;--accent-purple:#cbaaff;--accent-pink:#ffaafe;--accent-green:#c1ffaa;--text:#fff;--text-dim:#cbccd4;--text-muted:#6b6b6b;--radius-card:10px;--radius-btn:10px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg);color:var(--text);min-height:100dvh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}#root{flex-direction:column;min-height:100dvh;display:flex}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.btn{cursor:pointer;letter-spacing:.5px;text-transform:uppercase;border:1px solid #ffffff40;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:16px 36px;font-family:inherit;font-size:15px;font-weight:700;transition:all .25s;display:inline-flex}.btn-accent{color:#fff;text-shadow:0 1px 4px #0000004d;background:url(/img/btn-cta.png) 50%/cover no-repeat,linear-gradient(#a92ef2,#630fc8);border-color:#ffffff4d}.btn-accent:hover{filter:brightness(1.08);border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 0 28px #a92ef273}.btn-outline{color:var(--accent);background:0 0;border:1px solid #ffffff40}.btn-outline:hover{border-color:var(--accent);background:#76ffff0f}.btn-ghost{color:var(--text-dim);text-transform:none;background:0 0;border-color:#0000;padding:14px 24px}.btn-ghost:hover{color:var(--text)}.badge{border-radius:var(--radius-btn);text-transform:uppercase;letter-spacing:.3px;padding:3px 8px;font-size:10px;font-weight:700}.badge-crit{color:#ff6b6b;background:#ff6b6b1f}.badge-high{color:#ffd93d;background:#ffd93d1f}.badge-med{color:var(--accent);background:#76ffff1f}.section-label{letter-spacing:2px;text-transform:uppercase;color:var(--accent);margin-bottom:10px;font-size:12px;font-weight:700}@media (width>=741px){.section-label{font-size:14px}.btn{font-size:18px}.badge{font-size:12px}}.wizard{flex-direction:column;min-height:100dvh;display:flex}.wizard-viewport{scroll-behavior:smooth;flex:1;overflow-y:auto}.wizard-slide{flex-direction:column;min-height:100dvh;padding-bottom:64px;display:flex}.wizard-bar{z-index:100;padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(12px);background:#13121deb;border-top:1px solid #ffffff0f;position:fixed;bottom:0;left:0;right:0}.wbar-inner{justify-content:space-between;align-items:center;gap:8px;width:100%;max-width:960px;margin:0 auto;display:flex}.wbar-btn{color:var(--text);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:6px;min-width:90px;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.wbar-btn:hover{background:#ffffff0f;border-color:#ffffff40}.wbar-btn:disabled{opacity:0;pointer-events:none}.wbar-prev{justify-content:flex-start}.wbar-next{color:var(--accent);border-color:#76ffff4d;justify-content:flex-end}.wbar-next:hover{background:#76ffff14;border-color:#76ffff80}.wbar-label{line-height:1}.wbar-dots{flex-shrink:1;align-items:center;gap:4px;min-width:0;display:flex}.wdot{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.wdot-i{background:var(--text-muted);border-radius:50%;width:7px;height:7px;transition:all .3s}.wdot.done .wdot-i{background:var(--accent);opacity:.5}.wdot.active .wdot-i{background:var(--accent);border-radius:9px;width:18px;box-shadow:0 0 10px #76ffff4d}@media (width<=480px){.wbar-btn{min-width:70px;padding:8px 10px;font-size:12px}.wbar-dots{gap:2px}.wdot{width:20px;height:20px}.wdot-i{width:6px;height:6px}.wdot.active .wdot-i{width:14px}}.intro{text-align:center;flex:1;justify-content:center;align-items:center;padding:60px 24px 40px;display:flex;position:relative;overflow:hidden}.intro-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.intro-overlay{z-index:1;background:radial-gradient(#13121d8c 0%,#13121dd9 70%,#13121df2 100%);position:absolute;inset:0}.intro-inner{z-index:2;flex-direction:column;align-items:center;max-width:960px;display:flex;position:relative}.intro-gift-badge{color:#cbaaff;letter-spacing:.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#a92ef226;border:1px solid #a92ef266;border-radius:30px;align-items:center;gap:8px;margin-bottom:16px;padding:8px 20px;font-size:13px;font-weight:700;animation:2.5s ease-in-out infinite giftPulse;display:inline-flex}.gift-icon{font-size:16px}@keyframes giftPulse{0%,to{box-shadow:0 0 #a92ef233}50%{box-shadow:0 0 16px 4px #a92ef226}}.intro-title{text-shadow:0 2px 20px #0006;margin-bottom:18px;font-size:clamp(28px,5vw,44px);font-weight:800;line-height:1.15}.intro-title .accent{color:var(--accent)}.intro-sub{color:var(--text-dim);text-shadow:0 1px 8px #0000004d;max-width:520px;margin-bottom:32px;font-size:16px}.intro-stats{align-items:center;gap:24px;margin-bottom:36px;display:flex}.stat{flex-direction:column;align-items:center;display:flex}.stat-val{color:var(--accent);font-size:28px;font-weight:800;line-height:1.1}.stat-lbl{color:var(--text-muted);margin-top:2px;font-size:12px}.stat-div{background:var(--text-muted);opacity:.3;width:1px;height:36px}.intro-cta{min-width:280px;padding:20px 48px;font-size:16px}@media (width>=741px){.intro-badge{font-size:16px}.intro-badge-icon{font-size:19px}.intro-heading{font-size:clamp(34px,5vw,52px)}.intro-sub{font-size:19px}.stat-val{font-size:34px}.stat-label{font-size:14px}.intro-cta{font-size:19px}}@media (width<=520px){.intro-stats{gap:14px}.stat-val{font-size:22px}.intro-btn-img{width:min(100%,300px)}}.cl-step{flex:1;justify-content:center;padding:40px 24px 24px;display:flex}.cl-inner{width:100%;max-width:960px}.cl-header{text-align:center;margin-bottom:24px}.cl-num{letter-spacing:2px;font-size:12px;font-weight:800}.cl-title{margin:4px 0 6px;font-size:clamp(22px,4vw,28px);font-weight:800}.cl-sub{color:var(--text-dim);margin-bottom:14px;max-width:520px;margin-inline:auto;font-size:14px}.cl-progress{align-items:center;gap:10px;max-width:320px;margin-inline:auto;display:flex}.cl-bar{background:var(--bg-card);border-radius:2px;flex:1;height:4px;overflow:hidden}.cl-bar-fill{border-radius:2px;height:100%;transition:width .35s}.cl-counter{flex-shrink:0;font-size:13px;font-weight:700}.cl-body{grid-template-columns:1fr 1fr;align-items:start;gap:16px;display:grid}.cl-list{flex-direction:column;gap:6px;list-style:none;display:flex}.cl-row{border-radius:var(--radius-card);background:var(--bg-card);cursor:pointer;border:1px solid #0000;align-items:flex-start;gap:10px;padding:12px 14px;transition:background .15s,box-shadow .15s;display:flex}.cl-row:hover{background:var(--bg-card-alt)}.cl-row.active{border-color:#76ffff33;box-shadow:0 0 0 1px #76ffff14}.cl-row.checked{opacity:.7}.cl-row.checked.active{opacity:1}.cl-tag{width:64px;color:var(--text-dim);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff26;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;padding:5px 0;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.cl-tag:hover{background:#ffffff0a;border-color:#ffffff4d}.cl-tag.on{font-weight:700}.cl-tag-lg{border-radius:8px;width:80px;padding:8px 0;font-size:13px}.cl-detail-toggle{align-items:center;gap:12px;display:flex}.cl-detail-toggle-label{color:var(--text-dim);font-size:13px;font-weight:600}.cl-row-text{color:var(--text-dim);flex:1;font-size:13px;line-height:1.45}.cl-row.active .cl-row-text{color:var(--text)}.cl-detail{background:var(--bg-card);border-radius:var(--radius-card);border-left:3px solid var(--accent);flex-direction:column;gap:16px;padding:22px 20px;display:flex;position:sticky;top:40px}.cl-detail-head{flex-direction:column;gap:6px;display:flex}.cl-detail-head .badge{align-self:flex-start}.cl-detail-title{font-size:15px;font-weight:700;line-height:1.4}.cl-detail-section{color:var(--text-dim);font-size:13px;line-height:1.6}.cl-detail-label{text-transform:uppercase;letter-spacing:1px;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.cl-mobile-details{flex-direction:column;gap:10px;display:none}.cl-mobile-card{background:var(--bg-card);border-radius:var(--radius-card);padding:14px 16px}.cl-mobile-card.checked{opacity:.7}.cl-mobile-top{flex-direction:column;gap:10px;margin-bottom:12px;display:flex}.cl-mobile-title{color:var(--text);font-size:14px;font-weight:600;line-height:1.45}.cl-tag-full{border-radius:8px;width:100%;padding:10px 0;font-size:14px}.cl-mobile-body{flex-direction:column;gap:10px;padding-left:0;display:flex}@media (width>=741px){.cl-num{font-size:14px}.cl-title{font-size:clamp(26px,4vw,34px)}.cl-sub{font-size:17px}.cl-counter{font-size:16px}.cl-tag{width:74px;font-size:14px}.cl-tag-lg{width:90px;font-size:16px}.cl-row-text{font-size:15px}.cl-detail-title{font-size:18px}.cl-detail-section{font-size:15px}.cl-detail-label{font-size:13px}.cl-detail-toggle-label{font-size:15px}}@media (width<=740px){.cl-body{display:none}.cl-mobile-details{display:flex}}.result-step{flex:1;justify-content:center;padding:48px 24px 40px;display:flex}.result-inner{flex-direction:column;width:100%;max-width:960px;display:flex}.result-header{align-items:center;gap:28px;margin-bottom:32px;display:flex}.result-score{flex-shrink:0;width:110px;height:110px;position:relative}.result-ring{width:100%;height:100%;transform:rotate(-90deg)}.ring-bg{fill:none;stroke:var(--bg-card);stroke-width:8px}.ring-fill{fill:none;stroke-width:8px;stroke-linecap:round;transition:stroke-dashoffset .8s}.result-score-text{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.score-pct{font-size:20px;font-weight:900;line-height:1}.score-frac{color:var(--text-muted);margin-top:2px;font-size:12px}.result-headline{flex:1}.result-headline h2{margin-bottom:8px;font-size:22px;font-weight:800;line-height:1.25}.result-headline p{color:var(--text-dim);font-size:15px;line-height:1.55}.result-stories{flex-direction:column;gap:16px;margin-bottom:32px;display:flex}.result-story{background:var(--bg-card);border-radius:var(--radius-card);border-left:3px solid var(--text-muted);padding:20px 24px;transition:border-color .2s}.result-story.strong{border-left-color:var(--accent-green)}.result-story.gap{border-left-color:#ff9f43}.story-top{align-items:center;gap:12px;margin-bottom:10px;display:flex}.story-meta{flex-direction:column;flex:1;gap:4px;display:flex}.story-cat-name{color:var(--text);font-size:14px;font-weight:700}.story-bar-wrap{align-items:center;gap:10px;display:flex}.story-bar{background:var(--bg-card-alt);border-radius:3px;flex:1;height:5px;overflow:hidden}.story-bar-fill{background:var(--accent);border-radius:3px;height:100%;transition:width .5s}.story-pct{color:var(--text-dim);text-align:right;min-width:32px;font-size:12px;font-weight:700}.story-text{color:var(--text-dim);margin-bottom:12px;font-size:14px;line-height:1.55}.story-case{background:var(--bg-card-alt);border-radius:8px;padding:12px 16px}.story-case-label{text-transform:uppercase;letter-spacing:.5px;color:var(--accent);margin-bottom:4px;font-size:11px;font-weight:700;display:block}.story-case p{color:var(--text-dim);font-size:13px;line-height:1.5}@media (width>=741px){.score-pct{font-size:24px}.score-frac{font-size:14px}.result-headline h2{font-size:26px}.result-headline p{font-size:18px}.story-cat-name{font-size:17px}.story-pct{font-size:14px}.story-text{font-size:17px}.story-case-label{font-size:13px}.story-case p{font-size:15px}}@media (width<=600px){.result-header{text-align:center;flex-direction:column;gap:16px}.result-score{width:90px;height:90px}.score-pct{font-size:22px}.result-story{padding:16px 18px}}.result-nav{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-top:32px;padding-top:20px;display:flex}.cases-step{flex:1;justify-content:center;padding:48px 24px 40px;display:flex}.cases-inner{width:100%;max-width:960px}.cases-title{text-align:center;margin-bottom:28px;font-size:26px;font-weight:800}.cases-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px;margin-bottom:32px;display:grid}.case-card{background:var(--bg-card);border-radius:var(--radius-card);flex-direction:column;gap:12px;padding:22px;display:flex}.case-head{justify-content:space-between;align-items:center;display:flex}.case-tag{text-transform:uppercase;letter-spacing:1px;color:var(--accent);font-size:11px;font-weight:700}.case-time{color:var(--text-muted);white-space:nowrap;font-size:11px}.case-hook{color:#fff;font-size:17px;font-weight:800;line-height:1.3}.case-story{flex-direction:column;gap:8px;display:flex}.case-problem{color:var(--text-dim);font-size:13px;line-height:1.5}.case-solution{color:var(--text-muted);border-left:2px solid var(--accent);padding-left:12px;font-size:13px;line-height:1.5}.case-result{color:var(--accent-green,#76ffaa);font-size:13px;font-weight:600;line-height:1.5}.case-nums{border-top:1px solid #ffffff0f;flex-wrap:wrap;gap:16px;padding-top:8px;display:flex}.case-num{flex-direction:column;display:flex}.case-num-val{color:var(--accent);font-size:20px;font-weight:800;line-height:1.1}.case-num-lbl{color:var(--text-muted);font-size:11px}@media (width>=741px){.cases-title{font-size:31px}.case-tag{font-size:13px}.case-hook{font-size:20px}.case-problem,.case-solution,.case-result{font-size:15px}.case-num-val{font-size:24px}.case-num-lbl,.case-time{font-size:13px}}@media (width<=700px){.cases-grid{grid-template-columns:1fr}}.cases-nav{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-top:32px;padding-top:20px;display:flex}.offer-step{text-align:center;flex:1;justify-content:center;padding:48px 24px 40px;display:flex}.offer-inner{flex-direction:column;align-items:center;width:100%;max-width:960px;display:flex}.offer-title{margin-bottom:8px;font-size:28px;font-weight:800}.offer-sub{color:var(--text-dim);margin-bottom:32px;font-size:15px;line-height:1.55}.offer-grid{grid-template-columns:repeat(3,1fr);gap:16px;width:100%;margin-bottom:32px;display:grid}.offer-card{background:var(--bg-card);border-radius:var(--radius-card);text-align:center;border:1px solid #0000;flex-direction:column;align-items:center;padding:28px 22px;transition:border-color .2s;display:flex;position:relative}.offer-card.popular{border-color:var(--accent);box-shadow:0 0 30px #76ffff14}.offer-pop{text-transform:uppercase;letter-spacing:1px;background:var(--accent);color:var(--bg);border-radius:20px;padding:3px 12px;font-size:10px;font-weight:700;position:absolute;top:-10px}.offer-card-name{margin-top:8px;margin-bottom:6px;font-size:16px;font-weight:700}.offer-card-price{color:var(--card-accent,var(--accent));margin-bottom:18px;font-size:28px;font-weight:900}.offer-features{text-align:left;flex-direction:column;flex:1;gap:8px;width:100%;margin-bottom:22px;list-style:none;display:flex}.offer-features li{color:var(--text-dim);align-items:flex-start;gap:8px;font-size:13px;line-height:1.45;display:flex}.offer-features svg{color:var(--card-accent,var(--accent));flex-shrink:0;margin-top:1px}.offer-card .btn{width:100%}@media (width>=741px){.offer-title{font-size:34px}.offer-sub{font-size:18px}.offer-pop{font-size:12px}.offer-card-name{font-size:19px}.offer-card-price{font-size:34px}.offer-features li{font-size:15px}}@media (width<=720px){.offer-grid{grid-template-columns:1fr;max-width:360px;margin-inline:auto}}.offer-nav{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;width:100%;margin-top:32px;padding-top:20px;display:flex}
