/* CZEBRA Insights editorial system */
:root {
  --insight-black: #0A0A0A;
  --insight-dark: #111111;
  --insight-border: #2A2A2A;
  --insight-white: #FFFFFF;
  --insight-text: #CCCCCC;
  --insight-lime: #B8FF00;
  --insight-green-strong: #48B800;
}

html.insights-doc {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: hidden;
}

html.insights-doc::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.insights-page {
  background: var(--insight-black);
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: hidden;
}

.insights-page::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

html.insights-doc *,
html.insights-doc *::before,
html.insights-doc *::after {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html.insights-doc *::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.insights-page,
.insights-page h1,
.insights-page h2,
.insights-page h3,
.insights-page .btn,
.insights-page .eyebrow {
  font-family: "Barlow", var(--font-body);
}

.insights-page h1,
.insights-page h2,
.insights-page h3,
.insights-brand,
.insight-kicker,
.insight-filter,
.insight-read-time {
  font-family: "Barlow Condensed", "Barlow", var(--font-body);
}

.insight-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding-inline: clamp(18px, 4vw, 56px);
}

.insight-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.insight-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.insight-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 112px clamp(18px, 4vw, 56px) 24px;
  border-bottom: 1px solid var(--insight-border);
  background: rgba(10, 10, 10, 0.72);
}

.insights-brand {
  color: var(--insight-white);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
}

.insights-brand span {
  color: var(--insight-lime);
  font-size: 0.78em;
  letter-spacing: 0.14em;
}

.insight-category-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  overflow: visible;
}

.insight-category-nav a,
.insight-filter {
  border: 1px solid var(--insight-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--insight-text);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 13px;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.insight-category-nav a:hover,
.insight-filter:hover,
.insight-filter.is-active {
  transform: translateY(-2px);
  border-color: rgba(184, 255, 0, 0.65);
  background: rgba(184, 255, 0, 0.11);
  color: var(--insight-lime);
}

.insights-index-hero {
  min-height: 54vh;
  display: grid;
  align-items: end;
  padding: clamp(72px, 10vw, 132px) 0 clamp(34px, 6vw, 82px);
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.96), rgba(10, 10, 10, 0.72) 46%, rgba(10, 10, 10, 0.46)),
    url("../assets/images/poster-mundial-2026.jpeg") center / cover;
  border-bottom: 1px solid var(--insight-border);
}

.insights-index-copy {
  max-width: 960px;
}

.insight-kicker {
  color: var(--insight-lime);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.insights-index-copy h1,
.article-hero-title {
  margin: 18px 0;
  color: var(--insight-white);
  font-size: clamp(3.7rem, 9vw, 9.8rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.86;
  text-transform: uppercase;
}

.insights-index-copy p {
  max-width: 680px;
  color: var(--insight-text);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.65;
}

.insight-filter-panel {
  padding: 28px 0 0;
}

.insight-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.insights-grid-section {
  padding: clamp(36px, 6vw, 86px) 0 clamp(72px, 9vw, 120px);
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.insight-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--insight-border);
  border-radius: 8px;
  background: var(--insight-dark);
  color: var(--insight-white);
  text-decoration: none;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.insight-card:hover {
  transform: translateY(-7px);
  border-color: rgba(184, 255, 0, 0.48);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.insight-card-featured {
  grid-column: span 2;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
}

.insight-card-media {
  min-height: 280px;
  background:
    linear-gradient(135deg, rgba(184, 255, 0, 0.15), rgba(255, 255, 255, 0.03)),
    #151515;
}

.insight-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.insight-card-body {
  display: grid;
  align-content: space-between;
  gap: 26px;
  padding: clamp(22px, 3vw, 34px);
}

.insight-card-body span {
  color: var(--insight-lime);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.insight-card h2,
.insight-card h3 {
  margin: 12px 0 10px;
  font-size: clamp(1.9rem, 3.6vw, 4.6rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.insight-card:not(.insight-card-featured) h3 {
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
}

.insight-card p,
.insight-card-meta {
  color: var(--insight-text);
  line-height: 1.55;
}

.insight-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.85rem;
}

.insight-card-cta {
  color: var(--insight-lime);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--insight-border);
  background: var(--insight-black);
}

.article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.96), rgba(10, 10, 10, 0.72) 42%, rgba(10, 10, 10, 0.2)),
    linear-gradient(180deg, rgba(10, 10, 10, 0.1), rgba(10, 10, 10, 0.92));
  z-index: 1;
}

.article-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 148px clamp(18px, 4vw, 56px) clamp(42px, 7vw, 90px);
}

.article-hero-title em,
.big-idea strong,
.lime {
  color: var(--insight-lime);
  font-style: normal;
}

.article-hero-title {
  max-width: 1120px;
  font-size: clamp(3.2rem, 7vw, 7.6rem);
  line-height: 0.88;
}

.article-subtitle {
  max-width: 650px;
  color: var(--insight-text);
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  line-height: 1.55;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--insight-text);
}

.article-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-initials,
.author-photo {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 2px solid var(--insight-lime);
  border-radius: 50%;
  background: var(--insight-dark);
  color: var(--insight-lime);
  font-weight: 900;
  object-fit: cover;
  object-position: center;
}

.article-grid,
.article-two-col,
.article-three-col,
.article-outro-grid {
  display: grid;
  border-bottom: 1px solid var(--insight-border);
}

.article-two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-three-col,
.article-outro-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-panel {
  min-height: 420px;
  padding: clamp(28px, 5vw, 64px);
  border-right: 1px solid var(--insight-border);
  background: #f3f4ed;
  color: #0A0A0A;
}

.article-panel.dark {
  background: var(--insight-dark);
  color: var(--insight-white);
}

.article-panel.image-panel {
  min-height: 520px;
  padding: 0;
  background: var(--insight-dark);
}

.article-panel.image-panel img,
.quote-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.article-label {
  margin-bottom: 34px;
  color: var(--insight-lime);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-panel:not(.dark):not(.insight-final-cta) .article-label {
  color: var(--insight-green-strong);
}

.article-panel p {
  max-width: 620px;
  font-size: 1rem;
  line-height: 1.7;
}

.big-idea {
  max-width: 520px;
  font-size: clamp(2.4rem, 4.6vw, 5.4rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.case-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.case-gallery figure {
  min-height: 130px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--insight-border);
  border-radius: 8px;
  background: #181818;
}

.case-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.framework-flow {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.framework-node {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 14px;
}

.framework-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(72, 184, 0, 0.7);
  border-radius: 999px;
  color: var(--insight-green-strong);
}

.framework-node strong {
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.framework-arrow {
  width: 1px;
  height: 22px;
  margin-left: 27px;
  background: linear-gradient(var(--insight-green-strong), transparent);
}

.quote-banner {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  overflow: hidden;
  border-bottom: 1px solid var(--insight-border);
  background: var(--insight-black);
}

.quote-copy {
  display: grid;
  align-content: center;
  padding: clamp(32px, 6vw, 76px);
  background: var(--insight-dark);
}

.quote-copy blockquote {
  margin: 0;
  color: var(--insight-white);
  font-size: clamp(2rem, 4.8vw, 5rem);
  font-weight: 800;
  line-height: 0.96;
}

.quote-copy blockquote::before {
  content: '"';
  display: block;
  color: var(--insight-lime);
  font-size: 5rem;
  line-height: 0.55;
}

.check-list,
.sources-list {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
}

.check-list li::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 5px;
  border: 1px solid var(--insight-lime);
}

.sources-list a,
.article-link {
  color: inherit;
  text-decoration: none;
}

.sources-list a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(42, 42, 42, 0.5);
}

.sources-list a::after,
.article-link::after,
.insight-card-cta::after {
  content: "↗";
  color: var(--insight-lime);
}

.author-card-insight {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
}

.author-photo {
  width: 74px;
  height: 74px;
}

.related-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.related-mini-card {
  display: grid;
  gap: 12px;
  color: var(--insight-white);
  text-decoration: none;
}

.related-mini-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid var(--insight-border);
  border-radius: 8px;
}

.insight-final-cta {
  display: grid;
  align-content: space-between;
  justify-items: start;
  min-height: 100%;
  padding: clamp(28px, 3vw, 40px);
  background: var(--insight-lime);
  color: var(--insight-black);
}

.insight-final-cta h2 {
  justify-self: stretch;
  width: 100%;
  margin: 0 0 22px;
  color: var(--insight-black);
  max-width: 100%;
  font-size: clamp(1.7rem, 2.65vw, 2.85rem);
  font-weight: 900;
  line-height: 0.96;
  text-transform: uppercase;
}

.insight-final-cta > div {
  justify-self: stretch;
  width: 100%;
}

.insight-final-cta p {
  max-width: 42ch;
  margin: 0 0 14px;
  color: var(--insight-black);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.45;
}

.insight-final-cta p:last-child {
  margin-bottom: 28px;
}

.insight-final-cta .btn {
  width: fit-content;
  background: var(--insight-black);
  color: var(--insight-white);
}

@media (max-width: 1060px) {
  .insight-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .insight-category-nav {
    justify-content: flex-start;
  }

  .insights-grid,
  .article-three-col,
  .article-outro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insight-card-featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .insight-topbar {
    padding-top: 96px;
  }

  .insights-index-copy h1,
  .article-hero-title {
    font-size: clamp(3.15rem, 17vw, 5.2rem);
  }

  .insights-grid,
  .insight-card-featured,
  .article-two-col,
  .article-three-col,
  .article-outro-grid,
  .quote-banner {
    grid-template-columns: 1fr;
  }

  .insight-card-featured {
    display: grid;
  }

  .article-panel {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--insight-border);
  }

  .article-panel.image-panel {
    min-height: 320px;
  }

  .case-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .related-mini-grid {
    grid-template-columns: 1fr;
  }

  .insight-final-cta .btn {
    width: 100%;
  }

  .insight-final-cta {
    padding-inline: 24px;
  }

  .insight-final-cta h2 {
    max-width: 100%;
    font-size: clamp(1.95rem, 8.7vw, 2.75rem);
    line-height: 0.98;
  }
}

@media (prefers-reduced-motion: reduce) {
  .insight-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
