:root {
  --navy: #001b3e;
  --navy-2: #002b63;
  --blue: #0056a8;
  --blue-2: #0877d1;
  --yellow: #ffd100;
  --yellow-2: #ffbe00;
  --text: #081426;
  --muted: #647286;
  --line: #d9e0e9;
  --surface: #ffffff;
  --bg: #f7f9fc;
  --shadow: 0 10px 28px rgba(0, 31, 74, .12);
  --radius: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
h1, h2, h3 { margin: 0; }
p { margin: 0; }
ol, ul { margin: 0; padding: 0; list-style: none; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ── Topbar ───────────────────────────────────────────────────────────────── */
.topbar { background: #001226; color: #fff; font-size: 12px; }
.topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar p span { color: var(--yellow); margin: 0 8px; }
.topbar__social { display: flex; align-items: center; gap: 8px; }
.topbar__social a { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.15); font-weight: 700; }
.topbar__social span { font-size: 11px; color: rgba(255,255,255,.7); }

/* ── Header ───────────────────────────────────────────────────────────────── */
.site-header { background: var(--navy); color: #fff; position: relative; z-index: 5; }
.site-header__inner { min-height: 86px; display: grid; grid-template-columns: 145px 1fr auto; align-items: center; gap: 26px; }
.brand img { width: 132px; height: auto; object-fit: cover; object-position: center; }
.brand .site-name-text { font-size: 18px; font-weight: 900; color: #fff; line-height: 1.15; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2vw, 28px); }
.main-nav a { position: relative; padding: 32px 0 29px; font-size: 13px; font-weight: 700; text-transform: uppercase; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 17px; height: 3px; background: var(--yellow); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }

/* ── Buttons ──────────────────────────────────────────────────────────────── */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 22px; border: 0; border-radius: 6px; font-weight: 800; font-size: 13px; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.15); }
.button--yellow { background: linear-gradient(135deg, var(--yellow), var(--yellow-2)); color: #06162c; }
.button--blue { background: var(--navy-2); color: #fff; }
.button--small { min-height: 38px; padding-inline: 18px; font-size: 12px; }

/* ── Hero ─────────────────────────────────────────────────────────────────── */
.hero { position: relative; overflow: hidden; min-height: 470px; color: #fff; background: radial-gradient(circle at 58% 28%, #0878ca 0, #004b91 28%, #002b62 60%, #001934 100%); }
.hero::before { content: ""; position: absolute; inset: auto 0 0; height: 65%; opacity: .2; background: linear-gradient(180deg, transparent, #000b1a), repeating-linear-gradient(90deg, transparent 0 44px, rgba(255,255,255,.06) 45px 47px); }
.hero__shape { position: absolute; right: -120px; bottom: -180px; width: 480px; height: 430px; background: var(--yellow); transform: rotate(-31deg); border-radius: 34px; opacity: .98; }
.hero__grid { position: relative; z-index: 1; min-height: 470px; display: grid; grid-template-columns: 1.05fr .9fr .78fr; align-items: end; gap: 20px; }
.hero__copy { align-self: center; padding: 50px 0 60px 34px; }
.hero__copy h1 { max-width: 520px; margin: 12px 0 16px; font-size: clamp(38px, 4vw, 62px); line-height: 1.03; letter-spacing: -.035em; }
.hero__copy p { max-width: 510px; margin: 0 0 24px; font-size: 18px; }

/* Tags ───────────────────────────────────────────────────────────────────── */
.tag { display: inline-flex; align-items: center; min-height: 23px; padding: 0 10px; border-radius: 4px; color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.tag--yellow { background: var(--yellow); color: #07162b; }
.tag--red    { background: #ef3f43; }
.tag--orange { background: #f2a500; }
.tag--green  { background: #1f9f54; }
.tag--blue   { background: var(--blue); }

/* ── Hero person + messages ───────────────────────────────────────────────── */
.hero__person { height: 100%; display: flex; align-items: flex-end; }
.hero__person img { width: 100%; height: 100%; object-fit: cover; object-position: center top; max-height: 470px; }
.hero__messages { align-self: center; padding: 34px 10px 48px 0; }
.hero__messages img { width: 100%; border-radius: 16px; box-shadow: 0 16px 30px rgba(0,0,0,.2); }
.hero__messages a { display: block; width: max-content; margin: 10px 0 0 auto; padding: 8px 13px; border-radius: 4px; background: rgba(0,27,62,.92); font-size: 11px; font-weight: 800; text-transform: uppercase; }

/* ── News section ─────────────────────────────────────────────────────────── */
.section { padding: 28px 0 34px; }
.section--compact { padding-top: 18px; }
.section--news { background: #fff; }
.cards-grid { display: grid; gap: 16px; }
.cards-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cards-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.news-card, .media-card, .testimonial { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 5px 14px rgba(0,30,70,.06); overflow: hidden; }
.news-card__media { position: relative; aspect-ratio: 2.05 / 1; overflow: hidden; }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; }
.news-card__media .tag { position: absolute; left: 12px; top: 12px; }
.news-card__body { padding: 15px 16px 16px; }
.news-card h2 { margin: 0 0 8px; font-size: 18px; line-height: 1.2; }
.news-card h2 a { color: inherit; }
.news-card h2 a:hover { color: var(--blue); }
.news-card p { margin: 0 0 13px; color: #47566b; font-size: 13px; }
.news-card small, .media-card small, .video-card small { color: #66758a; font-size: 11px; }
.section__actions { display: flex; justify-content: center; padding-top: 16px; }

/* ── Agenda banner ────────────────────────────────────────────────────────── */
.agenda-banner { min-height: 190px; display: grid; grid-template-columns: 1.05fr .72fr 1.15fr; align-items: stretch; overflow: hidden; border-radius: 12px; background: linear-gradient(120deg, #0c70bf, #003f83 50%, #001c42); color: #fff; box-shadow: var(--shadow); }
.agenda-banner__copy { padding: 28px 28px 26px 38px; }
.agenda-banner__copy > span { color: var(--yellow); font-weight: 900; text-transform: uppercase; font-size: 13px; }
.agenda-banner__copy h2 { margin: 7px 0; max-width: 420px; color: var(--yellow); font-size: clamp(30px, 3.3vw, 48px); line-height: .98; text-transform: uppercase; }
.agenda-banner__copy p { max-width: 390px; margin: 0 0 14px; }
.agenda-banner__metrics { padding: 30px 20px; display: grid; align-content: center; gap: 12px; background: rgba(0,35,78,.24); }
.agenda-banner__metrics div { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 7px; }
.agenda-banner__metrics strong { color: var(--yellow); font-size: 25px; white-space: nowrap; }
.agenda-banner__metrics span { font-size: 12px; }
.agenda-banner__photo { position: relative; min-height: 190px; }
.agenda-banner__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #003f83, transparent 35%); }
.agenda-banner__photo img { width: 100%; height: 100%; object-fit: cover; }

/* ── Section heading ──────────────────────────────────────────────────────── */
.section-heading { display: flex; align-items: center; justify-content: space-between; border-bottom: 3px solid var(--blue); margin-bottom: 14px; }
.section-heading h2 { margin: 0; padding-bottom: 6px; color: var(--navy-2); font-size: 18px; text-transform: uppercase; }
.section-heading a { color: #43566f; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.section-heading a:hover { text-decoration: underline; }

/* ── Media cards (entrevistas) ────────────────────────────────────────────── */
.media-card { padding-bottom: 12px; }
.media-card__image { position: relative; aspect-ratio: 2.05 / 1; overflow: hidden; }
.media-card__image img { width: 100%; height: 100%; object-fit: cover; }
.play { position: absolute; left: 50%; top: 50%; width: 42px; height: 42px; margin: -21px 0 0 -21px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; background: rgba(0,22,52,.62); color: #fff; font-size: 14px; }
.media-card h3 { margin: 12px 14px 6px; font-size: 15px; line-height: 1.2; }
.media-card h3 a { color: inherit; }
.media-card h3 a:hover { color: var(--blue); }
.media-card small { margin-left: 14px; }

/* ── Results banner ───────────────────────────────────────────────────────── */
.results-banner { margin: 0 0 18px; color: #fff; background: linear-gradient(90deg, #004c96, #0069ba 58%, #003c78); overflow: hidden; }
.results-banner__inner { min-height: 190px; display: grid; grid-template-columns: 200px 1fr 1.45fr; align-items: stretch; }
.results-banner__person { align-self: end; height: 190px; }
.results-banner__person img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.results-banner__headline { align-self: center; padding: 26px 16px; }
.results-banner__headline p { margin: 0; font-size: 19px; font-weight: 800; text-transform: uppercase; }
.results-banner__headline h2 { margin: 3px 0 7px; color: var(--yellow); font-size: 26px; text-transform: uppercase; }
.results-banner__headline h2 span { color: #fff; }
.results-banner__headline small { display: block; max-width: 520px; font-size: 13px; }
.results-banner__pillars { display: grid; grid-template-columns: repeat(3, 1fr); }
.results-banner__pillars article { padding: 26px 18px 18px; display: flex; flex-direction: column; align-items: center; text-align: center; border-left: 1px solid rgba(255,255,255,.22); }
.results-banner__pillars b { color: var(--yellow); font-size: 52px; line-height: 1; }
.results-banner__pillars h3 { margin: 7px 0; color: var(--yellow); font-size: 14px; text-transform: uppercase; }
.results-banner__pillars p { margin: 0; font-size: 12px; }

/* ── Video cards ──────────────────────────────────────────────────────────── */
.video-card { overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); box-shadow: 0 5px 14px rgba(0,30,70,.06); }
.video-card > div { position: relative; aspect-ratio: 2.05 / 1; overflow: hidden; }
.video-card img { width: 100%; height: 100%; object-fit: cover; }
.video-card h3 { margin: 9px 12px 4px; font-size: 14px; line-height: 1.18; }
.video-card h3 a { color: inherit; }
.video-card h3 a:hover { color: var(--blue); }
.video-card small { margin: 0 12px 12px; display: block; }

/* ── Testimonials ─────────────────────────────────────────────────────────── */
.testimonials { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.testimonial { padding: 14px; min-height: 150px; display: flex; flex-direction: column; }
.testimonial header { display: flex; align-items: center; gap: 9px; }
.testimonial header > span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #bb7a21, #285687); font-size: 11px; font-weight: 800; }
.testimonial strong, .testimonial small { display: block; }
.testimonial strong { font-size: 12px; }
.testimonial small { color: var(--muted); font-size: 9px; }
.testimonial p { flex: 1; margin: 10px 0; font-size: 12px; }
.testimonial footer { color: #718096; font-size: 10px; }

/* ── Newsletter ───────────────────────────────────────────────────────────── */
.newsletter { padding: 20px 0; color: #fff; background: linear-gradient(90deg, #015db5, #003e88); }
.newsletter__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.newsletter__title { display: flex; align-items: center; gap: 18px; }
.newsletter__title > span { font-size: 52px; }
.newsletter h2 { margin: 0 0 4px; font-size: 21px; text-transform: uppercase; }
.newsletter p { margin: 0; font-size: 13px; }
.newsletter__form { display: flex; align-items: center; }
.newsletter__form input { width: min(360px, 36vw); height: 46px; border: 0; border-radius: 6px 0 0 6px; padding: 0 16px; outline: 0; }
.newsletter__form .button { border-radius: 0 6px 6px 0; }

/* ── Footer ───────────────────────────────────────────────────────────────── */
.footer { color: #fff; background: #001a39; }
.footer__grid { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 38px; padding: 38px 0 34px; }
.footer__brand img { width: 115px; height: auto; object-fit: cover; filter: brightness(0) invert(1); }
.footer__brand .footer-site-name { font-size: 16px; font-weight: 900; }
.footer__brand p { max-width: 250px; font-size: 12px; color: #c5d0dd; margin-top: 8px; }
.footer__social { display: flex; gap: 8px; margin-top: 10px; }
.footer__social a { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.15); font-weight: 700; }
.footer section h2 { margin: 0 0 12px; font-size: 13px; text-transform: uppercase; }
.footer section a, .footer section p { display: block; margin: 0 0 7px; color: #ced7e2; font-size: 12px; }
.footer section a:hover { color: var(--yellow); }
.footer section .button { color: #07162b; margin-top: 12px; }
.footer__bottom { min-height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #aebdce; font-size: 11px; }
.footer__bottom div { display: flex; gap: 24px; }
.footer__bottom a { color: inherit; }
.footer__bottom a:hover { color: var(--yellow); }

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .site-header__inner { grid-template-columns: 120px 1fr; }
  .site-header .button { display: none; }
  .main-nav { justify-content: flex-end; gap: 16px; }
  .main-nav a { font-size: 11px; }
  .hero__grid { grid-template-columns: 1fr .92fr; }
  .hero__copy { padding-left: 0; }
  .hero__messages { display: none; }
  .hero__person { grid-column: 2; }
  .results-banner__inner { grid-template-columns: 170px 1fr; }
  .results-banner__pillars { grid-column: 1 / -1; }
  .results-banner__pillars article { min-height: 150px; }
  .testimonials { grid-template-columns: repeat(3, 1fr); }
  .footer__grid { grid-template-columns: 1.3fr repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .topbar__social { display: none; }
  .site-header__inner { min-height: auto; display: flex; flex-wrap: wrap; justify-content: center; padding: 12px 0 0; }
  .brand img { width: 110px; }
  .main-nav { width: 100%; overflow-x: auto; justify-content: flex-start; padding-inline: 8px; }
  .main-nav a { padding: 14px 0 18px; }
  .main-nav a::after { bottom: 8px; }
  .hero__grid { min-height: 620px; grid-template-columns: 1fr; }
  .hero__copy { position: relative; z-index: 2; align-self: start; padding: 52px 10px 0; }
  .hero__copy h1 { font-size: 44px; }
  .hero__person { position: absolute; inset: 205px -50px 0 35%; opacity: .78; }
  .hero__person img { object-position: center top; }
  .cards-grid--4, .cards-grid--5 { grid-template-columns: repeat(2, 1fr); }
  .agenda-banner { grid-template-columns: 1fr 1fr; }
  .agenda-banner__photo { grid-column: 1 / -1; height: 220px; }
  .results-banner__inner { grid-template-columns: 150px 1fr; }
  .results-banner__pillars { grid-template-columns: repeat(3, 1fr); }
  .newsletter__inner { grid-template-columns: 1fr; }
  .newsletter__form input { width: 100%; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 22px), var(--container)); }
  .topbar { font-size: 10px; }
  .hero { min-height: 670px; }
  .hero__copy h1 { font-size: 37px; }
  .hero__copy p { font-size: 15px; }
  .hero__person { inset: 285px -70px 0 4%; }
  .cards-grid--4, .cards-grid--5, .testimonials { grid-template-columns: 1fr; }
  .agenda-banner { grid-template-columns: 1fr; }
  .agenda-banner__metrics { grid-column: 1; }
  .agenda-banner__photo { grid-column: 1; }
  .results-banner__inner { grid-template-columns: 1fr; }
  .results-banner__person { display: none; }
  .results-banner__headline { text-align: center; }
  .results-banner__pillars { grid-template-columns: 1fr; }
  .results-banner__pillars article { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .newsletter__title > span { display: none; }
  .newsletter__form { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .newsletter__form input, .newsletter__form .button { border-radius: 6px; width: 100%; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { align-items: flex-start; flex-direction: column; padding: 16px 0; }
  .footer__bottom div { flex-direction: column; gap: 6px; }
}
