:is(#helder-home,.hh-document){
    --teal:        #01292b;
    --teal-mid:    #024f54;
    --teal-light:  #54bbab;
    --yellow:      #eee544;
    --pink:        #e94273;
    --pink-dark:   #c53360;
    --grey-light:  #f4f4f4;
    --grey-border: #e2e2e2;
    --text:        #0a0a0a;
    --muted:       #5a5a5a;
    --white:       #fefefe;
    --radius:      6px;
  }
:is(#helder-home,.hh-document) *,:is(#helder-home,.hh-document) *::before,:is(#helder-home,.hh-document) *::after{ box-sizing: border-box; margin: 0; padding: 0; }
:is(#helder-home,.hh-document){ font-family: 'Poppins', sans-serif; background: var(--white); color: var(--text); font-size: 16px; line-height: 1.6; }
:is(#helder-home,.hh-document) .draft-banner{ background: #fff8e1; border-bottom: 2px solid #f0c040; padding: 9px 24px; text-align: center; font-size: 0.78rem; font-weight: 600; color: #7a5a00; }
:is(#helder-home,.hh-document) .topbar{ background: var(--teal); color: rgba(255,255,255,.75); font-size: 0.76rem; text-align: center; padding: 7px 24px; }
:is(#helder-home,.hh-document) .topbar a{ color: rgba(255,255,255,.9); text-decoration: none; }
:is(#helder-home,.hh-document) .navbar{ background: var(--white); border-bottom: 1px solid var(--grey-border); padding: 0 40px; display: flex; align-items: center; justify-content: space-between; height: 72px; position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 8px rgba(0,0,0,.06); }
:is(#helder-home,.hh-document) .logo-wrap{ display: flex; align-items: center; text-decoration: none; }
:is(#helder-home,.hh-document) .nav-links{ display: flex; align-items: center; gap: 28px; list-style: none; font-size: 0.87rem; font-weight: 500; }
:is(#helder-home,.hh-document) .nav-links a{ color: var(--text); text-decoration: none; }
:is(#helder-home,.hh-document) .nav-links a:hover{ color: var(--teal-light); }
:is(#helder-home,.hh-document) .nav-cta{ background: var(--pink); color: var(--white) !important; padding: 9px 20px; border-radius: var(--radius); font-weight: 700; font-size: 0.84rem; }
:is(#helder-home,.hh-document) .hero{ background: var(--teal); color: var(--white); padding: 88px 40px 100px; position: relative; overflow: hidden; }
:is(#helder-home,.hh-document) .hero::before{ content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 35%, rgba(233,66,115,.14) 0%, transparent 55%), radial-gradient(circle at 15% 85%, rgba(245,200,66,.06) 0%, transparent 45%); }
:is(#helder-home,.hh-document) .hero-inner{ max-width: 680px; position: relative; z-index: 1; }
:is(#helder-home,.hh-document) .hero-pill{ display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 100px; padding: 5px 16px; font-size: 0.73rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 22px; color: rgba(255,255,255,.9); }
:is(#helder-home,.hh-document) .hero h1{ font-size: clamp(1.8rem,3.5vw,2.6rem); font-weight: 800; line-height: 1.15; text-wrap: balance; margin-bottom: 20px; letter-spacing: -0.025em; }
:is(#helder-home,.hh-document) .hero h1 .accent{ color: var(--yellow); }
:is(#helder-home,.hh-document) .hero p{ font-size: 0.97rem; color: rgba(255,255,255,.82); max-width: 540px; margin-bottom: 36px; line-height: 1.75; }
:is(#helder-home,.hh-document) .hero-btns{ display: flex; gap: 14px; flex-wrap: wrap; }
:is(#helder-home,.hh-document) .btn-pink{ background: var(--pink); color: var(--white); font-weight: 700; padding: 13px 26px; border-radius: var(--radius); text-decoration: none; font-size: 0.9rem; font-family: 'Poppins', sans-serif; display: inline-block; }
:is(#helder-home,.hh-document) .btn-pink:hover{ background: var(--pink-dark); }
:is(#helder-home,.hh-document) .btn-outline-white{ background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.45); font-weight: 600; padding: 11px 24px; border-radius: var(--radius); text-decoration: none; font-size: 0.9rem; display: inline-block; }
:is(#helder-home,.hh-document) .btn-teal{ background: var(--teal); color: var(--white); font-weight: 700; padding: 13px 26px; border-radius: var(--radius); text-decoration: none; font-size: 0.9rem; display: inline-block; }
:is(#helder-home,.hh-document) .stats-bar{ background: var(--white); border-bottom: 1px solid var(--grey-border); display: flex; justify-content: center; flex-wrap: wrap; }
:is(#helder-home,.hh-document) .stat-item{ padding: 22px 44px; text-align: center; border-right: 1px solid var(--grey-border); }
:is(#helder-home,.hh-document) .stat-item:last-child{ border-right: none; }
:is(#helder-home,.hh-document) .stat-num{ font-size: 1.85rem; font-weight: 800; color: var(--teal); display: block; line-height: 1; font-variant-numeric: tabular-nums; }
:is(#helder-home,.hh-document) .stat-label{ font-size: 0.7rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.09em; margin-top: 5px; display: block; font-weight: 500; }
:is(#helder-home,.hh-document) .section{ padding: 80px 40px; }
:is(#helder-home,.hh-document) .section-inner{ max-width: 1100px; margin: 0 auto; }
:is(#helder-home,.hh-document) .eyebrow{ font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--teal-light); margin-bottom: 10px; display: block; }
:is(#helder-home,.hh-document) h2{ font-size: clamp(1.4rem,2.6vw,1.85rem); font-weight: 800; line-height: 1.2; letter-spacing: -0.025em; text-wrap: balance; margin-bottom: 10px; color: var(--teal); }
:is(#helder-home,.hh-document) .section-intro{ color: var(--muted); font-size: 0.93rem; max-width: 520px; margin-bottom: 44px; line-height: 1.75; }
:is(#helder-home,.hh-document) .diensten-bg{ background: var(--grey-light); }
:is(#helder-home,.hh-document) .flagship{ display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: var(--teal); border-radius: 12px; overflow: hidden; text-decoration: none; color: inherit; margin-bottom: 48px; transition: box-shadow .2s; }
:is(#helder-home,.hh-document) .flagship:hover{ box-shadow: 0 12px 40px rgba(1,41,43,.25); }
:is(#helder-home,.hh-document) .flagship-left{ padding: 40px 44px; }
:is(#helder-home,.hh-document) .flagship-label{ display: inline-block; background: var(--teal-light); color: white; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; padding: 4px 12px; border-radius: 100px; margin-bottom: 16px; }
:is(#helder-home,.hh-document) .flagship h3{ font-size: clamp(1.2rem,2vw,1.55rem); font-weight: 800; color: white; line-height: 1.2; margin-bottom: 14px; letter-spacing: -0.02em; }
:is(#helder-home,.hh-document) .flagship-desc{ font-size: 0.88rem; color: rgba(255,255,255,.78); line-height: 1.75; margin-bottom: 22px; }
:is(#helder-home,.hh-document) .flagship-checks{ display: flex; flex-direction: column; gap: 9px; margin-bottom: 28px; }
:is(#helder-home,.hh-document) .flagship-check{ display: flex; align-items: center; gap: 9px; font-size: 0.84rem; color: rgba(255,255,255,.9); font-weight: 500; }
:is(#helder-home,.hh-document) .flagship-check-dot{ width: 18px; height: 18px; border-radius: 50%; background: var(--teal-light); display: flex; align-items: center; justify-content: center; font-size: 0.58rem; font-weight: 700; color: white; flex-shrink: 0; }
:is(#helder-home,.hh-document) .flagship-cta{ display: inline-block; background: var(--pink); color: white; font-weight: 700; font-size: 0.88rem; padding: 12px 24px; border-radius: var(--radius); }
:is(#helder-home,.hh-document) .flagship-right{ background: rgba(255,255,255,.06); border-left: 1px solid rgba(255,255,255,.1); padding: 40px 36px; display: flex; flex-direction: column; justify-content: center; gap: 28px; }
:is(#helder-home,.hh-document) .flagship-stat{ }
:is(#helder-home,.hh-document) .flagship-stat strong{ display: block; font-size: 1.9rem; font-weight: 800; color: var(--yellow); line-height: 1; font-variant-numeric: tabular-nums; }
:is(#helder-home,.hh-document) .flagship-stat span{ font-size: 0.75rem; color: rgba(255,255,255,.6); margin-top: 4px; display: block; }
:is(#helder-home,.hh-document) .beheer-sub-header{ margin-bottom: 18px; }
:is(#helder-home,.hh-document) .beheer-sub-header h3{ font-size: 1rem; font-weight: 700; color: var(--teal); margin-bottom: 3px; }
:is(#helder-home,.hh-document) .beheer-sub-header p{ font-size: 0.82rem; color: var(--muted); }
:is(#helder-home,.hh-document) .beheer-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
:is(#helder-home,.hh-document) .dienst-card{ background: var(--white); border: 1px solid var(--grey-border); border-radius: 8px; padding: 22px 20px; text-decoration: none; color: inherit; display: block; transition: box-shadow .2s, transform .2s; border-top: 3px solid var(--teal); }
:is(#helder-home,.hh-document) .dienst-card:hover{ box-shadow: 0 4px 18px rgba(1,41,43,.10); transform: translateY(-2px); }
:is(#helder-home,.hh-document) .dienst-icon{ width: 38px; height: 38px; background: var(--teal); border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: 12px; }
:is(#helder-home,.hh-document) .dienst-card h3{ font-size: 0.88rem; font-weight: 700; margin-bottom: 6px; color: var(--teal); }
:is(#helder-home,.hh-document) .dienst-card p{ font-size: 0.78rem; color: var(--muted); line-height: 1.6; }
:is(#helder-home,.hh-document) .dienst-card .meer{ font-size: 0.76rem; color: var(--teal-light); font-weight: 600; margin-top: 12px; display: block; }
:is(#helder-home,.hh-document) .stap-bg{ background: var(--teal); color: var(--white); }
:is(#helder-home,.hh-document) .stap-bg .eyebrow{ color: var(--yellow); }
:is(#helder-home,.hh-document) .stap-bg h2{ color: var(--white); margin-bottom: 10px; }
:is(#helder-home,.hh-document) .stap-bg .section-intro{ color: rgba(255,255,255,.7); margin-bottom: 44px; }
:is(#helder-home,.hh-document) .stap-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
:is(#helder-home,.hh-document) .stap-item{ background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; padding: 18px 20px; display: flex; gap: 14px; align-items: flex-start; }
:is(#helder-home,.hh-document) .stap-num{ width: 30px; height: 30px; border-radius: 50%; background: var(--teal-light); color: white; font-weight: 800; font-size: 0.78rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
:is(#helder-home,.hh-document) .stap-item h4{ font-size: 0.84rem; font-weight: 700; color: white; margin-bottom: 3px; }
:is(#helder-home,.hh-document) .stap-item p{ font-size: 0.73rem; color: rgba(255,255,255,.58); line-height: 1.5; }
:is(#helder-home,.hh-document) .stap-footer{ text-align: center; margin-top: 32px; }
@media (max-width: 720px){:is(#helder-home,.hh-document) .stap-grid{ grid-template-columns: 1fr; }}
:is(#helder-home,.hh-document) .projects-grid{ display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
:is(#helder-home,.hh-document) .proj-card{ background: var(--white); border: 1px solid var(--grey-border); border-radius: 8px; overflow: hidden; text-decoration: none; color: inherit; display: block; transition: box-shadow .2s, transform .2s; }
:is(#helder-home,.hh-document) .proj-card:hover{ box-shadow: 0 8px 30px rgba(1,41,43,.12); transform: translateY(-3px); }
:is(#helder-home,.hh-document) .proj-thumb{ height: 175px; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; position: relative; }
:is(#helder-home,.hh-document) .proj-thumb-bos{ background: linear-gradient(135deg, var(--teal) 60%, var(--teal-mid) 100%); }
:is(#helder-home,.hh-document) .proj-thumb-hein{ background: linear-gradient(135deg, #1a4a4d 60%, var(--teal) 100%); }
:is(#helder-home,.hh-document) .proj-thumb-waai{ background: linear-gradient(135deg, #012022 60%, var(--teal-mid) 100%); }
:is(#helder-home,.hh-document) .proj-badge{ position: absolute; top: 12px; left: 12px; background: var(--teal-light); color: white; font-size: 0.63rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; padding: 3px 10px; border-radius: 4px; }
:is(#helder-home,.hh-document) .proj-body{ padding: 20px; }
:is(#helder-home,.hh-document) .proj-body h3{ font-size: 0.93rem; font-weight: 700; color: var(--teal); margin-bottom: 3px; }
:is(#helder-home,.hh-document) .proj-loc{ font-size: 0.76rem; color: var(--muted); margin-bottom: 10px; }
:is(#helder-home,.hh-document) .proj-body p{ font-size: 0.79rem; color: var(--muted); line-height: 1.6; }
:is(#helder-home,.hh-document) .proj-stats{ display: flex; gap: 16px; border-top: 1px solid var(--grey-border); padding-top: 11px; margin-top: 11px; font-size: 0.73rem; color: var(--muted); }
:is(#helder-home,.hh-document) .proj-stats strong{ display: block; color: var(--teal); font-weight: 700; font-size: 0.86rem; }
:is(#helder-home,.hh-document) .proj-link{ font-size: 0.78rem; color: var(--teal-light); font-weight: 600; margin-top: 10px; display: block; }
:is(#helder-home,.hh-document) .projects-footer{ text-align: center; margin-top: 36px; }
:is(#helder-home,.hh-document) .testi-bg{ background: var(--teal); }
:is(#helder-home,.hh-document) .testi-bg .eyebrow{ color: var(--yellow); }
:is(#helder-home,.hh-document) .testi-bg h2{ color: #fff; }
:is(#helder-home,.hh-document) .testi-bg .section-intro{ color: rgba(255,255,255,.7); }
:is(#helder-home,.hh-document) .testi-bg .yellow-line{ background: var(--yellow); }
:is(#helder-home,.hh-document) .testi-score-bar{
    display: flex; align-items: center; justify-content: center;
    gap: 32px; flex-wrap: wrap;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
    border-radius: 10px; padding: 20px 32px; margin-bottom: 48px;
  }
:is(#helder-home,.hh-document) .testi-score-item{ text-align: center; }
:is(#helder-home,.hh-document) .testi-score-num{
    font-size: 2.4rem; font-weight: 800; color: var(--yellow);
    line-height: 1; font-variant-numeric: tabular-nums;
  }
:is(#helder-home,.hh-document) .testi-score-label{ font-size: 0.72rem; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .08em; margin-top: 4px; }
:is(#helder-home,.hh-document) .testi-score-div{ width: 1px; height: 44px; background: rgba(255,255,255,.2); }
:is(#helder-home,.hh-document) .testi-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
:is(#helder-home,.hh-document) .testi-card{
    background: var(--white);
    border-radius: 12px;
    padding: 28px 26px 24px;
    position: relative;
    display: flex; flex-direction: column;
    box-shadow: 0 4px 24px rgba(0,0,0,.18);
  }
:is(#helder-home,.hh-document) .testi-card::before{
    content: "\201C";
    position: absolute; top: 14px; left: 22px;
    font-size: 5rem; line-height: 1;
    color: var(--teal-light); opacity: .18;
    font-family: Georgia, serif; font-weight: 700;
    pointer-events: none;
  }
:is(#helder-home,.hh-document) .stars{
    display: flex; align-items: center; gap: 2px; margin-bottom: 16px;
  }
:is(#helder-home,.hh-document) .stars svg{
    width: 15px; height: 15px; flex-shrink: 0;
  }
:is(#helder-home,.hh-document) .testi-text{
    font-size: 0.9rem; line-height: 1.78;
    color: var(--text); margin-bottom: 20px;
    font-style: italic; flex: 1;
    position: relative; z-index: 1;
  }
:is(#helder-home,.hh-document) .testi-footer{
    display: flex; align-items: center; justify-content: space-between;
    border-top: 1px solid var(--grey-border); padding-top: 16px; margin-top: auto;
  }
:is(#helder-home,.hh-document) .testi-author{ display: flex; align-items: center; gap: 11px; }
:is(#helder-home,.hh-document) .testi-av{
    width: 40px; height: 40px; border-radius: 50%;
    background: linear-gradient(135deg, var(--teal) 0%, var(--teal-mid) 100%);
    color: white; font-weight: 700; font-size: 0.85rem;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
:is(#helder-home,.hh-document) .testi-name{ font-weight: 700; font-size: 0.84rem; color: var(--teal); }
:is(#helder-home,.hh-document) .testi-role{ font-size: 0.72rem; color: var(--muted); margin-top: 1px; }
:is(#helder-home,.hh-document) .testi-badge{
    background: #f0faf8; border: 1px solid var(--teal-light);
    color: var(--teal); border-radius: 20px;
    padding: 3px 10px; font-size: 0.67rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .06em; white-space: nowrap;
    flex-shrink: 0;
  }
@media (max-width: 720px){:is(#helder-home,.hh-document) .testi-grid{ grid-template-columns: 1fr; }}
:is(#helder-home,.hh-document) .cta-bg{ background: var(--teal); color: white; text-align: center; padding: 88px 40px; }
:is(#helder-home,.hh-document) .cta-bg h2{ color: white; margin-bottom: 14px; }
:is(#helder-home,.hh-document) .cta-bg p{ color: rgba(255,255,255,.78); max-width: 480px; margin: 0 auto 36px; font-size: 0.95rem; line-height: 1.75; }
:is(#helder-home,.hh-document) .yellow-line{ width: 48px; height: 4px; background: var(--teal-light); border-radius: 2px; margin-bottom: 16px; }
:is(#helder-home,.hh-document) .footer-mini{ background: #010f10; color: rgba(255,255,255,.4); text-align: center; font-size: 0.74rem; padding: 18px 24px; }
@media (max-width: 720px){:is(#helder-home,.hh-document) .verd-layout{ grid-template-columns: 1fr; gap: 36px; }
:is(#helder-home,.hh-document) .stat-item{ padding: 16px 20px; }
:is(#helder-home,.hh-document) .nav-links{ display: none; }
:is(#helder-home,.hh-document) .section{ padding: 52px 20px; }
:is(#helder-home,.hh-document) .navbar{ padding: 0 20px; }
:is(#helder-home,.hh-document) .hero{ padding: 56px 20px 68px; }
:is(#helder-home,.hh-document) .flagship{ grid-template-columns: 1fr; }
:is(#helder-home,.hh-document) .flagship-left{ padding: 28px 24px; }
:is(#helder-home,.hh-document) .flagship-right{ border-left: none; border-top: 1px solid rgba(255,255,255,.1); padding: 24px; flex-direction: row; flex-wrap: wrap; gap: 20px; }
:is(#helder-home,.hh-document) .beheer-grid{ grid-template-columns: 1fr; }}
:is(#helder-home,.hh-document){width:100%;font-size:16px;isolation:isolate;}
:is(#helder-home,.hh-document) .wp-block-group__inner-container{display:contents;}
:is(#helder-home,.hh-document) .wp-block-group,:is(#helder-home,.hh-document) .wp-block-heading{max-width:none;}
:is(#helder-home,.hh-document) h1,:is(#helder-home,.hh-document) h2,:is(#helder-home,.hh-document) h3{font-family:inherit;text-transform:none;font-style:normal;}
:is(#helder-home,.hh-document) .hero{padding:80px max(24px,calc((100% - 1200px)/2)) 88px;}
:is(#helder-home,.hh-document) .hero .hero-inner{max-width:780px;}
:is(#helder-home,.hh-document) .hero h1{font-size:clamp(2.2rem,4.2vw,3.5rem);color:white;}
:is(#helder-home,.hh-document) .hero h1 em{font-style:normal;color:var(--yellow);}
:is(#helder-home,.hh-document) .hero p.hero-pill{font-size:.73rem;line-height:1.6;margin-bottom:22px;display:inline-flex;}
:is(#helder-home,.hh-document) .hero-pill:before{content:'';width:8px;height:8px;border-radius:50%;background:var(--teal-light);}
:is(#helder-home,.hh-document) .hero p{max-width:650px;font-size:1rem;}
:is(#helder-home,.hh-document) .section-inner{max-width:1200px;margin-left:auto;margin-right:auto;}
:is(#helder-home,.hh-document) .section-intro{max-width:680px;font-size:1rem;}
:is(#helder-home,.hh-document) .eyebrow{font-size:.8rem;}
:is(#helder-home,.hh-document) .stat-num{font-size:1.45rem;}
:is(#helder-home,.hh-document) .stat-label{font-size:.75rem;}
:is(#helder-home,.hh-document) .stat-item{padding:24px 36px;}
:is(#helder-home,.hh-document) .wp-block-buttons{display:flex;flex-wrap:wrap;gap:14px;}
:is(#helder-home,.hh-document) .wp-block-button{padding:0;}
:is(#helder-home,.hh-document) .wp-block-button__link{display:block;color:inherit;background:transparent;border:0;border-radius:inherit;font:inherit;line-height:1.6;padding:13px 26px;text-decoration:none;}
:is(#helder-home,.hh-document) .btn-outline-white .wp-block-button__link{padding:11px 24px;}
:is(#helder-home,.hh-document) .flagship-cta .wp-block-button__link{padding:12px 24px;}
:is(#helder-home,.hh-document) .meer .wp-block-button__link,:is(#helder-home,.hh-document) .proj-link .wp-block-button__link{padding:0;}
:is(#helder-home,.hh-document) a:focus-visible{outline:3px solid var(--pink);outline-offset:4px;}
:is(#helder-home,.hh-document) .flagship-check:before{content:'✓';width:18px;height:18px;line-height:18px;text-align:center;border-radius:50%;background:var(--teal-light);color:white;flex-shrink:0;font-size:11px;}
:is(#helder-home,.hh-document) .flagship-desc,:is(#helder-home,.hh-document) .flagship-check{font-size:.95rem;}
:is(#helder-home,.hh-document) .flagship-value{color:var(--yellow);font-size:1.9rem;line-height:1.2;font-weight:800;}
:is(#helder-home,.hh-document) .flagship-caption{color:#ffffffbb;font-size:.9rem;margin-top:6px;}
:is(#helder-home,.hh-document) .beheer-sub-header h3{font-size:1.15rem;}
:is(#helder-home,.hh-document) .beheer-sub-header p{font-size:.95rem;}
:is(#helder-home,.hh-document) .dienst-card{display:flex;flex-direction:column;}
:is(#helder-home,.hh-document) .dienst-card h3{font-size:1rem;}
:is(#helder-home,.hh-document) .dienst-card p{font-size:.9rem;}
:is(#helder-home,.hh-document) .dienst-card .meer{font-size:.9rem;}
:is(#helder-home,.hh-document) .dienst-icon .wp-block-image{width:22px;height:22px;margin:0;}
:is(#helder-home,.hh-document) .dienst-icon img{width:22px;height:22px;display:block;}
:is(#helder-home,.hh-document) .dienst-card .wp-block-buttons{margin-top:auto;padding-top:10px;}
:is(#helder-home,.hh-document) .stap-item h3{font-size:1rem;color:white;font-weight:700;margin-bottom:6px;line-height:1.3;}
:is(#helder-home,.hh-document) .stap-item p{font-size:.875rem;color:#ffffffc4;line-height:1.65;}
:is(#helder-home,.hh-document) .stap-item p.stap-num{width:30px;height:30px;font-size:.8rem;line-height:1;color:white;}
:is(#helder-home,.hh-document) .stap-copy{min-width:0;}
:is(#helder-home,.hh-document) .stap-footer,:is(#helder-home,.hh-document) .projects-footer{justify-content:center;margin-top:32px;}
:is(#helder-home,.hh-document) .projects-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
:is(#helder-home,.hh-document) .proj-card{display:flex;flex-direction:column;}
:is(#helder-home,.hh-document) .proj-thumb{height:210px;}
:is(#helder-home,.hh-document) .project-photo{width:100%;height:100%;margin:0;}
:is(#helder-home,.hh-document) .project-photo img{display:block;width:100%;height:100%;object-fit:cover;}
:is(#helder-home,.hh-document) .proj-body{display:flex;flex-direction:column;gap:10px;flex:1;}
:is(#helder-home,.hh-document) .proj-body h3{font-size:1.05rem;}
:is(#helder-home,.hh-document) .proj-body p{font-size:.9rem;}
:is(#helder-home,.hh-document) .proj-body .wp-block-buttons{margin-top:auto;padding-top:8px;}
:is(#helder-home,.hh-document) .proj-body .proj-link{font-size:.9rem;}
:is(#helder-home,.hh-document) .testi-card:before{content:none;}
:is(#helder-home,.hh-document) .testi-card h3{font-size:1.2rem;color:var(--teal);font-weight:700;margin:16px 0 10px;}
:is(#helder-home,.hh-document) .testi-text{font-style:normal;font-size:.95rem;margin:0;}
:is(#helder-home,.hh-document) .value-index{color:var(--teal-light);font-size:1.4rem;font-weight:800;}
:is(#helder-home,.hh-document) .cta-inner{max-width:1200px;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:space-between;gap:40px;}
:is(#helder-home,.hh-document) .cta-copy{max-width:680px;}
:is(#helder-home,.hh-document) .cta-bg{background:var(--grey-light);text-align:left;}
:is(#helder-home,.hh-document) .cta-bg h2{color:var(--teal);}
:is(#helder-home,.hh-document) .cta-bg p{color:var(--muted);font-size:1rem;max-width:600px;margin:0;}
:is(#helder-home,.hh-document) .cta-buttons{flex-shrink:0;}
.editor-styles-wrapper .hh-document{max-width:none;margin:0;}
body.hh-template{margin:0;}
body.hh-template .hh-main{width:100%;max-width:none;padding:0;margin:0;}
@media(max-width:1000px){:is(#helder-home,.hh-document) .stap-grid{grid-template-columns:repeat(2,minmax(0,1fr));}:is(#helder-home,.hh-document) .cta-inner{flex-direction:column;align-items:flex-start;}:is(#helder-home,.hh-document) .stat-item{flex:1 1 40%;}}
@media(max-width:720px){:is(#helder-home,.hh-document) .hero{padding:52px 20px 60px;}:is(#helder-home,.hh-document) .hero h1{font-size:2.25rem;}:is(#helder-home,.hh-document) .flagship{grid-template-columns:minmax(0,1fr);}:is(#helder-home,.hh-document) .flagship-right{flex-direction:column;}:is(#helder-home,.hh-document) .beheer-grid,:is(#helder-home,.hh-document) .projects-grid,:is(#helder-home,.hh-document) .stap-grid{grid-template-columns:minmax(0,1fr);}:is(#helder-home,.hh-document) .stat-item{padding:20px 12px;}:is(#helder-home,.hh-document) .stat-num{font-size:1.15rem;}:is(#helder-home,.hh-document) .stat-label{font-size:.65rem;}:is(#helder-home,.hh-document) .cta-bg{padding:48px 20px;}:is(#helder-home,.hh-document) .hero-btns{flex-direction:column;align-items:stretch;}:is(#helder-home,.hh-document) .testi-grid{grid-template-columns:minmax(0,1fr);}}

/* Headerbeeld: illustratieve transitie van bestaande naar vernieuwde VvE. */
:is(#helder-home,.hh-document) .hero{background-image:url('home-hero-transitie.webp');background-size:cover;background-position:center center;}
:is(#helder-home,.hh-document) .hero::before{background:linear-gradient(90deg,rgba(1,41,43,.82) 0%,rgba(1,41,43,.68) 35%,rgba(1,41,43,.20) 58%,rgba(1,41,43,0) 80%);}
:is(#helder-home,.hh-document) .hero .hero-inner{max-width:650px;}
:is(#helder-home,.hh-document) .hero p{color:#fff;}
@media(max-width:720px){
:is(#helder-home,.hh-document) .hero{background-image:none;padding-top:276px;}
:is(#helder-home,.hh-document) .hero::before{height:244px;background-image:linear-gradient(180deg,rgba(1,41,43,0) 64%,#01292b 100%),url('home-hero-transitie.webp');background-size:cover;background-position:72% center;}
}
