
5@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Lato:wght@300;400;700&display=swap');
6
7/* Basis */
8.dw { font-family: 'Lato', sans-serif; color: #2e3a50; line-height: 1.7; font-size: 17px; }
9.dw * { box-sizing: border-box; }
10.dw h1, .dw h2, .dw h3 { font-family: 'Cormorant Garamond', Georgia, serif; color: #1e2d4a; line-height: 1.25; margin: 0; }
11.dw h2 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 20px; }
12.dw p { margin: 0; }
13.dw a { text-decoration: none; }
14.dw-section { padding: 80px 24px; }
15.dw-wrap { max-width: 900px; margin: 0 auto; }
16.dw-wrap-wide { max-width: 1100px; margin: 0 auto; }
17
18/* Labels & knoppen */
19.dw-label { display: inline-block; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: #4467B5; font-weight: 700; margin-bottom: 12px; font-family: 'Lato', sans-serif; }
20.dw-btn { display: inline-block; background: #4467B5; color: #fff !important; text-decoration: none !important; padding: 14px 34px; border-radius: 4px; font-family: 'Lato', sans-serif; font-size: 0.95rem; font-weight: 700; letter-spacing: 0.04em; border: none; cursor: pointer; }
21.dw-btn:hover { background: #354f96; color: #fff !important; }
22.dw-btn-outline { background: transparent !important; border: 2px solid #4467B5 !important; color: #4467B5 !important; }
23.dw-btn-outline:hover { background: #4467B5 !important; color: #fff !important; }
24
25/* ── HERO ── */
26.dw-hero { background: #B4D2F7 !important; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: 90vh; }
27.dw-hero__tekst { padding: 80px 60px 80px max(48px, calc((100vw - 1100px) / 2 + 48px)); display: flex; flex-direction: column; justify-content: center; }
28.dw-hero__tagline { font-size: 0.82rem; letter-spacing: 0.2em; text-transform: uppercase; color: #4467B5; font-weight: 700; margin-bottom: 18px; font-family: 'Lato', sans-serif; }
29.dw-hero__titel { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2.8rem, 5vw, 4.2rem); color: #1e2d4a; line-height: 1.1; margin-bottom: 24px; }
30.dw-hero__titel em { font-style: italic; color: #4467B5; }
31.dw-hero__sub { font-size: 1.1rem; color: #2e3a50; margin-bottom: 36px; max-width: 440px; font-weight: 300; line-height: 1.75; }
32.dw-hero__knoppen { display: flex; gap: 16px; flex-wrap: wrap; }
33.dw-hero__foto { background: #d6e8fb; min-height: 500px; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
34.dw-hero__foto img { width: 100%; height: 100%; object-fit: cover; display: block; position: absolute; inset: 0; }
35.dw-ph { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #4467B5; font-size: 0.88rem; opacity: 0.45; font-family: 'Lato', sans-serif; }
36
37/* ── VOOR WIE ── */
38.dw-voor-wie { background: #ffffff !important; }
39.dw-voor-wie__intro { max-width: 640px; margin-bottom: 56px; }
40.dw-voor-wie__intro p { font-size: 1.05rem; }
41.dw-grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 24px; }
42.dw-vw-kaart { background: #f4f8fe; border-left: 4px solid #B4D2F7; border-radius: 6px; padding: 28px 24px; }
43.dw-vw-kaart:hover { border-color: #4467B5; }
44.dw-vw-kaart h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.3rem; color: #4467B5; margin-bottom: 10px; }
45.dw-vw-kaart p { font-size: 0.95rem; line-height: 1.65; color: #4a5568; }
46
47/* ── DIENSTEN ── */
48.dw-diensten { background: #B4D2F7 !important; }
49.dw-diensten__intro { max-width: 640px; margin-bottom: 56px; }
50.dw-grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; margin-bottom: 48px; }
51.dw-dienst { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 16px rgba(68,103,181,0.08); }
52.dw-dienst:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(68,103,181,0.16); }
53.dw-dienst__foto { width: 100%; height: 180px; background: #d6e8fb; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
54.dw-dienst__foto img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
55.dw-dienst__body { padding: 24px; }
56.dw-dienst__body h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.4rem; color: #1e2d4a; margin-bottom: 10px; }
57.dw-dienst__body p { font-size: 0.94rem; color: #4a5568; line-height: 1.65; margin-bottom: 18px; }
58.dw-dienst-link { color: #4467B5; font-size: 0.9rem; font-weight: 700; }
59.dw-center { text-align: center; }
60
61/* ── REVIEWS ── */
62.dw-reviews { background: #1e2d4a !important; }
63.dw-reviews .dw-label { color: #B4D2F7; }
64.dw-reviews h2 { color: #ffffff; margin-bottom: 20px; }
65.dw-reviews__intro { max-width: 580px; margin-bottom: 56px; color: rgba(255,255,255,0.75); }
66.dw-grid-3r { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
67.dw-review { background: rgba(255,255,255,0.07); border: 1px solid rgba(180,210,247,0.2); border-radius: 8px; padding: 28px 24px; }
68.dw-review__sterren { color: #B4D2F7; font-size: 1.1rem; margin-bottom: 16px; letter-spacing: 2px; }
69.dw-review__tekst { font-size: 0.97rem; line-height: 1.7; color: rgba(255,255,255,0.85); font-style: italic; margin-bottom: 20px; }
70.dw-review__naam { font-size: 0.85rem; font-weight: 700; letter-spacing: 0.08em; color: #B4D2F7; text-transform: uppercase; font-family: 'Lato', sans-serif; }
71
72/* ── OVER MIJ ── */
73.dw-over-mij { background: #f4f8fe !important; }
74.dw-over-mij__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
75.dw-over-mij__foto { border-radius: 8px; overflow: hidden; min-height: 480px; background: #d6e8fb; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; color: #4467B5; opacity: 0.45; position: relative; }
76.dw-over-mij__foto img { width: 100%; height: 100%; object-fit: cover; display: block; position: absolute; inset: 0; border-radius: 8px; }
77.dw-over-mij__quote { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: 1.4rem; color: #4467B5; line-height: 1.5; margin-bottom: 24px; border-left: 3px solid #B4D2F7; padding-left: 20px; }
78.dw-over-mij__tekst p { font-size: 1rem; color: #2e3a50; margin-bottom: 16px; line-height: 1.75; }
79.dw-over-mij__tekst p:last-of-type { margin-bottom: 32px; }
80
81/* ── CONTACT ── */
82.dw-contact { background: #B4D2F7 !important; }
83.dw-contact__inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: start; }
84.dw-contact__intro p { font-size: 1rem; margin-bottom: 28px; line-height: 1.75; }
85.dw-contact__info { margin-top: 32px; }
86.dw-contact__info a { display: block; color: #4467B5; font-size: 0.95rem; margin-bottom: 8px; }
87.dw-formulier { background: #fff; border-radius: 10px; padding: 40px 36px; box-shadow: 0 4px 24px rgba(68,103,181,0.1); }
88.dw-formulier h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.6rem; margin-bottom: 24px; color: #1e2d4a; }
89.dw-form-rij { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
90.dw-fg { margin-bottom: 20px; }
91.dw-fg label { display: block; font-size: 0.85rem; font-weight: 700; color: #1e2d4a; margin-bottom: 7px; letter-spacing: 0.04em; font-family: 'Lato', sans-serif; }
92.dw-fg input, .dw-fg textarea, .dw-fg select { width: 100%; padding: 12px 16px; border: 1.5px solid #c8d9f0; border-radius: 5px; font-family: 'Lato', sans-serif; font-size: 0.95rem; color: #2e3a50; background: #f4f8fe; outline: none; }
93.dw-fg input:focus, .dw-fg textarea:focus { border-color: #4467B5; background: #fff; }
94.dw-fg textarea { resize: vertical; min-height: 130px; }
95.dw-formulier .dw-btn { width: 100%; text-align: center; display: block; margin-top: 8px; }
96
97/* ── FOOTER ── */
98.dw-footer { background: #1e2d4a !important; color: rgba(255,255,255,0.6); text-align: center; padding: 32px 24px; font-size: 0.85rem; font-family: 'Lato', sans-serif; }
99.dw-footer a { color: #B4D2F7; }
100
101/* ── RESPONSIVE ── */
102@media (max-width: 768px) {
103  .dw-hero { grid-template-columns: 1fr; min-height: auto; }
104  .dw-hero__foto { min-height: 300px; order: -1; }
105  .dw-hero__tekst { padding: 56px 28px 48px; }
106  .dw-over-mij__inner { grid-template-columns: 1fr; gap: 40px; }
107  .dw-over-mij__foto { min-height: 300px; }
108  .dw-contact__inner { grid-template-columns: 1fr; gap: 40px; }
109  .dw-form-rij { grid-template-columns: 1fr; }
110  .dw-section { padding: 60px 20px; }
111}