/* ============================================================
   Google Ads Bureau – Pagina-specifieke Styles
   ============================================================ */

/* ── Gedeelde section utilities ── */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 50px; font-weight: 700;
  font-size: 15px; text-decoration: none; transition: all .2s ease;
  cursor: pointer; border: none; white-space: nowrap;
}
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 4px 16px rgba(234,88,12,.35); }
.btn-primary:hover { background: #c2410c; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(234,88,12,.4); }
.btn-outline { background: transparent; color: var(--blue); border: 2px solid var(--blue); }
.btn-outline:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }
.btn-white { background: #fff; color: var(--blue); font-weight: 700; box-shadow: 0 4px 16px rgba(0,0,0,.12); }
.btn-white:hover { background: var(--blue-light); transform: translateY(-2px); }
.btn-ghost { background: rgba(255,255,255,.15); color: #fff; border: 1px solid rgba(255,255,255,.3); }
.btn-ghost:hover { background: rgba(255,255,255,.25); transform: translateY(-2px); }

.section-label {
  display: inline-block; background: var(--blue-light); color: var(--blue);
  font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 50px; margin-bottom: 16px;
}
.section-label.orange { background: #fff7ed; color: var(--orange); }
.section-title { font-size: clamp(26px, 3.5vw, 40px); font-weight: 800; line-height: 1.2; color: var(--gray-800); margin-bottom: 16px; }
.section-sub { font-size: 17px; color: var(--gray-600); line-height: 1.7; }

/* Centered section headers: subtitle moet ook gecentreerd zijn */
.cert-header .section-sub,
.results-header .section-sub,
.reviews-header .section-sub,
.articles-header .section-sub,
.campaign-types-header .section-sub,
.branche-header .section-sub,
.werkwijze-header .section-sub,
.faq-header .section-sub { max-width: 700px; margin-left: auto; margin-right: auto; }

/* Fade-in animatie */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ── Breadcrumb ── */
.breadcrumb { background: var(--gray-50); border-bottom: 1px solid var(--gray-200); padding: 12px 0; }
.breadcrumb-inner { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--gray-600); }
.breadcrumb-inner a { color: var(--blue); text-decoration: none; }
.breadcrumb-inner a:hover { text-decoration: underline; }
.breadcrumb-sep { color: var(--gray-200); }

/* ── Hero ── */
.hero {
  background: linear-gradient(135deg, #0c5f78 0%, #0e7490 50%, #0891b2 100%);
  padding: 72px 0 0; overflow: hidden; position: relative;
}
.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'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%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");
}
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; position: relative; z-index: 1; }
.hero-content { padding-bottom: 72px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.15); color: #fff; font-size: 13px; font-weight: 600; padding: 8px 16px; border-radius: 50px; margin-bottom: 24px; border: 1px solid rgba(255,255,255,.2); }
.hero-badge span { width: 8px; height: 8px; background: #4ade80; border-radius: 50%; display: inline-block; }
.hero h1 { font-size: clamp(32px, 4.5vw, 54px); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 20px; letter-spacing: -.5px; }
.hero h1 em { font-style: normal; color: var(--yellow); }
.hero-sub { font-size: 18px; color: rgba(255,255,255,.85); margin-bottom: 32px; line-height: 1.65; max-width: 500px; }
.hero-includes { list-style: none; margin-bottom: 36px; display: flex; flex-direction: column; gap: 8px; }
.hero-includes li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.9); font-size: 15px; }
.hero-includes li::before { content: '✓'; width: 22px; height: 22px; background: rgba(255,255,255,.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-social-proof { display: flex; align-items: center; gap: 12px; }
.hero-avatars { display: flex; }
.hero-avatars span { width: 36px; height: 36px; border-radius: 50%; background: var(--blue-mid); border: 2px solid rgba(255,255,255,.4); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #fff; margin-left: -8px; }
.hero-avatars span:first-child { margin-left: 0; }
.hero-social-text { font-size: 13px; color: rgba(255,255,255,.8); }
.hero-social-text strong { color: #fff; }

/* Hero visual — Google SERP mockup */
.hero-visual { padding-bottom: 0; display: flex; flex-direction: column; gap: 0; }
.serp-mockup {
  background: #fff; border-radius: 16px 16px 0 0;
  box-shadow: 0 -8px 48px rgba(0,0,0,.25);
  overflow: hidden; width: 100%;
}
.serp-top { background: #f1f3f4; padding: 12px 16px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #dadce0; }
.serp-search { flex: 1; background: #fff; border-radius: 24px; padding: 8px 16px; display: flex; align-items: center; gap: 8px; border: 1px solid #dadce0; font-size: 13px; color: #3c4043; }
.serp-search svg { width: 16px; height: 16px; flex-shrink: 0; }
.serp-body { padding: 16px; }
.serp-ad { padding: 12px 14px; border-radius: 8px; margin-bottom: 8px; border: 1px solid var(--gray-200); transition: background .15s; }
.serp-ad:hover { background: var(--gray-50); }
.serp-ad-top { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.serp-ad-badge { background: #fff3cd; color: #856404; font-size: 10px; font-weight: 700; padding: 2px 6px; border-radius: 3px; border: 1px solid #ffc107; }
.serp-ad-url { font-size: 12px; color: #202124; }
.serp-ad-title { font-size: 15px; color: #1a0dab; font-weight: 600; margin-bottom: 4px; line-height: 1.3; }
.serp-ad-desc { font-size: 12px; color: #4d5156; line-height: 1.5; }
.serp-ad.top { background: linear-gradient(135deg, #fff8f0, #fff); border-color: var(--yellow); }
.serp-ad.top .serp-ad-title { color: var(--orange); }
.serp-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
.serp-metric { background: var(--gray-50); border-radius: 8px; padding: 10px 12px; text-align: center; }
.serp-metric-val { font-size: 18px; font-weight: 800; color: var(--gray-800); }
.serp-metric-val .up { color: var(--green); font-size: 12px; }
.serp-metric-label { font-size: 11px; color: var(--gray-600); margin-top: 2px; }

/* ── Stats ── */
.stats { background: var(--gray-800); padding: 48px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.08); border-radius: var(--radius); overflow: hidden; }
.stat-item { background: var(--gray-800); padding: 32px 24px; text-align: center; transition: background .2s; }
.stat-item:hover { background: #263348; }
.stat-number { font-size: clamp(30px, 3.5vw, 44px); font-weight: 900; color: #fff; line-height: 1; margin-bottom: 6px; }
.stat-number span { color: var(--orange); }
.stat-label { font-size: 14px; color: var(--muted); font-weight: 500; }

/* ── Included ── */
.included { padding: 80px 0; background: var(--gray-50); }
.included-grid p { font-size: 17px; color: var(--gray-600); line-height: 1.7; }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.included-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.included-card {
  background: #fff; border-radius: var(--radius); padding: 20px;
  border: 1px solid var(--gray-200); box-shadow: var(--shadow);
  transition: all .2s; display: flex; flex-direction: column; gap: 10px;
}
.included-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--blue); }
.included-card-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--blue-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.included-card-icon svg { width: 22px; height: 22px; fill: none; stroke: var(--blue); stroke-width: 2; }
.included-card h4 { font-size: 14px; font-weight: 700; color: var(--gray-800); }
.included-card p { font-size: 13px; color: var(--gray-600); line-height: 1.5; }

/* ── Why Google Ads ── */
.why-ads { padding: 80px 0; }
.why-ads-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.why-ads-content p { font-size: 16px; color: var(--gray-600); line-height: 1.8; margin-bottom: 20px; }
.comparison-table { width: 100%; border-collapse: collapse; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-top: 32px; }
.comparison-table th { background: var(--gray-800); color: #fff; padding: 14px 16px; text-align: left; font-size: 13px; font-weight: 700; }
.comparison-table td { padding: 12px 16px; font-size: 14px; border-bottom: 1px solid var(--gray-100); }
.comparison-table tr:last-child td { border-bottom: none; }
.comparison-table tr:nth-child(even) td { background: var(--gray-50); }
.comparison-table .check { color: var(--green); font-weight: 700; }
.comparison-table .cross { color: #dc2626; font-weight: 700; }
.comparison-table .col-ads { font-weight: 600; color: var(--blue); }

/* Voordelen blokken */
.voordelen-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
.voordeel-card { background: var(--gray-50); border-radius: var(--radius); padding: 20px; border: 1px solid var(--gray-200); transition: all .2s; }
.voordeel-card:hover { background: var(--blue-light); border-color: var(--blue); }
.voordeel-num { font-size: 28px; font-weight: 900; color: var(--blue); opacity: .3; line-height: 1; margin-bottom: 8px; }
.voordeel-card h4 { font-size: 15px; font-weight: 700; color: var(--gray-800); margin-bottom: 6px; }
.voordeel-card p { font-size: 13px; color: var(--gray-600); line-height: 1.5; }

/* ── Werkwijze ── */
.werkwijze { padding: 80px 0; background: var(--gray-50); }
.werkwijze-header { text-align: center; margin-bottom: 64px; }
.werkwijze-timeline { position: relative; }
.werkwijze-timeline::before { content: ''; position: absolute; left: 40px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--blue), var(--blue-light)); }
.werkwijze-item { display: flex; gap: 32px; margin-bottom: 40px; position: relative; }
.werkwijze-item:last-child { margin-bottom: 0; }
.werkwijze-num { width: 80px; height: 80px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 22px; font-weight: 900; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 16px rgba(14,116,144,.3); position: relative; z-index: 1; }
.werkwijze-body { background: #fff; border-radius: var(--radius); padding: 28px 32px; border: 1px solid var(--gray-200); box-shadow: var(--shadow); flex: 1; transition: all .2s; }
.werkwijze-body:hover { box-shadow: var(--shadow-lg); border-color: var(--blue); }
.werkwijze-body h3 { font-size: 18px; font-weight: 800; color: var(--gray-800); margin-bottom: 10px; }
.werkwijze-body p { font-size: 15px; color: var(--gray-600); line-height: 1.7; }
.werkwijze-body .tag { display: inline-block; background: var(--blue-light); color: var(--blue); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 50px; margin-bottom: 10px; }

/* ── Zelf doen vs uitbesteden ── */
.zelf-vs { padding: 80px 0; }
.zelf-vs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.zelf-card { border-radius: var(--radius-lg); padding: 40px; }
.zelf-card.zelf { background: var(--gray-50); border: 1px solid var(--gray-200); }
.zelf-card.bureau { background: linear-gradient(135deg, var(--blue-dark), var(--blue)); color: #fff; }
.zelf-card h3 { font-size: 22px; font-weight: 800; margin-bottom: 8px; }
.zelf-card.zelf h3 { color: var(--gray-800); }
.zelf-card p { font-size: 15px; line-height: 1.7; margin-bottom: 24px; }
.zelf-card.zelf p { color: var(--gray-600); }
.zelf-card.bureau p { color: rgba(255,255,255,.85); }
.zelf-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.zelf-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.5; }
.zelf-card.zelf .zelf-list li { color: var(--gray-600); }
.zelf-card.bureau .zelf-list li { color: rgba(255,255,255,.9); }
.zelf-list li::before { content: ''; width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; margin-top: 2px; }
.zelf-card.zelf .zelf-list li::before { background: #fee2e2; content: '✗'; color: #dc2626; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.zelf-card.bureau .zelf-list li::before { background: rgba(255,255,255,.2); content: '✓'; color: #fff; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; }

/* ── Hoe start je ── */
.hoe-start { padding: 80px 0; background: var(--gray-50); }
.hoe-start-header { text-align: center; margin-bottom: 64px; }
.stappen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.stap-card { background: #fff; border-radius: var(--radius-lg); padding: 32px; border: 1px solid var(--gray-200); box-shadow: var(--shadow); transition: all .25s; position: relative; overflow: hidden; }
.stap-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--blue); }
.stap-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.stap-num { font-size: 48px; font-weight: 900; color: var(--blue); opacity: .12; line-height: 1; margin-bottom: 12px; }
.stap-card h4 { font-size: 16px; font-weight: 800; color: var(--gray-800); margin-bottom: 10px; }
.stap-card p { font-size: 14px; color: var(--gray-600); line-height: 1.65; }

/* ── CTA band ── */
.cta-band { background: linear-gradient(135deg, var(--blue-dark), var(--blue)); padding: 72px 0; }
.cta-band-inner { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
.cta-band h2 { font-size: clamp(20px, 2.2vw, 28px); font-weight: 900; color: #fff; margin-bottom: 8px; text-align: left; }
.cta-band p { font-size: 16px; color: rgba(255,255,255,.8); text-align: left; line-height: 1.5; max-width: none; margin: 0; }
.cta-band-actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }

/* ── Regio's ── */
.regios { padding: 80px 0 0; }
.regios-header { text-align: center; margin-bottom: 48px; }
.regios-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.regio-col h4 { font-size: 16px; font-weight: 700; margin-bottom: 12px; color: var(--blue); }
.regio-link { display: block; background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 14px 16px; text-align: left; text-decoration: none; color: var(--gray-600); font-size: 14px; font-weight: 500; transition: all .2s; margin-bottom: 8px; }
.regio-link:hover { background: var(--blue-light); border-color: var(--blue); color: var(--blue); transform: translateX(4px); }

/* FAQ — styled by components/faq.css */

/* ── Contact CTA ── */
.contact-cta { padding: 80px 0; }
.contact-cta-inner { background: #fff; border-radius: var(--radius-lg); padding: 56px; box-shadow: var(--shadow-lg); border: 1px solid var(--gray-200); display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.contact-cta h2 { font-size: clamp(24px, 3vw, 36px); font-weight: 800; color: var(--gray-800); margin-bottom: 16px; }
.contact-cta p { font-size: 16px; color: var(--gray-600); line-height: 1.7; margin-bottom: 32px; }
.contact-options { display: flex; flex-direction: column; gap: 14px; }
.contact-option { display: flex; align-items: center; gap: 16px; padding: 18px 20px; border-radius: var(--radius); background: var(--gray-50); border: 1px solid var(--gray-200); text-decoration: none; transition: all .2s; }
.contact-option:hover { background: var(--blue-light); border-color: var(--blue); }
.contact-option-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-option-icon svg { width: 22px; height: 22px; stroke: #fff; fill: none; stroke-width: 2; }
.contact-option-label { font-size: 12px; color: var(--gray-600); font-weight: 500; }
.contact-option-value { font-size: 15px; font-weight: 700; color: var(--gray-800); }
.audit-box { background: linear-gradient(135deg, var(--blue-dark), var(--blue-mid)); border-radius: var(--radius-lg); padding: 40px; text-align: center; color: #fff; }
.audit-box h3 { font-size: 22px; font-weight: 800; margin-bottom: 12px; }
.audit-box p { font-size: 15px; color: rgba(255,255,255,.8); margin-bottom: 24px; line-height: 1.6; }
.audit-checklist { list-style: none; text-align: left; margin-bottom: 28px; }
.audit-checklist li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,.9); padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.audit-checklist li:last-child { border-bottom: none; }
.audit-checklist li::before { content: '✓'; width: 22px; height: 22px; background: rgba(255,255,255,.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; }

/* ── Certificeringen ── */
.cert-section { padding: 80px 0; }
.cert-header { text-align: center; margin-bottom: 48px; }
.cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cert-badge {
  background: #fff; border-radius: var(--radius); padding: 24px 20px;
  border: 1px solid var(--gray-200); box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 14px; transition: all .2s;
}
.cert-badge:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--blue); }
.cert-badge-icon {
  width: 48px; height: 48px; border-radius: 12px; background: var(--blue-light);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.cert-badge-icon svg { width: 24px; height: 24px; fill: none; stroke: var(--blue); stroke-width: 2; }
.cert-badge-text { font-size: 14px; font-weight: 700; color: var(--gray-800); line-height: 1.3; }
.cert-badge-text span { display: block; font-size: 12px; font-weight: 500; color: var(--gray-600); margin-top: 2px; }

/* ── Campaign Dashboard Visual ── */
.dash-section { padding: 80px 0; background: var(--gray-50); }
.dash-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.dash-content p { font-size: 16px; color: var(--gray-600); line-height: 1.8; margin-bottom: 20px; }
.dash-visual {
  background: #fff; border-radius: var(--radius-lg); padding: 0;
  border: 1px solid var(--gray-200); box-shadow: var(--shadow-lg); overflow: hidden;
}
.dash-visual-top { background: var(--gray-800); padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; }
.dash-visual-top span { font-size: 13px; font-weight: 700; color: #fff; }
.dash-visual-top .dash-status { color: #4ade80; font-size: 12px; display: flex; align-items: center; gap: 6px; }
.dash-visual-top .dash-status::before { content: ''; width: 6px; height: 6px; background: #4ade80; border-radius: 50%; }
.dash-visual-body { padding: 24px; }
.dash-kpis { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 20px; }
.dash-kpi { background: var(--gray-50); border-radius: var(--radius); padding: 14px 16px; }
.dash-kpi-label { font-size: 11px; color: var(--gray-600); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 4px; }
.dash-kpi-value { font-size: 22px; font-weight: 900; color: var(--gray-800); }
.dash-kpi-value .up { color: var(--green); font-size: 12px; font-weight: 700; }
.dash-kpi-value .down { color: #dc2626; font-size: 12px; font-weight: 700; }
.dash-chart { height: 80px; position: relative; border-radius: var(--radius); overflow: hidden; background: var(--blue-light); }
.dash-chart svg { width: 100%; height: 100%; }

/* ── Resultaten per branche ── */
.results-section { padding: 80px 0; }
.results-header { text-align: center; margin-bottom: 48px; }
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.result-card {
  background: #fff; border-radius: var(--radius-lg); padding: 28px 24px;
  border: 1px solid var(--gray-200); box-shadow: var(--shadow);
  transition: all .2s; position: relative; overflow: hidden;
}
.result-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--orange)); }
.result-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.result-card-branche { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--blue); margin-bottom: 8px; }
.result-card h4 { font-size: 16px; font-weight: 800; color: var(--gray-800); margin-bottom: 16px; }
.result-card-metrics { display: flex; flex-direction: column; gap: 10px; }
.result-card-metric { display: flex; justify-content: space-between; align-items: center; font-size: 14px; padding: 6px 0; border-bottom: 1px solid var(--gray-100); }
.result-card-metric:last-child { border-bottom: none; }
.result-card-metric span:first-child { color: var(--gray-600); }
.result-card-metric span:last-child { font-weight: 700; color: var(--gray-800); }
.result-card-metric .highlight { color: var(--green); }

/* ── Reviews ── */
.reviews-section { padding: 80px 0; background: var(--gray-50); }
.reviews-header { text-align: center; margin-bottom: 48px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card {
  background: #fff; border-radius: var(--radius-lg); padding: 24px;
  border: 1px solid var(--gray-200); box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 12px; transition: all .2s;
}
.review-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.review-card-header { display: flex; align-items: center; justify-content: space-between; }
.review-card-user { display: flex; align-items: center; gap: 12px; }
.review-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 700; color: #fff; flex-shrink: 0;
}
.review-card-name { font-size: 14px; font-weight: 700; color: var(--gray-800); }
.review-card-role { font-size: 12px; color: var(--gray-600); }
.review-card-stars { font-size: 16px; color: #f59e0b; }
.review-card-text { font-size: 14px; color: var(--gray-600); line-height: 1.7; flex: 1; }
.review-card-footer { display: flex; align-items: center; gap: 6px; padding-top: 12px; border-top: 1px solid var(--gray-100); font-size: 12px; color: var(--muted); }
.review-card-footer svg { width: 14px; height: 14px; }

/* ── Campagnetypes (Search & PMax) ── */
.campaign-types { padding: 80px 0; }
.campaign-types-header { text-align: center; margin-bottom: 48px; }
.campaign-types-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.campaign-type-card {
  border-radius: var(--radius-lg); padding: 40px;
  border: 1px solid var(--gray-200); box-shadow: var(--shadow); transition: all .2s;
}
.campaign-type-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.campaign-type-card.search { background: #fff; }
.campaign-type-card.pmax { background: linear-gradient(135deg, var(--blue-dark), var(--blue)); color: #fff; }
.campaign-type-card h3 { font-size: 22px; font-weight: 800; margin-bottom: 12px; }
.campaign-type-card.search h3 { color: var(--gray-800); }
.campaign-type-card p { font-size: 15px; line-height: 1.7; margin-bottom: 20px; }
.campaign-type-card.search p { color: var(--gray-600); }
.campaign-type-card.pmax p { color: rgba(255,255,255,.85); }
.campaign-type-features { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.campaign-type-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.5; }
.campaign-type-card.search .campaign-type-features li { color: var(--gray-600); }
.campaign-type-card.pmax .campaign-type-features li { color: rgba(255,255,255,.9); }
.campaign-type-features li::before { content: '✓'; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; margin-top: 2px; }
.campaign-type-card.search .campaign-type-features li::before { background: var(--blue-light); color: var(--blue); }
.campaign-type-card.pmax .campaign-type-features li::before { background: rgba(255,255,255,.2); color: #fff; }

/* ── Branche expertise ── */
.branche-section { padding: 80px 0; background: var(--gray-50); }
.branche-header { text-align: center; margin-bottom: 48px; }
.branche-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.branche-card {
  background: #fff; border-radius: var(--radius-lg); padding: 36px;
  border: 1px solid var(--gray-200); box-shadow: var(--shadow); transition: all .2s;
}
.branche-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.branche-card-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.branche-card-icon.ecom { background: #fef3c7; }
.branche-card-icon.ecom svg { stroke: #d97706; }
.branche-card-icon.leadgen { background: var(--blue-light); }
.branche-card-icon.leadgen svg { stroke: var(--blue); }
.branche-card-icon svg { width: 28px; height: 28px; fill: none; stroke-width: 2; }
.branche-card h3 { font-size: 20px; font-weight: 800; color: var(--gray-800); margin-bottom: 12px; }
.branche-card p { font-size: 15px; color: var(--gray-600); line-height: 1.7; margin-bottom: 20px; }
.branche-card-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.branche-card-list li { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--gray-600); }
.branche-card-list li::before { content: '→'; color: var(--blue); font-weight: 700; }

/* ── Crosslinks (steden) ── */
.crosslinks { padding: 80px 0; background: var(--gray-50); }
.crosslinks-header { text-align: center; margin-bottom: 48px; }
.crosslinks-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px; }
.crosslinks-grid a {
  display: flex; align-items: center; gap: 8px; padding: 14px 18px;
  background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius);
  text-decoration: none; color: var(--gray-600); font-size: 14px; font-weight: 500;
  transition: all .2s;
}
.crosslinks-grid a:hover { background: var(--blue-light); border-color: var(--blue); color: var(--blue); transform: translateX(4px); }
.crosslinks-grid a::before { content: '→'; color: var(--blue); font-weight: 700; font-size: 12px; }

/* ── Artikelen ── */
.articles-section { padding: 80px 0; }
.articles-header { text-align: center; margin-bottom: 48px; }
.articles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.article-card {
  background: #fff; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--gray-200); box-shadow: var(--shadow);
  text-decoration: none; transition: all .2s; display: flex; flex-direction: column;
}
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--blue); }
.article-card-accent { height: 4px; background: linear-gradient(90deg, var(--blue), var(--blue-mid)); }
.article-card-body { padding: 24px 20px; flex: 1; display: flex; flex-direction: column; }
.article-card-tag { display: inline-block; background: var(--blue-light); color: var(--blue); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 50px; margin-bottom: 12px; align-self: flex-start; }
.article-card-title { font-size: 15px; font-weight: 700; color: var(--gray-800); line-height: 1.4; margin-bottom: 8px; }
.article-card-excerpt { font-size: 13px; color: var(--gray-600); line-height: 1.5; flex: 1; }
.article-card-link { font-size: 13px; font-weight: 700; color: var(--blue); margin-top: 12px; display: inline-flex; align-items: center; gap: 4px; }
.article-card:hover .article-card-link { gap: 8px; }

/* ── Naburige steden (auto-inject) ── */
.oms-neighbours {
  padding: 80px 24px;
  background: var(--gray-50);
  max-width: 1200px;
  margin: 0 auto;
}
.oms-neighbours__title {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  color: var(--dark);
  margin: 0 0 32px;
  text-align: center;
}
.oms-neighbours__list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
  max-width: 900px;
}
.oms-neighbours__list li { font-size: 14px; line-height: 1; }
.oms-neighbours__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--gray-600);
  font-size: 14px;
  font-weight: 500;
  transition: all .2s ease;
}
.oms-neighbours__list li a:hover {
  border-color: var(--blue);
  color: var(--blue);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  text-decoration: none;
}
.oms-neighbours__list li a::after {
  content: '→';
  color: var(--blue);
  opacity: 0;
  transition: opacity .2s;
}
.oms-neighbours__list li a:hover::after { opacity: 1; }
.oms-neighbours__distance {
  color: var(--gray-400);
  font-size: 12px;
  margin-left: auto;
  margin-right: 8px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .hero-content { padding-bottom: 64px; }
  .included-grid { grid-template-columns: 1fr; }
  .why-ads-grid { grid-template-columns: 1fr; }
  .zelf-vs-grid { grid-template-columns: 1fr; }
  .cta-band-inner { grid-template-columns: 1fr; }
  .cta-band-actions { align-items: flex-start; flex-direction: row; flex-wrap: wrap; }
  .contact-cta-inner { grid-template-columns: 1fr; padding: 32px; gap: 32px; }
  .dash-grid { grid-template-columns: 1fr; }
  .cert-grid { grid-template-columns: repeat(2, 1fr); }
  .articles-grid { grid-template-columns: repeat(2, 1fr); }
  .results-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .campaign-types-grid { grid-template-columns: 1fr; }
  .branche-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .hero { padding: 48px 0 0; }
  .hero-content { padding-bottom: 48px; }
  .hero h1 { font-size: 32px; }
  .hero-sub { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item { padding: 24px 16px; }
  .included { padding: 56px 0; }
  .included-cards { grid-template-columns: 1fr; }
  .why-ads { padding: 56px 0; }
  .werkwijze { padding: 56px 0; }
  .zelf-vs { padding: 56px 0; }
  .hoe-start { padding: 56px 0; }
  .contact-cta { padding: 56px 0; }
  .regios { padding: 56px 0; }
  .voordelen-grid { grid-template-columns: 1fr; }
  .stappen-grid { grid-template-columns: 1fr; }
  .regios-grid { grid-template-columns: 1fr; }
  .cert-section { padding: 56px 0; }
  .cert-grid { grid-template-columns: 1fr; }
  .dash-section { padding: 56px 0; }
  .articles-section { padding: 56px 0; }
  .articles-grid { grid-template-columns: 1fr; }
  .results-section { padding: 56px 0; }
  .results-grid { grid-template-columns: 1fr; }
  .reviews-section { padding: 56px 0; }
  .reviews-grid { grid-template-columns: 1fr; }
  .campaign-types { padding: 56px 0; }
  .branche-section { padding: 56px 0; }
  .crosslinks { padding: 56px 0; }
  .oms-neighbours { padding: 56px 16px; }
  .oms-neighbours__list { grid-template-columns: repeat(2, 1fr); }
  .werkwijze-timeline::before { display: none; }
  .werkwijze-item { flex-direction: column; gap: 12px; }
  .werkwijze-num { width: 52px; height: 52px; font-size: 18px; }
  .werkwijze-body { padding: 20px; }
  .cta-band { padding: 48px 0; }
  .cta-band-actions { flex-direction: column; }
  .cta-band-actions .btn { width: 100%; justify-content: center; }
  .contact-cta-inner { padding: 24px; }
  .comparison-table { font-size: 13px; }
  .comparison-table th, .comparison-table td { padding: 10px 10px; }
}
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .hero h1 { font-size: 28px; }
  .section-title { font-size: 24px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stap-card { padding: 24px 20px; }
  .zelf-card { padding: 28px 20px; }
  .audit-box { padding: 28px 20px; }
  .hero-actions .btn { padding: 14px 20px; font-size: 14px; }
  .included-card { padding: 16px; }
}

/* Mobile: uniforme vlak-padding */
@media (max-width: 480px) {
  .werkwijze-body,
  .stap-card,
  .zelf-card,
  .audit-box,
  .contact-cta-inner,
  .result-card,
  .review-card,
  .campaign-type-card,
  .branche-card { padding: 24px 20px; }
}

/* ── why-ads gesplitst: visual (vergelijkingstabel) links + tekst rechts ── */
.why-ads-grid { align-items: center; }
.why-ads-visual .comparison-table { margin-top: 0; }

/* ── Partner-sectie ("geen doorsnee bureau"): gecentreerde header + 4 blokken in een rij ── */
.ga-partner { padding: 80px 0; background: var(--gray-50); }
.ga-partner .voordelen-grid { grid-template-columns: repeat(4, 1fr); margin-top: 0; }
.ga-partner .voordeel-card { background: #fff; }
@media (max-width: 1024px) { .ga-partner .voordelen-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .ga-partner { padding: 56px 0; } .ga-partner .voordelen-grid { grid-template-columns: 1fr; } }

/* ── Branche-sectie: extra icoon-varianten + klikbare branche-links + CTA ── */
.branche-card-icon.zorg { background: #f0fdfa; }
.branche-card-icon.zorg svg { stroke: var(--teal); }
.branche-card-icon.retail { background: #faf5ff; }
.branche-card-icon.retail svg { stroke: #7c3aed; }
.branche-card-list li a { color: inherit; text-decoration: none; transition: color .15s ease; }
.branche-card-list li a:hover { color: var(--blue); text-decoration: underline; }
.branche-cta { text-align: center; margin-top: 44px; }
