:root {
  --navy: #0f278e;
  --navy-deep: #13122d;
  --blue: #3979ad;
  --blue-bright: #5bc4f1;
  --blue-pale: #edf5fa;
  --brand-gray: #555968;
  --ink: #303442;
  --muted: #626674;
  --line: #e0e2e7;
  --white: #fff;
  --off-white: #f5f6f8;
  --radius: 22px;
  --shadow: 0 22px 60px rgba(19, 18, 45, .12);
  --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header, .site-header.scrolled { position: fixed; z-index: 50; inset: 0 0 auto; height: 78px; color: var(--brand-gray); background: rgba(248,249,251,.97); border-bottom: 1px solid rgba(85,89,104,.14); box-shadow: 0 8px 30px rgba(19,18,45,.07); backdrop-filter: blur(16px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 240px; }
.brand { position: relative; min-height: 54px; display: flex; align-items: center; }
.brand-logo { width: 100%; height: auto; }
.brand-logo-white { display: none; }
.brand-logo-color, .site-header.scrolled .brand-logo-color { display: block; }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav > a:not(.button) { font-size: .94rem; font-weight: 650; text-decoration: none; position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; inset: auto 0 -8px; height: 2px; background: var(--blue-bright); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; transition: .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; border-radius: 8px; color: var(--white); background: var(--navy); box-shadow: 0 12px 30px rgba(15,39,142,.24); text-decoration: none; font-weight: 750; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: #0c227d; box-shadow: 0 16px 34px rgba(15,39,142,.32); }
.button-small { min-height: 42px; padding-inline: 20px; }
.button-light { color: var(--navy); background: var(--white); box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.button-light:hover { color: var(--navy); background: var(--blue-pale); }
.text-link { color: var(--white); text-decoration: none; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 8px; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.text-link-dark { color: var(--navy); display: inline-flex; margin-top: 16px; }

.hero { min-height: 760px; height: min(900px, 100vh); position: relative; overflow: hidden; isolation: isolate; display: flex; align-items: center; color: var(--white); background: radial-gradient(circle at 82% 12%, rgba(91,196,241,.2), transparent 31%), linear-gradient(118deg, var(--navy-deep) 0%, var(--navy) 57%, #064797 100%); }
.hero::before { content: ""; position: absolute; z-index: -1; width: 760px; height: 710px; right: 5%; top: 65px; background: var(--blue-bright); opacity: .045; -webkit-mask: url("assets/northbridge/tile.svg") center / contain no-repeat; mask: url("assets/northbridge/tile.svg") center / contain no-repeat; }
.hero::after { content: ""; position: absolute; z-index: -1; width: 1050px; height: 1050px; left: 16%; bottom: -905px; border: 1px solid rgba(103,184,237,.2); border-radius: 50%; box-shadow: 0 0 0 105px rgba(103,184,237,.028), 0 0 0 210px rgba(103,184,237,.018); }
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent, #000 35%, #000); }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 520px; height: 520px; right: -160px; top: -140px; background: radial-gradient(circle at 35% 35%, rgba(103,184,237,.3), rgba(50,114,166,.02) 70%); }
.orb-two { width: 380px; height: 380px; left: 42%; bottom: -220px; background: rgba(79,155,211,.08); border: 1px solid rgba(255,255,255,.12); }
.hero-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 42px; align-items: center; position: relative; padding-top: 45px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 11px; color: var(--blue-bright); text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 800; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #3d8bc2; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 27px; max-width: 820px; font-size: clamp(3.2rem, 5.35vw, 5.35rem); font-weight: 760; }
h1 em, h2 em { color: var(--blue-bright); font-style: normal; font-weight: inherit; }
.hero-line { display: block; width: fit-content; }
.hero-line-business { white-space: nowrap; }
.hero-line-last { margin-left: .16em; color: #eef7fc; font-size: 1em; }
h2 { margin-bottom: 24px; font-size: clamp(2.3rem, 4.6vw, 4.2rem); font-weight: 730; }
h3 { font-size: 1.45rem; }
.hero-intro { max-width: 640px; margin: 0 0 36px; color: #d4e1ed; font-size: 1.13rem; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.trust-row { display: flex; gap: 26px; margin-top: 36px; color: #c5d4e3; font-size: .88rem; }
.trust-row i { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 7px; color: var(--navy); background: var(--blue-bright); border-radius: 50%; font-style: normal; font-size: .7rem; }
.hero-visual { min-height: 480px; position: relative; }
.visual-card { border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.095); box-shadow: 0 30px 70px rgba(0,0,0,.22); backdrop-filter: blur(15px); }
.visual-card-main { position: absolute; top: 54px; right: 0; width: min(100%, 500px); padding: 26px; border-radius: var(--radius); transform: perspective(900px) rotateY(-4deg) rotateX(1deg); transition: transform .45s ease, border-color .45s ease, box-shadow .45s ease; }
.visual-card-main:hover { border-color: rgba(125,207,255,.34); box-shadow: 0 36px 85px rgba(0,0,0,.3), 0 0 0 1px rgba(92,190,247,.08); transform: perspective(900px) rotateY(-1.5deg) translateY(-4px); }
.card-topline { display: flex; justify-content: space-between; color: #d8e6f2; font-size: .85rem; }
.live-dot { color: #9ed7f8; }
.live-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #69d29b; box-shadow: 0 0 0 5px rgba(105,210,155,.13); }
.scan-context { display: flex; gap: 7px; margin-top: 14px; }
.scan-context span { padding: 5px 8px; color: #abc8dd; border: 1px solid rgba(154,207,239,.13); border-radius: 999px; background: rgba(8,22,68,.25); font-size: .58rem; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
.vulnerability-dashboard { min-height: 198px; margin: 16px 0 14px; padding: 18px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 20px; align-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: linear-gradient(145deg, rgba(7,18,65,.32), rgba(21,52,122,.16)); box-shadow: inset 0 1px rgba(255,255,255,.035); }
.scan-chart { min-height: 164px; display: grid; place-items: center; position: relative; }
.scan-chart::before, .scan-chart::after { content: ""; position: absolute; border: 1px solid rgba(95,190,247,.12); border-radius: 50%; }
.scan-chart::before { width: 166px; height: 166px; }
.scan-chart::after { width: 180px; height: 180px; border-style: dashed; animation: scan-spin 22s linear infinite; }
.severity-donut { width: 138px; aspect-ratio: 1; margin: auto; display: grid; place-items: center; position: relative; border-radius: 50%; background: conic-gradient(#df5364 0 4.45%, #f07a3b 4.45% 13.34%, #efbb46 13.34% 26.67%, #6bd3a1 26.67% 44.45%, #58b7ee 44.45% 100%); box-shadow: 0 18px 35px rgba(4,10,42,.35), 0 0 28px rgba(63,164,229,.12); animation: donut-enter .8s cubic-bezier(.2,.8,.2,1) both; }
.severity-donut::before { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(109,202,255,.2); border-radius: 50%; }
.severity-donut::after { content: ""; position: absolute; inset: 23px; border-radius: 50%; background: radial-gradient(circle at 35% 25%, #1d438e, #0d1d52 70%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.severity-donut > span { z-index: 1; text-align: center; }
.severity-donut strong, .severity-donut small { display: block; }
.severity-donut strong { color: var(--white); font-size: 1.9rem; line-height: 1; }
.severity-donut small { margin-top: 5px; color: #b9cce1; font-size: .65rem; }
.scan-score { position: absolute; right: -4px; bottom: 3px; z-index: 2; min-width: 70px; padding: 8px 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; background: rgba(9,24,74,.9); box-shadow: 0 9px 20px rgba(0,0,0,.2); }
.scan-score span, .scan-score strong, .scan-score small { display: block; }
.scan-score span { color: #91aec6; font-size: .48rem; text-transform: uppercase; letter-spacing: .06em; }
.scan-score strong { margin-top: 1px; color: #fff; font-size: 1.06rem; line-height: 1; }
.scan-score small { margin-top: 2px; color: #f4a55f; font-size: .52rem; font-weight: 800; text-transform: uppercase; }
.scan-analysis { min-width: 0; }
.scan-analysis-head { margin-bottom: 12px; display: flex; justify-content: space-between; align-items: baseline; color: #dceaf3; font-size: .69rem; }
.scan-analysis-head small { color: #7fa2bc; font-size: .52rem; text-transform: uppercase; letter-spacing: .07em; }
.severity-legend { margin: 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.severity-legend li { display: grid; grid-template-columns: 7px 45px 1fr 15px; gap: 7px; align-items: center; color: #d8e3ee; font-size: .62rem; transition: transform .2s ease, color .2s ease; }
.severity-legend li:hover { color: #fff; transform: translateX(3px); }
.severity-legend li > span { width: 8px; height: 8px; border-radius: 50%; }
.severity-legend li > strong { font-weight: 650; }
.severity-legend li > i { height: 4px; overflow: hidden; border-radius: 10px; background: rgba(255,255,255,.08); }
.severity-legend li > i::after { content: ""; display: block; width: var(--severity); height: 100%; border-radius: inherit; background: currentColor; box-shadow: 0 0 10px currentColor; }
.severity-legend li > small { color: #aebfd0; font-size: .62rem; text-align: right; }
.severity-critical > span { background: #e35a67; }
.severity-critical > i { color: #e35a67; }
.severity-high > span { background: #f28b45; }
.severity-high > i { color: #f28b45; }
.severity-medium > span { background: #f0c555; }
.severity-medium > i { color: #f0c555; }
.severity-low > span { background: #69d29b; }
.severity-low > i { color: #69d29b; }
.severity-info > span { background: var(--blue-bright); }
.severity-info > i { color: var(--blue-bright); }
.scan-followup { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.scan-followup div { min-width: 0; padding: 10px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.06); border-radius: 10px; background: rgba(255,255,255,.045); transition: background .25s ease, transform .25s ease; }
.scan-followup div:hover { background: rgba(86,180,235,.1); transform: translateY(-2px); }
.scan-followup span { position: absolute; right: 7px; top: 4px; color: rgba(108,198,249,.2); font-size: 1.1rem; font-weight: 800; }
.scan-followup strong, .scan-followup small { display: block; position: relative; }
.scan-followup strong { padding-right: 8px; color: var(--white); font-size: .68rem; }
.scan-followup small { margin-top: 3px; color: #92acc2; font-size: .52rem; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 13px; padding: 16px 18px; border-radius: 14px; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .84rem; }
.floating-card small { color: #afc3d7; font-size: .72rem; }
.card-security { left: 0; top: 15px; animation: float 5s ease-in-out infinite; }
.card-cloud { right: -20px; bottom: 5px; animation: float 6s 1s ease-in-out infinite; }
.card-icon { width: 38px; height: 38px; display: block; border-radius: 10px; background-color: rgba(103,184,237,.16); position: relative; }
.shield-icon::before { content: ""; position: absolute; inset: 9px 11px 8px; border: 2px solid var(--blue-bright); border-radius: 9px 9px 12px 12px; clip-path: polygon(50% 0,100% 18%,88% 74%,50% 100%,12% 74%,0 18%); }
.cloud-icon::before { content: ""; position: absolute; left: 8px; top: 16px; width: 22px; height: 11px; border: 2px solid var(--blue-bright); border-radius: 10px; }
.cloud-icon::after { content: ""; position: absolute; left: 14px; top: 10px; width: 12px; height: 12px; border: 2px solid var(--blue-bright); border-bottom: 0; border-radius: 50% 50% 0 0; }
@keyframes scan-spin { to { transform: rotate(360deg); } }
@keyframes donut-enter { from { opacity: 0; transform: rotate(-35deg) scale(.78); } to { opacity: 1; transform: none; } }
.scroll-cue { position: absolute; bottom: 27px; left: 50%; width: 28px; height: 42px; border: 1px solid rgba(255,255,255,.38); border-radius: 20px; }
.scroll-cue span { position: absolute; width: 4px; height: 7px; top: 9px; left: 11px; border-radius: 4px; background: var(--white); animation: scroll 1.8s infinite; }

.promise, .resilience { position: relative; overflow: hidden; isolation: isolate; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.split-heading h2 { max-width: 780px; margin-bottom: 0; }
.split-heading > p { margin: 0 0 9px; color: var(--muted); font-size: 1.1rem; }
.services { background: linear-gradient(180deg, #f7f7f8, #eff0f3); }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { min-height: 480px; padding: 34px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 30px rgba(19,18,45,.04); transition: transform .25s, box-shadow .25s, border .25s; }
.service-card:hover { transform: translateY(-7px); border-color: #bddbed; box-shadow: var(--shadow); }
.service-card.featured { color: var(--white); background: var(--navy); border-color: var(--navy); }
.service-card .number { position: absolute; right: 27px; top: 21px; color: #dce5eb; font-size: 2.4rem; font-weight: 850; }
.service-card.featured .number { color: rgba(255,255,255,.12); }
.service-card-links { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 8px 18px; }
.service-card-links a { color: var(--navy); font-size: .82rem; font-weight: 800; text-decoration: none; }
.service-card.featured .service-card-links a { color: var(--blue-bright); }
.service-card-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.service-icon { display: block; width: 64px; height: 64px; margin: 34px 0 30px; border-radius: 17px; background: var(--blue-pale); position: relative; }
.featured .service-icon { background: rgba(103,184,237,.13); }
.service-icon::before, .service-icon::after { content: ""; position: absolute; }
.strategy-icon::before { inset: 17px; border: 2px solid var(--blue); border-radius: 50%; }
.strategy-icon::after { width: 18px; height: 2px; left: 23px; top: 31px; background: var(--blue); box-shadow: 6px -8px 0 -0.2px var(--blue), -5px 8px 0 -0.2px var(--blue); transform: rotate(-38deg); }
.cloud-large-icon::before { width: 34px; height: 18px; left: 15px; top: 27px; border: 2px solid var(--blue-bright); border-radius: 16px; }
.cloud-large-icon::after { width: 19px; height: 19px; left: 23px; top: 17px; border: 2px solid var(--blue-bright); border-bottom: 0; border-radius: 50% 50% 0 0; }
.security-large-icon::before { inset: 14px 17px 13px; border: 2px solid var(--blue); border-radius: 15px 15px 19px 19px; clip-path: polygon(50% 0,100% 18%,88% 74%,50% 100%,12% 74%,0 18%); }
.security-large-icon::after { width: 13px; height: 7px; left: 26px; top: 27px; border-left: 2px solid var(--blue); border-bottom: 2px solid var(--blue); transform: rotate(-45deg); }
.sourcing-icon::before { inset: 17px; border: 2px solid var(--blue); border-radius: 50%; box-shadow: 12px 8px 0 -6px var(--blue), -12px 8px 0 -6px var(--blue); }
.service-card h3 { margin-bottom: 17px; }
.service-card p { color: var(--muted); }
.featured p { color: #b9cad9; }
.service-card ul { margin: 25px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.featured ul { border-color: rgba(255,255,255,.13); }
.service-card li { margin: 8px 0; font-size: .91rem; }
.service-card li::before { content: "→"; margin-right: 9px; color: var(--blue); font-weight: 800; }
.featured li::before { color: var(--blue-bright); }

.resilience { background: var(--white); }
.resilience-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.resilience-copy .lead { color: var(--ink); font-size: 1.2rem; font-weight: 620; }
.resilience-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.resilience-steps { margin: 0; padding: 12px 0; list-style: none; border-top: 1px solid var(--line); }
.resilience-steps li { display: grid; grid-template-columns: 56px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.resilience-steps > li > span { color: var(--blue); font-size: .82rem; font-weight: 850; letter-spacing: .12em; }
.resilience-steps h3 { margin-bottom: 8px; }
.resilience-steps p { margin: 0; color: var(--muted); }

.ecosystem { background: linear-gradient(180deg, #f4f5f7, #e9edf2); }
.ecosystem-heading { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: end; margin-bottom: 52px; }
.ecosystem-heading h2 { max-width: 760px; margin-bottom: 0; }
.ecosystem-heading > p { margin: 0 0 9px; color: var(--muted); font-size: 1.08rem; }
.ecosystem-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 24px; }
.case-card, .partner-panel { padding: 42px; border-radius: var(--radius); }
.case-card { color: var(--white); background: radial-gradient(circle at 100% 0, rgba(91,196,241,.25), transparent 34%), linear-gradient(135deg, var(--navy-deep), var(--navy)); box-shadow: var(--shadow); }
.case-heading-row { min-height: 64px; margin-bottom: 12px; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.case-label { margin: 0 0 20px; color: var(--blue-bright); text-transform: uppercase; letter-spacing: .14em; font-size: .74rem; font-weight: 850; }
.case-client-logo { flex: 0 0 auto; min-width: 190px; padding: 15px 18px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: 0 12px 30px rgba(19,18,45,.16); }
.case-client-logo img { width: 170px; height: auto; }
.case-card h3 { max-width: 620px; margin-bottom: 22px; font-size: clamp(1.9rem, 3vw, 2.7rem); }
.case-card > p:not(.case-label) { color: #c6d5e2; }
.case-service-list { margin: 23px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.case-service-list li { margin: 9px 0; display: flex; gap: 10px; color: #d8e5ef; font-size: .86rem; }
.case-service-list li::before { content: "✓"; flex: 0 0 auto; color: var(--blue-bright); font-weight: 850; }
.case-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.case-facts span { color: #b9cad9; font-size: .78rem; line-height: 1.45; }
.case-facts strong { display: block; margin-bottom: 3px; color: var(--white); font-size: .93rem; }
.partner-panel { border: 1px solid #d6e7f2; background: rgba(255,255,255,.82); }
.partner-panel h3 { margin-bottom: 15px; font-size: clamp(1.8rem, 2.7vw, 2.4rem); }
.partner-panel > p:not(.eyebrow) { color: var(--muted); }
.partner-tags { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 26px; }
.partner-tags > a { min-height: 86px; padding: 17px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; color: var(--navy); background: var(--white); text-align: center; text-decoration: none; transition: transform .2s, border-color .2s, box-shadow .2s; }
.partner-tags > a:hover { transform: translateY(-2px); border-color: #aebbd6; box-shadow: 0 10px 24px rgba(19,18,45,.08); }
.partner-tags img { width: 150px; max-width: 100%; height: 38px; object-fit: contain; }
.partner-tags .partner-logo-tenable { filter: invert(1) contrast(4); mix-blend-mode: multiply; }
.partner-tags .partner-logo-uniserver { transform: scale(1.2); }
.partner-tags .partner-logo-vmware { transform: scale(1.22); }
.partner-tags .partner-logo-copaco { transform: rotate(180deg); }
.partner-tags .partner-logo-dustin { transform: scale(2.15); }
.partner-logo-combo { display: flex; align-items: center; justify-content: center; gap: 10px; color: #111; }
.partner-tags .partner-logo-combo img { width: 34px; height: 34px; }
.partner-logo-combo b { font-size: 1.08rem; letter-spacing: -.03em; }
.reference-row { margin-top: 24px; padding: 24px 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; border: 1px solid #d6e7f2; border-radius: 16px; background: rgba(255,255,255,.7); }
.reference-row-sectors { grid-template-columns: 1fr; }
.reference-group { min-width: 0; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 24px; }
.reference-group + .reference-group { padding-left: 28px; border-left: 1px solid #d6e7f2; }
.reference-items { min-width: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px; }
.reference-intro { color: var(--muted); font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.reference-row strong { color: #315878; font-size: .9rem; }

.approach { color: var(--white); background: var(--navy); }
.approach-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.approach-copy > p:not(.eyebrow) { max-width: 520px; margin-bottom: 34px; color: #b9c9d9; font-size: 1.06rem; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 62px 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.steps li:last-child { border: 0; }
.steps > li > span { color: var(--blue-bright); font-size: .82rem; font-weight: 800; letter-spacing: .12em; }
.steps h3 { margin-bottom: 8px; }
.steps p { margin: 0; color: #aebfd0; }

.about-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: center; }
.about-mark { min-height: 530px; display: grid; place-items: center; position: relative; overflow: hidden; border-radius: var(--radius); background: linear-gradient(145deg, #eaf5fc, #cfe9f8); }
.about-mark::before, .about-mark::after { content: ""; position: absolute; border: 1px solid rgba(19,18,45,.1); border-radius: 50%; }
.about-mark::before { width: 370px; height: 370px; }
.about-mark::after { width: 510px; height: 510px; }
.about-mark span { z-index: 1; width: 185px; height: 185px; display: grid; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--blue-bright), var(--navy)); border-radius: 38px; box-shadow: 0 24px 55px rgba(19,18,45,.2); font-size: 10rem; font-weight: 850; line-height: 1; }
.about-tile { z-index: 1; width: 185px; height: 185px; padding: 46px; object-fit: contain; background: linear-gradient(145deg, var(--blue-bright), var(--navy)); border-radius: 38px; box-shadow: 0 24px 55px rgba(19,18,45,.2); }
.about-mark i { position: absolute; width: 250px; height: 250px; border: 1px dashed rgba(19,18,45,.2); border-radius: 50%; animation: rotate 18s linear infinite; }
.about-copy .lead { color: var(--ink); font-size: 1.3rem; font-weight: 620; }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 34px; }
.values div { padding: 20px 0; border-top: 2px solid var(--blue); }
.values strong, .values span { display: block; }
.values span { margin-top: 5px; color: var(--muted); font-size: .82rem; }

.quickscan-callout { padding-top: 20px; padding-bottom: 70px; }
.quickscan-callout-card { padding: 64px 70px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; color: var(--white); background: linear-gradient(120deg, var(--navy), var(--navy-deep)); border-radius: 28px; box-shadow: var(--shadow); }
.quickscan-callout-card h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4vw, 3.75rem); }
.quickscan-callout-card p:last-child { max-width: 720px; margin-bottom: 0; color: #c5d4e3; }
.quickscan-callout-action { display: flex; flex-direction: column; gap: 14px; text-align: center; }
.quickscan-callout-action strong { color: var(--blue-bright); }
.quickscan-callout-action small { color: #b7c8d8; }

.contact { padding-top: 20px; }
.contact-card { padding: 70px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; color: var(--white); background: linear-gradient(120deg, var(--navy-deep), var(--navy)); border-radius: 28px; position: relative; overflow: hidden; }
.contact-card::after { content: ""; position: absolute; width: 360px; height: 360px; right: -160px; top: -170px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.03), 0 0 0 120px rgba(255,255,255,.02); }
.contact-card h2 { font-size: clamp(2.3rem, 4vw, 3.8rem); }
.contact-card > div { position: relative; z-index: 1; }
.contact-card > div > p:last-child { color: #c1d1df; }
.contact-actions { text-align: center; }
.contact-actions .button { width: 100%; }
.contact-email-link { display: inline-block; margin-top: 17px; color: var(--white); font-weight: 750; text-underline-offset: 4px; }
.contact-actions p { font-size: .83rem; }

.site-footer { margin-top: 100px; padding-top: 74px; color: var(--ink); background: #f8f9fb; border-top: 1px solid rgba(85,89,104,.12); }
.footer-main { display: grid; grid-template-columns: 1.35fr .65fr 1fr 1fr; gap: 28px; align-items: stretch; padding-bottom: 66px; }
.footer-main img { height: auto; }
.footer-main .nb-footer-logo { width: 285px; max-width: 100%; }
.footer-brand-panel { padding-right: 28px; }
.footer-brand-panel p { max-width: 360px; margin: 24px 0 20px; color: var(--muted); }
.membership-badge { width: 126px; height: 70px; margin-top: 25px; display: block; overflow: hidden; border: 1px solid rgba(85,89,104,.13); border-radius: 12px; background: rgba(255,255,255,.74); }
.membership-badge img { width: 100%; height: 100%; object-fit: contain; }
.footer-scan-link { color: #287db7; font-weight: 800; text-decoration: none; }
.footer-scan-link span { display: inline-block; margin-left: 5px; transition: transform .2s; }
.footer-scan-link:hover span { transform: translateX(5px); }
.footer-nav { padding: 8px 0; display: flex; flex-direction: column; gap: 9px; }
.footer-nav strong { margin-bottom: 9px; color: var(--navy); }
.footer-nav a { color: var(--muted); text-decoration: none; }
.footer-nav a:hover { color: #287db7; }
.footer-contact-card { margin: 0; padding: 24px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; border: 1px solid rgba(57,121,173,.22); border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: 0 16px 38px rgba(19,18,45,.07); font-style: normal; }
.footer-contact-card div { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.contact-initial { width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--blue-bright), #246fab); border-radius: 12px; font-weight: 850; }
.contact-initial-alt { background: linear-gradient(145deg, #377eae, var(--navy)); }
.footer-contact-card strong { color: var(--navy); line-height: 1.25; }
.footer-contact-card small { min-height: 42px; margin: 5px 0 13px; color: var(--muted); line-height: 1.4; }
.footer-contact-card a { max-width: 100%; color: var(--ink); font-size: .86rem; text-decoration: none; overflow-wrap: anywhere; }
.footer-contact-card a:hover { color: #287db7; }
.footer-contact-card .contact-social { margin-top: 9px; color: #287db7; font-weight: 750; }
.footer-partners { margin-top: -24px; padding: 22px 0 30px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px 18px; border-top: 1px solid rgba(49,88,120,.14); }
.footer-partners > span { margin-right: 8px; color: var(--muted); font-size: .71rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-partners a { padding: 5px 0; color: #315878; font-size: .82rem; font-weight: 800; text-decoration: none; }
.footer-partners a:hover { color: #287db7; }
.footer-bottom-wrap { color: var(--brand-gray); background: #eceef2; border-top: 1px solid rgba(85,89,104,.1); }
.footer-bottom { padding: 22px 0; display: flex; justify-content: space-between; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes rise { from { transform: scaleY(0); } }
@keyframes float { 50% { transform: translateY(-10px); } }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateY(15px); } }
@keyframes rotate { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .hero { height: auto; min-height: 900px; padding: 135px 0 90px; }
  .hero-layout, .split-heading, .resilience-layout, .ecosystem-heading, .ecosystem-grid, .approach-layout, .about-layout, .quickscan-callout-card, .contact-card { grid-template-columns: 1fr; }
  .hero-layout { gap: 22px; }
  .hero-visual { min-height: 430px; max-width: 620px; width: 100%; margin: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .split-heading, .resilience-layout, .ecosystem-heading, .approach-layout, .about-layout { gap: 52px; }
  .reference-row { grid-template-columns: 1fr; }
  .reference-group + .reference-group { padding: 24px 0 0; border-top: 1px solid #d6e7f2; border-left: 0; }
  .about-mark { min-height: 420px; }
  .quickscan-callout-card, .contact-card { gap: 30px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand-panel { padding-right: 0; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 32px, 1180px); }
  .section { padding: 78px 0; }
  .site-header, .site-header.scrolled { height: 68px; background: rgba(255,255,255,.96); color: var(--ink); }
  .brand { width: 192px; }
  .brand-logo-white { display: none; }
  .brand-logo-color { display: block; }
  .menu-toggle { display: block; color: var(--navy); }
  .main-nav { position: fixed; inset: 68px 0 auto; padding: 28px 24px 34px; display: grid; gap: 22px; color: var(--ink); background: var(--white); box-shadow: 0 18px 30px rgba(0,0,0,.12); transform: translateY(-140%); opacity: 0; transition: transform .25s, opacity .25s; }
  .main-nav.open { transform: none; opacity: 1; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-layout { display: block; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .hero-line-business { white-space: normal; }
  .hero-line-last { display: block; margin-left: 0; font-size: 1em; }
  h2 { font-size: clamp(2.1rem, 10vw, 3.2rem); }
  .hero-actions, .trust-row { align-items: flex-start; flex-direction: column; }
  .hero-actions { gap: 22px; }
  .trust-row { gap: 11px; }
  .hero-visual { min-height: 390px; margin-top: 30px; }
  .hero::before { width: 560px; height: 520px; right: -260px; top: 170px; }
  .hero::after { left: -260px; }
  .vulnerability-dashboard { grid-template-columns: .9fr 1.1fr; gap: 13px; padding-inline: 12px; }
  .scan-chart::before { width: 150px; height: 150px; }
  .scan-chart::after { width: 162px; height: 162px; }
  .severity-donut { width: 122px; }
  .scan-score { right: -2px; }
  .case-heading-row { align-items: flex-start; flex-direction: column; }
  .case-client-logo { min-width: 0; width: 190px; }
  .visual-card-main { top: 62px; padding: 20px; transform: none; }
  .card-security { top: 5px; }
  .card-cloud { right: -4px; }
  .signal-graph { height: 150px; }
  .scroll-cue { display: none; }
  .service-card { padding: 28px; }
  .case-card, .partner-panel { padding: 30px 24px; }
  .case-facts { grid-template-columns: 1fr; }
  .partner-tags img { width: 120px; height: 34px; }
  .reference-row { gap: 20px; }
  .reference-group { grid-template-columns: 1fr; gap: 10px; }
  .values { grid-template-columns: 1fr; }
  .about-mark { min-height: 340px; }
  .about-mark span { width: 145px; height: 145px; font-size: 8rem; }
  .about-tile { width: 145px; height: 145px; padding: 36px; }
  .contact { padding-top: 0; }
  .quickscan-callout { padding: 0; }
  .quickscan-callout-card { width: 100%; padding: 48px 24px; border-radius: 0; }
  .contact-card { width: 100%; padding: 48px 24px; border-radius: 0; }
  .site-footer { margin-top: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 26px; }
  .footer-nav { padding-block: 0 10px; }
  .footer-contact-card small { min-height: 0; }
  .footer-partners { align-items: flex-start; flex-direction: column; gap: 6px; }
  .footer-partners > span { margin-bottom: 5px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

.error-page { min-height: 100vh; color: var(--white); background: radial-gradient(circle at 80% 10%, #174f7d, transparent 35%), var(--navy-deep); }
.error-page main { min-height: 100vh; width: var(--container); margin: auto; padding: 55px 0; display: flex; flex-direction: column; justify-content: space-between; }
.error-brand { width: 245px; }
.error-content { max-width: 760px; padding: 80px 0; }
.error-content h1 { font-size: clamp(3rem, 7vw, 6rem); }
.error-content > p:not(.eyebrow) { max-width: 650px; margin: 0 0 34px; color: #c5d4e3; font-size: 1.1rem; }
