/* V24: company and partner-network positioning in the existing visual system. */
.mc24-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0 42px;
}

.mc24-proof {
  padding: 24px 23px;
  background: #fff;
  border: 1px solid var(--mc23-line, #d4e4d8);
  border-top: 4px solid var(--mc23-green, #006b44);
}

.mc24-proof strong {
  display: block;
  margin-bottom: 7px;
  color: var(--mc23-green, #006b44);
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.05;
}

.mc24-proof span {
  color: var(--mc23-copy, #40534a);
  line-height: 1.45;
}

.mc24-partner-line {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 27px;
}

.mc24-partner-line span {
  padding: 9px 13px;
  background: #eaf5ed;
  border: 1px solid #cfe3d5;
  color: #173228;
  font-size: 14px;
  font-weight: 800;
}

.mc24-network-model {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mc24-model-card {
  padding: 28px 25px;
  background: #fff;
  border: 1px solid #d4e4d8;
  border-top: 4px solid #006b44;
}

.mc24-model-card span {
  color: #006b44;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

.mc24-model-card h3 {
  margin: 14px 0 9px;
  color: #10231a;
  font-size: 22px;
}

.mc24-model-card p {
  margin: 0;
  color: #40534a;
}

.mc24-partner-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
}

.mc24-partner-card b {
  margin-top: auto;
}

.mc24-partner-card .more {
  margin-top: 18px;
}

.mc24-partner-card:not(a):hover {
  transform: none;
  box-shadow: none;
}

.mc24-partner-card p {
  line-height: 1.65;
}

.mc24-network-note {
  margin-top: 28px;
  padding: 22px 24px;
  background: #eaf5ed;
  border-left: 5px solid #006b44;
  color: #33493d;
  font-size: 17px;
  line-height: 1.65;
}

.partner-profile-list {
  display: grid;
  gap: 14px;
}

.partner-profile {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--mc23-line, #d4e4d8);
  border-left: 5px solid var(--mc23-green, #006b44);
}

.partner-profile summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(240px, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px 58px 22px 24px;
  cursor: pointer;
  list-style: none;
}

.partner-profile summary::-webkit-details-marker {
  display: none;
}

.partner-profile summary::after {
  position: absolute;
  right: 24px;
  content: "+";
  color: #006b44;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.partner-profile[open] summary::after {
  content: "–";
}

.partner-profile summary span {
  color: #006b44;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.partner-profile summary strong {
  color: #10231a;
  font-size: clamp(19px, 2.2vw, 24px);
}

.partner-profile summary small {
  color: #506158;
  font-size: 14px;
  font-weight: 700;
}

.partner-profile-content {
  padding: 0 24px 24px;
  border-top: 1px solid #e4eee7;
}

.partner-profile-content p {
  max-width: 980px;
  margin: 20px 0 14px;
  color: #40534a;
  line-height: 1.7;
}

.mc24-profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
}

.mc24-profile-links .more {
  margin-top: 10px;
}

@media (max-width: 900px) {
  .mc24-proof-grid,
  .mc24-network-model {
    grid-template-columns: 1fr;
  }

  .partner-profile summary {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .partner-profile summary small {
    display: none;
  }

  .mc24-partner-card {
    min-height: 0;
  }
}
