/* Figora Insights — premium editorial publication */

.fg-insights-masthead {
  padding: 3.5rem 0 1.5rem;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(13, 148, 136, 0.18), transparent 55%),
    linear-gradient(180deg, #0b1220 0%, #102033 100%);
  color: #f8fafc;
}
.fg-insights-masthead__kicker {
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: #5eead4;
  margin: 0 0 0.75rem;
}
.fg-insights-masthead h1 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.12;
  margin: 0 0 0.75rem;
  font-weight: 600;
}
.fg-insights-masthead__desc {
  font-size: 1.15rem;
  max-width: 36rem;
  opacity: 0.88;
  margin: 0;
}

.fg-insights-lead {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 2rem;
  align-items: stretch;
  margin: 2rem 0 2.5rem;
}
.fg-insights-lead__media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 320px;
  background: #0f172a;
}
.fg-insights-lead__media img,
.fg-insights-lead__media picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fg-insights-lead__copy .fg-eyebrow { margin-bottom: 0.6rem; }
.fg-insights-lead__title {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  line-height: 1.15;
  margin: 0 0 0.85rem;
  font-weight: 600;
}
.fg-insights-lead__title a { color: inherit; text-decoration: none; }
.fg-insights-lead__title a:hover { color: #0d9488; }
.fg-insights-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  font-size: 0.92rem;
  color: #64748b;
  margin: 0.75rem 0 0;
}
.fg-insights-meta strong { color: #0f172a; font-weight: 600; }

.fg-insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.fg-insights-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.fg-insights-card__media {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e2e8f0;
}
.fg-insights-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fg-insights-card__title {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0;
  font-weight: 600;
}
.fg-insights-card__title a { color: inherit; text-decoration: none; }
.fg-insights-card__title a:hover { color: #0d9488; }

.fg-insights-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.fg-insights-topic {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
}
.fg-insights-topic:hover {
  border-color: #0d9488;
  color: #0f766e;
}

/* Single article */
.fg-article {
  padding-bottom: 3rem;
}
.fg-article__header {
  padding: 1.5rem 0 1rem;
}
.fg-article__kicker {
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #0d9488;
  margin: 0 0 0.85rem;
}
.fg-article__kicker a { color: inherit; text-decoration: none; }
.fg-article__title {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2.1rem, 4.5vw, 3.35rem);
  line-height: 1.12;
  margin: 0 0 1rem;
  font-weight: 600;
  max-width: 18ch;
}
.fg-article__standfirst {
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.55;
  color: #334155;
  max-width: 42rem;
  margin: 0 0 1.25rem;
}
.fg-article__byline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  align-items: center;
  font-size: 0.95rem;
  color: #64748b;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.fg-article__share {
  display: flex;
  gap: 0.5rem;
  margin-left: auto;
}
.fg-article__share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 2.4rem;
  padding: 0 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: #0f172a;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
}
.fg-article__share a:hover { border-color: #0d9488; color: #0f766e; }

.fg-article__hero {
  margin: 1.5rem 0 2rem;
  border-radius: 18px;
  overflow: hidden;
  background: #0f172a;
}
.fg-article__hero img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 520px;
  object-fit: cover;
}
.fg-article__hero figcaption {
  font-size: 0.88rem;
  color: #64748b;
  padding: 0.65rem 0.25rem 0;
}

.fg-article__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}
.fg-article__body {
  max-width: 740px;
  margin: 0 auto;
  font-size: 1.125rem; /* ~18px */
  line-height: 1.75;
  color: #1e293b;
}
.fg-article__body > *:first-child { margin-top: 0; }
.fg-article__body h2 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.55rem, 2.4vw, 1.9rem);
  line-height: 1.25;
  margin: 2.4rem 0 0.9rem;
  font-weight: 600;
  color: #0f172a;
}
.fg-article__body h3 {
  font-family: Outfit, system-ui, sans-serif;
  font-size: 1.15rem;
  margin: 1.75rem 0 0.65rem;
  font-weight: 700;
}
.fg-article__body p { margin: 0 0 1.25rem; }
.fg-article__body ul,
.fg-article__body ol { margin: 0 0 1.35rem; padding-left: 1.25rem; }
.fg-article__body li { margin: 0.35rem 0; }
.fg-article__body a { color: #0f766e; }

.fg-insight-figure {
  margin: 2rem -0.5rem;
}
.fg-insight-figure img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
}
.fg-insight-figure figcaption {
  font-size: 0.88rem;
  color: #64748b;
  margin-top: 0.55rem;
  padding: 0 0.25rem;
}

.fg-insight-box {
  margin: 1.75rem 0;
  padding: 1.15rem 1.25rem;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.fg-insight-box h3,
.fg-insight-box .fg-insight-box__label {
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 0.65rem;
  color: #0d9488;
  font-weight: 700;
}
.fg-insight-box--takeaways { background: #f0fdfa; border-color: rgba(13, 148, 136, 0.25); }
.fg-insight-box--note { background: #fff7ed; border-color: rgba(234, 88, 12, 0.2); }
.fg-insight-box--note .fg-insight-box__label,
.fg-insight-box--note h3 { color: #c2410c; }
.fg-insight-box--career { background: #eff6ff; border-color: rgba(37, 99, 235, 0.2); }
.fg-insight-box--career h3 { color: #1d4ed8; }
.fg-insight-box--cta {
  background: linear-gradient(135deg, #0f766e, #134e4a);
  color: #ecfeff;
  border: 0;
}
.fg-insight-box--cta h3 { color: #99f6e4; }
.fg-insight-box--cta a.fg-btn {
  display: inline-flex;
  margin-top: 0.75rem;
  background: #fff;
  color: #0f766e;
}
.fg-insight-box--checklist,
.fg-insight-box--explains { background: #f8fafc; }
.fg-insight-box--stat {
  background: #ecfeff;
  border-color: rgba(8, 145, 178, 0.25);
  text-align: left;
}
.fg-insight-box--stat .fg-insight-box__label,
.fg-insight-box--stat h3 { color: #0e7490; }
.fg-insight-box--example { background: #fafaf9; border-style: dashed; }
.fg-pullquote {
  margin: 2rem 0;
  padding: 0.25rem 0 0.25rem 1.25rem;
  border-left: 4px solid #0d9488;
  font-family: Outfit, system-ui, sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  line-height: 1.45;
  color: #0f172a;
  max-width: 42rem;
}
.fg-pullquote cite {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.9rem;
  font-style: normal;
  color: #64748b;
  letter-spacing: 0.02em;
}
.fg-insight-box ul { margin: 0; }
.fg-article__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.98rem;
}
.fg-article__body .fg-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.5rem 0;
}
.fg-article__body th,
.fg-article__body td {
  border: 1px solid rgba(15, 23, 42, 0.12);
  padding: 0.65rem 0.75rem;
  text-align: left;
  vertical-align: top;
}
.fg-article__body th { background: #f8fafc; font-weight: 600; }

.fg-article__toc {
  max-width: 740px;
  margin: 0 auto 2rem;
  padding: 1rem 1.15rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.fg-article__toc strong {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #64748b;
}
.fg-article__toc ol { margin: 0; padding-left: 1.1rem; }
.fg-article__toc a { color: #0f172a; text-decoration: none; }
.fg-article__toc a:hover { color: #0d9488; }

.fg-article__sources {
  max-width: 740px;
  margin: 2.5rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
  font-size: 0.98rem;
}
.fg-article__author {
  max-width: 740px;
  margin: 2rem auto 0;
  padding: 1.25rem;
  border-radius: 14px;
  background: #f8fafc;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1rem;
  align-items: start;
}
.fg-article__author-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #0d9488;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: Outfit, system-ui, sans-serif;
}
.fg-article-related {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.fg-home-insights .fg-insights-lead { margin-top: 1rem; }

@media (max-width: 900px) {
  .fg-insights-lead,
  .fg-insights-grid { grid-template-columns: 1fr; }
  .fg-article__title { max-width: none; }
  .fg-article__share { margin-left: 0; width: 100%; }
  .fg-insight-figure { margin-left: 0; margin-right: 0; }
}
@media (max-width: 430px) {
  .fg-article__body { font-size: 1.05rem; line-height: 1.7; }
  .fg-insights-masthead { padding: 2.5rem 0 1rem; }
}
