@charset "utf-8";

:root {
  --informadores-blue-dark: #003b71;
  --informadores-blue: #005fae;
  --informadores-blue-soft: #eaf4fc;
  --informadores-text: #182f45;
  --informadores-muted: #52647a;
  --informadores-border: #d7e3f1;
  --informadores-bg: #f6f9fc;
  --informadores-white: #ffffff;
  --informadores-shadow: 0 16px 40px rgba(0, 59, 113, 0.12);
  --informadores-shadow-soft: 0 10px 28px rgba(0, 59, 113, 0.08);
  --informadores-radius: 18px;
}

body {
  background: var(--informadores-bg);
}

.informadores-hero {
  background:
    linear-gradient(135deg, rgba(0, 59, 113, 0.96), rgba(0, 95, 174, 0.9)),
    radial-gradient(
      circle at top right,
      rgba(255, 255, 255, 0.18),
      transparent 32%
    );
  color: #ffffff;
  padding: 72px 0 64px;
  text-align: center;
}

.informadores-hero__content {
  max-width: 900px;
  margin: 0 auto;
}

.informadores-hero .eyebrow {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.informadores-hero h1 {
  margin: 0 0 12px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1.1;
  color: #ffffff;
}

.informadores-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.86);
}

.informadores-section {
  padding: 52px 0 36px;
}

.archive-section {
  padding: 0 0 78px;
}

.informadores-heading,
.archive-heading {
  text-align: center;
  margin-bottom: 28px;
}

.informadores-heading .eyebrow,
.archive-heading .eyebrow {
  margin: 0 0 8px;
  color: var(--informadores-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.informadores-heading h2,
.archive-heading h2 {
  margin: 0;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.1;
  color: var(--informadores-blue-dark);
}

.featured-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.featured-informador {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--informadores-border);
  border-radius: var(--informadores-radius);
  background: var(--informadores-white);
  color: var(--informadores-text);
  box-shadow: var(--informadores-shadow-soft);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.featured-informador:hover,
.featured-informador:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(0, 95, 174, 0.35);
  box-shadow: var(--informadores-shadow);
  outline: none;
}

.featured-informador__image {
  background: #ffffff;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-informador__image img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 59, 113, 0.12);
}

.featured-informador--main .featured-informador__image img {
  max-width: 330px;
}

.featured-informador__body {
  padding: 22px;
  background:
    radial-gradient(
      circle at top right,
      rgba(0, 95, 174, 0.08),
      transparent 220px
    ),
    #ffffff;
}

.featured-informador__body span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--informadores-blue-soft);
  color: var(--informadores-blue-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.featured-informador__body h3 {
  margin: 0 0 8px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: var(--informadores-blue-dark);
  font-size: 30px;
  line-height: 1.05;
}

.featured-informador__body p {
  margin: 0 0 16px;
  color: var(--informadores-muted);
}

.featured-informador__body strong {
  color: var(--informadores-blue);
  font-weight: 700;
}

.featured-informador__body strong::after {
  content: " →";
}

.archive-card {
  padding: 30px;
  border: 1px solid var(--informadores-border);
  border-radius: var(--informadores-radius);
  background: var(--informadores-white);
  box-shadow: var(--informadores-shadow-soft);
}

.archive-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.archive-list a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 15px 17px;
  border: 1px solid var(--informadores-border);
  border-radius: 14px;
  background: #ffffff;
  color: var(--informadores-text);
  font-weight: 700;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.archive-list a:hover,
.archive-list a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(0, 95, 174, 0.35);
  background: var(--informadores-blue-soft);
  outline: none;
}

.archive-list span {
  color: var(--informadores-blue-dark);
}

.archive-list small {
  color: var(--informadores-muted);
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .featured-grid {
    grid-template-columns: 1fr 1fr;
  }

  .featured-informador--main {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .informadores-hero {
    padding: 44px 0 34px;
  }

  .informadores-section {
    padding: 38px 0 28px;
  }

  .archive-section {
    padding-bottom: 58px;
  }

  .featured-grid,
  .archive-list {
    grid-template-columns: 1fr;
  }

  .archive-card {
    padding: 22px;
  }

  .archive-list a {
    align-items: flex-start;
    flex-direction: column;
  }

  .archive-list small {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .informadores-hero h1 {
    font-size: 32px;
  }

  .informadores-heading h2,
  .archive-heading h2 {
    font-size: 29px;
  }

  .featured-informador,
  .archive-card {
    border-radius: 16px;
  }

  .featured-informador__image img,
  .featured-informador--main .featured-informador__image img {
    max-width: 230px;
  }
}
