/* =============================================
   VS LIFTEAMS PAGE — page-specific overrides only
   Enterprise cards/hero/stats/security/cta come
   from enterprise.css (already loaded before this)
   ============================================= */

/* ── Shared section heading (table, FAQ sections) ── */
.vl-section-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #111111;
  line-height: 1.3;
  margin-bottom: 0;
}

/* ── Shared section sub-lead paragraph ─────────── */
.vl-section-lead {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #6b7280;
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* Light version on dark enterprise-complexity background */
.vl-section-lead--light {
  color: rgba(255, 255, 255, 0.78);
}

/* ── Corrections section background override ────── */
/* enterprise-features handles card styles and padding;
   only the background colour is overridden here */
.vl-corrections {
  background-color: #f8fafc !important;
}

/* Yellow left-accent modifier on correction cards */
.vl-correction-accent {
  border-left: 4px solid #FFBC00 !important;
}

/* Amber tint for icon-box inside correction cards */
.vl-correction-accent .enterprise-features__icon-box {
  background: #fffbeb;
  transition: background 0.3s ease;
}

.vl-correction-accent .enterprise-features__icon-box i {
  color: #d97706;
}

.vl-correction-accent:hover .enterprise-features__icon-box {
  background: #fef3c7;
}

/* In-card contextual link */
.vl-card-link {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #0A1A6F;
  text-decoration: none !important;
  margin-top: 12px;
  border-bottom: 1px solid #c7d2fe;
  transition: border-color 0.18s ease, color 0.18s ease;
}

.vl-card-link:hover,
.vl-card-link:focus {
  color: #0A1A6F;
  border-bottom-color: #0A1A6F;
  text-decoration: none !important;
}

/* ── Offline visual SVG placeholder ────────────── */
.vl-offline-visual {
  margin-top: 8px;
}

/* ── Track Record section ───────────────────────── */
/* enterprise-stats provides stat card styles;
   vl-trackrecord adds section bg + spacing */
.vl-trackrecord {
  background-color: #f8fafc;
  padding-top: 32px;
  padding-bottom: 64px;
}

/* Prose text paragraphs used in track record + independence */
.vl-prose {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #374151;
  line-height: 1.8;
  margin-bottom: 18px;
  max-width: 820px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.vl-prose:last-child {
  margin-bottom: 0;
}

.vl-prose__link {
  color: #0A1A6F;
  text-decoration: none !important;
  border-bottom: 1px solid #c7d2fe;
  transition: border-color 0.18s ease;
}

.vl-prose__link:hover,
.vl-prose__link:focus {
  border-bottom-color: #0A1A6F;
  color: #0A1A6F;
  text-decoration: none !important;
}

/* ── Independence section ───────────────────────── */
/* enterprise-security provides trust card styles;
   vl-independence adjusts bg + padding */
.vl-independence {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 64px;
}

/* ── Comparison Table ───────────────────────────── */
.vl-compare {
  background: #ffffff;
  padding: 72px 0 80px;
  font-family: 'Poppins', sans-serif;
}

.vl-compare__title {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #111111;
  line-height: 1.25;
  margin-bottom: 6px;
}

.vl-compare__source {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 0;
}

.vl-compare__table-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.07);
}

.vl-compare__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.vl-compare__table {
  border-collapse: collapse;
  min-width: 640px;
}

.vl-compare__th {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  padding: 18px 22px;
  border-bottom: 2px solid #e5e7eb;
  white-space: nowrap;
}

.vl-compare__th--feature {
  color: #9ca3af;
  background: #ffffff;
  width: 24%;
}

.vl-compare__th--ep {
  background: #0A1A6F;
  color: #ffffff;
  width: 44%;
  border-left: 1px solid #0A1A6F;
}

.vl-compare__th--lt {
  color: #111111;
  background: #ffffff;
  width: 32%;
  border-left: 1px solid #e5e7eb;
}

.vl-compare__row {
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.18s ease;
}

.vl-compare__row:last-child {
  border-bottom: none;
}

.vl-compare__row:hover {
  background: #f8fafc;
}

.vl-compare__row:hover .vl-compare__td--ep {
  background: #e8eeff;
}

.vl-compare__td {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  padding: 16px 22px;
  vertical-align: middle;
  line-height: 1.6;
}

.vl-compare__td--feature {
  font-weight: 600;
  color: #374151;
}

.vl-compare__td--ep {
  color: #111827;
  background: #f0f4ff;
  border-left: 1px solid #dbeafe;
  font-weight: 500;
  transition: background 0.18s ease;
}

.vl-compare__td--lt {
  color: #6b7280;
  border-left: 1px solid #e5e7eb;
}

.vl-compare__td .np {
  color: #9ca3af;
  font-style: italic;
  font-weight: 400;
}

/* ── FAQ ────────────────────────────────────────── */
.vl-faq {
  background: #f8fafc;
  padding: 40px 0 80px;
  font-family: 'Poppins', sans-serif;
}

.vl-faq .accordion-item {
  border: 1.5px solid #e8ecf0;
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 10px;
  background: #ffffff;
}

.vl-faq .accordion-item:last-child {
  margin-bottom: 0;
}

.vl-faq .accordion-button {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  background: #ffffff;
  padding: 20px 24px;
  box-shadow: none !important;
}

.vl-faq .accordion-button:not(.collapsed) {
  color: #0A1A6F;
  background: #eef2ff;
}

.vl-faq .accordion-button:not(.collapsed)::after {
  filter: invert(12%) sepia(97%) saturate(3207%) hue-rotate(217deg) brightness(43%) contrast(110%);
}

.vl-faq .accordion-body {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.75;
  padding: 0 24px 22px;
  background: #ffffff;
}

/* ── App Store badge row (below enterprise-cta button) ── */
.vl-badge-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.vl-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #000000;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 8px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  min-width: 160px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.vl-badge:hover {
  background: #1a1a1a;
  transform: scale(1.03);
  color: #ffffff !important;
  text-decoration: none !important;
}

.vl-badge__text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.vl-badge__sub {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 400;
  opacity: 0.75;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.vl-badge__name {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 991px) {
  .vl-section-heading { font-size: 24px; }
  .vl-compare { padding: 56px 0 64px; }
  .vl-compare__title { font-size: 24px; }
  .vl-faq { padding: 32px 0 64px; }
  .vl-trackrecord { padding-top: 24px; padding-bottom: 52px; }
}

@media (max-width: 767px) {
  .vl-section-heading { font-size: 22px; }
  .vl-compare { padding: 48px 0 56px; }
  .vl-compare__title { font-size: 22px; }
  .vl-compare__th, .vl-compare__td { padding: 14px 16px; font-size: 13px; }
  .vl-faq { padding: 28px 0 56px; }
  .vl-trackrecord { padding-top: 20px; padding-bottom: 44px; }
}

@media (max-width: 575px) {
  .vl-section-heading { font-size: 20px; }
  .vl-compare { padding: 40px 0 48px; }
  .vl-compare__title { font-size: 20px; }
  .vl-compare__table-wrap { border-radius: 10px; }
  .vl-compare__th, .vl-compare__td { padding: 12px 14px; font-size: 12.5px; }
  .vl-faq { padding: 24px 0 48px; }
  .vl-badge { min-width: 140px; }
  .vl-trackrecord { padding-top: 16px; padding-bottom: 40px; }
}
