:root{--funnel-page-max-width: var(--page-width, 120rem);--funnel-content-max-width: 76rem;--funnel-narrow-max-width: 64rem;--funnel-section-space-y: 7.2rem;--funnel-section-space-y-mobile: 4.8rem;--funnel-radius-sm: 1rem;--funnel-radius-md: 1.6rem;--funnel-radius-lg: 2.4rem;--funnel-radius-pill: 999px;--funnel-shadow-sm: 0 .4rem 1.8rem rgba(var(--color-shadow, 18,18,18), .06);--funnel-shadow-md: 0 1rem 3rem rgba(var(--color-shadow, 18,18,18), .08);--funnel-shadow-lg: 0 1.8rem 4.8rem rgba(var(--color-shadow, 18,18,18), .12);--funnel-border-color: rgba(var(--color-foreground, 18,18,18), .08);--funnel-text-color: rgb(var(--color-foreground, 18,18,18));--funnel-text-muted: rgba(var(--color-foreground, 18,18,18), .65);--funnel-bg-soft: rgba(var(--color-foreground, 18,18,18), .04);--funnel-bg-card: rgb(var(--color-background, 255,255,255));--funnel-bg-dark: #111111;--funnel-accent: #2563eb;--funnel-accent-hover: #1d4ed8;--funnel-accent-light: #3b82f6;--funnel-accent-2: #10b981;--funnel-accent-2-hover: #059669;--funnel-danger: #ef4444;--funnel-warning: #f59e0b;--funnel-purple: #7c3aed;--funnel-pink: #ec4899;--funnel-gradient-hero: linear-gradient(135deg, #eff6ff 0%, #f0fdf4 50%, #fefce8 100%);--funnel-gradient-accent: linear-gradient(135deg, var(--funnel-accent), var(--funnel-purple));--funnel-gradient-cta: linear-gradient(135deg, #1e3a5f 0%, #0f172a 100%);--funnel-gradient-glow: radial-gradient(ellipse at 50% 0%, rgba(37, 99, 235, .08) 0%, transparent 70%);--funnel-btn-padding-y: 1.5rem;--funnel-btn-padding-x: 2.8rem;--funnel-transition-fast: .18s ease;--funnel-transition-base: .28s ease}.funnel-page{color:var(--funnel-text-color);background:rgb(var(--color-background, 255,255,255));font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1.5rem;line-height:calc(1 + .8 / var(--font-body-scale, 1))}@media screen and (min-width:750px){.funnel-page{font-size:1.6rem}}.funnel-page *{box-sizing:border-box}.funnel-page img{max-width:100%;height:auto;display:block}.funnel-page a{color:inherit;text-decoration:none}.funnel-page a:focus{outline:2px solid var(--funnel-accent);outline-offset:2px;border-radius:.4rem}.funnel-page a:focus:not(:focus-visible){outline:none}.funnel-page a:focus-visible{outline:2px solid var(--funnel-accent);outline-offset:2px;border-radius:.4rem}.funnel-page p:last-child,.funnel-page ul:last-child,.funnel-page ol:last-child{margin-bottom:0}.funnel-container{width:100%;max-width:var(--funnel-page-max-width);margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}@media screen and (min-width:750px)and (max-width:989px){.funnel-container{padding-left:3rem;padding-right:3rem}}@media screen and (min-width:990px){.funnel-container{padding-left:5rem;padding-right:5rem}}.funnel-container--content{max-width:var(--funnel-content-max-width)}.funnel-container--narrow{max-width:var(--funnel-narrow-max-width)}.funnel-section{position:relative;padding-top:var(--funnel-section-space-y);padding-bottom:var(--funnel-section-space-y)}.funnel-section--tight{padding-top:4rem;padding-bottom:4rem}.funnel-section--soft{background:linear-gradient(180deg,rgba(var(--color-foreground, 18,18,18),.02),rgba(var(--color-foreground, 18,18,18),.05))}.funnel-section--dark{background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);color:#fff;position:relative;overflow:hidden}.funnel-section--dark:before{content:"";position:absolute;top:-50%;left:50%;transform:translate(-50%);width:80rem;height:80rem;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.08) 0%,transparent 60%);pointer-events:none}.funnel-section--dark .funnel-title,.funnel-section--dark .funnel-title--md,.funnel-section--dark .funnel-title--sm,.funnel-section--dark .funnel-section-heading{color:#fff}.funnel-section--dark .funnel-subtitle,.funnel-section--dark .funnel-section-copy,.funnel-section--dark .funnel-btn-note,.funnel-section--dark .funnel-text-muted,.funnel-section--dark .funnel-form__help,.funnel-section--dark .funnel-form__disclaimer{color:#ffffffbf}.funnel-section--dark .funnel-check-list li{color:#ffffffe6}.funnel-section--dark .funnel-check-list li:before{color:var(--funnel-accent)}.funnel-section--dark .funnel-badge{background:#ffffff1a;border-color:#ffffff26;color:#fff}.funnel-section--dark .funnel-btn--secondary{background:transparent;color:#fff;border-color:#ffffff4d}.funnel-section--dark .funnel-btn--secondary:hover{border-color:#ffffff80;background:#ffffff14}.funnel-section--dark .funnel-eyebrow{background:linear-gradient(135deg,#3b82f633,#7c3aed26);color:#93c5fd;border-color:#3b82f64d}.funnel-section--dark .funnel-card{background:#ffffff0f;border-color:#ffffff1a}.funnel-section--dark .funnel-proof-pill{background:#ffffff1a;border-color:#ffffff26;color:#fff}.funnel-stack{display:flex;flex-direction:column;gap:2rem}.funnel-stack--sm{gap:1.2rem}.funnel-stack--lg{gap:3.2rem}.funnel-grid{display:grid;gap:2.4rem}.funnel-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.funnel-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.funnel-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.funnel-align-center{text-align:center}.funnel-align-left{text-align:left}.funnel-eyebrow{display:inline-flex;align-items:center;gap:.8rem;padding:.8rem 1.6rem;border-radius:var(--funnel-radius-pill);background:linear-gradient(135deg,#2563eb1a,#7c3aed14);color:var(--funnel-accent);font-size:1.4rem;font-weight:700;line-height:1;letter-spacing:.01em;border:1px solid rgba(37,99,235,.12);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.funnel-title{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(var(--font-heading-scale, 1) * 4rem);line-height:calc(1 + .3/max(1,var(--font-heading-scale, 1)));letter-spacing:.01em;color:rgb(var(--color-foreground));word-break:break-word}@media screen and (min-width:750px){.funnel-title{font-size:calc(var(--font-heading-scale, 1) * 5.2rem)}}.funnel-title--md{font-size:calc(var(--font-heading-scale, 1) * 3rem)}@media screen and (min-width:750px){.funnel-title--md{font-size:calc(var(--font-heading-scale, 1) * 4rem)}}.funnel-title--sm{font-size:calc(var(--font-heading-scale, 1) * 2.4rem)}@media screen and (min-width:750px){.funnel-title--sm{font-size:calc(var(--font-heading-scale, 1) * 3.2rem)}}.funnel-subtitle{margin:0;font-size:1.7rem;line-height:1.7;color:var(--funnel-text-muted)}@media screen and (min-width:750px){.funnel-subtitle{font-size:1.8rem}}.funnel-section-heading{margin:0 0 1.4rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(var(--font-heading-scale, 1) * 2.6rem);line-height:1.18;letter-spacing:.01em;color:rgb(var(--color-foreground));word-break:break-word}@media screen and (min-width:750px){.funnel-section-heading{font-size:calc(var(--font-heading-scale, 1) * 3.6rem)}}.funnel-section-copy{margin:0;font-size:1.5rem;line-height:1.7;color:var(--funnel-text-muted)}@media screen and (min-width:750px){.funnel-section-copy{font-size:1.6rem}}.funnel-text-sm{font-size:1.4rem;line-height:1.6}.funnel-text-muted{color:var(--funnel-text-muted)}.funnel-text-white{color:#fff}.funnel-button-row{display:flex;flex-wrap:wrap;align-items:center;gap:1.4rem}.funnel-btn{-webkit-appearance:none;appearance:none;border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:1rem;min-height:5.4rem;padding:var(--funnel-btn-padding-y) var(--funnel-btn-padding-x);border-radius:var(--buttons-radius, 0);font-family:inherit;font-size:1.5rem;font-weight:700;line-height:1;text-align:center;text-decoration:none;transition:transform var(--funnel-transition-fast),box-shadow var(--funnel-transition-fast),background var(--funnel-transition-fast),color var(--funnel-transition-fast),border-color var(--funnel-transition-fast)}.funnel-btn:hover{transform:translateY(-1px)}.funnel-btn:focus-visible{outline:2px solid var(--funnel-accent);outline-offset:2px}.funnel-btn--primary,.funnel-page a.funnel-btn--primary{background:linear-gradient(135deg,var(--funnel-accent) 0%,var(--funnel-accent-light) 100%);color:#fff;box-shadow:0 4px 14px #2563eb4d}.funnel-btn--primary:hover{background:linear-gradient(135deg,var(--funnel-accent-hover) 0%,var(--funnel-accent) 100%);box-shadow:0 6px 20px #2563eb66}.funnel-btn--accent{background:var(--funnel-accent);color:#fff;box-shadow:var(--funnel-shadow-sm)}.funnel-btn--accent:hover{background:var(--funnel-accent-hover)}.funnel-btn--secondary{background:transparent;color:var(--funnel-text-color);border:2px solid rgba(var(--color-foreground, 18,18,18),.2)}.funnel-btn--secondary:hover{border-color:rgba(var(--color-foreground, 18,18,18),.4);background:rgba(var(--color-foreground, 18,18,18),.04)}.funnel-btn--dark{background:#111;color:#fff}.funnel-btn--dark:hover{background:#222}.funnel-btn--full{width:100%}.funnel-btn--lg{min-height:6rem;padding:1.8rem 3.4rem;font-size:1.7rem}.funnel-btn-note{margin:0;font-size:1.4rem;line-height:1.5;color:var(--funnel-text-muted)}.funnel-card{background:var(--funnel-bg-card);border:1px solid var(--funnel-border-color);border-radius:var(--funnel-radius-lg);box-shadow:var(--funnel-shadow-sm);padding:2.8rem;position:relative}.funnel-card:after{content:"";position:absolute;top:0;left:2rem;right:2rem;height:3px;border-radius:0 0 3px 3px;background:linear-gradient(90deg,var(--funnel-accent),var(--funnel-accent-2));opacity:.7}.funnel-card--soft{background:var(--funnel-bg-soft);border-color:transparent;box-shadow:none}.funnel-card--soft:after{display:none}.funnel-card--dark{background:#1a1a1a;color:#fff;border-color:#ffffff14}.funnel-badge-list{display:flex;flex-wrap:wrap;gap:1rem}.funnel-badge{display:inline-flex;align-items:center;gap:.8rem;padding:1rem 1.5rem;border-radius:var(--funnel-radius-pill);background:linear-gradient(135deg,#2563eb0f,#10b9810f);border:1px solid rgba(37,99,235,.1);font-size:1.4rem;font-weight:600;line-height:1;color:var(--funnel-text-color);transition:transform var(--funnel-transition-fast),box-shadow var(--funnel-transition-fast)}.funnel-badge:hover{transform:translateY(-1px);box-shadow:0 3px 10px #2563eb1a}.funnel-check-list{list-style:none;margin:0;padding:0;display:grid;gap:1.4rem}.funnel-check-list li{position:relative;padding-left:3rem;font-size:1.5rem;line-height:1.7}@media screen and (min-width:750px){.funnel-check-list li{font-size:1.6rem}}.funnel-check-list li:before{content:"\2713";position:absolute;top:.2rem;left:0;width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--funnel-accent-2),#34d399);border-radius:50%;line-height:1}.funnel-hero{padding-top:8.8rem;padding-bottom:8.8rem;background:var(--funnel-gradient-hero);position:relative;overflow:hidden}.funnel-hero:before{content:"";position:absolute;top:-20%;right:-10%;width:50rem;height:50rem;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.06) 0%,transparent 70%);pointer-events:none}.funnel-hero:after{content:"";position:absolute;bottom:-30%;left:-15%;width:40rem;height:40rem;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.05) 0%,transparent 70%);pointer-events:none}.funnel-hero__inner{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:3.6rem}.funnel-hero__content{display:flex;flex-direction:column;gap:1.4rem}.funnel-hero__media{position:relative}.funnel-hero__image-wrap{overflow:hidden;border-radius:2.8rem;background:var(--funnel-bg-soft);box-shadow:var(--funnel-shadow-md)}.funnel-hero__mock-card{position:absolute;right:1.8rem;bottom:1.8rem;max-width:24rem;padding:1.6rem;background:#fffffff0;border:1px solid rgba(var(--color-foreground, 18,18,18),.08);border-radius:1.8rem;box-shadow:var(--funnel-shadow-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.funnel-hero__meta{display:flex;flex-wrap:wrap;gap:1rem}.funnel-hero__meta-item{display:inline-flex;align-items:center;gap:.8rem;padding:1rem 1.6rem;border-radius:var(--funnel-radius-pill);background:#fffc;border:1px solid rgba(37,99,235,.1);font-size:1.4rem;font-weight:600;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 2px 8px #0000000a;transition:transform var(--funnel-transition-fast),box-shadow var(--funnel-transition-fast)}.funnel-hero__meta-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.funnel-benefit-card{height:100%;padding:2.8rem;border-radius:var(--funnel-radius-lg);background:rgb(var(--color-background, 255,255,255));border:1px solid var(--funnel-border-color);border-left:4px solid var(--funnel-accent);box-shadow:var(--funnel-shadow-sm);position:relative;overflow:hidden}.funnel-benefit-card:before{content:"";position:absolute;top:0;right:0;width:40%;height:100%;background:linear-gradient(135deg,transparent 40%,rgba(37,99,235,.02) 100%);pointer-events:none}.funnel-benefit-card:nth-child(2){border-left-color:var(--funnel-accent-2)}.funnel-benefit-card:nth-child(2):before{background:linear-gradient(135deg,transparent 40%,rgba(16,185,129,.02) 100%)}.funnel-benefit-card:nth-child(3){border-left-color:var(--funnel-purple)}.funnel-benefit-card:nth-child(3):before{background:linear-gradient(135deg,transparent 40%,rgba(124,58,237,.02) 100%)}.funnel-benefit-card__icon{width:5.2rem;height:5.2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:1.4rem;background:linear-gradient(135deg,#2563eb1f,#7c3aed14);margin-bottom:1.6rem;font-size:2rem;font-weight:800}.funnel-benefit-card__title{margin:0 0 1rem;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:calc(var(--font-heading-scale, 1) * 2.1rem);line-height:1.25}.funnel-benefit-card__text{margin:0;font-size:1.5rem;line-height:1.7;color:var(--funnel-text-muted)}@media screen and (min-width:750px){.funnel-benefit-card__text{font-size:1.6rem}}.funnel-benefits-box{background:rgb(var(--color-background, 255,255,255));border:2px dashed rgba(var(--color-foreground, 18,18,18),.15);border-radius:var(--funnel-radius-md);padding:2.5rem 2rem;margin:2rem auto 1rem;max-width:50rem;text-align:left}.funnel-proof-card{height:100%;display:flex;flex-direction:column;gap:1.4rem;padding:2.4rem;border-radius:var(--funnel-radius-lg);background:linear-gradient(135deg,rgb(var(--color-background, 255,255,255)),#fefce8);border:1px solid rgba(245,158,11,.15);box-shadow:var(--funnel-shadow-sm);position:relative}.funnel-proof-card:before{content:"\201c";position:absolute;top:1.2rem;right:2rem;font-size:6rem;line-height:1;color:#f59e0b1a;font-family:Georgia,serif;pointer-events:none}.funnel-proof-card__stars{font-size:1.8rem;line-height:1;color:var(--funnel-warning);filter:drop-shadow(0 1px 2px rgba(245,158,11,.3))}.funnel-proof-card__quote{margin:0;font-size:1.5rem;line-height:1.7}@media screen and (min-width:750px){.funnel-proof-card__quote{font-size:1.6rem}}.funnel-proof-card__author{display:flex;align-items:center;gap:1.2rem;margin-top:auto}.funnel-proof-card__avatar{width:4.4rem;height:4.4rem;border-radius:50%;background:linear-gradient(135deg,var(--funnel-accent),var(--funnel-purple));color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;box-shadow:0 2px 8px #2563eb33;overflow:hidden}.funnel-proof-card__avatar img{width:100%;height:100%;object-fit:cover}.funnel-proof-card__meta{display:flex;flex-direction:column;gap:.2rem}.funnel-proof-card__name{font-size:1.4rem;font-weight:700;line-height:1.3}.funnel-proof-card__detail{font-size:1.3rem;line-height:1.4;color:var(--funnel-accent-2);font-weight:600}.funnel-proof-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem}.funnel-proof-pill{padding:1rem 1.6rem;border-radius:var(--funnel-radius-pill);background:linear-gradient(135deg,#2563eb0f,#10b9810f);border:1px solid rgba(37,99,235,.12);font-size:1.4rem;font-weight:600;color:var(--funnel-text-color);transition:transform var(--funnel-transition-fast)}.funnel-proof-pill:hover{transform:translateY(-1px)}.funnel-proof-card--yellow{background-color:#fff9e6;border-left:4px solid var(--funnel-warning);border-radius:.8rem;box-shadow:0 .2rem .8rem #00000008}.funnel-form{display:grid;gap:1.4rem}.funnel-form__group{display:grid;gap:.8rem}.funnel-form__label{font-size:1.3rem;font-weight:700;line-height:1.4;letter-spacing:.04rem}.funnel-form__input,.funnel-form input[type=text],.funnel-form input[type=email],.funnel-form input[type=tel],.funnel-form select,.funnel-form textarea{width:100%;min-height:5.4rem;border:var(--inputs-border-width, 1px) solid rgba(var(--color-foreground, 18,18,18),calc(1 - var(--inputs-border-opacity, .55)));border-radius:var(--inputs-radius, 0);background:rgb(var(--color-background, 255,255,255));color:var(--funnel-text-color);padding:1.4rem 1.6rem;font-family:inherit;font-size:1.5rem;line-height:1.4;transition:border-color var(--funnel-transition-fast),box-shadow var(--funnel-transition-fast)}@media screen and (min-width:750px){.funnel-form__input,.funnel-form input[type=text],.funnel-form input[type=email],.funnel-form input[type=tel],.funnel-form select,.funnel-form textarea{font-size:1.6rem}}.funnel-form textarea{min-height:12rem;resize:vertical}.funnel-form__input:focus,.funnel-form input[type=text]:focus,.funnel-form input[type=email]:focus,.funnel-form input[type=tel]:focus,.funnel-form select:focus,.funnel-form textarea:focus{outline:none;border-color:var(--funnel-accent);box-shadow:0 0 0 3px #2563eb1a,0 0 0 1px #2563eb4d}.funnel-form__help{font-size:1.3rem;line-height:1.5;color:var(--funnel-text-muted)}.funnel-form__disclaimer{font-size:1.3rem;line-height:1.6;color:var(--funnel-text-muted)}.funnel-form__message{display:none;padding:1.2rem 1.6rem;border-radius:1.2rem;font-size:1.4rem;font-weight:600;line-height:1.5;text-align:center}.funnel-form__message--success{display:block;background:#10b9811a;color:#059669;border:1px solid rgba(16,185,129,.25)}.funnel-form__message--error{display:block;background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.25);animation:funnelShake .4s cubic-bezier(.36,.07,.19,.97) both}@keyframes funnelShake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.funnel-btn--loading{opacity:.7;cursor:wait;pointer-events:none;animation:none}.funnel-btn--loading:before{display:none}.funnel-cta-box{padding:3.6rem;border-radius:2.8rem;background:linear-gradient(135deg,rgb(var(--color-background, 255,255,255)),#eff6ff);border:1px solid rgba(37,99,235,.12);box-shadow:var(--funnel-shadow-md);position:relative;overflow:hidden}.funnel-cta-box--dark{background:linear-gradient(135deg,#1e293b,#0f172a);border-color:#3b82f626;color:#fff}.funnel-cta-box--dark:before{content:"";position:absolute;top:-40%;right:-20%;width:40rem;height:40rem;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.1) 0%,transparent 60%);pointer-events:none}.funnel-cta-box--dark .funnel-title,.funnel-cta-box--dark .funnel-title--md,.funnel-cta-box--dark .funnel-section-heading{color:#fff}.funnel-cta-box--dark .funnel-subtitle,.funnel-cta-box--dark .funnel-section-copy,.funnel-cta-box--dark .funnel-btn-note,.funnel-cta-box--dark .funnel-text-muted{color:#ffffffc7}.funnel-cta-box--dark .funnel-check-list li{color:#ffffffe6}.funnel-cta-box--dark .funnel-badge{background:#ffffff1a;border-color:#ffffff26;color:#fff}.funnel-cta-box--dark .funnel-btn--secondary{color:#fff;border-color:#ffffff4d}.funnel-cta-box--dark .funnel-btn--secondary:hover{border-color:#ffffff80;background:#ffffff14}.funnel-cta-box--dark .funnel-card--soft,.funnel-section--dark .funnel-card--soft{background:#ffffff0f;border-color:#ffffff1a}.funnel-countdown-digits{margin:0;font-size:2.8rem;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}@media screen and (max-width:749px){.funnel-countdown-digits{font-size:2.4rem}}.funnel-section--dark .funnel-countdown-digits,.funnel-cta-box--dark .funnel-countdown-digits{color:#fff}.funnel-success-icon{width:8rem;height:8rem;margin:0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#10b98126,#22c55e40);color:var(--funnel-accent-2);font-size:3.4rem;font-weight:900;box-shadow:0 0 0 8px #10b9810f,0 0 0 16px #10b98108}.funnel-steps{list-style:none;margin:0;padding:0;display:grid;gap:1.4rem}.funnel-steps li{display:grid;grid-template-columns:3.4rem 1fr;gap:1.2rem;align-items:start}.funnel-steps__number{width:3.6rem;height:3.6rem;border-radius:50%;background:linear-gradient(135deg,var(--funnel-accent),var(--funnel-purple));color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;line-height:1;box-shadow:0 3px 10px #2563eb40;flex-shrink:0}.funnel-finger{font-size:3.5rem;text-align:center;display:block;margin:1.5rem 0 .5rem;animation:bounceDown 2s infinite}@keyframes bounceDown{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-1rem)}60%{transform:translateY(-.5rem)}}.funnel-btn--primary{position:relative;overflow:hidden;animation:funnelPulseShadow 2.5s ease-out infinite}.funnel-btn--primary:focus-visible{outline:none;box-shadow:var(--funnel-shadow-sm),0 0 0 3px var(--funnel-accent)}@keyframes funnelPulseShadow{0%{box-shadow:0 4px 14px #2563eb4d,0 0 #2563eb66}70%{box-shadow:0 4px 14px #2563eb4d,0 0 0 14px #2563eb00}to{box-shadow:0 4px 14px #2563eb4d,0 0 #2563eb00}}.funnel-btn--primary:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);animation:funnelShimmer 3.5s ease-in-out infinite;pointer-events:none}@keyframes funnelShimmer{0%{left:-100%}30%{left:120%}to{left:120%}}.funnel-btn--primary:hover{animation:none;box-shadow:0 6px 20px #2563eb66,0 0 3rem #2563eb33}.funnel-btn--cta{font-size:1.8rem;min-height:6.4rem;padding:2rem 3.6rem;letter-spacing:.02em}@media screen and (max-width:749px){.funnel-btn--cta{font-size:1.6rem;min-height:5.6rem;padding:1.6rem 2.4rem}}.funnel-btn__emoji{font-size:1.4em;line-height:1;flex-shrink:0}.funnel-emoji-float{display:inline-block;animation:funnelEmojiFloat 3s ease-in-out infinite}@keyframes funnelEmojiFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-.6rem)}}.funnel-emoji-spin{display:inline-block;animation:funnelEmojiSpin 4s linear infinite}@keyframes funnelEmojiSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.funnel-emoji-pop{display:inline-block;animation:funnelEmojiPop 2s ease-in-out infinite}@keyframes funnelEmojiPop{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.funnel-urgency-bar{display:flex;align-items:center;justify-content:center;gap:.8rem;padding:1rem 2rem;border-radius:var(--funnel-radius-pill);background:linear-gradient(135deg,#ef4444,#f97316,#ef4444);background-size:200% 100%;animation:funnelUrgencyPulse 2s ease-in-out infinite;color:#fff;font-size:1.4rem;font-weight:700;letter-spacing:.02em}@keyframes funnelUrgencyPulse{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.funnel-trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;font-size:1.4rem;font-weight:600;color:var(--funnel-text-muted)}.funnel-trust-item{display:inline-flex;align-items:center;gap:.5rem}.funnel-section--dark .funnel-trust-row{color:#ffffffa6}.funnel-social-counter{display:inline-flex;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:600;color:var(--funnel-text-muted);margin-bottom:.2rem}.funnel-social-counter__dot{width:.8rem;height:.8rem;border-radius:50%;background:var(--funnel-accent-2);animation:funnelDotPulse 2s ease-in-out infinite;flex-shrink:0}@keyframes funnelDotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.funnel-hero__micro-proof{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.6rem;background:var(--funnel-bg-soft);border-radius:var(--funnel-radius-sm);font-size:1.4rem;margin-top:.4rem}.funnel-hero__micro-proof p{margin:0;color:var(--funnel-text-muted);font-style:italic}.funnel-hero__content .funnel-trust-row{justify-content:flex-start;gap:1.4rem;font-size:1.3rem}.funnel-sticky-cta__note{margin:0 0 .6rem;text-align:center;font-size:1.3rem;font-weight:600;color:var(--funnel-text-muted)}.funnel-hero__content .funnel-button-row{margin-top:.6rem}.funnel-benefit-card,.funnel-proof-card{transition:transform var(--funnel-transition-base),box-shadow var(--funnel-transition-base)}@media(hover:hover){.funnel-benefit-card:hover,.funnel-proof-card:hover{transform:translateY(-4px);box-shadow:var(--funnel-shadow-md)}}.funnel-success-icon{animation:funnelSuccessPopIn .6s cubic-bezier(.34,1.56,.64,1) both}@keyframes funnelSuccessPopIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.funnel-hide-mobile{display:block}.funnel-hide-desktop{display:none}.funnel-rounded-lg{border-radius:var(--funnel-radius-lg)}.funnel-shadow-sm{box-shadow:var(--funnel-shadow-sm)}.funnel-shadow-md{box-shadow:var(--funnel-shadow-md)}.funnel-bg-soft{background:var(--funnel-bg-soft)}.funnel-mx-auto{margin-left:auto;margin-right:auto}.funnel-max-content{max-width:var(--funnel-content-max-width)}.funnel-max-narrow{max-width:var(--funnel-narrow-max-width)}@media screen and (max-width:989px){.funnel-section{padding-top:5.6rem;padding-bottom:5.6rem}.funnel-hero{padding-top:6.4rem;padding-bottom:6.4rem}.funnel-hero__inner,.funnel-grid--2,.funnel-grid--4{grid-template-columns:1fr}.funnel-grid--3{grid-template-columns:repeat(2,1fr)}.funnel-hero__media{order:2}.funnel-hero__content{order:1}.funnel-hero__mock-card{position:static;margin-top:1.4rem;max-width:100%}.funnel-card,.funnel-benefit-card,.funnel-proof-card,.funnel-cta-box{padding:2.2rem}}@media screen and (min-width:750px)and (max-width:989px){.funnel-section{padding-top:6rem;padding-bottom:6rem}}@media screen and (max-width:749px){.funnel-section{padding-top:var(--funnel-section-space-y-mobile);padding-bottom:var(--funnel-section-space-y-mobile)}.funnel-title{font-size:clamp(2.4rem,calc(var(--font-heading-scale, 1) * 3rem),3.2rem)}.funnel-title--md{font-size:clamp(2.2rem,calc(var(--font-heading-scale, 1) * 2.6rem),2.8rem)}.funnel-title--sm{font-size:clamp(1.8rem,calc(var(--font-heading-scale, 1) * 2.2rem),2.4rem)}.funnel-subtitle{font-size:1.6rem}.funnel-hero__micro-proof{flex-wrap:wrap}.funnel-trust-row{gap:1rem;font-size:1.3rem}.funnel-trust-item{max-width:100%;word-break:break-word}.funnel-social-counter{font-size:1.3rem}.funnel-button-row{flex-direction:column;align-items:stretch}.funnel-btn,.funnel-btn--lg{width:100%}.funnel-proof-strip,.funnel-badge-list,.funnel-hero__meta{justify-content:flex-start}.funnel-hide-mobile{display:none}.funnel-hide-desktop{display:block}}.funnel-sticky-cta{position:fixed;left:1.2rem;right:1.2rem;bottom:1.2rem;z-index:40;display:none;padding:1rem;border-radius:1.8rem;background:rgba(var(--color-background, 255,255,255),.96);border:1px solid var(--funnel-border-color);box-shadow:var(--funnel-shadow-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.funnel-sticky-cta.is-visible{display:block;animation:funnelSlideUp .35s cubic-bezier(.16,1,.3,1) both}@keyframes funnelSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media screen and (min-width:750px){.funnel-sticky-cta{display:none!important}}@media screen and (max-width:749px){.funnel-page:has(.funnel-sticky-cta.is-visible){padding-bottom:9rem}}@media screen and (max-width:749px){.funnel-grid--3{grid-template-columns:1fr}}[id^=bridge-],[id^=leadmagnet-],[id^=thank-you-]{scroll-margin-top:3.2rem}.funnel-reveal{opacity:0;transform:translateY(2.4rem);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.funnel-reveal.is-revealed{opacity:1;transform:translateY(0)}.funnel-grid .funnel-reveal:nth-child(2){transition-delay:.1s}.funnel-grid .funnel-reveal:nth-child(3){transition-delay:.2s}.funnel-grid .funnel-reveal:nth-child(4){transition-delay:.25s}.funnel-grid .funnel-reveal:nth-child(5){transition-delay:.3s}.funnel-grid .funnel-reveal:nth-child(6){transition-delay:.35s}.funnel-btn:active{transform:translateY(0) scale(.97);transition-duration:.06s}.funnel-form__input::placeholder,.funnel-form input::placeholder,.funnel-form textarea::placeholder{color:rgba(var(--color-foreground, 18,18,18),.4);opacity:1}.funnel-btn--loading:after{content:"";display:inline-block;width:1.6rem;height:1.6rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:funnelSpinner .6s linear infinite;margin-left:.8rem;flex-shrink:0}@keyframes funnelSpinner{to{transform:rotate(360deg)}}.funnel-justify-center{justify-content:center}.funnel-text-left{text-align:left}.funnel-mt-sm{margin-top:1.2rem}.funnel-mb-0{margin-bottom:0}.funnel-m-0{margin:0}@media(prefers-reduced-motion:reduce){.funnel-btn--primary{animation:none}.funnel-btn--primary:before{animation:none;display:none}.funnel-btn--primary:hover{animation:none}.funnel-reveal{opacity:1;transform:none;transition:none}.funnel-finger,.funnel-emoji-float,.funnel-emoji-spin,.funnel-emoji-pop{animation:none}.funnel-urgency-bar{animation:none;background-size:100% 100%}.funnel-social-counter__dot,.funnel-success-icon{animation:none;opacity:1}.funnel-benefit-card,.funnel-proof-card{transition:none}.funnel-benefit-card:hover,.funnel-proof-card:hover,.funnel-btn:hover{transform:none}.funnel-btn--loading:after{animation:none}}.funnel-form__group:focus-within .funnel-form__label{color:var(--funnel-accent)}.funnel-section--dark .funnel-form__input,.funnel-section--dark .funnel-form input[type=text],.funnel-section--dark .funnel-form input[type=email]{background:#ffffff14;border-color:#fff3;color:#fff}.funnel-section--dark .funnel-form__input::placeholder,.funnel-section--dark .funnel-form input::placeholder{color:#fff6}.funnel-section--dark .funnel-form__label{color:#ffffffd9}.funnel-section--dark .funnel-form__input:focus,.funnel-section--dark .funnel-form input[type=text]:focus,.funnel-section--dark .funnel-form input[type=email]:focus{border-color:var(--funnel-accent);box-shadow:0 0 0 .3rem #0ea5e94d}.funnel-section--dark .funnel-form__message--success{background:#10b98126;color:#6ee7b7;border-color:#10b9814d}.funnel-section--dark .funnel-form__message--error{background:#ef444426;color:#fca5a5;border-color:#ef44444d}.funnel-mock-card__heading{margin:0 0 .6rem;font-size:1.4rem;font-weight:800;line-height:1.35}.funnel-mock-card__text{margin:0;font-size:1.4rem;line-height:1.5;color:rgba(var(--color-foreground, 18, 18, 18),.55)}.funnel-fw-800{font-weight:800}.funnel-text-gradient{background:linear-gradient(135deg,var(--funnel-accent),var(--funnel-accent-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.funnel-value-anchor{text-decoration:line-through;opacity:.6;font-size:.9em}.funnel-badge--success{background:#22c55e1a;border-color:#22c55e40;color:#059669}.funnel-badge--urgency{background:#ef44441a;border-color:#ef444433;color:#dc2626}.funnel-progress{display:flex;align-items:center;gap:.4rem;margin-bottom:1.6rem}.funnel-progress__step{flex:1;height:.4rem;border-radius:var(--funnel-radius-pill);background:rgba(var(--color-foreground, 18,18,18),.1);transition:background var(--funnel-transition-base)}.funnel-progress__step--active{background:var(--funnel-accent)}.funnel-progress__step--done{background:var(--funnel-accent-2)}.funnel-reading-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,var(--funnel-accent),var(--funnel-accent-2));z-index:9999;transition:width .1s linear;pointer-events:none}.funnel-form__group:focus-within{transform:translateY(-1px);transition:transform var(--funnel-transition-fast)}.funnel-benefit-card__number{width:3.2rem;height:3.2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--funnel-accent);color:#fff;font-size:1.4rem;font-weight:800;line-height:1;margin-bottom:1.2rem}.funnel-share-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.funnel-share-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.4rem;border-radius:var(--funnel-radius-pill);background:var(--funnel-bg-soft);border:1px solid var(--funnel-border-color);font-size:1.3rem;font-weight:600;cursor:pointer;transition:background var(--funnel-transition-fast),transform var(--funnel-transition-fast)}.funnel-share-btn:hover{background:rgba(var(--color-foreground, 18,18,18),.08);transform:translateY(-1px)}.funnel-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100%);padding:1.2rem 2.4rem;border-radius:var(--funnel-radius-pill);background:rgb(var(--color-foreground, 18,18,18));color:rgb(var(--color-background, 255,255,255));font-size:1.4rem;font-weight:600;z-index:9999;opacity:0;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s ease;pointer-events:none}.funnel-toast.is-visible{transform:translate(-50%) translateY(0);opacity:1}.funnel-highlight-pulse{animation:funnelHighlightPulse 2s ease-in-out 1}@keyframes funnelHighlightPulse{0%{box-shadow:0 0 #22c55e66}50%{box-shadow:0 0 0 8px #22c55e00}to{box-shadow:0 0 #22c55e00}}.funnel-skeleton{background:linear-gradient(90deg,var(--funnel-bg-soft) 25%,rgba(var(--color-foreground),.06) 50%,var(--funnel-bg-soft) 75%);background-size:200% 100%;animation:funnelSkeleton 1.5s ease-in-out infinite}@keyframes funnelSkeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.funnel-form__group:focus-within{transform:none}.funnel-highlight-pulse{animation:none}.funnel-skeleton{animation:none;background:var(--funnel-bg-soft)}.funnel-reading-progress{transition:none}.funnel-hero:before,.funnel-hero:after,.funnel-section--dark:before,.funnel-cta-box--dark:before{display:none}}.funnel-section+.funnel-section:before{content:"";display:block;width:6rem;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--funnel-accent),var(--funnel-accent-2));margin:0 auto 3.2rem;opacity:.4}.funnel-section--dark+.funnel-section:before,.funnel-section+.funnel-section--dark:before{display:none}.funnel-title strong,.funnel-section-heading strong{background:linear-gradient(135deg,var(--funnel-accent),var(--funnel-purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.funnel-card[data-funnel-track-view]{background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.funnel-hero__content .funnel-btn-note{position:relative;padding-left:2rem}.funnel-hero__content .funnel-btn-note:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1.2rem;height:1.2rem;border-radius:50%;background:var(--funnel-accent-2);opacity:.5;animation:funnelDotPulse 2s ease-in-out infinite}.funnel-sticky-cta{background:linear-gradient(135deg,#fffffff7,#eff6fff7);border-color:#2563eb1f}.funnel-section--dark .funnel-proof-card{background:linear-gradient(135deg,#ffffff0f,#ffffff05);border-color:#ffffff1a}.funnel-section--dark .funnel-proof-card:before{color:#f59e0b26}.funnel-section--dark .funnel-proof-card__detail{color:#6ee7b7}
/*# sourceMappingURL=/cdn/shop/t/3/assets/funnel.css.map */
