:root{--bg: #080B0F;--bg-alt: #0E1115;--bg-section: #111111;--green: #51EB51;--step1: #51EB51;--step2: #A8F5C5;--step3: #EBA251;--white: #FFFFFF;--gray: #8B9099;--gray-light: #C4C9D4;--border-green: rgba(81,235,81,.22);--border: rgba(255,255,255,.07);--radius: 12px;--radius-lg: 20px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.container{max-width:1160px;margin:0 auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:50;background:#080b0fd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:64px;gap:24px}.logo-img{height:34px;width:auto;display:block;flex-shrink:0}.header-trust{display:flex;align-items:center;gap:6px}.header-pill{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:500;color:var(--gray);background:#ffffff0a;border:1px solid var(--border);padding:5px 12px;border-radius:100px;white-space:nowrap;transition:color .2s}.header-pill:hover{color:var(--white)}.header-pill svg{color:var(--green);flex-shrink:0}.header-cta-mobile{display:none;background:var(--green);color:#000;font-family:inherit;font-size:13px;font-weight:700;padding:9px 16px;border:none;border-radius:8px;cursor:pointer;white-space:nowrap;flex-shrink:0}.hero{padding:64px 0 80px}.hero .container{display:grid;grid-template-columns:1fr 420px;gap:64px;align-items:start}.hero-left{padding-top:8px}.badge{display:inline-flex;align-items:center;gap:8px;background:#51eb5114;border:1px solid var(--border-green);color:var(--green);font-size:13px;font-weight:600;padding:6px 14px;border-radius:100px;margin-bottom:24px}.badge-dot{width:6px;height:6px;border-radius:50%;background:var(--green);flex-shrink:0}.hero-hook{font-size:16px;font-weight:500;color:var(--green);margin-bottom:18px;line-height:1.5}.hero-headline{font-size:46px;font-weight:800;line-height:1.12;color:var(--white);margin-bottom:22px;letter-spacing:-.025em}.hero-headline .hl{color:var(--green)}.hero-sub{font-size:18px;color:var(--gray-light);line-height:1.7;max-width:500px}.form-card{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 28px;position:sticky;top:80px}.form-card-title{font-size:20px;font-weight:700;margin-bottom:6px}.form-card-sub{font-size:14px;color:var(--gray);margin-bottom:26px;line-height:1.5}.form-group{margin-bottom:14px}.form-group label{display:block;font-size:13px;font-weight:500;color:var(--gray-light);margin-bottom:6px}.label-opt{font-size:12px;color:var(--gray);font-weight:400}.form-group input,.form-group select{width:100%;background:#13171e;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px 14px;color:var(--white);font-family:inherit;font-size:15px;outline:none;transition:border-color .2s;-webkit-appearance:none;appearance:none}.form-group input::placeholder{color:#404650}.form-group input:focus,.form-group select:focus{border-color:var(--green)}.form-group select option{background:#13171e}.select-wrap{position:relative}.select-wrap:after{content:"";position:absolute;right:14px;top:50%;transform:translateY(-50%);border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid var(--gray);pointer-events:none}.form-consent{display:flex;align-items:flex-start;gap:10px;margin-top:16px;margin-bottom:4px}.form-consent input[type=checkbox]{width:16px;height:16px;flex-shrink:0;margin-top:2px;accent-color:var(--green);cursor:pointer}.form-consent label{font-size:12px;color:var(--gray);line-height:1.5;cursor:pointer;margin-bottom:0}.form-consent a{color:var(--green);text-decoration:none}.form-consent a:hover{text-decoration:underline}.btn-primary{display:block;width:100%;background:var(--green);color:#000;font-family:inherit;font-size:16px;font-weight:700;padding:16px;border:none;border-radius:8px;cursor:pointer;margin-top:20px;transition:opacity .2s,transform .1s;letter-spacing:-.01em}.btn-primary:hover{opacity:.9}.btn-primary:active{transform:scale(.99)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.form-trust{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:14px}.trust-item{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:500}.trust-item svg{flex-shrink:0}.trust-green{color:#4ade80}.trust-yellow{color:#facc15}.trust-gray{color:var(--gray)}.carousel-section{background:var(--bg-section);padding:32px 0;overflow:hidden}.carousel-label{text-align:center;font-size:12px;font-weight:600;color:var(--gray);text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px}.carousel-wrap{position:relative;overflow:hidden}.carousel-fade-left,.carousel-fade-right{position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}.carousel-fade-left{left:0;background:linear-gradient(to right,var(--bg-section),transparent)}.carousel-fade-right{right:0;background:linear-gradient(to left,var(--bg-section),transparent)}@keyframes carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.carousel-track{display:flex;align-items:center;gap:48px;width:max-content;animation:carousel-scroll 28s linear infinite}.carousel-track:hover{animation-play-state:paused}.carousel-item{flex-shrink:0;display:flex;align-items:center;justify-content:center}.carousel-logo-img{height:36px;width:auto;max-width:160px;object-fit:contain;filter:brightness(0) invert(1);opacity:.45;transition:opacity .25s;display:block}.carousel-item:hover .carousel-logo-img{opacity:.85}.numbers{padding:72px 0}.numbers-tagline{text-align:center;font-size:13px;font-weight:500;color:var(--gray);text-transform:uppercase;letter-spacing:.08em;margin-bottom:48px}.numbers-grid{display:grid;grid-template-columns:repeat(3,1fr);text-align:center}.number-item{padding:0 32px}.number-item+.number-item{border-left:1px solid var(--border)}.number-value{font-size:56px;font-weight:800;color:var(--green);line-height:1;margin-bottom:10px;letter-spacing:-.03em}.number-label{font-size:16px;color:var(--gray-light);line-height:1.4}.tease{background:var(--bg-alt);padding:88px 0}.section-label{font-size:12px;font-weight:700;color:var(--green);text-transform:uppercase;letter-spacing:.12em;text-align:center;margin-bottom:12px}.section-title{font-size:34px;font-weight:700;text-align:center;margin-bottom:16px;line-height:1.2;letter-spacing:-.02em}.section-sub{font-size:17px;color:var(--gray-light);text-align:center;max-width:560px;margin:0 auto 48px;line-height:1.65}.tease-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}.tease-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 24px;transition:border-color .2s}.tease-card:hover{border-color:var(--border-green)}.tease-icon{width:44px;height:44px;background:#51eb511a;border:1px solid var(--border-green);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.tease-icon svg{width:20px;height:20px;stroke:var(--green);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.tease-card-title{font-size:17px;font-weight:700;color:var(--white);margin-bottom:14px}.tease-content-wrap{position:relative}.tease-text{font-size:15px;color:var(--gray-light);line-height:1.65;filter:blur(5px);-webkit-filter:blur(5px);user-select:none;-webkit-user-select:none}.tease-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.tease-lock{width:32px;height:32px;background:#51eb511f;border:1px solid var(--border-green);border-radius:50%;display:flex;align-items:center;justify-content:center}.tease-lock svg{width:14px;height:14px;stroke:var(--green);fill:none;stroke-width:2}.tease-unlock-label{font-size:12px;font-weight:600;color:var(--green);white-space:nowrap}.tease-cta{text-align:center}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;border:1px solid var(--border-green);color:var(--green);font-family:inherit;font-size:15px;font-weight:600;padding:14px 32px;border-radius:8px;cursor:pointer;transition:background .2s;text-decoration:none}.btn-secondary:hover{background:#51eb510f}.how-it-works{background:var(--white);padding:88px 0}.how-it-works .section-title{color:var(--bg)}.how-it-works .steps-cta-note{color:#5a5f66}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:48px}.step-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 28px;transition:border-color .2s}.step-number{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}.step-icon-wrap{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.step-icon-wrap svg{width:24px;height:24px;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.step-card-title{font-size:19px;font-weight:700;color:var(--white);line-height:1.3;margin-bottom:20px}.step-list{list-style:none;display:flex;flex-direction:column;gap:10px}.step-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--gray-light);line-height:1.5}.step-check{flex-shrink:0;margin-top:1px;width:16px;height:16px}.step-check svg{width:16px;height:16px;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.step-1 .step-number{color:var(--step1)}.step-1 .step-icon-wrap{background:#51eb511a;border:1px solid rgba(81,235,81,.2)}.step-1 .step-icon-wrap svg{stroke:var(--step1)}.step-1 .step-check svg{stroke:var(--step1)}.step-1:hover{border-color:#51eb514d}.step-2 .step-number{color:var(--step2)}.step-2 .step-icon-wrap{background:#a8f5c51a;border:1px solid rgba(168,245,197,.2)}.step-2 .step-icon-wrap svg{stroke:var(--step2)}.step-2 .step-check svg{stroke:var(--step2)}.step-2:hover{border-color:#a8f5c54d}.step-3 .step-number{color:var(--step3)}.step-3 .step-icon-wrap{background:#eba2511a;border:1px solid rgba(235,162,81,.2)}.step-3 .step-icon-wrap svg{stroke:var(--step3)}.step-3 .step-check svg{stroke:var(--step3)}.step-3:hover{border-color:#eba2514d}.steps-cta{text-align:center}.steps-cta .btn-primary{display:inline-block;width:auto;padding:16px 40px;animation:btn-glow 2s ease-in-out infinite}@keyframes btn-glow{0%,to{box-shadow:0 0 12px #51eb5140,0 0 32px #51eb5114}50%{box-shadow:0 0 20px #51eb5173,0 0 48px #51eb512e}}.steps-cta-note{font-size:13px;color:var(--gray);margin-top:12px}.problem{padding:88px 0}.problem-inner{max-width:760px;margin:0 auto}.problem-title{font-size:34px;font-weight:800;line-height:1.15;letter-spacing:-.02em;margin-bottom:32px}.problem-title .hl{color:var(--green)}.problem-body p{font-size:18px;color:var(--gray-light);line-height:1.75;margin-bottom:22px}.problem-body p:last-child{margin-bottom:0}.punch{font-size:18px!important;color:var(--white)!important;font-weight:600!important}.confession-lines{font-size:17px;color:var(--gray);line-height:2.1;font-style:italic;padding-left:20px;border-left:2px solid var(--border-green);margin-bottom:22px}.problem-resolution{font-size:18px;color:var(--gray-light);line-height:1.75}.problem-resolution strong{color:var(--white);font-weight:700}.authority{background:var(--bg-alt);padding:88px 0}.authority-inner{max-width:760px;margin:0 auto}.authority-title{font-size:36px;font-weight:800;line-height:1.15;letter-spacing:-.02em;margin-bottom:32px}.authority-body p{font-size:18px;color:var(--gray-light);line-height:1.8;margin-bottom:20px}.authority-body p:last-child{margin-bottom:0}.authority-body strong{color:var(--white);font-weight:700}.method{background:var(--white);padding:88px 0}.method .section-title{color:var(--bg)}.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.method-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px 28px;transition:border-color .2s}.method-card:hover{border-color:var(--border-green)}.method-letter{font-size:72px;font-weight:900;color:var(--green);line-height:1;margin-bottom:14px;letter-spacing:-.04em}.method-name{font-size:22px;font-weight:700;margin-bottom:10px}.method-desc{font-size:16px;color:var(--gray-light);line-height:1.65}.for-who{padding:88px 0}.for-who-inner{max-width:660px;margin:0 auto}.for-who-inner .section-title{text-align:left;margin-bottom:32px}.for-who-list{display:flex;flex-direction:column;gap:16px}.for-who-item{display:flex;align-items:flex-start;gap:14px;font-size:17px;color:var(--gray-light);line-height:1.5}.check-icon{flex-shrink:0;width:24px;height:24px;background:#51eb511a;border:1px solid var(--border-green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--green);font-size:13px;font-weight:700;margin-top:1px}.testimonials{background:var(--bg-alt);padding:88px 0}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:48px}.testimonial-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .2s}.testimonial-card:hover{border-color:var(--border-green)}.testimonial-media{position:relative;width:100%;aspect-ratio:16/9;background:#13171e;overflow:hidden}.testimonial-media img{width:100%;height:100%;object-fit:cover;display:block}.placeholder-media{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.placeholder-media svg{width:48px;height:48px;stroke:#ffffff1f;fill:none;stroke-width:1}.avatar-initials{width:72px;height:72px;background:#51eb511a;border:2px solid rgba(81,235,81,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:var(--green);letter-spacing:1px;font-style:normal}.play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000059;cursor:pointer}.play-btn-icon{width:52px;height:52px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center}.play-btn-icon svg{width:20px;height:20px;fill:#000;margin-left:3px}.testimonial-body{padding:24px}.testimonial-stars{color:var(--green);font-size:14px;letter-spacing:2px;margin-bottom:12px}.testimonial-quote{font-size:16px;color:var(--white);line-height:1.6;font-style:italic;margin-bottom:16px}.testimonial-name{font-size:15px;font-weight:700}.testimonial-city{font-size:13px;color:var(--gray);margin-bottom:14px}.testimonial-metric{display:inline-block;background:#51eb5114;border:1px solid var(--border-green);color:var(--green);font-size:13px;font-weight:600;padding:5px 12px;border-radius:100px}.results-strip{border-top:1px solid var(--border);padding-top:40px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px 40px;text-align:center}.result-item{display:flex;flex-direction:column;gap:4px}.result-co{font-size:12px;font-weight:700;color:var(--green);text-transform:uppercase;letter-spacing:.1em}.result-metric{font-size:15px;color:var(--gray-light)}.result-sep{color:var(--border);font-size:24px;align-self:center}.cta-final{background:var(--green);padding:88px 0;text-align:center}.cta-final .section-title{color:#000;margin-bottom:14px}.cta-sub{font-size:18px;color:#fff;line-height:1.6;margin:0 auto 40px;max-width:540px}.btn-dark{display:inline-block;background:#000;color:var(--white);font-family:inherit;font-size:17px;font-weight:700;padding:18px 44px;border-radius:8px;text-decoration:none;transition:opacity .2s}.btn-dark:hover{opacity:.85}.faq{background:var(--bg-section);padding:88px 0}.faq-header{text-align:center;margin-bottom:48px}.faq-header .section-title{margin-bottom:12px}.faq-header p{font-size:17px;color:var(--gray-light);max-width:480px;margin:0 auto}.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.faq-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-item.open{border-color:var(--border-green)}.faq-btn{width:100%;background:none;border:none;color:var(--white);font-family:inherit;font-size:16px;font-weight:600;text-align:left;padding:22px 24px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;line-height:1.4;transition:color .2s}.faq-btn:hover{color:var(--green)}.faq-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;border:1.5px solid currentColor;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;transition:transform .25s,border-color .2s}.faq-item.open .faq-icon{transform:rotate(45deg);border-color:var(--green);color:var(--green)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:300px}.faq-answer-body{padding:0 24px 22px;font-size:16px;color:var(--gray-light);line-height:1.7}.footer{padding:28px 0;border-top:1px solid var(--border)}.footer .container{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-copy{font-size:14px;color:var(--gray)}.footer-links{display:flex;gap:24px}.footer-links a{font-size:14px;color:var(--gray);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--white)}.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%) translateY(100px);background:var(--green);color:#000;font-weight:700;font-size:15px;padding:14px 32px;border-radius:8px;transition:transform .35s cubic-bezier(.34,1.56,.64,1);z-index:9999;pointer-events:none;white-space:nowrap}.toast.show{transform:translate(-50%) translateY(0)}@media(max-width:960px){.hero .container{grid-template-columns:1fr;gap:48px}.form-card{position:static;top:auto}.hero-headline{font-size:36px}.header-trust{display:none}.header-cta-mobile{display:block}.numbers-grid,.tease-grid,.steps-grid,.method-grid,.testimonials-grid{grid-template-columns:1fr;gap:16px}.number-item+.number-item{border-left:none;border-top:1px solid var(--border);padding-top:32px;margin-top:8px}.number-item{padding:0}.number-value{font-size:48px}.section-title,.problem-title,.authority-title{font-size:28px}.for-who-inner .section-title{text-align:center}.results-strip{flex-direction:column;gap:24px}.result-sep{display:none}.footer .container{flex-direction:column;text-align:center}.steps-cta .btn-primary{width:100%}}@media(max-width:600px){.hero{padding:40px 0 56px}.hero-headline{font-size:30px}.hero-hook,.hero-sub{font-size:16px}.numbers,.problem,.authority,.method,.for-who,.testimonials,.cta-final,.faq,.tease,.how-it-works{padding:64px 0}.cta-sub{font-size:16px}.toast{white-space:normal;text-align:center;width:90%;max-width:360px}.form-trust{gap:10px}}
