/* ===================================================================
   About spotlight — post-hero panel (reference layout)
   =================================================================== */

.about-spotlight {
  padding: 10px 10px 48px;
  background: #ffffff;
}

@media (min-width: 769px) {
  .about-spotlight {
    padding: 12px 14px 48px;
  }
}

@media (min-width: 1281px) {
  .about-spotlight {
    padding: 14px 18px 48px;
  }
}

.about-spotlight-panel {
  background: #ffffff;
  border: 1px solid #e8e8ea;
  border-radius: clamp(40px, 6.5vw, 80px);
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.about-spotlight-top {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .about-spotlight-top {
    grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
  }
}

.about-spotlight-stat-col {
  padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 40px);
  border-bottom: 1px solid #ececee;
}

@media (min-width: 900px) {
  .about-spotlight-stat-col {
    border-bottom: none;
    border-right: 1px solid #ececee;
    padding-bottom: clamp(36px, 5vw, 52px);
  }
}

.about-spotlight-label {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ec652b;
}

.about-spotlight-stat {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #111111;
}

.about-spotlight-fact {
  margin: 0;
  font-size: clamp(0.92rem, 1.35vw, 1.05rem);
  line-height: 1.6;
  color: #4a4d56;
}

.about-spotlight-fact strong {
  color: #111111;
  font-weight: 600;
}

.about-spotlight-stat-note {
  margin: 14px 0 0;
  font-size: 0.95rem;
  line-height: 1.45;
  font-style: italic;
  color: #8a8d96;
}

.about-spotlight-intro-col {
  position: relative;
  padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 40px) clamp(48px, 6vw, 64px);
}

.about-spotlight-headline {
  margin: 0;
  max-width: 28ch;
  font-size: clamp(1.65rem, 3.2vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #111111;
}

.about-spotlight-cta {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-top: 28px;
  padding: 6px 6px 6px 22px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: transform 0.25s ease, background 0.25s ease;
}

.about-spotlight-cta:hover {
  background: #2a2a2a;
  transform: translateY(-1px);
}

.about-spotlight-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-left: 14px;
  border-radius: 50%;
  background: #ffffff;
  color: #111111;
  font-size: 16px;
  line-height: 1;
}

.about-spotlight-badges {
  position: absolute;
  right: clamp(24px, 4vw, 40px);
  bottom: clamp(24px, 4vw, 36px);
  display: flex;
  align-items: center;
}

.about-spotlight-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.about-spotlight-badge:first-child {
  margin-left: 0;
}

.about-spotlight-badge--a {
  background: linear-gradient(135deg, #5a6a78, #3d4a56);
  z-index: 1;
}

.about-spotlight-badge--b {
  background: linear-gradient(135deg, #7a8a96, #5c6b78);
  z-index: 2;
}

.about-spotlight-badge--accent {
  background: #ec652b;
  font-size: 14px;
  z-index: 3;
}

.about-spotlight-cards {
  display: grid;
  gap: 0;
  border-top: 1px solid #ececee;
}

@media (min-width: 900px) {
  .about-spotlight-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.about-spotlight-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: clamp(24px, 3vw, 32px) clamp(24px, 3vw, 36px) clamp(28px, 3.5vw, 36px);
  background: #ffffff;
  border-bottom: 1px solid #ececee;
  min-height: 100%;
}

@media (min-width: 900px) {
  .about-spotlight-card {
    border-bottom: none;
    border-right: 1px solid #ececee;
  }

  .about-spotlight-card:last-child {
    border-right: none;
  }
}

.about-spotlight-card:last-child {
  border-bottom: none;
}

.about-spotlight-card--featured {
  background: #f6f1ec;
}

.about-spotlight-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #f0f1f3;
  color: #111111;
}

.about-spotlight-card-icon svg {
  width: 18px;
  height: 18px;
}

.about-spotlight-card-icon--accent {
  background: #ec652b;
  color: #ffffff;
}

.about-spotlight-card h3 {
  margin: 0 0 14px;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #111111;
}

.about-spotlight-practice-label {
  margin: 0 0 10px;
  flex: none;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ec652b;
}

.about-spotlight-card-kicker {
  margin: 0 0 8px;
  flex: none;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a8d96;
}

.about-spotlight-card-body {
  margin: 0;
  flex: 1;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #6f737c;
}

.about-spotlight-revenue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 11px 18px;
  border: 1px solid #111111;
  border-radius: 999px;
  background: transparent;
  color: #111111;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.about-spotlight-revenue-btn:hover {
  background: #111111;
  color: #ffffff;
  transform: translateY(-1px);
}

.about-spotlight-card--featured .about-spotlight-revenue-btn {
  border-color: #111111;
}

.about-spotlight-card--featured .about-spotlight-revenue-btn:hover {
  background: #111111;
  color: #ffffff;
}

.about-spotlight-link {
  display: inline-block;
  margin-top: 28px;
  font-size: 0.92rem;
  font-weight: 500;
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}

.about-spotlight-link:hover {
  opacity: 0.65;
}

@media (max-width: 899px) {
  .about-spotlight-badges {
    position: static;
    margin-top: 28px;
  }

  .about-spotlight-intro-col {
    padding-bottom: clamp(28px, 4vw, 44px);
  }

  .about-spotlight-headline {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .about-spotlight-panel {
    border-radius: 36px;
  }
}

/* ── Revenue Impact modal ── */
.revenue-impact-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.revenue-impact-modal[hidden] {
  display: none;
}

.revenue-impact-modal.is-open {
  display: flex;
}

.revenue-impact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.58);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  animation: revenueModalFadeIn 0.28s ease forwards;
}

.revenue-impact-modal__panel {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  padding: clamp(28px, 4vw, 36px);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(17, 17, 17, 0.22);
  animation: revenueModalSlideIn 0.32s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.revenue-impact-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #f0f1f3;
  color: #111111;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.revenue-impact-modal__close:hover {
  background: #e4e5e8;
}

.revenue-impact-modal__title {
  margin: 0 0 14px;
  padding-right: 36px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #111111;
}

.revenue-impact-modal__body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #4a4d56;
}

@keyframes revenueModalFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes revenueModalSlideIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

body.is-revenue-modal-open {
  overflow: hidden;
}
