:root {
  --navy: #031736;
  --navy-2: #071f45;
  --gold: #b58b3d;
  --gold-light: #dfc386;
  --white: #fff;
  --cream: #f7f5f0;
  --surface: #fff;
  --text: #243044;
  --muted: #647084;
  --line: #e3ded3;
  --success: #16794b;
  --error: #b42318;
  --shadow: 0 18px 50px rgba(3, 23, 54, .1);
  --font-display: "Libre Baskerville", Georgia, serif;
  --font-sans: "Montserrat", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 130px; }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--white); font-family: var(--font-sans); line-height: 1.65; }
main p:not(.form-status), .site-footer p, .cookie-banner p, .legal-document li, .objectives-card li { text-align: justify; text-align-last: left; text-justify: inter-word; hyphens: auto; overflow-wrap: break-word; }
main p:not(.form-status) { line-height: 1.75; letter-spacing: .002em; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 { color: var(--navy); font-family: var(--font-display); font-weight: 700; line-height: 1.22; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: 1.15rem; }
p { color: var(--muted); }
button, input { font: inherit; }

.skip-link { position: fixed; top: 0; left: 1rem; z-index: 9999; padding: .75rem 1rem; color: var(--navy); background: var(--gold-light); font-weight: 700; transform: translateY(-110%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.section-space { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.eyebrow { display: inline-flex; align-items: center; gap: .65rem; margin-bottom: .8rem; color: var(--gold); font-size: .74rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 1px; background: currentColor; content: ""; }
.eyebrow.light { color: var(--gold-light); }
.section-heading { max-width: 740px; margin: 0 auto 2rem; }
.section-heading p { font-size: 1.03rem; }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; max-width: none; }
.section-heading-row h2 { margin-bottom: 0; }
.text-link { display: inline-flex; align-items: center; gap: .65rem; color: var(--navy); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.text-link:hover { color: var(--gold); }
.demo-notice { display: inline-flex; align-items: center; gap: .5rem; padding: .45rem .8rem; border: 1px solid #e6d8b9; border-radius: 999px; color: #6f531f; background: #fffaf0; font-size: .72rem; }
.demo-notice.dark { color: #f3deb0; background: rgba(255,255,255,.08); border-color: rgba(223,195,134,.35); }
.btn { border-radius: 2px; padding: .85rem 1.35rem; font-size: .75rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.btn-gold { border-color: var(--gold); color: var(--navy); background: var(--gold-light); }
.btn-gold:hover { border-color: #efd79f; color: var(--navy); background: #efd79f; transform: translateY(-1px); }
.btn-outline-light-custom { border: 1px solid rgba(255,255,255,.65); color: var(--white); background: transparent; }
.btn-outline-light-custom:hover { color: var(--navy); background: var(--white); }
.btn-text-light { color: var(--white); text-decoration: none; }
.btn-text-light:hover { color: var(--gold-light); }

.site-header { position: sticky; top: 0; z-index: 1030; box-shadow: 0 5px 25px rgba(0,0,0,.12); }
.utility-bar { min-height: 34px; color: rgba(255,255,255,.7); background: #021027; font-size: .66rem; letter-spacing: .03em; }
.utility-message { text-transform: uppercase; }
.utility-message i { margin-right: .45rem; color: var(--gold-light); }
.utility-links { display: flex; align-items: stretch; min-height: 34px; }
.utility-links a { display: flex; align-items: center; gap: .4rem; padding: 0 .8rem; border-left: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.82); text-decoration: none; }
.utility-links a:hover { color: var(--gold-light); }
.utility-links .member-link { color: var(--gold-light); font-weight: 700; }
.main-nav { min-height: 190px; padding-block: 0; background: var(--navy); }
.main-nav > .container { min-height: inherit; align-items: center; }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 1.4rem; min-width: 500px; }
.brand img, .footer-brand img { object-fit: cover; border: 2px solid var(--gold); border-radius: 50%; }
.main-nav .brand img { width: 167px; height: 167px; }
.brand-copy { display: flex; flex-direction: column; color: var(--white); text-transform: uppercase; }
.brand-copy strong { font-family: var(--font-display); font-size: 1.3rem; line-height: 1.35; letter-spacing: .035em; }
.brand-copy small { position: relative; align-self: center; margin-top: .5rem; color: var(--gold-light); font-size: .86rem; font-weight: 700; letter-spacing: .28em; }
.main-nav .navbar-collapse { margin-left: clamp(1.75rem, 3vw, 4rem); }
.main-nav .navbar-nav { gap: .22rem; }
.main-nav .nav-link { position: relative; padding: .72rem .5rem !important; color: rgba(255,255,255,.85); font-size: .76rem; font-weight: 600; text-transform: uppercase; }
.main-nav .nav-link:hover, .main-nav .nav-link.active { color: var(--gold-light); }
.main-nav .nav-link.active::after { position: absolute; right: .5rem; bottom: .2rem; left: .5rem; height: 2px; background: var(--gold); content: ""; }
.main-nav .dropdown-menu { padding: .6rem; border: 0; border-top: 3px solid var(--gold); border-radius: 0; box-shadow: var(--shadow); }
.main-nav .dropdown-item { padding: .6rem .8rem; color: var(--text); font-size: .76rem; }
.main-nav .dropdown-item:hover { color: var(--navy); background: #f6f1e7; }
.nav-search { display: grid; width: 38px; height: 38px; margin-left: .35rem; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--white); background: transparent; place-items: center; }

.hero { position: relative; min-height: min(720px, calc(100vh - 224px)); color: var(--white); background-image: linear-gradient(90deg, rgba(3,23,54,.98) 0%, rgba(3,23,54,.88) 39%, rgba(3,23,54,.28) 76%, rgba(3,23,54,.2) 100%), url("../images/hero-governanca-publica.png"); background-position: center; background-size: cover; }
.hero::after { position: absolute; inset: auto 0 0; height: 5px; background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold)); content: ""; }
.hero-content { max-width: 760px; padding: 5rem 0; }
.hero h1 { margin-bottom: 1.6rem; color: var(--white); font-size: clamp(2.4rem, 5vw, 4.6rem); letter-spacing: -.035em; }
.hero p { max-width: 680px; margin-bottom: 2rem; color: rgba(255,255,255,.82); font-size: clamp(.98rem, 1.3vw, 1.15rem); }
.hero-scroll { position: absolute; right: 2.5rem; bottom: 2.3rem; display: flex; align-items: center; gap: .55rem; color: rgba(255,255,255,.65); font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right bottom; }

.areas-section { background: var(--cream); }
.area-card { display: flex; gap: 1.25rem; height: 100%; padding: 2rem; border: 1px solid transparent; background: var(--surface); box-shadow: 0 10px 35px rgba(3,23,54,.05); transition: transform .25s, border-color .25s, box-shadow .25s; }
.area-card:hover { border-color: rgba(181,139,61,.45); box-shadow: var(--shadow); transform: translateY(-5px); }
.area-card .icon { display: grid; flex: 0 0 56px; width: 56px; height: 56px; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--navy); font-size: 1.2rem; place-items: center; }
.area-card h3 { margin-top: .2rem; }
.area-card p { min-height: 52px; font-size: .82rem; }
.area-card a, .event-card a, .news-body a, .news-compact a { color: var(--gold); font-size: .7rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.technical-areas-panel { display: grid; grid-template-columns: .8fr 1.5fr; gap: 3rem; margin-top: 3rem; padding: 3rem; color: var(--white); background: var(--navy); scroll-margin-top: 224px; }
.technical-areas-intro h3 { margin: .4rem 0 .8rem; color: var(--white); font-size: 1.8rem; }
.technical-areas-intro p { margin: 0; color: rgba(255,255,255,.72); }
.technical-areas-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; align-content: center; }
.technical-areas-list span { display: flex; min-height: 48px; align-items: center; padding: .75rem 1rem; border: 1px solid rgba(223,195,134,.38); color: rgba(255,255,255,.9); font-size: .73rem; font-weight: 600; }

.about-visual { position: relative; padding: 0 3rem 3rem 0; }
.about-visual::before { position: absolute; z-index: -1; inset: 3rem 0 0 3rem; border: 1px solid var(--gold); content: ""; }
.about-visual img { width: 100%; aspect-ratio: 4/3; object-fit: cover; filter: saturate(.85); }
.about-seal { position: absolute; right: 0; bottom: 0; display: flex; flex-direction: column; width: 215px; padding: 1.2rem; color: var(--white); background: var(--navy); }
.about-seal strong { color: var(--gold-light); font-family: var(--font-display); font-size: 1.2rem; }
.about-seal span { font-size: .62rem; letter-spacing: .05em; text-transform: uppercase; }
.about-section h2 { margin-bottom: 1.5rem; }
.lead-copy { color: var(--text); font-size: 1.05rem; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2rem 0; }
.principles-grid > div { display: flex; gap: .7rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .7rem; }
.principles-grid i { color: var(--gold); font-size: 1rem; }
.principles-grid strong { display: block; color: var(--navy); font-size: .77rem; }
.mission-vision-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 5rem; scroll-margin-top: 210px; }
.institutional-card { display: flex; gap: 1.5rem; padding: 2.2rem; border-top: 3px solid var(--gold); background: var(--cream); }
.institutional-icon { display: grid; flex: 0 0 54px; width: 54px; height: 54px; border-radius: 50%; color: var(--gold-light); background: var(--navy); place-items: center; }
.institutional-card h3 { margin: .45rem 0 1rem; }
.institutional-card p { font-size: .82rem; }
.values-details { margin-top: 1.5rem; border: 1px solid var(--line); background: var(--white); scroll-margin-top: 210px; }
.values-details summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.4rem 1.8rem; color: var(--navy); cursor: pointer; list-style: none; }
.values-details summary::-webkit-details-marker { display: none; }
.values-details summary span { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; }
.values-details summary i { margin-right: .6rem; color: var(--gold); }
.values-details summary small { color: var(--muted); font-size: .68rem; font-weight: 600; }
.values-details[open] summary { border-bottom: 1px solid var(--line); }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; padding: 1rem 1.8rem 1.8rem; }
.values-grid > div { padding: 1rem; border-bottom: 1px solid var(--line); }
.values-grid strong { color: var(--navy); font-family: var(--font-display); }
.values-grid p { margin: .35rem 0 0; font-size: .75rem; }
.governance-panel { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; margin-top: 1.5rem; padding: 3rem; color: var(--white); background: var(--navy); scroll-margin-top: 210px; }
.governance-panel h2 { color: var(--white); }
.governance-panel p { margin: 0; color: rgba(255,255,255,.72); }
.governance-structure { display: grid; gap: .65rem; align-content: center; scroll-margin-top: 210px; }
.governance-structure span { padding: .75rem 1rem; border: 1px solid rgba(223,195,134,.35); color: rgba(255,255,255,.86); font-size: .72rem; }
.objectives-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.5rem; margin-top: 1.5rem; }
.objectives-card, .commitment-card { padding: 2.3rem; border: 1px solid var(--line); }
.objectives-card h3, .commitment-card h3 { margin: .45rem 0 1rem; }
.objectives-card ul { columns: 2; margin: 0; padding-left: 1.2rem; }
.objectives-card li { margin: 0 1rem .65rem 0; color: var(--muted); font-size: .75rem; break-inside: avoid; }
.commitment-card { border-color: var(--gold-light); background: var(--cream); }
.commitment-card p { font-size: .82rem; }

.events-section { background: #fafafa; }
.event-card { display: flex; height: 100%; border: 1px solid var(--line); background: var(--white); transition: box-shadow .2s, transform .2s; }
.event-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.event-date { display: flex; flex: 0 0 92px; flex-direction: column; align-items: center; justify-content: center; color: var(--white); background: var(--navy); text-align: center; }
.event-date strong { color: var(--gold-light); font-family: var(--font-display); font-size: 2.2rem; line-height: 1; }
.event-date span { margin-top: .35rem; font-size: .62rem; font-weight: 700; letter-spacing: .12em; }
.event-info { padding: 1.5rem; }
.event-info h3 { margin: .65rem 0; }
.event-info p { font-size: .78rem; }
.event-place { color: var(--gold); font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.coming-soon-panel { display: flex; align-items: center; gap: 2rem; padding: clamp(2rem, 5vw, 3.5rem); border-left: 4px solid var(--gold); background: var(--white); box-shadow: 0 12px 40px rgba(3,23,54,.08); }
.coming-soon-icon { display: grid; flex: 0 0 92px; width: 92px; height: 92px; color: var(--gold-light); background: var(--navy); place-items: center; }
.coming-soon-icon i { font-size: 2.5rem; }
.coming-soon-label { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.coming-soon-panel h3 { margin: .4rem 0 .55rem; font-size: clamp(1.45rem, 2.4vw, 2rem); }
.coming-soon-panel p { max-width: 760px; margin: 0; color: var(--muted); }

.news-feature { height: 100%; border-bottom: 3px solid var(--gold); background: var(--white); box-shadow: var(--shadow); }
.editorial-image { position: relative; display: grid; overflow: hidden; color: rgba(223,195,134,.8); background-color: var(--navy); place-items: center; }
.editorial-image::before, .course-cover::before { position: absolute; inset: 0; background: radial-gradient(circle at 75% 25%, rgba(223,195,134,.28), transparent 34%), repeating-linear-gradient(135deg, transparent 0 20px, rgba(255,255,255,.025) 20px 21px); content: ""; }
.editorial-image i { z-index: 1; font-size: 4rem; }
.news-feature .editorial-image { min-height: 300px; }
.news-photo { position: relative; width: 100%; margin: 0; overflow: hidden; background: var(--navy); }
.news-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.news-photo figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 1.6rem .65rem .4rem; color: rgba(255,255,255,.9); background: linear-gradient(transparent, rgba(3,23,54,.82)); font-size: .52rem; letter-spacing: .03em; text-align: right; }
.news-feature .news-photo { height: 300px; }
.news-compact .news-photo { height: 145px; }
.news-photo-contain { background: #f2f2ef; }
.news-photo-contain img { padding: .35rem; object-fit: contain; object-position: center; }
.news-body { padding: 2rem; }
.news-body h3 { margin: .7rem 0; font-size: 1.55rem; }
.content-meta { color: var(--muted); font-size: .66rem; text-transform: uppercase; }
.content-meta b { color: var(--gold); }
.news-compact { display: grid; grid-template-columns: 150px 1fr; gap: 1.25rem; align-items: center; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.news-compact .editorial-image { min-height: 145px; }
.news-compact .editorial-image i { font-size: 2.3rem; }
.news-compact h3 { margin: .55rem 0; }
.news-compact p { margin: .35rem 0 .55rem; font-size: .7rem; line-height: 1.45; }
.image-books { background-color: #17385f; }
.image-public { background-color: #7b602f; }

.notes-section { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.notes-section::before { position: absolute; top: -130px; right: -100px; width: 430px; height: 430px; border: 1px solid rgba(223,195,134,.15); border-radius: 50%; content: ""; box-shadow: 0 0 0 70px rgba(223,195,134,.03), 0 0 0 140px rgba(223,195,134,.02); }
.notes-section h2 { color: var(--white); }
.notes-section p { color: rgba(255,255,255,.72); }
.notes-list { position: relative; }
.note-item { display: grid; grid-template-columns: 50px 1fr auto; gap: 1rem; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.16); color: var(--white); text-decoration: none; }
.note-number { color: var(--gold-light); font-family: var(--font-display); font-size: 1.35rem; }
.note-item small { display: block; color: rgba(255,255,255,.5); font-size: .62rem; text-transform: uppercase; }
.note-item strong { display: block; font-family: var(--font-display); font-size: 1rem; }
.note-item > i { color: var(--gold-light); transition: transform .2s; }
.note-item:hover > i { transform: translateX(5px); }

.courses-section { background: var(--cream); }
.course-card { height: 100%; overflow: hidden; background: var(--white); box-shadow: 0 10px 35px rgba(3,23,54,.07); transition: box-shadow .25s, transform .25s; }
.course-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.course-cover { position: relative; display: flex; height: 195px; align-items: flex-end; justify-content: space-between; padding: 1.4rem; color: var(--white); background: var(--navy); }
.course-cover span, .course-cover i { z-index: 1; }
.course-cover span { color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.course-cover i { font-size: 3.2rem; opacity: .72; }
.cover-contracts { background: #654f29; }
.cover-finance { background: #143754; }
.course-body { padding: 1.5rem; }
.course-tags { display: flex; gap: 1rem; color: var(--muted); font-size: .65rem; text-transform: uppercase; }
.course-tags i { color: var(--gold); }
.course-body h3 { min-height: 52px; margin: .8rem 0; }
.teacher { font-size: .75rem; }
.course-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 1rem; border-top: 1px solid var(--line); }
.course-footer strong { font-size: .75rem; }
.course-footer a { color: var(--gold); font-size: .68rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }

.articles-section h2 { margin-bottom: 1.3rem; }
.search-field { display: flex; align-items: center; margin: 2rem 0 1rem; border-bottom: 2px solid var(--navy); }
.search-field i { color: var(--gold); }
.search-field input { width: 100%; padding: .8rem; border: 0; outline: 0; }
.article-filters { display: flex; flex-wrap: wrap; gap: .5rem; }
.article-filters button { padding: .45rem .8rem; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: transparent; font-size: .65rem; }
.article-filters button.active, .article-filters button:hover { border-color: var(--gold); color: var(--navy); background: #fff8e9; }
.article-list { margin-top: 1rem; }
.article-item { display: grid; grid-template-columns: 54px 1fr auto; gap: 1rem; align-items: center; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.article-icon { display: grid; width: 50px; height: 50px; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold); place-items: center; }
.article-item h3 { margin: .35rem 0; font-size: 1.05rem; }
.article-item p { margin: 0; font-size: .72rem; }
.article-item > a { color: var(--gold); }
.empty-state { margin-top: 1rem; padding: 1rem; color: var(--text); background: var(--cream); }

.partners-section { padding-top: 5rem; background: #fafafa; }
.partners-section > .container > p { margin-bottom: 2rem; }
.partner-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 0 3.5rem; }
.partner-row > div { display: grid; min-height: 110px; border: 1px solid var(--line); color: #7b8491; background: var(--white); font-family: var(--font-display); place-items: center; }
.partner-row small { font-family: var(--font-sans); font-size: .6rem; }
.partners-section .carousel-control-prev, .partners-section .carousel-control-next { width: 35px; filter: invert(10%); }

.member-section { padding: 0 0 6.5rem; background: linear-gradient(#fafafa 45%, var(--white) 45%); }
.member-panel { display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; padding: 4rem; color: var(--white); background: linear-gradient(120deg, var(--navy), #092650); box-shadow: var(--shadow); }
.member-panel h2 { color: var(--white); }
.member-panel p { color: rgba(255,255,255,.7); }
.benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; align-content: center; }
.benefits-grid div { display: flex; gap: .8rem; align-items: center; padding: 1rem; border: 1px solid rgba(255,255,255,.14); font-size: .75rem; }
.benefits-grid i { color: var(--gold-light); font-size: 1.1rem; }

.testimonials-section { background: var(--cream); }
.testimonial { position: relative; height: 100%; margin: 0; padding: 2rem; background: var(--white); }
.testimonial > i { color: var(--gold-light); font-size: 2rem; }
.testimonial > p { margin: 1rem 0 1.5rem; color: var(--text); font-family: var(--font-display); font-size: 1rem; }
.testimonial footer { display: flex; gap: .8rem; align-items: center; }
.avatar { display: grid; width: 44px; height: 44px; border-radius: 50%; color: var(--white); background: var(--navy); font-size: .7rem; place-items: center; }
.testimonial footer strong, .testimonial footer small { display: block; }
.testimonial footer strong { color: var(--navy); font-size: .77rem; }
.testimonial footer small { color: var(--muted); font-size: .64rem; }

.newsletter-section { padding: 4.5rem 0; color: var(--white); background: #08234a; }
.newsletter-section h2 { color: var(--white); }
.newsletter-section p { color: rgba(255,255,255,.67); }
.newsletter-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 1rem; align-items: end; }
.newsletter-form label { display: block; margin-bottom: .35rem; color: rgba(255,255,255,.8); font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.newsletter-form input { width: 100%; padding: .82rem .9rem; border: 1px solid rgba(255,255,255,.25); border-radius: 2px; color: var(--white); background: rgba(255,255,255,.06); }
.newsletter-form input::placeholder { color: rgba(255,255,255,.5); }
.newsletter-form .consent-check, .newsletter-form .newsletter-privacy, .newsletter-form .form-status { grid-column: 1 / -1; }
.consent-check { display: flex !important; gap: .65rem; align-items: flex-start; margin: .15rem 0 0 !important; color: rgba(255,255,255,.76) !important; font-size: .65rem !important; font-weight: 500 !important; line-height: 1.5; text-transform: none !important; cursor: pointer; }
.consent-check input { flex: 0 0 18px; width: 18px; height: 18px; margin-top: .1rem; accent-color: var(--gold); }
.newsletter-privacy { color: rgba(255,255,255,.72); font-size: .65rem; }
.newsletter-privacy summary { width: fit-content; color: var(--gold-light); cursor: pointer; font-weight: 700; }
.newsletter-privacy p { margin: .65rem 0 0; padding: .8rem 1rem; border-left: 2px solid var(--gold); background: rgba(255,255,255,.05); font-size: .65rem; }
.newsletter-privacy a { color: var(--gold-light); }
.newsletter-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.newsletter-form .form-status { margin: 0; font-size: .7rem; font-weight: 600; }
.newsletter-form button[disabled] { opacity: .65; cursor: wait; }
.form-status.success { color: #78d7a7; }
.form-status.error { color: #ff9b90; }

.site-footer { color: rgba(255,255,255,.7); background: #021027; }
.footer-main { padding-top: 5rem; padding-bottom: 3rem; }
.footer-brand { display: flex; gap: 1rem; align-items: center; margin-bottom: 1.5rem; }
.footer-brand img { flex: 0 0 110px; width: 110px; height: 110px; }
.footer-brand strong { display: block; color: var(--white); font-family: var(--font-display); line-height: 1.35; text-transform: uppercase; }
.footer-brand span { display: block; margin-top: .3rem; color: var(--gold-light); font-size: .65rem; letter-spacing: .3em; text-align: center; }
.site-footer p { color: rgba(255,255,255,.58); font-size: .78rem; }
.social-links { display: flex; gap: .65rem; }
.social-links a { display: grid; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--white); text-decoration: none; place-items: center; }
.social-links a:hover { border-color: var(--gold); color: var(--gold-light); }
.site-footer h2 { margin-bottom: 1rem; color: var(--gold-light); font-family: var(--font-sans); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: .55rem 0; }
.site-footer li a { color: rgba(255,255,255,.65); font-size: .73rem; text-decoration: none; }
.site-footer li a:hover { color: var(--gold-light); }
.contact-list li { display: flex; gap: .8rem; align-items: flex-start; font-size: .73rem; }
.contact-list i { margin-top: .3rem; color: var(--gold-light); }
.contact-list small { color: rgba(255,255,255,.4); }
.accessibility-note { display: flex; gap: 1rem; align-items: center; padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,.1); }
.accessibility-note i { color: var(--gold-light); font-size: 1.3rem; }
.accessibility-note p { margin: 0; }
.footer-bottom { padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .63rem; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-bottom a { color: rgba(255,255,255,.6); text-decoration: none; }

.cookie-banner { position: fixed; z-index: 1080; right: 1rem; bottom: 1rem; left: 1rem; display: flex; max-width: 1000px; margin: auto; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.2rem 1.4rem; border: 1px solid rgba(223,195,134,.45); color: var(--white); background: rgba(3,23,54,.98); box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.cookie-banner strong { font-family: var(--font-display); }
.cookie-banner p { margin: .25rem 0 0; color: rgba(255,255,255,.65); font-size: .7rem; }
.cookie-actions { display: flex; flex-shrink: 0; gap: .6rem; }
.back-to-top { position: fixed; z-index: 1000; right: 1.25rem; bottom: 1.25rem; display: grid; width: 44px; height: 44px; border: 0; border-radius: 50%; opacity: 0; color: var(--navy); background: var(--gold-light); box-shadow: 0 10px 30px rgba(0,0,0,.25); pointer-events: none; place-items: center; transition: opacity .2s, transform .2s; transform: translateY(10px); }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.enabled[vw] { z-index: 1070 !important; }
.enabled[vw] [vw-access-button] { outline-offset: 4px; }
.enabled[vw] [vw-access-button]:focus-visible { outline: 3px solid var(--gold-light) !important; }
.modal-content { border: 0; border-radius: 2px; }

.legal-main { max-width: 1040px; }
.legal-page > h1 { max-width: 850px; margin-bottom: 1.2rem; }
.legal-document { color: var(--text); }
.legal-version { color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal-summary { margin-bottom: 2rem; padding: 1.5rem; border-left: 4px solid var(--gold); background: var(--cream); font-size: 1rem; }
.legal-acceptance { margin-bottom: 2rem; padding: 1.5rem; color: var(--white); background: var(--navy); }
.legal-acceptance strong { color: var(--gold-light); font-family: var(--font-display); font-size: 1.2rem; }
.legal-acceptance p { margin: .5rem 0 0; color: rgba(255,255,255,.8); }
.legal-toc { margin: 2rem 0 3rem; padding: 1.5rem 2rem; border: 1px solid var(--line); }
.legal-toc strong { color: var(--navy); font-family: var(--font-display); }
.legal-toc ol { columns: 2; margin: 1rem 0 0; padding-left: 1.2rem; }
.legal-toc li { margin-bottom: .45rem; break-inside: avoid; }
.legal-toc a, .legal-document a, .site-footer a { color: var(--gold); }
.legal-document section { padding: 1.2rem 0; scroll-margin-top: 190px; }
.legal-document section + section { border-top: 1px solid var(--line); }
.legal-document h2 { margin-bottom: 1rem; font-size: clamp(1.35rem, 2.4vw, 1.8rem); }
.legal-document h3 { margin: 1.2rem 0 .65rem; font-size: 1rem; }
.legal-document p, .legal-document li { font-size: .87rem; line-height: 1.75; }
.legal-document li { margin-bottom: .4rem; }
.legal-table-wrap { overflow-x: auto; }
.legal-document table { width: 100%; min-width: 720px; border-collapse: collapse; }
.legal-document th, .legal-document td { padding: .9rem; border: 1px solid var(--line); vertical-align: top; font-size: .76rem; }
.legal-document th { color: var(--white); background: var(--navy); }

.reveal { opacity: 0; transition: opacity .6s ease, transform .6s ease; transform: translateY(18px); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1199.98px) {
  .main-nav { min-height: 99px; }
  .brand { gap: 1rem; min-width: auto; }
  .main-nav .brand img { width: 77px; height: 77px; }
  .brand-copy strong { font-size: .98rem; }
  .brand-copy small { margin-top: .38rem; font-size: .66rem; }
  .main-nav .navbar-collapse { max-height: calc(100vh - 120px); margin: 1rem -12px -8px; padding: 1rem; overflow-y: auto; background: #051b3d; }
  .main-nav .nav-link { padding: .78rem !important; font-size: .82rem; }
  .main-nav .nav-link.active::after { display: none; }
  .nav-search { margin: .6rem .75rem; }
}
@media (min-width: 1400px) {
  .site-header .container { width: calc(100% - 48px); max-width: 1460px; }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .main-nav { min-height: 153px; }
  .brand { gap: 1rem; min-width: 390px; }
  .main-nav .brand img { width: 132px; height: 132px; }
  .brand-copy strong { font-size: 1.15rem; }
  .brand-copy small { font-size: .78rem; }
  .main-nav .navbar-collapse { max-height: calc(100vh - 187px); margin: 1rem -12px -8px; padding: 1rem; overflow-y: auto; background: #051b3d; }
  .main-nav .nav-link { padding: .78rem !important; font-size: .82rem; }
  .main-nav .nav-link.active::after { display: none; }
  .nav-search { margin: .6rem .75rem; }
  .hero { min-height: min(720px, calc(100vh - 187px)); }
}
@media (max-width: 991.98px) {
  .hero { min-height: 620px; background-image: linear-gradient(90deg, rgba(3,23,54,.95), rgba(3,23,54,.62)), url("../images/hero-governanca-publica.png"); }
  .hero-scroll { display: none; }
  .member-panel { grid-template-columns: 1fr; gap: 2rem; padding: 3rem; }
  .newsletter-form { grid-template-columns: 1fr 1fr; }
  .newsletter-form .btn { grid-column: 1 / -1; }
  .partner-row { grid-template-columns: repeat(2, 1fr); }
  .mission-vision-grid, .governance-panel, .objectives-grid { grid-template-columns: 1fr; }
  .technical-areas-panel { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 767.98px) {
  .row.g-5 { --bs-gutter-x: 1.5rem; }
  .utility-links a { padding: 0 .6rem; }
  .utility-links a span { display: none; }
  .utility-links .member-link span { display: inline; }
  .brand { gap: .75rem; min-width: auto; }
  .brand-copy strong { font-size: .7rem; }
  .brand-copy small { margin-top: .3rem; font-size: .54rem; }
  .main-nav .brand img { width: 68px; height: 68px; }
  .hero { min-height: 610px; }
  .hero-content { padding: 4rem 0; }
  .hero h1 br { display: none; }
  .section-heading-row { display: block; }
  .principles-grid { grid-template-columns: 1fr; }
  .news-compact { grid-template-columns: 110px 1fr; }
  .news-compact .editorial-image { min-height: 120px; }
  .event-date { flex-basis: 78px; }
  .institutional-card { padding: 1.5rem; }
  .institutional-icon { flex-basis: 44px; width: 44px; height: 44px; }
  .values-details summary { align-items: flex-start; flex-direction: column; padding: 1.2rem; }
  .values-grid { grid-template-columns: 1fr; padding: .5rem 1.2rem 1.2rem; }
  .governance-panel { gap: 2rem; padding: 2rem 1.5rem; }
  .objectives-card, .commitment-card { padding: 1.6rem; }
  .objectives-card ul { columns: 1; }
  .technical-areas-panel { padding: 2rem 1.5rem; }
  .technical-areas-list { grid-template-columns: 1fr; }
  .coming-soon-panel { align-items: flex-start; gap: 1.25rem; padding: 1.6rem; }
  .coming-soon-icon { flex-basis: 64px; width: 64px; height: 64px; }
  .coming-soon-icon i { font-size: 1.7rem; }
  .partner-row { padding: 0 2.5rem; }
  .member-panel { padding: 2.2rem 1.4rem; }
  .benefits-grid { grid-template-columns: 1fr; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form .btn { grid-column: auto; }
  .cookie-banner { flex-direction: column; align-items: stretch; }
  .legal-main { padding-top: 3.5rem; }
  .legal-toc { padding: 1.2rem; }
  .legal-toc ol { columns: 1; }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions .btn { flex: 1; }
}
@media (max-width: 575.98px) {
  .news-compact { grid-template-columns: 1fr; }
  .news-compact .news-photo { height: 190px; }
}
@media (max-width: 479.98px) {
  .brand-copy strong { max-width: 165px; font-size: .6rem; }
  .brand-copy small { font-size: .5rem; }
  .main-nav .brand img { width: 64px; height: 64px; }
  .hero-actions .btn { width: 100%; text-align: center; }
  .about-visual { padding: 0 1.5rem 2.5rem 0; }
  .about-seal { width: 190px; }
  .area-card { padding: 1.4rem; }
  .area-card .icon { flex-basis: 46px; width: 46px; height: 46px; }
  .article-item { grid-template-columns: 42px 1fr auto; }
  .article-icon { width: 40px; height: 40px; }
  .partner-row { grid-template-columns: 1fr; }
}
@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; }
  .reveal { opacity: 1; transform: none; }
}
