/* ===== VELKÉ LOGO V HEADERU ===== */

.logo {
  max-width: 380px !important;
  width: 380px !important;
  height: auto !important;
  padding: 0 !important;
}

.logo img {
  width: 360px !important;
  max-width: 360px !important;
  max-height: none !important;
  height: auto !important;
}

.logo > a {
  pointer-events: none !important;
  cursor: default !important;
}
.navbar,
.navbar-default {
  min-height: 110px !important;
}

.navbar .container {
  min-height: 110px !important;
  display: flex !important;
  align-items: center !important;
}

.logo {
  width: 340px !important;
  max-width: 340px !important;
  height: auto !important;
  padding: 0 !important;
}

.logo img {
  width: 320px !important;
  max-width: 320px !important;
  max-height: none !important;
  height: auto !important;
}

.logo > a {
  pointer-events: none !important;
  cursor: default !important;
}

:root{#top-ribbon,
  #sm-search {
    display: none !important;
  }

  header#top {
    padding-top: 0 !important;
    margin-top: 0 !important;
    background: #040816 !important;
  }
  --cmbw-bg:#040816;
  --cmbw-bg2:#080d24;
  --cmbw-panel:rgba(10,17,43,.72);
  --cmbw-text:#f7f8ff;
  --cmbw-muted:#b7bed8;
  --cmbw-line:rgba(106,122,255,.30);
  --cmbw-blue:#1ea7ff;
  --cmbw-violet:#7b2cff;
  --cmbw-violet2:#a244ff;
  --cmbw-cyan:#4fdcff;
}

.cmbw-page,
.cmbw-page *{
  box-sizing:border-box;
}

.cmbw-page{
  margin:0;
  color:var(--cmbw-text);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  background:
    radial-gradient(circle at 78% 8%,rgba(65,84,255,.20),transparent 28%),
    radial-gradient(circle at 16% 28%,rgba(123,44,255,.14),transparent 24%),
    linear-gradient(180deg,#030612 0%,#05091a 48%,#030612 100%);
  overflow:hidden;
}

.cmbw-page a{
  color:inherit;
  text-decoration:none;
}

.cmbw-wrap{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}

/* HERO */

.cmbw-hero{
  min-height:690px;
  display:grid;
  grid-template-columns:1.03fr .97fr;
  gap:35px;
  align-items:center;
  padding:75px 0 55px;
}

.cmbw-kicker{
  color:#a76bff;
  font-size:14px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.cmbw-hero h1{
  max-width:700px;
  margin:14px 0 24px;
  font-size:clamp(48px,6vw,80px);
  line-height:.98;
  letter-spacing:-.055em;
  color:#fff;
}

.cmbw-gradient{
  background:linear-gradient(
    90deg,
    #fff 0%,
    #c0a4ff 35%,
    #8145ff 68%,
    #4ba9ff 100%
  );
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.cmbw-hero-text{
  max-width:650px;
  margin:0;
  color:var(--cmbw-muted);
  font-size:18px;
  line-height:1.7;
}

.cmbw-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:30px;
}

.cmbw-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 23px;
  border-radius:999px;
  font-weight:800;
  transition:.2s;
}

.cmbw-btn-main{
  background:linear-gradient(135deg,#6422ff,#9227f5 55%,#2749ff);
  border:1px solid rgba(158,103,255,.7);
  box-shadow:
    0 0 26px rgba(119,43,255,.30),
    inset 0 1px 0 rgba(255,255,255,.2);
}

.cmbw-btn-alt{
  border:1px solid rgba(91,126,255,.55);
  background:rgba(10,14,38,.6);
}

.cmbw-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 0 34px rgba(117,55,255,.48);
}

/* HERO VIZUÁL */

.cmbw-hero-visual{
  min-height:560px;
  position:relative;
  display:grid;
  place-items:center;
}

.cmbw-orb{
  width:min(500px,90vw);
  aspect-ratio:1;
  position:relative;
  border-radius:50%;
  border:1px solid rgba(106,118,255,.35);
  background:
    radial-gradient(circle at 50% 50%,rgba(132,65,255,.34) 0 4%,transparent 19%),
    radial-gradient(circle at 50% 50%,rgba(32,107,255,.24),rgba(51,25,140,.16) 43%,transparent 70%);
  box-shadow:
    inset 0 0 80px rgba(42,105,255,.20),
    0 0 80px rgba(52,80,255,.15),
    0 0 160px rgba(123,44,255,.13);
}

.cmbw-orb:before{
  content:"";
  position:absolute;
  inset:10%;
  border-radius:50%;
  border:1px solid rgba(100,166,255,.23);
}

.cmbw-orb:after{
  content:"";
  position:absolute;
  inset:23%;
  border-radius:50%;
  border:1px solid rgba(164,68,255,.35);
  box-shadow:0 0 30px rgba(164,68,255,.2);
}

.cmbw-person{
  position:absolute;
  left:50%;
  top:50%;
  width:160px;
  height:300px;
  transform:translate(-50%,-50%);
}

.cmbw-head{
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  width:82px;
  height:96px;
  border-radius:50%;
  border:2px solid rgba(92,192,255,.75);
  background:radial-gradient(circle at 50% 35%,rgba(111,70,255,.35),rgba(15,28,69,.75));
  box-shadow:0 0 22px rgba(49,153,255,.5);
}

.cmbw-body{
  position:absolute;
  left:50%;
  top:84px;
  transform:translateX(-50%);
  width:150px;
  height:205px;
  border-radius:48% 48% 26% 26% / 22% 22% 70% 70%;
  border:2px solid rgba(92,192,255,.72);
  background:
    radial-gradient(circle at 50% 34%,rgba(255,255,255,.8) 0 1%,rgba(132,54,255,.55) 6%,transparent 17%),
    linear-gradient(180deg,rgba(30,76,180,.32),rgba(15,17,60,.68));
  box-shadow:0 0 24px rgba(42,135,255,.3);
}

.cmbw-node{
  position:absolute;
  z-index:2;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(11,14,47,.75);
  border:1px solid rgba(112,74,255,.55);
  font-size:13px;
  font-weight:700;
  color:#fff;
  box-shadow:0 0 22px rgba(89,45,255,.20);
}

.cmbw-n1{left:7%;top:16%}
.cmbw-n2{right:2%;top:20%}
.cmbw-n3{left:0;top:48%}
.cmbw-n4{right:-2%;top:48%}
.cmbw-n5{left:12%;bottom:12%}
.cmbw-n6{right:5%;bottom:13%}

/* ÚVODNÍ BODY */

.cmbw-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--cmbw-line);
  border-radius:24px;
  overflow:hidden;
  background:rgba(9,14,37,.70);
  box-shadow:0 18px 60px rgba(0,0,0,.35);
}

.cmbw-strip-item{
  padding:25px;
  border-right:1px solid rgba(255,255,255,.07);
}

.cmbw-strip-item:last-child{
  border-right:0;
}

.cmbw-number{
  color:#9866ff;
  font-size:13px;
  font-weight:900;
}

.cmbw-strip strong{
  display:block;
  margin:9px 0 7px;
  color:#fff;
  font-size:16px;
}

.cmbw-strip span{
  color:var(--cmbw-muted);
  font-size:13px;
  line-height:1.55;
}

/* SEKCE */

.cmbw-section{
  padding:95px 0;
}

.cmbw-heading{
  max-width:800px;
  margin:0 auto 45px;
  text-align:center;
}

.cmbw-heading small{
  color:#915cff;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.11em;
}

.cmbw-heading h2{
  margin:10px 0 13px;
  color:#fff;
  font-size:clamp(34px,4vw,54px);
  line-height:1.05;
  letter-spacing:-.04em;
}

.cmbw-heading p{
  margin:0;
  color:var(--cmbw-muted);
  font-size:17px;
  line-height:1.7;
}

/* CO JE CMBW */

.cmbw-about{
  display:grid;
  grid-template-columns:.85fr 1.15fr .8fr;
  overflow:hidden;
  border:1px solid var(--cmbw-line);
  border-radius:28px;
  background:
    radial-gradient(circle at 12% 50%,rgba(93,36,255,.22),transparent 35%),
    linear-gradient(135deg,rgba(10,18,45,.9),rgba(12,8,45,.74));
}

.cmbw-about-art{
  min-height:290px;
  display:grid;
  place-items:center;
}

.cmbw-dna{
  width:145px;
  height:240px;
  position:relative;
  border-left:4px solid #4ac7ff;
  border-right:4px solid #8f45ff;
  border-radius:50%;
  transform:rotate(18deg);
  box-shadow:0 0 30px rgba(97,72,255,.3);
}

.cmbw-dna:after{
  content:"";
  position:absolute;
  inset:18px;
  border-left:2px solid #945cff;
  border-right:2px solid #45bfff;
  border-radius:50%;
  transform:rotate(90deg);
}

.cmbw-about-copy{
  padding:42px 38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.cmbw-about-copy h2{
  margin:10px 0 14px;
  font-size:36px;
  color:#fff;
}

.cmbw-about-copy p{
  margin:0;
  color:var(--cmbw-muted);
  line-height:1.7;
}

.cmbw-about-list{
  padding:38px 30px;
  display:flex;
  justify-content:center;
  flex-direction:column;
  gap:17px;
  border-left:1px solid rgba(255,255,255,.08);
}

.cmbw-check{
  display:flex;
  gap:11px;
  align-items:flex-start;
  color:#edf0ff;
}

.cmbw-check:before{
  content:"✓";
  flex:0 0 24px;
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,#7b2cff,#4c58ff);
  box-shadow:0 0 15px rgba(123,44,255,.35);
}

/* KARTY */

.cmbw-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.cmbw-card{
  min-height:365px;
  overflow:hidden;
  border-radius:26px;
  border:1px solid rgba(78,106,255,.38);
  background:linear-gradient(180deg,rgba(12,20,51,.86),rgba(15,10,48,.8));
}

.cmbw-card-art{
  height:175px;
  position:relative;
  background:
    radial-gradient(circle at 50% 50%,rgba(117,51,255,.30),transparent 35%),
    radial-gradient(circle at 50% 60%,rgba(20,157,255,.18),transparent 48%);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.cmbw-card-art:before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:115px;
  height:115px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  border:2px solid rgba(101,172,255,.48);
  box-shadow:
    0 0 34px rgba(93,47,255,.55),
    inset 0 0 35px rgba(48,115,255,.22);
}

.cmbw-card-body{
  padding:26px;
}

.cmbw-card h3{
  margin:0 0 12px;
  color:#fff;
  font-size:23px;
}

.cmbw-card p{
  margin:0;
  color:var(--cmbw-muted);
  line-height:1.65;
}

/* PROCES */

.cmbw-process{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
}

.cmbw-step{
  text-align:center;
  padding:15px;
}

.cmbw-icon{
  width:86px;
  height:86px;
  margin:0 auto 20px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(76,166,255,.7);
  background:radial-gradient(circle,rgba(79,66,255,.28),rgba(8,12,42,.85));
  box-shadow:
    0 0 28px rgba(63,119,255,.25),
    inset 0 0 28px rgba(116,54,255,.20);
  font-size:31px;
}

.cmbw-step h3{
  margin:0 0 9px;
  color:#fff;
  font-size:18px;
}

.cmbw-step h3 span{
  color:#945dff;
}

.cmbw-step p{
  margin:0;
  color:var(--cmbw-muted);
  font-size:14px;
  line-height:1.55;
}

/* CO HLEDÁME */

.cmbw-depth{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  overflow:hidden;
  border:1px solid rgba(85,113,255,.42);
  border-radius:28px;
  background:linear-gradient(135deg,rgba(12,19,50,.92),rgba(19,8,48,.82));
}

.cmbw-depth-copy{
  padding:45px;
}

.cmbw-depth-copy h2{
  margin:10px 0 26px;
  color:#fff;
  font-size:38px;
}

.cmbw-depth-copy .cmbw-check{
  margin:14px 0;
}

.cmbw-depth-art{
  min-height:360px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
}

.cmbw-depth-art img{
  width:110%;
  height:100%;
  min-height:360px;
  object-fit:contain;
  object-position:center;
  display:block;
  border:0;
  border-radius:0;
  box-shadow:none;
}

/* JAK PROBÍHÁ */

.cmbw-flow{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.cmbw-flow-item{
  padding:28px 24px;
  border:1px solid rgba(89,113,255,.28);
  border-radius:22px;
  background:rgba(8,13,37,.64);
}

.cmbw-flow-item h3{
  margin:10px 0 8px;
  color:#fff;
  font-size:19px;
}

.cmbw-flow-item p{
  margin:0;
  color:var(--cmbw-muted);
  font-size:14px;
  line-height:1.55;
}

/* CENA */

.cmbw-price{
  display:grid;
  grid-template-columns:1.1fr .9fr auto;
  gap:28px;
  align-items:center;
  padding:30px 35px;
  border:1px solid rgba(112,78,255,.55);
  border-radius:28px;
  background:linear-gradient(110deg,rgba(18,17,59,.9),rgba(23,12,64,.8));
  box-shadow:0 0 42px rgba(92,48,255,.14);
}

.cmbw-price h3{
  margin:0 0 7px;
  color:#fff;
  font-size:24px;
}

.cmbw-price p{
  margin:0;
  color:var(--cmbw-muted);
  font-size:14px;
}

.cmbw-price-value{
  white-space:nowrap;
  color:#a15cff;
  font-size:31px;
  font-weight:900;
}

.cmbw-price-value span{
  color:#fff;
}

/* FINÁLE */

.cmbw-final{
  padding:40px 20px 60px;
  text-align:center;
}

.cmbw-final h2{
  max-width:850px;
  margin:10px auto 18px;
  color:#fff;
  font-size:clamp(36px,5vw,64px);
  line-height:1.03;
  letter-spacing:-.045em;
}

.cmbw-final p{
  max-width:650px;
  margin:0 auto 28px;
  color:var(--cmbw-muted);
  line-height:1.7;
}

/* MOBIL */

@media(max-width:980px){

  .cmbw-hero{
    grid-template-columns:1fr;
  }

  .cmbw-hero-visual{
    min-height:500px;
  }

  .cmbw-strip{
    grid-template-columns:repeat(2,1fr);
  }

  .cmbw-about{
    grid-template-columns:1fr;
  }

  .cmbw-about-list{
    border-left:0;
    border-top:1px solid rgba(255,255,255,.08);
  }

  .cmbw-cards{
    grid-template-columns:1fr;
  }

  .cmbw-process{
    grid-template-columns:repeat(2,1fr);
  }

  .cmbw-depth{
    grid-template-columns:1fr;
  }

  .cmbw-flow{
    grid-template-columns:repeat(2,1fr);
  }

  .cmbw-price{
    grid-template-columns:1fr;
    text-align:center;
  }
}

@media(max-width:620px){

  .cmbw-wrap{
    width:calc(100% - 24px);
  }

  .cmbw-hero{
    min-height:auto;
    padding:55px 0;
  }

  .cmbw-hero h1{
    font-size:47px;
  }

  .cmbw-hero-text{
    font-size:16px;
  }

  .cmbw-actions{
    flex-direction:column;
  }

  .cmbw-btn{
    width:100%;
  }

  .cmbw-hero-visual{
    min-height:390px;
  }

  .cmbw-orb{
    width:340px;
  }

  .cmbw-node{
    font-size:10px;
    padding:7px 9px;
  }

  .cmbw-strip{
    grid-template-columns:1fr;
  }

  .cmbw-strip-item{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.07);
  }

  .cmbw-section{
    padding:70px 0;
  }

  .cmbw-about-copy,
  .cmbw-depth-copy{
    padding:30px 24px;
  }

  .cmbw-process,
  .cmbw-flow{
    grid-template-columns:1fr;
  }

  .cmbw-price{
    padding:28px 22px;
  }

  .cmbw-price-value{
    font-size:27px;
  }
}/* ===== CMBW FULL WIDTH + HEADER FIX ===== */

/* roztáhne obsah stránky */
body .container,
body .container-fluid,
body .section-container,
body main,
body .main,
body .content,
body .page-content{
  max-width:none !important;
}

/* hlavní CMBW blok širší */
.cmbw-page{
  width:100vw !important;
  max-width:100vw !important;
  position:relative;
  left:50%;
  margin-left:-50vw;
}

/* náš vlastní obsah může být širší než původní inPage */
.cmbw-wrap{
  width:min(1380px,calc(100% - 64px));
  max-width:none !important;
}

/* odstranění případného bílého prostoru kolem obsahu */
body{
  overflow-x:hidden;
}

/* horní oblast webu */
header,
.header,
#header{
  background:#050817 !important;
}

/* hlavní navigace */
nav,
.navbar,
.navbar-default,
.navigation{
  background:#050817 !important;
  border-color:rgba(255,255,255,.07) !important;
}

/* odkazy navigace */
.navbar a,
.navigation a,
nav a{
  color:#d8ddf2 !important;
}

/* hover menu */
.navbar a:hover,
.navigation a:hover,
nav a:hover{
  color:#ffffff !important;
}

/* horní šedý e-shop panel */
header .top,
.top-bar,
.header-top,
.top-header{
  background:#070b19 !important;
  border-color:rgba(255,255,255,.06) !important;
}

/* případné pozadí hlavního obsahu */
main,
.main-content,
.content-wrapper,
#content{
  background:#040816 !important;
  /* ===== PŘEKRYTÍ BÍLÉHO PÁSU ===== */

  .cmbw-page{
    position:relative !important;
    z-index:2 !important;
    margin-top:-74px !important;
    padding-top:74px !important;
    box-shadow:
      0 -80px 0 #040816,
      0 -80px 0 100vw #040816 !important;
  }/* ===== CMBW HEADER V2 ===== */

  /* horní šedý pruh */
  .header-top,
  .top-header,
  .top-bar,
  #top,
  header .top{
    background:#070a16 !important;
    border-bottom:1px solid rgba(255,255,255,.05) !important;
  }

  /* hlavní navigační oblast */
  header,
  #header,
  .header,
  .navbar,
  .navigation,
  nav{
    background:#040816 !important;
  }

  /* navigace - jemná spodní linka */
  nav,
  .navbar,
  .navigation{
    border-bottom:1px solid rgba(108,78,255,.14) !important;
    box-shadow:0 10px 40px rgba(0,0,0,.12) !important;
  }

  /* text menu */
  nav a,
  .navbar a,
  .navigation a{
    color:#c9cee2 !important;
    font-weight:500 !important;
    transition:color .2s ease, text-shadow .2s ease !important;
  }

  /* hover */
  nav a:hover,
    .navbar a:hover,
    .navigation a:hover{
      color:#ffffff !important;
      text-shadow:0 0 14px rgba(119,87,255,.55) !important;
  }

  /* vyhledávání */
  input[type="search"],
  input[name*="search"],
  .search input{
    background:rgba(255,255,255,.06) !important;
    color:#fff !important;
    border:1px solid rgba(255,255,255,.12) !important;
    box-shadow:none !important;
  }

  /* celá oblast těsně nad hero */
  .cmbw-page{
    border-top:1px solid rgba(106,78,255,.10);
  }/* ===== HERO POSUN NAHORU ===== */

  .cmbw-hero{
    padding-top:28px !important;
    min-height:620px !important;
  }

  .cmbw-hero-visual{
    min-height:500px !important;
  }

  .cmbw-section:first-of-type{
    padding-top:28px !important;
  }/* ===== SKRYTÍ HORNÍ ŠEDÉ LIŠTY ===== */
  .top-bar,
  .topbar,
  .header-top,
  .header-topbar {
    display: none !important;
    /* ===== SKRYTÍ CELÉ HORNÍ E-SHOP LIŠTY ===== */

    #top-ribbon,
    #sm-search {
      display: none !important;
    }<nav class="navbar navbar-default">...</nav>
    /* ===== HEADER FINÁLNÍ DOLADĚNÍ ===== */

    .navbar-brand img,
    header .navbar-brand img,
    #top .navbar-brand img{
      max-height:58px !important;
      width:auto !important;
    }

    .navbar,
    .navbar-default{
      min-height:72px !important;
    }

    .navbar-brand{
      height:72px !important;
      display:flex !important;
      align-items:center !important;
    }

    .navbar-nav > li > a{
      line-height:72px !important;
      padding-top:0 !important;
      padding-bottom:0 !important;
    }/* ===== ZVĚTŠENÍ LOGA V NAVIGACI ===== */

    .navbar .container > a:first-child,
      .navbar .container > div:first-child {
        min-width: 190px !important;
        height: 72px !important;
        display: flex !important;
        align-items: center !important;
    }

    .navbar .container > a:first-child img,
      .navbar .container > div:first-child img {
        max-height: 58px !important;
        width: auto !important;
    }/* ===== LOGO - VELIKOST + VYPNUTÍ KLIKU ===== */

    .logo img {
      max-width: 280px !important;
      max-height: 64px !important;
      width: auto !important;
      height: auto !important;
    }

    .logo a {
      pointer-events: none !important;
      cursor: default !important;
    }

    .logo {
      display: flex !important;
      align-items: center !important;
    }/* ===== LOGO CMBW HEADER - FINÁLNĚ ===== */

    .logo img {
      max-width: 245px !important;
      max-height: 56px !important;
      width: auto !important;
      height: auto !important;
    }

    .logo a {
      pointer-events: none !important;
      cursor: default !important;
    }/* ===== CMBW LOGO – FINÁLNÍ VELIKOST ===== */

    .logo img {
      width: 360px !important;
      max-width: 360px !important;
      max-height: none !important;
      height: auto !important;
    }

    .logo {
      height: 130px !important;
      display: flex !important;
      align-items: center !important;
    }

    .navbar,
    .navbar-default {
      min-height: 130px !important;
    }/* ===== CMBW POD POVRCHEM FINAL ===== */
.cmbw-depth-final{
    width:100% !important;
    height:auto !important;
    display:block !important;
    border-radius:28px !important;
}