.funnel-root{--bg:#F4F1EA;--bg-elev:#FFFFFF;--bg-warm:#EFEBE2;--bg-deep:#0E2A33;--bg-deep-2:#143845;--ink:#15252B;--ink-2:#3D5560;--ink-3:#6F8590;--line:#DCD6C9;--line-2:#C9C2B2;--accent:#2E6F4A;--accent-2:#4E9A6B;--accent-soft:#E5EFE6;--warn:#B26B1F;--warn-soft:#F5E7D3;--on-deep:#EAE6DB;--on-deep-mute:#9DB3BC;--r:14px;--r-lg:22px;--shadow:0 22px 60px -28px rgba(15,30,38,.35);background:var(--bg);color:var(--ink);font-family:Manrope,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.funnel-root *,.funnel-root :after,.funnel-root :before{box-sizing:border-box}.funnel-root .mono{font-family:IBM Plex Mono,ui-monospace,monospace;font-feature-settings:"tnum" 1}.funnel-root .serif{font-family:"Source Serif 4",Georgia,serif}.funnel-root button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}.funnel-root input,.funnel-root select{font:inherit}.funnel-root a{color:inherit}.funnel-root h1,.funnel-root h2,.funnel-root h3,.funnel-root p{text-wrap:pretty}.funnel-root .funnel-page{min-height:100vh;min-height:100dvh;padding:96px 28px 64px;background:radial-gradient(60% 80% at 50% -10%,rgba(46,111,74,.06) 0,transparent 60%),var(--bg)}@media (max-width:720px){.funnel-root .funnel-page{padding:86px 14px 48px}}.funnel-root .funnel-card{max-width:920px;margin:0 auto;background:var(--bg-elev);border:1px solid var(--line);border-radius:24px;box-shadow:0 2px 12px rgba(15,30,38,.04),0 28px 60px -32px rgba(15,30,38,.18);overflow:hidden;display:flex;flex-direction:column;min-height:calc(100vh - 160px)}@media (max-width:720px){.funnel-root .funnel-card{border-radius:18px;min-height:calc(100vh - 134px)}}.funnel-root .funnel-card-head{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:18px;padding:18px 20px;border-bottom:1px solid var(--line)}.funnel-root .card-head-back{width:40px;height:40px;display:flex}.funnel-root .back-btn{width:40px;height:40px;border-radius:999px;background:var(--bg-warm);color:var(--ink-2);display:inline-flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.funnel-root .back-btn:hover{background:var(--accent-soft);color:var(--accent)}.funnel-root .card-head-progress{min-width:0}.funnel-root .progress-track{height:6px;background:var(--bg-warm);border-radius:999px;overflow:hidden}.funnel-root .progress-track>i{display:block;height:100%;background:linear-gradient(90deg,var(--accent) 0,var(--accent-2) 100%);border-radius:999px;transition:width .5s cubic-bezier(.22,1,.36,1)}.funnel-root .expert-wrap{position:relative}.funnel-root .expert-trigger{display:inline-flex;align-items:center;gap:10px;padding:4px;border-radius:999px;transition:opacity .15s}.funnel-root .expert-trigger:hover{opacity:.85}.funnel-root .expert-meta{display:flex;flex-direction:column;line-height:1.1;text-align:right}@media (max-width:540px){.funnel-root .expert-meta{display:none}}.funnel-root .expert-meta .lbl{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);font-weight:600}.funnel-root .expert-meta .name{font-size:13.5px;font-weight:700;color:var(--ink);margin-top:3px}.funnel-root .expert-avatar{position:relative;width:40px;height:40px}.funnel-root .expert-avatar img{width:100%;height:100%;border-radius:999px;object-fit:cover;object-position:center 28%;display:block;border:2px solid var(--bg-elev);box-shadow:0 0 0 1px var(--line)}.funnel-root .expert-avatar .badge{position:absolute;bottom:-4px;right:-4px;width:18px;height:18px;border-radius:999px;background:var(--accent);color:white;font-size:11px;font-weight:800;line-height:16px;text-align:center;border:2px solid var(--bg-elev);box-shadow:0 2px 4px rgba(15,30,38,.18);z-index:1}.funnel-root .expert-dialog-backdrop{position:fixed;inset:0;background:rgba(15,30,38,.55);display:flex;align-items:center;justify-content:center;padding:18px;z-index:100;animation:enr-fade-in .18s ease-out}@keyframes enr-fade-in{0%{opacity:0}to{opacity:1}}.funnel-root .expert-dialog{position:relative;width:100%;max-width:460px;background:var(--bg-elev);border-radius:20px;padding:28px;box-shadow:0 40px 80px -20px rgba(15,30,38,.55);animation:enr-pop .25s cubic-bezier(.22,1,.36,1)}@keyframes enr-pop{0%{transform:scale(.92) translateY(8px);opacity:0}to{transform:none;opacity:1}}.funnel-root .expert-dialog-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:999px;font-size:22px;color:var(--ink-3);background:transparent;transition:background .15s,color .15s}.funnel-root .expert-dialog-close:hover{background:var(--bg-warm);color:var(--ink)}.funnel-root .expert-dialog-head{display:flex;gap:18px;align-items:flex-start;margin-bottom:22px}.funnel-root .expert-dialog-avatar{width:76px;height:76px;border-radius:999px;object-fit:cover;object-position:center 28%;border:2px solid var(--accent-soft);flex-shrink:0}.funnel-root .expert-dialog-head h3{margin:0;font-family:"Source Serif 4",Georgia,serif;font-size:22px;font-weight:600;letter-spacing:-.015em;color:var(--ink)}.funnel-root .expert-dialog-head .role{margin:4px 0 8px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-weight:600}.funnel-root .expert-dialog-head .bio{margin:0;font-size:14px;line-height:1.55;color:var(--ink-2)}.funnel-root .expert-dialog-contact{background:var(--bg-warm);border-radius:14px;padding:18px}.funnel-root .expert-dialog-contact h4{margin:0 0 12px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);font-weight:600}.funnel-root .expert-dialog-contact ul{list-style:none;padding:0;margin:0;display:grid;gap:8px;font-size:14px;color:var(--ink-2)}.funnel-root .expert-dialog-contact li{display:flex;align-items:center;gap:10px}.funnel-root .expert-dialog-contact a{color:var(--ink);font-weight:600;text-decoration:none}.funnel-root .expert-dialog-contact a:hover{color:var(--accent)}.funnel-root .expert-dialog-ok{width:100%;margin-top:18px;padding:13px 18px;border-radius:999px;background:var(--ink);color:white;font-weight:600;font-size:14.5px;transition:background .15s}.funnel-root .expert-dialog-ok:hover{background:var(--accent)}.funnel-root .funnel-card-body{flex:1;padding:40px 56px 36px;overflow-y:auto}@media (max-width:720px){.funnel-root .funnel-card-body{padding:28px 22px 24px}}.funnel-root .funnel-card-foot{padding:18px 56px 22px;border-top:1px solid var(--line);background:var(--bg-warm);display:flex;flex-direction:column;gap:10px;align-items:center}@media (max-width:720px){.funnel-root .funnel-card-foot{padding:16px 22px max(18px,env(safe-area-inset-bottom))}}.funnel-root .cta-next{width:100%;max-width:480px;padding:16px 22px;border-radius:999px;background:var(--accent);color:white;font-weight:700;font-size:15.5px;letter-spacing:-.005em;display:inline-flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 12px 28px -10px rgba(46,111,74,.45);transition:background .15s,transform .15s,box-shadow .15s}.funnel-root .cta-next:hover:not(:disabled){background:var(--accent-2);transform:translateY(-1px);box-shadow:0 16px 32px -10px rgba(46,111,74,.55)}.funnel-root .cta-next:disabled{background:var(--bg-elev);border:1px solid var(--line);color:var(--ink-3);cursor:not-allowed;box-shadow:none}.funnel-root .cta-next[aria-busy=true]{background:var(--accent);color:white;border:0;opacity:.85}.funnel-root .cta-spinner{width:16px;height:16px;border-radius:999px;border:2px solid rgba(255,255,255,.35);border-top-color:white;animation:funnel-spin .8s linear infinite}@keyframes funnel-spin{to{transform:rotate(1turn)}}.funnel-root .submit-error{width:100%;max-width:480px;padding:12px 16px;border-radius:12px;background:rgba(178,107,31,.12);border:1px solid rgba(178,107,31,.35);color:var(--warn);font-size:13.5px;font-weight:600;line-height:1.45;text-align:center}.funnel-root .trust-foot{display:inline-flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.08em;color:var(--ink-3);font-weight:600}.funnel-root .eyebrow,.funnel-root .trust-foot{font-family:IBM Plex Mono,ui-monospace,monospace;text-transform:uppercase}.funnel-root .eyebrow{font-size:11.5px;letter-spacing:.22em;color:var(--accent)}.funnel-root .title{font-size:clamp(28px,3.8vw,42px);font-weight:800;letter-spacing:-.02em;line-height:1.08;margin:12px 0 6px}.funnel-root .sub{color:var(--ink-2);font-size:16.5px;max-width:560px}@media (max-width:720px){.funnel-root .title{font-size:28px}.funnel-root .sub{font-size:15.5px}}.funnel-root .opts{display:grid;gap:10px;margin:28px 0 0}.funnel-root .opts.cols-2,.funnel-root .opts.cols-3,.funnel-root .opts.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:640px){.funnel-root .opts.cols-2,.funnel-root .opts.cols-3,.funnel-root .opts.cols-4{grid-template-columns:1fr}}.funnel-root .opt{background:var(--bg-elev);border:1px solid var(--line);border-radius:14px;padding:14px 16px;text-align:left;transition:transform .18s cubic-bezier(.16,1,.3,1),border-color .15s,box-shadow .18s,background .15s;display:grid;grid-template-columns:44px minmax(0,1fr) 24px;align-items:center;gap:14px;position:relative;min-height:76px;-webkit-hyphens:auto;hyphens:auto;-webkit-tap-highlight-color:transparent}.funnel-root .opt,.funnel-root .opt .desc,.funnel-root .opt .lbl{min-width:0;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}@media (hover:hover){.funnel-root .opt:hover{border-color:var(--accent);background:rgba(229,239,230,.35)}}@media (hover:none){.funnel-root .opt:active{transform:scale(.985);transition:transform .08s}}.funnel-root .opt.on{border-color:var(--accent);background:var(--accent-soft);box-shadow:0 0 0 1px var(--accent) inset}.funnel-root .opt .ill{width:44px;height:44px;border-radius:12px;background:var(--bg-warm);display:flex;align-items:center;justify-content:center;color:var(--accent);padding:8px;flex-shrink:0;transition:background .15s,color .15s}.funnel-root .opt.on .ill{background:white}.funnel-root .opt .ill svg{width:100%;height:100%;stroke:currentColor}.funnel-root .opt .lbl{font-size:15.5px}.funnel-root .opt .desc{font-size:13px}.funnel-root .opt .tag{top:10px;right:10px;font-size:10px;letter-spacing:.1em;padding:4px 8px}.funnel-root .opt .check{width:24px;height:24px;border-radius:50%;border:2px solid var(--line);background:var(--bg-elev);display:flex;align-items:center;justify-content:center;color:transparent;transition:background .15s,border-color .15s,color .15s;flex-shrink:0;justify-self:end}.funnel-root .opt.on .check{background:var(--accent);border-color:var(--accent);color:white}.funnel-root .opt .lbl-stack{display:flex;flex-direction:column;gap:2px;min-width:0}.funnel-root .opt .lbl{font-weight:700;font-size:15px;color:var(--ink);line-height:1.25}.funnel-root .opt .desc{font-size:12.5px;color:var(--ink-3);line-height:1.4}.funnel-root .opt .tag{position:absolute;top:-7px;right:12px;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:3px 8px;border-radius:999px;background:var(--accent);color:white;box-shadow:0 2px 6px rgba(46,111,74,.35)}.funnel-root .opt.compact{min-height:56px;grid-template-columns:minmax(0,1fr) 24px}.funnel-root .opt.compact .lbl{font-size:14.5px}.funnel-root .field{background:var(--bg-elev);border:1px solid var(--line);border-radius:var(--r);padding:22px 24px;margin-top:28px}.funnel-root .field-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px;gap:12px}.funnel-root .field-label{font-weight:600;font-size:15px}.funnel-root .field-value{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:28px;font-weight:700;color:var(--accent);letter-spacing:-.02em}.funnel-root .field-help{font-size:13px;color:var(--ink-3);margin-top:8px}.funnel-root input[type=range]{width:100%;accent-color:var(--accent);height:32px;-webkit-appearance:none;background:transparent}.funnel-root input[type=range]::-webkit-slider-runnable-track{height:4px;background:var(--line);border-radius:2px}.funnel-root input[type=range]::-webkit-slider-thumb{appearance:none;width:28px;height:28px;border-radius:50%;background:var(--accent);border:4px solid var(--bg-elev);box-shadow:0 4px 12px rgba(46,111,74,.35);margin-top:-12px;cursor:pointer}.funnel-root input[type=range]::-moz-range-thumb{width:28px;height:28px;border-radius:50%;background:var(--accent);border:4px solid var(--bg-elev);box-shadow:0 4px 12px rgba(46,111,74,.35);cursor:pointer}.funnel-root .input{width:100%;padding:14px 16px;background:var(--bg-elev);border:1px solid var(--line);border-radius:12px;font-size:16px;color:var(--ink);transition:border-color .15s,box-shadow .15s;min-height:50px}.funnel-root .input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.funnel-root .label{font-size:13px;font-weight:600;color:var(--ink-2);margin-bottom:6px;display:block}.funnel-root .nav{display:flex;justify-content:space-between;align-items:center;margin-top:40px;gap:16px;flex-wrap:wrap}.funnel-root .btn{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;border-radius:999px;font-weight:600;font-size:15.5px;transition:transform .15s cubic-bezier(.16,1,.3,1),background .15s;min-height:48px;-webkit-tap-highlight-color:transparent}.funnel-root .btn:active{transform:scale(.98)}.funnel-root .btn-primary{background:var(--accent);color:white;box-shadow:0 8px 24px -8px rgba(46,111,74,.55)}.funnel-root .btn-primary:hover:not(:disabled){background:var(--bg-deep)}.funnel-root .btn-primary:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.funnel-root .btn-ghost{color:var(--ink-2);padding:14px 16px}.funnel-root .btn-ghost:hover{color:var(--ink)}.funnel-root .micro{font-size:12.5px;color:var(--ink-3);display:inline-flex;align-items:center;gap:6px}@media (max-width:720px){.funnel-root .nav{display:none}}.funnel-root .confirm{text-align:center;padding:40px 0}.funnel-root .confirm .check-circle{width:80px;height:80px;border-radius:50%;background:var(--accent-soft);border:2px solid var(--accent);display:inline-flex;align-items:center;justify-content:center;margin-bottom:24px;animation:funnel-pop .5s cubic-bezier(.16,1,.3,1)}@keyframes funnel-pop{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}.funnel-root .summary-card{background:var(--bg-elev);border:1px solid var(--line);border-radius:var(--r-lg);padding:28px;max-width:540px;margin:28px auto;text-align:left}.funnel-root .summary-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line);font-size:14.5px;gap:14px}.funnel-root .summary-row:last-child{border-bottom:0}.funnel-root .summary-row b{color:var(--ink);font-weight:600;text-align:right}@media (max-width:720px){.funnel-root .summary-row{flex-direction:column;gap:4px}.funnel-root .summary-row b{text-align:left}}.funnel-root .form-stack{margin-top:28px;display:grid;gap:18px;max-width:480px}.funnel-root .form-field{display:grid;gap:8px}.funnel-root .form-trust{margin:6px 0 0;font-size:13px;color:var(--ink-3);line-height:1.55;display:flex;gap:8px;align-items:flex-start}.funnel-root .form-trust-icon{color:var(--accent);flex-shrink:0;margin-top:2px}.funnel-root .privacy-row{display:grid;grid-template-columns:22px 1fr;gap:12px;align-items:start;padding:14px 16px;background:var(--bg-warm);border:1px solid var(--line);border-radius:12px;cursor:pointer;transition:border-color .15s,background .15s}.funnel-root .privacy-row:hover{border-color:var(--ink-3)}.funnel-root .privacy-row input[type=checkbox]{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.funnel-root .privacy-box{width:22px;height:22px;border:1.5px solid var(--ink-3);border-radius:6px;background:var(--bg-elev);display:inline-flex;align-items:center;justify-content:center;color:transparent;flex-shrink:0;transition:background .15s,border-color .15s,color .15s,box-shadow .15s}.funnel-root .privacy-row input[type=checkbox]:focus-visible~.privacy-box{box-shadow:0 0 0 3px var(--accent-soft);border-color:var(--accent)}.funnel-root .privacy-row input[type=checkbox]:checked~.privacy-box{background:var(--accent);border-color:var(--accent);color:white}.funnel-root .privacy-row:has(input:checked){border-color:var(--accent);background:rgba(229,239,230,.55)}.funnel-root .privacy-text{font-size:13.5px;line-height:1.55;color:var(--ink-2)}.funnel-root .privacy-text a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.funnel-root .privacy-text a:hover{color:var(--ink)}.funnel-root .icon-svg{stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.funnel-root .step-counter{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:12px;color:var(--ink-3);letter-spacing:.1em;white-space:nowrap}.funnel-root .step-counter b{color:var(--ink);font-weight:700}@supports (-webkit-touch-callout:none){.funnel-root .input,.funnel-root input,.funnel-root select,.funnel-root textarea{font-size:16px}}.funnel-root .funnel-trust-band{max-width:760px;margin:24px auto 0;padding:0 8px;display:flex;justify-content:center}.funnel-root .funnel-trust-band .enr-trust-logos{align-items:center;text-align:center}.funnel-root .funnel-trust-band .enr-trust-logos-row{justify-content:center}@media (max-width:720px){.funnel-root .funnel-trust-band{margin-top:18px}}