:root {
  --blue: #176f9d;
  --blue-dark: #0c4f71;
  --blue-soft: #e6f3f8;
  --ink: #1d1d1b;
  --muted: #626a6f;
  --cream: #f7f3ec;
  --white: #fff;
  --footer: #2e3031;
  --border: #d9dedf;
  --shadow: 0 18px 45px rgba(17, 44, 58, .13);
  --radius: 4px;
  --container: 1180px;
  --font-body: "Inter", Arial, sans-serif;
  --font-heading: "Poppins", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 1rem/1.68 var(--font-body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
a { color: var(--blue-dark); text-underline-offset: .18em; }
a:hover { color: var(--blue); }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4 { margin: 0 0 .55em; font-family: var(--font-heading); line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.5rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p { margin: 0 0 1.35em; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.content-narrow { max-width: 780px; }
.content-wide { max-width: 1040px; }
.section { padding-block: clamp(72px, 9vw, 128px); }
.section--cream { background: var(--cream); }
.section--blue { color: var(--white); background: var(--blue-dark); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus, .skip-link:focus { z-index: 99999; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 18px; margin: 0; overflow: visible; clip: auto; color: var(--white); background: var(--blue-dark); }
:focus-visible { outline: 3px solid var(--blue-dark); outline-offset: 3px; }
.section--blue :focus-visible, .site-footer :focus-visible, .contact-hero :focus-visible, .dca-hero :focus-visible, .dca-cta :focus-visible, .transparency-hero :focus-visible, .transparency-resources :focus-visible, .transparency-cta :focus-visible { outline-color: var(--white); }
#main-content:focus { outline: 0; }
section[id] { scroll-margin-top: 110px; }

.eyebrow { margin: 0 0 14px; color: var(--blue-dark); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--light { color: #d9f3ff; }
.accent-line { width: 92px; height: 4px; margin: 28px 0; background: var(--blue); }
.prose { font-size: 1.04rem; }
.prose > *:first-child { margin-top: 0; }
.prose > *:last-child { margin-bottom: 0; }
.prose h2, .prose h3 { margin-top: 1.6em; }
.prose img { border-radius: var(--radius); }
.prose blockquote { margin: 2em 0; padding: 8px 0 8px 28px; border-left: 4px solid var(--blue); font-size: 1.25rem; }
.prose a { font-weight: 600; }
.prose ul, .prose ol { padding-left: 1.35em; }

.button, input[type="submit"], .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 24px; border: 2px solid var(--blue-dark); border-radius: 999px; color: var(--white); background: var(--blue-dark); font-weight: 700; line-height: 1.2; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.button:hover, input[type="submit"]:hover, .wp-block-button__link:hover { color: var(--blue-dark); background: transparent; transform: translateY(-2px); }
.button--light { border-color: var(--white); color: var(--blue-dark); background: var(--white); }
.button--light:hover { color: var(--white); background: transparent; }
.button--ghost { border-color: rgba(255,255,255,.75); color: var(--white); background: transparent; }
.button--ghost:hover { color: var(--blue-dark); background: var(--white); }
.text-link { font-weight: 700; text-decoration: none; }

.site-header { position: relative; z-index: 100; background: var(--white); box-shadow: 0 1px 0 rgba(0,0,0,.08); }
.utility-bar { min-height: 34px; color: var(--white); background: var(--blue-dark); font-size: .8rem; }
.utility-bar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 34px; }
.utility-bar ul { display: flex; gap: 20px; margin: 0; padding: 0; list-style: none; }
.utility-bar a { color: var(--white); text-decoration: none; }
.utility-bar a:hover { color: #bfe9f6; }
.utility-social-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; }
.utility-social-link > span[aria-hidden="true"] { width: 19px; height: 19px; display: grid; place-items: end center; border-radius: 50%; color: var(--blue-dark); background: var(--white); font: 700 1rem/1 var(--font-heading); }
.utility-contact a { color: rgba(255,255,255,.88); font-size: .75rem; }
.utility-contact li + li { position: relative; padding-left: 20px; }
.utility-contact li + li::before { position: absolute; top: 50%; left: 0; width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,.5); transform: translateY(-50%); content: ""; }
.main-header { background: var(--white); }
.main-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 36px; }
.custom-logo { width: auto; max-height: 64px; }
.site-title { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font: 700 1.25rem var(--font-heading); text-decoration: none; }
.brand-mark { color: var(--blue); font-size: 2rem; }
.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; align-items: center; gap: clamp(18px, 2vw, 32px); margin: 0; padding: 0; list-style: none; }
.primary-nav li { position: relative; }
.primary-nav a { display: block; padding-block: 31px; color: var(--ink); font-size: .83rem; font-weight: 700; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--blue); }
.primary-nav .menu-item--collaborate > a { display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid var(--blue-dark); border-radius: 999px; color: var(--white); background: var(--blue-dark); box-shadow: 0 7px 18px rgba(11,63,88,.17); transition: color .2s, background-color .2s, border-color .2s, box-shadow .2s, transform .2s; }
.primary-nav .menu-item--collaborate > a:hover,
.primary-nav .menu-item--collaborate.current-menu-item > a { border-color: var(--blue); color: var(--white); background: var(--blue); box-shadow: 0 10px 22px rgba(23,111,157,.24); transform: translateY(-2px); }
.primary-nav .menu-item--collaborate > a:focus-visible { outline: 3px solid var(--blue-dark); outline-offset: 3px; }
.primary-nav .sub-menu { position: absolute; top: 100%; left: -20px; display: none; width: 230px; padding: 10px 20px; background: var(--white); box-shadow: var(--shadow); }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { display: block; }
.primary-nav .sub-menu a { padding: 10px 0; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 0; color: var(--blue-dark); background: transparent; cursor: pointer; }
.menu-toggle__icon, .menu-toggle__icon::before, .menu-toggle__icon::after { display: block; width: 28px; height: 3px; margin: auto; background: currentColor; transition: transform .2s; content: ""; }
.menu-toggle__icon::before { transform: translateY(-9px); }
.menu-toggle__icon::after { transform: translateY(6px); }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon::before { transform: translateY(0) rotate(45deg); background: var(--blue-dark); }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon::after { transform: translateY(-3px) rotate(-45deg); background: var(--blue-dark); }

.hero { min-height: clamp(580px, 72vh, 780px); display: grid; align-items: center; color: var(--white); background-color: #355964; background-image: linear-gradient(120deg, #0b3f58 0%, #176f9d 65%, #5aa1b6 100%); background-position: center; background-size: cover; }
.hero__inner { padding-block: 96px; }
.hero h1 { max-width: 850px; color: var(--white); }
.hero__lead { max-width: 680px; color: rgba(255,255,255,.93); font-size: clamp(1.12rem, 2vw, 1.35rem); }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }

.split { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); align-items: center; gap: clamp(50px, 8vw, 110px); }
.split--feature .split__media { position: relative; }
.split--feature .split__media::before { position: absolute; z-index: 0; top: -36px; right: -36px; width: 64%; height: calc(100% + 72px); background: var(--white); content: ""; }
.image-panel img, .image-placeholder { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/4.3; object-fit: cover; box-shadow: var(--shadow); }
.image-panel .home-about__image { aspect-ratio: 4/3; object-position: center; }
.image-placeholder { display: grid; place-content: center; place-items: center; color: var(--blue-dark); background: linear-gradient(145deg, var(--blue-soft), #fff); }
.image-placeholder span { font-size: 5rem; line-height: 1; }
.image-placeholder strong { margin-top: 8px; font-family: var(--font-heading); }

.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--row { display: flex; align-items: end; justify-content: space-between; max-width: none; gap: 32px; }
.section-heading--row h2 { margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.service-card { min-height: 320px; padding: clamp(28px, 4vw, 48px); border-top: 4px solid var(--blue); background: var(--cream); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card__number { display: block; margin-bottom: 60px; color: var(--blue); font: 700 .8rem var(--font-heading); letter-spacing: .12em; }
.service-card p { margin-bottom: 0; color: var(--muted); }
.impact { position: relative; overflow: hidden; }
.impact::after { position: absolute; top: -120px; right: -90px; width: 420px; height: 420px; border: 80px solid rgba(255,255,255,.06); border-radius: 50%; content: ""; }
.impact__inner { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: end; gap: 48px; }
.impact h2 { max-width: 800px; margin-bottom: 0; }

.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; }
.post-card { display: flex; flex-direction: column; min-width: 0; background: var(--white); box-shadow: 0 8px 24px rgba(17,44,58,.07); transition: transform .25s, box-shadow .25s; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.post-card__image { display: block; overflow: hidden; background: var(--blue-soft); }
.post-card__image img, .post-card__placeholder { display: block; width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform .35s; }
.post-card:hover .post-card__image img { transform: scale(1.035); }
.post-card__placeholder { display: grid; place-content: center; text-align: center; background-color: var(--blue-soft); background-image: radial-gradient(circle at 15% 20%, rgba(23,111,157,.16) 0 8%, transparent 8.5%), radial-gradient(circle at 85% 75%, rgba(12,79,113,.13) 0 13%, transparent 13.5%), linear-gradient(145deg, var(--blue-soft), #b9dce8); }
.post-card__placeholder span { color: var(--blue-dark); font: 700 clamp(1.6rem, 4vw, 2.6rem)/1 var(--font-heading); letter-spacing: .08em; }
.post-card__placeholder strong { margin-top: 8px; color: var(--blue); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.post-card__body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.post-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.post-card__topic { color: var(--blue-dark); }
.post-card h3 { font-size: 1.3rem; }
.post-card h3 a { color: var(--ink); text-decoration: none; }
.post-card h3 a:hover { color: var(--blue); }
.post-card__excerpt { color: var(--muted); }
.post-card__link { display: inline-flex; align-items: center; gap: 10px; align-self: flex-start; margin-top: auto; padding-top: 10px; color: var(--blue-dark); font-size: .82rem; font-weight: 700; text-decoration: none; }
.post-card__link span { font-size: 1.2rem; transition: transform .2s; }
.post-card__link:hover span { transform: translateX(4px); }
.video-embed { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 16/9; }
.video-embed iframe { width: 100%; height: 100%; }

.page-hero, .single-header { padding-block: clamp(70px, 9vw, 120px); color: var(--white); background: var(--blue-dark); }
.single-header { padding-block: clamp(60px, 7vw, 92px); }
.page-hero--image { min-height: 430px; display: grid; align-items: end; background-position: center; background-size: cover; }
.page-hero h1, .single-header h1 { max-width: 940px; margin-bottom: 0; color: var(--white); }
.single-header h1 { font-size: clamp(2.2rem, 4.2vw, 3.6rem); line-height: 1.09; }
.single-header .eyebrow a { color: #d9f3ff; }
.single-meta { margin: 28px 0 0; color: rgba(255,255,255,.78); }
.single-featured { margin-top: -50px; position: relative; }
.single-featured img { width: 100%; max-height: 620px; object-fit: cover; box-shadow: var(--shadow); }
.archive-header { margin-bottom: 50px; }
.archive-header h1 { font-size: clamp(2.7rem, 5vw, 4.5rem); }
.navigation.pagination { margin-top: 48px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 10px; }
.page-numbers { display: grid; min-width: 42px; min-height: 42px; place-items: center; padding: 8px 12px; border: 1px solid var(--border); text-decoration: none; }
.page-numbers.current { color: var(--white); background: var(--blue-dark); }
.post-navigation { padding-bottom: 80px; }
.post-navigation .nav-links { justify-content: space-between; }
.post-navigation a { font-weight: 700; }
.comments-area { padding-top: 0; }
.comment-list { padding-left: 0; list-style: none; }
.comment { padding: 24px 0; border-top: 1px solid var(--border); }

/* Página Noticias */
.news-hero { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(125deg, #07354d 0%, var(--blue-dark) 58%, #176f9d 100%); }
.news-hero::before { position: absolute; inset: 0; opacity: .09; background-image: radial-gradient(circle at 1px 1px, #fff 1.5px, transparent 0); background-size: 29px 29px; content: ""; }
.news-hero__layout { position: relative; min-height: 440px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; padding-block: clamp(76px, 9vw, 120px); }
.news-hero__copy h1 { margin: 0; color: var(--white); font-size: clamp(3.5rem, 7vw, 6.2rem); }
.news-hero__copy > p:last-child { max-width: 690px; margin: 24px 0 0; color: rgba(255,255,255,.86); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.news-hero__mark { position: relative; width: min(31vw, 330px); aspect-ratio: 1; justify-self: end; }
.news-hero__ring { position: absolute; border: 2px solid rgba(255,255,255,.35); border-radius: 50%; }
.news-hero__ring--one { inset: 0; }
.news-hero__ring--two { inset: 19%; border-width: 1px; }
.news-hero__dot { position: absolute; top: 13%; right: 18%; width: 27px; height: 27px; border: 6px solid var(--blue-dark); border-radius: 50%; background: #c3edf7; }
.news-hero__mark strong { position: absolute; inset: 36%; display: grid; place-items: center; border-radius: 50%; color: var(--blue-dark); background: var(--white); font: 700 clamp(.72rem, 1.4vw, 1rem) var(--font-heading); letter-spacing: .09em; }
.news-archive { padding-top: clamp(74px, 8vw, 110px); }
.news-intro { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; margin-bottom: 38px; }
.news-intro h2 { margin: 0; font-size: clamp(2.15rem, 4vw, 3.5rem); }
.news-intro > p { max-width: 450px; margin: 0; color: var(--muted); }
.news-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 48px; padding: 14px; border: 1px solid var(--border); background: rgba(255,255,255,.64); }
.news-filter { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 9px 18px; border: 1px solid transparent; border-radius: 999px; color: var(--ink); font-size: .82rem; font-weight: 700; text-decoration: none; transition: color .2s, background .2s, border .2s; }
.news-filter:hover { border-color: var(--blue); color: var(--blue-dark); background: var(--white); }
.news-filter.is-active { border-color: var(--blue-dark); color: var(--white); background: var(--blue-dark); }
.news-grid { align-items: stretch; }
.news-grid .post-card { border-top: 4px solid var(--blue); }
.news-pagination .nav-links { justify-content: center; }
.news-pagination .page-numbers { background: var(--white); }
.news-pagination .page-numbers.current { background: var(--blue-dark); }
.news-empty { max-width: 760px; padding: clamp(34px, 5vw, 58px); border-left: 4px solid var(--blue); background: var(--white); }
.news-empty h3 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.news-empty p { color: var(--muted); }
.news-closing { color: var(--white); background: var(--blue); }
.news-closing__inner { min-height: 250px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-block: 60px; }
.news-closing h2 { max-width: 760px; margin: 0; color: var(--white); font-size: clamp(2rem, 4vw, 3.2rem); }

/* Página Daño Cerebral Adquirido */
.dca-hero { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(125deg, #07354d 0%, var(--blue-dark) 58%, #176f9d 100%); }
.dca-hero::before { position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(circle at 1px 1px, #fff 1.4px, transparent 0); background-size: 30px 30px; content: ""; }
.dca-hero__layout { position: relative; min-height: 590px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); align-items: center; gap: clamp(50px, 8vw, 100px); padding-block: clamp(82px, 10vw, 132px); }
.dca-hero__copy h1 { max-width: 900px; margin-bottom: 0; color: var(--white); font-size: clamp(2.8rem, 5vw, 4.45rem); }
.dca-hero__copy > p:last-child { max-width: 690px; margin: 26px 0 0; color: rgba(255,255,255,.88); font-size: clamp(1.08rem, 2vw, 1.28rem); }
.dca-brain { width: min(34vw, 390px); justify-self: end; }
.dca-brain svg { display: block; width: 100%; filter: drop-shadow(0 22px 34px rgba(0,0,0,.14)); }
.dca-brain path:not(.dca-brain__network) { fill: rgba(255,255,255,.12); stroke: rgba(255,255,255,.78); stroke-width: 5; stroke-linejoin: round; }
.dca-brain circle { fill: #c3edf7; stroke: var(--blue-dark); stroke-width: 5; }
.dca-brain .dca-brain__network { fill: none; stroke: rgba(255,255,255,.56); stroke-width: 3; }
.dca-jump { position: relative; z-index: 4; margin-top: -1px; color: var(--white); background: #222829; }
.dca-jump__inner { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); }
.dca-jump a { min-height: 94px; display: flex; align-items: center; gap: 12px; padding: 18px; color: var(--white); font-size: .78rem; font-weight: 700; line-height: 1.35; text-decoration: none; }
.dca-jump a + a { border-left: 1px solid rgba(255,255,255,.18); }
.dca-jump a:hover { color: #bce9f5; background: rgba(255,255,255,.05); }
.dca-jump span { color: #9ad8ec; font-size: .68rem; letter-spacing: .1em; }
.dca-definition__layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(50px, 9vw, 125px); }
.dca-definition h2 { max-width: 430px; }
.dca-definition__copy { max-width: 720px; }
.dca-lead { color: var(--ink); font: 600 clamp(1.35rem, 2.5vw, 1.85rem)/1.45 var(--font-heading); }
.dca-definition__copy > p:not(.dca-lead) { color: var(--muted); }
.dca-key { margin-top: 34px; padding: 24px 28px; border-left: 4px solid var(--blue); background: var(--blue-soft); }
.dca-key strong { display: block; margin-bottom: 5px; color: var(--blue-dark); font-family: var(--font-heading); }
.dca-key p { margin: 0; }
.dca-numbers { padding-block: 0 46px; color: var(--white); background: var(--blue-dark); }
.dca-numbers__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.dca-numbers__grid > div { min-height: 230px; display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 58px); }
.dca-numbers__grid > div + div { border-left: 1px solid rgba(255,255,255,.24); }
.dca-numbers strong { color: var(--white); font: 600 clamp(2.6rem, 5vw, 4.5rem)/1 var(--font-heading); letter-spacing: -.05em; }
.dca-numbers span { max-width: 270px; margin-top: 18px; color: rgba(255,255,255,.79); }
.dca-numbers__source { padding-top: 25px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.78); font-size: .78rem; }
.dca-section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: clamp(40px, 8vw, 105px); margin-bottom: 54px; }
.dca-section-heading h2 { margin: 0; }
.dca-section-heading > p { max-width: 480px; margin: 0; color: var(--muted); }
.dca-section-heading--wide h2 { max-width: 780px; }
.dca-cause-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 18px; }
.dca-cause { grid-column: span 2; min-height: 295px; padding: clamp(26px, 4vw, 40px); border-top: 4px solid var(--blue); background: var(--white); }
.dca-cause:nth-child(4) { grid-column: 2 / span 2; }
.dca-cause--featured { color: var(--white); background: var(--blue-dark); }
.dca-cause > span { display: block; margin-bottom: 52px; color: var(--blue); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.dca-cause--featured > span { color: #9ad8ec; }
.dca-cause h3 { font-size: 1.28rem; }
.dca-cause--featured h3 { color: var(--white); }
.dca-cause p { margin: 0; color: var(--muted); }
.dca-cause--featured p { color: rgba(255,255,255,.8); }
.dca-effects { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #f3f8fa 100%); }
.dca-effects::before { position: absolute; top: 80px; right: -140px; width: 380px; height: 380px; border: 72px solid rgba(23,111,157,.055); border-radius: 50%; content: ""; }
.dca-effects .container { position: relative; z-index: 1; }
.dca-effects .dca-section-heading { align-items: center; margin-bottom: clamp(42px, 6vw, 70px); }
.dca-effects .dca-section-heading > p { padding: 24px 28px; border-left: 4px solid var(--blue); color: #4e5d64; background: rgba(255,255,255,.82); box-shadow: 0 12px 32px rgba(17,44,58,.07); }
.dca-effect-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; counter-reset: dca-effects; }
.dca-effect-grid article { position: relative; min-height: 280px; overflow: hidden; padding: clamp(28px, 4vw, 42px); border: 1px solid rgba(12,79,113,.12); background: rgba(255,255,255,.94); box-shadow: 0 10px 30px rgba(17,44,58,.075); counter-increment: dca-effects; transition: border-color .25s, box-shadow .25s, transform .25s; }
.dca-effect-grid article::before { position: absolute; top: 25px; right: 28px; color: #9bb6c2; font: 700 .7rem var(--font-heading); letter-spacing: .13em; content: "0" counter(dca-effects); }
.dca-effect-grid article::after { position: absolute; inset: 0 auto auto 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--blue-dark), #57a8c5); transform: scaleX(.28); transform-origin: left; transition: transform .25s; content: ""; }
.dca-effect-grid article:hover { border-color: rgba(23,111,157,.3); box-shadow: 0 18px 42px rgba(17,44,58,.13); transform: translateY(-5px); }
.dca-effect-grid article:hover::after { transform: scaleX(1); }
.dca-effect-grid article > span { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 42px; border: 1px solid rgba(23,111,157,.12); border-radius: 18px; color: var(--blue-dark); background: var(--blue-soft); font: 700 1.25rem var(--font-heading); transform: rotate(-3deg); }
.dca-effect-grid article:nth-child(2n) > span { border-radius: 50%; background: var(--cream); transform: rotate(3deg); }
.dca-effect-grid h3 { margin-bottom: 13px; color: var(--ink); font-size: 1.18rem; }
.dca-effect-grid p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.72; }
.dca-effect-grid__last { min-height: 0 !important; display: grid; grid-column: 1 / -1; grid-template-columns: 76px minmax(170px,.42fr) minmax(0,1fr); align-items: center; gap: clamp(22px, 4vw, 54px); color: var(--white); background: linear-gradient(110deg, var(--blue-dark), #176f9d) !important; }
.dca-effect-grid__last::before { color: rgba(255,255,255,.6) !important; }
.dca-effect-grid__last::after { background: #8ed3e8 !important; }
.dca-effect-grid__last > span { margin: 0 !important; border-color: rgba(255,255,255,.22) !important; color: var(--white) !important; background: rgba(255,255,255,.12) !important; transform: none !important; }
.dca-effect-grid__last h3 { margin: 0; color: var(--white); }
.dca-effect-grid__last p { max-width: 660px; color: rgba(255,255,255,.84); }
.dca-emergency { color: var(--white); background: #222829; }
.dca-emergency__layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 125px); padding-block: clamp(76px, 9vw, 126px); }
.dca-emergency__number { min-height: 420px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(32px, 5vw, 58px); background: #b8453e; }
.dca-emergency__number span { font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.dca-emergency__number strong { color: var(--white); font: 600 clamp(5rem, 11vw, 9rem)/.85 var(--font-heading); letter-spacing: -.07em; }
.dca-emergency__copy .eyebrow { color: #ffb8b2; }
.dca-emergency__copy h2 { max-width: 780px; color: var(--white); }
.dca-emergency__copy > p { color: rgba(255,255,255,.8); }
.dca-warning-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 32px; margin: 28px 0 34px; padding: 0; list-style: none; }
.dca-warning-list li { position: relative; padding: 17px 0 17px 26px; border-top: 1px solid rgba(255,255,255,.2); }
.dca-warning-list li::before { position: absolute; top: 25px; left: 2px; width: 8px; height: 8px; border-radius: 50%; background: #ff8e85; content: ""; }
.dca-emergency__button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 28px; border-radius: 999px; color: #222829; background: var(--white); font-weight: 800; text-decoration: none; }
.dca-emergency__button:hover { color: var(--white); background: #b8453e; }
.dca-steps { border-top: 1px solid var(--border); }
.dca-steps article { display: grid; grid-template-columns: 95px minmax(0,1fr); gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--border); }
.dca-steps article > span { padding-top: 5px; color: var(--blue); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.dca-steps h3 { margin-bottom: 6px; font-size: 1.35rem; }
.dca-steps p { max-width: 740px; margin: 0; color: var(--muted); }
.dca-family__layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(50px, 9vw, 125px); }
.dca-family__visual { min-height: 480px; display: flex; flex-direction: column; justify-content: end; padding: clamp(34px, 5vw, 58px); color: var(--white); background-color: var(--blue-dark); background-image: radial-gradient(circle at 20% 25%, rgba(255,255,255,.14) 0 11%, transparent 11.5%), radial-gradient(circle at 80% 56%, rgba(255,255,255,.1) 0 17%, transparent 17.5%), linear-gradient(145deg, var(--blue-dark), var(--blue)); }
.dca-family__visual span { font: 700 clamp(2.6rem, 6vw, 5rem)/1 var(--font-heading); letter-spacing: .05em; }
.dca-family__visual strong { margin-top: 16px; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
.dca-checks { margin: 28px 0 0; padding: 0; list-style: none; }
.dca-checks li { position: relative; padding: 13px 0 13px 34px; border-top: 1px solid var(--border); }
.dca-checks li::before { position: absolute; top: 14px; left: 2px; color: var(--blue); font-weight: 800; content: "✓"; }
.dca-faq__layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(50px, 9vw, 125px); }
.dca-faq__items { border-top: 1px solid var(--border); }
.dca-faq details { border-bottom: 1px solid var(--border); }
.dca-faq summary { position: relative; padding: 24px 48px 24px 0; font: 600 1.05rem var(--font-heading); cursor: pointer; list-style: none; }
.dca-faq summary::-webkit-details-marker { display: none; }
.dca-faq summary::after { position: absolute; top: 18px; right: 0; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-dark); background: var(--white); font: 500 1.35rem var(--font-body); content: "+"; }
.dca-faq details[open] summary::after { content: "−"; }
.dca-faq details p { max-width: 720px; padding: 0 48px 24px 0; margin: 0; color: var(--muted); }
.dca-cta { color: var(--white); background: var(--blue); }
.dca-cta__inner { min-height: 320px; display: flex; align-items: center; justify-content: space-between; gap: 60px; padding-block: 65px; }
.dca-cta h2 { max-width: 800px; margin: 0; color: var(--white); }
.dca-cta .button { flex: 0 0 auto; }
.dca-sources { padding-block: 32px; color: #525b60; background: #edf0f1; font-size: .78rem; }
.dca-sources p { margin-bottom: 10px; }
.dca-sources ul { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0; padding: 0; list-style: none; }
.dca-sources a { font-weight: 700; }

/* Página Conócenos */
.about-hero { min-height: clamp(560px, 72vh, 760px); display: grid; align-items: end; color: var(--white); background-color: var(--blue-dark); background-image: linear-gradient(125deg, #07354d, #176f9d 72%, #72adbd); background-position: center; background-size: cover; }
.about-hero__inner { padding-block: clamp(90px, 11vw, 150px); }
.about-hero h1 { max-width: 940px; color: var(--white); }
.about-hero__lead { max-width: 750px; margin: 24px 0 0; color: rgba(255,255,255,.93); font-size: clamp(1.12rem, 2vw, 1.35rem); }
.about-intro__grid { align-items: start; }
.about-intro__copy { padding-top: 7px; }
.about-editor-content { margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--border); }
.territory-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(50px, 9vw, 130px); }
.territory-copy p:not(.eyebrow) { max-width: 500px; }
.territory-list { margin: 0; padding: 0; border-top: 1px solid var(--border); list-style: none; }
.territory-list li { display: grid; grid-template-columns: 54px 1fr; align-items: center; min-height: 76px; border-bottom: 1px solid var(--border); font: 600 clamp(1.1rem, 2vw, 1.45rem) var(--font-heading); }
.territory-list span { color: var(--blue); font: 700 .74rem var(--font-body); letter-spacing: .12em; }
.purpose-section { position: relative; overflow: hidden; }
.purpose-section::before { position: absolute; top: -180px; left: -140px; width: 460px; height: 460px; border: 90px solid rgba(255,255,255,.045); border-radius: 50%; content: ""; }
.purpose-heading { position: relative; max-width: 800px; }
.purpose-grid { position: relative; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2px; background: rgba(255,255,255,.24); }
.purpose-card { padding: clamp(34px, 5vw, 64px); background: var(--blue-dark); }
.purpose-card__label { color: #a9ddf1; font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.purpose-card h3 { color: var(--white); font-size: clamp(1.65rem, 3vw, 2.4rem); }
.purpose-card p:last-child { margin: 0; color: rgba(255,255,255,.82); }
.values-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.value-item { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.value-item span { color: var(--blue); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.value-item strong { font: 600 clamp(1rem, 1.7vw, 1.3rem) var(--font-heading); }
.action-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.action-card { display: grid; grid-template-columns: 54px 1fr; gap: 10px; padding: clamp(28px, 4vw, 42px); background: var(--white); }
.action-card__number { padding-top: 5px; color: var(--blue); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.action-card h3 { font-size: 1.3rem; }
.action-card p { margin-bottom: 0; color: var(--muted); }
.road-section { background: linear-gradient(90deg, #fff 0 50%, var(--cream) 50% 100%); }
.road-layout { align-items: stretch; }
.road-visual { min-height: 420px; display: flex; flex-direction: column; justify-content: end; padding: clamp(32px, 5vw, 64px); color: var(--white); background: linear-gradient(145deg, var(--blue-dark), var(--blue)); }
.road-visual span { font: 600 clamp(4.5rem, 10vw, 8rem)/1 var(--font-heading); letter-spacing: -.06em; }
.road-visual__line { width: 65%; height: 4px; margin-top: 22px; background: rgba(255,255,255,.72); }
.governance-section { color: var(--white); background: #222829; }
.governance-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(54px, 9vw, 130px); }
.governance-section h2, .governance-section h3 { color: var(--white); }
.governance-points { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 36px; }
.governance-points article { padding-top: 22px; border-top: 2px solid var(--blue); }
.governance-points h3 { font-size: 1.15rem; }
.governance-points p { margin: 0; color: rgba(255,255,255,.72); }
.entity-section { padding-block: 0; background: #222829; }
.entity-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 110px); padding: clamp(40px, 7vw, 86px); color: var(--white); background: var(--blue-dark); }
.entity-panel h2 { color: var(--white); }
.entity-panel > div > p:last-child { margin-bottom: 0; color: rgba(255,255,255,.8); }
.entity-data { margin: 0; }
.entity-data > div { display: grid; grid-template-columns: minmax(130px,.65fr) 1.35fr; gap: 22px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.entity-data dt { color: #a9ddf1; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.entity-data dd { margin: 0; }
.entity-data a { color: var(--white); }
.about-cta { color: var(--white); background: var(--blue); }
.about-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 54px; }
.about-cta h2 { max-width: 760px; margin: 0; color: var(--white); }
.about-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; flex-shrink: 0; }

/* Página Contacto */
.contact-hero { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(125deg, #07354d 0%, var(--blue-dark) 52%, var(--blue) 100%); }
.contact-hero::before { position: absolute; inset: 0; opacity: .09; background-image: radial-gradient(circle at 1px 1px, #fff 1.5px, transparent 0); background-size: 28px 28px; content: ""; }
.contact-hero__layout { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; min-height: 560px; gap: 70px; padding-block: 92px 125px; }
.contact-hero__copy h1 { max-width: 780px; color: var(--white); font-size: clamp(3rem, 6vw, 5.6rem); }
.contact-hero__copy > p:last-child { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.88); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.contact-hero__motif { position: relative; width: min(34vw, 400px); aspect-ratio: 1; justify-self: end; }
.contact-orbit { position: absolute; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; }
.contact-orbit--one { inset: 0; }
.contact-orbit--two { inset: 15%; border-width: 2px; }
.contact-orbit--three { inset: 31%; background: rgba(255,255,255,.08); }
.contact-orbit__center { position: absolute; inset: 39%; display: grid; place-items: center; border-radius: 50%; color: var(--blue-dark); background: var(--white); font: 700 clamp(.72rem, 1.3vw, 1rem) var(--font-heading); letter-spacing: .08em; }
.contact-orbit--one::before, .contact-orbit--two::after { position: absolute; width: 18px; height: 18px; border: 5px solid var(--blue-dark); border-radius: 50%; background: #bce9f5; content: ""; }
.contact-orbit--one::before { top: 12%; left: 14%; }
.contact-orbit--two::after { right: 2%; bottom: 20%; }
.contact-cards-section { position: relative; z-index: 3; margin-top: -62px; }
.contact-cards { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); background: var(--white); box-shadow: var(--shadow); }
.contact-card { min-width: 0; display: flex; align-items: flex-start; gap: 16px; padding: 28px 24px; }
.contact-card + .contact-card { border-left: 1px solid var(--border); }
.contact-card__icon { width: 42px; height: 42px; display: grid; flex: 0 0 42px; place-items: center; border-radius: 50%; color: var(--blue-dark); background: var(--blue-soft); }
.contact-card__icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-card p { margin: 0 0 3px; color: var(--muted); font-size: .74rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.contact-card a, .contact-card div > span { display: block; overflow-wrap: anywhere; color: var(--ink); font-weight: 700; line-height: 1.4; text-decoration: none; }
.contact-card a:hover { color: var(--blue); }
.contact-main-section { padding-top: clamp(100px, 10vw, 150px); background: linear-gradient(90deg, var(--white) 0 67%, var(--cream) 67% 100%); }
.contact-main-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(330px,.65fr); align-items: start; gap: clamp(50px, 8vw, 105px); }
.contact-form-panel h2, .contact-location h2 { font-size: clamp(2rem, 4vw, 3.15rem); }
.contact-form-panel__intro { max-width: 650px; color: var(--muted); }
.adaca-contact-form { margin-top: 42px; }
.required-fields-note { margin: 0 0 24px; color: var(--muted); font-size: .82rem; }
.form-row { margin-bottom: 22px; }
.form-row--two { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.form-field { margin-bottom: 22px; }
.form-row .form-field { margin-bottom: 0; }
.form-field label { display: block; margin-bottom: 8px; color: var(--ink); font-size: .82rem; font-weight: 700; }
.form-field label > span:not(.optional) { color: #bd2d2d; }
.form-field .optional { margin-left: 6px; color: var(--muted); font-size: .7rem; font-weight: 500; text-transform: uppercase; }
.adaca-contact-form input:not([type="checkbox"]), .adaca-contact-form textarea, .adaca-contact-form select { border: 1px solid #aab5ba; border-radius: 0; background: #fff; transition: border .2s, box-shadow .2s; }
.adaca-contact-form input:focus-visible, .adaca-contact-form textarea:focus-visible, .adaca-contact-form select:focus-visible { border-color: var(--blue-dark); outline: 3px solid var(--blue-dark); outline-offset: 2px; box-shadow: none; }
.adaca-contact-form textarea { resize: vertical; }
.field-help { margin: 7px 0 0; color: var(--muted); font-size: .75rem; }
.field-error { margin: 7px 0 0; color: #9f1f1f; font-size: .8rem; font-weight: 700; }
.adaca-contact-form [aria-invalid="true"] { border: 2px solid #9f1f1f !important; }
.consent-field { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 10px; margin-top: 26px; }
.consent-field input { width: 20px; height: 20px; margin: 3px 0 0; accent-color: var(--blue-dark); }
.consent-field label { font-size: .88rem; }
.consent-field__error { grid-column: 2; }
.contact-alert__title { display: block; }
.contact-alert__errors { margin: 12px 0 0; padding-left: 1.25em; }
.contact-alert__errors a { color: inherit; font-weight: 700; }
.privacy-summary { margin: 18px 0 28px; padding: 18px 20px; color: var(--muted); background: var(--cream); font-size: .75rem; line-height: 1.55; }
.contact-submit { gap: 22px; min-width: 210px; }
.contact-submit span { font-size: 1.2rem; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-alert { margin: 28px 0; padding: 16px 20px; border-left: 4px solid var(--blue); color: var(--ink); background: var(--blue-soft); }
.contact-alert--validation, .contact-alert--security, .contact-alert--error { border-color: #a13a3a; background: #fff0f0; }
.contact-location { position: sticky; top: 28px; padding: clamp(28px, 4vw, 42px); background: var(--cream); }
.contact-location__header > p:last-child { color: var(--muted); }
.contact-map { overflow: hidden; margin: 30px 0 22px; aspect-ratio: 1/1.05; background: #dce7e9; }
.contact-map iframe { width: 100%; height: 100%; border: 0; filter: saturate(.78) contrast(.96); }
.contact-map-link { width: 100%; gap: 12px; }
.contact-location__note { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--border); }
.contact-location__note strong { font-family: var(--font-heading); }
.contact-location__note p { margin: 6px 0 0; color: var(--muted); font-size: .88rem; }
.contact-closing { overflow: hidden; color: var(--white); background: #222829; }
.contact-closing__inner { position: relative; padding-block: clamp(80px, 9vw, 130px); }
.contact-closing__inner::after { position: absolute; top: 50%; right: 0; width: 240px; height: 240px; border: 50px solid rgba(255,255,255,.055); border-radius: 50%; transform: translateY(-50%); content: ""; }
.contact-closing p { margin-bottom: 12px; color: #a9ddf1; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-closing h2 { position: relative; z-index: 1; max-width: 900px; margin: 0; color: var(--white); }

input[type="text"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], textarea, select { width: 100%; min-height: 48px; padding: 11px 14px; border: 1px solid #aeb8bd; border-radius: 2px; color: var(--ink); background: var(--white); }
textarea { min-height: 160px; }
.search-form { display: flex; max-width: 580px; gap: 10px; margin: 26px 0; }
.search-form label { flex: 1; }

/* Colabora */
.collaborate-hero { position: relative; overflow: hidden; color: var(--white); background: #0d5577; }
.collaborate-hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 78% 36%, rgba(104,192,219,.22), transparent 28%), linear-gradient(120deg, rgba(0,0,0,.12), transparent 55%); content: ""; }
.collaborate-hero__inner { position: relative; min-height: clamp(590px, 72vh, 760px); display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 60px; padding-block: 90px 132px; }
.collaborate-hero__copy { position: relative; z-index: 2; }
.collaborate-hero h1 { max-width: 980px; margin-bottom: 26px; color: var(--white); font-size: clamp(3.1rem, 7.4vw, 6.6rem); }
.collaborate-hero__copy > p:last-child { max-width: 720px; margin: 0; color: rgba(255,255,255,.88); font-size: clamp(1.06rem, 2vw, 1.28rem); }
.collaborate-hero__motif { position: relative; width: min(33vw,390px); aspect-ratio: 1; justify-self: end; }
.collaborate-hero__motif strong { position: absolute; inset: 50% auto auto 50%; color: var(--white); font: 500 clamp(5rem,10vw,9rem)/1 var(--font-heading); transform: translate(-50%,-52%); }
.collaborate-orbit { position: absolute; border: 2px solid rgba(255,255,255,.32); border-radius: 50%; }
.collaborate-orbit--one { inset: 9%; }
.collaborate-orbit--two { inset: 27%; border-color: #8bd1e6; }
.collaborate-hero__motif::before, .collaborate-hero__motif::after { position: absolute; width: 18px; height: 18px; border-radius: 50%; background: #8bd1e6; content: ""; }
.collaborate-hero__motif::before { top: 12%; left: 22%; }
.collaborate-hero__motif::after { right: 13%; bottom: 24%; background: var(--white); }
.collaborate-paths { position: relative; z-index: 3; margin-top: -64px; }
.collaborate-paths__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); box-shadow: var(--shadow); }
.collaborate-paths a { min-height: 152px; display: grid; grid-template-columns: 38px 1fr; align-content: center; gap: 5px 15px; padding: 28px 34px; color: var(--ink); background: var(--white); text-decoration: none; transition: color .2s, background .2s, transform .2s; }
.collaborate-paths a + a { border-left: 1px solid var(--border); }
.collaborate-paths a:hover { z-index: 1; color: var(--white); background: var(--blue-dark); transform: translateY(-5px); }
.collaborate-paths a > span { grid-row: 1 / 3; align-self: start; padding-top: 4px; color: var(--blue); font-size: .7rem; font-weight: 700; }
.collaborate-paths a:hover > span, .collaborate-paths a:hover small { color: #a9ddf1; }
.collaborate-paths strong { font: 600 1.18rem var(--font-heading); }
.collaborate-paths small { grid-column: 2; color: var(--muted); font-size: .73rem; letter-spacing: .04em; }
.collaborate-intro { padding-top: clamp(110px, 12vw, 165px); }
.collaborate-intro__layout { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(50px, 9vw, 120px); }
.collaborate-intro h2 { max-width: 700px; margin: 0; font-size: clamp(2.5rem, 5vw, 4.4rem); }
.collaborate-intro__copy { padding-top: 34px; color: var(--muted); }
.collaborate-promises { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 72px; border-block: 1px solid var(--border); }
.collaborate-promises article { min-height: 138px; display: flex; justify-content: center; flex-direction: column; padding: 26px 34px; }
.collaborate-promises article + article { border-left: 1px solid var(--border); }
.collaborate-promises strong { color: var(--blue-dark); font: 600 1.35rem var(--font-heading); }
.collaborate-promises span { color: var(--muted); font-size: .84rem; }
.collaborate-way { scroll-margin-top: 20px; padding-block: clamp(90px, 11vw, 150px); }
.collaborate-way--donation { background: var(--cream); }
.collaborate-way--volunteering { background: var(--white); }
.collaborate-way--membership { background: #eaf3f6; }
.collaborate-way__layout { display: grid; grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr); align-items: start; gap: clamp(55px, 9vw, 125px); }
.collaborate-way__layout--reverse .collaborate-way__visual { order: 2; }
.collaborate-way__visual { position: sticky; top: 28px; min-height: 560px; display: flex; justify-content: space-between; flex-direction: column; overflow: hidden; padding: 42px; color: var(--white); background: var(--blue-dark); }
.collaborate-way--volunteering .collaborate-way__visual { background: #242a2c; }
.collaborate-way--membership .collaborate-way__visual { background: var(--blue); }
.collaborate-way__visual > span { position: relative; z-index: 2; color: #a9ddf1; font-size: .75rem; font-weight: 700; letter-spacing: .14em; }
.collaborate-way__visual > strong { position: relative; z-index: 2; max-width: 270px; color: var(--white); font: 600 clamp(1.65rem,3vw,2.4rem)/1.14 var(--font-heading); }
.collaborate-ripple { position: absolute; inset: 50% auto auto 50%; width: 330px; aspect-ratio: 1; transform: translate(-50%,-50%); }
.collaborate-ripple i { position: absolute; border: 2px solid rgba(255,255,255,.22); border-radius: 50%; }
.collaborate-ripple i:nth-child(1) { inset: 0; }
.collaborate-ripple i:nth-child(2) { inset: 21%; border-color: rgba(169,221,241,.65); }
.collaborate-ripple i:nth-child(3) { inset: 42%; background: #a9ddf1; }
.collaborate-time { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; transform: translate(-50%,-55%); text-align: center; }
.collaborate-time b { color: var(--white); font: 600 clamp(5.5rem,11vw,9rem)/.9 var(--font-heading); }
.collaborate-time small { width: 150px; margin-top: 16px; color: #a9ddf1; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.collaborate-community { position: absolute; inset: 50% auto auto 50%; width: 330px; aspect-ratio: 1; transform: translate(-50%,-54%); }
.collaborate-community b { position: absolute; inset: 50% auto auto 50%; color: var(--white); font: 700 1.1rem var(--font-heading); transform: translate(-50%,-50%); }
.collaborate-community i { position: absolute; width: 58px; height: 58px; border: 16px solid rgba(255,255,255,.82); border-radius: 50%; }
.collaborate-community i:nth-child(1) { top: 13%; left: 41%; }
.collaborate-community i:nth-child(2) { top: 42%; right: 8%; }
.collaborate-community i:nth-child(3) { bottom: 9%; left: 42%; }
.collaborate-community i:nth-child(4) { top: 42%; left: 8%; }
.collaborate-community::before { position: absolute; inset: 18%; border: 2px solid rgba(255,255,255,.28); border-radius: 50%; content: ""; }
.collaborate-way__content { padding-top: 12px; }
.collaborate-way__content h2 { max-width: 720px; margin-bottom: 26px; font-size: clamp(2.35rem,5vw,4.25rem); }
.collaborate-way__lead { color: #495257; font-size: clamp(1.04rem,2vw,1.2rem); }
.collaborate-checks { margin: 34px 0; padding: 0; list-style: none; }
.collaborate-checks li { position: relative; padding-left: 34px; color: #4f585d; }
.collaborate-checks li + li { margin-top: 12px; }
.collaborate-checks li::before { position: absolute; top: 2px; left: 0; color: var(--blue); font-size: 1.1rem; font-weight: 700; content: "✓"; }
.collaborate-way__content .button { gap: 18px; margin-top: 12px; }
.donation-details { margin: 34px 0; padding: 30px; color: var(--white); background: var(--blue-dark); }
.donation-details__title { color: #a9ddf1; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.donation-details dl { margin: 0; }
.donation-details dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding-block: 11px; border-top: 1px solid rgba(255,255,255,.18); }
.donation-details dt { color: rgba(255,255,255,.55); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.donation-details dd { margin: 0; }
.donation-details code { color: var(--white); font: 600 .95rem var(--font-body); letter-spacing: .045em; }
.collaborate-transparency { margin-top: 38px; padding: 24px 26px; border-left: 4px solid #cf9b27; background: #fff9e8; }
.collaborate-transparency strong { display: block; margin-bottom: 7px; color: #76530d; font-family: var(--font-heading); }
.collaborate-transparency p { margin: 0; color: #665b42; font-size: .82rem; line-height: 1.55; }
.volunteer-areas { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 36px 0; }
.volunteer-areas article { display: grid; grid-template-columns: 30px 1fr; gap: 10px; min-height: 145px; padding: 22px; border: 1px solid var(--border); }
.volunteer-areas article > span { color: var(--blue); font-weight: 700; }
.volunteer-areas h3 { margin: 0 0 6px; font-size: 1rem; }
.volunteer-areas p { margin: 0; color: var(--muted); font-size: .79rem; line-height: 1.5; }
.collaborate-steps { margin: 34px 0; border-block: 1px solid var(--border); }
.collaborate-steps p { display: grid; grid-template-columns: 34px 1fr; gap: 12px; margin: 0; padding-block: 14px; color: #4f585d; font-size: .88rem; }
.collaborate-steps p + p { border-top: 1px solid var(--border); }
.collaborate-steps span { color: var(--blue); font-size: .72rem; font-weight: 700; }
.collaborate-smallprint { margin-top: 18px; color: var(--muted); font-size: .75rem; }
.membership-values { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 38px 0 28px; }
.membership-values article { min-height: 190px; padding: 24px 20px; background: var(--white); }
.membership-values strong { display: block; margin-bottom: 38px; color: var(--blue-dark); font-family: var(--font-heading); }
.membership-values p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.collaborate-closing { position: relative; overflow: hidden; color: var(--white); background: #0d5577; }
.collaborate-closing::after { position: absolute; top: 50%; right: -90px; width: 330px; height: 330px; border: 65px solid rgba(255,255,255,.06); border-radius: 50%; transform: translateY(-50%); content: ""; }
.collaborate-closing__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-block: clamp(78px,9vw,125px); }
.collaborate-closing h2 { max-width: 870px; margin: 0; color: var(--white); font-size: clamp(2.25rem,5vw,4.4rem); }
.collaborate-closing .button { flex: 0 0 auto; }

/* Transparencia */
.transparency-hero { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(120deg, #0a4562 0%, var(--blue-dark) 52%, #2383ad 100%); }
.transparency-hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 77% 48%, rgba(139,209,230,.2), transparent 28%); content: ""; }
.transparency-hero__layout { position: relative; min-height: clamp(530px,68vh,690px); display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(48px,8vw,110px); padding-block: clamp(80px,10vw,130px); }
.transparency-hero h1 { max-width: 870px; margin-bottom: 26px; color: var(--white); font-size: clamp(3rem,6.5vw,6rem); }
.transparency-hero__copy > p:last-child { max-width: 700px; margin: 0; color: rgba(255,255,255,.86); font-size: clamp(1.05rem,2vw,1.25rem); }
.transparency-hero__motif { position: relative; width: min(32vw,370px); aspect-ratio: 1; justify-self: end; }
.transparency-sheet { position: absolute; width: 63%; height: 77%; border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.09); box-shadow: 0 22px 50px rgba(0,0,0,.12); }
.transparency-sheet--back { top: 2%; left: 5%; transform: rotate(-10deg); }
.transparency-sheet--middle { top: 10%; right: 7%; transform: rotate(8deg); }
.transparency-sheet--front { top: 12%; left: 18%; display: flex; flex-direction: column; gap: 22px; padding: 50px 35px; background: rgba(255,255,255,.18); backdrop-filter: blur(5px); }
.transparency-sheet--front i { display: block; width: 74%; height: 3px; background: rgba(255,255,255,.58); }
.transparency-sheet--front i:nth-child(2) { width: 88%; }
.transparency-sheet--front i:nth-child(3) { width: 55%; }
.transparency-sheet--front b { position: absolute; right: 28px; bottom: 30px; width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-dark); background: #a9ddf1; font: 700 2rem var(--font-heading); }
.transparency-facts { color: var(--white); background: #222829; }
.transparency-facts__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.transparency-facts__grid > div { min-height: 145px; display: flex; justify-content: center; flex-direction: column; padding: 28px 32px; border-left: 1px solid rgba(255,255,255,.16); }
.transparency-facts__grid > div:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.transparency-facts span { margin-bottom: 8px; color: #9ad8ec; font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.transparency-facts strong { color: var(--white); font: 600 .98rem/1.4 var(--font-heading); }
.transparency-jump { position: sticky; z-index: 20; top: 0; background: var(--white); box-shadow: 0 8px 24px rgba(17,44,58,.07); }
.admin-bar .transparency-jump { top: 32px; }
.transparency-jump__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.transparency-jump a { display: flex; align-items: center; gap: 13px; min-height: 72px; padding: 14px 24px; border-left: 1px solid var(--border); color: var(--ink); font-size: .76rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.transparency-jump a:last-child { border-right: 1px solid var(--border); }
.transparency-jump a span { color: var(--blue); font-size: .62rem; }
.transparency-jump a:hover { color: var(--white); background: var(--blue-dark); }
.transparency-intro__layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(50px,9vw,120px); align-items: start; }
.transparency-intro h2 { max-width: 680px; margin: 0; }
.transparency-intro__copy { padding-top: 26px; color: var(--muted); }
.transparency-governance { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: clamp(55px,8vw,95px); }
.transparency-governance article { min-height: 265px; padding: clamp(28px,4vw,42px); border-top: 4px solid var(--blue); background: var(--cream); }
.transparency-governance article:nth-child(2) { color: var(--white); background: var(--blue-dark); }
.transparency-governance article > span { display: block; margin-bottom: 52px; color: var(--blue); font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.transparency-governance article:nth-child(2) > span { color: #9ad8ec; }
.transparency-governance h3 { font-size: 1.2rem; }
.transparency-governance article:nth-child(2) h3 { color: var(--white); }
.transparency-governance p { margin: 0; color: var(--muted); font-size: .87rem; }
.transparency-governance article:nth-child(2) p { color: rgba(255,255,255,.78); }
.transparency-library { background: #eef4f6; }
.transparency-library__heading { margin-bottom: 62px; }
.transparency-library__heading h2 { max-width: 750px; margin: 0; }
.transparency-group + .transparency-group { margin-top: 74px; padding-top: 68px; border-top: 1px solid #cbd7db; }
.transparency-group > header { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 20px; max-width: 790px; margin-bottom: 30px; }
.transparency-group > header > span { color: var(--blue); font-size: .7rem; font-weight: 700; letter-spacing: .13em; }
.transparency-group > header h3 { margin-bottom: 8px; font-size: clamp(1.5rem,3vw,2.15rem); }
.transparency-group > header p { margin: 0; color: var(--muted); font-size: .88rem; }
.transparency-documents { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.transparency-document { position: relative; min-height: 220px; display: grid; grid-template-columns: 58px minmax(0,1fr); grid-template-rows: 1fr auto; gap: 0 22px; padding: 30px; border: 1px solid rgba(12,79,113,.13); background: var(--white); transition: border-color .2s, box-shadow .2s, transform .2s; }
.transparency-document.is-published:hover { border-color: rgba(23,111,157,.34); box-shadow: var(--shadow); transform: translateY(-4px); }
.transparency-document__icon { position: relative; grid-row: 1 / 3; width: 54px; height: 67px; padding: 9px 7px; color: var(--blue-dark); background: var(--blue-soft); }
.transparency-document__icon::after { position: absolute; top: 0; right: 0; border-width: 0 0 13px 13px; border-style: solid; border-color: transparent transparent #c7e4ee transparent; content: ""; }
.transparency-document__icon span { display: block; width: 23px; height: 2px; margin-top: 16px; background: var(--blue); box-shadow: 0 7px 0 rgba(23,111,157,.45); }
.transparency-document__icon i { position: absolute; bottom: 7px; left: 7px; font-size: .53rem; font-style: normal; font-weight: 700; letter-spacing: .06em; }
.transparency-document h4 { margin: 0 0 9px; font: 600 1.08rem/1.25 var(--font-heading); }
.transparency-document p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.transparency-document > a, .transparency-document__status { grid-column: 2; align-self: end; margin-top: 22px; font-size: .72rem; font-weight: 700; }
.transparency-document > a { display: flex; justify-content: space-between; color: var(--blue-dark); text-decoration: none; }
.transparency-document > a:hover { color: var(--blue); }
.transparency-document__status { color: #777e81; }
.transparency-document.is-pending { background: rgba(255,255,255,.62); }
.transparency-document.is-pending .transparency-document__icon { filter: grayscale(.55); opacity: .62; }
.transparency-resources { color: var(--white); background: #252a2c; }
.transparency-resources__layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px,9vw,120px); }
.transparency-resources__title h2 { color: var(--white); }
.transparency-resources__points article { display: grid; grid-template-columns: minmax(150px,.36fr) minmax(0,1fr); gap: 28px; padding: 27px 0; border-top: 1px solid rgba(255,255,255,.19); }
.transparency-resources__points article:last-child { border-bottom: 1px solid rgba(255,255,255,.19); }
.transparency-resources__points span { color: #a9ddf1; font: 600 .95rem var(--font-heading); }
.transparency-resources__points p { margin: 0; color: rgba(255,255,255,.72); font-size: .87rem; }
.transparency-editor-content { background: var(--white); }
.transparency-cta { position: relative; overflow: hidden; color: var(--white); background: var(--blue-dark); }
.transparency-cta::after { position: absolute; top: 50%; right: -100px; width: 340px; height: 340px; border: 70px solid rgba(255,255,255,.06); border-radius: 50%; transform: translateY(-50%); content: ""; }
.transparency-cta__inner { position: relative; z-index: 1; min-height: 400px; display: flex; align-items: center; justify-content: space-between; gap: 55px; padding-block: clamp(72px,9vw,115px); }
.transparency-cta h2 { max-width: 850px; color: var(--white); }
.transparency-cta__inner p:not(.eyebrow) { max-width: 690px; margin: 0; color: rgba(255,255,255,.78); }
.transparency-cta .button { flex: 0 0 auto; }

/* Política de privacidad */
.privacy-hero { color: var(--white); background: linear-gradient(125deg, var(--blue-dark), var(--blue)); }
.privacy-hero__inner { padding-block: clamp(76px, 9vw, 130px); }
.privacy-hero h1 { max-width: 920px; margin-bottom: 22px; color: var(--white); font-size: clamp(2.8rem, 7vw, 5.7rem); }
.privacy-hero__inner > p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.88); font-size: clamp(1.05rem, 2vw, 1.24rem); }
.privacy-hero .privacy-hero__updated { margin: 38px 0 0; color: #b8e4f3; font-size: .77rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.privacy-overview { background: var(--cream); }
.privacy-overview__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.privacy-overview article { min-height: 225px; padding: 36px 30px; border-left: 1px solid #d8d2c7; }
.privacy-overview article:last-child { border-right: 1px solid #d8d2c7; }
.privacy-overview article > span { display: block; margin-bottom: 28px; color: var(--blue); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.privacy-overview h3 { margin-bottom: 10px; font-size: 1.05rem; }
.privacy-overview p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.privacy-layout { display: grid; grid-template-columns: 230px minmax(0,760px); justify-content: space-between; gap: clamp(50px, 9vw, 130px); padding-block: clamp(78px, 10vw, 135px); }
.privacy-index { position: sticky; top: 26px; align-self: start; padding-top: 7px; }
.privacy-index > p { margin-bottom: 18px; color: var(--blue-dark); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.privacy-index ol { margin: 0; padding: 0; list-style: none; counter-reset: privacy-index; }
.privacy-index li { counter-increment: privacy-index; }
.privacy-index li + li { margin-top: 11px; }
.privacy-index a { display: grid; grid-template-columns: 24px 1fr; color: var(--muted); font-size: .82rem; line-height: 1.4; text-decoration: none; }
.privacy-index a::before { color: #a3aaad; content: counter(privacy-index, decimal-leading-zero); font-size: .62rem; font-weight: 700; }
.privacy-index a:hover { color: var(--blue-dark); }
.privacy-section { scroll-margin-top: 28px; }
.privacy-section + .privacy-section { margin-top: 82px; padding-top: 76px; border-top: 1px solid var(--border); }
.privacy-section__number { margin: 0 0 14px; color: var(--blue); font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
.privacy-section h2 { max-width: 700px; margin-bottom: 28px; font-size: clamp(1.9rem, 4vw, 3rem); }
.privacy-section h3 { margin: 38px 0 12px; font-size: 1.18rem; }
.privacy-section p, .privacy-section li, .privacy-section dd { color: #4f585d; }
.privacy-section ul { margin: 24px 0; padding-left: 1.25em; }
.privacy-section li + li { margin-top: 12px; }
.privacy-details { margin: 0 0 34px; border-top: 1px solid var(--border); }
.privacy-details > div { display: grid; grid-template-columns: 145px 1fr; gap: 20px; padding-block: 14px; border-bottom: 1px solid var(--border); }
.privacy-details dt { color: var(--ink); font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.privacy-details dd { margin: 0; font-size: .93rem; }
.privacy-notice { margin-top: 34px; padding: 30px 32px; border-left: 4px solid var(--blue); background: var(--blue-soft); }
.privacy-notice h3 { margin: 0 0 10px; color: var(--blue-dark); }
.privacy-notice p:last-child { margin-bottom: 0; }
.privacy-table-wrap { overflow-x: auto; margin: 30px 0; }
.privacy-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.privacy-table th { padding: 15px 18px; color: var(--white); background: var(--blue-dark); text-align: left; }
.privacy-table td { width: 50%; padding: 18px; border: 1px solid var(--border); color: #4f585d; vertical-align: top; }
.privacy-rights { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; padding: 0 !important; list-style: none; }
.privacy-rights li { min-height: 112px; margin: 0 !important; padding: 22px; border-top: 3px solid var(--blue); background: var(--cream); }
.privacy-rights strong, .privacy-rights span { display: block; }
.privacy-rights strong { margin-bottom: 5px; color: var(--ink); font-family: var(--font-heading); }
.privacy-rights span { font-size: .83rem; line-height: 1.5; }
.privacy-contact { color: var(--white); background: var(--blue-dark); }
.privacy-contact__inner { display: flex; align-items: center; justify-content: space-between; gap: 46px; padding-block: clamp(62px, 7vw, 90px); }
.privacy-contact h2 { max-width: 760px; margin: 0; color: var(--white); font-size: clamp(2rem, 4vw, 3.35rem); }

.site-footer { position: relative; overflow: hidden; color: rgba(255,255,255,.78); background: #292d2f; }
.site-footer::before { position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--blue-dark), var(--blue), #6bb8d0); content: ""; }
.site-footer a { color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1.35fr .82fr 1.2fr .78fr; gap: clamp(34px, 5vw, 68px); padding-block: clamp(58px, 7vw, 86px) 52px; }
.footer-brand__name { display: inline-block; margin-bottom: 22px; color: var(--white); font: 700 clamp(1.65rem, 3vw, 2.25rem)/1 var(--font-heading); letter-spacing: -.035em; text-decoration: none; }
.footer-brand__tagline { max-width: 360px; margin: 0; color: rgba(255,255,255,.7); font-size: .95rem; line-height: 1.7; }
.footer-heading { margin: 3px 0 24px; color: #a9ddf1; font: 700 .75rem/1.3 var(--font-body); letter-spacing: .14em; text-transform: uppercase; }
.footer-links, .footer-contact__list, .footer-social ul { margin: 0; padding: 0; list-style: none; }
.footer-links li + li { margin-top: 10px; }
.footer-links a { color: rgba(255,255,255,.86); font-size: .92rem; text-decoration: none; transition: color .2s, padding-left .2s; }
.footer-links a:hover { padding-left: 4px; color: #a9ddf1; }
.footer-contact__list li + li { margin-top: 17px; }
.footer-contact__list span { display: block; margin-bottom: 2px; color: rgba(255,255,255,.72); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-contact__list a { display: inline-block; max-width: 360px; color: rgba(255,255,255,.9); font-size: .88rem; line-height: 1.55; text-decoration-color: rgba(255,255,255,.35); }
.footer-social { margin-top: 28px; }
.footer-social ul { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.footer-social a { display: inline-flex; align-items: center; gap: 9px; color: #a9ddf1; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.footer-social__mark { width: 28px; height: 28px; display: grid; place-items: end center; border-radius: 50%; color: #292d2f; background: #a9ddf1; font: 700 1.35rem/1 var(--font-heading); letter-spacing: 0; text-transform: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 21px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.56); font-size: .75rem; }
.footer-bottom p { margin: 0; }
.video-transcript { margin-top: 20px; padding: 18px 20px; border: 1px solid var(--border); background: var(--cream); }
.video-transcript summary { color: var(--blue-dark); font-weight: 700; cursor: pointer; }
.video-transcript .prose { margin-top: 18px; }

html[data-adaca-text-size="125"] { font-size: 125%; }
html[data-adaca-text-size="150"] { font-size: 150%; }

.accessibility-tools { position: fixed; z-index: 9998; right: 24px; bottom: 24px; font-size: 1rem; }
.accessibility-tools__toggle { width: 58px; height: 58px; display: grid; place-items: center; padding: 0; border: 3px solid var(--white); border-radius: 50%; color: var(--white); background: var(--blue-dark); box-shadow: 0 8px 26px rgba(0,0,0,.24); cursor: pointer; }
.accessibility-tools__toggle:hover { background: var(--blue); }
.accessibility-tools__toggle[aria-expanded="true"] { color: var(--blue-dark); background: var(--white); border-color: var(--blue-dark); }
.accessibility-tools__symbol { font-weight: 800; letter-spacing: -.08em; }
.accessibility-tools__panel { position: absolute; right: 0; bottom: 72px; width: min(310px, calc(100vw - 32px)); max-height: calc(100vh - 110px); overflow-y: auto; padding: 20px; border: 2px solid var(--blue-dark); border-radius: 12px; color: var(--ink); background: var(--white); box-shadow: 0 16px 48px rgba(0,0,0,.25); }
.accessibility-tools__panel[hidden] { display: none !important; }
.accessibility-tools__header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; padding-bottom: 13px; border-bottom: 1px solid var(--border); }
.accessibility-tools__header h2 { margin: 0; font-size: 1.15rem; }
.accessibility-tools__close { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--ink); background: transparent; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.accessibility-tools__close:hover { color: var(--white); background: var(--blue-dark); }
.accessibility-tools__controls { display: grid; gap: 10px; }
.accessibility-tools__control { min-height: 52px; display: grid; grid-template-columns: 42px minmax(0,1fr); align-items: center; gap: 11px; padding: 8px 13px; border: 2px solid var(--border); border-radius: 8px; color: var(--ink); background: var(--white); font-weight: 700; text-align: left; cursor: pointer; }
.accessibility-tools__control:hover { border-color: var(--blue-dark); }
.accessibility-tools__control[aria-pressed="true"] { border-color: var(--blue-dark); color: var(--white); background: var(--blue-dark); }
.accessibility-tools__control-icon { font-size: 1.15rem; font-weight: 800; text-align: center; }
.accessibility-tools__reset { min-height: 44px; padding: 8px 12px; border: 0; color: var(--blue-dark); background: transparent; font-weight: 700; text-decoration: underline; text-underline-offset: .2em; cursor: pointer; }
.accessibility-tools__reset:hover { color: var(--blue); }

html[data-adaca-contrast="high"] body,
html[data-adaca-contrast="high"] .site-header,
html[data-adaca-contrast="high"] .utility-bar,
html[data-adaca-contrast="high"] .main-header,
html[data-adaca-contrast="high"] .primary-nav,
html[data-adaca-contrast="high"] .site-footer { color: #fff !important; background: #000 !important; box-shadow: none !important; }
html[data-adaca-contrast="high"] main :where(section, article, aside, div, form, details, blockquote, table, thead, tbody, tr, th, td) { color: #fff !important; background-color: #000 !important; background-image: none !important; box-shadow: none !important; }
html[data-adaca-contrast="high"] :where(h1, h2, h3, h4, p, li, label, time, address, figcaption, .eyebrow, .footer-heading, .footer-brand__tagline, .footer-bottom) { color: #fff !important; }
html[data-adaca-contrast="high"] :where(a:not(.button):not(.wp-block-button__link), .primary-nav a, .site-footer a, .text-link) { color: #ffea00 !important; text-decoration: underline !important; }
html[data-adaca-contrast="high"] :where(.button, input[type="submit"], .wp-block-button__link, .primary-nav .menu-item--collaborate > a) { border-color: #ffea00 !important; color: #000 !important; background: #ffea00 !important; box-shadow: none !important; }
html[data-adaca-contrast="high"] :where(input, select, textarea) { border: 2px solid #fff !important; color: #fff !important; background: #000 !important; }
html[data-adaca-contrast="high"] :where(input, textarea)::placeholder { color: #fff !important; opacity: .8; }
html[data-adaca-contrast="high"] :where(hr, article, blockquote, table, th, td, .contact-alert, .video-transcript) { border-color: #fff !important; }
html[data-adaca-contrast="high"] :focus-visible { outline-color: #ffea00 !important; }
html[data-adaca-contrast="high"] .accessibility-tools__toggle { border-color: #ffea00; color: #000; background: #ffea00; }
html[data-adaca-contrast="high"] .accessibility-tools__panel { border-color: #ffea00; color: #fff; background: #000; box-shadow: none; }
html[data-adaca-contrast="high"] .accessibility-tools__header { border-color: #fff; }
html[data-adaca-contrast="high"] .accessibility-tools__header h2,
html[data-adaca-contrast="high"] .accessibility-tools__close { color: #fff !important; }
html[data-adaca-contrast="high"] .accessibility-tools__control { border-color: #fff; color: #fff; background: #000; }
html[data-adaca-contrast="high"] .accessibility-tools__control[aria-pressed="true"] { border-color: #ffea00; color: #000; background: #ffea00; }
html[data-adaca-contrast="high"] .accessibility-tools__reset { color: #ffea00; }
html[data-adaca-contrast="high"] main :where(img, video, iframe) { filter: none !important; }

@media (max-width: 980px) {
  .utility-bar { display: none; }
  .main-header__inner { min-height: 78px; }
  .menu-toggle { display: block; margin-left: auto; }
  .primary-nav { position: fixed; z-index: 200; inset: 78px 0 0; display: none; overflow-y: auto; margin: 0; padding: 24px 20px 60px; background: var(--white); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: block; }
  .primary-nav a { padding: 15px 0; border-bottom: 1px solid var(--border); font-size: 1rem; }
  .primary-nav .menu-item--collaborate { margin-top: 20px; }
  .primary-nav .menu-item--collaborate > a { width: 100%; padding: 14px 22px; border: 2px solid var(--blue-dark); }
  .primary-nav .sub-menu { position: static; display: block; width: auto; padding: 0 0 0 20px; box-shadow: none; }
  body.menu-open .accessibility-tools { display: none; }
  .hero { min-height: 620px; }
  .split { gap: 50px; }
  .service-grid, .post-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .service-card:last-child { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .values-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .governance-layout, .entity-panel { grid-template-columns: 1fr; }
  .about-cta__inner { align-items: flex-start; flex-direction: column; }
  .contact-hero__layout { grid-template-columns: 1fr .6fr; }
  .contact-cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-card:nth-child(3) { border-left: 0; border-top: 1px solid var(--border); }
  .contact-card:nth-child(4) { border-top: 1px solid var(--border); }
  .contact-main-section { background: var(--white); }
  .contact-main-layout { grid-template-columns: 1fr; }
  .contact-location { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
  .contact-location__header, .contact-location__note { grid-column: 1 / -1; }
  .contact-map { margin: 0; }
  .contact-map-link { align-self: end; }
  .news-hero__layout { grid-template-columns: 1fr .55fr; }
  .dca-hero__layout { grid-template-columns: 1.25fr .75fr; }
  .dca-jump__inner { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .dca-jump a:nth-child(4) { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .dca-jump a:nth-child(5) { border-top: 1px solid rgba(255,255,255,.18); }
  .dca-definition__layout, .dca-faq__layout { grid-template-columns: 1fr; }
  .dca-numbers__grid > div { padding-inline: 28px; }
  .dca-cause-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dca-cause, .dca-cause:nth-child(4) { grid-column: auto; }
  .dca-cause:last-child { grid-column: 1 / -1; }
  .dca-effect-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dca-effect-grid__last { grid-column: 1 / -1; grid-template-columns: 70px minmax(150px,.5fr) minmax(0,1fr); }
  .dca-emergency__layout { grid-template-columns: .72fr 1.28fr; }
  .dca-family__layout { grid-template-columns: .8fr 1.2fr; }
  .privacy-overview__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .privacy-overview article:nth-child(3) { border-top: 1px solid #d8d2c7; }
  .privacy-overview article:nth-child(4) { border-top: 1px solid #d8d2c7; }
  .privacy-layout { grid-template-columns: 190px minmax(0,1fr); gap: 55px; }
  .collaborate-hero__inner { grid-template-columns: 1.25fr .75fr; }
  .collaborate-intro__layout { grid-template-columns: 1fr 1fr; gap: 55px; }
  .collaborate-way__layout { grid-template-columns: minmax(260px,.75fr) minmax(0,1.25fr); gap: 55px; }
  .collaborate-way__visual { min-height: 510px; }
  .membership-values { grid-template-columns: 1fr; }
  .membership-values article { min-height: 0; }
  .membership-values strong { margin-bottom: 12px; }
  .transparency-hero__layout { grid-template-columns: 1.2fr .8fr; }
  .transparency-facts__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .transparency-facts__grid > div:nth-child(3), .transparency-facts__grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.16); }
  .transparency-intro__layout { grid-template-columns: 1fr 1fr; gap: 50px; }
  .transparency-resources__layout { grid-template-columns: .8fr 1.2fr; gap: 55px; }
}

@media (max-width: 560px) {
  .accessibility-tools { right: 16px; bottom: 16px; }
  .accessibility-tools__toggle { width: 54px; height: 54px; }
  .accessibility-tools__panel { bottom: 66px; max-height: calc(100vh - 100px); overflow-y: auto; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .section { padding-block: 72px; }
  .custom-logo { max-width: 190px; max-height: 54px; }
  .hero { min-height: 620px; background-position: 62% center; }
  .hero__inner { padding-block: 72px; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .hero__lead { font-size: 1.08rem; }
  .hero__actions .button { flex: 1; }
  .split { grid-template-columns: 1fr; }
  .split--feature .split__media::before { top: -20px; right: -20px; height: calc(100% + 40px); }
  .split--feature .split__media { order: 2; }
  .section-heading--row, .impact__inner { align-items: flex-start; flex-direction: column; }
  .service-grid, .post-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .service-card { min-height: auto; }
  .service-card__number { margin-bottom: 38px; }
  .post-card__body { padding: 24px 22px; }
  .page-hero--image { min-height: 340px; }
  .single-featured { margin-top: 0; width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 36px; padding-block: 58px 42px; }
  .footer-column { padding-top: 30px; border-top: 1px solid rgba(255,255,255,.14); }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .privacy-overview__grid, .privacy-layout { grid-template-columns: 1fr; }
  .privacy-overview article { min-height: 0; border-right: 1px solid #d8d2c7; border-bottom: 1px solid #d8d2c7; }
  .privacy-overview article + article { border-top: 0; }
  .privacy-index { position: static; padding: 0 0 38px; border-bottom: 1px solid var(--border); }
  .privacy-index ol { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 18px; }
  .privacy-index li + li { margin-top: 0; }
  .privacy-section + .privacy-section { margin-top: 58px; padding-top: 52px; }
  .privacy-details > div { grid-template-columns: 1fr; gap: 3px; }
  .privacy-rights { grid-template-columns: 1fr; }
  .privacy-contact__inner { align-items: flex-start; flex-direction: column; }
  .collaborate-hero__inner { grid-template-columns: 1fr; min-height: 650px; padding-block: 78px 142px; }
  .collaborate-hero__motif { position: absolute; right: -70px; bottom: -35px; width: 260px; opacity: .55; }
  .collaborate-paths { overflow-x: auto; margin-top: -68px; }
  .collaborate-paths__grid { width: max-content; display: flex; box-shadow: none; }
  .collaborate-paths a { width: 245px; flex: 0 0 245px; box-shadow: 0 12px 30px rgba(17,44,58,.11); }
  .collaborate-intro__layout, .collaborate-way__layout { grid-template-columns: 1fr; }
  .collaborate-intro__copy { padding-top: 0; }
  .collaborate-promises { grid-template-columns: 1fr; }
  .collaborate-promises article + article { border-top: 1px solid var(--border); border-left: 0; }
  .collaborate-way__layout--reverse .collaborate-way__visual { order: initial; }
  .collaborate-way__visual { position: relative; top: auto; min-height: 390px; }
  .volunteer-areas, .membership-values { grid-template-columns: 1fr; }
  .volunteer-areas article { min-height: 0; }
  .donation-details dl > div { grid-template-columns: 1fr; gap: 3px; }
  .collaborate-closing__inner { align-items: flex-start; flex-direction: column; }
  .transparency-hero__layout { grid-template-columns: 1fr; min-height: 620px; padding-block: 76px 132px; }
  .transparency-hero__motif { position: absolute; right: -68px; bottom: -42px; width: 255px; opacity: .55; }
  .transparency-facts__grid { grid-template-columns: 1fr; }
  .transparency-facts__grid > div { min-height: 120px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
  .transparency-jump { overflow-x: auto; }
  .admin-bar .transparency-jump { top: 46px; }
  .transparency-jump__grid { width: max-content; display: flex; }
  .transparency-jump a { width: 190px; flex: 0 0 190px; }
  .transparency-intro__layout, .transparency-resources__layout { grid-template-columns: 1fr; gap: 28px; }
  .transparency-intro__copy { padding-top: 0; }
  .transparency-governance, .transparency-documents { grid-template-columns: 1fr; }
  .transparency-governance article { min-height: auto; }
  .transparency-governance article > span { margin-bottom: 32px; }
  .transparency-group + .transparency-group { margin-top: 58px; padding-top: 52px; }
  .transparency-group > header { grid-template-columns: 34px minmax(0,1fr); gap: 12px; }
  .transparency-document { min-height: 205px; grid-template-columns: 48px minmax(0,1fr); gap: 0 18px; padding: 25px 22px; }
  .transparency-document__icon { width: 46px; height: 59px; }
  .transparency-resources__points article { grid-template-columns: 1fr; gap: 8px; }
  .transparency-cta__inner { min-height: 440px; align-items: flex-start; justify-content: center; flex-direction: column; }
  .search-form { flex-direction: column; }
  .about-hero { min-height: 580px; }
  .territory-layout, .purpose-grid, .action-grid, .governance-points { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .value-item { min-height: 125px; }
  .road-section { background: var(--cream); }
  .road-visual { min-height: 280px; }
  .entity-panel { width: 100%; }
  .entity-data > div { grid-template-columns: 1fr; gap: 4px; }
  .about-cta__actions { width: 100%; }
  .about-cta__actions .button { flex: 1 1 190px; }
  .contact-hero__layout { grid-template-columns: 1fr; min-height: 620px; padding-block: 72px 118px; }
  .contact-hero__motif { position: absolute; right: -90px; bottom: -70px; width: 260px; opacity: .55; }
  .contact-cards-section { margin-top: -54px; }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-card + .contact-card, .contact-card:nth-child(3), .contact-card:nth-child(4) { border-top: 1px solid var(--border); border-left: 0; }
  .form-row--two, .contact-location { grid-template-columns: 1fr; }
  .contact-location__header, .contact-location__note { grid-column: auto; }
  .contact-map { aspect-ratio: 4/3; }
  .contact-closing__inner::after { right: -130px; }
  .news-hero__layout { grid-template-columns: 1fr; min-height: 440px; }
  .news-hero__mark { position: absolute; right: -75px; bottom: -85px; width: 250px; opacity: .55; }
  .news-intro { grid-template-columns: 1fr; gap: 18px; }
  .news-filters { flex-wrap: nowrap; overflow-x: auto; margin-right: -20px; padding-right: 34px; scrollbar-width: thin; }
  .news-filter { flex: 0 0 auto; }
  .news-closing__inner { align-items: flex-start; flex-direction: column; }
  .dca-hero__layout { grid-template-columns: 1fr; min-height: 600px; padding-bottom: 150px; }
  .dca-brain { position: absolute; right: -70px; bottom: -75px; width: 260px; opacity: .54; }
  .dca-jump { overflow-x: auto; }
  .dca-jump__inner { width: max-content; display: flex; }
  .dca-jump a { width: 175px; flex: 0 0 175px; border-top: 0 !important; }
  .dca-jump a + a { border-left: 1px solid rgba(255,255,255,.18) !important; }
  .dca-definition__layout, .dca-section-heading, .dca-family__layout, .dca-faq__layout { grid-template-columns: 1fr; gap: 28px; }
  .dca-numbers__grid { grid-template-columns: 1fr; }
  .dca-numbers__grid > div { min-height: 180px; }
  .dca-numbers__grid > div + div { border-top: 1px solid rgba(255,255,255,.24); border-left: 0; }
  .dca-cause-grid, .dca-effect-grid { grid-template-columns: 1fr; }
  .dca-cause:last-child, .dca-effect-grid__last { grid-column: auto; }
  .dca-cause { min-height: auto; }
  .dca-cause > span { margin-bottom: 34px; }
  .dca-effect-grid article { min-height: auto; }
  .dca-effect-grid__last { display: block; }
  .dca-effect-grid__last > span { margin-bottom: 28px !important; }
  .dca-effect-grid__last h3 { margin-bottom: 12px; }
  .dca-emergency__layout { grid-template-columns: 1fr; }
  .dca-emergency__number { min-height: 260px; }
  .dca-warning-list { grid-template-columns: 1fr; }
  .dca-steps article { grid-template-columns: 58px minmax(0,1fr); gap: 16px; }
  .dca-family__visual { min-height: 320px; }
  .dca-cta__inner { align-items: flex-start; flex-direction: column; }
}

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

@media (forced-colors: active) {
  :focus-visible { outline: 3px solid CanvasText; }
  .button, input[type="submit"], .wp-block-button__link, .primary-nav .menu-item--collaborate > a { border: 2px solid ButtonText; }
  .contact-alert, .privacy-notice, .video-transcript { border: 1px solid CanvasText; }
	.accessibility-tools__toggle, .accessibility-tools__panel, .accessibility-tools__control { border: 2px solid ButtonText; }
}

@media print {
  .site-header, .site-footer, .hero__actions, .menu-toggle, .accessibility-tools { display: none; }
  .hero, .page-hero, .single-header, .dca-hero, .transparency-hero { min-height: auto; padding: 30px 0; color: #000; background: #fff !important; }
  .hero h1, .page-hero h1, .single-header h1, .dca-hero h1, .transparency-hero h1 { color: #000; }
  .dca-brain, .dca-jump, .dca-cta, .transparency-hero__motif, .transparency-jump, .transparency-cta { display: none; }
}
