/*
Theme Name: astackra-nexus
Text Domain: astackra-nexus
Description: ASTACKRA Nexus 2.0 — premium editorial product-engineering theme with SEO-safe templates and conversion UX.
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
WPVibe: yes
*/

:root{
  --nx-paper:#f5f2ea;
  --nx-paper-2:#ebe7dd;
  --nx-ink:#0a0c10;
  --nx-ink-2:#151820;
  --nx-white:#fff;
  --nx-muted:#686b72;
  --nx-line:#d5d0c5;
  --nx-line-dark:rgba(255,255,255,.14);
  --nx-blue:#305cff;
  --nx-blue-2:#1434b8;
  --nx-lilac:#c8b7ff;
  --nx-mint:#bff5d9;
  --nx-orange:#ffb06a;
  --nx-max:1320px;
  --nx-radius:28px;
  --nx-shadow:0 28px 70px rgba(14,16,22,.12);
  --nx-font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--nx-paper)}
body.nx-theme{margin:0;background:var(--nx-paper);color:var(--nx-ink);font-family:var(--nx-font);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,textarea,select{font:inherit}
::selection{background:var(--nx-blue);color:#fff}
:focus-visible{outline:3px solid #6a84ff;outline-offset:3px;border-radius:6px}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.nx-skip{position:fixed;top:10px;left:10px;z-index:100000;background:#fff;color:#000;padding:10px 14px;border-radius:10px;transform:translateY(-150%)}
.nx-skip:focus{transform:none}
.nx-wrap,.nx-header-inner{width:min(var(--nx-max),calc(100% - 56px));margin-inline:auto}
#nx-progress{position:fixed;top:0;left:0;height:3px;width:0;z-index:100001;background:linear-gradient(90deg,#5ed3ff,var(--nx-blue),#9d6bff)}

/* Header */
.nx-site-header{position:sticky;top:0;z-index:9990;background:rgba(10,12,16,.94);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(18px) saturate(1.1);transition:box-shadow .3s ease}.nx-site-header.is-scrolled{box-shadow:0 18px 40px rgba(0,0,0,.28)}
.nx-header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.nx-brand{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto;color:#fff}
.nx-brand-mark{display:block!important;width:28px!important;height:28px!important;object-fit:contain!important;flex:0 0 28px!important}
.nx-brand-word{display:inline-block;font-size:17px;font-weight:900;letter-spacing:.13em;line-height:1;color:#fff;white-space:nowrap}
.nx-brand::before,.nx-brand::after{display:none!important;content:none!important}
.nx-nav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:760;color:#d7d9df}
.nx-nav>a:not(.nx-nav-cta){position:relative;padding:29px 0}
.nx-nav>a:not(.nx-nav-cta)::after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:1px;background:#fff;transition:right .22s ease}
.nx-nav>a:not(.nx-nav-cta):hover::after,.nx-nav>a[aria-current="page"]::after{right:0}
.nx-nav-cta{display:inline-flex;align-items:center;gap:8px;padding:11px 15px;border-radius:999px;background:#fff;color:#0a0c10!important;font-weight:850}
.nx-nav-cta:hover{background:var(--nx-lilac)}
.nx-command-trigger{border:1px solid rgba(255,255,255,.18);background:transparent;color:#aeb3bd;border-radius:9px;padding:7px 9px;font-size:11px;font-weight:800;cursor:pointer}
.nx-command-trigger:hover{border-color:#fff;color:#fff}
.nx-menu-toggle{display:none;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:transparent;position:relative;cursor:pointer}
.nx-menu-toggle span{position:absolute;left:13px;right:13px;height:1px;background:#fff;transition:.25s ease}.nx-menu-toggle span:first-child{top:18px}.nx-menu-toggle span:last-child{top:26px}.nx-menu-toggle[aria-expanded="true"] span:first-child{top:22px;transform:rotate(45deg)}.nx-menu-toggle[aria-expanded="true"] span:last-child{top:22px;transform:rotate(-45deg)}
.nx-mobile-nav{display:none;background:#0a0c10;border-top:1px solid rgba(255,255,255,.08);padding:8px 28px 24px}
.nx-mobile-nav[data-open]{display:grid}
.nx-mobile-nav a{display:flex;justify-content:space-between;align-items:center;padding:16px 4px;border-bottom:1px solid rgba(255,255,255,.09);color:#fff;font-size:19px;font-weight:780}.nx-mobile-nav a span{font-size:10px;color:#6f7480}.nx-mobile-cta{margin-top:14px!important;border:0!important;background:#fff!important;color:#0a0c10!important;border-radius:14px;padding:15px!important}

/* Homepage */
.nx-home-v3{overflow:hidden;background:var(--nx-paper)}
.nx-v3-hero{position:relative;padding:clamp(70px,8vw,124px) 0 26px;background:var(--nx-paper);border-bottom:1px solid var(--nx-line)}
.nx-v3-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(10,12,16,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(10,12,16,.035) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 78%);pointer-events:none}
.nx-v3-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.03fr) minmax(460px,.97fr);gap:clamp(44px,6vw,88px);align-items:center}
.nx-v3-eyebrow,.nx-v3-index{display:flex;align-items:center;gap:11px;font-size:10px;letter-spacing:.16em;font-weight:900;color:#5f626a}.nx-v3-eyebrow span{width:28px;height:2px;background:var(--nx-blue)}
.nx-v3-hero-copy h1{font-size:clamp(58px,7.5vw,108px);line-height:.88;letter-spacing:-.078em;margin:20px 0 28px;font-weight:920;max-width:900px;text-wrap:balance}.nx-v3-hero-copy h1 em{font-style:normal;color:var(--nx-blue)}
.nx-v3-hero-copy>p{font-size:clamp(18px,1.5vw,22px);line-height:1.55;max-width:720px;color:#575a61;margin:0}
.nx-v3-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:30px}.nx-v3-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:13px 20px;border-radius:999px;border:1px solid var(--nx-ink);font-size:13px;font-weight:850;transition:.22s ease}.nx-v3-btn-dark{background:var(--nx-ink);color:#fff}.nx-v3-btn-dark:hover{background:var(--nx-blue);border-color:var(--nx-blue);transform:translateY(-2px)}.nx-v3-btn-ghost{background:rgba(255,255,255,.35)}.nx-v3-btn-ghost:hover{background:#fff;transform:translateY(-2px)}.nx-v3-btn-light{background:#fff;color:#0a0c10;border-color:#fff}.nx-v3-btn-light:hover{background:var(--nx-lilac);border-color:var(--nx-lilac)}
.nx-v3-hero-meta{display:grid;grid-template-columns:repeat(3,1fr);margin-top:48px;border-top:1px solid var(--nx-line)}.nx-v3-hero-meta>div{padding:16px 16px 0 0;display:grid;gap:3px}.nx-v3-hero-meta b{font-size:12px}.nx-v3-hero-meta span{font-size:10px;color:#777a81;line-height:1.35}
.nx-v3-blueprint{position:relative;border-radius:34px;overflow:hidden;background:#0a0c10;color:#fff;box-shadow:var(--nx-shadow);border:1px solid #1f2229;transform-style:preserve-3d;transition:transform .18s ease}
.nx-v3-blueprint-head,.nx-v3-blueprint-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;font-size:9px;letter-spacing:.14em;color:#8d929c;border-bottom:1px solid rgba(255,255,255,.1)}.nx-v3-blueprint-foot{border-top:1px solid rgba(255,255,255,.1);border-bottom:0;letter-spacing:0;flex-wrap:wrap}.nx-v3-blueprint-foot i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#68e5ae;margin-right:7px;box-shadow:0 0 0 5px rgba(104,229,174,.08)}
.nx-v3-blueprint-stage{position:relative;height:560px;overflow:hidden;background:radial-gradient(circle at 76% 24%,rgba(49,92,255,.28),transparent 32%),linear-gradient(160deg,#0e1119,#07080c)}.nx-v3-gridlines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,#000,transparent 92%)}.nx-v3-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:220px;height:220px;border-radius:50%;display:grid;place-content:center;text-align:center;background:radial-gradient(circle at 35% 25%,#4f65d7,#1c2657 45%,#0d1020 72%);border:1px solid rgba(255,255,255,.2);box-shadow:0 0 80px rgba(49,92,255,.25);animation:nxCoreGlow 4s ease-in-out infinite}@keyframes nxCoreGlow{0%,100%{box-shadow:0 0 80px rgba(49,92,255,.25)}50%{box-shadow:0 0 112px rgba(49,92,255,.42)}}.nx-v3-core small{font-size:8px;letter-spacing:.17em;color:#a9b5ff}.nx-v3-core strong{font-size:24px;line-height:1.04;letter-spacing:-.04em;margin-top:7px}.nx-v3-flow{position:absolute;z-index:3;min-width:174px;padding:12px 13px;border:1px solid rgba(255,255,255,.14);background:rgba(17,20,29,.87);backdrop-filter:blur(12px);border-radius:14px;display:grid;gap:2px}.nx-v3-flow i{font-style:normal;color:#7794ff;font-size:9px}.nx-v3-flow b{font-size:11px}.nx-v3-flow span{font-size:9px;color:#8c919b}.flow-a{left:24px;top:46px}.flow-b{right:24px;top:100px}.flow-c{left:32px;bottom:72px}.flow-d{right:26px;bottom:42px}.nx-v3-wires{position:absolute;inset:0;width:100%;height:100%;fill:none;stroke:rgba(111,139,255,.48);stroke-width:1.2}.nx-v3-wires circle{fill:#86a0ff;stroke:none}
.nx-v3-rail{position:relative;display:flex;align-items:center;gap:15px;overflow:hidden;white-space:nowrap;padding:26px 0 0;font-size:10px;letter-spacing:.12em;font-weight:850;color:#70737a}.nx-v3-rail i{width:4px;height:4px;border-radius:50%;background:var(--nx-blue);animation:nxPulse 2.4s ease-in-out infinite}@keyframes nxPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.6)}}

.nx-v3-intro{padding:clamp(90px,10vw,150px) 0;background:#fff}.nx-v3-intro-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:start}.nx-v3-sticky{position:sticky;top:122px}.nx-v3-sticky h2,.nx-v3-section-head h2,.nx-v3-picker h2,.nx-v3-cta h2{font-size:clamp(42px,5vw,72px);line-height:.96;letter-spacing:-.06em;margin:14px 0 22px;font-weight:900;text-wrap:balance}.nx-v3-sticky h2 em,.nx-v3-section-head h2 em{font-style:normal;color:var(--nx-blue)}.nx-v3-sticky p,.nx-v3-picker>div>div>p{font-size:17px;line-height:1.65;color:#6b6e75;max-width:560px}.nx-v3-textlink{display:inline-block;margin-top:18px;font-size:12px;font-weight:900;border-bottom:1px solid currentColor}.nx-v3-textlink-light{color:#fff}
.nx-v3-cap-stack{display:grid;gap:16px}.nx-v3-cap{position:relative;overflow:hidden;min-height:330px;border-radius:30px;padding:30px;display:flex;flex-direction:column;transition:.25s ease}.nx-v3-cap:hover{transform:translateY(-5px);box-shadow:0 28px 60px rgba(0,0,0,.12)}.nx-v3-cap::after,.nx-v3-mini-cap::after{content:"↗";position:absolute;top:22px;right:22px;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.16);font-size:13px;opacity:0;transform:translate(-4px,4px);transition:.25s ease}.nx-v3-cap:hover::after,.nx-v3-mini-cap:hover::after{opacity:1;transform:translate(0,0)}.nx-v3-mini-cap{position:relative}.nx-v3-cap>div{display:flex;justify-content:space-between;gap:20px}.nx-v3-cap span,.nx-v3-cap small,.nx-v3-mini-cap span{font-size:10px;letter-spacing:.13em;font-weight:850}.nx-v3-cap h3{font-size:clamp(31px,3.4vw,49px);line-height:1.02;letter-spacing:-.052em;margin:72px 0 16px;max-width:760px}.nx-v3-cap p{max-width:680px;margin:0;line-height:1.6}.nx-v3-cap b{margin-top:auto;font-size:11px}.nx-v3-cap-blue{background:var(--nx-blue);color:#fff}.nx-v3-cap-blue p{color:#d9e1ff}.nx-v3-cap-ink{background:#0a0c10;color:#fff}.nx-v3-cap-ink p{color:#aeb3bd}.nx-v3-cap-lilac{background:var(--nx-lilac);color:#131318}.nx-v3-cap-lilac p{color:#504c5b}.nx-v3-cap-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.nx-v3-mini-cap{min-height:220px;border-radius:28px;padding:28px;background:var(--nx-paper);display:flex;flex-direction:column;border:1px solid var(--nx-line);transition:.25s ease}.nx-v3-mini-cap:hover{transform:translateY(-4px);background:#fff}.nx-v3-mini-cap h3{font-size:27px;line-height:1.05;letter-spacing:-.04em;margin:45px 0 20px}.nx-v3-mini-cap b{margin-top:auto;font-size:11px}

.nx-v3-work{padding:clamp(90px,10vw,150px) 0;background:#0a0c10;color:#fff}.nx-v3-section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:44px}.nx-v3-section-head .nx-v3-index{color:#9ba0aa}.nx-v3-section-head h2{margin-bottom:0}.nx-v3-work-grid{display:grid;gap:22px}.nx-v3-project{border-radius:34px;overflow:hidden;background:#14171d;border:1px solid rgba(255,255,255,.1)}.nx-v3-project-media{position:relative;display:block;height:min(58vw,620px);overflow:hidden;background:#090b0f}.nx-v3-project-media img{width:100%;height:100%;object-fit:cover;object-position:top center;filter:saturate(.88);transition:transform .6s cubic-bezier(.2,.8,.2,1)}.nx-v3-project-media:hover img{transform:scale(1.02)}.nx-v3-project-media>span{position:absolute;right:20px;bottom:20px;background:#fff;color:#0a0c10;border-radius:999px;padding:10px 13px;font-size:10px;font-weight:900}.nx-v3-project-copy{display:grid;grid-template-columns:1fr 1fr;gap:44px;padding:30px}.nx-v3-project-copy small{font-size:9px;letter-spacing:.14em;color:#878d98}.nx-v3-project-copy h3{font-size:clamp(30px,3.6vw,52px);line-height:1.02;letter-spacing:-.05em;margin:10px 0}.nx-v3-project-copy p{color:#a6acb7;max-width:620px;margin:0}.nx-v3-project-alt{position:relative}.nx-v3-project-art{height:520px;background:linear-gradient(145deg,#12151d,#050607);display:grid;place-items:center}.nx-v3-wall{width:68%;height:72%;border-radius:24px;position:relative;overflow:hidden;background:linear-gradient(90deg,#d8d0bf 0 49%,#8fa2bd 49% 51%,#c4b297 51%);box-shadow:0 40px 90px rgba(0,0,0,.35)}.nx-v3-wall::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:28%;background:linear-gradient(180deg,#5c5047,#3b342f);clip-path:polygon(0 52%,100% 0,100% 100%,0 100%)}.nx-v3-wall span{position:absolute;left:12%;top:14%;width:26%;height:42%;border:2px solid rgba(255,255,255,.75);border-radius:3px}.nx-v3-wall b{position:absolute;right:11%;top:12%;width:18%;height:18%;border-radius:50%;background:#8196b9;border:8px solid #f0ece4;box-shadow:0 0 0 1px rgba(0,0,0,.18)}.nx-v3-palette{position:absolute;right:6%;top:50%;transform:translateY(-50%);display:grid;gap:10px}.nx-v3-palette i{width:36px;height:36px;border-radius:50%;border:3px solid rgba(255,255,255,.6)}.nx-v3-palette i:nth-child(1){background:#8196b9}.nx-v3-palette i:nth-child(2){background:#b58572}.nx-v3-palette i:nth-child(3){background:#c9b7a0}.nx-v3-palette i:nth-child(4){background:#7e8b7c}.nx-v3-project-art em{position:absolute;left:18px;bottom:16px;font-style:normal;font-size:9px;letter-spacing:.14em;color:#7d8490}.nx-v3-project-link{display:inline-block;margin:0 30px 30px;font-size:11px;font-weight:900;color:#c9d3ff}

.nx-v3-method{padding:clamp(90px,10vw,150px) 0;background:var(--nx-paper)}.nx-v3-section-head-dark{color:var(--nx-ink)}.nx-v3-section-head-dark>p{max-width:520px;color:#696c73;font-size:16px}.nx-v3-method-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--nx-line);border-bottom:1px solid var(--nx-line)}.nx-v3-method-card{min-height:330px;padding:26px 22px;border-right:1px solid var(--nx-line);display:flex;flex-direction:column}.nx-v3-method-card:last-child{border-right:0}.nx-v3-method-card{transition:.25s ease}.nx-v3-method-card:hover{background:#fff}.nx-v3-method-card span{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;font-size:10px;font-weight:900;color:#fff;background:var(--nx-blue)}.nx-v3-method-card:nth-child(4n+2) span{background:var(--nx-lilac);color:#232042}.nx-v3-method-card:nth-child(4n+3) span{background:var(--nx-mint);color:#0b3d24}.nx-v3-method-card:nth-child(4n+4) span{background:var(--nx-orange);color:#4a2600}.nx-v3-method-card b{margin-top:90px;font-size:13px;letter-spacing:.12em}.nx-v3-method-card p{margin-top:auto;color:#6c6f76;font-size:14px;line-height:1.55}

.nx-v3-picker{padding:clamp(90px,10vw,150px) 0;background:#fff}.nx-v3-picker-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px;align-items:start}.nx-v3-picker h2{margin-bottom:22px}.nx-v3-picker-ui{border:1px solid var(--nx-line);border-radius:30px;overflow:hidden;background:var(--nx-paper);box-shadow:var(--nx-shadow)}.nx-v3-picker-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--nx-line)}.nx-v3-picker-tabs button{border:0;border-right:1px solid var(--nx-line);background:transparent;padding:17px 13px;cursor:pointer;font-weight:800;font-size:12px;color:#6c6f76}.nx-v3-picker-tabs button:last-child{border-right:0}.nx-v3-picker-tabs button.is-active{background:var(--nx-ink);color:#fff}.nx-v3-picker-panel{padding:40px;min-height:330px}.nx-v3-picker-panel small{font-size:9px;letter-spacing:.15em;color:#777a81}.nx-v3-picker-panel h3{font-size:clamp(32px,3.2vw,48px);line-height:1.03;letter-spacing:-.05em;margin:40px 0 15px}.nx-v3-picker-panel p{max-width:650px;color:#666970}.nx-v3-picker-panel a{display:inline-block;margin-top:25px;font-size:12px;font-weight:900;border-bottom:1px solid}

.nx-v3-insights{padding:clamp(90px,10vw,150px) 0;background:var(--nx-paper)}.nx-v3-insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.nx-v3-insight{min-height:340px;border:1px solid var(--nx-line);border-radius:26px;padding:25px;background:#fff;display:flex;flex-direction:column;transition:.25s ease}.nx-v3-insight:hover{transform:translateY(-5px);box-shadow:var(--nx-shadow)}.nx-v3-insight{border-top:3px solid var(--nx-blue)}.nx-v3-insight:nth-child(3n+2){border-top-color:var(--nx-lilac)}.nx-v3-insight:nth-child(3n+3){border-top-color:var(--nx-mint)}.nx-v3-insight>span{font-size:9px;letter-spacing:.12em;color:#81848b}.nx-v3-insight h3{font-size:26px;line-height:1.08;letter-spacing:-.04em;margin:44px 0 14px}.nx-v3-insight p{color:#6c6f75;margin:0}.nx-v3-insight b{margin-top:auto;font-size:11px;transition:.2s ease}.nx-v3-insight:hover b{color:var(--nx-blue)}
.nx-v3-cta{padding:0 0 50px;background:var(--nx-paper)}.nx-v3-cta-panel{background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.22),transparent 45%),radial-gradient(circle at 85% 80%,rgba(200,183,255,.35),transparent 50%),var(--nx-blue);color:#fff;border-radius:36px;padding:clamp(34px,5vw,62px);display:grid;grid-template-columns:1.2fr .8fr;gap:46px;align-items:end;position:relative;overflow:hidden}.nx-v3-cta-panel::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:40px 40px;mask-image:radial-gradient(circle at 75% 75%,#000,transparent 65%);pointer-events:none}.nx-v3-cta-panel>*{position:relative;z-index:1}.nx-v3-cta-panel>div>span{font-size:9px;letter-spacing:.16em}.nx-v3-cta-panel h2{margin-bottom:0}.nx-v3-cta-panel p{color:#dfe5ff;font-size:17px;max-width:480px}

/* Legacy page content transformed into Nexus 2.0 */
.nx-legacy-page{background:var(--nx-paper)}
.nx-legacy-page>.as-site{background:transparent!important;color:var(--nx-ink)!important;min-height:0!important;overflow:visible!important}
.nx-legacy-page>.as-site>.as-header,.nx-legacy-page>.as-site>.as-mobile-menu,.nx-legacy-page>.as-site>.as-footer{display:none!important}
.nx-legacy-page>.as-site>main{display:block!important}
.nx-legacy-page .as-shell{width:min(var(--nx-max),calc(100% - 56px))!important;margin-inline:auto!important}
.nx-legacy-page .as-pagehero,.nx-legacy-page .as-hero{padding:clamp(76px,8vw,124px) 0 64px!important;background:var(--nx-paper)!important;border-bottom:1px solid var(--nx-line)!important;position:relative!important}
.nx-legacy-page .as-pagehero::before,.nx-legacy-page .as-hero::before{content:""!important;position:absolute!important;inset:0!important;background-image:linear-gradient(rgba(10,12,16,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(10,12,16,.035) 1px,transparent 1px)!important;background-size:46px 46px!important;mask-image:linear-gradient(to bottom,#000,transparent 90%)!important;pointer-events:none!important}
.nx-legacy-page .as-kicker,.nx-legacy-page .as-eyebrow{color:#5e6269!important;font-size:10px!important;letter-spacing:.16em!important;font-weight:900!important;text-transform:uppercase!important}
.nx-legacy-page .as-pagehero h1,.nx-legacy-page .as-hero h1,.nx-legacy-page .as-title{color:var(--nx-ink)!important;font-size:clamp(48px,6vw,88px)!important;line-height:.92!important;letter-spacing:-.07em!important;font-weight:920!important;margin:16px 0 22px!important;max-width:1100px!important;text-wrap:balance!important}
.nx-legacy-page .as-pagehero h1 span,.nx-legacy-page .as-hero h1 span{color:var(--nx-blue)!important;background:none!important;-webkit-text-fill-color:currentColor!important}
.nx-legacy-page .as-lead,.nx-legacy-page .as-sub{color:#62656c!important;font-size:clamp(17px,1.45vw,21px)!important;line-height:1.6!important;max-width:780px!important}
.nx-legacy-page .as-breadcrumb{font-size:10px!important;color:#8a8c92!important;margin-bottom:28px!important}.nx-legacy-page .as-breadcrumb a{color:#44474d!important}
.nx-legacy-page .as-section{padding:clamp(76px,8vw,120px) 0!important;background:#fff!important;border:0!important}.nx-legacy-page .as-section:nth-of-type(even),.nx-legacy-page .as-section-light{background:var(--nx-paper)!important;border:0!important}
.nx-legacy-page .as-grid-2,.nx-legacy-page .as-grid-3,.nx-legacy-page .as-grid-4{display:grid!important;gap:16px!important}.nx-legacy-page .as-grid-2{grid-template-columns:repeat(2,1fr)!important}.nx-legacy-page .as-grid-3{grid-template-columns:repeat(3,1fr)!important}.nx-legacy-page .as-grid-4{grid-template-columns:repeat(4,1fr)!important}
.nx-legacy-page .as-card,.nx-legacy-page .as-work-card{background:#fff!important;color:var(--nx-ink)!important;border:1px solid var(--nx-line)!important;border-radius:26px!important;padding:26px!important;box-shadow:none!important;transition:.25s ease!important}.nx-legacy-page a.as-card:hover,.nx-legacy-page .as-work-card:hover{transform:translateY(-5px)!important;box-shadow:var(--nx-shadow)!important;border-color:#b4b0a8!important}.nx-legacy-page .as-card::before,.nx-legacy-page .as-work-card::before{display:none!important}.nx-legacy-page .as-card h3,.nx-legacy-page .as-work-card h3,.nx-legacy-page .as-band h3{color:var(--nx-ink)!important;font-size:clamp(23px,2.2vw,34px)!important;line-height:1.08!important;letter-spacing:-.045em!important}.nx-legacy-page .as-card p,.nx-legacy-page .as-work-card p,.nx-legacy-page .as-band p{color:#666970!important}.nx-legacy-page .as-tag{background:#eeece5!important;border:0!important;color:#4d5056!important;border-radius:999px!important}.nx-legacy-page .as-icon{background:var(--nx-blue)!important;border:0!important;color:#fff!important;border-radius:50%!important}.nx-legacy-page .as-band{background:var(--nx-ink)!important;border:0!important;border-radius:32px!important;padding:clamp(30px,5vw,56px)!important}.nx-legacy-page .as-band h3{color:#fff!important}.nx-legacy-page .as-band p{color:#aeb3bd!important}.nx-legacy-page .as-btn{border-radius:999px!important;font-weight:850!important}.nx-legacy-page .as-btn-primary{background:var(--nx-blue)!important;color:#fff!important;border-color:var(--nx-blue)!important;box-shadow:none!important}.nx-legacy-page .as-btn-secondary{background:transparent!important;color:var(--nx-ink)!important;border:1px solid #a9a59c!important}.nx-legacy-page .as-band .as-btn-secondary{color:#fff!important;border-color:rgba(255,255,255,.28)!important}.nx-legacy-page .as-list li{color:#62656c!important}.nx-legacy-page .as-list li::before{color:var(--nx-blue)!important}.nx-legacy-page .as-proofbar{border-color:var(--nx-line)!important}.nx-legacy-page .as-proof{border-color:var(--nx-line)!important}.nx-legacy-page .as-proof strong{color:var(--nx-ink)!important}.nx-legacy-page .as-proof span{color:#777a81!important}
.nx-legacy-page .as-formwrap{display:grid!important;grid-template-columns:.85fr 1.15fr!important;gap:48px!important}.nx-legacy-page .as-form{background:#fff!important;border:1px solid var(--nx-line)!important;border-radius:28px!important;padding:28px!important;box-shadow:var(--nx-shadow)!important}.nx-legacy-page .as-form-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important}.nx-legacy-page .as-field{display:grid!important;gap:7px!important;margin-bottom:14px!important}.nx-legacy-page .as-field label{font-size:11px!important;font-weight:850!important;color:#55585f!important}.nx-legacy-page .as-field input,.nx-legacy-page .as-field select,.nx-legacy-page .as-field textarea{width:100%!important;background:#faf9f6!important;color:#0a0c10!important;border:1px solid #d7d2c7!important;border-radius:14px!important;padding:12px 14px!important;min-height:48px!important}.nx-legacy-page .as-field textarea{min-height:150px!important}.nx-legacy-page .as-field input:focus,.nx-legacy-page .as-field select:focus,.nx-legacy-page .as-field textarea:focus{border-color:var(--nx-blue)!important;box-shadow:0 0 0 4px rgba(48,92,255,.08)!important;outline:none!important}.nx-legacy-page .as-contact-mini>div{background:#fff!important;border-color:var(--nx-line)!important}.nx-legacy-page .as-contact-mini b{color:#777a81!important}.nx-legacy-page .as-contact-mini a,.nx-legacy-page .as-contact-mini span{color:#202329!important}

/* Nexus 2.0 — elevated component accents, applies site-wide to every as-card/as-band page */
.nx-legacy-page .as-grid-2>.as-card:nth-child(4n+1) .as-icon,.nx-legacy-page .as-grid-3>.as-card:nth-child(4n+1) .as-icon,.nx-legacy-page .as-grid-4>.as-card:nth-child(4n+1) .as-icon,.nx-legacy-page .as-card:nth-child(4n+1) .as-tag{background:var(--nx-blue)!important;color:#fff!important}
.nx-legacy-page .as-grid-2>.as-card:nth-child(4n+2) .as-icon,.nx-legacy-page .as-grid-3>.as-card:nth-child(4n+2) .as-icon,.nx-legacy-page .as-grid-4>.as-card:nth-child(4n+2) .as-icon,.nx-legacy-page .as-card:nth-child(4n+2) .as-tag{background:var(--nx-lilac)!important;color:#232042!important}
.nx-legacy-page .as-grid-2>.as-card:nth-child(4n+3) .as-icon,.nx-legacy-page .as-grid-3>.as-card:nth-child(4n+3) .as-icon,.nx-legacy-page .as-grid-4>.as-card:nth-child(4n+3) .as-icon,.nx-legacy-page .as-card:nth-child(4n+3) .as-tag{background:var(--nx-mint)!important;color:#0b3d24!important}
.nx-legacy-page .as-grid-2>.as-card:nth-child(4n+4) .as-icon,.nx-legacy-page .as-grid-3>.as-card:nth-child(4n+4) .as-icon,.nx-legacy-page .as-grid-4>.as-card:nth-child(4n+4) .as-icon,.nx-legacy-page .as-card:nth-child(4n+4) .as-tag{background:var(--nx-orange)!important;color:#4a2600!important}
.nx-legacy-page a.as-card{position:relative!important;overflow:hidden!important}
.nx-legacy-page a.as-card::after{content:"↗"!important;position:absolute!important;top:22px!important;right:22px!important;width:30px!important;height:30px!important;display:grid!important;place-items:center!important;border-radius:50%!important;border:1px solid var(--nx-line)!important;font-size:12px!important;color:var(--nx-ink)!important;opacity:0!important;transform:translate(-4px,4px)!important;transition:.25s ease!important;pointer-events:none!important}
.nx-legacy-page a.as-card:hover::after{opacity:1!important;transform:translate(0,0)!important;background:var(--nx-ink)!important;color:#fff!important;border-color:var(--nx-ink)!important}
.nx-legacy-page .as-band{background:radial-gradient(circle at 18% 22%,rgba(48,92,255,.55),transparent 45%),linear-gradient(155deg,#101425,#05060a)!important;position:relative!important;overflow:hidden!important}
.nx-legacy-page .as-band::before{content:""!important;position:absolute!important;inset:0!important;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px)!important;background-size:40px 40px!important;mask-image:radial-gradient(circle at 20% 20%,#000,transparent 70%)!important;pointer-events:none!important}
.nx-legacy-page .as-band>*{position:relative!important;z-index:1!important}
.nx-legacy-page .as-btn{transition:.22s cubic-bezier(.2,.8,.2,1)!important}
.nx-legacy-page .as-btn-primary:hover{transform:translateY(-2px)!important;box-shadow:0 14px 34px rgba(48,92,255,.28)!important}
.nx-legacy-page .as-btn-secondary:hover{transform:translateY(-2px)!important}

/* Native article/archive/search */
.nx-main{min-height:60vh}.nx-page-hero{padding:86px 0 48px;background:var(--nx-paper);border-bottom:1px solid var(--nx-line);position:relative;overflow:hidden}.nx-page-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(10,12,16,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(10,12,16,.035) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 78%);pointer-events:none}.nx-page-hero>.nx-wrap{position:relative}.nx-kicker{font-size:10px;letter-spacing:.15em;font-weight:900;color:#73767d}.nx-page-title{font-size:clamp(46px,6vw,84px);line-height:.94;letter-spacing:-.065em;margin:14px 0 18px;max-width:1040px;text-wrap:balance}.nx-page-lead{font-size:19px;color:#62656c;max-width:760px}.nx-content{padding:56px 0 96px;background:#fff}.nx-prose{max-width:820px;margin-inline:auto;font-size:18px;line-height:1.82;color:#33363c}.nx-prose h2,.nx-prose h3,.nx-prose h4{color:#0a0c10;line-height:1.14;letter-spacing:-.04em;margin-top:1.9em}.nx-prose h2{font-size:clamp(31px,3.2vw,46px)}.nx-prose h3{font-size:27px}.nx-prose a{color:var(--nx-blue);text-decoration:underline;text-underline-offset:3px}.nx-prose img{border-radius:24px;border:1px solid var(--nx-line);box-shadow:var(--nx-shadow)}.nx-prose blockquote{margin:30px 0;padding:22px 24px;border-left:3px solid var(--nx-blue);background:var(--nx-paper);border-radius:0 18px 18px 0}.nx-meta{display:flex;flex-wrap:wrap;gap:8px 16px;color:#7e8188;font-size:12px}.nx-featured{margin-top:34px;border-radius:30px;overflow:hidden;border:1px solid var(--nx-line);box-shadow:var(--nx-shadow)}
.nx-archive{padding:72px 0 98px;background:#fff}.nx-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.nx-post-card{background:var(--nx-paper);border:1px solid var(--nx-line);border-top:3px solid var(--nx-blue);border-radius:24px;overflow:hidden;transition:.25s ease}.nx-post-card:nth-child(4n+2){border-top-color:var(--nx-lilac)}.nx-post-card:nth-child(4n+3){border-top-color:var(--nx-mint)}.nx-post-card:nth-child(4n+4){border-top-color:var(--nx-orange)}.nx-post-card:hover{transform:translateY(-5px);box-shadow:var(--nx-shadow)}.nx-post-card img{aspect-ratio:16/10;width:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.nx-post-card:hover img{transform:scale(1.045)}.nx-post-body{padding:22px}.nx-post-card h2,.nx-post-card h3{font-size:24px;line-height:1.08;letter-spacing:-.04em;margin:10px 0}.nx-post-card p{color:#666970}.nx-card-meta{font-size:9px;letter-spacing:.12em;color:#7d8087;text-transform:uppercase}.nx-pagination{margin-top:44px;display:flex;gap:8px;flex-wrap:wrap}.nx-pagination .page-numbers{padding:9px 12px;border:1px solid var(--nx-line);border-radius:10px}.nx-pagination .current{background:var(--nx-ink);color:#fff;border-color:var(--nx-ink)}.nx-search{display:flex;gap:8px}.nx-search input{width:100%;min-width:0;background:#fff;border:1px solid var(--nx-line);border-radius:13px;padding:12px 14px}.nx-search button{border:0;border-radius:13px;padding:12px 16px;background:var(--nx-ink);color:#fff;font-weight:850;cursor:pointer}

/* Footer */
.nx-site-footer{background:#0a0c10;color:#fff;padding:64px 0 26px}.nx-footer-top{display:grid;grid-template-columns:1.8fr repeat(3,1fr);gap:34px}.nx-brand-footer .nx-brand-mark{width:32px!important;height:32px!important;flex-basis:32px!important}.nx-brand-footer .nx-brand-word{font-size:19px}.nx-footer-brand p{color:#959aa4;max-width:480px;font-size:14px}.nx-footer-email{display:inline-block;margin-top:14px;color:#fff;font-weight:800;font-size:13px}.nx-footer-col h4{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#717782;margin:2px 0 16px}.nx-footer-col a,.nx-footer-col button{display:block;margin:9px 0;color:#d2d5db;background:transparent;border:0;padding:0;font-size:13px;cursor:pointer;text-align:left}.nx-footer-col a:hover,.nx-footer-col button:hover{color:#fff}.nx-footer-marquee{display:flex;align-items:center;gap:14px;overflow:hidden;white-space:nowrap;margin:56px 0 22px;padding:22px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);font-size:clamp(20px,2.4vw,32px);font-weight:900;letter-spacing:-.04em;color:#e9eaf0}.nx-footer-marquee i{width:7px;height:7px;border-radius:50%;background:var(--nx-blue);animation:nxPulse 2.4s ease-in-out infinite}.nx-footer-bottom{display:flex;gap:20px;justify-content:space-between;color:#6f747e;font-size:11px}

/* Command palette */
#nx-command{position:fixed;inset:0;z-index:100000;display:none;place-items:start center;padding-top:min(14vh,110px);background:rgba(5,6,8,.72);backdrop-filter:blur(12px)}#nx-command.is-open{display:grid}.nx-command-panel{width:min(700px,calc(100% - 28px));background:#fff;border-radius:24px;box-shadow:0 40px 120px rgba(0,0,0,.45);overflow:hidden;color:#0a0c10}.nx-command-head{padding:14px;border-bottom:1px solid var(--nx-line)}.nx-command-head input{width:100%;background:var(--nx-paper);border:1px solid var(--nx-line);padding:14px 15px;border-radius:12px}.nx-command-list{max-height:58vh;overflow:auto;padding:8px}.nx-command-item{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:11px;padding:11px;border-radius:12px}.nx-command-item:hover,.nx-command-item.is-active{background:var(--nx-paper)}.nx-command-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--nx-ink);color:#fff;font-size:10px;font-weight:900}.nx-command-item small{color:#7a7d84}.nx-command-foot{border-top:1px solid var(--nx-line);padding:10px 14px;color:#7a7d84;font-size:10px;display:flex;justify-content:space-between}

/* Motion */
.as-reveal,.nx-reveal{opacity:1;transform:none}.js .as-reveal,.js .nx-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}.js .as-reveal.is-visible,.js .nx-reveal.is-visible{opacity:1;transform:none}

/* ASTACKRA Neon — approved premium homepage direction */
.nx-neon-home{--neo-bg:#05060a;--neo-bg2:#090b13;--neo-panel:#0c0f18;--neo-line:rgba(255,255,255,.1);--neo-text:#f6f7fb;--neo-muted:#9298a8;--neo-cyan:#54e8ff;--neo-blue:#5c72ff;--neo-violet:#9b63ff;--neo-magenta:#d656ff;background:var(--neo-bg);color:var(--neo-text);overflow:hidden}
.nx-neon-home .nx-wrap{position:relative;z-index:2}
.nx-neon-hero{position:relative;min-height:calc(100vh - 82px);padding:clamp(72px,8vw,118px) 0 28px;background:radial-gradient(circle at 80% 14%,rgba(103,81,255,.16),transparent 30%),radial-gradient(circle at 18% 18%,rgba(28,190,255,.08),transparent 28%),linear-gradient(180deg,#06070c 0%,#080a10 70%,#07080c 100%);border-bottom:1px solid var(--neo-line);isolation:isolate}
.nx-neon-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.9) 65%,transparent 100%);z-index:-2}
.nx-neon-hero::after{content:"";position:absolute;left:-20%;right:-20%;bottom:-180px;height:320px;background:radial-gradient(ellipse at center,rgba(85,75,255,.22),transparent 64%);filter:blur(20px);z-index:-1}
.nx-neon-aurora{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:-1}.nx-neon-aurora i{position:absolute;width:42vw;height:42vw;border-radius:50%;filter:blur(86px);opacity:.18;animation:nxAurora 16s ease-in-out infinite alternate}.nx-neon-aurora i:nth-child(1){left:-12vw;top:-16vw;background:var(--neo-blue)}.nx-neon-aurora i:nth-child(2){right:-12vw;top:2vw;background:var(--neo-violet);animation-duration:21s;animation-direction:alternate-reverse}.nx-neon-aurora i:nth-child(3){left:36vw;bottom:-28vw;background:var(--neo-cyan);animation-duration:25s}@keyframes nxAurora{0%{transform:translate3d(0,0,0) scale(.88)}50%{transform:translate3d(8vw,5vw,0) scale(1.08)}100%{transform:translate3d(-4vw,10vw,0) scale(.96)}}
.nx-neon-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(500px,.98fr);gap:clamp(36px,6vw,90px);align-items:center}.nx-neon-copy{padding:14px 0}.nx-neon-kicker{display:flex;align-items:center;gap:12px;color:#9aa2b6;font-size:10px;font-weight:850;letter-spacing:.18em}.nx-neon-kicker span{width:38px;height:1px;background:linear-gradient(90deg,var(--neo-cyan),var(--neo-violet));box-shadow:0 0 12px rgba(84,232,255,.8)}
.nx-neon-copy h1{font-family:"Manrope",var(--nx-font);font-size:clamp(55px,6.6vw,100px);line-height:.91;letter-spacing:-.07em;font-weight:820;margin:22px 0 28px;max-width:940px;text-wrap:balance}.nx-neon-copy h1 em{font-style:normal;background:linear-gradient(95deg,#fff 0%,#98f3ff 28%,#9e90ff 64%,#d688ff 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 36px rgba(113,91,255,.18)}
.nx-neon-copy>p{font-size:clamp(17px,1.35vw,21px);line-height:1.65;color:#a1a8b8;max-width:720px;margin:0}.nx-neon-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.nx-neon-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:14px 21px;border-radius:14px;font-size:13px;font-weight:850;transition:.25s cubic-bezier(.2,.8,.2,1)}.nx-neon-btn-primary{background:linear-gradient(135deg,#fff,#dfe4ff);color:#07080c;box-shadow:0 12px 34px rgba(88,108,255,.18),inset 0 0 0 1px rgba(255,255,255,.6)}.nx-neon-btn-primary:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(88,108,255,.3),0 0 28px rgba(126,97,255,.15)}.nx-neon-btn-ghost{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.035);color:#e9ebf2;backdrop-filter:blur(12px)}.nx-neon-btn-ghost:hover{border-color:rgba(120,151,255,.7);background:rgba(97,103,255,.08);transform:translateY(-3px)}
.nx-neon-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:50px;border-top:1px solid var(--neo-line)}.nx-neon-proof>div{padding:18px 18px 0 0;display:grid;gap:4px}.nx-neon-proof b{font-size:11px;color:#f0f2f8}.nx-neon-proof span{font-size:10px;color:#71798c;line-height:1.45}
.nx-orbit-wrap{position:relative;min-height:610px;display:grid;place-items:center}.nx-orbit-halo{position:absolute;width:68%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(105,101,255,.26) 0%,rgba(93,48,255,.1) 38%,transparent 68%);filter:blur(15px);animation:nxHalo 5s ease-in-out infinite}@keyframes nxHalo{0%,100%{transform:scale(.9);opacity:.8}50%{transform:scale(1.08);opacity:1}}
.nx-orbit{position:absolute;border-radius:50%;border:1px solid rgba(124,140,255,.26);box-shadow:inset 0 0 30px rgba(81,73,255,.06),0 0 24px rgba(83,96,255,.05)}.nx-orbit::before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:conic-gradient(from 20deg,transparent 0 20%,rgba(80,230,255,.9) 25%,transparent 32% 60%,rgba(159,90,255,.75) 67%,transparent 74%);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px}.nx-orbit-one{width:390px;height:390px;animation:nxSpin 12s linear infinite}.nx-orbit-two{width:500px;height:500px;animation:nxSpinReverse 18s linear infinite}.nx-orbit-three{width:585px;height:585px;animation:nxSpin 26s linear infinite}.nx-orbit i{position:absolute;width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 8px #fff,0 0 20px var(--neo-cyan),0 0 32px var(--neo-blue)}.nx-orbit-one i{left:14%;top:18%}.nx-orbit-two i:first-child{right:8%;top:33%}.nx-orbit-two i:last-child{left:16%;bottom:13%;background:#c78cff;box-shadow:0 0 8px #fff,0 0 24px var(--neo-violet)}.nx-orbit-three i{right:18%;bottom:11%}@keyframes nxSpin{to{transform:rotate(360deg)}}@keyframes nxSpinReverse{to{transform:rotate(-360deg)}}
.nx-orbit-core{position:relative;z-index:5;width:230px;height:230px;border-radius:50%;display:grid;place-content:center;text-align:center;background:radial-gradient(circle at 35% 28%,#5b6fff 0%,#28347f 28%,#10152d 58%,#080a12 100%);border:1px solid rgba(181,194,255,.36);box-shadow:inset 0 0 52px rgba(143,99,255,.28),0 0 80px rgba(76,92,255,.34),0 0 150px rgba(100,63,255,.16);animation:nxCoreFloat 6s ease-in-out infinite}.nx-orbit-logo{font-family:"Manrope",sans-serif;font-size:76px;line-height:.8;font-weight:900;letter-spacing:-.11em;margin-left:-7px;background:linear-gradient(145deg,#fff,#8feaff 45%,#b386ff 80%);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 0 18px rgba(110,213,255,.38))}.nx-orbit-core small{font-size:8px;letter-spacing:.18em;color:#9ea9ce;margin-top:18px}.nx-orbit-core strong{font-size:11px;letter-spacing:.12em;line-height:1.45;color:#eef1ff;margin-top:6px}@keyframes nxCoreFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-9px) scale(1.02)}}
.nx-orbit-card{position:absolute;z-index:6;min-width:170px;padding:12px 14px;border-radius:14px;background:rgba(9,12,23,.72);border:1px solid rgba(152,167,255,.18);box-shadow:0 18px 54px rgba(0,0,0,.35);backdrop-filter:blur(15px);display:grid;gap:2px;animation:nxCardFloat 7s ease-in-out infinite}.nx-orbit-card span{font-size:8px;color:#7ae9ff}.nx-orbit-card b{font-size:10px;letter-spacing:.12em}.nx-orbit-card small{font-size:8px;color:#778095}.nx-orbit-card-a{left:2%;top:18%}.nx-orbit-card-b{right:0;top:42%;animation-delay:-2.1s}.nx-orbit-card-c{left:8%;bottom:13%;animation-delay:-4.2s}@keyframes nxCardFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.nx-neon-rail{display:flex;align-items:center;gap:16px;overflow:auto;white-space:nowrap;padding-top:30px;color:#626a7e;font-size:9px;font-weight:850;letter-spacing:.14em}.nx-neon-rail i{width:4px;height:4px;flex:0 0 4px;border-radius:50%;background:var(--neo-violet);box-shadow:0 0 12px var(--neo-violet)}
.nx-neon-services,.nx-neon-tools,.nx-neon-insights{background:#080a10;padding:clamp(90px,9vw,140px) 0;border-top:1px solid rgba(255,255,255,.05)}.nx-neon-section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end;margin-bottom:48px}.nx-neon-section-head>div>span{font-size:9px;letter-spacing:.17em;color:#6f7890;font-weight:850}.nx-neon-section-head h2{font-family:"Manrope",var(--nx-font);font-size:clamp(42px,5.2vw,76px);line-height:.96;letter-spacing:-.057em;margin:13px 0 0;font-weight:800;color:#f5f7fb}.nx-neon-section-head h2 em{font-style:normal;color:#91eaff}.nx-neon-section-head>p{margin:0;color:#858da0;font-size:15px;line-height:1.7;max-width:580px;justify-self:end}
.nx-neon-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.nx-neon-service{position:relative;min-height:330px;border:1px solid rgba(255,255,255,.085);border-radius:22px;padding:24px;background:linear-gradient(155deg,rgba(255,255,255,.034),rgba(255,255,255,.012));overflow:hidden;display:flex;flex-direction:column;transition:.3s cubic-bezier(.2,.8,.2,1)}.nx-neon-service::before{content:"";position:absolute;inset:auto -30% -55% 20%;height:70%;background:radial-gradient(circle,rgba(91,95,255,.15),transparent 66%);opacity:0;transition:.3s ease}.nx-neon-service:hover{transform:translateY(-6px);border-color:rgba(119,142,255,.3);background:linear-gradient(155deg,rgba(75,84,153,.12),rgba(255,255,255,.014));box-shadow:0 26px 60px rgba(0,0,0,.28),0 0 44px rgba(73,67,255,.07)}.nx-neon-service:hover::before{opacity:1}.nx-neon-service>span{font-size:9px;color:#60697e}.nx-neon-service svg{position:absolute;right:22px;top:20px;width:34px;height:34px;fill:none;stroke:#7885a4;stroke-width:1.2;transition:.3s ease}.nx-neon-service:hover svg{stroke:#9ceeff;filter:drop-shadow(0 0 10px rgba(84,232,255,.4))}.nx-neon-service h3{font-family:"Manrope",var(--nx-font);font-size:28px;line-height:1.05;letter-spacing:-.045em;margin:76px 0 14px;color:#eef1f7}.nx-neon-service p{font-size:13px;line-height:1.65;color:#7f8799;margin:0}.nx-neon-service b{margin-top:auto;font-size:10px;color:#aab4cc}
.nx-neon-work{padding:clamp(90px,9vw,140px) 0;background:radial-gradient(circle at 18% 10%,rgba(75,62,255,.13),transparent 26%),#05060a}.nx-neon-section-head-light h2{color:#fff}.nx-neon-case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.nx-neon-case{position:relative;min-height:300px;padding:28px;border-radius:24px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(150deg,#0d1019,#080a10);overflow:hidden;display:flex;flex-direction:column;transition:.3s ease}.nx-neon-case-feature{grid-column:1/-1;min-height:430px;padding:36px;background:radial-gradient(circle at 84% 18%,rgba(88,101,255,.22),transparent 31%),radial-gradient(circle at 28% 90%,rgba(132,67,255,.13),transparent 35%),linear-gradient(150deg,#0b0e18,#05060a)}.nx-case-glow{position:absolute;right:-7%;top:-24%;width:420px;height:420px;border-radius:50%;border:1px solid rgba(118,138,255,.13);box-shadow:0 0 90px rgba(89,75,255,.12);animation:nxSpin 24s linear infinite}.nx-case-glow::before,.nx-case-glow::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(108,220,255,.12)}.nx-case-glow::before{inset:50px}.nx-case-glow::after{inset:115px}.nx-neon-case:hover{transform:translateY(-5px);border-color:rgba(116,139,255,.27);box-shadow:0 26px 70px rgba(0,0,0,.35)}.nx-neon-case>span{font-size:9px;letter-spacing:.15em;color:#747e95;position:relative;z-index:2}.nx-neon-case h3{font-family:"Manrope",var(--nx-font);font-size:clamp(32px,4vw,58px);line-height:1;letter-spacing:-.05em;margin:52px 0 14px;max-width:780px;position:relative;z-index:2}.nx-neon-case:not(.nx-neon-case-feature) h3{font-size:34px;margin-top:54px}.nx-neon-case p{color:#7f8799;line-height:1.65;max-width:680px;margin:0;position:relative;z-index:2}.nx-neon-case strong{margin-top:auto;font-size:10px;color:#d2d7e4;position:relative;z-index:2}.nx-case-flow{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:56px;position:relative;z-index:2}.nx-case-flow i{font-style:normal;font-size:8px;letter-spacing:.12em;padding:8px 10px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#9ca6bc}.nx-case-flow b{font-size:10px;color:#515a70}
.nx-neon-tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.nx-neon-tool{min-height:300px;padding:25px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:#0a0d14;display:flex;flex-direction:column;transition:.3s ease}.nx-neon-tool:hover{transform:translateY(-5px);border-color:rgba(111,137,255,.28);background:#0d111c}.nx-neon-tool small{font-size:8px;letter-spacing:.15em;color:#6d7890}.nx-neon-tool h3{font-family:"Manrope",var(--nx-font);font-size:29px;line-height:1.05;letter-spacing:-.045em;margin:55px 0 14px}.nx-neon-tool p{color:#7e8799;font-size:13px;line-height:1.65;margin:0}.nx-neon-tool b{font-size:10px;margin-top:auto;color:#b7c1d9}.nx-neon-cred{margin-top:16px;padding:26px 28px;border-radius:22px;border:1px solid rgba(115,131,255,.16);background:linear-gradient(120deg,rgba(80,87,190,.12),rgba(55,41,114,.08));display:flex;align-items:center;justify-content:space-between;gap:28px}.nx-neon-cred span{font-size:8px;letter-spacing:.15em;color:#7a86a1}.nx-neon-cred h3{font-size:24px;margin:7px 0 5px}.nx-neon-cred p{font-size:12px;color:#7f8799;margin:0}.nx-neon-cred>a{flex:0 0 auto;padding:12px 16px;border:1px solid rgba(255,255,255,.14);border-radius:12px;font-size:11px;font-weight:850}
.nx-neon-insights{background:#06070b}.nx-neon-inline-link{align-self:end;justify-self:end;font-size:11px;color:#b8c0d1;border-bottom:1px solid rgba(255,255,255,.25)}.nx-neon-insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.nx-neon-insight{min-height:330px;padding:24px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:#0a0c12;display:flex;flex-direction:column;transition:.3s ease}.nx-neon-insight:hover{transform:translateY(-5px);border-color:rgba(114,140,255,.25)}.nx-neon-insight>span{font-size:8px;letter-spacing:.12em;color:#626c82}.nx-neon-insight h3{font-size:25px;line-height:1.1;letter-spacing:-.04em;margin:48px 0 13px}.nx-neon-insight p{font-size:13px;color:#7e8799;margin:0}.nx-neon-insight b{font-size:10px;margin-top:auto;color:#abb5cb}.nx-neon-cta{background:#06070b;padding:0 0 56px}.nx-neon-cta-panel{border:1px solid rgba(151,164,255,.18);border-radius:28px;padding:clamp(34px,5vw,58px);display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:end;background:radial-gradient(circle at 88% 24%,rgba(132,84,255,.24),transparent 30%),radial-gradient(circle at 16% 80%,rgba(61,198,255,.12),transparent 28%),linear-gradient(135deg,#101426,#080a10);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 30px 90px rgba(0,0,0,.4)}.nx-neon-cta-panel>div>span{font-size:8px;letter-spacing:.16em;color:#8993aa}.nx-neon-cta-panel h2{font-family:"Manrope",var(--nx-font);font-size:clamp(40px,5vw,70px);line-height:.96;letter-spacing:-.055em;margin:13px 0 0}.nx-neon-cta-panel p{color:#858da0;font-size:14px;line-height:1.65;max-width:480px}

/* Premium global header/footer */
.nx-site-header{background:rgba(5,6,10,.78);border-bottom:1px solid rgba(255,255,255,.085);backdrop-filter:blur(22px) saturate(1.2)}.nx-site-header::after{content:"";position:absolute;left:10%;right:10%;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(92,114,255,.36),rgba(84,232,255,.22),transparent);pointer-events:none}.nx-header-inner{height:78px}.nx-brand{gap:11px}.nx-brand-mark{filter:drop-shadow(0 0 11px rgba(101,129,255,.28))}.nx-brand-word{font-family:"Manrope",var(--nx-font);font-size:16px;letter-spacing:.16em}.nx-nav{gap:25px;color:#b8bfce}.nx-nav>a:not(.nx-nav-cta){font-size:12px;font-weight:760;padding:28px 0}.nx-nav>a:not(.nx-nav-cta)::after{background:linear-gradient(90deg,var(--neo-cyan,#54e8ff),var(--neo-violet,#9b63ff));box-shadow:0 0 10px rgba(84,232,255,.28)}.nx-nav-cta{border-radius:12px;background:linear-gradient(135deg,#fff,#e5e9ff);box-shadow:0 8px 24px rgba(83,100,255,.12)}.nx-nav-cta:hover{background:#fff;transform:translateY(-1px)}.nx-command-trigger{border-color:rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.025)}.nx-locale-trigger{border-color:rgba(255,255,255,.11)!important;background:rgba(255,255,255,.025)!important;color:#9ea6b8!important;border-radius:10px!important}.nx-mobile-nav{background:rgba(5,6,10,.98);backdrop-filter:blur(20px)}
.nx-site-footer{position:relative;background:#05060a;padding:74px 0 28px;border-top:1px solid rgba(255,255,255,.08);overflow:hidden}.nx-site-footer::before{content:"";position:absolute;left:8%;right:8%;top:-160px;height:260px;background:radial-gradient(ellipse at center,rgba(92,88,255,.2),transparent 66%);filter:blur(18px);pointer-events:none}.nx-footer-top{position:relative;z-index:1}.nx-footer-brand p{color:#858d9f}.nx-footer-col h4{color:#677087}.nx-footer-col a,.nx-footer-col button{color:#a9b0c0}.nx-footer-marquee{color:#d8ddea;border-color:rgba(255,255,255,.08)}.nx-footer-marquee i{background:linear-gradient(135deg,#5be9ff,#9d66ff);box-shadow:0 0 14px rgba(91,233,255,.5)}.nx-footer-bottom{color:#626a7c}.nx-footer-social{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}.nx-footer-social a{display:inline-flex!important;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.11);margin:0!important;color:#b9c1d2!important;font-size:10px!important}.nx-footer-social a:hover{border-color:rgba(112,143,255,.35);color:#fff!important;background:rgba(91,103,255,.08)}

@media(max-width:1100px){.nx-neon-hero-grid{grid-template-columns:1fr}.nx-orbit-wrap{min-height:620px;max-width:760px;margin-inline:auto;width:100%}.nx-neon-service-grid{grid-template-columns:repeat(2,1fr)}.nx-neon-tool-grid{grid-template-columns:1fr 1fr}.nx-neon-insight-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.nx-neon-hero{min-height:auto;padding-top:54px}.nx-neon-copy h1{font-size:clamp(48px,14vw,72px)}.nx-neon-proof{grid-template-columns:1fr}.nx-neon-proof>div{padding:13px 0;border-bottom:1px solid var(--neo-line)}.nx-orbit-wrap{min-height:500px;transform:scale(.94)}.nx-orbit-one{width:270px;height:270px}.nx-orbit-two{width:360px;height:360px}.nx-orbit-three{width:440px;height:440px}.nx-orbit-core{width:180px;height:180px}.nx-orbit-logo{font-size:58px}.nx-orbit-card{min-width:135px;padding:9px 10px}.nx-orbit-card-a{left:0}.nx-orbit-card-b{right:0}.nx-orbit-card-c{left:2%}.nx-neon-section-head{grid-template-columns:1fr;gap:18px}.nx-neon-section-head>p{justify-self:start}.nx-neon-service-grid,.nx-neon-case-grid,.nx-neon-tool-grid,.nx-neon-insight-grid{grid-template-columns:1fr}.nx-neon-case-feature{grid-column:auto;min-height:390px}.nx-neon-cred{display:grid}.nx-neon-cred>a{justify-self:start}.nx-neon-cta-panel{grid-template-columns:1fr}.nx-neon-actions{display:grid}.nx-neon-btn{width:100%}.nx-neon-inline-link{justify-self:start}.nx-site-header .nx-locale-trigger{display:none!important}}
@media(max-width:500px){.nx-orbit-wrap{min-height:430px;margin-inline:-16px;width:calc(100% + 32px);transform:scale(.9)}.nx-orbit-three{width:390px;height:390px}.nx-orbit-two{width:320px;height:320px}.nx-orbit-one{width:250px;height:250px}.nx-orbit-card{min-width:120px}.nx-neon-service,.nx-neon-tool,.nx-neon-insight{border-radius:18px}.nx-neon-case{border-radius:20px}}

@media(max-width:1100px){.nx-nav{display:none}.nx-menu-toggle{display:block}.nx-v3-hero-grid{grid-template-columns:1fr}.nx-v3-blueprint{max-width:760px}.nx-v3-intro-grid{grid-template-columns:1fr}.nx-v3-sticky{position:relative;top:auto}.nx-v3-method-grid{grid-template-columns:repeat(2,1fr)}.nx-v3-method-card:nth-child(2){border-right:0}.nx-v3-method-card:nth-child(-n+2){border-bottom:1px solid var(--nx-line)}.nx-v3-picker-grid{grid-template-columns:1fr}.nx-v3-insight-grid{grid-template-columns:repeat(2,1fr)}.nx-footer-top{grid-template-columns:1.5fr 1fr 1fr}.nx-footer-top>div:last-child{grid-column:2/-1}.nx-legacy-page .as-grid-4{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:760px){.nx-wrap,.nx-header-inner,.nx-legacy-page .as-shell{width:min(100% - 28px,var(--nx-max))!important}.nx-header-inner{height:72px}.nx-brand-mark{width:24px!important;height:24px!important;flex-basis:24px!important}.nx-brand-word{font-size:15px}.nx-v3-hero{padding-top:56px}.nx-v3-hero-copy h1{font-size:clamp(52px,15vw,78px)}.nx-v3-hero-meta{grid-template-columns:1fr}.nx-v3-hero-meta>div{border-bottom:1px solid var(--nx-line);padding:12px 0}.nx-v3-blueprint-stage{height:450px}.nx-v3-core{width:168px;height:168px}.nx-v3-core strong{font-size:20px}.nx-v3-flow{min-width:126px;padding:10px}.nx-v3-flow span{display:none}.flow-a{left:12px;top:36px}.flow-b{right:12px;top:72px}.flow-c{left:14px;bottom:56px}.flow-d{right:12px;bottom:30px}.nx-v3-rail{overflow:auto}.nx-v3-cap-row{grid-template-columns:1fr}.nx-v3-project-copy{grid-template-columns:1fr;gap:10px}.nx-v3-project-media{height:420px}.nx-v3-project-art{height:400px}.nx-v3-wall{width:80%}.nx-v3-method-grid{grid-template-columns:1fr}.nx-v3-method-card{border-right:0!important;border-bottom:1px solid var(--nx-line)!important;min-height:250px}.nx-v3-method-card:last-child{border-bottom:0!important}.nx-v3-method-card b{margin-top:48px}.nx-v3-picker-tabs{grid-template-columns:1fr}.nx-v3-picker-tabs button{border-right:0;border-bottom:1px solid var(--nx-line)}.nx-v3-picker-panel{padding:28px}.nx-v3-insight-grid{grid-template-columns:1fr}.nx-v3-cta-panel{grid-template-columns:1fr}.nx-v3-section-head{display:grid;grid-template-columns:1fr;align-items:start}.nx-v3-textlink{justify-self:start}.nx-legacy-page .as-grid-2,.nx-legacy-page .as-grid-3,.nx-legacy-page .as-grid-4{grid-template-columns:1fr!important}.nx-legacy-page .as-formwrap,.nx-legacy-page .as-form-grid{grid-template-columns:1fr!important}.nx-grid{grid-template-columns:1fr}.nx-footer-top{grid-template-columns:1fr 1fr}.nx-footer-brand{grid-column:1/-1}.nx-footer-top>div:last-child{grid-column:auto}.nx-footer-bottom{display:grid}.nx-v3-actions{display:grid}.nx-v3-btn{width:100%}}
@media(max-width:500px){.nx-footer-top{grid-template-columns:1fr}.nx-v3-blueprint-foot{display:grid}.nx-v3-project-media{height:320px}.nx-v3-project-art{height:330px}.nx-command-foot{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.js .as-reveal,.js .nx-reveal{opacity:1!important;transform:none!important}}

/* === ASTACKRA Neon Flagship v4 === */
:root{--neon-bg:#050813;--neon-bg-2:#090d1c;--neon-panel:#0b1020;--neon-line:rgba(136,155,255,.17);--neon-text:#f5f7ff;--neon-muted:#9aa5bf;--neon-violet:#9b5cff;--neon-blue:#4c8dff;--neon-cyan:#55ddff;--neon-pink:#e85dff}
body.nx-theme{background:var(--neon-bg);color:var(--neon-text)}
.nx-topbar{background:linear-gradient(90deg,#11162a,#0d1223);border-bottom:1px solid rgba(255,255,255,.07);color:#bdc7dc;font-size:11px}.nx-topbar .nx-header-inner{min-height:30px;height:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.nx-topbar a{color:#e8ecff;font-weight:750}.nx-topbar a span{margin-left:8px;color:var(--neon-cyan)}
.nx-site-header{top:0;background:rgba(5,8,19,.86);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(24px) saturate(1.15)}.nx-header-inner{height:70px}.nx-brand-mark{width:31px!important;height:31px!important;flex-basis:31px!important;filter:drop-shadow(0 0 10px rgba(118,143,255,.25))}.nx-brand-word{font-size:20px;letter-spacing:.05em}.nx-nav{gap:22px;font-size:11px}.nx-nav>a:not(.nx-nav-cta){padding:27px 0;color:#e2e8f8}.nx-nav>a:not(.nx-nav-cta)::after{bottom:18px;background:linear-gradient(90deg,var(--neon-violet),var(--neon-cyan))}.nx-nav-cta{padding:11px 18px;border-radius:8px;background:linear-gradient(135deg,#8d43f0,#3d8ef7);color:white!important;box-shadow:0 8px 28px rgba(89,91,255,.25)}.nx-command-round{width:34px;height:34px;border-radius:50%;padding:0!important;display:grid;place-items:center;color:#d7def5!important;border-color:rgba(255,255,255,.12)!important}
.nx-neon-home{background:var(--neon-bg);color:var(--neon-text);overflow:hidden}.nx-neon-hero{position:relative;padding:58px 0 0;background:radial-gradient(circle at 75% 24%,rgba(77,77,255,.18),transparent 28%),radial-gradient(circle at 65% 5%,rgba(158,72,255,.12),transparent 25%),linear-gradient(180deg,#060914,#050813)}.nx-neon-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(92,112,180,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(92,112,180,.07) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to bottom,#000,transparent 82%);pointer-events:none}.nx-neon-aurora{position:absolute;inset:0;pointer-events:none;overflow:hidden}.nx-neon-aurora i{position:absolute;border-radius:50%;filter:blur(80px);opacity:.22;mix-blend-mode:screen}.nx-neon-aurora i:nth-child(1){width:380px;height:380px;right:8%;top:4%;background:#725cff;animation:nxAuroraA 14s ease-in-out infinite}.nx-neon-aurora i:nth-child(2){width:250px;height:250px;right:33%;top:18%;background:#2aa8ff;animation:nxAuroraB 18s ease-in-out infinite}.nx-neon-aurora i:nth-child(3){width:190px;height:190px;left:4%;top:22%;background:#9b3cff;animation:nxAuroraA 20s ease-in-out infinite reverse}@keyframes nxAuroraA{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(34px,24px,0) scale(1.12)}}@keyframes nxAuroraB{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(-40px,32px,0)}}
.nx-neon-hero-grid{position:relative;display:grid;grid-template-columns:1.03fr .97fr;gap:42px;align-items:center;min-height:540px}.nx-neon-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid rgba(140,115,255,.35);border-radius:999px;background:rgba(15,18,34,.56);font-size:9px;letter-spacing:.14em;font-weight:900;color:#b7b5ff}.nx-neon-kicker span{width:7px;height:7px;border-radius:50%;background:var(--neon-violet);box-shadow:0 0 14px var(--neon-violet)}.nx-neon-copy h1{font-size:clamp(48px,5.4vw,78px);line-height:1.02;letter-spacing:-.058em;margin:18px 0 18px;max-width:760px}.nx-neon-copy h1 em{font-style:normal;background:linear-gradient(90deg,#a953ff,#5d82ff,#65dcff);-webkit-background-clip:text;background-clip:text;color:transparent}.nx-neon-copy>p{max-width:650px;color:#b5bfd3;font-size:17px;line-height:1.7;margin:0}.nx-neon-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.nx-neon-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:12px 20px;border-radius:8px;border:1px solid rgba(255,255,255,.18);font-size:12px;font-weight:850;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.nx-neon-btn:hover{transform:translateY(-2px)}.nx-neon-btn-primary{background:linear-gradient(135deg,#933ff0,#3e8df7);border-color:transparent;color:#fff;box-shadow:0 14px 38px rgba(105,75,255,.26)}.nx-neon-btn-primary:hover{box-shadow:0 18px 46px rgba(85,112,255,.38)}.nx-neon-btn-ghost{background:rgba(7,10,23,.72);color:#f7f8ff}.nx-neon-btn-ghost:hover{border-color:rgba(108,156,255,.58);background:rgba(16,21,43,.9)}.nx-neon-trustline{margin-top:34px;color:#7e89a3;font-size:9px;letter-spacing:.12em}
.nx-orbit-wrap{position:relative;min-height:500px}.nx-orbit-grid{position:absolute;inset:7% 0 5%;background-image:linear-gradient(rgba(90,112,188,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(90,112,188,.08) 1px,transparent 1px);background-size:36px 36px;mask-image:radial-gradient(circle at center,#000,transparent 72%)}.nx-orbit-halo{position:absolute;left:50%;top:50%;width:300px;height:300px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,#623cff 0 3%,rgba(84,93,255,.34) 18%,rgba(76,84,255,.12) 40%,transparent 66%);filter:drop-shadow(0 0 38px rgba(80,95,255,.55));animation:nxHalo 4.8s ease-in-out infinite}@keyframes nxHalo{0%,100%{transform:translate(-50%,-50%) scale(.96);opacity:.82}50%{transform:translate(-50%,-50%) scale(1.05);opacity:1}}.nx-orbit{position:absolute;left:50%;top:50%;border:1px solid rgba(109,122,255,.48);border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 16px rgba(77,86,255,.14)}.nx-orbit-one{width:330px;height:188px;animation:nxOrbitOne 8s linear infinite}.nx-orbit-two{width:418px;height:240px;animation:nxOrbitTwo 13s linear infinite reverse}.nx-orbit-three{width:250px;height:390px;animation:nxOrbitThree 16s linear infinite}@keyframes nxOrbitOne{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes nxOrbitTwo{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes nxOrbitThree{to{transform:translate(-50%,-50%) rotate(360deg)}}.nx-orbit i{position:absolute;width:9px;height:9px;border-radius:50%;background:#7feaff;box-shadow:0 0 10px #62dfff,0 0 24px #744fff}.nx-orbit-one i{left:7%;top:45%}.nx-orbit-two i:first-child{right:10%;top:19%}.nx-orbit-two i:last-child{left:22%;bottom:8%;background:#d86cff}.nx-orbit-three i{right:16%;bottom:12%;background:#a975ff}.nx-orbit-core{position:absolute;left:50%;top:50%;width:176px;height:176px;transform:translate(-50%,-50%);border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 28%,rgba(134,102,255,.7),rgba(44,45,104,.9) 40%,rgba(8,11,28,.98) 74%);border:1px solid rgba(169,159,255,.45);box-shadow:0 0 0 10px rgba(69,72,170,.08),0 0 60px rgba(95,70,255,.66),inset 0 0 34px rgba(126,139,255,.28)}.nx-orbit-core img{width:84px;height:84px;object-fit:contain;filter:brightness(0) invert(1) drop-shadow(0 0 14px rgba(255,255,255,.25))}.nx-orbit-card{position:absolute;z-index:5;width:152px;padding:14px;border:1px solid rgba(140,142,255,.3);border-radius:12px;background:linear-gradient(180deg,rgba(15,19,39,.88),rgba(8,11,24,.94));backdrop-filter:blur(18px);box-shadow:0 18px 44px rgba(0,0,0,.28)}.nx-orbit-card span{display:block;color:#9ca9ff;font-size:8px;letter-spacing:.11em}.nx-orbit-card b{display:block;margin:4px 0 2px;font-size:13px}.nx-orbit-card small{color:#7f8aa3;font-size:9px}.nx-orbit-card-a{left:0;top:42px}.nx-orbit-card-b{right:0;top:52px}.nx-orbit-card-c{left:8px;bottom:34px}.nx-orbit-card-d{right:0;bottom:54px}.nx-neon-statbar{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(126,145,230,.17);border-radius:14px;background:rgba(9,13,29,.76);backdrop-filter:blur(18px);overflow:hidden;margin-top:22px;transform:translateY(28px)}.nx-neon-statbar>div{min-height:82px;padding:16px 18px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:12px;border-right:1px solid rgba(255,255,255,.08)}.nx-neon-statbar>div:last-child{border-right:0}.nx-neon-statbar span{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(145deg,rgba(131,68,255,.28),rgba(45,127,255,.18));color:#a8a1ff;font-size:10px;font-weight:900}.nx-neon-statbar b{font-size:14px}.nx-neon-statbar small{color:#77849f;font-size:9px;line-height:1.45}
.nx-neon-services{padding:112px 0 88px;background:linear-gradient(180deg,#050813,#060a15)}.nx-neon-sectionhead{text-align:center;max-width:760px;margin:0 auto 38px}.nx-neon-sectionhead>span,.nx-neon-proofhead span,.nx-neon-toolcopy>span{display:inline-block;color:#8d8cff;font-size:9px;letter-spacing:.13em;font-weight:900}.nx-neon-sectionhead h2,.nx-neon-proofhead h2,.nx-neon-toolcopy h2{font-size:clamp(30px,3.4vw,46px);line-height:1.08;letter-spacing:-.04em;margin:10px 0 12px}.nx-neon-sectionhead p,.nx-neon-toolcopy p{color:#8590aa;margin:0}.nx-neon-servicegrid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.nx-neon-service{min-height:245px;padding:18px;border:1px solid rgba(128,146,230,.15);border-radius:10px;background:linear-gradient(180deg,rgba(13,18,37,.95),rgba(7,11,24,.98));display:flex;flex-direction:column;transition:.25s ease;position:relative;overflow:hidden}.nx-neon-service::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 0,rgba(111,80,255,.12),transparent 42%);opacity:0;transition:.25s}.nx-neon-service:hover{transform:translateY(-5px);border-color:rgba(113,134,255,.42);box-shadow:0 18px 42px rgba(0,0,0,.24)}.nx-neon-service:hover::before{opacity:1}.nx-neon-service>*{position:relative;z-index:1}.nx-neon-service i{font-style:normal;width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(131,70,255,.32),rgba(53,136,255,.16));color:#ad9aff;font-size:10px;font-weight:900}.nx-neon-service h3{font-size:17px;line-height:1.16;margin:18px 0 10px}.nx-neon-service p{color:#8c96ac;font-size:11px;line-height:1.6;margin:0}.nx-neon-service b{margin-top:auto;font-size:10px;color:#81aaff}
.nx-neon-proofsection{padding:34px 0 78px;background:#060a15}.nx-neon-proofhead{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:22px}.nx-neon-proofhead h2{margin-bottom:0}.nx-neon-proofhead>a{padding:10px 14px;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#dfe5ff;font-size:10px}.nx-neon-proofgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.nx-neon-proofcard{min-height:310px;padding:18px;border:1px solid rgba(125,142,224,.18);border-radius:10px;background:linear-gradient(180deg,rgba(14,20,39,.96),rgba(8,12,25,.98));display:flex;flex-direction:column}.nx-neon-proofcard small{color:#8d91ff;font-size:8px;letter-spacing:.09em}.nx-neon-proofcard h3{font-size:21px;margin:8px 0 14px}.nx-neon-proofcard p{color:#8b96ac;font-size:11px;line-height:1.55}.nx-neon-proofcard>a{margin-top:auto;color:#bdd0ff;font-size:10px;font-weight:800}.nx-proof-visual{height:116px;border-radius:8px;background:#080d1a;border:1px solid rgba(255,255,255,.08);position:relative;overflow:hidden;margin-bottom:12px}.nx-proof-visual::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(120,142,220,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(120,142,220,.08) 1px,transparent 1px);background-size:18px 18px}.nx-proof-visual span{position:absolute;border-radius:4px;background:linear-gradient(90deg,#775cff,#3ca5ff);box-shadow:0 0 16px rgba(85,107,255,.25)}.nx-proof-tender span:nth-child(1){left:12px;right:12px;top:16px;height:10px}.nx-proof-tender span:nth-child(2){left:14px;width:38%;top:42px;height:52px}.nx-proof-tender span:nth-child(3){right:14px;width:44%;top:42px;height:52px}.nx-proof-intake span:nth-child(1){left:16px;top:18px;width:32%;height:78px}.nx-proof-intake span:nth-child(2){left:42%;top:18px;width:20%;height:30px}.nx-proof-intake span:nth-child(3){right:14px;top:18px;width:28%;height:78px}.nx-proof-resolution span:nth-child(1){left:12px;top:18px;width:20%;height:78px}.nx-proof-resolution span:nth-child(2){left:38%;right:12px;top:18px;height:22px}.nx-proof-resolution span:nth-child(3){left:38%;right:12px;bottom:18px;height:42px}.nx-proof-paint{background:linear-gradient(90deg,#252e48 0 49%,#977764 49% 51%,#b19b79 51%)}.nx-proof-paint span:nth-child(1){left:12%;top:16%;width:24%;height:52%;border:1px solid rgba(255,255,255,.8);background:transparent}.nx-proof-paint span:nth-child(2){right:12%;top:16%;width:28%;height:20%;background:#7c8eff}.nx-proof-paint span:nth-child(3){right:12%;bottom:14%;width:36%;height:14%;background:#9a6eff}
.nx-neon-tools{padding:36px 0 28px;background:radial-gradient(circle at 100% 50%,rgba(119,57,255,.26),transparent 32%),linear-gradient(90deg,#0b1024,#0a0d1d);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.nx-neon-toolsgrid{display:grid;grid-template-columns:.7fr 1.3fr;gap:28px;align-items:center}.nx-neon-toolcopy h2{font-size:26px}.nx-neon-toolcards{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.nx-neon-tool{min-height:126px;padding:14px;border:1px solid rgba(137,149,228,.16);border-radius:9px;background:rgba(10,15,31,.84);position:relative}.nx-neon-tool i{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:linear-gradient(145deg,rgba(143,67,255,.35),rgba(37,148,255,.18));font-style:normal;font-size:8px;color:#c6bcff}.nx-neon-tool h3{font-size:13px;margin:11px 0 4px}.nx-neon-tool p{font-size:9px;line-height:1.45;color:#7d89a2;margin:0}.nx-neon-tool b{position:absolute;right:10px;bottom:8px;color:#7ea7ff}.nx-neon-cta{padding:28px 0 36px;background:#050813}.nx-neon-ctapanel{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center;padding:28px;border:1px solid rgba(123,138,224,.2);border-radius:12px;background:radial-gradient(circle at 90% 30%,rgba(104,68,255,.24),transparent 38%),linear-gradient(90deg,#0c1124,#0a0e1e);position:relative;overflow:hidden}.nx-neon-ctapanel::after{content:"";position:absolute;right:-80px;bottom:-90px;width:260px;height:260px;border:1px solid rgba(109,93,255,.32);border-radius:50%;box-shadow:0 0 30px rgba(92,82,255,.22)}.nx-neon-ctapanel h2{font-size:30px;margin:0 0 8px}.nx-neon-ctapanel p{color:#93a0b9;margin:0;max-width:620px}.nx-neon-ctapanel .nx-neon-actions{position:relative;z-index:2;justify-content:flex-end;margin-top:0}
.nx-neon-footer{padding:42px 0 22px;background:linear-gradient(180deg,#060a15,#050712);border-top:1px solid rgba(255,255,255,.07)}.nx-neon-footer-grid{grid-template-columns:1.35fr 1fr 1fr 1fr .9fr 1.05fr;gap:22px}.nx-neon-footer .nx-footer-brand p{font-size:11px;line-height:1.7;color:#8490a7}.nx-footer-socials{display:flex;gap:7px;margin-top:14px}.nx-footer-socials a{width:28px;height:28px;border-radius:7px;border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;color:#cbd5ef;font-size:9px;text-transform:uppercase}.nx-neon-footer .nx-footer-col h4{color:#b9c3d7}.nx-neon-footer .nx-footer-col a{font-size:10px;color:#8c98ae;margin:7px 0}.nx-upwork-card{padding:16px;border:1px solid rgba(131,147,226,.18);border-radius:10px;background:rgba(10,15,31,.82)}.nx-upwork-card span{display:block;color:#8c95aa;font-size:8px;letter-spacing:.1em}.nx-upwork-card strong{display:block;font-size:14px;margin:10px 0 6px}.nx-upwork-card p{font-size:9px;line-height:1.5;color:#7e8aa2}.nx-upwork-card a{font-size:10px;color:#c7d6ff}.nx-neon-footer .nx-footer-bottom{margin-top:30px;padding-top:16px;border-top:1px solid rgba(255,255,255,.07)}.nx-neon-footer .nx-footer-bottom div{display:flex;gap:18px}
@media(max-width:1180px){.nx-neon-servicegrid{grid-template-columns:repeat(3,1fr)}.nx-neon-footer-grid{grid-template-columns:1.4fr repeat(3,1fr)}.nx-neon-footer-grid>.nx-footer-col:nth-of-type(4),.nx-neon-footer-grid>.nx-upwork-card{grid-column:auto}.nx-neon-proofgrid{grid-template-columns:repeat(2,1fr)}.nx-neon-toolcards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:980px){.nx-topbar{display:none}.nx-neon-hero-grid{grid-template-columns:1fr}.nx-orbit-wrap{min-height:440px}.nx-neon-statbar{grid-template-columns:repeat(2,1fr)}.nx-neon-statbar>div:nth-child(2){border-right:0}.nx-neon-statbar>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}.nx-neon-toolsgrid{grid-template-columns:1fr}.nx-neon-ctapanel{grid-template-columns:1fr}.nx-neon-ctapanel .nx-neon-actions{justify-content:flex-start}.nx-neon-footer-grid{grid-template-columns:repeat(2,1fr)}.nx-neon-footer-grid>.nx-footer-brand,.nx-neon-footer-grid>.nx-upwork-card{grid-column:1/-1}}
@media(max-width:680px){.nx-neon-hero{padding-top:36px}.nx-neon-copy h1{font-size:clamp(42px,13vw,62px)}.nx-neon-copy>p{font-size:15px}.nx-neon-actions{display:grid}.nx-neon-btn{width:100%}.nx-orbit-wrap{min-height:390px;transform:scale(.92)}.nx-orbit-card{width:122px;padding:10px}.nx-orbit-card-a{left:-8px}.nx-orbit-card-b{right:-8px}.nx-orbit-card-c{left:-6px}.nx-orbit-card-d{right:-6px}.nx-neon-statbar{grid-template-columns:1fr;transform:translateY(18px)}.nx-neon-statbar>div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.08)}.nx-neon-statbar>div:last-child{border-bottom:0}.nx-neon-services{padding-top:82px}.nx-neon-servicegrid,.nx-neon-proofgrid,.nx-neon-toolcards{grid-template-columns:1fr}.nx-neon-proofhead{display:grid;align-items:start}.nx-neon-footer-grid{grid-template-columns:1fr}.nx-neon-footer-grid>*{grid-column:auto!important}.nx-neon-footer .nx-footer-bottom{display:grid;gap:10px}.nx-neon-footer .nx-footer-bottom div{display:grid;gap:6px}.nx-neon-ctapanel{padding:22px}}

/* === ASTACKRA Neon Flagship v5: screenshot-match + full responsiveness === */
html,body{max-width:100%;overflow-x:hidden}.nx-neon-home,.nx-site-header,.nx-topbar,.nx-neon-footer{font-family:"Manrope",var(--nx-font)}
.nx-topbar .nx-header-inner,.nx-header-inner,.nx-neon-home .nx-wrap,.nx-neon-footer .nx-wrap{width:min(1380px,calc(100% - 64px));margin-inline:auto}
.nx-topbar{height:31px;display:flex;align-items:center}.nx-topbar .nx-header-inner{font-size:10px;line-height:1.2}.nx-topbar a{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}
.nx-site-header{position:sticky;top:0;z-index:9990}.nx-header-inner{height:72px}.nx-brand-mark{width:30px!important;height:30px!important;flex-basis:30px!important}.nx-brand-word{font-size:22px;font-weight:850;letter-spacing:.025em}.nx-nav{gap:24px}.nx-nav>a:not(.nx-nav-cta){font-size:11px;font-weight:700;color:#f0f3ff;display:inline-flex;align-items:center;gap:5px}.nx-nav>a:nth-child(1)::before,.nx-nav>a:nth-child(2)::before,.nx-nav>a:nth-child(4)::before,.nx-nav>a:nth-child(5)::before,.nx-nav>a:nth-child(6)::before{content:""}.nx-nav>a:nth-child(1)::after,.nx-nav>a:nth-child(2)::after,.nx-nav>a:nth-child(4)::after,.nx-nav>a:nth-child(5)::after,.nx-nav>a:nth-child(6)::after{content:"⌄";position:static!important;display:inline-block;width:auto;height:auto;background:none!important;box-shadow:none!important;font-size:10px;line-height:1;color:#8f9ab5;transition:transform .2s ease}.nx-nav>a:nth-child(1):hover::after,.nx-nav>a:nth-child(2):hover::after,.nx-nav>a:nth-child(4):hover::after,.nx-nav>a:nth-child(5):hover::after,.nx-nav>a:nth-child(6):hover::after{transform:translateY(1px)}.nx-nav-cta{min-height:38px;padding:10px 18px;border-radius:7px;font-size:11px}.nx-command-round{flex:0 0 36px}
.nx-neon-hero{padding:48px 0 0;min-height:auto}.nx-neon-hero-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);min-height:500px;gap:24px}.nx-neon-copy{align-self:center;padding:18px 0 28px}.nx-neon-copy h1{font-size:clamp(50px,5vw,76px);line-height:1.01;letter-spacing:-.052em;max-width:760px;margin:16px 0 16px}.nx-neon-copy>p{font-size:15px;line-height:1.7;max-width:620px}.nx-neon-actions{margin-top:24px}.nx-neon-btn{min-height:46px;padding:11px 20px}.nx-neon-trustline{margin-top:28px}
.nx-orbit-wrap{min-height:500px;max-width:590px;width:100%;justify-self:end}.nx-orbit-grid{inset:5% -2% 4%}.nx-orbit-halo{width:286px;height:286px}.nx-orbit-one{width:320px;height:190px}.nx-orbit-two{width:410px;height:235px}.nx-orbit-three{width:245px;height:380px}.nx-orbit-core{width:168px;height:168px}.nx-orbit-core img{width:80px;height:80px}.nx-orbit-card{width:150px}.nx-orbit-card-a{left:1%;top:58px}.nx-orbit-card-b{right:0;top:68px}.nx-orbit-card-c{left:3%;bottom:48px}.nx-orbit-card-d{right:0;bottom:58px}
.nx-neon-statbar{margin-top:0;transform:translateY(22px);grid-template-columns:repeat(4,1fr);border-radius:12px}.nx-neon-statbar>div{min-height:72px;padding:13px 15px}.nx-neon-statbar b{font-size:13px}.nx-neon-statbar small{font-size:8px}
.nx-neon-services{padding:96px 0 72px}.nx-neon-sectionhead{margin-bottom:28px}.nx-neon-sectionhead h2{font-size:38px}.nx-neon-servicegrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.nx-neon-service{min-height:230px;padding:16px}.nx-neon-service h3{font-size:16px;margin:16px 0 9px}.nx-neon-service p{font-size:10.5px}.nx-neon-service b{font-size:9px}
.nx-neon-proofsection{padding:30px 0 64px}.nx-neon-proofhead h2{font-size:34px}.nx-neon-proofgrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.nx-neon-proofcard{min-height:296px;padding:16px}.nx-neon-proofcard h3{font-size:20px}.nx-proof-visual{height:110px}
.nx-neon-tools{padding:30px 0}.nx-neon-toolsgrid{grid-template-columns:.62fr 1.38fr;gap:22px}.nx-neon-toolcards{gap:8px}.nx-neon-tool{min-height:120px}.nx-neon-cta{padding:26px 0 34px}.nx-neon-ctapanel{padding:26px}.nx-neon-ctapanel h2{font-size:28px}
.nx-neon-footer{padding:38px 0 20px}.nx-neon-footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr 1.05fr;gap:20px}.nx-neon-footer .nx-footer-brand p{max-width:260px}.nx-upwork-card{align-self:start}.nx-neon-footer .nx-footer-bottom{font-size:10px}
@media(max-width:1280px){.nx-topbar .nx-header-inner,.nx-header-inner,.nx-neon-home .nx-wrap,.nx-neon-footer .nx-wrap{width:min(1180px,calc(100% - 48px))}.nx-nav{gap:16px}.nx-nav>a:not(.nx-nav-cta){font-size:10px}.nx-neon-servicegrid{grid-template-columns:repeat(3,1fr)}.nx-neon-footer-grid{grid-template-columns:1.4fr repeat(3,1fr)}.nx-neon-footer-grid>.nx-footer-col:nth-of-type(4),.nx-neon-footer-grid>.nx-upwork-card{grid-column:auto}}
@media(max-width:1024px){.nx-topbar{display:none}.nx-header-inner,.nx-neon-home .nx-wrap,.nx-neon-footer .nx-wrap{width:min(100% - 36px,960px)}.nx-nav{display:none}.nx-menu-toggle{display:block}.nx-neon-hero{padding-top:34px}.nx-neon-hero-grid{grid-template-columns:1fr;min-height:auto;gap:12px}.nx-neon-copy{text-align:center;justify-self:center;max-width:760px}.nx-neon-kicker{margin-inline:auto}.nx-neon-copy>p{margin-inline:auto}.nx-neon-actions{justify-content:center}.nx-neon-trustline{text-align:center}.nx-orbit-wrap{justify-self:center;max-width:620px;min-height:470px}.nx-neon-statbar{grid-template-columns:repeat(2,1fr)}.nx-neon-statbar>div:nth-child(2){border-right:0}.nx-neon-statbar>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}.nx-neon-proofgrid{grid-template-columns:repeat(2,1fr)}.nx-neon-toolsgrid{grid-template-columns:1fr}.nx-neon-toolcopy{text-align:center;max-width:700px;margin-inline:auto}.nx-neon-toolcards{grid-template-columns:repeat(2,1fr)}.nx-neon-ctapanel{grid-template-columns:1fr}.nx-neon-ctapanel .nx-neon-actions{justify-content:flex-start}.nx-neon-footer-grid{grid-template-columns:repeat(2,1fr)}.nx-neon-footer-grid>.nx-footer-brand,.nx-neon-footer-grid>.nx-upwork-card{grid-column:1/-1}.nx-neon-footer .nx-footer-brand p{max-width:520px}}
@media(max-width:720px){.nx-header-inner,.nx-neon-home .nx-wrap,.nx-neon-footer .nx-wrap{width:min(100% - 28px,680px)}.nx-header-inner{height:66px}.nx-brand-mark{width:25px!important;height:25px!important;flex-basis:25px!important}.nx-brand-word{font-size:18px}.nx-menu-toggle{width:42px;height:42px}.nx-mobile-nav{padding:6px 14px 20px}.nx-mobile-nav a{font-size:17px;padding:14px 2px}.nx-neon-hero{padding-top:26px}.nx-neon-copy h1{font-size:clamp(40px,12.5vw,58px);line-height:1.02}.nx-neon-copy>p{font-size:14px}.nx-neon-actions{display:grid;grid-template-columns:1fr}.nx-neon-btn{width:100%}.nx-orbit-wrap{min-height:360px;max-width:420px}.nx-orbit-grid{inset:6% -14% 2%}.nx-orbit-halo{width:220px;height:220px}.nx-orbit-one{width:250px;height:145px}.nx-orbit-two{width:315px;height:180px}.nx-orbit-three{width:195px;height:300px}.nx-orbit-core{width:130px;height:130px}.nx-orbit-core img{width:60px;height:60px}.nx-orbit-card{width:108px;padding:9px;border-radius:9px}.nx-orbit-card span{font-size:6.5px}.nx-orbit-card b{font-size:10px}.nx-orbit-card small{font-size:7px}.nx-orbit-card-a{left:0;top:36px}.nx-orbit-card-b{right:0;top:42px}.nx-orbit-card-c{left:4px;bottom:28px}.nx-orbit-card-d{right:4px;bottom:34px}.nx-neon-statbar{grid-template-columns:1fr;transform:translateY(16px)}.nx-neon-statbar>div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.nx-neon-statbar>div:last-child{border-bottom:0!important}.nx-neon-services{padding:72px 0 56px}.nx-neon-sectionhead h2,.nx-neon-proofhead h2{font-size:31px}.nx-neon-servicegrid,.nx-neon-proofgrid,.nx-neon-toolcards{grid-template-columns:1fr}.nx-neon-service{min-height:210px}.nx-neon-proofhead{display:grid;align-items:start}.nx-neon-proofhead>a{justify-self:start}.nx-neon-proofcard{min-height:275px}.nx-neon-ctapanel{padding:20px}.nx-neon-ctapanel h2{font-size:25px}.nx-neon-footer-grid{grid-template-columns:1fr}.nx-neon-footer-grid>*{grid-column:auto!important}.nx-neon-footer .nx-footer-bottom{display:grid;gap:10px}.nx-neon-footer .nx-footer-bottom div{display:flex;flex-wrap:wrap;gap:12px}}
@media(max-width:420px){.nx-neon-copy h1{font-size:40px}.nx-orbit-wrap{min-height:330px;max-width:360px}.nx-orbit-halo{width:190px;height:190px}.nx-orbit-one{width:220px;height:128px}.nx-orbit-two{width:280px;height:160px}.nx-orbit-three{width:170px;height:270px}.nx-orbit-core{width:116px;height:116px}.nx-orbit-core img{width:52px;height:52px}.nx-orbit-card-a,.nx-orbit-card-c{left:-2px}.nx-orbit-card-b,.nx-orbit-card-d{right:-2px}.nx-orbit-card-d{display:none}.nx-neon-service{min-height:195px}.nx-neon-tool{min-height:112px}}

/* === ASTACKRA Work Expansion: web launches + branding systems === */
.nx-web-showcase,.nx-brand-showcase{padding-top:86px}.nx-web-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.nx-web-card{display:block;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:linear-gradient(145deg,rgba(13,18,36,.96),rgba(7,10,22,.96));box-shadow:0 24px 80px rgba(0,0,0,.24);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.nx-web-card:hover{transform:translateY(-5px);border-color:rgba(127,151,255,.34);box-shadow:0 30px 90px rgba(0,0,0,.34),0 0 42px rgba(96,111,255,.08)}.nx-web-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,#162236,#0a101a)}.nx-web-thumb:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);pointer-events:none}.nx-web-thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .5s ease}.nx-web-card:hover .nx-web-thumb img{transform:scale(1.025)}.nx-web-browser{height:48px;display:flex;align-items:center;gap:7px;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.01))}.nx-web-browser span{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.22)}.nx-web-browser b{margin-left:8px;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#8d99b5}.nx-web-card-body{padding:28px;min-height:245px}.nx-web-card small,.nx-brand-card small{display:block;font-size:9px;letter-spacing:.16em;color:#8290ad}.nx-web-card h3,.nx-brand-card h3{font-size:24px;line-height:1.08;letter-spacing:-.025em;margin:10px 0 12px;color:#f5f7ff}.nx-web-card p,.nx-brand-card p{font-size:12px;line-height:1.75;color:#8e99b0}.nx-web-card strong{display:inline-block;margin-top:24px;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#bcd1ff}.nx-brand-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.nx-brand-card{position:relative;overflow:hidden;min-height:350px;padding:30px;border:1px solid rgba(255,255,255,.09);border-radius:20px;background:radial-gradient(circle at 80% 10%,rgba(101,115,255,.12),transparent 34%),linear-gradient(155deg,rgba(15,20,40,.97),rgba(6,9,20,.98))}.nx-brand-card:after{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(255,255,255,.055);border-radius:50%;right:-72px;top:-72px}.nx-brand-symbol{width:70px;height:70px;display:grid;place-items:center;border-radius:18px;margin-bottom:56px;font-size:34px;font-weight:900;letter-spacing:-.08em;color:#fff;border:1px solid rgba(255,255,255,.14);box-shadow:0 15px 40px rgba(0,0,0,.25)}.nx-brand-astackra .nx-brand-symbol{background:linear-gradient(145deg,#1a2250,#756cff)}.nx-brand-paint .nx-brand-symbol{background:linear-gradient(145deg,#183d50,#28a5d7)}.nx-brand-neuro .nx-brand-symbol{background:linear-gradient(145deg,#3d1d4d,#b25ed8)}.nx-brand-swatches{display:flex;gap:7px;margin-top:24px}.nx-brand-swatches i{display:block;width:30px;height:8px;border-radius:999px;background:#707bff}.nx-brand-swatches i:nth-child(2){background:#28d7c0}.nx-brand-swatches i:nth-child(3){background:#e8ecff}.nx-brand-swatches i:nth-child(4){background:#11162b}.nx-brand-paint .nx-brand-swatches i:nth-child(1){background:#28a5d7}.nx-brand-paint .nx-brand-swatches i:nth-child(2){background:#efc15c}.nx-brand-paint .nx-brand-swatches i:nth-child(3){background:#ef6d80}.nx-brand-neuro .nx-brand-swatches i:nth-child(1){background:#b25ed8}.nx-brand-neuro .nx-brand-swatches i:nth-child(2){background:#6f7fe8}.nx-brand-neuro .nx-brand-swatches i:nth-child(3){background:#dcb8e7}.nx-brand-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.nx-brand-actions a{padding:11px 15px;border:1px solid rgba(255,255,255,.1);border-radius:999px;font-size:10px;color:#c7d2e8;background:rgba(255,255,255,.025)}.nx-brand-actions a:hover{border-color:rgba(126,146,255,.35);color:#fff}
@media(max-width:900px){.nx-web-grid{grid-template-columns:1fr}.nx-brand-grid{grid-template-columns:1fr}.nx-brand-card{min-height:auto}.nx-brand-symbol{margin-bottom:32px}.nx-web-showcase,.nx-brand-showcase{padding-top:64px}}
@media(max-width:620px){.nx-web-card-body,.nx-brand-card{padding:22px}.nx-web-card h3,.nx-brand-card h3{font-size:21px}.nx-web-browser{height:54px;padding:0 14px}.nx-brand-actions{display:grid}.nx-brand-actions a{text-align:center}}

/* === Production readability safety: keep content visible if reveal JS is delayed === */
.js .as-reveal,.js .nx-reveal,.as-reveal,.nx-reveal{opacity:1!important;transform:none!important;filter:none!important;visibility:visible!important}
.nx-main :where(h1,h2,h3,h4,h5,h6,p,li,blockquote,label),.nx-legacy-page :where(h1,h2,h3,h4,h5,h6,p,li,blockquote,label){filter:none!important;visibility:visible!important}
.nx-neon-footer .nx-footer-brand p{font-size:14px;line-height:1.75;color:#aab4c8}
.nx-neon-footer .nx-footer-col h4{font-size:13px;line-height:1.4;color:#d7deed}
.nx-neon-footer .nx-footer-col a{font-size:13px;line-height:1.5;color:#b0bacf;margin:9px 0}
.nx-upwork-card span{font-size:10px}.nx-upwork-card p{font-size:12px;line-height:1.65;color:#a7b2c7}.nx-upwork-card a{font-size:12px}
.nx-neon-footer .nx-footer-bottom{font-size:12px;line-height:1.6;color:#98a4ba}

/* City location pages */
.nx-city-hero{position:relative;margin-top:-38px;margin-bottom:42px;overflow:hidden;border-radius:24px;border:1px solid rgba(111,135,255,.22);background:#0b1020;box-shadow:0 28px 80px rgba(4,8,20,.2)}
.nx-city-hero img{display:block;width:100%;height:clamp(280px,40vw,520px);object-fit:cover;object-position:center}
.nx-city-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(5,8,19,.72));pointer-events:none}
.nx-city-hero figcaption{position:absolute;z-index:1;left:28px;bottom:22px;color:#fff;font-size:13px;font-weight:700;text-shadow:0 2px 14px rgba(0,0,0,.8)}
.nx-prose{font-size:17px;line-height:1.82;color:#26334a}.nx-prose p,.nx-prose li{color:#34435c}.nx-prose h2{color:#111b2e;font-size:clamp(28px,3vw,42px);line-height:1.18;margin-top:48px}.nx-prose h3{color:#172238;font-size:23px;line-height:1.3;margin-top:30px}.nx-prose a{color:#315be8;text-decoration-thickness:1px;text-underline-offset:3px}.nx-prose a:hover{color:#173dc4}.nx-prose .as-section-light{color:#172238}.nx-prose .as-section-light p,.nx-prose .as-section-light li{color:#34435c}
@media(max-width:720px){.nx-city-hero{margin-top:-20px;margin-bottom:28px;border-radius:16px}.nx-city-hero img{height:260px}.nx-city-hero figcaption{left:16px;right:16px;bottom:14px;font-size:11px}.nx-prose{font-size:16px;line-height:1.75}.nx-prose h2{font-size:29px;margin-top:36px}.nx-prose h3{font-size:21px}}
