@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@500;600&display=swap";:root{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f7f7f3;background:#070707;font-synthesis:none;text-rendering:optimizeLegibility;--black: #070707;--ink: #11110f;--paper: #f4f3ee;--white: #fff;--muted: #a2a29d;--line: rgba(255, 255, 255, .13);--accent: #d7ff43;--accent-deep: #bbec13;--safe-top: max(16px, env(safe-area-inset-top));--safe-bottom: max(16px, env(safe-area-inset-bottom))}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;background:var(--black)}body{min-width:320px;overscroll-behavior:none}button,input,textarea{font:inherit}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}.app-shell{position:relative;width:min(100%,520px);min-height:100dvh;margin:0 auto;padding:calc(var(--safe-top) + 5px) 22px calc(118px + var(--safe-bottom));overflow:hidden;background:var(--black)}.app-shell--light{color:var(--ink);background:var(--paper)}.screen-enter{animation:screenIn .42s cubic-bezier(.2,.8,.2,1) backwards}@keyframes screenIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.brand{display:inline-flex;align-items:center}.brand__logo{display:block;width:148px;height:148px;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(0,0,0,.2))}.brand--compact .brand__logo{width:44px;height:44px;filter:none}.step-dots{position:relative;z-index:2;display:flex;justify-content:center;gap:7px;padding:2px 0 20px}.step-dots span{width:7px;height:3px;border-radius:99px;background:#ffffff38;transition:width .25s,background .25s}.step-dots span.is-active{width:28px;background:var(--accent)}.step-dots span.is-done{background:#ffffff8c}.app-shell--light .step-dots span{background:#00000026}.app-shell--light .step-dots span.is-active{background:var(--ink)}.app-shell--light .step-dots span.is-done{background:#00000073}.glow{position:absolute;pointer-events:none;filter:blur(2px);border-radius:50%}.glow--top{width:340px;height:300px;top:-190px;right:-120px;background:radial-gradient(circle,rgba(215,255,67,.18),transparent 68%)}.welcome{display:flex;flex-direction:column}.welcome__logo{display:flex;justify-content:center;margin:10px 0 32px}.welcome__content h1,.success-screen h1{margin:10px 0 17px;font-size:clamp(36px,10vw,49px);line-height:1.03;letter-spacing:-.055em;font-weight:500}h1 em,h2 em{color:var(--accent);font-style:normal}.lead{max-width:420px;margin:0;color:#aaa9a4;font-size:15px;line-height:1.6}.eyebrow{display:flex;align-items:center;gap:8px;margin:0 0 10px;color:#d6d6cf;font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:700}.eyebrow>span{width:17px;height:1px;background:var(--accent)}.eyebrow--dark{color:#65655f}.eyebrow--dark>span{background:var(--ink)}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:22px}.trust-row>div{display:flex;align-items:center;gap:10px;padding:13px;border:1px solid var(--line);border-radius:14px;background:#ffffff09}.trust-row svg{color:var(--accent);flex:none}.trust-row span{color:#c5c4be;font-size:10px;line-height:1.35;font-weight:600}.client-proof{display:flex;align-items:center;gap:8px;margin-top:10px;padding:0 3px;color:#7f7f79;font-size:9px;line-height:1.4}.client-proof svg{flex:none;color:var(--accent)}.bottom-action{position:fixed;z-index:20;left:50%;bottom:0;width:min(100%,520px);padding:18px 22px var(--safe-bottom);background:linear-gradient(to bottom,transparent,var(--black) 19%);transform:translate(-50%)}.bottom-action--light{background:linear-gradient(to bottom,transparent,var(--paper) 19%)}.bottom-action>p{display:flex;align-items:center;justify-content:center;gap:4px;margin:8px 0 0;color:#74746f;font-size:10px}.primary-button,.submit-button,.secondary-button{width:100%;min-height:58px;border:0;border-radius:18px;cursor:pointer;transition:transform .12s ease,opacity .2s}.primary-button:active,.submit-button:active,.secondary-button:active{transform:scale(.985)}.primary-button{display:flex;align-items:center;justify-content:space-between;padding:0 18px 0 22px;color:#111;background:var(--accent);font-size:14px;font-weight:800}.primary-button svg{padding:9px;width:38px;height:38px;color:#fff;border-radius:12px;background:#10100e}.primary-button:disabled{cursor:not-allowed;opacity:.35}.info-screen__header{padding-top:18px}.info-screen h2,.benefits-screen h2,.consent-screen h2,.review-screen h2{margin:8px 0 26px;font-size:clamp(37px,10vw,48px);line-height:1.05;letter-spacing:-.055em;font-weight:500}.app-shell--light h2 em{color:#777771}.timeline{position:relative;margin-top:30px}.timeline:before{content:"";position:absolute;left:24px;top:38px;bottom:40px;width:1px;background:#d2d1c9}.timeline__item{position:relative;display:grid;grid-template-columns:50px 1fr;gap:17px;align-items:start;padding:0 0 29px;animation:screenIn .45s both}.timeline__number{position:relative;z-index:1;display:grid;place-items:center;width:49px;height:49px;color:var(--paper);border-radius:16px;background:var(--ink);font-size:11px;font-weight:800}.timeline__item h3{margin:3px 0 5px;font-size:18px;letter-spacing:-.025em}.timeline__item p{margin:0;color:#73736d;font-size:13px;line-height:1.55}.benefits-screen{display:flex;flex-direction:column}.benefits-screen>.screen-enter{padding-top:12px}.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:4px}.benefit-grid article{min-height:154px;padding:16px;border:1px solid var(--line);border-radius:20px;background:#10100f;animation:screenIn .45s both}.benefit-grid__icon{display:grid;place-items:center;width:39px;height:39px;margin-bottom:19px;color:var(--black);border-radius:12px;background:var(--accent)}.benefit-grid h3{margin:0 0 4px;font-size:14px;line-height:1.25}.benefit-grid p{margin:0;color:#8f8f8a;font-size:11px;line-height:1.4}.consent-screen__icon{display:grid;place-items:center;width:54px;height:54px;margin:12px 0 24px;color:var(--paper);border-radius:17px;background:var(--ink)}.consent-screen h2{margin-bottom:13px}.consent-intro{margin:0 0 22px;color:#72726c;font-size:12px;line-height:1.55}.consent-list{display:grid;gap:10px}.consent-row{display:flex;align-items:flex-start;gap:13px;width:100%;padding:16px;color:var(--ink);text-align:left;border:1px solid #dad9d1;border-radius:17px;background:#fff;font-size:12px;line-height:1.55;cursor:pointer}.checkbox{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;margin-top:1px;border:1.5px solid #aaa9a2;border-radius:8px;transition:all .18s}.checkbox.is-checked{color:var(--paper);border-color:var(--ink);background:var(--ink)}.text-link{display:inline;padding:0;color:var(--ink);text-align:left;text-decoration:underline;text-underline-offset:2px;border:0;background:none;cursor:pointer;font-weight:700}.privacy-note{display:flex;gap:8px;margin-top:16px;padding:0 5px;color:#82827b;font-size:10px;line-height:1.45}.privacy-note svg{flex:none}.legal-modal{position:fixed;z-index:30;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;color:var(--ink);background:var(--paper);animation:modalIn .28s ease both}@keyframes modalIn{0%{opacity:0;transform:translateY(30px)}}.legal-modal>header{display:flex;align-items:center;justify-content:space-between;flex:none;padding:var(--safe-top) 20px 12px;border-bottom:1px solid #d9d8d0}.legal-modal>header>button,.simple-header button,.form-header button{display:grid;place-items:center;width:42px;height:42px;color:var(--ink);border:1px solid #d8d7d0;border-radius:13px;background:#fff;cursor:pointer}.legal-modal__body{flex:1;width:min(100%,660px);margin:0 auto;padding:27px 22px 110px;overflow:auto}.legal-modal__body h2{margin:8px 0;font-size:30px;line-height:1.08;letter-spacing:-.045em}.document-meta{color:#85857e!important;font-size:11px!important}.legal-modal__body section{margin:27px 0}.legal-modal__body section h3{margin:0 0 10px;font-size:16px}.legal-modal__body section p,.legal-modal__body li{color:#5e5e59;font-size:12px;line-height:1.65}.legal-modal__body ul{padding-left:18px}.document-download{display:flex;align-items:center;gap:9px;color:var(--ink);font-size:12px;font-weight:700}.legal-modal__footer{position:fixed;left:0;right:0;bottom:0;padding:14px 22px var(--safe-bottom);background:linear-gradient(transparent,var(--paper) 20%)}.legal-modal__footer button{width:100%;min-height:54px;color:var(--paper);border:0;border-radius:17px;background:var(--ink);font-size:13px;font-weight:800}.form-screen{padding-left:0;padding-right:0}.form-header{display:grid;grid-template-columns:42px 1fr 34px;gap:13px;align-items:center;padding:0 22px 16px}.form-header>span{color:#6e6e68;text-align:right;font-size:10px;font-weight:700}.form-progress{height:4px;overflow:hidden;border-radius:99px;background:#d9d8d0}.form-progress span{display:block;height:100%;border-radius:inherit;background:var(--ink);transition:width .35s ease}.question{padding:25px 22px 0}.question h2{max-width:450px;margin:7px 0 10px;font-size:clamp(30px,8vw,41px);line-height:1.06;letter-spacing:-.05em;font-weight:500}.question__hint{max-width:430px;margin:0;color:#777771;font-size:12px;line-height:1.55}.question__field{margin-top:28px}.field{width:100%;min-height:61px;padding:0 17px;color:var(--ink);border:1.5px solid #d3d2ca;outline:none;border-radius:17px;background:#fff;font-size:16px;transition:border .18s,box-shadow .18s}.field:focus{border-color:var(--ink);box-shadow:0 0 0 3px #11110f14}.field::placeholder{color:#a8a8a1}.field--textarea{min-height:190px;padding:16px 17px 35px;resize:none;line-height:1.55}.textarea-wrap{position:relative}.textarea-wrap>span{position:absolute;right:15px;bottom:12px;color:#999990;font-size:9px}.field-error,.submit-error{display:flex;align-items:flex-start;gap:7px;color:#b23a2a;font-size:11px;line-height:1.4}.field-error svg,.submit-error svg{flex:none}.number-stepper{display:grid;grid-template-columns:62px 1fr 62px;gap:8px}.number-stepper button,.number-stepper input{height:65px;color:var(--ink);text-align:center;border:1.5px solid #d3d2ca;border-radius:18px;background:#fff}.number-stepper button{font-size:26px;cursor:pointer}.number-stepper input{width:100%;outline:none;font-size:22px;font-weight:700}.choice-list{display:grid;gap:9px}.choice-list>button{display:flex;align-items:center;gap:13px;width:100%;padding:15px 16px;color:var(--ink);text-align:left;border:1.5px solid #d8d7cf;border-radius:17px;background:#fff;cursor:pointer}.choice-list>button.is-selected{border-color:var(--ink);background:#f0efe8}.radio{display:grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border:1.5px solid #aaa9a2;border-radius:50%}.radio>span{width:10px;height:10px;border-radius:50%;background:var(--ink)}.choice-list strong{display:block;font-size:13px}.choice-list small{display:block;margin-top:3px;color:#777771;font-size:10px;line-height:1.4}.nested-field{margin-top:19px}.nested-field label{display:block;margin:0 0 7px 3px;color:#686862;font-size:10px;font-weight:800;letter-spacing:.08em}.money-field{position:relative}.money-field .field{padding-right:53px;font-size:21px;font-weight:700}.money-field>span{position:absolute;right:20px;top:17px;color:#777771;font-size:20px}.simple-header{display:flex;align-items:center;justify-content:space-between}.simple-header>span{width:42px}.review-screen__intro{margin-top:27px}.review-screen__intro h2{margin-bottom:11px}.review-screen__intro>p:last-child{margin:0 0 25px;color:#73736d;font-size:12px}.review-list{display:grid;gap:8px}.review-list>button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:14px 15px;color:var(--ink);text-align:left;border:1px solid #ddddd5;border-radius:15px;background:#fff;cursor:pointer}.review-list small{display:block;margin-bottom:3px;color:#85857e;font-size:9px}.review-list strong{display:-webkit-box;max-width:390px;overflow:hidden;font-size:12px;line-height:1.4;-webkit-line-clamp:2;-webkit-box-orient:vertical}.review-list svg{flex:none;color:#777771}.submit-error{margin:14px 3px 0}.submit-button{display:flex;align-items:center;justify-content:center;gap:9px;color:var(--paper);background:var(--ink);font-size:13px;font-weight:800}.submit-button:disabled{opacity:.65}.spinner{width:17px;height:17px;border:2px solid rgba(255,255,255,.25);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.success-screen{display:flex;flex-direction:column;align-items:center;text-align:center}.success-screen>.brand{align-self:flex-start}.success-screen__content{position:relative;z-index:2;width:100%;margin-top:22px}.rocket-wrap{position:relative;width:230px;height:210px;margin:0 auto -4px}.rocket-wrap img{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 14px 28px rgba(0,0,0,.5));animation:rocketFloat 2.8s ease-in-out infinite}.rocket-glow{position:absolute;top:35px;right:35px;bottom:35px;left:35px;border-radius:50%;background:#d7ff4345;filter:blur(38px)}@keyframes rocketFloat{50%{transform:translateY(-7px) rotate(1deg)}}.success-check{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;color:var(--accent);border:1px solid rgba(215,255,67,.22);border-radius:999px;background:#d7ff430f;font-size:10px;font-weight:700}.success-screen h1{margin:16px 0 11px}.success-screen__content>p{max-width:390px;margin:0 auto;color:#9b9b96;font-size:12px;line-height:1.55}.success-screen__content>small{display:block;margin-top:13px;color:#61615d;font-size:9px}.secondary-button{color:var(--ink);background:var(--paper);font-size:13px;font-weight:800}.restart-link{margin-top:9px;color:#7b7b76;border:0;background:none;font-size:10px;cursor:pointer}.success-confetti{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.success-confetti i{position:absolute;top:-12px;left:calc((var(--i, 1)) * 7%);width:5px;height:13px;border-radius:2px;background:var(--accent);animation:fall 4s ease-in infinite;opacity:.55}.success-confetti i:nth-child(2n){background:#fff;width:3px}.success-confetti i:nth-child(1){--i: 1;animation-delay:.2s}.success-confetti i:nth-child(2){--i: 2;animation-delay:1.7s}.success-confetti i:nth-child(3){--i: 3;animation-delay:.8s}.success-confetti i:nth-child(4){--i: 4;animation-delay:2.4s}.success-confetti i:nth-child(5){--i: 5;animation-delay:.1s}.success-confetti i:nth-child(6){--i: 6;animation-delay:1.2s}.success-confetti i:nth-child(7){--i: 7;animation-delay:2s}.success-confetti i:nth-child(8){--i: 8;animation-delay:.5s}.success-confetti i:nth-child(9){--i: 9;animation-delay:2.8s}.success-confetti i:nth-child(10){--i: 10;animation-delay:1.5s}.success-confetti i:nth-child(11){--i: 11;animation-delay:.3s}.success-confetti i:nth-child(12){--i: 12;animation-delay:2.1s}.success-confetti i:nth-child(13){--i: 13;animation-delay:1s}.success-confetti i:nth-child(14){--i: 14;animation-delay:2.6s}@keyframes fall{0%{transform:translateY(-10px) rotate(0);opacity:0}12%{opacity:.55}to{transform:translateY(100dvh) rotate(320deg);opacity:0}}@media(min-width:540px){body{background:#161614}.app-shell{box-shadow:0 0 70px #00000073}}@media(max-height:700px){.brand__logo{width:112px;height:112px}.welcome__logo{margin:4px 0 20px}.welcome__content h1{font-size:36px}.trust-row{margin-top:14px}.benefit-grid article{min-height:132px}.benefit-grid__icon{margin-bottom:12px}.rocket-wrap{height:175px}}@media(max-width:420px){.trust-row>div{flex-direction:column;align-items:flex-start;gap:7px;padding:10px}.trust-row span{font-size:8px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
