*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0b0b0f;--surface: #151519;--surface-2: #1c1c22;--accent: #c4697a;--accent-soft: #d4949f;--green: #4ade80;--amber: #fbbf24;--text: #f0eff2;--text-2: #a09cac;--text-3: #6b6778;--r: 14px;--font: "DM Sans", system-ui, -apple-system, sans-serif}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}.wrap{max-width:720px;margin:0 auto;padding:0 20px}.logo{text-align:center;padding:16px 0 8px}.logo img{height:40px}.hero{text-align:center;padding:16px 0 20px}.hero h1{font-size:24px;font-weight:700;line-height:1.3;letter-spacing:-.3px;margin-bottom:10px}.hero h1 em{font-style:normal;color:var(--accent)}.hero p{font-size:15px;color:var(--text-2);margin-bottom:20px}.hero p strong{color:var(--text);font-weight:600}.gender-q{font-size:13px;font-weight:600;color:var(--text-2);text-transform:uppercase;letter-spacing:.8px;margin-bottom:14px}.gender-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.g-card{border-radius:var(--r);cursor:pointer;border:1.5px solid var(--surface-2);transition:border-color .2s,transform .2s;-webkit-tap-highlight-color:transparent;background:var(--surface);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px 18px;gap:8px}.g-card:active{transform:scale(.97);border-color:var(--accent)}.g-card .g-icon{font-size:48px;line-height:1}.g-card .g-label{font-size:15px;font-weight:600}.proof-bar{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 0;margin-bottom:4px}.proof-avatars{display:flex}.proof-avatars img{width:28px;height:28px;border-radius:50%;border:2px solid var(--bg);margin-left:-8px;object-fit:cover}.proof-avatars img:first-child{margin-left:0}.proof-info{font-size:12px;color:var(--text-2);line-height:1.3}.proof-info b{color:var(--text)}.proof-stars{color:var(--amber);font-size:12px;letter-spacing:1px}.testimonial{background:var(--surface);border-radius:var(--r);padding:16px;margin:16px 0;display:flex;gap:12px;align-items:flex-start}.testimonial img{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.testimonial .t-body{flex:1}.testimonial .t-text{font-size:13px;color:var(--text-2);font-style:italic;line-height:1.5;margin-bottom:6px}.testimonial .t-name{font-size:12px;font-weight:600;color:var(--text-3)}.testimonial .t-stars{color:var(--amber);font-size:11px;letter-spacing:1px}.divider{width:40px;height:1px;background:var(--accent);margin:24px auto;opacity:.4}.mini{text-align:center;padding:0 0 8px}.mini h2{font-size:20px;font-weight:700;line-height:1.3;margin-bottom:14px;letter-spacing:-.2px}.risks{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:16px;text-align:left}.risks li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text-2);background:var(--surface);padding:12px 14px;border-radius:10px}.risks li .ic{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:#c4697a26;color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;margin-top:1px}.benefits{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:16px;text-align:left}.benefits li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text-2);background:var(--surface);padding:12px 14px;border-radius:10px}.benefits li .ic{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:#4ade801f;color:var(--green);display:flex;align-items:center;justify-content:center;font-size:12px;margin-top:1px}.cta-wrap{text-align:center;padding:4px 0 16px}.cta{display:block;width:100%;background:var(--accent);color:#fff;font-family:var(--font);font-size:16px;font-weight:700;padding:16px;border:none;border-radius:12px;cursor:pointer;transition:opacity .2s;-webkit-tap-highlight-color:transparent}.cta:active{opacity:.85}.cta-sub{font-size:11px;color:var(--text-3);margin-top:8px}.team-strip{text-align:center;padding:16px 0;border-top:1px solid var(--surface-2)}.team-strip img{width:100%;max-width:320px;border-radius:var(--r);margin-bottom:10px}.team-strip p{font-size:12px;color:var(--text-3);line-height:1.4}.team-strip p strong{color:var(--text-2)}footer{text-align:center;padding:16px 20px;font-size:11px;color:var(--text-3);border-top:1px solid var(--surface-2)}footer a{color:var(--text-3);text-decoration:none}#quiz{display:none;position:fixed;inset:0;background:var(--bg);z-index:100;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch}#quiz.on{display:flex}.q-head{display:flex;align-items:center;justify-content:center;padding:14px 20px;border-bottom:1px solid var(--surface-2);position:sticky;top:0;background:var(--bg);z-index:10}.q-head img{height:32px}.q-progress{padding:12px 20px 0;max-width:600px;margin:0 auto;width:100%;position:sticky;top:57px;background:var(--bg);z-index:10}.q-bar{height:4px;background:var(--surface-2);border-radius:2px;overflow:hidden}.q-fill{height:100%;background:var(--accent);border-radius:2px;transition:width .4s ease;width:11%}.q-num{font-size:11px;color:var(--text-3);text-align:right;margin-top:4px}.q-body{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:40px 20px}.step{display:none;max-width:600px;width:100%;animation:up .3s ease}.step.on{display:block}@keyframes up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.step h2{font-size:20px;font-weight:700;text-align:center;margin-bottom:24px;line-height:1.3;letter-spacing:-.2px}.opts{display:flex;flex-direction:column;gap:10px}.opt{background:var(--surface);border:1.5px solid var(--surface-2);border-radius:12px;padding:16px 18px;font-size:15px;font-weight:500;color:var(--text);cursor:pointer;transition:border-color .2s,background .2s;font-family:var(--font);-webkit-tap-highlight-color:transparent;text-align:left}.opt:active{border-color:var(--accent);background:var(--surface-2)}.ld{text-align:center}.spinner{width:48px;height:48px;border:3px solid var(--surface-2);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 20px}@keyframes spin{to{transform:rotate(360deg)}}.ld h2{font-size:18px;margin-bottom:6px}.ld p{font-size:14px;color:var(--text-2);margin-bottom:20px}.checks{text-align:left;max-width:260px;margin:0 auto}.chk{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:13px;color:var(--text-2);opacity:0;transition:opacity .3s}.chk.show{opacity:1}.chk i{width:18px;height:18px;border-radius:50%;background:var(--green);color:#0b0b0f;display:flex;align-items:center;justify-content:center;font-size:10px;font-style:normal;font-weight:700;flex-shrink:0}.form{text-align:center}.form .tag{font-size:13px;font-weight:600;color:var(--green);margin-bottom:6px}.form h2{font-size:22px;font-weight:700;margin-bottom:6px}.form .sub{font-size:14px;color:var(--text-2);margin-bottom:20px}.fields{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.field{background:var(--surface);border:1.5px solid var(--surface-2);border-radius:12px;padding:0 14px;display:flex;align-items:center;gap:10px;transition:border-color .2s}.field:focus-within{border-color:var(--accent)}.field .ic{font-size:16px;flex-shrink:0;opacity:.5}.field input{flex:1;background:transparent;border:none;outline:none;color:var(--text);font-family:var(--font);font-size:15px;padding:14px 0}.field input::placeholder{color:var(--text-3)}.field .pre{font-size:14px;color:var(--text-3);flex-shrink:0}.cb-row{display:flex;align-items:flex-start;gap:8px;margin-bottom:16px;text-align:left}.cb-row input[type=checkbox]{accent-color:var(--accent);width:16px;height:16px;margin-top:2px;flex-shrink:0}.cb-row label{font-size:11px;color:var(--text-3);line-height:1.4}.cb-row label a{color:var(--text-2)}.submit{display:block;width:100%;background:var(--accent);color:#fff;font-family:var(--font);font-size:16px;font-weight:700;padding:16px;border:none;border-radius:12px;cursor:pointer;transition:opacity .2s}.submit:disabled{opacity:.4;cursor:not-allowed}.submit:not(:disabled):active{opacity:.85}.form-proof{margin-top:16px;padding-top:16px;border-top:1px solid var(--surface-2)}.form-proof .fp-row{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px;color:var(--text-3);margin-bottom:4px}.form-proof .fp-row b{color:var(--text-2)}.thanks{text-align:center;max-width:600px;width:100%;padding-bottom:40px}.thanks .check-big{width:56px;height:56px;border-radius:50%;background:#4ade801f;color:var(--green);display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto 16px}.thanks h2{font-size:22px;font-weight:700;margin-bottom:8px}.thanks .info{font-size:14px;color:var(--text-2);margin-bottom:20px;line-height:1.5}.prio-box{background:var(--surface);border:1px solid rgba(74,222,128,.25);border-radius:var(--r);padding:20px;margin-bottom:12px;text-align:left}.prio-box .prio-badge{display:inline-block;background:#4ade801f;color:var(--green);font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.prio-box h3{font-size:16px;font-weight:700;margin-bottom:6px}.prio-box p{font-size:13px;color:var(--text-2);margin-bottom:14px;line-height:1.5}.prio-box .prio-perks{list-style:none;margin-bottom:16px}.prio-box .prio-perks li{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-2);padding:4px 0}.prio-box .prio-perks li .pic{color:var(--green);font-size:13px;flex-shrink:0}.book-btn{display:block;width:100%;background:var(--green);color:#0b0b0f;font-family:var(--font);font-size:15px;font-weight:700;padding:14px;border:none;border-radius:10px;cursor:pointer;text-decoration:none;text-align:center}.book-btn:active{opacity:.85}.spots{font-size:11px;color:var(--amber);margin-top:8px;font-weight:600}.wait-box{background:var(--surface);border:1px solid var(--surface-2);border-radius:var(--r);padding:16px;margin-bottom:20px;text-align:left}.wait-box h4{font-size:14px;font-weight:600;margin-bottom:4px;color:var(--text-2)}.wait-box p{font-size:12px;color:var(--text-3);line-height:1.5}.thanks-proof{padding-top:16px;border-top:1px solid var(--surface-2)}.thanks-proof img{width:100%;max-width:280px;border-radius:var(--r);margin-bottom:8px}.thanks-proof p{font-size:11px;color:var(--text-3)}@media(min-width:600px){.hero h1{font-size:36px}.hero p{font-size:17px}.mini h2{font-size:26px}.gender-row{max-width:480px;margin-left:auto;margin-right:auto;margin-bottom:20px}.risks li,.benefits li{font-size:15px;padding:14px 18px}.testimonial{padding:20px;gap:16px}.testimonial .t-text{font-size:14px}.cta{max-width:400px;margin:0 auto;font-size:17px;padding:18px}.team-strip img{max-width:420px}.step h2{font-size:26px}.opts{display:grid;grid-template-columns:1fr 1fr}.opt{font-size:16px;padding:18px 20px}.opt:hover{border-color:var(--accent);background:var(--surface-2)}.q-body{padding:60px 20px 40px}.fields{max-width:440px;margin-left:auto;margin-right:auto;margin-bottom:14px}.submit{max-width:440px;margin-left:auto;margin-right:auto}.form h2{font-size:26px}.cb-row{max-width:440px;margin-left:auto;margin-right:auto;margin-bottom:16px}.prio-box{max-width:520px;margin-left:auto;margin-right:auto;margin-bottom:12px}.wait-box,.thanks-proof{max-width:520px;margin-left:auto;margin-right:auto}.thanks h2{font-size:28px}}@media(min-width:900px){.hero h1{font-size:42px}.hero p{font-size:18px}.gender-row{max-width:520px;gap:20px}.risks,.benefits,.testimonial{max-width:560px;margin-left:auto;margin-right:auto}}
