html:has(.step-page){min-height:100%;background:#fff!important;height:auto!important;overflow:auto!important}body:has(.step-page){min-height:100%;background:#fff!important;height:auto!important;overflow:auto!important}body:has(.step-page){overflow:visible!important}html:has(.step-page){scroll-behavior:auto}.step-page{--ink:#0d0d0d;--body:#282828;--mute:#5d5d5d;--line:#e5e5e5;--panel:#f5f5f5;--radius:32px;--gutter:clamp(1.25rem,4vw,3rem);--max:1200px;--nav-h:63px;--step-cyan:#00acd1;--step-pink:#e3447c;--step-yellow:#fdc82f;--step-indigo:#5a6cf0;color:var(--body);font-family:var(--font-body);letter-spacing:-.01em;-webkit-font-smoothing:antialiased;background:#fff;font-size:16px;line-height:1.5}.step-page h1,.step-page h2,.step-page h3{color:var(--ink);letter-spacing:-.02em;margin:0;font-weight:500}.step-page h1{font-size:max(2.5rem,min(5.4vw,4rem));line-height:1.02}.step-page h2{font-size:max(2rem,min(3.8vw,3rem));line-height:1.16}.step-page h3{font-size:1.375rem;line-height:1.26}.step-page p{margin:0}.step-shell{max-width:var(--max);padding-inline:var(--gutter);margin:0 auto}.step-nav{z-index:20;border-bottom:1px solid var(--line);background:#fff;position:-webkit-sticky;position:sticky;top:0;transform:translateZ(0)}.step-progress{pointer-events:none;background:rgba(13,13,13,.07);height:2px;position:absolute;bottom:-1px;left:0;right:0;overflow:hidden}.step-progress-fill{width:100%;height:100%;transform:scaleX(var(--step-progress,0));transform-origin:0;background:var(--step-cyan);will-change:transform;display:block}.step-nav-inner{height:calc(var(--nav-h) - 1px);align-items:center;gap:1.5rem;display:flex}.step-nav-brand{color:var(--ink);align-items:center;gap:.55rem;font-size:.9375rem;display:inline-flex}.step-nav-brand img{width:46px;height:auto}.step-nav-links{gap:1.6rem;margin-left:auto;font-size:.875rem;display:none}.step-nav-links a{color:var(--body)}.step-nav-links a:hover{color:var(--ink)}.step-nav-actions{align-items:center;gap:.75rem;margin-left:auto;display:flex}@media (min-width:860px){.step-nav-links{display:flex}.step-nav-actions{margin-left:0}}.step-btn{white-space:nowrap;border:1px solid transparent;border-radius:9999px;justify-content:center;align-items:center;height:40px;padding:0 1.15rem;font-size:.875rem;line-height:1;transition:background-color .18s,color .18s,border-color .18s;display:inline-flex}.step-btn-primary{background:var(--ink);color:#fff}.step-btn-primary:hover{background:#333}.step-btn-ghost{color:var(--ink);border-color:#d4d4d4}.step-btn-ghost:hover{background:var(--panel)}.step-btn-sm{height:34px;padding:0 .9rem;font-size:.8125rem}.step-banner-slot{height:0;transition:height .46s cubic-bezier(.33,1,.68,1);overflow:hidden}.step-banner-slot[data-open=true]{height:var(--banner-h,0px)}.step-banner{border-bottom:1px solid var(--line);background:var(--panel);transition:transform .46s cubic-bezier(.33,1,.68,1);transform:translateY(-100%)}.step-banner-slot[data-open=true] .step-banner{transform:none}@media (prefers-reduced-motion:reduce){.step-banner-slot,.step-banner{transition:none}}.step-banner-inner{color:var(--ink);align-items:flex-start;gap:.65rem;padding-top:.5rem;padding-bottom:.5rem;font-size:.8125rem;line-height:1.4;display:flex}.step-banner-inner strong{font-weight:500}.step-banner-inner p{flex:auto;min-width:0;margin:0}.step-banner-cta{font:inherit;color:var(--ink);text-underline-offset:.12em;white-space:nowrap;font-weight:500;text-decoration:underline;display:inline}.step-banner-cta:hover{color:var(--mute)}@media (min-width:640px){.step-banner-inner{align-items:center;gap:.75rem 1rem;padding-top:.6rem;padding-bottom:.6rem;font-size:.875rem}.step-banner-inner p{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;display:flex}.step-banner-copy{flex:14rem;min-width:0}.step-banner-cta{white-space:nowrap;background:#fff;border:1px solid #d4d4d4;border-radius:999px;justify-content:center;align-items:center;height:34px;margin-left:auto;padding:0 .9rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .18s;display:inline-flex}.step-banner-cta:hover{background:var(--panel);color:var(--ink)}}.step-banner-close{width:28px;height:28px;color:var(--mute);cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;margin-top:-.1rem;margin-right:-7px;padding:0;transition:background .18s,color .18s;display:grid}@media (min-width:640px){.step-banner-close{margin-top:0}}.step-banner-close:hover{color:var(--ink);background:rgba(13,13,13,.07)}.step-banner-close svg{width:11px;height:11px}.step-hero{flex-direction:column;gap:0;min-height:0;padding-top:max(1rem,min(2.5vw,2rem));padding-bottom:max(1rem,min(2vw,1.5rem));display:flex}@media (max-width:939px){.step-hero-fold{min-height:calc(100vh - var(--nav-h) + var(--fold-reserve,0px));min-height:calc(100svh - var(--nav-h) + var(--fold-reserve,0px));flex-direction:column;display:flex}.step-card-deck{margin-top:max(1.75rem,min(4vw,2.75rem))}}.step-hero-grid{align-items:start;gap:max(2rem,min(4vw,3.5rem));display:grid}@media (min-width:940px){.step-hero{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:.85rem max(2rem,min(4vw,3.5rem));display:grid}.step-hero-fold,.step-hero-grid{display:contents}.step-hero-copy{grid-area:1/1}.step-hero-visual{grid-area:1/2}.step-card-deck{grid-area:2/2}}.step-hero-copy p{max-width:34rem;color:var(--body);margin-top:1.25rem;font-size:1.0625rem}.step-hero-lead,.step-contact-lead{display:block}.step-marker,.step-hero-accent,.step-outro-accent{font-family:var(--font-marker),var(--font-display);font-style:normal;font-weight:400}.step-marker,.step-hero-accent{letter-spacing:.005em;font-size:1em;display:inline-block;transform:skew(-6deg)}.step-hero-cta{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.step-hero-visual{flex-direction:column;gap:.85rem;display:flex}.step-well{aspect-ratio:4/3;border-radius:var(--radius);background:radial-gradient(circle at 22% 18%,rgba(251,175,203,.55),transparent 52%),radial-gradient(circle at 82% 26%,rgba(23,180,233,.4),transparent 55%),radial-gradient(circle at 62% 88%,rgba(253,200,47,.42),transparent 55%),linear-gradient(150deg,#f4f6f9 0%,#e8edf3 55%,#dfe6ee 100%);position:relative}.step-card-deck{text-align:center;color:var(--ink);margin:0;font-size:max(2.5rem,min(5.4vw,4rem));line-height:1.02}.step-card-deck .step-hero-accent{text-transform:lowercase;flex-direction:column;align-items:center;display:flex}@media (min-width:940px){.step-card-deck{font-size:max(1.35rem,min(2.4vw,1.85rem));line-height:1.1}.step-card-deck .step-hero-accent{flex-direction:row;justify-content:center;gap:.28em}}.step-card-webgl,.step-card-webgl canvas{border-radius:inherit;cursor:grab;touch-action:none;width:100%;height:100%;display:block;position:absolute;top:0;bottom:0;left:0;right:0}.step-card-webgl:active{cursor:grabbing}.step-wallets{z-index:2;pointer-events:none;flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex;position:absolute;top:auto;bottom:1rem;left:1.1rem;right:1.1rem}.step-wallets img{width:auto;height:max(1.625rem,min(7vw,2.25rem))}.step-section{padding-top:max(3.5rem,min(8vw,7rem));padding-bottom:max(3.5rem,min(8vw,7rem));scroll-margin-top:70px}#how.step-section{padding-top:max(2rem,min(4vw,3.25rem))}.step-section-head{text-align:center;max-width:46rem;margin:0 auto}.step-section-head p{color:var(--mute);margin-top:1.15rem}.step-inline-link{color:inherit;text-underline-offset:2px;-webkit-text-decoration:underline rgba(13,13,13,.3);text-decoration:underline rgba(13,13,13,.3);text-decoration-thickness:1px;transition:-webkit-text-decoration-color .18s,text-decoration-color .18s}.step-inline-link:hover{-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.step-term-wrap{white-space:nowrap;position:relative}.step-term{font:inherit;color:inherit;cursor:help;white-space:normal;text-underline-offset:3px;background:0 0;border:0;padding:0;-webkit-text-decoration:underline dashed rgba(13,13,13,.42);text-decoration:underline dashed rgba(13,13,13,.42);text-decoration-thickness:1px}.step-term:hover,.step-term[aria-expanded=true]{-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.step-term-note{z-index:30;translate:calc(-50% + var(--shift,0px))0;background:var(--ink);color:#fff;white-space:normal;text-align:left;border-radius:14px;width:max-content;max-width:min(19rem,100vw - 2.5rem);padding:.8rem .9rem;font-size:.8125rem;line-height:1.45;position:absolute;bottom:calc(100% + .6rem);left:50%;box-shadow:0 12px 34px rgba(0,0,0,.22)}.step-term-note strong{text-transform:capitalize;margin-bottom:.2rem;font-weight:600;display:block}.step-eyebrow{font-family:var(--font-marker),var(--font-display);letter-spacing:.01em;color:var(--ink);margin-bottom:.55rem;font-size:max(1.05rem,min(1.8vw,1.35rem));font-style:normal;font-weight:400;line-height:1.1;display:block;transform:skew(-6deg)}.step-pillars{border-top:1px solid var(--line);gap:0;margin-top:max(2.5rem,min(5vw,4rem));display:grid}.step-pillars>div{border-bottom:1px solid var(--line);padding:1.75rem 0}.step-pillars p{color:var(--mute);margin-top:.6rem;font-size:.9375rem}.step-tick{background:var(--step-cyan);border:none;border-radius:5px;flex-shrink:0;width:18px;height:18px;margin-bottom:1.1rem;padding:0;display:block}a.step-tick{cursor:pointer;transition:transform .18s,opacity .18s}a.step-tick:hover{opacity:.85;transform:scale(1.12)}a.step-tick:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.step-btn:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.step-tab:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.step-term:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.step-nav-links a:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.step-banner-close:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.step-banner-cta:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.step-resource:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.step-footer a:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.step-footer .step-btn:focus-visible{outline-color:#bfe36a}.step-footer a:focus-visible{outline-color:#bfe36a}.step-banner-close:focus-visible{outline-color:#bfe36a}.step-pillars>div:nth-child(4n+2) .step-tick,.step-tick--2{background:var(--step-pink)}.step-pillars>div:nth-child(4n+3) .step-tick,.step-tick--3{background:var(--step-yellow)}.step-pillars>div:nth-child(4n+4) .step-tick,.step-tick--4{background:var(--step-indigo)}.step-tick--1{background:var(--step-cyan)}@media (min-width:820px){.step-pillars{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem}.step-pillars--pairs{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:4rem}.step-pillars>div{padding:2rem 0}}.step-beat-rail{margin-top:max(1.75rem,min(3.5vw,2.5rem));justify-content:center;align-items:center;gap:.85rem;margin-left:auto;margin-right:auto;display:flex}.step-beat-rail .step-tick{margin-bottom:0}.step-steps{gap:max(1.5rem,min(3vw,2.5rem));margin-top:max(1.75rem,min(3.5vw,2.75rem));display:grid}.step-step{scroll-margin-top:calc(var(--nav-h) + 1.25rem);align-items:center;gap:max(1.5rem,min(3vw,3rem));display:grid}.step-step-label{align-items:center;gap:.65rem;margin-bottom:.85rem;display:flex}.step-step-label .step-tick{margin-bottom:0}@media (max-width:939px){.step-step-label .step-tick{display:none}}.step-step-index{letter-spacing:.06em;color:var(--mute);font-size:.75rem;font-weight:600}.step-step-copy h3{max-width:18rem}.step-step-copy p{max-width:26rem;color:var(--mute);margin-top:.85rem;font-size:.9375rem}.step-step-copy .step-btn{margin-top:1.4rem}.step-step-art{aspect-ratio:16/10;border-radius:var(--radius);place-items:center;padding:2rem;display:grid}.step-step-art-one{background:linear-gradient(140deg,#d9f2fb 0%,#eaf7fd 45%,#cfeaf7 100%)}.step-step-art-two{background:linear-gradient(140deg,#fde4ef 0%,#fdf1f6 45%,#fbd8e8 100%)}.step-step-art-three{background:linear-gradient(140deg,#fdf1cf 0%,#fdf8e6 45%,#f9e6b0 100%)}.step-step-art-four{background:linear-gradient(140deg,#e0e5f6 0%,#f2f4fc 45%,#d8def4 100%)}@media (min-width:860px){.step-step{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.step-step-flip .step-step-copy{order:2}.step-step-flip .step-step-art{order:1}}.step-mini{width:min(100%,24rem);color:var(--body);background:#fff;border-radius:14px;padding:1rem 1.1rem;font-size:.8125rem;box-shadow:0 12px 34px rgba(15,23,42,.12)}.step-mini-row{justify-content:space-between;align-items:center;gap:1rem;padding-top:.55rem;padding-bottom:.55rem;display:flex}.step-mini-row+.step-mini-row{border-top:1px solid #f0f0f0}.step-mini-label{color:var(--mute)}.step-mini-value{color:var(--ink)}.step-mini-bar{background:#eef0f3;border-radius:999px;height:6px;margin-top:.75rem;overflow:hidden}.step-mini-bar span{background:var(--step-cyan);border-radius:999px;height:100%;display:block}.step-tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:2.25rem;display:flex}.step-tab{border:1px solid var(--line);height:34px;color:var(--mute);cursor:pointer;background:#fff;border-radius:9999px;padding:0 1rem;font-size:.8125rem;transition:background-color .18s,color .18s}.step-tab:hover{background:var(--panel)}.step-tab[aria-selected=true]{background:var(--ink);border-color:var(--ink);color:#fff}.step-quote{border-radius:var(--radius);background:var(--panel);margin-top:1.75rem;padding:max(2rem,min(5vw,3.5rem))}.step-quote blockquote{max-width:44rem;color:var(--ink);letter-spacing:-.02em;margin:0;font-size:max(1.0625rem,min(2vw,1.375rem));line-height:1.45}.step-quote figcaption{color:var(--mute);margin-top:1.5rem;font-size:.875rem}.step-quote figcaption strong{color:var(--ink);font-weight:500;display:block}.step-resources-head{flex-direction:column;align-items:center;gap:.05em;line-height:1.05;display:flex}.step-resources-amp{font-size:1.45em;line-height:.85}.step-resources-rest{display:block}.step-resources{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:max(2.5rem,min(5vw,3.5rem));display:grid}.step-resource{display:block}.step-resource-art{aspect-ratio:4/3;border-radius:20px;place-items:center;margin-bottom:.9rem;transition:transform .22s;display:grid;overflow:hidden}a.step-resource:hover .step-resource-art{transform:translateY(-3px)}a.step-resource:hover h3{text-underline-offset:3px;text-decoration:underline}.step-resource-art-beast{background:#000;padding:12%}.step-resource-art-beast img{width:100%;height:auto}.step-resource-art-photo img{object-fit:cover;width:100%;height:100%}.step-resource-art-offer{background:var(--step-yellow)}.step-offer{text-align:center;letter-spacing:.08em;text-transform:uppercase;color:rgba(13,13,13,.65);justify-items:center;gap:.15rem;padding:0 1rem;font-size:.6875rem;display:grid}.step-offer strong{letter-spacing:-.03em;text-transform:none;color:var(--ink);font-size:max(2.4rem,min(6vw,3.1rem));font-weight:600}.step-resource-art-a{background:linear-gradient(140deg,#d5eefb,#eaf8fd)}.step-resource-art-b{background:linear-gradient(140deg,#fde0ee,#fdf2f7)}.step-resource-art-c{background:linear-gradient(140deg,#fdf0c8,#fdf9e8)}.step-resource-art-d{background:linear-gradient(140deg,#e0e5f6,#f2f4fc)}.step-resource h3{font-size:1rem}.step-resource p{color:var(--mute);margin-top:.3rem;font-size:.875rem}.step-contact{border-radius:var(--radius);background:var(--panel);padding:max(2rem,min(5vw,3.5rem));gap:max(2rem,min(4vw,3.5rem));padding-bottom:max(6.5rem,min(12vw,9rem));display:grid;position:relative}.step-contact-logo{pointer-events:none;width:max(5.5rem,min(11vw,8.5rem));height:auto;position:absolute;bottom:max(1.5rem,min(3vw,2.25rem));left:max(2rem,min(5vw,3.5rem))}.step-contact-copy h2{font-size:max(2.375rem,min(4.6vw,3.75rem));line-height:1.04}.step-contact-copy p{color:var(--mute);max-width:26rem;margin-top:1.15rem;font-size:.9375rem}.step-form{grid-template-columns:minmax(0,1fr);gap:1rem;display:grid}@media (min-width:560px){.step-form{grid-template-columns:repeat(2,minmax(0,1fr))}}.step-field{color:var(--mute);gap:.4rem;font-size:.8125rem;display:grid}.step-field-wide{grid-column:1/-1}.step-field input,.step-field textarea{width:100%;font:inherit;color:var(--ink);background:#fff;border:1px solid #dcdcdc;border-radius:10px;padding:.6rem .75rem;font-size:1rem}.step-field input:focus,.step-field textarea:focus{outline-offset:1px;border-color:transparent;outline:2px solid #00acd1}.step-field textarea{resize:vertical;min-height:92px}.step-form .step-btn{grid-column:1/-1;justify-self:start}@media (min-width:900px){.step-contact{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}}.step-footer-reveal{margin-top:max(3rem,min(7vw,6rem));position:relative}.step-footer{background:var(--ink);color:#fff}.step-footer-reveal[data-pinned=true]{height:var(--step-footer-h);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.step-footer-reveal[data-pinned=true] .step-footer-track{top:-100vh;height:calc(100vh + var(--step-footer-h));height:calc(100svh + var(--step-footer-h));position:relative;top:-100svh}.step-footer-reveal[data-pinned=true] .step-footer{top:calc(100vh - var(--step-footer-h));top:calc(100svh - var(--step-footer-h));height:var(--step-footer-h);position:-webkit-sticky;position:sticky}.step-footer-inner{flex-direction:column;gap:max(1.75rem,min(3vw,2.75rem));height:100%;padding-top:max(2rem,min(3.25vw,2.75rem));padding-bottom:max(1.25rem,min(2vw,1.75rem));display:flex}.step-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem 1rem;display:grid}@media (min-width:560px){.step-footer-grid{gap:2rem}}.step-footer-owner{color:rgba(255,255,255,.42);flex-direction:column;gap:.5rem;font-size:.75rem;display:inline-flex}.step-footer-owner img{width:auto;height:max(2rem,min(3.6vw,2.75rem))}.step-footer-owner:hover{color:rgba(255,255,255,.7)}.step-footer-col h3{letter-spacing:.02em;color:#fff;font-size:.8125rem}.step-footer-col ul{color:rgba(255,255,255,.6);gap:.5rem;margin:.9rem 0 0;padding:0;font-size:.875rem;list-style:none;display:grid}.step-footer-col a:hover{color:#fff}.step-disclosures{color:rgba(255,255,255,.68);gap:.6rem;max-width:60rem;margin-top:max(1.25rem,min(3vw,1.75rem));font-size:.75rem;line-height:1.55;display:grid}.step-footer-signoff{border-top:1px solid rgba(255,255,255,.16);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:max(1rem,min(3vw,2.5rem));padding-top:max(1.25rem,min(3vw,1.75rem));display:flex}.step-footer-signoff>.step-footer-owner{flex:none}.step-footer-outro{letter-spacing:-.03em;text-transform:uppercase;flex:22rem;min-width:0;font-size:max(1.9rem,min(6.4vw,4.75rem));font-weight:700;line-height:.94}.step-outro-accent{letter-spacing:.01em}.step-footer-base{color:rgba(255,255,255,.42);flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:max(1rem,min(2vw,1.5rem));font-size:.75rem;display:flex}.step-footer-base-links{flex-wrap:wrap;gap:1rem;display:flex}.step-footer-base a{text-underline-offset:2px;text-decoration:underline}.step-footer-base a:hover{color:#fff}
