:root {
  --ink: #071a3d;
  --ink-2: #253754;
  --muted: #64718a;
  --line: #d8e7f8;
  --paper: #ffffff;
  --surface: #f5f9ff;
  --surface-2: #eaf3ff;
  --blue: #005cff;
  --blue-deep: #003db7;
  --blue-dark: #061b64;
  --blue-soft: #dcecff;
  --cyan: #00a3e0;
  --green: #12805c;
  --red: #c94732;
  --gold: #b78216;
  --shadow: 0 18px 46px rgba(0, 68, 180, 0.12);
  --radius: 8px;
  --max: 1140px;
  --header: 72px;
  font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 20px); }
html, body { max-width: 100%; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.55; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, svg, video { max-width: 100%; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 80; background: var(--ink); color: white; padding: 10px 14px; border-radius: 4px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(217, 225, 234, 0.8);
  backdrop-filter: blur(18px);
}
.site-header.is-scrolled { box-shadow: 0 10px 28px rgba(25, 33, 46, 0.07); }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 236px; }
.brand img { width: 108px; height: auto; display: block; }
.brand span { display: grid; gap: 1px; }
.brand strong { font-size: 18px; line-height: 1.05; font-weight: 700; }
.brand small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: 0; }
.primary-nav { display: flex; align-items: center; gap: 4px; }
.primary-nav a { color: var(--ink-2); font-size: 13px; font-weight: 650; padding: 9px 10px; border-radius: 6px; white-space: nowrap; }
.primary-nav a:hover, .primary-nav a.is-active { background: var(--surface-2); color: var(--blue); }
.primary-nav .nav-cta { background: var(--blue); color: white; margin-left: 6px; box-shadow: 0 10px 22px rgba(0, 92, 255, 0.16); }
.primary-nav .nav-cta:hover { background: var(--blue-deep); color: white; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: white; border-radius: 6px; padding: 9px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { display: grid; align-items: center; background: radial-gradient(circle at 74% 18%, rgba(0, 92, 255, 0.09), transparent 34%), linear-gradient(180deg, #ffffff 0%, #f6faff 100%); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.78fr); gap: 38px; align-items: center; padding-block: 48px; }
.hero-copy, .hero-visual, .operating-map, .model-node, .signal-row, .visual-metrics, .product-card, .lifecycle-step, .service-visual, .visual-card { min-width: 0; }
.eyebrow { margin: 0 0 10px; color: var(--blue); font-size: 12px; letter-spacing: 0; text-transform: uppercase; font-weight: 800; }
h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: 0; color: var(--ink); }
h1 { font-size: 46px; max-width: 720px; }
h2 { font-size: 32px; }
h3 { font-size: 19px; }
.nowrap { white-space: nowrap; }
p { color: var(--ink-2); }
.lead { font-size: 17px; color: var(--ink-2); max-width: 680px; }
.hero-copy .lead { margin: 18px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 9px 15px; border-radius: 6px; font-weight: 700; border: 1px solid transparent; font-size: 14px; }
.btn.primary { background: var(--blue); color: white; box-shadow: 0 10px 24px rgba(0, 92, 255, 0.2); }
.btn.primary:hover { background: var(--blue-deep); }
.btn.secondary { background: white; color: var(--ink); border-color: var(--line); }
.btn.secondary:hover { border-color: var(--blue); color: var(--blue); }
.proof-strip { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.proof-strip span { border: 1px solid var(--line); background: white; border-radius: 999px; padding: 7px 11px; color: var(--ink-2); font-size: 12px; font-weight: 700; }

.hero-visual { position: relative; min-height: 372px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, #ffffff, #eef7ff); box-shadow: var(--shadow); overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(0, 92, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 92, 255, 0.08) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(180deg, black, transparent 88%); }
.visual-topline, .signal-board, .mesh-map, .visual-metrics { position: relative; z-index: 1; }
.visual-topline { display: flex; align-items: center; gap: 8px; color: var(--ink-2); font-size: 12px; font-weight: 800; }
.visual-topline span { width: 9px; height: 9px; border-radius: 2px; }
.visual-topline span:nth-child(1) { background: var(--red); }
.visual-topline span:nth-child(2) { background: var(--green); }
.visual-topline span:nth-child(3) { background: var(--gold); }
.signal-board { margin-top: 24px; display: grid; gap: 10px; }
.signal-row { display: flex; justify-content: space-between; gap: 16px; padding: 11px 12px; border: 1px solid rgba(217, 225, 234, 0.9); background: rgba(255, 255, 255, 0.84); border-radius: 8px; }
.signal-row span { color: var(--muted); font-weight: 700; }
.signal-row span, .signal-row b { min-width: 0; }
.signal-row b { color: var(--green); }
.mesh-map { height: 130px; margin-top: 18px; }
.node { position: absolute; width: 22px; height: 22px; border-radius: 7px; background: var(--blue); box-shadow: 0 0 0 7px rgba(0, 92, 255, 0.08); }
.n1 { left: 34px; top: 206px; } .n2 { left: 142px; top: 258px; background: var(--green); } .n3 { right: 54px; top: 214px; background: var(--red); } .n4 { right: 118px; top: 300px; background: var(--gold); } .n5 { left: 76px; bottom: 74px; background: var(--cyan); }
.line { position: absolute; height: 2px; background: rgba(31, 41, 55, 0.18); transform-origin: left center; }
.l1 { left: 58px; top: 218px; width: 126px; transform: rotate(25deg); } .l2 { left: 163px; top: 268px; width: 166px; transform: rotate(-18deg); } .l3 { right: 72px; top: 238px; width: 94px; transform: rotate(104deg); } .l4 { left: 96px; bottom: 86px; width: 205px; transform: rotate(-19deg); }
.visual-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 10px; }
.visual-metrics span { background: linear-gradient(135deg, var(--blue-dark), var(--blue)); color: white; border-radius: 8px; padding: 11px; display: grid; gap: 1px; font-size: 11px; }
.visual-metrics b { font-size: 18px; }

.operating-model-section { padding: 58px 0; background: white; border-bottom: 1px solid var(--line); }
.operating-model-grid { display: grid; grid-template-columns: minmax(0, 0.62fr) minmax(620px, 1fr); gap: 34px; align-items: center; }
.operating-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
    "cloud security backup"
    "managed core apps"
    "infra products partners";
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(0, 92, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 92, 255, 0.05) 1px, transparent 1px),
    #f8fafc;
  background-size: 30px 30px;
  overflow: hidden;
}
.operating-map::before,
.operating-map::after {
  content: "";
  position: absolute;
  inset: 50% 9%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 92, 255, 0.34), transparent);
}
.operating-map::after {
  inset: 9% 50%;
  width: 1px;
  height: auto;
  background: linear-gradient(180deg, transparent, rgba(0, 92, 255, 0.28), transparent);
}
.model-core {
  grid-area: core;
  z-index: 1;
  min-height: 176px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue-dark), var(--blue-deep));
  color: white;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  padding: 22px;
  box-shadow: 0 16px 38px rgba(0, 61, 183, 0.18);
}
.model-core strong { font-size: 28px; letter-spacing: 0; }
.model-core span { color: rgba(255, 255, 255, 0.78); font-weight: 700; font-size: 13px; max-width: 150px; }
.model-node {
  position: relative;
  z-index: 1;
  min-height: 132px;
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}
.model-node:hover { border-color: rgba(0, 92, 255, 0.36); transform: translateY(-2px); }
.model-node i { width: 22px; height: 22px; border-radius: 7px; background: var(--blue); box-shadow: 0 0 0 6px rgba(0, 92, 255, 0.09); }
.model-node strong { font-size: 15px; line-height: 1.2; }
.model-node span { color: var(--muted); font-size: 12px; line-height: 1.38; }
.model-node-cloud { grid-area: cloud; }
.model-node-security { grid-area: security; }
.model-node-backup { grid-area: backup; }
.model-node-managed { grid-area: managed; }
.model-node-apps { grid-area: apps; }
.model-node-infra { grid-area: infra; }
.model-node-products { grid-area: products; }
.model-node-partners { grid-area: partners; }
.model-node-security i { background: var(--red); box-shadow: 0 0 0 6px rgba(201, 71, 50, 0.1); }
.model-node-backup i { background: var(--green); box-shadow: 0 0 0 6px rgba(18, 128, 92, 0.1); }
.model-node-managed i { background: var(--cyan); box-shadow: 0 0 0 6px rgba(6, 122, 145, 0.1); }
.model-node-apps i { background: var(--gold); box-shadow: 0 0 0 6px rgba(183, 130, 22, 0.12); }
.model-node-infra i { background: #64748b; box-shadow: 0 0 0 6px rgba(100, 116, 139, 0.12); }
.model-node-products i { background: var(--blue); }
.model-node-partners i { background: var(--blue-dark); box-shadow: 0 0 0 6px rgba(0, 92, 255, 0.08); }

.band { padding: 54px 0; background: var(--surface); border-bottom: 1px solid var(--line); }
.band:nth-of-type(even) { background: white; }
.section-head { max-width: 760px; margin-bottom: 24px; }
.section-head p:not(.eyebrow) { font-size: 16px; }
.section-head.compact { max-width: 650px; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.pillar-card, .related-card { min-height: 154px; display: flex; flex-direction: column; gap: 10px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; }
.pillar-card:hover, .related-card:hover { transform: translateY(-2px); border-color: rgba(0, 92, 255, 0.32); box-shadow: 0 12px 30px rgba(0, 68, 180, 0.07); }
.pillar-card span { color: var(--muted); font-weight: 800; font-size: 12px; }
.pillar-card p, .related-card p { margin: 0; color: var(--ink-2); font-size: 14px; }
.accent-1 { border-left: 3px solid var(--blue); } .accent-2 { border-left: 3px solid var(--green); } .accent-3 { border-left: 3px solid var(--red); } .accent-4 { border-left: 3px solid var(--gold); } .accent-5 { border-left: 3px solid var(--cyan); } .accent-6 { border-left: 3px solid #64748b; }

.split-section { padding: 58px 0; background: white; }
.split-grid { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr); gap: 38px; align-items: start; }
.outcome-list { display: grid; gap: 10px; }
.outcome-list div { padding: 14px 16px; border-left: 3px solid var(--blue); background: var(--surface); border-radius: 0 8px 8px 0; }
.outcome-list strong { display: block; font-size: 16px; margin-bottom: 3px; }
.outcome-list span { color: var(--muted); }
.partner-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.partner-badges span { border: 1px solid var(--line); background: white; border-radius: 999px; padding: 7px 11px; color: var(--ink-2); font-weight: 800; font-size: 12px; }
.partner-visuals { display: grid; gap: 10px; }
.mini-logo-row { display: flex; flex-wrap: wrap; gap: 8px; }
.mini-logo-tile { width: 92px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); background: white; border-radius: 8px; padding: 7px; }
.mini-logo-tile img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
.mini-logo-tile .bitdefender-logo { transform: scale(1.35); }
.snapshot-logos .partner-badges span { font-size: 11px; padding: 6px 9px; }
.service-visual { margin: -6px -6px 16px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #eef7ff; }
.service-visual img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.service-visual figcaption { display: grid; gap: 3px; padding: 12px 13px 13px; background: white; border-top: 1px solid var(--line); }
.service-visual figcaption strong { font-size: 14px; line-height: 1.2; }
.service-visual figcaption span { color: var(--muted); font-size: 12px; line-height: 1.35; }
.technology-proof { padding: 20px 0 54px; background: white; border-bottom: 1px solid var(--line); }
.visual-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.visual-card { display: grid; grid-template-columns: 148px minmax(0, 1fr); gap: 14px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, #ffffff, #f6faff); box-shadow: 0 12px 30px rgba(0, 68, 180, 0.06); }
.visual-card img { width: 148px; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 6px; border: 1px solid var(--line); background: var(--surface); }
.visual-card div { display: grid; gap: 4px; }
.visual-card span { color: var(--blue); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.visual-card strong { color: var(--ink); font-size: 14px; line-height: 1.32; }
.partner-ecosystem { padding: 56px 0; background: white; border-bottom: 1px solid var(--line); }
.logo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.logo-card { display: grid; gap: 14px; align-content: center; min-height: 156px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.logo-card img { width: 100%; height: 58px; object-fit: contain; object-position: left center; display: block; mix-blend-mode: multiply; }
.logo-card .microsoft-logo { max-width: 150px; }
.logo-card .fortinet-logo { max-width: 210px; }
.logo-card .bitdefender-logo { transform: scale(1.28); transform-origin: left center; max-width: 230px; }
.logo-card span { color: var(--muted); font-size: 13px; font-weight: 700; }
.coverage-line { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); display: grid; gap: 10px; }
.coverage-line > strong { color: var(--ink); font-size: 14px; }
.product-spotlight { padding: 52px 0; background: white; border-bottom: 1px solid var(--line); }
.product-spotlight-grid { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr); gap: 34px; align-items: start; }
.text-link { display: inline-flex; margin-top: 8px; color: var(--blue); font-weight: 800; font-size: 14px; }
.text-link:hover { color: var(--blue-deep); }
.product-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.product-card { min-height: 250px; padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; gap: 9px; }
.product-card:hover { border-color: rgba(0, 92, 255, 0.32); box-shadow: 0 12px 30px rgba(0, 68, 180, 0.07); transform: translateY(-2px); }
.product-card span { color: var(--blue); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.product-card strong { font-size: 18px; line-height: 1.2; }
.product-card p { margin: 0; font-size: 14px; color: var(--muted); }
.product-mini { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding-top: 10px; }
.product-mini i { display: block; min-height: 34px; padding: 8px 9px; border: 1px solid var(--line); border-radius: 6px; background: white; color: var(--ink-2); font-style: normal; font-size: 11px; font-weight: 750; }
.lims-mini i:nth-child(1), .gym-mini i:nth-child(1) { border-left: 3px solid var(--blue); }
.lims-mini i:nth-child(2) { border-left: 3px solid var(--cyan); }
.lims-mini i:nth-child(3), .gym-mini i:nth-child(3) { border-left: 3px solid var(--green); }
.lims-mini i:nth-child(4), .gym-mini i:nth-child(4) { border-left: 3px solid var(--gold); }
.gym-mini i:nth-child(2) { border-left: 3px solid var(--red); }

.page-hero { padding: 44px 0 48px; background: radial-gradient(circle at 82% 18%, rgba(0, 92, 255, 0.08), transparent 30%), linear-gradient(180deg, #ffffff, #f6faff); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 34px; align-items: center; }
.breadcrumb { color: var(--muted); font-size: 12px; font-weight: 700; margin-bottom: 20px; }
.breadcrumb a { color: var(--blue); }
.page-hero h1 { font-size: 42px; max-width: 820px; }
.service-snapshot { border: 1px solid var(--line); background: linear-gradient(180deg, #ffffff, #f8fbff); border-radius: var(--radius); padding: 18px; box-shadow: 0 14px 34px rgba(0, 68, 180, 0.08); }
.service-snapshot > span { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 0; font-weight: 800; margin-bottom: 8px; }
.service-snapshot > strong { display: block; font-size: 20px; line-height: 1.16; margin-bottom: 14px; }
.two-columns, .service-matrix { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
.check-list, .outcome-checks { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 9px; }
.check-list li, .outcome-checks li { position: relative; padding: 11px 14px 11px 36px; background: white; border: 1px solid var(--line); border-radius: 8px; color: var(--ink-2); font-size: 14px; }
.check-list li::before, .outcome-checks li::before { content: ""; position: absolute; left: 14px; top: 17px; width: 8px; height: 8px; border-radius: 2px; background: var(--blue); }
.outcome-checks li::before { background: var(--green); }
.lifecycle-section, .faq-section { padding: 52px 0; background: white; border-bottom: 1px solid var(--line); }
.lifecycle-section .section-head { max-width: 840px; }
.lifecycle-track { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; position: relative; }
.lifecycle-step {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 250, 252, 0.96)),
    var(--surface);
  min-height: 174px;
  display: grid;
  align-content: start;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}
.lifecycle-step::after {
  content: "";
  position: absolute;
  top: 29px;
  left: calc(100% - 4px);
  width: 18px;
  height: 2px;
  background: rgba(0, 92, 255, 0.34);
  z-index: 0;
}
.lifecycle-step:last-child::after { display: none; }
.lifecycle-step:nth-child(2n) span { color: var(--green); border-color: rgba(18, 128, 92, 0.26); }
.lifecycle-step:nth-child(3n) span { color: var(--cyan); border-color: rgba(6, 122, 145, 0.24); }
.lifecycle-step:nth-child(4n) span { color: var(--gold); border-color: rgba(183, 130, 22, 0.24); }
.lifecycle-step:nth-child(5n) span { color: var(--red); border-color: rgba(201, 71, 50, 0.22); }
.lifecycle-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: var(--blue);
  background: white;
  border: 1px solid rgba(0, 92, 255, 0.28);
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.lifecycle-step strong { display: block; font-size: 15px; line-height: 1.2; margin-bottom: 7px; }
.lifecycle-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.42; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
details { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); padding: 14px 15px; }
summary { cursor: pointer; font-weight: 800; }
details p { margin-bottom: 0; }
.related-band { background: var(--surface); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.related-card { min-height: 118px; }
.related-card span { color: var(--blue); text-transform: uppercase; letter-spacing: 0; font-size: 11px; font-weight: 900; }
.related-card strong { font-size: 17px; line-height: 1.22; }

.cta-panel { margin-block: 52px; padding: 24px; border-radius: var(--radius); background: linear-gradient(135deg, #eef7ff, #ffffff 48%, #e9f3ff); color: var(--ink); border: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; box-shadow: 0 16px 36px rgba(0, 68, 180, 0.08); }
.cta-panel h2, .cta-panel p { color: var(--ink); }
.cta-panel .eyebrow { color: var(--blue); }
.cta-panel p { max-width: 690px; opacity: 0.9; }
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; flex: 0 0 auto; }
.cta-panel .btn.secondary { background: white; color: var(--blue); border-color: rgba(0, 92, 255, 0.22); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(380px, 1fr); gap: 34px; align-items: start; }
.contact-methods { display: grid; gap: 12px; margin-top: 22px; }
.contact-methods a, .contact-methods div { display: grid; gap: 4px; padding: 14px; background: white; border: 1px solid var(--line); border-radius: 8px; }
.contact-methods span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 0; font-weight: 800; }
.contact-methods strong { font-size: 16px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.contact-form label { display: grid; gap: 7px; color: var(--ink-2); font-weight: 700; }
.contact-form label.full { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 12px; background: #fff; color: var(--ink); }
.contact-form button { justify-self: start; }
.form-note { color: var(--muted); margin-top: 10px; }

.site-footer { position: relative; overflow: hidden; background: radial-gradient(circle at 12% 0%, rgba(31, 184, 255, 0.32), transparent 32%), linear-gradient(135deg, var(--blue-dark), #003db7 58%, var(--blue)); color: white; padding-top: 42px; }
.site-footer::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px); background-size: 38px 38px; opacity: 0.45; }
.site-footer > * { position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 0.8fr 0.8fr; gap: 34px; padding-bottom: 32px; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; font-size: 18px; }
.footer-brand img { width: 136px; height: auto; }
.site-footer p, .site-footer a, .footer-bottom span { color: rgba(255, 255, 255, 0.76); }
.site-footer h2 { color: white; font-size: 13px; text-transform: uppercase; letter-spacing: 0; margin-bottom: 12px; }
.footer-links { display: grid; gap: 9px; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; border-top: 1px solid rgba(255,255,255,0.16); padding-block: 18px; font-size: 13px; }

@media (max-width: 1050px) {
  .brand { min-width: 210px; }
  .brand img { width: 98px; }
  .primary-nav a { padding-inline: 8px; font-size: 13px; }
  .hero-grid, .page-hero-grid, .split-grid, .contact-grid, .product-spotlight-grid, .operating-model-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 360px; }
  .operating-map {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "core core"
      "cloud security"
      "backup managed"
      "apps infra"
      "products partners";
  }
  .model-core { min-height: 128px; border-radius: var(--radius); }
  .pillar-grid, .related-grid, .logo-grid { grid-template-columns: 1fr 1fr; }
  .visual-card-grid { grid-template-columns: 1fr; }
  .lifecycle-track { grid-template-columns: repeat(3, 1fr); }
  .lifecycle-step::after { display: none; }
}

@media (max-width: 980px) {
  .site-header { padding-inline: 14px; }
  .nav-toggle { display: block; }
  .primary-nav {
    position: fixed;
    inset: var(--header) 0 auto 0;
    display: none;
    padding: 12px 14px 18px;
    background: white;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  }
  body.nav-open .primary-nav { display: grid; gap: 4px; }
  .primary-nav a { width: 100%; padding: 12px; }
}

@media (max-width: 760px) {
  :root { --header: 70px; }
  html, body { overflow-x: hidden; }
  .site-header { gap: 10px; width: 100%; max-width: 100vw; }
  .wrap { width: calc(100% - 28px); max-width: var(--max); }
  .brand { min-width: 0; flex: 1 1 auto; overflow: hidden; }
  .brand span { min-width: 0; }
  .brand img { width: 90px; }
  .brand strong { font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .brand small { display: none; }
  .nav-toggle { display: block; flex: 0 0 42px; margin-left: auto; position: relative; z-index: 45; }
  .hero-grid { padding-block: 34px; gap: 28px; }
  .hero-copy .nowrap { white-space: normal; }
  h1 { font-size: 32px; line-height: 1.16; }
  h2 { font-size: 28px; }
  .page-hero h1 { font-size: 34px; }
  .lead { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 330px; padding: 16px; }
  .visual-topline strong { font-size: 11px; }
  .signal-row { display: grid; gap: 2px; }
  .signal-row b { text-align: left; }
  .visual-metrics { grid-template-columns: 1fr; }
  .technology-proof { padding: 12px 0 42px; }
  .visual-card { grid-template-columns: 1fr; }
  .visual-card img { width: 100%; }
  .operating-map {
    padding: 12px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "core"
      "cloud"
      "security"
      "backup"
      "managed"
      "apps"
      "infra"
      "products"
      "partners";
  }
  .model-core { min-height: 112px; }
  .model-node { min-height: auto; }
  .pillar-grid, .two-columns, .service-matrix, .faq-grid, .related-grid, .footer-grid, .contact-form, .product-cards, .logo-grid { grid-template-columns: 1fr; }
  .lifecycle-track { grid-template-columns: 1fr; }
  .band, .lifecycle-section, .faq-section, .product-spotlight, .partner-ecosystem, .operating-model-section { padding: 42px 0; }
  .cta-panel { margin-block: 42px; padding: 20px; display: grid; }
  .cta-actions { width: 100%; }
  .cta-actions .btn { flex: 1 1 190px; }
  .contact-form label.full { grid-column: auto; }
  .footer-bottom { display: grid; }
}
