/* Prijzenpagina — bouwt voort op ../style.css */

/* Hero */
.pv-hero {
  padding: 80px 0 48px;
  text-align: center;
  background: linear-gradient(135deg, #fff7ed 0%, #fff 60%);
  border-bottom: 1px solid #f1f5f9;
}
.pv-hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff7ed; color: #f97316; border: 1px solid #fed7aa;
  padding: 4px 14px; border-radius: 20px; font-size: 0.82rem; font-weight: 700;
  margin-bottom: 20px;
}
.pv-hero h1 { font-size: 2.4rem; font-weight: 800; color: var(--text-dark); margin-bottom: 12px; }
.pv-hero-sub { font-size: 1.05rem; color: var(--text-muted); }

/* BTW notitie */
.pv-vat-note {
  display: flex; align-items: center; gap: 10px;
  background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px;
  padding: 12px 16px; margin: 24px 0; font-size: 0.875rem; color: #475569;
}
.pv-vat-note i { color: #94a3b8; flex-shrink: 0; }

/* Secties */
.pv-section { padding: 64px 0; }
.pv-section--alt { background: #f8fafc; }
.pv-section-header {
  display: flex; align-items: flex-start; gap: 16px; margin-bottom: 36px;
}
.pv-section-icon {
  width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
}
.pv-section-icon--news    { background: #e0f2fe; color: #0369a1; }
.pv-section-icon--event   { background: #fef9c3; color: #854d0e; }
.pv-section-icon--featured { background: #fff7ed; color: #f97316; }
.pv-section-header h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 4px; }
.pv-section-sub { color: var(--text-muted); font-size: 0.9rem; }

/* Nav active */
.nav-active { color: var(--primary) !important; font-weight: 600; }

/* Nieuws plannen */
.pv-news-plans {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.pv-plan {
  border: 1.5px solid #e2e8f0; border-radius: var(--radius); padding: 28px 24px;
  text-align: center; position: relative; background: #fff;
  transition: box-shadow 0.2s;
}
.pv-plan:hover { box-shadow: var(--shadow); }
.pv-plan--tier1 { border-color: var(--primary); box-shadow: 0 4px 20px rgba(249,115,22,0.12); }
.pv-plan--tier2 { border-color: #7c3aed; }
.pv-plan-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--primary); color: #fff; font-size: 0.7rem; font-weight: 700;
  padding: 3px 12px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.05em;
  white-space: nowrap;
}
.pv-plan-name {
  font-size: 0.85rem; font-weight: 700; color: #64748b;
  text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 12px;
}
.pv-plan--tier1 .pv-plan-name { color: var(--primary); }
.pv-plan--tier2 .pv-plan-name { color: #7c3aed; }
.pv-plan-limit {
  font-size: 2rem; font-weight: 800; color: var(--text-dark); line-height: 1.1; margin-bottom: 4px;
}
.pv-plan-limit span { font-size: 0.8rem; font-weight: 500; color: #64748b; display: block; margin-top: 4px; }
.pv-plan-price {
  font-size: 1.1rem; font-weight: 700; color: var(--primary); margin: 14px 0 18px;
}
.pv-plan--free .pv-plan-price { color: #22c55e; }
.pv-plan--tier2 .pv-plan-price { color: #7c3aed; }
.pv-plan-price span { font-size: 0.8rem; font-weight: 400; color: #64748b; }
.pv-plan-features {
  list-style: none; padding: 0; text-align: left; font-size: 0.85rem; color: #64748b; line-height: 2.2;
}
.pv-plan-features li::before { content: '✓ '; color: #22c55e; font-weight: 700; }

/* Nieuws gratis kaart */
.pv-news-free {
  display: flex; align-items: flex-start; gap: 24px;
  background: #f0fdf4; border: 2px solid #86efac; border-radius: var(--radius);
  padding: 32px 36px; max-width: 560px;
}
.pv-news-free-icon {
  font-size: 2rem; color: #16a34a; flex-shrink: 0; margin-top: 4px;
}
.pv-news-free-price {
  font-size: 2rem; font-weight: 800; color: #16a34a; line-height: 1; margin-bottom: 8px;
}
.pv-news-free-sub {
  color: #374151; font-size: 0.9rem; margin-bottom: 14px;
}

/* Evenementen tabel + calculator */
.pv-event-grid { display: grid; grid-template-columns: 1fr 340px; gap: 32px; align-items: start; }

.pv-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; margin-bottom: 16px; }
.pv-table th {
  text-align: left; font-size: 0.75rem; font-weight: 700; color: #94a3b8;
  text-transform: uppercase; letter-spacing: 0.05em;
  padding: 0 0 10px; border-bottom: 1.5px solid #f1f5f9;
}
.pv-table td { padding: 14px 0; border-bottom: 1px solid #f8fafc; vertical-align: top; color: #374151; }
.pv-table tr:last-child td { border-bottom: none; }
.pv-row-free td { }
.pv-row-highlight td { background: #fff7ed; color: #c2410c; font-weight: 600; padding: 12px 8px; border-radius: 6px; }
.pv-table-note { font-size: 0.78rem; color: #94a3b8; margin-top: 3px; }
.pv-badge-free {
  display: inline-block; background: #dcfce7; color: #166534;
  padding: 2px 10px; border-radius: 20px; font-size: 0.78rem; font-weight: 700;
}
.pv-badge-premium {
  display: inline-block; background: #fff7ed; color: #c2410c;
  border: 1px solid #fed7aa; padding: 2px 8px; border-radius: 20px;
  font-size: 0.7rem; font-weight: 700; vertical-align: middle; margin-left: 6px;
}

.pv-event-info {
  display: flex; align-items: flex-start; gap: 10px;
  background: #eff6ff; border-radius: 10px; padding: 12px 14px;
  font-size: 0.85rem; color: #1d4ed8;
}
.pv-event-info i { flex-shrink: 0; margin-top: 2px; }
.pv-event-info p { margin: 0; line-height: 1.6; color: #1e40af; }

/* Calculator */
.pv-calculator {
  background: #fff; border-radius: var(--radius); border: 1.5px solid #e2e8f0;
  padding: 24px; box-shadow: var(--shadow);
}
.pv-calc-title {
  font-weight: 700; font-size: 1rem; color: var(--text-dark);
  display: flex; align-items: center; gap: 8px; margin-bottom: 8px;
}
.pv-calc-sub { font-size: 0.83rem; color: var(--text-muted); margin-bottom: 16px; line-height: 1.5; }
.pv-calc-label { display: block; font-size: 0.85rem; font-weight: 600; color: #374151; margin-bottom: 6px; }
.pv-calc-input {
  width: 100%; padding: 10px 14px; border-radius: 10px;
  border: 1.5px solid #e2e8f0; font-family: inherit; font-size: 1rem;
  background: #f8fafc; transition: border-color 0.2s;
}
.pv-calc-input:focus { outline: none; border-color: var(--primary); }
.pv-calc-hint { font-size: 0.77rem; color: #94a3b8; margin-top: 6px; margin-bottom: 16px; }
.pv-calc-result {
  background: #fff7ed; border-radius: 10px; padding: 16px;
  border: 1px solid #fed7aa; text-align: center;
}
.pv-calc-formula { font-size: 0.85rem; color: #92400e; margin-bottom: 4px; }
.pv-calc-total { font-size: 1.8rem; font-weight: 800; color: var(--primary); line-height: 1.2; }
.pv-calc-note { font-size: 0.75rem; color: #94a3b8; margin-top: 6px; }

/* Voorbeelden */
.pv-examples { margin-top: 32px; }
.pv-examples-title {
  font-size: 0.78rem; font-weight: 700; color: #64748b;
  text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 14px;
}
.pv-examples-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pv-example {
  background: #fff; border-radius: 12px; padding: 16px 18px;
  border: 1px solid #f1f5f9; box-shadow: var(--shadow);
}
.pv-example-scenario { font-size: 0.83rem; color: #475569; margin-bottom: 8px; line-height: 1.5; }
.pv-example-scenario small { color: #94a3b8; font-size: 0.78rem; }
.pv-example-price { font-size: 1.4rem; font-weight: 800; color: var(--text-dark); }
.pv-example-price--free { color: #22c55e; }
.pv-example-breakdown { font-size: 0.75rem; color: #94a3b8; margin-top: 2px; }

/* Uitgelicht evenement */
.pv-featured-grid { display: grid; grid-template-columns: 1fr 280px; gap: 32px; align-items: start; }
.pv-featured-desc { color: #475569; font-size: 0.9rem; margin-bottom: 20px; line-height: 1.7; }
.pv-featured-table th:last-child, .pv-featured-table td:last-child { text-align: right; }
.pv-featured-info { display: flex; flex-direction: column; gap: 14px; }
.pv-featured-item {
  display: flex; align-items: flex-start; gap: 12px;
  background: #fff7ed; border-radius: 12px; padding: 14px 16px;
}
.pv-featured-item > i { font-size: 1rem; color: var(--primary); margin-top: 3px; flex-shrink: 0; }
.pv-featured-item strong { display: block; font-size: 0.875rem; color: var(--text-dark); margin-bottom: 2px; }
.pv-featured-item p { font-size: 0.8rem; color: #64748b; margin: 0; line-height: 1.5; }

/* CTA */
.pv-cta {
  padding: 80px 0; text-align: center;
  background: linear-gradient(135deg, #fff7ed 0%, #fff 100%);
  border-top: 1px solid #f1f5f9;
}
.pv-cta h2 { font-size: 1.8rem; font-weight: 800; margin-bottom: 12px; }
.pv-cta p { color: var(--text-muted); margin-bottom: 28px; font-size: 1.05rem; }
.btn-lg { padding: 14px 32px; font-size: 1rem; }

/* Responsive */
@media (max-width: 860px) {
  .pv-news-plans { grid-template-columns: 1fr; }
  .pv-event-grid { grid-template-columns: 1fr; }
  .pv-examples-grid { grid-template-columns: 1fr; }
  .pv-featured-grid { grid-template-columns: 1fr; }
  .pv-hero h1 { font-size: 1.8rem; }
}
