.insights-hub-goals,
.insights-hub-practice {
  padding: 72px 0;
  background: #fff;
}

.insights-hub-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.insights-hub-kicker {
  margin: 0 0 12px;
  color: #ea580c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.insights-hub-heading h2,
.insights-hub-practice-copy h2,
.insights-hub-cta h2 {
  margin: 0;
  letter-spacing: 0;
}

.insights-hub-heading h2,
.insights-hub-practice-copy h2 {
  color: #111827;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
}

.insights-hub-heading > p:last-child {
  margin: 14px 0 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.7;
}

.insights-hub-goals-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid #e5e7eb;
}

.insights-hub-goal {
  min-width: 0;
  padding: 32px 32px 34px;
}

.insights-hub-goal + .insights-hub-goal {
  border-left: 1px solid #e5e7eb;
}

.insights-hub-goal-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 6px;
}

.insights-hub-goal-icon-orange {
  color: #c2410c;
  background: #ffedd5;
}

.insights-hub-goal-icon-blue {
  color: #1d4ed8;
  background: #dbeafe;
}

.insights-hub-goal-icon-green {
  color: #047857;
  background: #d1fae5;
}

.insights-hub-goal h3 {
  margin: 0;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}

.insights-hub-goal > p {
  min-height: 78px;
  margin: 12px 0 22px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.65;
}

.insights-hub-goal ul,
.insights-hub-principles {
  margin: 0;
  padding: 0;
  list-style: none;
}

.insights-hub-goal li + li {
  margin-top: 12px;
}

.insights-hub-goal a,
.insights-hub-text-link {
  color: #c2410c;
  font-weight: 700;
  text-decoration: none;
}

.insights-hub-goal a {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.insights-hub-goal a span,
.insights-hub-text-link span {
  transition: transform 0.2s ease;
}

.insights-hub-goal a:hover span,
.insights-hub-text-link:hover span {
  transform: translateX(3px);
}

.insights-hub-practice {
  border-top: 1px solid #e5e7eb;
}

.insights-hub-practice-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: 64px;
}

.insights-hub-practice-visual {
  overflow: hidden;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
}

.insights-hub-browser-bar {
  display: flex;
  height: 30px;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border-bottom: 1px solid #e5e7eb;
  background: #f8fafc;
}

.insights-hub-browser-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
}

.insights-hub-browser-bar span:first-child {
  background: #fb7185;
}

.insights-hub-browser-bar span:nth-child(2) {
  background: #fbbf24;
}

.insights-hub-browser-bar span:last-child {
  background: #34d399;
}

.insights-hub-practice-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1323 / 783;
  object-fit: cover;
}

.insights-hub-practice-copy > p:not(.insights-hub-kicker) {
  margin: 18px 0 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
}

.insights-hub-principles {
  margin-top: 26px;
}

.insights-hub-principles li {
  position: relative;
  padding: 0 0 18px 34px;
}

.insights-hub-principles li + li {
  padding-top: 18px;
  border-top: 1px solid #e5e7eb;
}

.insights-hub-principles li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #2563eb;
  content: "✓";
  font-size: 12px;
  font-weight: 800;
}

.insights-hub-principles li + li::before {
  top: 20px;
}

.insights-hub-principles strong,
.insights-hub-principles span {
  display: block;
}

.insights-hub-principles strong {
  color: #111827;
  font-size: 15px;
}

.insights-hub-principles span {
  margin-top: 4px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.55;
}

.insights-hub-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 15px;
}

.insights-hub-cta {
  padding: 64px 0;
  border-block: 1px solid var(--insights-line);
  color: var(--insights-ink);
  background: var(--insights-soft);
}

.insights-hub-cta .insights-hub-kicker {
  color: var(--insights-orange-dark);
}

.insights-hub-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.insights-hub-cta-inner > div:first-child {
  max-width: 690px;
}

.insights-hub-cta h2 {
  color: var(--insights-ink);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
}

.insights-hub-cta-inner > div:first-child > p:last-child {
  margin: 12px 0 0;
  color: var(--insights-copy);
  font-size: 16px;
  line-height: 1.65;
}

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

.insights-hub-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.insights-hub-button-primary {
  color: #fff;
  background: #f97316;
}

.insights-hub-button-primary:hover {
  background: #ea580c;
}

.insights-hub-button-secondary {
  border-color: #d1d5db;
  color: var(--insights-ink);
  background: #fff;
}

.insights-hub-button-secondary:hover {
  border-color: var(--insights-orange);
  color: var(--insights-orange-dark);
  background: #fff7ed;
}

@media (max-width: 960px) {
  .insights-hub-goals-grid {
    grid-template-columns: 1fr;
  }

  .insights-hub-goal + .insights-hub-goal {
    border-top: 1px solid #e5e7eb;
    border-left: 0;
  }

  .insights-hub-goal > p {
    min-height: 0;
  }

  .insights-hub-practice-inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .insights-hub-practice-visual {
    max-width: 760px;
  }

  .insights-hub-cta-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .insights-hub-goals,
  .insights-hub-practice {
    padding: 54px 0;
  }

  .insights-hub-heading {
    margin-bottom: 30px;
  }

  .insights-hub-heading h2,
  .insights-hub-practice-copy h2 {
    font-size: 30px;
  }

  .insights-hub-goal {
    padding: 28px 0 30px;
  }

  .insights-hub-practice-inner {
    gap: 36px;
  }

  .insights-hub-cta {
    padding: 52px 0;
  }

  .insights-hub-cta h2 {
    font-size: 28px;
  }

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

  .insights-hub-cta-actions {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .insights-hub-goal a span,
  .insights-hub-text-link span,
  .insights-hub-button {
    transition: none;
  }
}
