.iso-press{padding:14px 0;background:#2d2d2d}.iso-press-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:clamp(16px,2.5vw,32px);row-gap:8px}.iso-press-label{font-size:11px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.12em;color:#ffffffb8!important;margin:0!important;white-space:nowrap;line-height:1!important}.iso-press-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(18px,2.8vw,36px)}.iso-press-link{display:inline-flex;align-items:center;justify-content:center;padding:2px 4px;border-radius:var(--iso-radius-sm);opacity:.9;transition:opacity .15s,transform .15s;text-decoration:none!important}.iso-press-link:hover{opacity:1;transform:translateY(-1px)}.iso-press-link:focus-visible{outline:2px solid #fff;outline-offset:3px}.iso-press-link img{display:block;height:22px!important;width:auto!important;object-fit:contain;filter:brightness(0) invert(1)}@media(max-width:600px){.iso-press{padding:12px 0}.iso-press-inner{column-gap:14px;row-gap:8px}.iso-press-row{gap:16px}.iso-press-link img{height:18px!important}.iso-press-label{font-size:10px!important}}.iso-tabs{padding:clamp(40px,5vh,64px) 0;background:#fff}.iso-tabs-nav{display:flex;gap:4px;border-bottom:2px solid var(--iso-gray-200);overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;margin-bottom:32px}.iso-tabs-nav::-webkit-scrollbar{display:none}.iso-tabs-btn{background:none;border:0;padding:16px 22px;font-family:Rubik,sans-serif;font-size:clamp(14px,1.1vw,16px);font-weight:600;color:var(--iso-text-dim);cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;white-space:nowrap;transition:color .15s,border-color .15s;-webkit-tap-highlight-color:transparent;min-height:56px}.iso-tabs-btn:hover{color:var(--iso-gray-900)}.iso-tabs-btn[aria-selected=true]{color:var(--iso-red);border-bottom-color:var(--iso-red)}.iso-tabs-btn:focus-visible{outline:2px solid var(--iso-red);outline-offset:2px;border-radius:4px}.iso-tabs-panel{display:none}.iso-tabs-panel[data-active=true]{display:block;animation:iso-tab-fade .25s ease-out}@keyframes iso-tab-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.iso-tabs-panel h2{font-size:clamp(24px,2.6vw,32px)!important;font-weight:700!important;color:var(--iso-gray-900)!important;line-height:1.2!important;margin:0 0 18px!important}.iso-tabs-panel p{font-size:16.5px!important;color:var(--iso-text)!important;line-height:1.7!important;margin:0 0 16px!important}.iso-tabs-panel strong{color:var(--iso-gray-900)!important;font-weight:600!important}.iso-tabs-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(24px,3vw,48px);align-items:center}@media(max-width:900px){.iso-tabs-split{grid-template-columns:1fr}}.iso-tabs-split img{width:100%;height:auto;display:block;border-radius:var(--iso-radius-md)}.iso-tabs-img-caption{margin:14px 0 0!important;text-align:center;font-size:14.5px!important;color:var(--iso-text-dim)!important;font-weight:500!important}.iso-tabs-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:22px 0 16px}@media(max-width:700px){.iso-tabs-steps{grid-template-columns:1fr}}.iso-tabs-step{padding:20px;background:var(--iso-gray-50);border:1px solid var(--iso-gray-200);border-radius:var(--iso-radius-md)}.iso-tabs-step-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--iso-red);color:#fff;border-radius:50%;font-size:15px;font-weight:700;margin-bottom:10px}.iso-tabs-step h3{font-size:17px!important;font-weight:700!important;color:var(--iso-gray-900)!important;margin:0 0 6px!important}.iso-tabs-step p{font-size:15px!important;line-height:1.55!important;margin:0!important}.iso-tabs-table-wrap{margin:0 0 28px;overflow-x:auto;border-radius:var(--iso-radius-md);border:1px solid var(--iso-gray-200)}.iso-tabs-table{width:100%;border-collapse:collapse;font-size:15px}.iso-tabs-table caption{caption-side:top;text-align:left;padding:14px 16px;font-size:16px!important;font-weight:700!important;color:var(--iso-gray-900)!important;background:var(--iso-gray-50);border-bottom:1px solid var(--iso-gray-200)}.iso-tabs-table th,.iso-tabs-table td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--iso-gray-200);vertical-align:top}.iso-tabs-table tr:last-child td{border-bottom:0}.iso-tabs-table th{font-weight:600;color:var(--iso-gray-900);background:#fff;width:46%}.iso-tabs-table td{color:var(--iso-text)}@media(max-width:600px){.iso-tabs-table th{width:50%}.iso-tabs-table th,.iso-tabs-table td{font-size:14px;padding:10px 12px}}.iso-tabs-downloads{display:flex;flex-wrap:wrap;gap:12px;margin:22px 0 0}.iso-tabs-download{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;background:var(--iso-gray-50);border:1px solid var(--iso-gray-200);border-radius:var(--iso-radius-md);color:var(--iso-gray-900)!important;font-size:15px!important;font-weight:600!important;text-decoration:none!important;transition:background .15s,border-color .15s}.iso-tabs-download:hover{background:#fff;border-color:var(--iso-gray-900)}.iso-tabs-download:before{content:"\1f4c4";font-size:18px}.iso-mpa-diagram{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:clamp(28px,3.5vw,52px);align-items:start;margin:28px 0 8px}@media(max-width:900px){.iso-mpa-diagram{grid-template-columns:1fr;gap:24px}}.iso-mpa-diagram>div:first-child{padding-top:4px}.iso-mpa-diagram>div:last-child{background:var(--iso-gray-50, #FAFAFA);border:1px solid var(--iso-border, #E5E5E5);border-radius:12px;padding:22px;max-width:480px;width:100%;justify-self:end}@media(max-width:900px){.iso-mpa-diagram>div:last-child{justify-self:stretch;max-width:100%}}.iso-mpa-diagram img{width:100%;height:auto;display:block;border-radius:8px;background:#fff}.iso-mpa-diagram-legend{font-size:13px!important;color:var(--iso-text-dim)!important;margin:14px 0 0!important;line-height:1.5!important;padding:0!important}.iso-tabs-panel .iso-mpa-pct{font-size:clamp(56px,7vw,88px)!important;font-weight:800!important;color:var(--iso-red)!important;line-height:1!important;margin:0 0 6px!important;letter-spacing:-.03em!important;display:block!important}.iso-tabs-panel .iso-mpa-heading{font-size:clamp(20px,1.8vw,26px)!important;font-weight:700!important;color:var(--iso-gray-900)!important;line-height:1.25!important;margin:0 0 14px!important}.iso-mpa-diagram p{color:var(--iso-gray-900)!important}.iso-mpa-diagram>div:first-child>p:not(.iso-mpa-pct){font-size:15px!important;line-height:1.6!important;margin:0 0 18px!important}.iso-handbuch{padding:clamp(48px,6vh,80px) 0;background:var(--iso-gray-50)}.iso-handbuch-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(28px,4vw,56px);align-items:center;max-width:1000px;margin:0 auto}@media(max-width:900px){.iso-handbuch-grid{grid-template-columns:1fr;gap:28px;text-align:center}}.iso-handbuch-cover img{width:100%;height:auto;display:block;max-width:380px;margin:0 auto;filter:drop-shadow(0 12px 28px rgba(0,0,0,.18))}.iso-handbuch h2{font-size:clamp(24px,2.6vw,32px)!important;font-weight:800!important;color:var(--iso-gray-900)!important;line-height:1.2!important;margin:0 0 14px!important}.iso-handbuch p{font-size:16.5px!important;color:var(--iso-text)!important;line-height:1.6!important;margin:0 0 16px!important}.iso-handbuch-features{list-style:none!important;padding:0!important;margin:18px 0 24px!important;display:flex;flex-direction:column;gap:10px}.iso-handbuch-features li{display:flex!important;align-items:flex-start!important;gap:12px!important;font-size:15px!important;color:var(--iso-text)!important;line-height:1.5!important}@media(max-width:900px){.iso-handbuch-features li{text-align:left}}.iso-handbuch-features li:before{content:"\2713";width:24px;height:24px;border-radius:50%;background:var(--iso-green-light);color:var(--iso-green);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.iso-handbuch-features strong{color:var(--iso-gray-900)!important}.iso-handbuch-cta{display:inline-flex!important;align-items:center!important;gap:12px;padding:14px 24px!important;background:var(--iso-red)!important;color:#fff!important;border-radius:var(--iso-radius-md)!important;font-size:16px!important;font-weight:700!important;text-decoration:none!important;text-align:left;line-height:1.25;transition:background .15s,transform .15s}.iso-handbuch-cta:hover{background:var(--iso-red-dark)!important;transform:translateY(-1px)}.iso-handbuch-cta-icon{flex-shrink:0;font-size:22px;line-height:1}.iso-handbuch-cta-text{display:inline-flex;flex-direction:column}.iso-handbuch-cta-text small{font-size:13px!important;font-weight:500!important;opacity:.9;margin-top:2px}.iso-payment-section{padding:clamp(48px,7vh,80px) 0;background:var(--iso-gray-50)}.iso-payment-section .iso-home-wrap{max-width:1100px;margin:0 auto;padding:0 clamp(16px,4vw,32px)}.iso-payment-options{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,1.6vw,22px);margin:0 auto}.iso-payment-item{position:relative;background:#fff;border:1px solid var(--iso-border);border-radius:var(--iso-radius-lg);padding:24px 18px 22px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:var(--iso-shadow-card);transition:border-color .18s ease,box-shadow .2s ease,transform .18s ease;min-height:170px}.iso-payment-item:hover{border-color:var(--iso-gray-200);box-shadow:var(--iso-shadow-hover);transform:translateY(-2px)}.iso-payment-item--highlight{background:#fff;border:2px solid var(--iso-green);box-shadow:0 8px 24px #22a66e38}.iso-payment-item--highlight:hover{border-color:#1a8a5a;box-shadow:0 12px 32px #22a66e47;transform:translateY(-3px)}.iso-payment-badge{position:absolute;top:-9px;right:14px;left:auto;transform:none;background:var(--iso-green);color:#fff;font-size:9.5px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.06em;padding:3px 10px;border-radius:999px;box-shadow:0 3px 8px #22a66e4d;white-space:nowrap;z-index:2}.iso-payment-logo{display:block;width:100px;height:auto;max-width:100%;margin:0 auto 14px}.iso-payment-label{font-size:15px!important;font-weight:600!important;color:var(--iso-gray-900)!important;line-height:1.35!important;margin:0!important}.iso-payment-sub{font-size:13px!important;color:var(--iso-text-dim)!important;font-weight:500!important;margin:4px 0 0!important;line-height:1.3!important}.iso-payment-item--highlight .iso-payment-label{color:var(--iso-green)!important}.iso-payment-note{text-align:center;margin:32px auto 0!important;font-size:14px!important;color:var(--iso-text-dim)!important;font-weight:500!important}@media(max-width:900px){.iso-payment-options{grid-template-columns:repeat(2,1fr)}.iso-payment-logo{width:88px}.iso-payment-item{min-height:160px;padding:22px 16px 20px}}@media(max-width:520px){.iso-payment-options{grid-template-columns:1fr;gap:14px}.iso-payment-item{min-height:auto;padding:20px 18px;flex-direction:row;text-align:left;gap:16px;align-items:center;justify-content:flex-start}.iso-payment-logo{width:64px;margin:0;flex-shrink:0}.iso-payment-text-wrap{flex:1;min-width:0}.iso-payment-badge{top:-10px;left:14px;transform:none}}.iso-video-slider{max-width:920px;margin:0 auto}.iso-video-slider-main{margin:0 auto 14px;position:relative;aspect-ratio:9/16;max-width:400px;background:#000;border-radius:var(--iso-radius-lg);overflow:hidden}@media(max-width:600px){.iso-video-slider-main{max-width:320px}}.iso-video-slider-main video{width:100%;height:100%;display:block;object-fit:contain}.iso-video-slider-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;max-width:760px;margin:0 auto}@media(max-width:900px){.iso-video-slider-thumbs{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.iso-video-slider-thumbs{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin:0 -16px;padding:2px 16px 8px}.iso-video-slider-thumb{flex:0 0 35%;min-width:110px;scroll-snap-align:start}}.iso-video-slider-thumb{position:relative;background:#000;border:2px solid var(--iso-gray-200);border-radius:var(--iso-radius-sm);padding:0;overflow:hidden;cursor:pointer;aspect-ratio:9/16;transition:border-color .15s,transform .15s;-webkit-tap-highlight-color:transparent}.iso-video-slider-thumb img{width:100%;height:100%;object-fit:cover;display:block;opacity:.78;transition:opacity .15s}.iso-video-slider-thumb:hover{border-color:var(--iso-gray-900);transform:translateY(-1px)}.iso-video-slider-thumb:hover img{opacity:1}.iso-video-slider-thumb.is-active{border-color:var(--iso-red)}.iso-video-slider-thumb.is-active img{opacity:1}.iso-video-slider-thumb:focus-visible{outline:none;border-color:var(--iso-red);box-shadow:0 0 0 3px #d0103040}.iso-video-slider-thumb-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:36px;height:26px;background:#ff0000eb;border-radius:4px;pointer-events:none}.iso-video-slider-thumb-play:before{content:"";display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-style:solid;border-width:5px 0 5px 8px;border-color:transparent transparent transparent #fff}.iso-video-slider-caption{text-align:center;font-size:13.5px!important;color:var(--iso-text-dim)!important;margin:12px 0 0!important}#hendrik-contact-root,#hendrik-contact-root *,#hendrik-contact-root *:before,#hendrik-contact-root *:after{margin:0!important;padding:0!important;box-sizing:border-box!important;border:none!important;outline:none!important;font-family:Rubik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}#hendrik-contact-root{width:100%!important;max-width:1000px!important;margin:0 auto!important;padding:20px!important;background:transparent!important;color:#1a1a1a!important;line-height:1.5!important;font-size:16px!important}#hendrik-contact-root #beratung{display:block!important;height:0!important;margin:0!important;padding:0!important;border:none!important;visibility:hidden!important;scroll-margin-top:100px!important}#hendrik-contact-root .hc-hero{text-align:center!important;margin-bottom:28px!important}#hendrik-contact-root .hc-hero-headline{font-size:24px!important;font-weight:800!important;color:#1a1a1a!important;line-height:1.3!important;margin-bottom:10px!important}#hendrik-contact-root .hc-hero-headline .hc-highlight{color:#d6001c!important}#hendrik-contact-root .hc-hero-subline{font-size:16px!important;color:#555!important;line-height:1.4!important;font-weight:400!important}#hendrik-contact-root .hc-hero-subline strong{color:#1a1a1a!important;font-weight:600!important}#hendrik-contact-root .hc-grid{display:flex!important;flex-direction:column!important;gap:20px!important}#hendrik-contact-root .hc-card{background:#fff!important;border-radius:20px!important;padding:28px 24px!important;box-shadow:0 2px 16px #00000014!important}#hendrik-contact-root .hc-expert-header{display:flex!important;align-items:center!important;gap:16px!important;margin-bottom:20px!important}#hendrik-contact-root .hc-expert-photo{width:72px!important;height:72px!important;border-radius:50%!important;border:3px solid #D6001C!important;overflow:hidden!important;flex-shrink:0!important;background:#e0e0e0!important}#hendrik-contact-root .hc-expert-photo img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}#hendrik-contact-root .hc-expert-info{flex:1!important;min-width:0!important}#hendrik-contact-root .hc-expert-name{font-size:22px!important;font-weight:700!important;color:#1a1a1a!important;margin-bottom:2px!important;line-height:1.2!important}#hendrik-contact-root .hc-expert-role{font-size:15px!important;color:#666!important;margin-bottom:4px!important;font-weight:400!important;line-height:1.3!important}#hendrik-contact-root .hc-expert-trust{display:inline-flex!important;align-items:center!important;gap:6px!important;font-size:14px!important;color:#2e7d32!important;font-weight:600!important;line-height:1.2!important}#hendrik-contact-root .hc-expert-trust svg{width:16px!important;height:16px!important;flex-shrink:0!important}#hendrik-contact-root .hc-availability{border-radius:14px!important;overflow:hidden!important;margin-bottom:24px!important;transition:all .3s ease!important}#hendrik-contact-root .hc-availability.hc-is-open{background:#e8f5e9!important;border:2px solid #4caf50!important}#hendrik-contact-root .hc-availability.hc-is-closed{background:#fff8e1!important;border:2px solid #ffc107!important}#hendrik-contact-root .hc-availability-header{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:16px 20px!important;cursor:pointer!important;-webkit-user-select:none!important;user-select:none!important;background:transparent!important}#hendrik-contact-root .hc-availability-header:hover{background:#ffffff4d!important}#hendrik-contact-root .hc-availability-left{display:flex!important;align-items:center!important;gap:12px!important;flex:1!important}#hendrik-contact-root .hc-status-dot{width:14px!important;height:14px!important;border-radius:50%!important;flex-shrink:0!important}#hendrik-contact-root .hc-availability.hc-is-open .hc-status-dot{background:#4caf50!important;animation:hc-pulse-green 2s infinite!important}#hendrik-contact-root .hc-availability.hc-is-closed .hc-status-dot{background:#ffc107!important;animation:hc-pulse-yellow 2s infinite!important}@keyframes hc-pulse-green{0%,to{box-shadow:0 0 #4caf50b3}50%{box-shadow:0 0 0 8px #4caf5000}}@keyframes hc-pulse-yellow{0%,to{box-shadow:0 0 #ffc107b3}50%{box-shadow:0 0 0 8px #ffc10700}}#hendrik-contact-root .hc-availability-text{font-size:16px!important;font-weight:600!important;line-height:1.3!important}#hendrik-contact-root .hc-availability.hc-is-open .hc-availability-text{color:#2e7d32!important}#hendrik-contact-root .hc-availability.hc-is-closed .hc-availability-text{color:#856404!important}#hendrik-contact-root .hc-availability-text a{color:inherit!important;text-decoration:underline!important;font-weight:700!important}#hendrik-contact-root .hc-chevron{width:20px!important;height:20px!important;transition:transform .3s ease!important;flex-shrink:0!important}#hendrik-contact-root .hc-availability.hc-is-open .hc-chevron{color:#2e7d32!important}#hendrik-contact-root .hc-availability.hc-is-closed .hc-chevron{color:#856404!important}#hendrik-contact-root .hc-availability.hc-expanded .hc-chevron{transform:rotate(180deg)!important}#hendrik-contact-root .hc-hours-content{max-height:0!important;overflow:hidden!important;transition:max-height .3s ease!important}#hendrik-contact-root .hc-availability.hc-expanded .hc-hours-content{max-height:240px!important}#hendrik-contact-root .hc-hours-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important;padding:0 20px 18px!important}#hendrik-contact-root .hc-hours-item{background:#fffc!important;padding:12px 14px!important;border-radius:10px!important;display:flex!important;justify-content:space-between!important;align-items:center!important}#hendrik-contact-root .hc-hours-label{font-weight:600!important;color:#333!important;font-size:14px!important}#hendrik-contact-root .hc-hours-time{color:#555!important;font-size:14px!important;font-weight:500!important}#hendrik-contact-root .hc-phone-link{display:block!important;text-decoration:none!important;color:inherit!important;transition:transform .15s ease!important}#hendrik-contact-root .hc-phone-link:hover{transform:scale(1.02)!important}#hendrik-contact-root .hc-phone-link:active{transform:scale(.98)!important}#hendrik-contact-root .hc-phone-box{background:linear-gradient(135deg,#d6001c,#a00d24)!important;border-radius:16px!important;padding:20px 24px!important;margin-bottom:16px!important;text-align:center!important}#hendrik-contact-root .hc-phone-label{font-size:14px!important;color:#ffffffe6!important;margin-bottom:10px!important;text-transform:uppercase!important;letter-spacing:.5px!important;font-weight:500!important}#hendrik-contact-root .hc-phone-row{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;margin-bottom:8px!important;padding:0 8px!important}#hendrik-contact-root .hc-phone-icon{width:28px!important;height:28px!important;color:#fff!important;flex-shrink:0!important}#hendrik-contact-root .hc-phone-number{font-size:clamp(20px,4.5vw,28px)!important;font-weight:800!important;color:#fff!important;letter-spacing:1.5px!important;font-variant-numeric:tabular-nums!important;white-space:nowrap!important;line-height:1.2!important}#hendrik-contact-root .hc-phone-hint{font-size:13px!important;color:#ffffffbf!important;font-weight:400!important}#hendrik-contact-root .hc-phone-tap{display:none!important;align-items:center!important;justify-content:center!important;gap:6px!important;margin-top:12px!important;padding-top:12px!important;border-top:1px solid rgba(255,255,255,.2)!important;font-size:14px!important;color:#ffffffe6!important;font-weight:500!important}#hendrik-contact-root .hc-phone-tap svg{width:18px!important;height:18px!important}#hendrik-contact-root .hc-cta-container{display:flex!important;flex-direction:column!important;gap:12px!important}#hendrik-contact-root .hc-cta-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}#hendrik-contact-root .hc-cta-secondary{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:18px 16px!important;border-radius:14px!important;text-decoration:none!important;font-weight:600!important;font-size:16px!important;transition:transform .15s ease,box-shadow .15s ease!important;min-height:84px!important;cursor:pointer!important;line-height:1.2!important}#hendrik-contact-root .hc-cta-secondary:hover{transform:translateY(-2px)!important;box-shadow:0 6px 20px #0000001f!important}#hendrik-contact-root .hc-cta-secondary:active{transform:translateY(0)!important}#hendrik-contact-root .hc-cta-secondary svg{width:26px!important;height:26px!important;flex-shrink:0!important}#hendrik-contact-root .hc-cta-whatsapp{background:#25d366!important;color:#fff!important}#hendrik-contact-root .hc-cta-callback{background:#fff!important;color:#d6001c!important;border:2px solid #D6001C!important}#hendrik-contact-root .hc-cta-tertiary{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;width:100%!important;padding:14px 20px!important;background:#f8f8f8!important;border:2px solid #e0e0e0!important;border-radius:12px!important;text-decoration:none!important;color:#333!important;font-size:15px!important;font-weight:500!important;transition:border-color .15s ease,background .15s ease!important;line-height:1.2!important}#hendrik-contact-root .hc-cta-tertiary:hover{background:#f0f0f0!important;border-color:#ccc!important}#hendrik-contact-root .hc-cta-tertiary svg{width:18px!important;height:18px!important;color:#666!important;flex-shrink:0!important}#hendrik-contact-root .hc-cta-tertiary strong{font-weight:700!important;color:#1a1a1a!important;letter-spacing:.5px!important}#hendrik-contact-root .hc-benefits{display:flex!important;flex-direction:column!important}#hendrik-contact-root .hc-benefits-header{text-align:center!important;margin-bottom:24px!important}#hendrik-contact-root .hc-benefits-title{font-size:18px!important;font-weight:700!important;color:#1a1a1a!important;margin-bottom:4px!important;line-height:1.3!important}#hendrik-contact-root .hc-benefits-subtitle{font-size:15px!important;color:#666!important;font-weight:400!important}#hendrik-contact-root .hc-problem-visual{width:100%!important;height:160px!important;background:linear-gradient(135deg,#f0f0f0,#e8e8e8)!important;border-radius:14px!important;margin-bottom:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#999!important;font-size:14px!important;overflow:hidden!important}#hendrik-contact-root .hc-problem-visual img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}#hendrik-contact-root .hc-benefits-list{display:flex!important;flex-direction:column!important;gap:18px!important;flex:1!important}#hendrik-contact-root .hc-benefit-item{display:flex!important;align-items:flex-start!important;gap:14px!important}#hendrik-contact-root .hc-benefit-number{width:36px!important;height:36px!important;background:linear-gradient(135deg,#d6001c,#a00d24)!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-size:15px!important;font-weight:700!important;flex-shrink:0!important;line-height:1!important}#hendrik-contact-root .hc-benefit-content h4{font-size:17px!important;font-weight:600!important;color:#1a1a1a!important;margin-bottom:3px!important;line-height:1.3!important}#hendrik-contact-root .hc-benefit-content p{font-size:15px!important;color:#666!important;line-height:1.4!important;font-weight:400!important}#hendrik-contact-root .hc-trust-footer{display:flex!important;justify-content:center!important;gap:20px!important;margin-top:24px!important;padding-top:18px!important;border-top:1px solid #eee!important}#hendrik-contact-root .hc-trust-item{display:flex!important;align-items:center!important;gap:6px!important;font-size:13px!important;color:#666!important;font-weight:400!important}#hendrik-contact-root .hc-trust-item svg{width:16px!important;height:16px!important;color:#4caf50!important;flex-shrink:0!important}@media screen and (max-width:767px){#hendrik-contact-root .hc-phone-number{font-size:clamp(20px,5.5vw,26px)!important;letter-spacing:1px!important}#hendrik-contact-root .hc-phone-icon{width:26px!important;height:26px!important}#hendrik-contact-root .hc-phone-row{gap:8px!important;padding:0 4px!important}#hendrik-contact-root .hc-phone-tap{display:flex!important}#hendrik-contact-root .hc-hours-grid{grid-template-columns:1fr!important;gap:8px!important}}@media screen and (max-width:380px){#hendrik-contact-root .hc-phone-number{font-size:18px!important;letter-spacing:.5px!important}#hendrik-contact-root .hc-phone-icon{width:22px!important;height:22px!important}#hendrik-contact-root .hc-phone-row{gap:6px!important}}@media screen and (min-width:768px){#hendrik-contact-root{padding:40px 24px!important}#hendrik-contact-root .hc-hero{margin-bottom:36px!important}#hendrik-contact-root .hc-hero-headline{font-size:34px!important}#hendrik-contact-root .hc-hero-subline{font-size:19px!important}#hendrik-contact-root .hc-grid{flex-direction:row!important;gap:28px!important;align-items:stretch!important}#hendrik-contact-root .hc-card{flex:1!important;min-width:0!important;padding:32px!important}#hendrik-contact-root .hc-expert-photo{width:80px!important;height:80px!important}#hendrik-contact-root .hc-expert-name{font-size:24px!important}#hendrik-contact-root .hc-phone-box{padding:24px 28px!important}#hendrik-contact-root .hc-phone-icon{width:30px!important;height:30px!important}#hendrik-contact-root .hc-phone-row{gap:12px!important;padding:0 12px!important}#hendrik-contact-root .hc-problem-visual{height:180px!important}#hendrik-contact-root .hc-benefits-header{text-align:left!important}#hendrik-contact-root .hc-trust-footer{justify-content:flex-start!important;gap:28px!important}}@media screen and (min-width:1024px){#hendrik-contact-root .hc-hero-headline{font-size:38px!important}#hendrik-contact-root .hc-grid{gap:36px!important}#hendrik-contact-root .hc-card{padding:40px!important}#hendrik-contact-root .hc-phone-box{padding:24px 32px!important}#hendrik-contact-root .hc-phone-icon{width:32px!important;height:32px!important}#hendrik-contact-root .hc-phone-row{gap:14px!important;padding:0 16px!important}}@media(prefers-reduced-motion:reduce){#hendrik-contact-root .hc-status-dot{animation:none!important}#hendrik-contact-root *{transition:none!important}}#hendrik-contact-root a:focus-visible,#hendrik-contact-root button:focus-visible{outline:3px solid #D6001C!important;outline-offset:3px!important}
/*# sourceMappingURL=/cdn/shop/t/44/assets/iso-product-below.css.map */
