/* Who Benefits + Coverage Map Styles — Scoped under .common-who-benefits */
.common-who-benefits {
  --wb-bg: oklch(99% 0.002 240);
  --wb-surface: oklch(100% 0 0);
  --wb-fg: oklch(18% 0.02 250);
  --wb-muted: oklch(54% 0.01 250);
  --wb-border: oklch(92% 0.005 250);
  --wb-exclusive: oklch(25% 0.04 255);
  --wb-accent: oklch(58% 0.20 30);
  --wb-accent-hover: oklch(52% 0.20 30);
  --wb-success: oklch(55% 0.16 150);
  --wb-danger: oklch(54% 0.18 25);
  --wb-font-display: 'Playfair Display', Georgia, serif;
  --wb-font-hero: 'Clash Display', 'Playfair Display', -apple-system, serif;
  --wb-font-strong: 'Montserrat', sans-serif;
  --wb-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;
  --wb-font-mono: 'JetBrains Mono', ui-monospace, monospace;
}

.common-who-benefits .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.common-who-benefits .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 6px;
  font-family: var(--wb-font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid transparent;
}

.common-who-benefits .btn-primary {
  background-color: var(--wb-accent);
  color: #fff;
}

.common-who-benefits .btn-primary:hover {
  background-color: var(--wb-accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.common-who-benefits .section-label {
  font-family: var(--wb-font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--wb-accent);
  font-weight: 600;
  display: block;
  margin-bottom: 16px;
}

.common-who-benefits .section-title {
  font-family: var(--wb-font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--wb-exclusive);
  margin-bottom: 24px;
}

.common-who-benefits .section-title strong {
  font-family: var(--wb-font-strong);
  font-weight: 800;
}

.common-who-benefits .section-title em {
  font-family: var(--wb-font-display);
  font-style: italic;
  font-weight: 400;
  color: var(--wb-exclusive);
}

.common-who-benefits .section-title .accent-dot {
  color: var(--wb-accent);
}

.common-who-benefits .section-desc {
  font-size: 16px;
  color: var(--wb-muted);
  max-width: 650px;
  margin-bottom: 48px;
}

.common-who-benefits .who-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 48px;
  margin-bottom: 12px;
}

.common-who-benefits .who-header-text {
  min-width: 0;
}

.common-who-benefits .who-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.common-who-benefits .who-card {
  background: var(--wb-surface);
  border: 1px solid var(--wb-border);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s;
}

.common-who-benefits .who-card:hover {
  border-color: var(--wb-exclusive);
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
}

.common-who-benefits .who-card h3 {
  font-family: var(--wb-font-display);
  font-size: 18px;
  color: var(--wb-exclusive);
  margin-bottom: 12px;
}

.common-who-benefits .who-card p {
  font-size: 13.5px;
  color: var(--wb-muted);
  line-height: 1.6;
}

/* Coverage Map Bento */
.common-who-benefits .coverage-bento {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(360px, 1.5fr);
  grid-template-rows: minmax(460px, auto);
  align-items: stretch;
  gap: 24px;
  margin-top: 40px;
  width: 100%;
}

.common-who-benefits .coverage-info {
  background: var(--wb-accent);
  border: none;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  height: 100%;
  overflow: hidden;
}

.common-who-benefits .coverage-info-header h3 {
  font-family: var(--wb-font-display);
  font-size: 24px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.common-who-benefits .coverage-info-header p {
  font-size: 14.5px;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
}

.common-who-benefits .coverage-eyebrow {
  font-family: var(--wb-font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.6);
  font-weight: 700;
  margin-bottom: 12px;
}

.common-who-benefits .retailer-logos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.common-who-benefits .retailer-tag {
  font-family: var(--wb-font-mono);
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 99px;
  padding: 7px 14px;
  letter-spacing: 0.02em;
  transition: all 0.2s;
  cursor: default;
}

.common-who-benefits .retailer-tag:hover {
  border-color: rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.15);
  color: #fff;
}

.common-who-benefits .coverage-map-box {
  background: #090f1d;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 460px;
  display: block;
}

.common-who-benefits #coverageMapBox {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.common-who-benefits .coverage-svg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* Map States */
.common-who-benefits .state.covered {
  fill: oklch(93% 0.04 30) !important;
  stroke: var(--wb-accent) !important;
  stroke-width: 1.5;
  cursor: pointer;
  transition: fill 0.2s;
}

.common-who-benefits .state.covered.variant-accent {
  fill: oklch(93% 0.04 30) !important;
  stroke: var(--wb-accent) !important;
  stroke-width: 1.5;
}

.common-who-benefits .state.covered.variant-exclusive {
  fill: oklch(93% 0.04 30) !important;
  stroke: var(--wb-accent) !important;
  stroke-width: 1.5;
}

.common-who-benefits .state.covered.variant-accent-soft {
  fill: oklch(93% 0.04 30) !important;
  stroke: var(--wb-accent) !important;
  stroke-width: 1.5;
}

.common-who-benefits .state.covered.variant-accent-light {
  fill: oklch(93% 0.04 30) !important;
  stroke: var(--wb-accent) !important;
  stroke-width: 1.5;
}

.common-who-benefits .state.covered.variant-accent-deep {
  fill: oklch(93% 0.04 30) !important;
  stroke: var(--wb-accent) !important;
  stroke-width: 1.5;
}

.common-who-benefits .state.covered:hover {
  fill: oklch(86% 0.08 30) !important;
}

.common-who-benefits .state.covered.variant-accent:hover {
  fill: oklch(86% 0.08 30) !important;
}

.common-who-benefits .state.covered.variant-exclusive:hover {
  fill: oklch(86% 0.08 30) !important;
}

.common-who-benefits .state.covered.variant-accent-soft:hover {
  fill: oklch(86% 0.08 30) !important;
}

.common-who-benefits .state.covered.variant-accent-deep:hover {
  fill: oklch(86% 0.08 30) !important;
}

.common-who-benefits .state:not(.covered) {
  fill: oklch(97% 0.002 250) !important;
  stroke: oklch(60% 0.005 250) !important;
  stroke-width: 0.6;
}

.common-who-benefits .state-label-covered {
  font-family: var(--wb-font-display);
  font-weight: 700;
  fill: oklch(28% 0.12 30);
  pointer-events: none;
  user-select: none;
}

.common-who-benefits .state-label-neutral {
  font-family: var(--wb-font-display);
  font-weight: 600;
  fill: oklch(40% 0.005 250);
  pointer-events: none;
  user-select: none;
}

.common-who-benefits .state-label-lg {
  font-size: 22px;
}

.common-who-benefits .state-label-md {
  font-size: 18px;
}

.common-who-benefits .state-label-sm {
  font-size: 11px;
}

/* Mobile CTA buttons */
.common-who-benefits .btn-cta-inline { display: inline-flex; }
.common-who-benefits .btn-cta-mobile { display: none; }

@media (max-width: 768px) {
  .common-who-benefits .btn-cta-inline { display: none !important; }
  .common-who-benefits .btn-cta-mobile { display: inline-flex !important; }
}

@media (max-width: 760px) {
  .common-who-benefits .coverage-bento {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .common-who-benefits .coverage-info {
    padding: 28px;
    gap: 16px;
    height: auto;
  }

  .common-who-benefits .coverage-map-box {
    min-height: 360px;
    height: 360px;
  }

  .common-who-benefits .retailer-logos-grid {
    margin-top: 16px;
  }

  .common-who-benefits .who-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
