:root{color:#fff;background:#0b0f19;font-family:Aptos,Aptos Display,Segoe UI,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--obsidian: #0b0f19;--obsidian-light: #111827;--sapphire: #1e40af;--sapphire-bright: #2858e2;--purple: #5b4bff;--silver: #bfc6d2;--white: #ffffff;--muted: #8f99aa;--line: rgba(191, 198, 210, .16);--line-strong: rgba(191, 198, 210, .28);--surface: rgba(255, 255, 255, .035);--shadow: 0 28px 80px rgba(0, 0, 0, .35)}*{box-sizing:border-box}html{scroll-behavior:auto;scroll-padding-top:96px}body{margin:0;min-width:320px;overflow-x:hidden;background:var(--obsidian)}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}h1,h2,h3,p{margin-top:0}img,svg{display:block}.site{min-height:100svh;overflow:hidden;background:var(--obsidian);color:var(--white)}.shell{width:min(1280px,calc(100% - 64px));margin:0 auto}.header{position:fixed;z-index:50;top:0;right:0;left:0;border-bottom:1px solid var(--line);background:#0b0f19f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header__inner{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);width:min(1440px,calc(100% - 48px));min-height:78px;margin:0 auto;align-items:center;gap:28px}.brand{display:inline-flex;flex:0 0 auto;align-items:center}.brand__mobile-mark{display:none;width:34px;flex:0 0 auto;align-items:center}.brand__mobile-mark img{width:100%;height:auto}.header .brand{grid-column:1}.wordmark{display:inline-flex;color:var(--white);font-family:Georgia,Times New Roman,serif;font-size:1.35rem;line-height:1;letter-spacing:.17em}.wordmark span:last-child{color:#2f64ed}.desktop-nav{display:flex;grid-column:2;min-width:0;align-items:center;justify-content:center;gap:clamp(10px,1.5vw,24px)}.header__controls{display:flex;grid-column:3;justify-self:end;align-items:center;gap:12px}.header-mark{display:grid;width:60px;height:34px;place-items:center}.header-mark__crop{position:relative;display:block;width:56px;height:28px;overflow:hidden}.header-mark img{position:absolute;top:-22px;left:-15px;width:84px;max-width:none}.desktop-nav a{position:relative;color:var(--silver);font-size:.69rem;font-weight:700;line-height:1.15;text-align:center;text-transform:uppercase;transition:color .18s ease}.desktop-nav a:after{position:absolute;right:0;bottom:-9px;left:0;height:1px;background:var(--purple);content:"";transform:scaleX(0);transition:transform .18s ease}.desktop-nav a:hover,.desktop-nav a:focus-visible{color:var(--white)}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{transform:scaleX(1)}.menu-toggle,.mobile-nav{display:none}.hero{position:relative;display:grid;min-height:860px;padding:150px 0 0;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 74% 42%,rgba(30,64,175,.17),transparent 31%),linear-gradient(180deg,#0b0f19,#0a0e17)}.hero__grid{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;opacity:.4;background-image:linear-gradient(rgba(191,198,210,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(191,198,210,.045) 1px,transparent 1px);background-size:76px 76px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 86%);mask-image:linear-gradient(to bottom,black,transparent 86%)}.hero__glow{position:absolute;z-index:-1;border-radius:999px;filter:blur(18px)}.hero__glow--one{top:160px;right:-170px;width:570px;height:570px;border:1px solid rgba(91,75,255,.34);box-shadow:inset 0 0 110px #5b4bff1f;animation:ambient-drift 11s ease-in-out infinite alternate;will-change:transform}.hero__glow--two{bottom:-260px;left:22%;width:600px;height:420px;background:#1e40af1a;filter:blur(100px)}.hero__inner{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);gap:clamp(48px,7vw,110px);align-items:center;padding:54px 0 108px}.hero__content{min-width:0;max-width:750px}.kicker,.eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:24px;color:#688dff;font-size:.74rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.kicker span{display:block;width:34px;height:1px;background:var(--purple)}.hero h1{max-width:760px;margin-bottom:28px;font-size:clamp(4.25rem,6.3vw,6.6rem);font-weight:520;line-height:.95;letter-spacing:-.055em}.hero h1 em{display:inline;color:transparent;font-style:normal;background:linear-gradient(100deg,#fff 5%,#869fe6 40%,#5b4bff 92%);background-clip:text;-webkit-background-clip:text}.hero__lead{max-width:650px;margin-bottom:34px;color:var(--silver);font-size:1.17rem;line-height:1.65}.hero__actions{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;min-height:52px;padding:0 20px;border:1px solid transparent;border-radius:4px;align-items:center;justify-content:center;gap:10px;font-weight:750;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--purple);color:var(--white);box-shadow:0 12px 34px #5b4bff3d}.button--process{position:relative;overflow:hidden;padding-right:22px;background:linear-gradient(110deg,var(--purple),#735fff);box-shadow:0 14px 38px #5b4bff4d}.button--process:before{position:absolute;top:0;bottom:0;left:-45%;width:34%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);content:"";transform:skew(-18deg);transition:left .42s ease}.button--process:hover:before{left:120%}.button--process svg{transition:transform .18s ease}.button--process:hover svg{transform:translate(3px)}.button--secondary{border-color:var(--line-strong);background:#ffffff09;color:var(--white)}.button--secondary:hover{border-color:#5b4bffb3;background:#5b4bff14}.hero__company{margin:36px 0 0;color:#657084;font-size:.68rem;font-weight:700;letter-spacing:.17em}.hero-visual{position:relative;margin:0;max-width:570px;padding:12px;border:1px solid rgba(191,198,210,.18);background:#ffffff09;box-shadow:var(--shadow);transform:perspective(1100px) rotateY(-4deg) rotateX(1deg)}.hero-visual:before{position:absolute;z-index:-1;top:-36px;right:-36px;width:110px;height:110px;border-top:1px solid var(--purple);border-right:1px solid var(--purple);content:""}.hero-visual:after{position:absolute;top:12px;right:12px;bottom:12px;left:12px;background:linear-gradient(145deg,rgba(91,75,255,.14),transparent 45%);content:"";pointer-events:none}.hero-visual img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.hero__foot{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.hero__foot span{display:grid;min-height:72px;border-right:1px solid var(--line);place-items:center;color:#7d8798;font-size:.69rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hero__foot span:last-child{border-right:0}.section{position:relative;padding:126px 0}.section-heading{margin-bottom:66px}.section-heading--split{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:80px;align-items:end}.section-heading--compact{max-width:760px}.eyebrow{margin-bottom:20px}.section h2,.policy-hero h1{max-width:850px;margin-bottom:0;font-size:clamp(2.8rem,5vw,5.2rem);font-weight:520;line-height:.98;letter-spacing:-.045em}.section-heading__intro{margin:0 0 3px;color:var(--muted);font-size:1.03rem;line-height:1.7}.about{isolation:isolate;overflow:hidden;background:radial-gradient(circle at 82% 35%,rgba(91,75,255,.12),transparent 30%),linear-gradient(90deg,transparent 49.96%,rgba(191,198,210,.07) 50%,transparent 50.04%),#0e131f}.about:before{position:absolute;z-index:-1;top:-7%;right:0;bottom:-7%;left:0;background-image:url(/assets/trionext_transparentLogo-D7_vJZ6L.png);background-repeat:no-repeat;background-position:calc(100% - 4vw) 50%;background-size:min(54vw,760px) auto;background-attachment:scroll;content:"";opacity:.075;pointer-events:none;will-change:transform}@supports (animation-timeline: view()){.about:before{animation:about-parallax linear both;animation-timeline:view();animation-range:entry 0% exit 100%}}.about__heading{display:block}.about__heading h2{max-width:1100px;font-size:clamp(3.2rem,6.2vw,6.4rem)}.about__heading .section-heading__intro{max-width:790px;margin:32px 0 0}.about__body{display:block;padding:62px 0 90px;border-top:1px solid var(--line)}.about__lead{max-width:1040px;margin:0;color:var(--silver);font-size:clamp(1.6rem,3vw,2.5rem);line-height:1.28}.about__copy{max-width:860px;margin-top:44px}.about__copy p{margin-bottom:20px;color:var(--muted);font-size:1rem;line-height:1.75}.purpose-grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid var(--line)}.purpose-grid article{min-height:340px;padding:42px;background:#ffffff06;transition:background .22s ease}.purpose-grid article:hover{background:#5b4bff0e}.purpose-grid article:first-child{border-right:1px solid var(--line)}.purpose-grid article>span,.founder-card__number{color:#688dff;font-size:.69rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.purpose-grid h3{max-width:430px;margin:70px 0 18px;font-size:2rem;font-weight:560}.purpose-grid p{max-width:520px;margin:0;color:var(--muted);line-height:1.7}.founders{padding-top:126px}.founder-list{border-top:1px solid var(--line)}.founder-card{display:grid;grid-template-columns:220px minmax(0,1fr);gap:52px;padding:38px 0;border-bottom:1px solid var(--line)}.founder-card__photo{position:relative;display:grid;overflow:hidden;aspect-ratio:4 / 5;place-items:center;background:linear-gradient(145deg,rgba(91,75,255,.2),transparent 48%),repeating-linear-gradient(135deg,rgba(191,198,210,.05) 0 1px,transparent 1px 14px),#131a29;color:var(--silver)}.founder-card__photo:after{position:absolute;top:10px;right:10px;bottom:10px;left:10px;border:1px solid var(--line);content:""}.founder-card__photo span{font-family:Georgia,serif;font-size:3rem;letter-spacing:.08em}.founder-card__photo small{position:absolute;right:20px;bottom:18px;color:#687489;font-size:.65rem;letter-spacing:.14em;text-transform:uppercase}.founder-card h3{margin:17px 0 7px;font-size:2rem;font-weight:560}.founder-card__role{margin-bottom:24px!important;color:#8ea9ff!important;font-weight:700}.founder-card p{max-width:900px;margin:0;color:var(--muted);line-height:1.72}.services{background:var(--obsidian)}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}.service-card{position:relative;min-height:360px;padding:34px 30px;overflow:hidden;border-right:1px solid var(--line);background:var(--surface);transition:background .22s ease,transform .22s ease}.service-card:last-child{border-right:0}.service-card:after{position:absolute;right:-44px;bottom:-44px;width:130px;height:130px;border:1px solid rgba(91,75,255,.28);border-radius:50%;content:"";transition:transform .26s ease}.service-card:hover{background:#1e40af17;transform:translateY(-5px)}.service-card:hover:after{transform:scale(1.28)}.service-card__number{display:block;margin-bottom:78px;color:#5f6b7f;font-size:.72rem;letter-spacing:.14em}.service-card svg{margin-bottom:26px;color:#688dff}.service-card h3{margin-bottom:14px;font-size:1.4rem;font-weight:560}.service-card p{margin:0;color:var(--muted);line-height:1.65}.process{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(circle at 12% 10%,rgba(91,75,255,.12),transparent 25%),#0e131f}.process-list{display:grid;grid-template-columns:repeat(5,1fr);margin:0;padding:0;list-style:none}.process-list li{position:relative;min-height:460px;padding:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);border-left:1px solid var(--line);overflow:visible;isolation:isolate;background:#0a0f19;transition:background .22s ease,transform .22s ease}.process-list__image{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#090e18}.process-list__image:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#070b131a,#080d178f 43%,#0b101b),linear-gradient(135deg,#5b4bff2e,#080d1714 48%,#080d17a8);content:"";pointer-events:none;transition:background .28s ease}.process-list__image img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.72) contrast(1.05) brightness(.84);transition:filter .32s ease,transform .52s cubic-bezier(.22,1,.36,1)}.process-list li:hover .process-list__image img{filter:saturate(.92) contrast(1.05) brightness(.92);transform:scale(1.045)}.process-list__body{position:relative;z-index:1;display:flex;min-height:460px;padding:28px 24px 30px;flex-direction:column}.process-list li:before{position:absolute;top:0;right:0;left:0;height:2px;background:linear-gradient(90deg,var(--purple),transparent 72%);content:"";opacity:0;transform:scaleX(.25);transform-origin:left;transition:opacity .22s ease,transform .22s ease}.process-list li:hover{background:#0a0f19}.process-list li:hover:before{opacity:1;transform:scaleX(1)}.process-list li:last-child{border-right:1px solid var(--line)}.process-list__number{color:#6f7b90;font-size:.7rem;font-weight:800;letter-spacing:.12em}.process-list__top{display:flex;align-items:center;justify-content:space-between;gap:16px}.process-list__icon{display:grid;width:52px;height:52px;border:1px solid rgba(91,75,255,.5);border-radius:14px;place-items:center;background:#0b0f19ad;color:#9d94ff;box-shadow:inset 0 0 24px #5b4bff0f;transition:background .22s ease,color .22s ease,transform .22s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.process-list li:hover .process-list__icon{background:var(--purple);color:var(--white);transform:rotate(-4deg) scale(1.04)}.process-list__content{margin-top:auto;padding-top:54px}.process-list h3{margin-bottom:14px;font-size:1.15rem;font-weight:590}.process-list p{margin:0;color:var(--muted);font-size:.91rem;line-height:1.65}.process-list li>svg{position:absolute;z-index:2;top:50%;right:-13px;padding:5px;border-radius:50%;background:#0e131f;color:#657084;transform:translateY(-50%)}.packages{background:radial-gradient(circle at 50% 32%,rgba(30,64,175,.09),transparent 35%),var(--obsidian)}.plan-switch{display:inline-grid;grid-template-columns:repeat(2,minmax(0,auto));gap:6px;margin-bottom:34px;padding:6px;border:1px solid var(--line);border-radius:8px;background:#ffffff06}.plan-switch button{min-height:48px;padding:0 20px;border:1px solid transparent;border-radius:5px;background:transparent;color:var(--silver);font-size:.84rem;font-weight:750;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.plan-switch button:hover{color:var(--white)}.plan-switch button:focus-visible{outline:2px solid #a59cff;outline-offset:2px}.plan-switch button.is-active{border-color:#5b4bffcc;background:var(--purple);color:var(--white);box-shadow:0 10px 28px #5b4bff33}.package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}.package-card{position:relative;display:flex;min-height:480px;padding:34px;border:1px solid var(--line);flex-direction:column;background:#ffffff06;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease}.package-card:hover{border-color:#5b4bff6b;transform:translateY(-4px);box-shadow:0 22px 54px #0000002e}.package-card.is-featured{border-color:#5b4bffb3;background:linear-gradient(180deg,#5b4bff1f,#ffffff06);box-shadow:0 26px 70px #1e40af26}.package-card__badge{position:absolute;top:24px;right:24px;padding:7px 10px;background:var(--purple);color:var(--white);font-size:.67rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.package-card>p{margin-bottom:12px;color:#688dff;font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.package-card h3{margin-bottom:44px;font-size:2.25rem;font-weight:540}.package-card__duration{display:grid;margin-bottom:34px;gap:7px}.package-card__duration strong{font-size:1.32rem;font-weight:560}.package-card__duration span{color:var(--muted);font-size:.78rem}.package-card ul{display:grid;margin:0 0 34px;padding:0;gap:15px;list-style:none}.package-card li{display:flex;align-items:flex-start;gap:10px;color:var(--silver);font-size:.91rem;line-height:1.45}.package-card li svg{flex:0 0 auto;margin-top:2px;color:#688dff}.button--package{width:100%;margin-top:auto;border-color:var(--line-strong);color:var(--white)}.package-card.is-featured .button--package{border-color:var(--purple);background:var(--purple)}.products{border-top:1px solid var(--line);background:#0e131f}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-group{display:grid;grid-template-rows:auto 1fr;border:1px solid var(--line);background:#ffffff06;transition:border-color .22s ease,background-color .22s ease}.product-group:hover{border-color:#5b4bff5c;background-color:#5b4bff09}.product-group--b2c{position:relative;overflow:hidden;border-color:#e2083b52;background:radial-gradient(circle at 86% 20%,rgba(226,8,59,.2),transparent 34%),#ffffff06}.product-group--b2c:after{position:absolute;right:-100px;bottom:-130px;width:360px;height:360px;border:1px solid rgba(226,8,59,.14);border-radius:50%;content:"";pointer-events:none}.product-group--b2c>header{border-bottom-color:#e2083b38}.product-group--b2c>header span{color:#ff315d}.product-group>header{display:flex;min-height:102px;padding:26px 30px;border-bottom:1px solid var(--line);align-items:flex-end;justify-content:space-between;gap:20px}.product-group>header span{font-size:3rem;font-weight:650;letter-spacing:-.04em}.product-group>header small{color:var(--muted)}.product-group__list{display:grid}.product-group--b2c .product-group__list{height:100%}.product-item{display:grid;grid-template-columns:52px minmax(0,1fr);gap:18px;padding:32px 30px;border-bottom:1px solid var(--line)}.product-item:last-child{border-bottom:0}.product-item__icon{display:grid;width:48px;height:48px;border:1px solid rgba(91,75,255,.42);place-items:center;color:#8d83ff}.product-item__icon svg{width:22px}.product-item__icon--image{width:64px;height:64px;overflow:hidden;border-color:#e2083b7a;border-radius:16px;box-shadow:0 12px 32px #e2083b29}.product-item__icon--image img{width:100%;height:100%;object-fit:cover}.product-item--bacim{position:relative;z-index:1;grid-template-columns:120px minmax(0,1fr);min-height:100%;padding:40px 34px;align-items:center;gap:clamp(38px,6vw,84px)}.product-item--bacim .product-item__icon--image{width:120px;height:120px;border:5px solid rgba(255,255,255,.1);border-radius:42px;box-shadow:0 28px 70px #e2083b47}.product-item--bacim .product-item__title{margin-bottom:16px}.product-item--bacim .product-item__title h3{margin-top:8px;font-size:clamp(2.4rem,3.6vw,4rem);line-height:.95;letter-spacing:-.05em}.product-item__brand-logo{width:min(300px,100%);height:auto;margin-top:12px;filter:drop-shadow(0 12px 26px rgba(226,8,59,.18))}.product-item--bacim .product-item__title>span{padding:10px 14px;border-color:#e2083bb8;background:#e2083b;color:#fff;font-size:.75rem;box-shadow:0 10px 28px #e2083b33}.product-item__type{display:block;color:#ff6c8b;font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.product-item--bacim>div:last-child>p:not(.product-item__tagline){max-width:760px;font-size:1.05rem}.product-item__title{display:flex;margin-bottom:12px;align-items:center;justify-content:space-between;gap:14px}.product-item__title h3{margin:0;font-size:1.3rem;font-weight:580}.product-item__title>span{padding:6px 8px;border:1px solid rgba(91,75,255,.55);color:#a59cff;font-size:.65rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.product-item p{margin-bottom:22px;color:var(--muted);line-height:1.68}.product-item .product-item__tagline{margin-bottom:10px;color:#fff;font-size:.78rem;font-weight:780;letter-spacing:.08em;text-transform:uppercase}.product-store-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.product-store-link{display:flex;min-width:190px;min-height:62px;padding:10px 14px;border:1px solid rgba(255,255,255,.16);border-radius:10px;align-items:center;gap:10px;background:#03050ae0;color:var(--white);transition:border-color .18s ease,background .18s ease,transform .18s ease}.product-store-link:hover,.product-store-link:focus-visible{border-color:#e2083bb8;background:#050505;transform:translateY(-2px)}.product-store-link:focus-visible{outline:2px solid rgba(226,8,59,.42);outline-offset:2px}.product-store-link>svg{width:28px;height:30px;flex:0 0 auto}.product-store-link>svg:not(.product-store-link__google){fill:currentColor;stroke-width:1.5}.product-store-link>span{display:grid;min-width:0;gap:2px}.product-store-link small{color:#bfc6d2;font-size:.61rem;line-height:1}.product-store-link strong{font-size:.96rem;line-height:1.1}.product-item__media{display:grid;min-height:84px;border:1px dashed rgba(191,198,210,.22);place-items:center;background:#ffffff05;color:#626d7f;font-size:.67rem;letter-spacing:.1em;text-transform:uppercase}.trust{background:var(--obsidian)}.logo-wall{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.logo-wall div{display:grid;min-height:170px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);place-content:center;gap:12px;text-align:center;transition:background .18s ease,color .18s ease}.logo-wall div:hover{background:#5b4bff0b}.logo-wall span{color:#4f5969;font-size:1.25rem;font-weight:750;letter-spacing:.15em}.logo-wall small{color:#505a6b;font-size:.66rem;letter-spacing:.1em;text-transform:uppercase}.investors{position:relative;padding:120px 0;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 80% 20%,rgba(91,75,255,.12),transparent 30%),#0b0f19}.investors:before{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;opacity:.28;background-image:linear-gradient(rgba(191,198,210,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(191,198,210,.04) 1px,transparent 1px);background-size:64px 64px;content:"";-webkit-mask-image:linear-gradient(90deg,black,transparent 80%);mask-image:linear-gradient(90deg,black,transparent 80%)}.investors:after{position:absolute;z-index:-1;top:8%;right:6%;width:360px;height:360px;border:1px solid rgba(91,75,255,.2);border-radius:50%;content:"";animation:ambient-drift 10s ease-in-out infinite alternate-reverse}.investors__inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:clamp(56px,7vw,110px);padding:clamp(48px,6vw,78px);border:1px solid rgba(191,198,210,.18);border-radius:24px;align-items:center;background:linear-gradient(125deg,rgba(30,64,175,.16),rgba(91,75,255,.055) 58%,transparent),#111827b8;box-shadow:0 34px 90px #00000047}.investors h2{max-width:800px;margin-bottom:26px}.investors p:not(.eyebrow){max-width:650px;margin-bottom:30px;color:var(--silver);line-height:1.7}.button--investor{border-color:#5b4bffb3;background:var(--purple);color:var(--white);box-shadow:0 14px 36px #5b4bff33}.investors__brand{position:relative;display:grid;min-height:340px;overflow:hidden;border:1px solid rgba(191,198,210,.14);border-radius:20px;place-content:center;background:radial-gradient(circle at 50% 48%,rgba(30,64,175,.19),transparent 34%),#05080e75}.investors__brand img{position:relative;z-index:2;width:min(520px,100%);max-width:100%;height:auto;filter:drop-shadow(0 20px 30px rgba(0,0,0,.24))}.investors__orbit{position:absolute;border:1px solid rgba(91,75,255,.2);border-radius:50%;pointer-events:none;will-change:transform,opacity}.investors__orbit--one{top:12%;right:8%;bottom:12%;left:8%;animation:orbit-breathe 7s ease-in-out infinite}.investors__orbit--two{top:25%;right:-8%;bottom:25%;left:-8%;border-color:#2858e22e;animation:orbit-breathe 9s ease-in-out infinite reverse}.blog{padding-top:96px;padding-bottom:40px;background:#0e131f}.blog__card{display:grid;grid-template-columns:1fr .35fr;gap:70px;padding:64px;border:1px solid var(--line);align-items:end;background:#ffffff06}.blog__card h2{font-size:clamp(2.7rem,4.6vw,4.7rem)}.blog__coming{padding-left:28px;border-left:1px solid var(--purple)}.blog__coming span{color:#958bff;font-size:.73rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.blog__coming p{margin:12px 0 0;color:var(--muted)}.contact{background:#0e131f}.contact__inner{display:grid;grid-template-columns:minmax(0,.78fr) minmax(500px,1fr);gap:90px;align-items:start}.contact__copy h2{margin-bottom:26px}.contact__copy>p:not(.eyebrow){max-width:480px;color:var(--muted);font-size:1.05rem;line-height:1.7}.contact__privacy{display:inline-flex;margin-top:20px;align-items:center;gap:10px;color:#8893a5;font-size:.86rem}.contact__privacy svg{color:#8d83ff}.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:34px;border:1px solid var(--line);background:#ffffff09;box-shadow:var(--shadow)}.contact-form label{display:grid;gap:9px;color:var(--silver);font-size:.78rem;font-weight:700}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid rgba(191,198,210,.2);border-radius:0;outline:0;background:#05080e8c;color:var(--white);padding:14px;transition:border-color .16s ease,box-shadow .16s ease}.contact-form textarea{min-height:124px;resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--purple);box-shadow:0 0 0 3px #5b4bff24}.contact-form__wide{grid-column:1 / -1}.consent{grid-template-columns:18px 1fr;align-items:start;color:var(--muted)!important;font-weight:500!important;line-height:1.5}.consent input{width:18px;height:18px;margin:2px 0 0;padding:0;accent-color:var(--purple)}.consent a{color:#8ea9ff;font-weight:750}.button--submit{width:100%;min-height:54px;background:var(--purple);color:var(--white)}.button--submit:disabled{cursor:wait;opacity:.7;transform:none}.form-status{min-height:20px;margin:-2px 0 0;color:var(--muted);font-size:.82rem}.footer{border-top:1px solid var(--line);background:#080b12}.footer__inner{display:grid;grid-template-columns:1fr auto auto;gap:70px;padding-top:54px;padding-bottom:54px;align-items:start}.footer__tagline{max-width:330px;margin:18px 0 0;padding-left:14px;border-left:2px solid var(--purple);color:var(--silver);font-size:.92rem;line-height:1.55}.footer nav,.footer__legal{display:grid;gap:12px;color:#7d8798;font-size:.78rem}.footer a{transition:color .16s ease}.footer a:hover{color:var(--white)}.footer__legal a{display:inline-flex;align-items:center;gap:7px}@keyframes ambient-drift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(0,18px,0) scale(1.025)}}@keyframes orbit-breathe{0%,to{transform:scale(.96);opacity:.45}50%{transform:scale(1.04);opacity:.9}}@keyframes about-parallax{0%{transform:translate3d(0,-4%,0)}to{transform:translate3d(0,4%,0)}}[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1);transition-delay:var(--delay, 0ms)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.process-list li:nth-child(2),.package-card:nth-child(2),.product-group:nth-child(2){--delay: 70ms}.process-list li:nth-child(3),.package-card:nth-child(3){--delay: .14s}.process-list li:nth-child(4){--delay: .21s}.process-list li:nth-child(5){--delay: .28s}.policy-page{min-height:100svh;padding-bottom:80px;background:radial-gradient(circle at 70% 0,rgba(30,64,175,.16),transparent 28%),var(--obsidian);color:var(--white)}.policy-hero,.policy-content{width:min(960px,calc(100% - 48px));margin:0 auto}.policy-hero{padding:80px 0 48px}.policy-back{display:inline-flex;margin-bottom:54px;align-items:center;gap:9px;color:#8ea9ff;font-weight:720}.policy-hero .section-label{display:flex;margin-bottom:20px;align-items:center;gap:9px;color:#8d83ff;font-size:.76rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.policy-hero h1{max-width:900px;margin-bottom:24px}.policy-hero>p:not(.section-label),.policy-content p{color:var(--muted);font-size:1rem;line-height:1.75}.policy-hero>span{color:#71809a;font-size:.82rem}.policy-content{display:grid;gap:12px}.policy-content article{padding:28px;border:1px solid var(--line);background:#ffffff07}.policy-content h2{margin-bottom:11px;font-size:1.15rem;font-weight:620}.policy-content p{margin:0}@media(max-width:1180px){.header__inner{grid-template-columns:auto 1fr auto}.header .brand{grid-column:1;justify-self:start}.header__controls{grid-column:3;justify-self:end}.header-mark,.desktop-nav{display:none}.menu-toggle{display:grid;width:42px;height:42px;padding:0;border:1px solid var(--line);place-items:center;background:transparent;color:var(--white);cursor:pointer}.menu-toggle svg{width:22px}.mobile-nav{position:fixed;top:78px;right:0;left:0;display:grid;max-height:0;overflow:hidden;background:#0b0f19fa;opacity:0;pointer-events:none;transition:max-height .26s ease,opacity .2s ease}.mobile-nav.is-open{max-height:calc(100svh - 78px);overflow-y:auto;border-bottom:1px solid var(--line);opacity:1;pointer-events:auto}.mobile-nav a{display:flex;min-height:58px;padding:0 28px;border-top:1px solid var(--line);align-items:center;justify-content:space-between;color:var(--silver);font-size:.86rem;font-weight:700;text-transform:uppercase}.hero__inner{grid-template-columns:1fr .78fr;gap:50px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card:nth-child(2){border-right:0}.service-card:nth-child(-n+2){border-bottom:1px solid var(--line)}.process-list{grid-template-columns:repeat(3,1fr)}.process-list li:nth-child(n+4){border-top:0}.process-list li:nth-child(3){border-right:1px solid var(--line)}.contact__inner{gap:56px}}@media(max-width:900px){.shell{width:min(100% - 40px,1280px)}.hero{min-height:auto}.hero__inner{grid-template-columns:1fr;padding-bottom:80px}.hero-visual{width:min(100%,620px);max-width:none;transform:none}.section-heading--split,.about__body,.investors__inner,.contact__inner{grid-template-columns:1fr;gap:36px}.section-heading__intro{max-width:650px}.about{background:#0e131f}.about:before{background-position:80% 50%;background-size:780px auto;background-attachment:scroll;opacity:.045}.purpose-grid{grid-template-columns:1fr}.purpose-grid article:first-child{border-right:0;border-bottom:1px solid var(--line)}.founder-card{grid-template-columns:180px minmax(0,1fr);gap:34px}.package-grid{grid-template-columns:1fr}.package-card{min-height:430px}.product-grid{grid-template-columns:1fr}.logo-wall{grid-template-columns:repeat(3,1fr)}.blog__card{grid-template-columns:1fr;gap:40px}.contact__copy{max-width:720px}.footer__inner{grid-template-columns:1fr 1fr}.footer__legal{grid-column:1 / -1}}@media(max-width:680px){.shell{width:min(100% - 28px,1280px)}.header__inner{width:calc(100% - 28px);min-height:68px}.header .brand{display:inline-flex;grid-column:1;justify-self:start;gap:8px}.brand__mobile-mark{display:flex}.wordmark{font-size:1.15rem}.header__controls{display:flex;grid-column:3;justify-self:end}.header-mark{display:none}.menu-toggle{grid-column:auto}.mobile-nav{top:68px}.mobile-nav.is-open{max-height:calc(100svh - 68px)}.hero{padding-top:105px}.hero__inner{gap:46px;padding:48px 0 60px;min-width:0}.hero h1{font-size:clamp(3.1rem,15vw,4.7rem);overflow-wrap:anywhere}.hero__lead{font-size:1rem}.hero__actions{display:grid;min-width:0}.hero__actions .button{width:100%;max-width:100%}.hero__foot{grid-template-columns:repeat(2,1fr)}.hero__foot span:nth-child(2){border-right:0}.hero__foot span:nth-child(-n+2){border-bottom:1px solid var(--line)}.section{padding:88px 0}.section-heading{margin-bottom:46px}.section h2,.policy-hero h1{font-size:clamp(2.35rem,12vw,3.7rem)}.about__body{padding:42px 0 64px}.about__heading h2{font-size:clamp(2.7rem,13vw,4.2rem)}.about__heading .section-heading__intro{margin-top:24px}.about__copy{margin-top:34px}.purpose-grid article{min-height:300px;padding:28px}.purpose-grid h3{margin-top:58px;font-size:1.65rem}.founders{padding-top:88px}.founder-card{grid-template-columns:1fr}.founder-card__photo{max-width:230px}.founder-card h3{font-size:1.65rem}.service-grid,.process-list{grid-template-columns:1fr}.service-card{min-height:310px;border-right:0;border-bottom:1px solid var(--line)}.service-card:last-child{border-bottom:0}.service-card__number{margin-bottom:54px}.process-list li,.process-list li:nth-child(n+4){min-height:0;border-top:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.process-list li:first-child{border-top:1px solid var(--line)}.process-list__content{margin-top:auto;padding-top:48px}.process-list li>svg{top:auto;right:50%;bottom:-13px;transform:translate(50%) rotate(90deg)}.package-card{min-height:460px;padding:28px}.plan-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.plan-switch button{min-height:64px;padding:8px 12px;line-height:1.3}.package-card__badge{top:20px;right:20px}.product-item{grid-template-columns:1fr;padding:26px 22px}.product-item--bacim{grid-template-columns:1fr;min-height:auto;padding:34px 24px;gap:28px}.product-item--bacim .product-item__icon--image{width:116px;height:116px;border-radius:28px}.product-item--bacim .product-item__title{align-items:flex-start}.product-item--bacim .product-item__title h3{font-size:clamp(2.6rem,14vw,4rem)}.product-store-links{display:grid;grid-template-columns:1fr}.product-store-link{width:100%}.product-group>header{padding:22px}.product-group>header span{font-size:2.3rem}.logo-wall{grid-template-columns:repeat(2,1fr)}.logo-wall div{min-height:135px}.investors{padding:76px 0}.investors__inner{padding:30px;border-radius:18px}.investors__brand{min-height:250px}.blog{padding-top:74px;padding-bottom:20px}.blog__card{padding:30px}.contact-form{grid-template-columns:1fr;padding:22px}.footer__inner{grid-template-columns:1fr;gap:38px}.footer__legal{grid-column:auto}.policy-hero,.policy-content{width:calc(100% - 28px)}.policy-hero{padding-top:46px}.policy-content article{padding:22px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.about:before{background-attachment:scroll}}
