.insights-page {
  background: var(--rk-dark);
  color: var(--rk-white);
}

.insights-hero {
  position: relative;
  overflow: hidden;
  padding: 140px 0 58px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 86% 18%, rgba(92, 194, 58, .2), transparent 30%),
    linear-gradient(115deg, rgba(92, 194, 58, .08), transparent 42%),
    var(--rk-dark);
}

.insights-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(92, 194, 58, .72), transparent);
}

.insights-hero-inner {
  position: relative;
}

.insights-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, .58);
  font-size: .92rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, transform .2s;
}

.insights-back:hover {
  color: var(--rk-green-bright);
  transform: translateX(-3px);
}

.insights-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--rk-green-bright);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.insights-instagram-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(92, 194, 58, .34);
  border-radius: 8px;
  background: rgba(92, 194, 58, .1);
}

.insights-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: clamp(30px, 6vw, 86px);
  align-items: end;
}

.insights-hero-copy {
  min-width: 0;
}

.insights-hero h1 {
  max-width: 780px;
  font-size: clamp(4rem, 9vw, 6.4rem);
  line-height: .84;
  animation: rkHeroIn .76s cubic-bezier(.22, .61, .36, 1) both;
}

.insights-hero p {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: clamp(1.05rem, 1.7vw, 1.2rem);
  line-height: 1.6;
  animation: rkHeroIn .76s .1s cubic-bezier(.22, .61, .36, 1) both;
}

.insights-social-card {
  align-self: end;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--rk-radius-lg);
  background: rgba(255, 255, 255, .045);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .18);
  backdrop-filter: blur(14px) saturate(1.2);
  animation: rkHeroIn .76s .16s cubic-bezier(.22, .61, .36, 1) both;
}

.insights-social-card > span {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .52);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.insights-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.insights-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 13px;
  background: rgba(255, 255, 255, .07);
  transition: transform .2s, border-color .2s, background .2s;
}

.insights-social-links a:hover {
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .13);
  transform: translateY(-2px);
}

.insights-social-links a:focus-visible {
  outline: 3px solid rgba(92, 194, 58, .7);
  outline-offset: 3px;
}

.social-platform-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .22));
}

.social-platform-icon-inline {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.insights-feed-section {
  padding: 42px 0 96px;
  background: var(--rk-dark);
}

.insights-feed-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  align-items: end;
  gap: 48px;
  margin-bottom: 42px;
}

.insights-feed-head h2 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
}

.insights-feed-head p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  line-height: 1.6;
}

.insights-feed {
  min-height: 620px;
  padding: clamp(14px, 2vw, 24px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--rk-radius-lg);
  background: rgba(255, 255, 255, .025);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
  color: rgba(255, 255, 255, .62);
}

.insights-feed > script {
  display: none;
}

.insights-feed iframe {
  width: 100% !important;
  max-width: none !important;
  border: 0 !important;
  background: transparent;
}

.insights-feed noscript {
  display: block;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--rk-radius-md);
}

.insights-cta-section {
  padding: 0 0 96px;
  background: var(--rk-dark);
}

.insights-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 42px 46px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--rk-radius-lg);
  background: var(--rk-dark-soft);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .2);
}

.insights-cta h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.insights-cta p {
  max-width: 600px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .66);
  line-height: 1.55;
}

.insights-cta-actions {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 900px) {
  .insights-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .insights-social-card {
    max-width: 430px;
  }

  .insights-feed-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .insights-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .insights-hero {
    padding: 128px 0 54px;
  }

  .insights-back {
    margin-bottom: 28px;
  }

  .insights-hero h1 {
    font-size: clamp(3.65rem, 19vw, 5rem);
  }

  .insights-social-card {
    padding: 20px;
    border-radius: var(--rk-radius-md);
  }

  .insights-feed-section {
    padding: 58px 0 72px;
  }

  .insights-feed-head {
    margin-bottom: 30px;
  }

  .insights-feed {
    min-height: 420px;
  }

  .insights-cta-section {
    padding-bottom: 72px;
  }

  .insights-cta {
    padding: 30px 24px;
    border-radius: var(--rk-radius-md);
  }

  .insights-cta-actions,
  .insights-cta-actions .rk-button {
    width: 100%;
  }
}
