.virginia-cta__inner {
  max-width: 36rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.virginia-cta__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #93c5fd;
}

.virginia-cta__title {
  margin-top: 0.5rem;
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.virginia-cta__lead {
  margin-top: 0.875rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #94a3b8;
  text-wrap: pretty;
}

.virginia-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.virginia-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  border: 1px solid rgba(74, 222, 128, 0.45);
  border-radius: 9999px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  box-shadow:
    0 4px 14px rgba(22, 163, 74, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}

.virginia-cta__btn:hover {
  transform: translateY(-1px);
  box-shadow:
    0 8px 20px rgba(22, 163, 74, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
}

.virginia-cta__btn-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
}

.virginia-cta__btn-icon svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.virginia-cta__note {
  margin-top: 1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #64748b;
}
