:root {
  --mira-blue: #022eda;
  --mira-blue-dark: #00134f;
  --mira-yellow: #ffdb16;
  --white: #fff;
  --grid-size: 64px;
  --grid-line: rgba(112, 151, 255, 0.15);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* WordPress/Elementor compatibility: prevent global heading colors from
   overriding the approved palette on the isolated MIRA homepage. */
body.mira-homepage .app-promo h1,
body.mira-homepage .citizen-menu__header h2,
body.mira-homepage .person-card__back h3,
body.mira-homepage .featured-news h3,
body.mira-homepage .bogota-news__header h2,
body.mira-homepage .bogota-featured h3,
body.mira-homepage .bogota-card h3,
body.mira-homepage .representatives__intro h2,
body.mira-homepage .representatives__panel h3,
body.mira-homepage .representatives__panel h3 span,
body.mira-homepage .representatives__panel h3 strong {
  color: #fff !important;
}

body.mira-homepage .app-promo h1 strong,
body.mira-homepage .person-card__back h3 strong,
body.mira-homepage .bogota-news__header h2 strong,
body.mira-homepage .representatives__intro h2 strong {
  color: var(--mira-yellow) !important;
}

body.mira-homepage .latest-news__header h2,
body.mira-homepage .news-card h3,
body.mira-homepage .causes__header h2,
body.mira-homepage .site-footer__intro h2 {
  color: #07153f !important;
}

body.mira-homepage .causes__header h2 strong,
body.mira-homepage .site-footer__intro h2 strong {
  color: var(--mira-blue) !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  background: var(--mira-blue-dark);
  font-family: "DM Sans", sans-serif;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.hero {
  isolation: isolate;
  position: relative;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  flex-direction: column;
  background: var(--mira-blue-dark);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0.3;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: var(--grid-size) var(--grid-size);
  background-attachment: fixed;
  mask-image: linear-gradient(180deg, transparent 5%, black 20%, black 78%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 5%, black 20%, black 78%, transparent 100%);
}

.hero__background,
.hero__background-image,
.hero__wash,
.hero__noise,
.hero__mesh {
  position: absolute;
  inset: 0;
}

.hero__background {
  z-index: -2;
  overflow: hidden;
  background: var(--mira-blue);
}

.hero__background-image {
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  object-position: 50% 24%;
  filter: saturate(0.8) contrast(1.08);
  transform: scale(1.09);
  transition: opacity 900ms var(--ease-out), transform 1500ms var(--ease-out);
}

.hero__background-image.is-visible {
  opacity: 0.24;
  transform: scale(1.02);
}

.hero__wash {
  background:
    linear-gradient(90deg, rgba(2, 32, 127, 0.9) 0%, rgba(2, 46, 218, 0.84) 40%, rgba(24, 83, 238, 0.7) 72%, rgba(2, 32, 127, 0.88) 100%),
    linear-gradient(180deg, rgba(2, 46, 218, 0.06), rgba(2, 32, 127, 0.58));
}

.hero__mesh {
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
  animation: drift 11s ease-in-out infinite alternate;
}

.hero__mesh--one {
  inset: -10% auto auto 38%;
  width: 45vw;
  height: 45vw;
  background: rgba(49, 121, 255, 0.72);
}

.hero__mesh--two {
  inset: auto 2% -38% auto;
  width: 42vw;
  height: 42vw;
  background: rgba(0, 208, 255, 0.32);
  animation-delay: -5s;
}

.hero__noise {
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.citizen-contact {
  position: relative;
  z-index: 8;
  color: #fff;
}

.citizen-contact__inner {
  width: min(1500px, calc(100% - 8vw));
  min-height: 52px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  padding-top: 12px;
}

.citizen-contact__message {
  display: flex;
  align-items: center;
}

.citizen-contact__message p {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-size: 0.78rem;
}

.citizen-contact__message strong {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.citizen-contact__message span {
  color: rgba(255, 255, 255, 0.58);
  font-weight: 500;
}

.citizen-contact__cta {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 12px;
  padding: 0 7px 0 18px;
  border-radius: 99px;
  color: #052479;
  background: var(--mira-yellow);
  box-shadow: 0 7px 18px rgba(0, 8, 47, 0.18);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 250ms ease, transform 350ms var(--ease-out), box-shadow 350ms ease;
}

.citizen-contact__cta svg {
  width: 25px;
  height: 25px;
  padding: 7px;
  border-radius: 50%;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  background: #052479;
  transition: transform 350ms var(--ease-out);
}

.citizen-contact__cta:hover,
.citizen-contact__cta:focus-visible {
  background: #ffe64f;
  box-shadow: 0 9px 24px rgba(0, 8, 47, 0.28);
  outline: none;
  transform: translateY(-2px);
}

.citizen-contact__cta:hover svg,
.citizen-contact__cta:focus-visible svg {
  transform: translateX(3px);
}

.site-header {
  width: min(1500px, calc(100% - 8vw));
  margin: 0 auto;
  min-height: 106px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.brand {
  display: inline-flex;
  width: 194px;
  transition: transform 350ms var(--ease-out);
}

.brand:hover {
  transform: translateY(-2px);
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.45vw, 24px);
}

.site-nav a {
  position: relative;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(0.68rem, 0.72vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 250ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: var(--mira-yellow);
  transition: right 350ms var(--ease-out);
}

.site-nav a:hover {
  color: #fff;
}

.site-nav a:hover::after {
  right: 0;
}

.menu-toggle {
  justify-self: end;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 14px;
  padding: 0 10px 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 99px;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color 250ms ease, background 250ms ease, transform 300ms var(--ease-out);
}

.menu-toggle__icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-content: center;
  gap: 5px;
  border-radius: 50%;
  background: var(--mira-yellow);
}

.menu-toggle__icon i {
  display: block;
  width: 13px;
  height: 1.5px;
  background: #052479;
  transition: transform 350ms var(--ease-out);
}

.menu-toggle__icon i:last-child {
  width: 9px;
  margin-left: auto;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.menu-toggle:hover .menu-toggle__icon i:first-child {
  transform: translateX(2px);
}

.menu-toggle:hover .menu-toggle__icon i:last-child {
  transform: translateX(-2px);
}

.menu-backdrop {
  position: fixed;
  z-index: 90;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 7, 34, 0.58);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: opacity 450ms ease, visibility 450ms;
}

.menu-backdrop.is-open {
  visibility: visible;
  opacity: 1;
}

.citizen-menu {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  display: flex;
  width: min(520px, 100%);
  height: 100dvh;
  padding: clamp(28px, 4vw, 52px);
  flex-direction: column;
  overflow-y: auto;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(circle at 90% 10%, rgba(76, 145, 255, 0.42), transparent 32%),
    linear-gradient(150deg, rgba(2, 46, 218, 0.96), rgba(0, 15, 67, 0.97));
  box-shadow: -35px 0 100px rgba(0, 3, 28, 0.5);
  transform: translateX(104%);
  transition: transform 650ms var(--ease-out);
}

.citizen-menu.is-open {
  transform: translateX(0);
}

.citizen-menu__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.citizen-menu__header p {
  margin: 0 0 6px;
  color: var(--mira-yellow);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.citizen-menu__header h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: -0.045em;
}

.citizen-menu__close {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
  transition: color 250ms ease, background 250ms ease, transform 350ms var(--ease-out);
}

.citizen-menu__close:hover,
.citizen-menu__close:focus-visible {
  color: #052479;
  background: var(--mira-yellow);
  transform: rotate(90deg);
}

.citizen-menu__close svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.citizen-menu__nav {
  display: flex;
  padding: 18px 0;
  flex: 1;
  flex-direction: column;
}

.citizen-menu__nav a {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 12px;
  padding: 11px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Manrope", sans-serif;
  font-size: clamp(0.9rem, 1.4vw, 1.08rem);
  font-weight: 600;
  line-height: 1.22;
  transition: color 250ms ease, padding-left 400ms var(--ease-out), background 250ms ease;
}

.citizen-menu__nav a span {
  color: rgba(255, 255, 255, 0.4);
  font-family: "DM Sans", sans-serif;
  font-size: 0.63rem;
  letter-spacing: 0.1em;
}

.citizen-menu__nav a:hover,
.citizen-menu__nav a:focus-visible {
  padding-left: 12px;
  color: var(--mira-yellow);
  outline: none;
  background: rgba(255, 255, 255, 0.055);
}

.citizen-menu__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.citizen-menu__footer i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--mira-yellow);
}

.hero__content {
  width: min(1500px, calc(100% - 8vw));
  margin: auto;
  padding: 52px 0 72px;
  display: grid;
  grid-template-columns: minmax(390px, 0.8fr) minmax(600px, 1.2fr);
  align-items: center;
  gap: clamp(50px, 6vw, 112px);
}

.app-promo {
  isolation: isolate;
  position: relative;
  min-height: 570px;
  padding: clamp(30px, 3.5vw, 52px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.055)),
    linear-gradient(160deg, rgba(3, 54, 222, 0.42), rgba(0, 12, 67, 0.28));
  box-shadow: 0 30px 90px rgba(0, 4, 36, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(24px) saturate(135%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
}

.app-promo::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -25%;
  bottom: -16%;
  width: 90%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.025), 0 0 0 70px rgba(255, 255, 255, 0.018);
}

.app-promo__glow {
  position: absolute;
  z-index: -1;
  top: -80px;
  right: -70px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(45, 172, 255, 0.38);
  filter: blur(45px);
}

.app-promo__copy {
  position: relative;
  z-index: 2;
  width: 64%;
}

.app-promo__eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.app-promo__eyebrow span {
  width: 28px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--mira-yellow);
}

.app-promo__brand {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
}

.app-promo__brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 9px 18px rgba(0, 5, 45, 0.34));
}

.app-promo__brand span {
  color: var(--mira-yellow);
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.app-promo__brand strong {
  color: #fff;
}

.app-promo h1 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.25rem, 3.45vw, 4.15rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.app-promo h1 strong {
  display: block;
  color: var(--mira-yellow);
  font-weight: 800;
}

.app-promo__copy > p:not(.app-promo__eyebrow) {
  max-width: 33ch;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.6;
}

.app-promo__stores {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
}

.app-promo__stores a {
  display: block;
  width: 128px;
  min-width: 128px;
  max-width: 128px;
  height: 42px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: #000;
  transition: transform 350ms var(--ease-out), filter 300ms ease;
}

.app-promo__stores a:hover,
.app-promo__stores a:focus-visible {
  filter: brightness(1.12);
  outline: none;
  transform: translateY(-4px);
}

.app-promo__stores img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-promo__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 21px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.app-promo__more span {
  color: var(--mira-yellow);
  font-size: 1rem;
  transition: transform 300ms var(--ease-out);
}

.app-promo__more:hover span,
.app-promo__more:focus-visible span {
  transform: translate(3px, -3px);
}

.app-promo__phone {
  position: absolute;
  z-index: 1;
  right: -5px;
  bottom: -34px;
  width: clamp(142px, 13vw, 190px);
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 28px 28px 0 0;
  background: #050b21;
  box-shadow: -18px 24px 60px rgba(0, 4, 37, 0.48), inset 0 0 0 2px rgba(255, 255, 255, 0.08);
  transform: rotate(4deg);
  transition: transform 800ms var(--ease-out);
}

.app-promo:hover .app-promo__phone {
  transform: translate(-7px, -8px) rotate(1deg);
}

.app-promo__phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
}

.app-promo__speaker {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 50%;
  width: 38px;
  height: 5px;
  border-radius: 99px;
  background: rgba(4, 9, 29, 0.92);
  transform: translateX(-50%);
}

.member-panel {
  position: relative;
  padding: clamp(30px, 3.5vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045));
  box-shadow: 0 30px 90px rgba(0, 4, 36, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(24px) saturate(135%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
}

.member-panel::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(105, 181, 255, 0.28);
  filter: blur(40px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(30px, 4vh, 52px);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow__line {
  display: block;
  width: 32px;
  height: 2px;
  background: var(--mira-yellow);
}

.member-panel__copy {
  min-height: 300px;
  transform-origin: left center;
}

.member-panel__copy.is-changing {
  pointer-events: none;
}

.member-panel__kicker {
  margin: 0 0 12px;
  color: var(--mira-yellow);
  font-size: clamp(0.78rem, 0.9vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.member-panel h1,
.member-panel h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.7rem, 4.3vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.member-panel h1 span,
.member-panel h1 strong,
.member-panel h3 span,
.member-panel h3 strong {
  display: block;
}

.member-panel h1 strong,
.member-panel h3 strong {
  font-weight: 800;
}

.member-panel__description {
  max-width: 48ch;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.96rem, 1.1vw, 1.08rem);
  line-height: 1.72;
}

.member-panel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: clamp(34px, 5vh, 58px);
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform 300ms var(--ease-out), background 250ms ease, color 250ms ease;
}

.socials a:hover {
  color: #08236f;
  background: var(--mira-yellow);
  transform: translateY(-4px);
}

.socials svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.socials svg .fill {
  fill: currentColor;
  stroke: none;
}

.profile-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.86rem;
  font-weight: 700;
}

.profile-link span {
  color: var(--mira-yellow);
  font-size: 1.1rem;
  transition: transform 300ms var(--ease-out);
}

.profile-link:hover span {
  transform: translate(3px, -3px);
}

.people-showcase {
  min-width: 0;
}

.people-showcase__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 8px 20px;
}

.people-showcase__heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.people-showcase__heading span {
  color: rgba(255, 255, 255, 0.45);
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.people-showcase__heading b {
  color: var(--mira-yellow);
  font-size: 1.15rem;
}

.people-deck {
  position: relative;
  height: clamp(430px, 53vh, 570px);
  min-height: clamp(410px, 53vh, 570px);
  perspective: 1200px;
}

.person-card {
  --card-offset: calc(var(--index) * 18.8%);
  position: absolute;
  z-index: var(--stack-order, 1);
  top: 3%;
  left: var(--card-offset);
  width: 39%;
  aspect-ratio: 4 / 5;
  max-height: 94%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 22px;
  cursor: pointer;
  background: #051651;
  box-shadow: 0 26px 65px rgba(0, 4, 37, 0.44);
  transform: translateY(calc(var(--index) * 10px)) rotateY(-6deg) scale(0.96);
  transform-origin: bottom center;
  filter: saturate(0.6) brightness(0.66);
  transition: transform 700ms var(--ease-out), filter 500ms ease, box-shadow 500ms ease, border-color 500ms ease;
}

.person-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 14, 72, 0.3));
  transition: opacity 400ms ease;
}

.person-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 850ms var(--ease-out);
}

.person-card.is-flipped .person-card__inner {
  transform: rotateY(180deg);
}

.person-card__face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.person-card__front {
  pointer-events: auto;
}

.person-card__back {
  z-index: 2;
  display: flex;
  padding: 58px 20px 20px;
  flex-direction: column;
  color: #fff;
  pointer-events: none;
  background:
    radial-gradient(circle at 88% 10%, rgba(57, 160, 255, 0.48), transparent 32%),
    linear-gradient(145deg, #063edf 0%, #031b78 56%, #00134f 100%);
  transform: rotateY(180deg);
}

.person-card.is-flipped .person-card__front {
  pointer-events: none;
}

.person-card.is-flipped .person-card__back {
  pointer-events: auto;
}

.person-card__back::after {
  content: "";
  position: absolute;
  right: -42%;
  bottom: -24%;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(255, 255, 255, 0.025);
  pointer-events: none;
}

.person-card__back > p {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--mira-yellow);
  font-size: clamp(0.47rem, 0.62vw, 0.62rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.person-card__back h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.24rem, 1.75vw, 1.78rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.person-card__back h3 strong {
  display: block;
  color: var(--mira-yellow);
  font-weight: 800;
}

.person-card__bio {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(0.6rem, 0.78vw, 0.76rem);
  line-height: 1.52;
}

.person-card__socials {
  position: relative;
  z-index: 1;
  display: flex;
  margin-top: auto;
  gap: 5px;
  flex-wrap: wrap;
}

.person-card__socials a {
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 99px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.48rem, 0.58vw, 0.58rem);
  font-weight: 700;
  background: rgba(255, 255, 255, 0.06);
  transition: color 250ms ease, background 250ms ease, transform 300ms var(--ease-out);
}

.person-card__socials a:hover,
.person-card__socials a:focus-visible {
  color: #061b68;
  background: var(--mira-yellow);
  outline: none;
  transform: translateY(-2px);
}

.person-card__flip {
  position: absolute;
  z-index: 5;
  top: 13px;
  right: 13px;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  padding: 4px 5px 4px 11px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 99px;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: clamp(0.48rem, 0.62vw, 0.62rem);
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: rgba(0, 18, 75, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: color 250ms ease, background 250ms ease, transform 350ms var(--ease-out);
}

.person-card__flip b {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: #061b68;
  background: var(--mira-yellow);
  font-size: 0.9rem;
}

.person-card__flip:hover,
.person-card__flip:focus-visible {
  color: #061b68;
  background: var(--mira-yellow);
  outline: none;
  transform: translateY(-2px);
}

.person-card__flip:hover b,
.person-card__flip:focus-visible b {
  color: #fff;
  background: #061b68;
}

.person-card__flip--back {
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.07);
}

.person-card:hover {
  filter: saturate(0.92) brightness(0.88);
  transform: translateY(calc(var(--index) * 10px - 12px)) rotateY(-2deg) scale(0.99);
}

.person-card.is-active {
  z-index: 20;
  border-color: rgba(255, 219, 22, 0.72);
  filter: saturate(1) brightness(1);
  transform: translateY(-10px) rotateY(0) scale(1.035);
  box-shadow: 0 34px 90px rgba(0, 4, 37, 0.65), 0 0 0 5px rgba(255, 219, 22, 0.06);
}

.person-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.person-card__number {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 700;
  background: rgba(2, 25, 98, 0.5);
  backdrop-filter: blur(12px);
}

.person-card.is-active .person-card__number {
  color: #06216c;
  border-color: var(--mira-yellow);
  background: var(--mira-yellow);
}

.person-card__shine {
  position: absolute;
  z-index: 2;
  inset: -100% 60% 60% -100%;
  background: linear-gradient(135deg, transparent 45%, rgba(255, 255, 255, 0.3) 50%, transparent 55%);
  transition: transform 800ms var(--ease-out);
}

.person-card:hover .person-card__shine {
  transform: translate(150%, 150%);
}

.deck-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 8px 0;
}

.deck-controls__hint {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.deck-controls__hint svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: var(--mira-yellow);
  stroke-width: 1.5;
}

.deck-controls__arrows {
  display: flex;
  gap: 8px;
}

.deck-controls__arrows button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.1rem;
  transition: color 250ms ease, background 250ms ease, transform 300ms var(--ease-out);
}

.deck-controls__arrows button:hover {
  color: #071e67;
  background: var(--mira-yellow);
  transform: scale(1.08);
}

.hero__scroll {
  position: absolute;
  bottom: 22px;
  left: 2vw;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: left center;
}

.hero__scroll span {
  position: relative;
  width: 40px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.22);
}

.hero__scroll span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--mira-yellow);
  transform: translateX(-100%);
  animation: scroll-line 2.2s ease-in-out infinite;
}

.latest-news {
  position: relative;
  overflow: hidden;
  color: #07153f;
  background: #f5f7fb;
}

.latest-news::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: var(--grid-size) var(--grid-size);
  background-attachment: fixed;
  mask-image: linear-gradient(180deg, transparent 0, black 13%, black 78%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, black 13%, black 78%, transparent 100%);
}

.latest-news__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.latest-news__glow--one {
  top: -260px;
  right: -200px;
  width: 520px;
  height: 520px;
  border: 100px solid rgba(2, 46, 218, 0.045);
}

.latest-news__glow--two {
  bottom: -170px;
  left: -130px;
  width: 350px;
  height: 350px;
  background: rgba(255, 219, 22, 0.11);
  filter: blur(90px);
}

.latest-news__container {
  position: relative;
  z-index: 1;
  width: min(1500px, calc(100% - 8vw));
  margin: 0 auto;
  padding: clamp(88px, 9vw, 138px) 0;
}

.latest-news__header {
  display: grid;
  grid-template-columns: 1fr minmax(340px, 0.65fr);
  align-items: end;
  gap: 70px;
  margin-bottom: clamp(42px, 5vw, 70px);
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 15px;
  color: var(--mira-blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-kicker span {
  width: 34px;
  height: 2px;
  background: var(--mira-yellow);
}

.latest-news__header h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3rem, 6vw, 6.2rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.94;
}

.latest-news__intro {
  padding-bottom: 4px;
}

.latest-news__intro p {
  max-width: 46ch;
  margin: 0 0 22px;
  color: #64708e;
  font-size: 1rem;
  line-height: 1.65;
}

.latest-news__intro a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--mira-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.latest-news__intro a span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #07153f;
  background: var(--mira-yellow);
  transition: transform 300ms var(--ease-out);
}

.latest-news__intro a:hover span {
  transform: translate(3px, -3px);
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(390px, 0.74fr);
  align-items: stretch;
  gap: clamp(22px, 3vw, 42px);
}

.featured-news {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-radius: 30px;
  background: #061643;
  box-shadow: 0 34px 90px rgba(7, 21, 63, 0.18);
}

.featured-news > a,
.featured-news img,
.featured-news__veil {
  position: absolute;
  inset: 0;
}

.featured-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease-out), filter 500ms ease;
}

.featured-news__veil {
  background: linear-gradient(180deg, rgba(4, 12, 43, 0.02) 24%, rgba(3, 13, 51, 0.24) 52%, rgba(2, 13, 54, 0.96) 100%);
}

.featured-news__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(30px, 4vw, 58px);
  color: #fff;
}

.featured-news__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.featured-news__meta span {
  padding: 7px 12px;
  border-radius: 99px;
  color: #051c69;
  background: var(--mira-yellow);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured-news__meta time {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  font-weight: 600;
}

.featured-news h3 {
  max-width: 22ch;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 3.3vw, 3.7rem);
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.featured-news__content > p {
  max-width: 67ch;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.94rem;
  line-height: 1.6;
}

.featured-news__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-news__link b {
  color: var(--mira-yellow);
  font-size: 1rem;
  transition: transform 300ms var(--ease-out);
}

.featured-news:hover img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.045);
}

.featured-news:hover .featured-news__link b {
  transform: translate(3px, -3px);
}

.news-rail {
  min-width: 0;
}

.news-rail__list {
  display: grid;
  height: 100%;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.news-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(2, 46, 218, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 45px rgba(7, 21, 63, 0.08);
  transition: border-color 300ms ease, background 300ms ease, box-shadow 300ms ease, transform 400ms var(--ease-out);
}

.news-card + .news-card {
  margin-top: 0;
}

.news-card.is-current {
  border-color: rgba(2, 46, 218, 0.12);
  box-shadow: 0 18px 45px rgba(7, 21, 63, 0.08);
}

.news-card a {
  display: grid;
  height: 100%;
  grid-template-columns: 42% 1fr;
  min-height: 204px;
  padding: 10px;
  gap: 18px;
}

.news-card figure {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #e8ecf5;
}

.news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease-out);
}

.news-card__body {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 10px 8px 34px 0;
  flex-direction: column;
}

.news-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #9099ad;
  font-size: 0.68rem;
  font-weight: 600;
}

.news-card__meta span {
  color: var(--mira-blue);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.news-card h3 {
  margin: 20px 0 0;
  display: -webkit-box;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  letter-spacing: -0.035em;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.news-card__arrow {
  position: absolute;
  right: 7px;
  bottom: 7px;
  color: var(--mira-blue);
  font-size: 1rem;
  transition: transform 300ms var(--ease-out);
}

.news-card:hover {
  border-color: rgba(2, 46, 218, 0.28);
  background: #fff;
  box-shadow: 0 24px 55px rgba(2, 46, 218, 0.12);
  transform: translateY(-4px);
}

.news-card:hover img {
  transform: scale(1.06);
}

.news-card:hover .news-card__arrow {
  transform: translate(3px, -3px);
}

.bogota-news {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 16%, rgba(79, 151, 255, 0.46), transparent 34%),
    radial-gradient(circle at 8% 82%, rgba(0, 174, 255, 0.18), transparent 31%),
    linear-gradient(145deg, #022eda 0%, #1853ee 52%, #02207f 100%);
}

.bogota-news::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(112, 151, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 151, 255, 0.18) 1px, transparent 1px);
  background-size: var(--grid-size) var(--grid-size);
  background-attachment: fixed;
  mask-image: linear-gradient(180deg, transparent 0, black 15%, black 84%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, black 15%, black 84%, transparent 100%);
}

.bogota-news::after {
  content: "";
  position: absolute;
  top: 90px;
  right: -170px;
  width: 440px;
  height: 440px;
  border: 92px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  pointer-events: none;
}

.bogota-news__container {
  position: relative;
  z-index: 1;
  width: min(1500px, calc(100% - 8vw));
  margin: 0 auto;
  padding: clamp(88px, 9vw, 138px) 0;
}

.bogota-news__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.58fr);
  align-items: end;
  gap: 70px;
  margin-bottom: clamp(44px, 5vw, 72px);
}

.bogota-news__kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bogota-news__kicker span {
  width: 34px;
  height: 2px;
  background: var(--mira-yellow);
}

.bogota-news__header h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.4rem, 7vw, 7.2rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.86;
}

.bogota-news__header h2 strong {
  display: block;
  color: var(--mira-yellow);
  font-weight: 800;
}

.bogota-news__intro {
  padding-bottom: 4px;
}

.bogota-news__intro p {
  max-width: 46ch;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 1rem;
  line-height: 1.65;
}

.bogota-news__intro > a {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.bogota-news__intro > a span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #06164f;
  background: var(--mira-yellow);
  transition: transform 300ms var(--ease-out);
}

.bogota-news__intro > a:hover span {
  transform: translate(3px, -3px);
}

.bogota-news__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(390px, 0.74fr);
  gap: clamp(22px, 3vw, 42px);
}

.bogota-featured {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: #02208f;
  box-shadow: 0 34px 90px rgba(0, 3, 27, 0.42);
}

.bogota-featured > a,
.bogota-featured img,
.bogota-featured__veil {
  position: absolute;
  inset: 0;
}

.bogota-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease-out), filter 500ms ease;
}

.bogota-featured__veil {
  background: linear-gradient(180deg, rgba(2, 46, 218, 0.02) 18%, rgba(2, 46, 218, 0.22) 46%, rgba(1, 24, 112, 0.96) 100%);
}

.bogota-featured__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(30px, 4vw, 58px);
}

.bogota-news__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 700;
}

.bogota-news__meta span {
  color: var(--mira-yellow);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bogota-featured h3 {
  max-width: 22ch;
  margin: 20px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.15rem, 3.4vw, 3.8rem);
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.bogota-featured__content > p {
  max-width: 65ch;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.94rem;
  line-height: 1.6;
}

.bogota-news__read {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bogota-news__read b {
  color: var(--mira-yellow);
  font-size: 1rem;
  transition: transform 300ms var(--ease-out);
}

.bogota-featured:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.045);
}

.bogota-featured:hover .bogota-news__read b {
  transform: translate(3px, -3px);
}

.bogota-news__rail {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bogota-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(7, 61, 221, 0.34);
  box-shadow: 0 18px 45px rgba(0, 3, 29, 0.18);
  transition: border-color 300ms ease, background 300ms ease, transform 400ms var(--ease-out);
}

.bogota-card a {
  display: grid;
  height: 100%;
  min-height: 204px;
  grid-template-columns: 42% 1fr;
  gap: 18px;
  padding: 10px;
}

.bogota-card figure {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #102764;
}

.bogota-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms var(--ease-out);
}

.bogota-card__body {
  position: relative;
  min-width: 0;
  padding: 10px 8px 34px 0;
}

.bogota-card h3 {
  margin: 20px 0 0;
  display: -webkit-box;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  letter-spacing: -0.035em;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.bogota-card__arrow {
  position: absolute;
  right: 7px;
  bottom: 7px;
  color: var(--mira-yellow);
  transition: transform 300ms var(--ease-out);
}

.bogota-card:hover {
  border-color: rgba(255, 219, 22, 0.5);
  background: rgba(255, 255, 255, 0.11);
  transform: translateY(-4px);
}

.bogota-card:hover img {
  transform: scale(1.06);
}

.bogota-card:hover .bogota-card__arrow {
  transform: translate(3px, -3px);
}

.causes {
  position: relative;
  overflow: hidden;
  color: #07153f;
  background: #eef3ff;
}

.causes::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.46;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: var(--grid-size) var(--grid-size);
  background-attachment: fixed;
  mask-image: linear-gradient(180deg, transparent 0, black 14%, black 86%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, black 14%, black 86%, transparent 100%);
}

.causes::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border: 110px solid rgba(2, 46, 218, 0.045);
  border-radius: 50%;
  pointer-events: none;
}

.causes__container {
  position: relative;
  z-index: 1;
  width: min(1500px, calc(100% - 8vw));
  margin: 0 auto;
  padding: clamp(88px, 9vw, 138px) 0 calc(clamp(88px, 9vw, 138px) + 42px);
}

.causes__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.55fr);
  align-items: end;
  gap: 70px;
  margin-bottom: clamp(44px, 5vw, 74px);
}

.causes__header h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.5rem, 7vw, 7.2rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.causes__header h2 strong {
  display: block;
  color: var(--mira-blue);
  font-weight: 800;
}

.causes__header > p {
  max-width: 46ch;
  margin: 0 0 4px;
  color: #64708e;
  font-size: 1rem;
  line-height: 1.65;
}

.causes__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
  perspective: 1400px;
}

.cause-card {
  --card-offset: 0px;
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(2, 46, 218, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 65px rgba(7, 21, 63, 0.11);
  transform: translateY(var(--card-offset));
  transform-style: preserve-3d;
  transition: opacity 650ms ease, border-color 350ms ease, box-shadow 500ms ease, transform 650ms var(--ease-out);
}

.cause-card:nth-child(even) {
  --card-offset: 42px;
}

.causes-motion .cause-card {
  opacity: 0;
  transform: translateY(calc(var(--card-offset) + 58px)) scale(0.965);
}

.causes-motion .cause-card:nth-child(2) {
  transition-delay: 90ms;
}

.causes-motion .cause-card:nth-child(3) {
  transition-delay: 180ms;
}

.causes-motion .cause-card:nth-child(4) {
  transition-delay: 270ms;
}

.causes-motion .cause-card.is-visible {
  opacity: 1;
  transform: translateY(var(--card-offset)) scale(1);
}

.cause-card figure {
  position: relative;
  aspect-ratio: 9 / 16;
  margin: 0;
  overflow: hidden;
  border-radius: 26px 26px 18px 18px;
  background: #07194f;
}

.cause-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 450ms ease, transform 850ms var(--ease-out);
}

.cause-card__shine {
  position: absolute;
  inset: -80% 55% 55% -85%;
  pointer-events: none;
  background: linear-gradient(135deg, transparent 43%, rgba(255, 255, 255, 0.42) 50%, transparent 57%);
  transform: translate(-15%, -15%);
  transition: transform 950ms var(--ease-out);
}

.cause-card__footer {
  display: grid;
  min-height: 106px;
  grid-template-columns: 38px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 13px;
  padding: 18px;
}

.cause-card__number {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(2, 46, 218, 0.16);
  border-radius: 50%;
  color: var(--mira-blue);
  font-size: 0.66rem;
  font-weight: 800;
}

.cause-card__copy {
  min-width: 0;
}

.cause-card__copy strong,
.cause-card__copy small {
  display: block;
}

.cause-card__copy strong {
  font-family: "Manrope", sans-serif;
  font-size: clamp(0.92rem, 1.15vw, 1.12rem);
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.cause-card__copy small {
  margin-top: 5px;
  overflow: hidden;
  color: #7b86a1;
  font-size: 0.68rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cause-card__arrow {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #06164f;
  background: var(--mira-yellow);
  font-size: 1rem;
  transition: color 300ms ease, background 300ms ease, transform 400ms var(--ease-out);
}

.cause-card:hover,
.cause-card:focus-visible,
.causes-motion .cause-card.is-visible:hover,
.causes-motion .cause-card.is-visible:focus-visible {
  border-color: rgba(2, 46, 218, 0.45);
  box-shadow: 0 34px 85px rgba(2, 46, 218, 0.2);
  outline: none;
  transform: translateY(calc(var(--card-offset) - 16px)) rotateX(1deg) scale(1.015);
}

.cause-card:hover img,
.cause-card:focus-visible img {
  filter: saturate(1.08) contrast(1.025);
  transform: scale(1.035);
}

.cause-card:hover .cause-card__shine,
.cause-card:focus-visible .cause-card__shine {
  transform: translate(185%, 185%);
}

.cause-card:hover .cause-card__arrow,
.cause-card:focus-visible .cause-card__arrow {
  color: #fff;
  background: var(--mira-blue);
  transform: rotate(8deg) scale(1.08);
}

.representatives {
  isolation: isolate;
  position: relative;
  min-height: 100svh;
  padding: clamp(88px, 9vw, 150px) 0 clamp(96px, 10vw, 160px);
  overflow: hidden;
  background: var(--mira-blue);
}

.representatives::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.3;
  pointer-events: none;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: var(--grid-size) var(--grid-size);
  background-attachment: fixed;
}

.representatives__background,
.representatives__background-image,
.representatives__wash {
  position: absolute;
  inset: 0;
}

.representatives__background {
  z-index: -2;
  overflow: hidden;
  background: var(--mira-blue);
}

.representatives__background-image {
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  object-position: 50% 24%;
  filter: saturate(0.76) contrast(1.08);
  transform: scale(1.08);
  transition: opacity 900ms var(--ease-out), transform 1500ms var(--ease-out);
}

.representatives__background-image.is-visible {
  opacity: 0.24;
  transform: scale(1.02);
}

.representatives__wash {
  background:
    linear-gradient(90deg, rgba(2, 32, 127, 0.9) 0%, rgba(2, 46, 218, 0.84) 40%, rgba(24, 83, 238, 0.7) 72%, rgba(2, 32, 127, 0.88) 100%),
    linear-gradient(180deg, rgba(2, 46, 218, 0.06), rgba(2, 32, 127, 0.58));
}

.representatives__orb {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  filter: blur(90px);
}

.representatives__orb--one {
  top: -18%;
  left: 36%;
  width: 44vw;
  height: 44vw;
  background: rgba(49, 121, 255, 0.72);
}

.representatives__orb--two {
  right: -8%;
  bottom: -32%;
  width: 42vw;
  height: 42vw;
  background: rgba(0, 208, 255, 0.3);
}

.representatives__intro,
.representatives__content {
  width: min(1500px, calc(100% - 8vw));
  margin-inline: auto;
}

.representatives__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  align-items: end;
  gap: clamp(42px, 7vw, 110px);
  margin-bottom: clamp(48px, 5vw, 74px);
}

.representatives__kicker {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 -22px;
  color: var(--mira-yellow);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.representatives__kicker span {
  width: 32px;
  height: 2px;
  background: currentColor;
}

.representatives__intro h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.2rem, 6.3vw, 7.4rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.85;
}

.representatives__intro h2 strong {
  display: block;
  color: var(--mira-yellow);
  font-weight: 800;
}

.representatives__intro > p:last-child {
  max-width: 48ch;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.96rem, 1.1vw, 1.08rem);
  line-height: 1.72;
}

.representatives__content {
  display: grid;
  grid-template-columns: minmax(390px, 0.8fr) minmax(600px, 1.2fr);
  align-items: center;
  gap: clamp(50px, 6vw, 112px);
}

.representatives__panel {
  min-height: 570px;
  display: flex;
  flex-direction: column;
}

.representatives__panel .member-panel__copy {
  flex: 1;
}

.representatives__panel .member-panel__footer {
  margin-top: auto;
}

.representatives__showcase {
  min-width: 0;
}

.representatives__deck {
  position: relative;
  height: clamp(430px, 53vh, 570px);
  min-height: 430px;
  perspective: 1200px;
}

.representative-card {
  --card-offset: calc(var(--index) * 13.65%);
  position: absolute;
  z-index: var(--stack-order, 1);
  top: 3%;
  left: var(--card-offset);
  width: 32%;
  aspect-ratio: 4 / 5;
  max-height: 94%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 22px;
  cursor: pointer;
  background: #051651;
  box-shadow: 0 26px 65px rgba(0, 4, 37, 0.44);
  transform: translateY(calc(var(--index) * 7px)) rotateY(-6deg) scale(0.96);
  transform-origin: bottom center;
  filter: saturate(0.58) brightness(0.65);
  transition: transform 700ms var(--ease-out), filter 500ms ease, box-shadow 500ms ease, border-color 500ms ease;
}

.representative-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 14, 72, 0.34));
  pointer-events: none;
}

.representative-card > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.representative-card:hover {
  filter: saturate(0.92) brightness(0.88);
  transform: translateY(calc(var(--index) * 7px - 12px)) rotateY(-2deg) scale(0.99);
}

.representative-card.is-active {
  z-index: 20;
  border-color: rgba(255, 219, 22, 0.72);
  filter: saturate(1) brightness(1);
  transform: translateY(-10px) rotateY(0) scale(1.035);
  box-shadow: 0 34px 90px rgba(0, 4, 37, 0.65), 0 0 0 5px rgba(255, 219, 22, 0.06);
}

.representative-card.is-active .person-card__number {
  color: #06216c;
  border-color: var(--mira-yellow);
  background: var(--mira-yellow);
}

.representative-card:hover .person-card__shine {
  transform: translate(150%, 150%);
}

.representative-card--portrait {
  background: linear-gradient(155deg, #022eda 0%, #00134f 88%);
}

.representative-card--portrait > img {
  object-position: center top;
}

.representative-card__veil {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(1, 21, 88, 0.56) 61%, #01134f 85%);
}

.representative-card__brand {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 12px;
  width: 38%;
  filter: drop-shadow(0 3px 8px rgba(0, 5, 39, 0.36));
}

.representative-card__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.representative-card__label {
  position: absolute;
  z-index: 3;
  right: 17px;
  bottom: 18px;
  left: 17px;
  display: block;
  color: #fff;
  text-align: left;
  text-shadow: 0 2px 12px rgba(0, 4, 32, 0.36);
}

.representative-card__label small,
.representative-card__label strong,
.representative-card__label b {
  display: block;
}

.representative-card__label small {
  margin-bottom: 6px;
  color: var(--mira-yellow);
  font-size: clamp(0.49rem, 0.7vw, 0.68rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.representative-card__label strong,
.representative-card__label b {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1rem, 1.45vw, 1.45rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.representative-card__label strong {
  font-weight: 500;
}

.representative-card__label b {
  color: var(--mira-yellow);
  font-weight: 800;
}

.representatives__mobile-nav {
  display: none;
}

.site-footer {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  color: #0e1c46;
  background:
    radial-gradient(circle at 86% 10%, rgba(2, 46, 218, 0.1), transparent 31%),
    radial-gradient(circle at 10% 88%, rgba(255, 219, 22, 0.12), transparent 29%),
    #f7f9ff;
}

.site-footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0.72;
  background-image:
    linear-gradient(rgba(2, 46, 218, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2, 46, 218, 0.055) 1px, transparent 1px);
  background-size: var(--grid-size) var(--grid-size);
  background-attachment: fixed;
}

.site-footer__glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
}

.site-footer__glow--one {
  top: -180px;
  right: 8%;
  width: 430px;
  height: 430px;
  background: rgba(65, 127, 255, 0.16);
}

.site-footer__glow--two {
  bottom: -240px;
  left: 5%;
  width: 500px;
  height: 500px;
  background: rgba(255, 219, 22, 0.12);
}

.site-footer__container {
  position: relative;
  z-index: 1;
  width: min(1500px, calc(100% - 8vw));
  margin: 0 auto;
  padding: clamp(82px, 8vw, 126px) 0 32px;
}

.site-footer__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  align-items: end;
  gap: 70px;
  margin-bottom: clamp(42px, 5vw, 68px);
}

.site-footer__kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 16px;
  color: #647090;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer__kicker span {
  width: 32px;
  height: 2px;
  background: var(--mira-yellow);
}

.site-footer__intro h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.4rem, 6.2vw, 7.2rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.86;
}

.site-footer__intro h2 strong {
  display: block;
  color: var(--mira-blue);
  font-weight: 800;
}

.site-footer__intro > p {
  max-width: 46ch;
  margin: 0 0 8px;
  color: #68738f;
  font-size: clamp(0.92rem, 1vw, 1.04rem);
  line-height: 1.7;
}

.official-socials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.official-social {
  --social-color: var(--mira-blue);
  position: relative;
  display: grid;
  min-height: 112px;
  grid-template-columns: 58px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  overflow: hidden;
  border: 1px solid rgba(12, 36, 105, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(28, 54, 124, 0.08), inset 0 1px 0 #fff;
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
  transition: border-color 280ms ease, background 280ms ease, box-shadow 380ms ease, transform 500ms var(--ease-out);
}

.official-social::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  opacity: 0;
  background: var(--social-color);
  filter: blur(30px);
  transition: opacity 300ms ease;
}

.official-social:hover,
.official-social:focus-visible {
  border-color: var(--social-color);
  background: #fff;
  box-shadow: 0 26px 68px rgba(24, 48, 115, 0.14), inset 0 1px 0 #fff;
  outline: none;
  transform: translateY(-6px);
}

.official-social:hover::before,
.official-social:focus-visible::before {
  opacity: 0.08;
}

.official-social__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: var(--social-color);
  box-shadow: 0 12px 28px rgba(24, 48, 115, 0.16);
  transition: transform 450ms var(--ease-out);
}

.official-social:hover .official-social__icon,
.official-social:focus-visible .official-social__icon {
  transform: rotate(-5deg) scale(1.06);
}

.official-social__icon svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
  stroke: none;
}

.official-social--facebook {
  --social-color: #1877f2;
}

.official-social--instagram {
  --social-color: #e1306c;
}

.official-social--instagram .official-social__icon {
  background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 45%, #6228d7 100%);
}

.official-social--x {
  --social-color: #111;
}

.official-social--tiktok {
  --social-color: #111;
}

.official-social--tiktok .official-social__icon {
  background: #111;
  box-shadow: -3px -2px 0 rgba(37, 244, 238, 0.85), 3px 2px 0 rgba(254, 44, 85, 0.85), 0 12px 28px rgba(24, 48, 115, 0.16);
}

.official-social--youtube {
  --social-color: #ff0000;
}

.official-social--whatsapp {
  --social-color: #25d366;
}

.official-social--instagram .official-social__icon svg,
.official-social--whatsapp .official-social__icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.official-social--instagram .official-social__icon .official-social__icon-fill {
  fill: currentColor;
  stroke: none;
}

.official-social__copy {
  min-width: 0;
}

.official-social__copy small,
.official-social__copy strong {
  display: block;
}

.official-social__copy small {
  margin-bottom: 5px;
  color: #747e99;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.official-social__copy strong {
  overflow: hidden;
  font-family: "Manrope", sans-serif;
  color: #0e1c46;
  font-size: clamp(0.98rem, 1.2vw, 1.2rem);
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.official-social__arrow {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(12, 36, 105, 0.12);
  border-radius: 50%;
  color: var(--social-color);
  font-size: 1rem;
  background: #f5f7fc;
  transition: color 280ms ease, background 280ms ease, transform 450ms var(--ease-out);
}

.official-social:hover .official-social__arrow,
.official-social:focus-visible .official-social__arrow {
  color: #fff;
  background: var(--social-color);
  transform: rotate(8deg);
}

.site-footer__bottom {
  display: grid;
  min-height: 100px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  margin-top: clamp(54px, 6vw, 82px);
  padding-top: 26px;
  border-top: 1px solid rgba(2, 46, 218, 0.12);
}

.site-footer__brand {
  width: 174px;
}

.site-footer__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer__bottom p {
  margin: 0;
  color: #7b849d;
  font-size: 0.72rem;
}

.site-footer__contact {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--mira-blue);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer__contact span {
  color: var(--mira-blue);
  font-size: 1rem;
  transition: transform 300ms var(--ease-out);
}

.site-footer__contact:hover span,
.site-footer__contact:focus-visible span {
  transform: translate(3px, -3px);
}

.section-action {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}

.latest-news__intro .section-action__cta,
.bogota-news__intro .section-action__cta,
.representatives__intro .section-action__cta {
  min-height: 38px;
  flex: 0 0 auto;
  padding-left: 16px;
  color: #052479;
  white-space: nowrap;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.latest-news__intro .section-action__message,
.bogota-news__intro .section-action__message,
.representatives__intro .section-action__message {
  min-width: 0;
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.42;
}

.section-action__message strong,
.section-action__message span {
  display: block;
}

.section-action__message strong {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.section-action--light .section-action__message strong {
  color: #101f52;
}

.section-action--light .section-action__message span {
  color: #75809b;
}

.section-action--dark .section-action__message strong {
  color: rgba(255, 255, 255, 0.9);
}

.section-action--dark .section-action__message span {
  color: rgba(255, 255, 255, 0.56);
}

.page-motion .reveal-on-scroll {
  opacity: 0;
  filter: blur(5px);
  translate: 0 42px;
  scale: 0.985;
  will-change: opacity, filter, translate, scale;
}

.page-motion .reveal-on-scroll.is-visible {
  animation: reveal-in 880ms var(--ease-out) both;
  animation-delay: var(--reveal-delay, 0ms);
}

@keyframes reveal-in {
  from {
    opacity: 0;
    filter: blur(5px);
    translate: 0 42px;
    scale: 0.985;
  }

  to {
    opacity: 1;
    filter: blur(0);
    translate: 0 0;
    scale: 1;
  }
}

@keyframes drift {
  to { transform: translate(5vw, 3vh) scale(1.1); }
}

@keyframes scroll-line {
  50%, 100% { transform: translateX(100%); }
}

@media (max-width: 1180px) {
  .hero__content {
    grid-template-columns: minmax(350px, 0.84fr) minmax(500px, 1.16fr);
    gap: 38px;
  }

  .member-panel {
    padding: 34px;
  }

  .app-promo {
    padding: 34px;
  }

  .app-promo__copy {
    width: 66%;
  }

  .person-card {
    width: 42%;
    --card-offset: calc(var(--index) * 18%);
  }

  .latest-news__header {
    gap: 44px;
  }

  .news-layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(350px, 0.88fr);
  }

  .featured-news {
    min-height: 640px;
  }

  .news-rail {
    padding: 0;
  }

  .news-card a {
    grid-template-columns: 40% 1fr;
    gap: 13px;
  }

  .bogota-news__header {
    gap: 44px;
  }

  .bogota-news__layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(350px, 0.88fr);
  }

  .bogota-featured {
    min-height: 640px;
  }

  .bogota-card a {
    grid-template-columns: 40% 1fr;
    gap: 13px;
  }

  .causes__header {
    gap: 44px;
  }

  .cause-card__footer {
    grid-template-columns: 34px minmax(0, 1fr) 38px;
    gap: 9px;
    padding: 14px;
  }

  .cause-card__number {
    width: 33px;
    height: 33px;
  }

  .cause-card__arrow {
    width: 38px;
    height: 38px;
  }

  .representatives__content {
    grid-template-columns: minmax(350px, 0.84fr) minmax(500px, 1.16fr);
    gap: 38px;
  }

  .representatives__panel {
    padding: 34px;
  }

  .representative-card {
    width: 34%;
    --card-offset: calc(var(--index) * 13.15%);
  }

  .site-footer__intro {
    gap: 44px;
  }

  .official-social {
    grid-template-columns: 50px minmax(0, 1fr) 34px;
    gap: 12px;
    padding-inline: 15px;
  }

  .official-social__icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }
}

@media (max-width: 1100px) {
  .section-action {
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
  }

  .hero {
    min-height: 100svh;
  }

  .site-header {
    width: calc(100% - 40px);
    min-height: 86px;
    grid-template-columns: 1fr auto;
  }

  .brand {
    width: 164px;
  }

  .site-nav {
    display: none;
  }

  .hero__content {
    width: calc(100% - 40px);
    padding: 42px 0 76px;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .member-panel {
    width: 100%;
    max-width: none;
  }

  .app-promo {
    width: 100%;
    max-width: none;
  }

  .app-promo__copy {
    width: min(62%, 570px);
  }

  .app-promo__phone {
    right: clamp(8px, 3vw, 30px);
    bottom: -44px;
    width: clamp(190px, 27vw, 260px);
  }

  .people-deck {
    display: flex;
    height: auto;
    min-height: auto;
    gap: 16px;
    padding: 14px 8px 22px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .people-deck::-webkit-scrollbar {
    display: none;
  }

  .person-card,
  .person-card.is-active,
  .person-card:hover {
    position: relative;
    top: auto;
    left: auto;
    width: clamp(180px, 34vw, 245px);
    max-height: none;
    flex: 0 0 auto;
    transform: none;
    scroll-snap-align: center;
  }

  .person-card.is-active {
    transform: translateY(-7px);
  }

  .hero__scroll {
    display: none;
  }

  .latest-news__container {
    width: calc(100% - 40px);
  }

  .latest-news__header {
    grid-template-columns: 1fr minmax(280px, 0.7fr);
    gap: 34px;
  }

  .news-layout {
    grid-template-columns: 1fr;
  }

  .featured-news {
    min-height: 610px;
  }

  .news-rail {
    padding: 0;
  }

  .news-rail__list {
    display: flex;
    height: auto;
    margin-right: -22px;
    padding: 2px 22px 14px 2px;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .news-rail__list::-webkit-scrollbar {
    display: none;
  }

  .news-card {
    width: min(72vw, 390px);
    flex: 0 0 auto;
  }

  .news-card + .news-card {
    margin-top: 0;
  }

  .news-card a {
    grid-template-columns: 1fr;
    grid-template-rows: 190px 1fr;
  }

  .news-card__body {
    min-height: 178px;
    padding: 8px 7px 34px;
  }

  .bogota-news__container {
    width: calc(100% - 40px);
  }

  .bogota-news__header {
    grid-template-columns: 1fr minmax(280px, 0.7fr);
    gap: 34px;
  }

  .bogota-news__layout {
    grid-template-columns: 1fr;
  }

  .bogota-featured {
    min-height: 610px;
  }

  .bogota-news__rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .bogota-card a {
    grid-template-columns: 1fr;
    grid-template-rows: 190px 1fr;
  }

  .bogota-card__body {
    min-height: 178px;
    padding: 8px 7px 34px;
  }

  .causes__container {
    width: calc(100% - 40px);
  }

  .causes__header {
    grid-template-columns: 1fr minmax(280px, 0.7fr);
    gap: 34px;
  }

  .causes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .cause-card:nth-child(even) {
    --card-offset: 28px;
  }

  .representatives__intro,
  .representatives__content {
    width: calc(100% - 40px);
  }

  .representatives__intro {
    grid-template-columns: 1fr minmax(280px, 0.7fr);
    gap: 34px;
  }

  .representatives__content {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .representatives__panel {
    min-height: 0;
    width: 100%;
    max-width: none;
  }

  .representatives__deck {
    display: flex;
    height: auto;
    min-height: auto;
    gap: 16px;
    padding: 14px 8px 22px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .representatives__deck::-webkit-scrollbar {
    display: none;
  }

  .representative-card,
  .representative-card.is-active,
  .representative-card:hover {
    position: relative;
    top: auto;
    left: auto;
    width: clamp(180px, 34vw, 245px);
    max-height: none;
    flex: 0 0 auto;
    transform: none;
    scroll-snap-align: center;
  }

  .representative-card.is-active {
    transform: translateY(-7px);
  }

  .site-footer__container {
    width: calc(100% - 40px);
  }

  .site-footer__intro {
    grid-template-columns: 1fr minmax(280px, 0.7fr);
    gap: 34px;
  }

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

  .site-footer__bottom {
    grid-template-columns: 1fr auto;
  }

  .site-footer__bottom p {
    grid-row: 2;
    grid-column: 1 / -1;
    text-align: center;
  }
}

@media (min-width: 901px) and (max-width: 1020px) {
  .site-header {
    gap: 20px;
  }

  .brand {
    width: 166px;
  }

  .site-nav {
    gap: 11px;
  }

  .site-nav a {
    font-size: 0.64rem;
    letter-spacing: 0.055em;
  }

  .menu-toggle {
    padding-left: 15px;
    gap: 9px;
    font-size: 0.7rem;
  }
}

@media (max-width: 560px) {
  .latest-news__intro .section-action__message,
  .bogota-news__intro .section-action__message,
  .representatives__intro .section-action__message {
    max-width: 36ch;
    font-size: 0.72rem;
  }

  .citizen-contact__inner {
    width: calc(100% - 28px);
    min-height: 54px;
    justify-content: flex-start;
    gap: 11px;
    padding-top: 10px;
  }

  .citizen-contact__message {
    min-width: 0;
    gap: 9px;
  }

  .citizen-contact__message p {
    display: block;
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .citizen-contact__message p span,
  .citizen-contact__message p strong {
    display: block;
  }

  .citizen-contact__cta {
    min-height: 34px;
    gap: 7px;
    padding-left: 13px;
    font-size: 0.59rem;
  }

  .citizen-contact__cta svg {
    width: 26px;
    height: 26px;
  }

  .site-header {
    width: calc(100% - 28px);
    min-height: 76px;
  }

  .brand {
    width: 132px;
  }

  .menu-toggle {
    min-height: 40px;
    padding-left: 15px;
    gap: 9px;
    font-size: 0.67rem;
  }

  .menu-toggle__icon {
    width: 28px;
    height: 28px;
  }

  .citizen-menu {
    padding: 24px 20px;
  }

  .citizen-menu__nav a {
    padding-block: 10px;
    font-size: 0.88rem;
  }

  .hero__content {
    width: calc(100% - 28px);
    padding-top: 28px;
  }

  .member-panel {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .app-promo {
    min-height: 0;
    padding: 26px 22px 0;
    border-radius: 24px;
  }

  .app-promo__copy {
    width: 100%;
  }

  .app-promo__eyebrow {
    max-width: 25ch;
    margin-bottom: 18px;
    font-size: 0.55rem;
  }

  .app-promo__brand {
    gap: 8px;
    margin-bottom: 18px;
  }

  .app-promo__brand img {
    width: 47px;
    height: 47px;
  }

  .app-promo__brand span {
    font-size: 1.05rem;
  }

  .app-promo h1 {
    font-size: clamp(2.15rem, 10.8vw, 3rem);
  }

  .app-promo__copy > p:not(.app-promo__eyebrow) {
    max-width: 34ch;
    margin-top: 19px;
    font-size: 0.8rem;
  }

  .app-promo__stores {
    margin-top: 21px;
    flex-direction: column;
    align-items: flex-start;
  }

  .app-promo__stores a {
    width: 118px;
    min-width: 118px;
    max-width: 118px;
    height: 38px;
  }

  .app-promo__stores img {
    height: 100%;
  }

  .app-promo__more {
    margin-top: 16px;
    font-size: 0.6rem;
  }

  .app-promo__phone {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(48vw, 182px);
    margin: -112px 4px -30px auto;
    padding: 6px;
    border-radius: 23px 23px 0 0;
    transform: rotate(2deg);
  }

  .app-promo__phone img {
    border-radius: 17px 17px 0 0;
  }

  .eyebrow {
    margin-bottom: 26px;
    font-size: 0.62rem;
  }

  .member-panel h1 {
    font-size: clamp(2.45rem, 13vw, 3.6rem);
  }

  .member-panel__description {
    margin-top: 22px;
    font-size: 0.92rem;
    line-height: 1.58;
  }

  .member-panel__footer {
    align-items: flex-start;
    margin-top: 30px;
    padding-top: 22px;
    flex-direction: column;
  }

  .people-showcase__heading {
    padding-inline: 2px;
  }

  .people-showcase__heading p {
    max-width: 220px;
    font-size: 0.66rem;
  }

  .people-deck {
    margin-right: -14px;
    margin-left: -14px;
    padding-inline: 14px;
  }

  .person-card,
  .person-card.is-active,
  .person-card:hover {
    width: min(68vw, 250px);
  }

  .person-card__back {
    padding: 54px 18px 18px;
  }

  .person-card__back h3 {
    font-size: 1.45rem;
  }

  .person-card__bio {
    font-size: 0.68rem;
  }

  .deck-controls__hint {
    font-size: 0.62rem;
  }

  .deck-controls__arrows button {
    width: 40px;
    height: 40px;
  }

  .latest-news__container {
    width: calc(100% - 28px);
    padding: 76px 0 84px;
  }

  .latest-news__header {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 34px;
  }

  .latest-news__header h2 {
    font-size: 3.25rem;
  }

  .latest-news__intro p {
    margin-bottom: 16px;
    font-size: 0.9rem;
  }

  .featured-news {
    min-height: 570px;
    border-radius: 24px;
  }

  .featured-news__content {
    padding: 24px 22px 28px;
  }

  .featured-news h3 {
    font-size: 2rem;
  }

  .featured-news__content > p {
    font-size: 0.86rem;
  }

  .news-rail {
    margin: 0;
    padding: 0;
  }

  .news-rail__list {
    margin-right: -14px;
    padding: 2px 14px 14px 2px;
  }

  .news-card {
    width: min(84vw, 330px);
  }

  .news-card a {
    grid-template-rows: 184px 1fr;
  }

  .news-card a {
    grid-template-columns: 42% 1fr;
    min-height: 178px;
  }

  .news-card h3 {
    margin-top: 13px;
    font-size: 0.9rem;
    -webkit-line-clamp: 4;
  }

  .bogota-news__container {
    width: calc(100% - 28px);
    padding: 76px 0 84px;
  }

  .bogota-news__header {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 34px;
  }

  .bogota-news__header h2 {
    font-size: 3.65rem;
  }

  .bogota-news__intro p {
    margin-bottom: 18px;
    font-size: 0.9rem;
  }

  .bogota-featured {
    min-height: 590px;
    border-radius: 24px;
  }

  .bogota-featured__content {
    padding: 25px 22px 29px;
  }

  .bogota-featured h3 {
    font-size: 2rem;
  }

  .bogota-featured__content > p {
    font-size: 0.86rem;
  }

  .bogota-news__rail {
    display: flex;
    margin-right: -14px;
    padding: 2px 14px 14px 1px;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .bogota-news__rail::-webkit-scrollbar {
    display: none;
  }

  .bogota-card {
    width: min(84vw, 330px);
    flex: 0 0 auto;
    scroll-snap-align: center;
  }

  .bogota-card a {
    grid-template-rows: 184px 1fr;
  }

  .causes__container {
    width: calc(100% - 28px);
    padding: 76px 0 84px;
  }

  .causes__header {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 34px;
  }

  .causes__header h2 {
    font-size: 3.65rem;
  }

  .causes__header > p {
    font-size: 0.9rem;
  }

  .causes__grid {
    display: flex;
    margin-right: -14px;
    padding: 12px 14px 28px 1px;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .causes__grid::-webkit-scrollbar {
    display: none;
  }

  .cause-card,
  .cause-card:nth-child(even),
  .causes-motion .cause-card,
  .causes-motion .cause-card.is-visible {
    --card-offset: 0px;
    width: min(79vw, 320px);
    flex: 0 0 auto;
    scroll-snap-align: center;
  }

  .cause-card__footer {
    min-height: 100px;
    grid-template-columns: 34px minmax(0, 1fr) 40px;
    gap: 10px;
    padding: 14px;
  }

  .representatives {
    padding: 76px 0 90px;
  }

  .representatives__intro,
  .representatives__content {
    width: calc(100% - 28px);
  }

  .representatives__intro {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 42px;
  }

  .representatives__kicker {
    margin-bottom: -10px;
  }

  .representatives__intro h2 {
    font-size: clamp(3.15rem, 16vw, 4.4rem);
  }

  .representatives__intro > p:last-child {
    font-size: 0.9rem;
  }

  .representatives__panel {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .representatives__panel h3 {
    font-size: clamp(2.45rem, 13vw, 3.6rem);
  }

  .representatives__deck {
    margin-right: -14px;
    margin-left: -14px;
    padding-inline: 14px;
  }

  .representative-card,
  .representative-card.is-active,
  .representative-card:hover {
    width: min(68vw, 250px);
  }

  .site-footer__container {
    width: calc(100% - 28px);
    padding: 76px 0 24px;
  }

  .site-footer__intro {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 34px;
  }

  .site-footer__intro h2 {
    font-size: clamp(3.2rem, 16vw, 4.4rem);
  }

  .site-footer__intro > p {
    font-size: 0.88rem;
  }

  .official-socials {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .official-social {
    min-height: 92px;
    grid-template-columns: 48px minmax(0, 1fr) 36px;
    padding: 13px 14px;
    border-radius: 18px;
  }

  .official-social__icon {
    width: 48px;
    height: 48px;
  }

  .official-social__icon svg {
    width: 24px;
    height: 24px;
  }

  .site-footer__bottom {
    min-height: 0;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
    margin-top: 48px;
    padding-top: 28px;
  }

  .site-footer__brand {
    width: 150px;
  }

  .site-footer__contact {
    justify-self: center;
  }

  .site-footer__bottom p {
    grid-row: auto;
    grid-column: auto;
  }

  /* Mobile composition: compact hero, uniform carousels and shorter sections. */
  .hero__content {
    padding-top: 22px;
    gap: 26px;
  }

  .app-promo {
    min-height: 458px;
    padding: 20px 18px 0;
  }

  .app-promo__eyebrow {
    max-width: none;
    margin-bottom: 12px;
    gap: 8px;
    white-space: nowrap;
    font-size: 0.49rem;
    letter-spacing: 0.075em;
  }

  .app-promo__eyebrow span {
    width: 22px;
  }

  .app-promo__brand {
    margin-bottom: 13px;
  }

  .app-promo__brand img {
    width: 40px;
    height: 40px;
  }

  .app-promo__brand span {
    color: var(--mira-yellow);
    font-size: 1rem;
  }

  .app-promo__brand strong {
    color: #fff;
  }

  .app-promo h1 {
    max-width: 9ch;
    font-size: clamp(2rem, 10vw, 2.55rem);
  }

  .app-promo__copy > p:not(.app-promo__eyebrow) {
    max-width: 24ch;
    margin-top: 15px;
    font-size: 0.76rem;
    line-height: 1.48;
  }

  .app-promo__stores {
    margin-top: 15px;
    gap: 6px;
  }

  .app-promo__stores a {
    width: 106px;
    min-width: 106px;
    max-width: 106px;
    height: 35px;
  }

  .app-promo__more {
    margin-top: 11px;
    font-size: 0.56rem;
  }

  .app-promo__phone {
    position: absolute;
    right: 2px;
    bottom: -18px;
    width: 132px;
    margin: 0;
    padding: 5px;
    border-radius: 21px 21px 0 0;
    transform: rotate(2deg);
  }

  .latest-news,
  .causes {
    background: #f5f7fb;
  }

  .latest-news__glow,
  .causes::after,
  .bogota-news::after {
    display: none;
  }

  .latest-news__container,
  .bogota-news__container,
  .causes__container {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .featured-news,
  .bogota-featured {
    min-height: 510px;
  }

  .featured-news__content,
  .bogota-featured__content {
    padding: 21px 19px 24px;
  }

  .featured-news h3,
  .bogota-featured h3 {
    font-size: 1.72rem;
    line-height: 1.02;
  }

  .featured-news__content > p,
  .bogota-featured__content > p {
    margin-top: 14px;
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .featured-news__link,
  .bogota-news__read {
    margin-top: 17px;
  }

  .news-rail__list,
  .bogota-news__rail {
    display: flex;
    margin-right: -14px;
    padding: 2px 64px 14px 2px;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-left: 2px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    background: transparent;
  }

  .news-rail__list::-webkit-scrollbar,
  .bogota-news__rail::-webkit-scrollbar {
    display: none;
  }

  .news-card,
  .bogota-card {
    width: min(78vw, 304px);
    height: 176px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .news-card a,
  .bogota-card a {
    height: 100%;
    min-height: 0;
    grid-template-columns: 42% minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: 10px;
    padding: 8px;
  }

  .news-card figure,
  .bogota-card figure {
    min-height: 0;
    height: 100%;
    border-radius: 12px;
  }

  .news-card__body,
  .bogota-card__body {
    min-height: 0;
    padding: 7px 5px 25px 0;
  }

  .news-card__meta,
  .bogota-news__meta {
    gap: 5px;
    font-size: 0.55rem;
  }

  .news-card__meta time,
  .bogota-news__meta time {
    white-space: nowrap;
  }

  .news-card h3,
  .bogota-card h3 {
    margin-top: 10px;
    font-size: 0.79rem;
    line-height: 1.25;
    -webkit-line-clamp: 4;
  }

  .news-card__arrow,
  .bogota-card__arrow {
    right: 5px;
    bottom: 4px;
    font-size: 0.92rem;
  }

  .causes__header {
    margin-bottom: 28px;
  }

  .causes__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    gap: 10px;
    overflow: visible;
  }

  .cause-card,
  .cause-card:nth-child(even),
  .causes-motion .cause-card,
  .causes-motion .cause-card.is-visible {
    --card-offset: 0px;
    width: auto;
    min-width: 0;
    flex: none;
    border-radius: 18px;
    scroll-snap-align: unset;
  }

  .cause-card figure {
    aspect-ratio: 1.16 / 1;
    border-radius: 17px 17px 12px 12px;
  }

  .cause-card__footer {
    min-height: 58px;
    grid-template-columns: 22px minmax(0, 1fr) 28px;
    gap: 6px;
    padding: 8px;
  }

  .cause-card__number {
    width: 22px;
    height: 22px;
    font-size: 0.5rem;
  }

  .cause-card__copy strong {
    font-size: 0.7rem;
    line-height: 1.08;
  }

  .cause-card__copy small {
    display: none;
  }

  .cause-card__arrow {
    width: 28px;
    height: 28px;
    font-size: 0.78rem;
  }

  .representatives {
    padding-top: 68px;
    padding-bottom: 76px;
  }

  .representatives__intro {
    margin-bottom: 30px;
  }

  .representatives__intro h2 {
    max-width: 100%;
    font-size: clamp(2.45rem, 11.5vw, 3rem);
    letter-spacing: -0.075em;
  }

  .representatives__content {
    gap: 20px;
  }

  .representatives__showcase {
    order: 1;
  }

  .representatives__panel {
    order: 2;
    padding: 18px;
    border-radius: 20px;
    scroll-margin-top: 14px;
  }

  .representatives__panel .eyebrow {
    margin-bottom: 16px;
    font-size: 0.54rem;
  }

  .representatives__panel .member-panel__copy {
    min-height: 0;
  }

  .representatives__panel h3 {
    font-size: clamp(2.1rem, 10vw, 2.55rem);
  }

  .representatives__panel .member-panel__kicker {
    margin-bottom: 8px;
    font-size: 0.65rem;
  }

  .representatives__panel .member-panel__description {
    margin-top: 14px;
    font-size: 0.8rem;
    line-height: 1.45;
  }

  .representatives__panel .member-panel__footer {
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    padding-top: 14px;
    flex-direction: row;
  }

  .representatives__deck {
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 18px;
  }

  .representative-card,
  .representative-card.is-active,
  .representative-card:hover {
    width: min(56vw, 210px);
  }

  .representatives__mobile-nav {
    display: flex;
    gap: 7px;
  }

  .representatives__mobile-nav button {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    color: #052479;
    cursor: pointer;
    background: var(--mira-yellow);
    font: inherit;
    font-weight: 800;
  }

  .site-footer__brand {
    width: 150px;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* WordPress typography isolation. Google Sans Flex is the public, web-ready
   Google Sans family; these declarations resist Elementor global typography. */
body.mira-homepage,
body.mira-homepage h1,
body.mira-homepage h2,
body.mira-homepage h3,
body.mira-homepage p,
body.mira-homepage a,
body.mira-homepage button,
body.mira-homepage span,
body.mira-homepage strong,
body.mira-homepage small,
body.mira-homepage time,
body.mira-homepage input,
body.mira-homepage textarea,
body.mira-homepage select {
  font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif !important;
}

body.mira-homepage h1 > strong,
body.mira-homepage h2 > strong,
body.mira-homepage h3 > strong,
body.mira-homepage h3 > span {
  font-size: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}

body.mira-homepage h1,
body.mira-homepage h2,
body.mira-homepage h3 {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

body.mira-homepage .app-promo h1 {
  max-width: none !important;
  font-size: clamp(2.25rem, 3.45vw, 4.15rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.065em !important;
  line-height: 0.92 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

body.mira-homepage .latest-news__header h2 {
  font-size: clamp(3rem, 6vw, 6.2rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.07em !important;
  line-height: 0.94 !important;
}

body.mira-homepage .featured-news h3 {
  font-size: clamp(2rem, 3.3vw, 3.7rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.055em !important;
  line-height: 1.03 !important;
}

body.mira-homepage .bogota-news__header h2 {
  font-size: clamp(3.4rem, 7vw, 7.2rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.075em !important;
  line-height: 0.86 !important;
}

body.mira-homepage .bogota-featured h3 {
  font-size: clamp(2.15rem, 3.4vw, 3.8rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.055em !important;
  line-height: 1.02 !important;
}

body.mira-homepage .causes__header h2 {
  font-size: clamp(3.5rem, 7vw, 7.2rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.075em !important;
  line-height: 0.88 !important;
}

body.mira-homepage .representatives__intro h2 {
  font-size: clamp(3.2rem, 6.3vw, 7.4rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.07em !important;
  line-height: 0.85 !important;
}

body.mira-homepage .representatives__panel h3 {
  font-size: clamp(2.7rem, 4.3vw, 5rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.065em !important;
  line-height: 0.91 !important;
}

body.mira-homepage .site-footer__intro h2 {
  font-size: clamp(3.4rem, 6.2vw, 7.2rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.07em !important;
  line-height: 0.86 !important;
}

@media (max-width: 560px) {
  body.mira-homepage .app-promo h1 {
    max-width: 12ch !important;
    font-size: clamp(2rem, 9vw, 2.4rem) !important;
  }

  body.mira-homepage .latest-news__header h2 {
    font-size: clamp(2.7rem, 14vw, 3.25rem) !important;
  }

  body.mira-homepage .featured-news h3,
  body.mira-homepage .bogota-featured h3 {
    font-size: 1.72rem !important;
    line-height: 1.02 !important;
  }

  body.mira-homepage .bogota-news__header h2,
  body.mira-homepage .causes__header h2 {
    font-size: clamp(3rem, 15vw, 3.65rem) !important;
  }

  body.mira-homepage .representatives__intro h2 {
    font-size: clamp(2.45rem, 11.5vw, 3rem) !important;
  }

  body.mira-homepage .representatives__panel h3 {
    font-size: clamp(2.1rem, 10vw, 2.55rem) !important;
  }

  body.mira-homepage .site-footer__intro h2 {
    font-size: clamp(3.2rem, 16vw, 4.4rem) !important;
  }
}


/* Shared tablet composition for the two news sections. */
@media (min-width: 561px) and (max-width: 1100px) {
  .news-rail__list,
  .bogota-news__rail {
    display: grid;
    height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    align-items: stretch;
    margin: 0;
    padding: 0;
    gap: 14px;
    overflow: visible;
  }

  .news-card,
  .bogota-card {
    width: auto;
    min-width: 0;
    height: 100%;
    flex: initial;
  }

  .news-card + .news-card {
    margin-top: 0;
  }

  .news-card a,
  .bogota-card a {
    height: 100%;
    min-height: 350px;
    grid-template-columns: 1fr;
    grid-template-rows: clamp(150px, 18vw, 190px) minmax(150px, 1fr);
    gap: 0;
    padding: 10px;
  }

  .news-card__body,
  .bogota-card__body {
    min-height: 0;
    padding: 16px 7px 34px;
  }

  .news-card h3,
  .bogota-card h3 {
    margin-top: 14px;
  }
}

.mira-icon {
  display: block;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.app-promo__more span,
.site-footer__contact span {
  display: inline-grid;
  place-items: center;
}

.deck-controls__arrows button {
  display: grid;
  place-items: center;
}
