:root {
  --ink: #0e1733;
  --ink-soft: #43506f;
  --paper: #ffffff;
  --canvas: #f5f7ff;
  --line: #dce2f3;
  --brand: #1800ad;
  --brand-mid: #2531b8;
  --brand-light: #365eea;
  --cyan: #19a7f3;
  --orange: #f97316;
  --radius: 20px;
  --radius-lg: 30px;
  --shadow: 0 20px 60px rgba(24, 0, 173, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
svg { flex: 0 0 auto; width: 1.15em; height: 1.15em; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow-container { width: min(820px, calc(100% - 48px)); }
.sr-only, .screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 99999; left: 18px; top: -90px; padding: 10px 16px; border-radius: 8px; background: white; color: var(--brand); font-weight: 800; box-shadow: var(--shadow); }
.skip-link:focus { top: 18px; }
.eyebrow { display: block; margin: 0; color: var(--cyan); font-size: 13px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

/* Cabeçalho */
.site-header { position: sticky; z-index: 100; top: 0; color: white; background: rgba(14, 23, 51, .96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.09); }
.admin-bar .site-header { top: 32px; }
.header-inner { width: min(1240px, calc(100% - 48px)); min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 34px; align-items: center; margin-inline: auto; }
.brand { display: flex; align-items: center; gap: 14px; justify-self: start; }
.brand-logo { width: 148px; max-height: 34px; object-fit: contain; object-position: left center; }
.brand > span { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.26); color: #cbd3ec; font-size: 14px; font-weight: 760; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { position: relative; padding: 25px 0; color: #d9def0; font-size: 14px; font-weight: 720; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 18px; left: 0; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--cyan); transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav .current-menu-item a::after { transform: scaleX(1); }
.header-cta { min-height: 43px; display: inline-flex; align-items: center; gap: 7px; justify-self: end; padding: 0 17px; border-radius: 999px; background: var(--orange); color: white; font-size: 14px; font-weight: 850; transition: transform .2s ease, background .2s ease; }
.header-cta:hover { transform: translateY(-2px); background: #e8640f; }
.mobile-menu { display: none; position: relative; justify-self: end; }
.mobile-menu summary { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu > div { position: absolute; right: 0; top: 54px; width: min(310px, calc(100vw - 32px)); display: grid; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: var(--ink); box-shadow: 0 24px 50px rgba(0,0,0,.3); }
.mobile-menu > div a { padding: 11px 12px; border-radius: 8px; color: #e7eaf5; font-size: 15px; font-weight: 700; }
.mobile-menu > div a:hover { background: rgba(255,255,255,.08); }

/* Busca e destaque */
.search-band { padding: 40px 0 42px; color: white; background: linear-gradient(118deg, #1800ad, #2531b8 58%, #126caf); }
.search-band-inner { width: min(1180px, calc(100% - 48px)); display: grid; grid-template-columns: 1.12fr .88fr; gap: 60px; align-items: center; margin-inline: auto; }
.search-band h1 { max-width: 670px; margin: 7px 0 0; font-size: clamp(32px, 4vw, 51px); line-height: 1.04; letter-spacing: -.045em; }
.search-box { min-height: 58px; display: flex; align-items: center; gap: 12px; padding: 0 10px 0 18px; border: 1px solid rgba(255,255,255,.36); border-radius: 15px; background: white; color: var(--ink); box-shadow: 0 18px 40px rgba(5,3,80,.18); }
.search-box > svg { color: var(--brand); }
.search-box input { min-width: 0; flex: 1; height: 54px; padding: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 15px; }
.search-box button { min-height: 40px; padding: 0 15px; border: 0; border-radius: 10px; background: var(--brand); color: white; font-size: 14px; font-weight: 800; cursor: pointer; }
.featured-grid { display: grid; grid-template-columns: 1.65fr .75fr; gap: 24px; padding-top: 44px; }
.lead-story { min-height: 520px; display: grid; grid-template-columns: 1.18fr .82fr; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(135deg, #14009a, #2531b8); color: white; box-shadow: var(--shadow); }
.lead-story::before { content: ""; position: absolute; pointer-events: none; }
.lead-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(32px, 5vw, 56px); }
.lead-copy h2 { margin: 20px 0 16px; font-size: clamp(31px, 3.6vw, 49px); line-height: 1.03; letter-spacing: -.045em; }
.lead-copy h2 a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.lead-copy > p { max-width: 610px; margin: 0 0 28px; color: #e4e8ff; font-size: 17px; line-height: 1.65; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border-radius: 999px; font-size: 15px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-white { background: white; color: var(--brand); box-shadow: 0 12px 28px rgba(2,0,58,.18); }
.button-primary { background: var(--brand); color: white; box-shadow: 0 12px 26px rgba(24,0,173,.2); }
.button-primary:hover { background: var(--brand-mid); }

.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: #68728f; font-size: 13px; font-weight: 700; }
.article-meta > * + *::before { content: ""; display: inline-block; width: 4px; height: 4px; margin: 0 10px 2px 0; border-radius: 50%; background: #a5aec5; }
.article-meta a { color: var(--brand); font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.light-meta { color: #d9ddff; }
.light-meta a { color: #75d0ff; }
.light-meta > * + *::before { background: rgba(255,255,255,.5); }
.article-visual { position: relative; min-height: 205px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 12px; overflow: hidden; padding: 25px; color: white; background: linear-gradient(135deg, #2531b8, #19a7f3); isolation: isolate; }
.article-visual::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .52; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 30px 30px; mask-image: linear-gradient(to top right, black, transparent 72%); }
.article-visual::after { content: ""; position: absolute; z-index: -1; width: 150px; height: 150px; right: -36px; top: -48px; border-radius: 50%; background: rgba(255,255,255,.16); box-shadow: 0 0 0 24px rgba(255,255,255,.06), 0 0 0 50px rgba(255,255,255,.035); }
.article-visual > svg { width: 48px; height: 48px; }
.article-visual > span:last-child { font-size: 13px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.article-visual.is-large { min-height: 100%; align-items: center; justify-content: center; text-align: center; }
.lead-story .article-visual.is-large { background: rgba(255,255,255,.06); }
.article-visual.is-large > svg { width: 96px; height: 96px; }
.article-visual.is-large::after { width: 260px; height: 260px; right: -45px; top: -60px; }
.article-visual.has-image { padding: 0; }
.article-visual.has-image::before, .article-visual.has-image::after { display: none; }
.article-visual.has-image img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.visual-label { position: absolute; left: 18px; bottom: 18px; z-index: 3; padding: 7px 10px; border-radius: 999px; background: rgba(14,23,51,.82); color: white; font-size: 12px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(8px); }
.visual-vendas { background: linear-gradient(135deg, #1800ad, #4a6cf7); }
.visual-clientes { background: linear-gradient(135deg, #0b5c9c, #19a7f3); }
.visual-estoque { background: linear-gradient(135deg, #2531b8, #6248ea); }
.visual-whatsapp { background: linear-gradient(135deg, #007d86, #19a7f3); }
.visual-financas { background: linear-gradient(135deg, #a54800, #f97316); }
.visual-gestao { background: linear-gradient(135deg, #1800ad, #147ed9); }
.popular-panel { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fbfcff; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.section-heading > div > span { display: block; margin-bottom: 5px; color: var(--brand-light); font-size: 13px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.section-heading h2 { margin: 0; font-size: clamp(28px, 3.3vw, 41px); line-height: 1.12; letter-spacing: -.035em; }
.section-heading > p { max-width: 410px; margin: 0; color: var(--ink-soft); }
.compact-heading { margin-bottom: 8px; }
.compact-heading h2 { font-size: 27px; }
.popular-item { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.popular-item:last-child { border-bottom: 0; padding-bottom: 0; }
.popular-number { color: #b6bfd6; font-size: 24px; font-weight: 850; letter-spacing: -.04em; }
.popular-category { color: var(--brand-light); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.popular-item h3 { margin: 7px 0 10px; font-size: 20px; line-height: 1.3; letter-spacing: -.025em; }
.popular-item h3 a:hover { color: var(--brand); }
.popular-item div > span:last-child { color: #7d87a2; font-size: 13px; }

/* Assuntos e biblioteca */
.category-section { padding-top: 78px; }
.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.category-card { min-width: 0; min-height: 180px; display: flex; flex-direction: column; align-items: flex-start; padding: 20px 17px; border: 1px solid var(--line); border-radius: 18px; background: white; color: var(--ink); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-4px); border-color: #b9c5ea; box-shadow: 0 14px 34px rgba(33,44,90,.1); }
.category-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: auto; border-radius: 13px; background: #eef1ff; color: var(--brand); }
.category-icon svg { width: 22px; height: 22px; }
.category-card strong { margin: 20px 0 3px; font-size: 16px; line-height: 1.25; }
.category-card > span:last-child { color: #69738f; font-size: 13px; line-height: 1.35; }
.articles-section { padding-top: 88px; padding-bottom: 94px; }
.article-list-heading { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.clear-filter { display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--brand); font-size: 14px; font-weight: 800; }
.articles-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: 21px; background: white; box-shadow: 0 7px 20px rgba(26,38,77,.04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.article-card:hover { transform: translateY(-5px); border-color: #c5cdeb; box-shadow: 0 18px 42px rgba(26,38,77,.12); }
.article-card-body { padding: 24px; }
.article-card h3 { min-height: 78px; margin: 15px 0 10px; font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }
.article-card h3 a:hover { color: var(--brand); }
.article-card-body > p { min-height: 76px; margin: 0 0 18px; color: var(--ink-soft); font-size: 15px; line-height: 1.62; }
.read-link { display: inline-flex; align-items: center; gap: 8px; color: var(--brand); font-size: 14px; font-weight: 850; }
.read-link svg { transition: transform .2s ease; }
.read-link:hover svg { transform: translateX(4px); }
.empty-results { display: grid; justify-items: center; padding: 68px 20px; border: 1px dashed #bcc6e2; border-radius: 22px; background: var(--canvas); text-align: center; }
.empty-results > svg { width: 38px; height: 38px; margin-bottom: 12px; color: var(--brand); }
.empty-results h2, .empty-results h3 { margin: 0 0 4px; font-size: 24px; }
.empty-results p { margin: 0 0 18px; color: var(--ink-soft); }
.empty-results a { color: var(--brand); font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.navigation.pagination { margin-top: 45px; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--brand); font-size: 14px; font-weight: 800; }
.page-numbers.current { border-color: var(--brand); background: var(--brand); color: white; }

/* Autoridade, leads e produto */
.authority-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 76px; align-items: center; margin-bottom: 94px; padding: 64px; overflow: hidden; border-radius: var(--radius-lg); background: #0e1733; color: white; }
.authority-copy h2 { max-width: 720px; margin: 9px 0 18px; font-size: clamp(33px, 4.5vw, 53px); line-height: 1.06; letter-spacing: -.045em; }
.authority-copy > p { max-width: 650px; margin: 0; color: #c7cde0; font-size: 17px; }
.authority-signature { display: flex; flex-direction: column; margin-top: 32px; padding-left: 18px; border-left: 3px solid var(--orange); }
.authority-signature span { color: #9ba5c2; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.authority-signature strong { font-size: 16px; }
.authority-principles { display: grid; gap: 12px; }
.authority-principles div { display: grid; grid-template-columns: 45px 1fr; gap: 14px; align-items: center; min-height: 76px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.05); }
.authority-principles strong { color: var(--cyan); font-size: 14px; }
.authority-principles span { font-weight: 700; line-height: 1.35; }
.lead-capture { padding: 80px 0; background: linear-gradient(135deg, #eff2ff, #e7f7ff); border-block: 1px solid #d6e4fa; }
.lead-capture-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.lead-capture-copy { display: flex; gap: 24px; }
.newsletter-mark { flex: 0 0 auto; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; background: var(--brand); color: white; font-size: 22px; font-weight: 900; box-shadow: 0 14px 30px rgba(24,0,173,.2); }
.lead-capture-copy h2 { margin: 7px 0 12px; font-size: clamp(30px, 3.7vw, 44px); line-height: 1.1; letter-spacing: -.04em; }
.lead-capture-copy > div > p:last-child { margin: 0; color: var(--ink-soft); }
.product-cta { position: relative; min-height: 510px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 18px; margin-block: 96px; overflow: hidden; padding: 66px 0 66px 62px; border-radius: var(--radius-lg); background: linear-gradient(145deg, #f5f7ff, #eef6ff); border: 1px solid #dce4f6; }
.product-cta-copy { position: relative; z-index: 2; }
.product-cta-copy h2 { margin: 8px 0 18px; font-size: clamp(34px, 4vw, 51px); line-height: 1.03; letter-spacing: -.05em; }
.product-cta-copy > p { max-width: 550px; margin: 0; color: var(--ink-soft); font-size: 17px; }
.cta-actions { display: flex; align-items: center; gap: 20px; margin-top: 28px; }
.text-link { color: var(--brand); font-size: 15px; font-weight: 850; text-decoration: underline; text-underline-offset: 5px; }
.product-shot { position: relative; align-self: stretch; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-shot::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(25,167,243,.22), rgba(37,49,184,.05) 68%, transparent 69%); }
.product-shot span { position: absolute; z-index: 2; top: 60px; right: 36px; padding: 14px 18px; border: 1px solid #d2dcf5; border-radius: 16px 16px 2px 16px; background: white; color: var(--brand); font-size: 14px; font-weight: 850; line-height: 1.35; box-shadow: 0 12px 30px rgba(24,0,173,.1); }
.product-shot img { position: relative; z-index: 1; width: min(460px, 82%); margin-top: 36px; filter: drop-shadow(0 24px 28px rgba(38,63,126,.18)); }

/* Artigos e páginas */
.listing-hero { padding: 70px 0 76px; background: linear-gradient(135deg, #f0f3ff, #e9f8ff); border-bottom: 1px solid var(--line); }
.listing-hero h1 { max-width: 800px; margin: 8px 0 14px; font-size: clamp(40px, 6vw, 68px); line-height: 1.02; letter-spacing: -.055em; }
.listing-hero p { max-width: 650px; margin: 0 0 24px; color: var(--ink-soft); font-size: 18px; }
.listing-hero .search-box { max-width: 630px; border-color: var(--line); }
.category-hero { position: relative; overflow: hidden; padding: 72px 0 82px; color: white; }
.category-hero::after { content: ""; position: absolute; right: 8vw; top: -110px; width: 390px; height: 390px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 0 0 60px rgba(255,255,255,.05), 0 0 0 120px rgba(255,255,255,.03); }
.category-hero .container { position: relative; z-index: 2; }
.category-hero .back-link { color: white; opacity: .82; }
.category-hero h1 { margin: 8px 0 10px; font-size: clamp(44px, 6vw, 74px); line-height: 1; letter-spacing: -.055em; }
.archive-description { max-width: 680px; color: rgba(255,255,255,.82); font-size: 19px; }
.archive-description p { margin: 0; }
.article-hero { padding: 30px 0 60px; background: #f4f6ff; border-bottom: 1px solid var(--line); }
.article-hero .article-visual.is-large { min-height: 410px; border-radius: 24px; box-shadow: 0 18px 45px rgba(24,0,173,.12); }
.breadcrumbs { display: flex; align-items: center; gap: 5px; margin-bottom: 26px; color: #75809d; font-size: 13px; font-weight: 650; }
.breadcrumbs a:hover { color: var(--brand); }
.article-hero-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 50px; align-items: stretch; }
.article-title-wrap { padding: 16px 0 10px; }
.back-link { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 28px; color: var(--brand); font-size: 14px; font-weight: 800; }
.article-kicker { display: block; margin-bottom: 13px; color: var(--brand-light); font-size: 13px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.article-title-wrap h1 { max-width: 850px; margin: 0; font-size: clamp(39px, 5vw, 66px); line-height: 1.01; letter-spacing: -.055em; }
.article-deck { max-width: 790px; margin: 22px 0 28px; color: var(--ink-soft); font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.byline { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; color: #6b7692; font-size: 13px; }
.author-mark { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: var(--brand); color: white; font-size: 12px; font-weight: 900; }
.byline > div:nth-child(2) { display: flex; flex-direction: column; line-height: 1.25; }
.byline strong { color: var(--ink); }
.byline > span:not(.byline-divider) { display: inline-flex; align-items: center; gap: 5px; }
.byline-divider { width: 1px; height: 26px; margin-inline: 5px; background: #ccd3e5; }
.article-layout { display: grid; grid-template-columns: 180px minmax(0, 690px) 230px; gap: 40px; align-items: start; padding-top: 68px; padding-bottom: 88px; }
.article-aside { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 10px; padding-right: 18px; border-right: 1px solid var(--line); }
.admin-bar .article-aside, .admin-bar .article-cta-card { top: 142px; }
.article-aside > span { margin-bottom: 4px; color: var(--brand); font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.article-aside a, .article-aside p { margin: 0; color: #6a7592; font-size: 13px; line-height: 1.4; }
.article-aside a:hover { color: var(--brand); }
.article-content { min-width: 0; color: #313d59; font-size: 18px; line-height: 1.82; }
.article-content > p:first-child, .article-content .vencop-intro { margin: 0 0 52px; padding-left: 23px; border-left: 4px solid var(--orange); color: var(--ink); font-size: 23px; font-weight: 720; line-height: 1.45; letter-spacing: -.02em; }
.article-content h2 { scroll-margin-top: 118px; margin: 52px 0 18px; color: var(--ink); font-size: 32px; line-height: 1.16; letter-spacing: -.035em; }
.article-content h3 { margin: 36px 0 12px; color: var(--ink); font-size: 23px; line-height: 1.25; }
.article-content p { margin: 0 0 19px; }
.article-content ul, .article-content ol { display: grid; gap: 12px; margin: 24px 0 30px; padding: 0; list-style: none; counter-reset: vencop-list; }
.article-content li { position: relative; padding: 15px 17px 15px 54px; border-radius: 13px; background: #f4f6ff; color: #2f3b58; font-size: 16px; line-height: 1.55; }
.article-content li::before { content: "✓"; position: absolute; left: 17px; top: 15px; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #dfe5ff; color: var(--brand); font-size: 14px; font-weight: 900; }
.article-content blockquote, .article-content .vencop-takeaway { margin: 58px 0; padding: 28px 30px; border: 0; border-radius: 20px; background: linear-gradient(135deg, var(--brand), var(--brand-mid)); color: white; box-shadow: var(--shadow); }
.article-content blockquote p, .article-content .vencop-takeaway p { margin: 0; color: white; font-size: 22px; font-weight: 740; line-height: 1.48; }
.article-content .vencop-takeaway strong { display: block; margin-bottom: 8px; color: #78d2ff; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.article-content a { color: var(--brand); text-decoration: underline; text-underline-offset: 4px; }
.article-content figure { margin: 34px 0; }
.article-content figcaption { margin-top: 8px; color: #74809b; font-size: 13px; text-align: center; }
.inline-capture { margin-top: 60px; padding: 32px; border: 1px solid #ccd7f3; border-radius: 22px; background: #eff3ff; }
.inline-capture > span { color: var(--brand-light); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.inline-capture h2 { margin: 6px 0 5px; font-size: 27px; }
.inline-capture > p { margin: 0 0 20px; color: var(--ink-soft); }
.article-cta-card { position: sticky; top: 110px; padding: 25px; border-radius: 20px; background: #0e1733; color: white; }
.article-cta-card > span { color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.article-cta-card h2 { margin: 11px 0; font-size: 24px; line-height: 1.16; letter-spacing: -.03em; }
.article-cta-card p { margin: 0 0 18px; color: #bfc7dc; font-size: 14px; }
.article-cta-card a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; width: 100%; border-radius: 999px; background: var(--orange); font-size: 14px; font-weight: 850; }
.related-section { padding-top: 78px; padding-bottom: 96px; border-top: 1px solid var(--line); }
.page-main { padding: 70px 0 90px; }
.page-article > header h1 { margin: 7px 0 34px; font-size: clamp(42px, 6vw, 70px); line-height: 1.03; letter-spacing: -.05em; }
.not-found { min-height: 66vh; display: grid; align-items: center; padding: 80px 0; text-align: center; }
.not-found h1 { margin: 8px 0 12px; font-size: clamp(40px, 7vw, 76px); line-height: 1; letter-spacing: -.05em; }
.not-found p { max-width: 620px; margin: 0 auto 25px; color: var(--ink-soft); font-size: 18px; }
.not-found .search-box { max-width: 600px; margin: 0 auto 24px; border-color: var(--line); text-align: left; }

/* Rodapé */
.site-footer { padding: 66px max(24px, calc((100% - 1180px) / 2)) 24px; background: #0b1028; color: white; }
.footer-inner { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 60px; padding-bottom: 50px; }
.footer-brand img { width: 160px; }
.footer-brand p { max-width: 310px; margin: 18px 0 0; color: #aeb7d2; }
.footer-inner h2 { margin: 0 0 14px; color: #7ed3ff; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.footer-inner > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-inner > div:not(:first-child) a { display: inline-flex; align-items: center; gap: 6px; margin: 5px 0; color: #d7dcef; font-size: 14px; }
.footer-inner a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #8d97b3; font-size: 12px; }

/* WordPress */
.alignwide { width: min(1060px, 100%); margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.wp-caption, .gallery-caption { color: #74809b; }
.sticky { outline: 2px solid rgba(24,0,173,.08); }
.bypostauthor { color: inherit; }

@media (max-width: 1120px) {
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .article-layout { grid-template-columns: minmax(0, 1fr) 230px; }
  .article-aside { display: none; }
  .lead-story { grid-template-columns: 1fr .6fr; }
}

@media (max-width: 900px) {
  .admin-bar .site-header { top: 46px; }
  .header-inner { grid-template-columns: 1fr auto auto; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .search-band-inner, .lead-capture-inner, .article-hero-grid, .footer-inner { grid-template-columns: 1fr; }
  .featured-grid { grid-template-columns: 1fr; }
  .lead-story { min-height: 0; grid-template-columns: 1fr; }
  .lead-story .article-visual { min-height: 260px; }
  .articles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .authority-section { grid-template-columns: 1fr; gap: 38px; padding: 48px; }
  .product-cta { grid-template-columns: 1fr; padding: 52px 44px 0; }
  .product-shot { min-height: 390px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-cta-card { position: static; }
  .article-hero .article-visual { min-height: 330px; }
}

@media (max-width: 640px) {
  .container, .narrow-container, .header-inner, .search-band-inner { width: min(100% - 30px, 1180px); }
  .site-header { position: relative; }
  .admin-bar .site-header { top: 0; }
  .header-inner { min-height: 68px; gap: 12px; }
  .brand-logo { width: 116px; }
  .brand > span { display: none; }
  .header-cta { display: none; }
  .search-band { padding: 34px 0; }
  .search-band-inner { gap: 25px; }
  .search-box { min-height: 54px; padding-left: 14px; }
  .search-box button { padding: 0 11px; }
  .featured-grid { width: 100%; padding-top: 0; }
  .lead-story { border-radius: 0; }
  .lead-copy { padding: 36px 22px; }
  .lead-copy h2 { font-size: 34px; }
  .lead-story .article-visual { display: none; }
  .popular-panel { width: calc(100% - 30px); margin-inline: auto; padding: 24px; }
  .category-section, .articles-section { padding-top: 64px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-card { min-height: 160px; }
  .section-heading { display: block; }
  .section-heading > p, .section-heading > .clear-filter { margin-top: 12px; }
  .articles-grid { grid-template-columns: 1fr; }
  .article-card h3, .article-card-body > p { min-height: 0; }
  .authority-section { width: 100%; margin-bottom: 0; padding: 46px 24px; border-radius: 0; }
  .lead-capture { padding: 58px 0; }
  .lead-capture-inner { gap: 30px; }
  .lead-capture-copy { display: block; }
  .newsletter-mark { margin-bottom: 20px; }
  .product-cta { width: 100%; min-height: 0; margin-block: 0; padding: 54px 24px 0; border-radius: 0; }
  .cta-actions { align-items: flex-start; flex-direction: column; }
  .product-shot { min-height: 330px; }
  .product-shot span { top: 38px; right: 4px; }
  .listing-hero, .category-hero { padding: 54px 0 60px; }
  .article-hero { padding-bottom: 40px; }
  .article-title-wrap h1 { font-size: 40px; }
  .article-hero-grid { gap: 28px; }
  .article-hero .article-visual { min-height: 240px; }
  .article-layout { padding-top: 42px; padding-bottom: 60px; }
  .article-content { font-size: 17px; }
  .article-content > p:first-child, .article-content .vencop-intro { font-size: 20px; }
  .article-content h2 { font-size: 28px; }
  .inline-capture { padding: 24px; }
  .footer-inner { gap: 34px; }
  .footer-bottom { flex-direction: column; }
  .byline-divider { 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; }
}
