:root{--ink:#16131f;--muted:#6f6a7d;--line:#e8e5ee;--paper:#fbfaff;--white:#fff;--purple:#6655ff;--purple-dark:#3424cc;--pink:#ff5a99;--blue:#38a8ff;--yellow:#ffd34e;--navy:#121024;--radius:24px;--shadow:0 24px 70px rgba(47,35,92,.13);--container:min(1800px,calc(100vw - clamp(28px,4vw,96px)))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:var(--container);margin-inline:auto}.skip-link{position:fixed;left:16px;top:-60px;z-index:999;background:#fff;padding:12px 16px;border-radius:10px}.skip-link:focus{top:16px}.site-header{height:78px;position:fixed;inset:0 0 auto;z-index:100;background:rgba(251,250,255,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(232,229,238,.8);transition:.25s}.site-header.scrolled{height:68px;box-shadow:0 10px 30px rgba(30,23,56,.06)}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{display:block;width:132px;height:auto}.desktop-nav{display:flex;align-items:center;gap:5px;margin-left:auto}.nav-link{border:0;background:none;padding:10px 13px;border-radius:10px;font-size:14px;font-weight:650;color:#3f394d;cursor:pointer}.nav-link:hover,.nav-link:focus-visible{background:#f1eef8;color:var(--purple)}.nav-link span{font-size:15px;margin-left:3px}.nav-actions{display:flex;align-items:center;gap:12px}.text-link{font-size:14px;font-weight:650}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 22px;border-radius:13px;font-weight:750;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--purple),#805dff);color:#fff;box-shadow:0 14px 30px rgba(102,85,255,.28)}.btn-primary:hover{box-shadow:0 18px 38px rgba(102,85,255,.38)}.btn-small{min-height:42px;padding:0 17px;font-size:14px}.btn-ghost{background:#fff;border:1px solid var(--line);box-shadow:0 8px 24px rgba(34,25,67,.06)}.btn-light{background:#fff;color:var(--navy);box-shadow:0 14px 35px rgba(0,0,0,.2)}.btn-outline-light{border:1px solid rgba(255,255,255,.38);color:#fff}.menu-toggle{display:none;background:none;border:0;width:42px;height:42px;padding:10px}.menu-toggle span{display:block;height:2px;background:var(--ink);margin:5px 0;border-radius:3px}.mega-menu{position:absolute;top:100%;left:0;width:100%;background:#fff;border-top:1px solid var(--line);box-shadow:0 28px 60px rgba(38,29,65,.14);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s}.mega-menu.open{opacity:1;visibility:visible;transform:none}.mega-grid{display:grid;grid-template-columns:320px 1fr;gap:70px;padding:36px 0 40px}.mega-intro h3{font-size:27px;line-height:1.15;margin:12px 0}.mega-intro p{color:var(--muted);margin:0 0 20px}.mega-intro a{font-weight:750;color:var(--purple)}.mega-links{display:grid;grid-template-columns:1fr 1fr;gap:8px 26px}.mega-links a{display:flex;align-items:flex-start;gap:13px;padding:12px;border-radius:14px}.mega-links a:hover{background:#f7f5fc}.mega-links-top{align-content:start;align-items:start;align-self:start}.mega-links strong,.mega-links small{display:block}.mega-links strong{font-size:14px}.mega-links small{font-size:15px;color:var(--muted);margin-top:3px}.mini-icon{width:34px;height:34px;border-radius:10px;background:#eeebff;color:var(--purple);display:grid;place-items:center;font-weight:800;flex:0 0 auto}.mobile-menu{display:none}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.15em;font-size:15px;font-weight:850;color:var(--purple)}.eyebrow:before{content:"";width:22px;height:2px;background:currentColor}.hero-actions{display:flex;gap:12px;margin:34px 0 30px;flex-wrap:wrap}.progress{height:5px;background:#eeeaf6;border-radius:4px;overflow:hidden}.progress i{display:block;height:100%;width:var(--p);background:linear-gradient(90deg,var(--purple),var(--pink));border-radius:inherit}.section{padding:110px 0}.section h2{font-size:clamp(43px,5vw,72px);line-height:1.02;letter-spacing:-.055em;margin:18px 0 24px}.section h2 em{font-style:normal;color:var(--purple)}.status{font-size:14px;padding:6px 9px;border-radius:999px;background:#eafff5;color:#13815a;font-weight:800}.eyebrow.light{color:#b8afff}.centered-actions{justify-content:center}.site-footer{background:#121024;color:#fff;padding:70px 0 30px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:50px}.footer-brand img{width:145px}.footer-brand p{color:#9d97ad;max-width:270px;font-size:15px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:9px}.footer-grid strong{font-size:15px;margin-bottom:8px}.footer-grid a{font-size:15px;color:#aaa4b8}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;font-size:14px;color:#827c91}.footer-bottom div{display:flex;gap:20px}.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.js .reveal.visible{opacity:1;transform:none}@media (max-width:980px){.desktop-nav,.nav-actions>.text-link,.nav-actions>.btn{display:none}.menu-toggle{display:block}.mobile-menu{display:flex;position:fixed;top:82px;right:0;bottom:0;left:0;z-index:99;background:#fff;padding:24px 24px 40px;flex-direction:column;gap:4px;overflow-y:auto;overscroll-behavior:contain;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.site-header.scrolled+.mobile-menu{top:72px}.mobile-menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.mobile-menu a{padding:16px 0;border-bottom:1px solid var(--line);font-size:18px;font-weight:750}.hero-actions{justify-content:center}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{display:none}}@media (max-width:680px){:root{--container:min(100vw - 28px,1180px)}.site-header{height:68px}.brand img{width:118px}.section{padding:78px 0}.section h2{font-size:43px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{display:flex}.footer-bottom{flex-direction:column;gap:15px}.mega-menu{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js .reveal{opacity:1;transform:none;transition:none}.btn:hover{transform:none}}@media (max-width:980px){.site-header+.mobile-menu{top:82px}.site-header.scrolled+.mobile-menu{top:72px}.mobile-menu{display:block;padding:12px clamp(16px,4vw,30px) 28px;background:linear-gradient(180deg,#fff 0%,#fbfaff 100%);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-gutter:stable;gap:0}.mobile-nav-group{margin:7px 0;border:1px solid #e3ddff;border-radius:14px;background:#f6f3ff;overflow:hidden;box-shadow:0 5px 16px rgba(69,53,135,.04)}.mobile-nav-group:has(.mobile-nav-toggle[aria-expanded="true"]){border-color:#cfc5ff;background:#fbfaff;box-shadow:0 10px 24px rgba(76,58,152,.08)}.mobile-nav-row{display:block;width:100%;min-height:47px;margin:0;padding:11px 9px;border:0;border-bottom:1px solid var(--line);border-radius:9px;background:transparent;color:var(--ink);font-size:16px;font-weight:720;line-height:1.3;text-align:left}.mobile-nav-group>.mobile-nav-row{min-height:54px;padding:10px 12px 10px 15px;border-bottom:0;border-radius:0;font-size:17.5px;font-weight:850}.mobile-nav-toggle{display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer}.mobile-nav-toggle svg{box-sizing:content-box;width:12px;height:8px;padding:9px;flex:0 0 auto;border-radius:10px;background:#fff;color:var(--purple);box-shadow:0 2px 8px rgba(59,43,128,.09);transition:transform .18s ease,background .18s ease,color .18s ease}.mobile-nav-toggle[aria-expanded="true"]{color:var(--purple)}.mobile-nav-toggle[aria-expanded="true"] svg{transform:rotate(180deg);background:var(--purple);color:#fff}.mobile-nav-children{margin:0;padding:7px 8px 9px 14px;border-top:1px solid #e3ddff;background:#fff}.mobile-nav-children[hidden]{display:none}.mobile-menu .mobile-nav-children a{position:relative;display:block;min-height:38px;padding:8px 10px 8px 27px;border:0;border-radius:8px;color:#5c5568;font-size:14.5px;font-weight:650;line-height:1.4}.mobile-menu .mobile-nav-children a:before{content:"";position:absolute;left:11px;top:50%;width:5px;height:5px;border-radius:50%;background:#b6aaff;transform:translateY(-50%)}.mobile-menu .mobile-nav-children a:hover,.mobile-menu .mobile-nav-children a:focus-visible{background:#f0edff;color:var(--purple)}.mobile-menu a.is-active{background:#f0edff;color:var(--purple);box-shadow:inset 3px 0 0 var(--purple)}.mobile-nav-direct{display:flex;align-items:center;justify-content:space-between;gap:16px}.mobile-nav-direct:after{content:"";width:7px;height:7px;margin-right:5px;flex:0 0 auto;border-top:2px solid #aaa1bb;border-right:2px solid #aaa1bb;transform:rotate(45deg)}.mobile-nav-company{margin-top:9px;padding-top:7px;border-top:1px solid #dcd6e7}.mobile-nav-company .mobile-nav-row:last-child{border-bottom:0}.mobile-menu .mobile-nav-cta{display:flex;width:100%;min-height:50px;margin:15px 0 0;padding:0 20px;border:0;border-radius:13px;color:#fff;font-size:16px;font-weight:800}.menu-toggle span{transform-origin:center;transition:transform .2s ease,opacity .15s ease}body.menu-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}body.menu-open .menu-toggle span:nth-child(2){opacity:0}body.menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}@media (max-width:680px){.site-header+.mobile-menu{top:70px}.site-header.scrolled+.mobile-menu{top:72px}}@media (prefers-reduced-motion:reduce){.mobile-menu,.mobile-nav-toggle svg,.menu-toggle span{transition:none}}.site-header{height:88px}.site-header.scrolled{height:76px}.nav-wrap{gap:38px}.brand img{width:148px}.desktop-nav{gap:12px}.nav-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;line-height:1;white-space:nowrap}.nav-trigger{white-space:nowrap}.nav-chevron{display:block;width:11px;height:8px;flex:0 0 auto;transform:translateY(.5px);transition:transform .2s ease}.nav-trigger[aria-expanded="true"] .nav-chevron{transform:translateY(.5px) rotate(180deg)}.nav-actions{gap:18px}.text-link{display:inline-flex;align-items:center;min-height:46px;padding:0 3px;white-space:nowrap}.btn-small{min-height:48px;padding-inline:21px}.nav-actions .btn-primary{box-shadow:0 10px 24px rgba(102,85,255,.22)}.nav-actions .btn-primary:hover{box-shadow:0 14px 30px rgba(102,85,255,.30)}@media (max-width:1180px){.desktop-nav{gap:6px}.nav-link{padding-inline:12px}.nav-wrap{gap:26px}.nav-actions{gap:13px}.btn-small{padding-inline:18px}}@media (max-width:980px){.site-header{height:78px}.brand img{width:132px}.site-header+.mobile-menu{top:78px}.site-header.scrolled+.mobile-menu{top:74px}}@media (max-width:680px){.site-header{height:70px}.brand img{width:124px}.site-header+.mobile-menu{top:70px}.site-header.scrolled+.mobile-menu{top:72px}}.inner-page main{padding-top:82px}.page-hero{padding:92px 0 104px;background:linear-gradient(180deg,#fff 0,#faf9fd 100%);overflow:hidden}.page-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:70px;align-items:center}.page-hero-copy{position:relative;z-index:2}.page-eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--purple);font-size:15px;font-weight:850;letter-spacing:.15em;text-transform:uppercase}.page-eyebrow:before{content:"";width:22px;height:2px;background:currentColor}.page-hero h1:not(.seo-primary),.page-hero h2.seo-display{font-size:clamp(55px,6.2vw,92px);line-height:.96;letter-spacing:-.062em;margin:22px 0 28px}.page-lead{font-size:19px;line-height:1.7;color:#5d566b;max-width:700px}.page-lead p{margin:0 0 16px}.page-lead strong{color:var(--ink)}.page-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:30px}.page-hero-art{min-width:0}.visual-card{position:relative;border:1px solid rgba(225,220,237,.92);border-radius:30px;background:linear-gradient(145deg,#fff,#f8f6ff);box-shadow:0 32px 80px rgba(45,32,91,.15);padding:24px;min-height:430px;overflow:hidden}.visual-label{position:absolute;left:24px;top:20px;z-index:8;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.88);border:1px solid var(--line);font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);backdrop-filter:blur(8px)}.page-section{padding:106px 0;background:#fff}.page-section.tone-soft{background:#f6f4fb}.page-section-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:80px;align-items:center}.page-section-grid.reverse .page-section-copy{order:2}.page-section-grid.reverse .page-section-art{order:1}.section-number{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#eeebff;color:var(--purple);font-size:15px;font-weight:900}.page-section h2,.faq-section h2,.page-final-cta h2{font-size:clamp(40px,4.6vw,68px);line-height:1.02;letter-spacing:-.055em;margin:20px 0 25px}.page-section-copy{min-width:0}.rich-copy{font-size:17px;color:var(--muted);line-height:1.75}.rich-copy p{margin:0 0 18px}.rich-copy strong{color:var(--ink)}.rich-copy ul,.rich-copy ol{padding-left:22px;margin:18px 0}.rich-copy li{margin:9px 0}.rich-copy h3,.content-subgroup h3{font-size:20px;letter-spacing:-.025em;margin:26px 0 10px;color:var(--ink)}.content-subgroup{margin:24px 0;padding:20px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.68)}.content-subgroup>h3{font-size:15px;letter-spacing:.12em;text-transform:uppercase;color:var(--purple);margin:0 0 12px}.page-section-art{min-width:0}.page-final-cta{padding:105px 0;text-align:center;color:#fff;background:linear-gradient(135deg,#4f3fe5,#7655ff 54%,#925ff5)}.page-final-cta h2{max-width:820px;margin-inline:auto}.page-final-cta p{max-width:650px;margin:0 auto;color:#e5e0f0;font-size:18px}.centered-actions{justify-content:center}.footer-callout{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:0 0 54px;margin-bottom:54px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-callout h2{font-size:36px;line-height:1;margin:12px 0 0;letter-spacing:-.045em}.eyebrow.light{color:#bdb6ff}.site-footer .footer-grid{grid-template-columns:1.45fr repeat(4,1fr)}.faq-section{padding:110px 0;background:#f6f4fb}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px;align-items:start}.faq-grid>div:first-child{position:sticky;top:120px}.faq-grid>div:first-child p{color:var(--muted)}.faq-list details{border-bottom:1px solid #dcd7e5}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;font-size:18px;font-weight:750;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:25px;color:var(--purple);transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details>div{padding:0 42px 20px 0;color:var(--muted)}.participant-progress>div{height:4px;background:#eeeaf5;border-radius:999px;overflow:hidden}.participant-progress i{display:block;height:100%;width:var(--v);background:linear-gradient(90deg,var(--purple),var(--pink));border-radius:inherit;animation:growbar 1.4s ease both}.roles-stage{margin-top:28px}.roles-profile{display:flex;align-items:center;gap:12px;padding:14px;border-radius:16px;background:#fff;border:1px solid var(--line)}.roles-profile>span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#6655ff,#ff5a99);color:#fff;font-weight:900}.roles-profile strong,.roles-profile small{display:block}.roles-profile small{font-size:12px;color:var(--muted)}.roles-badges{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0}.roles-badges b{padding:7px 9px;border-radius:999px;background:#191622;color:#fff;font-size:12px}.roles-plus{text-align:center;color:var(--purple);font-size:20px;font-weight:900;margin:4px}.roles-workspace{padding:15px;border:1px solid var(--line);border-radius:17px;background:#fff}.roles-workspace h3{font-size:15px;margin:0 0 9px}.roles-workspace article{display:flex;align-items:center;gap:9px;padding:9px 0;border-top:1px solid #eeeaf3}.roles-workspace article>i{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;background:#f0edff;color:var(--purple);font-size:12px;font-style:normal}.roles-workspace article>span{flex:1}.roles-workspace strong,.roles-workspace small{display:block;font-size:12px}.roles-workspace small{color:var(--muted)}.roles-workspace article>b{font-size:12px;padding:4px 6px;border-radius:999px;background:#f4f1fa;color:var(--muted)}.integration-stage{position:relative;margin-top:35px}.lane{display:flex;align-items:center;gap:8px;padding:17px;border:1px solid var(--line);border-radius:15px;background:#fff;margin:12px 0}.lane-title{width:80px;font-size:12px;font-weight:800;color:var(--muted)}.flow-node{flex:1;padding:10px 6px;border-radius:10px;text-align:center;background:#f4f2f8;font-size:12px;font-weight:800}.flow-node.api,.flow-node.feed{background:#eaf7ff;color:#1a73a8}.flow-node.xp{background:linear-gradient(135deg,#6655ff,#8a60f4);color:#fff}.lane>i{color:var(--purple);font-style:normal}.data-token{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--pink);box-shadow:0 0 0 5px rgba(255,90,153,.12);animation:dataMove 4s linear infinite}.token-a{left:26%;top:35%}.token-b{left:55%;bottom:27%;animation-delay:-2s;background:var(--blue);box-shadow:0 0 0 5px rgba(56,168,255,.12)}.participant-stage{margin-top:28px;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.participant-hero{padding:25px;color:#fff;background:linear-gradient(125deg,#6c54da,#aa70e0)}.participant-hero>span{font-size:12px}.participant-hero h3{font-size:23px;margin:6px 0 12px}.participant-hero div{display:flex;gap:5px}.participant-hero div b{font-size:12px;padding:5px 7px;border-radius:999px;background:rgba(255,255,255,.16)}.participant-body{display:grid;grid-template-columns:100px 1fr}.participant-body aside{padding:15px;background:#f8f6fc}.participant-body aside strong,.participant-body aside span,.participant-body aside small{display:block}.participant-body aside strong{font-size:12px}.participant-body aside span{font-size:28px;color:var(--purple);font-weight:900}.participant-body aside small{font-size:12px;color:var(--muted);margin-top:20px}.participant-body main{padding:16px}.participant-progress{font-size:12px}.participant-progress>div{margin:6px 0 12px}.participant-body main article{display:flex;align-items:center;gap:8px;padding:9px 0;border-top:1px solid #eeeaf3}.participant-body main article i{width:23px;height:23px;display:grid;place-items:center;border-radius:7px;background:#ece8ff;color:var(--purple);font-style:normal;font-size:12px}.participant-body main strong,.participant-body main small{display:block;font-size:12px}.participant-body main small{color:var(--muted)}.developer-stage{display:grid;grid-template-columns:1.25fr .2fr .75fr;align-items:center;gap:12px;margin-top:30px}.code-panel{border-radius:16px;background:#14111d;color:#eee9f9;overflow:hidden;box-shadow:0 20px 45px rgba(19,15,32,.25)}.code-top{display:flex;align-items:center;gap:5px;height:35px;padding:0 10px;border-bottom:1px solid rgba(255,255,255,.08)}.code-top i{width:7px;height:7px;border-radius:50%;background:#ff6a7d}.code-top i:nth-child(2){background:#ffd45b}.code-top i:nth-child(3){background:#59d991}.code-top span{margin-left:7px;font-size:12px;opacity:.6}.code-panel pre{margin:0;padding:16px;font-size:12px;line-height:1.7;white-space:pre-wrap}.code-arrow{text-align:center;color:var(--purple);font-size:25px}.code-result{padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff;text-align:center}.code-result>span{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;margin:auto;background:linear-gradient(145deg,#6655ff,#ff5a99);color:#fff;font-weight:900}.code-result strong,.code-result small,.code-result em{display:block}.code-result small{font-size:12px;color:var(--muted)}.code-result div{display:flex;gap:4px;justify-content:center;margin:10px 0}.code-result div b{font-size:12px;padding:4px 6px;border-radius:999px;background:#ece8ff;color:var(--purple)}.code-result em{font-size:12px;color:#159362;font-style:normal}.scope-stage{display:grid;grid-template-columns:1fr .85fr;gap:10px;margin-top:30px}.scope-builder,.scope-result{padding:18px;border:1px solid var(--line);border-radius:17px;background:#fff}.scope-builder>span{font-size:12px;font-weight:900}.scope-builder label{display:block;margin-top:15px;font-size:12px}.scope-builder label b{float:right}.scope-chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:13px}.scope-chips b{font-size:12px;padding:5px 7px;border-radius:999px;background:#ece8ff;color:var(--purple)}.scope-result{display:flex;flex-direction:column;justify-content:center;color:#fff;background:linear-gradient(145deg,#5b48e8,#8a5ff3)}.scope-result small{font-size:12px;opacity:.75}.scope-result h3{font-size:23px;margin:5px 0}.scope-result p{font-size:12px}.scope-result span{font-size:12px;margin-top:18px}@keyframes growbar{from{width:0}}@keyframes dataMove{0%{transform:translateX(0);opacity:0}15%{opacity:1}85%{opacity:1}100%{transform:translateX(210px);opacity:0}}@media (max-width:1050px){.page-hero-grid,.page-section-grid,.faq-grid{grid-template-columns:1fr}.page-hero-copy{text-align:center}.page-lead{margin-inline:auto}.page-actions{justify-content:center}.page-hero-art{max-width:760px;width:100%;margin-inline:auto}.page-section-grid.reverse .page-section-copy,.page-section-grid.reverse .page-section-art{order:initial}.page-section-copy{text-align:center}.rich-copy{text-align:left;max-width:760px;margin-inline:auto}.page-section-art{max-width:760px;width:100%;margin-inline:auto}.faq-grid>div:first-child{position:static;text-align:center}.site-footer .footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}.site-footer .footer-grid>div:nth-child(n/**/+4){display:flex}.footer-callout{flex-direction:column;text-align:center}}@media (max-width:720px){.inner-page main{padding-top:70px}.page-hero{padding:70px 0}.page-hero h1:not(.seo-primary),.page-hero h2.seo-display{font-size:50px}.page-lead{font-size:16px}.visual-card{min-height:auto;padding:16px;border-radius:22px}.visual-label{position:static;display:inline-block;margin-bottom:10px}.page-section{padding:76px 0}.page-section h2,.faq-section h2,.page-final-cta h2{font-size:40px}.page-section-grid{gap:38px}.rich-copy{font-size:16px}.footer-callout h2{font-size:30px}.site-footer .footer-grid{grid-template-columns:1fr 1fr}.site-footer .footer-brand{grid-column:1/-1}.faq-section{padding:80px 0}.faq-grid{gap:30px}.developer-stage{grid-template-columns:1fr}.code-arrow{transform:rotate(90deg)}.scope-stage{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.data-token{animation:none!important}.participant-progress i{animation:none!important}}:root{--xp-gradient:linear-gradient(90deg,#6655ff 0%,#9855ef 48%,#ef58a4 100%)}:is(.section h2 em){color:transparent!important;background:var(--xp-gradient);-webkit-background-clip:text;background-clip:text;font-style:normal}:is(.page-actions,.hero-actions,.centered-actions){display:flex!important;flex-direction:row!important;align-items:center!important;gap:14px!important;flex-wrap:nowrap!important}:is(.visual-card){border-radius:26px}:is(.eyebrow,.page-eyebrow){letter-spacing:.16em}@media (max-width:720px){:is(.page-actions,.hero-actions,.centered-actions){gap:9px!important}:is(.page-actions,.hero-actions,.centered-actions) a{padding-left:15px!important;padding-right:15px!important;font-size:0.8125rem!important}}@media (max-width:560px){:is(.page-actions,.hero-actions,.centered-actions){width:100%!important;flex-direction:column!important;align-items:stretch!important}:is(.page-actions,.hero-actions,.centered-actions) a{width:100%!important;min-width:0!important;justify-content:center!important;text-align:center!important;white-space:normal!important}}.section h2{font-size:clamp(2.55rem,4.4vw,4.15rem)!important;line-height:1.01!important;letter-spacing:-.045em!important;text-wrap:balance}@media (max-width:720px){.section h2{font-size:clamp(2.2rem,10vw,3rem)!important}}.mega-grid-wide{grid-template-columns:280px 1fr;gap:42px}.mega-links-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px 12px}.mega-links-3 a{padding:10px}.mega-links-3 .mini-icon{width:31px;height:31px;border-radius:9px;font-size:15px}.mega-links-3 strong{font-size:15px}.mega-links-3 small{font-size:15px;line-height:1.35}.mobile-menu{overflow-y:auto}body.theme-purple{--page-accent:#6655ff;--page-accent-soft:#f1efff;--page-rgb:102,85,255}body[class*="theme-"] main :is(.eyebrow,.page-eyebrow,.section-number,[class$="-eyebrow"]):not(.light){color:#6655ff!important}body[class*="theme-"] main :is(.eyebrow,.page-eyebrow,[class$="-eyebrow"]):not(.light):before,
body[class*="theme-"] main :is(.eyebrow,.page-eyebrow,[class$="-eyebrow"]):not(.light):after{background:currentColor!important}body[class*="theme-"] main .visual-label{background:var(--page-accent-soft);color:var(--page-accent);border-color:rgba(var(--page-rgb),.22)}body[class*="theme-"] main .progress i{background:var(--page-accent)}body[class][class] main h1:not(.seo-primary),body[class][class] main h2.seo-display{max-width:100%;font-size:clamp(3.25rem,4.8vw,4.75rem)!important;line-height:1.025!important;letter-spacing:-.052em!important;overflow:visible!important;padding-bottom:.12em}body main h1:not(.seo-primary)>:is(span,em),.brand-gradient,body main h2.seo-display>:is(span,em),.brand-gradient{color:transparent!important;background:var(--xp-gradient);-webkit-background-clip:text;background-clip:text;-webkit-box-decoration-break:clone;box-decoration-break:clone;font-style:normal;line-height:1.1;padding-bottom:.14em}.footer-brand>a{display:inline-flex;width:max-content;align-items:center}.footer-brand img{display:block;height:auto}@media (max-width:720px){body[class][class] main h1:not(.seo-primary),body[class][class] main h2.seo-display{font-size:clamp(2.7rem,11vw,3.4rem)!important;line-height:1.06!important;letter-spacing:-.045em!important}body main h1:not(.seo-primary)>:is(span,em),.brand-gradient,body main h2.seo-display>:is(span,em),.brand-gradient{line-height:1.12;padding-bottom:.18em}.site-footer{padding:44px 0 22px}.footer-callout{gap:20px;padding-bottom:30px;margin-bottom:30px}.site-footer .footer-grid{row-gap:24px;column-gap:18px}.site-footer .footer-brand{display:grid;gap:14px}.site-footer .footer-brand p{width:100%;max-width:none;margin:0;font-size:15px;line-height:1.6}.site-footer .footer-grid>div:not(.footer-brand){gap:3px}.site-footer .footer-grid strong{margin-bottom:4px}.site-footer .footer-grid a{display:flex;align-items:center;min-height:28px;line-height:1.35}.footer-bottom{margin-top:28px}}@media (max-width:980px){.mobile-menu a.mobile-nav-row{padding:11px 14px}.mobile-menu a.mobile-nav-row.is-active{padding-left:17px}}:root{--xp-read-label:clamp(0.75rem, 0.72rem + 0.08vw, 0.8125rem);--xp-read-copy:clamp(0.8125rem, 0.78rem + 0.10vw, 0.9rem);--xp-read-title:clamp(0.9375rem, 0.9rem + 0.14vw, 1.0625rem);--xp-read-heading:clamp(1rem, 0.94rem + 0.22vw, 1.2rem)}:root{--xp-site-width:min(1800px, calc(100vw - clamp(28px, 4vw, 96px)));--xp-visual-width:min(1500px, 100%);--container:var(--xp-site-width)}.container{width:var(--xp-site-width)!important}@media (min-width: 1900px){:root{--xp-site-width:min(1800px, calc(100vw - 96px))}}:root{--xp-site-width:min(2000px, calc(100vw - clamp(20px, 2.8vw, 72px)));--xp-visual-width:min(1760px, 100%);--container:var(--xp-site-width)}.container{width:var(--xp-site-width)!important;max-width:none!important}main :where(span, small, strong, b, em, p, label, li, button, a){writing-mode:horizontal-tb!important;text-orientation:mixed!important}@media (max-width: 820px){:root{--xp-site-width:min(100% - 24px, 2000px)}}:root{--xp-gutter-total:clamp(48px, 6.4vw, 128px);--xp-site-width:min(2048px, calc(100vw - var(--xp-gutter-total)));--xp-visual-width:min(1840px, 100%);--xp-copy-width:780px;--xp-heading-width:1120px;--container:var(--xp-site-width)}.container{width:var(--xp-site-width)!important;max-width:none!important;margin-inline:auto}.site-header .container,
.site-footer .container{width:var(--xp-site-width)!important}main :where(span,small,strong,b,em,p,label,li,button,a){writing-mode:horizontal-tb!important;text-orientation:mixed!important}@media (max-width: 1100px){:root{--xp-gutter-total:clamp(32px, 5vw, 56px)}}@media (max-width: 720px){:root{--xp-gutter-total:24px;--xp-site-width:calc(100vw - 24px)}}:root{--entx-ink:#171326;--entx-muted:#746d80;--entx-line:#e6e0ec;--entx-soft:#f7f5fb;--entx-purple:#6844df;--entx-purple-dark:#41258f;--entx-violet:#8b64ee;--entx-pink:#d85aa3;--entx-blue:#2d83bd;--entx-green:#2b9172;--entx-amber:#b97418;--entx-dark:#171227;--entx-card-shadow:0 28px 70px rgba(45,31,82,.12)}:root{--wem-ink:#181229;--wem-muted:#716a7c;--wem-purple:#6848ed;--wem-violet:#9b54ed;--wem-pink:#db57b2;--wem-soft:#f7f4fb;--wem-line:#e7e0ef;--wem-green:#218862;--wem-amber:#c97924;--wem-shadow:0 28px 70px rgba(42,25,77,.12)}:root{--xp-gutter-total:clamp(48px,6.4vw,128px);--xp-site-width:min(2048px,calc(100vw - var(--xp-gutter-total)));--xp-first-section-top:145px;--xp-section-space:52px}:where(
  .container){width:var(--xp-site-width)!important;max-width:none!important;margin-inline:auto!important}.site-header .container,.site-footer .container{width:var(--xp-site-width)!important;max-width:none!important;margin-inline:auto!important}.inner-page main{padding-top:0!important}main > section:first-child,
main > article:first-child > section:first-child{padding-top:var(--xp-first-section-top)!important}main > section:first-child h1:not(.seo-primary),
main > article:first-child > section:first-child h1:not(.seo-primary),main > section:first-child h2.seo-display,
main > article:first-child > section:first-child h2.seo-display{margin-top:22px!important}main > section:first-child :is(.page-eyebrow,[class*="-eyebrow"]),
main > article:first-child > section:first-child :is(.page-eyebrow,[class*="-eyebrow"]){margin-bottom:0!important}:where(
  .section,.page-section){padding-top:var(--xp-section-space)!important;padding-bottom:var(--xp-section-space)!important}:where(
  .faq-section){padding-top:var(--xp-section-space)!important;padding-bottom:var(--xp-section-space)!important}:where(.page-final-cta){padding-top:var(--xp-section-space)!important;padding-bottom:var(--xp-section-space)!important}:where(.faq-list){display:grid!important;gap:10px!important;border:0!important}:where(.faq-list) > details{margin:0!important;border:1px solid #e7e2ef!important;border-radius:15px!important;background:#fff!important;overflow:hidden!important;box-shadow:none!important;transition:box-shadow .2s ease,border-color .2s ease!important}:where(.faq-list) > details[open]{border-color:#dcd4f6!important;box-shadow:0 12px 32px rgba(48,35,91,.08)!important}:where(.faq-list) > details > summary{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;min-height:62px!important;padding:18px 20px!important;border:0!important;cursor:pointer!important;list-style:none!important;font-size:15px!important;font-weight:800!important;line-height:1.4!important}:where(.faq-list) > details > summary::-webkit-details-marker{display:none!important}:where(.faq-list) > details > summary > span:last-child{display:grid!important;place-items:center!important;flex:0 0 25px!important;width:25px!important;height:25px!important;margin:0!important;padding:0!important;border-radius:8px!important;background:#f0edff!important;color:#6655ff!important;font-size:14px!important;line-height:1!important;transition:transform .2s ease!important}:where(.faq-list) > details[open] > summary > span:last-child{transform:rotate(45deg)!important}:where(.faq-list) > details > :is(p,div):not(summary){margin-top:0!important;padding:0 20px 19px!important;color:#706978!important;font-size:15px!important;line-height:1.7!important}@media (max-width:980px){:root{--xp-first-section-top:125px}}@media (max-width:680px){:root{--xp-first-section-top:110px;--xp-gutter-total:48px;--xp-section-space:40px}:where(.faq-list) > details > summary{min-height:58px!important;padding:16px!important;font-size:14px!important}:where(.faq-list) > details > :is(p,div):not(summary){padding:0 16px 17px!important;font-size:14px!important}}body[class][class] main h1:not(.seo-primary),body[class][class] main h2.seo-display{max-width:100%;font-size:clamp(3.25rem,4.8vw,4.75rem)!important;line-height:1.025!important;letter-spacing:-.035em!important;overflow:visible!important;padding-bottom:.12em}body main h1:not(.seo-primary)>:is(span,em),
.brand-gradient,body main h2.seo-display>:is(span,em),
.brand-gradient{color:transparent!important;background:var(--xp-gradient);-webkit-background-clip:text;background-clip:text;-webkit-box-decoration-break:clone;box-decoration-break:clone;font-style:normal;line-height:1.1;padding-inline:.04em;margin-inline:-.04em;padding-bottom:.14em;overflow:visible}@media (max-width:720px){body[class][class] main h1:not(.seo-primary),body[class][class] main h2.seo-display{font-size:clamp(2.7rem,11vw,3.4rem)!important;line-height:1.06!important;letter-spacing:-.03em!important}}:root{--xp-dark-label:#fff;--xp-dark-rule-a:#8eefff;--xp-dark-rule-b:#ff8dc4;--xp-dark-link:#9eeeff}:is(
  .page-final-cta .eyebrow){color:var(--xp-dark-label)!important;-webkit-text-fill-color:var(--xp-dark-label)!important}:is(
  .page-final-cta .eyebrow)::before,
:is(
  .page-final-cta .eyebrow)::after{background:linear-gradient(90deg,var(--xp-dark-rule-a),var(--xp-dark-rule-b))!important}.cookie-consent{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));left:auto;z-index:10000;display:flex;flex-direction:column;align-items:stretch;gap:14px;width:min(360px,calc(100vw - 36px));max-width:360px;max-height:calc(100dvh - 36px);margin:0;padding:18px;border:1px solid #e8e5ee;border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 18px 48px rgba(32,23,62,.2);backdrop-filter:blur(14px);overflow:auto;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#16131f}.cookie-consent[hidden]{display:none!important}.cookie-consent__copy{display:grid;gap:5px;max-width:none}.cookie-consent__copy strong{font-size:15px;line-height:1.3}.cookie-consent__copy span{font-size:13.5px;line-height:1.5;color:#6f6a7d}.cookie-consent__copy a{color:#6655ff;font-weight:750;text-decoration:none}.cookie-consent__copy a:hover{text-decoration:underline}.cookie-consent__actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;width:100%}.cookie-consent button{width:100%;min-height:42px;padding:0 14px;border-radius:10px;font:inherit;font-size:14px;font-weight:800;cursor:pointer}.cookie-consent__reject{border:1px solid #dcd7e5;background:#fff;color:#3f394d}.cookie-consent__accept{border:0;background:#6655ff;color:#fff}.cookie-consent button:focus-visible{outline:3px solid rgba(102,85,255,.25);outline-offset:2px}@media (max-width:600px){.cookie-consent{right:12px;bottom:max(12px,env(safe-area-inset-bottom));left:12px;width:auto;max-width:none;max-height:calc(100dvh - 24px);padding:16px}.cookie-consent__actions{grid-template-columns:1fr 1fr}}:root{--xp-section-tight:34px;--xp-section-summary:44px;--xp-section-airy:68px}body[class] main > section.section,body[class] main > section.page-section,body[class] main > section.legal-section,body[class] main > section[class$="-section"],body[class] main > section[class*="-section "],body[class] main > section[class$="-faq"],body[class] main > section[class*="-faq "],body[class] main > section[class$="-options"],body[class] main > section[class*="-options "],body[class] main > section[class$="-detail"],body[class] main > section[class*="-detail "],body[class] main > section[class$="-process"],body[class] main > section[class*="-process "],body[class] main > section[class$="-evidence"],body[class] main > section[class*="-evidence "],body[class] main > section[class$="-use-cases"],body[class] main > section[class*="-use-cases "],body[class] main > section[class$="-boundary"],body[class] main > section[class*="-boundary "]{padding-top:var(--xp-section-space)!important;padding-bottom:var(--xp-section-space)!important}body[class] main > section.customer-proof,body[class] main > section.about-proof-band,body[class] main > section.entx-proof-strip,body[class] main > section.ix2-logos-section,body[class] main > section[class$="-trust"],body[class] main > section[class*="-trust "],body[class] main > section[class$="-promises"],body[class] main > section[class*="-promises "]{padding-top:var(--xp-section-tight)!important;padding-bottom:var(--xp-section-tight)!important}body[class] main > section[class$="-summary"],body[class] main > section[class*="-summary "]{padding-top:var(--xp-section-summary)!important;padding-bottom:var(--xp-section-summary)!important}body[class] main > section.page-final-cta,body[class] main > section.home-closing,body[class] main > section[class$="-final"],body[class] main > section[class*="-final "]{padding-top:var(--xp-section-airy)!important;padding-bottom:var(--xp-section-airy)!important}body[class] main > section > :where(.container,[class$="-container"],[class$="-shell"],[class$="-wrap"]) > :last-child{margin-bottom:0!important}@media (max-width:980px){:root{--xp-section-space:46px;--xp-section-tight:30px;--xp-section-summary:40px;--xp-section-airy:60px}}@media (max-width:680px){:root{--xp-section-space:40px;--xp-section-tight:26px;--xp-section-summary:36px;--xp-section-airy:52px}}
/* SEO semantic heading bridge: preserve original eyebrow/display visuals */
h1.seo-primary{margin:0}
