.asf-insights-page {
  --asf-paper: #f6f2e8;
  --asf-sheet: #fffdf8;
  --asf-surface: rgba(255, 255, 255, 0.78);
  --asf-surface-strong: rgba(255, 255, 255, 0.92);
  --asf-ink: #20353a;
  --asf-copy: #4c646a;
  --asf-muted: #72898e;
  --asf-line: rgba(33, 67, 72, 0.12);
  --asf-accent: #2c666d;
  --asf-accent-strong: #17464d;
  --asf-accent-soft: #dcecef;
  --asf-accent-tint: #eef6f7;
  --asf-dark: #19363b;
  --asf-radius-xl: 30px;
  --asf-radius-lg: 26px;
  --asf-radius-md: 18px;
  --asf-shadow-soft: 0 18px 42px rgba(25, 52, 57, 0.08);
  --asf-shadow-strong: 0 24px 60px rgba(16, 38, 42, 0.14);
  --asf-serif: "Roboto Slab", "Merriweather", Georgia, serif;
  --asf-sans: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.55), transparent 38%),
    linear-gradient(180deg, #f6f1e6 0%, #edf4f3 34%, #f8fbfa 100%);
  color: var(--asf-ink);
  padding-bottom: 88px;
}

.asf-insights-page * {
  box-sizing: border-box;
}

.asf-insights-page .asf-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.asf-insights-page .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.asf-insights-page a:focus-visible,
.asf-insights-page button:focus-visible,
.asf-insights-page input:focus-visible {
  outline: 3px solid rgba(44, 102, 109, 0.34);
  outline-offset: 3px;
}

.asf-insights-page .asf-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(255,255,255,0.32);
  backdrop-filter: blur(12px);
  color: var(--asf-accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.asf-insights-page .asf-section-heading {
  margin-bottom: 22px;
}

.asf-insights-page .asf-section-heading h2 {
  margin: 10px 0 0;
  font-family: var(--asf-serif);
  font-size: clamp(2rem, 3.5vw, 3.3rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: var(--asf-ink);
}

.asf-insights-page .asf-insights-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 70px;
  background:
    linear-gradient(115deg, rgba(12, 33, 37, 0.82), rgba(20, 53, 58, 0.48)),
    var(--hero-image) center/cover no-repeat;
}

.asf-insights-page .asf-insights-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 27, 31, 0.1), rgba(10, 27, 31, 0.38));
}

.asf-insights-page .asf-insights-hero__grid,
.asf-insights-page .asf-insights-hero__copy {
  position: relative;
  z-index: 1;
}

.asf-insights-page .asf-insights-hero__copy {
  max-width: 760px;
}

.asf-insights-page .asf-insights-hero__title {
  margin: 18px 0 18px;
  font-family: var(--asf-serif);
  font-size: clamp(3rem, 6vw, 5.7rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  color: #fffefb;
}

.asf-insights-page .asf-insights-hero p {
  max-width: 62ch;
  margin: 0;
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
  line-height: 1.6;
  color: rgba(255,255,255,0.92);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.asf-insights-page .asf-insights-search {
  margin-top: -56px;
  position: relative;
  z-index: 2;
}

.asf-insights-page .search-panel {
  padding: 22px;
  border-radius: var(--asf-radius-xl);
  background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.82) 100%);
  border: 1px solid rgba(255,255,255,0.46);
  backdrop-filter: blur(16px);
  box-shadow: var(--asf-shadow-strong);
}

.asf-insights-page .search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.asf-insights-page .search-input,
.asf-insights-page .subscribe-form input[type="email"],
.asf-insights-page .subscribe-form input[type="text"] {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border-radius: var(--asf-radius-md);
  border: 1px solid rgba(34, 72, 77, 0.16);
  background: rgba(255,255,255,0.94);
  color: var(--asf-ink);
  font-size: 1rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.asf-insights-page .search-button,
.asf-insights-page .subscribe-form button,
.asf-insights-page .subscribe-form__fallback button {
  min-height: 58px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--asf-radius-md);
  background: var(--asf-accent);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.asf-insights-page .search-button:hover,
.asf-insights-page .subscribe-form button:hover,
.asf-insights-page .subscribe-form__fallback button:hover {
  background: var(--asf-accent-strong);
  box-shadow: 0 14px 28px rgba(23, 70, 77, 0.24);
  transform: translateY(-1px);
}

.asf-insights-page .quick-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.asf-insights-page .quick-filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid var(--asf-line);
  background: rgba(255,255,255,0.92);
  color: var(--asf-accent-strong);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.asf-insights-page .quick-filter-pill.is-active {
  background: var(--asf-accent);
  color: #fff;
  border-color: var(--asf-accent);
}

.asf-insights-page .quick-filter-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(21, 61, 67, 0.12);
  border-color: rgba(44, 102, 109, 0.22);
}

.asf-insights-page .quick-filter-pill__icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.asf-insights-page .asf-insights-featured,
.asf-insights-page .asf-insights-topic-panel,
.asf-insights-page .asf-insights-trending {
  padding-top: 56px;
}

.asf-insights-page .asf-featured-card,
.asf-insights-page .asf-topic-panel__lead,
.asf-insights-page .asf-topic-panel__mini,
.asf-insights-page .asf-trending-feature,
.asf-insights-page .asf-trending-list__item {
  border: 1px solid var(--asf-line);
  border-radius: var(--asf-radius-lg);
  background: var(--asf-surface-strong);
  box-shadow: var(--asf-shadow-soft);
}

.asf-insights-page .asf-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 248, 248, 0.94) 100%);
}

.asf-insights-page .asf-featured-card__copy {
  padding: 38px;
}

.asf-insights-page .asf-featured-card__copy h2,
.asf-insights-page .asf-topic-panel__body h3,
.asf-insights-page .asf-topic-panel__mini h3,
.asf-insights-page .asf-trending-feature__body h3,
.asf-insights-page .asf-trending-list__copy h3 {
  margin: 0;
  font-family: var(--asf-serif);
  line-height: 1.03;
  letter-spacing: -0.03em;
}

.asf-insights-page .asf-featured-card__copy h2 {
  font-size: clamp(2.1rem, 3.6vw, 4rem);
}

.asf-insights-page .asf-featured-card__copy h2 a,
.asf-insights-page .asf-topic-panel__body h3 a,
.asf-insights-page .asf-topic-panel__mini h3 a,
.asf-insights-page .asf-trending-feature__body h3 a,
.asf-insights-page .asf-trending-list__copy h3 a {
  color: var(--asf-ink);
  text-decoration: none;
}

.asf-insights-page .asf-featured-card__excerpt,
.asf-insights-page .asf-topic-panel__body p,
.asf-insights-page .asf-topic-panel__mini p,
.asf-insights-page .asf-trending-feature__body p,
.asf-insights-page .asf-trending-list__copy p {
  color: var(--asf-copy);
  font-size: 1rem;
  line-height: 1.7;
}

.asf-insights-page .asf-featured-card__excerpt {
  font-size: 1.05rem;
  max-width: 54ch;
}

.asf-insights-page .asf-featured-card__meta,
.asf-insights-page .asf-topic-panel__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--asf-muted);
  font-size: 0.92rem;
}

.asf-insights-page .asf-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--asf-accent);
  text-decoration: none;
  font-weight: 700;
  transition: gap 180ms ease, color 180ms ease;
}

.asf-insights-page .asf-arrow-link:hover {
  gap: 11px;
  color: var(--asf-accent-strong);
}

.asf-insights-page .asf-featured-card__media img,
.asf-insights-page .asf-topic-panel__image img,
.asf-insights-page .asf-trending-feature__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.asf-insights-page .asf-featured-card:hover .asf-featured-card__media img,
.asf-insights-page .asf-topic-panel__lead:hover .asf-topic-panel__image img,
.asf-insights-page .asf-trending-feature:hover .asf-trending-feature__image img {
  transform: scale(1.03);
}

.asf-insights-page .asf-topic-panel__switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.asf-insights-page .asf-topic-pill {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--asf-line);
  background: rgba(255,255,255,0.82);
  color: var(--asf-accent-strong);
  text-decoration: none;
  font-weight: 600;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.asf-insights-page .asf-topic-pill.is-active {
  background: var(--asf-accent-soft);
  border-color: rgba(44, 102, 109, 0.24);
}

.asf-insights-page .asf-topic-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(20, 52, 57, 0.1);
}

.asf-insights-page .asf-topic-panel__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 18px;
}

.asf-insights-page .asf-topic-panel__lead {
  overflow: hidden;
}

.asf-insights-page .asf-topic-panel__image {
  display: block;
  aspect-ratio: 16 / 9;
}

.asf-insights-page .asf-topic-panel__body,
.asf-insights-page .asf-topic-panel__mini {
  padding: 24px;
}

.asf-insights-page .asf-topic-panel__body h3 {
  font-size: clamp(1.7rem, 2.8vw, 2.6rem);
}

.asf-insights-page .asf-topic-panel__mini h3,
.asf-insights-page .asf-trending-list__copy h3 {
  font-size: clamp(1.2rem, 1.9vw, 1.7rem);
}

.asf-insights-page .asf-topic-panel__related {
  display: grid;
  gap: 16px;
}

.asf-insights-page .asf-topic-panel__mini {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
}

.asf-insights-page .subscribe-band {
  margin-top: 56px;
  padding: 44px 0;
  background: linear-gradient(135deg, #16363b 0%, #21464c 100%);
}

.asf-insights-page .subscribe-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(460px, 1.05fr);
  gap: 22px;
  align-items: center;
}

.asf-insights-page .subscribe-copy h2 {
  margin: 0;
  font-family: var(--asf-serif);
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fffdf9;
  max-width: 13ch;
}

.asf-insights-page .subscribe-form__fallback {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: 100%;
}

.asf-insights-page .subscribe-form {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.asf-insights-page .subscribe-form__fallback input {
  width: 100%;
  min-width: 0;
  min-height: 68px;
  padding: 0 22px;
  border: 0;
  border-radius: 20px;
  background: #fffefb;
  color: var(--asf-ink);
  font-size: 1.05rem;
  box-shadow:
    inset 0 0 0 1px rgba(18, 55, 60, 0.12),
    0 10px 22px rgba(8, 25, 29, 0.08);
}

.asf-insights-page .subscribe-form__fallback input::placeholder {
  color: #617579;
  opacity: 1;
}

.asf-insights-page .subscribe-form__fallback button {
  min-width: 210px;
  min-height: 68px;
  padding: 0 28px;
  border: 0;
  border-radius: 20px;
  background: #d5ebef;
  color: #173b41;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(8, 25, 29, 0.12);
}

.asf-insights-page .asf-trending-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
  gap: 18px;
}

.asf-insights-page .asf-trending-feature {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 246, 247, 0.96) 100%);
}

.asf-insights-page .asf-trending-feature__image {
  display: block;
  aspect-ratio: 16 / 10;
}

.asf-insights-page .asf-trending-feature__body {
  padding: 24px;
}

.asf-insights-page .asf-trending-feature__body h3 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.asf-insights-page .asf-trending-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.asf-insights-page .asf-trending-list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 20px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.asf-insights-page .asf-topic-panel__lead,
.asf-insights-page .asf-topic-panel__mini,
.asf-insights-page .asf-trending-feature {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.asf-insights-page .asf-topic-panel__lead:hover,
.asf-insights-page .asf-topic-panel__mini:hover,
.asf-insights-page .asf-trending-feature:hover,
.asf-insights-page .asf-trending-list__item:hover,
.asf-insights-page .asf-featured-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--asf-shadow-strong);
}

.asf-insights-page .asf-trending-list__rank {
  font-family: var(--asf-serif);
  font-size: 2rem;
  line-height: 1;
  color: var(--asf-accent);
}

@media (max-width: 960px) {
  .asf-insights-page .asf-featured-card,
  .asf-insights-page .asf-topic-panel__grid,
  .asf-insights-page .asf-trending-grid,
  .asf-insights-page .subscribe-inner {
    grid-template-columns: 1fr;
  }

  .asf-insights-page .asf-featured-card__media {
    order: -1;
  }

  .asf-insights-page .subscribe-form {
    max-width: 680px;
  }
}

@media (max-width: 700px) {
  .asf-insights-page .asf-wrap {
    padding: 0 16px;
  }

  .asf-insights-page .asf-insights-hero {
    padding: 74px 0 46px;
  }

  .asf-insights-page .search-row,
  .asf-insights-page .subscribe-form__fallback {
    grid-template-columns: 1fr;
  }

  .asf-insights-page .search-button,
  .asf-insights-page .subscribe-form button,
  .asf-insights-page .subscribe-form__fallback button {
    width: 100%;
  }

  .asf-insights-page .search-panel,
  .asf-insights-page .asf-featured-card__copy,
  .asf-insights-page .asf-topic-panel__body,
  .asf-insights-page .asf-topic-panel__mini,
  .asf-insights-page .asf-trending-feature__body,
  .asf-insights-page .asf-trending-list__item {
    padding: 18px;
  }
}
