.funnel-page,.rdv-page,.conf-page{--fn-bg:#0a0a0a;--fn-surface:#111;--fn-border:#1e1e1e;--fn-border-l:#333;--fn-text:#fff;--fn-muted:#b5b2ac;--fn-subtle:#666;--fn-orange:#f04923;--fn-orange-d:#c43b1c;--fn-green:#2ecc71}.funnel-page{background:var(--fn-bg);color:var(--fn-text);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;font-family:Satoshi,Helvetica Neue,sans-serif;display:flex}.funnel-page *{box-sizing:border-box;margin:0;padding:0}.funnel-page a{color:inherit;text-decoration:none}.funnel-page p{color:var(--fn-muted);font-size:.9rem;line-height:1.75}.funnel-page strong{color:var(--fn-text);font-weight:700}.funnel-header{z-index:100;background:var(--fn-bg);position:sticky;top:0}.funnel-nav{justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}.funnel-logo{color:var(--fn-orange);font-family:Satoshi,sans-serif;font-size:1.15rem;font-style:italic;font-weight:900}.funnel-stepper{align-items:center;gap:24px;display:flex}.funnel-stepper-item{align-items:center;gap:8px;display:flex}.funnel-stepper-circle{border:2px solid var(--fn-border-l);width:28px;height:28px;color:var(--fn-subtle);background:var(--fn-surface);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;transition:all .2s;display:flex}.funnel-stepper-label{color:var(--fn-subtle);font-size:.75rem;font-weight:500;transition:color .2s}.funnel-stepper-item.active .funnel-stepper-circle{border-color:var(--fn-orange);background:var(--fn-orange);color:#fff}.funnel-stepper-item.active .funnel-stepper-label{color:var(--fn-text);font-weight:600}.funnel-stepper-item.done .funnel-stepper-circle{border-color:var(--fn-green);background:var(--fn-green);color:#fff}.funnel-stepper-item.done .funnel-stepper-label{color:var(--fn-subtle)}.funnel-step-badge{color:var(--fn-muted);background:var(--fn-surface);white-space:nowrap;border-radius:100px;padding:4px 10px;font-size:.7rem;font-weight:600;display:none}.funnel-progress{background:var(--fn-border);height:3px}.funnel-progress-bar{background:var(--fn-orange);border-radius:0 3px 3px 0;height:100%;transition:width .4s}@media (max-width:768px){.funnel-stepper-label{display:none}.funnel-stepper{gap:12px}.funnel-stepper-circle{width:24px;height:24px;font-size:.65rem}.funnel-step-badge{display:block}}@media (max-width:480px){.funnel-stepper{display:none}}.funnel-content{flex-direction:column;flex:1;align-items:center;width:100%;max-width:680px;margin:0 auto;padding:40px 20px;display:flex}.funnel-content h1{text-transform:uppercase;text-align:center;color:var(--fn-text);margin-bottom:12px;font-family:Bebas Neue,sans-serif;font-size:clamp(1.6rem,6vw,2.8rem);font-weight:400;line-height:1}.funnel-content h1 .accent{color:var(--fn-orange)}.funnel-content h2{text-align:center;color:var(--fn-text);margin-bottom:8px;font-size:clamp(1.2rem,4vw,1.8rem);font-weight:900;line-height:1.15}.funnel-subtitle{color:var(--fn-muted);text-align:center;max-width:480px;margin-bottom:32px;font-size:.9rem;line-height:1.75}.funnel-avatar{border:3px solid var(--fn-orange);border-radius:50%;width:80px;height:80px;margin-bottom:24px;overflow:hidden}.funnel-avatar img{object-fit:cover;width:100%;height:100%}.funnel-embed{border:1px solid var(--fn-border);background:var(--fn-surface);width:100%;min-height:400px;color:var(--fn-subtle);border-radius:12px;justify-content:center;align-items:center;margin-bottom:32px;font-size:.8rem;display:flex;overflow:hidden}.funnel-embed iframe{border:none;width:100%;height:100%;min-height:400px}.funnel-info{flex-direction:column;gap:2px;width:100%;margin-bottom:32px;display:flex}.funnel-info-item{background:var(--fn-surface);border:1px solid var(--fn-border);align-items:center;gap:12px;padding:14px 16px;display:flex}.funnel-info-icon{color:var(--fn-orange);flex-shrink:0;font-size:.85rem;font-weight:700}.funnel-info-item p{font-size:.85rem}.funnel-section{border-top:1px solid var(--fn-border);width:100%;padding:24px 0}.funnel-section-title{letter-spacing:.2em;text-transform:uppercase;color:var(--fn-orange);align-items:center;gap:8px;margin-bottom:16px;font-size:.6rem;font-weight:700;display:flex}.funnel-section-title:before{content:"";background:var(--fn-orange);width:18px;height:1.5px}.funnel-testimonial{background:var(--fn-surface);border:1px solid var(--fn-border);border-left:3px solid var(--fn-orange);border-radius:8px;margin-bottom:12px;padding:16px}.funnel-testimonial-text{color:var(--fn-text);margin-bottom:12px;font-size:.88rem;line-height:1.75}.funnel-testimonial-footer{align-items:center;gap:10px;display:flex}.funnel-testimonial-avatar{border:2px solid var(--fn-orange);border-radius:50%;flex-shrink:0;width:40px;height:40px;overflow:hidden}.funnel-testimonial-avatar img{object-fit:cover;width:100%;height:100%}.funnel-testimonial-name{color:var(--fn-text);font-size:.82rem;font-weight:700}.funnel-testimonial-role{color:var(--fn-subtle);font-size:.7rem}.funnel-testimonial-badge{color:var(--fn-orange);background:#f0492326;border:1px solid #f0492333;border-radius:100px;margin-top:6px;padding:4px 10px;font-size:.68rem;font-weight:700;display:inline-flex}.funnel-check{border:2px solid var(--fn-orange);background:#f0492326;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;font-size:1.4rem;display:flex}.funnel-btn{background:var(--fn-orange);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-family:Satoshi,sans-serif;font-size:.72rem;font-weight:700;text-decoration:none;transition:all .18s;display:inline-flex;color:#fff!important}.funnel-btn:hover{background:var(--fn-orange-d)}.funnel-footer{border-top:1px solid var(--fn-border);text-align:center;background:var(--fn-bg);padding:24px 20px}.funnel-footer-logo{color:var(--fn-orange);margin-bottom:6px;font-family:Satoshi,sans-serif;font-size:.9rem;font-style:italic;font-weight:900}.funnel-footer-copy{color:var(--fn-subtle);font-size:.65rem}@media (min-width:768px){.funnel-nav{padding:16px 40px}.funnel-content{padding:56px 20px}}.wvsl{flex-direction:column;align-items:center;gap:20px;display:flex}.wvsl .wistia_responsive_padding{border-radius:12px;width:100%;max-width:720px;overflow:hidden}.wvsl-controls{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:4px;display:flex}.wvsl-ctrl{cursor:pointer;font-variant-numeric:tabular-nums;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.wvsl-ctrl-primary{background:var(--fn-text,#0a0a0a);color:var(--fn-bg,#fff);border:1px solid var(--fn-text,#0a0a0a)}.wvsl-ctrl-primary:hover{opacity:.9}.wvsl-ctrl-secondary{color:var(--fn-text,#0a0a0a);border:1px solid var(--fn-border,#e2ded8);background:0 0}.wvsl-ctrl-secondary:hover{border-color:var(--fn-text,#0a0a0a)}.wvsl-cta-block{flex-direction:column;align-items:center;gap:10px;width:100%;margin-top:12px;display:flex}.wvsl-cta-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--fn-orange,#f04923);font-size:.65rem;font-weight:700}.wvsl-cta-hint{color:var(--fn-muted,#4a4845);align-items:center;gap:4px;font-size:.8rem;display:flex}.wvsl-cta-hint-dot{color:var(--fn-orange,#f04923);font-size:1.1em;line-height:1}.wvsl-cta-block button[disabled] svg{vertical-align:-2px;margin-right:2px}.rdv-page{background:var(--fn-bg);color:var(--fn-text);flex-direction:column;min-height:100vh;display:flex}.rdv-inner{flex:1;grid-template-columns:1fr 1fr;align-items:start;gap:48px;width:100%;max-width:1200px;margin:0 auto;padding:80px 24px 48px;display:grid}.rdv-context{max-width:480px;padding-top:24px}.rdv-context h1{color:var(--fn-text);margin-bottom:16px;font-size:clamp(1.6rem,4vw,2.2rem);line-height:1.2}.rdv-highlight{color:var(--fn-orange)}.rdv-subtitle{color:var(--fn-muted);margin-bottom:32px;font-size:.95rem;line-height:1.7}.rdv-details{flex-direction:column;gap:14px;margin-bottom:36px;display:flex}.rdv-detail{color:var(--fn-text);align-items:center;gap:12px;font-size:.9rem;display:flex}.rdv-detail svg{color:var(--fn-orange);flex-shrink:0}.rdv-detail strong{font-weight:600}.rdv-proof{background:var(--fn-surface);border:1px solid var(--fn-border);border-radius:12px;gap:14px;padding:20px;display:flex}.rdv-proof-avatar{border-radius:50%;flex-shrink:0;width:40px;height:40px;overflow:hidden}.rdv-proof p{color:var(--fn-muted);margin-bottom:6px;font-size:.82rem;font-style:italic;line-height:1.65}.rdv-proof span{color:var(--fn-subtle);font-size:.72rem;font-weight:500}.rdv-form-wrap{background:#0a0a0a;border:1px solid #1e1e1e;border-radius:16px;min-height:auto;padding:24px}.rdv-calendly{border:1px solid var(--fn-border);background:#fff;border-radius:16px;min-height:700px;overflow:hidden}.calendly-wrapper{height:700px;min-height:700px}.calendly-wrapper iframe,.calendly-wrapper>div{border:none!important;width:100%!important;height:100%!important;min-height:700px!important}.calendly-note{text-align:center;color:var(--fn-subtle);padding:8px 16px 12px;font-size:.72rem}.qform{flex-direction:column;gap:20px;display:flex}.qform-field{flex-direction:column;gap:6px;display:flex}.qform-field label{color:var(--fn-text);font-size:.88rem;font-weight:600}.qform-req{color:var(--fn-orange)}.qform-field input{color:var(--fn-text);background:var(--fn-bg);border:1.5px solid var(--fn-border);border-radius:10px;outline:none;width:100%;padding:12px 16px;font-family:Satoshi,sans-serif;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.qform-field input:focus{border-color:var(--fn-orange);box-shadow:0 0 0 3px #f0492314}.qform-field input::placeholder{color:var(--fn-subtle)}.qform-field--error input,.qform-field--error select{border-color:#ef4444!important}.qform-field--error input:focus,.qform-field--error select:focus{box-shadow:0 0 0 3px #ef444414!important}.qform-field-error{color:#ef4444;margin-top:2px;font-size:.78rem}.qform-phone-wrap{border:1.5px solid var(--fn-border);background:var(--fn-bg);border-radius:10px;align-items:center;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.qform-phone-wrap:focus-within{border-color:var(--fn-orange);box-shadow:0 0 0 3px #f0492314}.qform-field--error .qform-phone-wrap{border-color:#ef4444!important}.qform-field--error .qform-phone-wrap:focus-within{box-shadow:0 0 0 3px #ef444414!important}.qform-country-select{color:var(--fn-text);cursor:pointer;appearance:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%239BA0BD' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") right 4px center no-repeat;border:none;outline:none;flex-shrink:0;padding:12px 20px 12px 14px;font-family:Satoshi,sans-serif;font-size:.88rem}.qform-phone-sep{background:var(--fn-border);flex-shrink:0;width:1px;height:24px}.qform-phone-input{color:var(--fn-text);flex:1;font-family:Satoshi,sans-serif;font-size:.9rem;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;outline:none!important;padding:12px 14px!important}.qform-phone-input::placeholder{color:var(--fn-subtle)}.qform-submit{background:var(--fn-orange);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:4px;padding:14px 32px;font-family:Satoshi,sans-serif;font-size:.95rem;font-weight:700;transition:background .2s,transform .15s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #f0492340}.qform-submit:hover{background:var(--fn-orange-d);transform:translateY(-1px);box-shadow:0 6px 28px #f0492359}.qform-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.qform-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 24px;display:flex}.qform-success-icon{color:#2ecc71;background:#2ecc711a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:8px;display:flex}.qform-success h3{color:var(--fn-text);font-size:1.2rem}.qform-success p{color:var(--fn-muted);max-width:320px;font-size:.9rem;line-height:1.6}@media (max-width:968px){.rdv-inner{grid-template-columns:1fr;gap:32px;padding-top:72px}.rdv-context{text-align:center;max-width:100%;padding-top:0}.rdv-details{align-items:center}.rdv-proof{text-align:left}}.conf-page{background:var(--fn-bg);color:var(--fn-text);min-height:100vh}.conf-nav{border-bottom:1px solid var(--fn-border);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.conf-nav-badge{color:#2ecc71;align-items:center;gap:6px;font-size:.72rem;font-weight:600;display:flex}.conf-inner{max-width:620px;margin:0 auto;padding:40px 20px 60px}.conf-hero{text-align:center;margin-bottom:40px}.conf-check{background:#2ecc71;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;display:flex}.conf-title{color:var(--fn-text);margin-bottom:12px;font-size:clamp(1.6rem,5vw,2.4rem);font-weight:700;line-height:1.2}.conf-name{color:var(--fn-orange)}.conf-subtitle{color:var(--fn-muted);max-width:440px;margin:0 auto;font-size:.95rem;line-height:1.7}.conf-section{border-top:1px solid var(--fn-border);margin-bottom:36px;padding-top:36px}.conf-section-title{color:var(--fn-text);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;margin-bottom:16px;font-size:.78rem;font-weight:700;display:flex}.conf-section-title svg{color:var(--fn-orange)}.conf-section-text{color:var(--fn-muted);margin-bottom:20px;font-size:.9rem;line-height:1.7}.conf-steps{flex-direction:column;gap:2px;display:flex}.conf-step{background:var(--fn-surface);border:1px solid var(--fn-border);align-items:flex-start;gap:14px;padding:16px;display:flex}.conf-step:first-child{border-radius:10px 10px 0 0}.conf-step:last-child{border-radius:0 0 10px 10px}.conf-step-num{background:var(--fn-orange);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:1px;font-size:.75rem;font-weight:700;display:flex}.conf-step strong{color:var(--fn-text);margin-bottom:2px;font-size:.88rem;display:block}.conf-step span{color:var(--fn-muted);font-size:.8rem;line-height:1.5}.conf-checklist{flex-direction:column;gap:12px;display:flex}.conf-checklist-item{color:var(--fn-text);align-items:flex-start;gap:10px;font-size:.88rem;line-height:1.5;display:flex}.conf-checklist-item svg{flex-shrink:0;margin-top:2px}.conf-testimonials{grid-template-columns:1fr 1fr;gap:16px;display:grid}.conf-testi{background:var(--fn-surface);border:1px solid var(--fn-border);border-radius:12px;padding:20px}.conf-testi p{color:var(--fn-muted);margin-bottom:16px;font-size:.82rem;font-style:italic;line-height:1.7}.conf-testi-author{align-items:center;gap:10px;display:flex}.conf-testi-avatar{border-radius:50%;flex-shrink:0;width:36px;height:36px;overflow:hidden}.conf-testi-author strong{color:var(--fn-text);font-size:.82rem;display:block}.conf-testi-author span{color:var(--fn-muted);font-size:.7rem}@media (max-width:600px){.conf-testimonials{grid-template-columns:1fr}}