/*
Theme Name: Dokter Wifi
Theme URI: https://dokterwifi.nl
Author: Dokter Wifi
Author URI: https://dokterwifi.nl
Description: Vriendelijk en professioneel one-page WordPress thema voor Dokter Wifi — computer-, laptop- en thuis-WiFi-hulp in Sittard, Geleen en omgeving.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dokter-wifi
Tags: one-page, business, blue, responsive-layout, custom-logo, custom-menu, featured-images
*/

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #0f172a;
  background: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #2563eb; text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  letter-spacing: -0.02em;
  color: #0b1437;
  margin: 0 0 .5em;
  line-height: 1.2;
}
h1 { font-size: clamp(2rem, 4vw, 3.25rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
section { padding: 80px 0; }
.section-muted { background: #f4f7fb; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e5e9f2;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}
.site-branding { display: flex; align-items: center; gap: 10px; }
.site-branding img { height: 40px; width: 40px; object-fit: contain; }
.site-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #0b1437;
}
.site-title a { color: inherit; text-decoration: none; }

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.main-nav a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  color: #475569;
  font-size: .95rem;
  font-weight: 500;
}
.main-nav a:hover { background: #eef2ff; color: #0b1437; text-decoration: none; }

.header-cta {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  background: #0b1437;
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
  font-size: .9rem;
}
.header-cta:hover { background: #1e2a5e; color: #fff; text-decoration: none; }

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 1.5rem;
  cursor: pointer;
  color: #0b1437;
}

@media (max-width: 900px) {
  .main-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav.is-open {
    display: block;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: #fff;
    border-bottom: 1px solid #e5e9f2;
    padding: 12px 20px;
  }
  .main-nav.is-open ul { flex-direction: column; gap: 4px; }
}

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(140deg, #e6f0ff 0%, #ffffff 55%, #d9f5ea 100%);
  padding: 90px 0;
}
.hero-grid {
  display: grid;
  gap: 40px;
  align-items: center;
  grid-template-columns: 1.1fr 1fr;
}
@media (max-width: 800px) { .hero-grid { grid-template-columns: 1fr; } }
.hero p.lead { font-size: 1.15rem; color: #475569; max-width: 540px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: .95rem;
  transition: transform .15s ease;
}
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn-primary { background: #0b1437; color: #fff; }
.btn-secondary { background: #fff; color: #0b1437; border: 1px solid #e5e9f2; }

.hero-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px -20px rgba(11,20,55,.25);
}

/* ---------- Cards / services ---------- */
.section-head { text-align: center; max-width: 720px; margin: 0 auto 50px; }
.section-head p { color: #475569; font-size: 1.05rem; }

.cards {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.card {
  background: #fff;
  border: 1px solid #e5e9f2;
  border-radius: 18px;
  padding: 28px;
  transition: box-shadow .2s ease, transform .2s ease;
}
.card:hover { box-shadow: 0 12px 30px -15px rgba(11,20,55,.18); transform: translateY(-2px); }
.card .icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: #eaf2ff; color: #1d4ed8;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 14px;
}
.card h3 { margin-bottom: 8px; }
.card p { color: #475569; margin: 0; }

/* ---------- About / why ---------- */
.benefits {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.benefit { display: flex; gap: 12px; align-items: flex-start; }
.benefit .check {
  flex: 0 0 28px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #d9f5ea;
  color: #047857;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700;
}

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-info p { color: #334155; margin: 0 0 .6em; }
.contact-info strong { color: #0b1437; }

.contact-form label { display: block; font-weight: 600; margin-bottom: 6px; color: #0b1437; }
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e5e9f2;
  border-radius: 12px;
  font: inherit;
  background: #fff;
  margin-bottom: 16px;
}
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form button { border: 0; cursor: pointer; }

/* ---------- Footer ---------- */
.site-footer {
  background: #0b1437;
  color: #cbd5e1;
  padding: 50px 0 24px;
  margin-top: 60px;
}
.site-footer a { color: #fff; }
.footer-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-bottom: 30px;
}
.footer-grid h4 { color: #fff; font-size: .95rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 8px; font-size: .95rem; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 18px;
  font-size: .8rem;
  color: #94a3b8;
  text-align: center;
}

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.mt-4 { margin-top: 24px; }
