/* Phase 2: service landing pages, case studies, consultation funnel */
.nz-page { --nz-bg:#051326; --nz-panel:rgba(255,255,255,.065); --nz-panel-2:rgba(255,255,255,.095); --nz-border:rgba(255,255,255,.14); --nz-text:rgba(255,255,255,.86); --nz-muted:rgba(255,255,255,.66); --nz-lime:#b6ff00; --nz-cyan:#00d4ff; color: var(--nz-text); margin: -24px 0 0; }
.nz-page * { box-sizing: border-box; }
.nz-hero { position: relative; overflow: hidden; padding: clamp(56px, 9vw, 110px) clamp(22px, 5vw, 64px); border: 1px solid var(--nz-border); border-radius: 34px; background: radial-gradient(circle at 10% 5%, rgba(182,255,0,.18), transparent 32%), radial-gradient(circle at 86% 18%, rgba(0,212,255,.20), transparent 36%), linear-gradient(135deg, #031022 0%, #061a34 54%, #020812 100%); box-shadow: 0 30px 90px rgba(0,0,0,.22); }
.nz-hero:after { content:""; position:absolute; inset:auto -120px -180px auto; width:420px; height:420px; border-radius:999px; background:rgba(182,255,0,.08); filter:blur(30px); }
.nz-eyebrow { display:inline-flex; gap:8px; align-items:center; padding:8px 14px; margin-bottom:18px; border:1px solid rgba(182,255,0,.35); border-radius:999px; color:var(--nz-lime); background:rgba(182,255,0,.08); font-weight:800; font-size:13px; letter-spacing:.04em; text-transform:uppercase; }
.nz-hero h1 { max-width: 980px; margin:0 0 18px; color:#fff; font-size:clamp(38px, 6vw, 76px); line-height:.98; letter-spacing:-.06em; }
.nz-hero p { max-width: 820px; margin:0 0 26px; color:var(--nz-muted); font-size:clamp(16px, 2vw, 20px); }
.nz-actions { display:flex; flex-wrap:wrap; gap:14px; align-items:center; }
.nz-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:13px 18px; border-radius:999px; font-weight:900; text-decoration:none !important; transition:.2s ease; }
.nz-btn-primary { background:linear-gradient(135deg, var(--nz-lime), var(--nz-cyan)); color:#04101f !important; box-shadow:0 18px 45px rgba(0,212,255,.2); }
.nz-btn-soft { color:#fff !important; border:1px solid var(--nz-border); background:rgba(255,255,255,.08); }
.nz-btn:hover { transform:translateY(-2px); }
.nz-section { padding: clamp(38px, 6vw, 72px) 0; }
.nz-section h2 { color:#fff; font-size:clamp(30px, 4vw, 48px); margin:0 0 12px; letter-spacing:-.045em; }
.nz-section > p, .nz-section .nz-lead { max-width:860px; color:var(--nz-muted); font-size:18px; }
.nz-grid { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:18px; margin-top:28px; }
.nz-grid-2 { grid-template-columns:repeat(2, minmax(0, 1fr)); }
.nz-card { padding:24px; border:1px solid var(--nz-border); border-radius:24px; background:var(--nz-panel); box-shadow:0 18px 60px rgba(0,0,0,.18); min-height:100%; }
.nz-card h3 { color:#fff; margin:0 0 10px; font-size:22px; letter-spacing:-.03em; }
.nz-card p, .nz-card li { color:var(--nz-muted); }
.nz-card a { color:var(--nz-lime); font-weight:800; text-decoration:none; }
.nz-checklist { margin:16px 0 0; padding:0; list-style:none; }
.nz-checklist li { position:relative; padding-left:28px; margin:10px 0; }
.nz-checklist li:before { content:"✓"; position:absolute; left:0; top:0; color:var(--nz-lime); font-weight:900; }
.nz-kpis { display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:14px; margin-top:28px; }
.nz-kpi { padding:22px; border-radius:22px; border:1px solid var(--nz-border); background:rgba(255,255,255,.075); }
.nz-kpi strong { display:block; color:#fff; font-size:clamp(28px, 4vw, 44px); line-height:1; }
.nz-kpi span { color:var(--nz-muted); font-weight:700; }
.nz-process { counter-reset: step; display:grid; gap:14px; margin-top:24px; }
.nz-step { position:relative; padding:22px 22px 22px 74px; border:1px solid var(--nz-border); border-radius:22px; background:rgba(255,255,255,.06); }
.nz-step:before { counter-increment: step; content: counter(step); position:absolute; left:22px; top:22px; width:34px; height:34px; display:grid; place-items:center; border-radius:999px; background:linear-gradient(135deg,var(--nz-lime),var(--nz-cyan)); color:#04101f; font-weight:900; }
.nz-step h3 { margin:0 0 6px; color:#fff; }
.nz-step p { margin:0; color:var(--nz-muted); }
.nz-cta { padding:clamp(30px,5vw,52px); border:1px solid rgba(182,255,0,.28); border-radius:30px; background:linear-gradient(135deg, rgba(182,255,0,.12), rgba(0,212,255,.10)); box-shadow:0 25px 90px rgba(0,0,0,.22); }
.nz-cta h2 { margin-top:0; }
.nz-note { color:var(--nz-muted); font-size:14px; }
.nz-mini-link-list { display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; }
.nz-mini-link-list a { padding:9px 13px; border-radius:999px; border:1px solid var(--nz-border); color:#fff; text-decoration:none; background:rgba(255,255,255,.06); }
.nz-table { width:100%; border-collapse:separate; border-spacing:0; overflow:hidden; border:1px solid var(--nz-border); border-radius:20px; margin-top:24px; }
.nz-table th, .nz-table td { padding:16px; border-bottom:1px solid var(--nz-border); color:var(--nz-muted); vertical-align:top; }
.nz-table th { color:#fff; background:rgba(255,255,255,.08); }
.nz-table tr:last-child td { border-bottom:0; }
body[data-bs-theme="light"] .nz-page { --nz-bg:#f7fbff; --nz-panel:rgba(8,27,52,.055); --nz-panel-2:rgba(8,27,52,.085); --nz-border:rgba(8,27,52,.14); --nz-text:#10213a; --nz-muted:#566274; }
body[data-bs-theme="light"] .nz-hero h1, body[data-bs-theme="light"] .nz-section h2, body[data-bs-theme="light"] .nz-card h3, body[data-bs-theme="light"] .nz-step h3, body[data-bs-theme="light"] .nz-kpi strong { color:#07152b; }
@media (max-width: 991px) { .nz-grid, .nz-grid-2, .nz-kpis { grid-template-columns:1fr 1fr; } }
@media (max-width: 640px) { .nz-grid, .nz-grid-2, .nz-kpis { grid-template-columns:1fr; } .nz-hero { border-radius:24px; } .nz-actions .nz-btn { width:100%; } .nz-table { display:block; overflow-x:auto; } }
