.funnel-page{background:var(--bg-alt,#f7f8fc);color:var(--text,#1a1f4e);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;font-family:Montserrat,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(--muted,#6b7094);font-size:.9rem;line-height:1.75}.funnel-page strong{color:var(--text,#1a1f4e);font-weight:700}.funnel-header{z-index:100;background:#fff;position:sticky;top:0}.funnel-nav{justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}.funnel-logo img{width:auto;height:24px}.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(--border,#e8eaf0);width:28px;height:28px;color:var(--muted,#6b7094);background:var(--bg,#fff);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(--muted,#6b7094);font-size:.75rem;font-weight:500;transition:color .2s}.funnel-stepper-item.active .funnel-stepper-circle{color:#fff;background:#4d65ff;border-color:#4d65ff}.funnel-stepper-item.active .funnel-stepper-label{color:var(--text,#1a1f4e);font-weight:600}.funnel-stepper-item.done .funnel-stepper-circle{color:#fff;background:#2ecc71;border-color:#2ecc71}.funnel-stepper-item.done .funnel-stepper-label{color:var(--muted,#6b7094)}.funnel-step-badge{color:var(--muted,#6b7094);background:var(--bg-alt,#f7f8fc);white-space:nowrap;border-radius:100px;padding:4px 10px;font-size:.7rem;font-weight:600;display:none}.funnel-progress{background:var(--border,#e8eaf0);height:3px}.funnel-progress-bar{background:#4d65ff;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-align:center;letter-spacing:-.02em;color:var(--text,#1a1f4e);margin-bottom:12px;font-size:clamp(1.5rem,5vw,2.4rem);font-weight:700;line-height:1.15}.funnel-content h1 .accent{color:#4d65ff}.funnel-subtitle{color:var(--muted,#6b7094);text-align:center;max-width:480px;margin-bottom:32px;font-size:.9rem;line-height:1.75}.funnel-embed{border:1px solid var(--border,#e8eaf0);width:100%;min-height:400px;color:var(--muted,#6b7094);background:#fff;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{border:1px solid var(--border,#e8eaf0);background:#fff;border-radius:8px;align-items:center;gap:12px;padding:14px 16px;display:flex}.funnel-info-icon{color:#4d65ff;flex-shrink:0;font-size:.85rem;font-weight:700}.funnel-section{border-top:1px solid var(--border,#e8eaf0);width:100%;padding:24px 0}.funnel-section-title{letter-spacing:.15em;text-transform:uppercase;color:#4d65ff;align-items:center;gap:8px;margin-bottom:16px;font-size:.65rem;font-weight:700;display:flex}.funnel-section-title:before{content:"";background:#4d65ff;width:18px;height:1.5px}.funnel-testimonial{border:1px solid var(--border,#e8eaf0);background:#fff;border-left:3px solid #4d65ff;border-radius:8px;margin-bottom:12px;padding:16px}.funnel-testimonial-text{color:var(--text,#1a1f4e);margin-bottom:12px;font-size:.88rem;line-height:1.75}.funnel-testimonial-footer{align-items:center;gap:10px;display:flex}.funnel-testimonial-avatar{color:#fff;background:linear-gradient(135deg,#4d65ff,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.75rem;font-weight:700;display:flex}.funnel-testimonial-name{color:var(--text,#1a1f4e);font-size:.82rem;font-weight:700}.funnel-testimonial-role{color:var(--muted,#6b7094);font-size:.7rem}.funnel-btn{cursor:pointer;background:#4d65ff;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-family:Montserrat,sans-serif;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .18s;display:inline-flex;box-shadow:0 4px 20px #4d65ff40;color:#fff!important}.funnel-btn:hover{background:#3a50e0;box-shadow:0 6px 28px #4d65ff59}.funnel-check{background:#4d65ff14;border:2px solid #4d65ff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;font-size:1.4rem;display:flex}.funnel-footer{border-top:1px solid var(--border,#e8eaf0);text-align:center;background:#fff;padding:24px 20px}.funnel-footer-logo img{opacity:.3;height:20px;margin:0 auto 6px}.funnel-footer-copy{color:var(--muted,#6b7094);font-size:.65rem}@media (min-width:768px){.funnel-nav{padding:16px 40px}.funnel-content{padding:56px 20px}}