:root{color-scheme:dark;--bg: #0b0b12;--bg-soft: #11111b;--surface: #171723;--surface-strong: #1d1d2b;--text: #f7f6fb;--muted: #aaa8b7;--line: rgb(255 255 255 / .11);--primary: #7542df;--primary-strong: #6732d4;--accent: #b83280;--success: #55c99a;--radius-sm: .75rem;--radius-md: 1.25rem;--radius-lg: 2rem;--shadow: 0 30px 80px rgb(0 0 0 / .34);--container: 74rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:20rem;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}p,h1,h2,h3{margin-top:0}h1,h2,h3{font-family:Space Grotesk,Inter,sans-serif;line-height:1.08;letter-spacing:-.035em}p{color:var(--muted)}.container{width:min(calc(100% - 2rem),var(--container));margin-inline:auto}.skip-link{position:fixed;top:.75rem;left:.75rem;z-index:100;padding:.7rem 1rem;border-radius:var(--radius-sm);background:#fff;color:#111;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid #c4b5fd;outline-offset:4px}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:#0b0b12e0;backdrop-filter:blur(18px)}.site-header__inner{width:min(calc(100% - 2rem),var(--container));min-height:4.75rem;margin-inline:auto;display:flex;align-items:center;gap:2rem}.brand{display:inline-flex;align-items:center;margin-right:auto}.brand img,.site-footer img{display:block;width:auto;height:2.35rem;object-fit:contain}.site-nav{display:flex;align-items:center;gap:1.5rem;font-size:.88rem;font-weight:600;color:var(--muted)}.site-nav a:hover,.site-footer a:hover{color:var(--text)}.button{min-height:3.1rem;padding:.75rem 1.2rem;border:1px solid transparent;border-radius:.85rem;display:inline-flex;align-items:center;justify-content:center;font-size:.92rem;font-weight:700;line-height:1;transition:transform .18s ease,border-color .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button--compact{min-height:2.6rem;padding-inline:1rem}.button--primary{background:linear-gradient(135deg,var(--primary),var(--accent));box-shadow:0 14px 34px #8b5cf647}.button--primary:hover{box-shadow:0 18px 42px #8b5cf661}.button--outline,.button--ghost{border-color:var(--line);background:#ffffff09}.button--outline:hover,.button--ghost:hover{border-color:#ffffff40;background:#ffffff12}.eyebrow{margin-bottom:1.1rem;color:#c4b5fd;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hero{position:relative;overflow:hidden;padding:clamp(5rem,9vw,8.5rem) 0 clamp(4.5rem,8vw,7rem);isolation:isolate}.hero:before{content:"";position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgb(255 255 255 / .035) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .035) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,#000,transparent 88%)}.hero__glow{position:absolute;top:-18rem;left:30%;z-index:-1;width:52rem;height:52rem;border-radius:50%;background:radial-gradient(circle,rgb(139 92 246 / .24),rgb(217 70 164 / .08) 45%,transparent 70%);filter:blur(8px)}.hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(24rem,.95fr);align-items:center;gap:clamp(3rem,7vw,7rem)}.hero h1{max-width:16ch;margin-bottom:1.5rem;font-size:clamp(2.8rem,5vw,4.8rem)}.hero__lead{max-width:42rem;margin-bottom:2rem;font-size:clamp(1.05rem,1.6vw,1.25rem)}.hero__actions{display:flex;flex-wrap:wrap;gap:.8rem}.hero__note{max-width:38rem;margin:1.25rem 0 0;font-size:.82rem}.product-view{padding:1.25rem;border:1px solid rgb(255 255 255 / .13);border-radius:var(--radius-lg);background:linear-gradient(145deg,#1d1d2bf5,#11111bf0);box-shadow:var(--shadow);transform:perspective(1000px) rotateY(-4deg) rotateX(2deg)}.product-view__topbar,.product-view__sources{display:flex;justify-content:space-between;gap:.75rem;color:var(--muted);font-size:.72rem;font-weight:600}.product-view__topbar{padding-bottom:1rem;border-bottom:1px solid var(--line)}.product-view__metrics{margin-block:1rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.product-view__metrics div{min-height:5.5rem;padding:.9rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:#ffffff06}.product-view__metrics small,.product-view__metrics strong{display:block}.product-view__metrics small{margin-bottom:.7rem;color:var(--muted);font-size:.65rem}.product-view__metrics strong{font-family:Space Grotesk,sans-serif;font-size:.78rem}.product-view__chart{height:13rem;padding:1.5rem 1rem 0;display:flex;align-items:end;gap:.7rem;border:1px solid var(--line);border-radius:var(--radius-md);background:linear-gradient(rgb(255 255 255 / .035) 1px,transparent 1px),#ffffff05;background-size:100% 25%}.product-view__chart span{width:100%;height:var(--height);min-height:1rem;border-radius:.4rem .4rem 0 0;background:linear-gradient(to top,var(--primary-strong),#a78bfa)}.product-view__sources{margin-top:1rem;justify-content:flex-start;flex-wrap:wrap}.product-view__sources span{padding:.45rem .65rem;border:1px solid var(--line);border-radius:999px}.trust-strip{border-block:1px solid var(--line);background:var(--bg-soft)}.trust-strip__grid{display:grid;grid-template-columns:repeat(3,1fr)}.trust-strip p{min-height:7rem;margin:0;padding:1.5rem 2rem;display:grid;align-content:center;gap:.25rem;border-right:1px solid var(--line)}.trust-strip p:first-child{border-left:1px solid var(--line)}.trust-strip strong,.trust-strip span{display:block}.trust-strip strong{color:var(--text);font-size:.9rem}.trust-strip span{color:var(--muted);font-size:.8rem}.section{padding:clamp(5rem,9vw,8rem) 0;scroll-margin-top:5rem}.section--muted{border-block:1px solid var(--line);background:var(--bg-soft)}.split-heading,.data-grid,.faq-grid,.notice{display:grid;grid-template-columns:minmax(0,1fr) minmax(20rem,.8fr);gap:clamp(2rem,7vw,7rem);align-items:start}.split-heading h2,.section-heading h2,.data-grid h2,.notice h2,.cta-section h2{max-width:16ch;margin-bottom:0;font-size:clamp(2rem,4vw,3.7rem)}.split-heading>p,.data-grid>div>p,.notice>p{margin:2rem 0 0;font-size:1.03rem}.split-heading a{color:#c4b5fd;text-decoration:underline;text-underline-offset:3px}.feature-grid,.integration-grid{margin-top:3.5rem;display:grid;gap:1rem}.feature-grid{grid-template-columns:repeat(4,1fr)}.feature-grid article,.integration-grid article,.data-principles article{padding:1.65rem;border:1px solid var(--line);border-radius:var(--radius-md);background:linear-gradient(145deg,#ffffff0b,#ffffff05)}.feature-index,.integration-name{margin-bottom:2.5rem;color:#c4b5fd;font-size:.73rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.feature-grid h3,.integration-grid h3,.data-principles h3,.flow-grid h3{margin-bottom:.7rem;font-size:1.15rem;letter-spacing:-.02em}.feature-grid p:last-child,.integration-grid p:last-child,.data-principles p,.flow-grid p{margin-bottom:0;font-size:.88rem}.section-heading--center{max-width:50rem;margin:0 auto 3.5rem;text-align:center}.section-heading--center h2{max-width:none}.flow-grid{margin-top:0;padding-left:0;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;list-style:none}.flow-grid li{position:relative;padding:1.5rem 1.25rem;border-top:1px solid var(--line)}.flow-grid li>span{width:2.2rem;height:2.2rem;margin-bottom:2rem;border:1px solid rgb(196 181 253 / .45);border-radius:50%;display:grid;place-items:center;color:#c4b5fd;font-size:.8rem;font-weight:700}.integration-grid{grid-template-columns:repeat(3,1fr)}.integration-grid article{min-height:19rem;display:flex;flex-direction:column}.integration-grid .integration-name{margin-bottom:auto}.integration-grid h3{margin-top:3rem;font-size:1.45rem}.section--data{position:relative;border-block:1px solid rgb(139 92 246 / .28);background:radial-gradient(circle at 10% 20%,rgb(139 92 246 / .16),transparent 35%),var(--surface)}.data-grid{align-items:center}.data-principles{display:grid;gap:.8rem}.data-principles article{padding:1.25rem 1.4rem}.notice{padding:clamp(2rem,5vw,4rem);border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(135deg,#8b5cf61f,#d946a414)}.notice h2{max-width:18ch;font-size:clamp(1.8rem,3.5vw,3rem)}.faq-grid{align-items:start}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{padding:1.35rem 2.5rem 1.35rem 0;color:var(--text);font-family:Space Grotesk,sans-serif;font-weight:600;cursor:pointer}.faq-list p{margin:-.4rem 0 1.35rem;padding-right:2rem}.cta-section{padding:clamp(4rem,8vw,7rem) 0;background:linear-gradient(135deg,#6d42d8,#a43282)}.cta-section__inner{display:flex;align-items:center;justify-content:space-between;gap:3rem}.cta-section .eyebrow,.cta-section h2{color:#fff}.button--light{flex:0 0 auto;background:#fff;color:#1a1327}.site-footer{padding:4rem 0 2rem;background:#08080d}.site-footer__grid{padding-bottom:3rem;display:flex;justify-content:space-between;gap:3rem;border-bottom:1px solid var(--line)}.site-footer__grid>div p{max-width:25rem;margin:1rem 0 0;font-size:.85rem}.site-footer nav{display:grid;grid-template-columns:repeat(2,auto);gap:.8rem 2rem;color:var(--muted);font-size:.85rem}.site-footer__bottom{padding-top:1.5rem;display:flex;justify-content:space-between;gap:2rem;color:#85838f;font-size:.75rem}@media(max-width:960px){.site-nav{display:none}.hero__grid,.split-heading,.data-grid,.faq-grid,.notice{grid-template-columns:1fr}.hero__grid{gap:4rem}.hero h1{max-width:15ch}.product-view{max-width:42rem;transform:none}.feature-grid,.flow-grid{grid-template-columns:repeat(2,1fr)}.split-heading>p,.data-grid>div>p,.notice>p{margin-top:0}}@media(max-width:680px){.container,.site-header__inner{width:min(calc(100% - 1.25rem),var(--container))}.site-header__inner{min-height:4.25rem;gap:.8rem}.brand img{height:1.9rem}.hero{padding-top:4.5rem}.hero h1{font-size:clamp(2.45rem,13vw,3.5rem)}.hero__actions .button{width:100%}.product-view{padding:.8rem}.product-view__metrics{grid-template-columns:1fr}.product-view__metrics div{min-height:auto}.product-view__chart{height:10rem;gap:.35rem}.trust-strip__grid,.feature-grid,.flow-grid,.integration-grid{grid-template-columns:1fr}.trust-strip p,.trust-strip p:first-child{min-height:6rem;padding-inline:1rem;border-right:0;border-left:0;border-bottom:1px solid var(--line)}.trust-strip p:last-child{border-bottom:0}.integration-grid article{min-height:auto}.integration-grid .integration-name{margin-bottom:2.5rem}.integration-grid h3{margin-top:0}.cta-section__inner,.site-footer__grid,.site-footer__bottom{align-items:flex-start;flex-direction:column}.cta-section__inner .button{width:100%}.site-footer nav{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
