.Button-module__4K9AZa__button{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);font-family:var(--font-ui);cursor:pointer;transition:all var(--duration-quick) var(--ease-quick);white-space:nowrap;border:1px solid #0000;outline:none;font-size:.9375rem;font-weight:500;display:inline-flex}.Button-module__4K9AZa__button:focus-visible{box-shadow:0 0 0 2px var(--obsidian-bg), 0 0 0 4px var(--signal-violet)}.Button-module__4K9AZa__button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.Button-module__4K9AZa__primary{background:var(--signal-violet);color:var(--obsidian-deepest);box-shadow:0 2px 10px var(--signal-violet-soft)}.Button-module__4K9AZa__primary:hover:not(:disabled){box-shadow:0 4px 15px var(--signal-violet-soft);background:#b38cff;transform:translateY(-1px)}.Button-module__4K9AZa__primary:active:not(:disabled){box-shadow:0 1px 5px var(--signal-violet-soft);transform:translateY(1px)}.Button-module__4K9AZa__secondary{background:var(--surface-hi);color:var(--ghost-white);border-color:var(--ghost)}.Button-module__4K9AZa__secondary:hover:not(:disabled){background:var(--ghost);border-color:var(--slate)}.Button-module__4K9AZa__ghost{color:var(--ghost-white);background:0 0}.Button-module__4K9AZa__ghost:hover:not(:disabled){background:var(--ghost)}.Button-module__4K9AZa__loading{position:relative;color:#0000!important}.Button-module__4K9AZa__loading:after{content:"";border:2px solid;border-right-color:#0000;border-radius:50%;width:1em;height:1em;animation:.75s linear infinite Button-module__4K9AZa__spin;position:absolute}.Button-module__4K9AZa__primary.Button-module__4K9AZa__loading:after{border-color:var(--obsidian-deepest);border-right-color:#0000}.Button-module__4K9AZa__secondary.Button-module__4K9AZa__loading:after,.Button-module__4K9AZa__ghost.Button-module__4K9AZa__loading:after{border-color:var(--ghost-white);border-right-color:#0000}@keyframes Button-module__4K9AZa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Card-module__h5dKrq__card{background:var(--surface);border:1px solid var(--ghost);border-radius:var(--radius-lg);padding:var(--space-5);transition:all var(--duration-quick) var(--ease-quick);flex-direction:column;display:flex}.Card-module__h5dKrq__card:hover{border-color:var(--slate);background:var(--surface-hi);box-shadow:0 8px 30px #0006}.Card-module__h5dKrq__card[data-locked=true]{opacity:.6;pointer-events:none}
.Input-module__p3ufDW__wrapper{gap:var(--space-1);flex-direction:column;width:100%;display:flex}.Input-module__p3ufDW__label{font-family:var(--font-ui);color:var(--ghost-white);font-size:.875rem;font-weight:500}.Input-module__p3ufDW__input{width:100%;padding:var(--space-3) var(--space-3);border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--ghost);color:var(--ghost-white);font-family:var(--font-ui);transition:all var(--duration-quick) var(--ease-quick);font-size:.9375rem}.Input-module__p3ufDW__input::placeholder{color:var(--slate)}.Input-module__p3ufDW__input:hover{border-color:var(--slate)}.Input-module__p3ufDW__input:focus{border-color:var(--signal-violet);background:var(--surface-hi);box-shadow:0 0 0 1px var(--signal-violet);outline:none}.Input-module__p3ufDW__input:disabled{opacity:.5;cursor:not-allowed}.Input-module__p3ufDW__error .Input-module__p3ufDW__input{border-color:var(--electric-amber)}.Input-module__p3ufDW__errorText{color:var(--electric-amber);font-size:.75rem;font-family:var(--font-ui);margin-top:2px}
.Modal-module__A-Ff2W__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;padding:var(--space-4);background:#08080acc;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Modal-module__A-Ff2W__modal{background:var(--surface);border:1px solid var(--ghost);border-radius:var(--radius-lg);padding:var(--space-6);width:100%;max-width:500px;animation:Modal-module__A-Ff2W__slideUp var(--duration-quick) var(--ease-quick);position:relative;box-shadow:0 20px 40px #0009}.Modal-module__A-Ff2W__closeButton{top:var(--space-4);right:var(--space-4);color:var(--slate);cursor:pointer;padding:var(--space-1);border-radius:var(--radius-sm);transition:all var(--duration-quick);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute}.Modal-module__A-Ff2W__closeButton:hover{background:var(--ghost);color:var(--ghost-white)}@keyframes Modal-module__A-Ff2W__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Badge-module__nBi35a__badge{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:9999px;justify-content:center;align-items:center;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-flex}.Badge-module__nBi35a__default{background:var(--surface-hi);color:var(--ghost-white)}.Badge-module__nBi35a__success{background:var(--neo-mint-soft);color:var(--neo-mint)}.Badge-module__nBi35a__warning{background:var(--electric-amber-soft);color:var(--electric-amber)}.Badge-module__nBi35a__brand{background:var(--signal-violet-soft);color:var(--signal-violet)}
.ProgressBar-module__XiaHia__container{background:var(--surface-hi);border-radius:var(--radius-sm);width:100%;height:8px;position:relative;overflow:hidden}.ProgressBar-module__XiaHia__bar{background:var(--signal-violet);height:100%;transition:width .5s var(--ease-aperture)}.ProgressBar-module__XiaHia__label{font-family:var(--font-ui);color:var(--slate);margin-bottom:var(--space-1);justify-content:space-between;align-items:center;font-size:.75rem;display:flex}
.Sidebar-module__4SF0ga__sidebar{background:var(--obsidian-deepest);border-right:1px solid var(--ghost);width:250px;padding:var(--space-4);flex-direction:column;height:100vh;display:flex;position:sticky;top:0}.Sidebar-module__4SF0ga__logo{font-family:var(--font-ui);color:var(--ghost-white);margin-bottom:var(--space-8);align-items:center;gap:var(--space-2);font-size:1.25rem;font-weight:700;display:flex}.Sidebar-module__4SF0ga__nav{gap:var(--space-1);flex-direction:column;display:flex}.Sidebar-module__4SF0ga__navItem{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--slate);font-family:var(--font-ui);transition:all var(--duration-quick);align-items:center;gap:var(--space-2);font-size:.875rem;font-weight:500;text-decoration:none;display:flex}.Sidebar-module__4SF0ga__navItem:hover{background:var(--surface);color:var(--ghost-white)}.Sidebar-module__4SF0ga__active{background:var(--surface-hi);color:var(--ghost-white)}
.funnel-module__BIh-3q__page{background:linear-gradient(180deg, #9d6bff14, transparent 24rem), linear-gradient(90deg, #ffffff06, transparent 18%, transparent 82%, #ffffff06), var(--obsidian-bg);min-height:100vh;color:var(--text-primary);overflow-x:clip}.funnel-module__BIh-3q__nav{z-index:20;justify-content:space-between;align-items:center;gap:var(--space-4);min-height:72px;padding:0 clamp(var(--space-4), 5vw, var(--space-10));border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0a0a0cdb;display:flex;position:sticky;top:0}.funnel-module__BIh-3q__brand{color:var(--ghost-white);font-family:var(--font-ui);letter-spacing:-.075em;align-items:center;font-size:1.55rem;font-weight:900;line-height:1;display:inline-flex}.funnel-module__BIh-3q__navLinks{align-items:center;gap:var(--space-5);color:var(--text-secondary);font-size:var(--text-sm);display:flex}.funnel-module__BIh-3q__navLinks a:hover,.funnel-module__BIh-3q__footer a:hover{color:var(--ghost-white)}.funnel-module__BIh-3q__navCta,.funnel-module__BIh-3q__primaryButton,.funnel-module__BIh-3q__secondaryButton,.funnel-module__BIh-3q__inlineCta{border-radius:var(--radius-md);min-height:44px;font-weight:var(--weight-semibold);justify-content:center;align-items:center;display:inline-flex}.funnel-module__BIh-3q__navCta,.funnel-module__BIh-3q__primaryButton{background:var(--signal-violet);color:var(--obsidian-deepest);box-shadow:0 16px 40px #9d6bff38}.funnel-module__BIh-3q__navCta{min-height:40px;padding:0 var(--space-4)}.funnel-module__BIh-3q__primaryButton,.funnel-module__BIh-3q__secondaryButton,.funnel-module__BIh-3q__inlineCta{padding:0 var(--space-5)}.funnel-module__BIh-3q__secondaryButton,.funnel-module__BIh-3q__inlineCta{border:1px solid var(--border-hi);color:var(--ghost-white);background:#ffffff08}.funnel-module__BIh-3q__mobileMenu{display:none;position:relative}.funnel-module__BIh-3q__mobileMenu summary{cursor:pointer;border:1px solid var(--border);border-radius:var(--radius-md);place-content:center;gap:5px;width:44px;height:44px;list-style:none;display:grid}.funnel-module__BIh-3q__mobileMenu summary::-webkit-details-marker{display:none}.funnel-module__BIh-3q__mobileMenu summary span{background:var(--ghost-white);width:18px;height:2px}.funnel-module__BIh-3q__mobileMenu div{top:calc(100% + var(--space-2));gap:var(--space-3);min-width:220px;padding:var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);display:grid;position:absolute;right:0;box-shadow:0 24px 60px #00000059}.funnel-module__BIh-3q__hero,.funnel-module__BIh-3q__section,.funnel-module__BIh-3q__splitSection,.funnel-module__BIh-3q__band{padding:clamp(var(--space-12), 9vw, 7rem) clamp(var(--space-4), 5vw, var(--space-10));scroll-margin-top:88px}.funnel-module__BIh-3q__hero{align-items:center;gap:clamp(var(--space-8), 6vw, var(--space-16));grid-template-columns:minmax(0,.95fr) minmax(360px,1fr);min-height:calc(100vh - 72px);display:grid}.funnel-module__BIh-3q__heroCopy{min-width:0;max-width:760px}.funnel-module__BIh-3q__eyebrow{margin-bottom:var(--space-3);color:var(--neo-mint);font-family:var(--font-code);font-size:var(--text-xs);font-weight:var(--weight-medium);letter-spacing:var(--tracking-widest);text-transform:uppercase}.funnel-module__BIh-3q__hero h1,.funnel-module__BIh-3q__sectionHeader h2,.funnel-module__BIh-3q__splitSection h2{color:var(--ghost-white);letter-spacing:0;line-height:1.05}.funnel-module__BIh-3q__hero h1{max-width:12ch;font-size:clamp(3rem,6.3vw,5.9rem)}.funnel-module__BIh-3q__heroText,.funnel-module__BIh-3q__bodyText,.funnel-module__BIh-3q__comparisonCard p,.funnel-module__BIh-3q__proofGrid p,.funnel-module__BIh-3q__timeline p,.funnel-module__BIh-3q__curriculumItem p{color:var(--text-secondary);line-height:var(--leading-relaxed)}.funnel-module__BIh-3q__heroText{max-width:680px;margin-top:var(--space-6);font-size:clamp(1.125rem,2vw,1.35rem)}.funnel-module__BIh-3q__ctaRow{gap:var(--space-3);margin-top:var(--space-8);flex-wrap:wrap;display:flex}.funnel-module__BIh-3q__stats{gap:var(--space-4);max-width:740px;margin-top:var(--space-10);grid-template-columns:repeat(4,minmax(100px,1fr));display:grid}.funnel-module__BIh-3q__stats div{padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);background:#ffffff08}.funnel-module__BIh-3q__stats dt{color:var(--ghost-white);font-size:var(--text-2xl);font-weight:var(--weight-bold)}.funnel-module__BIh-3q__stats dd{margin-top:var(--space-1);color:var(--text-muted);font-size:var(--text-sm)}.funnel-module__BIh-3q__apertureVisual,.funnel-module__BIh-3q__miniReader{background:linear-gradient(90deg, #08080aeb, #16161bdb 45%, #08080aeb), repeating-linear-gradient(90deg, transparent 0 52px, #ffffff06 52px 53px), var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);place-items:center;min-height:520px;display:grid;position:relative;overflow:hidden}.funnel-module__BIh-3q__apertureVisual:before,.funnel-module__BIh-3q__miniReader:before{content:"";border-radius:var(--radius-md);pointer-events:none;border:1px solid #ededf014;position:absolute;inset:8% 5%}.funnel-module__BIh-3q__theaterGlow{filter:blur(20px);pointer-events:none;background:linear-gradient(#9d6bff33,#9d6bff0a 58%,#0000);height:42%;position:absolute;inset:10% 10% auto}.funnel-module__BIh-3q__readerFrame{z-index:1;width:min(86%,420px);min-height:440px;padding:var(--space-5);background:linear-gradient(180deg, #ffffff09, transparent 24%), var(--obsidian-bg);border:1px solid var(--border-hi);border-radius:var(--radius-lg);position:relative;box-shadow:0 0 0 1px #9d6bff29,0 30px 100px #000000a6}.funnel-module__BIh-3q__readerTop{justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-8);color:var(--text-muted);font-family:var(--font-code);font-size:var(--text-xs);letter-spacing:var(--tracking-widest);text-transform:uppercase;display:flex}.funnel-module__BIh-3q__readerTop small{color:var(--neo-mint);font:inherit}.funnel-module__BIh-3q__focusWindow{padding:var(--space-6);background:linear-gradient(180deg, #9d6bff2e, #ededf009), var(--surface);border-radius:var(--radius-md);border:1px solid #9d6bff59;box-shadow:0 0 32px #9d6bff1f}.funnel-module__BIh-3q__focusWindow p,.funnel-module__BIh-3q__focusWindow span{color:var(--text-muted);font-size:var(--text-sm)}.funnel-module__BIh-3q__focusWindow strong{margin:var(--space-3) 0;color:var(--ghost-white);font-family:var(--font-body);font-size:var(--text-xl);line-height:var(--leading-relaxed);display:block}.funnel-module__BIh-3q__readerLines{gap:var(--space-3);margin-top:var(--space-8);display:grid}.funnel-module__BIh-3q__readerLines span{border-radius:var(--radius-full);background:#ededf014;height:10px}.funnel-module__BIh-3q__readerLines span:nth-child(2),.funnel-module__BIh-3q__readerLines span:nth-child(5){width:78%}.funnel-module__BIh-3q__readerLines span:nth-child(3){width:88%}.funnel-module__BIh-3q__splitSection{gap:clamp(var(--space-8), 6vw, var(--space-14));grid-template-columns:minmax(260px,.72fr) minmax(0,1fr);align-items:center;display:grid}.funnel-module__BIh-3q__splitSection h2,.funnel-module__BIh-3q__sectionHeader h2{max-width:820px;font-size:clamp(2rem,4.2vw,4rem)}.funnel-module__BIh-3q__comparisonGrid,.funnel-module__BIh-3q__proofGrid,.funnel-module__BIh-3q__curriculumGrid{gap:var(--space-4);display:grid}.funnel-module__BIh-3q__comparisonCard,.funnel-module__BIh-3q__proofGrid article,.funnel-module__BIh-3q__freeCard,.funnel-module__BIh-3q__pricingCard,.funnel-module__BIh-3q__curriculumItem,.funnel-module__BIh-3q__step,.funnel-module__BIh-3q__lockedStep{border:1px solid var(--border);border-radius:var(--radius-md);background:#ffffff09}.funnel-module__BIh-3q__comparisonCard{padding:var(--space-5)}.funnel-module__BIh-3q__comparisonCard strong{margin-top:var(--space-3);color:var(--ghost-white);font-size:var(--text-lg);line-height:var(--leading-snug);display:block}.funnel-module__BIh-3q__band{background:var(--surface);border-block:1px solid var(--border)}.funnel-module__BIh-3q__sectionHeader{margin-bottom:var(--space-8)}.funnel-module__BIh-3q__timeline{gap:var(--space-3);grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.funnel-module__BIh-3q__step,.funnel-module__BIh-3q__lockedStep{padding:var(--space-5);min-height:220px}.funnel-module__BIh-3q__lockedStep{opacity:.76}.funnel-module__BIh-3q__step div,.funnel-module__BIh-3q__lockedStep div{gap:var(--space-2);margin-bottom:var(--space-4);display:grid}.funnel-module__BIh-3q__step span,.funnel-module__BIh-3q__lockedStep span{color:var(--ghost-white);font-family:var(--font-code);font-weight:var(--weight-bold)}.funnel-module__BIh-3q__step small,.funnel-module__BIh-3q__lockedStep small,.funnel-module__BIh-3q__badge{width:fit-content;padding:var(--space-1) var(--space-2);color:var(--neo-mint);background:var(--neo-mint-faint);border:1px solid var(--neo-mint-soft);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--weight-semibold)}.funnel-module__BIh-3q__lockedStep small{color:var(--electric-amber);background:var(--electric-amber-faint);border-color:var(--electric-amber-soft)}.funnel-module__BIh-3q__curriculumGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.funnel-module__BIh-3q__curriculumItem{padding:var(--space-5)}.funnel-module__BIh-3q__curriculumItem summary{justify-content:space-between;gap:var(--space-4);cursor:pointer;color:var(--ghost-white);font-weight:var(--weight-semibold);display:flex}.funnel-module__BIh-3q__curriculumItem small{color:var(--text-muted)}.funnel-module__BIh-3q__curriculumItem p{margin-top:var(--space-4)}.funnel-module__BIh-3q__inlineCta{margin-top:var(--space-6)}.funnel-module__BIh-3q__miniReader{position:relative}.funnel-module__BIh-3q__intentOrb{top:var(--space-6);right:var(--space-6);padding:var(--space-2) var(--space-3);color:var(--obsidian-deepest);background:var(--signal-violet);border-radius:var(--radius-full);font-family:var(--font-code);font-size:var(--text-xs);position:absolute}.funnel-module__BIh-3q__miniFocus{z-index:1;width:min(82%,460px);padding:var(--space-7);background:var(--obsidian-bg);border:1px solid var(--border-hi);border-radius:var(--radius-lg);position:relative}.funnel-module__BIh-3q__miniFocus strong{color:var(--ghost-white);font-size:var(--text-2xl)}.funnel-module__BIh-3q__miniFocus p{margin-top:var(--space-3);color:var(--text-secondary)}.funnel-module__BIh-3q__proofGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.funnel-module__BIh-3q__proofGrid article{padding:var(--space-5)}.funnel-module__BIh-3q__proofGrid strong{color:var(--ghost-white)}.funnel-module__BIh-3q__proofGrid p{margin-top:var(--space-3)}.funnel-module__BIh-3q__pricingGrid{gap:var(--space-4);grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);align-items:stretch;display:grid}.funnel-module__BIh-3q__freeCard,.funnel-module__BIh-3q__pricingCard{align-content:start;gap:var(--space-6);padding:clamp(var(--space-5), 5vw, var(--space-8));display:grid}.funnel-module__BIh-3q__freeCard h3,.funnel-module__BIh-3q__pricingCard h3{margin-top:var(--space-4);color:var(--ghost-white);font-size:var(--text-2xl)}.funnel-module__BIh-3q__price{margin:var(--space-3) 0;color:var(--ghost-white);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:var(--weight-bold);line-height:1}.funnel-module__BIh-3q__price span{margin-top:var(--space-2);color:var(--text-muted);font-size:var(--text-sm);font-weight:var(--weight-regular);display:block}.funnel-module__BIh-3q__featureList{gap:var(--space-3);color:var(--text-secondary);list-style:none;display:grid}.funnel-module__BIh-3q__featureList li:before{content:"✓";margin-right:var(--space-2);color:var(--neo-mint)}.funnel-module__BIh-3q__pricingNote{max-width:760px;margin-top:var(--space-5);color:var(--text-secondary);line-height:var(--leading-relaxed)}.funnel-module__BIh-3q__pricingActions{gap:var(--space-3);flex-wrap:wrap;align-items:center;display:flex}.funnel-module__BIh-3q__futureRoles{gap:var(--space-2);margin-top:var(--space-6);color:var(--text-secondary);flex-wrap:wrap;align-items:center;display:flex}.funnel-module__BIh-3q__futureRoles small{padding:var(--space-2) var(--space-3);color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full)}.funnel-module__BIh-3q__footer{gap:var(--space-4);padding:var(--space-10) clamp(var(--space-4), 5vw, var(--space-10));background:var(--obsidian-deepest);border-top:1px solid var(--border);color:var(--text-secondary);display:grid}.funnel-module__BIh-3q__footer nav{gap:var(--space-4);flex-wrap:wrap;display:flex}@media (max-width:1120px){.funnel-module__BIh-3q__timeline,.funnel-module__BIh-3q__proofGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.funnel-module__BIh-3q__pricingGrid,.funnel-module__BIh-3q__pricingCard{grid-template-columns:1fr}}@media (max-width:820px){.funnel-module__BIh-3q__navLinks{display:none}.funnel-module__BIh-3q__mobileMenu{display:block}.funnel-module__BIh-3q__hero,.funnel-module__BIh-3q__splitSection,.funnel-module__BIh-3q__curriculumGrid{grid-template-columns:minmax(0,1fr)}.funnel-module__BIh-3q__hero{min-height:auto}.funnel-module__BIh-3q__hero>*,.funnel-module__BIh-3q__splitSection>*,.funnel-module__BIh-3q__pricingGrid>*{min-width:0}.funnel-module__BIh-3q__heroCopy,.funnel-module__BIh-3q__heroText,.funnel-module__BIh-3q__sectionHeader{max-width:100%}.funnel-module__BIh-3q__apertureVisual,.funnel-module__BIh-3q__miniReader{min-height:360px}.funnel-module__BIh-3q__stats,.funnel-module__BIh-3q__timeline,.funnel-module__BIh-3q__proofGrid{grid-template-columns:minmax(0,1fr)}}@media (max-width:520px){.funnel-module__BIh-3q__ctaRow,.funnel-module__BIh-3q__pricingActions{grid-template-columns:1fr;display:grid}.funnel-module__BIh-3q__ctaRow .funnel-module__BIh-3q__primaryButton,.funnel-module__BIh-3q__ctaRow .funnel-module__BIh-3q__secondaryButton,.funnel-module__BIh-3q__pricingActions .funnel-module__BIh-3q__primaryButton,.funnel-module__BIh-3q__pricingActions .funnel-module__BIh-3q__secondaryButton{width:100%;padding-inline:var(--space-3)}.funnel-module__BIh-3q__stats{width:100%}.funnel-module__BIh-3q__stats div{min-width:0}.funnel-module__BIh-3q__readerFrame{width:min(92%,360px);min-height:360px;padding:var(--space-4)}.funnel-module__BIh-3q__focusWindow{padding:var(--space-4)}}.funnel-module__BIh-3q__focusPage{color:#ededf0;background:radial-gradient(900px 560px at 50% 12%,#9d6bff1c,#0000 68%),linear-gradient(#050507 0%,#08080a 42%,#0a0a0c 100%);min-height:100vh;overflow-x:clip}.funnel-module__BIh-3q__focusPage:before{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(90deg,#ffffff06 1px,#0000 1px),linear-gradient(#ffffff05 1px,#0000 1px);background-size:88px 88px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(760px 620px at 50% 28%,#000,#0000 78%);mask-image:radial-gradient(760px 620px at 50% 28%,#000,#0000 78%)}.funnel-module__BIh-3q__focusContainer{z-index:1;width:min(100%,1320px);margin-inline:auto;padding-inline:clamp(18px,4vw,42px);position:relative}.funnel-module__BIh-3q__focusHeader{z-index:30;grid-template-columns:1fr auto 1fr;align-items:center;width:min(100% - 36px,1400px);min-height:78px;margin-inline:auto;padding-inline:14px;display:grid;position:absolute;inset:0 0 auto}.funnel-module__BIh-3q__focusNavLinks{align-items:center;gap:clamp(18px,2.6vw,36px);display:flex}.funnel-module__BIh-3q__focusNavLinks a{color:#b8bfd0;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:650;transition:color .18s}.funnel-module__BIh-3q__focusNavLinks a:hover,.funnel-module__BIh-3q__focusAuthActions>a:first-child:hover,.funnel-module__BIh-3q__focusFooter a:hover{color:#ededf0}.funnel-module__BIh-3q__focusAuthActions{justify-content:flex-end;align-items:center;gap:14px;display:flex}.funnel-module__BIh-3q__focusAuthActions>a:first-child{color:#b8bfd0;font-size:.9rem;font-weight:550}.funnel-module__BIh-3q__focusPrimary,.funnel-module__BIh-3q__focusSecondary,.funnel-module__BIh-3q__focusPrimarySmall{border:1px solid #9d6bff;border-radius:5px;justify-content:center;align-items:center;min-height:48px;padding:12px 24px;font-size:.92rem;font-weight:650;transition:transform .18s,background .18s,border-color .18s;display:inline-flex}.funnel-module__BIh-3q__focusPrimary,.funnel-module__BIh-3q__focusPrimarySmall{color:#fff;background:#7650d3;box-shadow:0 0 28px #9d6bff47}.funnel-module__BIh-3q__focusPrimarySmall{min-height:38px;padding:7px 15px;font-size:.8rem}.funnel-module__BIh-3q__focusSecondary{color:#ededf0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#08080a7a;border-color:#ffffff2e}.funnel-module__BIh-3q__focusPrimary:hover,.funnel-module__BIh-3q__focusSecondary:hover,.funnel-module__BIh-3q__focusPrimarySmall:hover{transform:translateY(-2px)}.funnel-module__BIh-3q__focusPrimary:hover,.funnel-module__BIh-3q__focusPrimarySmall:hover{background:#8259df}.funnel-module__BIh-3q__focusSecondary:hover{background:#9d6bff17;border-color:#9d6bff9e}.funnel-module__BIh-3q__focusMobileMenu{justify-self:end;display:none;position:relative}.funnel-module__BIh-3q__focusMobileMenu summary{cursor:pointer;background:#08080a9e;border:1px solid #ffffff24;border-radius:5px;place-content:center;gap:5px;width:42px;height:42px;list-style:none;display:grid}.funnel-module__BIh-3q__focusMobileMenu summary::-webkit-details-marker{display:none}.funnel-module__BIh-3q__focusMobileMenu summary span{background:#ededf0;width:18px;height:1px}.funnel-module__BIh-3q__focusMobileMenu>div{background:#0a0a0cfa;border:1px solid #ffffff1f;border-radius:8px;gap:14px;min-width:220px;padding:20px;display:grid;position:absolute;top:50px;right:0;box-shadow:0 24px 80px #0000009e}.funnel-module__BIh-3q__focusHero{border-bottom:1px solid #ffffff12;place-items:center;min-height:100svh;padding:116px 24px 96px;display:grid;position:relative;overflow:hidden}.funnel-module__BIh-3q__focusHeroImage{z-index:0;object-fit:cover;object-position:center top;filter:saturate(.84)contrast(1.08)brightness(.72);transform:scale(1.015)}.funnel-module__BIh-3q__focusHeroShade{z-index:1;background:radial-gradient(680px 520px at 50% 46%,#0303050f,#03030533 48%,#030305c7 88%),linear-gradient(#00000024,#00000008 42%,#0000008f);position:absolute;inset:0}.funnel-module__BIh-3q__focusCinemaRing{z-index:2;aspect-ratio:1;border:1px solid #9d6bff24;border-radius:50%;width:min(1040px,68vw);position:absolute;top:46%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 110px #9d6bff0d,0 0 100px #00000073}.funnel-module__BIh-3q__focusCinemaRing:after{content:"";border-radius:inherit;border:1px solid #9d6bff1a;position:absolute;inset:34px}.funnel-module__BIh-3q__focusClutter{z-index:3;perspective:900px;width:270px;height:610px;transform-style:preserve-3d;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.funnel-module__BIh-3q__focusClutterLeft{left:max(28px,50% - 960px)}.funnel-module__BIh-3q__focusClutterRight{right:max(28px,50% - 960px)}.funnel-module__BIh-3q__focusClutterCard{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:246px;min-height:66px;transform-style:preserve-3d;background:linear-gradient(145deg,#16161be6,#08080abd);border:1px solid #ffffff1c;border-radius:8px;align-items:center;gap:13px;padding:13px 15px;display:flex;position:absolute;box-shadow:0 18px 46px #00000085,inset 0 1px #ffffff09}.funnel-module__BIh-3q__focusClutterLeft .funnel-module__BIh-3q__focusClutterCard{transform-origin:100%}.funnel-module__BIh-3q__focusClutterRight .funnel-module__BIh-3q__focusClutterCard{transform-origin:0;right:0}.funnel-module__BIh-3q__focusClutterLeft .funnel-module__BIh-3q__focusClutterCard:first-child{opacity:.58;top:0;transform:translate(5px)translateZ(-76px)rotateY(-20deg)rotate(5deg)scale(.82)}.funnel-module__BIh-3q__focusClutterLeft .funnel-module__BIh-3q__focusClutterCard:nth-child(2){opacity:.78;top:122px;transform:translate(38px)translateZ(-30px)rotateY(-17deg)rotate(2.5deg)scale(.92)}.funnel-module__BIh-3q__focusClutterLeft .funnel-module__BIh-3q__focusClutterCard:nth-child(3){opacity:.92;top:244px;transform:translate(54px)rotateY(-14deg)rotate(0)}.funnel-module__BIh-3q__focusClutterLeft .funnel-module__BIh-3q__focusClutterCard:nth-child(4){opacity:.78;top:366px;transform:translate(38px)translateZ(-30px)rotateY(-17deg)rotate(-2.5deg)scale(.92)}.funnel-module__BIh-3q__focusClutterLeft .funnel-module__BIh-3q__focusClutterCard:nth-child(5){opacity:.58;top:488px;transform:translate(5px)translateZ(-76px)rotateY(-20deg)rotate(-5deg)scale(.82)}.funnel-module__BIh-3q__focusClutterRight .funnel-module__BIh-3q__focusClutterCard:first-child{opacity:.62;top:10px;transform:translate(-5px)translateZ(-72px)rotateY(20deg)rotate(-5deg)scale(.84)}.funnel-module__BIh-3q__focusClutterRight .funnel-module__BIh-3q__focusClutterCard:nth-child(2){opacity:.86;top:168px;transform:translate(-47px)translateZ(-18px)rotateY(15deg)rotate(-1.7deg)scale(.96)}.funnel-module__BIh-3q__focusClutterRight .funnel-module__BIh-3q__focusClutterCard:nth-child(3){opacity:.86;top:326px;transform:translate(-47px)translateZ(-18px)rotateY(15deg)rotate(1.7deg)scale(.96)}.funnel-module__BIh-3q__focusClutterRight .funnel-module__BIh-3q__focusClutterCard:nth-child(4){opacity:.62;top:484px;transform:translate(-5px)translateZ(-72px)rotateY(20deg)rotate(5deg)scale(.84)}.funnel-module__BIh-3q__focusClutterCard>svg{color:#ededf09e;filter:drop-shadow(0 0 9px #9d6bff2e);flex:none}.funnel-module__BIh-3q__focusClutterCard>div{min-width:0}.funnel-module__BIh-3q__focusClutterCard span{color:#929bad;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.16em;margin-bottom:6px;font-size:.58rem;font-weight:650;display:block}.funnel-module__BIh-3q__focusClutterCard p{color:#ededf0e0;font-size:.84rem;line-height:1.4}.funnel-module__BIh-3q__focusHeroContent{z-index:4;text-align:center;width:min(100%,650px);min-width:0;position:relative}.funnel-module__BIh-3q__focusKicker{color:#9d6bff;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.17em;text-transform:uppercase;font-size:.76rem;font-weight:650;line-height:1.6}.funnel-module__BIh-3q__focusKicker span{margin-right:14px}.funnel-module__BIh-3q__focusHero h1{color:#ededf0;font-family:var(--font-body), Georgia, serif;letter-spacing:-.035em;text-shadow:0 0 34px #ffffff1f;margin:26px auto 28px;font-size:clamp(3.2rem,5vw,4.7rem);font-weight:500;line-height:.96}.funnel-module__BIh-3q__focusHero h1 span{overflow-wrap:anywhere;max-width:100%;display:block}.funnel-module__BIh-3q__focusHeroLead{color:#a9b2c5;max-width:540px;margin:0 auto 30px;font-size:clamp(.98rem,1.5vw,1.08rem);line-height:1.68}.funnel-module__BIh-3q__focusHeroActions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.funnel-module__BIh-3q__focusHeroAssurance{color:#d6d9e0;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.08em;text-transform:uppercase;margin-top:16px;font-size:.68rem}.funnel-module__BIh-3q__focusFrequency{z-index:4;height:42px;position:absolute;bottom:38px;left:0;right:0;overflow:hidden}.funnel-module__BIh-3q__focusFrequency:before{content:"";background:linear-gradient(90deg,#0000,#9d6bff47,#9d6bffc7,#9d6bff47,#0000);height:1px;position:absolute;top:21px;left:0;right:0}.funnel-module__BIh-3q__focusFrequency:after{content:"";opacity:.58;background:repeating-linear-gradient(90deg,#0000 0 8px,#9d6bff6b 8px 9px,#0000 9px 16px);height:34px;position:absolute;top:4px;left:0;right:0;-webkit-mask-image:radial-gradient(560px 32px,#000,#0000 78%);mask-image:radial-gradient(560px 32px,#000,#0000 78%)}.funnel-module__BIh-3q__focusTrust{z-index:4;background:#050507f5;border-bottom:1px solid #ffffff12;padding-block:26px 28px;position:relative}.funnel-module__BIh-3q__focusTrust dl{background:#08080ac7;border:1px solid #ffffff1f;border-radius:8px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.funnel-module__BIh-3q__focusTrust dl>div{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:16px;padding:22px 28px;display:grid}.funnel-module__BIh-3q__focusTrust dl>div+div{border-left:1px solid #ffffff12}.funnel-module__BIh-3q__focusTrust dl>div>svg{color:#9d6bff;filter:drop-shadow(0 0 10px #9d6bff33)}.funnel-module__BIh-3q__focusTrust dt{color:#ededf0;font-size:1.02rem;font-weight:650;line-height:1.35}.funnel-module__BIh-3q__focusTrust dd{color:#aeb6c8;margin-top:5px;font-size:.81rem;line-height:1.45}.funnel-module__BIh-3q__focusSection,.funnel-module__BIh-3q__focusFaqSection{z-index:1;border-bottom:1px solid #ffffff12;padding-block:clamp(66px,7vw,86px);scroll-margin-top:20px;position:relative}.funnel-module__BIh-3q__focusSection h2,.funnel-module__BIh-3q__focusFaq h2{color:#ededf0;font-family:var(--font-body), Georgia, serif;letter-spacing:-.03em;margin:20px 0 18px;font-size:clamp(2.25rem,4vw,2.75rem);font-weight:500;line-height:1.06}.funnel-module__BIh-3q__focusBody{color:#b0b8ca;font-size:1rem;line-height:1.72}.funnel-module__BIh-3q__focusSplit{grid-template-columns:.48fr 1fr;align-items:center;gap:clamp(42px,6vw,76px);display:grid}.funnel-module__BIh-3q__focusTransition{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.funnel-module__BIh-3q__focusTransition>div{background:#ffffff04;border:1px solid #ffffff12;border-radius:8px;min-height:210px;position:relative;overflow:hidden}.funnel-module__BIh-3q__focusTransition>div:nth-child(2){opacity:.48}.funnel-module__BIh-3q__focusTransition>div:nth-child(3){opacity:.32}.funnel-module__BIh-3q__focusScattered{gap:9px;padding:16px;display:grid;background:#ffb3470f!important}.funnel-module__BIh-3q__focusScattered span{color:#94a0b8;background:#ffffff0b;border:1px solid #ffffff12;border-radius:5px;padding:9px 10px;font-size:.76rem}.funnel-module__BIh-3q__focusFocused{color:#9d6bff;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.16em;text-transform:uppercase;place-items:center;font-size:.69rem;display:grid;background:radial-gradient(circle,#9d6bff57,#ffffff05 48%,#0000 68%)!important}.funnel-module__BIh-3q__decisionLedgerScroller,.funnel-module__BIh-3q__focusReaderScroller{overscroll-behavior-inline:contain;max-width:100%;overflow-x:auto}.funnel-module__BIh-3q__decisionLedgerScroller:focus-visible,.funnel-module__BIh-3q__focusReaderScroller:focus-visible{outline-offset:4px}.funnel-module__BIh-3q__decisionLedger{padding:clamp(4px,1vw,12px) 0}.funnel-module__BIh-3q__focusDecisionLayout{grid-template-columns:minmax(290px,.42fr) minmax(0,1fr);align-items:start;gap:clamp(42px,5vw,66px);display:grid}.funnel-module__BIh-3q__focusDecisionLayout .funnel-module__BIh-3q__decisionLedger{min-width:0}.funnel-module__BIh-3q__focusDecisionLayout .funnel-module__BIh-3q__decisionLedgerTable{min-width:740px}.funnel-module__BIh-3q__focusDecisionLayout .funnel-module__BIh-3q__decisionLedgerHeader h2{font-size:clamp(1.45rem,2.1vw,1.9rem)}.funnel-module__BIh-3q__decisionLedgerHeader{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:16px;display:flex}.funnel-module__BIh-3q__decisionLedgerHeader h2{letter-spacing:-.025em;margin:0;font-size:clamp(1.7rem,2.7vw,2.35rem);line-height:1.15}.funnel-module__BIh-3q__decisionLedgerHeader h2 span{color:#9d6bff}.funnel-module__BIh-3q__decisionLedgerHeader>p{color:#aab2c2;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.11em;text-transform:uppercase;flex:none;align-items:center;gap:14px;padding-bottom:5px;font-size:.8rem;font-weight:650;display:flex}.funnel-module__BIh-3q__decisionLedgerHeader>p span,.funnel-module__BIh-3q__decisionLedgerStatus span{color:#76e4b3;align-items:center;gap:8px;display:inline-flex}.funnel-module__BIh-3q__decisionLedgerTable{border-collapse:collapse;background:#08090d80;border:1px solid #8c97ae2b;width:100%;min-width:860px}.funnel-module__BIh-3q__decisionLedgerTable th{color:#a5adbd;height:54px;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.08em;text-align:center;text-transform:uppercase;border-bottom:1px solid #8c97ae2b;padding:0 28px;font-size:.78rem;font-weight:650}.funnel-module__BIh-3q__decisionLedgerTable th:first-child{width:41%}.funnel-module__BIh-3q__decisionLedgerTable th:nth-child(2){width:8%;padding-inline:0}.funnel-module__BIh-3q__decisionLedgerTable th:nth-child(3){text-align:left;width:36%}.funnel-module__BIh-3q__decisionLedgerTable th:last-child{border-left:1px solid #8c97ae2b;width:15%}.funnel-module__BIh-3q__decisionLedgerTable th svg{color:#a5adbd;margin-inline:auto;display:block}.funnel-module__BIh-3q__decisionLedgerTable td{color:#b3bbca;vertical-align:middle;border-bottom:1px solid #8c97ae24;height:122px;padding:20px 28px}.funnel-module__BIh-3q__decisionLedgerTable tbody tr:last-child td{border-bottom:0}.funnel-module__BIh-3q__decisionLedgerNumber{width:40px;font-family:var(--font-code), ui-monospace, monospace;text-align:center;font-size:1rem;color:#aab2c2!important;padding-inline:8px!important}.funnel-module__BIh-3q__decisionLedgerInput{font-family:var(--font-code), ui-monospace, monospace;font-size:clamp(1rem,1.25vw,1.08rem);line-height:1.55;color:#858e9f!important;padding-left:0!important}.funnel-module__BIh-3q__decisionLedgerInput span{color:#939baa;max-width:220px;text-decoration-line:line-through;text-decoration-color:#939baa6b;text-decoration-thickness:1px;display:block}.funnel-module__BIh-3q__decisionLedgerArrow{text-align:center;padding-inline:0!important}.funnel-module__BIh-3q__decisionLedgerArrow svg{color:#a5adbd}.funnel-module__BIh-3q__decisionLedgerResolution{padding-left:30px!important}.funnel-module__BIh-3q__decisionLedgerResolution strong{color:#ededf0;font-family:var(--font-ui), system-ui, sans-serif;margin-bottom:4px;font-size:clamp(1.02rem,1.35vw,1.18rem);font-weight:650;line-height:1.28;display:block}.funnel-module__BIh-3q__decisionLedgerResolution span{color:#abb4c6;font-size:1rem;line-height:1.45;display:block}.funnel-module__BIh-3q__decisionLedgerStatus{font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.08em;text-transform:uppercase;border-left:1px solid #8c97ae2b;font-size:.78rem;font-weight:650;color:#76e4b3!important}.funnel-module__BIh-3q__decisionLedgerFooter{color:#afb7c8;margin-top:26px;font-size:clamp(1rem,1.5vw,1.08rem);line-height:1.6}.funnel-module__BIh-3q__decisionLedgerFooter span{color:#ad82ff}.funnel-module__BIh-3q__focusArtifactLayout{grid-template-columns:minmax(260px,.4fr) minmax(0,1fr);align-items:center;gap:clamp(42px,5vw,66px);display:grid}.funnel-module__BIh-3q__focusArtifactCopy{max-width:430px}.funnel-module__BIh-3q__focusArtifactCard{background:#ffffff05;border:1px solid #ffffff21;border-radius:8px;overflow:hidden;box-shadow:0 30px 80px #00000047}.funnel-module__BIh-3q__focusArtifactCard>header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:20px;padding:22px 24px;display:flex}.funnel-module__BIh-3q__focusArtifactCard>header>div{gap:6px;display:grid}.funnel-module__BIh-3q__focusArtifactCard>header span,.funnel-module__BIh-3q__focusArtifactCard footer{color:#a7afbf;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.12em;text-transform:uppercase;font-size:.66rem}.funnel-module__BIh-3q__focusArtifactCard>header strong{color:#ededf0;font-size:1.05rem}.funnel-module__BIh-3q__focusArtifactBadge{white-space:nowrap;background:#3ddc97;border-radius:999px;padding:7px 10px;color:#08080a!important}.funnel-module__BIh-3q__focusArtifactQuestion{color:#ededf0;font-family:var(--font-body), Georgia, serif;padding:26px 24px;font-size:clamp(1.55rem,3vw,2.15rem);line-height:1.2}.funnel-module__BIh-3q__focusArtifactDimensions{border-top:1px solid #ffffff14;grid-template-columns:repeat(4,1fr);display:grid}.funnel-module__BIh-3q__focusArtifactDimensions>div{min-height:190px;padding:20px}.funnel-module__BIh-3q__focusArtifactDimensions>div+div{border-left:1px solid #ffffff14}.funnel-module__BIh-3q__focusArtifactDimensions span{color:#9d6bff;font-family:var(--font-code), ui-monospace, monospace;font-size:.75rem;font-weight:650}.funnel-module__BIh-3q__focusArtifactDimensions strong{color:#ededf0;margin:18px 0 9px;font-size:.98rem;display:block}.funnel-module__BIh-3q__focusArtifactDimensions p{color:#b2bacb;font-size:.88rem;line-height:1.6}.funnel-module__BIh-3q__focusArtifactDimensions small{color:#78e5b8;font-family:var(--font-code), ui-monospace, monospace;text-transform:uppercase;margin-top:18px;font-size:.68rem;font-weight:650;display:block}.funnel-module__BIh-3q__focusArtifactCard footer{color:#d6d9e0;border-top:1px solid #ffffff14;padding:17px 24px}.funnel-module__BIh-3q__focusMethodGrid{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:42px;display:grid}.funnel-module__BIh-3q__focusMethodGrid article{background:#ffffff04;border:1px solid #ffffff14;border-radius:8px;min-height:150px;padding:22px}.funnel-module__BIh-3q__focusMethodGrid h3{color:#9d6bff;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.15em;text-transform:uppercase;font-size:.76rem;font-weight:700}.funnel-module__BIh-3q__focusMethodGrid p{color:#b8bfd0;margin-top:15px;font-size:.92rem;line-height:1.65}.funnel-module__BIh-3q__focusReaderLayout{grid-template-columns:minmax(270px,.34fr) minmax(0,1fr);align-items:center;gap:clamp(42px,5vw,66px);display:grid}.funnel-module__BIh-3q__focusReaderProof{color:#d4d8e2;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.07em;text-transform:uppercase;margin-top:26px;font-size:.72rem;font-weight:650;line-height:1.6}.funnel-module__BIh-3q__focusChecks,.funnel-module__BIh-3q__focusFeatureList{color:#d6d9e0;gap:11px;margin-top:26px;font-size:.88rem;list-style:none;display:grid}.funnel-module__BIh-3q__focusChecks li,.funnel-module__BIh-3q__focusFeatureList li{padding-left:28px;position:relative}.funnel-module__BIh-3q__focusChecks li:before,.funnel-module__BIh-3q__focusFeatureList li:before{content:"";background:#9d6bff14;border:1px solid #9d6bff73;border-radius:4px;width:18px;height:18px;position:absolute;top:.08em;left:0}.funnel-module__BIh-3q__focusTextLink{color:#9d6bff;margin-top:28px;font-size:.98rem;font-weight:650;display:inline-block}.funnel-module__BIh-3q__focusDemo{background:#0b0b0eeb;border:1px solid #ffffff21;border-radius:10px;min-width:0;overflow:hidden;box-shadow:0 34px 100px #00000061}.funnel-module__BIh-3q__focusDemoHeader{background:#ffffff05;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;display:flex}.funnel-module__BIh-3q__focusDemoHeader>div{gap:4px;display:grid}.funnel-module__BIh-3q__focusDemoHeader>div span{color:#9d6bff;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.12em;text-transform:uppercase;font-size:.66rem;font-weight:700}.funnel-module__BIh-3q__focusDemoHeader>div strong{color:#ededf0;font-size:.88rem}.funnel-module__BIh-3q__focusDemoHeader button{color:#ededf0;cursor:pointer;min-height:36px;font:inherit;background:#9d6bff1f;border:1px solid #9d6bff80;border-radius:999px;align-items:center;gap:9px;padding:7px 12px;font-size:.78rem;font-weight:650;display:inline-flex}.funnel-module__BIh-3q__focusDemoHeader button>span{background:#7650d3;border-radius:999px;width:28px;height:16px;position:relative}.funnel-module__BIh-3q__focusDemoHeader button>span:after{content:"";background:#fff;border-radius:50%;width:10px;height:10px;transition:transform .18s;position:absolute;top:3px;left:15px}.funnel-module__BIh-3q__focusDemo[data-focus=off] .funnel-module__BIh-3q__focusDemoHeader button>span{background:#545968}.funnel-module__BIh-3q__focusDemo[data-focus=off] .funnel-module__BIh-3q__focusDemoHeader button>span:after{transform:translate(-12px)}.funnel-module__BIh-3q__focusDemoReader{grid-template-columns:150px minmax(320px,1fr) 175px;min-width:650px;min-height:420px;display:grid}.funnel-module__BIh-3q__focusDemoReader aside{color:#a7afbf;padding:30px 20px;font-size:.82rem}.funnel-module__BIh-3q__focusDemoReader aside:first-child{border-right:1px solid #ffffff12}.funnel-module__BIh-3q__focusDemoReader aside:last-child{border-left:1px solid #ffffff12}.funnel-module__BIh-3q__focusDemoReader aside>span,.funnel-module__BIh-3q__focusDemoReader article>span{color:#9d6bff;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.12em;text-transform:uppercase;font-size:.66rem;font-weight:700}.funnel-module__BIh-3q__focusDemoReader aside>strong{color:#ededf0;font-family:var(--font-body), Georgia, serif;margin-top:18px;font-size:2.4rem;font-weight:500;display:block}.funnel-module__BIh-3q__focusDemoReader aside ol{gap:13px;margin-top:30px;font-size:.73rem;line-height:1.45;list-style:none;display:grid}.funnel-module__BIh-3q__focusDemoReader aside h4{color:#ededf0;margin:18px 0 10px;font-size:1rem}.funnel-module__BIh-3q__focusDemoReader aside p{color:#aeb6c8;font-size:.82rem;line-height:1.65}.funnel-module__BIh-3q__focusDemoReader article{padding:48px 38px;position:relative;overflow:hidden}.funnel-module__BIh-3q__focusDemoReader article:before{content:"";pointer-events:none;opacity:0;background:radial-gradient(340px 170px at 50% 56%,#9d6bff1a,#0000 72%);transition:opacity .22s;position:absolute;inset:0}.funnel-module__BIh-3q__focusDemo[data-focus=on] .funnel-module__BIh-3q__focusDemoReader article:before{opacity:1}.funnel-module__BIh-3q__focusDemoReader article h3{color:#ededf0;font-family:var(--font-body), Georgia, serif;margin:17px 0 22px;font-size:clamp(2rem,3vw,2.7rem);font-weight:500}.funnel-module__BIh-3q__focusDemoReader article p{color:#d9dce4;font-family:var(--font-body), Georgia, serif;font-size:1rem;line-height:1.68;transition:filter .22s,opacity .22s,transform .22s;position:relative}.funnel-module__BIh-3q__focusDemoReader article p+p{margin-top:20px}.funnel-module__BIh-3q__focusDemo[data-focus=on] .funnel-module__BIh-3q__focusDemoMuted{filter:blur(1.4px);opacity:.22;transform:scale(.985)}.funnel-module__BIh-3q__focusDemo[data-focus=on] .funnel-module__BIh-3q__focusDemoActive{color:#fff;text-shadow:0 0 24px #ffffff1a}.funnel-module__BIh-3q__focusDemo[data-focus=on] .funnel-module__BIh-3q__focusDemoReader aside{opacity:.36;filter:blur(.5px);transition:filter .22s,opacity .22s}.funnel-module__BIh-3q__focusDemo[data-focus=off] .funnel-module__BIh-3q__focusDemoReader aside{opacity:1;filter:none;transition:filter .22s,opacity .22s}.funnel-module__BIh-3q__focusReaderMockup{background:#ffffff05;border:1px solid #ffffff1f;border-radius:8px;grid-template-columns:175px minmax(360px,1fr) 205px;min-width:780px;min-height:440px;display:grid;overflow:hidden}.funnel-module__BIh-3q__focusReaderMockup aside{color:#94a0b8;padding:28px 24px}.funnel-module__BIh-3q__focusReaderMockup aside:first-child{border-right:1px solid #ffffff12}.funnel-module__BIh-3q__focusReaderMockup aside:last-child{border-left:1px solid #ffffff12}.funnel-module__BIh-3q__focusReaderMockup aside>span,.funnel-module__BIh-3q__focusReaderMockup article>span{color:#9d6bff;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.16em;text-transform:uppercase;font-size:.63rem}.funnel-module__BIh-3q__focusReaderMockup aside strong{color:#ededf0;font-family:var(--font-body), Georgia, serif;margin-top:14px;font-size:2.35rem;font-weight:500;display:block}.funnel-module__BIh-3q__focusReaderMockup aside ol{gap:10px;margin-top:30px;font-size:.68rem;list-style:none;display:grid}.funnel-module__BIh-3q__focusReaderActive{color:#9d6bff}.funnel-module__BIh-3q__focusReaderMockup article{padding:54px 42px}.funnel-module__BIh-3q__focusReaderMockup article h3{color:#ededf0;font-family:var(--font-body), Georgia, serif;margin:18px 0 10px;font-size:2.65rem;font-weight:500}.funnel-module__BIh-3q__focusReaderMockup article em{color:#94a0b8;font-family:var(--font-body), Georgia, serif;font-size:1.15rem;line-height:1.5;display:block}.funnel-module__BIh-3q__focusReaderMockup article>p{color:#ededf0;font-family:var(--font-body), Georgia, serif;margin-top:30px;font-size:1.08rem;line-height:1.7}.funnel-module__BIh-3q__focusReaderMockup mark{color:inherit;background:0 0;border-bottom:2px solid #9d6bff}.funnel-module__BIh-3q__focusReaderMockup aside h4{color:#ededf0;margin:18px 0 8px}.funnel-module__BIh-3q__focusReaderMockup aside>p{font-size:.78rem;line-height:1.6}.funnel-module__BIh-3q__focusProgress{background:#ffffff12;border-radius:999px;height:4px;margin-top:38px;overflow:hidden}.funnel-module__BIh-3q__focusProgress span{background:#9d6bff;width:18%;height:100%;display:block}.funnel-module__BIh-3q__focusPathLayout{grid-template-columns:minmax(250px,.34fr) minmax(0,1fr);align-items:center;gap:clamp(42px,5vw,64px);display:grid}.funnel-module__BIh-3q__focusPath{grid-template-columns:repeat(4,1fr);gap:22px;margin:50px 0 58px;list-style:none;display:grid}.funnel-module__BIh-3q__focusPath li{text-align:center;position:relative}.funnel-module__BIh-3q__focusPath li:after{content:"";border-top:1px dashed #9d6bffb3;width:calc(100% - 74px);position:absolute;top:42px;left:calc(50% + 48px)}.funnel-module__BIh-3q__focusPath li:last-child:after{display:none}.funnel-module__BIh-3q__focusPath li>span{color:#9d6bff;width:84px;height:84px;font-family:var(--font-code), ui-monospace, monospace;border:1px solid #9d6bff;border-radius:50%;place-items:center;margin:0 auto 18px;display:grid;box-shadow:0 0 28px #9d6bff26}.funnel-module__BIh-3q__focusPath strong{color:#9d6bff;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.14em;text-transform:uppercase;font-size:.78rem;font-weight:700}.funnel-module__BIh-3q__focusPath p{color:#b0b8ca;margin-top:9px;font-size:.9rem;line-height:1.6}.funnel-module__BIh-3q__focusCurriculumIntro{grid-template-columns:minmax(280px,.8fr) minmax(320px,.7fr);justify-content:space-between;align-items:end;gap:48px;display:grid}.funnel-module__BIh-3q__focusCurriculumIntro h2{margin-bottom:0}.funnel-module__BIh-3q__curriculumExplorer{background:#ffffff04;border:1px solid #ffffff1c;border-radius:10px;grid-template-columns:minmax(280px,.38fr) minmax(0,1fr);display:grid;overflow:hidden}.funnel-module__BIh-3q__curriculumPhaseList{border-right:1px solid #ffffff17;padding:18px}.funnel-module__BIh-3q__curriculumPhaseList>p{color:#aeb6c8;padding:4px 8px 14px;font-size:.78rem;line-height:1.5}.funnel-module__BIh-3q__curriculumPhaseList button{color:#b9c0cf;cursor:pointer;width:100%;min-height:88px;font:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:7px;grid-template-columns:minmax(0,1fr) auto;padding:16px 42px 16px 16px;transition:color .16s,background .16s,border-color .16s;display:grid;position:relative}.funnel-module__BIh-3q__curriculumPhaseList button+button{margin-top:5px}.funnel-module__BIh-3q__curriculumPhaseList button:hover{color:#ededf0;background:#ffffff06}.funnel-module__BIh-3q__curriculumPhaseList button:focus-visible{outline-offset:2px;outline:2px solid #9d6bff}.funnel-module__BIh-3q__curriculumPhaseList button>span{color:#9d6bff;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.12em;text-transform:uppercase;font-size:.67rem;font-weight:700}.funnel-module__BIh-3q__curriculumPhaseList button strong{color:inherit;grid-column:1;margin-top:7px;font-size:.96rem;line-height:1.35}.funnel-module__BIh-3q__curriculumPhaseList button small{color:#929caf;grid-column:1;margin-top:5px;font-size:.75rem}.funnel-module__BIh-3q__curriculumPhaseList button svg{color:#7f899d;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.funnel-module__BIh-3q__curriculumPhaseList .funnel-module__BIh-3q__curriculumPhaseActive{color:#ededf0;background:#9d6bff1a;border-color:#9d6bff75}.funnel-module__BIh-3q__curriculumPhaseList .funnel-module__BIh-3q__curriculumPhaseActive svg{color:#9d6bff}.funnel-module__BIh-3q__curriculumPanel{padding:clamp(28px,4vw,48px)}.funnel-module__BIh-3q__curriculumPanel header{border-bottom:1px solid #ffffff17;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:24px;display:flex}.funnel-module__BIh-3q__curriculumPanel header span{color:#9d6bff;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:700}.funnel-module__BIh-3q__curriculumPanel header h3{color:#ededf0;font-family:var(--font-body), Georgia, serif;margin-top:10px;font-size:clamp(1.7rem,3vw,2.35rem);font-weight:500;line-height:1.08}.funnel-module__BIh-3q__curriculumPanel header>strong{color:#c4f6df;background:#3ddc9714;border:1px solid #3ddc9738;border-radius:999px;flex:none;padding:7px 10px;font-size:.72rem}.funnel-module__BIh-3q__curriculumPanel>p{color:#b5bdcc;max-width:650px;margin-top:22px;font-size:.98rem;line-height:1.65}.funnel-module__BIh-3q__curriculumPanel ol{color:#d9dce4;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 32px;margin-top:28px;padding-left:28px;display:grid}.funnel-module__BIh-3q__curriculumPanel li{border-bottom:1px solid #fff1;min-height:49px;padding:12px 8px;font-size:.91rem;line-height:1.45}.funnel-module__BIh-3q__curriculumPanel li::marker{color:#9d6bff;font-family:var(--font-code), ui-monospace, monospace;font-size:.72rem}.funnel-module__BIh-3q__pricingSelector{justify-items:center;width:min(100%,760px);margin-inline:auto;display:grid}.funnel-module__BIh-3q__focusPricingIntro{text-align:center;max-width:780px;margin:0 auto 42px}.funnel-module__BIh-3q__focusDepthCard{background:#ffffff04;border:1px solid #ffffff14;border-radius:8px;padding:clamp(26px,4vw,36px)}.funnel-module__BIh-3q__focusDepthCard h2{max-width:650px;font-size:clamp(2rem,3.4vw,2.5rem)}.funnel-module__BIh-3q__focusDepthCard dl{margin-top:26px}.funnel-module__BIh-3q__focusDepthCard dl div{border-top:1px solid #ffffff12;grid-template-columns:120px 1fr;gap:20px;padding:15px 0;display:grid}.funnel-module__BIh-3q__focusDepthCard dt{color:#9d6bff;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.13em;text-transform:uppercase;font-size:.68rem}.funnel-module__BIh-3q__focusDepthCard dd{color:#94a0b8;line-height:1.55}.funnel-module__BIh-3q__pricingToggle{background:#ffffff09;border:1px solid #ffffff1f;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,430px);padding:5px;display:grid}.funnel-module__BIh-3q__pricingToggle button{color:#adb6c7;cursor:pointer;min-height:44px;font:inherit;background:0 0;border:1px solid #0000;border-radius:7px;padding:10px 16px;font-size:.88rem;font-weight:700}.funnel-module__BIh-3q__pricingToggle button span{color:#82e6b8;margin-left:5px;font-size:.7rem}.funnel-module__BIh-3q__pricingToggle button:focus-visible{outline-offset:2px;outline:2px solid #9d6bff}.funnel-module__BIh-3q__pricingToggle .funnel-module__BIh-3q__pricingToggleActive{color:#fff;background:#9d6bff2e;border-color:#9d6bff94;box-shadow:0 6px 22px #572e9c33}.funnel-module__BIh-3q__pricingSingleCard{background:linear-gradient(145deg,#9d6bff1a,#ffffff05);border:1px solid #9d6bffad;border-radius:10px;flex-direction:column;width:100%;min-height:390px;margin-top:18px;padding:clamp(28px,5vw,48px);display:flex;box-shadow:0 22px 65px #00000038}.funnel-module__BIh-3q__pricingCardTopline{justify-content:space-between;align-items:center;gap:18px;display:flex}.funnel-module__BIh-3q__pricingCardTopline>span{color:#c4f6df;background:#3ddc9717;border:1px solid #3ddc9740;border-radius:999px;padding:7px 10px;font-size:.72rem;font-weight:700}.funnel-module__BIh-3q__focusPrice{color:#ededf0;font-family:var(--font-body), Georgia, serif;margin:24px 0 18px;font-size:clamp(3rem,5vw,3.7rem);line-height:1}.funnel-module__BIh-3q__focusPrice span{color:#94a0b8;font-family:var(--font-ui), system-ui, sans-serif;margin-left:6px;font-size:.95rem}.funnel-module__BIh-3q__focusFeatureList{margin-block:25px 30px}.funnel-module__BIh-3q__pricingSingleCard .funnel-module__BIh-3q__focusBody{max-width:610px}.funnel-module__BIh-3q__pricingSingleCard .funnel-module__BIh-3q__focusPrimary{width:100%;margin-top:auto}.funnel-module__BIh-3q__focusTrialTerms{color:#a7afbf;text-align:center;margin-top:15px;font-size:.75rem;line-height:1.55}.funnel-module__BIh-3q__focusTrialTerms a{color:#ededf0;text-underline-offset:3px;text-decoration:underline}.funnel-module__BIh-3q__pricingGrowthNote{background:#ffffff04;border:1px solid #ffffff17;border-radius:8px;grid-template-columns:auto 1fr;gap:14px;width:100%;margin-top:18px;padding:18px 20px;display:grid}.funnel-module__BIh-3q__pricingGrowthNote span{color:#9d6bff;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;font-size:.68rem;font-weight:700}.funnel-module__BIh-3q__pricingGrowthNote p{color:#bac1cf;font-size:.86rem;line-height:1.6}.funnel-module__BIh-3q__focusIncluded{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px;list-style:none;display:grid}.funnel-module__BIh-3q__focusIncluded li{color:#d6d9e2;text-align:center;background:#ffffff04;border:1px solid #ffffff14;border-radius:7px;padding:16px;font-size:.9rem}.funnel-module__BIh-3q__focusPricingTerms{color:#aeb6c8;text-align:center;margin-top:18px;font-size:.82rem;line-height:1.6}.funnel-module__BIh-3q__focusPricingTerms a{color:#ededf0;text-underline-offset:3px;text-decoration:underline}.funnel-module__BIh-3q__focusRoadmap{background:#ffffff04;border:1px solid #ffffff14;border-radius:8px;grid-template-columns:minmax(280px,.9fr) repeat(3,1fr);display:grid;overflow:hidden}.funnel-module__BIh-3q__focusRoadmap>div,.funnel-module__BIh-3q__focusRoadmap article{padding:clamp(24px,3vw,34px)}.funnel-module__BIh-3q__focusRoadmap article{border-left:1px solid #ffffff12}.funnel-module__BIh-3q__focusRoadmap h2{font-size:clamp(2rem,3.4vw,2.45rem)}.funnel-module__BIh-3q__focusRoadmap article h3{color:#9d6bff;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.16em;text-transform:uppercase;font-size:.72rem}.funnel-module__BIh-3q__focusRoadmap article p{color:#94a0b8;margin-top:16px;line-height:1.65}.funnel-module__BIh-3q__focusFaqSection{padding-inline:20px}.funnel-module__BIh-3q__focusFaq{width:min(100%,940px);margin-inline:auto}.funnel-module__BIh-3q__focusFaq>div{text-align:center;margin-bottom:28px}.funnel-module__BIh-3q__focusFaq details{border-top:1px solid #ffffff1a}.funnel-module__BIh-3q__focusFaq details:last-child{border-bottom:1px solid #ffffff1a}.funnel-module__BIh-3q__focusFaq summary{color:#ededf0;cursor:pointer;justify-content:space-between;gap:20px;padding:22px 0;font-size:1.02rem;list-style:none;display:flex}.funnel-module__BIh-3q__focusFaq summary::-webkit-details-marker{display:none}.funnel-module__BIh-3q__focusFaq summary span{color:#9d6bff;font-family:var(--font-code), ui-monospace, monospace}.funnel-module__BIh-3q__focusFaq details[open] summary span{transform:rotate(45deg)}.funnel-module__BIh-3q__focusFaq details p{color:#94a0b8;max-width:760px;padding:0 0 24px;line-height:1.7}.funnel-module__BIh-3q__focusFinalCta{z-index:1;text-align:center;border-bottom:1px solid #ffffff14;padding:clamp(76px,9vw,120px) 20px;position:relative;overflow:hidden}.funnel-module__BIh-3q__focusFinalCta:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 54%,#9d6bff26,#0000 48%);position:absolute;inset:0}.funnel-module__BIh-3q__focusFinalCta .funnel-module__BIh-3q__focusContainer{justify-items:center;display:grid}.funnel-module__BIh-3q__focusFinalCta h2{color:#ededf0;max-width:760px;font-family:var(--font-body), Georgia, serif;letter-spacing:-.035em;margin:20px auto 18px;font-size:clamp(2.5rem,5vw,4.25rem);font-weight:500;line-height:1}.funnel-module__BIh-3q__focusFinalCta .funnel-module__BIh-3q__focusContainer>p:not(.funnel-module__BIh-3q__focusKicker){color:#a7afbf;max-width:680px;line-height:1.7}.funnel-module__BIh-3q__focusFinalCta .funnel-module__BIh-3q__focusHeroActions{margin-top:30px}.funnel-module__BIh-3q__focusFinalCta small{color:#d6d9e0;font-family:var(--font-code), ui-monospace, monospace;letter-spacing:.08em;text-transform:uppercase;margin-top:17px;font-size:.68rem}.funnel-module__BIh-3q__focusFooter{z-index:1;background:#08080a;padding-block:42px;position:relative}.funnel-module__BIh-3q__focusFooter .funnel-module__BIh-3q__focusContainer{grid-template-columns:auto 1fr auto;align-items:center;gap:30px;display:grid}.funnel-module__BIh-3q__focusFooter .funnel-module__BIh-3q__focusContainer>div{align-items:center;gap:12px;display:flex}.funnel-module__BIh-3q__focusMark{color:#ededf0;width:31px;height:31px;font-family:var(--font-code), ui-monospace, monospace;border:1px solid #ffffff1f;border-radius:50%;place-items:center;display:grid}.funnel-module__BIh-3q__focusFooter nav{color:#94a0b8;flex-wrap:wrap;justify-content:center;gap:22px;font-size:.8rem;display:flex}.funnel-module__BIh-3q__focusFooter small{color:#a7afbf;font-size:.72rem}@media (max-width:1180px){.funnel-module__BIh-3q__focusClutter{opacity:.52}.funnel-module__BIh-3q__focusClutterLeft{left:-92px}.funnel-module__BIh-3q__focusClutterRight{right:-92px}.funnel-module__BIh-3q__focusReaderLayout,.funnel-module__BIh-3q__focusArtifactLayout{grid-template-columns:minmax(250px,.34fr) minmax(0,1fr);gap:36px}.funnel-module__BIh-3q__focusDecisionLayout{grid-template-columns:1fr}.funnel-module__BIh-3q__focusDecisionLayout .funnel-module__BIh-3q__focusArtifactCopy{max-width:640px}.funnel-module__BIh-3q__focusDecisionLayout .funnel-module__BIh-3q__decisionLedgerTable{min-width:860px}.funnel-module__BIh-3q__focusRoadmap{grid-template-columns:repeat(3,1fr)}.funnel-module__BIh-3q__focusRoadmap>div{border-bottom:1px solid #ffffff12;grid-column:1/-1}.funnel-module__BIh-3q__focusRoadmap article:first-of-type{border-left:0}}@media (max-width:920px){.funnel-module__BIh-3q__focusHeader{grid-template-columns:1fr auto}.funnel-module__BIh-3q__focusNavLinks,.funnel-module__BIh-3q__focusAuthActions{display:none}.funnel-module__BIh-3q__focusMobileMenu{display:block}.funnel-module__BIh-3q__focusClutter{display:none}.funnel-module__BIh-3q__focusCinemaRing{width:min(680px,88vw)}.funnel-module__BIh-3q__focusTrust dl{grid-template-columns:repeat(2,1fr)}.funnel-module__BIh-3q__focusTrust dl>div:nth-child(3){border-top:1px solid #ffffff12;border-left:0}.funnel-module__BIh-3q__focusTrust dl>div:nth-child(4){border-top:1px solid #ffffff12}.funnel-module__BIh-3q__focusSplit,.funnel-module__BIh-3q__focusReaderLayout,.funnel-module__BIh-3q__focusArtifactLayout,.funnel-module__BIh-3q__focusPathLayout{grid-template-columns:1fr}.funnel-module__BIh-3q__focusArtifactCopy{max-width:640px}.funnel-module__BIh-3q__focusCurriculumIntro{grid-template-columns:1fr;align-items:start;gap:12px}.funnel-module__BIh-3q__curriculumExplorer{grid-template-columns:1fr}.funnel-module__BIh-3q__curriculumPhaseList{border-bottom:1px solid #ffffff17;border-right:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;display:grid}.funnel-module__BIh-3q__curriculumPhaseList>p{grid-column:1/-1}.funnel-module__BIh-3q__curriculumPhaseList button+button{margin-top:0}.funnel-module__BIh-3q__curriculumPhaseList button:last-child{grid-column:1/-1}.funnel-module__BIh-3q__focusIncluded,.funnel-module__BIh-3q__focusArtifactDimensions,.funnel-module__BIh-3q__focusMethodGrid{grid-template-columns:repeat(2,1fr)}.funnel-module__BIh-3q__focusArtifactDimensions>div:nth-child(3){border-left:0}.funnel-module__BIh-3q__focusArtifactDimensions>div:nth-child(n+3){border-top:1px solid #ffffff14}.funnel-module__BIh-3q__focusTransition{margin-top:8px}.funnel-module__BIh-3q__focusPath{margin-top:12px}}@media (max-width:680px){.funnel-module__BIh-3q__focusHero{min-height:800px;padding:108px 18px 96px}.funnel-module__BIh-3q__focusHeroImage{object-position:55% top}.funnel-module__BIh-3q__focusHeroContent{max-width:calc(100vw - 36px)}.funnel-module__BIh-3q__focusHero h1{letter-spacing:-.045em;font-size:clamp(2.45rem,10.8vw,3.1rem)}.funnel-module__BIh-3q__focusHeroActions{display:grid}.funnel-module__BIh-3q__focusHeroActions a{width:100%}.funnel-module__BIh-3q__focusTrust dl{grid-template-columns:1fr}.funnel-module__BIh-3q__focusTrust dl>div+div{border-top:1px solid #ffffff12;border-left:0}.funnel-module__BIh-3q__decisionLedgerHeader{gap:12px;display:grid}.funnel-module__BIh-3q__decisionLedgerHeader>p{padding-bottom:0}.funnel-module__BIh-3q__decisionLedgerScroller{overflow-x:visible}.funnel-module__BIh-3q__focusDecisionLayout .funnel-module__BIh-3q__decisionLedgerTable,.funnel-module__BIh-3q__decisionLedgerTable{background:0 0;border:0;min-width:0;display:block}.funnel-module__BIh-3q__decisionLedgerTable thead{display:none}.funnel-module__BIh-3q__decisionLedgerTable tbody{gap:14px;display:grid}.funnel-module__BIh-3q__decisionLedgerTable tr{background:#08090d94;border:1px solid #8c97ae2b;border-radius:7px;grid-template-columns:50px minmax(0,1fr);display:grid;overflow:hidden}.funnel-module__BIh-3q__decisionLedgerTable td{border-bottom:0;width:auto;height:auto;display:block}.funnel-module__BIh-3q__decisionLedgerNumber{border-right:1px solid #8c97ae24;grid-area:1/1/span 3;place-items:center;padding:18px 10px!important;display:grid!important}.funnel-module__BIh-3q__decisionLedgerInput{grid-column:2;padding:18px 18px 14px!important}.funnel-module__BIh-3q__decisionLedgerArrow{display:none!important}.funnel-module__BIh-3q__decisionLedgerResolution{border-top:1px solid #8c97ae24;grid-column:2;padding:16px 18px!important}.funnel-module__BIh-3q__decisionLedgerStatus{border-left:0;grid-column:2;padding:0 18px 18px!important}.funnel-module__BIh-3q__focusTransition{grid-template-columns:repeat(2,1fr)}.funnel-module__BIh-3q__focusTransition>div{min-height:165px}.funnel-module__BIh-3q__focusPath{grid-template-columns:1fr 1fr;gap:34px 18px}.funnel-module__BIh-3q__focusPath li:after{display:none}.funnel-module__BIh-3q__focusDemo{overflow:hidden}.funnel-module__BIh-3q__focusDemoHeader{flex-wrap:wrap;align-items:flex-start;min-width:0}.funnel-module__BIh-3q__focusDemoReader{grid-template-columns:minmax(0,1fr);min-width:0;min-height:470px}.funnel-module__BIh-3q__focusDemoReader aside{display:none}.funnel-module__BIh-3q__focusDemoReader article{padding:36px 24px}.funnel-module__BIh-3q__curriculumPhaseList{scroll-snap-type:x mandatory;gap:8px;padding:12px;scroll-padding-inline:12px;display:flex;overflow-x:auto}.funnel-module__BIh-3q__curriculumPhaseList>p{display:none}.funnel-module__BIh-3q__curriculumPhaseList button,.funnel-module__BIh-3q__curriculumPhaseList button:last-child{scroll-snap-align:start;flex:0 0 min(78vw,280px);min-height:88px;margin-top:0}.funnel-module__BIh-3q__curriculumPanel{padding:26px 20px 30px}.funnel-module__BIh-3q__curriculumPanel header{display:grid}.funnel-module__BIh-3q__curriculumPanel header>strong{justify-self:start}.funnel-module__BIh-3q__curriculumPanel ol{grid-template-columns:1fr;gap:0;padding-left:25px}.funnel-module__BIh-3q__pricingCardTopline{flex-direction:column;align-items:flex-start}.funnel-module__BIh-3q__pricingGrowthNote{grid-template-columns:1fr;gap:8px}.funnel-module__BIh-3q__focusIncluded{grid-template-columns:1fr}.funnel-module__BIh-3q__focusDepthCard dl div{grid-template-columns:1fr;gap:8px}.funnel-module__BIh-3q__focusMethodGrid,.funnel-module__BIh-3q__focusRoadmap{grid-template-columns:1fr}.funnel-module__BIh-3q__focusRoadmap article{border-top:1px solid #ffffff12;border-left:0}.funnel-module__BIh-3q__focusRoadmap>div{border-bottom:0}.funnel-module__BIh-3q__focusFooter .funnel-module__BIh-3q__focusContainer{grid-template-columns:1fr;justify-items:start}.funnel-module__BIh-3q__focusFooter nav{justify-content:flex-start}}@media (max-width:420px){.funnel-module__BIh-3q__focusHeader{width:calc(100% - 20px)}.funnel-module__BIh-3q__focusTransition{grid-template-columns:1fr}.funnel-module__BIh-3q__focusTransition>div:nth-child(2),.funnel-module__BIh-3q__focusTransition>div:nth-child(3){display:none}.funnel-module__BIh-3q__focusArtifactDimensions{grid-template-columns:1fr}.funnel-module__BIh-3q__focusArtifactDimensions>div+div{border-top:1px solid #ffffff14;border-left:0}.funnel-module__BIh-3q__focusArtifactCard>header{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.funnel-module__BIh-3q__focusPrimary,.funnel-module__BIh-3q__focusSecondary,.funnel-module__BIh-3q__focusPrimarySmall{transition:none}}
.legal-module__L6TfMW__page{background:linear-gradient(180deg, #9d6bff12, transparent 22rem), var(--obsidian-bg);min-height:100dvh}.legal-module__L6TfMW__nav{border-bottom:1px solid var(--border);background:#0a0a0ce6;justify-content:space-between;align-items:center;min-height:68px;padding:0 clamp(18px,5vw,48px);display:flex}.legal-module__L6TfMW__brand{color:var(--ghost-white);letter-spacing:-.06em;font-size:24px;font-weight:900}.legal-module__L6TfMW__nav a:last-child{color:var(--text-secondary);font-size:14px}.legal-module__L6TfMW__article{width:min(100%,960px);margin:0 auto;padding:clamp(48px,8vw,92px) clamp(18px,5vw,40px) 100px}.legal-module__L6TfMW__eyebrow{color:var(--neo-mint);font-family:var(--font-code);letter-spacing:.18em;text-transform:uppercase;font-size:11px}.legal-module__L6TfMW__article h1{color:var(--ghost-white);margin:14px 0 12px;font-size:clamp(42px,8vw,72px);line-height:1.02}.legal-module__L6TfMW__updated,.legal-module__L6TfMW__intro,.legal-module__L6TfMW__article p,.legal-module__L6TfMW__article li{color:var(--text-secondary);line-height:1.75}.legal-module__L6TfMW__article strong{color:var(--ghost-white)}.legal-module__L6TfMW__article code{color:#d6c4ff;font-family:var(--font-code);font-size:.9em}.legal-module__L6TfMW__updated{font-size:13px}.legal-module__L6TfMW__intro{max-width:840px;margin-top:28px;font-size:18px}.legal-module__L6TfMW__article section{margin-top:52px;scroll-margin-top:32px}.legal-module__L6TfMW__article h2{color:var(--ghost-white);margin-bottom:14px;font-size:clamp(23px,3vw,28px);line-height:1.25}.legal-module__L6TfMW__article h3{color:var(--ghost-white);margin:22px 0 8px;font-size:17px}.legal-module__L6TfMW__article ul{gap:8px;padding-left:22px;display:grid}.legal-module__L6TfMW__article a{color:#b794ff;text-underline-offset:3px;text-decoration:underline}.legal-module__L6TfMW__notice{border:1px solid var(--border-hi);border-radius:var(--radius-md);background:var(--surface);margin-top:30px;padding:22px 24px}.legal-module__L6TfMW__notice>strong{margin-bottom:7px;display:block}.legal-module__L6TfMW__notice p{margin:0}.legal-module__L6TfMW__toc{border-radius:var(--radius-md);background:#9d6bff0e;border:1px solid #9d6bff33;margin-top:34px;padding:22px 24px}.legal-module__L6TfMW__toc>strong{color:var(--ghost-white);margin-bottom:14px;font-size:14px;display:block}.legal-module__L6TfMW__toc ol{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 34px;margin:0;padding-left:22px;display:grid}.legal-module__L6TfMW__toc li{color:var(--text-muted);font-size:14px}.legal-module__L6TfMW__toc a{color:var(--text-secondary)}.legal-module__L6TfMW__tableWrap{border:1px solid var(--border-hi);border-radius:var(--radius-md);overscroll-behavior-inline:contain;max-width:100%;margin-top:24px;overflow-x:auto}.legal-module__L6TfMW__tableWrap:focus-visible{outline-offset:3px;outline:2px solid #9d6bff}.legal-module__L6TfMW__dataTable{border-collapse:collapse;background:#ffffff04;width:100%;min-width:720px}.legal-module__L6TfMW__dataTable th,.legal-module__L6TfMW__dataTable td{border-bottom:1px solid var(--border);color:var(--text-secondary);text-align:left;vertical-align:top;padding:16px 18px;font-size:14px;line-height:1.6}.legal-module__L6TfMW__dataTable th{color:var(--ghost-white);font-family:var(--font-code);letter-spacing:.09em;text-transform:uppercase;background:#9d6bff12;font-size:11px}.legal-module__L6TfMW__dataTable tr:last-child td{border-bottom:0}.legal-module__L6TfMW__dataTable td:first-child{color:#dde0e8;font-weight:650}.legal-module__L6TfMW__contactCard{border-radius:var(--radius-md);background:#3ddc970b;border:1px solid #3ddc9733;gap:7px;margin-top:28px;padding:22px 24px;display:grid}.legal-module__L6TfMW__contactCard>strong{color:var(--ghost-white)}.legal-module__L6TfMW__contactCard>a{width:fit-content;font-size:17px}.legal-module__L6TfMW__contactCard span{color:var(--text-secondary);font-size:14px}.legal-module__L6TfMW__legalFooter{border-top:1px solid var(--border);gap:7px;margin-top:64px;padding-top:26px;display:grid}.legal-module__L6TfMW__legalFooter p{margin:0;font-size:13px}@media (max-width:520px){.legal-module__L6TfMW__nav{min-height:60px}.legal-module__L6TfMW__article section{margin-top:34px}.legal-module__L6TfMW__toc{padding:18px}.legal-module__L6TfMW__toc ol{grid-template-columns:1fr;gap:7px}.legal-module__L6TfMW__dataTable{min-width:660px}.legal-module__L6TfMW__dataTable th,.legal-module__L6TfMW__dataTable td{padding:14px}}
.roles-module__tQF08q__header{max-width:920px;padding:clamp(var(--space-10), 9vw, 7rem) clamp(var(--space-4), 5vw, var(--space-10)) var(--space-6)}.roles-module__tQF08q__header h1{color:var(--ghost-white);letter-spacing:0;font-size:clamp(2.4rem,5.5vw,5.4rem);line-height:1.05}.roles-module__tQF08q__grid{gap:var(--space-4);padding:0 clamp(var(--space-4), 5vw, var(--space-10)) clamp(var(--space-12), 9vw, 7rem);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.roles-module__tQF08q__activeCard,.roles-module__tQF08q__lockedCard{align-content:start;gap:var(--space-4);min-height:360px;padding:var(--space-6);border:1px solid var(--border);border-radius:var(--radius-md);background:#ffffff09;display:grid}.roles-module__tQF08q__activeCard{background:linear-gradient(#9d6bff24,#ffffff09);border-color:#9d6bff8c}.roles-module__tQF08q__lockedCard{opacity:.72}.roles-module__tQF08q__cardHeader{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.roles-module__tQF08q__cardHeader span{width:48px;height:48px;color:var(--ghost-white);background:var(--surface-hi);border:1px solid var(--border-hi);border-radius:var(--radius-md);font-family:var(--font-code);font-size:var(--text-sm);place-items:center;display:grid}.roles-module__tQF08q__cardHeader small{padding:var(--space-1) var(--space-2);color:var(--neo-mint);background:var(--neo-mint-faint);border:1px solid var(--neo-mint-soft);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--weight-semibold)}.roles-module__tQF08q__lockedCard .roles-module__tQF08q__cardHeader small{color:var(--electric-amber);background:var(--electric-amber-faint);border-color:var(--electric-amber-soft)}.roles-module__tQF08q__activeCard h2,.roles-module__tQF08q__lockedCard h2{color:var(--ghost-white);font-size:var(--text-2xl);line-height:var(--leading-tight)}.roles-module__tQF08q__activeCard p,.roles-module__tQF08q__lockedCard p{color:var(--text-secondary);line-height:var(--leading-relaxed)}.roles-module__tQF08q__stats{padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);background:#0000002e}.roles-module__tQF08q__waitlistForm,.roles-module__tQF08q__activeActions{gap:var(--space-3);margin-top:auto;display:grid}.roles-module__tQF08q__joinLink{min-height:44px;color:var(--ghost-white);border:1px solid var(--border-hi);border-radius:var(--radius-md);font-weight:var(--weight-semibold);justify-content:center;align-items:center;display:inline-flex}.roles-module__tQF08q__roleDetail{width:min(100%,1180px);padding:clamp(56px, 9vw, 110px) clamp(var(--space-4), 5vw, var(--space-10)) 110px;margin:0 auto}.roles-module__tQF08q__roleDetail>header{max-width:900px}.roles-module__tQF08q__roleDetail>header h1{color:var(--ghost-white);font-size:clamp(48px,9vw,92px);line-height:.98}.roles-module__tQF08q__roleDetail>header>p:not(:first-child){max-width:760px;color:var(--text-secondary);margin-top:24px;font-size:clamp(18px,2.2vw,23px);line-height:1.65}.roles-module__tQF08q__roleFacts{gap:var(--space-3);grid-template-columns:repeat(4,minmax(0,1fr));margin-top:64px;display:grid}.roles-module__tQF08q__roleFacts div{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);gap:8px;padding:24px;display:grid}.roles-module__tQF08q__roleFacts strong{color:var(--ghost-white);font-size:30px}.roles-module__tQF08q__roleFacts span{color:var(--text-secondary);font-size:13px}.roles-module__tQF08q__roleCopy{border-top:1px solid var(--border);grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(28px,8vw,100px);margin-top:84px;padding-top:42px;display:grid}.roles-module__tQF08q__roleCopy h2{color:var(--ghost-white);font-size:clamp(30px,4.5vw,52px);line-height:1.08}.roles-module__tQF08q__roleCopy>p,.roles-module__tQF08q__roleCopy li{color:var(--text-secondary);font-size:17px;line-height:1.75}.roles-module__tQF08q__roleCopy ul{gap:14px;padding-left:22px;display:grid}.roles-module__tQF08q__roleCopy li::marker{color:var(--neo-mint)}.roles-module__tQF08q__waitlistForm input{width:100%;min-height:44px;padding:0 var(--space-3);color:var(--ghost-white);background:var(--obsidian-bg);border:1px solid var(--border);border-radius:var(--radius-md);font:inherit}.roles-module__tQF08q__waitlistForm button{min-height:44px;color:var(--ghost-white);background:var(--surface-hi);border:1px solid var(--border-hi);border-radius:var(--radius-md);cursor:pointer;font:inherit;font-weight:var(--weight-semibold)}.roles-module__tQF08q__waitlistForm button:disabled{cursor:progress;opacity:.7}.roles-module__tQF08q__success,.roles-module__tQF08q__error{font-size:var(--text-sm)}.roles-module__tQF08q__success{color:var(--neo-mint)}.roles-module__tQF08q__error{color:var(--danger)}@media (max-width:1040px){.roles-module__tQF08q__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.roles-module__tQF08q__grid,.roles-module__tQF08q__roleFacts,.roles-module__tQF08q__roleCopy{grid-template-columns:1fr}.roles-module__tQF08q__roleFacts{margin-top:42px}.roles-module__tQF08q__roleCopy{margin-top:54px}}
