:root {
  --petrol-950: #071e24;
  --petrol-900: #0b2930;
  --petrol-800: #123b46;
  --petrol-700: #1a5260;
  --aqua-600: #23aaa8;
  --aqua-500: #35c7c3;
  --aqua-300: #8ee3df;
  --aqua-100: #dff8f6;
  --mist: #f1f8f7;
  --paper: #fbfdfd;
  --ink: #102a30;
  --muted: #5b7075;
  --line: #d8e7e5;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(12, 58, 68, 0.12);
  --radius-md: 22px;
  --radius-lg: 38px;
  --background: var(--paper);
  --foreground: var(--ink);
  --card: var(--white);
  --card-foreground: var(--ink);
  --popover: var(--white);
  --popover-foreground: var(--ink);
  --primary: var(--petrol-800);
  --primary-foreground: var(--white);
  --secondary: var(--aqua-100);
  --secondary-foreground: var(--petrol-900);
  --muted-foreground: var(--muted);
  --accent: var(--aqua-100);
  --accent-foreground: var(--petrol-900);
  --destructive: #ba2d36;
  --border: var(--line);
  --input: #cbdedc;
  --ring: var(--aqua-500);
  --radius: 0.75rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Avenir Next", Avenir, "Segoe UI", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 18px; border-radius: 10px; background: var(--aqua-500); color: var(--petrol-950); font-weight: 800; }
.skip-link:focus { top: 16px; }
.site-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(216, 231, 229, .8); background: rgba(251, 253, 253, .92); backdrop-filter: blur(18px); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 38px; }
.brand-link { display: inline-flex; align-items: center; width: 220px; }
.brand-link img { width: 100%; height: auto; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 32px; }
.desktop-nav a { position: relative; padding: 31px 0 29px; color: #38545a; font-size: 15px; font-weight: 700; }
.desktop-nav a::after { position: absolute; right: 50%; bottom: 19px; left: 50%; height: 3px; border-radius: 99px; background: var(--aqua-500); content: ""; transition: .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; left: 0; }
.desktop-nav a.active { color: var(--petrol-900); }
.header-cta { display: inline-flex; min-height: 48px; align-items: center; gap: 9px; border-radius: 999px; padding: 0 20px; background: var(--petrol-800); color: white; font-size: 14px; font-weight: 800; transition: .2s ease; }
.header-cta:hover { transform: translateY(-2px); background: var(--petrol-900); box-shadow: 0 10px 25px rgba(18,59,70,.18); }
.header-cta svg { width: 18px; }
.mobile-menu-button { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: var(--mist); color: var(--petrol-800); }
.mobile-menu-button svg { width: 24px; height: 24px; }
.mobile-menu-button .menu-close-icon { display: none; }
.mobile-menu-button[aria-expanded="true"] .menu-open-icon { display: none; }
.mobile-menu-button[aria-expanded="true"] .menu-close-icon { display: block; }
.mobile-nav { display: none; border-top: 1px solid var(--line); background: var(--paper); }
.mobile-nav nav { display: flex; flex-direction: column; gap: 0; padding: 12px 0 22px; }
.mobile-nav nav > a:not(.button) { padding: 14px 4px; border-bottom: 1px solid var(--line); font-weight: 750; }
.mobile-nav .button { margin-top: 18px; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; padding: 0 22px; font-size: 15px; font-weight: 800; line-height: 1; transition: .2s ease; }
.button svg { width: 19px; height: 19px; }
.button:hover { transform: translateY(-2px); }
.button-large { min-height: 56px; padding: 0 27px; }
.button-primary { background: var(--petrol-800); color: white; box-shadow: 0 12px 28px rgba(18, 59, 70, .17); }
.button-primary:hover { background: var(--petrol-900); }
.button-secondary { border-color: #bcd5d2; background: rgba(255,255,255,.72); color: var(--petrol-800); }
.button-secondary:hover { border-color: var(--aqua-500); background: white; }
.button-aqua { background: var(--aqua-500); color: var(--petrol-950); box-shadow: 0 14px 30px rgba(53,199,195,.18); }
.button-aqua:hover { background: #53d4d0; }
.button-on-dark { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.08); color: white; }
.button-on-dark:hover { background: rgba(255,255,255,.15); }

.hero-section { position: relative; overflow: hidden; padding: 92px 0 100px; background: radial-gradient(circle at 15% 0%, rgba(53,199,195,.12), transparent 30%), linear-gradient(135deg, var(--paper), var(--mist)); }
.hero-section::before { position: absolute; top: 70px; right: -90px; width: 350px; height: 350px; border: 1px solid rgba(53,199,195,.25); border-radius: 50%; content: ""; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .91fr); align-items: center; gap: 76px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--petrol-700); font-size: 13px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow-dot { width: 9px; height: 9px; border: 2px solid white; border-radius: 50%; background: var(--aqua-500); box-shadow: 0 0 0 3px rgba(53,199,195,.28); }
.hero-copy h1 { max-width: 670px; margin: 0; color: var(--petrol-950); font-size: clamp(54px, 6vw, 82px); font-weight: 850; letter-spacing: -.055em; line-height: .98; }
.hero-copy h1 span { display: block; color: var(--aqua-600); }
.hero-lead { max-width: 640px; margin: 28px 0 0; color: var(--muted); font-size: 19px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; color: #3c5c62; font-size: 13px; font-weight: 700; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 16px; height: 16px; padding: 2px; border-radius: 50%; background: var(--aqua-100); color: var(--aqua-600); stroke-width: 4; }
.hero-visual { position: relative; min-width: 0; }
.hero-image-shell { position: relative; overflow: hidden; aspect-ratio: 4 / 4.45; border: 10px solid white; border-radius: 78px 18px 78px 18px; background: linear-gradient(145deg, var(--petrol-800), var(--aqua-600)); box-shadow: var(--shadow); }
.hero-image-shell img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.hero-image-fallback { position: absolute; inset: 0; display: grid; place-content: center; gap: 15px; color: white; text-align: center; }
.hero-image-fallback svg { width: 54px; height: 54px; margin: auto; color: var(--aqua-300); }
.hero-image-fallback strong { font-size: 22px; }
.hero-badge { position: absolute; z-index: 3; right: -36px; bottom: 38px; display: flex; align-items: center; gap: 13px; min-width: 280px; border: 1px solid rgba(216,231,229,.9); border-radius: 18px; padding: 15px 18px; background: rgba(255,255,255,.94); box-shadow: 0 18px 45px rgba(7,30,36,.17); backdrop-filter: blur(12px); }
.hero-badge-icon { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 13px; background: var(--aqua-100); color: var(--aqua-600); }
.hero-badge-icon svg { width: 25px; }
.hero-badge span:last-child { display: flex; flex-direction: column; gap: 2px; }
.hero-badge small { color: var(--muted); font-size: 11px; }
.hero-badge strong { color: var(--petrol-900); font-size: 14px; }
.precision-corner { position: absolute; top: -20px; right: -21px; width: 105px; height: 105px; border-top: 4px solid var(--aqua-500); border-right: 4px solid var(--aqua-500); border-radius: 0 28px 0 0; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 16px; min-height: 104px; padding: 20px 34px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid svg { width: 27px; color: var(--aqua-600); }
.trust-grid span { display: flex; flex-direction: column; gap: 3px; }
.trust-grid strong { color: var(--petrol-900); font-size: 15px; }
.trust-grid small { color: var(--muted); font-size: 12px; }

.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; }
.section-kicker { display: inline-block; margin-bottom: 14px; color: var(--aqua-600); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.section-kicker-light { color: var(--aqua-300); }
.section-heading h2, .process-intro h2, .local-panel h2, .cta-panel h2 { margin: 0; color: var(--petrol-950); font-size: clamp(36px, 4.2vw, 56px); font-weight: 850; letter-spacing: -.045em; line-height: 1.06; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.service-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; overflow: hidden; min-height: 330px; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 34px; background: white; box-shadow: 0 14px 35px rgba(18,59,70,.055); transition: .25s ease; }
.service-card::before { position: absolute; top: 0; right: 0; width: 70px; height: 6px; border-radius: 0 0 0 8px; background: var(--aqua-500); content: ""; }
.service-card:hover { transform: translateY(-7px); border-color: #a9d8d4; box-shadow: 0 22px 50px rgba(18,59,70,.1); }
.service-icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 18px; background: var(--aqua-100); color: var(--petrol-700); }
.service-icon { font-size: 27px; font-weight: 900; }
.service-icon svg { width: 27px; }
.service-card h3 { margin: 28px 0 12px; color: var(--petrol-900); font-size: 22px; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.75; }
.service-card a { position: absolute; bottom: 32px; display: inline-flex; align-items: center; gap: 8px; color: var(--petrol-700); font-size: 14px; font-weight: 850; }
.service-card a svg { width: 16px; transition: transform .2s; }
.service-card a:hover svg { transform: translateX(4px); }

.process-section { overflow: hidden; background: var(--petrol-900); color: white; }
.process-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; align-items: center; }
.process-intro h2 { color: white; }
.process-intro p { max-width: 500px; margin: 24px 0 32px; color: #b9d1d4; font-size: 17px; line-height: 1.75; }
.process-steps { position: relative; }
.process-steps::before { position: absolute; top: 40px; bottom: 40px; left: 34px; width: 1px; background: rgba(142,227,223,.28); content: ""; }
.process-step { position: relative; z-index: 1; display: grid; grid-template-columns: 68px 1fr; gap: 25px; align-items: center; margin-bottom: 18px; border: 1px solid rgba(142,227,223,.13); border-radius: 20px; padding: 24px; background: rgba(255,255,255,.045); }
.process-step:last-child { margin-bottom: 0; }
.process-step > span { display: grid; width: 68px; height: 68px; place-items: center; border: 1px solid rgba(142,227,223,.34); border-radius: 19px; background: var(--petrol-900); color: var(--aqua-300); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.process-step h3 { margin: 0 0 7px; color: white; font-size: 20px; }
.process-step p { margin: 0; color: #b9d1d4; line-height: 1.65; }

.local-section { background: var(--mist); }
.local-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.local-panel p { max-width: 680px; margin: 24px 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 24px; margin: 32px 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 9px; color: #294b52; font-weight: 700; }
.check-list svg { width: 20px; height: 20px; flex: 0 0 20px; padding: 3px; border-radius: 50%; background: var(--aqua-100); color: var(--aqua-600); stroke-width: 4; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--petrol-700); font-weight: 850; }
.text-link svg { width: 18px; transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }
.quote-card { position: relative; overflow: hidden; border-radius: 50px 12px 50px 12px; padding: 54px; background: white; box-shadow: var(--shadow); }
.quote-card::after { position: absolute; right: -45px; bottom: -45px; width: 150px; height: 150px; border: 26px solid var(--aqua-100); border-radius: 50%; content: ""; }
.quote-mark { color: var(--aqua-500); font-family: Georgia, serif; font-size: 90px; line-height: .6; }
.quote-card > p { position: relative; z-index: 1; margin: 26px 0 38px; color: var(--petrol-900); font-size: 23px; font-weight: 700; line-height: 1.55; }
.quote-person { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; }
.quote-person > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 15px; background: var(--petrol-800); color: var(--aqua-300); font-size: 13px; font-weight: 900; }
.quote-person > div { display: flex; flex-direction: column; }
.quote-person small { color: var(--muted); }

.cta-section { padding-top: 0; background: var(--mist); }
.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; border-radius: var(--radius-lg); padding: 64px; background: var(--petrol-800); color: white; }
.cta-panel::after { position: absolute; top: -90px; right: 28%; width: 260px; height: 260px; border: 1px solid rgba(142,227,223,.2); border-radius: 50%; content: ""; }
.cta-panel h2 { position: relative; z-index: 1; color: white; font-size: clamp(34px, 4vw, 50px); }
.cta-panel p { position: relative; z-index: 1; margin: 17px 0 0; color: #c1dadd; }
.cta-actions { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 12px; }

.site-footer { padding: 82px 0 24px; background: var(--petrol-950); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr 1fr; gap: 80px; padding-bottom: 58px; }
.footer-brand img { width: 245px; height: auto; filter: brightness(0) invert(1); opacity: .94; }
.footer-brand p { max-width: 390px; margin: 22px 0 0; color: #96b4b8; line-height: 1.75; }
.site-footer h2 { margin: 0 0 22px; color: var(--aqua-300); font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.site-footer nav { display: flex; flex-direction: column; gap: 13px; }
.site-footer nav a { color: #c2d6d8; font-size: 14px; }
.site-footer a:hover { color: var(--aqua-300); }
.footer-contact { display: flex; flex-direction: column; gap: 14px; margin: 0; padding: 0; list-style: none; }
.footer-contact li { display: flex; align-items: center; gap: 11px; color: #c2d6d8; font-size: 14px; }
.footer-contact svg { width: 17px; color: var(--aqua-500); }
.footer-contact li > span:first-child { color: var(--aqua-500); font-size: 8px; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.09); padding-top: 24px; color: #78999e; font-size: 12px; }
.whatsapp-float { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 8px; min-height: 54px; border: 3px solid white; border-radius: 999px; padding: 0 18px; background: #1fbe62; color: white; box-shadow: 0 12px 34px rgba(7,30,36,.25); font-size: 13px; font-weight: 850; transition: .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.02); }
.whatsapp-float svg { width: 22px; }

.page-hero { position: relative; overflow: hidden; padding: 92px 0 90px; background: var(--petrol-800); color: white; }
.page-hero::before { position: absolute; top: -230px; right: -50px; width: 500px; height: 500px; border: 1px solid rgba(142,227,223,.18); border-radius: 50%; content: ""; }
.page-hero::after { position: absolute; bottom: -160px; left: 12%; width: 300px; height: 300px; border: 45px solid rgba(53,199,195,.07); border-radius: 50%; content: ""; }
.page-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; }
.page-hero-inner > .section-kicker { position: absolute; top: 0; left: 0; }
.page-hero h1 { max-width: 720px; margin: 34px 0 0; font-size: clamp(48px, 6.5vw, 78px); font-weight: 850; letter-spacing: -.055em; line-height: 1; }
.page-hero-copy p { margin: 0; color: #c2dadd; font-size: 18px; line-height: 1.75; }
.page-hero-corner { position: absolute; right: 36px; bottom: 32px; width: 90px; height: 90px; border-right: 4px solid var(--aqua-500); border-bottom: 4px solid var(--aqua-500); border-radius: 0 0 24px 0; }
.subpage-section { background: var(--paper); }

.detail-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.detail-service-card { border: 1px solid var(--line); border-radius: 26px; padding: 38px; background: white; box-shadow: 0 14px 35px rgba(18,59,70,.045); }
.detail-service-card h2 { margin: 24px 0 12px; color: var(--petrol-900); font-size: 25px; }
.detail-service-card > p { margin: 0; color: var(--muted); line-height: 1.75; }
.detail-service-card ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 19px 0 0; border-top: 1px solid var(--line); list-style: none; }
.detail-service-card li { display: flex; align-items: center; gap: 9px; color: #37575e; font-size: 14px; font-weight: 700; }
.detail-service-card li svg { width: 17px; height: 17px; color: var(--aqua-600); stroke-width: 3; }
.pricing-note-section { background: var(--aqua-100); }
.pricing-note { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.pricing-note h2, .about-story h2, .contact-sidebar h2, .form-heading h2, .values-section h2 { margin: 0; color: var(--petrol-950); font-size: clamp(34px, 4vw, 52px); font-weight: 850; letter-spacing: -.045em; line-height: 1.08; }
.pricing-note p { margin: 0 0 22px; color: #3d5e64; font-size: 17px; line-height: 1.75; }
.pricing-note strong { display: block; color: var(--petrol-900); font-size: 22px; }
.pricing-note small { display: block; margin-top: 9px; color: var(--muted); line-height: 1.5; }
.cta-simple-section { background: var(--paper); }

.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.about-story > p { margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.82; }
.about-check-list { margin-bottom: 0; }
.about-signature-card { position: relative; overflow: hidden; border-radius: 50px 12px 50px 12px; padding: 54px; background: var(--petrol-900); color: white; box-shadow: var(--shadow); }
.about-signature-card::after { position: absolute; right: -60px; bottom: -60px; width: 190px; height: 190px; border: 30px solid rgba(53,199,195,.12); border-radius: 50%; content: ""; }
.initial-mark { display: grid; width: 74px; height: 74px; place-items: center; border: 1px solid rgba(142,227,223,.4); border-radius: 22px; background: rgba(53,199,195,.1); color: var(--aqua-300); font-size: 18px; font-weight: 900; }
.about-signature-card blockquote { position: relative; z-index: 1; margin: 40px 0 35px; color: white; font-size: 26px; font-weight: 700; line-height: 1.55; }
.about-signature-card strong, .about-signature-card span { position: relative; z-index: 1; display: block; }
.about-signature-card span { margin-top: 5px; color: #9dbdc0; font-size: 13px; }
.values-section { background: var(--mist); }
.values-section .section-heading { max-width: 800px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-grid article { border: 1px solid var(--line); border-radius: 24px; padding: 34px; background: white; }
.value-grid article > svg { width: 33px; height: 33px; color: var(--aqua-600); }
.value-symbol { color: var(--aqua-600); font-size: 31px; font-weight: 900; }
.trust-symbol { display: grid; width: 30px; height: 30px; place-items: center; color: var(--aqua-600); font-size: 24px; font-weight: 900; }
.value-grid h3 { margin: 23px 0 10px; color: var(--petrol-900); font-size: 23px; }
.value-grid p { margin: 0; color: var(--muted); line-height: 1.7; }

.contact-section { background: var(--mist); }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 38px; align-items: start; }
.contact-sidebar { position: sticky; top: 120px; border-radius: 34px; padding: 44px; background: var(--petrol-900); color: white; }
.contact-sidebar h2 { color: white; font-size: 40px; }
.contact-sidebar > p { margin: 18px 0 28px; color: #b8d1d4; line-height: 1.75; }
.contact-whatsapp { width: 100%; }
.contact-details { display: grid; gap: 18px; margin: 36px 0 0; padding: 30px 0 0; border-top: 1px solid rgba(255,255,255,.12); list-style: none; }
.contact-details li { display: flex; align-items: center; gap: 14px; }
.contact-details li > span { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 13px; background: rgba(53,199,195,.12); color: var(--aqua-300); }
.contact-details svg { width: 20px; }
.contact-details div { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.contact-details small { color: #86a9ad; font-size: 11px; }
.contact-details a, .contact-details strong { overflow-wrap: anywhere; color: #e8f5f5; font-size: 14px; }
.contact-form-panel { border: 1px solid var(--line); border-radius: 34px; padding: 48px; background: white; box-shadow: 0 18px 50px rgba(18,59,70,.07); }
.form-heading { margin-bottom: 34px; }
.form-heading h2 { font-size: 40px; }
.form-heading p { margin: 10px 0 0; color: var(--muted); }
.contact-form { display: grid; gap: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: grid; gap: 9px; }
.form-field label { color: var(--petrol-900); font-weight: 800; }
.form-field input:not(.file-input-hidden), .form-field textarea, .contact-select { width: 100%; border-color: #c9dcda; border-radius: 12px; background: #fbfdfd; box-shadow: none; }
.form-field input:not(.file-input-hidden), .form-field textarea, .form-field select { width: 100%; border: 1px solid #c9dcda; border-radius: 12px; background: #fbfdfd; color: var(--ink); box-shadow: none; outline: none; }
.form-field input:not(.file-input-hidden) { height: 52px; padding-inline: 15px; }
.form-field textarea { min-height: 150px; padding: 14px 15px; resize: vertical; }
.contact-select { height: 52px !important; padding-inline: 15px; }
.form-field select { height: 52px; padding-inline: 15px; }
.form-field input:focus-visible, .form-field textarea:focus-visible, .contact-select:focus-visible { border-color: var(--aqua-500); box-shadow: 0 0 0 3px rgba(53,199,195,.18); }
.label-note { color: var(--muted); font-size: 12px; font-weight: 500; }
.file-input-hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none; }
.file-upload { display: flex !important; align-items: center; gap: 15px; min-height: 92px; border: 2px dashed #b8d3d0; border-radius: 15px; padding: 18px; background: var(--mist); cursor: pointer; transition: .2s ease; }
.file-upload:hover { border-color: var(--aqua-500); background: var(--aqua-100); }
.file-upload > svg { width: 30px; height: 30px; color: var(--aqua-600); }
.upload-symbol { color: var(--aqua-600); font-size: 30px; }
.file-upload > span { display: flex; flex-direction: column; gap: 4px; }
.file-upload small { color: var(--muted); font-size: 12px; font-weight: 500; }
.selected-files { display: grid; gap: 8px; margin: 2px 0 0; padding: 0; list-style: none; }
.selected-files li { display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 10px; padding: 9px 11px; color: #3d5a60; font-size: 12px; }
.selected-files li > svg { width: 17px; color: var(--aqua-600); }
.selected-files li span { min-width: 0; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.selected-files button { display: grid; width: 27px; height: 27px; place-items: center; border: 0; border-radius: 50%; background: var(--mist); color: var(--muted); cursor: pointer; }
.selected-files button svg { width: 14px; }
.photo-quote-fieldset { display: grid; gap: 16px; min-width: 0; margin: 0; border: 0; padding: 0; }
.photo-quote-fieldset legend { margin-bottom: 9px; padding: 0; color: var(--petrol-900); font-weight: 800; }
.photo-guidance { display: grid; gap: 4px; border-left: 4px solid var(--aqua-500); border-radius: 0 13px 13px 0; padding: 14px 16px; background: var(--mist); color: var(--petrol-900); font-size: 13px; line-height: 1.55; }
.photo-guidance span { color: var(--muted); font-size: 12px; }
.photo-upload-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.photo-upload-card { position: relative; min-width: 0; border: 1px solid #c9dcda; border-radius: 16px; padding: 11px; background: #fbfdfd; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.photo-upload-card:hover { transform: translateY(-2px); border-color: #8bcac6; box-shadow: 0 12px 30px rgba(18,59,70,.08); }
.photo-upload-card.has-file { border-color: var(--aqua-500); box-shadow: 0 0 0 3px rgba(53,199,195,.12); }
.photo-upload-card.has-error { border-color: #d96b73; box-shadow: 0 0 0 3px rgba(217,107,115,.12); }
.photo-step { position: absolute; z-index: 2; top: 18px; left: 18px; display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: var(--petrol-900); color: white; font-size: 11px; font-weight: 850; box-shadow: 0 5px 14px rgba(7,30,36,.2); }
.photo-upload-label { display: flex !important; min-width: 0; flex-direction: column; align-items: flex-start; gap: 7px; cursor: pointer; }
.photo-preview { display: grid; width: 100%; aspect-ratio: 4 / 3; place-items: center; overflow: hidden; border-radius: 11px; background: linear-gradient(135deg, #e8f4f2, #d8ebe8); background-position: center; background-size: cover; color: var(--aqua-600); font-size: 28px; }
.photo-preview.has-image { color: transparent; }
.photo-upload-label strong { min-width: 0; color: var(--petrol-950); font-size: 13px; line-height: 1.3; }
.photo-upload-label small { min-height: 44px; color: var(--muted); font-size: 10px; font-weight: 500; line-height: 1.45; }
.photo-choose { display: inline-flex; align-items: center; justify-content: center; margin-top: 2px; border-radius: 999px; padding: 7px 11px; background: var(--aqua-100); color: var(--petrol-900); font-size: 10px; font-weight: 850; }
.photo-file-status { min-width: 0; margin: 9px 0 0; overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.photo-upload-card.has-file .photo-file-status { color: var(--petrol-800); font-weight: 700; }
.photo-upload-card.has-error .photo-file-status { color: #9b2730; font-weight: 700; }
.photo-upload-summary { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 18px; border-top: 1px solid var(--line); padding-top: 13px; color: var(--muted); font-size: 11px; font-weight: 700; }
.photo-validation-message { margin: 0; }
.upload-progress { display: grid; gap: 10px; border: 1px solid #b9dcd9; border-radius: 15px; padding: 16px; background: var(--mist); }
.upload-progress-heading { display: flex; justify-content: space-between; gap: 16px; color: var(--petrol-900); font-size: 12px; }
.upload-progress-heading span { color: var(--aqua-700); font-weight: 850; }
.upload-progress-track { height: 10px; overflow: hidden; border-radius: 999px; background: #d6e7e5; }
.upload-progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--aqua-500), var(--aqua-600)); transition: width .16s linear; }
.upload-progress small { color: var(--muted); font-size: 10px; }
.privacy-check { display: flex; align-items: flex-start; gap: 11px; border-radius: 12px; padding: 15px; background: var(--mist); }
.privacy-check button { margin-top: 2px; border-color: #9fbfbc; }
.privacy-check label { color: #4c666c; font-size: 12px; font-weight: 600; line-height: 1.55; cursor: pointer; }
.contact-submit { width: 100%; height: 56px; border-radius: 999px; background: var(--petrol-800); color: white; font-size: 15px; font-weight: 850; }
.contact-submit:hover { background: var(--petrol-900); }
.contact-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.form-footnote { margin: -10px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.form-honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.native-privacy-check { display: flex; align-items: flex-start; gap: 11px; border-radius: 12px; padding: 15px; background: var(--mist); color: #4c666c; font-size: 12px; font-weight: 600; line-height: 1.55; cursor: pointer; }
.native-privacy-check input { width: 18px; height: 18px; flex: 0 0 18px; margin: 1px 0 0; accent-color: var(--petrol-800); }
.form-alert { margin-bottom: 22px; border-radius: 13px; padding: 15px 17px; font-size: 13px; line-height: 1.55; }
.form-alert-error { border: 1px solid #efc1c5; background: #fff2f3; color: #8b2028; }
.form-alert-warning { margin-top: 24px; border: 1px solid #e6d49e; background: #fff9e8; color: #725b18; }
.success-section { min-height: 68vh; display: grid; place-items: center; background: radial-gradient(circle at 50% 0, rgba(53,199,195,.14), transparent 42%), var(--mist); }
.success-card { max-width: 760px; margin-inline: auto; border: 1px solid var(--line); border-radius: 42px 12px 42px 12px; padding: 64px; background: white; box-shadow: var(--shadow); text-align: center; }
.success-icon { display: grid; width: 72px; height: 72px; place-items: center; margin: 0 auto 24px; border-radius: 22px; background: var(--aqua-100); color: var(--aqua-600); font-size: 31px; font-weight: 900; }
.success-card h1 { margin: 0; color: var(--petrol-950); font-size: clamp(40px, 5vw, 58px); font-weight: 850; letter-spacing: -.05em; line-height: 1.05; }
.success-card > p { max-width: 590px; margin: 22px auto 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.success-card .hero-actions { justify-content: center; }

.legal-page { background: white; }
.legal-content { max-width: 820px; }
.legal-content h2 { margin: 42px 0 12px; color: var(--petrol-900); font-size: 25px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: var(--muted); line-height: 1.8; }
.legal-content a { color: var(--aqua-600); font-weight: 800; text-decoration: underline; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 20px; }
  .desktop-nav a { font-size: 14px; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 45px; }
  .hero-badge { right: -16px; }
  .process-layout { gap: 60px; }
  .local-grid { gap: 50px; }
  .cta-panel { grid-template-columns: 1fr; }
  .cta-actions { flex-direction: row; }
  .page-hero-inner { gap: 45px; }
  .contact-layout { grid-template-columns: .8fr 1.2fr; }
  .contact-sidebar { padding: 34px; }
  .contact-form-panel { padding: 38px; }
}

@media (max-width: 820px) {
  .site-container { width: min(100% - 34px, 680px); }
  .section { padding: 82px 0; }
  .header-inner { min-height: 74px; }
  .brand-link { width: 190px; }
  .desktop-nav { display: none; }
  .mobile-menu-button { display: inline-flex; margin-left: auto; }
  .mobile-nav.open { display: block; }
  .hero-section { padding: 64px 0 84px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy h1 { font-size: clamp(52px, 13vw, 72px); }
  .hero-visual { max-width: 560px; }
  .hero-image-shell { aspect-ratio: 1.3 / 1; border-radius: 58px 14px 58px 14px; }
  .hero-badge { right: -8px; bottom: 22px; }
  .trust-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .trust-grid > div, .trust-grid > div:first-child { min-height: 82px; border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 0; }
  .trust-grid > div:last-child { border-bottom: 0; }
  .split-heading, .process-layout, .local-grid { grid-template-columns: 1fr; gap: 40px; }
  .service-card-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .process-layout { gap: 54px; }
  .local-grid { gap: 50px; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; gap: 50px; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .page-hero { padding: 78px 0; }
  .page-hero-inner, .pricing-note, .about-grid, .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .page-hero-inner > .section-kicker { position: static; grid-column: 1; margin-bottom: -26px; }
  .page-hero h1 { margin-top: 0; }
  .detail-service-grid { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .contact-sidebar { position: static; }
}

@media (max-width: 560px) {
  .site-container { width: min(100% - 28px, 520px); }
  .section { padding: 68px 0; }
  .brand-link { width: 166px; }
  .hero-section { padding: 52px 0 70px; }
  .eyebrow { font-size: 10px; letter-spacing: .09em; }
  .hero-copy h1 { font-size: clamp(46px, 14vw, 61px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-trust { display: grid; gap: 11px; }
  .hero-image-shell { aspect-ratio: 1 / 1.02; border-width: 7px; border-radius: 42px 12px 42px 12px; }
  .hero-badge { right: 7px; bottom: -26px; left: 7px; min-width: 0; }
  .hero-visual { margin-bottom: 28px; }
  .precision-corner { display: none; }
  .split-heading { gap: 20px; }
  .section-heading h2, .process-intro h2, .local-panel h2, .cta-panel h2 { font-size: 36px; }
  .service-card { padding: 28px; }
  .process-step { grid-template-columns: 52px 1fr; gap: 17px; padding: 19px; }
  .process-step > span { width: 52px; height: 52px; border-radius: 15px; }
  .process-steps::before { left: 26px; }
  .check-list { grid-template-columns: 1fr; }
  .quote-card { border-radius: 34px 10px 34px 10px; padding: 38px 28px; }
  .quote-card > p { font-size: 19px; }
  .cta-panel { border-radius: 28px; padding: 42px 25px; }
  .cta-actions { flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .whatsapp-float { right: 15px; bottom: 15px; width: 56px; height: 56px; min-height: 56px; justify-content: center; padding: 0; }
  .whatsapp-float span { display: none; }
  .page-hero { padding: 62px 0; }
  .page-hero h1 { font-size: 46px; }
  .page-hero-copy p { font-size: 16px; }
  .page-hero-corner { display: none; }
  .detail-service-card { padding: 28px; }
  .pricing-note { gap: 28px; }
  .about-signature-card { border-radius: 34px 10px 34px 10px; padding: 36px 28px; }
  .about-signature-card blockquote { font-size: 21px; }
  .contact-sidebar { border-radius: 26px; padding: 30px 24px; }
  .contact-sidebar h2, .form-heading h2 { font-size: 34px; }
  .contact-form-panel { border-radius: 26px; padding: 30px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .photo-upload-grid { grid-template-columns: 1fr; }
  .photo-upload-label small { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Beschikbaarheid */
.home-availability-section { background: var(--petrol-900); }
.home-availability-panel { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 75px; }
.home-availability-copy h2 { max-width: 520px; margin: 0; color: white; font-size: clamp(38px, 4vw, 56px); font-weight: 850; letter-spacing: -.045em; line-height: 1.06; }
.home-availability-copy p { max-width: 550px; margin: 22px 0 30px; color: #afd0d1; font-size: 16px; line-height: 1.75; }
.home-availability-days { display: grid; gap: 12px; }
.home-availability-days > a { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 16px; min-height: 82px; border: 1px solid rgba(142,227,223,.14); border-radius: 18px; padding: 11px 18px 11px 12px; background: rgba(255,255,255,.07); color: white; transition: .2s ease; }
.home-availability-days > a:hover { transform: translateX(5px); border-color: rgba(142,227,223,.42); background: rgba(255,255,255,.11); }
.home-availability-days > a > span:nth-child(2) { display: flex; flex-direction: column; gap: 4px; }
.home-availability-days > a > span:nth-child(2) strong { font-size: 15px; text-transform: capitalize; }
.home-availability-days > a > span:nth-child(2) small { color: #9fc1c4; font-size: 12px; }
.home-availability-days > a > span:last-child { color: var(--aqua-300); font-size: 23px; }
.availability-date-badge { display: grid; width: 58px; height: 58px; place-content: center; border-radius: 15px; background: var(--aqua-500); color: var(--petrol-950); text-align: center; }
.availability-date-badge small { font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.availability-date-badge strong { margin-top: -2px; font-size: 23px; line-height: 1; }
.home-availability-empty { border: 1px solid rgba(142,227,223,.16); border-radius: 22px; padding: 34px; background: rgba(255,255,255,.07); color: white; }
.home-availability-empty strong { font-size: 22px; }
.home-availability-empty p { margin: 10px 0 0; color: #9fc1c4; line-height: 1.65; }

.availability-page-section { background: linear-gradient(180deg, var(--mist), var(--paper)); }
.availability-intro { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.availability-intro h2 { max-width: 680px; margin: 0; color: var(--petrol-950); font-size: clamp(38px, 4.2vw, 56px); font-weight: 850; letter-spacing: -.045em; line-height: 1.06; }
.availability-intro > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.agenda-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr); align-items: start; gap: 28px; }
.agenda-calendar-card, .agenda-detail-card, .agenda-editor-card { border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 18px 50px rgba(18,59,70,.07); }
.agenda-calendar-card { padding: 28px; }
.agenda-calendar-header { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; gap: 15px; margin-bottom: 25px; }
.agenda-calendar-header h2 { margin: 0; color: var(--petrol-900); font-size: 24px; font-weight: 850; text-align: center; text-transform: capitalize; }
.agenda-nav-button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 14px; background: var(--mist); color: var(--petrol-800); font-size: 26px; line-height: 1; cursor: pointer; transition: .2s ease; }
.agenda-nav-button:hover:not(:disabled) { border-color: var(--aqua-500); background: var(--aqua-100); }
.agenda-nav-button:disabled { cursor: not-allowed; opacity: .35; }
.agenda-weekdays, .agenda-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 7px; }
.agenda-weekdays { margin-bottom: 7px; }
.agenda-weekdays span { padding: 8px 0; color: #70878c; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.agenda-day, .agenda-day-placeholder { aspect-ratio: 1 / 1; min-width: 0; }
.agenda-day { position: relative; display: flex; align-items: flex-start; justify-content: space-between; border: 1px solid #e2edec; border-radius: 13px; padding: 9px; background: #fbfdfd; color: var(--petrol-900); font-weight: 800; cursor: pointer; transition: .16s ease; }
.agenda-day:hover:not(:disabled) { z-index: 1; transform: translateY(-2px); border-color: var(--aqua-500); box-shadow: 0 8px 18px rgba(18,59,70,.11); }
.agenda-day:focus-visible { outline: 3px solid rgba(53,199,195,.34); outline-offset: 2px; }
.agenda-day:disabled { color: #a9babb; cursor: default; opacity: .55; }
.agenda-day.is-today { box-shadow: inset 0 0 0 2px var(--petrol-700); }
.agenda-day.is-selected { border-color: var(--petrol-800); box-shadow: 0 0 0 3px rgba(18,59,70,.14); }
.agenda-day.is-available { border-color: #8bd9c5; background: #eefbf6; }
.agenda-day.is-limited { border-color: #efc772; background: #fff9e9; }
.agenda-day.is-full { border-color: #d9b0b3; background: #fff3f4; }
.status-dot { display: inline-block; width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; }
.status-available { background: #28aa80; box-shadow: 0 0 0 3px rgba(40,170,128,.12); }
.status-limited { background: #dba632; box-shadow: 0 0 0 3px rgba(219,166,50,.13); }
.status-full { background: #be5960; box-shadow: 0 0 0 3px rgba(190,89,96,.12); }
.agenda-legend { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 21px; color: var(--muted); font-size: 12px; font-weight: 700; }
.agenda-legend span { display: inline-flex; align-items: center; gap: 8px; }
.agenda-loading { margin: 16px 0 0; color: var(--muted); font-size: 12px; }
.agenda-detail-card { position: sticky; top: 116px; overflow: hidden; padding: 38px; }
.agenda-detail-card::before { position: absolute; top: 0; right: 0; width: 115px; height: 7px; border-radius: 0 0 0 10px; background: var(--aqua-500); content: ""; }
.agenda-detail-icon { display: grid; width: 55px; height: 55px; place-items: center; margin-bottom: 25px; border-radius: 17px; background: var(--aqua-100); color: var(--aqua-600); font-size: 27px; font-weight: 900; }
.agenda-detail-icon.is-full { background: #fff0f1; color: #b7434c; }
.agenda-detail-card h2 { margin: 0; color: var(--petrol-950); font-size: 32px; font-weight: 850; letter-spacing: -.035em; line-height: 1.12; text-transform: capitalize; }
.agenda-detail-card > p { color: var(--muted); line-height: 1.7; }
.agenda-detail-time { margin: 17px 0 0 !important; color: var(--petrol-700) !important; font-size: 16px; font-weight: 850; }
.agenda-detail-note { margin: 17px 0 0; border-left: 4px solid var(--aqua-500); border-radius: 0 12px 12px 0; padding: 13px 16px; background: var(--mist); }
.agenda-detail-card .button { width: 100%; margin-top: 24px; text-align: center; }
.agenda-full-message { margin-top: 22px !important; border-radius: 13px; padding: 15px; background: #fff3f4; color: #843b41 !important; font-weight: 700; }
.agenda-fallback { margin-top: 30px; border: 1px solid var(--line); border-radius: 20px; padding: 28px; background: white; }
.agenda-fallback h2 { margin-top: 0; }
.agenda-fallback ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.agenda-fallback li { display: flex; justify-content: space-between; gap: 15px; border-top: 1px solid var(--line); padding-top: 10px; }

/* Nazorg */
.aftercare-first-section { background: white; }
.aftercare-intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.aftercare-intro-grid h2, .aftercare-warning-grid h2, .aftercare-faq-layout h2 { margin: 0; color: var(--petrol-950); font-size: clamp(38px, 4.2vw, 56px); font-weight: 850; letter-spacing: -.045em; line-height: 1.06; }
.aftercare-intro-grid > div > p { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.aftercare-highlight { position: relative; overflow: hidden; border-radius: 58px 14px 58px 14px; padding: 48px; background: var(--petrol-900); color: white; box-shadow: var(--shadow); }
.aftercare-highlight > span { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 18px; background: var(--aqua-500); color: var(--petrol-950); font-weight: 900; }
.aftercare-highlight h3 { margin: 32px 0 14px; font-size: 28px; line-height: 1.18; }
.aftercare-highlight p { margin: 0; color: #accbcc; line-height: 1.7; }
.aftercare-steps-section { background: var(--mist); }
.aftercare-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.aftercare-card-grid article { min-height: 300px; border: 1px solid var(--line); border-radius: 22px; padding: 30px; background: white; }
.aftercare-card-grid article > span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 13px; background: var(--aqua-100); color: var(--aqua-600); font-weight: 900; }
.aftercare-card-grid h3 { margin: 30px 0 13px; color: var(--petrol-900); font-size: 21px; }
.aftercare-card-grid p { margin: 0; color: var(--muted); line-height: 1.7; }
.aftercare-warning-section { background: var(--petrol-900); }
.aftercare-warning-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 85px; }
.aftercare-warning-grid h2 { color: white; }
.aftercare-warning-grid > div > p { margin: 24px 0 30px; color: #a9c9cb; font-size: 16px; line-height: 1.75; }
.aftercare-signal-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 0; padding: 0; list-style: none; }
.aftercare-signal-list li { min-height: 145px; border: 1px solid rgba(142,227,223,.13); border-radius: 18px; padding: 24px; background: rgba(255,255,255,.06); }
.aftercare-signal-list strong { display: block; margin-bottom: 8px; color: white; font-size: 17px; }
.aftercare-signal-list span { color: #9fc0c2; font-size: 13px; line-height: 1.6; }
.aftercare-faq-section { background: white; }
.aftercare-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 85px; }
.aftercare-faq-list { border-top: 1px solid var(--line); }
.aftercare-faq-list details { border-bottom: 1px solid var(--line); }
.aftercare-faq-list summary { position: relative; padding: 24px 45px 24px 0; color: var(--petrol-900); font-size: 17px; font-weight: 850; cursor: pointer; list-style: none; }
.aftercare-faq-list summary::-webkit-details-marker { display: none; }
.aftercare-faq-list summary::after { position: absolute; top: 21px; right: 3px; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--aqua-100); color: var(--aqua-600); content: "+"; }
.aftercare-faq-list details[open] summary::after { content: "−"; }
.aftercare-faq-list details p { margin: -4px 45px 24px 0; color: var(--muted); line-height: 1.75; }

/* Agendabeheer */
.admin-page-section { min-height: 70vh; background: linear-gradient(180deg, var(--mist), var(--paper)); }
.admin-login-card { max-width: 520px; margin: 0 auto; border: 1px solid var(--line); border-radius: 30px; padding: 48px; background: white; box-shadow: var(--shadow); }
.admin-lock { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 25px; border-radius: 17px; background: var(--aqua-100); color: var(--aqua-600); font-size: 13px; }
.admin-login-card h1, .admin-toolbar h1 { margin: 0; color: var(--petrol-950); font-size: clamp(38px, 5vw, 54px); font-weight: 850; letter-spacing: -.045em; line-height: 1.05; }
.admin-login-card > p { margin: 18px 0 28px; color: var(--muted); line-height: 1.7; }
.admin-login-form { display: grid; gap: 11px; margin-top: 22px; }
.admin-login-form label, .agenda-editor-form label, .admin-password-panel label { margin-top: 8px; color: var(--petrol-900); font-size: 13px; font-weight: 850; }
.admin-login-form input, .agenda-editor-form input, .agenda-editor-form select, .agenda-editor-form textarea, .admin-password-panel input { width: 100%; min-height: 50px; border: 1px solid #c9dcda; border-radius: 12px; padding: 10px 13px; background: #fbfdfd; }
.admin-login-form .button { width: 100%; margin: 10px 0 14px; }
.admin-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 42px; }
.admin-toolbar p { margin: 14px 0 0; color: var(--muted); }
.admin-toolbar-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.admin-toolbar-actions form { margin: 0; }
.admin-wide-alert { margin-bottom: 28px; }
.agenda-admin-layout { grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); }
.agenda-editor-card { position: sticky; top: 112px; padding: 34px; }
.agenda-editor-card h2 { margin: 0; color: var(--petrol-950); font-size: 30px; font-weight: 850; text-transform: capitalize; }
.agenda-editor-card > p { color: var(--muted); line-height: 1.6; }
.agenda-editor-form { display: grid; gap: 10px; margin-top: 25px; }
.agenda-editor-form .form-grid { gap: 12px; }
.agenda-editor-form .form-grid > div { display: grid; gap: 8px; }
.agenda-editor-form textarea { min-height: 98px; resize: vertical; }
.agenda-privacy-note { margin: 2px 0 4px; border-radius: 10px; padding: 11px 13px; background: var(--mist); color: var(--muted); font-size: 11px; line-height: 1.55; }
.agenda-editor-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 8px; }
.button-danger-outline { border-color: #e1b8bb; background: #fff6f6; color: #9f3c43; }
.button-danger-outline:hover { background: #ffecec; }
.agenda-editor-message { min-height: 20px; margin: 4px 0 0; color: var(--petrol-700); font-size: 12px; font-weight: 750; }
.admin-password-panel { max-width: 760px; margin: 42px 0 0 auto; border: 1px solid var(--line); border-radius: 18px; padding: 0 24px; background: white; }
.admin-password-panel summary { padding: 20px 0; color: var(--petrol-900); font-weight: 850; cursor: pointer; }
.admin-password-panel form { display: grid; gap: 18px; padding: 0 0 24px; }
.form-alert-success { border: 1px solid #9ed8c6; border-radius: 12px; padding: 14px 16px; background: #effbf6; color: #236f58; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 20px; }

@media (max-width: 1050px) {
  .home-availability-panel { gap: 48px; }
  .aftercare-card-grid { grid-template-columns: 1fr 1fr; }
  .agenda-layout, .agenda-admin-layout { grid-template-columns: 1fr .8fr; }
  .agenda-calendar-card { padding: 22px; }
  .agenda-day { padding: 7px; }
}

@media (max-width: 820px) {
  .home-availability-panel, .availability-intro, .agenda-layout, .aftercare-intro-grid, .aftercare-warning-grid, .aftercare-faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .agenda-detail-card, .agenda-editor-card { position: static; }
  .aftercare-highlight { max-width: 620px; }
  .aftercare-warning-grid { gap: 55px; }
  .admin-toolbar { align-items: flex-start; flex-direction: column; }
  .admin-toolbar-actions { justify-content: flex-start; }
  .admin-password-panel { max-width: none; }
}

@media (max-width: 560px) {
  .home-availability-days > a { grid-template-columns: 52px 1fr auto; padding-right: 14px; }
  .availability-date-badge { width: 52px; height: 52px; }
  .home-availability-days > a > span:nth-child(2) small { line-height: 1.4; }
  .agenda-calendar-card { border-radius: 22px; padding: 15px 11px 20px; }
  .agenda-calendar-header { grid-template-columns: 40px 1fr 40px; gap: 7px; margin-bottom: 17px; }
  .agenda-calendar-header h2 { font-size: 20px; }
  .agenda-nav-button { width: 40px; height: 40px; }
  .agenda-weekdays, .agenda-grid { gap: 4px; }
  .agenda-day { border-radius: 9px; padding: 5px; font-size: 12px; }
  .agenda-day .status-dot { width: 7px; height: 7px; flex-basis: 7px; }
  .agenda-legend { gap: 11px; font-size: 10px; }
  .agenda-detail-card, .agenda-editor-card { border-radius: 22px; padding: 28px 22px; }
  .aftercare-card-grid, .aftercare-signal-list { grid-template-columns: 1fr; }
  .aftercare-highlight { border-radius: 40px 10px 40px 10px; padding: 36px 27px; }
  .aftercare-card-grid article { min-height: 0; }
  .aftercare-faq-list summary { font-size: 15px; }
  .admin-login-card { border-radius: 24px; padding: 34px 22px; }
  .admin-toolbar-actions { display: grid; width: 100%; }
  .admin-toolbar-actions .button { width: 100%; }
  .agenda-editor-actions { display: grid; }
  .agenda-editor-actions .button { width: 100%; }
  .admin-password-panel .form-grid { grid-template-columns: 1fr; }
  .footer-legal-links { flex-direction: column; gap: 8px; }
}
