/* Below-the-fold styles for offerte LP — deferred loaded */

/* LP Content Sections */
.lp-content-bg { background: #fff; padding: 5rem 0; }
.lp-section h2 { font-size: 2.2rem; margin: 0 0 3rem; text-align: center; }
.lp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }

.lp-block {
  background: #f8fafc;
  border-radius: var(--radius-md);
  padding: 2.5rem;
  border: 1px solid rgba(0,0,0,0.03);
  height: 100%;
}
.lp-block h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
}
.lp-block h3 i { color: var(--brand-orange); font-size: 2rem; }
.lp-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.25rem; }
.lp-list li { display: flex; align-items: flex-start; gap: 1rem; font-size: 1.05rem; color: #374151; line-height: 1.6; text-align: left; }
.lp-list li span { display: block; }
.lp-list li strong { display: block; color: var(--brand-dark); margin-bottom: 0.2rem; }
.lp-list li i { color: var(--brand-orange); font-size: 1.4rem; margin-top: 0.1rem; flex-shrink: 0; }

.lp-address {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.05rem;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

/* Reviews Section */
.lp-reviews-bg { background: var(--brand-dark); padding: 6rem 0; color: #fff; }
.lp-reviews-bg h2 { color: #fff; }
.lp-reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.lp-review {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-md);
  padding: 2.5rem;
  position: relative;
}
.quote-icon { position: absolute; top: 2rem; right: 2rem; font-size: 3.5rem; color: rgba(255,255,255,0.05); }
.lp-review-stars { display: flex; gap: 0.2rem; margin-bottom: 1.25rem; font-size: 1.2rem; color: #fbbf24; }
.lp-review p { font-size: 1.15rem; line-height: 1.7; color: #e5e7eb; font-style: italic; margin: 0 0 1.5rem; position: relative; z-index: 1; }
.lp-review-author { font-weight: 700; color: #fff; font-size: 1.1rem; }
.lp-review-location { color: #fb923c; font-size: 0.95rem; margin-top: 0.2rem; }

/* FAQ Section */
.lp-faq-bg { background: #fafafa; padding: 5rem 0; }
.lp-faq-list { display: grid; gap: 1rem; }
.lp-faq-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: all 0.3s;
}
.lp-faq-item:hover { box-shadow: var(--shadow-sm); border-color: #cbd5e1; }
.lp-faq-item summary {
  padding: 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item summary i { color: var(--brand-orange); font-size: 1.25rem; transition: transform 0.3s; }
.lp-faq-item[open] summary i { transform: rotate(180deg); }
.faq-answer { padding: 0 1.5rem 1.5rem; font-size: 1.05rem; color: #4b5563; line-height: 1.7; }

/* === Prijsindicatie Sectie === */
#prijsindicatie,
#pricing {
  padding: 5rem 0;
  background: #fafafa;
}
.pricing-wrap {}
.pricing-header { text-align: center; margin-bottom: 3rem; }
.pricing-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--brand-orange-hover);
  margin-bottom: 1rem;
}
.pricing-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  color: var(--brand-dark);
  margin: 0 0 1.25rem;
  line-height: 1.1;
}
.pricing-intro { color: #6b7280; max-width: 600px; margin: 0 auto; font-size: 1.05rem; line-height: 1.6; }
.trust-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-bottom: 3rem; }
.trust-tag {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #fff;
  padding: 0.6rem 1.25rem;
  border-radius: 99px;
  font-size: 0.9rem;
  font-weight: 700;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: var(--shadow-sm);
}
.trust-tag i { color: var(--brand-orange); font-size: 1.2rem; }
.pricing-tabs {
  display: flex;
  background: #fff;
  padding: 0.4rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(0,0,0,0.06);
  max-width: 380px;
  margin: 0 auto 2.5rem;
  box-shadow: var(--shadow-sm);
}
.pricing-tab-btn {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.75rem;
  border-radius: 14px;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #6b7280;
  font-family: Inter, sans-serif;
}
.pricing-tab-btn.active { background: var(--brand-dark); color: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.pricing-card {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(0,0,0,0.06);
  margin-bottom: 1.25rem;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.3s ease;
}
.pricing-card:hover { box-shadow: var(--shadow-md); }
.accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}
.accordion-info { display: flex; align-items: center; gap: 1.25rem; }
.icon-box {
  width: 52px;
  height: 52px;
  background: var(--brand-orange-soft);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon-box i { color: var(--brand-orange); font-size: 1.5rem; }
.accordion-title { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 900; margin: 0; color: var(--brand-dark); }
.accordion-subtitle { font-size: 0.85rem; color: #6b7280; margin: 0.2rem 0 0; }
.chevron-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.chevron-circle i { font-size: 1rem; color: #cbd5e1; transition: transform 0.3s ease; }
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  background: #fafafa;
}
.accordion-content.is-open {
  max-height: 1200px;
  transition: max-height 0.5s ease-in-out;
}
.price-list { padding: 0 1.5rem 1.5rem; }
.price-row { display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid #f1f5f9; }
.price-row:last-child { border-bottom: none; }
.item-name { font-weight: 700; color: var(--brand-dark); font-size: 0.95rem; }
.item-desc { font-size: 0.8rem; color: #6b7280; margin-top: 0.25rem; }
.price-pill {
  background: var(--brand-orange-soft);
  color: var(--brand-orange-hover);
  padding: 0.5rem 1rem;
  border-radius: 12px;
  font-family: monospace;
  font-weight: 900;
  font-size: 0.95rem;
  border: 1px solid rgba(213,67,0,0.1);
  white-space: nowrap;
  flex-shrink: 0;
}
.price-pill span { font-family: Inter, sans-serif; font-size: 0.75rem; color: var(--brand-orange-hover); }
.price-pill-free { background: #f0fdf4 !important; color: #166534 !important; border-color: rgba(22,101,52,0.1) !important; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.project-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
  position: relative;
}
.project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(213,67,0,0.2); }
.project-card.featured { border-color: rgba(213,67,0,0.3); }
.project-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: var(--brand-orange);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0.4rem 0.8rem;
  border-radius: 99px;
  letter-spacing: 0.1em;
}
.project-card h4 { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 900; margin: 1rem 0 0.25rem; line-height: 1.2; color: var(--brand-dark); }
.project-price { font-family: monospace; font-size: 1.6rem; font-weight: 900; color: var(--brand-orange); margin: 1rem 0 0; }
.vve-card {
  grid-column: span 2;
  background: var(--brand-dark);
  color: #fff;
  padding: 2.5rem;
  border-radius: var(--radius-lg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.vve-card h4 { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 900; color: #fff; margin: 0 0 0.5rem; }
.vve-card p { color: #9ca3af; font-size: 0.9rem; margin: 0; max-width: 420px; }
.pricing-disclaimer {
  background: var(--brand-orange-soft);
  border: 1px solid rgba(213,67,0,0.1);
  border-radius: var(--radius-sm);
  padding: 1.25rem 1.5rem;
  margin-top: 1.5rem;
}
.pricing-disclaimer p { font-size: 0.85rem; color: #4b5563; line-height: 1.6; margin: 0; }
.is-hidden { display: none !important; }
.rotated { transform: rotate(180deg) !important; }
.active-chevron { background: var(--brand-orange) !important; border-color: var(--brand-orange) !important; }
.active-chevron i { color: #fff !important; }

/* Mobile overrides for below-fold sections */
@media (max-width: 980px) {
  .lp-grid { grid-template-columns: 1fr; }
  .lp-reviews-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .lp-content-bg, .lp-reviews-bg, .lp-faq-bg { padding: 3.5rem 0; }
  .lp-section h2 { font-size: 1.8rem; margin-bottom: 2rem; }
  .lp-block { padding: 1.5rem; }
  .lp-block h3 { font-size: 1.4rem; }
  .lp-list li { font-size: 0.95rem; }
  .lp-review { padding: 1.5rem; }
  .lp-review p { font-size: 1.05rem; }
  .lp-faq-item summary { padding: 1.25rem 1rem; font-size: 1rem; }
  .faq-answer { padding: 0 1rem 1.25rem; font-size: 0.95rem; }
}

@media (max-width: 768px) {
  #prijsindicatie, #pricing { padding: 3.5rem 0; }
  .project-grid { grid-template-columns: 1fr; }
  .vve-card { grid-column: span 1; flex-direction: column; text-align: center; }
  .price-row { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
  .price-pill { align-self: flex-start; }
}
