@font-face {
  font-family: 'Inter Variable';
  src: url('../fonts/inter-latin-wght-normal.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #05070d;
  --ink-soft: #0a0e18;
  --panel: #0d1220;
  --white: #f6f8ff;
  --muted: #9ca6bc;
  --line: rgba(255, 255, 255, .12);
  --blue: #145dff;
  --blue-bright: #5598ff;
  --blue-pale: #a8c9ff;
  --max: 1440px;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --pointer-x: 50vw;
  --pointer-y: 50vh;
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 6rem; background: var(--ink); }
body { max-width: 100%; margin: 0; overflow-x: hidden; background: var(--ink); color: var(--white); font-family: 'Inter Variable', Inter, system-ui, sans-serif; font-size: 1rem; line-height: 1.65; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
@supports (overflow: clip) { html,body { overflow-x: clip; } }
body.menu-open { overflow: hidden; }
main, .site-header, .site-footer { position: relative; z-index: 2; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
::selection { background: var(--blue); color: white; }
:focus-visible { outline: 2px solid var(--blue-bright); outline-offset: 5px; }

.screen-reader-text, .skip-link:not(:focus) { position: absolute; overflow: hidden; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 999; top: .75rem; left: .75rem; padding: .7rem 1rem; border-radius: 999px; background: white; color: var(--ink); }
.scroll-progress { position: fixed; z-index: 160; top: 0; left: 0; width: 100%; height: 2px; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, #145dff, #76b5ff, #fff); box-shadow: 0 0 16px rgba(74,142,255,.9); pointer-events: none; }
@supports (animation-timeline: scroll()) { .scroll-progress { animation: page-progress linear both; animation-timeline: scroll(root block); } }
@keyframes page-progress { to { transform: scaleX(1); } }
.pointer-light { position: fixed; z-index: 1; inset: 0; background: radial-gradient(520px circle at var(--pointer-x) var(--pointer-y), rgba(38,108,255,.1), transparent 68%); pointer-events: none; }
.ambient-lights { position: fixed; z-index: 1; inset: 0; overflow: hidden; pointer-events: none; }
.ambient-lights i { position: absolute; width: 32rem; aspect-ratio: 1; border-radius: 50%; filter: blur(100px); opacity: .08; background: #1767ff; animation: ambient 18s ease-in-out infinite alternate; }
.ambient-lights i:nth-child(1) { top: -18rem; left: -12rem; }
.ambient-lights i:nth-child(2) { top: 35%; right: -22rem; width: 42rem; animation-delay: -7s; animation-duration: 23s; }
.ambient-lights i:nth-child(3) { bottom: -24rem; left: 28%; width: 38rem; animation-delay: -12s; animation-duration: 20s; }
@keyframes ambient { to { transform: translate3d(9%,7%,0) scale(1.12); opacity: .12; } }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; padding: 1.15rem var(--pad); border-bottom: 1px solid transparent; transition: padding 250ms ease, background-color 250ms ease, border-color 250ms ease; }
.site-header.is-scrolled { padding-block: .75rem; border-color: var(--line); background: rgba(5,7,13,.78); backdrop-filter: blur(20px) saturate(150%); }
.nav-shell { display: flex; width: min(100%, var(--max)); min-height: 3.1rem; margin-inline: auto; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .75rem; }
.brand-mark { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; background: radial-gradient(circle at 30% 30%, #2e7bff, #092664 62%, #06112c); box-shadow: inset 0 0 0 1px rgba(46,123,255,.25), 0 0 28px rgba(20,93,255,.18); font-size: .72rem; font-weight: 750; letter-spacing: -.06em; }
.brand-name { font-size: .82rem; font-weight: 420; letter-spacing: -.02em; }
.brand-name strong { font-weight: 760; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem,2.5vw,2.5rem); }
.idc-menu { display: flex; align-items: center; gap: clamp(1rem,2.5vw,2.5rem); margin: 0; padding: 0; list-style: none; }
.main-nav a { color: #c7ccda; font-size: .8rem; font-weight: 520; transition: color 180ms ease; }
.main-nav a:hover, .main-nav .current-menu-item > a { color: white; }
.main-nav .nav-cta { padding: .7rem 1.1rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.06); color: white; }
.nav-cta span { margin-left: .35rem; color: var(--blue-bright); }
.menu-button { display: none; }

.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0; color: #9fb0ce; font-size: .64rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 2rem; height: 1px; background: var(--blue-bright); box-shadow: 0 0 12px var(--blue-bright); }
.blog-hero { position: relative; min-height: min(860px, 86svh); overflow: hidden; padding: clamp(9rem,14vw,13rem) var(--pad) 5rem; border-bottom: 1px solid var(--line); isolation: isolate; }
.blog-hero-grid { position: absolute; z-index: -3; inset: 0; background-image: linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to bottom,#000 10%,transparent 90%); }
.blog-hero-glow { position: absolute; z-index: -2; top: -35%; right: -10%; width: 70vw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle,rgba(32,104,255,.33),transparent 65%); filter: blur(18px); }
.blog-particles { position: absolute; z-index: -1; inset: 0; pointer-events: none; }
.blog-particles i { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #91bbff; box-shadow: 0 0 14px #5c9bff; animation: particle 10s ease-in-out infinite alternate; }
.blog-particles i:nth-child(1) { top: 21%; left: 12%; }
.blog-particles i:nth-child(2) { top: 16%; right: 22%; animation-delay: -4s; }
.blog-particles i:nth-child(3) { top: 58%; right: 8%; animation-delay: -7s; }
.blog-particles i:nth-child(4) { bottom: 17%; left: 30%; animation-delay: -2s; }
.blog-particles i:nth-child(5) { top: 40%; left: 5%; animation-delay: -8s; }
.blog-particles i:nth-child(6) { bottom: 10%; right: 35%; animation-delay: -5s; }
@keyframes particle { to { transform: translate3d(18px,-30px,0) scale(1.8); opacity: .35; } }
.blog-hero-inner { display: flex; width: min(100%, var(--max)); min-height: 32rem; margin-inline: auto; flex-direction: column; justify-content: space-between; }
.blog-hero h1 { max-width: 1120px; margin: 2.2rem 0 4rem; font-size: clamp(3.6rem,8.4vw,9rem); font-weight: 620; letter-spacing: -.07em; line-height: .88; text-wrap: balance; }
.blog-hero h1 span, .blog-hero h1 em { color: var(--blue-bright); font-family: Georgia,serif; font-weight: 400; }
.blog-hero-bottom { display: flex; justify-content: space-between; gap: 3rem; align-items: end; }
.blog-hero-bottom p { max-width: 600px; margin: 0; color: #a9b3c6; font-size: 1.05rem; }
.blog-hero-bottom a { padding-bottom: .45rem; border-bottom: 1px solid rgba(255,255,255,.4); font-size: .75rem; font-weight: 650; white-space: nowrap; }
.blog-hero-bottom a span { margin-left: .5rem; color: var(--blue-bright); }

.posts-section { width: min(100%, var(--max)); margin-inline: auto; padding: clamp(6rem,10vw,10rem) var(--pad); }
.posts-head { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: clamp(3rem,6vw,5rem); }
.posts-head > div > span { color: #6fa8ff; font-size: .6rem; font-weight: 700; letter-spacing: .14em; }
.posts-head h2 { margin: .65rem 0 0; font-size: clamp(2.4rem,5vw,4.6rem); font-weight: 620; letter-spacing: -.055em; line-height: .95; }
.search-form { display: flex; min-width: min(100%,19rem); border-bottom: 1px solid rgba(255,255,255,.25); }
.search-form label { flex: 1; }
.search-field { width: 100%; padding: .8rem .2rem; border: 0; outline: 0; background: transparent; color: white; font-size: .76rem; }
.search-field::placeholder { color: #6e798f; }
.search-form button { border: 0; background: transparent; color: var(--blue-bright); cursor: pointer; }
.posts-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(1rem,2.5vw,2rem); }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 1rem; background: linear-gradient(145deg,rgba(17,27,49,.82),rgba(8,12,22,.88)); box-shadow: 0 24px 65px rgba(0,0,0,.19); transition: transform 280ms cubic-bezier(.2,.7,.2,1),border-color 280ms ease,box-shadow 280ms ease; }
.post-card:hover { transform: translateY(-.45rem); border-color: rgba(91,151,255,.42); box-shadow: 0 32px 80px rgba(0,0,0,.3),0 0 45px rgba(27,97,255,.08); }
.post-card-media { position: relative; display: block; overflow: hidden; aspect-ratio: 16/9; background: #0b1530; }
.post-card-media::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 45%,rgba(3,6,13,.62)); content: ''; }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.05); transition: transform 650ms cubic-bezier(.2,.7,.2,1),filter 350ms ease; }
.post-card:hover .post-card-media img { transform: scale(1.035); filter: saturate(1) contrast(1.05); }
.post-card-fallback { display: grid; width: 100%; height: 100%; place-items: center; background: radial-gradient(circle at 30% 25%,#1f64d8,#091a43 58%,#071022); color: rgba(255,255,255,.72); font-size: clamp(3rem,8vw,7rem); font-weight: 750; letter-spacing: -.08em; }
.post-card-index { position: absolute; z-index: 2; right: 1rem; bottom: .85rem; display: grid; width: 2.4rem; height: 2.4rem; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(5,9,18,.55); backdrop-filter: blur(8px); color: #cfe0ff; font-size: .62rem; font-weight: 700; }
.post-card-body { padding: clamp(1.25rem,3vw,2rem); }
.post-meta { display: flex; justify-content: space-between; gap: 1rem; color: #74819a; font-size: .58rem; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.post-meta span { color: #73a9ff; }
.post-card h3 { margin: 1.1rem 0 .8rem; font-size: clamp(1.35rem,2.4vw,2rem); font-weight: 620; letter-spacing: -.035em; line-height: 1.08; }
.post-card h3 a { transition: color 180ms ease; }
.post-card h3 a:hover { color: var(--blue-pale); }
.post-card-body > p { display: -webkit-box; overflow: hidden; margin: 0; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: #929db2; font-size: .82rem; }
.read-more { display: inline-flex; gap: .55rem; align-items: center; margin-top: 1.4rem; color: #dfe9ff; font-size: .7rem; font-weight: 650; }
.read-more span { color: var(--blue-bright); transition: transform 180ms ease; }
.read-more:hover span { transform: translateX(.25rem); }
.pagination { margin-top: 4rem; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; }
.page-numbers { display: grid; min-width: 2.8rem; min-height: 2.8rem; place-items: center; padding: .5rem .85rem; border: 1px solid var(--line); border-radius: 999px; color: #aab4c8; font-size: .68rem; }
.page-numbers.current, .page-numbers:hover { border-color: #4d91ff; background: rgba(27,97,255,.16); color: white; }
.empty-state { padding: 5rem 0; text-align: center; }
.empty-state h2 { margin: 0; font-size: clamp(2.2rem,5vw,4.5rem); letter-spacing: -.05em; }
.empty-state p { max-width: 580px; margin: 1rem auto 2rem; color: var(--muted); }
.button { display: inline-flex; padding: .8rem 1.1rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: var(--blue); color: white; }

.blog-cta { position: relative; overflow: hidden; padding: clamp(7rem,12vw,11rem) var(--pad); border-top: 1px solid var(--line); background: #06102b; isolation: isolate; }
.blog-cta::before { position: absolute; z-index: -1; right: -25%; bottom: -90%; width: 80vw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle,rgba(22,91,255,.45),transparent 63%); content: ''; }
.blog-cta > * { width: min(100%,var(--max)); margin-inline: auto; }
.blog-cta h2 { margin-block: 1.5rem; font-size: clamp(4rem,9vw,9rem); font-weight: 620; letter-spacing: -.075em; line-height: .88; }
.blog-cta h2 em, .article-direct-cta h2 em { color: #66a4ff; font-family: Georgia,serif; font-weight: 400; }
.blog-cta > p:not(.eyebrow) { max-width: 580px; margin-left: auto; margin-right: auto; color: #aeb7ca; }
.cta-links { display: flex; flex-wrap: wrap; gap: 1rem 2.5rem; margin-top: 2rem; }
.cta-links a { display: inline-flex; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.45); font-size: clamp(.9rem,2vw,1.2rem); }
.cta-links a span { color: var(--blue-bright); }

.article-hero { padding: 10rem var(--pad) 0; background: radial-gradient(circle at 78% 12%,rgba(24,91,240,.2),transparent 37%); }
.article-hero-inner { width: min(100%,1080px); margin-inline: auto; }
.article-back { display: inline-block; margin-bottom: 4rem; color: #8ea0bd; font-size: .7rem; font-weight: 600; }
.article-meta { display: flex; flex-wrap: wrap; gap: 1rem 2rem; color: #78869f; font-size: .62rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.article-meta a { color: #6fa7ff; }
.article-hero h1 { max-width: 1040px; margin: 1.5rem 0; font-size: clamp(3.15rem,7vw,7.4rem); font-weight: 620; letter-spacing: -.067em; line-height: .91; text-wrap: balance; }
.article-excerpt { max-width: 760px; margin: 0; color: #aab4c7; font-size: clamp(1rem,2vw,1.25rem); }
.article-author { display: flex; align-items: center; gap: .8rem; margin-top: 2.5rem; }
.article-author div { display: grid; }
.article-author strong { font-size: .75rem; }
.article-author div span { color: #77839a; font-size: .58rem; }
.article-cover { overflow: hidden; width: min(100%,1280px); aspect-ratio: 16/9; margin: clamp(3rem,7vw,6rem) auto 0; border: 1px solid var(--line); border-radius: 1rem; background: #0c1426; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; width: min(100%,1080px); grid-template-columns: 12rem minmax(0,760px); gap: clamp(2rem,7vw,7rem); margin: 0 auto; padding: clamp(4rem,8vw,8rem) var(--pad); }
.article-aside { position: sticky; top: 7rem; display: flex; height: max-content; flex-direction: column; gap: .25rem; padding-top: .6rem; }
.article-aside span { margin-top: 1.3rem; color: #65718a; font-size: .52rem; font-weight: 700; letter-spacing: .12em; }
.article-aside strong { font-size: .75rem; font-weight: 580; }
.article-aside a { margin-top: 2rem; color: #8eb7ff; font-size: .62rem; }
.article-content { min-width: 0; color: #b6bfd0; font-size: clamp(1rem,1.35vw,1.12rem); }
.article-content > :first-child { margin-top: 0; }
.article-content p { margin: 0 0 1.55rem; }
.article-content h2 { margin: 3.5rem 0 1.15rem; color: white; font-size: clamp(1.8rem,3.4vw,2.75rem); font-weight: 620; letter-spacing: -.045em; line-height: 1.06; }
.article-content h3 { margin-top: 2.5rem; color: white; font-size: 1.35rem; }
.article-content ul, .article-content ol { margin: 0 0 2rem; padding-left: 1.3rem; }
.article-content li { margin-bottom: .7rem; padding-left: .35rem; }
.article-content strong { color: #eaf0ff; font-weight: 650; }
.article-content a { color: #8eb7ff; text-decoration: underline; text-underline-offset: .22em; }
.article-content blockquote { margin: 2.5rem 0; padding: 1.5rem 0 1.5rem 1.5rem; border-left: 2px solid var(--blue-bright); color: #d8e0ef; font-size: 1.15em; }
.article-footer { width: min(100%,1080px); margin-inline: auto; padding: 0 var(--pad) 7rem; }
.article-tags { display: flex; flex-wrap: wrap; gap: .6rem; padding-block: 1.5rem; border-top: 1px solid var(--line); }
.article-tags > span { margin-right: .6rem; color: #77849c; font-size: .6rem; font-weight: 700; text-transform: uppercase; }
.article-tags a { padding: .25rem .6rem; border: 1px solid var(--line); border-radius: 999px; color: #aeb8c9; font-size: .58rem; }
.article-direct-cta { margin-top: 5rem; padding: clamp(2rem,5vw,4rem); border: 1px solid rgba(91,148,255,.25); border-radius: 1rem; background: radial-gradient(circle at 85% 15%,rgba(31,103,255,.22),transparent 42%),#081329; }
.article-direct-cta > p { margin: 0; color: #91a0ba; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.article-direct-cta h2 { margin: 1rem 0; font-size: clamp(2.4rem,5vw,4.8rem); font-weight: 620; letter-spacing: -.06em; line-height: .92; }
.post-navigation { display: grid; width: min(100%,1080px); grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; margin: 0 auto 7rem; padding-inline: var(--pad); }
.post-navigation > div { padding: 1.25rem 0; border-top: 1px solid var(--line); }
.post-navigation > div:last-child { text-align: right; }
.post-navigation span { display: block; margin-bottom: .6rem; color: #69768d; font-size: .55rem; font-weight: 700; text-transform: uppercase; }
.post-navigation a { font-size: .78rem; font-weight: 600; }

.compact-hero, .not-found-main { width: min(100%,1080px); min-height: 55vh; margin-inline: auto; padding: 11rem var(--pad) 5rem; }
.compact-hero h1, .not-found-main h1 { margin: 1.3rem 0 2rem; font-size: clamp(3rem,7vw,7rem); font-weight: 620; letter-spacing: -.065em; line-height: .92; }
.compact-hero .search-form { max-width: 24rem; }
.search-list { display: grid; gap: 1rem; }
.search-result { padding: 2rem 0; border-top: 1px solid var(--line); }
.search-result h2 { margin: .7rem 0; font-size: clamp(1.5rem,3vw,2.6rem); letter-spacing: -.04em; }
.search-result > p { max-width: 760px; color: var(--muted); }
.not-found-main > p:not(.eyebrow) { max-width: 600px; color: var(--muted); }

.site-footer { width: min(100%,var(--max)); margin-inline: auto; padding: 4rem var(--pad) 6rem; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem; align-items: center; padding-bottom: 3rem; border-bottom: 1px solid var(--line); }
.footer-top p { max-width: 350px; margin: 0; color: #707b90; font-size: .78rem; }
.back-top { color: #959fb2; font-size: .72rem; }
.back-top span { margin-left: .5rem; color: var(--blue-bright); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1.5rem; padding-top: 1.6rem; color: #8b96ac; font-size: .63rem; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.footer-bottom a:hover { color: white; }
.whatsapp-float { position: fixed; z-index: 90; right: max(1rem,env(safe-area-inset-right)); bottom: max(1rem,env(safe-area-inset-bottom)); display: flex; min-height: 3rem; align-items: center; gap: .55rem; padding: .7rem 1rem; border: 1px solid rgba(86,225,143,.35); border-radius: 999px; background: rgba(7,24,17,.9); box-shadow: 0 16px 45px rgba(0,0,0,.38); backdrop-filter: blur(16px); color: #e9fff2; font-size: .72rem; font-weight: 680; }
.whatsapp-float span { color: #56e18f; text-shadow: 0 0 10px #56e18f; }

.js .reveal { opacity: 0; transform: translateY(1.5rem); transition: opacity 650ms ease,transform 750ms cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 760px) {
  :root { --pad: 1.15rem; }
  html { scroll-padding-top: 5rem; }
  .site-header { padding-block: .7rem; }
  .brand-name { font-size: .76rem; }
  .menu-button { position: relative; z-index: 102; display: grid; width: 2.8rem; height: 2.8rem; place-content: center; gap: .35rem; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.04); color: white; }
  .menu-button span { display: block; width: 1rem; height: 1px; background: currentColor; transition: transform 180ms ease; }
  .menu-button[aria-expanded='true'] span:first-child { transform: translateY(.175rem) rotate(45deg); }
  .menu-button[aria-expanded='true'] span:last-child { transform: translateY(-.175rem) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 101; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1rem; padding: 6rem 2rem; background: rgba(5,7,13,.97); backdrop-filter: blur(24px); opacity: 0; pointer-events: none; transform: translateY(-1rem); transition: opacity 220ms ease,transform 220ms ease; }
  .main-nav[data-open='true'] { opacity: 1; pointer-events: auto; transform: none; }
  .idc-menu { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .main-nav a { color: white; font-size: 2rem; font-weight: 600; letter-spacing: -.04em; }
  .main-nav .nav-cta { margin-top: 1rem; padding: .75rem 1.1rem; font-size: 1rem; }
  .blog-hero { min-height: 100svh; padding-top: 7.5rem; }
  .blog-hero-inner { min-height: calc(100svh - 13rem); }
  .blog-hero h1 { margin-top: 2rem; font-size: clamp(3.25rem,16vw,5.1rem); }
  .blog-hero-bottom { display: grid; gap: 1.5rem; }
  .blog-hero-bottom a { width: max-content; }
  .posts-head { display: grid; align-items: start; }
  .search-form { width: 100%; min-width: 0; }
  .posts-grid { grid-template-columns: 1fr; }
  .post-card h3 { font-size: 1.55rem; }
  .blog-cta h2 { font-size: clamp(3.6rem,17vw,6rem); }
  .article-hero { padding-top: 8rem; }
  .article-back { margin-bottom: 2.5rem; }
  .article-hero h1 { font-size: clamp(3rem,14vw,5rem); }
  .article-cover { border-radius: .65rem; }
  .article-layout { grid-template-columns: 1fr; padding-top: 3.5rem; }
  .article-aside { position: static; display: grid; grid-template-columns: auto 1fr auto 1fr; gap: .4rem .7rem; align-items: baseline; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
  .article-aside span, .article-aside a { margin-top: 0; }
  .article-aside a { grid-column: 1/-1; margin-top: .7rem; }
  .article-content h2 { margin-top: 2.8rem; }
  .post-navigation { grid-template-columns: 1fr; }
  .post-navigation > div:last-child { text-align: left; }
  .footer-top { grid-template-columns: 1fr auto; }
  .footer-top p { grid-column: 1/-1; grid-row: 2; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: .8rem; bottom: max(.8rem,env(safe-area-inset-bottom)); min-height: 2.8rem; padding: .65rem .9rem; }
}

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