/*
Theme Name: KBC BIM Theme V2
Theme URI: https://akbc.ch
Author: Kessler Bau Consulting GmbH
Description: Fullwidth BIM Website Theme V2 for Kessler Bau Consulting GmbH.
Version: 2.1.0
Requires at least: 6.0
Text Domain: kbc-bim-theme-v2
*/

:root{
  --deep:#06101c;
  --deep2:#071827;
  --navy:#0b1f34;
  --panel:#0b2238;
  --panel2:#0e2a45;
  --blue:#2196f3;
  --blue2:#0b84e5;
  --cyan:#4fd1ff;
  --text:#eff7ff;
  --muted:#adbdca;
  --line:rgba(91,176,255,.24);
  --glow:rgba(33,150,243,.36);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0!important;
  background:var(--deep)!important;
  color:var(--text);
  font-family:Inter,Arial,Helvetica,sans-serif;
  line-height:1.55;
  overflow-x:hidden;
}
body.admin-bar .kbc-header{top:32px}
a{text-decoration:none;color:inherit}
.kbc-site{min-height:100vh;background:var(--deep)}
.kbc-wrap{max-width:1540px;margin:0 auto;padding:0 42px}
.kbc-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(5,13,24,.94);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(91,176,255,.14);
}
.kbc-nav{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
}
.kbc-brand{
  display:flex;
  align-items:center;
  gap:15px;
  min-width:300px;
}
.kbc-logo-cube{
  width:62px;height:62px;flex:0 0 62px;color:var(--blue);
  filter:drop-shadow(0 0 15px rgba(33,150,243,.42));
}
.kbc-wordmark{display:block;line-height:1}
.kbc-wordmark-main{
  display:block;
  font-family:Arial Black,Impact,Arial,sans-serif;
  font-size:48px;
  letter-spacing:.045em;
  line-height:.82;
  background:
    repeating-linear-gradient(90deg, rgba(79,209,255,.95) 0 1px, transparent 1px 8px),
    linear-gradient(90deg,#1497f4,#56cfff);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:0 0 24px rgba(33,150,243,.38);
  -webkit-text-stroke:.75px rgba(79,209,255,.18);
}
.kbc-wordmark-sub{
  display:block;
  margin-top:7px;
  color:#f0f6fb;
  font-weight:900;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.kbc-menu{
  display:flex;
  align-items:center;
  gap:29px;
  margin:0;
  padding:0;
  list-style:none;
  color:#f1f6fb;
  font-size:15px;
  font-weight:760;
  white-space:nowrap;
}
.kbc-menu li{list-style:none;margin:0;padding:0}
.kbc-menu a{opacity:.9}
.kbc-menu a:hover,.kbc-menu .current-menu-item>a{color:var(--cyan)}
.kbc-actions-top{display:flex;align-items:center;gap:18px}
.kbc-phone{color:#e8f2fb;font-weight:800;white-space:nowrap;font-size:15px}
.kbc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:15px 23px;
  border-radius:9px;
  font-weight:950;
  border:1px solid transparent;
  transition:.18s ease;
  white-space:nowrap;
}
.kbc-btn-primary{
  background:linear-gradient(180deg,#2faaff,#0b85e9);
  color:#fff;
  box-shadow:0 20px 50px rgba(33,150,243,.27);
}
.kbc-btn-primary:hover{transform:translateY(-1px);background:#38afff}
.kbc-btn-outline{
  border-color:rgba(79,209,255,.42);
  color:#eff9ff;
  background:rgba(255,255,255,.025);
}
.kbc-btn-outline:hover{background:rgba(79,209,255,.10)}

.kbc-hero{
  position:relative;
  min-height:650px;
  padding:68px 0 36px;
  overflow:hidden;
  background:
    radial-gradient(circle at 83% 26%, rgba(33,150,243,.37), transparent 31%),
    linear-gradient(90deg,#06101c 0%,#0b2035 48%,#07121f 100%);
}
.kbc-hero:before{
  content:"";
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(6,16,28,.98) 0%,rgba(6,16,28,.90) 34%,rgba(6,16,28,.22) 61%,rgba(6,16,28,.58) 100%),
    url("assets/hero-building.jpg") center right/auto 100% no-repeat;
  opacity:1;
}
.kbc-hero:after{
  content:"";
  position:absolute;inset:0;
  background:
    linear-gradient(rgba(33,150,243,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33,150,243,.07) 1px, transparent 1px);
  background-size:115px 115px;
  opacity:.9;
  mix-blend-mode:screen;
}
.kbc-hero .kbc-wrap{position:relative;z-index:2}
.kbc-eyebrow{
  color:var(--blue);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:13px;
  font-weight:950;
  margin:0 0 18px;
}
.kbc-hero h1{
  max-width:720px;
  color:#fff;
  font-size:clamp(44px,4.4vw,76px);
  line-height:1.05;
  letter-spacing:-.045em;
  margin:0 0 24px;
  font-weight:950;
}
.kbc-hero h1 .blue{color:#2196f3;text-shadow:0 0 25px rgba(33,150,243,.34)}
.kbc-lead{
  max-width:650px;
  color:#d8e5f0;
  font-size:19px;
  margin:0 0 32px;
}
.kbc-hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.kbc-stats{
  position:relative;z-index:3;
  margin-top:62px;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  background:rgba(9,31,52,.86);
  border:1px solid var(--line);
  border-radius:17px;
  overflow:hidden;
  backdrop-filter:blur(14px);
}
.kbc-stat{
  display:flex;align-items:center;gap:14px;
  padding:24px 22px;
  border-right:1px solid rgba(100,180,255,.18);
}
.kbc-stat:last-child{border-right:0}
.kbc-stat svg{width:36px;height:36px;color:#7fbfff;opacity:.82;flex:0 0 36px}
.kbc-stat strong{display:block;font-size:24px;color:#fff}
.kbc-stat span{display:block;color:#afbdca;font-size:13.5px;line-height:1.25}

.kbc-main-block{
  position:relative;
  z-index:4;
  margin-top:-6px;
  padding:16px 0 38px;
  background:linear-gradient(180deg,rgba(6,16,28,0),#06101c 18%);
}
.kbc-grid-main{
  display:grid;
  grid-template-columns:1.05fr .95fr .95fr .95fr;
  gap:18px;
}
.kbc-panel{
  background:linear-gradient(180deg,rgba(14,42,69,.91),rgba(8,27,46,.96));
  border:1px solid rgba(100,180,255,.22);
  border-radius:16px;
  padding:26px;
  box-shadow:0 26px 70px rgba(0,0,0,.25);
}
.kbc-panel h2,.kbc-panel h3{
  color:#fff;margin:0 0 20px;
  line-height:1.12;
}
.kbc-panel h2{
  font-size:21px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#d7e6f4;
}
.kbc-panel h3{font-size:24px}
.kbc-service-tiles{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.kbc-tile{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(100,180,255,.13);
  border-radius:12px;
  min-height:118px;
  padding:17px 14px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.kbc-tile svg{width:40px;height:40px;color:#87c7ff;margin-bottom:10px}
.kbc-tile strong{font-size:14px;color:#fff;line-height:1.25}
.kbc-target{
  display:grid;
  grid-template-columns:55px 1fr;
  gap:15px;
  margin-bottom:17px;
}
.kbc-target svg{width:42px;height:42px;color:#7fbfff}
.kbc-target strong{display:block;color:#fff}
.kbc-target p{margin:3px 0 0;color:#aebdca;font-size:13.5px}
.kbc-process-row{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:13px;
  margin-bottom:15px;
}
.kbc-number{
  width:36px;height:36px;border-radius:999px;border:1px solid var(--blue);color:#93d2ff;
  display:grid;place-items:center;font-weight:900;font-size:13px;
  box-shadow:0 0 18px rgba(33,150,243,.22);
}
.kbc-process-row strong{display:block;color:#fff;font-size:14px}
.kbc-process-row p{margin:3px 0 0;color:#aebdca;font-size:12.7px}
.kbc-project-img{
  height:150px;border-radius:11px;margin:16px 0;
  background:
    linear-gradient(90deg,rgba(8,26,42,.05),rgba(8,26,42,.72)),
    url("assets/hero-building.jpg") center/cover no-repeat;
}
.kbc-small-link{display:inline-block;color:#42b3ff;font-weight:900;margin-top:12px}
.kbc-bottom-band{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  overflow:hidden;
  border:1px solid rgba(100,180,255,.22);
  border-radius:16px;
  background:rgba(9,31,52,.90);
}
.kbc-band-item{
  padding:25px 24px;
  display:grid;
  grid-template-columns:52px 1fr;
  gap:14px;
  align-items:center;
  border-right:1px solid rgba(100,180,255,.18);
}
.kbc-band-item:last-child{border-right:0}
.kbc-band-item svg{width:42px;height:42px;color:#95ccff}
.kbc-band-item strong{display:block;color:#fff;font-size:17px}
.kbc-band-item span{display:block;color:#afbdca;font-size:13.5px}

.kbc-page{
  padding:84px 0;
  min-height:70vh;
  background:
    radial-gradient(circle at 90% 20%,rgba(33,150,243,.2),transparent 35%),
    linear-gradient(90deg,#06101c,#07192a 60%,#06101c);
}
.kbc-page h1{
  max-width:950px;
  color:#fff;
  font-size:clamp(42px,4.5vw,74px);
  line-height:1.04;
  letter-spacing:-.045em;
  margin:0 0 24px;
}
.kbc-page-lead{
  color:#c8d7e5;
  max-width:850px;
  font-size:19px;
  margin-bottom:30px;
}
.kbc-page-content{
  background:linear-gradient(180deg,rgba(14,42,69,.91),rgba(8,27,46,.96));
  border:1px solid rgba(100,180,255,.22);
  border-radius:18px;
  padding:34px;
  max-width:1050px;
}
.kbc-page-content p{color:#cbd9e6;font-size:18px}
.kbc-page-content h2,.kbc-page-content h3{color:#fff}
.kbc-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px}
.kbc-field{display:flex;flex-direction:column;gap:8px}
.kbc-field label{font-weight:900;color:#fff}
.kbc-field input,.kbc-field select,.kbc-field textarea{
  width:100%;
  border:1px solid rgba(100,180,255,.28);
  border-radius:10px;
  background:rgba(255,255,255,.05);
  color:#fff;
  padding:14px 14px;
  font:inherit;
}
.kbc-field textarea{min-height:130px}
.kbc-field.full{grid-column:1/-1}
.kbc-placeholder-note{
  margin-top:18px;
  padding:18px;
  border:1px solid rgba(255,190,70,.36);
  border-radius:12px;
  background:rgba(255,190,70,.08);
  color:#ffdf9a;
}
.kbc-footer{
  padding:34px 0;
  background:#050b13;
  border-top:1px solid rgba(100,180,255,.13);
}
.kbc-footer .kbc-wrap{
  display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;
  color:#aebdca;
}
.kbc-footer .kbc-logo-cube{width:44px;height:44px;flex:0 0 44px}
.kbc-footer .kbc-wordmark-main{font-size:36px}
.kbc-footer .kbc-wordmark-sub{font-size:11px}

@media(max-width:1250px){
  .kbc-grid-main{grid-template-columns:1fr 1fr}
  .kbc-stats{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:920px){
  body.admin-bar .kbc-header{top:0}
  .kbc-wrap{padding:0 20px}
  .kbc-menu,.kbc-actions-top{display:none}
  .kbc-nav{min-height:78px}
  .kbc-wordmark-main{font-size:34px}
  .kbc-wordmark-sub{font-size:10px}
  .kbc-logo-cube{width:48px;height:48px;flex-basis:48px}
  .kbc-hero{padding:58px 0 30px;min-height:auto}
  .kbc-hero h1{font-size:42px}
  .kbc-stats,.kbc-grid-main,.kbc-bottom-band,.kbc-form-grid{grid-template-columns:1fr}
  .kbc-stat,.kbc-band-item{border-right:0;border-bottom:1px solid rgba(100,180,255,.18)}
  .kbc-service-tiles{grid-template-columns:1fr}
}
