@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--background: #020817;--background-soft: #071120;--surface: rgba(18, 29, 48, .72);--surface-strong: rgba(20, 34, 56, .9);--surface-muted: rgba(28, 43, 66, .78);--border: rgba(85, 117, 160, .28);--border-cyan: rgba(0, 212, 255, .38);--border-purple: rgba(141, 75, 245, .48);--cyan: #11d7ff;--blue: #2879f0;--purple: #9448f3;--text: #f8fbff;--muted: #a9b7cc;--faint: #7e8da5;--header: rgba(2, 7, 22, .88);--radius: 16px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--background)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 50% 35%,rgba(20,72,102,.38),transparent 32%),radial-gradient(circle at 65% 43%,rgba(62,75,166,.18),transparent 28%),var(--background);color:var(--text);overflow-x:hidden}button,a{font:inherit}button{border:0;cursor:pointer}.site-header{position:sticky;top:0;z-index:20;height:70px;border-bottom:1px solid rgba(87,110,145,.18);background:var(--header);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{width:min(1120px,calc(100% - 48px));height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand-button{padding:0;background:transparent;color:inherit}.brand{display:inline-flex;align-items:center;gap:12px;white-space:nowrap}.brand-mark{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;color:#d8f6ff;background:linear-gradient(145deg,#06131f,#0b2236);border:1px solid rgba(16,221,255,.24);box-shadow:0 0 22px #00c6ff61}.brand-text{font-size:18px;font-weight:850}.brand-text b,.section-title h1 span,.section-title h2 span{background:linear-gradient(90deg,var(--cyan),var(--blue) 58%,var(--purple));-webkit-background-clip:text;background-clip:text;color:transparent}.nav-links,.footer-nav{display:flex;align-items:center;gap:22px}.nav-links button,.footer-nav button{color:var(--muted);background:transparent;border-radius:10px;font-size:13px;font-weight:650;padding:10px 14px;transition:color .2s ease,background .2s ease,border-color .2s ease}.nav-links button.active,.nav-links button:hover{color:var(--cyan);background:#00b3e521;box-shadow:inset 0 0 0 1px #00d0ff59}.menu-toggle{display:none;width:42px;height:42px;border-radius:10px;color:var(--cyan);background:#0c1b2de6;border:1px solid var(--border-cyan)}.page,.section{width:min(1152px,calc(100% - 48px));margin:0 auto}.page{padding:88px 0 80px}.section{padding:112px 0}.section.compact{padding-top:96px}.hero{position:relative;min-height:calc(100vh - 70px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:88px 24px 70px;text-align:center;overflow:hidden}.hero-glow{position:absolute;top:14%;right:18%;bottom:24%;left:18%;background:radial-gradient(circle at 38% 48%,rgba(0,212,255,.18),transparent 40%),radial-gradient(circle at 68% 45%,rgba(116,78,255,.2),transparent 45%);filter:blur(4px);pointer-events:none}.section-title{position:relative;z-index:1;text-align:center;margin:0 auto 58px}.section-title .eyebrow{width:max-content;max-width:100%;margin:0 auto 34px;display:inline-flex;align-items:center;gap:8px;color:#64ecff;background:#00c3f021;border:1px solid rgba(0,216,255,.35);border-radius:999px;padding:8px 16px;font-size:13px;font-weight:800}.section-title h1{margin:0;color:#fff;font-size:clamp(42px,6.1vw,86px);line-height:.98;font-weight:900;letter-spacing:0}.page>.section-title h1{font-size:clamp(40px,4.5vw,62px)}.section-title p{margin:22px auto 0;max-width:760px;color:var(--muted);font-size:18px;line-height:1.55}.hero .section-title{margin-bottom:42px}.hero .section-title p{font-size:23px;line-height:1.28}.hero-actions,.project-actions{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.btn{min-height:44px;min-width:152px;padding:0 28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:12px;color:#fff;font-size:15px;font-weight:850;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn-primary{background:linear-gradient(100deg,#12c4da,#2877f3);box-shadow:0 10px 30px #149eff40}.btn-purple{background:linear-gradient(100deg,#844ff2,#a538e7);box-shadow:0 10px 30px #9448f347}.btn-light{color:#c5cfdd;background:#fffffff5}.btn-disabled{color:#cbd4e075;background:#d2dbe7b8;cursor:not-allowed}.scroll-pill{position:absolute;left:50%;bottom:26px;width:22px;height:36px;transform:translate(-50%);border:1px solid rgba(160,178,204,.45);border-radius:999px;display:grid;place-items:center}.scroll-pill span{width:5px;height:5px;border-radius:50%;background:var(--cyan)}.reason-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.feature-card,.solution-card,.wide-card,.mission-card,.project-card,.coming-card,.plan-card,.custom-plan,.update-card,.download-center,.nexora-about,.status-card,.integration-card{background:linear-gradient(145deg,#111c2ed1,#0c1424e6);border:1px solid var(--border);border-radius:var(--radius)}.feature-card{min-height:204px;padding:24px 22px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-color:var(--border-cyan)}.feature-card:nth-child(2),.feature-card:nth-child(3){border-color:#8455f852}.feature-card h3,.solution-card h3{margin:18px 0 12px;font-size:18px;line-height:1.2}.feature-card p,.solution-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.feature-card.small{min-height:198px}.icon-box{width:50px;height:50px;border-radius:10px;display:inline-grid;place-items:center;flex:0 0 auto;color:var(--cyan);background:linear-gradient(140deg,#0dcbff2e,#1f78f059)}.icon-box svg{width:25px;height:25px}.icon-box.purple{color:#b98aff;background:linear-gradient(140deg,#7b4eff66,#993bee6b)}.cta-wrap{padding-top:34px}.cta-card{width:min(806px,100%);margin:0 auto;padding:58px 36px;text-align:center;background:linear-gradient(145deg,#152033e6,#0f1828f0);border:1px solid var(--border);border-radius:18px}.cta-card h2{margin:0 0 18px;font-size:44px;line-height:1.1}.cta-card p{max-width:560px;margin:0 auto 30px;color:var(--muted);font-size:16px;line-height:1.5}.text-card{padding:42px}.text-card p{margin:0;color:#d5deeb;font-size:16px;line-height:1.72}.text-card p+p{margin-top:22px}.text-card b,.nexora-about b,.integration-card b{color:var(--cyan)}.mission-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:86px}.mission-card{min-height:196px;padding:22px 22px 24px;border-color:var(--border-cyan)}.mission-card.purple-border{border-color:var(--border-purple)}.mission-head{display:flex;align-items:center;gap:16px;margin-bottom:22px}.mission-head h2{margin:0;font-size:24px}.mission-card p{margin:0;color:#d3dce9;font-size:16px;line-height:1.7}.values-section{padding-bottom:34px}.project-list{display:grid;gap:44px}.project-card{position:relative;min-height:374px;padding:42px;display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:48px;overflow:hidden}.project-card.cyan{border-color:#3c73b057}.project-card.purple{border-color:#8e50f357}.project-card:after{content:"";position:absolute;top:20%;right:4%;bottom:8%;left:55%;background:radial-gradient(circle,rgba(0,213,255,.16),transparent 62%);pointer-events:none}.project-card.purple:after{background:radial-gradient(circle,rgba(147,72,243,.24),transparent 62%)}.project-content,.project-visual{position:relative;z-index:1}.badge{width:max-content;display:inline-flex;align-items:center;gap:6px;border-radius:7px;padding:6px 11px;font-size:12px;line-height:1;font-weight:850}.badge.cyan{color:#fff;background:linear-gradient(90deg,#16c8df,#2b73f2)}.badge.purple{color:#fff;background:linear-gradient(90deg,#8c56f4,#a537e5)}.badge.warning{color:#ffe45b;background:#ffca1814;border:1px solid rgba(255,212,39,.85)}.project-card h2{margin:18px 0 8px;font-size:34px;line-height:1.1}.project-card h3{margin:0 0 20px;color:var(--cyan);font-size:16px;font-weight:750}.project-card.purple h3{color:#9858ff}.project-card p{max-width:730px;margin:0 0 28px;color:var(--muted);font-size:16px;line-height:1.65}.project-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;margin-bottom:30px}.project-feature,.update-item{min-height:59px;display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:9px;background:#1e2d44c7;border:1px solid rgba(116,139,171,.24)}.project-feature .icon-box,.update-item .icon-box{width:36px;height:36px;border-radius:8px}.project-feature .icon-box svg,.update-item .icon-box svg{width:19px;height:19px}.project-feature strong,.update-item b{color:#d8e0ec;font-size:14px}.project-actions{justify-content:flex-start}.project-actions .btn{min-width:126px;height:36px;min-height:36px;padding:0 22px;font-size:13px}.project-visual{display:grid;place-items:center}.project-visual img{width:230px;height:230px;object-fit:cover;border-radius:18px;box-shadow:0 0 56px #00abff47}.project-card.purple .project-visual img{box-shadow:0 0 72px #9948f36b}.coming-card{min-height:262px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.coming-card h2{margin:24px 0 12px;font-size:28px}.coming-card p{width:min(520px,100%);margin:0;color:var(--muted);line-height:1.55}.plans-page .section-title .eyebrow{background:transparent;border:0;border-radius:0;color:#fff;margin-bottom:18px;gap:12px;padding:0}.plans-page .section-title .brand-mark{width:25px;height:25px;border-radius:4px}.plans-page .section-title .brand-text{display:none}.product-mini{font-size:12px;font-weight:900}.plans-grid{width:min(768px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.plan-card{position:relative;min-height:494px;padding:24px;display:flex;flex-direction:column;align-items:center;text-align:center;border-color:var(--border-cyan)}.plan-card.popular{border-color:#4382ffc7;background:linear-gradient(145deg,#141f35f5,#11182df5)}.popular-ribbon{position:absolute;top:0;right:0;padding:8px 16px;border-radius:0 14px 0 8px;background:linear-gradient(90deg,#2e89ff,#755bff);font-size:10px;font-weight:900}.plan-card small{margin-top:12px;color:var(--faint);font-weight:850}.plan-card h2,.custom-plan h2{margin:6px 0 14px;font-size:25px;line-height:1.1;font-weight:900}.soon-pill{display:inline-flex;padding:6px 18px;border-radius:999px;color:#dce4ef;background:#dbe6f421;border:1px solid rgba(191,206,226,.22);font-size:13px;font-weight:850}.billing-toggle{margin:2px 0 18px;padding:4px;display:inline-flex;border-radius:999px;background:#e0ebf81c;border:1px solid rgba(201,215,235,.2)}.billing-toggle button{padding:6px 14px;color:var(--muted);background:transparent;border-radius:999px;font-size:12px;font-weight:700}.billing-toggle button.active{color:#fff;background:linear-gradient(90deg,#4285ff,#6a59ff)}.price{margin-top:4px;color:#519bff;font-size:39px;line-height:1;font-weight:900}.price.aqua{color:#64efff}.plan-card p{margin:5px 0 28px;color:var(--muted);font-size:12px}.plan-card ul,.custom-plan ul{width:100%;padding:0;margin:auto 0 20px;list-style:none;text-align:left}.plan-card li,.custom-plan li{display:flex;align-items:center;gap:9px;margin:12px 0;color:#d8e1ef;font-size:12px}.plan-card li svg,.custom-plan li svg{color:#9fc5ff;background:#5997ff2e;border-radius:50%;padding:2px}.plan-note{width:100%;min-height:58px;padding:14px;display:flex;align-items:center;gap:12px;border-radius:8px;color:#dce5f1;border:1px solid var(--border-cyan);background:#0d20338f;font-size:12px;line-height:1.5;text-align:left}.plan-note.blue{border-color:#508bffb8}.custom-plan{width:min(768px,100%);margin:24px auto 0;padding:36px 30px;display:grid;grid-template-columns:1fr 340px;gap:26px;border-color:var(--border-purple);background:linear-gradient(145deg,#1e1340eb,#191437f5)}.custom-main{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start}.custom-main .plan-note{grid-column:1 / -1;border-color:var(--border-purple)}.syntrix-plan{margin-top:86px}.syntrix-plan .section-title h1{font-size:40px}.plan-card.single{width:336px;margin:0 auto}.plan-contact{margin:24px 0 0;text-align:center;color:#8fb1db;font-size:12px}.update-card{width:min(768px,100%);margin:0 auto;padding:42px;display:grid;grid-template-columns:1fr 240px;gap:44px;align-items:center;border-color:var(--border-cyan)}.update-card h2{margin:20px 0 0;font-size:38px}.update-card strong{display:block;color:#3be6ff;font-size:35px;line-height:1.1;margin-bottom:8px}.update-card img{width:240px;height:240px;object-fit:cover}.update-list{display:grid;gap:12px;margin:8px 0 30px}.download-center,.integration-card{width:min(960px,100%);margin:94px auto 0;padding:36px 48px;display:flex;gap:24px;align-items:flex-start}.download-center h2,.integration-card h2{margin:2px 0 12px;font-size:26px}.download-center p,.integration-card p,.download-center small{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.download-center small{display:block;margin-top:12px;color:var(--faint)}.solution-grid,.nexora-features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.solution-card{min-height:155px;padding:22px}.solution-card h3{margin-top:18px}.solutions-page .integration-card{margin-top:42px}.nexora-page{background:linear-gradient(rgba(120,54,229,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(120,54,229,.045) 1px,transparent 1px),radial-gradient(circle at 44% 18%,rgba(116,52,214,.22),transparent 38%),var(--background);background-size:90px 90px,90px 90px,auto,auto}.nexora-hero{min-height:calc(100vh - 70px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:100px 24px}.nexora-hero .section-title h1{font-size:clamp(54px,6.3vw,76px)}.nexora-hero .section-title p b{display:inline-block;margin-bottom:18px;color:#d9cdfa;font-size:19px}.nexora-hero .eyebrow{color:#fff;background:linear-gradient(90deg,#8750ef,#a538e6);border-color:#c088ff6b}.nexora-content{padding-top:70px}.nexora-about{width:min(768px,100%);min-height:206px;margin:0 auto 142px;padding:46px 42px;display:grid;grid-template-columns:96px 1fr;gap:30px;align-items:center;border-color:var(--border-purple)}.nexora-about .icon-box{width:96px;height:96px;border-radius:18px}.nexora-about .icon-box svg{width:45px;height:45px;color:#fff}.nexora-about p{margin:0 0 18px;color:#c8d3e4;font-size:14px;line-height:1.65}.status-card{width:min(672px,100%);margin:0 auto 142px;padding:36px;text-align:center;border-color:var(--border-purple)}.status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:26px}.status-grid div{min-height:94px;padding:20px 14px;border-radius:11px;background:#1f2d44bd;border:1px solid rgba(126,145,177,.2)}.status-grid small{display:block;margin-bottom:10px;color:var(--faint);font-size:10px;font-weight:850}.status-grid b{display:inline-block;color:#fff;font-size:12px;line-height:1.4}.status-grid div:first-child b{color:#fff;background:linear-gradient(90deg,#ffbd28,#ff7b17);border-radius:5px;padding:7px 13px}.status-card p{margin:0;color:#aaceeb;font-size:12px;line-height:1.6}.nexora-integration{margin-top:0;margin-bottom:0;border-color:var(--border)}.chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.chips span{padding:7px 16px;border-radius:999px;color:#fff;background:#dce7f51a;border:1px solid rgba(210,222,240,.14);font-size:12px;font-weight:750}.site-footer{border-top:1px solid rgba(87,110,145,.24);background:#0a1220f2}.footer-inner{width:min(1120px,calc(100% - 48px));margin:0 auto;padding:48px 0 38px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:28px}.footer-copy{display:flex;align-items:center;gap:12px;color:#add1fb;font-size:14px}.footer-copy .brand-text{display:none}.footer-copy .brand-mark{width:28px;height:28px;border-radius:7px;box-shadow:none;background:#02060d}.footer-nav{gap:12px}.footer-nav button{padding:4px 5px;color:#9ec8f5;font-size:12px}.footer-line{height:1px;margin:34px 0 22px;background:#91a9cc2e}.socials{display:flex;justify-content:center;gap:12px}.socials button{width:36px;height:36px;display:grid;place-items:center;color:#a5b7cd;background:#778dad38;border-radius:10px}.contact-fab{position:fixed;right:44px;bottom:23px;z-index:30;width:48px;height:48px;display:grid;place-items:center;color:#91d9ff;text-decoration:none;background:linear-gradient(145deg,#09245f,#0d58aa);border:1px solid rgba(101,206,255,.55);border-radius:11px;box-shadow:0 0 14px #4299ffe6,0 0 42px #4299ffc7}@media(max-width:980px){.menu-toggle{display:grid;place-items:center}.nav-links{position:fixed;top:70px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:16px 24px 22px;background:#040a19fa;border-bottom:1px solid var(--border)}.nav-links.open{display:flex}.nav-links button{text-align:left}.reason-grid,.solution-grid,.nexora-features{grid-template-columns:repeat(2,1fr)}.project-card,.update-card,.custom-plan{grid-template-columns:1fr}.project-visual{order:-1}.plans-grid,.mission-grid{grid-template-columns:1fr}.footer-top{flex-direction:column}}@media(max-width:640px){.header-inner,.page,.section,.footer-inner{width:min(100% - 28px,1152px)}.brand-text{font-size:16px}.hero,.nexora-hero{min-height:auto;padding:96px 14px 76px}.page{padding:62px 0}.section-title{margin-bottom:38px}.section-title h1,.page>.section-title h1,.nexora-hero .section-title h1{font-size:clamp(38px,13vw,54px)}.section-title p,.hero .section-title p{font-size:15px}.reason-grid,.solution-grid,.nexora-features,.project-features,.status-grid{grid-template-columns:1fr}.text-card,.project-card,.update-card,.download-center,.integration-card,.nexora-about,.status-card{padding:24px}.project-card{gap:24px}.project-card h2,.update-card h2{font-size:30px}.project-visual img,.update-card img{width:min(230px,100%);height:auto;aspect-ratio:1}.mission-card p,.text-card p,.project-card p{font-size:14px}.custom-main,.nexora-about{grid-template-columns:1fr;text-align:left}.nexora-about,.status-card{margin-bottom:82px}.download-center,.integration-card{flex-direction:column;margin-top:58px}.footer-nav{flex-wrap:wrap;justify-content:center}.footer-copy{flex-wrap:wrap;justify-content:center;text-align:center}.contact-fab{right:18px;bottom:18px}}.brand-mark img{width:24px;height:24px;display:block;object-fit:contain;object-position:center}.footer-copy .brand-mark img,.plans-page .section-title .brand-mark img{width:18px;height:18px}.brand-mark img{width:29px;height:29px}.footer-copy .brand-mark img,.plans-page .section-title .brand-mark img{width:20px;height:20px}.status-title{width:100%;margin-top:138px;margin-bottom:54px;text-align:center}.status-title h1{margin-left:auto;margin-right:auto;text-align:center}.nexora-integration{margin-top:140px}.product-logo-mini{width:25px;height:25px;display:inline-grid;place-items:center;border-radius:4px;overflow:hidden;border:1px solid rgba(16,221,255,.24);background:#06131f;box-shadow:0 0 18px #00c6ff47}.product-logo-mini img{width:100%;height:100%;display:block;object-fit:cover}
