.cn-brand-directory-page {
  color: #004f56;
}

.cn-brand-hero {
  background: #e8f5f5;
  padding: clamp(72px, 9vw, 128px) 0;
}

.cn-brand-hero-content {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.cn-brand-eyebrow {
  margin: 0 0 16px;
  color: #007f83;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cn-brand-hero h1 {
  margin: 0 0 24px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.08;
}

.cn-brand-hero-content > p:last-child,
.cn-brand-directory-intro p,
.cn-brand-operator-panel p {
  color: #314d50;
  font-size: 18px;
  line-height: 1.75;
}

.cn-brand-directory {
  padding: clamp(72px, 8vw, 112px) 0;
  background: #fff;
}

.cn-brand-directory-intro {
  max-width: 760px;
  margin-bottom: 44px;
}

.cn-brand-directory-intro h2,
.cn-brand-operator-panel h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.15;
}

.cn-brand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.cn-brand-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 36px;
  border: 1px solid #d4e4e5;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 79, 86, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.cn-brand-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 79, 86, .13);
}

.cn-brand-card h2 {
  margin: 0 0 16px;
  font-size: 27px;
}

.cn-brand-card p {
  margin: 0 0 28px;
  color: #465e61;
  font-size: 16px;
  line-height: 1.7;
}

.cn-brand-card a {
  margin-top: auto;
  color: #006c70;
  font-weight: 700;
  text-decoration: none;
}

.cn-brand-card a:hover {
  text-decoration: underline;
}

.cn-brand-operator {
  padding: 0 0 clamp(72px, 8vw, 112px);
  background: #fff;
}

.cn-brand-operator-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(36px, 5vw, 64px);
  background: #c7e0e3;
}

.cn-brand-operator-panel > div {
  max-width: 760px;
}

@media (max-width: 767px) {
  .cn-brand-grid {
    grid-template-columns: 1fr;
  }

  .cn-brand-card {
    min-height: 0;
    padding: 28px;
  }

  .cn-brand-operator-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}
