:root{--ink:#150F2E;--ink-soft:#463C6B;--paper:#FBF9FF;--paper-dim:#F1EDFC;--violet:#5B3DF5;--violet-deep:#3D22C9;--magenta:#E8368F;--gold:#F5A623;--emerald:#12B76A;--sky:#2FB8E6;--line:rgba(21,15,46,0.10);--shadow:0 20px 50px -20px rgba(59,34,201,0.35);--radius:18px}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:var(--ink);background:var(--paper);overflow-x:hidden;line-height:1.5}.landing-page *{box-sizing:border-box;margin:0;padding:0}.landing-page img,.landing-page svg{display:block;max-width:100%}.landing-page a{color:inherit;text-decoration:none}.landing-page ul{list-style:none}.landing-page button{font:inherit;cursor:pointer}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4{font-family:Space Grotesk,sans-serif;letter-spacing:-.01em;line-height:1.08}.landing-page .eyebrow{font-family:JetBrains Mono,monospace;font-size:12.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--violet-deep);display:inline-flex;align-items:center;gap:8px}.landing-page .eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--magenta);box-shadow:0 0 0 4px rgba(232,54,143,.18)}.landing-page .wrap{max-width:1220px;margin:0 auto;padding:0 32px}@media (max-width:640px){.landing-page .wrap{padding:0 20px}}@media (prefers-reduced-motion:reduce){.landing-page *{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.landing-page :focus-visible{outline:3px solid var(--violet);outline-offset:3px;border-radius:4px}.landing-page header{position:sticky;top:0;z-index:100;background:rgba(251,249,255,.86);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.landing-page .nav{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.landing-page .logo{display:flex;align-items:center;gap:10px;font-family:Space Grotesk;font-weight:700;font-size:20px}.landing-page .logo-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--violet),var(--magenta));display:flex;align-items:center;justify-content:center}.landing-page .logo-mark svg{width:18px;height:18px}.landing-page .navlinks{display:flex;gap:30px;align-items:center}.landing-page .navlinks a{font-size:14.5px;font-weight:600;color:var(--ink-soft);transition:color .2s}.landing-page .navlinks a:hover{color:var(--violet-deep)}.landing-page .nav-cta{display:flex;gap:12px}.landing-page .nav-cta .btn-ghost,.landing-page .navlinks{display:none}@media (min-width:900px){.landing-page .navlinks{display:flex}.landing-page .nav-cta .btn-ghost{display:inline-flex}}.landing-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:999px;font-weight:700;font-size:14.5px;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;white-space:nowrap}.landing-page .btn:hover{transform:translateY(-2px)}.landing-page .btn-primary{background:linear-gradient(135deg,var(--violet),var(--violet-deep));color:#fff;box-shadow:0 12px 24px -10px rgba(61,34,201,.55)}.landing-page .btn-primary:hover{box-shadow:0 16px 30px -8px rgba(61,34,201,.6)}.landing-page .btn-ghost{background:#fff;color:var(--ink);border-color:var(--line)}.landing-page .btn-ghost:hover{border-color:var(--violet)}.landing-page .btn-dark{background:var(--ink);color:#fff}.landing-page .btn-outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}.landing-page .btn-outline-light:hover{background:rgba(255,255,255,.12)}.landing-page .hero{position:relative;padding:76px 0 60px;overflow:hidden}.landing-page .hero-blob{position:absolute;border-radius:50%;filter:blur(70px);opacity:.5;z-index:0}.landing-page .blob1{width:420px;height:420px;background:var(--violet);top:-160px;left:-140px;opacity:.28}.landing-page .blob2{width:380px;height:380px;background:var(--gold);bottom:-140px;right:-80px;opacity:.22}.landing-page .hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}@media (max-width:960px){.landing-page .hero-grid{grid-template-columns:1fr}}.landing-page .hero h1{font-size:clamp(34px,4.6vw,58px);font-weight:700;margin:18px 0 20px}.landing-page .hero h1 .accent{background:linear-gradient(100deg,var(--violet) 10%,var(--magenta) 60%,var(--gold) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-page .hero p.lead{font-size:17.5px;color:var(--ink-soft);max-width:520px;margin-bottom:30px}.landing-page .hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:36px}.landing-page .stat-row{display:flex;gap:28px;flex-wrap:wrap}.landing-page .stat{border-left:3px solid var(--violet);padding-left:14px}.landing-page .stat b{display:block;font-family:Space Grotesk;font-size:26px;font-weight:700}.landing-page .stat span{font-size:12.5px;color:var(--ink-soft);font-weight:600}.landing-page .stat:nth-child(2){border-color:var(--magenta)}.landing-page .stat:nth-child(3){border-color:var(--gold)}.landing-page .hero-visual{position:relative}.landing-page .hero-visual svg{width:100%;height:auto;overflow:visible}.landing-page .node-pulse{filter:drop-shadow(0 0 8px currentColor)}.landing-page .center-card{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.landing-page .trust{padding:26px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.landing-page .trust .wrap{display:flex;gap:40px;flex-wrap:wrap;align-items:center;justify-content:space-between}.landing-page .trust-item{display:flex;align-items:center;gap:10px;font-family:JetBrains Mono;font-size:13px;font-weight:600;color:var(--ink-soft)}.landing-page .trust-item b{font-family:Space Grotesk;font-size:19px;color:var(--ink);font-weight:700}.landing-page section{padding:88px 0}.landing-page .section-head{max-width:640px;margin-bottom:48px}.landing-page .section-head h2{font-size:clamp(26px,3vw,38px);margin:14px 0 12px;font-weight:700}.landing-page .section-head p{color:var(--ink-soft);font-size:16px}.landing-page .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.landing-page .reveal.in{opacity:1;transform:translateY(0)}.landing-page .feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width:900px){.landing-page .feat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.landing-page .feat-grid{grid-template-columns:1fr}}.landing-page .feat-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.landing-page .feat-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:transparent}.landing-page .feat-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.landing-page .feat-icon svg{width:22px;height:22px;color:#fff}.landing-page .feat-card h3{font-size:17.5px;margin-bottom:8px;font-weight:600}.landing-page .feat-card p{font-size:14.5px;color:var(--ink-soft)}.landing-page .c1{background:var(--violet)}.landing-page .c2{background:var(--magenta)}.landing-page .c3{background:var(--gold)}.landing-page .c4{background:var(--emerald)}.landing-page .c5{background:var(--sky)}.landing-page .c6{background:var(--violet-deep)}.landing-page .categories{background:var(--ink);color:#fff;position:relative}.landing-page .categories .section-head p{color:rgba(255,255,255,.65)}.landing-page .categories .eyebrow{color:#F5C4DE}.landing-page .categories .eyebrow:before{background:var(--gold)}.landing-page .tabbar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.landing-page .tab-btn{padding:9px 18px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.75);font-size:13.5px;font-weight:600;transition:all .2s ease}.landing-page .tab-btn:hover{background:rgba(255,255,255,.12);color:#fff}.landing-page .tab-btn.active{background:linear-gradient(135deg,var(--violet),var(--magenta));border-color:transparent;color:#fff}.landing-page .tab-panel{display:none}.landing-page .tab-panel.active{display:block;animation:fadein .35s ease}@keyframes fadein{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.landing-page .chip-cloud{display:flex;flex-wrap:wrap;gap:10px}.landing-page .chip{padding:9px 16px;border-radius:10px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);font-size:13.5px;color:rgba(255,255,255,.85);transition:transform .18s ease,background .18s ease}.landing-page .chip:hover{transform:translateY(-3px);background:rgba(255,255,255,.14)}.landing-page .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}@media (max-width:900px){.landing-page .services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.landing-page .services-grid{grid-template-columns:1fr}}.landing-page .service-item{display:flex;align-items:center;gap:12px;padding:16px 18px;border-radius:14px;background:#fff;border:1px solid var(--line);font-weight:600;font-size:14.5px;transition:border-color .2s ease,transform .2s ease}.landing-page .service-item:hover{border-color:var(--violet);transform:translateX(4px)}.landing-page .service-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.landing-page .audience-grid{display:flex;flex-wrap:wrap;gap:12px}.landing-page .audience-chip{padding:12px 20px;border-radius:12px;background:var(--paper-dim);font-weight:600;font-size:14.5px;border:1px solid transparent;transition:all .2s ease;cursor:default}.landing-page .audience-chip:hover{background:#fff;border-color:var(--violet);color:var(--violet-deep);transform:translateY(-3px)}.landing-page .steps{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;counter-reset:step}@media (max-width:960px){.landing-page .steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.landing-page .steps{grid-template-columns:1fr}}.landing-page .step{position:relative;padding:26px 20px 20px;background:#fff;border-radius:var(--radius);border:1px solid var(--line)}.landing-page .step-num{font-family:Space Grotesk;font-size:34px;font-weight:700;background:linear-gradient(135deg,var(--violet),var(--magenta));-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:10px}.landing-page .step h3{font-size:15.5px;margin-bottom:6px}.landing-page .step p{font-size:13.5px;color:var(--ink-soft)}.landing-page .step-connector{display:none}@media (min-width:961px){.landing-page .step:not(:last-child):after{content:"";position:absolute;top:38px;right:-18px;width:18px;height:2px;background:var(--line)}}.landing-page .editorial{background:linear-gradient(135deg,var(--violet-deep),var(--violet) 55%,var(--magenta));color:#fff;border-radius:28px;padding:56px;position:relative;overflow:hidden}.landing-page .editorial:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.18),transparent 55%)}.landing-page .editorial-inner{position:relative;max-width:760px}.landing-page .editorial h2{font-size:clamp(24px,3vw,34px);margin-bottom:16px}.landing-page .editorial p{font-size:16px;opacity:.92;margin-bottom:14px}@media (max-width:640px){.landing-page .editorial{padding:32px 24px}}.landing-page .faq-list{border-top:1px solid var(--line)}.landing-page .faq-item{border-bottom:1px solid var(--line)}.landing-page .faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 4px;background:none;border:none;text-align:left;font-family:Space Grotesk;font-size:17px;font-weight:600;color:var(--ink)}.landing-page .faq-plus{width:26px;height:26px;border-radius:50%;border:1.5px solid var(--violet);position:relative;flex-shrink:0;transition:transform .3s ease,background .3s ease}.landing-page .faq-plus:after,.landing-page .faq-plus:before{content:"";position:absolute;background:var(--violet);top:50%;left:50%;transform:translate(-50%,-50%)}.landing-page .faq-plus:before{width:11px;height:2px}.landing-page .faq-plus:after{width:2px;height:11px;transition:opacity .2s ease}.landing-page .faq-item.open .faq-plus{background:var(--violet);transform:rotate(180deg)}.landing-page .faq-item.open .faq-plus:after,.landing-page .faq-item.open .faq-plus:before{background:#fff}.landing-page .faq-item.open .faq-plus:after{opacity:0}.landing-page .faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}.landing-page .faq-a p{padding:0 4px 22px;color:var(--ink-soft);font-size:15px;max-width:640px}.landing-page .finalcta{text-align:center;padding:80px 0}.landing-page .finalcta h2{font-size:clamp(28px,4vw,44px);margin-bottom:16px}.landing-page .finalcta p{color:var(--ink-soft);font-size:16.5px;max-width:560px;margin:0 auto 30px}.landing-page .finalcta .hero-ctas{justify-content:center}.landing-page footer{background:var(--ink);color:rgba(255,255,255,.7);padding:56px 0 28px}.landing-page .foot-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:32px;margin-bottom:40px}@media (max-width:760px){.landing-page .foot-grid{grid-template-columns:repeat(2,1fr)}}.landing-page .foot-brand{color:#fff;font-family:Space Grotesk;font-weight:700;font-size:19px;margin-bottom:10px}.landing-page .foot-col h4{color:#fff;font-size:13.5px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.landing-page .foot-col a{display:block;font-size:14px;padding:5px 0;color:rgba(255,255,255,.65);transition:color .2s}.landing-page .foot-col a:hover{color:#fff}.landing-page .foot-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:22px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:13px}