:root{--navy:#0a2d62;--navy-dark:#061d42;--blue:#1552a8;--text:#121714;--muted:#6e7880;--line:#c9ced8;--tint:#e7effa;--tint-2:#f4f7fb;--wa:#25d366;--wa-dark:#0b6b34;--bg:#ffffff;--page:#e9edf2;--num:#e9edf2;
--sans:'Inter',system-ui,-apple-system,sans-serif;--mono:'IBM Plex Mono',ui-monospace,monospace;--r:10px;--r-lg:14px;--bar:76px}
@media (prefers-color-scheme: dark){:root:not([data-theme="light"]){--bg:#ffffff;--page:#e9edf2}}
:root[data-theme="dark"]{--bg:#ffffff;--page:#e9edf2}
.hvm-eyebrow{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 10px}
.hvm-sec{padding:44px 20px 48px}
.hvm-sec+.hvm-sec{border-top:1px solid var(--line)}
.hvm-sec h2{font-size:26px;line-height:1.15;font-weight:600;letter-spacing:-.02em;color:var(--navy)}
.hvm-sec .hvm-lead{margin-top:10px;color:var(--muted);font-size:15px;line-height:1.5}
.hvm-mono{font-family:var(--mono)}
.hvm-btn{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 18px;border-radius:var(--r);font-weight:600;font-size:15px;text-decoration:none;border:1.5px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease;white-space:normal;text-align:center;line-height:1.25}
.hvm-btn--navy{background:var(--navy);color:#fff}
.hvm-btn--navy:hover{background:var(--blue)}
.hvm-btn--white{background:#fff;color:var(--navy)}
.hvm-btn--white:hover{background:var(--tint)}
.hvm-btn--outline{background:transparent;color:var(--navy);border-color:var(--navy)}
.hvm-btn--outline.hvm-on-dark{color:#fff;border-color:rgba(255,255,255,.7)}
.hvm-btn--wa{background:var(--wa);color:#04331a}
.hvm-btn--wa:hover{background:#1fc25c}
.hvm-btn svg{width:20px;height:20px;flex:0 0 auto}
.hvm-btn--block{width:100%}
.hvm-row2{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hvm-link{color:var(--blue);font-weight:600;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}
:focus-visible{outline:2px solid var(--blue);outline-offset:2px}

/* header */
.hvm-hdr{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--line);height:72px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 8px 0 14px;box-sizing:border-box;overflow:visible}
.hvm-brand{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start;gap:18px!important;column-gap:18px!important;text-decoration:none;color:var(--navy);flex:1 1 auto;min-width:0;max-width:none;padding:4px 0;overflow:hidden}
.hvm-brand img,.hvm-brand svg{display:block;width:auto!important;height:48px!important;max-width:none!important;max-height:48px!important;object-fit:contain;object-position:left center;flex:0 0 auto}
.hvm-brand__text,.hvm-brand>span.hvm-brand__text{display:flex!important;flex-direction:column;justify-content:center;margin-left:0!important;padding:0;line-height:1.1;flex:1 1 auto;min-width:0;overflow:hidden}
.hvm-brand b{font-size:15px;font-weight:700;letter-spacing:.02em;line-height:1.1;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hvm-brand i{font-style:normal;font-weight:inherit}
.hvm-brand__hv{color:#0a2d62}
.hvm-brand__tr{color:#6b7280}
.hvm-brand small{display:block;font-size:9px;letter-spacing:.12em;color:#0a2d62;font-weight:500;margin-top:3px;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hvm-hdr__act{display:flex;gap:4px;align-items:center;flex:0 0 auto;margin-left:auto;z-index:40;background:rgba(255,255,255,.96);padding-left:6px;overflow:visible;position:relative}
.hvm-icon-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;background:none;border-radius:10px;color:var(--navy)}
.hvm-icon-btn:hover{background:var(--tint)}
.hvm-icon-btn svg{width:22px;height:22px}
.hvm-icon-btn .hvm-i-close{display:none}
.hvm-icon-btn.hvm-open .hvm-i-menu{display:none}
.hvm-icon-btn.hvm-open .hvm-i-close{display:block}
.hvm-menu{display:none;position:fixed;top:72px;bottom:0;left:0;right:0;z-index:29;background:#fff;padding:20px 20px calc(var(--bar) + 20px);overflow:auto}
.hvm-menu.hvm-open{display:block}
.hvm-menu a.hvm-nav{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--line);font-size:19px;font-weight:600;color:var(--navy);text-decoration:none}
.hvm-menu .hvm-lang{display:flex;gap:8px;margin:20px 0}
.hvm-menu .hvm-lang a{flex:1;text-align:center;padding:10px 0;border:1px solid var(--line);border-radius:8px;text-decoration:none;font-weight:600;font-size:14px;color:var(--navy)}
.hvm-menu .hvm-lang a.hvm-cur{background:var(--navy);color:#fff;border-color:var(--navy)}
/* Header language dropdown (compact) */
.hvm-hdr .lang-dropdown{display:block!important;position:relative;z-index:50;flex:0 0 auto;margin:0 2px 0 0}
.hvm-hdr .lang-dropdown__btn{min-height:36px;padding:0 8px 0 10px;border-radius:10px;font-size:11px;gap:5px}
.hvm-hdr .lang-dropdown__menu{right:0;left:auto;min-width:156px;z-index:60}
.hvm-lang--hdr{display:none!important}
@media (max-width:480px){
  .hvm-brand{gap:14px!important;column-gap:14px!important}
  .hvm-brand__text{display:flex!important}
  .hvm-brand img,.hvm-brand svg{height:48px!important;max-height:48px!important}
  .hvm-brand b{font-size:13px}
  .hvm-brand small{font-size:8px;letter-spacing:.08em}
  .hvm-hdr .lang-dropdown__btn{min-height:34px;padding:0 7px 0 9px}
}
@media (min-width:481px) and (max-width:560px){
  .hvm-brand{gap:16px!important;column-gap:16px!important}
  .hvm-brand b{font-size:13px}
  .hvm-brand small{font-size:8px;letter-spacing:.08em}
}
/* hero */
.hvm-hero{background:var(--navy);color:#fff;padding:32px 20px 28px}
.hvm-hero .hvm-eyebrow{color:#a9b8d6;margin:0 0 10px}
.hvm-hero h1{font-size:34px;line-height:1.1;font-weight:600;letter-spacing:-.02em;max-width:14ch;margin:0}
.hvm-hero .hvm-sub{margin:16px 0 22px;font-size:16px;line-height:1.5;color:#d6def0;max-width:34ch}
.hvm-hero .hvm-cta{display:grid;gap:10px}
.hvm-hero__img{margin:24px -20px 0;aspect-ratio:4/3;overflow:hidden}
.hvm-hero__img img{width:100%;height:100%;object-fit:cover}
.hvm-proof{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.18);margin:0 -20px;padding:16px 20px 0;gap:12px}
.hvm-proof b{display:block;font:400 22px/1 var(--mono);color:#fff}
.hvm-proof span{display:block;font-size:12px;line-height:1.35;color:#a9b8d6;margin-top:6px}

/* calculator */
.hvm-calc{background:var(--tint-2)}
.hvm-result{position:sticky;top:72px;z-index:20;background:var(--navy);color:#fff;border-radius:var(--r-lg);padding:12px 16px 14px;margin:20px 0 22px;display:grid;grid-template-columns:1fr auto;align-items:baseline;gap:6px 12px;box-shadow:0 8px 24px rgba(6,29,66,.18)}
.hvm-result small{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#a9b8d6}
.hvm-result .hvm-price{grid-column:1/-1;font:400 32px/1 var(--mono);letter-spacing:-.01em;white-space:nowrap}
.hvm-result .hvm-price.is-manual{font:600 22px/1.15 var(--sans);letter-spacing:0}
.hvm-result .hvm-price i{font-style:normal;font-size:20px;color:#a9b8d6;margin-left:6px}
.hvm-result .hvm-price em{font:500 14px var(--sans);color:#a9b8d6;margin-right:2px}
.hvm-result .hvm-vol{font-size:12px;color:#a9b8d6;text-align:right;white-space:normal;overflow-wrap:break-word}
.hvm-result .hvm-vol b{font:400 13px var(--mono);color:#fff;margin-right:4px}
.hvm-field{margin-bottom:20px}
.hvm-field>label,.hvm-field>.hvm-lbl{display:block;font-size:13px;font-weight:600;color:var(--navy);margin-bottom:8px}
.hvm-field .hvm-hint{font-size:13px;color:var(--muted);margin-top:8px;line-height:1.4}
.hvm-seg{display:grid;gap:8px}
.hvm-seg--4{grid-template-columns:repeat(2,1fr)}
.hvm-seg--5{grid-template-columns:repeat(5,1fr)}
.hvm-seg--2{grid-template-columns:repeat(2,1fr)}
.hvm-seg label{position:relative}
.hvm-seg input{position:absolute;opacity:0;inset:0;margin:0}
.hvm-seg span{display:flex;align-items:center;justify-content:center;min-height:46px;padding:0 10px;border:1.5px solid var(--line);border-radius:var(--r);background:#fff;font-size:15px;font-weight:500;color:var(--navy);text-align:center;line-height:1.2}
.hvm-seg input:checked+span{border-color:var(--blue);background:var(--tint);color:var(--blue);font-weight:600}
.hvm-seg input:focus-visible+span{outline:2px solid var(--blue);outline-offset:2px}
.hvm-num{display:flex;align-items:stretch;border:1.5px solid var(--line);border-radius:var(--r);background:#fff;overflow:hidden}
.hvm-num button{width:52px;border:0;background:#fff;color:var(--navy);font-size:22px;line-height:1}
.hvm-num button:hover{background:var(--tint)}
.hvm-num input{flex:1;border:0;text-align:center;font:400 22px var(--mono);color:var(--navy);min-width:0;padding:0}
.hvm-num input:focus{outline:none}
.hvm-num em{display:flex;align-items:center;padding-right:14px;font-style:normal;color:var(--muted);font-size:14px}
.hvm-extras{border:1.5px solid var(--line);border-radius:var(--r);background:#fff;overflow:hidden}
.hvm-extras label{display:flex;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--line);cursor:pointer}
.hvm-extras label:last-child{border-bottom:0}
.hvm-extras input{width:20px;height:20px;accent-color:var(--blue);margin:0;flex:0 0 auto}
.hvm-extras .hvm-t{flex:1;font-size:15px;color:var(--text)}
.hvm-extras .hvm-t small{display:block;font-size:12px;color:var(--muted);margin-top:2px}
.hvm-extras .hvm-p{font:400 15px var(--mono);color:var(--navy);white-space:nowrap}
.hvm-calc__cta{margin-top:24px;display:grid;gap:10px}
.hvm-calc__note{font-size:12.5px;color:var(--muted);line-height:1.45;margin-top:12px}
details.hvm-acc{border-top:1px solid var(--line)}
details.hvm-acc summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 0;font-weight:600;color:var(--navy);cursor:pointer;font-size:16px;line-height:1.3}
details.hvm-acc summary::-webkit-details-marker{display:none}
details.hvm-acc summary::after{content:"+";font:400 22px/1 var(--mono);color:var(--muted);flex:0 0 auto;transition:transform .2s ease}
details.hvm-acc[open] summary::after{content:"–"}
details.hvm-acc .hvm-body{padding:0 0 18px;color:var(--muted);font-size:15px;line-height:1.5}
details.hvm-acc:last-of-type{border-bottom:1px solid var(--line)}
.hvm-items{display:grid;gap:8px}
.hvm-items li{display:flex;justify-content:space-between;gap:12px;font-size:14px;color:var(--muted)}
.hvm-items li b{font:400 14px var(--mono);color:var(--navy)}
.hvm-items li.hvm-sum{border-top:1px solid var(--line);padding-top:8px;color:var(--navy);font-weight:600}
.hvm-items li.hvm-sum b{font-weight:400}
.hvm-examples{margin-top:28px}
.hvm-examples .hvm-lbl{font-size:13px;font-weight:600;color:var(--navy);margin-bottom:10px}
.hvm-ex{display:grid;gap:8px}
.hvm-ex a{display:grid;grid-template-columns:auto 1fr;gap:4px 14px;align-items:baseline;padding:12px 14px;background:#fff;border:1px solid var(--line);border-radius:var(--r);text-decoration:none}
.hvm-ex a b{font:400 22px/1.1 var(--mono);color:var(--navy)}
.hvm-ex a strong{font-size:14px;font-weight:600;color:var(--navy)}
.hvm-ex a span{grid-column:2;font-size:13px;color:var(--muted);line-height:1.4}

/* services */
.hvm-group{margin-top:26px}
.hvm-group h3{font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-weight:500;margin-bottom:4px}
.hvm-group a{display:grid;grid-template-columns:1fr auto;gap:2px 12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line);text-decoration:none}
.hvm-group a strong{grid-column:1;font-size:17px;font-weight:600;color:var(--navy);letter-spacing:-.01em}
.hvm-group a span{grid-column:1;font-size:14px;color:var(--muted);line-height:1.4}
.hvm-group a i{grid-column:2;grid-row:1/3;font:400 18px var(--mono);color:var(--muted);font-style:normal}
.hvm-callout{margin-top:24px;background:var(--tint);border-radius:var(--r-lg);padding:18px 18px 20px}
.hvm-callout h3{font-size:18px;line-height:1.3;font-weight:600;color:var(--navy);letter-spacing:-.01em}
.hvm-callout p{margin:10px 0 16px;font-size:15px;color:#3e4a5c;line-height:1.5}

/* situations */
.hvm-sit{display:grid;gap:10px;margin-top:22px}
.hvm-sit a{display:grid;grid-template-columns:104px 1fr;gap:0 14px;align-items:center;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;text-decoration:none;background:#fff}
.hvm-sit img{width:104px;height:100%;min-height:104px;object-fit:cover}
.hvm-sit .hvm-t{padding:12px 14px 12px 0}
.hvm-sit .hvm-t small{display:block;font-size:12px;color:var(--muted);letter-spacing:.04em}
.hvm-sit .hvm-t strong{display:block;font-size:17px;color:var(--navy);font-weight:600;margin:2px 0 4px;letter-spacing:-.01em}
.hvm-sit .hvm-t span{display:block;font-size:13.5px;color:var(--muted);line-height:1.4}

/* steps */
.hvm-steps{margin-top:22px;display:grid;gap:0}
.hvm-step{display:grid;grid-template-columns:36px 1fr;gap:0 14px;padding:18px 0;border-bottom:1px solid var(--line)}
.hvm-step i{font:400 14px/1 var(--mono);color:var(--muted);font-style:normal;padding-top:6px}
.hvm-step strong{font-size:19px;font-weight:600;color:var(--navy);letter-spacing:-.01em;line-height:1.2}
.hvm-step p{margin:6px 0 10px;font-size:15px;color:var(--muted);line-height:1.5}
.hvm-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:var(--tint);color:var(--blue);font:500 12.5px/1 var(--sans)}
.hvm-pill.hvm-ok{background:#e6f6ec;color:#0b6b34}
.hvm-timeline{margin:6px 0 4px;display:grid;gap:0}
.hvm-timeline li{display:grid;grid-template-columns:52px 1fr;gap:12px;padding:8px 0;font-size:14.5px;color:var(--text);line-height:1.45}
.hvm-timeline b{font:400 14px/1.6 var(--mono);color:var(--navy)}

/* NRW */
.hvm-nrw{display:block;width:100%;height:auto}
.hvm-legend{display:flex;flex-wrap:wrap;gap:6px 16px;margin:14px 0 0;font-size:12.5px;color:var(--muted)}
.hvm-legend span{display:inline-flex;align-items:center;gap:7px}
.hvm-legend i{display:inline-block;width:18px;height:0;border-top:1px dashed var(--navy);opacity:.6}
.hvm-legend b{display:inline-block;width:9px;height:9px;border-radius:50%;background:var(--navy)}
.hvm-legend b.hvm-o{background:#fff;border:2px solid var(--navy)}
.hvm-legend b.hvm-s{background:#fff;border:1.5px solid var(--muted);width:7px;height:7px}
.hvm-cities{margin-top:22px;border-top:1px solid var(--line)}
.hvm-cities a{display:grid;grid-template-columns:1fr auto;gap:2px 12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line);text-decoration:none}
.hvm-cities strong{grid-column:1;font-size:20px;font-weight:600;color:var(--navy);letter-spacing:-.02em}
.hvm-cities .hvm-sub{grid-column:1;font-size:13px;color:var(--muted);line-height:1.35}
.hvm-cities .hvm-d{grid-column:2;grid-row:1/3;text-align:right}
.hvm-cities .hvm-d b{font:400 26px/1 var(--mono);color:var(--navy)}
.hvm-cities .hvm-d small{font-size:12px;color:var(--muted);margin-left:2px}
.hvm-cities .hvm-d em{display:block;font-style:normal;font-size:11.5px;color:var(--muted);margin-top:3px}
.hvm-cities .hvm-d .hvm-tag{font:400 15px var(--mono);color:var(--muted)}
.hvm-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.hvm-chips li{padding:0;border:1px solid var(--line);border-radius:999px;font-size:14px;font-weight:500;color:var(--navy);background:#fff;overflow:hidden}
.hvm-chips li a{display:block;padding:8px 13px;color:inherit;text-decoration:none}
.hvm-more{margin-top:18px;font-size:15px}

/* team & reviews */
.hvm-rating{display:flex;align-items:center;gap:10px;margin-top:18px;padding:14px 16px;background:var(--tint-2);border-radius:var(--r)}
.hvm-rating .hvm-star{width:22px;height:22px;color:#e0a100}
.hvm-rating b{font:400 22px/1 var(--mono);color:var(--navy)}
.hvm-rating span{font-size:13.5px;color:var(--muted);line-height:1.3}
.hvm-ph{display:none!important}
.hvm-team{margin-top:20px;border-top:1px solid var(--line);list-style:none;padding:0;width:100%}
.hvm-shell .hvm-team li,
.hvm-team__person{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:14px;padding:20px 0;border-bottom:1px solid var(--line);width:100%;max-width:100%;grid-template-columns:none!important}
.hvm-shell .hvm-team__photo,
.hvm-team__photo{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:4/5;object-fit:cover;object-position:center 18%;background:var(--tint);border-radius:0;margin:0}
.hvm-team__body{display:flex;flex-direction:column;align-items:stretch;gap:0;width:100%;min-width:0}
.hvm-team__name,.hvm-team strong.hvm-team__name{display:block;font-size:22px;line-height:1.2;letter-spacing:-.02em;color:var(--navy);font-weight:700;margin:0 0 8px;max-width:100%}
.hvm-team__role,.hvm-team span.hvm-team__role{display:block;font-size:14.5px;line-height:1.45;color:var(--muted);margin:0 0 10px;max-width:100%}
.hvm-team__phone,.hvm-team a.hvm-team__phone{display:inline-block;margin:0 0 16px;font-size:15px;font-weight:500;line-height:1.3;white-space:nowrap;color:var(--navy)!important;text-decoration:underline;text-underline-offset:3px}
.hvm-team__foot{display:flex;align-items:baseline;justify-content:space-between;gap:12px;width:100%;margin:0;padding-top:12px;border-top:1px solid var(--line);font:400 12px/1.4 var(--mono);color:var(--muted)}
.hvm-team__foot span:last-child{text-align:right;white-space:nowrap}
.hvm-team .hvm-av{display:none}
.hvm-reviews{margin-top:22px;display:grid;gap:10px}
.hvm-rev{border:1px solid var(--line);border-radius:var(--r-lg);padding:16px 16px 14px;background:#fff}
.hvm-rev p{font-size:15px;line-height:1.5;color:var(--text);overflow-wrap:break-word;hyphens:auto}
.hvm-rev footer{margin-top:12px;display:flex;align-items:center;gap:10px}
.hvm-rev .hvm-av{width:32px;height:32px;border-radius:50%;background:var(--tint);color:var(--navy);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;flex:0 0 auto}
.hvm-rev footer b{display:block;font-size:14px;color:var(--navy);font-weight:600}
.hvm-rev footer span{display:block;font-size:12.5px;color:var(--muted)}

/* praxis */
.hvm-praxis{background:var(--navy);color:#fff;padding:0 0 40px}
.hvm-praxis img{width:100%;aspect-ratio:16/9;object-fit:cover}
.hvm-praxis .hvm-in{padding:28px 20px 0}
.hvm-praxis .hvm-eyebrow{color:#a9b8d6}
.hvm-praxis h2{color:#fff}
.hvm-rule{display:grid;grid-template-columns:28px 1fr;gap:12px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.16)}
.hvm-rule i{font:400 14px/1.4 var(--mono);color:#a9b8d6;font-style:normal;padding-top:4px}
.hvm-rule strong{font-size:19px;line-height:1.25;font-weight:600;letter-spacing:-.01em;display:block}
.hvm-rule p{margin-top:8px;font-size:15px;line-height:1.5;color:#d6def0}
.hvm-praxis .hvm-link{color:#fff;margin-top:20px;display:inline-block}

/* contact */
.hvm-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}
.hvm-shell[data-hvm-page="preise"] .hvm-stats{grid-template-columns:repeat(2,1fr)}
.hvm-stats div{background:var(--tint-2);border-radius:var(--r);padding:12px 12px 12px}
.hvm-stats b{display:block;font:400 24px/1 var(--mono);color:var(--navy)}
.hvm-stats span{display:block;font-size:11.5px;color:var(--muted);line-height:1.35;margin-top:6px}
.hvm-path{margin-top:22px;border:1.5px solid var(--line);border-radius:var(--r-lg);padding:18px 16px 16px;background:#fff}
.hvm-path h3{font-size:17px;font-weight:600;color:var(--navy);letter-spacing:-.01em}
.hvm-path p{margin:6px 0 14px;font-size:14.5px;color:var(--muted);line-height:1.45}
.hvm-or{display:flex;align-items:center;gap:12px;margin:22px 0 18px;color:var(--muted);font-size:13px}
.hvm-or::before,.hvm-or::after{content:"";flex:1;border-top:1px solid var(--line)}
.hvm-f{display:grid;gap:14px}
.hvm-f label{display:block;font-size:13px;font-weight:600;color:var(--navy);margin-bottom:6px}
.hvm-f input,.hvm-f textarea{width:100%;min-height:48px;border:1.5px solid var(--line);border-radius:var(--r);padding:12px 14px;font:400 16px var(--sans);color:var(--text);background:#fff}
.hvm-f textarea{min-height:96px;resize:vertical}
.hvm-f input:focus,.hvm-f textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--tint)}
.hvm-f .hvm-consent{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:var(--muted);line-height:1.45}
.hvm-f .hvm-consent input{width:20px;height:20px;min-height:0;padding:0;margin-top:1px;accent-color:var(--blue);flex:0 0 auto}
.hvm-f .hvm-small{font-size:12.5px;color:var(--muted);line-height:1.45}
.hvm-f .hvm-err{display:none;font-size:13px;color:#a32d2d;margin-top:6px}
.hvm-f .hvm-invalid input{border-color:#e24b4a}
.hvm-f .hvm-invalid .hvm-err{display:block}
.hvm-f .hvm-ok{display:none;padding:14px 16px;background:#e6f6ec;color:#0b6b34;border-radius:var(--r);font-size:15px;line-height:1.45}

/* footer */
.hvm-ftr{background:var(--navy-dark);color:#d6def0;padding:36px 20px calc(var(--bar) + 24px)}
.hvm-ftr .hvm-brand{color:#fff}
.hvm-ftr .hvm-brand img{width:auto!important;height:64px!important;max-width:none!important;max-height:64px!important}
.hvm-ftr .hvm-brand__hv{color:#6ea0ff}
.hvm-ftr .hvm-brand__tr{color:#d6def0}
.hvm-ftr .hvm-brand small{color:#a9b8d6}
.hvm-ftr address{font-style:normal;margin:18px 0;font-size:15px;line-height:1.5}
.hvm-ftr .hvm-row2{grid-template-columns:1.35fr 1fr}
.hvm-ftr .hvm-row2 .hvm-btn{min-height:46px;font-size:14px;white-space:normal;padding:0 10px;line-height:1.25;text-align:center}
.hvm-ftr .hvm-btn--outline{color:#fff;border-color:rgba(255,255,255,.4)}
.hvm-ftr details{border-top:1px solid rgba(255,255,255,.14)}
.hvm-ftr details:last-of-type{border-bottom:1px solid rgba(255,255,255,.14)}
.hvm-ftr summary{list-style:none;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:14px 0;font-weight:600;color:#fff;font-size:15px;cursor:pointer;box-sizing:border-box}
.hvm-ftr summary::-webkit-details-marker{display:none}
.hvm-ftr summary::after{content:"+";font:400 20px/1 var(--mono);color:#a9b8d6;flex:0 0 auto;margin-left:auto}
.hvm-ftr details[open] summary::after{content:"–"}
.hvm-ftr details ul{padding:0 0 12px;display:grid;gap:8px}
.hvm-ftr details a{color:#d6def0;text-decoration:none;font-size:15px}
.hvm-ftr .hvm-legal{margin-top:22px;display:flex;flex-wrap:wrap;gap:8px 18px;font-size:13px}
.hvm-ftr .hvm-legal a{color:#a9b8d6;text-decoration:none}
.hvm-ftr .hvm-copy{margin-top:18px;font-size:12.5px;color:#a9b8d6}

/* sticky bar */
.hvm-bar{position:fixed;bottom:0;left:0;right:0;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-top:1px solid var(--line);padding:10px 12px calc(10px + env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:8px;transition:transform .25s ease}
.hvm-bar.hvm-hide{transform:translateY(110%)}
.hvm-bar .hvm-btn{min-height:46px;padding:0 10px;font-size:14px}
@media (prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

/* Scoped resets — do not leak into desktop theme markup */
.hvm-shell,.hvm-shell *{box-sizing:border-box}
.hvm-shell img{max-width:100%;display:block}
.hvm-shell a:not([class*="hvm-btn"]){color:inherit}
.hvm-shell h1,.hvm-shell h2,.hvm-shell h3,.hvm-shell p,.hvm-shell ul{margin:0}
.hvm-shell ul{padding:0;list-style:none}
.hvm-shell button{font:inherit;cursor:pointer}

.hvm-phero{padding:32px 20px 12px}
.hvm-phero h1,.hvm-phero .hvm-title,.hvm-shell .hvm-title{font-size:30px;line-height:1.1;font-weight:600;letter-spacing:-.02em;color:var(--navy);margin:0}
.hvm-phero .hvm-lead{margin-top:12px;color:var(--muted);font-size:16px;line-height:1.5}
.hvm-phero .hvm-cta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}
.hvm-kpi{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0 0}
.hvm-kpi div{background:var(--tint-2);border-radius:var(--r);padding:14px 14px 12px}
.hvm-kpi b{display:block;font:400 24px/1.15 var(--mono);color:var(--navy);white-space:normal;overflow-wrap:break-word}
.hvm-kpi span{display:block;font-size:12px;color:var(--muted);line-height:1.35;margin-top:6px}
.hvm-sec h3.hvm-sub{font-size:19px;line-height:1.25;font-weight:600;color:var(--navy);letter-spacing:-.01em;margin-top:28px}
.hvm-sec h3.hvm-sub+p,.hvm-prose p{margin-top:8px;font-size:15.5px;line-height:1.55;color:#3e4a5c}
.hvm-prose p+p{margin-top:12px}
.hvm-check{margin-top:14px;display:grid;gap:0;border-top:1px solid var(--line)}
.hvm-check li{display:grid;grid-template-columns:22px 1fr auto;gap:12px;align-items:start;padding:12px 0;border-bottom:1px solid var(--line);font-size:15px;line-height:1.4;color:var(--text)}
.hvm-check li svg{width:20px;height:20px;color:var(--blue);margin-top:1px}
.hvm-check li .hvm-tag{font:500 11.5px/1.2 var(--sans);letter-spacing:.04em;text-transform:uppercase;padding:5px 8px;border-radius:999px;background:var(--tint);color:var(--blue);white-space:normal;margin-top:2px;max-width:9em;text-align:center}
.hvm-check li .hvm-tag.hvm-opt{background:#f1efe8;color:#5f5e5a}
.hvm-check li .hvm-tag.hvm-free{background:#e6f6ec;color:#0b6b34}
.hvm-excl{margin-top:22px;background:var(--tint-2);border-radius:var(--r-lg);padding:16px 18px 18px}
.hvm-excl h4{font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-weight:500;margin:0 0 8px}
.hvm-excl li{padding:6px 0;font-size:15px;color:var(--text);line-height:1.4;border-bottom:1px solid var(--line)}
.hvm-excl li:last-child{border-bottom:0}
.hvm-excl p{margin-top:10px;font-size:13px;color:var(--muted);line-height:1.45}
.hvm-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.hvm-tabs button{font:500 14px var(--sans);color:var(--navy);background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 13px;cursor:pointer}
.hvm-tabs button[aria-selected="true"]{background:var(--navy);color:#fff;border-color:var(--navy)}
.hvm-dl{margin-top:16px;border-top:1px solid var(--line)}
.hvm-dl div{display:grid;grid-template-columns:1fr auto;gap:12px;padding:12px 0;border-bottom:1px solid var(--line);align-items:baseline}
.hvm-dl dt{font-size:15px;color:var(--text)}
.hvm-dl dd{margin:0;font:400 16px/1.25 var(--mono);color:var(--navy);text-align:right;white-space:normal;overflow-wrap:break-word}
.hvm-dl.hvm-stack div{grid-template-columns:1fr}
.hvm-dl.hvm-stack dd{text-align:left;font:400 15px var(--sans);color:var(--muted);margin-top:2px}
.hvm-est{margin-top:28px;background:var(--navy);color:#fff;border-radius:var(--r-lg);padding:18px 18px 20px}
.hvm-est h3{font-size:18px;font-weight:600;letter-spacing:-.01em;line-height:1.25}
.hvm-est p{margin-top:6px;font-size:13.5px;color:#a9b8d6;line-height:1.45}
.hvm-est .hvm-lbl{display:block;margin:16px 0 8px;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#a9b8d6}
.hvm-est .hvm-seg span{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.22);color:#fff}
.hvm-est .hvm-seg input:checked+span{background:#fff;border-color:#fff;color:var(--navy)}
.hvm-est .hvm-num{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.22)}
.hvm-est .hvm-num input,.hvm-est .hvm-num button{background:transparent;color:#fff}
.hvm-est .hvm-num em{color:#a9b8d6}
.hvm-est .hvm-out{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.16)}
.hvm-est .hvm-out small{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#a9b8d6;display:block}
.hvm-est .hvm-out b{font:400 30px/1 var(--mono);color:#fff}
.hvm-est .hvm-out b em{font-style:normal;font:500 14px var(--sans);color:#a9b8d6;margin-right:6px}
.hvm-est .hvm-out span{font-size:12.5px;color:#a9b8d6;text-align:right}
.hvm-est .hvm-btn{margin-top:14px}
.hvm-next{margin:36px 20px 44px;background:var(--tint);border-radius:var(--r-lg);padding:22px 20px 20px}
.hvm-next small{display:block;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}
.hvm-next h2{margin-top:8px;font-size:24px;line-height:1.15;font-weight:600;letter-spacing:-.02em;color:var(--navy)}
.hvm-next .hvm-row2{margin-top:18px}
.hvm-ex.hvm-plain a{grid-template-columns:auto 1fr}
.hvm-ex .hvm-dur{font:400 12.5px var(--mono);color:var(--muted);grid-column:2;justify-self:start}
.hvm-ph{display:none!important}
.hvm-search{display:flex;align-items:center;gap:10px;margin-top:20px;border:1.5px solid var(--line);border-radius:var(--r);padding:0 14px;background:#fff}
.hvm-search svg{width:20px;height:20px;color:var(--muted);flex:0 0 auto}
.hvm-search input{flex:1;border:0;min-height:48px;font:400 16px var(--sans);color:var(--text);background:transparent;min-width:0}
.hvm-search input:focus{outline:none}
.hvm-band{margin-top:24px}
.hvm-band h3{font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-weight:500;display:flex;justify-content:space-between}
.hvm-band h3 i{font:400 12px var(--mono);color:var(--muted);font-style:normal}
.hvm-band .hvm-cities{margin-top:6px}
.hvm-band .hvm-cities strong{font-size:18px}
.hvm-band .hvm-cities .hvm-d b{font-size:22px}
.hvm-empty{display:none;margin-top:16px;padding:14px 16px;background:var(--tint-2);border-radius:var(--r);font-size:14.5px;color:var(--muted)}
.hvm-steps.hvm-compact .hvm-step{padding:14px 0}
.hvm-steps.hvm-compact .hvm-step strong{font-size:17px}
.hvm-steps.hvm-compact .hvm-step p{margin:4px 0 0;font-size:14.5px}
.hvm-stepper{margin-top:22px}
.hvm-progress{display:flex;gap:6px;margin-bottom:6px}
.hvm-progress i{flex:1;height:4px;border-radius:2px;background:var(--line)}
.hvm-progress i.hvm-done{background:var(--blue)}
.hvm-progress i.hvm-cur{background:var(--navy)}
.hvm-stepper .hvm-lbl{display:flex;justify-content:space-between;font-size:13px;color:var(--muted);margin-bottom:16px}
.hvm-stepper .hvm-lbl b{color:var(--navy);font-weight:600}
.hvm-stepper fieldset{border:0;margin:0;padding:0;display:none}
.hvm-stepper fieldset.hvm-on{display:block}
.hvm-stepper legend{font-size:19px;font-weight:600;color:var(--navy);letter-spacing:-.01em;margin-bottom:14px}
.hvm-f select{width:100%;min-height:48px;border:1.5px solid var(--line);border-radius:var(--r);padding:0 40px 0 14px;font:400 16px var(--sans);color:var(--text);background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.hvm-w3.hvm-org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e7880' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center/18px;appearance:none;-webkit-appearance:none}
.hvm-f select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--tint)}
.hvm-stepper .hvm-nav{display:grid;grid-template-columns:1fr 2fr;gap:10px;margin-top:22px}
.hvm-stepper .hvm-nav.hvm-first{grid-template-columns:1fr}
.hvm-summary{margin-top:18px;background:var(--tint-2);border-radius:var(--r);padding:14px 16px;font-size:14px;color:var(--muted);line-height:1.5}
.hvm-summary b{color:var(--navy);font-weight:600}
.hvm-local{margin-top:20px;background:var(--tint-2);border-radius:var(--r-lg);padding:16px 18px}
.hvm-local h4{font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-weight:500;margin:0 0 6px}
.hvm-local li{padding:8px 0;font-size:15px;line-height:1.45;color:var(--text);border-bottom:1px solid var(--line)}
.hvm-local li:last-child{border-bottom:0}
.hvm-routes{margin-top:14px;border-top:1px solid var(--line)}
.hvm-routes li{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid var(--line);font-size:15px;color:var(--text)}
.hvm-routes li b{font:400 15px var(--mono);color:var(--navy);white-space:nowrap}
.hvm-stars{color:#e0a100;font-size:14px;letter-spacing:2px;margin-bottom:8px}

/* multi-page prototype routing (standalone file only) */
.hvm-page{display:none}
.hvm-page.hvm-is-active{display:block}
.hvm-phero .hvm-cta .hvm-btn{white-space:normal;font-size:14px;padding:8px 12px;line-height:1.25;text-align:center}
[hidden]{display:none!important}
.hvm-band h3{display:block}
.hvm-band h3 i{display:block;text-transform:none;letter-spacing:0;font:400 12px var(--mono);margin-top:4px}

/* WP integration */
.hvm-shell {
  display: none;
  font-family: var(--sans, Inter, system-ui, sans-serif);
  color: var(--text, #121714);
  background: var(--bg, #fff);
  -webkit-text-size-adjust: 100%;
}
.hvm-shell .hvm-nrw { width: 100%; height: auto; max-width: 358px; margin: 0 auto; display: block; }

/* Button text must stay light on navy/wa — beat theme link color */
.hvm-shell a.hvm-btn--navy,
.hvm-shell .hvm-btn--navy { color: #fff !important; }
.hvm-shell a.hvm-btn--white,
.hvm-shell .hvm-btn--white { color: var(--navy) !important; }
.hvm-shell a.hvm-btn--wa,
.hvm-shell .hvm-btn--wa { color: #04331a !important; }
.hvm-shell a.hvm-btn--outline,
.hvm-shell .hvm-btn--outline { color: var(--navy) !important; }
.hvm-shell a.hvm-btn--outline.hvm-on-dark { color: #fff !important; }
.hvm-shell .hvm-ftr a.hvm-btn--outline,
.hvm-shell .hvm-ftr .hvm-btn--outline {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
}
.hvm-shell .hvm-ftr a.hvm-btn--outline svg,
.hvm-shell .hvm-ftr .hvm-btn--outline svg {
  stroke: #fff;
}

@media (min-width: 768px) {
  .hvm-shell { display: none !important; }
}
@media (max-width: 767px) {
  body.home.hvm-home-on .top-bar,
  body.home.hvm-home-on .site-header,
  body.home.hvm-home-on .mobile-nav-overlay,
  body.home.hvm-home-on .home-jump,
  body.home.hvm-home-on .mobile-dock,
  body.home.hvm-home-on .site-footer,
  body.home.hvm-home-on .hv-desk-home,
  body.home.hvm-home-on .site-intro,
  body.hvm-inner-on .top-bar,
  body.hvm-inner-on .site-header,
  body.hvm-inner-on .mobile-nav-overlay,
  body.hvm-inner-on .mobile-dock,
  body.hvm-inner-on .site-footer,
  body.hvm-inner-on .hv-desk-inner {
    display: none !important;
  }
  body.home.hvm-home-on,
  body.hvm-inner-on {
    padding-bottom: 0 !important;
  }
  body.home.hvm-home-on .hvm-shell,
  body.hvm-inner-on .hvm-shell {
    display: block !important;
  }
}

/* Readability polish for inner + home mobile */
.hvm-shell {
  --muted: #5c6773;
}
.hvm-shell .hvm-lead,
.hvm-shell .hvm-phero .hvm-lead,
.hvm-shell .hvm-sec .hvm-lead {
  color: var(--muted);
  line-height: 1.55;
  overflow-wrap: break-word;
}
.hvm-shell .hvm-phero {
  padding-top: 24px;
}
.hvm-shell .hvm-acc .hvm-body,
.hvm-shell .hvm-prose p,
.hvm-shell .hvm-step p {
  color: var(--muted);
  line-height: 1.55;
  overflow-wrap: break-word;
}
.hvm-shell .hvm-tabs {
  gap: 8px;
}
.hvm-shell .hvm-kpi > div {
  min-height: 72px;
}
.hvm-shell .hvm-ftr {
  padding-bottom: calc(var(--bar) + 24px + env(safe-area-inset-bottom, 0px));
}
.hvm-shell .hvm-btn {
  letter-spacing: 0;
}
.hvm-shell .hvm-tabs [aria-selected="true"] {
  color: #fff;
}

