/* ============================================
   WebsiteMakenPro.nl — Main Stylesheet
   Professional, clean, Stripe-level quality
   ============================================ */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue-900: #1e3a5f;
  --blue-800: #1e40af;
  --blue-700: #1d4ed8;
  --blue-600: #2563eb;
  --blue-500: #3b82f6;
  --blue-400: #60a5fa;
  --blue-100: #dbeafe;
  --blue-50: #eff6ff;
  --emerald-600: #059669;
  --emerald-500: #10b981;
  --emerald-50: #ecfdf5;
  --navy: #0f172a;
  --gray-900: #111827;
  --gray-700: #374151;
  --gray-600: #4b5563;
  --gray-500: #6b7280;
  --gray-400: #9ca3af;
  --gray-300: #d1d5db;
  --gray-200: #e5e7eb;
  --gray-100: #f3f4f6;
  --gray-50: #f9fafb;
  --white: #ffffff;
  --red-500: #ef4444;
  --red-50: #fef2f2;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --max-width: 1200px;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 6px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.06);
  --shadow-lg: 0 10px 15px rgba(0,0,0,0.1), 0 4px 6px rgba(0,0,0,0.05);
  --transition: 0.2s ease;
}

html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font); color: var(--gray-700); line-height: 1.6; background: var(--white); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button, input, select, textarea { font-family: var(--font); font-size: 1rem; }

.container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }

/* --- Typography --- */
h1, h2, h3, h4 { color: var(--gray-900); line-height: 1.2; font-weight: 700; }
h1 { font-size: clamp(2rem, 5vw, 3.25rem); }
h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.1rem; }
p { color: var(--gray-600); }
.text-center { text-align: center; }
.subtitle { color: var(--gray-500); font-size: 1.125rem; max-width: 640px; margin: 0 auto; }

/* --- Buttons --- */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: var(--radius-sm); font-weight: 600; font-size: 1rem; cursor: pointer; border: none; transition: all var(--transition); text-decoration: none; }
.btn-primary { background: linear-gradient(135deg, var(--blue-700), var(--blue-600)); color: var(--white); box-shadow: 0 2px 8px rgba(37,99,235,0.3); }
.btn-primary:hover { background: linear-gradient(135deg, var(--blue-800), var(--blue-700)); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(37,99,235,0.4); }
.btn-outline { background: transparent; color: var(--blue-700); border: 2px solid var(--blue-200); }
.btn-outline:hover { background: var(--blue-50); border-color: var(--blue-400); }
.btn-white { background: var(--white); color: var(--blue-700); }
.btn-white:hover { background: var(--gray-50); }
.btn-sm { padding: 10px 20px; font-size: 0.9rem; }
.btn-lg { padding: 16px 36px; font-size: 1.05rem; }
.btn svg { width: 18px; height: 18px; }

/* --- Navbar --- */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--gray-200); transition: all 0.3s ease; }
.navbar .container { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.nav-logo { font-size: 1.25rem; font-weight: 800; color: var(--gray-900); letter-spacing: -0.02em; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: 0.925rem; color: var(--gray-600); font-weight: 500; transition: color var(--transition); }
.nav-links a:hover { color: var(--blue-700); }
.nav-cta { margin-left: 8px; }
.nav-mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-mobile-toggle svg { width: 24px; height: 24px; color: var(--gray-700); }
.nav-mobile-menu { display: none; }

/* --- Hero --- */
.hero { padding: 140px 0 80px; text-align: center; background: linear-gradient(180deg, var(--white) 0%, var(--gray-50) 100%); }
.hero-badge { display: inline-block; padding: 8px 20px; background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 100px; font-size: 0.875rem; color: var(--gray-600); margin-bottom: 24px; font-weight: 500; }
.hero h1 { margin-bottom: 20px; max-width: 800px; margin-left: auto; margin-right: auto; }
.hero p { font-size: 1.2rem; max-width: 680px; margin: 0 auto 36px; color: var(--gray-500); }
.hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px; }
.trust-indicators { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; color: var(--gray-500); font-weight: 500; }
.trust-item svg { width: 18px; height: 18px; color: var(--blue-500); }

/* --- Social Proof Bar --- */
.social-proof { background: var(--gray-50); border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); padding: 28px 0; }
.social-proof p { text-align: center; font-size: 0.9rem; color: var(--gray-500); margin-bottom: 16px; font-weight: 500; }
.proof-items { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.proof-item { display: flex; align-items: center; gap: 8px; font-size: 0.875rem; color: var(--gray-600); font-weight: 500; }
.proof-item svg { width: 16px; height: 16px; color: var(--blue-500); }

/* --- Section Spacing --- */
.section { padding: 96px 0; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-header h2 { margin-bottom: 12px; }
.section-header p { color: var(--gray-500); font-size: 1.1rem; }
.section-alt { background: var(--gray-50); }

/* --- Dual Service Cards --- */
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; max-width: 900px; margin: 0 auto; }
.service-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 40px 32px; position: relative; transition: all var(--transition); }
.service-card:hover { box-shadow: var(--shadow-lg); border-color: var(--gray-300); }
.service-badge { display: inline-block; padding: 4px 12px; border-radius: 100px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px; }
.badge-popular { background: var(--emerald-50); color: var(--emerald-600); }
.badge-soon { background: var(--blue-50); color: var(--blue-600); }
.service-label { font-size: 0.8rem; color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; margin-bottom: 4px; }
.service-card h3 { font-size: 1.5rem; margin-bottom: 8px; }
.service-price { margin-bottom: 16px; }
.service-price .amount { font-size: 2rem; font-weight: 800; color: var(--gray-900); }
.service-price .period { font-size: 0.9rem; color: var(--gray-500); margin-left: 4px; }
.service-card > p { font-size: 0.95rem; color: var(--gray-500); margin-bottom: 24px; line-height: 1.5; }
.feature-list { margin-bottom: 32px; }
.feature-list li { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; font-size: 0.925rem; color: var(--gray-700); }
.feature-list li svg { width: 18px; height: 18px; color: var(--emerald-500); flex-shrink: 0; margin-top: 2px; }
.service-card .btn { width: 100%; justify-content: center; }

/* --- Steps --- */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; max-width: 900px; margin: 0 auto; position: relative; }
.steps-grid::before { content: ''; position: absolute; top: 28px; left: 20%; right: 20%; height: 2px; border-top: 2px dashed var(--gray-300); }
.step { text-align: center; position: relative; }
.step-number { width: 56px; height: 56px; border-radius: 50%; background: var(--blue-600); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 1.25rem; font-weight: 700; margin: 0 auto 20px; position: relative; z-index: 1; }
.step h3 { margin-bottom: 8px; }
.step p { font-size: 0.9rem; color: var(--gray-500); }

/* --- Features Grid --- */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 32px 24px; transition: all var(--transition); }
.feature-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.feature-icon { width: 48px; height: 48px; border-radius: 10px; background: var(--blue-50); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.feature-icon svg { width: 24px; height: 24px; color: var(--blue-600); }
.feature-card h3 { margin-bottom: 8px; font-size: 1.1rem; }
.feature-card p { font-size: 0.9rem; color: var(--gray-500); line-height: 1.5; }

/* --- Pricing --- */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; }
.pricing-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 36px 28px; position: relative; transition: all var(--transition); }
.pricing-card:hover { box-shadow: var(--shadow-md); }
.pricing-featured { border: 2px solid var(--blue-600); box-shadow: var(--shadow-md); }
.pricing-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--blue-600); color: var(--white); padding: 4px 16px; border-radius: 100px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; white-space: nowrap; }
.pricing-card h3 { font-size: 1.25rem; margin-bottom: 16px; }
.pricing-amount { font-size: 2.5rem; font-weight: 800; color: var(--gray-900); }
.pricing-period { font-size: 0.9rem; color: var(--gray-500); }
.pricing-desc { font-size: 0.85rem; color: var(--gray-400); margin: 8px 0 24px; }
.pricing-features { margin-bottom: 32px; }
.pricing-features li { display: flex; align-items: center; gap: 10px; padding: 6px 0; font-size: 0.9rem; color: var(--gray-600); }
.pricing-features li svg { width: 16px; height: 16px; color: var(--emerald-500); flex-shrink: 0; }
.pricing-card .btn { width: 100%; justify-content: center; }
.pricing-note { text-align: center; margin-top: 24px; font-size: 0.85rem; color: var(--gray-400); }

/* --- Webshop Teaser --- */
.webshop-teaser { background: linear-gradient(135deg, var(--navy) 0%, #1e3a5f 100%); color: var(--white); padding: 72px 0; }
.webshop-teaser .container { max-width: 900px; }
.webshop-teaser h2 { color: var(--white); margin-bottom: 16px; }
.webshop-teaser > .container > p { color: var(--gray-300); font-size: 1.1rem; margin-bottom: 32px; }
.comparison-table { width: 100%; border-collapse: collapse; margin-bottom: 24px; }
.comparison-table th, .comparison-table td { padding: 12px 20px; text-align: left; font-size: 0.95rem; }
.comparison-table th { color: var(--gray-400); font-weight: 500; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; border-bottom: 1px solid rgba(255,255,255,0.1); }
.comparison-table td { color: var(--gray-300); border-bottom: 1px solid rgba(255,255,255,0.05); }
.comparison-table tr:last-child td { color: var(--white); font-weight: 600; }
.comparison-table tr:last-child { background: rgba(255,255,255,0.05); border-radius: 8px; }
.webshop-link { color: var(--blue-400); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; transition: color var(--transition); }
.webshop-link:hover { color: var(--blue-300); }

/* --- FAQ --- */
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--gray-200); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 20px 0; background: none; border: none; cursor: pointer; text-align: left; font-size: 1.05rem; font-weight: 600; color: var(--gray-900); transition: color var(--transition); }
.faq-question:hover { color: var(--blue-700); }
.faq-question svg { width: 20px; height: 20px; color: var(--gray-400); transition: transform 0.3s ease; flex-shrink: 0; }
.faq-item.active .faq-question svg { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-item.active .faq-answer { max-height: 200px; padding-bottom: 20px; }
.faq-answer p { color: var(--gray-500); font-size: 0.95rem; line-height: 1.6; }

/* --- CTA Section --- */
.cta-section { background: linear-gradient(135deg, var(--blue-50) 0%, #e0e7ff 100%); padding: 80px 0; }
.cta-content { max-width: 700px; margin: 0 auto; text-align: center; }
.cta-content h2 { margin-bottom: 12px; }
.cta-content > p { color: var(--gray-500); margin-bottom: 36px; }
.cta-form { display: flex; gap: 12px; max-width: 480px; margin: 0 auto 12px; }
.cta-form input { flex: 1; padding: 14px 18px; border: 1px solid var(--gray-300); border-radius: var(--radius-sm); font-size: 1rem; outline: none; transition: border var(--transition); }
.cta-form input:focus { border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(59,130,246,0.1); }
.cta-note { font-size: 0.85rem; color: var(--gray-400); }
.cta-success { display: none; background: var(--emerald-50); color: var(--emerald-600); padding: 16px; border-radius: var(--radius-sm); font-weight: 500; }

/* --- Footer --- */
.footer { background: var(--navy); color: var(--gray-400); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand p { font-size: 0.9rem; line-height: 1.6; margin-top: 12px; }
.footer h4 { color: var(--white); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 16px; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 0.9rem; color: var(--gray-400); transition: color var(--transition); }
.footer-links a:hover { color: var(--white); }
.footer-contact a { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; color: var(--gray-400); margin-bottom: 10px; transition: color var(--transition); }
.footer-contact a:hover { color: var(--white); }
.footer-contact svg { width: 16px; height: 16px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; text-align: center; font-size: 0.85rem; }

/* --- WhatsApp Float --- */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; z-index: 999; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(37,211,102,0.3); transition: all var(--transition); cursor: pointer; }
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 16px rgba(37,211,102,0.4); }
.whatsapp-float svg { width: 28px; height: 28px; fill: var(--white); }

/* --- Page Header (for inner pages) --- */
.page-header { padding: 120px 0 60px; background: linear-gradient(180deg, var(--gray-50) 0%, var(--white) 100%); text-align: center; }
.page-header h1 { margin-bottom: 12px; }
.page-header p { color: var(--gray-500); font-size: 1.1rem; }

/* --- Forms --- */
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 0.9rem; font-weight: 600; color: var(--gray-700); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 1px solid var(--gray-300); border-radius: var(--radius-sm); font-size: 1rem; color: var(--gray-900); background: var(--white); transition: border var(--transition); outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(59,130,246,0.1); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group .required::after { content: ' *'; color: var(--red-500); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-error { color: var(--red-500); font-size: 0.85rem; margin-top: 4px; display: none; }
.form-success { background: var(--emerald-50); border: 1px solid var(--emerald-500); color: var(--emerald-600); padding: 20px; border-radius: var(--radius-sm); text-align: center; font-weight: 500; display: none; }

/* --- Domain Checker --- */
.domain-checker { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 36px; max-width: 600px; margin: 0 auto; }
.domain-input-group { display: flex; gap: 8px; margin-bottom: 16px; }
.domain-input-group input { flex: 1; padding: 14px 18px; border: 1px solid var(--gray-300); border-radius: var(--radius-sm); font-size: 1.1rem; }
.domain-input-group select { padding: 14px 16px; border: 1px solid var(--gray-300); border-radius: var(--radius-sm); font-size: 1rem; min-width: 80px; background: var(--gray-50); }
.domain-result { padding: 16px; border-radius: var(--radius-sm); margin-top: 16px; display: none; font-weight: 500; }
.domain-available { background: var(--emerald-50); color: var(--emerald-600); border: 1px solid var(--emerald-500); }
.domain-taken { background: var(--red-50); color: var(--red-500); border: 1px solid var(--red-500); }
.domain-loading { text-align: center; padding: 16px; color: var(--gray-500); }

/* --- Offerte Page --- */
.offerte-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; align-items: start; }
.offerte-sidebar { background: var(--gray-50); border-radius: var(--radius); padding: 32px; position: sticky; top: 88px; }
.offerte-sidebar h3 { margin-bottom: 24px; }
.offerte-step { display: flex; gap: 16px; margin-bottom: 24px; }
.offerte-step-num { width: 32px; height: 32px; border-radius: 50%; background: var(--blue-600); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 700; flex-shrink: 0; }
.offerte-step-text h4 { font-size: 0.95rem; margin-bottom: 4px; }
.offerte-step-text p { font-size: 0.85rem; color: var(--gray-500); }
.offerte-trust { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--gray-200); }
.offerte-trust-item { display: flex; align-items: center; gap: 6px; font-size: 0.8rem; color: var(--gray-500); font-weight: 500; }
.offerte-trust-item svg { width: 14px; height: 14px; color: var(--emerald-500); }

/* --- Animations --- */
.fade-up { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* --- Mobile Responsive --- */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-mobile-toggle { display: block; }
  .nav-mobile-menu.open { display: flex; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--gray-200); padding: 16px 24px; gap: 16px; box-shadow: var(--shadow-lg); }
  .nav-mobile-menu a { font-size: 1rem; color: var(--gray-700); font-weight: 500; padding: 8px 0; }

  .hero { padding: 110px 0 60px; }
  .hero h1 { font-size: 2rem; }
  .hero p { font-size: 1rem; }
  .hero-ctas { flex-direction: column; align-items: center; }
  .trust-indicators { flex-direction: column; align-items: center; gap: 12px; }

  .services-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; gap: 32px; }
  .steps-grid::before { display: none; }
  .features-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .proof-items { flex-direction: column; align-items: center; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .offerte-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .cta-form { flex-direction: column; }
  .domain-input-group { flex-direction: column; }
  .comparison-table { font-size: 0.85rem; }
  .comparison-table th, .comparison-table td { padding: 10px 12px; }
}
