.insight-page {
  background: #ffffff;
  color: #334155;
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  overflow: hidden;
}

.insight-hero {
  padding: 132px 0 34px;
  background: linear-gradient(180deg, #f7fbfd 0%, #f2f8fb 100%);
}

.insight-hero__shell,
.insight-results {
  width: min(100% - 96px, 1720px);
  margin: 0 auto;
}

.insight-hero__eyebrow {
  margin: 0 0 12px;
  color: #016e8d;
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}

.insight-hero h1 {
  margin: 0;
  color: #334155;
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
}

.insight-hero h1 span {
  color: #016e8d;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .insight-hero h1 {
    font-size: 40px;
    white-space: nowrap;
  }
}

@media (min-width: 1440px) {
  .insight-hero h1 {
    white-space: nowrap;
  }
}

.insight-hero__desc {
  margin: 12px auto 0;
  max-width: 980px;
  color: #475569;
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
}

.insight-featured {
  width: min(100vw, 1920px);
  margin: 52px 0 0 50%;
  display: grid;
  grid-template-columns: 741px 841px 741px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  transform: translateX(-50%);
}

.insight-featured__card {
  min-width: 0;
  height: 418px;
  aspect-ratio: auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.insight-featured__card:first-child {
  transform: none;
}

.insight-featured__card:last-child {
  transform: none;
}

.insight-featured__card.is-main {
  height: 474px;
  aspect-ratio: auto;
  border-radius: 20px;
}

.insight-featured__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}

.insight-featured__link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.insight-featured__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.02) 36%, rgba(15, 23, 42, 0.88) 100%);
}

.insight-featured__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #00758f;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.insight-featured__copy {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
}

.insight-featured__meta {
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
}

.insight-featured__meta span {
  display: inline-flex;
  margin: 0;
  padding: 2px 8px;
  border-radius: 999px;
  background: #01a5c6;
  color: #ffffff;
  font-size: 9px;
  font-weight: 600;
  line-height: 14px;
}

.insight-featured__copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.insight-featured__description {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
}

.insight-featured__card:not(.is-main) .insight-featured__copy {
  left: 16px;
  right: 16px;
  bottom: 16px;
}

.insight-featured__card:not(.is-main) .insight-featured__copy h2 {
  font-size: 14px;
}

.insight-featured__card:not(.is-main) .insight-featured__description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.insight-featured__nav {
  margin: 24px auto 0;
  width: min(100%, 520px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: 52px;
  color: #016e8d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}

.insight-featured__nav-label {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  white-space: nowrap;
}

.insight-featured__nav-label.is-previous {
  justify-self: end;
}

.insight-featured__nav-label:not(.is-previous) {
  justify-self: start;
}

.insight-featured__nav-label:hover,
.insight-featured__nav-label:focus,
.insight-featured__nav-label:focus-visible,
.insight-featured__nav-label:active {
  border-color: transparent !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #005b75 !important;
}

.insight-featured__nav-label:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
  border-radius: 2px;
}

.insight-featured__nav-label svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.insight-featured__nav-label.is-previous svg {
  transform: rotate(180deg);
}

.insight-featured__dots {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
}

.insight-featured__dots i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #bae6fd;
}

.insight-featured__dots i.is-active {
  background: #00758f;
}

.insight-results {
  position: relative;
  padding: 36px 0 84px;
}

.insight-results::before,
.insight-results::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  background: rgba(1, 110, 141, 0.09);
  pointer-events: none;
}

.insight-results::before {
  left: -300px;
  top: 110px;
  width: 518px;
  height: 518px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    transparent 0 50%,
    #2aa1c3 50.5% 100%
  );
  opacity: 0.1;
}

.insight-results::after {
  right: -400px;
  bottom: 360px;
  width: 518px;
  height: 518px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    transparent 0 45%,
    #2aa1c3 45.5% 100%
  );
  opacity: 0.1;
}

.insight-toolbar,
.insight-status,
.insight-main {
  position: relative;
  z-index: 1;
}

.insight-toolbar {
  display: grid;
  grid-template-columns: minmax(320px, 48%) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.insight-search {
  position: relative;
  width: 100%;
  max-width: 720px;
}

.insight-search input {
  width: 100%;
  height: 48px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #ffffff;
  padding: 0 46px 0 18px;
  color: #334155;
  font-size: 14px;
  outline: none;
}

.insight-search input:focus {
  border-color: #00758f;
  box-shadow: 0 0 0 3px rgba(0, 117, 143, 0.12);
}

.insight-search button {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #0f172a;
  transform: translateY(-50%);
  cursor: pointer;
}

.insight-search svg {
  width: 16px;
  height: 16px;
}

.insight-filter {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: #8b8b8b #f1f1f1;
  -ms-overflow-style: auto;
}

.insight-filter::-webkit-scrollbar {
  height: 7px;
}

.insight-filter::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #f1f1f1;
}

.insight-filter::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #8b8b8b;
}

.insight-filter::-webkit-scrollbar-thumb:hover {
  background: #6f6f6f;
}

.insight-filter a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #00758f;
  border-radius: 999px;
  background: #ffffff;
  color: #00758f;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  flex: 0 0 auto;
}

.insight-filter a.is-active {
  border-style: solid;
  background: #00758f;
  color: #ffffff;
}

.insight-status {
  margin-top: 18px;
  padding: 12px 16px;
  border: 1px solid #bae6fd;
  border-radius: 10px;
  background: #f0f9ff;
  color: #03627d;
  font-size: 14px;
}

.insight-status a {
  margin-left: 8px;
  color: #00758f;
  font-weight: 700;
}

.insight-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 20px;
  margin-top: 56px;
}

.insight-list h2 {
  margin: 0 0 32px;
  color: #1a1a1a;
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 48px;
  font-weight: 800;
  font-style: normal;
  line-height: 110%;
  letter-spacing: 0;
}

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

.insight-grid.is-scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #8b8b8b #f1f1f1;
  -ms-overflow-style: auto;
}

.insight-grid.is-scrollable::-webkit-scrollbar {
  width: 8px;
}

.insight-grid.is-scrollable::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #f1f1f1;
}

.insight-grid.is-scrollable::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #8b8b8b;
}

.insight-grid.is-scrollable::-webkit-scrollbar-thumb:hover {
  background: #6f6f6f;
}

.insight-card {
  box-sizing: border-box;
  width: 321.33331298828125px;
  max-width: 100%;
  height: 436px;
  min-width: 0;
  padding: 12px 12px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.insight-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #e2e8f0;
}

.insight-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.insight-card:hover .insight-card__image img {
  transform: scale(1.03);
}

.insight-card__body {
  padding: 20px 0 0;
}

.insight-card__meta {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.insight-card h3 {
  margin: 8px 0 0;
  color: #1e293b;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.insight-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.insight-card h3 a:hover {
  color: #00758f;
}

.insight-card__excerpt {
  margin: 12px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.insight-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.insight-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
}

.insight-card__tags .is-orange {
  background: #fff7ed;
  color: #f97316;
}

.insight-card__tags .is-cyan {
  background: #ecfeff;
  color: #0891b2;
}

.insight-card__tags .is-blue {
  background: #eff6ff;
  color: #2563eb;
}

.insight-card__tags .is-pink {
  background: #fff1f2;
  color: #e11d48;
}

.insight-card__tags .is-purple {
  background: #f5f3ff;
  color: #7c3aed;
}

.insight-card__tags .is-teal {
  background: #f0fdfa;
  color: #0f766e;
}

.insight-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 78px;
}

.insight-sidebox,
.insight-newsletter {
  border: 1px solid #dbe8ef;
  border-radius: 12px;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.insight-sidebox h3,
.insight-newsletter h3 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.insight-sidebox .insight-category-title {
  color: #1e293b;
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: 110%;
  letter-spacing: 0;
}

.insight-sidebox .insight-popular-title {
  color: #1e293b;
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: 110%;
  letter-spacing: 0;
}

.insight-category-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 22px;
}

.insight-category-list a {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #334155;
  text-decoration: none;
}

.insight-category-list a.is-category-hidden {
  display: none;
}

.insight-category-list.is-expanded a.is-category-hidden {
  display: flex;
}

.insight-side-icon,
.insight-newsletter > span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e6f6fa;
  color: #00758f;
  flex: 0 0 auto;
}

.insight-side-icon svg,
.insight-newsletter svg {
  width: 22px;
  height: 22px;
}

.insight-category-list strong,
.insight-popular-list strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.insight-category-list small,
.insight-popular-list small {
  display: block;
  margin-top: 4px;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.35;
}

.insight-side-button {
  min-height: 38px;
  margin-top: 24px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid #00758f;
  border-radius: 6px;
  color: #00758f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.insight-side-button--categories {
  width: 280px;
  max-width: 100%;
  height: 38px;
  min-height: 38px;
  gap: 8px;
  border-color: #016e8d;
  border-radius: 6px;
  color: #016e8d;
  font-family: "Public Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: capitalize;
  background: #ffffff;
  cursor: pointer;
}

.insight-side-button--categories svg {
  position: relative;
  left: -4px;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: #016e8d;
}

.insight-side-button--categories:hover,
.insight-side-button--categories:focus,
.insight-side-button--categories:focus-visible,
.insight-side-button--categories:active {
  border-color: #016e8d !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #016e8d !important;
  box-shadow: none !important;
}

.insight-popular-list {
  margin: 22px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none;
}

.insight-popular-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
}

.insight-popular-list li > span {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #00758f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.insight-popular-list a {
  color: inherit;
  text-decoration: none;
}

.insight-popular-list strong {
  display: -webkit-box;
  overflow: hidden;
  color: #1e293b;
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.insight-popular-list small {
  color: #475569;
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0;
}

.insight-newsletter {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 348px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  padding: 24px;
  text-align: center;
}

.insight-newsletter > span {
  width: 52px;
  height: 52px;
  margin: 0 auto 24px;
  padding: 12px;
  border-radius: 500px;
  background: rgba(1, 110, 141, 0.16);
  color: #016e8d;
  box-sizing: border-box;
}

.insight-newsletter > span svg {
  width: 28px;
  height: 28px;
}

.insight-newsletter p {
  margin: 10px 0 24px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

.insight-newsletter form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.insight-newsletter input,
.insight-newsletter button {
  width: 272px;
  max-width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
}

.insight-newsletter input {
  height: 48px;
  border: 1px solid #e2e8f0;
  padding: 0 14px;
  color: #334155;
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0;
}

.insight-newsletter input::placeholder {
  color: #94a3b8;
  opacity: 1;
}

.insight-newsletter button {
  height: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #016e8d;
  background: #ffffff;
  color: #016e8d;
  font-family: "Public Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: capitalize;
  cursor: pointer;
}

.insight-newsletter button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: #016e8d;
}

.insight-newsletter button:hover,
.insight-newsletter button:focus,
.insight-newsletter button:focus-visible,
.insight-newsletter button:active {
  border-color: #016e8d !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #016e8d !important;
  box-shadow: none !important;
}

.insight-empty {
  border: 1px dashed #bae6fd;
  border-radius: 12px;
  background: #ffffff;
  padding: 40px;
  text-align: center;
}

.insight-empty p {
  margin: 0 0 12px;
  color: #64748b;
}

.insight-empty a {
  color: #00758f;
  font-weight: 800;
}

.insight-pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.insight-pagination div {
  display: flex;
  gap: 8px;
}

.insight-pagination a,
.insight-pagination span {
  min-width: 36px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #00758f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.insight-pagination span {
  background: #e6f6fa;
}

@media (max-width: 1180px) {
  .insight-hero__shell,
  .insight-results {
    width: min(100% - 48px, 960px);
  }

  .insight-featured {
    width: 100%;
    margin-left: 0;
    grid-template-columns: 1fr;
  }

  .insight-featured__card,
  .insight-featured__card:first-child,
  .insight-featured__card:last-child,
  .insight-featured__card.is-main {
    height: 320px;
    transform: none;
  }

  .insight-toolbar,
  .insight-main {
    grid-template-columns: 1fr;
  }

  .insight-search {
    max-width: none;
  }

  .insight-sidebar {
    padding-top: 0;
  }

  .insight-filter {
    justify-content: flex-start;
  }

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

@media (max-width: 768px) {
  .insight-hero {
    padding: 104px 0 28px;
  }

  .insight-hero__shell,
  .insight-results {
    width: min(100% - 32px, 560px);
  }

  .insight-hero h1 {
    font-size: 32px;
  }

  .insight-hero__desc {
    font-size: 14px;
  }

  .insight-featured {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
    transform: none;
    justify-items: center;
    gap: 16px;
  }

  .insight-featured__card,
  .insight-featured__card.is-main {
    width: 100%;
    height: 250px;
  }

  .insight-featured__copy {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .insight-featured__copy h2 {
    font-size: 17px;
  }

  .insight-featured__copy span {
    display: none;
  }

  .insight-featured__nav {
    column-gap: 22px;
  }

  .insight-results {
    padding-bottom: 56px;
  }

  .insight-toolbar {
    gap: 18px;
  }

  .insight-filter {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .insight-filter a {
    white-space: nowrap;
  }

  .insight-main {
    margin-top: 36px;
  }

  .insight-list h2 {
    margin-bottom: 22px;
    font-size: 34px;
  }

  .insight-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .insight-card__image {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .insight-sidebar {
    gap: 18px;
  }

  .insight-sidebox,
  .insight-newsletter {
    padding: 20px;
  }

  .insight-pagination {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Keep the desktop composition intact when the browser is heavily zoomed out. */
@media (min-width: 2400px) {
  .insight-hero__shell,
  .insight-results {
    width: 1400px;
  }

  .insight-toolbar {
    grid-template-columns: 683px 1fr;
  }

  .insight-main {
    grid-template-columns: 1012px 340px;
    justify-content: center;
  }

  .insight-grid {
    grid-template-columns: repeat(3, 321.33331298828125px);
  }
}

/* Insight article detail */
.insight-detail {
  width: 100%;
  background: #ffffff;
  color: #1e293b;
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.insight-detail__shell {
  width: min(100% - 96px, 1720px);
  margin: 0 auto;
  padding: 156px 0 88px;
}

.insight-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: start;
  gap: 52px;
}

.insight-detail__article {
  min-width: 0;
}

.insight-detail__meta {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.insight-detail__title {
  max-width: 1050px;
  margin: 14px 0 0;
  color: #1a1a1a;
  font-size: clamp(36px, 3.1vw, 56px);
  font-weight: 800;
  line-height: 110%;
  letter-spacing: 0;
}

.insight-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.insight-detail__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #e6f6fa;
  color: #0284a8;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.insight-detail__featured {
  width: 100%;
  margin: 36px 0 0;
  overflow: hidden;
  border-radius: 18px;
  background: transparent;
}

.insight-detail__featured img {
  width: 100%;
  height: auto;
  display: block;
}

.insight-detail__subtitle {
  margin: 34px 0 0;
  color: #1e293b;
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
}

.insight-detail__content {
  margin-top: 28px;
  color: #475569;
  font-size: 18px;
  line-height: 170%;
}

.insight-detail__content > :first-child {
  margin-top: 0;
}

.insight-detail__sidebar {
  min-width: 0;
}

.insight-detail__sidebar-inner {
  position: sticky;
  top: 118px;
}

.insight-detail__sidebar-title {
  margin: 0 0 26px;
  color: #64748b;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.insight-detail__related {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.insight-detail__related-link {
  display: block;
  border-radius: 16px;
  color: inherit;
  text-decoration: none;
}

.insight-detail__related-card {
  min-height: 98px;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 8px;
  border-radius: 16px;
  background: #ffffff;
  transition: background-color 0.2s ease;
}

.insight-detail__related-link:hover .insight-detail__related-card {
  background: #f8fafc;
}

.insight-detail__related-image {
  width: 88px;
  height: 88px;
  overflow: hidden;
  border-radius: 14px;
  background: #e2e8f0;
}

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

.insight-detail__related-copy {
  min-width: 0;
}

.insight-detail__related-meta {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.insight-detail__related-title {
  margin: 7px 0 0;
  display: -webkit-box;
  overflow: hidden;
  color: #334155;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.insight-detail__empty {
  margin: 0;
  color: #64748b;
  font-size: 14px;
}

@media (max-width: 1180px) {
  .insight-detail__shell {
    width: min(100% - 48px, 960px);
  }

  .insight-detail__layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 36px;
  }

  .insight-detail__related-card {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
  }

  .insight-detail__related-image {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 900px) {
  .insight-detail__shell {
    padding-top: 132px;
  }

  .insight-detail__layout {
    grid-template-columns: 1fr;
  }

  .insight-detail__sidebar-inner {
    position: static;
  }

  .insight-detail__sidebar-title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .insight-detail__shell {
    width: min(100% - 32px, 680px);
    padding: 112px 0 56px;
  }

  .insight-detail__layout {
    gap: 44px;
  }

  .insight-detail__meta {
    font-size: 12px;
  }

  .insight-detail__title {
    margin-top: 10px;
    font-size: 34px;
  }

  .insight-detail__featured {
    margin-top: 26px;
    border-radius: 14px;
  }

  .insight-detail__content {
    font-size: 16px;
  }
}
