.brand-showcase {
  display: grid;
  gap: 19px;
}

.brand-segment {
  padding: 26px;
  border: 1px solid #c9dfdc;
  background: #fff;
}

.brand-segment-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 24px;
}

.brand-segment-head h3 {
  margin: 0;
  color: #185b5e;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: 1;
}

.brand-segment-head p {
  max-width: 360px;
  margin: 0;
  color: #638081;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.brand-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.brand-logo-grid.compact {
  grid-template-columns: repeat(auto-fit, minmax(160px, 193px));
}

.brand-logo-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 128px;
  padding: 16px 12px;
  border: 1px solid #d3e4e2;
  background: #fff;
}

.brand-logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
}

.brand-logo-mark img {
  display: block;
  max-width: 86%;
  height: 50px;
  object-fit: contain;
}

.brand-logo-tile.nvidia img { height: 48px; }
.brand-logo-tile.intel img { height: 50px; }
.brand-logo-tile.samsung img { height: 64px; }
.brand-logo-tile.broadcom img { height: 49px; }

.brand-logo-name {
  color: #3f6466;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.brand-logo-tile.text-mark .brand-logo-mark b {
  color: #1e6668;
  font-size: 17px;
  letter-spacing: -.045em;
  line-height: 1.04;
  text-align: center;
}

.brand-disclaimer { margin-bottom: 38px; }

@media (max-width: 960px) {
  .brand-logo-grid,
  .brand-logo-grid.compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .brand-segment { padding: 20px 14px; }
  .brand-segment-head { display: block; margin-bottom: 18px; }
  .brand-segment-head p { margin-top: 8px; text-align: left; }
  .brand-logo-grid,
  .brand-logo-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .brand-logo-tile { min-height: 115px; padding: 13px 9px; }
  .brand-logo-mark { min-height: 58px; }
  .brand-logo-mark img { height: 46px; }
  .brand-logo-tile.samsung img { height: 58px; }
  .brand-logo-tile.text-mark .brand-logo-mark b { font-size: 15px; }
}
