/**
 * Blog LifePrix
 *
 * Caminho:
 * /blog/assets/css/blog.css
 *
 * CSS consolidado a partir dos layouts aprovados:
 * - pÃ¡gina inicial;
 * - pÃ¡gina de sÃ©rie ou categoria;
 * - pÃ¡gina de conteÃºdo;
 * - cabeÃ§alho e rodapÃ© institucionais.
 *
 * As classes foram preservadas para manter compatibilidade com o HTML
 * jÃ¡ aprovado e com o conteÃºdo armazenado em DsConteudo.
 */

:root {
  --lp-blue: #214f7a;
  --lp-blue-deep: #0d2238;
  --lp-blue-soft: #eef5fb;
  --lp-orange: #ff6400;
  --lp-orange-soft: #fff1e8;
  --lp-ink: #162435;
  --lp-muted: #647487;
  --lp-line: #dbe4ec;
  --lp-surface: #ffffff;
  --lp-bg: #f7f9fb;
  --lp-success: #16794a;
  --lp-radius-sm: 12px;
  --lp-radius-md: 20px;
  --lp-radius-lg: 30px;
  --lp-shadow-sm: 0 10px 30px rgba(13, 34, 56, 0.07);
  --lp-shadow-md: 0 22px 60px rgba(13, 34, 56, 0.12);
  --lp-container: 1180px;
  --lp-reading: 760px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html {
  font-size: calc(100% * var(--lp-accessibility-font-scale, 1));
}
body {
  margin: 0;
  background: var(--lp-bg);
  color: var(--lp-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

html.lp-accessibility-readable-font body,
html.lp-accessibility-readable-font button,
html.lp-accessibility-readable-font input,
html.lp-accessibility-readable-font textarea,
html.lp-accessibility-readable-font select {
  font-family: Arial, Verdana, sans-serif !important;
}
html.lp-accessibility-line-height-active body,
html.lp-accessibility-line-height-active p,
html.lp-accessibility-line-height-active li,
html.lp-accessibility-line-height-active .lp-article-content,
html.lp-accessibility-line-height-active .lp-article-body,
html.lp-accessibility-line-height-active .lp-section-description,
html.lp-accessibility-line-height-active .lp-card__body,
html.lp-accessibility-line-height-active .lp-entry-card__body {
  line-height: var(--lp-accessibility-line-height, 1.6) !important;
}
html.lp-accessibility-highlight-links a:not(.lp-accessibility__fab):not(.lp-site-button):not(.lp-action-button) {
  color: #004f9f !important;
  text-decoration: underline !important;
  text-decoration-thickness: .12em !important;
  text-underline-offset: .2em !important;
}
html.lp-accessibility-pause-motion *,
html.lp-accessibility-pause-motion *::before,
html.lp-accessibility-pause-motion *::after {
  animation: none !important;
  scroll-behavior: auto !important;
  transition: none !important;
}
html.lp-accessibility-large-cursor,
html.lp-accessibility-large-cursor * {
  cursor: url("data:image/svg+xml,%3Csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M5%203L24%2017L15.2%2019.2L20%2029L15.8%2031L11.2%2021.2L5%2028V3Z'%20fill='%23ffffff'%20stroke='%230d2238'%20stroke-width='2'/%3E%3C/svg%3E") 4 3, auto !important;
}
html.lp-accessibility-large-cursor a,
html.lp-accessibility-large-cursor button,
html.lp-accessibility-large-cursor [role="button"] {
  cursor: url("data:image/svg+xml,%3Csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M7%204L28%2019L18.8%2021.3L24%2032L19.4%2034L14.2%2023.3L7%2031V4Z'%20fill='%23ff6400'%20stroke='%230d2238'%20stroke-width='2'/%3E%3C/svg%3E") 5 4, pointer !important;
}
html.lp-accessibility-high-contrast body {
  background: #03070c !important;
  color: #f7fbff !important;
}
html.lp-accessibility-high-contrast .lp-topbar,
html.lp-accessibility-high-contrast .lp-section,
html.lp-accessibility-high-contrast .lp-section--white,
html.lp-accessibility-high-contrast .lp-article-hero,
html.lp-accessibility-high-contrast .lp-section-hero,
html.lp-accessibility-high-contrast .lp-content-box,
html.lp-accessibility-high-contrast .lp-side-card,
html.lp-accessibility-high-contrast .lp-sidebar-card,
html.lp-accessibility-high-contrast .lp-card,
html.lp-accessibility-high-contrast .lp-entry-card,
html.lp-accessibility-high-contrast .lp-feedback,
html.lp-accessibility-high-contrast .lp-author-box,
html.lp-accessibility-high-contrast .lp-article-facts__item {
  border-color: #ffffff !important;
  background: #07111d !important;
  color: #f7fbff !important;
}
html.lp-accessibility-high-contrast h1,
html.lp-accessibility-high-contrast h2,
html.lp-accessibility-high-contrast h3,
html.lp-accessibility-high-contrast h4,
html.lp-accessibility-high-contrast p,
html.lp-accessibility-high-contrast li,
html.lp-accessibility-high-contrast span,
html.lp-accessibility-high-contrast strong,
html.lp-accessibility-high-contrast small,
html.lp-accessibility-high-contrast .lp-muted,
html.lp-accessibility-high-contrast .lp-section-description,
html.lp-accessibility-high-contrast .lp-article-summary,
html.lp-accessibility-high-contrast .lp-article-content,
html.lp-accessibility-high-contrast .lp-article-body p,
html.lp-accessibility-high-contrast .lp-article-body li {
  color: #f7fbff !important;
}
html.lp-accessibility-high-contrast a {
  color: #ffe082 !important;
}
html.lp-accessibility-high-contrast .lp-site-button,
html.lp-accessibility-high-contrast .lp-action-button,
html.lp-accessibility-high-contrast button:not(.lp-accessibility__close):not(.lp-accessibility__fab) {
  border-color: #ffe082 !important;
  background: #ffe082 !important;
  color: #03070c !important;
}
html.lp-accessibility-high-contrast .lp-accessibility__panel,
html.lp-accessibility-high-contrast .lp-accessibility__content,
html.lp-accessibility-high-contrast .lp-accessibility__card {
  border-color: #ffffff !important;
  background: #07111d !important;
  color: #f7fbff !important;
}
html.lp-accessibility-high-contrast .lp-accessibility__content h3,
html.lp-accessibility-high-contrast .lp-accessibility__card h4,
html.lp-accessibility-high-contrast .lp-accessibility__card strong,
html.lp-accessibility-high-contrast .lp-accessibility__card-icon {
  color: #f7fbff !important;
}
html.lp-accessibility-high-contrast .lp-accessibility__card-icon {
  background: #142235 !important;
}

.lp-container {
  width: min(calc(100% - 40px), var(--lp-container));
  margin-inline: auto;
}

.lp-skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  transform: translateY(-140%);
  z-index: 1000;
  background: var(--lp-blue-deep);
  color: white;
  padding: 10px 14px;
  border-radius: 10px;
}
.lp-skip-link:focus { transform: translateY(0); }

.lp-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(13,34,56,.08);
}
.lp-topbar__inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.lp-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.lp-brand img {
  width: 190px;
  height: auto;
}
.lp-brand__label {
  border-left: 1px solid var(--lp-line);
  padding-left: 14px;
  color: var(--lp-muted);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .03em;
}
.lp-topbar-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}
.lp-site-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--lp-blue-deep);
  border-radius: 999px;
  color: var(--lp-blue-deep);
  font-weight: 800;
  transition: .2s ease;
  white-space: nowrap;
}
.lp-site-button:hover,
.lp-site-button:focus-visible {
  background: var(--lp-blue-deep);
  color: white;
  transform: translateY(-1px);
}
.lp-site-button--orange {
  border-color: var(--lp-orange);
  background: var(--lp-orange);
  color: white;
}
.lp-site-button--orange:hover,
.lp-site-button--orange:focus-visible {
  border-color: #e95b00;
  background: #e95b00;
  color: white;
}

.lp-accessibility__fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10000;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 16px 38px rgba(37,99,235,.32);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.lp-accessibility__fab:hover,
.lp-accessibility__fab:focus-visible {
  background: #174bd8;
  box-shadow: 0 18px 44px rgba(37,99,235,.42);
  transform: translateY(-2px);
}
.lp-accessibility__fab span,
.lp-accessibility__icon {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.lp-accessibility__fab span::before,
.lp-accessibility__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
}
.lp-accessibility__fab span::after,
.lp-accessibility__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 11px;
  width: 28px;
  height: 17px;
  background: currentColor;
  transform: translateX(-50%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2028%2017'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill='black'%20d='M0%200h28v4h-9v13h-4V7h-2v10H9V4H0V0Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2028%2017'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill='black'%20d='M0%200h28v4h-9v13h-4V7h-2v10H9V4H0V0Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.lp-accessibility__fab span {
  color: white;
}
.lp-accessibility__overlay[hidden] {
  display: none;
}
.lp-accessibility__overlay {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  justify-content: flex-end;
  background: rgba(5,14,24,.48);
}
.lp-accessibility__panel {
  width: min(100%, 560px);
  min-height: 100%;
  overflow-y: auto;
  background: #f6f8fb;
  box-shadow: -22px 0 60px rgba(0,0,0,.22);
}
.lp-accessibility__header {
  position: relative;
  overflow: hidden;
  padding: 34px 28px 92px;
  background:
    radial-gradient(circle at 88% 8%, rgba(255,255,255,.2), transparent 28%),
    linear-gradient(135deg, #2563eb 0%, #174bd8 100%);
  color: white;
}
.lp-accessibility__header > div {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}
.lp-accessibility__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: white;
  color: #2563eb;
}
.lp-accessibility__icon::before {
  top: 9px;
}
.lp-accessibility__icon::after {
  top: 20px;
  width: 26px;
}
.lp-accessibility__header h2 {
  margin: 0;
  color: white;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: 0;
}
.lp-accessibility__close {
  position: absolute;
  right: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(13,34,56,.18);
  color: white;
  font-size: 1.8rem;
  line-height: 1;
}
.lp-accessibility__close:hover,
.lp-accessibility__close:focus-visible {
  background: rgba(13,34,56,.32);
}
.lp-accessibility__content {
  position: relative;
  margin: -54px 16px 24px;
  padding: 28px;
  border-radius: 24px;
  background: white;
  box-shadow: 0 18px 42px rgba(13,34,56,.14);
}
.lp-accessibility__content h3 {
  margin: 0 0 18px;
  color: var(--lp-blue-deep);
  font-size: 1.18rem;
  letter-spacing: 0;
}
.lp-accessibility__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.lp-accessibility__card {
  display: grid;
  place-items: center;
  min-height: 132px;
  padding: 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #f3f6f9;
  color: var(--lp-blue-deep);
  text-align: center;
  box-shadow: none;
}
.lp-accessibility__card--wide {
  grid-column: span 2;
}
.lp-accessibility__card h4,
.lp-accessibility__card strong {
  margin: 0;
  color: var(--lp-blue-deep);
  font-size: .96rem;
  font-weight: 800;
  line-height: 1.35;
}
.lp-accessibility__card[aria-pressed="true"] {
  border-color: #2563eb;
  background: #eaf1ff;
  box-shadow: inset 0 0 0 2px rgba(37,99,235,.16);
}
.lp-accessibility__card-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: white;
  color: var(--lp-blue-deep);
  font-weight: 900;
}
.lp-accessibility__stepper {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 12px;
  width: min(100%, 250px);
  margin-top: 18px;
}
.lp-accessibility__stepper button {
  display: grid;
  place-items: center;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: #2563eb;
  color: white;
  font-weight: 900;
}
.lp-accessibility__stepper button:nth-child(2) {
  background: white;
  color: var(--lp-blue-deep);
  font-size: .82rem;
}
.lp-accessibility__reset {
  width: 100%;
  min-height: 48px;
  margin-top: 16px;
  border: 0;
  border-radius: 14px;
  background: var(--lp-blue-deep);
  color: white;
  font-weight: 900;
}
.lp-accessibility__reset:hover,
.lp-accessibility__reset:focus-visible {
  background: var(--lp-orange);
}

.lp-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 70px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255,100,0,.12), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f6f9fc 100%);
}
.lp-hero::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(33,79,122,.12);
  border-radius: 50%;
  right: -150px;
  top: 80px;
}
.lp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 64px;
  align-items: center;
}
.lp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--lp-orange);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
      margin-top: 2rem;
}
.lp-kicker::before {
  content: "";
  width: 32px;
  height: 3px;
  border-radius: 999px;
  background: var(--lp-orange);
}
.lp-hero h1,
.lp-article-hero h1 {
  margin: 0;
  color: var(--lp-blue-deep);
  letter-spacing: -.045em;
  line-height: 1.02;
}
.lp-hero h1 { font-size: clamp(2.8rem, 6vw, 4.0rem); }
.lp-hero h1 span { color: var(--lp-orange); }
.lp-hero__lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--lp-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}
.lp-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 30px;
  color: var(--lp-muted);
  font-size: .9rem;
  font-weight: 700;
}
.lp-hero__meta strong { color: var(--lp-ink); }

.lp-series-panel {
  position: relative;
  min-height: 450px;
  padding: 0;
  border-radius: var(--lp-radius-lg);
  background: linear-gradient(135deg, var(--lp-blue), var(--lp-blue-deep));
  box-shadow: var(--lp-shadow-md);
  overflow: hidden;
}
.lp-series-panel::before,
.lp-series-panel::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.lp-series-panel::before {
  width: 240px;
  height: 240px;
  top: -110px;
  right: -70px;
}
.lp-series-panel::after {
  width: 180px;
  height: 180px;
  border: 26px solid rgba(255,255,255,.08);
  bottom: -90px;
  left: -70px;
}
.lp-series-panel__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
}
.lp-series-panel.has-image::before,
.lp-series-panel.has-image::after {
  display: none;
}
.lp-series-panel__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.lp-series-panel__fallback {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 34px;
  color: white;
}
.lp-series-panel__author { display: flex; }
.lp-series-panel__eyebrow {
  color: rgba(255,255,255,.72);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.lp-series-panel h2 {
  margin: 18px 0 12px;
  max-width: 390px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.lp-series-panel p { max-width: 390px; color: rgba(255,255,255,.78); }
.lp-series-panel__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}
.lp-avatar {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--lp-orange);
  color: white;
  font-size: .82rem;
  font-weight: 900;
}
.lp-series-panel__author strong { display: block; }
.lp-series-panel__author span { color:#ff6400; font-size: .8rem; }

.lp-section { padding: 78px 0; }
.lp-section--white { background: white; }
.lp-section__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 34px;
}
.lp-section__head h2 {
  margin: 0;
  color: var(--lp-blue-deep);
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -.035em;
}
.lp-section__head p { margin: 0; max-width: 590px; color: var(--lp-muted); }

.lp-episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.lp-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-md);
  background: white;
  overflow: hidden;
  box-shadow: var(--lp-shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.lp-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--lp-shadow-md);
  border-color: rgba(255,100,0,.28);
}
.lp-card__visual {
  position: relative;
  min-height: 220px;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(135deg, rgba(33,79,122,.96), rgba(13,34,56,.96));
  overflow: hidden;
}
.lp-card__visual::before {
  content: attr(data-episode);
  position: absolute;
  right: 18px;
  top: -16px;
  color: rgba(255,255,255,.09);
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
}
.lp-card__visual.has-image {
  padding: 0;
  background: #ffffff;
}
.lp-card__image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  transition: transform .25s ease;
}
.lp-card:hover .lp-card__image {
  transform: scale(1.02);
}
.lp-card__visual.has-image::before,
.lp-card__visual.has-image .lp-card__series {
  display: none;
}
.lp-card__series {
  position: relative;
  z-index: 2;
  color: rgba(255,255,255,.78);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.lp-card__body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.lp-card__body h3 {
  margin: 0;
  color: var(--lp-blue-deep);
  font-size: 1.34rem;
  line-height: 1.24;
  letter-spacing: -.02em;
}
.lp-card__body p { margin: 14px 0 22px; color: var(--lp-muted); }
.lp-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: auto;
  color: var(--lp-muted);
  font-size: .78rem;
  font-weight: 700;
}
.lp-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--lp-orange);
  font-weight: 900;
}

.lp-manifesto {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
  align-items: stretch;
}
.lp-manifesto__title,
.lp-manifesto__copy {
  padding: 42px;
  border-radius: var(--lp-radius-lg);
}
.lp-manifesto__title {
  background: var(--lp-orange);
  color: white;
}
.lp-manifesto__title h2 { margin: 0; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.04em; }
.lp-manifesto__copy {
  background: var(--lp-blue-soft);
  color: var(--lp-blue-deep);
}
.lp-manifesto__copy p { margin: 0; color: #45627d; font-size: 1.08rem; }
.lp-manifesto__copy p + p { margin-top: 18px; }

.lp-footer {
  padding: 34px 0;
  background: var(--lp-blue-deep);
  color: rgba(255,255,255,.72);
}
.lp-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.lp-footer img { width: 145px; filter: brightness(0) invert(1); opacity: .96; }
.lp-footer p { margin: 0; font-size: .84rem; }

/* Article */
.lp-article-hero {
  padding: 64px 0 42px;
  background: white;
  border-bottom: 1px solid var(--lp-line);
}
.lp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--lp-muted);
  font-size: .82rem;
  font-weight: 700;
}
.lp-breadcrumb span:last-child { color: var(--lp-orange); }
.lp-article-hero__content { max-width: 980px; }
.lp-article-hero h1 { font-size: clamp(2.5rem, 6vw, 5.1rem); }
.lp-article-hero__summary {
  max-width: 840px;
  margin: 24px 0 0;
  color: var(--lp-muted);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
}
.lp-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  align-items: center;
  margin-top: 30px;
  color: var(--lp-muted);
  font-size: .86rem;
  font-weight: 700;
}
.lp-article-meta strong { color: var(--lp-ink); }

.lp-article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 56px;
  align-items: start;
  padding: 56px 0 84px;
}
.lp-article {
  min-width: 0;
  max-width: var(--lp-reading);
}
.lp-article-cover {
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding: 34px;
  border-radius: var(--lp-radius-lg);
  background:
    radial-gradient(circle at 85% 18%, rgba(255,100,0,.95) 0 18%, transparent 18.4%),
    linear-gradient(135deg, #214f7a 0%, #0d2238 70%);
  color: white;
  box-shadow: var(--lp-shadow-md);
}
.lp-article-cover__label {
  max-width: 540px;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.03em;
}
.lp-article-content {
  padding-top: 10px;
  color: #344559;
  font-size: 1.08rem;
  line-height: 1.86;
}
.lp-article-content h2 {
  margin: 52px 0 16px;
  color: var(--lp-blue-deep);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.16;
  letter-spacing: -.03em;
}
.lp-article-content h3 {
  margin: 34px 0 12px;
  color: var(--lp-blue-deep);
  font-size: 1.35rem;
}
.lp-article-content p { margin: 0 0 22px; }
.lp-article-content ul { padding-left: 22px; }
.lp-article-content li + li { margin-top: 10px; }
.lp-article-content table,
.lp-content-box table {
  width: 100%;
  margin: 34px 0;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  background: white;
  box-shadow: var(--lp-shadow-sm);
  font-size: .95rem;
  line-height: 1.45;
}
.lp-article-content th,
.lp-content-box th {
  padding: 18px 20px;
  background: var(--lp-blue-deep);
  color: white;
  font-weight: 900;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 0;
}
.lp-article-content th:first-child,
.lp-content-box th:first-child {
  background: #12395e;
}
.lp-article-content th:nth-child(n+2),
.lp-content-box th:nth-child(n+2) {
  text-align: center;
}
.lp-article-content td,
.lp-content-box td {
  padding: 18px 20px;
  border-top: 1px solid var(--lp-line);
  color: #405168;
  vertical-align: middle;
}
.lp-article-content td:first-child,
.lp-content-box td:first-child {
  width: 24%;
  background: var(--lp-blue-soft);
  color: var(--lp-blue-deep);
  font-weight: 900;
}
.lp-article-content td:nth-child(n+2),
.lp-content-box td:nth-child(n+2) {
  background: rgba(255,255,255,.98);
}
.lp-article-content td:last-child,
.lp-content-box td:last-child {
  background: #f3f8fc;
}
.lp-article-content tbody tr:hover td,
.lp-content-box tbody tr:hover td {
  background: var(--lp-orange-soft);
}
.lp-article-content tbody tr:hover td:first-child,
.lp-content-box tbody tr:hover td:first-child {
  color: var(--lp-orange);
}
.lp-article-content td strong,
.lp-content-box td strong {
  color: var(--lp-blue-deep);
}
.lp-article-content td em,
.lp-content-box td em {
  color: var(--lp-orange);
  font-style: normal;
  font-weight: 850;
}
.lp-article-content table caption,
.lp-content-box table caption {
  padding: 0 0 12px;
  color: var(--lp-muted);
  font-size: .86rem;
  font-weight: 760;
  text-align: left;
}
.lp-callout {
  margin: 34px 0;
  padding: 28px;
  border-left: 5px solid var(--lp-orange);
  border-radius: 0 var(--lp-radius-md) var(--lp-radius-md) 0;
  background: var(--lp-orange-soft);
  color: var(--lp-blue-deep);
  font-weight: 750;
}
.lp-artifact {
  margin: 42px 0;
  padding: 30px;
  border-radius: var(--lp-radius-md);
  background: var(--lp-blue-deep);
  color: white;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.lp-artifact h3 { margin: 0 0 8px; color: white; }
.lp-artifact p { margin: 0; color: rgba(255,255,255,.72); }
.lp-artifact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--lp-orange);
  color: white;
  font-weight: 900;
  white-space: nowrap;
}

.lp-feedback {
  margin-top: 50px;
  padding: 30px;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-md);
  background: white;
  box-shadow: var(--lp-shadow-sm);
}
.lp-feedback h2 { margin: 0 0 8px; color: var(--lp-blue-deep); font-size: 1.6rem; }
.lp-feedback > p { margin: 0 0 24px; color: var(--lp-muted); }
.lp-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.lp-choice {
  min-height: 48px;
  border: 1px solid var(--lp-line);
  border-radius: 12px;
  background: white;
  color: var(--lp-blue-deep);
  font-weight: 800;
}
.lp-choice[aria-pressed="true"] { border-color: var(--lp-orange); background: var(--lp-orange-soft); color: var(--lp-orange); }
.lp-field { margin-top: 18px; }
.lp-field label { display: block; margin-bottom: 8px; color: var(--lp-blue-deep); font-size: .84rem; font-weight: 800; }
.lp-field input,
.lp-field textarea {
  width: 100%;
  border: 1px solid var(--lp-line);
  border-radius: 12px;
  background: white;
  padding: 13px 14px;
  color: var(--lp-ink);
}
.lp-field textarea { min-height: 110px; resize: vertical; }
.lp-field input:focus,
.lp-field textarea:focus { outline: 0; border-color: var(--lp-orange); box-shadow: 0 0 0 4px rgba(255,100,0,.12); }
.lp-submit {
  margin-top: 18px;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: var(--lp-orange);
  color: white;
  padding: 0 20px;
  font-weight: 900;
}
.lp-feedback-message { min-height: 24px; margin-top: 12px; color: var(--lp-success); font-size: .88rem; font-weight: 800; }

.lp-reactions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.lp-reaction {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--lp-line);
  border-radius: 999px;
  background: white;
  color: var(--lp-blue-deep);
  font-weight: 800;
}
.lp-reaction[aria-pressed="true"] { border-color: var(--lp-orange); color: var(--lp-orange); background: var(--lp-orange-soft); }

.lp-sources,
.lp-author-box,
.lp-article-nav {
  margin-top: 38px;
  padding: 28px;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-md);
  background: white;
}
.lp-sources h2,
.lp-author-box h2 { margin: 0 0 14px; color: var(--lp-blue-deep); font-size: 1.35rem; }
.lp-sources ol { margin: 0; padding-left: 20px; color: var(--lp-muted); font-size: .92rem; }
.lp-author-box { display: grid; grid-template-columns: 72px 1fr; gap: 18px; align-items: center; }
.lp-author-box .lp-avatar { width: 72px; height: 72px; }
.lp-author-box p { margin: 6px 0 0; color: var(--lp-muted); }
.lp-article-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lp-article-nav a { padding: 18px; border-radius: 14px; background: var(--lp-blue-soft); }
.lp-article-nav small { display: block; color: var(--lp-muted); font-weight: 800; }
.lp-article-nav strong { display: block; margin-top: 4px; color: var(--lp-blue-deep); }

.lp-side {
  position: sticky;
  top: 110px;
}
.lp-side__card {
  padding: 24px;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-md);
  background: white;
  box-shadow: var(--lp-shadow-sm);
}
.lp-side__card + .lp-side__card { margin-top: 18px; }
.lp-side h2 { margin: 0 0 16px; color: var(--lp-blue-deep); font-size: 1rem; }
.lp-toc { margin: 0; padding: 0; list-style: none; }
.lp-toc li + li { margin-top: 10px; }
.lp-toc a { color: var(--lp-muted); font-size: .88rem; font-weight: 700; }
.lp-toc a:hover { color: var(--lp-orange); }
.lp-share-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.lp-share-list button {
  min-height: 42px;
  border: 1px solid var(--lp-line);
  border-radius: 12px;
  background: white;
  color: var(--lp-blue-deep);
  font-weight: 800;
}
.lp-share-list button:hover { border-color: var(--lp-orange); color: var(--lp-orange); }

@media (max-width: 960px) {
  .lp-hero__grid,
  .lp-manifesto,
  .lp-article-shell { grid-template-columns: 1fr; }
  .lp-episode-grid { grid-template-columns: 1fr 1fr; }
  .lp-side { position: static; }
  .lp-article { max-width: none; }
}

@media (max-width: 680px) {
  .lp-container { width: min(calc(100% - 28px), var(--lp-container)); }
  .lp-topbar__inner { min-height: 68px; }
  .lp-brand img { width: 136px; }
  .lp-brand__label { display: none; }
  .lp-topbar-actions {
    gap: 7px;
  }
  .lp-site-button { min-height: 42px; padding: 0 13px; font-size: .82rem; }
  .lp-hero { padding: 54px 0 46px; }
  .lp-hero__grid { gap: 34px; }
  .lp-series-panel { min-height: 350px; padding: 0; }
  .lp-section { padding: 56px 0; }
  .lp-section__head { align-items: start; flex-direction: column; }
  .lp-episode-grid { grid-template-columns: 1fr; }
  .lp-card__visual { min-height: 190px; }
  .lp-manifesto__title,
  .lp-manifesto__copy { padding: 30px; }
  .lp-footer__inner { align-items: flex-start; flex-direction: column; }
  .lp-article-hero { padding: 46px 0 32px; }
  .lp-article-shell { gap: 34px; padding: 36px 0 60px; }
  .lp-article-cover { min-height: 300px; padding: 24px; }
  .lp-article-content { font-size: 1rem; }
  .lp-article-content table,
  .lp-content-box table {
    display: block;
    overflow-x: auto;
    border-radius: 14px;
    white-space: nowrap;
  }
  .lp-article-content th,
  .lp-content-box th,
  .lp-article-content td,
  .lp-content-box td {
    padding: 14px 16px;
  }
  .lp-artifact { grid-template-columns: 1fr; }
  .lp-choice-grid { grid-template-columns: 1fr; }
  .lp-author-box { grid-template-columns: 1fr; }
  .lp-article-nav { grid-template-columns: 1fr; }
}

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

  

/* RodapÃ© institucional preservado do site LifePrix */
.lp-site-footer {
  background: var(--lp-blue-deep);
  color: #fff;
  padding: 64px 0 0;
  margin-top: 0;
}
.lp-site-footer p { color: rgba(255,255,255,.78); }
.lp-site-footer__grid {
  display: grid;
  grid-template-columns: 1.05fr 1.35fr .7fr;
  gap: 54px;
  align-items: start;
}
.lp-site-footer__logo {
  display: inline-flex;
  width: min(240px, 100%);
  margin-bottom: 22px;
}
.lp-site-footer__logo img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
.lp-site-footer__brand p {
  max-width: 360px;
  margin: 0 0 22px;
  font-size: .94rem;
  line-height: 1.7;
}
.lp-site-footer__brand > strong,
.lp-site-footer h2 {
  color: #fff;
  font-size: .96rem;
  margin: 0 0 18px;
}
.lp-footer-social {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.lp-footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #244465;
  color: #fff;
  font-size: 0;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}
.lp-footer-social a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: var(--lp-social-icon) center / contain no-repeat;
  mask: var(--lp-social-icon) center / contain no-repeat;
}
.lp-footer-social a:nth-child(1) {
  --lp-social-icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill='black'%20d='M15.12%208.5H18V4h-3.42C10.66%204%209%206.34%209%209.28V12H6v4.5h3V22h4.5v-5.5h3.1l.52-4.5H13.5V9.72c0-.8.26-1.22%201.62-1.22Z'/%3E%3C/svg%3E");
}
.lp-footer-social a:nth-child(2) {
  --lp-social-icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill='black'%20d='M6.94%208.98H3V21h3.94V8.98ZM7.22%205.26C7.22%204.02%206.24%203%204.96%203S2.7%204.02%202.7%205.26c0%201.22.98%202.24%202.26%202.24s2.26-1.02%202.26-2.24ZM21.3%2014.32c0-3.68-1.96-5.7-4.58-5.7-2.1%200-3.04%201.16-3.56%201.98V8.98H9.38V21h3.94v-5.94c0-1.58.3-3.1%202.26-3.1%201.92%200%201.94%201.8%201.94%203.2V21h3.78v-6.68Z'/%3E%3C/svg%3E");
}
.lp-footer-social a:nth-child(3) {
  --lp-social-icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill='none'%20stroke='black'%20stroke-width='2.2'%20stroke-linecap='round'%20stroke-linejoin='round'%20d='M7%202h10a5%205%200%200%201%205%205v10a5%205%200%200%201-5%205H7a5%205%200%200%201-5-5V7a5%205%200%200%201%205-5Z'/%3E%3Ccircle%20cx='12'%20cy='12'%20r='3.4'%20fill='none'%20stroke='black'%20stroke-width='2.2'/%3E%3Ccircle%20cx='17.5'%20cy='6.5'%20r='1.2'%20fill='black'/%3E%3C/svg%3E");
}
.lp-footer-social a:nth-child(4) {
  --lp-social-icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill='black'%20d='M21.58%207.18a2.74%202.74%200%200%200-1.92-1.94C17.96%204.78%2012%204.78%2012%204.78s-5.96%200-7.66.46a2.74%202.74%200%200%200-1.92%201.94A28.6%2028.6%200%200%200%202%2012a28.6%2028.6%200%200%200%20.42%204.82%202.74%202.74%200%200%200%201.92%201.94c1.7.46%207.66.46%207.66.46s5.96%200%207.66-.46a2.74%202.74%200%200%200%201.92-1.94A28.6%2028.6%200%200%200%2022%2012a28.6%2028.6%200%200%200-.42-4.82ZM10%2015.27V8.73L15.45%2012%2010%2015.27Z'/%3E%3C/svg%3E");
}
.lp-footer-social a:hover,
.lp-footer-social a:focus-visible {
  background: var(--lp-orange);
  transform: translateY(-2px);
  outline: none;
}
.lp-footer-contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.lp-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: #fff;
  min-width: 0;
}
.lp-footer-contact-item:last-child { grid-column: 1 / -1; }
.lp-footer-contact-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.07);
  color: var(--lp-orange);
  font-size: 0;
}
.lp-footer-contact-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: var(--lp-contact-icon) center / contain no-repeat;
  mask: var(--lp-contact-icon) center / contain no-repeat;
}
.lp-footer-contact-item:nth-child(1) .lp-footer-contact-icon {
  --lp-contact-icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill='none'%20stroke='black'%20stroke-width='2.25'%20stroke-linecap='round'%20stroke-linejoin='round'%20d='M22%2016.92v3a2%202%200%200%201-2.18%202%2019.79%2019.79%200%200%201-8.63-3.07%2019.5%2019.5%200%200%201-6-6A19.79%2019.79%200%200%201%202.12%204.18%202%202%200%200%201%204.11%202h3a2%202%200%200%201%202%201.72c.13.96.36%201.9.7%202.81a2%202%200%200%201-.45%202.11L8.09%209.91a16%2016%200%200%200%206%206l1.27-1.27a2%202%200%200%201%202.11-.45c.91.34%201.85.57%202.81.7A2%202%200%200%201%2022%2016.92Z'/%3E%3C/svg%3E");
}
.lp-footer-contact-item:nth-child(2) .lp-footer-contact-icon {
  --lp-contact-icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill='none'%20stroke='black'%20stroke-width='2.25'%20stroke-linecap='round'%20stroke-linejoin='round'%20d='M4%204h16a2%202%200%200%201%202%202v12a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2Z'/%3E%3Cpath%20fill='none'%20stroke='black'%20stroke-width='2.25'%20stroke-linecap='round'%20stroke-linejoin='round'%20d='m22%207-10%207L2%207'/%3E%3C/svg%3E");
}
.lp-footer-contact-item:nth-child(3) .lp-footer-contact-icon {
  --lp-contact-icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill='none'%20stroke='black'%20stroke-width='2.25'%20stroke-linecap='round'%20stroke-linejoin='round'%20d='M20%2010c0%205-8%2012-8%2012S4%2015%204%2010a8%208%200%201%201%2016%200Z'/%3E%3Ccircle%20cx='12'%20cy='10'%20r='3'%20fill='none'%20stroke='black'%20stroke-width='2.25'/%3E%3C/svg%3E");
}
.lp-footer-contact-item small {
  display: block;
  color: rgba(255,255,255,.56);
  font-size: .74rem;
  margin-bottom: 2px;
}
.lp-footer-contact-item strong {
  display: block;
  color: rgba(255,255,255,.94);
  font-size: .86rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.lp-site-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}
.lp-site-footer__links a {
  color: rgba(255,255,255,.76);
  font-size: .9rem;
}
.lp-site-footer__links a:hover,
.lp-site-footer__links a:focus-visible {
  color: var(--lp-orange);
  outline: none;
}
.lp-site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 52px;
  padding-top: 24px;
  padding-bottom: 26px;
}
.lp-site-footer__bottom p {
  margin: 0;
  font-size: .82rem;
}
.lp-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (max-width: 900px) {
  .lp-site-footer__grid { grid-template-columns: 1fr 1fr; }
  .lp-site-footer__links { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
  .lp-site-footer__links h2 { width: 100%; }
}
@media (max-width: 640px) {
  .lp-site-footer { padding-top: 46px; }
  .lp-site-footer__grid { grid-template-columns: 1fr; gap: 38px; }
  .lp-footer-contact-list { grid-template-columns: 1fr; }
  .lp-footer-contact-item:last-child { grid-column: auto; }
  .lp-site-footer__links { grid-column: auto; flex-direction: column; }
  .lp-site-footer__bottom { flex-direction: column; margin-top: 38px; }
}


/* Refinamento da home do blog */
.lp-search-band {
  padding: 28px 0;
  background: var(--lp-blue-deep);
}
.lp-search {
  display: grid;
  grid-template-columns: minmax(210px, .42fr) minmax(0, 1fr) auto;
  grid-template-areas: "note field button";
  align-items: center;
  gap: 12px;
  max-width: 1120px;
  margin-inline: auto;
}
.lp-search__field {
  position: relative;
  grid-area: field;
}
.lp-search__field::before {
  content: "âŒ•";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--lp-muted);
  font-size: 1.35rem;
  line-height: 1;
}
.lp-search__field::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid var(--lp-muted);
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  opacity: .7;
}
.lp-search__field::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 50%;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: var(--lp-muted);
  transform: translateY(6px) rotate(45deg);
  opacity: .7;
}
.lp-search input {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: white;
  color: var(--lp-ink);
  padding: 0 18px 0 52px;
  outline: none;
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
}
.lp-search input:focus {
  border-color: var(--lp-orange);
  box-shadow: 0 0 0 4px rgba(255,100,0,.18), 0 12px 28px rgba(0,0,0,.16);
}
.lp-search button {
  grid-area: button;
  min-height: 56px;
  border: 0;
  border-radius: 16px;
  background: var(--lp-orange);
  color: white;
  padding: 0 24px;
  font-weight: 900;
  transition: .2s ease;
}
.lp-search button:hover,
.lp-search button:focus-visible {
  background: #e95b00;
  transform: translateY(-1px);
}
.lp-search-note {
  grid-area: note;
  justify-self: start;
  width: auto;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 0.6rem;
  text-align: left;
  line-height: 1.45;
}

.lp-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 42px;
  align-items: start;
}
.lp-content-main {
  min-width: 0;
}
.lp-side-menu {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 18px;
}
.lp-side-card {
  padding: 24px;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-md);
  background: white;
  box-shadow: var(--lp-shadow-sm);
}
.lp-side-card h2 {
  margin: 0 0 16px;
  color: var(--lp-blue-deep);
  font-size: 1.04rem;
  letter-spacing: -.02em;
}
.lp-side-card__label {
  display: block;
  margin-bottom: 8px;
  color: var(--lp-orange);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.lp-side-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-side-list a,
.lp-side-list span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--lp-ink);
  font-size: .9rem;
  font-weight: 750;
}
.lp-side-list a:hover,
.lp-side-list a:focus-visible,
.lp-side-list a.is-active {
  background: var(--lp-orange-soft);
  color: var(--lp-orange);
}
.lp-side-list small {
  color: var(--lp-muted);
  font-size: .72rem;
}
.lp-side-empty {
  margin: 0;
  padding: 12px;
  border-radius: 12px;
  background: var(--lp-bg);
  color: var(--lp-muted);
  font-size: .86rem;
  line-height: 1.5;
}

.lp-home-block + .lp-home-block {
  margin-top: 66px;
}
.lp-home-block__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.lp-home-block__head h2 {
  margin: 0;
  color: var(--lp-blue-deep);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.1;
  letter-spacing: -.035em;
}
.lp-home-block__head p {
  max-width: 520px;
  margin: 8px 0 0;
  color: var(--lp-muted);
}
.lp-count {
  flex: 0 0 auto;
  color: var(--lp-muted);
  font-size: .82rem;
  font-weight: 800;
}

.lp-series-list {
  display: grid;
  gap: 20px;
}
.lp-series-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-md);
  background: white;
  box-shadow: var(--lp-shadow-sm);
}
.lp-series-row__visual {
  display: block;
  min-height: 155px;
  padding: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--lp-blue), var(--lp-blue-deep));
  color: white;
  overflow: hidden;
}
.lp-series-row__image {
  width: 100%;
  height: 166px;
  object-fit: cover;
  object-position: center;
}
.lp-series-row__fallback {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 150px;
  padding: 18px;
}
.lp-series-row__visual small {
  color: rgba(255,255,255,.7);
  font-weight: 800;
}
.lp-series-row__visual strong {
  display: block;
  font-size: 1.25rem;
  line-height: 1.05;
}
.lp-series-row__body h3 {
  margin: 0 0 7px;
  color: var(--lp-blue-deep);
  font-size: 1.35rem;
  letter-spacing: -.025em;
}
.lp-series-row__body p {
  margin: 0;
  color: var(--lp-muted);
}
.lp-series-row__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 14px;
  color: var(--lp-muted);
  font-size: .78rem;
  font-weight: 750;
}
.lp-series-row__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--lp-orange);
  color: white;
  font-size: .86rem;
  font-weight: 900;
  white-space: nowrap;
}

.lp-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.lp-category-empty {
  grid-column: 1 / -1;
  padding: 34px;
  border: 1px dashed #c9d5df;
  border-radius: var(--lp-radius-md);
  background: rgba(255,255,255,.7);
  text-align: center;
}
.lp-category-empty strong {
  display: block;
  color: var(--lp-blue-deep);
  font-size: 1.05rem;
}
.lp-category-empty p {
  max-width: 520px;
  margin: 8px auto 0;
  color: var(--lp-muted);
}

.lp-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}
.lp-pagination button,
.lp-pagination a,
.lp-pagination span {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--lp-line);
  border-radius: 12px;
  background: white;
  color: var(--lp-blue-deep);
  font-size: .84rem;
  font-weight: 850;
}
.lp-pagination .is-current {
  border-color: var(--lp-orange);
  background: var(--lp-orange);
  color: white;
}
.lp-pagination .is-disabled {
  opacity: .42;
  cursor: not-allowed;
}
.lp-pagination__label {
  min-width: auto !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--lp-muted) !important;
  font-weight: 700 !important;
}

.lp-search-status {
  display: none;
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--lp-orange-soft);
  color: var(--lp-ink);
  font-size: .9rem;
}
.lp-search-status.is-visible {
  display: block;
}
[data-search-item].is-hidden {
  display: none !important;
}

@media (max-width: 980px) {
  .lp-content-layout {
    grid-template-columns: 1fr;
  }
  .lp-side-menu {
    position: static;
    grid-template-columns: 1fr 1fr;
    order: -1;
  }
}
@media (max-width: 720px) {
  .lp-search {
    grid-template-columns: 1fr;
    grid-template-areas:
      "field"
      "button"
      "note";
  }
  .lp-search button {
    width: 100%;
  }
  .lp-search-note {
    justify-self: center;
    text-align: center;
  }
  .lp-side-menu {
    grid-template-columns: 1fr;
  }
  .lp-home-block__head {
    align-items: start;
    flex-direction: column;
  }
  .lp-series-row {
    grid-template-columns: 1fr;
  }
  .lp-series-row__visual {
    min-height: 180px;
  }
  .lp-series-row__action {
    justify-self: start;
  }
  .lp-category-grid {
    grid-template-columns: 1fr;
  }
}


.lp-card__body h3 a {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
.lp-card__body h3 a:hover,
.lp-card__body h3 a:focus-visible {
  color: var(--lp-orange);
}


/* PÃ¡gina interna do artigo */
.lp-article-hero {
  padding: 64px 0 42px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255,100,0,.12), transparent 28%),
    linear-gradient(180deg, #ffffff, #f7f9fb);
  border-bottom: 1px solid var(--lp-line);
}
.lp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 26px;
  color: var(--lp-muted);
  font-size: .82rem;
  font-weight: 750;
}
.lp-breadcrumb a:hover,
.lp-breadcrumb a:focus-visible {
  color: var(--lp-orange);
}
.lp-breadcrumb__separator {
  color: #a9b6c3;
}
.lp-article-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 18px;
}
.lp-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: var(--lp-orange-soft);
  color: var(--lp-orange);
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.lp-pill--neutral {
  background: var(--lp-blue-soft);
  color: var(--lp-blue);
}
.lp-article-hero h1 {
  max-width: 980px;
  margin: 0;
  color: var(--lp-blue-deep);
  font-size: clamp(2.35rem, 5.3vw, 4.85rem);
  line-height: .98;
  letter-spacing: -.055em;
}
.lp-article-summary {
  max-width: 820px;
  margin: 24px 0 0;
  color: var(--lp-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.7;
}
.lp-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
  margin-top: 28px;
  color: var(--lp-muted);
  font-size: .84rem;
  font-weight: 740;
}
.lp-article-meta__author {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--lp-blue-deep);
}
.lp-article-meta__avatar {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--lp-blue-deep);
  color: white;
  font-size: .76rem;
  font-weight: 900;
}
.lp-updated {
  margin-top: 10px;
  color: var(--lp-muted);
  font-size: .78rem;
}
.lp-article-cover-wrap {
  padding-top: 34px;
}
.lp-article-cover {
  position: relative;
  min-height: 420px;
  padding: 0;
  overflow: hidden;
  border-radius: var(--lp-radius-lg);
  background:
    radial-gradient(circle at 82% 20%, rgba(255,100,0,.98) 0 12%, transparent 12.5%),
    radial-gradient(circle at 78% 28%, rgba(255,100,0,.24) 0 22%, transparent 22.5%),
    linear-gradient(135deg, #0d2238 0%, #214f7a 100%);
  box-shadow: var(--lp-shadow-md);
}
.lp-article-cover:has(img) {
  background: var(--lp-blue-deep);
}
.lp-article-cover:has(img)::before,
.lp-article-cover:has(img)::after {
  content: none;
}
.lp-article-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 115%;
  object-fit: cover;
  object-position: center;
}
.lp-article-cover::before,
.lp-article-cover::after {
  display: none;
}


.lp-article-layout {
  display: grid;
  grid-template-columns: minmax(0, var(--lp-reading)) 300px;
  justify-content: center;
  gap: 52px;
  align-items: start;
  padding: 64px 0 86px;
}
.lp-article-body {
  min-width: 0;
}
.lp-article-body > p:first-of-type {
  color: var(--lp-blue-deep);
  font-size: 1.23rem;
  line-height: 1.72;
}
.lp-article-body p,
.lp-article-body li {
  color: #3e4d5e;
  font-size: 1.03rem;
  line-height: 1.86;
}
.lp-article-body p {
  margin: 0 0 22px;
}
.lp-article-body h2 {
  scroll-margin-top: 110px;
  margin: 3px 0 18px;
  color: var(--lp-blue-deep);
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  line-height: 1.14;
  letter-spacing: -.035em;
}
.lp-article-body h3 {
  scroll-margin-top: 110px;
  margin: 34px 0 12px;
  font-size: 1.25rem;
}
.lp-article-body ul,
.lp-article-body ol {
  margin: 0 0 26px;
  padding-left: 24px;
}
.lp-article-body li + li {
  margin-top: 9px;
}
.lp-callout {
  margin: 32px 0;
  padding: 24px 26px;
  border: 1px solid rgba(255,100,0,.2);
  border-left: 5px solid var(--lp-orange);
  border-radius: 0 var(--lp-radius-sm) var(--lp-radius-sm) 0;
  background: var(--lp-orange-soft);
}
.lp-callout strong {
  display: block;
  margin-bottom: 7px;
  color: var(--lp-blue-deep);
}
.lp-callout p {
  margin: 0;
  color: #425064;
}
.lp-formula {
  margin: 32px 0;
  padding: 28px;
  border-radius: var(--lp-radius-md);
  background: var(--lp-blue-deep);
  color: white;
  text-align: center;
  box-shadow: var(--lp-shadow-sm);
}
.lp-formula small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,.68);
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.lp-formula strong {
  color: white;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
}
.lp-example {
  margin: 34px 0;
  overflow: hidden;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-md);
  background: white;
}
.lp-example__head {
  padding: 18px 22px;
  background: #fff1e8;
  color: var(--lp-blue-deep);
  font-weight: 900;
}
.lp-example__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.lp-example__item {
  padding: 22px;
}
.lp-example__item + .lp-example__item {
  border-left: 1px solid var(--lp-line);
}
.lp-example__item span {
  display: block;
  color: var(--lp-muted);
  font-size: .78rem;
  font-weight: 800;
}
.lp-example__item strong {
  color: var(--lp-blue-deep);
  font-size: 1.3rem;
}
.lp-quote {
  margin: 38px 0;
  padding: 28px 30px;
  border-radius: var(--lp-radius-md);
  background: linear-gradient(135deg, #ffffff, var(--lp-blue-soft));
  box-shadow: var(--lp-shadow-sm);
  color: var(--lp-blue-deep);
  font-size: 1.2rem;
  font-weight: 760;
  line-height: 1.6;
}
.lp-article-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
}
.lp-sidebar-card {
  padding: 22px;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-md);
  background: white;
  box-shadow: var(--lp-shadow-sm);
}
.lp-sidebar-card h2 {
  margin: 0 0 15px;
  color: var(--lp-blue-deep);
  font-size: 1rem;
}
.lp-toc {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-toc a {
  display: block;
  padding: 9px 10px;
  border-radius: 10px;
  color: var(--lp-muted);
  font-size: .84rem;
  font-weight: 720;
  line-height: 1.4;
}
.lp-toc a:hover,
.lp-toc a:focus-visible,
.lp-toc a.is-active {
  background: var(--lp-orange-soft);
  color: var(--lp-orange);
}
.lp-sidebar-series {
  color: var(--lp-muted);
  font-size: .86rem;
}
.lp-sidebar-series strong {
  display: block;
  margin-bottom: 4px;
  color: var(--lp-blue-deep);
  font-size: .98rem;
}
.lp-sidebar-series a {
  display: inline-flex;
  margin-top: 13px;
  color: var(--lp-orange);
  font-weight: 900;
}
.lp-content-box {
  padding: 30px 30px 30px 30px;
  margin-bottom:2rem;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-md);
  background: white;
  box-shadow: var(--lp-shadow-sm);
}
.lp-content-box h2 {
  margin: 0 0 10px;
  color: var(--lp-blue-deep);
  font-size: 1.5rem;
}
.lp-content-box > p {
  margin-top: 0;
  color: var(--lp-muted);
}
.lp-artifact {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  background: radial-gradient(circle at 100% 0%, rgb(26 73 115), transparent 32%), #174065;
  color: white;
}
.lp-artifact h2,
.lp-artifact p {
  color: white;
}
.lp-artifact p {
  color: rgba(255,255,255,.76);
}
.lp-artifact__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--lp-orange);
  color: white;
  font-size: .88rem;
  font-weight: 900;
  white-space: nowrap;
}
.lp-poll-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 20px 0 22px;
}
.lp-poll-option {
  min-height: 46px;
  border: 1px solid var(--lp-line);
  border-radius: 12px;
  background: white;
  color: var(--lp-blue-deep);
  font-weight: 850;
}
.lp-poll-option:hover,
.lp-poll-option:focus-visible,
.lp-poll-option.is-selected {
  border-color: var(--lp-orange);
  background: var(--lp-orange-soft);
  color: var(--lp-orange);
}
.lp-field {
  display: grid;
  gap: 7px;
  margin-top: 15px;
}
.lp-field label {
  color: var(--lp-blue-deep);
  font-size: .83rem;
  font-weight: 850;
}
.lp-field input,
.lp-field textarea {
  width: 100%;
  border: 1px solid var(--lp-line);
  border-radius: 12px;
  background: white;
  color: var(--lp-ink);
  padding: 12px 14px;
  outline: none;
}
.lp-field textarea {
  min-height: 100px;
  resize: vertical;
}
.lp-field input:focus,
.lp-field textarea:focus {
  border-color: var(--lp-orange);
  box-shadow: 0 0 0 4px rgba(255,100,0,.12);
}
.lp-submit {
  min-height: 48px;
  margin-top: 18px;
  border: 0;
  border-radius: 12px;
  background: var(--lp-orange);
  color: white;
  padding: 0 18px;
  font-weight: 900;
}
.lp-feedback-message {
  display: none;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #eaf7f0;
  color: var(--lp-success);
  font-size: .88rem;
  font-weight: 760;
}
.lp-feedback-message.is-visible {
  display: block;
}
.lp-reactions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.lp-reaction-button,
.lp-share-button {
  min-height: 44px;
  border: 1px solid var(--lp-line);
  border-radius: 999px;
  background: white;
  color: var(--lp-blue-deep);
  padding: 0 15px;
  font-size: .84rem;
  font-weight: 850;
}
.lp-reaction-button:hover,
.lp-reaction-button:focus-visible,
.lp-reaction-button.is-selected,
.lp-share-button:hover,
.lp-share-button:focus-visible {
  border-color: var(--lp-orange);
  color: var(--lp-orange);
  background: var(--lp-orange-soft);
}
.lp-share-menu {
  display: none;
  width: 100%;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.lp-share-menu.is-open {
  display: flex;
}
.lp-share-menu a,
.lp-share-menu button {
  min-height: 40px;
  border: 1px solid var(--lp-line);
  border-radius: 10px;
  background: white;
  color: var(--lp-blue-deep);
  padding: 0 13px;
  font-size: .8rem;
  font-weight: 820;
}
.lp-source-list {
  margin: 18px 0 0;
  padding-left: 20px;
}
.lp-source-list li + li {
  margin-top: 12px;
}
.lp-source-list a {
  color: var(--lp-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lp-disclaimer {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 12px;
  background: var(--lp-bg);
  color: var(--lp-muted);
  font-size: .86rem;
}
.lp-faq {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.lp-faq details {
  border: 1px solid var(--lp-line);
  border-radius: 12px;
  background: white;
  padding: 0 17px;
}
.lp-faq summary {
  cursor: pointer;
  padding: 16px 0;
  color: var(--lp-blue-deep);
  font-weight: 850;
}
.lp-faq details p {
  margin: 0 0 17px;
  color: var(--lp-muted);
  font-size: .94rem;
}
.lp-author-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}
.lp-author-card__avatar {
  display: block;
  width: 76px;
  height: 76px;
  padding: 3px;
  border: 2px solid var(--lp-orange);
  border-radius: 50%;
  background: var(--lp-orange);
  color: white;
  font-weight: 950;
  object-fit: cover;
  object-position: center;
}
.lp-author-card h2 {
  margin-bottom: 3px;
}
.lp-author-card p {
  margin: 0;
}
.lp-episode-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 34px;
}
.lp-episode-link {
  display: block;
  padding: 20px;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-md);
  background: white;
  box-shadow: var(--lp-shadow-sm);
}
.lp-episode-link small {
  display: block;
  margin-bottom: 5px;
  color: var(--lp-orange);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.lp-episode-link strong {
  color: var(--lp-blue-deep);
}
.lp-episode-link--next {
  text-align: right;
}
.lp-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 3px;
  z-index: 80;
  background: transparent;
}
.lp-progress__bar {
  width: 0;
  height: 100%;
  background: var(--lp-orange);
}
.lp-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 980px) {
  .lp-article-layout {
    grid-template-columns: 1fr;
  }
  .lp-article-sidebar {
    position: static;
    order: -1;
  }
  .lp-sidebar-card--toc {
    display: none;
  }
}
@media (max-width: 720px) {
  .lp-article-hero {
    padding-top: 42px;
  }
  .lp-article-cover {
    min-height: 300px;
    border-radius: 22px;
  }
  .lp-article-layout {
    padding-top: 42px;
    gap: 28px;
  }
  .lp-example__grid {
    grid-template-columns: 1fr;
  }
  .lp-example__item + .lp-example__item {
    border-left: 0;
    border-top: 1px solid var(--lp-line);
  }
  .lp-artifact {
    grid-template-columns: 1fr;
  }
  .lp-artifact__button {
    justify-self: start;
  }
  .lp-poll-options {
    grid-template-columns: 1fr;
  }
  .lp-content-box {
    padding: 23px 20px;
  }
  .lp-episode-navigation {
    grid-template-columns: 1fr;
  }
  .lp-episode-link--next {
    text-align: left;
  }
}


.lp-article-facts {
  display: grid;
  grid-template-columns: 1.2fr .55fr 1.2fr 1fr .75fr .85fr;
  gap: 1px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  background: var(--lp-line);
  box-shadow: var(--lp-shadow-sm);
}
.lp-article-facts__item {
  min-width: 0;
  padding: 17px 16px;
  background: rgba(255,255,255,.96);
}
.lp-article-facts__item span {
  display: block;
  margin-bottom: 5px;
  color: var(--lp-muted);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.lp-article-facts__item strong {
  display: block;
  color: var(--lp-blue-deep);
  font-size: .9rem;
  line-height: 1.35;
}
.lp-top-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}
.lp-top-actions__label {
  color: var(--lp-blue-deep);
  font-size: .86rem;
  font-weight: 850;
}
.lp-top-actions__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.lp-top-actions .lp-share-menu {
  flex-basis: 100%;
  margin-top: 0;
}
.lp-article-facts {
  gap: 0;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(33,79,122,.16);
  border-radius: 22px;
  background: white;
  box-shadow: 0 22px 60px rgba(13,34,56,.1);
}
.lp-article-facts__item {
  position: relative;
  min-height: 86px;
  padding: 20px 20px 18px;
  border-right: 1px solid rgba(33,79,122,.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,250,253,.98));
}
.lp-article-facts__item:last-child {
  border-right: 0;
}
.lp-article-facts__item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--lp-orange);
  opacity: 0;
  transition: opacity .2s ease;
}
.lp-article-facts__item:hover::before {
  opacity: 1;
}
.lp-article-facts__item span {
  margin-bottom: 8px;
  color: #6c7c8e;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
}
.lp-article-facts__item strong {
  color: var(--lp-blue-deep);
  font-size: .94rem;
  line-height: 1.32;
}
.lp-top-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 27px;
  border: 1px solid rgba(33,79,122,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 40px rgba(13,34,56,.07);
}
.lp-top-actions__label {
  padding: 0 8px 0 4px;
  color: var(--lp-blue-deep);
  font-size: .84rem;
  font-weight: 900;
}
.lp-top-actions__buttons {
  gap: 8px;
}
.lp-reaction-button,
.lp-share-button {
  min-height: 42px;
  border-color: rgba(33,79,122,.16);
  background: white;
  box-shadow: 0 8px 22px rgba(13,34,56,.06);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}
.lp-reaction-button:hover,
.lp-reaction-button:focus-visible,
.lp-reaction-button.is-selected,
.lp-reaction-button[aria-pressed="true"],
.lp-share-button:hover,
.lp-share-button:focus-visible {
  border-color: var(--lp-orange);
  background: var(--lp-orange);
  color: white;
  transform: translateY(-1px);
}
.lp-top-actions .lp-share-menu {
  flex-basis: 100%;
  margin-top: 8px;
  padding: 8px;
  border-radius: 16px;
}
.lp-learning-box {
  margin: 8px 0 42px;
  padding: 30px;
  border-radius: var(--lp-radius-md);
  background:
    radial-gradient(circle at 100% 0%, rgba(255,100,0,.22), transparent 34%),
    linear-gradient(135deg, #0d2238, #1f4d78);
  box-shadow: var(--lp-shadow-md);
}
.lp-learning-box h2 {
  margin: 8px 0 18px;
  color: white;
  font-size: clamp(1.35rem, 3vw, 1.95rem);
}
.lp-learning-box ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-learning-box li {
  position: relative;
  margin: 0 !important;
  padding-left: 27px;
  color: rgba(255,255,255,.92);
  font-size: .95rem;
  line-height: 1.55;
}
.lp-learning-box li::before {
  content: "âœ“";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--lp-orange);
  font-weight: 950;
}
.lp-learning-box {
  position: relative;
  overflow: hidden;
  padding: 34px;
  background:
    radial-gradient(circle at 96% 0%, rgba(255,100,0,.24), transparent 30%),
    linear-gradient(135deg, #0d2238 0%, #173d61 58%, #214f7a 100%);
}
.lp-learning-box > * {
  position: relative;
  z-index: 1;
}
.lp-learning-box .lp-kicker {
  margin-bottom: 18px;
}
.lp-learning-box h2 {
  max-width: 660px;
  margin: 0 0 22px;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.12;
  letter-spacing: 0;
}
.lp-learning-box ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.lp-learning-box li {
  min-height: 100%;
  padding: 18px 18px 18px 52px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  font-size: .92rem;
  line-height: 1.5;
}
.lp-learning-box li::before {
  content: "";
  left: 18px;
  top: 20px;
  width: 20px;
  height: 20px;
  background: var(--lp-orange);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill='none'%20stroke='black'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'%20d='m5%2012%204.5%204.5L19%207'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill='none'%20stroke='black'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'%20d='m5%2012%204.5%204.5L19%207'/%3E%3C/svg%3E") center / contain no-repeat;
}
.lp-learning-box li strong {
  display: block;
  color: white;
  font-size: .98rem;
  line-height: 1.28;
}
.lp-learning-box li span {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.76);
}
@media (max-width: 1080px) {
  .lp-learning-box ul {
    grid-template-columns: 1fr;
  }
  .lp-learning-box li {
    min-height: 0;
  }
}
@media (max-width: 720px) {
  .lp-learning-box {
    padding: 26px 20px;
  }
  .lp-learning-box li {
    padding-right: 16px;
  }
}
.lp-learning-box {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, .95fr);
  align-items: stretch;
  gap: 0;
  padding: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, #0d2238 0%, #17446e 100%);
}
.lp-learning-box__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 330px;
  padding: 38px 34px;
}
.lp-learning-box__badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 22px;
  padding: 0 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: var(--lp-orange);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.lp-learning-box h2 {
  max-width: 480px;
  margin: 0 0 22px;
  color: white;
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: 0;
}
.lp-learning-box ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
  max-width: 500px;
}
.lp-learning-box li {
  min-height: 0;
  padding: 0 0 0 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  color: rgba(255,255,255,.9);
  font-size: .94rem;
  line-height: 1.45;
}
.lp-learning-box li::before {
  left: 0;
  top: .2em;
  width: 18px;
  height: 18px;
}
.lp-learning-box li strong {
  color: white;
  font-size: .98rem;
  font-weight: 400;
}
.lp-learning-box li span {
  margin-top: 3px;
  color: rgba(255,255,255,.72);
}
.lp-learning-box__media {
  min-height: 330px;
  margin: 0;
  overflow: hidden;
}
.lp-learning-box__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 980px) {
  .lp-learning-box {
    grid-template-columns: 1fr;
  }
  .lp-learning-box__content {
    min-height: 0;
    padding: 32px 26px;
  }
  .lp-learning-box__media {
    min-height: 240px;
    order: -1;
  }
}
@media (max-width: 520px) {
  .lp-learning-box__content {
    padding: 30px 22px;
  }
  .lp-learning-box__badge {
    margin-bottom: 20px;
    font-size: .7rem;
  }
  .lp-learning-box__media {
    min-height: 220px;
  }
}
.lp-perception-box > p {
  max-width: 650px;
}
.lp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}
.lp-field label span {
  color: var(--lp-muted);
  font-weight: 650;
}
.lp-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 18px;
  color: var(--lp-muted);
  font-size: .8rem;
  line-height: 1.5;
}
.lp-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--lp-orange);
}
@media (max-width: 1080px) {
  .lp-article-facts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 720px) {
  .lp-article-facts {
    grid-template-columns: 1fr 1fr;
    border-radius: 18px;
  }
  .lp-article-facts__item {
    min-height: 78px;
    border-right: 0;
    border-bottom: 1px solid rgba(33,79,122,.12);
  }
  .lp-top-actions {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 20px;
    padding: 12px;
  }
  .lp-top-actions__label {
    padding: 0;
  }
  .lp-top-actions__buttons {
    width: 100%;
  }
  .lp-top-actions .lp-reaction-button,
  .lp-top-actions .lp-share-button {
    flex: 1 1 auto;
  }
  .lp-learning-box ul,
  .lp-form-grid {
    grid-template-columns: 1fr;
  }
  .lp-top-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .lp-article-facts {
    grid-template-columns: 1fr;
  }
}

/* PÃ¡gina de seÃ§Ã£o do blog: sÃ©rie ou categoria */
.lp-section-hero {
  padding: 62px 0 42px;
  background:
    radial-gradient(circle at 90% 12%, rgba(255,100,0,.13), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
  border-bottom: 1px solid var(--lp-line);
}
.lp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  color: var(--lp-muted);
  font-size: .82rem;
  font-weight: 760;
}
.lp-breadcrumb a:hover,
.lp-breadcrumb a:focus-visible {
  color: var(--lp-orange);
}
.lp-breadcrumb__sep {
  color: #a9b5c1;
}
.lp-section-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 44px;
  align-items: center;
}
.lp-section-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: var(--lp-orange-soft);
  color: var(--lp-orange);
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.lp-section-hero h1 {
  max-width: 860px;
  margin: 16px 0 0;
  color: var(--lp-blue-deep);
  font-size: clamp(2.5rem, 6vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.06em;
}
.lp-section-signature {
  margin: 18px 0 0;
  color: var(--lp-blue);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 780;
}
.lp-section-description {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--lp-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}
.lp-section-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 24px;
  color: var(--lp-muted);
  font-size: .84rem;
  font-weight: 760;
}
.lp-section-meta strong {
  color: var(--lp-blue-deep);
}
.lp-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.lp-action-button {
  min-height: 44px;
  border: 1px solid var(--lp-line);
  border-radius: 999px;
  background: white;
  color: var(--lp-blue-deep);
  padding: 0 16px;
  font-size: .84rem;
  font-weight: 880;
}
.lp-action-button:hover,
.lp-action-button:focus-visible {
  border-color: var(--lp-orange);
  background: var(--lp-orange-soft);
  color: var(--lp-orange);
}
.lp-section-cover {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 87% 15%, rgba(255,100,0,.98) 0 15%, transparent 15.5%),
    radial-gradient(circle at 83% 23%, rgba(255,100,0,.24) 0 27%, transparent 27.5%),
    linear-gradient(135deg, #0d2238 0%, #214f7a 100%);
  box-shadow: var(--lp-shadow-md);
}
.lp-section-cover img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
.lp-section-cover::before {
  content: none;
  position: absolute;
  left: 34px;
  bottom: 88px;
  color: white;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  font-weight: 950;
  letter-spacing: -.055em;
}
.lp-section-cover::after {
  content: none;
  position: absolute;
  left: 34px;
  bottom: 38px;
  color: white;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  font-weight: 950;
  letter-spacing: -.055em;
}
.lp-series-video {
  padding: 22px 0 18px;
  background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%);
}
.lp-series-video__head {
  max-width: 980px;
  margin: 0 auto 18px;
}
.lp-series-video__head h2 {
  margin: 14px 0 0;
  color: var(--lp-blue-deep);
  font-size: clamp(1.65rem, 2.7vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: 0;
}
.lp-series-video__frame {
  position: relative;
  display: block;
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 6px solid var(--lp-orange);
  border-radius: 20px;
  background: var(--lp-blue-deep);
  box-shadow: 0 24px 60px rgba(13,34,56,.18);
  cursor: pointer;
}
.lp-series-video__frame img,
.lp-series-video__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.lp-series-video__frame img {
  object-fit: cover;
  object-position: center;
  transition: transform .25s ease, filter .25s ease;
}
.lp-series-video__frame iframe {
  border: 0;
}
.lp-series-video__frame.is-playing {
  cursor: default;
}
.lp-series-video__frame.is-playing::after,
.lp-series-video__frame.is-playing .lp-series-video__play,
.lp-series-video__frame.is-playing img {
  display: none;
}
.lp-series-video__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,34,56,.02), rgba(13,34,56,.18));
  pointer-events: none;
}
.lp-series-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: var(--lp-orange);
  box-shadow: 0 16px 36px rgba(255,100,0,.34);
  transform: translate(-50%, -50%);
}
.lp-series-video__play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid white;
}
.lp-series-video__frame:hover img,
.lp-series-video__frame:focus-visible img {
  transform: scale(1.025);
  filter: saturate(1.04);
}
.lp-series-video__frame:focus-visible {
  outline: 4px solid rgba(255,100,0,.24);
  outline-offset: 4px;
}
.lp-series-insight {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  overflow: hidden;
  margin: 0 0 38px;
  border-radius: 22px;
  background: linear-gradient(135deg, #0d2238 0%, #17446e 100%);
  box-shadow: var(--lp-shadow-md);
}
.lp-series-insight__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
  padding: 42px 34px;
}
.lp-series-insight__badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 22px;
  padding: 0 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--lp-orange);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.lp-series-insight h2 {
  max-width: 520px;
  margin: 0;
  color: white;
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}
.lp-series-insight ul {
  display: grid;
  gap: 12px;
  max-width: 520px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.lp-series-insight li {
  position: relative;
  margin: 0;
  padding-left: 34px;
  color: rgba(255,255,255,.9);
  font-size: 1rem;
  line-height: 1.5;
}
.lp-series-insight li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .25em;
  width: 20px;
  height: 20px;
  background: var(--lp-orange);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill='none'%20stroke='black'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'%20d='m5%2012%204.5%204.5L19%207'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill='none'%20stroke='black'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'%20d='m5%2012%204.5%204.5L19%207'/%3E%3C/svg%3E") center / contain no-repeat;
}
.lp-series-insight__media {
  min-height: 320px;
  margin: 0;
  overflow: hidden;
}
.lp-series-insight__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.lp-section-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 42px;
  align-items: start;
  padding: 34px 0 88px;
}
.lp-section-main {
  min-width: 0;
}
.lp-section-main > .lp-content-box:first-child {
  margin-top: 0;
}
.lp-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 26px;
}
.lp-section-head h2 {
  margin: 8px 0 0;
  color: var(--lp-blue-deep);
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  letter-spacing: -.04em;
}
.lp-section-head p {
  max-width: 600px;
  margin: 10px 0 0;
  color: var(--lp-muted);
}
.lp-count {
  flex: 0 0 auto;
  color: var(--lp-muted);
  font-size: .84rem;
  font-weight: 820;
}
.lp-entry-list {
  display: grid;
  gap: 20px;
}
.lp-entry-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-md);
  background: white;
  box-shadow: var(--lp-shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.lp-entry-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255,100,0,.28);
  box-shadow: var(--lp-shadow-md);
}
.lp-entry-card__visual {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  background: linear-gradient(135deg, #0d2238, #214f7a);
}
.lp-entry-card__visual.has-image {
  background: #ffffff;
}
.lp-entry-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .25s ease;
}
.lp-entry-card:hover .lp-entry-card__image {
  transform: scale(1.02);
}
.lp-entry-card__visual::before {
  content: attr(data-episode);
  position: absolute;
  left: 18px;
  bottom: 12px;
  color: rgba(255,255,255,.13);
  font-size: 5.5rem;
  font-weight: 950;
  line-height: 1;
}
.lp-entry-card__visual::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -28px;
  right: -22px;
  border-radius: 50%;
  background: var(--lp-orange);
}
.lp-entry-card__visual.has-image::before,
.lp-entry-card__visual.has-image::after,
.lp-entry-card__visual.has-image .lp-entry-card__topic {
  display: none;
}
.lp-entry-card__topic {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  color: white;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.lp-entry-card__body {
  padding: 24px 24px 24px 0;
}
.lp-entry-card__eyebrow {
  color: var(--lp-orange);
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.lp-entry-card h3 {
  margin: 8px 0 10px;
  color: var(--lp-blue-deep);
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: -.025em;
}
.lp-entry-card h3 a {
  color: inherit;
  font: inherit;
}
.lp-entry-card h3 a:hover,
.lp-entry-card h3 a:focus-visible {
  color: var(--lp-orange);
}
.lp-entry-card p {
  margin: 0;
  color: var(--lp-muted);
  line-height: 1.62;
}
.lp-entry-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 16px;
  color: var(--lp-muted);
  font-size: .76rem;
  font-weight: 760;
}
.lp-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.lp-pagination button,
.lp-pagination span,
.lp-pagination a {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--lp-line);
  border-radius: 12px;
  background: white;
  color: var(--lp-blue-deep);
  font-size: .84rem;
  font-weight: 850;
}
.lp-pagination .is-current {
  border-color: var(--lp-orange);
  background: var(--lp-orange);
  color: white;
}
.lp-pagination .is-disabled {
  opacity: .42;
}
.lp-pagination__label {
  min-width: auto !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--lp-muted) !important;
}
.lp-section-sidebar {
  position: sticky;
  top: 106px;
  display: grid;
  gap: 18px;
}
.lp-side-card {
  padding: 22px;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-md);
  background: white;
  box-shadow: var(--lp-shadow-sm);
}
.lp-side-card h2 {
  margin: 0 0 14px;
  color: var(--lp-blue-deep);
  font-size: 1rem;
}
.lp-side-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-side-list a,
.lp-side-list span {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 11px;
  border-radius: 10px;
  color: var(--lp-ink);
  font-size: .86rem;
  font-weight: 760;
}
.lp-side-list a:hover,
.lp-side-list a:focus-visible,
.lp-side-list a.is-active {
  background: var(--lp-orange-soft);
  color: var(--lp-orange);
}
.lp-side-list small {
  color: var(--lp-muted);
}
.lp-side-card p {
  margin: 0;
  color: var(--lp-muted);
  font-size: .88rem;
  line-height: 1.58;
}
.lp-suggestion {
  margin-top: 54px;
  padding: 32px;
  border-radius: var(--lp-radius-md);
  background:
    radial-gradient(circle at 100% 0%, rgba(255,100,0,.2), transparent 34%),
    var(--lp-blue-deep);
  box-shadow: var(--lp-shadow-md);
}
.lp-suggestion h2 {
  margin: 8px 0 10px;
  color: white;
  font-size: 1.75rem;
}
.lp-suggestion p {
  margin: 0 0 22px;
  color: rgba(255,255,255,.74);
}
.lp-suggestion-form {
  display: grid;
  gap: 14px;
}
.lp-suggestion-form label {
  color: white;
  font-size: .82rem;
  font-weight: 820;
}
.lp-suggestion-form input,
.lp-suggestion-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  background: white;
  color: var(--lp-ink);
  padding: 12px 14px;
  outline: none;
}
.lp-suggestion-form textarea {
  min-height: 110px;
  resize: vertical;
}
.lp-suggestion-form button {
  justify-self: start;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--lp-orange);
  color: white;
  padding: 0 18px;
  font-weight: 900;
}
.lp-form-message {
  display: none;
  padding: 11px 13px;
  border-radius: 10px;
  background: rgba(255,255,255,.1);
  color: white;
  font-size: .84rem;
}
.lp-form-message.is-visible {
  display: block;
}
.lp-share-menu {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin-top: 2px;
}
.lp-share-menu.is-open {
  display: flex;
}
.lp-share-menu a,
.lp-share-menu button {
 min-height: 40px;
    border: 1px solid var(--lp-line);
    border-radius: 25px;
    background: #ff6400;
    color: #fdfefe;
    padding: 0 13px;
    font-size: .8rem;
    font-weight: 820;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.lp-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (max-width: 980px) {
  .lp-section-hero__grid,
  .lp-section-layout {
    grid-template-columns: 1fr;
  }
  .lp-series-insight {
    grid-template-columns: 1fr;
  }
  .lp-series-insight__media {
    order: -1;
    min-height: 260px;
  }
  .lp-section-sidebar {
    position: static;
    grid-row: 1;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 720px) {
  .lp-section-hero {
    padding-top: 42px;
  }
  .lp-series-video {
    padding: 18px 0 4px;
  }
  .lp-series-video__head {
    margin-bottom: 14px;
  }
  .lp-series-video__frame {
    aspect-ratio: 1 / 1;
    border-width: 4px;
    border-radius: 18px;
  }
  .lp-series-video__frame img {
    height: 100%;
    object-fit: cover;
    background: #fff;
  }
  .lp-series-video__frame iframe {
    height: 100%;
  }
  .lp-series-video__play {
    width: 68px;
    height: 68px;
  }
  .lp-series-video__play::before {
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 18px;
  }
  .lp-series-insight {
    border-radius: 18px;
  }
  .lp-series-insight__content {
    min-height: 0;
    padding: 30px 22px;
  }
  .lp-series-insight__media {
    min-height: 0;
    background: #fff;
  }
  .lp-series-insight__media img {
    height: auto;
    object-fit: contain;
  }
  .lp-section-cover {
    min-height: 300px;
  }
  .lp-section-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .lp-section-layout {
    padding-top: 14px;
  }
  .lp-entry-card {
    grid-template-columns: 1fr;
  }
  .lp-entry-card__body {
    padding: 22px;
  }
  .lp-section-sidebar {
    grid-template-columns: 1fr;
  }
  .lp-suggestion {
    padding: 24px 20px;
  }
}


.lp-section-actions {
  align-items: center;
}
.lp-section-actions > .lp-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  line-height: 1;
  vertical-align: middle;
}


.lp-suggestion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}
.lp-suggestion-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: rgba(255,255,255,.78) !important;
  font-size: .8rem !important;
  font-weight: 650 !important;
  line-height: 1.45;
}
.lp-suggestion-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--lp-orange);
}
@media (max-width: 720px) {
  .lp-suggestion-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile polish: preserve artwork, prevent tight crops, and keep article UI readable. */
@media (max-width: 980px) {
  .lp-container {
    width: min(calc(100% - 28px), var(--lp-container));
  }
  .lp-article-hero,
  .lp-section-hero {
    padding-inline: 0;
  }
  .lp-article-hero h1,
  .lp-section-hero h1,
  .lp-section__head h2,
  .lp-section-head h2,
  .lp-article-content h2 {
    letter-spacing: 0;
  }
  .lp-article-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lp-learning-box {
    grid-template-columns: 1fr;
  }
  .lp-learning-box__media {
    order: -1;
  }
}

@media (max-width: 720px) {
  body {
    overflow-x: hidden;
  }
  .lp-topbar__inner {
    min-height: 112px;
    padding-bottom: 12px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
  }
  .lp-brand {
    justify-content: center;
    flex: 0 0 auto;
  }
  .lp-brand img {
    width: 190px;
  }
  .lp-topbar-actions {
    width: 100%;
    flex: 0 0 auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  .lp-topbar-actions .lp-site-button {
    min-height: 34px;
    padding: 0 12px;
    font-size: .72rem;
    line-height: 1;
    white-space: nowrap;
  }
  .lp-accessibility__fab {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }
  .lp-accessibility__overlay {
    align-items: flex-end;
    justify-content: center;
  }
  .lp-accessibility__panel {
    width: 100%;
    max-height: 92vh;
    min-height: 0;
    border-radius: 24px 24px 0 0;
  }
  .lp-accessibility__header {
    padding: 28px 20px 82px;
  }
  .lp-accessibility__content {
    margin: -48px 12px 18px;
    padding: 22px 16px;
    border-radius: 20px;
  }
  .lp-accessibility__grid {
    grid-template-columns: 1fr;
  }
  .lp-accessibility__card--wide {
    grid-column: auto;
  }
  .lp-topbar__inner {
    gap: 6px;
  }
  .lp-site-button {
    text-align: center;
  }
  .lp-article-hero {
    padding: 36px 0 30px;
  }
  .lp-article-hero h1,
  .lp-section-hero h1 {
    font-size: clamp(2rem, 11vw, 3rem);
    line-height: 1.08;
  }
  .lp-article-summary,
  .lp-section-description {
    font-size: 1rem;
    line-height: 1.65;
  }
  .lp-article-cover-wrap {
    padding-top: 24px;
  }
  .lp-article-cover {
    width: min(100%, 420px);
    min-height: 0;
    aspect-ratio: auto;
    margin-inline: auto;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .lp-article-cover:has(img) {
    background: transparent;
  }
  .lp-article-cover:has(img) img {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: none;
    object-fit: contain;
    object-position: center;
  }
  .lp-section-cover {
    min-height: 0;
    aspect-ratio: 1 / 1;
    border-radius: 22px;
    background: #fff;
  }
  .lp-section-cover img {
    min-height: 0;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .lp-learning-box__media {
    min-height: 0;
    aspect-ratio: auto;
    background: transparent;
  }
  .lp-learning-box__media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
  .lp-entry-card {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .lp-entry-card__visual {
    min-height: 0;
    aspect-ratio: 1 / 1;
    background-size: contain !important;
    background-color: #fff !important;
  }
  .lp-entry-card__body {
    padding: 20px;
  }
  .lp-card__visual {
    min-height: 0;
    aspect-ratio: 1 / 1;
    background-size: contain !important;
    background-color: #fff !important;
  }
  .lp-article-facts {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
  .lp-article-facts__item {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(33,79,122,.12);
  }
  .lp-article-facts__item:last-child {
    border-bottom: 0;
  }
  .lp-top-actions,
  .lp-top-actions__buttons,
  .lp-reactions,
  .lp-share-list {
    width: 100%;
  }
  .lp-top-actions {
    display: flex;
    align-items: stretch;
    border-radius: 18px;
  }
  .lp-top-actions__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .lp-top-actions .lp-share-button {
    width: 100%;
  }
  .lp-author-card,
  .lp-author-box {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .lp-episode-navigation {
    grid-template-columns: 1fr;
  }
  .lp-episode-link--next {
    text-align: left;
  }
  .lp-content-box,
  .lp-feedback,
  .lp-sources,
  .lp-author-box,
  .lp-article-nav {
    padding: 22px 18px;
    border-radius: 18px;
  }
  .lp-site-footer__grid,
  .lp-site-footer__contact .lp-footer-contact-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .lp-container {
    width: min(calc(100% - 22px), var(--lp-container));
  }
  .lp-topbar__inner {
    min-height: 108px;
    padding-bottom: 12px;
  }
  .lp-brand img {
    width: 172px;
  }
  .lp-topbar-actions {
    justify-content: center;
    max-width: none;
  }
  .lp-topbar-actions .lp-site-button {
    min-height: 32px;
    padding: 0 9px;
    font-size: .66rem;
  }
  .lp-article-hero h1,
  .lp-section-hero h1 {
    font-size: clamp(1.8rem, 10.5vw, 2.45rem);
  }
  .lp-learning-box__content {
    padding: 26px 18px;
  }
  .lp-learning-box h2 {
    font-size: clamp(1.55rem, 9vw, 2.1rem);
  }
  .lp-top-actions__buttons {
    grid-template-columns: 1fr;
  }
}

/*
|--------------------------------------------------------------------------
| Imagens editoriais dinâmicas
|--------------------------------------------------------------------------
|
| Nenhuma URL de capa ou conteúdo deve ser definida neste CSS.
| As imagens são renderizadas no HTML com URLs vindas do banco.
|
*/

.lp-avatar--image {
  object-fit: cover;
  overflow: hidden;
}

.lp-section-cover img,
.lp-learning-box__media img,
.lp-article-cover img {
  display: block;
  width: 100%;
}

@media (max-width: 720px) {
  .lp-series-panel {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .lp-series-panel__image,
  .lp-series-row__image {
    object-fit: cover;
  }

  .lp-card__visual.has-image {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .lp-card__image {
    height: 100%;
    object-fit: contain;
  }

  .lp-entry-card__visual.has-image {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .lp-entry-card__image {
    object-fit: contain;
  }
}
.lp-article-content2{
	border: 1px solid var(--lp-line);
    border-radius: 20px;
}
.lp-mt-2{
	 margin-top: 2rem!important;
}
.lp-article-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 7px 24px 4px 24px;
  color: #2d2d2d;
  font-size: 17px;
  line-height: 1.75;
  background-color: #ffffff;
    border-radius: 20px;
}

.lp-article-content h1 {
  margin: 0 0 28px;
  color: #1b4a74;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.lp-article-content section {
  margin-top: 48px;
  padding-top: 8px;
}

.lp-article-content h2 {
  margin: 0 0 22px;
  padding-bottom: 12px;
  color: #1b4a74;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  border-bottom: 2px solid rgba(255, 100, 0, 0.2);
}

.lp-article-content p {
  margin: 0 0 14px;
}

.lp-article-content ol {
  margin: 0 0 26px;
  padding: 22px 24px 22px 46px;
  background-color: rgba(255, 100, 0, 0.2);
  border-left: 4px solid #ff6400;
  border-radius: 0 8px 8px 0;
}

.lp-article-content ol li {
  margin-bottom: 8px;
}

.lp-article-content ol li:last-child {
  margin-bottom: 0;
}

.lp-article-content em {
  color: inherit;
}

.lp-article-content .lp-intro-highlight {
  margin: 28px 0 8px;
  color: #1b4a74;
  font-size: 21px;
  font-weight: 700;
}

.lp-article-content .lp-main-highlight {
  margin: 0 0 24px;
  color: #ff6400;
  font-size: 24px;
  font-weight: 700;
}

.lp-article-content .lp-soft-callout {
  margin: 0 0 22px;
  padding: 16px 18px;
  color: #1b4a74;
  font-size: 20px;
  background-color: #fff1e8;
  border-left: 4px solid #ff6400;
  border-radius: 0 8px 8px 0;
}

.lp-article-content .lp-callout {
  margin: 2px 0 26px;
  padding: 22px 26px;
  color: #ff6400;
  font-size: 21px;
  font-weight: 700;
  background-color: #fff1e8;
  border-left: 5px solid #ff6400;
  border-radius: 8px;
}

.lp-article-content .lp-callout p {
  margin: 0;
}

.lp-article-content .lp-text-blue {
  color: #1b4a74;
  font-weight: 700;
}

.lp-article-content .lp-text-orange {
  color: #ff6400;
  font-weight: 700;
}

.lp-article-content .lp-situation-box {
  margin: 18px 0 24px;
  padding: 22px 24px;
  background-color: rgba(255, 100, 0, 0.2);
  border-left: 4px solid #ff6400;
  border-radius: 0 8px 8px 0;
}

.lp-article-content .lp-situation-box p {
  margin: 0 0 6px;
}

.lp-article-content .lp-situation-box p:last-child {
  margin-bottom: 0;
}

.lp-article-content .lp-columns-list {
  columns: 2;
  column-gap: 40px;
}

.lp-article-content .lp-final-section {
  margin-top: 48px;
  padding: 34px;
  background-color: rgba(255, 100, 0, 0.2);
  border-top: 4px solid #ff6400;
  border-radius: 12px;
}

.lp-article-content .lp-final-section h2 {
  padding-bottom: 0;
  border-bottom: 0;
}

.lp-article-content .lp-final-title {
  margin: 0 0 6px;
  color: #1b4a74;
  font-size: 22px;
  font-weight: 700;
}

.lp-article-content .lp-final-message {
  margin: 0;
  color: #ff6400;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .lp-article-content {
    padding: 1px 18px;
    font-size: 16px;
  }

  .lp-article-content h1 {
    font-size: 34px;
  }

  .lp-article-content h2 {
    font-size: 26px;
  }

  .lp-article-content .lp-columns-list {
    columns: 1;
  }

  .lp-article-content .lp-final-section {
    padding: 24px 20px;
  }

.lp-series-row__image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top;
}
}

.mt-n2{
	margin-top:-2rem;
}

/* Conteúdos relacionados: card integral sem bloco visual lateral */
.lp-related-content > h2 {
  margin-bottom: 18px;
}

.lp-related-list {
  display: grid;
  gap: 16px;
}

.lp-related-card {
  display: block;
  padding: 24px 26px;
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(13, 34, 56, 0.06);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.lp-related-card:hover,
.lp-related-card:focus-visible {
  border-color: rgba(255, 100, 0, .42);
  box-shadow: 0 18px 42px rgba(13, 34, 56, .10);
  transform: translateY(-2px);
  outline: none;
}

.lp-related-card__series {
  display: block;
  margin-bottom: 8px;
  color: var(--lp-orange);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.lp-related-card h3 {
  margin: 0;
  color: var(--lp-blue-deep);
  font-size: 1.35rem;
  line-height: 1.25;
  letter-spacing: -.025em;
}

.lp-related-card:hover h3,
.lp-related-card:focus-visible h3 {
  color: var(--lp-orange);
}

.lp-related-card p {
  margin: 12px 0 0;
  color: var(--lp-muted);
  line-height: 1.65;
}

html.lp-accessibility-high-contrast .lp-related-card {
  border-color: #ffffff !important;
  background: #07111d !important;
  color: #f7fbff !important;
}

html.lp-accessibility-high-contrast .lp-related-card h3,
html.lp-accessibility-high-contrast .lp-related-card p,
html.lp-accessibility-high-contrast .lp-related-card__series {
  color: #f7fbff !important;
}

@media (max-width: 720px) {
  .lp-related-card {
    padding: 21px 20px;
  }

  .lp-related-card h3 {
    font-size: 1.18rem;
  }
}



.lp-content-video {
    width: 100%;
    margin: 0 0 clamp(1.75rem, 3vw, 2.75rem);
}

.lp-content-video__head {
    margin-bottom: 1.5rem;
}

.lp-content-video__frame {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(11, 41, 70, 0.14);
    border-radius: 24px;
    background: #071c2f;
}

.lp-content-video__frame iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    border: 0;
    background: #071c2f;
}

@media (max-width: 760px) {
    .lp-content-video__frame {
        border-radius: 18px;
    }
}

/* Paginação AJAX dos últimos conteúdos da Home */
.lp-latest-content-browser {
  position: relative;
  scroll-margin-top: 110px;
}
.lp-home-content-results {
  min-height: 240px;
  transition: opacity .18s ease;
}
.lp-latest-content-browser.is-loading .lp-home-content-results {
  opacity: .42;
  pointer-events: none;
}
.lp-latest-content-browser.is-loading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 54px;
  width: 34px;
  height: 34px;
  margin-left: -17px;
  border: 3px solid rgba(33,79,122,.18);
  border-top-color: var(--lp-orange);
  border-radius: 50%;
  animation: lp-home-content-spin .72s linear infinite;
}
.lp-card__eyebrow {
  display: block;
  margin-bottom: 9px;
  color: var(--lp-orange);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.lp-home-pagination a {
  transition:
    transform .18s ease,
    border-color .18s ease,
    background .18s ease,
    color .18s ease;
}
.lp-home-pagination a:hover,
.lp-home-pagination a:focus-visible {
  border-color: var(--lp-orange);
  background: var(--lp-orange-soft);
  color: var(--lp-orange);
  transform: translateY(-1px);
  outline: none;
}
.lp-home-pagination [aria-disabled="true"] {
  pointer-events: none;
}
.lp-home-content-error {
  margin: 20px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(180,35,35,.18);
  border-radius: 12px;
  background: #fff0f0;
  color: #8f1f1f;
  font-size: .9rem;
  font-weight: 750;
}
@keyframes lp-home-content-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .lp-latest-content-browser.is-loading::after {
    animation: none;
  }
  .lp-home-content-results,
  .lp-home-pagination a {
    transition: none;
  }
}
@media (max-width: 520px) {
  .lp-home-pagination {
    align-items: stretch;
    flex-wrap: wrap;
  }
  .lp-home-pagination a,
  .lp-home-pagination span {
    min-width: 40px;
  }
}

