.page {
  --ano-red: #c20b25;
  --ano-red-dark: #990719;
  --ano-ink: #10201b;
  --ano-green: #075f49;
  --ano-mint: #e8f3ef;
  --ano-line: #d9e1dd;
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
  color: var(--ano-ink);
}

.page h1, .page h2, .page h3, .page p { letter-spacing: 0; }
.page h2 { font-size: 42px; line-height: 1.08; }
.page h3 { font-size: 20px; }

.hero { position: relative; min-height: 720px; display: flex; flex-direction: column; color: #fff; isolation: isolate; }
.heroImage { z-index: -2; object-fit: cover; object-position: 72% 28%; }
.heroShade { position: absolute; inset: 0; z-index: -1; background: rgba(7, 20, 16, .58); }
.nav { position: relative; width: min(1180px, calc(100% - 48px)); min-height: 92px; margin: 0 auto; display: grid; grid-template-columns: minmax(250px, 1fr) auto minmax(220px, 1fr); align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.25); }
.brand, .footerBrand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand img, .footerBrand img { width: 56px; height: 56px; object-fit: contain; background: #fff; border-radius: 4px; }
.brand span, .footerBrand span { display: grid; min-width: 0; }
.brand strong, .footerBrand strong { font-size: 22px; line-height: 1; }
.brand small, .footerBrand small { margin-top: 5px; font-size: 12px; line-height: 1.2; }
.navLinks { display: flex; align-items: center; justify-content: center; gap: 24px; font-size: 15px; font-weight: 750; white-space: nowrap; }
.navLinks a:hover { color: #fff0f2; }
.mobileMenu { display: none; }
.mobileMenu summary { width: 46px; height: 46px; display: grid; place-items: center; list-style: none; cursor: pointer; border: 1px solid rgba(255,255,255,.62); border-radius: 6px; }
.mobileMenu summary::-webkit-details-marker { display: none; }
.mobileMenu summary svg { width: 22px; }
.mobileMenuPanel { position: absolute; z-index: 4; top: calc(100% - 2px); right: 0; width: min(320px, calc(100vw - 28px)); display: grid; padding: 10px 18px; border: 1px solid var(--ano-line); border-radius: 6px; background: #fff; color: var(--ano-ink); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.mobileMenuPanel a { min-height: 46px; display: flex; align-items: center; border-bottom: 1px solid var(--ano-line); font-weight: 750; }
.mobileMenuPanel a:last-child { border-bottom: 0; }
.page a:focus-visible, .mobileMenu summary:focus-visible { outline: 3px solid #f5c94d; outline-offset: 4px; }
.navCall { justify-self: end; min-height: 46px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.62); border-radius: 6px; padding: 0 15px; font-weight: 850; }
.navCall svg { width: 18px; }
.heroContent { width: min(1180px, calc(100% - 48px)); margin: auto; padding: 62px 0 76px; }
.eyebrow, .kicker { color: var(--ano-red); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.hero .eyebrow { color: #fff; }
.heroContent h1 { max-width: 650px; margin-top: 18px; font-size: 60px; line-height: 1.04; }
.heroLead { max-width: 610px; margin-top: 24px !important; color: #fff; font-size: 20px; line-height: 1.55; }
.heroActions { display: flex; align-items: center; gap: 12px; margin-top: 32px; }
.primaryButton, .secondaryButton { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 6px; padding: 0 20px; font-weight: 900; }
.primaryButton { background: var(--ano-red); color: #fff; }
.primaryButton:hover { background: var(--ano-red-dark); }
.secondaryButton { border: 1px solid rgba(255,255,255,.68); background: rgba(0,0,0,.14); color: #fff; }
.primaryButton svg, .secondaryButton svg { width: 19px; }
.heroProof { min-height: 74px; display: flex; align-items: center; justify-content: center; gap: 44px; padding: 14px 24px; background: #fff; color: var(--ano-ink); }
.heroProof span, .heroProof a { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; font-size: 14px; font-weight: 800; }
.heroProof a { text-decoration: underline; text-underline-offset: 4px; }
.heroProof svg { width: 20px; color: var(--ano-green); }

.choiceSection, .servicesSection, .workSection { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 92px 0; }
.sectionHeading { max-width: 720px; }
.sectionHeading h2 { margin-top: 12px; }
.sectionHeading > p:last-child:not(.kicker) { margin-top: 17px; color: #52615c; font-size: 18px; line-height: 1.6; }
.choiceGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 38px; }
.choiceGrid article { min-height: 235px; display: grid; grid-template-rows: auto 1fr auto; gap: 23px; border: 1px solid var(--ano-line); border-top: 5px solid var(--ano-green); border-radius: 8px; padding: 25px; background: #fff; }
.choiceGrid article.choiceUrgent { border-top-color: var(--ano-red); }
.choiceIcon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 6px; background: var(--ano-mint); color: var(--ano-green); }
.choiceUrgent .choiceIcon { background: #fff0f2; color: var(--ano-red); }
.choiceIcon svg { width: 22px; }
.choiceGrid article p { margin-top: 8px; color: #5d6965; line-height: 1.5; }
.choiceGrid article > a { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--ano-line); padding-top: 16px; color: var(--ano-green); font-weight: 900; }
.choiceUrgent > a { color: var(--ano-red) !important; }
.choiceGrid article > a svg { width: 18px; flex: 0 0 auto; }

.servicesSection { border-top: 1px solid var(--ano-line); }
.pillarGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 40px; align-items: stretch; }
.pillarCard { min-height: 500px; display: grid; grid-template-rows: auto 1fr auto; gap: 24px; border: 1px solid var(--ano-line); border-top: 5px solid var(--ano-green); border-radius: 8px; padding: 25px; background: #fff; }
.pillarCard[data-ano-home-pillar="warmtepompen"] { border-top-color: var(--ano-red); }
.pillarHeader { display: grid; grid-template-columns: minmax(0, 1fr); gap: 15px; align-items: start; }
.pillarHeader h3 { margin-top: 2px; font-size: 23px; line-height: 1.2; }
.pillarHeader p { margin-top: 9px; color: #52615c; font-size: 15px; line-height: 1.55; }
.pillarIcon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 6px; background: var(--ano-mint); color: var(--ano-green); }
.pillarCard[data-ano-home-pillar="warmtepompen"] .pillarIcon { background: #fff0f2; color: var(--ano-red); }
.pillarIcon svg { width: 23px; }
.pillarLinks { align-content: start; display: grid; }
.pillarLinks a { min-height: 48px; display: grid; grid-template-columns: minmax(0, 1fr) 18px; align-items: center; gap: 10px; border-bottom: 1px solid var(--ano-line); color: #29443b; font-size: 15px; font-weight: 750; }
.pillarLinks a:first-child { border-top: 1px solid var(--ano-line); }
.pillarLinks a:hover { color: var(--ano-red); }
.pillarLinks svg, .pillarAction svg { width: 17px; flex: 0 0 auto; color: var(--ano-green); }
.pillarAction { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-radius: 6px; padding: 0 15px; background: var(--ano-green); color: #fff; font-size: 15px; font-weight: 900; }
.pillarAction:hover { background: #044d3b; }
.pillarAction svg { color: #fff; }

.subscriptionSection { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; background: var(--ano-ink); color: #fff; }
.subscriptionImage { position: relative; min-height: 580px; }
.subscriptionImage img { object-fit: cover; object-position: center; }
.subscriptionCopy { align-self: center; max-width: 590px; padding: 70px; }
.subscriptionCopy .kicker { color: #78d7bd; }
.subscriptionCopy h2 { margin-top: 14px; }
.subscriptionCopy > p:not(.kicker) { margin-top: 22px; color: #d5dfdb; font-size: 18px; line-height: 1.65; }
.subscriptionCopy ul { display: grid; gap: 13px; margin: 26px 0 32px; padding: 0; list-style: none; }
.subscriptionCopy li { display: flex; align-items: center; gap: 10px; }
.subscriptionCopy li svg { width: 20px; flex: 0 0 auto; color: #78d7bd; }

.workSection .sectionHeading { margin-bottom: 36px; }
.workGrid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 10px; }
.workGrid figure { position: relative; min-height: 420px; margin: 0; overflow: hidden; border-radius: 6px; background: #e8ecea; }
.workGrid img { object-fit: cover; }
.workGrid figure:first-child img { object-position: 58% center; }

.aboutSection { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 80px; padding: 80px max(24px, calc((100% - 1180px) / 2)); background: var(--ano-mint); overflow-wrap: anywhere; }
.aboutSection h2 { max-width: 500px; margin-top: 12px; }
.aboutSection > div:last-child { align-self: center; }
.aboutSection > div:last-child p { max-width: 680px; color: #38534a; font-size: 19px; line-height: 1.65; }
.aboutSection a { min-height: 46px; display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--ano-red); font-weight: 900; }
.aboutSection a svg { width: 18px; }
.reviewProof { margin-top: 28px; padding-top: 24px; border-top: 1px solid #bdcec6; }
.reviewScore { display: flex; align-items: center; gap: 9px; font-size: 18px; line-height: 1.5; }
.reviewScore svg { width: 20px; height: 20px; flex: 0 0 auto; color: #806000; fill: #806000; }
.reviewDate { margin-top: 6px; color: #38534a; font-size: 14px; line-height: 1.65; }
.reviewProof a { margin-top: 4px; text-decoration: underline; text-underline-offset: 4px; }
.aboutSection a svg { flex-shrink: 0; }
.workVideoIntro { margin-top: 16px; }
.aboutActions { display: flex; flex-wrap: wrap; column-gap: 24px; row-gap: 4px; margin-top: 16px; }
.aboutActions a { margin-top: 0; text-decoration: underline; text-underline-offset: 4px; }
.authoritySection { display:grid; grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr); gap:54px; padding:76px max(24px,calc((100% - 1180px)/2)); background:#fff; }
.authorityIntro h2 { max-width:520px; margin-top:12px; }
.authorityIntro>p:last-child { max-width:560px; margin-top:18px; color:#52615c; font-size:18px; line-height:1.6; }
.authorityLinks { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.authorityLinks a { min-height:132px; display:grid; grid-template-columns:34px minmax(0,1fr) 20px; align-items:start; gap:13px; border:1px solid var(--ano-line); border-radius:8px; padding:20px; background:#f8fbfa; color:var(--ano-ink); text-decoration:none; }
.authorityLinks a>svg:first-child { width:27px; color:var(--ano-red); }
.authorityLinks a>svg:last-child { width:18px; color:var(--ano-green); }
.authorityLinks span { display:grid; gap:6px; }
.authorityLinks strong { font-size:17px; line-height:1.35; }
.authorityLinks small { color:#5d6965; font-size:14px; line-height:1.5; }
.regionSection { width: min(1180px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 52px minmax(260px,.7fr) minmax(300px,1.3fr); align-items: center; gap: 24px; padding: 70px 0; }
.regionSection > svg { width: 40px; color: var(--ano-red); }
.regionSection h2 { margin-top: 8px; font-size: 31px; }
.regionSection > p { color: #52615c; font-size: 18px; line-height: 1.6; }

.footer { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 48px; padding: 58px max(24px, calc((100% - 1180px) / 2)) 30px; background: #0a1612; color: #fff; }
.footerBrand img { width: 64px; height: 64px; }
.footer > div:not(.footerBrand) { display: grid; align-content: start; gap: 11px; }
.footer > div:not(.footerBrand) strong { margin-bottom: 5px; color: #9eb0aa; font-size: 12px; text-transform: uppercase; }
.footer > div:not(.footerBrand) a { width: fit-content; }
.footer > p { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.14); padding-top: 25px; color: #91a099; font-size: 13px; }

@media (max-width: 980px) {
  .nav { grid-template-columns: 1fr auto auto; }
  .navLinks { display: none; }
  .mobileMenu { display: block; }
  .heroContent h1 { font-size: 54px; }
  .choiceGrid { grid-template-columns: 1fr; }
  .choiceGrid article { min-height: 190px; }
  .pillarGrid { grid-template-columns: 1fr; }
  .pillarCard { min-height: 0; }
  .subscriptionCopy { padding: 48px; }
  .workGrid { grid-template-columns: 1fr 1fr; }
  .workGrid figure:first-child { grid-column: 1 / -1; }
  .authoritySection { grid-template-columns:1fr; }
}

@media (max-width: 700px) {
  .page h2 { font-size: 34px; }
  .hero { min-height: 760px; height: 100svh; max-height: 860px; }
  .heroImage { object-position: 58% 50%; }
  .heroShade { background: rgba(5, 17, 13, .64); }
  .nav { width: calc(100% - 28px); min-height: 76px; grid-template-columns: 1fr auto auto; gap: 8px; }
  .brand { gap: 8px; }
  .brand img { width: 43px; height: 43px; }
  .brand strong { font-size: 18px; }
  .brand small { max-width: 142px; font-size: 9px; }
  .navCall { width: 46px; min-height: 46px; justify-content: center; overflow: hidden; padding: 0; font-size: 0; }
  .navCall svg { flex: 0 0 19px; }
  .heroContent { width: calc(100% - 36px); margin: auto auto 0; padding: 40px 0 26px; }
  .heroContent h1 { margin-top: 13px; font-size: 40px; line-height: 1.06; overflow-wrap: break-word; }
  .heroLead { margin-top: 18px !important; font-size: 17px; line-height: 1.5; }
  .heroActions { display: grid; grid-template-columns: 1fr; margin-top: 23px; }
  .primaryButton, .secondaryButton { width: 100%; min-height: 50px; }
  .heroProof { min-height: 78px; justify-content: flex-start; gap: 17px; overflow: hidden; padding: 13px 18px; }
  .heroProof span, .heroProof a { flex: 1 1 0; min-width: 0; display: grid; justify-items: center; gap: 4px; text-align: center; font-size: 12px; line-height: 1.2; }
  .heroProof svg { width: 18px; }
  .choiceSection, .servicesSection, .workSection { width: calc(100% - 32px); padding: 66px 0; }
  .choiceGrid { margin-top: 28px; }
  .choiceGrid article { min-height: 0; gap: 18px; padding: 21px; }
  .pillarGrid { margin-top: 30px; }
  .pillarCard { gap: 20px; padding: 21px 18px; }
  .pillarHeader { gap: 12px; }
  .pillarIcon { width: 42px; height: 42px; }
  .subscriptionSection { grid-template-columns: 1fr; }
  .subscriptionImage { min-height: 360px; }
  .subscriptionCopy { padding: 52px 20px 58px; }
  .subscriptionCopy > p:not(.kicker) { font-size: 17px; }
  .workGrid { grid-template-columns: 1fr; }
  .workGrid figure, .workGrid figure:first-child { grid-column: auto; min-height: 290px; }
  .aboutSection { grid-template-columns: 1fr; gap: 26px; padding: 58px 20px; }
  .aboutSection > div:last-child p { font-size: 17px; }
  .authoritySection { gap:28px; padding:58px 20px; }
  .authorityLinks { grid-template-columns:1fr; }
  .authorityLinks a { min-height:0; }
  .regionSection { width: calc(100% - 32px); grid-template-columns: 40px 1fr; gap: 14px; padding: 56px 0; }
  .regionSection > p { grid-column: 1 / -1; font-size: 17px; }
  .footer { grid-template-columns: 1fr; gap: 33px; padding: 48px 20px 28px; }
  .footer > p { grid-column: auto; }
}

@media (prefers-reduced-motion: no-preference) {
  .primaryButton, .secondaryButton, .pillarAction, .pillarLinks a, .choiceGrid article > a { transition: background-color .18s ease, border-color .18s ease, color .18s ease; }
}

.page { --form-green:#075943; --form-green-strong:#034233; --form-red:#bf0025; --form-ink:#172a25; --form-muted:#52645d; --form-line:#cedbd6; --form-soft:#f2f6f4; color:var(--form-ink); font:17px/1.55 Arial,Helvetica,sans-serif; letter-spacing:0; }
.page { min-height:100vh; background:#f4f7f5; }
.page * { box-sizing:border-box; min-width:0; }
.footer { max-width:1080px; margin:auto; display:flex; gap:24px; padding:28px; border-top:1px solid var(--form-line); }
.footer a { min-height:44px; display:flex; align-items:center; color:var(--form-green); font-weight:800; }

.publicInfo {
  padding: 32px max(20px, calc((100% - 1180px) / 2));
  background: #fff;
  color: #173f34;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  scroll-margin-top: 24px;
}
.publicInfo h2 { font-size: 24px; line-height: 1.3; margin: 0 0 12px; }
.publicInfo > p { margin: 0 0 16px; }
.publicInfo details { border-top: 1px solid #c6d4cd; border-bottom: 1px solid #c6d4cd; }
.publicInfo summary { min-height: 48px; padding: 12px 0; cursor: pointer; font-weight: 700; }
.publicInfo details > div { max-width: 780px; padding: 4px 0 20px; }
.publicInfo h3 { font-size: 18px; line-height: 1.4; margin: 20px 0 8px; }
.publicInfo p { margin: 0 0 12px; }
.publicInfo a { text-decoration: underline; text-underline-offset: 3px; }
.publicInfo address { font-style: normal; }
.publicInfo summary:focus-visible, .publicInfo a:focus-visible { outline: 3px solid #ab1528; outline-offset: 4px; }
