:root{--vdh-color-green:#2fa84f;--vdh-color-darkblue:#1f4e79;--vdh-color-anthracite:#2b2b2b;--vdh-color-darkgray:#4a4a4a;--vdh-color-white:#ffffff;--vdh-border:#e6e9ed;--vdh-brand-gradient:linear-gradient(135deg, #2e73b8 0%, #2fa84f 100%)}*{box-sizing:border-box}body{color:var(--vdh-color-darkgray);line-height:1.5;font-family:montserrat,Arial,Helvetica,sans-serif;background-color:var(--vdh-color-white)}.vdh-home{padding:2rem 0 2.5rem}a,.content a{color:var(--vdh-color-green)}a:hover,.content a:hover{color:var(--vdh-color-darkblue)}img{display:block;max-width:100%;height:auto}.has-text-centered>img,.has-text-centered img{margin-inline:auto}.title{margin-bottom:1rem;font-weight:600;letter-spacing:.02em;color:var(--vdh-color-darkblue)}.content h2{margin-top:1.5rem;margin-bottom:.6rem;font-weight:500;color:var(--vdh-color-anthracite)}.blueBold{color:var(--vdh-color-green);font-weight:600}.footer{background-color:var(--vdh-color-white);border-top:0;padding-top:2rem;padding-bottom:2rem;position:relative}.footer::before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:var(--vdh-brand-gradient)}.vdh-footer{background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);border:1px solid var(--vdh-border);border-radius:14px;box-shadow:0 10px 24px rgba(31,78,121,8%);padding:1.25rem 1.5rem;color:var(--vdh-color-darkgray)}.vdh-footer__top{display:grid;grid-template-columns:minmax(0,1.3fr)minmax(0,1fr)minmax(0,1fr);gap:1rem 1.5rem;align-items:start}.vdh-footer__name{margin:0;color:var(--vdh-color-anthracite);font-weight:600}.vdh-footer__tagline{margin:.45rem 0 0;color:var(--vdh-color-darkgray);font-size:.95rem}.vdh-footer__links{display:flex;flex-direction:column;gap:.45rem}.vdh-footer__links a{color:var(--vdh-color-green);text-decoration:none;font-weight:500}.vdh-footer__links a:hover{color:var(--vdh-color-darkblue)}.vdh-footer__meta p{margin:0;color:var(--vdh-color-darkgray)}.vdh-footer__meta p+p{margin-top:.35rem}.vdh-footer__meta span{display:inline-block;min-width:3rem;color:var(--vdh-color-anthracite);font-weight:600}.vdh-footer__bottom{margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--vdh-border);color:var(--vdh-color-darkgray);font-size:.92rem}.vdh-landing{position:relative;isolation:isolate;display:grid;gap:1.6rem}.vdh-landing>:not(.vdh-hero){width:min(1080px,calc(100% - 2rem));margin-inline:auto}.vdh-hero{display:grid;grid-template-columns:minmax(0,1.2fr)minmax(300px,.9fr);gap:1.5rem;align-items:center;width:100%;padding:clamp(1.25rem,3vw,2.5rem)clamp(1rem,4vw,3rem);background:linear-gradient(135deg,#2e73b8 0%,#2fa84f 100%);border-radius:0;box-shadow:none}.vdh-eyebrow{margin:0 0 .45rem;color:rgba(255,255,255,.9);font-weight:600;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase}.vdh-hero__title{margin:0;color:#fff;font-size:clamp(1.8rem,3.8vw,3rem);line-height:1.12}.vdh-hero__intro{margin:1rem 0 0;max-width:58ch;font-size:1.04rem;color:rgba(255,255,255,.95)}.vdh-logo-card{margin:0;border-radius:20px;padding:1.1rem;background:#fff;border:1px solid var(--vdh-border);box-shadow:0 16px 36px rgba(31,78,121,.12)}.vdh-logo-link{display:block;color:inherit;text-decoration:none}.vdh-logo-link:hover,.vdh-logo-link:focus,.vdh-logo-link:active{color:inherit;text-decoration:none}.vdh-section{border-radius:16px;border:1px solid var(--vdh-border);background:#fff;padding:1.2rem 1.2rem 1.35rem}.vdh-section h2{margin:0 0 .85rem;color:var(--vdh-color-darkblue);font-size:1.2rem}.vdh-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem}.vdh-card{border-radius:12px;border:1px solid var(--vdh-border);background:linear-gradient(180deg,#ffffff 0%,#f7fafc 100%);padding:.95rem}.vdh-card h3{margin:0 0 .45rem;color:var(--vdh-color-anthracite);font-size:1rem}.vdh-card p{margin:0;color:var(--vdh-color-darkgray);font-size:.95rem}@media screen and (max-width:1023px){.vdh-footer__top{grid-template-columns:1fr}.vdh-hero{grid-template-columns:1fr;gap:1rem}.vdh-cards{grid-template-columns:1fr}}