.comfun{--v:#6761e5;--vs:rgba(103,97,229,.1);--dk:#292e53;--mut:#7d8099;--bd:#e7e2da;--bd2:#ddd7cd;--bg:#faf7f3;--fx:#e040fb;--fxh:#b380f8;--teal:#237f52;--amber:#b7791f;background:#fff;color:var(--dk);font-family:var(--font-heading,"Space Grotesk",system-ui,sans-serif);padding:80px 24px}.comfun *{box-sizing:border-box}.comfun__wrap{margin:0 auto;max-width:1120px}.comfun__head{margin:0 0 48px;max-width:720px}.comfun__eyebrow{color:var(--fx);font-size:11px;font-weight:600;letter-spacing:.14em;margin:0;text-transform:uppercase}.comfun__title{font-size:clamp(1.875rem,3.5vw,38px);font-weight:600;line-height:1.2;margin:12px 0 0}.comfun__sub{color:var(--mut);font-size:15px;line-height:1.6;margin:16px 0 0}.comfun__sub>:first-child{margin-top:0}.comfun__sub>:last-child{margin-bottom:0}.comfun__grid{align-items:center;display:grid;gap:64px}@media(min-width:768px){.comfun__grid{grid-template-columns:1fr 1fr}}.comfun__steps{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.comfun__step{border-radius:12px;cursor:pointer;margin:0 -12px;outline:none;padding:12px;transition:background-color .2s}.comfun__step.is-active{background:#f6f1ed}.comfun__step:hover:not(.is-active){background:rgba(246,241,237,.6)}.comfun__step:focus-visible{box-shadow:0 0 0 2px var(--v)}.comfun__srow{display:flex;gap:16px}.comfun__rail{align-self:stretch;flex-direction:column;position:relative}.comfun__num,.comfun__rail{align-items:center;display:flex}.comfun__num{background:#fff;border:1px solid var(--bd2);border-radius:9999px;color:#9a9484;flex-shrink:0;font-size:14px;font-weight:600;height:32px;justify-content:center;transition:all .2s;width:32px}.comfun__step.is-active .comfun__num{background:var(--v);border-color:var(--v);box-shadow:0 0 0 4px var(--vs);color:#fff}.comfun__line{background:var(--bd2);flex:1;margin-top:8px;width:1px}.comfun__sbody{padding-bottom:8px}.comfun__stitle{color:rgba(41,46,83,.7);font-size:17px;font-weight:700;margin:0;transition:color .2s}.comfun__step.is-active .comfun__stitle{color:var(--dk)}.comfun__collapse{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .35s ease,opacity .3s ease,margin-top .3s ease}.comfun__step.is-active .comfun__collapse{grid-template-rows:1fr;margin-top:8px;opacity:1}.comfun__collapse>div{overflow:hidden}.comfun__stext{color:var(--mut);font-size:15px;line-height:1.6}.comfun__stext>:first-child{margin-top:0}.comfun__stext>:last-child{margin-bottom:0}.comfun__viz{align-items:center;display:flex;justify-content:center}.comfun__card{background:#fff;border:1px solid var(--bd);border-radius:20px;box-shadow:0 1px 2px rgba(41,46,83,.04),0 20px 40px -16px rgba(41,46,83,.18);max-width:400px;padding:24px;width:100%}.comfun__widget{display:flex;justify-content:center}.comfun__widget ol,.comfun__widget ul{list-style:none;margin:0;padding:0}.comfun__widget :where(p,h1,h2,h3,h4,h5,figure,blockquote,dl,dd,pre){margin:0}.comfun__cta{margin-top:48px}.comfun__btn{background:var(--fx);border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-block;font-size:15px;font-weight:600;line-height:1;padding:15px 30px;text-decoration:none;transition:background-color .15s}.comfun__btn:hover{background:var(--fxh);color:#fff}.comfun .fade{animation:comfun-fade .35s ease-out both}@keyframes comfun-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.comfun .pulse-dot{animation:comfun-pd 1.6s ease-in-out infinite}@keyframes comfun-pd{0%,to{opacity:.4}50%{opacity:1}}.comfun .flow-node{background:#fff;border:1px solid var(--bd);border-radius:8px;opacity:.5;padding:10px;transform:translateY(4px);transition:all .3s}.comfun .flow-node.lit{background:var(--vs);border-color:var(--v);opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.comfun .fade{animation:none}.comfun .flow-node{opacity:1;transform:none}}