.eteo-landing main :is(h1, h2, h3, h4) {
  overflow-wrap: anywhere;
}

.eteo-landing main .grid > * {
  min-width: 0;
}

.eteo-landing main :is(h1, h2, h3, h4).text-white,
.eteo-smen main header.text-white h1 {
  color: #ffffff;
}

.eteo-beint {
  --wa-color-brand: #087064;
  --wa-color-text-link: #16527b;
}

.eteo-smen main [class~="text-[var(--wa-color-brand-70)]"] {
  color: var(--smen-gold-soft);
}

.eteo-stemn main header [class~="text-[#765cc7]"] {
  color: #523b98;
}

.eteo-repi main section[class~="bg-[#6f50f7]"] {
  background-color: #5636cf;
}

@media (max-width: 639px) {
  .eteo-smen main header h1,
  .eteo-stemn main header h1 {
    font-size: clamp(1.5rem, 7vw, 2rem);
    line-height: 1.15;
  }
}

.eteo-comparison {
  container-type: inline-size;
}

@container (min-width: 26rem) {
  .eteo-comparison-grid {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 1rem;
  }
}
