.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Inter,sans-serif;font-weight:600;border-radius:20px;cursor:pointer;transition:all .18s ease;border:1px solid transparent;white-space:nowrap;letter-spacing:-.01em}.btn--primary{background:#5ee1d6;color:#0e1450;border-color:transparent;box-shadow:0 6px 18px #5ee1d659}.btn--primary:hover{background:#4dd0c8;transform:translateY(-1px);box-shadow:0 8px 22px #5ee1d673}.btn--outline{background:transparent;color:var(--text);border-color:#ffffff2e}.btn--outline:hover{background:#ffffff0f;border-color:#ffffff4d}.btn--ghost{background:transparent;color:var(--muted);border-color:transparent}.btn--sm{padding:8px 18px;font-size:13px}.btn--md{padding:10px 22px;font-size:14px}.btn--lg{padding:12px 28px;font-size:14px}.header{position:sticky;top:0;z-index:50;background:#0e1450d1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:24px}.header__logo{display:flex;align-items:center;gap:9px;font-size:19px;font-weight:800;letter-spacing:-.03em;color:var(--text)}.header__logo img{width:28px;height:28px}.header__nav{display:flex;align-items:center;gap:26px}.header__link{font-size:13px;font-weight:500;color:#a8adde;position:relative;transition:color .18s}.header__link:hover{color:var(--cyan)}.header__burger{display:none;flex-direction:column;gap:4px;background:transparent;border:none;cursor:pointer;padding:4px}.header__burger span{display:block;width:20px;height:2px;background:var(--text);border-radius:2px}.header__mobile{display:flex;flex-direction:column;gap:12px;padding:16px 24px 20px;border-top:1px solid rgba(255,255,255,.06);background:#0e1450f5}.header__mobile a{color:#a8adde;font-size:14px}.header__mobile a:hover{color:var(--cyan)}@media(max-width:860px){.header__nav,.header__cta{display:none}.header__burger{display:flex}}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay, 0ms);will-change:opacity,transform}.reveal--visible{opacity:1;transform:none}.reveal--fade{transform:none}.reveal--scale{transform:scale(.96) translateY(10px)}.reveal--scale.reveal--visible{transform:none}.reveal--slide-left{transform:translate(18px)}.reveal--slide-left.reveal--visible{transform:none}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.hero{padding:56px 0 0;overflow:hidden;position:relative}.hero__inner{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;padding-bottom:48px}.hero__title{font-size:clamp(30px,4.2vw,46px);font-weight:800;line-height:1.05;letter-spacing:-.03em;text-transform:uppercase;color:#fff}.hero__desc{margin-top:16px;font-size:13.5px;color:#a8adde;max-width:500px;line-height:1.7}.hero__actions{display:flex;gap:12px;margin-top:22px}.hero__trust{margin-top:28px}.hero__trust span{font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#6b71a6}.hero__logos{display:flex;gap:16px;margin-top:10px}.hero__logos span{font-size:12px;font-weight:700;color:#a8adde;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);padding:6px 12px;border-radius:20px}.hero__right{position:relative;height:420px;display:flex;align-items:center;justify-content:center}.hero__image{width:100%;max-width:560px;height:auto;object-fit:contain;display:block;filter:drop-shadow(0 20px 40px rgba(0,0,0,.35)) drop-shadow(0 0 24px rgba(94,225,214,.12))}.hero__partners{border:none;background:transparent;padding:28px 0 40px}.hero__partners-inner{display:flex;justify-content:center;align-items:center}.hero__terminal{width:100%;max-width:760px;margin:0 auto;background:#0e0a30f5;border:1px solid rgba(94,225,214,.18);border-radius:14px;overflow:hidden;box-shadow:0 16px 40px #00000073,0 0 0 1px #ffffff0a inset,0 0 24px #5ee1d614;padding:0}.hero__terminal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#ffffff09;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:0}.hero__traffic{display:flex;gap:6px;align-items:center}.hero__traffic-dot{width:12px;height:12px;border-radius:50%;display:block;border:1px solid rgba(0,0,0,.15)}.hero__traffic-dot--red{background:#ff5f56}.hero__traffic-dot--yellow{background:#ffbd2e}.hero__traffic-dot--green{background:#27c93f}.hero__terminal-title{font-size:11px;color:#8a8fbe;letter-spacing:.04em;flex:1;text-align:center}.hero__copy{display:inline-flex;align-items:center;gap:6px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#c7ccee;font-size:11px;font-weight:600;letter-spacing:.03em;padding:6px 10px;border-radius:8px;cursor:pointer;transition:all .18s ease;font-family:Inter,sans-serif}.hero__copy:hover{background:#5ee1d61f;border-color:#5ee1d647;color:#5ee1d6}.hero__copy:active{transform:scale(.97)}.hero__copy-text{font-size:11px}@media(max-width:480px){.hero__copy-text{display:none}}.hero__terminal-body{display:flex;align-items:center;gap:10px;padding:18px 20px;background:linear-gradient(180deg,#12082cf5,#0a0620f5)}.hero__terminal-prompt{color:#5ee1d6;font-family:JetBrains Mono,monospace;font-size:14px;font-weight:700;line-height:1;-webkit-user-select:none;user-select:none}.hero__terminal-body pre{margin:0;font-size:13.5px;color:#c7ccee;white-space:pre-wrap;word-break:break-all;line-height:1.6}@media(max-width:960px){.hero__inner{grid-template-columns:1fr}.hero__right{height:360px}}@media(max-width:600px){.hero__right{display:none}}.problem{padding:56px 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);background:#040935}.problem__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.problem__left h2{font-size:clamp(26px,3vw,34px);font-weight:800;letter-spacing:-.02em;line-height:1.15;color:#fff;text-transform:uppercase;margin-bottom:14px}.problem__left h2:after{content:"";display:block;width:28px;height:2px;background:#5ee1d6;margin-top:10px}.problem__left p{font-size:13.5px;color:#8a8fbe;line-height:1.7;margin-bottom:12px}.problem__muted{color:#6b71a6!important}.problem__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.problem__stat{padding:18px;background:var(--bg-card);border:1px solid var(--border);border-radius:16px}.problem__icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#5ee1d61a;border:1px solid rgba(94,225,214,.25);border-radius:9px;color:#5ee1d6;margin-bottom:10px}.problem__value{font-size:17px;font-weight:800;color:#fff}.problem__label{font-size:12px;color:#a8adde;margin-top:2px}.problem__sub{font-size:11px;color:#6b71a6}@media(max-width:860px){.problem__inner{grid-template-columns:1fr}}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:24px;transition:all .2s ease}.feature-card:hover{background:var(--bg-card-hover);border-color:var(--border-strong)}.feature-card__icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#5ee1d61a;border:1px solid rgba(94,225,214,.25);border-radius:10px;color:#5ee1d6;margin-bottom:16px;box-shadow:0 0 12px #5ee1d61f}.feature-card__icon svg{width:20px;height:20px}.feature-card__title{font-size:15px;font-weight:700;color:#fff;margin-bottom:6px;letter-spacing:-.02em}.feature-card__title:after{content:"";display:block;width:28px;height:2px;background:#5ee1d6;border-radius:2px;margin-top:8px}.feature-card__desc{font-size:12.5px;color:#8a8fbe;line-height:1.6;margin-top:8px}.feature-card-wrap{position:relative;height:100%}.feature-card-wrap--new .feature-card{border-color:#5ee1d652;box-shadow:0 0 0 1px #5ee1d614,0 8px 32px #5ee1d614}.feature-card__badge{position:absolute;top:-8px;right:12px;z-index:2;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#0e1450;background:#5ee1d6;padding:3px 8px;border-radius:999px;box-shadow:0 2px 10px #5ee1d666}.features{padding:56px 0}.features__head{text-align:left;max-width:560px;margin:0 0 28px}.features__head h2{font-size:clamp(26px,3vw,36px);font-weight:800;letter-spacing:-.02em;line-height:1.15;color:#fff;text-transform:uppercase;margin-bottom:10px}.features__head p{font-size:13.5px;color:#8a8fbe}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:960px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.features__grid{grid-template-columns:1fr}}.cluster{padding:56px 0;background:#ffffff05;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.cluster__head{max-width:640px;margin:0 0 28px}.cluster__head h2{font-size:clamp(26px,3vw,36px);font-weight:800;letter-spacing:-.02em;line-height:1.15;color:#fff;text-transform:uppercase;margin-bottom:10px}.cluster__head h2:after{content:"";display:block;width:28px;height:2px;background:#5ee1d6;margin-top:10px}.cluster__head p{font-size:13.5px;color:#8a8fbe;line-height:1.7}.cluster__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:960px){.cluster__grid{grid-template-columns:1fr}}.cluster__card{background:var(--bg-card);border:1px solid rgba(94,225,214,.22);border-radius:16px;padding:22px;box-shadow:0 8px 32px #0000002e;display:flex;flex-direction:column;gap:12px}.cluster__card-head{display:flex;align-items:center;gap:12px}.cluster__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#5ee1d61f;border:1px solid rgba(94,225,214,.28);border-radius:10px;color:#5ee1d6;flex-shrink:0}.cluster__card-head h3{font-size:15px;font-weight:800;color:#fff;display:inline;margin-right:8px}.cluster__badge{font-size:9px;font-weight:800;letter-spacing:.12em;color:#0e1450;background:#5ee1d6;padding:2px 7px;border-radius:999px;vertical-align:middle}.cluster__desc{font-size:12.5px;color:#8a8fbe;line-height:1.6}.cluster__list{list-style:none;display:grid;gap:8px;margin:4px 0}.cluster__list li{display:flex;gap:8px;align-items:flex-start;font-size:12.5px;color:#c7ccee;line-height:1.5}.cluster__check{width:20px;height:20px;flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center;background:#5ee1d626;border:1px solid rgba(94,225,214,.28);border-radius:50%;color:#5ee1d6}.cluster__visual{margin-top:8px;background:#0e1450b3;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:14px;display:grid;gap:10px}.cluster__nodes{display:flex;flex-wrap:wrap;gap:8px}.cluster__node{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;color:#c7ccee;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:6px 10px}.cluster__node--manager{background:#5ee1d61f;border-color:#5ee1d647;color:#5ee1d6}.cluster__node em{font-style:normal;font-weight:500;font-size:10.5px;opacity:.8}.cluster__metrics{display:flex;flex-wrap:wrap;gap:10px;font-size:11px;color:#8a8fbe}.cluster__metrics span{display:inline-flex;align-items:center;gap:5px}.cluster__scalebar{display:grid;gap:6px}.cluster__scale-label{display:flex;justify-content:space-between;font-size:11px;font-weight:600;color:#c7ccee}.cluster__scale-track{height:8px;background:#ffffff14;border-radius:999px;overflow:hidden}.cluster__scale-fill{display:block;height:100%;background:linear-gradient(90deg,#5ee1d6,#2ec4b6);border-radius:999px}.cluster__scale-fill--down{background:linear-gradient(90deg,#8a8fbe,#6b71a6)}.cluster__foot{text-align:center;font-size:12px;color:#6b71a6;margin-top:18px}.how{padding:56px 0}.how__head{text-align:left;margin-bottom:28px;max-width:560px}.how__head h2{font-size:clamp(26px,3vw,34px);font-weight:800;letter-spacing:-.02em;line-height:1.15;color:#fff;text-transform:uppercase}.how__head h2:after{content:"";display:block;width:28px;height:2px;background:#5ee1d6;margin-top:10px}.how__journey{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start}.how__cards{display:grid;gap:14px}.how__card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:20px}.how__card--highlight{background:var(--bg-card-dark);border-color:#5ee1d62e}.how__card h4{font-size:14px;font-weight:700;color:#fff;margin-bottom:6px}.how__card h4:after{content:"";display:block;width:28px;height:2px;background:#5ee1d6;margin-top:8px}.how__card p{font-size:12.5px;color:#8a8fbe;line-height:1.6}.how__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:14px}.how__step{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:16px}.how__num{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#5ee1d61f;border:1px solid rgba(94,225,214,.28);color:#5ee1d6;font-size:11px;font-weight:800;border-radius:8px;margin-bottom:10px}.how__step h4{font-size:13px;font-weight:700;color:#fff;margin-bottom:4px}.how__step p{font-size:12px;color:#8a8fbe;line-height:1.6}.how__iso{position:relative;height:420px;display:flex;align-items:center;justify-content:center}.how__iso-base{position:absolute;width:180px;height:180px;background:#12082cf2;border:1px solid rgba(94,225,214,.18);transform:rotateX(60deg) rotate(-45deg);border-radius:14px;bottom:40px}.how__iso-stack{position:absolute;bottom:120px;display:flex;flex-direction:column;gap:6px;align-items:center}.iso-v{width:90px;height:30px;background:linear-gradient(180deg,#0f1a5a,#0a1240);border:1px solid rgba(94,225,214,.35);border-radius:4px;box-shadow:0 4px 12px #0006}.iso-v--top{background:#5ee1d6;border-color:#5ee1d6e6}.how__code{max-width:760px;margin:24px auto 0;background:#12082ceb;border:1px solid rgba(255,255,255,.08);border-radius:14px}.how__code-head{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#8a8fbe;border-bottom:1px solid rgba(255,255,255,.06);padding-bottom:8px;margin-bottom:10px}.how__dot{width:8px;height:8px;border-radius:50%;background:#5ee1d6}.how__code pre{font-size:12.5px;color:#c7ccee;white-space:pre-wrap;line-height:1.6}@media(max-width:860px){.how__journey{grid-template-columns:1fr}.how__iso{display:none}.how__grid{grid-template-columns:1fr}}.benefits{padding:56px 0}.benefits__head{text-align:left;margin-bottom:24px;max-width:560px}.benefits__head h2{font-size:clamp(26px,3vw,34px);font-weight:800;letter-spacing:-.02em;color:#fff;text-transform:uppercase}.benefits__head h2:after{content:"";display:block;width:28px;height:2px;background:#5ee1d6;margin-top:10px}.benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.benefits__card{display:flex;gap:14px;background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:18px}.benefits__icon{width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#5ee1d61a;border:1px solid rgba(94,225,214,.25);border-radius:9px;color:#5ee1d6}.benefits__card h4{font-size:13.5px;font-weight:700;color:#fff;margin-bottom:4px}.benefits__card h4:after{content:"";display:block;width:20px;height:2px;background:#5ee1d6;margin-top:6px;opacity:.6}.benefits__card p{font-size:12.5px;color:#8a8fbe;line-height:1.6}@media(max-width:900px){.benefits__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.benefits__grid{grid-template-columns:1fr}}.forwho{padding:56px 0;background:#ffffff04;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.forwho__head{text-align:left;margin-bottom:24px;max-width:560px}.forwho__head h2{font-size:clamp(26px,3vw,34px);font-weight:800;letter-spacing:-.02em;color:#fff;text-transform:uppercase}.forwho__head h2:after{content:"";display:block;width:28px;height:2px;background:#5ee1d6;margin-top:10px}.forwho__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.forwho__card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:22px;position:relative}.forwho__num{font-size:11px;font-weight:700;letter-spacing:.12em;color:#5ee1d6;margin-bottom:8px}.forwho__card h3{font-size:15px;font-weight:700;color:#fff;margin-bottom:6px}.forwho__card h3:after{content:"";display:block;width:28px;height:2px;background:#5ee1d6;margin-top:8px}.forwho__card p{font-size:12.5px;color:#8a8fbe;line-height:1.6;margin-bottom:14px}.forwho__view{font-size:11px;font-weight:600;color:#5ee1d6}@media(max-width:860px){.forwho__grid{grid-template-columns:1fr}}.diff{padding:56px 0}.diff__inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;align-items:center}.diff__left h2{font-size:clamp(26px,3vw,34px);font-weight:800;letter-spacing:-.02em;color:#fff;text-transform:uppercase;margin-bottom:10px}.diff__left h2:after{content:"";display:block;width:28px;height:2px;background:#5ee1d6;margin-top:10px}.diff__left p{font-size:13.5px;color:#8a8fbe;line-height:1.7}.diff__list{list-style:none;display:grid;gap:10px}.diff__list li{display:flex;gap:10px;align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:12px 14px;font-size:12.5px;color:#c7ccee}.diff__check{width:26px;height:26px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#5ee1d626;color:#5ee1d6;border:1px solid rgba(94,225,214,.3);border-radius:50%}@media(max-width:860px){.diff__inner{grid-template-columns:1fr}}.sec{padding:56px 0;background:#ffffff04;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.sec__inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;align-items:center}.sec__left h2{font-size:clamp(26px,3vw,34px);font-weight:800;letter-spacing:-.02em;color:#fff;text-transform:uppercase;margin-bottom:10px;line-height:1.15}.sec__left h2:after{content:"";display:block;width:28px;height:2px;background:#5ee1d6;margin-top:10px}.sec__left p{font-size:13.5px;color:#8a8fbe}.sec__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sec__item{display:flex;gap:10px;align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:12px 14px;font-size:12.5px;color:#c7ccee;line-height:1.5}.sec__icon{width:28px;height:28px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#5ee1d61f;border:1px solid rgba(94,225,214,.28);color:#5ee1d6;border-radius:8px}@media(max-width:860px){.sec__inner,.sec__grid{grid-template-columns:1fr}}.pricing-card{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:28px;position:relative;display:flex;flex-direction:column}.pricing-card--highlighted{background:linear-gradient(180deg,#12082cf5,#12165a99);border-color:#5ee1d647;box-shadow:0 16px 40px #00000059,0 0 20px #5ee1d614}.pricing-card__badge{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:#5ee1d6;color:#0e1450;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 12px;border-radius:20px}.pricing-card__title{font-size:17px;font-weight:700;color:#fff}.pricing-card__title:after{content:"";display:block;width:28px;height:2px;background:#5ee1d6;margin-top:8px}.pricing-card__price{margin:12px 0 8px;display:flex;align-items:baseline;gap:6px}.pricing-card__value{font-size:34px;font-weight:800;color:#fff;letter-spacing:-.03em}.pricing-card__period{font-size:13px;color:#8a8fbe}.pricing-card__desc{font-size:12.5px;color:#8a8fbe;margin-bottom:18px;line-height:1.5}.pricing-card__list{list-style:none;flex:1;margin-bottom:22px}.pricing-card__list li{font-size:12.5px;color:#c7ccee;padding:7px 0;display:flex;gap:8px;align-items:center;border-bottom:1px solid rgba(255,255,255,.04)}.pricing-card__list li:last-child{border-bottom:none}.pricing-card__check{width:20px;height:20px;border-radius:50%;background:#5ee1d626;color:#5ee1d6;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0;border:1px solid rgba(94,225,214,.25)}.pricing-card--highlighted .pricing-card__check{background:#5ee1d6;color:#0e1450;border-color:transparent}.pricing{padding:56px 0}.pricing__head{text-align:center;max-width:640px;margin:0 auto 28px}.pricing__head h2{font-size:clamp(26px,3vw,34px);font-weight:800;letter-spacing:-.02em;color:#fff;text-transform:uppercase;margin-bottom:8px}.pricing__head h2:after{content:"";display:block;width:28px;height:2px;background:#5ee1d6;margin:10px auto 0}.pricing__head p{font-size:13.5px;color:#8a8fbe}.pricing__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:880px;margin:0 auto}.pricing__foot{text-align:center;margin-top:18px;font-size:11.5px;color:#6b71a6}@media(max-width:720px){.pricing__grid{grid-template-columns:1fr}}.tech{padding:56px 0;background:#ffffff04;border-top:1px solid rgba(255,255,255,.06)}.tech__head{text-align:center;max-width:640px;margin:0 auto 20px}.tech__head h2{font-size:clamp(26px,3vw,34px);font-weight:800;letter-spacing:-.02em;color:#fff;text-transform:uppercase;margin-bottom:8px}.tech__head h2:after{content:"";display:block;width:28px;height:2px;background:#5ee1d6;margin:10px auto 0}.tech__head p{font-size:13.5px;color:#8a8fbe}.tech__chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:24px}.tech__chip{font-size:11px;font-weight:600;color:#a8adde;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);padding:6px 12px;border-radius:20px}.tech__diagram{max-width:860px;margin:0 auto;background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:20px}.tech__flow{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;font-size:12.5px;font-weight:600;color:#c7ccee}.tech__box{padding:8px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:20px}.tech__box--primary{background:#5ee1d6;color:#0e1450;border-color:transparent}.tech__arrow{color:#5ee1d6}.tech__note{text-align:center;margin-top:12px;font-size:11px;color:#6b71a6;letter-spacing:.02em}.footer{padding:56px 0 24px;background:#0a1040;border-top:1px solid rgba(255,255,255,.06);position:relative}.footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.12;background-image:linear-gradient(rgba(94,225,214,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(94,225,214,.08) 1px,transparent 1px);background-size:48px 48px}.footer__top{display:grid;grid-template-columns:.9fr 1.15fr;gap:40px;margin-bottom:32px;position:relative;align-items:start}.footer__cta h2{font-size:22px;font-weight:800;letter-spacing:-.02em;color:#fff;text-transform:uppercase;margin-bottom:8px}.footer__cta h2:after{content:"";display:block;width:28px;height:2px;background:#5ee1d6;margin-top:8px}.footer__cta p{font-size:13px;color:#8a8fbe;margin-bottom:14px;line-height:1.6}.footer__quote{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:28px 28px 24px;width:100%;max-width:400px;justify-self:end}.footer__quote-icon{color:#5ee1d6;margin-bottom:10px}.footer__quote p{font-size:13px;color:#c7ccee;line-height:1.6;margin-bottom:14px}.footer__author{display:flex;align-items:center;gap:10px}.footer__author img{border-radius:50%}.footer__author strong{display:block;font-size:13px;color:#fff}.footer__author span{font-size:11px;color:#6b71a6}.footer__follow-label{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#8a8fbe;margin-bottom:6px;display:block}.footer__form-hint{font-size:12.5px;color:#8a8fbe;line-height:1.5;margin-bottom:14px}.footer__form{display:flex;flex-direction:column;gap:10px}.footer__form-field input,.footer__form-field textarea{width:100%;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#fff;font-size:13px;font-family:inherit;padding:10px 14px;outline:none;transition:border-color .18s,background .18s;resize:vertical}.footer__form-field input::placeholder,.footer__form-field textarea::placeholder{color:#6b71a6}.footer__form-field input:focus,.footer__form-field textarea:focus{border-color:#5ee1d680;background:#ffffff14}.footer__form-success{font-size:12.5px;color:#5ee1d6;background:#5ee1d614;border:1px solid rgba(94,225,214,.2);border-radius:10px;padding:8px 12px;line-height:1.4}.footer__form-submit{width:100%;justify-content:center;margin-top:2px}.footer__form-privacy{font-size:11px;color:#6b71a6;line-height:1.4;text-align:center}.footer__form-privacy a{color:#8a8fbe;text-decoration:underline;text-underline-offset:2px}.footer__form-privacy a:hover{color:#5ee1d6}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.footer__social{display:flex;gap:10px;margin-bottom:14px}.footer__social a{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:50%;font-size:12px;color:#a8adde;transition:all .18s}.footer__social a:hover{background:#5ee1d6;color:#0e1450;border-color:transparent}.footer__contact{font-size:12.5px;color:#8a8fbe;margin-top:6px}.footer__email{margin-top:16px;background:#12082ce6;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:6px;display:flex;gap:8px;max-width:340px}.footer__email input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:13px;padding:6px 12px}.footer__email input::placeholder{color:#6b71a6}.footer__bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.06);padding-top:16px;font-size:11.5px;color:#6b71a6;position:relative;gap:16px;flex-wrap:wrap}.footer__bottom-links{display:flex;gap:16px}.footer__bottom-links a{color:#8a8fbe}.footer__bottom-links a:hover{color:#5ee1d6}@media(max-width:860px){.footer__top{grid-template-columns:1fr;gap:24px}.footer__quote{max-width:none;justify-self:stretch;padding:20px}.footer__bottom{flex-direction:column;text-align:center}}.landing{min-height:100vh;background:transparent;position:relative;z-index:1}.landing main{display:flex;flex-direction:column}:root{--bg: #0E1450;--bg-2: #151B6A;--bg-card: rgba(18, 22, 90, .62);--bg-card-hover: rgba(24, 30, 110, .78);--bg-card-dark: rgba(18, 8, 44, .92);--border: rgba(255, 255, 255, .07);--border-strong: rgba(94, 225, 214, .22);--text: #FFFFFF;--text-secondary: #C7CCEE;--muted: #8A8FBE;--muted-2: #6B71A6;--primary: #5EE1D6;--primary-2: #2EC4B6;--primary-grad: #5EE1D6;--primary-grad-hover: #4DD0C8;--cyan: #5EE1D6;--cyan-glow: rgba(94, 225, 214, .45);--radius: 16px;--radius-lg: 20px;--max: 1120px;--header-h: 64px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:transparent;color:var(--text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;position:relative}#root{position:relative;z-index:1}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-1;opacity:.55;background-image:linear-gradient(rgba(94,225,214,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(94,225,214,.04) 1px,transparent 1px);background-size:48px 48px;transform:perspective(900px) rotateX(58deg) scale(1.8);transform-origin:top center;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.9) 0%,transparent 92%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.9) 0%,transparent 92%)}body.has-parallax:before{display:none}.parallax-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden;mask-image:linear-gradient(to bottom,rgba(0,0,0,.9) 0%,transparent 92%);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.9) 0%,transparent 92%)}.parallax-bg__inner{position:absolute;right:0;bottom:0;left:0;top:-100%;height:300%;opacity:.55;background-image:linear-gradient(rgba(94,225,214,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(94,225,214,.04) 1px,transparent 1px);background-size:48px 48px;transform:perspective(900px) rotateX(58deg) scale(1.8) translateY(var(--parallax-y, 0px));transform-origin:top center;will-change:transform}@media(prefers-reduced-motion:reduce){.parallax-bg__inner{transform:perspective(900px) rotateX(58deg) scale(1.8)!important}}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.mono{font-family:JetBrains Mono,monospace}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#5ee1d659;border-radius:6px}::-webkit-scrollbar-track{background:transparent}.container{max-width:var(--max);margin:0 auto;padding:0 24px}@media(max-width:768px){.container{padding:0 16px}}.section-label{display:inline-flex;align-items:center;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#8a8fbe;background:transparent;border:none;padding:0;margin-bottom:10px}.gradient-text{color:var(--cyan);background:none;-webkit-text-fill-color:var(--cyan)}.cyan-underline{width:28px;height:2px;background:var(--cyan);border-radius:2px;margin-top:8px}.dots{background-image:radial-gradient(rgba(94,225,214,.18) 1.2px,transparent 1.2px);background-size:18px 18px}
