/* Homepage-specific tweaks (layout/components live in base.css / components.css) */

.cc-hero-flags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.cc-hero-flags img {
  width: 28px;
  height: 20px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .18);
}

.cc-hero-flags__more {
  font-size: 13px;
  font-weight: 500;
  color: #c9d3dc;
  margin-left: 4px;
}

.cc-home-intro {
  margin-top: 28px;
  max-width: 760px;
}

.cc-home-intro p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ev-muted);
}

.cc-home-main {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 28px;
}

@media (max-width: 860px) {
  .cc-home-main { grid-template-columns: 1fr; }
}
