@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: #080F1D; color: #fff; overflow-x: hidden; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

:root {
  --blue: #1B4FE8; --blue-light: #5B9BFF;
  --bg-dark: #080F1D; --bg-mid: #060C19; --bg-alt: #0A1220;
  --border: rgba(255,255,255,0.06); --text-muted: rgba(255,255,255,0.36);
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 36px; }

/* NAV */
.nb { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(8,15,29,0.97); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); display: flex; align-items: center; justify-content: space-between; padding: 0 36px; height: 64px; border-bottom: 1px solid rgba(255,255,255,0.07); gap: 20px; transition: box-shadow 0.3s; }
.nb.scrolled { box-shadow: 0 4px 32px rgba(0,0,0,0.4); }
.nb-logo { flex-shrink: 0; }
.logo-img { height: 30px; width: auto; display: block; object-fit: contain; mix-blend-mode: screen; }
.nm { display: flex; gap: 0; align-items: center; }
.ndrop { position: relative; }
.ndl { font-size: 11px; color: rgba(255,255,255,0.5); padding: 6px 13px; border-radius: 6px; cursor: pointer; font-weight: 500; display: flex; align-items: center; gap: 4px; transition: all .2s; white-space: nowrap; }
.ndl svg { width: 9px; height: 9px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; opacity: .4; }
.ndl:hover, .ndl.a { color: #fff; background: rgba(255,255,255,0.07); }
.mega { display: none; position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%); background: #0B1627; border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 16px; z-index: 300; box-shadow: 0 28px 72px rgba(0,0,0,0.7); }
.ndrop:hover .mega { display: block; }
.mgrid.c2 { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.mi { display: flex; align-items: flex-start; gap: 10px; padding: 10px 11px; border-radius: 8px; cursor: pointer; transition: background .15s; color: inherit; }
.mi:hover { background: rgba(255,255,255,0.04); }
.mico { width: 32px; height: 32px; min-width: 32px; border-radius: 7px; background: rgba(59,130,246,0.1); border: 1px solid rgba(59,130,246,0.18); display: flex; align-items: center; justify-content: center; }
.mico svg { width: 14px; height: 14px; stroke: #5B9BFF; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mt2 { font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.88); letter-spacing: -.2px; margin-bottom: 2px; }
.ms2 { font-size: 8.5px; color: rgba(255,255,255,0.3); line-height: 1.5; }
.msect { font-size: 7.5px; font-weight: 700; color: rgba(91,155,255,0.5); letter-spacing: 1.8px; text-transform: uppercase; padding: 3px 11px 8px; }
.mdiv { height: 1px; background: rgba(255,255,255,0.06); margin: 6px 0; }
.nav-r { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
.nc-btn { background: var(--blue); color: #fff; font-size: 10.5px; font-weight: 700; padding: 8px 20px; border-radius: 6px; cursor: pointer; transition: background .2s; border: none; display: inline-block; }
.nc-btn:hover { background: #2560FF; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: rgba(255,255,255,0.7); border-radius: 2px; transition: all .3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* BUTTONS */
.btn-white { background: #fff; color: #0A1628; font-size: 11.5px; font-weight: 800; padding: 13px 28px; border-radius: 7px; display: inline-block; transition: all .2s; }
.btn-white:hover { background: #E8EEFF; transform: translateY(-1px); }
.btn-outline-w { background: transparent; color: #fff; font-size: 11.5px; font-weight: 600; padding: 13px 24px; border-radius: 7px; border: 1.5px solid rgba(255,255,255,0.22); display: inline-block; transition: all .2s; }
.btn-outline-w:hover { background: rgba(255,255,255,0.08); }

/* HERO */
.hero { position: relative; overflow: hidden; padding: 140px 36px 72px; background: var(--bg-dark); min-height: 100vh; display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 65% 80% at 65% 40%, rgba(27,79,232,0.14) 0%, transparent 65%), radial-gradient(ellipse 40% 55% at 15% 75%, rgba(91,155,255,0.05) 0%, transparent 60%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(91,155,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(91,155,255,0.035) 1px, transparent 1px); background-size: 44px 44px; }
#particles { position: absolute; inset: 0; width: 100%; height: 100%; }

.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; max-width: 1200px; margin: 0; width: 100%; padding-right: 48px; }
.hero-left { display: flex; flex-direction: column; }
.hero-inner-only { display: none; }

.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(27,79,232,0.12); border: 1px solid rgba(91,155,255,0.22); color: rgba(91,155,255,0.9); font-size: 9px; font-weight: 700; padding: 5px 14px; border-radius: 100px; margin-bottom: 24px; letter-spacing: 1px; text-transform: uppercase; width: fit-content; }
.bdot { width: 6px; height: 6px; border-radius: 50%; background: #5B9BFF; animation: bdot 2s infinite; }
@keyframes bdot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.3;transform:scale(1.5)} }

.hero h1 { font-size: clamp(26px, 3.5vw, 38px); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 16px; letter-spacing: -1.4px; }
.hero h1 em { font-style: normal; color: var(--blue-light); }
.hero h1 .dim { display: block; color: rgba(255,255,255,0.28); font-weight: 300; font-size: clamp(22px, 3vw, 32px); letter-spacing: -1px; }
.hero-desc { font-size: 12.5px; color: rgba(255,255,255,0.46); line-height: 1.92; margin-bottom: 28px; max-width: 480px; }
.hero-btns { display: flex; gap: 12px; margin-bottom: 24px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.ti { display: flex; align-items: center; gap: 6px; font-size: 9px; color: rgba(255,255,255,0.35); font-weight: 600; }
.ti svg { width: 11px; height: 11px; stroke: var(--blue-light); fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.tdiv { width: 1px; height: 11px; background: rgba(255,255,255,0.08); }

/* DASHBOARD */
.dash { display: flex; flex-direction: column; gap: 8px; }
.dash-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2px; }
.dash-lbl { font-family: 'JetBrains Mono', monospace; font-size: 8px; color: rgba(91,155,255,0.45); letter-spacing: 1.5px; text-transform: uppercase; }
.live-pill { display: inline-flex; align-items: center; gap: 5px; background: rgba(34,197,94,0.08); border: 1px solid rgba(34,197,94,0.18); color: rgba(34,197,94,0.8); font-size: 7px; font-weight: 700; padding: 3px 9px; border-radius: 100px; letter-spacing: .5px; }
.ldot { width: 4px; height: 4px; border-radius: 50%; background: #22C55E; animation: bdot 1.5s infinite; }
.big-num { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; padding: 14px 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.bn-tag { font-size: 8px; font-weight: 700; color: rgba(91,155,255,0.55); letter-spacing: .8px; text-transform: uppercase; margin-bottom: 4px; }
.bn-val { font-size: 32px; font-weight: 900; color: #fff; line-height: 1; letter-spacing: -1.5px; }
.bn-val em { font-style: normal; color: #5B9BFF; font-size: 15px; font-weight: 700; }
.bn-sub { font-size: 8.5px; color: rgba(255,255,255,0.28); margin-top: 5px; line-height: 1.55; }
.bn-right { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; padding-bottom: 2px; }
.delta { display: flex; align-items: center; gap: 4px; font-size: 13px; font-weight: 800; color: #22C55E; letter-spacing: -.3px; }
.delta svg { width: 13px; height: 13px; }
.delta-lbl { font-size: 8px; color: rgba(255,255,255,0.25); font-weight: 500; }
.spark-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.spark-card { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; padding: 12px 14px; }
.sk-tag { font-size: 7.5px; font-weight: 700; color: rgba(255,255,255,0.32); letter-spacing: .3px; text-transform: uppercase; margin-bottom: 4px; }
.sk-val { font-size: 20px; font-weight: 900; color: #fff; line-height: 1; letter-spacing: -.8px; }
.sk-val em { font-style: normal; font-size: 10px; color: #5B9BFF; font-weight: 700; }
.sk-delta { font-size: 7.5px; color: #22C55E; font-weight: 700; margin-top: 3px; }
.sk-bars { display: flex; align-items: flex-end; gap: 3px; height: 24px; margin-top: 8px; }
.sk-b { flex: 1; border-radius: 2px 2px 0 0; background: rgba(27,79,232,0.28); }
.sk-b.sk-hi { background: #1B4FE8; }
.growth-list { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 11px; padding: 12px 14px; }
.g-header { display: flex; justify-content: space-between; margin-bottom: 9px; }
.g-title { font-size: 8px; font-weight: 700; color: rgba(255,255,255,0.4); letter-spacing: .3px; text-transform: uppercase; }
.g-period { font-size: 7.5px; color: rgba(91,155,255,0.45); font-family: 'JetBrains Mono', monospace; }
.g-item { display: flex; align-items: center; gap: 8px; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.g-item:last-child { border-bottom: none; padding-bottom: 0; }
.g-dot { width: 6px; height: 6px; min-width: 6px; border-radius: 50%; }
.g-name { font-size: 9px; font-weight: 500; color: rgba(255,255,255,0.58); flex: 1; }
.g-track { flex: 1; height: 3px; background: rgba(255,255,255,0.06); border-radius: 2px; overflow: hidden; }
.g-fill { height: 100%; border-radius: 2px; }
.g-pct { font-family: 'JetBrains Mono', monospace; font-size: 10px; font-weight: 700; color: #fff; min-width: 36px; text-align: right; }

/* METRICS */
.metrics { background: #060D1A; border-top: 1px solid #111C34; border-bottom: 1px solid #111C34; display: grid; grid-template-columns: repeat(4, 1fr); }
.met { text-align: center; padding: 24px 16px; position: relative; }
.met:not(:last-child)::after { content: ''; position: absolute; top: 20%; right: 0; height: 60%; width: 1px; background: rgba(255,255,255,0.06); }
.met-val { font-size: 28px; font-weight: 900; color: #fff; line-height: 1; letter-spacing: -1px; margin-bottom: 5px; }
.met-val em { font-style: normal; font-size: 16px; color: var(--blue-light); font-weight: 700; }
.met-lbl { font-size: 9px; color: rgba(255,255,255,0.32); font-weight: 500; }

/* TAGS */
.tags-wrap { background: var(--bg-dark); border-bottom: 1px solid #111C34; padding: 14px 0; overflow: hidden; position: relative; }
.tags-wrap::before, .tags-wrap::after { content: ''; position: absolute; top: 0; width: 80px; height: 100%; z-index: 2; }
.tags-wrap::before { left: 0; background: linear-gradient(90deg, var(--bg-dark), transparent); }
.tags-wrap::after { right: 0; background: linear-gradient(-90deg, var(--bg-dark), transparent); }
.tags-track { display: flex; gap: 10px; animation: scroll-tags 28s linear infinite; width: max-content; }
@keyframes scroll-tags { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.tag { background: rgba(27,79,232,0.1); border: 1px solid rgba(91,155,255,0.15); color: rgba(91,155,255,0.8); font-size: 9px; font-weight: 700; padding: 5px 14px; border-radius: 100px; white-space: nowrap; letter-spacing: .4px; }

/* SECTION HEADERS */
.sec-label { font-family: 'JetBrains Mono', monospace; font-size: 9px; color: rgba(91,155,255,0.55); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; font-weight: 500; }
.sec-h { font-size: clamp(20px, 2.5vw, 26px); font-weight: 800; color: #fff; margin-bottom: 10px; letter-spacing: -.6px; line-height: 1.25; }
.sec-sub { font-size: 12px; color: var(--text-muted); line-height: 1.8; max-width: 580px; }

/* SERVICES */
.svc-sec { padding: 80px 0; background: var(--bg-dark); }
.svc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
.svc-card { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; padding: 24px 22px; display: flex; flex-direction: column; gap: 10px; transition: all .28s; cursor: pointer; position: relative; overflow: hidden; }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--blue), var(--blue-light)); opacity: 0; transition: opacity .28s; }
.svc-card:hover { background: rgba(27,79,232,0.08); border-color: rgba(91,155,255,0.25); transform: translateY(-3px); box-shadow: 0 12px 36px rgba(27,79,232,0.15); }
.svc-card:hover::before { opacity: 1; }
.svc-card-top { display: flex; justify-content: space-between; align-items: center; }
.svc-card-ico { width: 40px; height: 40px; border-radius: 10px; background: rgba(27,79,232,0.12); border: 1px solid rgba(91,155,255,0.18); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.svc-card-ico svg { width: 18px; height: 18px; display: block; }
.svc-card-num { font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 700; color: rgba(91,155,255,0.3); letter-spacing: 1px; }
.svc-card h3 { font-size: 13px; font-weight: 700; color: #fff; letter-spacing: -.2px; line-height: 1.3; margin: 0; }
.svc-card p { font-size: 10px; color: rgba(255,255,255,0.36); line-height: 1.8; flex: 1; margin: 0; }
.svc-card-footer { display: flex; justify-content: space-between; align-items: flex-end; margin-top: auto; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.05); }
.svc-card-tags { display: flex; flex-direction: column; gap: 4px; }
.svc-card-tags span { background: rgba(27,79,232,0.1); border: 1px solid rgba(91,155,255,0.14); color: rgba(91,155,255,0.65); font-size: 7px; font-weight: 700; padding: 2px 8px; border-radius: 100px; display: inline-block; width: fit-content; }
.svc-card-metric { text-align: right; font-size: 18px; font-weight: 900; color: #fff; line-height: 1; letter-spacing: -.5px; }
.svc-card-metric em { font-style: normal; font-size: 10px; color: var(--blue-light); font-weight: 700; }
.svc-card-metric small { display: block; font-size: 7px; color: rgba(255,255,255,0.3); margin-top: 2px; font-weight: 400; }

/* WHY US */
.why-sec { padding: 80px 0; background: linear-gradient(170deg, var(--bg-mid) 0%, #0B1528 100%); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); }
.why-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-top: 44px; align-items: start; }
.why-item-flat { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,0.06); display: flex; gap: 22px; align-items: flex-start; }
.why-item-flat:last-child { border-bottom: none; }
.why-num { font-family: 'JetBrains Mono', monospace; font-size: 32px; font-weight: 900; color: rgba(27,79,232,0.2); line-height: 1; min-width: 48px; transition: color .25s; }
.why-item-flat:hover .why-num { color: rgba(91,155,255,0.5); }
.why-text h4 { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.9); margin-bottom: 7px; letter-spacing: -.2px; }
.why-text p { font-size: 10.5px; color: rgba(255,255,255,0.38); line-height: 1.82; }
.why-right { background: rgba(27,79,232,0.06); border: 1px solid rgba(91,155,255,0.12); border-radius: 16px; padding: 30px 28px; }
.why-right-title { font-size: 10px; font-weight: 700; color: rgba(91,155,255,0.7); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 20px; }
.why-stat-row { display: flex; justify-content: space-between; align-items: center; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.why-stat-row:last-of-type { border-bottom: none; }
.why-stat-lbl { font-size: 10px; color: rgba(255,255,255,0.45); font-weight: 500; }
.why-stat-val { font-size: 17px; font-weight: 900; color: #fff; letter-spacing: -.5px; }
.why-stat-val em { font-style: normal; font-size: 10px; color: var(--blue-light); font-weight: 700; }
.why-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(34,197,94,0.08); border: 1px solid rgba(34,197,94,0.2); color: rgba(34,197,94,0.8); font-size: 8px; font-weight: 700; padding: 5px 13px; border-radius: 100px; margin-top: 20px; letter-spacing: .5px; }
.wbdot { width: 5px; height: 5px; border-radius: 50%; background: #22C55E; animation: bdot 1.5s infinite; }

/* INDUSTRIES — TIMELINE */
.ind-sec { padding: 80px 0; background: var(--bg-alt); }
.ind-timeline { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; margin-top: 48px; }
.ind-timeline::before { content: ''; position: absolute; top: 27px; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, rgba(91,155,255,0.15), rgba(91,155,255,0.4) 20%, rgba(91,155,255,0.4) 80%, rgba(91,155,255,0.15)); z-index: 0; }
.ind-col { display: flex; flex-direction: column; align-items: flex-start; padding: 0 20px 0 0; position: relative; z-index: 1; cursor: pointer; }
.ind-col:last-child { padding-right: 0; }
.ind-dot { width: 54px; height: 54px; border-radius: 14px; background: var(--bg-alt); border: 1.5px solid rgba(91,155,255,0.3); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: all .25s; flex-shrink: 0; }
.ind-dot svg { width: 22px; height: 22px; transition: stroke .25s; }
.ind-col:hover .ind-dot { background: rgba(27,79,232,0.2); border-color: #5B9BFF; box-shadow: 0 0 20px rgba(91,155,255,0.2); }
.ind-col:hover .ind-dot svg { stroke: #5B9BFF !important; }
.ind-num { font-family: 'JetBrains Mono', monospace; font-size: 8px; color: rgba(91,155,255,0.35); letter-spacing: 1px; margin-bottom: 8px; font-weight: 500; }
.ind-col h4 { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.85); margin-bottom: 8px; letter-spacing: -.2px; line-height: 1.3; }
.ind-col p { font-size: 9.5px; color: rgba(255,255,255,0.32); line-height: 1.78; margin-bottom: 12px; }
.ind-tags { display: flex; gap: 5px; flex-wrap: wrap; }
.itag { background: rgba(27,79,232,0.1); border: 1px solid rgba(91,155,255,0.14); color: rgba(91,155,255,0.65); font-size: 7px; font-weight: 700; padding: 3px 9px; border-radius: 100px; letter-spacing: .3px; }

/* PROCESS */
.proc-sec { padding: 80px 0; background: var(--bg-mid); border-top: 1px solid rgba(255,255,255,0.05); }
.proc-timeline { position: relative; margin-top: 52px; }
.proc-line { position: absolute; top: 22px; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(91,155,255,0.2) 15%, rgba(91,155,255,0.2) 85%, transparent); z-index: 0; }
.proc-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; z-index: 1; }
.proc-step { padding: 0 24px; display: flex; flex-direction: column; align-items: flex-start; }
.proc-step:first-child { padding-left: 0; }
.proc-step:last-child { padding-right: 0; }
.proc-dot { width: 44px; height: 44px; border-radius: 50%; background: #0B1627; border: 1.5px solid rgba(91,155,255,0.25); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; transition: all .25s; flex-shrink: 0; }
.proc-step:hover .proc-dot { background: rgba(27,79,232,0.3); border-color: var(--blue-light); }
.proc-dot-num { font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 700; color: rgba(91,155,255,0.7); }
.proc-step-phase { font-size: 7.5px; font-weight: 700; color: rgba(91,155,255,0.45); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 7px; }
.proc-step h4 { font-size: 12.5px; font-weight: 700; color: #fff; margin-bottom: 9px; letter-spacing: -.2px; }
.proc-step p { font-size: 9.5px; color: rgba(255,255,255,0.34); line-height: 1.82; }

/* CONTACT */
.contact-sec { padding: 80px 0; background: linear-gradient(170deg, #060C19 0%, #0B1528 100%); border-top: 1px solid rgba(255,255,255,0.05); }
.contact-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; margin-top: 44px; align-items: start; }
.contact-detail-cards { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.contact-card { display: flex; align-items: flex-start; gap: 12px; background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; padding: 14px 16px; transition: all .2s; }
.contact-card:hover { background: rgba(27,79,232,0.07); border-color: rgba(91,155,255,0.2); }
.contact-card-ico { width: 34px; height: 34px; min-width: 34px; border-radius: 8px; background: rgba(27,79,232,0.12); border: 1px solid rgba(91,155,255,0.18); display: flex; align-items: center; justify-content: center; }
.contact-card-ico svg { width: 15px; height: 15px; display: block; }
.contact-card-label { font-size: 8px; font-weight: 700; color: rgba(91,155,255,0.6); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 3px; }
.contact-card-val { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.8); }
.contact-card-sub { font-size: 9px; color: rgba(255,255,255,0.3); margin-top: 2px; }
.map-wrap { border-radius: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,0.08); }
.contact-form-wrap { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 28px; }
.contact-form { display: flex; flex-direction: column; gap: 12px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group label { font-size: 10px; font-weight: 600; color: rgba(255,255,255,0.45); }
.form-group input, .form-group select, .form-group textarea { background: rgba(255,255,255,0.04); border: 1.5px solid rgba(255,255,255,0.08); border-radius: 8px; padding: 10px 13px; color: #fff; font-size: 11px; font-family: 'Inter', sans-serif; outline: none; transition: border-color .2s; width: 100%; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue-light); background: rgba(27,79,232,0.07); }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.18); }
.form-group select { appearance: none; -webkit-appearance: none; color: rgba(255,255,255,0.55); cursor: pointer; }
.form-group select option { background: #0B1627; color: #fff; }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-submit { background: var(--blue); color: #fff; border: none; border-radius: 8px; padding: 12px; font-size: 12px; font-weight: 700; font-family: 'Inter', sans-serif; cursor: pointer; transition: all .2s; }
.form-submit:hover { background: #2560FF; transform: translateY(-1px); }
.form-note { font-size: 9px; color: rgba(255,255,255,0.2); text-align: center; }
.form-success { display: flex; align-items: center; gap: 10px; background: rgba(34,197,94,0.08); border: 1px solid rgba(34,197,94,0.25); border-radius: 8px; padding: 12px 16px; font-size: 11px; color: rgba(34,197,94,0.9); }
.form-success svg { width: 16px; height: 16px; flex-shrink: 0; }
.form-error { background: rgba(226,75,74,0.08); border: 1px solid rgba(226,75,74,0.25); border-radius: 8px; padding: 12px 16px; font-size: 11px; color: rgba(240,149,149,0.9); }
.form-error a { color: #5B9BFF; }

/* FOOTER */
.foot { background: #040A14; padding: 52px 0 20px; border-top: 1px solid rgba(255,255,255,0.05); }
.fg { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.4fr; gap: 32px; margin-bottom: 32px; }
.fb-logo { height: 22px; width: auto; display: block; margin-bottom: 12px; }
.fb-p { font-size: 9px; color: rgba(255,255,255,0.22); line-height: 1.85; }
.fc h4 { font-size: 9px; font-weight: 700; color: rgba(255,255,255,0.45); margin-bottom: 13px; padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,0.05); letter-spacing: .3px; text-transform: uppercase; }
.fc ul { list-style: none; }
.fc li { padding: 3.5px 0; }
.fc li a { font-size: 9px; color: rgba(255,255,255,0.25); transition: color .2s; }
.fc li a:hover { color: rgba(255,255,255,0.7); }
.nl-desc { font-size: 8.5px; color: rgba(255,255,255,0.2); line-height: 1.75; margin-bottom: 10px; }
.nl-form { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.nl-in { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 6px; padding: 8px 11px; color: #fff; font-size: 9px; font-family: 'Inter', sans-serif; outline: none; }
.nl-in::placeholder { color: rgba(255,255,255,0.18); }
.nl-btn { background: var(--blue); color: #fff; border: none; padding: 8px; border-radius: 6px; font-size: 9px; font-weight: 700; cursor: pointer; font-family: 'Inter', sans-serif; }
.nl-btn:hover { background: #2560FF; }
.foot-contact { display: flex; flex-direction: column; gap: 8px; }
.fcd { display: flex; align-items: center; gap: 7px; }
.fcd svg { width: 11px; height: 11px; min-width: 11px; stroke: rgba(91,155,255,0.5); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.fcd a { font-size: 9px; color: rgba(255,255,255,0.22); transition: color .2s; }
.fcd a:hover { color: rgba(255,255,255,0.7); }
.fbot { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 16px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.fbot span { font-size: 8px; color: rgba(255,255,255,0.16); }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .hero-layout { grid-template-columns: 1fr; gap: 36px; }
  .dash { display: flex; margin-top: 8px; }
  .dash .spark-row { display: none; }
  .dash .growth-list { display: none; }
  .svc-cards { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; }
  .why-layout { grid-template-columns: 1fr; gap: 32px; }
  .fg { grid-template-columns: 1fr 1fr; gap: 28px; }
  .ind-timeline { grid-template-columns: 1fr 1fr; gap: 32px; }
  .ind-timeline::before { display: none; }
}

@media (max-width: 768px) {
  .nb { padding: 0 20px; }
  .nm { display: none; flex-direction: column; position: fixed; top: 64px; left: 0; right: 0; background: #0B1627; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 16px; gap: 4px; }
  .nm.open { display: flex; }
  .ndrop .mega { position: static; transform: none; min-width: auto; box-shadow: none; border: none; padding: 8px 0 8px 16px; }
  .hamburger { display: flex; }
  /* HERO MOBILE */
  .hero { padding: 100px 24px 52px; min-height: auto; }
  .hero-layout { padding-right: 0; gap: 24px; }
  .hero h1 { font-size: 30px; letter-spacing: -1px; }
  .hero h1 .dim { font-size: 25px; }
  .hero-desc { font-size: 14px; line-height: 1.85; max-width: 100%; color: rgba(255,255,255,0.55); }
  .hero-badge { font-size: 10px; padding: 6px 14px; }
  .hero-btns { flex-direction: column; gap: 10px; align-items: flex-start; }
  .btn-white { font-size: 13px; padding: 13px 32px; width: auto; }
  .btn-outline-w { font-size: 13px; padding: 13px 32px; width: auto; }
  .hero-trust { gap: 10px; }
  .ti { font-size: 10px; }
  .tdiv { display: none; }
  /* REST */
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .met:nth-child(2)::after { display: none; }
  .svc-cards { grid-template-columns: 1fr; }
  .ind-timeline { grid-template-columns: 1fr 1fr; gap: 28px; }
  .proc-steps { grid-template-columns: 1fr 1fr; gap: 32px; }
  .proc-line { display: none; }
  .fg { grid-template-columns: 1fr; }
  .form-row-2 { grid-template-columns: 1fr; }
  .container { padding: 0 24px; }
  .svc-sec, .why-sec, .ind-sec, .proc-sec, .contact-sec { padding: 56px 0; }
}

@media (max-width: 480px) {
  .hero { padding: 96px 20px 48px; }
  .hero h1 { font-size: 26px; }
  .hero h1 .dim { font-size: 22px; }
  .hero-desc { font-size: 13.5px; }
  .ind-timeline { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .proc-steps { grid-template-columns: 1fr; }
  .container { padding: 0 20px; }
}

/* ── MOBILE HERO OVERRIDE — full screen, text only ── */
@media (max-width: 768px) {
  .hero { min-height: 100svh; padding: 100px 24px 48px; align-items: flex-start; }
  .hero-layout { padding-right: 0; gap: 0; }
  .dash { display: none !important; }
  .hero-badge { font-size: 10.5px; padding: 6px 14px; margin-bottom: 18px; }
  .hero h1 { font-size: 32px; letter-spacing: -1px; margin-bottom: 14px; }
  .hero h1 .dim { font-size: 27px; }
  .hero-desc { font-size: 15px; line-height: 1.85; max-width: 100%; color: rgba(255,255,255,0.58); margin-bottom: 28px; }
  .hero-btns { flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 24px; }
  .btn-white { font-size: 14px; padding: 14px 36px; }
  .btn-outline-w { font-size: 14px; padding: 14px 36px; }
  .hero-trust { gap: 10px; }
  .ti { font-size: 11px; }
  .tdiv { display: none; }
}
@media (max-width: 480px) {
  .hero { padding: 96px 20px 44px; }
  .hero h1 { font-size: 28px; }
  .hero h1 .dim { font-size: 24px; }
  .hero-desc { font-size: 14px; }
  .btn-white, .btn-outline-w { font-size: 13.5px; padding: 13px 28px; }
}

/* ── MOBILE HERO FINAL — match healthcarelink style ── */
@media (max-width: 768px) {
  .hero {
    min-height: 100svh;
    padding: 96px 24px 44px;
    display: flex;
    align-items: flex-start;
  }
  .hero-layout {
    padding-right: 0;
    gap: 0;
    display: block;
  }
  .dash { display: none !important; }

  .hero-badge {
    font-size: 10px;
    padding: 6px 16px;
    margin-bottom: 22px;
    letter-spacing: 1.2px;
  }
  .hero h1 {
    font-size: 40px !important;
    line-height: 1.08 !important;
    letter-spacing: -1.5px !important;
    margin-bottom: 20px !important;
  }
  .hero h1 .dim {
    font-size: 40px !important;
    color: rgba(255,255,255,0.9) !important;
    font-weight: 900 !important;
  }
  .hero-desc {
    font-size: 16px !important;
    line-height: 1.75 !important;
    color: rgba(255,255,255,0.65) !important;
    max-width: 100% !important;
    margin-bottom: 36px !important;
  }
  .hero-btns {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
    align-items: center;
  }
  .btn-white {
    font-size: 13px !important;
    padding: 14px 28px !important;
    border-radius: 8px !important;
  }
  .btn-outline-w {
    font-size: 11px !important;
    padding: 14px 20px !important;
    border-radius: 8px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-color: rgba(255,255,255,0.3) !important;
  }
  .hero-trust { gap: 10px; flex-wrap: wrap; }
  .ti { font-size: 10px; }
  .tdiv { display: none; }
}

@media (max-width: 480px) {
  .hero { padding: 92px 20px 40px; }
  .hero h1 { font-size: 36px !important; }
  .hero h1 .dim { font-size: 36px !important; }
  .hero-desc { font-size: 15px !important; }
}

/* ── REMOVE EXTRA SPACE — hero fits content only ── */
@media (max-width: 768px) {
  .hero { min-height: auto !important; }
}
@media (max-width: 480px) {
  .hero { min-height: auto !important; }
}

/* ── HERO BADGE TOP MARGIN ── */
.hero-badge { margin-top: 16px; }

/* ── HERO BADGE — mobile top spacing only ── */
@media (max-width: 768px) {
  .hero-badge { margin-top: 24px !important; }
}

/* ── HERO BADGE SPACING ── */
.hero-badge { margin-top: -12px; }

/* ── HERO LIST — 5 strategic points ── */
.hero-list {
  list-style: none;
  margin: 0 0 28px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.hero-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  font-weight: 500;
}
.hero-list li::before {
  content: '';
  width: 5px;
  height: 5px;
  min-width: 5px;
  border-radius: 50%;
  background: #5B9BFF;
  margin-top: 6px;
}

/* ── MOBILE OVERRIDES ── */
@media (max-width: 768px) {
  .hero-badge { margin-top: 32px !important; }
  .hero-list li { font-size: 13.5px; gap: 12px; }
  .hero-list { gap: 11px; margin-bottom: 28px; }
  .hero-desc { font-size: 14px !important; margin-bottom: 12px !important; }
}

/* ── MOBILE HERO SPACING — push dashboard below fold ── */
@media (max-width: 768px) {
  .hero-badge { margin-bottom: 28px !important; }
  .hero h1 { margin-bottom: 28px !important; }
  .hero-desc { margin-bottom: 36px !important; }
  .hero-btns { margin-bottom: 32px !important; }
}

/* ── METRICS — MOBILE REDESIGN ── */
@media (max-width: 768px) {
  .metrics {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: transparent;
    border: none;
    padding: 0 20px;
    margin: 0;
  }
  .metrics .met {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(91,155,255,0.12);
    border-radius: 14px;
    margin-bottom: 10px;
    padding: 20px 20px 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  .metrics .met::after { display: none; }
  .metrics .met::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, #1B4FE8, #5B9BFF);
    opacity: 0.7;
  }
  .met-val {
    font-size: 36px !important;
    min-width: 90px;
    letter-spacing: -1.5px !important;
  }
  .met-lbl {
    font-size: 11px !important;
    color: rgba(255,255,255,0.45) !important;
    line-height: 1.5;
  }
  /* mini sparkline per card */
  .met::after {
    display: block !important;
    content: '';
    position: absolute;
    right: 20px;
    bottom: 14px;
    width: 60px;
    height: 28px;
    background:
      linear-gradient(rgba(91,155,255,0.15), rgba(91,155,255,0.05)),
      repeating-linear-gradient(
        90deg,
        transparent,
        transparent 6px,
        rgba(91,155,255,0.4) 6px,
        rgba(91,155,255,0.4) 7px
      );
    border-radius: 4px;
    clip-path: polygon(0 80%, 15% 55%, 30% 65%, 45% 35%, 60% 45%, 75% 20%, 90% 30%, 100% 10%, 100% 100%, 0 100%);
  }
  .met:nth-child(2)::after { clip-path: polygon(0 70%, 20% 50%, 35% 60%, 50% 30%, 65% 40%, 80% 15%, 100% 5%, 100% 100%, 0 100%); }
  .met:nth-child(3)::after { clip-path: polygon(0 90%, 25% 70%, 40% 75%, 55% 50%, 70% 35%, 85% 20%, 100% 10%, 100% 100%, 0 100%); }
  .met:nth-child(4)::after { clip-path: polygon(0 60%, 20% 40%, 35% 50%, 50% 25%, 65% 35%, 80% 10%, 100% 20%, 100% 100%, 0 100%); }
}

/* ── METRICS MOBILE — 2x2 grid with mini charts ── */
@media (max-width: 768px) {
  .metrics {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    padding: 20px !important;
    background: #060D1A !important;
    border-top: 1px solid #111C34 !important;
    border-bottom: 1px solid #111C34 !important;
  }
  .metrics .met {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(91,155,255,0.12) !important;
    border-radius: 12px !important;
    padding: 14px 14px 10px !important;
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    position: relative !important;
    overflow: hidden !important;
  }
  .metrics .met::after { display: none !important; }
  .met-val {
    font-size: 24px !important;
    letter-spacing: -1px !important;
    line-height: 1 !important;
    margin-bottom: 0 !important;
  }
  .met-lbl {
    font-size: 9px !important;
    color: rgba(255,255,255,0.38) !important;
    line-height: 1.4 !important;
  }
}

/* ── MET CHART SVG ── */
.met-chart {
  display: none;
  width: 100%;
  height: 32px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .met-chart { display: block !important; }
}

/* ── METRICS MOBILE FINAL — 2 visible on first screen ── */
@media (max-width: 768px) {
  .metrics {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    padding: 20px !important;
    background: #060D1A !important;
    border-top: 1px solid #111C34 !important;
    border-bottom: 1px solid #111C34 !important;
  }
  .metrics .met {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(91,155,255,0.15) !important;
    border-radius: 14px !important;
    padding: 18px 16px 14px !important;
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: 160px !important;
  }
  .metrics .met::after { display: none !important; }
  .metrics .met::before {
    content: '' !important;
    position: absolute !important;
    top: 0; left: 0; right: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, #1B4FE8, #5B9BFF) !important;
    opacity: 1 !important;
    border-radius: 0 !important;
    transform: none !important;
  }
  .met-val {
    font-size: 28px !important;
    letter-spacing: -1px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .met-lbl {
    font-size: 9.5px !important;
    color: rgba(255,255,255,0.4) !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
  }
  .met-chart {
    display: block !important;
    margin-top: auto !important;
    padding-top: 10px !important;
  }
}

/* ── INDUSTRIES 2x2 GRID ── */
.ind-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 44px;
}
.ind-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 24px 22px;
  display: flex; flex-direction: column; gap: 10px;
  cursor: pointer; transition: all .25s;
  position: relative; overflow: hidden;
}
.ind-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--blue-light));
  opacity: 0; transition: opacity .25s;
}
.ind-card:hover { background: rgba(27,79,232,0.08); border-color: rgba(91,155,255,0.25); transform: translateY(-2px); }
.ind-card:hover::before { opacity: 1; }
.ind-card-head { display: flex; justify-content: space-between; align-items: center; }
.ind-card-ico {
  width: 42px; height: 42px; border-radius: 10px;
  background: rgba(27,79,232,0.12); border: 1px solid rgba(91,155,255,0.18);
  display: flex; align-items: center; justify-content: center;
}
.ind-card-ico svg { width: 20px; height: 20px; }
.ind-card-num { font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 700; color: rgba(91,155,255,0.3); }
.ind-card h4 { font-size: 14px; font-weight: 700; color: rgba(255,255,255,0.88); letter-spacing: -.2px; line-height: 1.3; }
.ind-card p { font-size: 10.5px; color: rgba(255,255,255,0.36); line-height: 1.78; flex: 1; }

/* ── BACKGROUND GRADIENT — sections after hero ── */
.metrics { background: linear-gradient(180deg, #060D1A 0%, #0A1528 100%) !important; }
.tags-wrap { background: linear-gradient(180deg, #0A1528 0%, #080F1D 100%) !important; }
.svc-sec { background: linear-gradient(180deg, #080F1D 0%, #060C19 100%) !important; }
.why-sec { background: linear-gradient(170deg, #060C19 0%, #0B1832 100%) !important; }
.ind-sec { background: linear-gradient(180deg, #0B1832 0%, #0A1220 100%) !important; }
.proc-sec { background: linear-gradient(180deg, #0A1220 0%, #060C19 100%) !important; }
.contact-sec { background: linear-gradient(180deg, #060C19 0%, #0B1528 100%) !important; }

/* ── METRICS MOBILE FIX — force 2x2 grid ── */
@media (max-width: 768px) {
  .metrics {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    padding: 20px !important;
  }
  .metrics .met {
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
    min-height: 150px !important;
    padding: 16px 14px 12px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(91,155,255,0.15) !important;
    background: rgba(255,255,255,0.03) !important;
    position: relative !important;
    overflow: hidden !important;
  }
  .metrics .met::after { display: none !important; }
  .metrics .met::before {
    content: '' !important;
    position: absolute !important;
    top: 0; left: 0; right: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, #1B4FE8, #5B9BFF) !important;
  }
  .met-val { font-size: 26px !important; letter-spacing: -1px !important; margin-bottom: 4px !important; }
  .met-lbl { font-size: 9px !important; line-height: 1.4 !important; }
  .met-chart { display: block !important; margin-top: auto !important; padding-top: 8px !important; }
}

/* ── SECTION BACKGROUNDS ── */
.hero { background: #080F1D; }
.hero-bg { background: radial-gradient(ellipse 70% 100% at 65% 50%, rgba(27,79,232,0.13) 0%, transparent 65%), radial-gradient(ellipse 40% 55% at 15% 75%, rgba(91,155,255,0.05) 0%, transparent 60%) !important; }

.metrics { background: linear-gradient(180deg, #060D1A 0%, #091424 100%) !important; border-top: 1px solid rgba(91,155,255,0.12) !important; border-bottom: 1px solid rgba(255,255,255,0.04) !important; }

.tags-wrap { background: linear-gradient(180deg, #091424 0%, #080F1D 100%) !important; }

.svc-sec { background: linear-gradient(135deg, #080F1D 0%, #0C1632 50%, #080F1D 100%) !important; position: relative; }
.svc-sec::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 50%, rgba(27,79,232,0.07), transparent 60%); pointer-events: none; z-index: 0; }
.svc-sec .container { position: relative; z-index: 1; }

.why-sec { background: linear-gradient(160deg, #060C19 0%, #0E1E3E 100%) !important; border-top: 1px solid rgba(91,155,255,0.08) !important; border-bottom: 1px solid rgba(91,155,255,0.08) !important; position: relative; }
.why-sec::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 80%, rgba(91,155,255,0.06), transparent 50%); pointer-events: none; }
.why-sec .container { position: relative; z-index: 1; }

.ind-sec { background: #070E1C !important; border-top: 1px solid rgba(91,155,255,0.1) !important; position: relative; }
.ind-sec::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(91,155,255,0.25), transparent); }
.ind-sec .container { position: relative; z-index: 1; }

.proc-sec { background: linear-gradient(180deg, #060C19 0%, #040A14 100%) !important; border-top: 1px solid rgba(255,255,255,0.04) !important; }

.contact-sec { background: linear-gradient(135deg, #070E1C 0%, #0E1E3E 60%, #07111E 100%) !important; border-top: 1px solid rgba(91,155,255,0.1) !important; position: relative; }
.contact-sec::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 0%, rgba(27,79,232,0.1), transparent 60%); pointer-events: none; }
.contact-sec .container { position: relative; z-index: 1; }

.foot { background: #030810 !important; }

/* ── WHY US — numbered accent colors ── */
.why-item-flat:nth-child(1) .why-num { color: rgba(91,155,255,0.35); }
.why-item-flat:nth-child(2) .why-num { color: rgba(52,211,153,0.35); }
.why-item-flat:nth-child(3) .why-num { color: rgba(251,191,36,0.35); }
.why-item-flat:nth-child(4) .why-num { color: rgba(167,139,250,0.35); }
.why-item-flat:nth-child(1):hover .why-num { color: rgba(91,155,255,0.7); }
.why-item-flat:nth-child(2):hover .why-num { color: rgba(52,211,153,0.7); }
.why-item-flat:nth-child(3):hover .why-num { color: rgba(251,191,36,0.7); }
.why-item-flat:nth-child(4):hover .why-num { color: rgba(167,139,250,0.7); }

/* ── PROCESS — dot gradient progression ── */
.proc-step:nth-child(1) .proc-dot { border-color: rgba(91,155,255,0.5); }
.proc-step:nth-child(2) .proc-dot { border-color: rgba(52,211,153,0.45); }
.proc-step:nth-child(3) .proc-dot { border-color: rgba(251,191,36,0.45); }
.proc-step:nth-child(4) .proc-dot { border-color: rgba(167,139,250,0.45); }
.proc-step:nth-child(1) .proc-dot-num { color: rgba(91,155,255,0.8); }
.proc-step:nth-child(2) .proc-dot-num { color: rgba(52,211,153,0.8); }
.proc-step:nth-child(3) .proc-dot-num { color: rgba(251,191,36,0.8); }
.proc-step:nth-child(4) .proc-dot-num { color: rgba(167,139,250,0.8); }
.proc-step:nth-child(1):hover .proc-dot { background: rgba(27,79,232,0.25); border-color: #5B9BFF; }
.proc-step:nth-child(2):hover .proc-dot { background: rgba(5,150,105,0.2); border-color: #34d399; }
.proc-step:nth-child(3):hover .proc-dot { background: rgba(180,83,9,0.2); border-color: #fbbf24; }
.proc-step:nth-child(4):hover .proc-dot { background: rgba(109,40,217,0.2); border-color: #a78bfa; }
.proc-step:nth-child(1) .proc-step-phase { color: rgba(91,155,255,0.55); }
.proc-step:nth-child(2) .proc-step-phase { color: rgba(52,211,153,0.55); }
.proc-step:nth-child(3) .proc-step-phase { color: rgba(251,191,36,0.55); }
.proc-step:nth-child(4) .proc-step-phase { color: rgba(167,139,250,0.55); }

/* ── SERVICES — top border accent per card ── */
.svc-card:nth-child(1)::before { background: linear-gradient(90deg,#1B4FE8,#5B9BFF); }
.svc-card:nth-child(2)::before { background: linear-gradient(90deg,#059669,#34d399); }
.svc-card:nth-child(3)::before { background: linear-gradient(90deg,#d97706,#fbbf24); }
.svc-card:nth-child(4)::before { background: linear-gradient(90deg,#7c3aed,#a78bfa); }
.svc-card:nth-child(5)::before { background: linear-gradient(90deg,#dc2626,#f87171); }
.svc-card:nth-child(6)::before { background: linear-gradient(90deg,#0891b2,#22d3ee); }
.svc-card:nth-child(1) .svc-card-num { color: rgba(91,155,255,0.45); }
.svc-card:nth-child(2) .svc-card-num { color: rgba(52,211,153,0.45); }
.svc-card:nth-child(3) .svc-card-num { color: rgba(251,191,36,0.45); }
.svc-card:nth-child(4) .svc-card-num { color: rgba(167,139,250,0.45); }
.svc-card:nth-child(5) .svc-card-num { color: rgba(248,113,113,0.45); }
.svc-card:nth-child(6) .svc-card-num { color: rgba(34,211,238,0.45); }

/* ── METRICS — colored cards ── */
.met:nth-child(1) { border-top: 2px solid #1B4FE8; background: rgba(27,79,232,0.07); }
.met:nth-child(2) { border-top: 2px solid #059669; background: rgba(5,150,105,0.07); }
.met:nth-child(3) { border-top: 2px solid #d97706; background: rgba(180,83,9,0.07); }
.met:nth-child(4) { border-top: 2px solid #7c3aed; background: rgba(109,40,217,0.07); }

.met:nth-child(1) .met-val em { color: #5B9BFF; }
.met:nth-child(2) .met-val em { color: #34d399; }
.met:nth-child(3) .met-val em { color: #fbbf24; }
.met:nth-child(4) .met-val em { color: #a78bfa; }

/* mobile — keep colors on 2x2 grid */
@media (max-width: 768px) {
  .met:nth-child(1) { border: 1px solid rgba(27,79,232,0.3) !important; border-top: 2px solid #1B4FE8 !important; background: rgba(27,79,232,0.08) !important; }
  .met:nth-child(2) { border: 1px solid rgba(5,150,105,0.3) !important; border-top: 2px solid #059669 !important; background: rgba(5,150,105,0.08) !important; }
  .met:nth-child(3) { border: 1px solid rgba(180,83,9,0.3) !important; border-top: 2px solid #d97706 !important; background: rgba(180,83,9,0.08) !important; }
  .met:nth-child(4) { border: 1px solid rgba(109,40,217,0.3) !important; border-top: 2px solid #7c3aed !important; background: rgba(109,40,217,0.08) !important; }
}

/* ── INDUSTRIES — colored cards ── */
.ind-card:nth-child(1) { background: rgba(27,79,232,0.1); border-color: rgba(27,79,232,0.25); }
.ind-card:nth-child(1)::before { background: linear-gradient(90deg,#1B4FE8,#5B9BFF); opacity: 1; }
.ind-card:nth-child(1) .ind-card-ico { background: rgba(27,79,232,0.2); border-color: rgba(91,155,255,0.3); }
.ind-card:nth-child(1) .ind-card-ico svg { stroke: #5B9BFF; }
.ind-card:nth-child(1) .ind-card-num { color: rgba(91,155,255,0.5); }
.ind-card:nth-child(1) .itag { background: rgba(27,79,232,0.2); border-color: rgba(91,155,255,0.25); color: rgba(91,155,255,0.9); }

.ind-card:nth-child(2) { background: rgba(5,150,105,0.1); border-color: rgba(34,197,94,0.2); }
.ind-card:nth-child(2)::before { background: linear-gradient(90deg,#059669,#34d399); opacity: 1; }
.ind-card:nth-child(2) .ind-card-ico { background: rgba(5,150,105,0.2); border-color: rgba(34,197,94,0.3); }
.ind-card:nth-child(2) .ind-card-ico svg { stroke: #34d399; }
.ind-card:nth-child(2) .ind-card-num { color: rgba(52,211,153,0.5); }
.ind-card:nth-child(2) .itag { background: rgba(5,150,105,0.2); border-color: rgba(34,197,94,0.25); color: rgba(52,211,153,0.9); }

.ind-card:nth-child(3) { background: rgba(180,83,9,0.1); border-color: rgba(245,158,11,0.2); }
.ind-card:nth-child(3)::before { background: linear-gradient(90deg,#d97706,#fbbf24); opacity: 1; }
.ind-card:nth-child(3) .ind-card-ico { background: rgba(180,83,9,0.2); border-color: rgba(245,158,11,0.3); }
.ind-card:nth-child(3) .ind-card-ico svg { stroke: #fbbf24; }
.ind-card:nth-child(3) .ind-card-num { color: rgba(251,191,36,0.5); }
.ind-card:nth-child(3) .itag { background: rgba(180,83,9,0.2); border-color: rgba(245,158,11,0.25); color: rgba(251,191,36,0.9); }

.ind-card:nth-child(4) { background: rgba(109,40,217,0.1); border-color: rgba(167,139,250,0.2); }
.ind-card:nth-child(4)::before { background: linear-gradient(90deg,#7c3aed,#a78bfa); opacity: 1; }
.ind-card:nth-child(4) .ind-card-ico { background: rgba(109,40,217,0.2); border-color: rgba(167,139,250,0.3); }
.ind-card:nth-child(4) .ind-card-ico svg { stroke: #a78bfa; }
.ind-card:nth-child(4) .ind-card-num { color: rgba(167,139,250,0.5); }
.ind-card:nth-child(4) .itag { background: rgba(109,40,217,0.2); border-color: rgba(167,139,250,0.25); color: rgba(167,139,250,0.9); }

/* ── METRICS — colored cards ── */
.met:nth-child(1) { border-top: 2px solid #1B4FE8 !important; background: rgba(27,79,232,0.07) !important; }
.met:nth-child(2) { border-top: 2px solid #059669 !important; background: rgba(5,150,105,0.07) !important; }
.met:nth-child(3) { border-top: 2px solid #d97706 !important; background: rgba(180,83,9,0.07) !important; }
.met:nth-child(4) { border-top: 2px solid #7c3aed !important; background: rgba(109,40,217,0.07) !important; }
.met:nth-child(1) .met-val em { color: #5B9BFF; }
.met:nth-child(2) .met-val em { color: #34d399; }
.met:nth-child(3) .met-val em { color: #fbbf24; }
.met:nth-child(4) .met-val em { color: #a78bfa; }

/* metrics SVG chart colors per card */
.met:nth-child(2) .met-chart circle { stroke: #059669; }
.met:nth-child(2) .met-chart circle:last-of-type { stroke: #34d399; }
.met:nth-child(3) .met-chart rect { fill: #d97706; }
.met:nth-child(4) .met-chart .spark-line { stroke: #7c3aed; }

/* mobile — inherit colors */
@media (max-width: 768px) {
  .met:nth-child(1) { border: 1px solid rgba(27,79,232,0.3) !important; border-top: 2px solid #1B4FE8 !important; background: rgba(27,79,232,0.08) !important; }
  .met:nth-child(2) { border: 1px solid rgba(5,150,105,0.3) !important; border-top: 2px solid #059669 !important; background: rgba(5,150,105,0.08) !important; }
  .met:nth-child(3) { border: 1px solid rgba(180,83,9,0.3) !important; border-top: 2px solid #d97706 !important; background: rgba(180,83,9,0.08) !important; }
  .met:nth-child(4) { border: 1px solid rgba(109,40,217,0.3) !important; border-top: 2px solid #7c3aed !important; background: rgba(109,40,217,0.08) !important; }
  .metrics .met::before { display: none !important; }
}

/* ── INDUSTRIES & METRICS — softer colors ── */
.ind-card:nth-child(1) { background: rgba(27,79,232,0.06) !important; border-color: rgba(91,155,255,0.14) !important; }
.ind-card:nth-child(2) { background: rgba(5,150,105,0.06) !important; border-color: rgba(34,197,94,0.12) !important; }
.ind-card:nth-child(3) { background: rgba(180,83,9,0.06) !important; border-color: rgba(245,158,11,0.12) !important; }
.ind-card:nth-child(4) { background: rgba(109,40,217,0.06) !important; border-color: rgba(167,139,250,0.12) !important; }

.ind-card:nth-child(1) .ind-card-ico { background: rgba(27,79,232,0.1) !important; border-color: rgba(91,155,255,0.18) !important; }
.ind-card:nth-child(2) .ind-card-ico { background: rgba(5,150,105,0.1) !important; border-color: rgba(34,197,94,0.18) !important; }
.ind-card:nth-child(3) .ind-card-ico { background: rgba(180,83,9,0.1) !important; border-color: rgba(245,158,11,0.18) !important; }
.ind-card:nth-child(4) .ind-card-ico { background: rgba(109,40,217,0.1) !important; border-color: rgba(167,139,250,0.18) !important; }

.ind-card:nth-child(1) .ind-card-ico svg { stroke: rgba(91,155,255,0.7) !important; }
.ind-card:nth-child(2) .ind-card-ico svg { stroke: rgba(52,211,153,0.7) !important; }
.ind-card:nth-child(3) .ind-card-ico svg { stroke: rgba(251,191,36,0.7) !important; }
.ind-card:nth-child(4) .ind-card-ico svg { stroke: rgba(167,139,250,0.7) !important; }

.ind-card:nth-child(1) .itag { background: rgba(27,79,232,0.1) !important; border-color: rgba(91,155,255,0.16) !important; color: rgba(91,155,255,0.7) !important; }
.ind-card:nth-child(2) .itag { background: rgba(5,150,105,0.1) !important; border-color: rgba(34,197,94,0.16) !important; color: rgba(52,211,153,0.7) !important; }
.ind-card:nth-child(3) .itag { background: rgba(180,83,9,0.1) !important; border-color: rgba(245,158,11,0.16) !important; color: rgba(251,191,36,0.7) !important; }
.ind-card:nth-child(4) .itag { background: rgba(109,40,217,0.1) !important; border-color: rgba(167,139,250,0.16) !important; color: rgba(167,139,250,0.7) !important; }

.met:nth-child(1) { border-top: 2px solid rgba(27,79,232,0.6) !important; background: rgba(27,79,232,0.04) !important; }
.met:nth-child(2) { border-top: 2px solid rgba(5,150,105,0.6) !important; background: rgba(5,150,105,0.04) !important; }
.met:nth-child(3) { border-top: 2px solid rgba(217,119,6,0.6) !important; background: rgba(180,83,9,0.04) !important; }
.met:nth-child(4) { border-top: 2px solid rgba(124,58,237,0.6) !important; background: rgba(109,40,217,0.04) !important; }

@media (max-width: 768px) {
  .met:nth-child(1) { border: 1px solid rgba(27,79,232,0.18) !important; border-top: 2px solid rgba(27,79,232,0.6) !important; background: rgba(27,79,232,0.04) !important; }
  .met:nth-child(2) { border: 1px solid rgba(5,150,105,0.18) !important; border-top: 2px solid rgba(5,150,105,0.6) !important; background: rgba(5,150,105,0.04) !important; }
  .met:nth-child(3) { border: 1px solid rgba(180,83,9,0.18) !important; border-top: 2px solid rgba(217,119,6,0.6) !important; background: rgba(180,83,9,0.04) !important; }
  .met:nth-child(4) { border: 1px solid rgba(109,40,217,0.18) !important; border-top: 2px solid rgba(124,58,237,0.6) !important; background: rgba(109,40,217,0.04) !important; }
}

/* ── TOP BORDER — softer ── */
.met:nth-child(1) { border-top: 1px solid rgba(27,79,232,0.4) !important; }
.met:nth-child(2) { border-top: 1px solid rgba(5,150,105,0.4) !important; }
.met:nth-child(3) { border-top: 1px solid rgba(217,119,6,0.4) !important; }
.met:nth-child(4) { border-top: 1px solid rgba(124,58,237,0.4) !important; }

.ind-card:nth-child(1)::before { opacity: 0.35 !important; }
.ind-card:nth-child(2)::before { opacity: 0.35 !important; }
.ind-card:nth-child(3)::before { opacity: 0.35 !important; }
.ind-card:nth-child(4)::before { opacity: 0.35 !important; }

@media (max-width: 768px) {
  .met:nth-child(1) { border-top: 1px solid rgba(27,79,232,0.4) !important; }
  .met:nth-child(2) { border-top: 1px solid rgba(5,150,105,0.4) !important; }
  .met:nth-child(3) { border-top: 1px solid rgba(217,119,6,0.4) !important; }
  .met:nth-child(4) { border-top: 1px solid rgba(124,58,237,0.4) !important; }
}

/* ── NAVBAR — transparent on top, blur on scroll ── */
.nb {
  background: transparent !important;
  border-bottom: 1px solid transparent !important;
  transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease !important;
}
.nb.scrolled {
  background: rgba(8,15,29,0.85) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  box-shadow: 0 4px 32px rgba(0,0,0,0.3) !important;
}

/* ── PROCESS MOBILE — align dots ── */
@media (max-width: 768px) {
  .proc-steps { grid-template-columns: 1fr !important; gap: 36px !important; }
  .proc-step { padding: 0 !important; align-items: flex-start !important; }
  .proc-dot { margin-bottom: 16px !important; }
}

/* ── NAVBAR — subtle border always visible ── */
.nb {
  background: rgba(20,40,80,0.75) !important;
  border-bottom: 1px solid rgba(91,155,255,0.2) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
}
.nb.scrolled {
  background: rgba(15,30,65,0.95) !important;
  border-bottom: 1px solid rgba(91,155,255,0.25) !important;
}

/* ── FOOTER BOTTOM — dark blue background ── */
.fbot { background: #060C1A; margin: 0 -36px; padding: 16px 36px; border-top: 1px solid rgba(91,155,255,0.08) !important; }

/* ── MEGA MENU — lighter background ── */
.mega {
  background: #1a2744 !important;
  border-color: rgba(91,155,255,0.15) !important;
}

.mi:hover {
  background: rgba(255,255,255,0.06) !important;
}