/* ============================================================
   Gratis Websitescan – Pagina-specifieke Styles
   ============================================================ */

/* ── Container ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ── Hero ── */
.hero {
  background: linear-gradient(135deg, #0c5f78 0%, #0e7490 50%, #0891b2 100%);
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
.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");
  pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25); color: #fff; font-size: 13px; font-weight: 600; padding: 8px 16px; border-radius: 50px; margin-bottom: 24px; }
.hero-badge span { width: 8px; height: 8px; background: #4ade80; border-radius: 50%; display: inline-block; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .6; transform: scale(1.3); } }
.hero h1 { font-size: clamp(36px, 5vw, 54px); font-weight: 900; color: #fff; line-height: 1.1; margin: 0 0 20px; letter-spacing: -1px; }
.hero h1 em { font-style: normal; color: var(--yellow); }
.hero-sub { font-size: 17px; color: rgba(255,255,255,.85); line-height: 1.7; margin: 0 0 32px; max-width: 480px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 50px; font-weight: 600; font-size: 16px; text-decoration: none; transition: all .25s ease; cursor: pointer; border: 2px solid transparent; white-space: nowrap; line-height: 1; }
.btn-primary { background: var(--orange, #ea580c); color: #fff; border-color: var(--orange, #ea580c); }
.btn-primary:hover { background: #c2410c; border-color: #c2410c; color: #fff; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(234,88,12,.35); text-decoration: none; }
.btn-white { background: rgba(255,255,255,.15); color: #fff; border-color: rgba(255,255,255,.4); }
.btn-white:hover { background: rgba(255,255,255,.25); border-color: rgba(255,255,255,.7); color: #fff; text-decoration: none; }
.hero-proof { display: inline-flex; align-items: center; gap: 12px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; padding: 12px 20px; }
.hero-proof-stars { font-size: 20px; color: var(--yellow); line-height: 1; }
.hero-proof-text { font-size: 14px; color: rgba(255,255,255,.9); }
.hero-proof-text strong { color: #fff; }
.hero-visuals { display: flex; flex-direction: column; gap: 16px; }
.mockup-card { background: #fff; border-radius: 12px; padding: 20px 24px; box-shadow: 0 8px 40px rgba(0,0,0,.15); }
.mockup-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: #475569; margin-bottom: 14px; }
.mockup-metric { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f1f5f9; }
.mockup-metric:last-child { border-bottom: none; }
.mockup-metric-label { font-size: 13px; color: #475569; }
.mockup-metric-value { font-size: 15px; font-weight: 700; color: #1e293b; display: flex; align-items: center; gap: 8px; }
.mockup-metric-badge { font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 50px; }
.badge-green { background: var(--green-light); color: var(--green); }
.badge-blue { background: #dbeafe; color: #1d4ed8; }
.badge-orange { background: #fff7ed; color: #ea580c; }

/* ── Stats ── */
.stats { background: #1e293b; padding: 48px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.stat-number { font-size: clamp(32px, 4vw, 48px); font-weight: 900; color: #fff; line-height: 1; margin-bottom: 8px; }
.stat-number span { color: #ea580c; }
.stat-label { font-size: 14px; color: var(--muted); }

/* ── Section utilities ── */
.section-label { display: inline-block; background: #e0f2fe; color: #0e7490; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 6px 14px; border-radius: 50px; margin-bottom: 16px; }
.section-title { font-size: clamp(28px, 3.5vw, 40px); font-weight: 800; color: var(--dark); line-height: 1.2; margin: 0 0 12px; }
.section-title em { font-style: normal; color: #ea580c; }
.section-sub { font-size: 17px; color: #475569; line-height: 1.7; max-width: 600px; margin: 0 0 48px; }

/* ── Scan Onderdelen ── */
.scan-onderdelen { padding: 96px 0; background: #f8fafc; }
.scan-header { text-align: center; margin-bottom: 56px; }
.scan-header .section-sub { margin: 0 auto 0; }
.scan-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.scan-card { background: #fff; border-radius: 20px; padding: 36px 32px; border: 1px solid #e2e8f0; box-shadow: 0 4px 24px rgba(14,116,144,.10); transition: transform .2s ease, box-shadow .2s ease; }
.scan-card:hover { transform: translateY(-4px); box-shadow: 0 8px 40px rgba(14,116,144,.15); }
.scan-card-icon { width: 60px; height: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.scan-icon-speed { background: #fff7ed; color: #ea580c; }
.scan-icon-speed svg { stroke: #ea580c; }
.scan-icon-seo { background: #f0fdfa; color: #0d9488; }
.scan-icon-seo svg { stroke: #0d9488; }
.scan-icon-conversie { background: #e0f2fe; color: #0e7490; }
.scan-icon-conversie svg { stroke: #0e7490; }
.scan-icon-concurrentie { background: #f5f3ff; color: #7c3aed; }
.scan-icon-concurrentie svg { stroke: #7c3aed; }
.scan-card h3 { font-size: 20px; font-weight: 700; color: var(--dark); margin: 0 0 12px; }
.scan-card p { font-size: 15px; color: #475569; line-height: 1.7; margin: 0 0 20px; }
.scan-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.scan-list li { font-size: 14px; color: #475569; padding-left: 22px; position: relative; }
.scan-list li::before { content: '\2713'; position: absolute; left: 0; color: #0d9488; font-weight: 700; }

/* ── Scan Form Section ── */
.scan-form-section { padding: 96px 0; background: #fff; }
.scan-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.scan-form-content .section-sub { margin-bottom: 36px; }
.scan-guarantees { display: flex; flex-direction: column; gap: 16px; }
.scan-guarantee-item { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #1e293b; font-weight: 500; }
.scan-form-card { background: #f8fafc; border-radius: 20px; padding: 40px; border: 1px solid #e2e8f0; box-shadow: 0 4px 24px rgba(14,116,144,.10); }
.scan-form .form-group { margin-bottom: 20px; }
.scan-form label { display: block; font-size: 14px; font-weight: 600; color: #1e293b; margin-bottom: 8px; }
.scan-form input, .scan-form select, .scan-form textarea {
  width: 100%; padding: 12px 16px; border: 2px solid #e2e8f0; border-radius: 10px;
  font-size: 15px; color: #1e293b; background: #fff; transition: border-color .2s ease;
  font-family: inherit;
}
.scan-form input:focus, .scan-form select:focus { outline: none; border-color: #0e7490; }
.scan-form .btn-primary { width: 100%; justify-content: center; padding: 16px 28px; font-size: 16px; }

/* ── Scan Process ── */
.scan-process { padding: 80px 0; background: #f8fafc; }
.scan-process-header { text-align: center; margin-bottom: 56px; }
.scan-steps { display: flex; align-items: center; justify-content: center; gap: 0; max-width: 900px; margin: 0 auto; }
.scan-step { text-align: center; flex: 1; padding: 0 20px; }
.scan-step-num { width: 64px; height: 64px; background: linear-gradient(135deg, #0e7490, #0891b2); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 22px; margin: 0 auto 20px; box-shadow: 0 4px 16px rgba(14,116,144,.3); }
.scan-step h3 { font-size: 18px; font-weight: 700; color: var(--dark); margin: 0 0 8px; }
.scan-step p { font-size: 14px; color: #475569; line-height: 1.6; margin: 0; }
.scan-step-arrow { flex-shrink: 0; }

/* ── Reviews (ref-card) ── */
.ref-reviews { padding: 80px 0; background: #f8fafc; }
.ref-reviews-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.ref-reviews .section-label { display: inline-block; background: #e0f2fe; color: #0e7490; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 6px 14px; border-radius: 50px; margin-bottom: 16px; }
.ref-reviews .section-title { font-size: clamp(28px, 3.5vw, 40px); font-weight: 800; color: var(--dark); line-height: 1.2; margin: 0 0 12px; }
.ref-reviews .section-sub { font-size: 17px; color: #475569; line-height: 1.7; max-width: 600px; margin: 0 0 48px; }
.ref-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ref-card { background: #fff; border-radius: 20px; padding: 24px; border: 1px solid #e2e8f0; box-shadow: 0 4px 24px rgba(14,116,144,.10); display: flex; flex-direction: column; gap: 12px; transition: transform .2s ease, box-shadow .2s ease; }
.ref-card:hover { transform: translateY(-4px); box-shadow: 0 8px 40px rgba(14,116,144,.15); }
.ref-card-header { display: flex; align-items: center; justify-content: space-between; }
.ref-card-user { display: flex; align-items: center; gap: 12px; }
.ref-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; }
.ref-card-meta { display: flex; flex-direction: column; gap: 2px; }
.ref-card-name { font-size: 14px; font-weight: 700; color: var(--dark); display: flex; align-items: center; gap: 6px; margin: 0; }
.ref-card-role { font-size: 12px; color: #475569; margin: 0; }
.ref-verified { display: inline-flex; align-items: center; }
.ref-verified svg { width: 16px; height: 16px; }
.ref-google-logo { display: flex; align-items: center; }
.ref-google-logo svg { width: 20px; height: 20px; }
.ref-card-stars { font-size: 16px; color: #f59e0b; display: flex; align-items: center; gap: 6px; }
.ref-card-stars span { font-size: 13px; font-weight: 700; color: var(--dark); }
.ref-card-text { font-size: 14px; color: #475569; line-height: 1.7; flex: 1; margin: 0; }
.ref-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px solid #e2e8f0; font-size: 12px; color: var(--muted); }
.ref-card-source { display: flex; align-items: center; gap: 5px; }
.ref-card-source svg { width: 14px; height: 14px; }

/* ── CTA Band ── */
.cta-band { background: linear-gradient(135deg, #0c5f78 0%, #0e7490 100%); padding: 80px 0; text-align: center; }
.cta-band-inner { max-width: 700px; margin: 0 auto; }
.cta-band h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 800; color: #fff; margin: 0 0 16px; }
.cta-band p { font-size: 17px; color: rgba(255,255,255,.85); margin: 0 0 36px; }
.cta-band-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visuals { display: grid; grid-template-columns: 1fr 1fr; }
  .scan-grid { grid-template-columns: 1fr; }
  .scan-form-grid { grid-template-columns: 1fr; gap: 40px; }
  .ref-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .hero { padding: 48px 0 64px; }
  .hero-visuals { grid-template-columns: 1fr; }
  .hero-visuals .mockup-card:nth-child(2) { display: none; }
  .scan-steps { flex-direction: column; gap: 32px; }
  .scan-step-arrow { transform: rotate(90deg); }
  .ref-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile: uniforme vlak-padding */
@media (max-width: 480px) {
  .scan-card,
  .scan-form-card,
  .ref-card,
  .mockup-card { padding: 24px 20px; }
}
