/* === VS COMPARISON PAGES — shared styles === */

/* ── HERO ── */
.vs-hero {
  background: var(--midnight);
  padding: 72px 48px 60px;
  text-align: center;
}

.vs-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 16px;
  display: inline-block;
}

.vs-headline {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.vs-subhead {
  font-size: 17px;
  color: var(--text-muted);
}

/* ── TL;DR ── */
.vs-tldr {
  padding: 56px 48px;
  background: var(--cream);
}

.vs-tldr-inner {
  max-width: 740px;
  margin: 0 auto;
}

.vs-tldr-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 16px;
  display: inline-block;
}

.vs-tldr-text {
  font-size: 16px;
  color: var(--text-dark);
  line-height: 1.75;
}

/* ── FEATURE TABLE ── */
.vs-table-section {
  padding: 60px 48px;
  background: white;
}

.vs-table-inner {
  max-width: 900px;
  margin: 0 auto;
}

.vs-table-inner h2 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

.vs-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.vs-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.vs-table th {
  text-align: left;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-dark-muted);
  border-bottom: 2px solid var(--cream-dark);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.vs-table th:last-child,
.vs-table td:last-child {
  text-align: center;
  min-width: 200px;
}

.vs-table td {
  padding: 14px 20px;
  font-size: 14px;
  color: var(--text-dark);
  border-bottom: 1px solid var(--cream-dark);
  vertical-align: middle;
}

.vs-table td:first-child {
  font-weight: 500;
  min-width: 160px;
}

.vs-table tr:last-child td {
  border-bottom: none;
}

.vs-table .vs-ff {
  color: #2E7D32;
  font-weight: 600;
}

/* ── PRICING COMPARISON ── */
.vs-pricing-section {
  padding: 60px 48px;
  background: var(--cream);
}

.vs-pricing-inner {
  max-width: 820px;
  margin: 0 auto;
}

.vs-pricing-inner h2 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

.vs-pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.vs-pricing-card {
  background: white;
  border: 1.5px solid var(--cream-dark);
  border-radius: 10px;
  padding: 28px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.vs-pricing-card.vs-fundforge {
  border-color: var(--copper);
  box-shadow: 0 4px 24px rgba(184, 115, 51, 0.15);
}

.vs-pricing-name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.vs-pricing-desc {
  font-size: 13px;
  color: var(--text-dark-muted);
  margin-bottom: 20px;
}

.vs-pricing-value {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 8px;
}

.vs-fundforge .vs-pricing-value {
  color: var(--copper);
}

.vs-pricing-note {
  font-size: 12px;
  color: var(--copper);
  font-weight: 600;
}

/* ── SWITCH REASONS ── */
.vs-switch-section {
  padding: 60px 48px;
  background: white;
}

.vs-switch-inner {
  max-width: 740px;
  margin: 0 auto;
}

.vs-switch-inner h2 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}

.vs-switch-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vs-switch-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--text-dark);
  line-height: 1.6;
  padding: 16px 20px;
  background: #F0FAF0;
  border: 1px solid #C8E6C9;
  border-radius: 6px;
}

.vs-switch-icon {
  color: #2E7D32;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ── COMPETITOR BETTER ── */
.vs-competitor-better-section {
  padding: 60px 48px;
  background: var(--cream);
}

.vs-competitor-better-inner {
  max-width: 740px;
  margin: 0 auto;
}

.vs-competitor-better-inner h2 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.vs-competitor-note {
  font-size: 14px;
  color: var(--text-dark-muted);
  margin-bottom: 24px;
  line-height: 1.6;
}

.vs-competitor-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vs-competitor-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--text-dark-muted);
  line-height: 1.6;
}

.vs-competitor-bullet {
  color: var(--text-dark-muted);
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ── CTA ── */
.vs-cta-section {
  padding: 60px 48px;
  background: var(--midnight);
  text-align: center;
}

.vs-cta-inner {
  max-width: 540px;
  margin: 0 auto;
}

.vs-cta-btn {
  display: inline-block;
  background: var(--copper);
  color: white;
  text-decoration: none;
  padding: 16px 36px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.2s;
  margin-bottom: 12px;
}

.vs-cta-btn:hover {
  background: var(--copper-light);
}

.vs-cta-note {
  font-size: 13px;
  color: rgba(245, 244, 239, 0.45);
}

/* ── FAQ (reuse from pricing page) ── */
.faq-section {
  padding: 60px 48px;
  background: var(--cream);
}

.faq-inner {
  max-width: 720px;
  margin: 0 auto;
}

.faq-inner h2 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

.faq-list {
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-bottom: 1px solid var(--cream-dark);
  padding: 18px 0;
}

.faq-item:first-child {
  border-top: 1px solid var(--cream-dark);
}

.faq-item summary {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dark);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  font-size: 20px;
  color: var(--copper);
  font-weight: 700;
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-item p {
  font-size: 14px;
  color: var(--text-dark-muted);
  line-height: 1.65;
  margin-top: 12px;
}

/* ── NAV CTA BUTTON (shared with layout) ── */
.nav-cta-btn {
  background: var(--copper) !important;
  color: white !important;
  padding: 7px 16px !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  transition: background 0.2s !important;
}

.nav-cta-btn:hover {
  background: var(--copper-light) !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 640px) {
  .vs-hero,
  .vs-tldr,
  .vs-table-section,
  .vs-pricing-section,
  .vs-switch-section,
  .vs-competitor-better-section,
  .vs-cta-section,
  .faq-section {
    padding: 40px 20px;
  }

  .vs-pricing-grid {
    grid-template-columns: 1fr;
  }

  .vs-table th:last-child,
  .vs-table td:last-child {
    min-width: 160px;
  }
}