.ce-band {
  background: #ffffff;
  color: #101827;
  padding: 82px 20px;
}

.ce-band--soft {
  background: #f6f7f9;
}

.ce-band--dark {
  background: #121923;
  color: #ffffff;
}

.ce-wrap {
  margin: 0 auto;
  max-width: 1180px;
}

.ce-kicker {
  color: #c1121f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ce-band--dark .ce-kicker {
  color: #ffb4b4;
}

.ce-heading {
  color: inherit;
  font-family: Poppins, Montserrat, Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
  max-width: 780px;
}

.ce-lede {
  color: #526070;
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 22px 0 0;
  max-width: 760px;
}

.ce-band--dark .ce-lede,
.ce-band--dark .ce-card p,
.ce-band--dark .ce-stat span {
  color: rgba(255, 255, 255, 0.76);
}

.ce-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

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

.ce-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.ce-card {
  background: #ffffff;
  border: 1px solid #dde3ea;
  border-radius: 8px;
  padding: 24px;
}

.ce-band--dark .ce-card {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
}

.ce-card h3 {
  color: inherit;
  font-family: Poppins, Montserrat, Arial, sans-serif;
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 10px;
}

.ce-card p {
  color: #526070;
  font-size: 0.98rem;
  line-height: 1.68;
  margin: 0;
}

.ce-stat-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.ce-stat {
  border-left: 4px solid #c1121f;
  padding: 6px 0 6px 16px;
}

.ce-stat strong {
  color: inherit;
  display: block;
  font-family: Poppins, Montserrat, Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
}

.ce-stat span {
  color: #526070;
  display: block;
  font-size: 0.92rem;
  line-height: 1.45;
  margin-top: 8px;
}

.ce-feature {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: 1.05fr 0.95fr;
}

.ce-check-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.ce-check {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.ce-check::before {
  background: #c1121f;
  border-radius: 999px;
  color: #ffffff;
  content: "✓";
  flex: 0 0 24px;
  font-size: 0.86rem;
  font-weight: 900;
  height: 24px;
  line-height: 24px;
  margin-top: 2px;
  text-align: center;
}

.ce-check span {
  color: #526070;
  font-size: 0.98rem;
  line-height: 1.6;
}

.ce-band--dark .ce-check span {
  color: rgba(255, 255, 255, 0.78);
}

.ce-city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.ce-city-list span {
  background: #ffffff;
  border: 1px solid #dce3ea;
  border-radius: 999px;
  color: #263241;
  font-size: 0.94rem;
  font-weight: 700;
  padding: 10px 14px;
}

.ce-cta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.ce-button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  text-decoration: none;
}

.ce-button--primary {
  background: #c1121f;
  color: #ffffff;
}

.ce-button--primary:hover {
  background: #9f0f19;
  color: #ffffff;
}

.ce-button--light {
  background: #ffffff;
  color: #121923;
}

.ce-button--outline {
  border: 2px solid currentColor;
  color: #c1121f;
}

.ce-button--outline:hover {
  background: #fff0f1;
  color: #9f0f19;
}

.ce-band--dark .ce-button--outline {
  color: #ffffff;
}

.ce-note {
  color: #667381;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-top: 18px;
}

.ce-band--dark .ce-note {
  color: rgba(255, 255, 255, 0.64);
}

@media (max-width: 920px) {
  .ce-grid--2,
  .ce-grid--3,
  .ce-grid--4,
  .ce-feature,
  .ce-stat-row {
    grid-template-columns: 1fr;
  }

  .ce-band {
    padding: 64px 18px;
  }
}
