/*
Theme Name: StableCore Logic Systems
Theme URI: https://stablecorelogic.example
Author: StableCore Logic Systems
Description: Enterprise software infrastructure and managed technology services. Steel #0B1423 with electric indigo #4F6EF7 and cold white #EDF1F7. Bebas Neue + IBM Plex Sans. Precision-engineered, industrial, high-trust enterprise IT for Charlotte, NC.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: scls
Tags: enterprise, software, IT, infrastructure, indigo, steel, charlotte
*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=IBM+Plex+Sans:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap');

:root {
  --sc-void:     #060C14;
  --sc-steel:    #0B1423;
  --sc-dark:     #0F1C30;
  --sc-card:     #152035;
  --sc-panel:    #1C2B44;
  --sc-border:   #233450;
  --sc-indigo:   #4F6EF7;
  --sc-indigo2:  #6B87FF;
  --sc-indigo3:  #A5B8FF;
  --sc-cyan:     #00D4FF;
  --sc-white:    #EDF1F7;
  --sc-silver:   #8A97B0;
  --sc-muted:    #4A566E;
  --sc-line:     rgba(79,110,247,0.16);
  --sc-warn:     #F7A24F;
  --font-h:      'Bebas Neue', sans-serif;
  --font-b:      'IBM Plex Sans', sans-serif;
  --font-m:      'IBM Plex Mono', monospace;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-b); font-size: 16px; line-height: 1.7; color: var(--sc-white); background: var(--sc-steel); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
.wrap { max-width: 1320px; margin: 0 auto; padding: 0 56px; position: relative; z-index: 1; }

/* BACKGROUND IMAGES */
.bg-server     { background: url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?w=1600&q=95") center/cover no-repeat; }
.bg-datacenter { background: url("https://images.unsplash.com/photo-1544197150-b99a580bb7a8?w=1600&q=95") center/cover no-repeat; }
.bg-code       { background: url("https://images.unsplash.com/photo-1555066931-4365d14bab8c?w=1600&q=95") center/cover no-repeat; }
.bg-security   { background: url("https://images.unsplash.com/photo-1614064641938-3bbee52942c7?w=1600&q=95") center/cover no-repeat; }
.bg-cloud      { background: url("https://images.unsplash.com/photo-1667372393119-3d4c48d07fc9?w=1600&q=95") center/cover no-repeat; }
.bg-network    { background: url("https://images.unsplash.com/photo-1516110833967-0b5716ca1387?w=1600&q=95") center/cover no-repeat; }
.bg-charlotte  { background: url("https://images.unsplash.com/photo-1508615039623-a25605d2b022?w=1600&q=95") center/cover no-repeat; }
.bg-devops     { background: url("https://images.unsplash.com/photo-1587620962725-abab7fe55159?w=1600&q=95") center/cover no-repeat; }
.bg-team       { background: url("https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=1600&q=95") center/cover no-repeat; }
.bg-office     { background: url("https://images.unsplash.com/photo-1497366216548-37526070297c?w=1600&q=95") center/cover no-repeat; }

/* TOPBAR */
.topbar { background: var(--sc-indigo); padding: 7px 56px; display: flex; justify-content: space-between; align-items: center; }
.topbar span { font-family: var(--font-m); font-size: 11px; font-weight: 400; color: rgba(255,255,255,.72); letter-spacing: .06em; }
.topbar a { font-family: var(--font-m); font-size: 11px; color: #fff; font-weight: 500; transition: opacity .2s; }
.topbar a:hover { opacity: .7; }
.topbar-status { display: flex; align-items: center; gap: 7px; }
.status-dot { width: 6px; height: 6px; background: #0FFFA8; border-radius: 50%; animation: sc-pulse 2.4s ease-in-out infinite; }
@keyframes sc-pulse { 0%,100%{opacity:1} 50%{opacity:.2} }

/* HEADER */
.site-header { background: rgba(11,20,35,.97); border-bottom: 1px solid var(--sc-border); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(16px); }
.hdr { max-width: 1320px; margin: 0 auto; padding: 0 56px; height: 72px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 13px; }
.logo-mark { width: 40px; height: 40px; background: var(--sc-indigo); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-family: var(--font-h); font-size: 17px; color: #fff; flex-shrink: 0; letter-spacing: .05em; }
.logo-name { font-family: var(--font-h); font-size: 20px; color: var(--sc-white); letter-spacing: .08em; line-height: 1.05; }
.logo-sub { font-family: var(--font-m); font-size: 8px; font-weight: 400; letter-spacing: .2em; color: rgba(79,110,247,.4); display: block; margin-top: 2px; }
.nav ul { display: flex; gap: 30px; }
.nav a { font-family: var(--font-b); font-size: 13px; font-weight: 500; color: rgba(237,241,247,.32); transition: color .18s; letter-spacing: .04em; }
.nav a:hover { color: var(--sc-indigo2); }
.btn { display: inline-block; padding: 10px 22px; font-family: var(--font-b); font-size: 13px; font-weight: 600; cursor: pointer; border: none; transition: all .2s; letter-spacing: .04em; }
.btn-indigo { background: var(--sc-indigo); color: #fff; border-radius: 3px; }
.btn-indigo:hover { background: var(--sc-indigo2); }
.btn-ghost { border: 1px solid rgba(79,110,247,.32); color: var(--sc-indigo2); background: transparent; border-radius: 3px; }
.btn-ghost:hover { background: rgba(79,110,247,.1); border-color: var(--sc-indigo); }
.btn-mono { background: var(--sc-card); color: var(--sc-white); border: 1px solid var(--sc-border); border-radius: 3px; font-family: var(--font-m); font-size: 12px; letter-spacing: .08em; }
.btn-mono:hover { border-color: var(--sc-indigo); color: var(--sc-indigo2); }
.btn-cyan { background: var(--sc-cyan); color: var(--sc-void); border-radius: 3px; font-weight: 700; }
.btn-cyan:hover { filter: brightness(1.1); }
.btn-lg { padding: 14px 34px; font-size: 14px; }

/* HERO */
.hero { min-height: 100vh; background: var(--sc-void); position: relative; overflow: hidden; display: flex; align-items: center; }
.hero-scanlines { position: absolute; inset: 0; background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(79,110,247,.018) 2px, rgba(79,110,247,.018) 4px); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(79,110,247,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(79,110,247,.07) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; }
.hero-glow { position: absolute; top: -20%; right: -12%; width: 800px; height: 800px; background: radial-gradient(circle, rgba(79,110,247,.12) 0%, transparent 62%); pointer-events: none; }
.hero-glow2 { position: absolute; bottom: -20%; left: -5%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(0,212,255,.05) 0%, transparent 60%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; padding: 0 56px; max-width: 1320px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; align-items: center; }
.hero-tag { font-family: var(--font-m); font-size: 11px; font-weight: 500; color: var(--sc-indigo2); letter-spacing: .16em; text-transform: uppercase; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.hero-tag::before { content: '//'; color: rgba(79,110,247,.4); }
.hero h1 { font-family: var(--font-h); font-size: clamp(64px, 9vw, 148px); font-weight: 400; line-height: .85; color: var(--sc-white); margin-bottom: 28px; letter-spacing: .04em; }
.hero h1 em { font-style: normal; color: var(--sc-indigo); }
.hero h1 .cyan { color: var(--sc-cyan); }
.hero-sub { font-family: var(--font-b); font-size: 16px; line-height: 1.84; color: rgba(237,241,247,.42); max-width: 560px; margin-bottom: 40px; font-weight: 300; }
.hero-btns { display: flex; gap: 10px; margin-bottom: 56px; flex-wrap: wrap; }
.hero-sla { display: flex; gap: 24px; }
.hero-sla-item { display: flex; align-items: center; gap: 8px; font-family: var(--font-m); font-size: 10px; color: rgba(237,241,247,.24); font-weight: 400; letter-spacing: .1em; }
.sla-dot { width: 5px; height: 5px; background: #0FFFA8; border-radius: 50%; }

/* TERMINAL PANEL */
.hero-terminal { background: var(--sc-card); border: 1px solid var(--sc-border); border-radius: 6px; overflow: hidden; }
.term-bar { background: var(--sc-panel); padding: 10px 16px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--sc-border); }
.term-dot { width: 11px; height: 11px; border-radius: 50%; }
.term-title { font-family: var(--font-m); font-size: 11px; color: rgba(237,241,247,.24); margin-left: 8px; letter-spacing: .08em; }
.term-body { padding: 20px; font-family: var(--font-m); font-size: 12px; line-height: 1.9; }
.term-line { display: flex; gap: 10px; margin-bottom: 2px; }
.term-prompt { color: var(--sc-indigo2); flex-shrink: 0; }
.term-cmd { color: rgba(237,241,247,.7); }
.term-out { color: rgba(237,241,247,.36); padding-left: 20px; }
.term-ok { color: #0FFFA8; }
.term-warn { color: var(--sc-warn); }
.term-kpis { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 18px; border-top: 1px solid var(--sc-border); padding-top: 18px; }
.term-kpi { background: rgba(79,110,247,.06); border: 1px solid var(--sc-line); border-radius: 4px; padding: 14px 12px; }
.term-kpi-n { font-family: var(--font-h); font-size: 30px; color: var(--sc-indigo2); line-height: 1; letter-spacing: .04em; }
.term-kpi-l { font-family: var(--font-m); font-size: 9px; color: rgba(237,241,247,.26); margin-top: 4px; letter-spacing: .1em; text-transform: uppercase; }

/* SECTIONS */
.sec { padding: 108px 0; position: relative; z-index: 1; }
.sec-dark  { background: var(--sc-dark); }
.sec-steel { background: var(--sc-steel); }
.sec-card  { background: var(--sc-card); }
.sec-void  { background: var(--sc-void); }
.sec-light { background: var(--sc-white); color: var(--sc-void); }

.eyebrow { font-family: var(--font-m); font-size: 10px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--sc-indigo2); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.eyebrow::before { content: '//'; color: rgba(79,110,247,.4); font-size: 13px; }
.sec-light .eyebrow { color: var(--sc-indigo); }

.sec-title { font-family: var(--font-h); font-size: clamp(42px, 6vw, 96px); font-weight: 400; line-height: .88; margin-bottom: 18px; color: var(--sc-white); letter-spacing: .06em; }
.sec-title em { font-style: normal; color: var(--sc-indigo); }
.sec-title .cyan { color: var(--sc-cyan); }
.sec-light .sec-title { color: var(--sc-void); }
.sec-light .sec-title em { color: var(--sc-indigo); }

.sec-lead { font-family: var(--font-b); font-size: 17px; line-height: 1.84; color: rgba(237,241,247,.44); max-width: 680px; font-weight: 300; }
.sec-light .sec-lead { color: rgba(11,20,35,.52); }

/* SPEC CARDS (three reasons) */
.spec-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--sc-border); margin-top: 52px; }
.spec-card { background: var(--sc-card); padding: 48px 38px; transition: background .26s; position: relative; overflow: hidden; }
.spec-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--sc-indigo), var(--sc-cyan)); transform: scaleX(0); transform-origin: left; transition: transform .36s; }
.spec-card:hover { background: var(--sc-panel); }
.spec-card:hover::before { transform: scaleX(1); }
.spec-num { font-family: var(--font-h); font-size: 72px; color: rgba(79,110,247,.12); line-height: 1; margin-bottom: 12px; letter-spacing: .06em; }
.spec-card h3 { font-family: var(--font-h); font-size: 28px; color: var(--sc-white); margin-bottom: 13px; letter-spacing: .06em; }
.spec-card p { font-family: var(--font-b); font-size: 13px; color: rgba(237,241,247,.42); line-height: 1.82; font-weight: 300; margin-bottom: 14px; }
.spec-tag { font-family: var(--font-m); font-size: 10px; color: var(--sc-indigo2); font-weight: 500; letter-spacing: .1em; }

/* SERVICES */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--sc-border); margin-top: 52px; }
.svc-card { background: var(--sc-void); padding: 44px 32px; position: relative; transition: background .26s; }
.svc-card:hover { background: var(--sc-card); }
.svc-number { font-family: var(--font-m); font-size: 10px; color: rgba(79,110,247,.3); letter-spacing: .2em; margin-bottom: 20px; }
.svc-icon { width: 46px; height: 46px; background: rgba(79,110,247,.1); border: 1px solid var(--sc-line); border-radius: 4px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; font-size: 20px; }
.svc-card h3 { font-family: var(--font-h); font-size: 24px; color: var(--sc-white); margin-bottom: 11px; letter-spacing: .05em; }
.svc-card p { font-family: var(--font-b); font-size: 13px; color: rgba(237,241,247,.4); line-height: 1.8; font-weight: 300; }
.svc-tag { font-family: var(--font-m); font-size: 10px; color: var(--sc-indigo2); font-weight: 500; margin-top: 14px; letter-spacing: .08em; }

/* STATS */
.stats-band { background: linear-gradient(90deg, var(--sc-indigo) 0%, #3A55E8 100%); padding: 58px 0; }
.stats-row { display: grid; grid-template-columns: repeat(4,1fr); }
.stat-item { text-align: center; padding: 0 20px; border-right: 1px solid rgba(255,255,255,.14); }
.stat-item:last-child { border-right: none; }
.stat-n { font-family: var(--font-h); font-size: 64px; color: #fff; line-height: 1; margin-bottom: 7px; letter-spacing: .06em; }
.stat-l { font-family: var(--font-m); font-size: 10px; font-weight: 400; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.5); }

/* SPLIT */
.split { display: grid; grid-template-columns: 1fr 1fr; }
.sp-img { position: relative; min-height: 520px; overflow: hidden; }
.sp-img-inner { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 8s ease; }
.sp-img:hover .sp-img-inner { transform: scale(1.04); }
.sp-fade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,12,20,.9) 0%, rgba(6,12,20,.1) 52%); }
.sp-cap { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px 38px; z-index: 2; }
.sp-cat { font-family: var(--font-m); font-size: 9px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--sc-indigo2); margin-bottom: 6px; }
.sp-title { font-family: var(--font-h); font-size: 21px; color: #fff; line-height: 1.18; letter-spacing: .04em; }
.sp-content { padding: 72px 60px; display: flex; flex-direction: column; justify-content: center; }

/* TESTIMONIALS */
.testi-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 52px; }
.tst-card { background: var(--sc-card); padding: 38px 34px; border: 1px solid var(--sc-border); border-left: 3px solid var(--sc-indigo); }
.tst-mark { font-family: var(--font-h); font-size: 64px; color: rgba(79,110,247,.1); line-height: .4; display: block; margin-bottom: 14px; letter-spacing: .04em; }
.tst-text { font-family: var(--font-b); font-size: 15px; color: rgba(237,241,247,.68); line-height: 1.75; margin-bottom: 18px; font-weight: 300; }
.tst-name { font-family: var(--font-h); font-size: 15px; color: var(--sc-white); letter-spacing: .06em; }
.tst-co { font-family: var(--font-m); font-size: 10px; color: rgba(237,241,247,.3); margin-top: 3px; letter-spacing: .06em; }

/* PROCESS */
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--sc-border); margin-top: 52px; }
.proc-card { background: var(--sc-steel); padding: 40px 28px; position: relative; }
.proc-step { font-family: var(--font-m); font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--sc-indigo2); margin-bottom: 14px; }
.proc-card h3 { font-family: var(--font-h); font-size: 22px; color: var(--sc-white); margin-bottom: 11px; letter-spacing: .05em; }
.proc-card p { font-family: var(--font-b); font-size: 13px; color: rgba(237,241,247,.38); line-height: 1.8; font-weight: 300; }
.proc-num { position: absolute; top: 28px; right: 24px; font-family: var(--font-h); font-size: 56px; color: rgba(79,110,247,.08); line-height: 1; letter-spacing: .06em; }

/* INDUSTRIES */
.ind-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--sc-border); margin-bottom: 30px; }
.ind-item { background: var(--sc-card); padding: 20px 18px; transition: background .22s; }
.ind-item:hover { background: var(--sc-panel); }
.ind-name { font-family: var(--font-h); font-size: 17px; color: var(--sc-white); margin-bottom: 4px; letter-spacing: .05em; }
.ind-tag { font-family: var(--font-m); font-size: 10px; color: var(--sc-indigo2); font-weight: 500; letter-spacing: .08em; }

/* CTA */
.cta-band { background: var(--sc-void); padding: 110px 0; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(79,110,247,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(79,110,247,.06) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; }
.cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 700px; background: radial-gradient(circle, rgba(79,110,247,.09) 0%, transparent 65%); pointer-events: none; }
.cta-band h2 { font-family: var(--font-h); font-size: clamp(42px, 6vw, 100px); color: var(--sc-white); margin-bottom: 20px; letter-spacing: .06em; line-height: .88; position: relative; z-index: 1; }
.cta-band h2 em { font-style: normal; color: var(--sc-indigo); }
.cta-band p { font-family: var(--font-b); font-size: 16px; color: rgba(237,241,247,.4); line-height: 1.82; max-width: 600px; margin: 0 auto 40px; font-weight: 300; position: relative; z-index: 1; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* FOOTER */
.site-footer { background: var(--sc-void); border-top: 1px solid var(--sc-border); padding: 68px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 48px; margin-bottom: 50px; }
.footer-about p { font-family: var(--font-b); font-size: 13px; color: rgba(237,241,247,.28); line-height: 1.82; margin-top: 18px; font-weight: 300; }
.footer-col h4 { font-family: var(--font-m); font-size: 10px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: rgba(79,110,247,.4); margin-bottom: 18px; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a, .footer-col ul li:not(:has(a)) { font-family: var(--font-b); font-size: 13px; color: rgba(237,241,247,.28); transition: color .2s; font-weight: 300; }
.footer-col ul li a:hover { color: var(--sc-indigo2); }
.footer-bottom { border-top: 1px solid var(--sc-border); padding: 20px 0 28px; display: flex; justify-content: space-between; align-items: center; }
.footer-bottom span { font-family: var(--font-m); font-size: 10px; color: rgba(237,241,247,.18); letter-spacing: .06em; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 72px; align-items: start; }
.contact-info-item { display: flex; gap: 14px; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--sc-border); }
.contact-info-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.contact-icon { width: 38px; height: 38px; background: rgba(79,110,247,.1); border: 1px solid var(--sc-line); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
.contact-label { font-family: var(--font-m); font-size: 9px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--sc-indigo2); margin-bottom: 4px; }
.contact-val { font-family: var(--font-b); font-size: 14px; color: rgba(237,241,247,.7); }
.contact-val a { transition: color .2s; }
.contact-val a:hover { color: var(--sc-indigo2); }
.scls-form { background: var(--sc-card); padding: 44px; border: 1px solid var(--sc-border); }
.scls-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.scls-form .form-group { margin-bottom: 14px; }
.scls-form label { display: block; font-family: var(--font-m); font-size: 9px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: rgba(237,241,247,.3); margin-bottom: 7px; }
.scls-form input, .scls-form select, .scls-form textarea { width: 100%; padding: 11px 14px; border: 1px solid var(--sc-border); background: var(--sc-panel); font-family: var(--font-b); font-size: 14px; color: var(--sc-white); outline: none; transition: border-color .2s; border-radius: 2px; }
.scls-form input:focus, .scls-form select:focus, .scls-form textarea:focus { border-color: var(--sc-indigo); }
.scls-form select option { background: var(--sc-card); }
.scls-form textarea { resize: vertical; min-height: 108px; }

/* INSIGHTS */
.ins-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 52px; }
.ins-card { border-bottom: 2px solid var(--sc-border); padding-bottom: 22px; transition: border-color .26s; }
.ins-card:hover { border-bottom-color: var(--sc-indigo); }
.ins-img { height: 195px; overflow: hidden; margin-bottom: 16px; }
.ins-img-inner { width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform .5s; }
.ins-card:hover .ins-img-inner { transform: scale(1.05); }
.ins-cat { font-family: var(--font-m); font-size: 9px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--sc-indigo2); margin-bottom: 8px; }
.ins-card h3 { font-family: var(--font-h); font-size: 20px; color: var(--sc-white); margin-bottom: 8px; letter-spacing: .04em; line-height: 1.15; }
.ins-card p { font-family: var(--font-b); font-size: 13px; color: rgba(237,241,247,.4); line-height: 1.75; font-weight: 300; }

/* CAREERS */
.jobs-list { margin-top: 48px; }
.job-item { display: flex; align-items: center; justify-content: space-between; padding: 24px 28px; border-bottom: 1px solid var(--sc-border); background: var(--sc-card); transition: background .22s; }
.job-item:first-child { border-top: 1px solid var(--sc-border); }
.job-item:hover { background: var(--sc-panel); }
.job-title { font-family: var(--font-h); font-size: 20px; color: var(--sc-white); letter-spacing: .05em; }
.job-meta { display: flex; gap: 18px; align-items: center; }
.job-type { font-family: var(--font-m); font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--sc-indigo2); }
.job-loc { font-family: var(--font-b); font-size: 12px; color: rgba(237,241,247,.3); }

/* PAGE HERO */
.page-hero { padding: 128px 0 88px; background: var(--sc-void); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(79,110,247,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(79,110,247,.06) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; }
.page-hero-wrap { max-width: 1320px; margin: 0 auto; padding: 0 56px; position: relative; z-index: 1; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .wrap { padding: 0 32px; }
  .hero-content { grid-template-columns: 1fr; gap: 48px; }
  .split { grid-template-columns: 1fr; }
  .spec-grid, .svc-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .stats-row .stat-item { border-bottom: 1px solid rgba(255,255,255,.1); }
}
@media (max-width: 768px) {
  .spec-grid, .svc-grid, .testi-grid, .process-grid, .ins-grid { grid-template-columns: 1fr; }
  .sp-content { padding: 48px 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hdr { padding: 0 24px; }
  .topbar { padding: 7px 24px; }
  .nav, .hdr > div:last-child { display: none; }
}
