:root {
  --ink: #0b1724;
  --ink-2: #24374a;
  --muted: #617385;
  --line: #dce5ec;
  --soft: #f3f7fa;
  --paper: #ffffff;
  --navy: #071625;
  --navy-2: #0b2439;
  --cyan: #46d7e8;
  --cyan-2: #93eff5;
  --blue: #2f7df4;
  --orange: #ff9b54;
  --green: #46c98a;
  --purple: #9d8cff;
  --red: #ff6c76;
  --shadow: 0 18px 50px rgba(6, 27, 45, .10);
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 860px); }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 10px 14px; background: #fff; color: var(--ink); border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(7, 22, 37, .95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; color: #fff; flex-shrink: 0; }
.brand-logo { display: block; height: 88px; width: auto; }
.site-header .brand-logo { height: 92px; }
.site-footer .brand-logo { height: 96px; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav > a { color: rgba(255,255,255,.76); padding: 10px 12px; border-radius: 9px; font-size: 14px; font-weight: 620; }
.main-nav > a:hover, .main-nav > a.active { color: #fff; background: rgba(255,255,255,.08); }
.main-nav .nav-cta { margin-left: 8px; color: var(--navy); background: var(--cyan); }
.main-nav .nav-cta:hover { color: var(--navy); background: var(--cyan-2); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 10px; background: rgba(255,255,255,.08); padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; border-radius: 3px; }

.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 20%, rgba(70,215,232,.16), transparent 27%), radial-gradient(circle at 15% 0%, rgba(47,125,244,.16), transparent 28%), linear-gradient(135deg, var(--navy), #0a2032 64%, #0a2939); }
.hero-grid { position: absolute; inset: 0; opacity: .20; background-image: linear-gradient(rgba(255,255,255,.10) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.10) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 84%); }
.hero-inner { position: relative; z-index: 1; min-height: 610px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 70px; padding-block: 84px; }
.hero-copy h1, .page-hero h1 { margin: 14px 0 20px; max-width: 840px; font-size: clamp(44px, 5.7vw, 74px); line-height: 1.03; letter-spacing: -3px; font-weight: 780; }
.hero-copy p { max-width: 720px; color: rgba(255,255,255,.74); font-size: 19px; line-height: 1.7; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--cyan); font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; border-radius: 4px; }
.eyebrow.dark { color: #16798a; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 20px; border-radius: 11px; font-weight: 760; font-size: 14px; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--navy); background: var(--cyan); box-shadow: 0 12px 26px rgba(70,215,232,.18); }
.button.primary:hover { background: var(--cyan-2); }
.button.secondary { color: #fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.18); }
.hero-panel { align-self: stretch; max-height: 390px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.06); box-shadow: 0 28px 70px rgba(0,0,0,.18); backdrop-filter: blur(12px); display: flex; flex-direction: column; justify-content: center; }
.hero-panel > span { color: var(--cyan); text-transform: uppercase; letter-spacing: 1.4px; font-size: 11px; font-weight: 800; }
.hero-panel > strong { font-size: 26px; letter-spacing: -.8px; margin: 6px 0 18px; }
.hero-panel ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.10); }
.hero-panel li { border-bottom: 1px solid rgba(255,255,255,.10); }
.hero-panel a { display: block; padding: 14px 0; color: rgba(255,255,255,.78); font-size: 14px; }
.hero-panel a:hover { color: #fff; padding-left: 5px; }
.hero-panel small { margin-top: 16px; color: rgba(255,255,255,.45); }

.signal-strip { border-bottom: 1px solid var(--line); background: #fff; }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid > div { padding: 24px 22px; border-right: 1px solid var(--line); }
.signal-grid > div:first-child { border-left: 1px solid var(--line); }
.signal-grid strong { display: block; font-size: 14px; }
.signal-grid span { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }

.section { padding: 92px 0; }
.section-soft { background: var(--soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.section-heading h2, .topic-layout h2, .about-grid h2, .split-panel h2, .contact-panel h2, .newsletter-inner h2 { margin: 10px 0 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -1.8px; }
.section-heading > a { color: #16798a; font-weight: 760; font-size: 14px; }

.featured-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 22px; }
.featured-grid .featured-card { grid-row: span 2; }
.featured-grid .featured-card .card-visual { min-height: 330px; }
.featured-grid .featured-card h3 { font-size: 30px; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 30px rgba(6,27,45,.05); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #c5d6e2; }
.card-visual { position: relative; min-height: 185px; display: block; overflow: hidden; background: var(--navy-2); }
.card-visual svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.card-visual svg circle { fill: rgba(255,255,255,.07); }
.card-visual svg path { fill: none; stroke: rgba(255,255,255,.28); stroke-width: 2.4; }
.visual-kicker { position: absolute; z-index: 2; left: 20px; top: 18px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.accent-regulacao .visual-kicker, .accent-regulacao.article-header .article-kicker { color: var(--orange); }
.accent-regulacao.card-visual { background: linear-gradient(145deg, #352114, #7c4421); }
.accent-publico.card-visual { background: linear-gradient(145deg, #0e2b48, #14588a); }
.accent-metricas.card-visual { background: linear-gradient(145deg, #082b2a, #0c6a63); }
.accent-soberania.card-visual { background: linear-gradient(145deg, #231f47, #55489c); }
.accent-controle.card-visual { background: linear-gradient(145deg, #3b1520, #8a3348); }
.accent-privado.card-visual { background: linear-gradient(145deg, #143321, #2c8053); }
.card-content { padding: 22px; }
.card-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; }
.card-meta span { color: #16798a; }
.article-card h3 { margin: 12px 0 9px; font-size: 21px; line-height: 1.24; letter-spacing: -.65px; }
.article-card h3 a:hover { color: #16798a; }
.article-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.card-footer { display: flex; justify-content: space-between; align-items: end; gap: 12px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; }
.tag-row span { display: inline-flex; padding: 4px 8px; border-radius: 999px; background: var(--soft); color: #446073; font-size: 10px; font-weight: 700; }
.tag-row.large span { font-size: 11px; padding: 6px 9px; }

.topic-band { color: #fff; background: linear-gradient(135deg, #081826, #0d2b3f); }
.topic-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.topic-layout p { color: rgba(255,255,255,.68); font-size: 17px; }
.decision-map { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.decision-map li { display: flex; gap: 16px; align-items: center; padding: 15px 18px; border: 1px solid rgba(255,255,255,.10); border-radius: 12px; background: rgba(255,255,255,.04); }
.decision-map li > span { width: 34px; color: var(--cyan); font-size: 12px; font-weight: 850; }
.decision-map strong, .decision-map small { display: block; }
.decision-map small { color: rgba(255,255,255,.55); }

.newsletter-block { padding: 68px 0; }
.newsletter-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 42px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(135deg, #f8fbfd, #eef8fa); }
.newsletter-inner p { max-width: 720px; color: var(--muted); }

.page-hero { color: #fff; background: radial-gradient(circle at 85% 20%, rgba(70,215,232,.15), transparent 30%), linear-gradient(135deg, var(--navy), #0d2a3d); }
.page-hero .container { padding-block: 110px; }
.page-hero.compact .container { padding-block: 78px; }
.page-hero h1 { font-size: clamp(42px, 6vw, 70px); }
.page-hero p { max-width: 820px; margin: 0; color: rgba(255,255,255,.70); font-size: 18px; }

.library-tools { display: grid; gap: 18px; }
.search-box { display: flex; align-items: center; gap: 12px; min-height: 54px; padding: 0 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 8px 24px rgba(6,27,45,.04); }
.search-box span { color: var(--muted); font-size: 24px; transform: rotate(-20deg); }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.search-box input::placeholder { color: #94a3af; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filter { border: 1px solid var(--line); background: #fff; color: var(--ink-2); padding: 8px 12px; border-radius: 999px; font-size: 12px; font-weight: 760; }
.filter:hover, .filter.active { color: #fff; background: var(--navy-2); border-color: var(--navy-2); }
.result-count { margin: 24px 0 18px; color: var(--muted); font-size: 13px; }
.empty-state { padding: 70px 20px; text-align: center; border: 1px dashed #c9d6df; border-radius: 16px; }
.empty-state h2 { margin: 0 0 8px; }
.empty-state p { margin: 0; color: var(--muted); }

.topics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.topic-card { position: relative; min-height: 280px; padding: 28px; border-radius: 18px; color: #fff; overflow: hidden; transition: transform .2s ease; }
.topic-card:hover { transform: translateY(-5px); }
.topic-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -50px; bottom: -50px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.03), 0 0 0 60px rgba(255,255,255,.02); }
.topic-card > span { color: rgba(255,255,255,.55); font-size: 12px; font-weight: 850; }
.topic-card h2 { margin: 38px 0 12px; font-size: 28px; letter-spacing: -1px; }
.topic-card p { color: rgba(255,255,255,.72); font-size: 14px; }
.topic-card b { position: absolute; left: 28px; bottom: 24px; z-index: 1; font-size: 12px; }
.topic-card.accent-regulacao { background: linear-gradient(145deg, #402414, #8c4a23); }
.topic-card.accent-publico { background: linear-gradient(145deg, #0d2a44, #145c8f); }
.topic-card.accent-soberania { background: linear-gradient(145deg, #211d45, #5b4ca5); }
.topic-card.accent-metricas { background: linear-gradient(145deg, #082c2b, #0e756c); }
.topic-card.accent-privado { background: linear-gradient(145deg, #12321f, #2f8759); }
.topic-card.accent-controle { background: linear-gradient(145deg, #3b1720, #91374d); }
.split-panel, .about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.split-panel p, .about-grid p { color: var(--muted); font-size: 17px; }

.glossary-search { margin-bottom: 28px; }
.glossary-list { border-top: 1px solid var(--line); }
.glossary-item { display: grid; grid-template-columns: 220px 1fr; gap: 30px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.glossary-item h2 { margin: 0; font-size: 18px; }
.glossary-item p { margin: 0; color: var(--muted); }

.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.principles-grid article { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.principles-grid span { color: #16798a; font-size: 12px; font-weight: 850; }
.principles-grid h3 { margin: 24px 0 8px; }
.principles-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.contact-panel { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding: 42px; border: 1px solid var(--line); border-radius: 20px; background: var(--soft); }
.contact-panel p { color: var(--muted); }
.contact-panel > div:last-child { display: grid; gap: 12px; justify-items: start; }
.contact-panel small { max-width: 420px; color: var(--muted); }
code { background: #e9f0f4; border-radius: 5px; padding: 2px 5px; font-size: .92em; }

.article-header { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, var(--navy), #0d2b3f); }
.article-header::after { content: ""; position: absolute; width: 520px; height: 520px; right: -160px; top: -210px; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.article-header-inner { position: relative; z-index: 1; padding-block: 70px 84px; }
.back-link { display: inline-flex; margin-bottom: 46px; color: rgba(255,255,255,.58); font-size: 13px; font-weight: 700; }
.back-link:hover { color: #fff; }
.article-kicker { color: var(--cyan); font-size: 12px; font-weight: 850; letter-spacing: 1.4px; text-transform: uppercase; }
.article-header h1 { max-width: 980px; margin: 14px 0 18px; font-size: clamp(42px, 6vw, 68px); line-height: 1.05; letter-spacing: -2.8px; }
.article-header p { max-width: 900px; margin: 0; color: rgba(255,255,255,.72); font-size: 18px; }
.article-byline { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 28px; color: rgba(255,255,255,.52); font-size: 12px; }
.article-byline span, .article-byline time { position: relative; }
.article-byline span:not(:last-child)::after, .article-byline time::after { content: "•"; position: absolute; right: -13px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 780px) 280px; justify-content: center; gap: 70px; padding-block: 74px 96px; }
.article-content { font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.9; color: #213447; }
.article-content .article-lead { margin-top: 0; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 22px; line-height: 1.65; color: var(--ink); }
.article-content h2 { margin: 54px 0 14px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 30px; line-height: 1.2; letter-spacing: -1px; color: var(--ink); }
.article-content p { margin: 0 0 22px; }
.article-list { padding-left: 23px; }
.article-list li { margin: 10px 0; padding-left: 4px; }
.article-callout { margin: 34px 0; padding: 24px 26px; border-left: 4px solid #1c92a3; border-radius: 0 12px 12px 0; background: #eff8fa; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.article-callout strong { display: block; color: #116675; font-size: 13px; letter-spacing: .7px; text-transform: uppercase; }
.article-callout p { margin: 7px 0 0; color: #2b4a58; font-size: 15px; line-height: 1.7; }
.article-sidebar { position: relative; }
.sidebar-card { margin-bottom: 14px; padding: 20px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.sidebar-card > strong { display: block; margin-bottom: 14px; font-size: 13px; }
.sidebar-card > a, .sidebar-card > button { display: block; width: 100%; padding: 9px 0; color: #16798a; text-align: left; border: 0; border-bottom: 1px solid var(--line); background: transparent; font-size: 13px; font-weight: 700; }
.sidebar-card > a:last-child, .sidebar-card > button:last-child { border-bottom: 0; }
.sidebar-card p { margin: 0; color: var(--muted); font-size: 13px; }
.article-sources { margin-top: 58px; padding-top: 32px; border-top: 1px solid var(--line); }
.article-sources h2 { margin: 0 0 6px; font-size: 25px; }
.article-sources > p { margin: 0 0 18px; color: var(--muted); }
.article-sources ul { padding: 0; margin: 0; list-style: none; }
.article-sources li { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.article-sources a { color: #16798a; font-weight: 720; }
.article-sources span { color: var(--muted); font-size: 12px; }
.article-note { margin-top: 34px; padding: 20px; border-radius: 12px; background: var(--soft); }
.article-note strong { font-size: 13px; }
.article-note p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }

.not-found { min-height: 65vh; display: grid; place-items: center; text-align: center; background: var(--soft); }
.not-found span { color: #16798a; font-size: 15px; font-weight: 850; letter-spacing: 2px; }
.not-found h1 { margin: 12px 0 8px; font-size: 48px; letter-spacing: -2px; }
.not-found p { color: var(--muted); }

.site-footer { color: rgba(255,255,255,.72); background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 70px; padding-block: 64px; }
.footer-grid .brand { margin-bottom: 18px; }
.footer-grid .brand-logo { height: 98px; }
.footer-grid p { max-width: 500px; color: rgba(255,255,255,.55); font-size: 14px; }
.initiative { display: inline-flex; margin-top: 8px; color: var(--cyan); font-size: 12px; font-weight: 750; }
.footer-grid h2 { margin: 0 0 16px; color: #fff; font-size: 13px; letter-spacing: .7px; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; padding: 5px 0; color: rgba(255,255,255,.58); font-size: 13px; }
.footer-grid > div:not(:first-child) a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.38); font-size: 11px; }

@media (max-width: 1050px) {
  .hero-inner { grid-template-columns: 1fr; min-height: auto; gap: 42px; }
  .hero-panel { max-width: 700px; }
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-grid .featured-card { grid-row: auto; }
  .featured-grid .featured-card .card-visual { min-height: 220px; }
  .featured-grid .featured-card h3 { font-size: 24px; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .topics-grid { grid-template-columns: repeat(2, 1fr); }
  .principles-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: minmax(0, 720px); }
  .article-sidebar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .sidebar-card { margin: 0; }
}

@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .main-nav { position: fixed; left: 20px; right: 20px; top: 84px; display: none; flex-direction: column; align-items: stretch; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: #0b2439; box-shadow: 0 24px 50px rgba(0,0,0,.25); }
  .main-nav.open { display: flex; }
  .main-nav .nav-cta { margin-left: 0; text-align: center; }
  .hero-copy h1, .page-hero h1, .article-header h1 { letter-spacing: -2px; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .topic-layout, .split-panel, .about-grid { grid-template-columns: 1fr; gap: 35px; }
  .newsletter-inner, .contact-panel { grid-template-columns: 1fr; display: grid; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 76px; }
  .brand-logo { height: 56px; }
  .section { padding: 66px 0; }
  .hero-inner { padding-block: 64px; }
  .hero-copy h1 { font-size: 44px; }
  .hero-copy p { font-size: 16px; }
  .hero-panel { padding: 22px; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid > div, .signal-grid > div:first-child, .signal-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .featured-grid, .cards-grid, .topics-grid, .principles-grid { grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; }
  .newsletter-inner, .contact-panel { padding: 28px; }
  .page-hero .container, .page-hero.compact .container { padding-block: 66px; }
  .filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .filter { flex-shrink: 0; }
  .glossary-item { grid-template-columns: 1fr; gap: 7px; }
  .article-header-inner { padding-block: 50px 62px; }
  .back-link { margin-bottom: 32px; }
  .article-header h1 { font-size: 42px; }
  .article-layout { padding-block: 50px 70px; gap: 40px; }
  .article-content { font-size: 17px; }
  .article-content .article-lead { font-size: 20px; }
  .article-sidebar { grid-template-columns: 1fr; }
  .article-sources li { grid-template-columns: 1fr; gap: 3px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
