/* Cloud Capable enterprise authority layer. */

:root {
  --enterprise-ink: #07111f;
  --enterprise-panel: #0b1726;
  --enterprise-line: rgba(255, 255, 255, 0.14);
  --enterprise-cyan: #38c8ff;
  --enterprise-gold: #d8b84f;
}

.hero h1,
.hero.compact h1,
.memo-header h1 {
  max-width: 1040px;
  font-size: clamp(3rem, 6.4vw, 6rem);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: 0;
}

.memo-header {
  min-height: clamp(420px, 54vh, 620px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 78% 24%, rgba(56, 200, 255, 0.18), transparent 30%),
    radial-gradient(circle at 12% 88%, rgba(216, 184, 79, 0.16), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #0a1828 52%, #101827 100%);
  border-bottom: 1px solid rgba(216, 184, 79, 0.58);
}

.memo-header .memo-lead,
.hero .lead {
  font-size: clamp(1.08rem, 1.9vw, 1.38rem);
  line-height: 1.55;
}

.memo-header .memo-lead {
  max-width: 820px;
  color: #b9c9d8;
}

.memo-meta {
  max-width: 980px;
}

.enterprise-visual {
  margin: 34px 0;
  padding: 8px;
  overflow: hidden;
  background: var(--enterprise-ink);
  border: 1px solid rgba(56, 200, 255, 0.22);
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.28);
}

.enterprise-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.enterprise-visual figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 4px 2px;
  color: #b9c9d8;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.3;
  text-transform: uppercase;
}

.enterprise-visual figcaption span:last-child {
  color: var(--enterprise-gold);
  text-align: right;
}

.enterprise-visual--wide img {
  aspect-ratio: 16 / 6.8;
}

.capability-card--visual {
  overflow: hidden;
}

.capability-card--visual .enterprise-visual {
  margin: -4px -4px 16px;
  padding: 0;
  border-color: rgba(16, 24, 39, 0.18);
  box-shadow: none;
}

.capability-card--visual .enterprise-visual img {
  aspect-ratio: 16 / 10;
}

.capability-card--visual .enterprise-visual figcaption {
  padding: 10px 12px;
}

.boundary-note {
  margin: -4px 0 14px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.48;
}

.home-page section {
  padding-top: clamp(52px, 7vw, 92px);
  padding-bottom: clamp(52px, 7vw, 92px);
}

.home-page .section-head {
  margin-bottom: 34px;
}

.home-page .section-head h2 {
  max-width: 980px;
}

.audience-roles {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.audience-roles .lane p + p {
  margin-top: 12px;
}

@media (max-width: 880px) {
  .audience-roles {
    grid-template-columns: 1fr;
  }
}

.home-page .compare-table td {
  line-height: 1.48;
}

.home-page .fusion-economics {
  margin-top: 38px;
}

.proof-metrics {
  margin-top: 28px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(7, 17, 31, 0.98), rgba(11, 23, 38, 0.96)),
    var(--enterprise-panel);
  border: 1px solid rgba(56, 200, 255, 0.22);
  box-shadow: 0 24px 60px rgba(7, 17, 31, 0.18);
}

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

.proof-metrics__header > div {
  text-align: right;
}

.proof-metrics__header strong {
  display: block;
  color: var(--white);
  font-size: 1.08rem;
  line-height: 1.2;
}

.proof-metrics__header span {
  display: block;
  margin-top: 4px;
  color: #b9c9d8;
  font-size: 0.82rem;
}

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

.proof-metric {
  min-height: 150px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.proof-metric strong {
  display: block;
  color: var(--enterprise-gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1;
}

.proof-metric span {
  display: block;
  margin-top: 10px;
  color: var(--white);
  font-weight: 850;
  line-height: 1.2;
}

.proof-metric small {
  display: block;
  margin-top: 10px;
  color: #b9c9d8;
  font-size: 0.78rem;
  line-height: 1.4;
}

.proof-metric--secondary strong {
  color: var(--enterprise-cyan);
}

.proof-metrics__note {
  margin: 14px 0 0;
  color: #b9c9d8;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.72rem;
  overflow-wrap: anywhere;
}

.gtps-explainer {
  margin-top: 24px;
  padding: clamp(20px, 3vw, 30px);
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--enterprise-cyan);
  box-shadow: 0 18px 42px rgba(16, 24, 39, 0.08);
}

.gtps-explainer--light {
  margin-top: 24px;
  margin-bottom: 22px;
}

.gtps-explainer__intro {
  max-width: 920px;
}

.gtps-explainer__intro h3 {
  margin: 12px 0 8px;
  color: var(--enterprise-ink);
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.08;
}

.gtps-explainer__intro p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.gtps-explainer__intro .gtps-tldr {
  margin: 12px 0 10px;
  padding: 12px 14px;
  color: var(--enterprise-ink);
  background: #fff8d7;
  border: 1px solid #e0c96a;
  border-left: 4px solid var(--enterprise-gold);
  font-weight: 800;
}

.gtps-explainer__intro .gtps-tldr strong {
  color: var(--blue);
}

.gtps-table-wrap {
  margin-top: 18px;
  overflow-x: auto;
  border: 1px solid var(--line);
}

.gtps-speed-table {
  width: 100%;
  min-width: 780px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.gtps-speed-table th,
.gtps-speed-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.gtps-speed-table thead th {
  color: var(--white);
  background: var(--enterprise-ink);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.gtps-speed-table tbody tr:nth-child(even) {
  background: #f6f9fc;
}

.gtps-speed-table td {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.48;
}

.gtps-speed-table td strong {
  color: var(--enterprise-ink);
}

.home-page .workload-grid {
  gap: 18px;
}

.compression-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 32px 0;
  padding: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--blue);
  box-shadow: 0 18px 38px rgba(16, 24, 39, 0.08);
}

.compression-panel ul {
  margin: 0;
  padding-left: 18px;
  font-weight: 800;
  color: var(--blue);
}

.ecosystem-matrix {
  margin: 34px 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(16, 24, 39, 0.09);
}

.ecosystem-matrix__header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  color: var(--white);
  background: var(--enterprise-ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ecosystem-matrix__header strong {
  display: block;
  font-size: 1.02rem;
}

.ecosystem-matrix__header span {
  color: #b9c9d8;
  font-size: 0.86rem;
}

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

.ecosystem-column {
  padding: 24px;
}

.ecosystem-column + .ecosystem-column {
  border-left: 1px solid var(--line);
}

.ecosystem-column h3 {
  margin: 0 0 6px;
  font-size: 1.2rem;
}

.ecosystem-column p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.ecosystem-column ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ecosystem-column li {
  padding: 12px 14px;
  background: #f5f8fb;
  border: 1px solid #dfe7ef;
  color: #263447;
  font-weight: 780;
}

.ecosystem-column--governance {
  background: linear-gradient(135deg, #081423, #0c1f34);
  color: var(--white);
}

.ecosystem-column--governance p {
  color: #b9c9d8;
}

.ecosystem-column--governance li {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--enterprise-line);
  color: #eaf4fb;
}

.ecosystem-result {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid currentColor;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.ecosystem-column--governance .ecosystem-result {
  color: var(--enterprise-gold);
}

.visual-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
  align-items: stretch;
  margin: 32px 0;
}

.visual-split .enterprise-visual {
  height: 100%;
  min-height: 420px;
  margin: 0;
}

.visual-split .enterprise-visual img {
  height: 100%;
  aspect-ratio: auto;
}

.deployment-stack {
  grid-template-columns: 1fr;
  margin: 0;
}

.deployment-stack .q-block {
  border-left: 4px solid var(--blue);
  background: linear-gradient(135deg, #07111f, #101827);
}

.deployment-stack .q-block:nth-child(2) {
  border-left-color: var(--cyan);
}

.deployment-stack .q-block:nth-child(3) {
  border-left-color: #dac77b;
}

.financial-case {
  margin: 42px 0;
  padding: clamp(24px, 4vw, 38px);
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--enterprise-gold);
  box-shadow: 0 22px 54px rgba(16, 24, 39, 0.1);
}

.financial-case h2 {
  margin-top: 8px;
  padding-top: 0;
  border-top: 0;
}

.financial-kicker {
  display: inline-flex;
  padding: 5px 9px;
  color: var(--enterprise-ink);
  background: var(--gold);
  border: 1px solid #dac77b;
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.financial-table-wrap {
  margin: 24px 0;
  overflow-x: auto;
  border: 1px solid var(--line);
}

.financial-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.88rem;
}

.financial-table th:nth-child(1),
.financial-table td:nth-child(1) {
  width: 26%;
}

.financial-table th:nth-child(2),
.financial-table td:nth-child(2) {
  width: 21%;
}

.financial-table th:nth-child(3),
.financial-table td:nth-child(3) {
  width: 31%;
}

.financial-table th:nth-child(4),
.financial-table td:nth-child(4) {
  width: 22%;
}

.financial-table th,
.financial-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.financial-table thead th {
  color: var(--white);
  background: var(--enterprise-ink);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.financial-table tbody th {
  color: var(--blue);
  font-weight: 950;
}

.financial-table tbody tr:nth-child(even) {
  background: #f6f9fc;
}

.financial-table .financial-total-row th,
.financial-table .financial-total-row td {
  color: var(--enterprise-ink);
  background: #fff8d7;
  border-bottom: 0;
  font-weight: 950;
}

.financial-inversion {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.financial-inversion div {
  padding: 18px;
  color: #dce8f2;
  background: linear-gradient(135deg, #07111f, #0c1f34);
  border: 1px solid rgba(56, 200, 255, 0.2);
}

.financial-inversion strong {
  display: block;
  margin-bottom: 8px;
  color: var(--enterprise-gold);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.financial-inversion span {
  display: block;
  font-size: 0.9rem;
  line-height: 1.5;
}

.cfo-callout {
  margin: 22px 0;
  padding: 18px 20px;
  color: var(--enterprise-ink);
  background: #fffbea;
  border: 1px solid #e0c96a;
  border-left: 4px solid #dac77b;
  font-size: 1rem;
  line-height: 1.6;
}

.financial-source {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.financial-source a {
  color: var(--blue);
  font-weight: 850;
}

.partner-panel {
  margin: 34px 0;
  padding: clamp(24px, 4vw, 38px);
  color: var(--white);
  background:
    radial-gradient(circle at 78% 18%, rgba(56, 200, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #07111f, #0c1f34);
  border: 1px solid rgba(56, 200, 255, 0.2);
  box-shadow: 0 24px 60px rgba(7, 17, 31, 0.22);
}

.partner-panel p {
  color: #c4d2df;
}

.partner-panel h2 {
  margin-top: 0;
  padding-top: 0;
  color: var(--white);
  border-top: 0;
}

.partner-panel strong {
  color: var(--white);
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.partner-step {
  padding: 18px;
  border: 1px solid var(--enterprise-line);
  background: rgba(255, 255, 255, 0.05);
}

.partner-step strong {
  display: block;
  margin-bottom: 8px;
  color: var(--enterprise-gold);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.partner-step span {
  display: block;
  color: #dce8f2;
  font-size: 0.9rem;
  line-height: 1.5;
}

.transition-card {
  margin: 32px 0;
  padding: 24px 32px;
  background: var(--enterprise-panel);
  color: var(--white);
  border-left: 4px solid var(--enterprise-cyan);
  border-top: 1px solid var(--enterprise-line);
  border-bottom: 1px solid var(--enterprise-line);
  border-right: 1px solid var(--enterprise-line);
  box-shadow: 0 16px 40px rgba(7, 17, 31, 0.15);
}

.transition-card .transition-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 8px;
  background: rgba(56, 200, 255, 0.12);
  color: var(--enterprise-cyan);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(56, 200, 255, 0.3);
}

.transition-card strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 850;
  line-height: 1.4;
  margin-bottom: 8px;
  color: var(--white);
}

.transition-card span {
  display: block;
  font-size: 1.1rem;
  color: #b9c9d8;
  line-height: 1.5;
}

@media (max-width: 880px) {
  html,
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .nav,
  .hero,
  .memo-header,
  .memo-body,
  .gtps-ticker {
    width: 100vw;
    max-width: 100vw;
  }

  .memo-body,
  .memo-header {
    padding-left: 20px;
    padding-right: 56px;
  }

  .ecosystem-columns,
  .visual-split,
  .partner-grid,
  .financial-inversion,
  .compression-panel,
  .proof-metrics__grid {
    grid-template-columns: 1fr;
  }

  .proof-metrics__header {
    display: grid;
  }

  .proof-metrics__header > div {
    text-align: left;
  }

  .ecosystem-column + .ecosystem-column {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .visual-split .enterprise-visual {
    min-height: 0;
  }

  .hero h1,
  .hero.compact h1,
  .memo-header h1 {
    font-size: clamp(1.6rem, 7.5vw, 2.3rem);
    line-height: 0.98;
    overflow-wrap: anywhere;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    gap: 12px 18px;
  }

  .memo-header {
    min-height: auto;
  }

  .memo-header h1,
  .memo-header .memo-lead,
  .memo-body > p,
  .memo-body > h2,
  .memo-body > ul,
  .memo-callout,
  .pull-quote,
  .enterprise-visual,
  .compression-panel,
  .ecosystem-matrix,
  .visual-split,
  .persona-grid,
  .partner-panel,
  .financial-case,
  .memo-body .actions {
    max-width: calc(100vw - 76px);
  }

  .financial-table {
    min-width: 720px;
  }

  .gtps-speed-table {
    min-width: 760px;
  }

  .memo-body p {
    font-size: 1rem;
  }

  .memo-body h2 {
    font-size: clamp(1.25rem, 5.8vw, 1.65rem);
    line-height: 1.08;
  }

  .memo-eyebrow {
    max-width: 100%;
    white-space: normal;
    font-size: 0.66rem;
    line-height: 1.25;
  }

  .memo-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .enterprise-visual figcaption {
    display: grid;
    gap: 4px;
    font-size: 0.68rem;
  }

  .enterprise-visual figcaption span:last-child {
    text-align: left;
  }

  .memo-body h2 {
    overflow-wrap: anywhere;
  }
}
