.enterprise-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 64px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 96px 28px 74px;
}

.enterprise-hero h1 {
  max-width: 920px;
  margin: 14px 0 20px;
  color: #0d3039;
  font-size: clamp(44px, 6.6vw, 84px);
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.enterprise-hero > div > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #536a71;
  font-size: 17px;
  line-height: 1.7;
}

.readiness-legend {
  padding: 28px;
  border: 1px solid #cddbdd;
  border-top: 5px solid #0c8376;
  background: #fff;
  box-shadow: 0 24px 60px rgba(13, 48, 57, 0.1);
}

.readiness-legend dl {
  display: grid;
  gap: 18px;
  margin: 22px 0 0;
}

.readiness-legend dl div {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
  align-items: start;
}

.readiness-legend dt,
.readiness-legend dd {
  margin: 0;
}

.readiness-legend dd {
  color: #60757b;
  font-size: 12px;
  line-height: 1.55;
}

.status {
  display: inline-flex;
  min-width: 88px;
  align-items: center;
  justify-content: center;
  padding: 6px 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.065em;
  line-height: 1;
  text-transform: uppercase;
}

.status.current {
  border-color: #75b5a9;
  background: #e6f5f1;
  color: #086f64;
}

.status.validate {
  border-color: #d6ae54;
  background: #fff6da;
  color: #7d5a0a;
}

.status.unavailable {
  border-color: #c9d2d4;
  background: #f2f5f5;
  color: #627278;
}

.product-boundary {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: 48px;
  max-width: 1240px;
  margin: 0 auto 100px;
  padding: 36px;
  border: 1px solid #294e58;
  background: #0e313b;
  color: #fff;
}

.product-boundary h2 {
  margin: 10px 0 0;
  font-size: clamp(28px, 3.5vw, 43px);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.product-boundary .eyebrow {
  color: #83dfd1;
}

.boundary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.16);
}

.boundary-grid article {
  padding: 20px;
  background: #123a45;
}

.boundary-grid strong {
  color: #d9ff7f;
  font-size: 13px;
}

.boundary-grid p {
  margin: 8px 0 0;
  color: #c3d4d8;
  font-size: 11px;
  line-height: 1.55;
}

.boundary-grid a {
  color: #fff;
  font-weight: 750;
}

.enterprise-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px 110px;
}

.matrix-card {
  margin-top: 28px;
  border: 1px solid #cedbdd;
  background: #fff;
  box-shadow: 0 18px 44px rgba(13, 48, 57, 0.055);
}

.matrix-card > header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 24px 26px;
  border-bottom: 1px solid #d7e1e3;
}

.matrix-card > header div {
  display: flex;
  gap: 14px;
  align-items: center;
}

.matrix-card > header div > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #0d7d70;
  color: #fff;
  font-size: 10px;
  font-weight: 850;
}

.matrix-card h3 {
  margin: 0;
  color: #153a43;
  font-size: 20px;
}

.matrix-card > header p {
  margin: 0;
  color: #718288;
  font-size: 11px;
}

.readiness-table {
  overflow: hidden;
}

.readiness-row {
  display: grid;
  grid-template-columns: minmax(175px, 0.85fr) 120px minmax(260px, 1.5fr) minmax(260px, 1.35fr);
  min-width: 920px;
  border-top: 1px solid #e1e8e9;
}

.readiness-row:first-child {
  border-top: 0;
}

.readiness-row > * {
  min-width: 0;
  padding: 17px 18px;
  border-left: 1px solid #e1e8e9;
  color: #536970;
  font-size: 11px;
  line-height: 1.55;
}

.readiness-row > *:first-child {
  border-left: 0;
}

.readiness-row > strong {
  color: #173c45;
  font-size: 12px;
}

.readiness-head {
  background: #f2f7f6;
}

.readiness-head > * {
  color: #62767c;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.enterprise-evidence {
  padding: 96px max(28px, calc((100% - 1184px) / 2));
  background: #edf5f3;
}

.evidence-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.evidence-actions a {
  display: grid;
  gap: 8px;
  min-height: 124px;
  padding: 22px;
  border: 1px solid #cadbd8;
  background: #fff;
  color: #163b44;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease;
}

.evidence-actions a:hover {
  transform: translateY(-3px);
  border-color: #0c8376;
}

.evidence-actions strong {
  font-size: 13px;
}

.evidence-actions span {
  color: #61777d;
  font-size: 11px;
  line-height: 1.55;
}

.enterprise-note {
  margin: 24px 0 0;
  color: #60757b;
  font-size: 10px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .enterprise-hero,
  .product-boundary {
    grid-template-columns: 1fr;
  }

  .enterprise-hero {
    gap: 36px;
  }

  .product-boundary {
    margin-right: 28px;
    margin-left: 28px;
  }

  .evidence-actions {
    grid-template-columns: 1fr 1fr;
  }

  .readiness-table {
    overflow-x: auto;
  }
}

@media (max-width: 640px) {
  .enterprise-hero {
    padding-top: 66px;
  }

  .enterprise-hero h1 {
    font-size: 45px;
  }

  .readiness-legend dl div,
  .boundary-grid,
  .evidence-actions {
    grid-template-columns: 1fr;
  }

  .product-boundary {
    margin-bottom: 70px;
    padding: 24px;
  }

  .matrix-card > header {
    align-items: flex-start;
    flex-direction: column;
  }
}
