:root {
  --red: #cf1535;
  --red-dark: #a80e29;
  --ink: #15191e;
  --muted: #68717c;
  --line: #e3e6ea;
  --soft: #f4f5f7;
  --max: 1180px;
  color: var(--ink);
  background: #fff;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: #fff; }
a { color: inherit; }
img { max-width: 100%; }
button { font: inherit; }

.top-strip { color: #fff; background: var(--ink); }
.top-strip-inner,
.header-inner,
.container,
.footer-inner,
.footer-bottom-inner {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}
.top-strip-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; font-weight: 750; }
.top-strip-inner span:last-child { color: #aeb6bf; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(21,25,30,.1); background: rgba(255,255,255,.96); backdrop-filter: blur(15px); transition: box-shadow .35s ease, background-color .35s ease; }
.site-header.scrolled { background: rgba(255,255,255,.985); box-shadow: 0 12px 36px rgba(21,25,30,.09); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-width: 345px; display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: 55px; height: 55px; object-fit: contain; }
.brand-divider { width: 2px; height: 45px; flex: 0 0 auto; background: var(--red); transform-origin: center; animation: dividerIn .7s .12s both ease-out; }
.brand-copy { display: grid; gap: 4px; }
.brand-copy strong { font-size: 13px; line-height: 1; letter-spacing: -.025em; text-transform: uppercase; }
.brand-copy span { color: #353b42; font-size: 7px; font-weight: 850; line-height: 1.25; letter-spacing: .02em; text-transform: uppercase; }
.main-nav {
  position: absolute;
  top: calc(100% + 1px);
  right: max(20px, calc((100vw - var(--max)) / 2));
  width: min(360px, calc(100% - 40px));
  display: none;
  align-items: stretch;
  flex-direction: column;
  gap: 2px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(21,25,30,.13);
}
.main-nav.open { display: flex; }
.main-nav a { padding: 13px; border-radius: 10px; color: #414850; font-size: 12px; font-weight: 800; text-decoration: none; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--red); background: #fff1f4; }
.main-nav a.active { color: var(--red); background: #fff1f4; }
.main-nav a.nav-action,
.main-nav a.nav-action.active {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  padding: 12px 17px;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  box-shadow: 0 9px 20px rgba(207,21,53,.2);
}
.main-nav a.nav-action::after { content: "→"; }
.main-nav a.nav-action:hover,
.main-nav a.nav-action:focus-visible { color: #fff; background: var(--red-dark); }
.nav-dropdown { position: static; }
.nav-dropdown > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 13px;
  border-radius: 10px;
  color: #414850;
  font-size: 12px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}
.nav-dropdown > summary::-webkit-details-marker { display: none; }
.nav-dropdown > summary:hover, .nav-dropdown > summary:focus-visible, .nav-dropdown > summary.active { color: var(--red); background: #fff1f4; }
.nav-dropdown > summary span { color: var(--red); font-size: 10px; transition: transform .18s ease; }
.nav-dropdown[open] > summary span { transform: rotate(180deg); }
.nav-submenu { display: grid; gap: 2px; margin: 2px 0 6px; padding: 5px; border-radius: 10px; background: var(--soft); }
.main-nav .nav-submenu a { padding: 10px 12px; border-radius: 9px; }
.nav-session { border-top: 1px solid #dfe3e7; }
.nav-session > summary { display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 11px 12px; border-radius: 9px; color: #414850; font-size: 12px; font-weight: 850; list-style: none; cursor: pointer; }
.nav-session > summary::-webkit-details-marker { display: none; }
.nav-session > summary:hover, .nav-session > summary:focus-visible, .nav-session > summary.active { color: var(--red); background: #fff; }
.nav-session > summary span { color: var(--red); font-size: 10px; transition: transform .18s ease; }
.nav-session[open] > summary span { transform: rotate(180deg); }
.nav-session-menu { display: grid; gap: 2px; padding: 2px 4px 5px 12px; }
.menu-button {
  min-width: 92px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: #313840;
  background: #fff;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}
.menu-button-icon { color: var(--red); font-size: 18px; line-height: 1; }

.page-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(115deg, #94102a, var(--red)); }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle, #fff 1.4px, transparent 1.6px); background-size: 18px 18px; mask-image: linear-gradient(90deg, transparent, #000); animation: patternDrift 18s ease-in-out infinite alternate; }
.page-hero::after { content: ""; position: absolute; right: -180px; bottom: -300px; width: 620px; height: 620px; border: 85px solid rgba(255,255,255,.08); border-radius: 50%; }
.page-hero-inner { position: relative; z-index: 2; min-height: 360px; display: flex; justify-content: center; flex-direction: column; padding: 70px 0; }
.breadcrumb { margin-bottom: 19px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb a { text-decoration: none; }
.page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(52px, 7vw, 86px); line-height: .94; letter-spacing: -.065em; }
.page-hero p { max-width: 720px; margin: 20px 0 0; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.6; }

.content-section { padding: 88px 0; }
.content-section.soft { background: var(--soft); }
.section-head { max-width: 820px; margin-bottom: 40px; }
.kicker { display: block; margin-bottom: 10px; color: var(--red); font-size: 10px; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.section-head h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -.055em; }
.section-head p { margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.document-feature-section { scroll-margin-top: 100px; background: #fff; }
.document-resource {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) 220px;
  gap: 28px;
  align-items: center;
  padding: 30px;
  border: 1px solid #e6c2c9;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(207,21,53,.09), transparent 34%),
    linear-gradient(135deg, #fff 0%, #fff 62%, #fff8f9 100%);
  box-shadow: 0 18px 58px rgba(21,25,30,.08);
}
.document-resource::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--red); }
.document-resource-mark { width: 108px; min-height: 136px; display: flex; justify-content: space-between; flex-direction: column; padding: 18px; border-radius: 16px; color: #fff; background: linear-gradient(155deg, var(--red), #8e0920); box-shadow: 0 14px 26px rgba(168,14,41,.22); }
.document-resource-mark span { font-size: 11px; font-weight: 950; letter-spacing: .1em; }
.document-resource-mark strong { font-size: 25px; line-height: 1; letter-spacing: -.04em; }
.document-resource-copy { min-width: 0; }
.document-resource-eyebrow { display: block; margin-bottom: 10px; color: var(--red); font-size: 9px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.document-resource-copy h3 { max-width: 650px; margin: 0; font-size: clamp(24px, 3vw, 37px); line-height: 1.02; letter-spacing: -.045em; }
.document-resource-copy p { max-width: 690px; margin: 13px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.document-resource-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.document-resource-meta span { padding: 7px 10px; border: 1px solid #ecd6da; border-radius: 999px; color: #555e68; background: rgba(255,255,255,.78); font-size: 8px; font-weight: 900; letter-spacing: .025em; text-transform: uppercase; }
.document-resource-actions { display: grid; gap: 10px; }
.document-resource-actions a { min-height: 49px; display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 16px; border: 1px solid var(--red); border-radius: 13px; font-size: 10px; font-weight: 950; text-decoration: none; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
.document-action-icon { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.document-resource-actions a:hover, .document-resource-actions a:focus-visible { transform: translateY(-2px); }
.document-resource-primary { color: #fff; background: var(--red); box-shadow: 0 10px 22px rgba(207,21,53,.17); }
.document-resource-primary:hover, .document-resource-primary:focus-visible { color: #fff; border-color: var(--red-dark); background: var(--red-dark); }
.document-resource-secondary { color: var(--red-dark); background: #fff; }
.document-resource-secondary:hover, .document-resource-secondary:focus-visible { color: #fff; background: var(--red); }

.document-reader { scroll-margin-top: 108px; overflow: hidden; margin-top: 28px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 18px 58px rgba(21,25,30,.08); }
.document-reader-head { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 26px 28px; }
.document-reader-head h3 { margin: 0; font-size: clamp(24px, 3vw, 36px); line-height: 1; letter-spacing: -.045em; }
.document-reader-head p { margin: 10px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.document-reader-head > a { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; flex: 0 0 auto; padding: 11px 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--soft); font-size: 9px; font-weight: 900; text-decoration: none; transition: color .2s ease, border-color .2s ease, background-color .2s ease; }
.document-reader-head > a:hover, .document-reader-head > a:focus-visible { color: #fff; border-color: var(--red); background: var(--red); }
.document-reader-frame { height: min(78vh, 880px); min-height: 620px; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #292e34; overscroll-behavior: contain; }
.document-reader-frame iframe { width: 100%; height: 100%; display: block; border: 0; background: #fff; }
.document-reader-fallback { margin: 0; padding: 15px 28px 17px; color: var(--muted); font-size: 9px; line-height: 1.55; text-align: center; }
.document-reader-fallback a { color: var(--red-dark); font-weight: 900; }

.info-banner { display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: center; margin-bottom: 32px; padding: 20px; border: 1px solid #f0c7cf; border-radius: 16px; background: #fff4f6; }
.info-banner-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--red); font-size: 18px; font-weight: 950; }
.info-banner strong { display: block; margin-bottom: 4px; font-size: 13px; }
.info-banner span { color: var(--muted); font-size: 10px; line-height: 1.5; }
.info-banner.official { border-color: #b9ddc7; background: #f0faf4; }
.info-banner.official .info-banner-icon { background: #18884c; }

.authority-sections { display: grid; gap: 24px; }
.authority-section { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 34px rgba(21,25,30,.045); }
.authority-section-head { display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 18px; align-items: center; padding: 25px 28px; color: #fff; background: var(--ink); }
.authority-section-head > span { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; color: #fff; font-size: 12px; font-weight: 950; }
.authority-section-head p { margin: 0 0 5px; color: #aeb6bf; font-size: 9px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.authority-section-head h2 { margin: 0; font-size: clamp(23px, 3vw, 36px); line-height: 1; letter-spacing: -.045em; }
.authority-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.authority-row { min-height: 82px; display: grid; align-content: center; gap: 7px; padding: 19px 28px; border-bottom: 1px solid var(--line); }
.authority-row:nth-child(odd) { border-right: 1px solid var(--line); }
.authority-row:nth-last-child(-n+2) { border-bottom: 0; }
.authority-row:last-child:nth-child(odd) { grid-column: 1 / -1; border-right: 0; }
.authority-section.compact .authority-row { border-bottom: 0; }
.authority-row span { color: var(--red); font-size: 9px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.authority-row strong { font-size: 17px; line-height: 1.25; letter-spacing: -.02em; }

.approved-document { scroll-margin-top: 110px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 18px 58px rgba(21,25,30,.08); }
.approved-document-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 30px; border-bottom: 1px solid var(--line); background: #fff; }
.document-label { display: inline-block; padding: 7px 10px; border-radius: 999px; color: #fff; background: var(--red); font-size: 9px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.approved-document-head p { margin: 9px 0 0; color: var(--muted); font-size: 10px; }
.approved-mark { width: 48px; height: 48px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: #18884c; font-size: 21px; font-weight: 950; }
.approved-document-body { position: relative; max-width: 850px; margin-inline: auto; padding: clamp(38px, 7vw, 82px) clamp(24px, 7vw, 82px); }
.approved-document-body::before { content: "UCR · PROVINCIA DE BUENOS AIRES"; display: block; margin-bottom: 18px; color: var(--red); font-size: 9px; font-weight: 950; letter-spacing: .15em; text-align: center; }
.approved-document-body h1 { margin: 0 0 38px; padding-bottom: 30px; border-bottom: 4px solid var(--red); font-size: clamp(34px, 5vw, 60px); line-height: .98; letter-spacing: -.055em; text-transform: uppercase; }
.approved-document-body p { margin: 0 0 24px; color: #343a41; font-family: Georgia, "Times New Roman", serif; font-size: clamp(17px, 1.8vw, 20px); line-height: 1.72; letter-spacing: .002em; text-align: justify; text-align-last: left; text-justify: inter-word; -webkit-hyphens: auto; hyphens: auto; }
.approved-document-body p + p { text-indent: 1.65em; }
.approved-document-body p:first-of-type::first-letter { float: left; margin: 7px 9px 0 0; color: var(--red); font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: 58px; font-weight: 950; line-height: .72; }
.approved-document-body p:first-of-type { text-indent: 0; }
.approved-document-body p:last-child { margin-bottom: 0; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.content-card { min-height: 230px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.content-card .number { color: var(--red); font-size: 10px; font-weight: 950; }
.content-card h3 { margin: auto 0 9px; font-size: 23px; line-height: 1; letter-spacing: -.04em; }
.content-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.status { width: max-content; margin-top: 20px; padding: 6px 9px; border-radius: 999px; color: var(--red-dark); background: #fff0f3; font-size: 8px; font-weight: 950; text-transform: uppercase; }

.document-list { display: grid; gap: 10px; }
.document-item { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 15px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.document-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; color: var(--red); background: #fff0f3; font-weight: 950; }
.document-copy strong, .document-copy span { display: block; }
.document-copy strong { margin-bottom: 4px; font-size: 13px; }
.document-copy span { color: var(--muted); font-size: 9px; }
.document-status { padding: 7px 10px; border-radius: 999px; color: #727c86; background: #eef0f2; font-size: 8px; font-weight: 900; text-transform: uppercase; }

.session-history { display: grid; gap: 18px; }
.session-record { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 28px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 36px rgba(21,25,30,.05); }
.session-date { min-height: 120px; display: grid; place-content: center; border-radius: 18px; color: #fff; background: var(--red); text-align: center; }
.session-date strong { display: block; font-size: 42px; line-height: .9; letter-spacing: -.06em; }
.session-date span { display: block; margin-top: 7px; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.session-record-copy { align-self: center; }
.session-record-copy h2 { margin: 0; font-size: clamp(28px, 4vw, 44px); line-height: 1; letter-spacing: -.05em; }
.session-record-copy p { max-width: 700px; margin: 13px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.session-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 21px; }
.session-actions a { padding: 10px 13px; border: 1px solid #f0c7cf; border-radius: 999px; color: var(--red-dark); background: #fff4f6; font-size: 9px; font-weight: 900; text-decoration: none; }
.session-actions a:hover, .session-actions a:focus-visible { color: #fff; background: var(--red); }

.social-feed-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: start; }
.social-feed-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 16px 48px rgba(21,25,30,.07); }
.social-feed-head { min-height: 94px; display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.social-network-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: #fff; font-size: 14px; font-weight: 950; letter-spacing: -.03em; }
.instagram-mark { background: linear-gradient(135deg, #7b2fc9, #d62976 52%, #f5a623); }
.x-mark { background: #11151a; }
.social-feed-head div > span { display: block; margin-bottom: 3px; color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.social-feed-head h2 { margin: 0; font-size: 20px; letter-spacing: -.035em; }
.social-feed-head > a { padding: 9px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: #fff; font-size: 9px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.social-feed-head > a:hover, .social-feed-head > a:focus-visible { color: #fff; border-color: var(--red); background: var(--red); }
.social-frame-shell { min-height: 560px; background: #fff; }
.instagram-frame-shell { padding: 0; }
.instagram-profile-frame { width: 100%; height: 560px; display: block; border: 0; background: #fff; }
.x-frame-shell { position: relative; padding: 0 10px 10px; }
.x-feed-fallback { position: absolute; inset: 0; z-index: 1; display: grid; place-content: center; justify-items: center; padding: 40px; background: linear-gradient(145deg, #fff, #f5f6f7); text-align: center; }
.x-feed-fallback > span { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 17px; color: #fff; background: #11151a; font-size: 20px; font-weight: 950; }
.x-feed-fallback h3 { margin: 0; font-size: clamp(25px, 3vw, 34px); letter-spacing: -.045em; }
.x-feed-fallback p { max-width: 390px; margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.x-feed-fallback a { margin-top: 22px; padding: 11px 15px; border-radius: 999px; color: #fff; background: var(--red); font-size: 10px; font-weight: 900; text-decoration: none; }
.x-frame-shell.is-ready .x-feed-fallback { display: none; }
.social-noscript { margin: 18px 0 0; padding: 16px; border-radius: 12px; color: var(--muted); background: #fff; font-size: 11px; line-height: 1.55; }
.social-noscript a { color: var(--red-dark); font-weight: 900; }

.numbers { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; overflow: hidden; margin-bottom: 30px; border: 1px solid var(--line); border-radius: 17px; background: var(--line); }
.number-card { min-height: 165px; display: grid; place-content: center; padding: 20px; background: #fff; text-align: center; }
.number-card strong { color: var(--red); font-size: 55px; line-height: .9; letter-spacing: -.06em; }
.number-card span { margin-top: 10px; color: var(--muted); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.section-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; }
.section-card { min-height: 125px; display: flex; flex-direction: column; justify-content: space-between; padding: 17px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.section-card strong { font-size: 13px; }
.section-card span { color: var(--muted); font-size: 9px; }
.section-card b { color: var(--red); font-size: 25px; letter-spacing: -.04em; }

.empty-state { display: grid; place-items: center; min-height: 360px; padding: 45px; border: 1px dashed #cfd4da; border-radius: 20px; background: #fafbfc; text-align: center; }
.empty-symbol { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 19px; color: #fff; background: var(--red); font-size: 27px; font-weight: 950; }
.empty-state h2 { margin: 0; font-size: 30px; letter-spacing: -.04em; }
.empty-state p { max-width: 570px; margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; margin-top: 23px; padding: 11px 18px; border-radius: 999px; color: #fff; background: var(--red); font-size: 11px; font-weight: 900; text-decoration: none; }

@keyframes dividerIn { from { opacity: 0; transform: scaleY(0); } to { opacity: 1; transform: scaleY(1); } }
@keyframes riseIn { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes patternDrift { from { transform: translate3d(0,0,0); } to { transform: translate3d(-24px,16px,0); } }
.breadcrumb { animation: riseIn .6s .05s both ease-out; }
.page-hero h1 { animation: riseIn .75s .14s both cubic-bezier(.22,.8,.24,1); }
.page-hero p { animation: riseIn .7s .26s both ease-out; }
.motion-ready [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .8s cubic-bezier(.22,.8,.24,1); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.site-footer { color: #d7dce1; background: #11151a; }
.footer-inner { display: grid; grid-template-columns: 1.2fr repeat(2, .7fr); gap: 55px; padding: 65px 0 48px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 56px; filter: brightness(0) invert(1); }
.footer-brand strong { display: block; color: #fff; font-size: 17px; }
.footer-brand span { display: block; margin-top: 4px; color: #9099a3; font-size: 9px; }
.footer-copy { max-width: 430px; margin: 17px 0 0; color: #9099a3; font-size: 10px; line-height: 1.7; }
.footer-column strong { display: block; margin-bottom: 14px; color: #fff; font-size: 10px; text-transform: uppercase; }
.footer-column a { display: block; width: max-content; max-width: 100%; margin: 9px 0; color: #aab2bb; font-size: 10px; text-decoration: none; }
.footer-bottom { border-top: 1px solid #2b3138; }
.footer-bottom-inner { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #808a94; font-size: 9px; }

@media (max-width: 1080px) {
  .card-grid { grid-template-columns: 1fr 1fr; }
  .section-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .social-feed-grid { grid-template-columns: 1fr; }
  .document-resource { grid-template-columns: 108px minmax(0, 1fr); }
  .document-resource-actions { grid-column: 2; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
  .top-strip-inner, .header-inner, .container, .footer-inner, .footer-bottom-inner { width: calc(100% - 24px); }
  .top-strip-inner span:last-child { display: none; }
  .header-inner { min-height: 70px; }
  .brand img { width: 47px; height: 47px; }
  .brand { min-width: 0; }
  .brand-divider { height: 38px; }
  .brand-copy { max-width: 195px; gap: 3px; }
  .brand-copy strong { font-size: 10px; line-height: 1.05; }
  .brand-copy span { font-size: 6px; line-height: 1.2; }
  .menu-button { width: 44px; min-width: 44px; padding: 0; }
  .menu-button-label { display: none; }
  .main-nav { right: 12px; width: min(360px, calc(100% - 24px)); }
  .page-hero-inner { min-height: 300px; padding: 55px 0; }
  .page-hero h1 { font-size: 50px; }
  .page-hero p { font-size: 14px; }
  .content-section { padding: 65px 0; }
  .document-resource { grid-template-columns: 1fr; gap: 22px; padding: 24px 21px 21px; }
  .document-resource-mark { width: 82px; min-height: 104px; padding: 14px; border-radius: 13px; }
  .document-resource-mark strong { font-size: 19px; }
  .document-resource-copy h3 { font-size: 28px; }
  .document-resource-actions { grid-column: auto; grid-template-columns: 1fr; }
  .document-resource-actions a { width: 100%; }
  .document-reader { margin-top: 22px; border-radius: 18px; }
  .document-reader-head { align-items: stretch; flex-direction: column; gap: 18px; padding: 22px 20px; }
  .document-reader-head h3 { font-size: 28px; }
  .document-reader-head > a { width: 100%; justify-content: space-between; }
  .document-reader-frame { height: 70vh; height: 70svh; min-height: 520px; max-height: 720px; }
  .document-reader-fallback { padding: 14px 20px 16px; }
  .card-grid, .numbers { grid-template-columns: 1fr 1fr; }
  .section-grid { grid-template-columns: 1fr 1fr; }
  .authority-list { grid-template-columns: 1fr; }
  .authority-row, .authority-row:nth-child(odd), .authority-row:nth-last-child(-n+2) { grid-column: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .authority-row:last-child { border-bottom: 0; }
  .authority-section-head { grid-template-columns: 43px minmax(0, 1fr); gap: 13px; padding: 21px 19px; }
  .authority-section-head > span { width: 43px; height: 43px; border-radius: 12px; }
  .authority-row { min-height: 76px; padding: 17px 20px; }
  .approved-document-head { align-items: flex-start; padding: 21px; }
  .approved-document-body h1 { margin-bottom: 30px; padding-bottom: 24px; font-size: 35px; }
  .approved-document-body p { line-height: 1.68; }
  .approved-document-body p + p { text-indent: 1.25em; }
  .document-item { grid-template-columns: 42px minmax(0, 1fr); }
  .document-status { grid-column: 2; width: max-content; }
  .session-record { grid-template-columns: 1fr; gap: 20px; padding: 20px; }
  .session-date { min-height: 95px; }
  .session-date strong { font-size: 36px; }
  .social-feed-head { grid-template-columns: 42px minmax(0, 1fr); gap: 11px; padding: 17px; }
  .social-network-mark { width: 42px; height: 42px; border-radius: 12px; }
  .social-feed-head > a { grid-column: 1 / -1; width: 100%; text-align: center; }
  .social-frame-shell, .instagram-profile-frame { min-height: 540px; height: 540px; }
  .x-feed-fallback { padding: 28px 20px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; padding: 50px 0 38px; }
  .footer-bottom-inner { min-height: 75px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 4px; padding-block: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
}
