/* VT Bodenbeläge – klareres Raster, ruhigere Größen und bessere Mobile-Bedienung */
:root{
  --vt-focus:#8f593b;
}

html{scroll-behavior:smooth}
body.vt-site{overflow-x:hidden;text-rendering:optimizeLegibility}
body.vt-site main{min-height:52vh}
body.vt-site a,body.vt-site button,body.vt-site input,body.vt-site select,body.vt-site textarea{outline-offset:3px}
body.vt-site :focus-visible{outline:3px solid rgba(143,89,59,.38)!important;outline-offset:3px!important}
body.vt-site img{max-width:100%}

body.vt-site .vt-header-inner{min-height:76px}
.vt-logo-symbol{display:block;width:52px;height:52px;flex:0 0 52px;line-height:0}
.vt-logo-symbol svg{display:block;width:100%;height:100%;filter:drop-shadow(0 12px 22px rgba(23,21,18,.16))}
.vt-footer-brand .vt-logo-symbol svg{filter:drop-shadow(0 12px 22px rgba(0,0,0,.22))}
body.vt-site .vt-menu{flex-wrap:nowrap!important;white-space:nowrap}
body.vt-site .vt-header-phone{display:none!important}
body.vt-site .vt-header-actions{margin-left:0}
body.vt-site .vt26-section{padding-block:clamp(72px,7vw,94px)}
body.page-home .vt26-hero-copy h1{font-size:clamp(3.1rem,5.5vw,5.75rem)}
body.page-home .vt26-hero-visual{min-height:590px}
body.page-home .vt26-benefit-card{min-height:270px}
body.page-home .vt26-service-card{isolation:isolate}
body.page-home .vt26-service-content{max-width:620px}

.vt-area-check{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);
  gap:clamp(28px,5vw,70px);
  align-items:center;
  margin-top:16px;
  padding:clamp(28px,5vw,52px);
  border:1px solid rgba(255,255,255,.12);
  border-radius:34px;
  background:#171512;
  color:#fff;
  box-shadow:0 28px 70px rgba(24,20,16,.16);
}
.vt-area-check-kicker{display:block;color:#d8a17d;font-size:.72rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.vt-area-check h2{margin:13px 0 0;color:#fff;font-size:clamp(2.2rem,4vw,4rem);line-height:.96}
.vt-area-check-copy p{max-width:620px;margin:18px 0 0;color:rgba(255,255,255,.66);line-height:1.75}
.vt-area-check-form{padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(255,255,255,.07)}
.vt-area-check-form>label{display:block;margin-bottom:9px;color:rgba(255,255,255,.76);font-size:.82rem;font-weight:800}
.vt-area-check-row{display:grid;grid-template-columns:1fr auto;gap:10px}
.vt-area-check-row input{min-height:54px;border-color:rgba(255,255,255,.18)!important;background:#fff!important;font-size:1.08rem!important;font-weight:800;letter-spacing:.08em}
.vt-area-check-row .btn{white-space:nowrap}
.vt-area-check-result{display:flex;gap:12px;align-items:flex-start;margin-top:13px;padding:13px 14px;border-radius:16px;background:rgba(255,255,255,.08)}
.vt-area-check-result>i{margin-top:3px;color:#d8a17d}
.vt-area-check-result span,.vt-area-check-result strong,.vt-area-check-result small{display:block}
.vt-area-check-result small{margin-top:3px;color:rgba(255,255,255,.62);line-height:1.45}
.vt-area-check-result.is-yes{background:rgba(50,151,98,.16)}
.vt-area-check-result.is-yes>i{color:#71d6a0}
.vt-area-check-cta{display:inline-flex;margin-top:13px;color:#fff;text-decoration:none;font-size:.78rem;font-weight:800}

@media(min-width:901px){
  body.vt-site .vt-quickbar{display:none!important}
}

@media(max-width:1050px){
  .vt-area-check{grid-template-columns:1fr}
  body.page-home .vt26-hero-visual{min-height:540px}
}

@media(max-width:1280px){
  body.vt-site .vt-menu{display:none!important}
  body.vt-site .vt-header-actions{margin-left:auto}
}

@media(max-width:900px){
  body.vt-site{padding-bottom:76px}
  body.vt-site .vt-quickbar{
    left:12px!important;
    right:12px!important;
    bottom:10px!important;
    display:grid!important;
    grid-template-columns:repeat(3,1fr);
    gap:6px!important;
    padding:6px;
    border:1px solid rgba(27,24,20,.11);
    border-radius:20px;
    background:rgba(255,253,249,.94);
    box-shadow:0 16px 42px rgba(23,21,18,.18);
    backdrop-filter:blur(16px);
  }
  body.vt-site .vt-quickbar .fab{
    width:auto!important;
    height:54px!important;
    display:flex!important;
    gap:8px;
    border-radius:15px!important;
    box-shadow:none!important;
  }
  body.vt-site .vt-quickbar .fab span{position:static!important;display:block!important;padding:0!important;background:transparent!important;opacity:1!important;transform:none!important;font-size:.68rem!important}
}

@media(max-width:680px){
  body.vt-site .vt26-section{padding-block:58px}
  body.page-home .vt26-hero-copy h1{font-size:clamp(2.8rem,14vw,4.35rem)}
  body.page-home .vt26-hero-visual{min-height:440px}
  body.page-home .vt26-benefit-card{min-height:0}
  .vt-area-check{padding:22px;border-radius:26px}
  .vt-area-check-form{padding:15px;border-radius:20px}
  .vt-area-check-row{grid-template-columns:1fr}
  .vt-area-check-row .btn{justify-content:center}
  body.vt-site .vt-quickbar .fab span{font-size:.62rem!important}
  .vt-logo-symbol{width:44px;height:44px;flex-basis:44px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
