:root {
  --navy: #08243a;
  --navy-2: #103f5f;
  --blue: #168ec8;
  --sky: #e9f5fb;
  --gold: #f0b429;
  --ink: #13222d;
  --muted: #61717d;
  --line: #dbe4e9;
  --paper: #f7f9fa;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.topline { background: var(--navy); color: #cbd9e1; font-size: 12px; }
.topline-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.languages { display: flex; gap: 18px; font-weight: 700; }
.languages a:hover { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, 'Times New Roman', serif; font-size: 22px; line-height: 1; color: var(--navy); }
.brand small { margin-top: 5px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; color: #294252; }
.main-nav a { position: relative; padding-block: 30px; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 20px; height: 2px; background: var(--blue); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.main-nav a.active { color: var(--blue); }

.hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(125deg, #071f32 0%, #0b3d5d 62%, #0f688d 100%); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent, #000 40%, #000); }
.hero-grid { position: relative; z-index: 2; min-height: 560px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); align-items: center; gap: 80px; padding-block: 82px; }
.hero-orb { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.13); }
.hero-orb-one { width: 510px; height: 510px; right: -180px; top: -170px; }
.hero-orb-two { width: 290px; height: 290px; right: 100px; bottom: -170px; }
.eyebrow { margin: 0 0 20px; color: #8fd6f4; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 790px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(46px, 6vw, 78px); line-height: .98; font-weight: 500; letter-spacing: -.035em; }
.hero-lead { max-width: 690px; margin: 30px 0 0; color: #d8e7ef; font-size: 19px; line-height: 1.65; }
.opinion-callout { max-width: 690px; margin-top: 27px; padding: 18px 21px 17px; border-left: 4px solid var(--gold); background: rgba(255,255,255,.1); box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.opinion-callout strong { display: block; color: #fff; font-size: 18px; }
.opinion-callout p { margin: 7px 0 0; color: #dcecf3; font-size: 14px; line-height: 1.6; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border-radius: 4px; font-size: 13px; font-weight: 800; letter-spacing: .02em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #08243a; background: var(--gold); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.button-primary:hover { background: #ffc84c; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 800; }
.text-link:hover span { transform: translateX(3px); }
.text-link span { transition: transform .2s ease; }

.deadline-card { align-self: center; margin-bottom: 0; padding: 30px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(12px); box-shadow: 0 24px 70px rgba(0,0,0,.2); }
.deadline-label { display: block; color: #9fc8d9; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.deadline-card strong { margin-top: 16px; display: flex; align-items: baseline; gap: 15px; font-family: Georgia, 'Times New Roman', serif; font-size: 24px; font-weight: 500; }
.deadline-card strong span { color: var(--gold); font-family: Arial, Helvetica, sans-serif; font-size: 66px; line-height: 1; font-weight: 800; }
.deadline-card p { color: #e1edf2; font-size: 14px; line-height: 1.6; }
.deadline-progress { height: 3px; margin: 25px 0 14px; background: rgba(255,255,255,.18); }
.deadline-progress span { display: block; width: 68%; height: 100%; background: var(--gold); }
.deadline-card small { color: #a9c4d1; }

.consultation-strip { background: var(--blue); color: #fff; }
.strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.strip-grid > div { min-height: 132px; display: flex; align-items: center; gap: 20px; padding: 24px 30px; border-right: 1px solid rgba(255,255,255,.22); }
.strip-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.22); }
.strip-number { color: rgba(255,255,255,.4); font-family: Georgia, 'Times New Roman', serif; font-size: 38px; }
.strip-grid p { margin: 0; font-size: 13px; line-height: 1.55; color: #dff3fc; }
.strip-grid strong { color: #fff; font-size: 15px; }

.section { padding-block: 92px; }
.section-heading { margin-bottom: 35px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.eyebrow.dark { margin-bottom: 12px; color: var(--blue); }
.section h2, .guide-preview h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(34px, 4vw, 50px); line-height: 1.1; font-weight: 500; color: var(--navy); }
.dark-link { color: var(--blue); }
.document-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.document-card { min-height: 330px; padding: 31px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: background .2s ease, transform .2s ease; }
.document-card:hover { position: relative; background: var(--sky); transform: translateY(-4px); }
.doc-topline { display: flex; align-items: center; justify-content: space-between; color: #8a99a3; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.doc-topline span:first-child { color: var(--blue); font-size: 18px; }
.document-card h3 { margin: 48px 0 15px; font-family: Georgia, 'Times New Roman', serif; font-size: 25px; line-height: 1.18; font-weight: 500; color: var(--navy); }
.document-card p { margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.document-card a { margin-top: auto; color: var(--blue); font-size: 12px; font-weight: 800; }

.guide-preview { margin-top: 15px; color: #fff; background: var(--navy); }
.guide-preview-inner { max-width: 820px; padding-block: 88px; text-align: center; }
.guide-preview h2 { color: #fff; }
.guide-preview p:not(.eyebrow) { max-width: 700px; margin: 24px auto 32px; color: #c8d9e2; font-size: 17px; line-height: 1.7; }
.button-light { background: #fff; color: var(--navy); }

.context-section { position: relative; padding-block: 100px; background: linear-gradient(135deg, var(--paper) 0%, #fff 100%); }
.context-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: start; }
.context-lead { padding: 34px 38px; border: 1px solid var(--line); border-left: 5px solid var(--gold); background: #fff; box-shadow: 0 18px 45px rgba(8, 36, 58, .07); }
.context-lead h2, .transparency-section h2, .response-heading h2, .final-cta h2 { margin: 0; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.1; font-weight: 500; }
.context-copy { margin-top: 28px; padding: 30px 32px; border-top: 4px solid var(--blue); background: rgba(233, 245, 251, .58); }
.context-copy p { margin: 0 0 22px; color: var(--muted); font-size: 16px; line-height: 1.8; }

.articles-section { padding-block: 95px; background: #fff; }
.cms-note { max-width: 290px; padding-left: 15px; border-left: 2px solid var(--gold); color: #778792; font-size: 11px; line-height: 1.5; }
.feature-article { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 420px; border: 1px solid var(--line); background: #fff; transition: box-shadow .25s ease, transform .25s ease; }
.feature-article:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(8, 36, 58, .11); }
.feature-visual { position: relative; overflow: hidden; display: grid; place-items: center; background: linear-gradient(135deg, #0b2b43, #168ec8); }
.feature-visual::before, .feature-visual::after { content: ''; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); }
.feature-visual::before { width: 390px; height: 390px; left: -100px; bottom: -190px; }
.feature-visual::after { width: 260px; height: 260px; right: -70px; top: -95px; }
.feature-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.feature-visual span { color: #fff; font-size: clamp(42px, 7vw, 82px); font-weight: 900; letter-spacing: -.05em; opacity: .92; }
.feature-visual i { position: absolute; width: 85%; height: 1px; left: 8%; bottom: 25%; background: var(--gold); transform: rotate(-9deg); }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 55px; }
.article-meta { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.feature-copy h3 { margin: 22px 0 18px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(28px, 3.1vw, 40px); line-height: 1.15; font-weight: 500; }
.feature-copy p { margin: 0 0 32px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.feature-copy strong { color: var(--blue); font-size: 12px; }
.article-list { margin-top: 18px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.article-card { min-height: 270px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: background .2s ease, transform .2s ease; }
.article-card:hover { position: relative; background: var(--sky); transform: translateY(-3px); }
.article-card h3 { margin: 21px 0 13px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 21px; line-height: 1.2; font-weight: 500; }
.article-card p { margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.article-card b { margin-top: auto; color: var(--blue); font-size: 11px; }
.social-posts { margin-top: 70px; padding-top: 50px; border-top: 1px solid var(--line); display: grid; grid-template-columns: .7fr 1.3fr; gap: 55px; }
.social-posts h3 { margin: 0; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 32px; font-weight: 500; }
.social-list { border-top: 1px solid var(--line); }
.social-list a { display: grid; grid-template-columns: 45px 1fr auto; gap: 15px; align-items: center; min-height: 88px; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.social-list a:hover { background: var(--sky); padding-inline: 12px; }
.social-list span { color: var(--blue); font-family: Georgia, 'Times New Roman', serif; font-size: 20px; }
.social-list strong { color: var(--navy); font-size: 13px; line-height: 1.45; }
.social-list b { color: var(--blue); font-size: 10px; white-space: nowrap; }

.documents-section { scroll-margin-top: 75px; }
.document-heading { align-items: end; }
.filters { display: flex; padding: 4px; border: 1px solid var(--line); background: var(--paper); }
.filters button { min-width: 74px; height: 38px; border: 0; background: transparent; color: #667781; font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; }
.filters button.selected { background: var(--navy); color: #fff; }
.doc-footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-top: 1px solid var(--line); padding-top: 19px; }
.doc-footer small { color: #8b9aa3; font-size: 10px; }
.doc-footer button { border: 0; padding: 0; background: transparent; color: var(--blue); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }

.guide-section { scroll-margin-top: 74px; color: #fff; background: var(--navy); }
.guide-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; padding-block: 105px; }
.guide-intro { position: sticky; top: 120px; align-self: start; }
.guide-intro h2 { margin: 0; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(40px, 5vw, 58px); line-height: 1.06; font-weight: 500; }
.guide-intro > p:not(.eyebrow) { margin: 25px 0 34px; color: #bcd1dc; font-size: 16px; line-height: 1.75; }
.steps-list { border-top: 1px solid rgba(255,255,255,.18); }
.step { display: grid; grid-template-columns: 72px 1fr; gap: 25px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.step > span { color: var(--gold); font-family: Georgia, 'Times New Roman', serif; font-size: 30px; }
.step h3 { margin: 0 0 10px; font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 500; }
.step p { margin: 0; color: #bcd1dc; font-size: 14px; line-height: 1.7; }

.transparency-section { padding-block: 100px; background: var(--sky); }
.transparency-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; }
.transparency-section > .shell > div:first-child > p:not(.eyebrow) { color: #536976; font-size: 15px; line-height: 1.75; }
.note { margin-top: 30px; padding: 23px 24px; border-left: 4px solid var(--gold); background: #fff; }
.resource-links { border-top: 1px solid #bfd4de; }
.resource-links a { display: grid; grid-template-columns: 50px 1fr 20px; gap: 18px; align-items: center; min-height: 110px; border-bottom: 1px solid #bfd4de; transition: padding .2s ease, background .2s ease; }
.resource-links a:hover { padding-inline: 14px; background: rgba(255,255,255,.55); }
.resource-links a > span { color: var(--blue); font-family: Georgia, 'Times New Roman', serif; font-size: 23px; }
.resource-links strong, .resource-links small { display: block; }
.resource-links strong { color: var(--navy); font-size: 15px; }
.resource-links small { margin-top: 7px; color: #70848f; font-size: 12px; }
.resource-links b { color: var(--blue); }

.response-section { padding-block: 100px; background: #fff; }
.response-heading { max-width: 820px; margin-bottom: 45px; }
.question-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.question-grid article { min-height: 310px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.question-grid span { color: var(--blue); font-family: Georgia, 'Times New Roman', serif; font-size: 24px; }
.question-grid h3 { margin: 52px 0 14px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 23px; font-weight: 500; }
.question-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.privacy-banner { border-block: 1px solid #f0d483; background: #fff8df; }
.privacy-inner { min-height: 150px; display: flex; align-items: center; gap: 25px; }
.privacy-mark { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border: 2px solid #bc8111; border-radius: 50%; color: #9b690c; font-size: 22px; font-weight: 900; }
.privacy-inner strong { color: #684a0e; }
.privacy-inner p { margin: 7px 0 0; color: #705e35; font-size: 13px; line-height: 1.6; }

.final-cta { color: #fff; background: linear-gradient(120deg, #08243a, #0d5478); }
.final-cta-inner { min-height: 390px; display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.final-cta h2 { max-width: 840px; color: #fff; }

footer { background: #061a2a; color: #91a9b7; }
.footer-grid { min-height: 170px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; font-size: 11px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: 19px; }
.footer-brand small { margin-top: 5px; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; }
.footer-links { display: flex; justify-content: flex-end; gap: 22px; color: #d6e1e6; font-weight: 700; }

.modal-open { overflow: hidden; }
.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 22px; background: rgba(3, 18, 29, .82); backdrop-filter: blur(9px); }
.document-modal { width: min(1120px, 100%); height: min(870px, calc(100vh - 44px)); display: grid; grid-template-rows: auto 1fr auto; overflow: hidden; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.38); }
.document-modal > header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px 24px; border-bottom: 1px solid var(--line); }
.document-modal > header span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.document-modal > header h2 { margin: 6px 0 0; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(18px, 2.4vw, 26px); font-weight: 500; }
.document-modal > header button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--navy); font-size: 28px; line-height: 1; cursor: pointer; }
.document-modal iframe { width: 100%; height: 100%; border: 0; background: #e9eef1; }
.pdf-viewer { min-height: 0; display: grid; grid-template-rows: 52px 1fr; background: #e9eef1; }
.pdf-toolbar { display: flex; align-items: center; gap: 11px; padding: 8px 16px; background: #fff; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 11px; }
.pdf-toolbar button { width: 31px; height: 31px; border: 1px solid var(--line); background: #fff; color: var(--navy); font-size: 17px; cursor: pointer; }
.pdf-toolbar button:hover { border-color: var(--blue); color: var(--blue); }
.pdf-toolbar .toolbar-spacer { flex: 1; }
.pdf-canvas-wrap { min-height: 0; overflow: auto; display: grid; place-items: start center; padding: 34px; position: relative; }
.pdf-canvas-wrap.loading::after { content: 'PDF betöltése…'; position: absolute; inset: 0; display: grid; place-items: center; color: var(--muted); font-size: 13px; }
#pdf-canvas { display: block; max-width: none; background: #fff; box-shadow: 0 7px 24px rgba(8,36,58,.2); }
.pdf-error { max-width: 420px; align-self: center; justify-self: center; padding: 24px; color: #6b4d10; border: 1px solid #efd28a; background: #fff8df; font-size: 13px; line-height: 1.6; }
.docx-viewer { min-height: 0; width: 100%; height: 100%; border: 0; background: #e9eef1; }
.modal-footer { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 14px 24px; background: var(--paper); }
.modal-footer p { margin: 0; color: #71818a; font-size: 11px; }
.modal-footer > div { display: flex; align-items: center; gap: 12px; }
.modal-footer a { padding: 11px 15px; border: 1px solid var(--line); color: var(--navy); font-size: 11px; font-weight: 800; white-space: nowrap; }
.modal-footer a.modal-download { border-color: var(--blue); background: var(--blue); color: #fff; }

@media (max-width: 900px) {
  .main-nav a:not(.active) { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .deadline-card { align-self: auto; max-width: 480px; margin: 0; }
  .strip-grid { grid-template-columns: 1fr; }
  .strip-grid > div, .strip-grid > div:first-child { min-height: 105px; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .document-grid { grid-template-columns: 1fr; }
  .article-list { grid-template-columns: repeat(2, 1fr); }
  .context-grid, .feature-article, .guide-grid, .transparency-grid { grid-template-columns: 1fr; gap: 48px; }
  .social-posts { grid-template-columns: 1fr; gap: 30px; }
  .guide-intro { position: static; }
  .question-grid { grid-template-columns: repeat(2, 1fr); }
  .final-cta-inner { grid-template-columns: 1fr; gap: 30px; padding-block: 70px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: start; padding-block: 40px; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 26px, 1180px); }
  .topline-inner > span { display: none; }
  .topline-inner { justify-content: flex-end; }
  .header-inner { min-height: 70px; }
  .brand small { display: none; }
  .brand strong { font-size: 19px; }
  .main-nav { gap: 0; }
  .main-nav a { padding-block: 24px; }
  .main-nav a::after { bottom: 15px; }
  .hero-grid { min-height: auto; padding-block: 64px; }
  .hero h1 { font-size: clamp(42px, 13vw, 60px); }
  .hero-lead { font-size: 17px; }
  .deadline-card { padding: 24px; }
  .deadline-card strong span { font-size: 58px; }
  .section { padding-block: 65px; }
  .section-heading { align-items: start; flex-direction: column; }
  .document-card { min-height: 290px; }
  .context-section, .articles-section, .transparency-section, .response-section { padding-block: 65px; }
  .context-grid { gap: 26px; }
  .feature-article { min-height: auto; }
  .feature-visual { min-height: 260px; }
  .feature-copy { padding: 30px 24px; }
  .article-list { grid-template-columns: 1fr; }
  .social-posts { margin-top: 48px; padding-top: 36px; }
  .social-list a { grid-template-columns: 35px 1fr; padding-block: 18px; }
  .social-list b { grid-column: 2; }
  .cms-note { display: none; }
  .document-heading { align-items: stretch; }
  .filters button { flex: 1; min-width: 0; }
  .guide-grid { padding-block: 70px; }
  .step { grid-template-columns: 52px 1fr; gap: 12px; }
  .question-grid { grid-template-columns: 1fr; }
  .question-grid article { min-height: 245px; }
  .question-grid h3 { margin-top: 34px; }
  .privacy-inner { align-items: flex-start; padding-block: 28px; }
  .final-cta-inner { min-height: auto; }
  .modal-backdrop { padding: 0; }
  .document-modal { height: 100vh; }
  .modal-footer { align-items: stretch; flex-direction: column; }
  .modal-footer > div { display: grid; grid-template-columns: 1fr 1fr; }
  .modal-footer a { text-align: center; }
}

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