/* Rezonance Networks - Netcode Automation homepage */

*, *::before, *::after {
  box-sizing: border-box;
}

/* GTM homepage: business outcomes and enterprise campaign visuals */

.gtm-hero {
  position: relative;
  isolation: isolate;
  min-height: 780px;
  background:
    radial-gradient(circle at 76% 18%, rgba(46, 123, 255, 0.22), transparent 30%),
    radial-gradient(circle at 20% 82%, rgba(33, 199, 243, 0.09), transparent 28%),
    linear-gradient(135deg, #050b14 0%, #081528 48%, #0b1733 100%);
}

.gtm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(127, 169, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127, 169, 255, 0.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(33, 199, 243, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit-one {
  width: 560px;
  height: 560px;
  right: -160px;
  top: 40px;
}

.hero-orbit-two {
  width: 820px;
  height: 820px;
  right: -250px;
  top: -90px;
}

.gtm-hero-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(620px, 1.22fr);
  align-items: start;
  gap: 56px;
}

.gtm-hero h1 {
  max-width: 700px;
  font-size: clamp(2.75rem, 5.5vw, 5rem);
  line-height: 0.98;
}

.gtm-hero .hero-sub {
  max-width: 690px;
}

.hero-architecture {
  overflow: hidden;
  border: 1px solid rgba(125, 159, 202, 0.28);
  border-radius: 28px;
  background: rgba(6, 13, 25, 0.97);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.48), 0 0 0 8px rgba(255, 255, 255, 0.02);
  transform: perspective(1400px) rotateY(-1deg) rotateX(0.35deg);
}

.hero-architecture-visual {
  background:
    radial-gradient(circle at 50% 18%, rgba(46, 123, 255, 0.12), transparent 42%),
    rgba(5, 12, 22, 0.98);
}

.architecture-art {
  display: block;
  padding: 12px;
  background: #050c16;
}

.architecture-art img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.architecture-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px 20px;
  min-height: 52px;
  padding: 11px 18px;
  border-top: 1px solid rgba(125, 159, 202, 0.18);
  background: #07101d;
}

.architecture-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #aebfd1;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.015em;
}

.architecture-legend i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #55c9f3;
  box-shadow: 0 0 0 4px rgba(85, 201, 243, 0.1);
}

.architecture-legend-read i {
  background: #5ee0a3;
  box-shadow: 0 0 0 4px rgba(94, 224, 163, 0.1);
}

.architecture-legend-write i {
  background: #f6a23a;
  box-shadow: 0 0 0 4px rgba(246, 162, 58, 0.1);
}

.hero-arch-topbar {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(125, 159, 202, 0.18);
  color: #dce8f6;
  background: #07101d;
}

.hero-arch-topbar span {
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-arch-topbar strong {
  color: #75e7b0;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-arch-body {
  padding: 18px;
}

.hero-arch-zone {
  padding: 17px;
  border: 1px solid rgba(125, 159, 202, 0.19);
  border-radius: 19px;
}

.hero-arch-saas {
  background:
    radial-gradient(circle at 84% 0%, rgba(33, 199, 243, 0.11), transparent 30%),
    rgba(14, 31, 52, 0.78);
}

.hero-arch-local {
  background:
    radial-gradient(circle at 0% 100%, rgba(24, 184, 111, 0.1), transparent 34%),
    rgba(12, 28, 46, 0.76);
}

.hero-arch-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
}

.hero-arch-heading span {
  padding: 5px 8px;
  border-radius: 999px;
  color: #06101f;
  background: #75e7cf;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-arch-local .hero-arch-heading span {
  color: #ffffff;
  background: #0b8b75;
}

.hero-arch-heading em {
  color: #7189a5;
  font-style: normal;
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-arch-products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
}

.hero-arch-products article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
  padding: 14px;
  border: 1px solid rgba(125, 159, 202, 0.17);
  border-radius: 14px;
  background: rgba(5, 15, 28, 0.64);
}

.hero-arch-products i {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #06101f;
  background: #66dff9;
  font-style: normal;
  font-family: var(--mono);
  font-size: 0.74rem;
  font-weight: 900;
}

.hero-arch-products .hero-rez-mark {
  width: auto;
  min-width: 48px;
  color: #75e7b0;
  background: transparent;
  letter-spacing: -0.15em;
}

.hero-arch-products strong,
.hero-local-runtime strong {
  display: block;
  color: #f2f7fd;
  font-size: 0.85rem;
}

.hero-arch-products small,
.hero-local-runtime small {
  display: block;
  margin-top: 2px;
  color: #6f88a5;
  font-size: 0.63rem;
  font-weight: 750;
}

.hero-arch-products p {
  margin: 8px 0 0;
  color: #9caec4;
  font-size: 0.68rem;
  line-height: 1.4;
}

.hero-arch-shared {
  margin-top: 10px;
  padding: 8px 10px;
  border: 1px dashed rgba(102, 223, 249, 0.25);
  border-radius: 11px;
  color: #8fa7c1;
  text-align: center;
  font-size: 0.63rem;
  font-weight: 750;
}

.hero-arch-channel {
  min-height: 68px;
  display: grid;
  grid-template-columns: 1fr 86px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 4px 12px;
  padding: 10px 20px;
}

.hero-arch-channel span {
  justify-self: end;
  color: #69dff7;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-arch-channel i {
  position: relative;
  height: 2px;
  background: linear-gradient(90deg, #2e7bff, #18b86f);
}

.hero-arch-channel i::before,
.hero-arch-channel i::after {
  content: "";
  position: absolute;
  top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.hero-arch-channel i::before {
  left: 0;
  color: #2e7bff;
  transform: rotate(-135deg);
}

.hero-arch-channel i::after {
  right: 0;
  color: #18b86f;
  transform: rotate(45deg);
}

.hero-arch-channel small {
  color: #7d93ad;
  font-size: 0.61rem;
  font-weight: 750;
}

.hero-arch-channel small {
  grid-column: 1 / -1;
  justify-self: center;
}

.hero-local-runtime {
  display: grid;
  grid-template-columns: 1.24fr 0.76fr;
  gap: 11px;
}

.hero-runner-card,
.hero-vault-card {
  padding: 13px;
  border: 1px solid rgba(125, 159, 202, 0.17);
  border-radius: 14px;
  background: rgba(5, 15, 28, 0.62);
}

.hero-runner-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
}

.hero-runner-card > i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #ffffff;
  background: #0b8b75;
  font-family: var(--mono);
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 900;
}

.hero-runner-card p {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 9px 0 0;
}

.hero-runner-card p b {
  padding: 4px 6px;
  border-radius: 999px;
  color: #79e7b3;
  background: rgba(24, 184, 111, 0.11);
  font-size: 0.56rem;
}

.hero-runner-card p b + b {
  color: #7fb0ff;
  background: rgba(46, 123, 255, 0.11);
}

.hero-vault-card > span {
  color: #75e7b0;
  font-size: 0.59rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-vault-card > strong {
  margin: 11px 0 7px;
  font-size: 0.76rem;
  line-height: 1.4;
}

.hero-vault-card > small {
  line-height: 1.35;
}

.hero-fleet {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.hero-fleet span {
  padding: 5px 7px;
  border: 1px solid rgba(125, 159, 202, 0.17);
  border-radius: 8px;
  color: #a4b6cb;
  background: rgba(5, 15, 28, 0.58);
  font-size: 0.59rem;
  font-weight: 750;
}

.hero-arch-loop {
  display: grid;
  grid-template-columns: 1fr 14px 1fr 14px 1.2fr 14px 1fr 14px 1.15fr 14px 1.45fr;
  align-items: center;
  gap: 4px;
  padding: 13px 17px;
  border-top: 1px solid rgba(125, 159, 202, 0.18);
  color: #afbed0;
  background: #07101d;
}

.hero-arch-loop span {
  text-align: center;
  font-size: 0.58rem;
  font-weight: 850;
  line-height: 1.25;
}

.hero-arch-loop i {
  position: relative;
  height: 1px;
  background: #395a7d;
}

.hero-arch-loop i::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #66dff9;
  border-right: 1px solid #66dff9;
  transform: rotate(45deg);
}

.campaign-console {
  overflow: hidden;
  border: 1px solid rgba(125, 159, 202, 0.28);
  border-radius: 28px;
  background: rgba(6, 13, 25, 0.95);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.48), 0 0 0 8px rgba(255, 255, 255, 0.02);
  transform: perspective(1400px) rotateY(-1.2deg) rotateX(0.4deg);
}

.console-topbar {
  min-height: 54px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(125, 159, 202, 0.18);
  background: #07101d;
  color: #c7d6e8;
  font-size: 0.82rem;
}

.console-topbar > div {
  display: flex;
  gap: 6px;
}

.console-topbar > div span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #314157;
}

.console-topbar > div span:first-child { background: #ff645e; }
.console-topbar > div span:nth-child(2) { background: #f5b84b; }
.console-topbar > div span:last-child { background: #2bd17e; }

.console-topbar strong {
  font-weight: 750;
}

.console-topbar em {
  color: #7289a5;
  font-style: normal;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.console-body {
  padding: 24px;
}

.campaign-title-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.campaign-title-row h2 {
  margin: 0;
  max-width: 520px;
  color: #f7fbff;
  font-size: 1.35rem;
  line-height: 1.25;
}

.campaign-stage {
  padding: 7px 11px;
  border: 1px solid rgba(33, 199, 243, 0.28);
  border-radius: 999px;
  color: #91e7fb;
  background: rgba(33, 199, 243, 0.08);
  font-size: 0.75rem;
  font-weight: 800;
  white-space: nowrap;
}

.campaign-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.campaign-kpis > div {
  min-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px;
  border: 1px solid rgba(125, 159, 202, 0.15);
  border-radius: 16px;
  background: rgba(15, 29, 48, 0.66);
}

.campaign-kpis b {
  color: #f5f9ff;
  font-size: 1.4rem;
  line-height: 1;
}

.campaign-kpis span {
  margin-top: 7px;
  color: #8094ad;
  font-size: 0.7rem;
  line-height: 1.25;
}

.campaign-kpis .verified b { color: #78e1ae; }
.campaign-kpis .held b { color: #ffd07a; }

.rollout-panel {
  padding: 16px;
  border: 1px solid rgba(125, 159, 202, 0.15);
  border-radius: 16px;
  background: #081321;
}

.rollout-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #93a6bd;
  font-size: 0.75rem;
}

.rollout-heading strong { color: #8cebbd; }

.progress-track {
  height: 10px;
  margin: 12px 0 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #17263a;
}

.progress-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #21c7f3, #18b86f);
  box-shadow: 0 0 18px rgba(33, 199, 243, 0.42);
}

.wave-labels {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #637b98;
  font-size: 0.61rem;
}

.operation-stream {
  display: grid;
  gap: 7px;
  margin: 14px 0;
}

.operation-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 12px;
  border-radius: 11px;
  color: #a9bad0;
  background: rgba(17, 33, 54, 0.68);
  font-size: 0.74rem;
}

.operation-row b {
  font-size: 0.68rem;
}

.operation-row.done b { color: #78e1ae; }
.operation-row.active { box-shadow: inset 3px 0 #21c7f3; }
.operation-row.active b { color: #91e7fb; }
.operation-row.queued b { color: #7289a5; }

.exception-drawer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 15px;
  border: 1px solid rgba(242, 138, 24, 0.3);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(242, 138, 24, 0.1), rgba(229, 72, 77, 0.06));
}

.exception-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #08111f;
  background: #ffc05e;
  font-weight: 950;
}

.exception-drawer > div:nth-child(2) {
  display: grid;
  gap: 3px;
}

.exception-drawer span,
.exception-action span {
  color: #ffc778;
  font-size: 0.65rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.exception-drawer strong {
  color: #eef5ff;
  font-size: 0.74rem;
  line-height: 1.4;
}

.exception-drawer small {
  color: #8094ad;
  font-size: 0.66rem;
}

.exception-action {
  display: grid;
  gap: 4px;
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.exception-action b {
  color: #f5f9ff;
  font-size: 0.72rem;
  white-space: nowrap;
}

.impact-band {
  padding: 34px 0;
  border-bottom: 1px solid var(--border);
  background: #fff;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.impact-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  padding: 18px;
  border-right: 1px solid var(--border);
}

.impact-card:last-child { border-right: 0; }

.impact-card > span {
  color: var(--blue-600);
  font-family: var(--mono);
  font-weight: 850;
  font-size: 0.74rem;
}

.impact-card h2 {
  margin-bottom: 5px;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.impact-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.engineer-statement {
  padding: 28px 0;
  border-bottom: 1px solid rgba(21, 91, 255, 0.14);
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 50%, rgba(33, 199, 243, 0.12), transparent 32%),
    #07111f;
}

.engineer-statement-inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 48px;
}

.engineer-statement strong {
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.engineer-statement span {
  color: #a9bad0;
  font-size: 1rem;
  line-height: 1.6;
}

.value-section {
  background: linear-gradient(180deg, var(--paper), #fff);
}

.value-grid,
.architecture-grid,
.rca-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 64px;
  align-items: center;
}

.before-after {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.before-column,
.after-column {
  padding: 30px;
}

.before-column {
  background: linear-gradient(180deg, #fff7f2, #fff);
}

.after-column {
  border-left: 1px solid var(--border);
  background: linear-gradient(180deg, #effbf7, #fff);
}

.before-column > span,
.after-column > span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.before-column > span { color: #a83a3f; background: #ffe8e6; }
.after-column > span { color: #087344; background: #ddf8ea; }

.before-after ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.before-after li {
  position: relative;
  padding-left: 26px;
  color: #425168;
  font-size: 0.92rem;
  line-height: 1.48;
}

.before-after li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
}

.before-column li::before { content: "-"; color: var(--red-500); }
.after-column li::before { content: "+"; color: var(--green-500); }

.loop-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(46, 123, 255, 0.22), transparent 44%),
    #07111f;
}

.business-loop {
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr 34px 1fr;
  align-items: stretch;
  margin-top: 44px;
}

.business-loop article {
  min-height: 198px;
  padding: 24px 20px;
  border: 1px solid rgba(124, 153, 188, 0.22);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(17, 37, 63, 0.82), rgba(8, 20, 35, 0.72));
}

.business-loop article > span {
  color: #66dff9;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 850;
}

.business-loop h3 {
  margin: 22px 0 8px;
  color: #fff;
  font-size: 1.08rem;
}

.business-loop p {
  margin: 0;
  color: #9eb0c8;
  font-size: 0.84rem;
  line-height: 1.55;
}

.business-loop > i {
  position: relative;
}

.business-loop > i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  width: 20px;
  height: 1px;
  background: #36577c;
}

.business-loop > i::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 5px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #66dff9;
  border-right: 1px solid #66dff9;
  transform: rotate(45deg);
}

.approval-boundary {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 24px;
  padding: 20px 24px;
  border: 1px solid rgba(242, 138, 24, 0.35);
  border-radius: 18px;
  background: rgba(242, 138, 24, 0.08);
}

.approval-boundary strong { color: #ffd18f; }
.approval-boundary span { color: #b2c1d3; }

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.editorial-program-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.editorial-program-grid .program-card {
  min-height: 280px;
}

.program-card {
  position: relative;
  min-height: 322px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.program-card::before {
  content: "";
  position: absolute;
  top: -64px;
  right: -64px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: var(--program-accent);
  opacity: 0.12;
}

.program-card > span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--program-accent);
  background: color-mix(in srgb, var(--program-accent) 11%, white);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.program-card h3 {
  margin: 26px 0 13px;
  font-size: 1.32rem;
  line-height: 1.2;
}

.program-card p {
  color: var(--muted);
  font-size: 0.94rem;
}

.program-card > strong {
  position: absolute;
  right: 30px;
  bottom: 26px;
  left: 30px;
  color: #23344d;
  font-size: 0.84rem;
  line-height: 1.45;
}

.program-card-blue { --program-accent: #155bff; }
.program-card-green { --program-accent: #18a968; }
.program-card-orange { --program-accent: #df7412; }
.program-card-slate { --program-accent: #53657b; }
.program-card-cyan { --program-accent: #0787a7; }
.program-card-red { --program-accent: #d2454a; }

.demo-section {
  background: linear-gradient(180deg, #fff, #f7fafc);
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.platform-card {
  min-height: 360px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.platform-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.platform-card-top > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--card-accent);
  font-family: var(--mono);
  font-weight: 900;
}

.platform-card-top em {
  color: var(--card-accent);
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.platform-card h3 {
  margin: 28px 0 10px;
  font-size: 1.38rem;
}

.platform-card p {
  color: var(--muted);
}

.platform-card ul {
  display: grid;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: #34455b;
  font-size: 0.86rem;
}

.platform-card li::before {
  content: "+";
  margin-right: 8px;
  color: var(--card-accent);
  font-weight: 900;
}

.netcode-card { --card-accent: #155bff; }
.rez-card { --card-accent: #18a968; }
.shell-card { --card-accent: #df7412; }

.shared-spine {
  display: grid;
  grid-template-columns: 1fr 36px 1fr 36px 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #07111f;
}

.shared-spine > div {
  display: grid;
  gap: 5px;
}

.shared-spine span {
  color: #6f88a5;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.shared-spine strong {
  color: #e8f1fc;
  font-size: 0.85rem;
}

.shared-spine i {
  height: 1px;
  background: #31506f;
}

.rca-story {
  background:
    radial-gradient(circle at 86% 20%, rgba(33, 199, 243, 0.13), transparent 28%),
    #06101f;
}

.rca-story-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(580px, 1.22fr);
}

.rca-story h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
}

.rca-story p {
  color: #a7b9cf;
}

.rca-facts {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.rca-facts > div {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border-left: 2px solid #21c7f3;
  background: rgba(17, 36, 59, 0.62);
}

.rca-facts span {
  color: #66dff9;
  font-size: 0.67rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.rca-facts strong {
  color: #e9f2fd;
  font-size: 0.85rem;
  line-height: 1.45;
}

.incident-visual {
  overflow: hidden;
  border: 1px solid rgba(123, 157, 198, 0.25);
  border-radius: 28px;
  background: #08121f;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

.incident-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 18px;
  border-bottom: 1px solid rgba(123, 157, 198, 0.17);
  color: #9cb0c8;
  font-size: 0.78rem;
}

.incident-toolbar b {
  color: #8de2b9;
}

.topology-canvas {
  position: relative;
  height: 380px;
  overflow: hidden;
  background:
    linear-gradient(rgba(76, 115, 160, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 115, 160, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, #0e223a, #07111f 70%);
  background-size: 34px 34px, 34px 34px, auto;
}

.topology-node {
  position: absolute;
  z-index: 2;
  min-width: 106px;
  display: grid;
  justify-items: center;
  gap: 4px;
  color: #e9f2fd;
  font-size: 0.72rem;
}

.topology-node i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 2px solid #4b7cae;
  border-radius: 15px;
  color: #bfeeff;
  background: #102943;
  box-shadow: 0 0 0 8px rgba(33, 199, 243, 0.04);
  font-style: normal;
  font-weight: 900;
}

.topology-node small { color: #6884a3; }
.node-store { left: 7%; top: 42%; }
.node-wan { left: 41%; top: 42%; }
.node-dc { right: 7%; top: 20%; }
.node-leak { right: 7%; bottom: 17%; }
.node-leak i { border-color: #e57a44; color: #ffc18e; background: #3b201d; }

.topology-link {
  position: absolute;
  z-index: 1;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, #2e7bff, #21c7f3);
  box-shadow: 0 0 12px rgba(33, 199, 243, 0.35);
}

.link-store-wan { width: 33%; left: 14%; top: 49%; }
.link-wan-dc { width: 39%; left: 49%; top: 48%; transform: rotate(-19deg); }
.link-leak { width: 39%; left: 49%; top: 50%; transform: rotate(19deg); background: linear-gradient(90deg, #2e7bff, #e57a44); }

.flow-chip {
  position: absolute;
  z-index: 3;
  padding: 6px 9px;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 0.61rem;
  font-weight: 700;
}

.flow-good { right: 4%; top: 5%; color: #86e7b5; background: rgba(24, 184, 111, 0.14); }
.flow-bad { right: 4%; bottom: 4%; color: #ffc08b; background: rgba(229, 72, 77, 0.14); }

.incident-result {
  display: grid;
  gap: 5px;
  padding: 18px 20px;
  border-top: 1px solid rgba(123, 157, 198, 0.17);
}

.incident-result span { color: #8de2b9; font-size: 0.68rem; font-weight: 850; text-transform: uppercase; letter-spacing: 0.08em; }
.incident-result strong { color: #f2f7fd; }
.incident-result small { color: #7088a4; }

.vendor-board {
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.trust-vendor-board {
  margin-bottom: 28px;
  padding: 22px;
}

.trust-vendor-board .vendor-cloud {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.trust-vendor-board .vendor-cloud span {
  min-height: 48px;
  padding: 8px;
  font-size: 0.78rem;
}

.trust-vendor-board .integration-row {
  margin-top: 14px;
}

.trust-vendor-board .coverage-note {
  max-width: none;
  margin: 14px 0 0;
  text-align: center;
}

.vendor-cloud {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.vendor-cloud span {
  min-height: 68px;
  display: grid;
  place-items: center;
  border: 1px solid #dce4ee;
  border-radius: 16px;
  color: #263b55;
  background: #f8fafc;
  font-weight: 800;
}

.connection-lines {
  display: flex;
  justify-content: center;
  gap: 80px;
  height: 42px;
}

.connection-lines i {
  width: 1px;
  height: 100%;
  background: linear-gradient(#c4d1df, #6f9bcd);
}

.integration-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px;
  border-radius: 18px;
  background: #07111f;
}

.integration-row span {
  padding: 7px 11px;
  border: 1px solid #294463;
  border-radius: 999px;
  color: #b9cae0;
  font-size: 0.75rem;
  font-weight: 750;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.trust-card {
  padding: 25px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #fff;
}

.trust-card > span,
.price-kicker {
  color: var(--blue-600);
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.trust-card h3 {
  margin: 18px 0 9px;
  font-size: 1.05rem;
  line-height: 1.3;
}

.trust-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.simple-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.simple-pricing-grid .price-card {
  display: flex;
  flex-direction: column;
}

.simple-pricing-grid .price-card .btn {
  margin-top: auto;
}

.gtm-final-cta {
  background:
    radial-gradient(circle at 50% 0%, rgba(46, 123, 255, 0.26), transparent 46%),
    linear-gradient(135deg, #06101f, #0b1733);
}

.pilot-proof-grid {
  max-width: 850px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 30px auto 0;
}

.pilot-proof-grid span {
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  color: #c3d2e5;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.84rem;
  font-weight: 750;
}

@media (max-width: 1180px) {
  .gtm-hero-grid,
  .rca-story-grid {
    grid-template-columns: 1fr;
  }

  .campaign-console {
    max-width: 850px;
  }

  .business-loop {
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
  }

  .business-loop > i { display: none; }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 920px) {
  .impact-grid,
  .platform-grid,
  .trust-grid,
  .simple-pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .impact-card:nth-child(2) { border-right: 0; }
  .impact-card:nth-child(-n+2) { border-bottom: 1px solid var(--border); }

  .value-grid,
  .architecture-grid {
    grid-template-columns: 1fr;
  }

  .business-loop {
    grid-template-columns: repeat(2, 1fr);
  }

  .shared-spine {
    grid-template-columns: 1fr;
  }

  .shared-spine i { display: none; }
}

@media (max-width: 700px) {
  .engineer-statement-inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gtm-hero {
    min-height: 0;
    padding-top: 88px;
  }

  .gtm-hero h1 {
    font-size: clamp(2.55rem, 13vw, 3.7rem);
  }

  .campaign-console {
    transform: none;
    border-radius: 20px;
  }

  .console-topbar {
    grid-template-columns: auto 1fr;
  }

  .console-topbar em { display: none; }
  .console-body { padding: 16px; }
  .campaign-title-row { flex-direction: column; }
  .campaign-kpis { grid-template-columns: repeat(2, 1fr); }
  .wave-labels { display: none; }

  .exception-drawer {
    grid-template-columns: auto 1fr;
  }

  .exception-action {
    grid-column: 1 / -1;
    padding: 10px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .impact-grid,
  .before-after,
  .business-loop,
  .program-grid,
  .platform-grid,
  .trust-grid,
  .simple-pricing-grid,
  .pilot-proof-grid {
    grid-template-columns: 1fr;
  }

  .impact-card {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .impact-card:last-child { border-bottom: 0; }
  .after-column { border-top: 1px solid var(--border); border-left: 0; }
  .business-loop article { min-height: 0; }
  .approval-boundary { flex-direction: column; }
  .program-card { min-height: 340px; }
  .rca-story-grid { gap: 36px; }
  .topology-canvas { height: 330px; }
  .topology-node { min-width: 80px; font-size: 0.62rem; }
  .topology-node i { width: 38px; height: 38px; }
  .vendor-cloud { grid-template-columns: repeat(2, 1fr); }
}

:root {
  --ink: #07111f;
  --navy-950: #06101f;
  --navy-900: #0b1733;
  --navy-800: #102a57;
  --blue-600: #155bff;
  --blue-500: #2e7bff;
  --cyan-500: #21c7f3;
  --orange-500: #f28a18;
  --green-500: #18b86f;
  --amber-500: #f4a11e;
  --red-500: #e5484d;
  --paper: #f6f1e8;
  --surface: #ffffff;
  --surface-soft: #f9fbfd;
  --muted: #607086;
  --border: #d8e0ea;
  --border-strong: #b8c5d4;
  --terminal: #050b14;
  --terminal-border: #1d2a3a;
  --shadow: 0 24px 70px rgba(7, 17, 31, 0.12);
  --shadow-soft: 0 14px 36px rgba(7, 17, 31, 0.08);
  --sans: Inter, "IBM Plex Sans", "SF Pro Display", "Segoe UI", system-ui, sans-serif;
  --mono: "JetBrains Mono", "SF Mono", Consolas, monospace;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  font-size: 16px;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

table {
  border-collapse: collapse;
}

pre {
  margin: 0;
}

code {
  font-family: var(--mono);
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  z-index: 999;
  background: var(--orange-500);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 800;
}

.skip-link:focus {
  top: 12px;
}

.container {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(246, 241, 232, 0.88);
  border-bottom: 1px solid rgba(216, 224, 234, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(7, 17, 31, 0.08);
}

.nav-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 850;
  letter-spacing: -0.02em;
  color: var(--ink);
  white-space: nowrap;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: var(--surface);
  background: linear-gradient(135deg, var(--blue-600), var(--cyan-500));
  box-shadow: 0 10px 24px rgba(21, 91, 255, 0.28);
  font-weight: 900;
}

.brand-mark.brand-signal {
  width: auto;
  min-width: 58px;
  height: auto;
  gap: 3px;
  border-radius: 0;
  color: #0ba58f;
  background: transparent;
  box-shadow: none;
  font-family: var(--mono);
  font-size: 1.05rem;
  letter-spacing: -0.12em;
}

.brand-signal b {
  margin: 0 2px;
  color: var(--orange-500);
  font-size: 1.15em;
  line-height: 1;
}

.brand-text {
  font-size: 1rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-group {
  position: relative;
}

.nav-parent,
.nav-link {
  border: 0;
  background: transparent;
  color: #344155;
  font-size: 0.92rem;
  font-weight: 650;
  padding: 12px 6px;
  cursor: pointer;
}

.nav-parent::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.nav-parent:hover,
.nav-link:hover,
.nav-group:focus-within .nav-parent,
.nav-group:hover .nav-parent {
  color: var(--blue-600);
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 230px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 10px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.nav-group:hover .nav-dropdown,
.nav-group:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown a {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  color: #344155;
  font-weight: 650;
  font-size: 0.92rem;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus {
  background: #eef4ff;
  color: var(--blue-600);
  outline: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 4px;
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 999px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.btn:focus-visible,
.text-link:focus-visible,
.nav-parent:focus-visible,
.nav-link:focus-visible,
.brand:focus-visible {
  outline: 3px solid rgba(242, 138, 24, 0.42);
  outline-offset: 3px;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--ink);
  background: var(--orange-500);
  box-shadow: 0 14px 30px rgba(242, 138, 24, 0.25);
}

.btn-primary:hover {
  background: #ff9a2c;
  box-shadow: 0 18px 42px rgba(242, 138, 24, 0.34);
}

.btn-secondary {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--border);
}

.btn-secondary:hover {
  border-color: var(--blue-500);
  box-shadow: 0 14px 30px rgba(21, 91, 255, 0.12);
}

.btn-small {
  min-height: 38px;
  padding: 9px 15px;
  font-size: 0.88rem;
}

.text-link {
  color: var(--surface);
  font-weight: 800;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  padding-bottom: 2px;
}

.section .text-link {
  color: var(--blue-600);
  border-color: rgba(21, 91, 255, 0.4);
}

.hero {
  color: var(--surface);
  background:
    linear-gradient(135deg, rgba(6, 16, 31, 0.98), rgba(11, 23, 51, 0.96)),
    radial-gradient(circle at 76% 16%, rgba(33, 199, 243, 0.22), transparent 35%),
    var(--navy-950);
  padding: 120px 0 96px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  gap: 54px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-600);
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-weight: 900;
  font-size: 0.78rem;
}

.hero .eyebrow,
.section-navy .eyebrow,
.final-cta .eyebrow {
  color: var(--cyan-500);
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.125rem, 5.2vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.hero-sub {
  margin-bottom: 16px;
  color: #d9e5f3;
  font-size: clamp(1.06rem, 1.65vw, 1.25rem);
  line-height: 1.68;
}

.hero-note {
  margin-bottom: 30px;
  color: #a9bad1;
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions.center {
  justify-content: center;
}

.trust-pills {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 7px 12px;
  color: #d9e5f3;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.84rem;
  font-weight: 700;
}

.product-window {
  overflow: hidden;
  border: 1px solid rgba(216, 224, 234, 0.18);
  border-radius: 24px;
  background: #0a1220;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.hero-window {
  transform: rotate(0.4deg);
}

.window-bar {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  border-bottom: 1px solid var(--terminal-border);
  background: #08111f;
  color: #b6c5d8;
  font-weight: 750;
  font-size: 0.9rem;
}

.window-bar strong {
  margin-left: auto;
  color: #a8f1cf;
  border: 1px solid rgba(24, 184, 111, 0.34);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.76rem;
}

.window-dots {
  display: flex;
  gap: 6px;
}

.window-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #39485f;
}

.window-dots span:nth-child(1) { background: #ff645e; }
.window-dots span:nth-child(2) { background: #f5b84b; }
.window-dots span:nth-child(3) { background: #2bd17e; }

.mock-body {
  padding: 24px;
}

.mock-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.mock-kicker {
  margin: 0 0 6px;
  font-family: var(--mono);
  color: #7fa9ff;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mock-head h2,
.rca-window h3 {
  margin: 0;
  color: #f4f8ff;
  font-size: 1.28rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.status-badge,
.label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.75rem;
  font-weight: 850;
  white-space: nowrap;
}

.status-badge {
  color: #ffdfa6;
  border: 1px solid rgba(242, 138, 24, 0.36);
  background: rgba(242, 138, 24, 0.09);
}

.target-line,
.badge-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.target-line span,
.badge-grid span {
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #c6d3e4;
  font-size: 0.82rem;
}

.badge-grid strong {
  color: #f4f8ff;
}

.workflow-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(82px, 1fr));
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 4px;
  margin-bottom: 18px;
}

.workflow-rail span {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(46, 123, 255, 0.34);
  border-radius: 10px;
  color: #d6e3f4;
  background: rgba(46, 123, 255, 0.1);
  font-size: 0.74rem;
  font-weight: 800;
  text-align: center;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.decision-grid div {
  min-height: 94px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--terminal-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.decision-grid span {
  color: #7fa9ff;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.decision-grid strong {
  color: #edf4ff;
  font-size: 0.86rem;
  line-height: 1.4;
}

.mini-metric {
  padding: 13px 12px;
  border: 1px solid var(--terminal-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.mini-metric b {
  display: block;
  color: #ffffff;
  font-size: 1.28rem;
  line-height: 1;
}

.mini-metric span {
  display: block;
  color: #8da1bb;
  font-size: 0.74rem;
  margin-top: 5px;
}

.mini-metric.pass b {
  color: #a8f1cf;
}

.mini-metric.warn b {
  color: #ffd27a;
}

.mini-metric.block b {
  color: #ff9aa0;
}

.command-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

.command-grid p {
  margin: 0 0 8px;
  color: #8da1bb;
  font-size: 0.8rem;
  font-weight: 800;
}

pre {
  overflow-x: auto;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid var(--terminal-border);
  background: var(--terminal);
  color: #d9f8ef;
  font-size: 0.78rem;
  line-height: 1.55;
}

.expected-box {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid rgba(24, 184, 111, 0.34);
  border-radius: 14px;
  background: rgba(24, 184, 111, 0.09);
  color: #cde4d8;
}

.expected-box strong {
  color: #a8f1cf;
}

.section {
  padding: 96px 0;
}

.section-soft {
  background: var(--surface-soft);
}

.section-navy {
  background: linear-gradient(135deg, var(--navy-950), var(--navy-900));
  color: var(--surface);
}

.section-head {
  width: min(790px, 100%);
  margin: 0 auto 44px;
  text-align: center;
}

.section-head.left {
  margin: 0;
  text-align: left;
}

.section-head h2,
.logic-grid h2,
.git-grid h2,
.rca-grid h2,
.final-cta h2 {
  margin-bottom: 16px;
  font-size: clamp(1.875rem, 3.8vw, 2.625rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.section-head p,
.logic-grid p,
.git-grid p,
.rca-grid p {
  color: var(--muted);
  font-size: 1.04rem;
}

.section-navy .section-head p,
.section-navy p,
.final-cta p {
  color: #b6c5d8;
}

.three-grid,
.four-grid,
.security-grid,
.deploy-grid,
.pricing-grid,
.module-grid,
.loop-grid {
  display: grid;
  gap: 24px;
}

.three-grid {
  grid-template-columns: repeat(3, 1fr);
}

.four-grid {
  grid-template-columns: repeat(4, 1fr);
}

.feature-card,
.module-card,
.use-card,
.security-card,
.deploy-card,
.price-card,
.loop-card {
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
}

.feature-card h3,
.module-card h3,
.use-card h3,
.security-card h3,
.deploy-card h3,
.price-card h3,
.loop-card h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.feature-card p,
.module-card p,
.use-card p,
.deploy-card p,
.price-card p,
.loop-card p {
  color: var(--muted);
}

.card-icon,
.loop-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--blue-600);
  font-family: var(--mono);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.feature-card ul,
.security-card ul,
.price-card ul,
.check-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.feature-card li,
.security-card li,
.price-card li,
.check-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 24px;
  color: #46566c;
}

.feature-card li::before,
.security-card li::before,
.price-card li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-500);
}

.campaign-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.campaign-card,
.campaign-panel,
.pack-card,
.playbook-callout {
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.campaign-card {
  padding: 32px;
}

.campaign-card.flagship {
  color: var(--surface);
  background:
    linear-gradient(135deg, rgba(6, 16, 31, 0.98), rgba(16, 42, 87, 0.94)),
    radial-gradient(circle at 88% 12%, rgba(33, 199, 243, 0.24), transparent 34%);
  border-color: rgba(255, 255, 255, 0.12);
}

.campaign-topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  color: #b6c5d8;
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.campaign-topline strong {
  color: #a8f1cf;
  text-transform: none;
  letter-spacing: 0;
}

.campaign-card h3,
.campaign-panel h3,
.pack-card h3 {
  margin-bottom: 12px;
  font-size: 1.45rem;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.campaign-card p {
  color: #cbd8e8;
  max-width: 760px;
}

.campaign-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.campaign-flow span {
  min-height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(46, 123, 255, 0.34);
  border-radius: 14px;
  padding: 11px 12px;
  color: #dce8f6;
  background: rgba(46, 123, 255, 0.1);
  font-weight: 800;
  font-size: 0.86rem;
}

.campaign-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.campaign-panel {
  padding: 26px;
}

.campaign-panel h3 {
  color: var(--ink);
}

.readiness-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 18px 0;
}

.readiness-grid div {
  padding: 12px 10px;
  border-radius: 16px;
  background: #f2f6fb;
  text-align: center;
}

.readiness-grid b {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
}

.readiness-grid span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
}

.readiness-grid .pass b { color: var(--green-500); }
.readiness-grid .warn b { color: #a26100; }
.readiness-grid .block b { color: var(--red-500); }

.blocker-list {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.blocker-list div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fbfdff;
}

.blocker-list span {
  font-weight: 850;
}

.blocker-list em {
  color: var(--muted);
  font-style: normal;
  text-align: right;
}

.next-action.light {
  border-color: rgba(46, 123, 255, 0.22);
  background: #eef4ff;
}

.next-action.light strong {
  color: var(--blue-600);
}

.next-action.light span {
  color: #344155;
}

.pack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.pack-card {
  padding: 24px;
}

.pack-card h3 {
  font-size: 1.12rem;
}

.pack-card p {
  margin: 0;
  color: var(--muted);
}

.playbook-callout {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding: 22px 24px;
  border-left: 5px solid var(--orange-500);
  background: #fff8eb;
}

.playbook-callout strong {
  color: #4b361a;
  font-size: 1.05rem;
}

.playbook-callout span {
  color: #6b5735;
}

.quick-start {
  background: var(--surface);
}

.access-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 48px;
  align-items: center;
  padding: 38px 42px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: linear-gradient(135deg, #f7fbff, #ffffff);
  box-shadow: var(--shadow-soft);
}

.access-panel h2 {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.access-panel p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.access-actions {
  display: grid;
  gap: 12px;
}

.vendor-coverage {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 14px;
}

.vendor-coverage span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(46, 123, 255, 0.3);
  border-radius: 999px;
  color: #dce8ff;
  background: rgba(46, 123, 255, 0.1);
  font-size: 0.76rem;
  font-weight: 800;
}

.coverage-note {
  color: #8fa4bf !important;
  font-size: 0.82rem !important;
}

.loop-grid.architecture-loop {
  grid-template-columns: repeat(3, 1fr);
}

.architecture-loop .loop-card {
  min-height: 190px;
}

.workflow-card-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 18px;
}

.workflow-card,
.start-step,
.choice-card,
.mode-card,
.mapping-table,
.safety-strip {
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.workflow-card {
  padding: 24px;
}

.workflow-card.primary {
  color: var(--surface);
  background: linear-gradient(135deg, var(--navy-950), var(--navy-800));
  border-color: rgba(255, 255, 255, 0.14);
}

.workflow-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #a8f1cf;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.workflow-card h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.workflow-card p {
  color: var(--muted);
}

.workflow-card.primary p {
  color: #cbd8e8;
}

.workflow-card .text-link {
  color: var(--blue-600);
  border-color: rgba(21, 91, 255, 0.3);
}

.safety-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
  padding: 18px 22px;
  background: #fff8eb;
  border-color: #f7d7a4;
}

.safety-strip strong {
  color: #4b361a;
}

.safety-strip span {
  color: #6b5735;
  font-weight: 750;
}

.netdevops-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 52px;
  align-items: start;
}

.mapping-table {
  overflow: hidden;
}

.mapping-table div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--border);
}

.mapping-table div:last-child {
  border-bottom: 0;
}

.mapping-table b {
  color: #344155;
}

.mapping-table span {
  color: var(--blue-600);
  font-weight: 850;
}

.demo-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 44px;
  align-items: center;
}

.demo-player {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--terminal);
  box-shadow: var(--shadow-soft);
}

.demo-video {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #050b14;
}

.demo-video:focus-visible {
  outline: 3px solid var(--blue-500);
  outline-offset: -3px;
}

.demo-player-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px 18px;
  color: #dce8ff;
  background: #07111f;
}

.demo-player-meta span {
  flex: 0 0 auto;
  padding: 5px 8px;
  border: 1px solid rgba(101, 220, 199, 0.45);
  border-radius: 999px;
  color: #65dcc7;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.demo-player-meta strong {
  font-size: 0.88rem;
  line-height: 1.35;
}

.business-proof-section {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #07111f;
}

.business-proof-section .section-head {
  max-width: 840px;
  margin-bottom: 36px;
}

.business-proof-section .section-head h2 {
  color: #f5f8fc;
}

.business-proof-section .section-head > p:not(.eyebrow) {
  color: #9fb0c7;
}

.business-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.business-proof-card {
  min-height: 236px;
  padding: 26px;
  border: 1px solid rgba(114, 149, 190, 0.24);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(15, 34, 60, 0.96), rgba(7, 18, 33, 0.98));
}

.business-proof-card span {
  color: #6fe0c0;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.business-proof-card h3 {
  margin: 24px 0 12px;
  color: #f7f9fc;
  font-size: 1.2rem;
  line-height: 1.25;
}

.business-proof-card p {
  margin: 0;
  color: #a7b6ca;
  font-size: 0.92rem;
  line-height: 1.65;
}

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 90;
  display: none;
  align-items: center;
  gap: 12px;
  width: min(900px, calc(100% - 32px));
  padding: 12px;
  border: 1px solid rgba(216, 224, 234, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(7, 17, 31, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.sticky-cta.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.sticky-cta span {
  margin-right: auto;
  padding-left: 10px;
  color: #344155;
  font-weight: 850;
}

.start-page {
  background: var(--surface-soft);
}

.start-hero {
  padding: 130px 0 70px;
  color: var(--surface);
  background: linear-gradient(135deg, var(--navy-950), var(--navy-800));
}

.start-hero h1 {
  width: min(800px, 100%);
}

.start-hero p:not(.eyebrow) {
  width: min(820px, 100%);
  color: #d9e5f3;
  font-size: 1.16rem;
}

.start-grid {
  display: grid;
  gap: 24px;
}

.start-step {
  padding: 30px;
}

.start-step > span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--blue-600);
  font-family: var(--mono);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.start-step h2 {
  margin-bottom: 20px;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  letter-spacing: -0.04em;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.choice-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  min-height: 132px;
}

.choice-card.featured {
  color: var(--surface);
  background: linear-gradient(135deg, var(--navy-950), var(--blue-600));
}

.choice-card strong {
  font-size: 1rem;
}

.choice-card small {
  color: var(--muted);
  font-weight: 650;
}

.choice-card.featured small {
  color: #d9e5f3;
}

.mode-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.mode-card {
  padding: 22px;
}

.mode-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.start-step.final {
  text-align: center;
}

.start-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.start-note {
  width: min(720px, 100%);
  margin: 0 auto;
  color: var(--muted);
}

.software-access-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 24px;
  align-items: stretch;
}

.software-access-card {
  padding: 36px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.software-access-card.primary {
  background: linear-gradient(145deg, #ffffff, #f4f8ff);
}

.software-access-card h2 {
  margin-bottom: 16px;
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.software-access-card p {
  color: var(--muted);
  font-size: 1.04rem;
}

.software-access-card .btn {
  margin-top: 10px;
}

.access-checklist {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.access-checklist li {
  position: relative;
  padding-left: 28px;
  color: #344155;
  font-weight: 750;
}

.access-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green-500);
  font-weight: 900;
}

.access-response {
  margin: 26px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--border);
}

.workflow-showcase {
  display: grid;
  gap: 26px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 30px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(8, minmax(150px, 1fr));
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.workflow-steps div {
  min-height: 158px;
  border: 1px solid #d9e5f3;
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff, #f5f8fc);
}

.workflow-steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: 16px;
  color: #ffffff;
  background: var(--blue-600);
  font-family: var(--mono);
}

.workflow-steps span {
  display: block;
  margin-bottom: 7px;
  font-weight: 850;
}

.workflow-steps small {
  color: var(--muted);
}

.table-card {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 20px;
}

.table-card table {
  width: 100%;
  min-width: 900px;
  background: var(--surface);
}

.table-card th,
.table-card td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  font-size: 0.9rem;
}

.table-card th {
  color: #344155;
  background: #eef4ff;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.table-card tr:last-child td {
  border-bottom: 0;
}

.label.pass {
  color: #075934;
  background: #dff8eb;
}

.label.warn {
  color: #6d4500;
  background: #fff1cc;
}

.label.block {
  color: #7d1117;
  background: #ffe2e4;
}

.label.neutral {
  color: #344155;
  background: #edf1f6;
}

.logic-grid,
.git-grid,
.rca-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 52px;
  align-items: start;
}

.callout {
  margin-top: 26px;
  padding: 20px;
  border-left: 5px solid var(--orange-500);
  border-radius: 18px;
  background: #fff8eb;
  color: #4b361a;
  font-weight: 800;
}

.logic-panel {
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.logic-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--border);
}

.logic-row:last-child {
  border-bottom: 0;
}

.logic-row span {
  color: var(--blue-600);
  font-weight: 900;
}

.logic-row p {
  margin: 0;
  color: #46566c;
  font-size: 0.95rem;
}

.module-grid {
  grid-template-columns: repeat(4, 1fr);
}

.module-card {
  min-height: 210px;
}

.git-stack {
  display: grid;
  gap: 22px;
}

.git-tree,
.rollback-panel {
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  padding: 24px;
}

.git-tree {
  display: grid;
  gap: 10px;
  font-family: var(--mono);
}

.git-tree span,
.git-tree code {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f2f6fb;
  color: #344155;
  font-size: 0.86rem;
}

.git-tree .branch {
  margin-left: 24px;
  background: #e7efff;
  color: var(--blue-600);
  font-weight: 900;
}

.git-tree code {
  margin-left: 54px;
}

.rollback-panel h3 {
  margin-bottom: 16px;
}

.rollback-panel dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.rollback-panel dl div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

.rollback-panel dl div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.rollback-panel dt {
  color: var(--muted);
  font-size: 0.88rem;
}

.rollback-panel dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.section-navy .product-window {
  border-color: rgba(255, 255, 255, 0.14);
}

.three-mini {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.three-mini div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.three-mini h3 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.three-mini p {
  margin: 0;
  font-size: 0.94rem;
}

.three-mini.light div {
  border-color: var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.three-mini.light h3 {
  color: var(--ink);
}

.three-mini.light p {
  color: var(--muted);
}

.shell-window h3 {
  color: #f4f8ff;
  margin-bottom: 16px;
}

.shell-status-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 16px 0;
}

.shell-status-grid span {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--terminal-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: #c6d3e4;
  font-size: 0.84rem;
}

.shell-status-grid b {
  color: #7fa9ff;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.finding-box,
.expected-actual,
.next-action {
  margin-top: 18px;
}

.finding-box,
.next-action {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(46, 123, 255, 0.32);
  background: rgba(46, 123, 255, 0.1);
}

.finding-box span,
.next-action strong {
  display: block;
  margin-bottom: 6px;
  color: #7fa9ff;
  font-weight: 900;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.finding-box p,
.next-action span {
  margin: 0;
  color: #d7e3f2;
}

.expected-actual {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.expected-actual div {
  border: 1px solid var(--terminal-border);
  border-radius: 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.expected-actual b {
  display: block;
  color: #8da1bb;
  font-size: 0.78rem;
  margin-bottom: 6px;
}

.expected-actual span {
  color: #edf4ff;
  font-size: 0.9rem;
}

.loop-grid {
  grid-template-columns: repeat(5, 1fr);
}

.loop-card {
  min-height: 210px;
}

.use-card {
  min-height: 250px;
}

.security-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 24px;
}

.deploy-grid {
  grid-template-columns: repeat(4, 1fr);
}

.deploy-card {
  min-height: 160px;
  background: #fbfdff;
}

.pricing-grid {
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.price-card.featured {
  border-color: var(--blue-500);
  box-shadow: 0 28px 70px rgba(21, 91, 255, 0.16);
}

.popular {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e7efff;
  color: var(--blue-600);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price {
  color: var(--ink);
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.price span {
  color: var(--muted);
  font-size: 0.95rem;
  letter-spacing: 0;
}

.price-card .btn {
  margin-top: auto;
}

.final-cta {
  padding: 96px 0;
  text-align: center;
  color: var(--surface);
  background:
    linear-gradient(135deg, rgba(6, 16, 31, 0.98), rgba(16, 42, 87, 0.95)),
    var(--navy-950);
}

.final-cta p {
  width: min(760px, 100%);
  margin: 0 auto 30px;
  font-size: 1.1rem;
}

.site-footer {
  padding: 58px 0 30px;
  background: var(--ink);
  color: #d9e5f3;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 52px;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand {
  color: #ffffff;
  margin-bottom: 14px;
}

.site-footer p {
  color: #9aacbf;
  max-width: 440px;
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.footer-cols h4 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer-cols a {
  display: block;
  margin: 9px 0;
  color: #9aacbf;
  font-weight: 650;
}

.footer-cols a:hover {
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  color: #7f91a8;
  font-size: 0.88rem;
}

.footer-bottom a {
  margin-left: 16px;
  color: #9aacbf;
}

.footer-bottom a:hover {
  color: #ffffff;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .btn,
  .nav-dropdown {
    transition: none;
  }
}

@media (max-width: 1120px) {
  .hero-grid,
  .logic-grid,
  .git-grid,
  .rca-grid,
  .campaign-grid,
  .netdevops-grid,
  .demo-grid {
    grid-template-columns: 1fr;
  }

  .hero-window {
    transform: none;
  }

  .module-grid,
  .pack-grid,
  .workflow-card-grid,
  .four-grid,
  .pricing-grid,
  .loop-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .loop-grid.architecture-loop {
    grid-template-columns: repeat(2, 1fr);
  }

  .deploy-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 920px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-menu {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 84px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 16px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: var(--surface);
    box-shadow: var(--shadow);
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-group,
  .nav-actions {
    width: 100%;
  }

  .nav-parent,
  .nav-link {
    width: 100%;
    display: block;
    text-align: left;
    padding: 11px 10px;
  }

  .nav-dropdown {
    position: static;
    min-width: 0;
    display: grid;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    border-radius: 14px;
    margin-top: 2px;
    background: #f6f9fc;
  }

  .nav-actions {
    display: grid;
  }

  .three-grid,
  .security-grid,
  .choice-grid,
  .mode-grid,
  .decision-grid,
  .access-panel,
  .software-access-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 92px;
  }

  .section {
    padding: 72px 0;
  }
}

@media (max-width: 700px) {
  .container,
  .nav-shell {
    width: min(100% - 32px, 1240px);
  }

  .brand-text {
    font-size: 0.92rem;
  }

  .hero {
    padding-bottom: 66px;
  }

  .hero-actions .btn,
  .hero-actions .text-link,
  .final-cta .btn {
    width: 100%;
  }

  .text-link {
    text-align: center;
    border-bottom: 0;
  }

  .trust-pills span {
    width: 100%;
    justify-content: center;
  }

  .mock-head,
  .footer-bottom {
    flex-direction: column;
  }

  .plan-grid,
  .command-grid,
  .expected-actual,
  .shell-status-grid,
  .campaign-flow,
  .readiness-grid,
  .pack-grid,
  .workflow-card-grid,
  .module-grid,
  .four-grid,
  .pricing-grid,
  .loop-grid,
  .deploy-grid,
  .footer-grid,
  .footer-cols {
    grid-template-columns: 1fr;
  }

  .loop-grid.architecture-loop {
    grid-template-columns: 1fr;
  }

  .safety-strip,
  .sticky-cta {
    align-items: stretch;
    flex-direction: column;
    border-radius: 24px;
    text-align: center;
  }

  .sticky-cta span {
    margin-right: 0;
    padding-left: 0;
  }

  .sticky-cta .btn {
    width: 100%;
  }

  .mapping-table div {
    grid-template-columns: 1fr;
  }

  .demo-grid {
    gap: 28px;
  }

  .demo-player {
    border-radius: 20px;
  }

  .demo-player-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
  }

  .logic-row,
  .rollback-panel dl div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .workflow-showcase {
    padding: 18px;
    border-radius: 22px;
  }

  .feature-card,
  .module-card,
  .use-card,
  .security-card,
  .deploy-card,
  .price-card,
  .loop-card {
    padding: 22px;
    border-radius: 20px;
  }

  .footer-bottom a {
    margin-left: 0;
    margin-right: 14px;
  }
}

/* Keep GTM surfaces above the legacy base selectors that precede migration. */
.hero.gtm-hero {
  padding: 92px 0 80px;
  background:
    radial-gradient(circle at 76% 18%, rgba(46, 123, 255, 0.22), transparent 30%),
    radial-gradient(circle at 20% 82%, rgba(33, 199, 243, 0.09), transparent 28%),
    linear-gradient(135deg, #050b14 0%, #081528 48%, #0b1733 100%);
}

.hero-grid.gtm-hero-grid {
  align-items: start;
}

.gtm-hero h1 {
  font-size: clamp(2.75rem, 4.55vw, 4.35rem);
}

.section.section-navy.loop-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(46, 123, 255, 0.22), transparent 44%),
    #07111f;
}

.section.section-navy.rca-story {
  background:
    radial-gradient(circle at 86% 20%, rgba(33, 199, 243, 0.13), transparent 28%),
    #06101f;
}

.final-cta.gtm-final-cta {
  background:
    radial-gradient(circle at 50% 0%, rgba(46, 123, 255, 0.26), transparent 46%),
    linear-gradient(135deg, #06101f, #0b1733);
}

@media (max-width: 1180px) {
  .hero-grid.gtm-hero-grid,
  .rca-story-grid {
    grid-template-columns: 1fr;
  }

  .hero-architecture {
    width: min(900px, 100%);
    margin: 0 auto;
    transform: none;
  }
}

@media (max-width: 700px) {
  .hero.gtm-hero {
    min-height: 0;
    padding-top: 88px;
  }

  .sticky-cta {
    display: flex;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    flex-direction: row;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    transform: translateY(24px);
  }

  .sticky-cta.visible {
    transform: translateY(0);
  }

  .sticky-cta span,
  .sticky-cta .btn-secondary {
    display: none;
  }

  .sticky-cta .btn-primary {
    width: 100%;
  }

  .hero-arch-topbar,
  .hero-arch-heading {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .architecture-art {
    padding: 8px;
  }

  .architecture-art img {
    border-radius: 18px;
  }

  .architecture-legend {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 18px;
  }

  .hero-arch-products,
  .hero-local-runtime {
    grid-template-columns: 1fr;
  }

  .hero-arch-channel {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .hero-arch-channel span {
    justify-self: center;
  }

  .hero-arch-channel i {
    width: 90px;
  }

  .hero-arch-channel small {
    grid-column: auto;
  }

  .hero-arch-loop {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }

  .hero-arch-loop span {
    padding: 7px 5px;
    border: 1px solid rgba(125, 159, 202, 0.15);
    border-radius: 8px;
    background: rgba(14, 31, 52, 0.68);
  }

  .hero-arch-loop i {
    display: none;
  }
}

/* Always-on Rez operations story */
.rez-ops-board {
  background:
    radial-gradient(circle at 90% 0%, rgba(33, 199, 243, 0.09), transparent 34%),
    #08121f;
}

.rez-source-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 18px;
  border-bottom: 1px solid rgba(123, 157, 198, 0.17);
  background: rgba(12, 29, 48, 0.72);
}

.rez-source-strip > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(117, 151, 191, 0.24);
  border-radius: 999px;
  color: #c6d6e9;
  background: rgba(7, 17, 31, 0.74);
  font-size: 0.71rem;
  font-weight: 750;
}

.rez-source-strip i {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #06101f;
  background: #66dff9;
  font-style: normal;
  font-size: 0.58rem;
  font-weight: 900;
}

.rez-source-strip .planned {
  color: #8397b0;
  border-style: dashed;
}

.rez-source-strip .planned i {
  color: #90a4bd;
  background: #1c2d42;
}

.rez-investigation-stream {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.rez-stream-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(117, 151, 191, 0.17);
  border-radius: 15px;
  background: rgba(15, 31, 51, 0.72);
}

.rez-stream-row > span {
  color: #69819f;
  font-family: var(--mono);
  font-size: 0.68rem;
}

.rez-stream-row > div {
  display: grid;
  gap: 4px;
}

.rez-stream-row b {
  color: #eef6ff;
  font-size: 0.84rem;
}

.rez-stream-row small {
  color: #8fa4bd;
  font-size: 0.72rem;
  line-height: 1.4;
}

.rez-stream-row em {
  padding: 5px 8px;
  border-radius: 999px;
  color: #8ee5b9;
  background: rgba(24, 184, 111, 0.1);
  font-style: normal;
  font-size: 0.64rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.rez-stream-row.active {
  border-color: rgba(33, 199, 243, 0.32);
}

.rez-stream-row.ready {
  border-color: rgba(242, 138, 24, 0.32);
}

.rez-stream-row.ready em {
  color: #ffd18f;
  background: rgba(242, 138, 24, 0.11);
}

.rez-handoff-result {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(123, 157, 198, 0.17);
  background: #06101c;
}

.rez-handoff-result > div {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
}

.rez-handoff-result > div + div {
  border-left: 1px solid rgba(123, 157, 198, 0.17);
}

.rez-handoff-result span {
  color: #66dff9;
  font-size: 0.64rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.rez-handoff-result strong {
  color: #e8f1fc;
  font-size: 0.8rem;
  line-height: 1.45;
}

.trust-grid {
  grid-template-columns: repeat(4, 1fr);
}

.pricing-maturity-note {
  max-width: 780px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 920px) {
  .business-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-vendor-board .vendor-cloud {
    grid-template-columns: repeat(4, 1fr);
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .business-proof-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .business-proof-grid {
    grid-template-columns: 1fr;
  }

  .business-proof-card {
    min-height: 0;
  }

  .rez-stream-row {
    grid-template-columns: 42px 1fr;
  }

  .rez-stream-row em {
    grid-column: 2;
    justify-self: start;
  }

  .rez-handoff-result,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .rez-handoff-result > div + div {
    border-top: 1px solid rgba(123, 157, 198, 0.17);
    border-left: 0;
  }
}

/* Closed-loop SaaS and customer-side trust architecture */
.architecture-story {
  background:
    radial-gradient(circle at 50% 0%, rgba(21, 91, 255, 0.1), transparent 34%),
    linear-gradient(180deg, #f8fbff, #f2f6fa);
}

.trust-architecture {
  overflow: hidden;
  border: 1px solid #cbd7e6;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 32px 80px rgba(7, 17, 31, 0.12);
}

.architecture-zone {
  padding: 28px;
}

.saas-zone {
  color: #eaf3ff;
  background:
    radial-gradient(circle at 88% 10%, rgba(33, 199, 243, 0.13), transparent 28%),
    linear-gradient(135deg, #07111f, #0b1d35);
}

.customer-zone {
  color: #142239;
  background:
    radial-gradient(circle at 8% 100%, rgba(24, 184, 111, 0.11), transparent 30%),
    #f7fafc;
}

.zone-heading {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.zone-heading > span {
  padding: 6px 10px;
  border-radius: 999px;
  color: #08121f;
  background: #75e7cf;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zone-heading strong {
  color: inherit;
  font-size: 0.98rem;
}

.zone-heading em {
  color: #86a0bd;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.customer-zone .zone-heading > span {
  color: #ffffff;
  background: #0b8b75;
}

.customer-zone .zone-heading em {
  color: #087344;
}

.saas-capabilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.saas-capabilities article {
  min-height: 176px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(124, 155, 193, 0.21);
  border-radius: 19px;
  background: rgba(14, 32, 54, 0.78);
}

.saas-capabilities i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #06101f;
  background: #66dff9;
  font-style: normal;
  font-family: var(--mono);
  font-weight: 900;
}

.saas-capabilities article:nth-child(2) i { background: #75e7b0; }
.saas-capabilities article:nth-child(3) i { background: #ffc26c; }

.saas-capabilities h3,
.customer-runtime h3 {
  margin: 1px 0 8px;
  font-size: 1rem;
  line-height: 1.3;
}

.saas-capabilities p,
.customer-runtime p {
  margin: 0;
  color: #9eb1c8;
  font-size: 0.79rem;
  line-height: 1.55;
}

.human-boundary {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 16px;
  padding: 14px 17px;
  border: 1px solid rgba(242, 138, 24, 0.34);
  border-radius: 15px;
  background: rgba(242, 138, 24, 0.08);
}

.human-boundary span {
  color: #ffc26c;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.human-boundary strong {
  color: #d9e5f3;
  font-size: 0.8rem;
}

.runner-channel {
  position: relative;
  min-height: 102px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 6px 18px;
  padding: 18px 28px;
  color: #29425f;
  background: #eaf1f8;
}

.runner-channel > span {
  justify-self: end;
  color: #155bff;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.runner-channel > i {
  position: relative;
  width: 116px;
  height: 2px;
  background: linear-gradient(90deg, #155bff, #18b86f);
}

.runner-channel > i::before,
.runner-channel > i::after {
  content: "";
  position: absolute;
  top: -4px;
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.runner-channel > i::before {
  left: 0;
  color: #155bff;
  transform: rotate(-135deg);
}

.runner-channel > i::after {
  right: 0;
  color: #18b86f;
  transform: rotate(45deg);
}

.runner-channel > strong {
  color: #18304c;
  font-size: 0.8rem;
}

.runner-channel > small {
  grid-column: 1 / -1;
  justify-self: center;
  color: #687e96;
  font-size: 0.7rem;
}

.customer-runtime {
  display: grid;
  grid-template-columns: 1.35fr 0.82fr 0.95fr;
  gap: 16px;
}

.runner-card,
.vault-card,
.fleet-card {
  min-height: 158px;
  padding: 20px;
  border: 1px solid #d3deea;
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.92);
}

.runner-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
}

.runner-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  background: #0b8b75;
  font-family: var(--mono);
  font-weight: 900;
}

.customer-runtime h3 { color: #142239; }
.customer-runtime p { color: #64758a; }

.runner-paths {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.runner-paths span {
  padding: 5px 8px;
  border-radius: 999px;
  color: #155bff;
  background: #eaf1ff;
  font-size: 0.65rem;
  font-weight: 850;
}

.runner-paths span:first-child {
  color: #087344;
  background: #e2f8ed;
}

.vault-card,
.fleet-card {
  display: flex;
  flex-direction: column;
}

.vault-card > span,
.fleet-card > span {
  color: #66788e;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vault-card > strong {
  margin: 22px 0 10px;
  color: #142239;
  font-size: 0.94rem;
  line-height: 1.45;
}

.vault-card > small {
  margin-top: auto;
  color: #087344;
  font-size: 0.68rem;
  font-weight: 800;
}

.fleet-card > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.fleet-card b {
  padding: 6px 9px;
  border: 1px solid #d3deea;
  border-radius: 9px;
  color: #33475f;
  background: #f7fafc;
  font-size: 0.68rem;
}

.architecture-loop-rail {
  display: grid;
  grid-template-columns: 1fr 22px 1fr 22px 1fr 22px 1fr 22px 1fr 22px 1fr;
  align-items: stretch;
  gap: 7px;
  margin-top: 24px;
}

.architecture-loop-rail > div {
  min-height: 124px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid #d3deea;
  border-radius: 16px;
  background: #ffffff;
}

.architecture-loop-rail > div > span {
  color: #155bff;
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 900;
}

.architecture-loop-rail > div > strong {
  margin: 13px 0 6px;
  color: #172840;
  font-size: 0.86rem;
}

.architecture-loop-rail > div > small {
  color: #6a7c91;
  font-size: 0.68rem;
  line-height: 1.42;
}

.architecture-loop-rail > i {
  position: relative;
}

.architecture-loop-rail > i::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  left: 1px;
  height: 1px;
  background: #97abc2;
}

.architecture-loop-rail > i::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 1px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #155bff;
  border-right: 1px solid #155bff;
  transform: rotate(45deg);
}

@media (max-width: 1080px) {
  .saas-capabilities,
  .customer-runtime {
    grid-template-columns: 1fr;
  }

  .saas-capabilities article,
  .runner-card,
  .vault-card,
  .fleet-card {
    min-height: 0;
  }

  .architecture-loop-rail {
    grid-template-columns: repeat(3, 1fr);
  }

  .architecture-loop-rail > i {
    display: none;
  }
}

@media (max-width: 700px) {
  .architecture-zone {
    padding: 20px;
  }

  .zone-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .zone-heading > span {
    justify-self: start;
  }

  .human-boundary {
    align-items: flex-start;
    flex-direction: column;
  }

  .runner-channel {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .runner-channel > span,
  .runner-channel > strong {
    justify-self: center;
  }

  .runner-channel > i {
    width: 90px;
  }

  .runner-channel > small {
    grid-column: auto;
  }

  .runner-card {
    grid-template-columns: 1fr;
  }

  .architecture-loop-rail {
    grid-template-columns: 1fr;
  }
}

/* Digital Twin GTM section */
.twin-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 24%, rgba(46, 123, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}

.twin-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: 64px;
}

.twin-benefits {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.twin-benefits article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 15px 0;
  border-top: 1px solid #dbe5f0;
}

.twin-benefits article > span {
  color: #155bff;
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 900;
}

.twin-benefits h3 {
  margin: 0 0 4px;
  color: #132238;
  font-size: 1rem;
}

.twin-benefits p {
  margin: 0;
  color: #65768b;
  font-size: 0.86rem;
  line-height: 1.55;
}

.twin-actions { margin-top: 28px; }

.twin-console {
  overflow: hidden;
  border: 1px solid #213b5d;
  border-radius: 26px;
  background: #07111f;
  box-shadow: 0 30px 80px rgba(18, 45, 82, 0.22);
}

.twin-console-bar,
.twin-layer-bar,
.twin-console-footer {
  display: flex;
  align-items: center;
}

.twin-console-bar {
  justify-content: space-between;
  min-height: 64px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(130, 167, 210, 0.18);
}

.twin-console-bar > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.twin-console-bar strong { color: #f4f8fc; font-size: 0.92rem; }
.twin-console-bar small { color: #6f86a1; font-size: 0.72rem; }

.twin-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #5ee0a3;
  box-shadow: 0 0 0 5px rgba(94, 224, 163, 0.09);
}

.twin-live {
  padding: 5px 9px;
  border: 1px solid rgba(94, 224, 163, 0.28);
  border-radius: 999px;
  color: #75e7b0;
  background: rgba(94, 224, 163, 0.08);
  font-size: 0.67rem;
  font-weight: 850;
  text-transform: uppercase;
}

.twin-layer-bar {
  gap: 8px;
  overflow-x: auto;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(130, 167, 210, 0.14);
}

.twin-layer-bar span {
  flex: none;
  padding: 6px 9px;
  border: 1px solid rgba(130, 167, 210, 0.17);
  border-radius: 9px;
  color: #7f95ad;
  font-size: 0.65rem;
  font-weight: 800;
}

.twin-layer-bar .active {
  color: #ddecff;
  border-color: rgba(46, 123, 255, 0.46);
  background: rgba(46, 123, 255, 0.18);
}

.twin-map { display: block; width: 100%; height: auto; }
.twin-site-boxes { stroke: rgba(77, 132, 193, 0.42); stroke-dasharray: 6 6; }
.twin-site-labels { fill: #6987a6; font-family: var(--mono); font-size: 10px; font-weight: 800; letter-spacing: 1.2px; }
.twin-links { stroke: #2c91cd; stroke-width: 2.2; opacity: 0.8; }
.twin-links .routing { stroke: #f5a33b; stroke-width: 1.6; stroke-dasharray: 6 7; opacity: 0.72; }
.twin-core circle { fill: #0d4160; stroke: #55d6f4; stroke-width: 2.5; }
.twin-core path { fill: none; stroke: #a8efff; stroke-width: 2; }
.twin-core-label { fill: #70a2c8; text-anchor: middle; font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: 1.3px; }
.twin-nodes rect { fill: #0d2944; stroke: #53cce9; stroke-width: 1.5; }
.twin-nodes circle { fill: #5ee0a3; }
.twin-nodes path { fill: none; stroke: #8fb3d0; stroke-width: 1.4; }
.twin-nodes text { fill: #9ab0c7; text-anchor: middle; font-family: var(--mono); font-size: 9px; font-weight: 800; }

.twin-console-footer {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  min-height: 54px;
  padding: 10px 16px;
  border-top: 1px solid rgba(130, 167, 210, 0.16);
  color: #8da2ba;
  font-size: 0.68rem;
  font-weight: 750;
}

.twin-console-footer span { display: inline-flex; align-items: center; gap: 7px; }
.twin-console-footer i { width: 7px; height: 7px; border-radius: 50%; background: #55c9f3; }

.twin-proof-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 48px;
  padding: 18px 24px;
  border: 1px solid #dce6f2;
  border-radius: 18px;
  color: #334a65;
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 850;
}

.twin-proof-strip i { width: 4px; height: 4px; border-radius: 50%; background: #2e7bff; }

@media (max-width: 1060px) {
  .twin-grid { grid-template-columns: 1fr; }
  .twin-console { max-width: 760px; width: 100%; margin: 0 auto; }
}

@media (max-width: 700px) {
  .twin-grid { gap: 38px; }
  .twin-console { border-radius: 20px; }
  .twin-console-bar { align-items: flex-start; min-height: 72px; padding: 14px; }
  .twin-console-bar > div { align-items: flex-start; flex-wrap: wrap; }
  .twin-console-bar small { width: 100%; padding-left: 18px; }
  .twin-layer-bar { padding: 10px 12px; }
  .twin-proof-strip { justify-content: flex-start; margin-top: 32px; }
  .twin-proof-strip i { display: none; }
}

/* 2026-07-11 editorial system: navy foundation, blue interaction, orange action. */
:root {
  --brand-navy: #07111f;
  --brand-blue: #155bff;
  --brand-orange: #f28a18;
  --brand-copy: #607086;
  --brand-soft: #f6f8fb;
}

body { color: var(--brand-copy); }

h1,
h2,
h3,
h4 { color: var(--brand-navy); }

.section-head > p:not(.eyebrow),
.hero-sub,
.hero-note,
.platform-card p,
.program-card p,
.trust-card p { color: var(--brand-copy); }

.eyebrow {
  color: var(--brand-blue);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
}

.section-navy h1,
.section-navy h2,
.section-navy h3,
.section-navy h4 { color: #f7fbff; }

.section-navy .eyebrow { color: #72cfff; }
.section-navy p { color: #9fb2c8; }

.btn-primary {
  color: var(--brand-navy);
  background: var(--brand-orange);
}

.gtm-hero .eyebrow { color: #75cbff; }
.gtm-hero h1 { color: #f7fbff; }
.gtm-hero .hero-sub { color: #b4c4d6; }
.gtm-hero .hero-note { color: #91a8bf; }

.platform-intro {
  padding-top: 82px;
  padding-bottom: 82px;
  background: var(--brand-soft);
}

.platform-intro .section-head {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.platform-card {
  border-top: 4px solid var(--brand-blue);
  background: #fff;
}

.platform-card.rez-card { border-top-color: #18a978; }
.platform-card.shell-card { border-top-color: var(--brand-navy); }

.platform-card-top span {
  color: #fff;
  background: var(--brand-blue);
}

.rez-card .platform-card-top span { background: #168a68; }
.shell-card .platform-card-top span { background: var(--brand-navy); }

.simple-architecture {
  padding: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(21, 91, 255, 0.14), transparent 45%),
    #050c16;
}

.simple-cloud,
.simple-customer {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(117, 174, 225, 0.25);
  border-radius: 20px;
  background: rgba(9, 28, 48, 0.88);
}

.simple-cloud { border-color: rgba(73, 145, 255, 0.42); }
.simple-customer { border-color: rgba(72, 196, 162, 0.42); }

.simple-zone-label {
  margin-bottom: 15px;
  color: #91abc4;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.simple-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.simple-products article,
.simple-runner {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(123, 169, 212, 0.2);
  border-radius: 15px;
  background: #071421;
}

.simple-product-icon,
.simple-runner > span {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: var(--brand-blue);
  font-weight: 900;
}

.simple-product-icon.rez-icon { background: #168a68; }
.simple-runner > span { color: #8ceacf; background: #0c3d37; font-family: var(--mono); }

.simple-products strong,
.simple-runner strong {
  display: block;
  color: #f1f7fc;
  font-size: 0.94rem;
}

.simple-products small,
.simple-runner small {
  display: block;
  margin-top: 3px;
  color: #7892aa;
  font-size: 0.69rem;
}

.simple-cloud > p {
  margin: 14px 0 0;
  color: #7893ad;
  font-size: 0.72rem;
  font-weight: 750;
  text-align: center;
}

.simple-channel {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px 6px;
  color: #7e9cb5;
  font-size: 0.68rem;
  font-weight: 800;
  text-align: center;
}

.simple-channel span:first-child { text-align: right; }
.simple-channel span:last-child { text-align: left; }

.simple-channel b {
  padding: 7px 11px;
  border: 1px solid rgba(242, 138, 24, 0.42);
  border-radius: 999px;
  color: #ffc27f;
  background: rgba(242, 138, 24, 0.09);
  letter-spacing: 0.05em;
}

.simple-customer {
  display: grid;
  grid-template-columns: minmax(190px, 0.72fr) 40px minmax(0, 1.28fr);
  align-items: center;
  gap: 0;
}

.simple-customer .simple-zone-label { grid-column: 1 / -1; }

.simple-device-line {
  height: 2px;
  background: #2d6f7b;
}

.simple-devices {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.simple-devices span {
  padding: 14px 5px;
  border: 1px solid rgba(123, 169, 212, 0.2);
  border-radius: 12px;
  color: #b2c9db;
  background: #071421;
  font-size: 0.65rem;
  font-weight: 800;
  text-align: center;
}

.simple-architecture-caption {
  padding: 15px 8px 3px;
  color: #91a9bf;
  font-size: 0.75rem;
  font-weight: 800;
  text-align: center;
}

.rca-story-forward {
  padding-top: 88px;
  padding-bottom: 88px;
}

.twin-section .section-head > .eyebrow {
  font-size: 0.92rem;
  letter-spacing: 0.12em;
}

.twin-section .section-head h2 {
  font-size: clamp(2.25rem, 4.2vw, 3.7rem);
  line-height: 1.04;
}

@media (max-width: 700px) {
  .simple-architecture { padding: 12px; }
  .simple-products,
  .simple-customer { grid-template-columns: 1fr; }
  .simple-customer { gap: 10px; }
  .simple-device-line { width: 2px; height: 22px; margin: 0 auto; }
  .simple-devices { grid-template-columns: 1fr 1fr; }
  .simple-channel { grid-template-columns: 1fr; gap: 7px; }
  .simple-channel span:first-child,
  .simple-channel span:last-child { text-align: center; }
}

/* 2026-07-11 unified type and color system. */
:root {
  --type-display: clamp(2.8rem, 4.7vw, 4.5rem);
  --type-section-title: clamp(2.25rem, 4vw, 3.25rem);
  --type-card-title: clamp(1.2rem, 1.7vw, 1.38rem);
  --type-lead: clamp(1.04rem, 1.35vw, 1.16rem);
  --type-body: 1rem;
  --type-label: clamp(0.92rem, 1.05vw, 1rem);
  --text-heading: #07111f;
  --text-label: #155bff;
  --text-body: #52647a;
  --text-heading-dark: #f7fbff;
  --text-label-dark: #79d3ff;
  --text-body-dark: #b4c5d8;
}

body {
  color: var(--text-body);
  font-size: var(--type-body);
}

h1,
h2,
h3,
h4 {
  color: var(--text-heading);
  font-weight: 750;
}

.eyebrow,
.section-head .eyebrow,
.hero .eyebrow,
.final-cta .eyebrow {
  margin-bottom: 16px;
  color: var(--text-label);
  font-size: var(--type-label);
  line-height: 1.35;
  letter-spacing: 0.1em;
  font-weight: 850;
}

.hero .eyebrow {
  color: var(--text-label-dark);
  letter-spacing: 0.08em;
}

.gtm-hero h1 {
  margin-bottom: 24px;
  color: var(--text-heading-dark);
  font-size: var(--type-display);
  line-height: 1.01;
  letter-spacing: -0.05em;
}

.gtm-hero .hero-sub {
  color: var(--text-body-dark);
  font-size: clamp(1.08rem, 1.55vw, 1.24rem);
  line-height: 1.65;
}

.gtm-hero .hero-note {
  color: #9fb2c8;
  font-size: var(--type-body);
  line-height: 1.65;
}

.section-head h2,
.logic-grid h2,
.git-grid h2,
.rca-grid h2,
.rca-story h2,
.twin-section .section-head h2,
.final-cta h2 {
  margin-bottom: 18px;
  color: var(--text-heading);
  font-size: var(--type-section-title);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.twin-section .section-head > .eyebrow {
  font-size: var(--type-label);
  letter-spacing: 0.1em;
}

.section-head > p:not(.eyebrow),
.logic-grid > div > p:not(.eyebrow),
.git-grid > div > p:not(.eyebrow),
.rca-story-grid > div > p:not(.eyebrow),
.twin-section .section-head > p:not(.eyebrow),
.final-cta .container > p:not(.eyebrow) {
  color: var(--text-body);
  font-size: var(--type-lead);
  line-height: 1.68;
}

.platform-card h3,
.program-card h3,
.business-proof-card h3,
.trust-card h3,
.price-card h3,
.impact-card h2,
.twin-benefits h3 {
  color: var(--text-heading);
  font-size: var(--type-card-title);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.platform-card p,
.program-card p,
.business-proof-card p,
.trust-card p,
.price-card p,
.impact-card p,
.twin-benefits p,
.coverage-note,
.pricing-maturity-note {
  color: var(--text-body);
  font-size: var(--type-body);
  line-height: 1.65;
}

.platform-card-top em,
.program-card > span,
.business-proof-card > span,
.trust-card > span,
.price-kicker {
  color: var(--text-label);
  font-size: 0.78rem;
  line-height: 1.35;
  letter-spacing: 0.09em;
}

.platform-card,
.platform-card.rez-card,
.platform-card.shell-card {
  border-top-color: var(--brand-blue);
}

.platform-card-top span,
.rez-card .platform-card-top span,
.shell-card .platform-card-top span {
  background: var(--brand-blue);
}

.program-card-blue,
.program-card-green,
.program-card-orange,
.program-card-slate,
.program-card-cyan,
.program-card-red {
  --program-accent: var(--brand-blue);
}

.section-navy h1,
.section-navy h2,
.section-navy h3,
.section-navy h4,
.business-proof-section h2,
.business-proof-section h3,
.final-cta h2 {
  color: var(--text-heading-dark);
}

.section-navy .eyebrow,
.business-proof-section .eyebrow,
.final-cta .eyebrow {
  color: var(--text-label-dark);
}

.section-navy p,
.section-navy .rca-story-grid > div > p:not(.eyebrow),
.business-proof-section .section-head > p:not(.eyebrow),
.business-proof-section .business-proof-card p,
.final-cta .container > p:not(.eyebrow) {
  color: var(--text-body-dark);
}

.btn-primary {
  color: var(--text-heading);
  background: var(--brand-orange);
}

@media (max-width: 700px) {
  :root {
    --type-display: clamp(2.8rem, 12vw, 3.3rem);
    --type-section-title: clamp(2.15rem, 9vw, 2.65rem);
    --type-card-title: 1.24rem;
    --type-lead: 1.04rem;
    --type-label: 0.92rem;
  }

  .eyebrow,
  .section-head .eyebrow,
  .hero .eyebrow,
  .final-cta .eyebrow {
    letter-spacing: 0.075em;
  }

  .hero .eyebrow {
    font-size: 0.86rem;
    letter-spacing: 0.045em;
    white-space: nowrap;
  }

  .gtm-hero .hero-sub,
  .gtm-hero .hero-note {
    font-size: 1rem;
    line-height: 1.68;
  }
}

@media (max-width: 360px) {
  .hero .eyebrow {
    white-space: normal;
  }
}
