/* LOCATION PAGES — renovatie-calculator.be */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', system-ui, sans-serif; color: #2d3748; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* HERO */
.loc-hero {
  background: linear-gradient(135deg, #0f2744 0%, #1A3A5C 60%, #1e4f7a 100%);
  padding: 100px 0 60px;
  position: relative;
  overflow: hidden;
}
.loc-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.loc-hero .container { position: relative; z-index: 1; }
.loc-breadcrumb { font-size: 0.8rem; color: rgba(255,255,255,0.6); margin-bottom: 16px; }
.loc-breadcrumb a { color: #F0A500; text-decoration: none; }
.loc-breadcrumb span { margin: 0 6px; }
.loc-hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  font-weight: 800;
  color: #ffffff !important;
  line-height: 1.15;
  margin-bottom: 20px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.loc-hero h1 .highlight { color: #F0A500; }
.loc-hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.85);
  max-width: 640px;
  line-height: 1.75;
  margin-bottom: 32px;
}
.loc-hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.loc-hero-tag {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.82rem;
  display: flex; align-items: center; gap: 6px;
}
.loc-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }

/* TRUST BAR */
.loc-trust-bar { background: #F0A500; padding: 14px 0; }
.loc-trust-bar .container { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.loc-trust-item { display: flex; align-items: center; gap: 8px; color: #1A3A5C; font-weight: 700; font-size: 0.88rem; }

/* INTRO SECTION */
.loc-intro { padding: 60px 0; background: #fff; }
.loc-intro-grid { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: start; }
.loc-intro-text h2 { font-family:'Montserrat',sans-serif; font-size: 1.6rem; font-weight: 800; color: #1A3A5C; margin-bottom: 16px; }
.loc-intro-text p { line-height: 1.85; color: #4a5568; margin-bottom: 14px; font-size: 1rem; }
.loc-info-card {
  background: #f7faff;
  border: 1px solid #dce8f5;
  border-radius: 12px;
  padding: 24px;
}
.loc-info-card h3 { font-size: 1rem; font-weight: 700; color: #1A3A5C; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.loc-info-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #e2eaf3; font-size: 0.9rem; }
.loc-info-row:last-child { border-bottom: none; }
.loc-info-row .label { color: #718096; }
.loc-info-row .value { font-weight: 600; color: #1A3A5C; }

/* DIENSTEN MET AFBEELDINGEN */
.loc-diensten { padding: 70px 0; background: #f4f8fb; }
.loc-diensten h2 { font-family:'Montserrat',sans-serif; font-size: 1.8rem; font-weight: 800; color: #1A3A5C; text-align: center; margin-bottom: 10px; }
.loc-diensten .section-sub { text-align: center; color: #718096; margin-bottom: 40px; font-size: 1rem; }
.loc-diensten-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.loc-dienst-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(26,58,92,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}
.loc-dienst-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(26,58,92,0.15); }
.loc-dienst-img { height: 185px; overflow: hidden; }
.loc-dienst-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.loc-dienst-card:hover .loc-dienst-img img { transform: scale(1.05); }
.loc-dienst-body { padding: 20px; }
.loc-dienst-body h3 { font-size: 1rem; font-weight: 700; color: #1A3A5C; margin-bottom: 6px; }
.loc-dienst-price { color: #F0A500; font-weight: 700; font-size: 0.9rem; margin-bottom: 8px; }
.loc-dienst-body p { font-size: 0.88rem; color: #718096; line-height: 1.6; margin-bottom: 14px; }
.loc-dienst-link { font-size: 0.85rem; font-weight: 600; color: #1A3A5C; text-decoration: none; display: flex; align-items: center; gap: 6px; }
.loc-dienst-link:hover { color: #F0A500; }

/* PREMIES SECTION */
.loc-premies { padding: 70px 0; background: #fff; }
.loc-premies h2 { font-family:'Montserrat',sans-serif; font-size: 1.8rem; font-weight: 800; color: #1A3A5C; text-align: center; margin-bottom: 10px; }
.loc-premies .section-sub { text-align: center; color: #718096; margin-bottom: 40px; }
.loc-premies-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; margin-bottom: 40px; }
.loc-premie-card {
  background: #f7faff;
  border: 1px solid #dce8f5;
  border-radius: 12px;
  padding: 28px;
}
.loc-premie-icon { width: 48px; height: 48px; background: #1A3A5C; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.loc-premie-icon i { color: #F0A500; font-size: 1.3rem; }
.loc-premie-card h3 { font-size: 1rem; font-weight: 700; color: #1A3A5C; margin-bottom: 8px; }
.loc-premie-card p { font-size: 0.9rem; color: #4a5568; line-height: 1.65; }
.loc-premie-badge { display: inline-block; background: #F0A500; color: #1A3A5C; font-weight: 700; font-size: 0.78rem; padding: 3px 10px; border-radius: 20px; margin-top: 10px; }

/* PRIJZEN TABEL */
.loc-prijzen { padding: 50px 0; background: #f4f8fb; }
.loc-prijzen h2 { font-family:'Montserrat',sans-serif; font-size: 1.8rem; font-weight: 800; color: #1A3A5C; text-align: center; margin-bottom: 30px; }
.loc-prijzen-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 16px rgba(26,58,92,0.08); }
.loc-prijzen-table th { background: #1A3A5C; color: #fff; padding: 14px 18px; text-align: left; font-size: 0.9rem; font-weight: 700; }
.loc-prijzen-table td { padding: 13px 18px; border-bottom: 1px solid #edf2f7; font-size: 0.92rem; }
.loc-prijzen-table tr:last-child td { border-bottom: none; }
.loc-prijzen-table tr:nth-child(even) td { background: #f7faff; }
.price-range { font-weight: 700; color: #1A3A5C; }
.price-note { font-size: 0.78rem; color: #718096; margin-top: 3px; }

/* STATS STRIP */
.loc-stats { background: #1A3A5C; padding: 40px 0; }
.loc-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.loc-stat-num { font-family:'Montserrat',sans-serif; font-size: 2.2rem; font-weight: 800; color: #F0A500; }
.loc-stat-label { font-size: 0.82rem; color: rgba(255,255,255,0.75); margin-top: 4px; }

/* WAAROM */
.loc-waarom { padding: 70px 0; background: #fff; }
.loc-waarom h2 { font-family:'Montserrat',sans-serif; font-size: 1.8rem; font-weight: 800; color: #1A3A5C; text-align: center; margin-bottom: 40px; }
.loc-waarom-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 24px; }
.loc-waarom-item { text-align: center; padding: 28px 20px; border: 1px solid #e2eaf3; border-radius: 12px; }
.loc-waarom-icon { width: 56px; height: 56px; background: #EFF6FF; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.loc-waarom-icon i { color: #1A3A5C; font-size: 1.4rem; }
.loc-waarom-item h3 { font-size: 0.97rem; font-weight: 700; color: #1A3A5C; margin-bottom: 8px; }
.loc-waarom-item p { font-size: 0.86rem; color: #718096; line-height: 1.6; }

/* FAQ */
.loc-faq { padding: 70px 0; background: #f4f8fb; }
.loc-faq h2 { font-family:'Montserrat',sans-serif; font-size: 1.8rem; font-weight: 800; color: #1A3A5C; text-align: center; margin-bottom: 40px; }
.loc-faq-list { max-width: 760px; margin: 0 auto; }
.loc-faq-item { background: #fff; border-radius: 10px; margin-bottom: 12px; overflow: hidden; box-shadow: 0 1px 6px rgba(26,58,92,0.06); }
.loc-faq-q { padding: 18px 22px; font-weight: 700; color: #1A3A5C; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 0.97rem; }
.loc-faq-q:after { content: '+'; font-size: 1.4rem; color: #F0A500; font-weight: 300; flex-shrink: 0; }
.loc-faq-item.active .loc-faq-q:after { content: '\2212'; }
.loc-faq-a { display: none; padding: 0 22px 18px; color: #4a5568; line-height: 1.75; font-size: 0.93rem; }
.loc-faq-item.active .loc-faq-a { display: block; }

/* RELATED STEDEN */
.loc-related { padding: 60px 0; background: #fff; }
.loc-related h2 { font-family:'Montserrat',sans-serif; font-size: 1.5rem; font-weight: 800; color: #1A3A5C; margin-bottom: 24px; text-align: center; }
.loc-steden-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
.loc-stad-card { background: #f4f8fb; border: 1px solid #dce8f5; border-radius: 10px; padding: 14px 18px; text-decoration: none; color: #1A3A5C; font-weight: 600; font-size: 0.9rem; display: flex; align-items: center; gap: 8px; transition: all 0.2s; }
.loc-stad-card:hover { background: #1A3A5C; color: #fff; }
.loc-stad-card i { color: #F0A500; }

/* FINAL CTA */
.loc-final-cta { background: linear-gradient(135deg, #1A3A5C, #1e4f7a); padding: 70px 0; text-align: center; }
.loc-final-cta h2 { font-family:'Montserrat',sans-serif; font-size: 1.9rem; font-weight: 800; color: #fff; margin-bottom: 14px; }
.loc-final-cta p { color: rgba(255,255,255,0.82); max-width: 520px; margin: 0 auto 32px; font-size: 1rem; line-height: 1.7; }

/* BTN */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 8px; font-weight: 700; font-size: 0.95rem; text-decoration: none; transition: all 0.2s; border: 2px solid transparent; cursor: pointer; }
.btn-amber { background: #F0A500; color: #1A3A5C; border-color: #F0A500; }
.btn-amber:hover { background: #d4920a; border-color: #d4920a; }
.btn-white-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.btn-white-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .loc-intro-grid { grid-template-columns: 1fr; }
  .loc-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .loc-hero { padding: 85px 0 50px; }
  .loc-prijzen-table { font-size: 0.82rem; }
  .loc-prijzen-table th, .loc-prijzen-table td { padding: 10px 12px; }
  .loc-trust-bar .container { gap: 20px; }
}
@media (max-width: 480px) {
  .loc-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .loc-diensten-grid { grid-template-columns: 1fr; }
  .loc-premies-grid { grid-template-columns: 1fr; }
  .loc-waarom-grid { grid-template-columns: 1fr; }
}
