* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}


body {
  font-family: Poppins, Arial, sans-serif;
  color: #fff;
}

.hero {
    position: relative;
    overflow: hidden;

}

.top-bg {
  background: url(../images_socky/bg-top.svg) repeat-x;
  height: 400px;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.subtitle {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 35.5876px;
  line-height: 42px;
  color: #FFFFFF;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

/* WRAP */
.wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* LEFT */
header .logo img {
  height: 58px;
}

h1 {
  font-size: 72px;
  line-height: 1;
  font-weight: 600;
  margin-top: 60px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

h1 span {
  color: #f4d86b;
}

h2 {
  margin-top: 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  line-height: 1.1;
  margin-bottom: 30px;
}


p {
  margin-top: 16px;
  max-width: 500px;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

header.scrolled {
    width: 100%;
    max-width: 100%;
    position: fixed;
    background: #3EFFA2;
    padding: 20px;
    z-index: 99;
}

header {
    width: 100%;
    max-width: 100%;
    position: fixed;
    background: #3EFFA280;
    padding: 20px;
}

.logo {
  display: block;
}

.logo.scroll-logo {
  display: none
}

header.scrolled .logo{
  display: none
}

header.scrolled .logo.scroll-logo {
  display: block;
}


header.scrolled .logo img {
    height: 40px;
    padding: 3px 10px;
}

header .logo img {
    height: 40px;
    padding: 3px 10px;
}

header.scrolled .btn-top {
    padding: 9px 18px;
    background: #FF7171;
    font-size: 14px;
    height: 35px;
    letter-spacing: 0.4;
    font-weight: 400;
    display: flex;
    border-radius: 60px;
    text-decoration: none;
    align-items: center;
    color: #F8F8F8;
    letter-spacing: 0.96px;
}


header .btn-top {
    padding: 9px 18px;
    background: #FF7171;
    font-size: 14px;
    height: 35px;
    letter-spacing: 0.4;
    font-weight: 400;
    display: flex;
    border-radius: 60px;
    text-decoration: none;
    align-items: center;
    color: #F8F8F8;
    letter-spacing: 0.96px;
}

input.button {
    display: block;
    padding: 14px 16px;
    background: #FF7171;
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
    margin: auto;
    max-width: 160px;
    font-weight: 600;
    border-radius: 50px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.4s;
    cursor: pointer;
    border: 0;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    text-align: left;
    font-size: 11px;
}

 .btn {
    display: inline-block;
    margin-top: 28px;
    padding: 14px 46px;
    background: #fff;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: Poppins;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.4s;
}


form.wpcf7-form {
    max-width: 490px;
    margin: auto;
}


p.ta-c.f-14 {
    color: #002752;
}

header {
    max-width: 100%;
    width: 100%;
    background: #3EFFA280;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    position: fixed;
    z-index: 2;
    left: 0;
    transition: 0.3s;
    right: 0;
}

.btn-top,
.cta-box {
transition: 0.4s;

}

.hover-video {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.btn-top:hover,
.cta-box:hover,
.cta:hover,
.btn:hover {
  transform: scale(1.05);
}






/* RIGHT */
.right {
  position: relative;
  height: 80vh;
}

.btn-top {
    padding: 9px 38px;
    background: #FF7171;
    font-size: 16px;
    height: 48px;
    letter-spacing: 1px;
    font-weight: 400;
    display: flex;
    border-radius: 60px;
    text-decoration: none;
    align-items: center;
    color: #F8F8F8;
    letter-spacing: 0.96px;
}

.service {
  padding: 70px 20px 90px;
  background: #FF7171;
  color: #fff;
}

.wrap2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
}

.contact-fix {
  display: none;
}

.contact-fix a {
    display: flex;
    margin: auto;
    max-width: 220px;
    text-align: center;
    justify-content: center;
}

.contact-fix {
    background: #3fffa2;
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
    z-index: 999;
	transform: translateX(-0%) translateY(120px);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
}

.contact-fix.is-visible {
	transform: translateX(-0%) translateY(0);
	opacity: 1;
	visibility: visible;
}

.contact-fix.is-hidden {
	transform: translateX(-0%) translateY(120px);
	opacity: 0;
	visibility: hidden;
}



.contact-fix .btn-top {
        padding: 9px 14px;
        background: #ffffff;
        color: #032752;
        font-size: 13px;
        height: 44px;
        display: flex;
        font-weight: 700;
        letter-spacing: 1px;
        border-radius: 60px;
        text-decoration: none;
        align-items: center;
        text-align: center;
    }

.center {
  text-align: center;
}

.title span {
  color: #f4d86b;
}

/* GRID */
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* CARD */
.card {
  border-radius: 22px;
  padding: 28px;
  min-height: 180px;
  position: relative;
  background: #A6FFD4;
}

.card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #002752;
}

.card p {
  font-size: 14px;
  line-height: 1.6;
  color: #002752;
}

.first-box{
  position: relative;
}

.first-box h2 {
  font-size: 38px;
}

.first-box img {
  width: 130px;
  position: absolute;
  left: -60px;
  bottom: 14px;
}

/* CTA card */
.cta {
  background: #f4d86b;
  color: #111;
  border-radius: 26px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  position: relative;
  transition: 0.4s;
}

.cta-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.cta-arrow {
  margin-top: 18px;
  font-size: 48px;
  line-height: 1;
}

/* Hover */
.card, .cta {
  transition: transform 0.15s ease, filter 0.15s ease;
}


.work{
  background:#0e0f10;
  padding: 40px 0 90px;
}

.wrap3{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

/* GRID */
.masonry{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

/* TILE */
.tile{
  position: relative;
  display:block;
  border-radius: 0;          /* na screenu skoro bez radiusu */
  overflow:hidden;
  background:#111;
}

.tile img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  transform: scale(1.01);
}

.tile:after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,.18));
  opacity: .5;
  pointer-events:none;
}

.video-section{
  position:relative;
  width:100%;
    max-height: calc(100vh - 1.1rem);
  background:black;
  overflow:hidden;
}

.video-grid{
  display:flex;
  height:100%;
}

.video-item{
  flex:1;
  overflow:hidden;
}

.video-item video{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* controls */

.video-controls{
  position:absolute;
  bottom:20px;
  right:20px;
  display:flex;
  gap:10px;
  z-index:10;
}

.video-controls img {
  display: flex;
}

.video-controls button{
  background: #3EFFA2;
  border:none;
  color:white;
  padding:10px 12px;
  cursor:pointer;
  font-size:16px;
  border-radius:4px;
}

/* hover */
.tile{
  transition: transform .15s ease, filter .15s ease;
}

/* PLAY button */
.video .play{
  position:absolute;
  left: 50%;
  top: 50%;
  width: 86px;
  height: 86px;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,.9);
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
}
.video .play:before{
  content:"";
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-left: 18px solid #111;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}







.posts {
    --gap: 14px;
    --tileH: 310px;
    --colW: 250px;
    --colWwide: 330px;
    padding: 10px;
}

/* horizontální strip */
.posts .strip{
  display: flex;
  gap: var(--gap);
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  padding: var(--gap);
  scroll-snap-type: x mandatory;          /* příjemné snapování */
  -webkit-overflow-scrolling: touch;
}

/* aby to šlo hezky “chytit” */
.posts .strip > .col{
  scroll-snap-align: start;
  flex: 0 0 auto;
}

.first-box.mobile {
    display: none;
}

/* sloupec: 2 řádky */
.posts .col{
  display: grid;
  grid-template-rows: var(--tileH) var(--tileH);
  gap: var(--gap);
  width: var(--colW);
}

/* video sloupec širší */
.posts .col--wide{
  width: var(--colWwide);
}

/* tile */
.posts .tile{
  overflow: hidden;
  background: #111;
}

/* video / item přes celou výšku sloupce */
.posts .tile--full{
  grid-row: 1 / span 2;
}

/* img + video */
.posts img,
.posts video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* volitelně hezčí scrollbar */
.posts .strip::-webkit-scrollbar{ height: 4px;max-width: 400px;}
.posts .strip::-webkit-scrollbar-thumb{
  background: #666666;
  border-radius: 99px;
}



.reference-showcase {
  padding: 0px 0 30px;
  overflow: hidden;
}

.reference-showcase__slider {
  width: 100%;
}

.reference-showcase__slide {
  padding: 0 18px;
  box-sizing: border-box;
  transition: transform .1s ease, opacity .1s ease;
  transform-origin: center center;
}

.reference-showcase__card {
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0,0,0,.08);
}

.reference-showcase__card img,
.reference-showcase__card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

h2.stats-title {
    color: #032752;
    margin-bottom: 60px;
    font-size: 54px;
    position: relative;
    font-weight: 600;
}

.reference-showcase .slick-list.draggable {
    padding: 0 !important;
}

.reference-showcase__card--small {
  aspect-ratio: 4 / 5.2;
}


.txt {
    color: #002752;
    font-weight: 600;
    line-height: 1.2;
    font-size: 16px;
}

.reference-showcase__card--video {
  aspect-ratio: 9 / 16;
  background: #000;
}

.reference-showcase__slider .slick-list {
  overflow: visible;
  padding: 40px 0 !important;
}

.reference-showcase__slider .slick-track {
  display: flex;
  align-items: center;
}

/* výchozí stav */
.reference-showcase__slider .slick-slide {
  opacity: .22;
  transform: scale(.58);
  transition: transform .1s ease, opacity .1s ease;
  pointer-events: none;
}

.reference-showcase__slider .slick-slide .reference-showcase__card {
  transition: transform .1s ease, box-shadow .1s ease;
}

/* střed */
.reference-showcase__slider .slick-slide.is-center {
  opacity: 1;
  transform: scale(1);
  z-index: 5;
  pointer-events: auto;
}

/* 1. pozice od středu */
.reference-showcase__slider .slick-slide.is-level-1 {
  opacity: .92;
  transform: scale(.82);
  z-index: 4;
  pointer-events: auto;
}

/* 2. pozice od středu */
.reference-showcase__slider .slick-slide.is-level-2 {
  opacity: .68;
  transform: scale(.66);
  z-index: 3;
  pointer-events: auto;
}

/* 3. pozice od středu */
.reference-showcase__slider .slick-slide.is-level-3 {
  opacity: .42;
  transform: scale(.52);
  z-index: 2;
}

.reference-showcase__slider .slick-slide.is-center .reference-showcase__card {
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

.reference-showcase__slider .slick-dots {
  bottom: -30px;
}

.reference-showcase__slider .slick-dots li button:before {
  font-size: 12px;
  color: #cfd4da;
  opacity: 1;
}

.reference-showcase__slider .slick-dots li.slick-active button:before {
  color: #183d6b;
  opacity: 1;
}

.reference-showcase__slider .slick-arrow {
  display: none !important;
}

@media (max-width: 1199px) {
  .reference-showcase__slider .slick-slide.is-center {
    transform: scale(1);
  }

  .reference-showcase__slider .slick-slide.is-level-1 {
    transform: scale(.78);
  }

  .reference-showcase__slider .slick-slide.is-level-2 {
    transform: scale(.62);
  }

  .reference-showcase__slider .slick-slide.is-level-3 {
    transform: scale(.48);
  }
}

@media (max-width: 767px) {
  .reference-showcase {
    padding: 40px 0 70px;
  }

  .first-box img {
      width: 80px;
      position: absolute;
      left: -75px;
      transform: rotate(85deg);
      bottom: 8px;
  }



  .first-box h2 {
      font-size: 32px;
      text-align: center;
      width: auto;
      display: table;
      margin: 0 auto 20px;
      position: relative;
  }


  .reference-showcase__slide {
    padding: 0 8px;
  }

  .reference-showcase__slider .slick-slide {
    opacity: .35;
    transform: scale(.82);
  }

  .reference-showcase__slider .slick-slide.is-center {
    opacity: 1;
    transform: scale(1);
  }

  .reference-showcase__slider .slick-slide.is-level-1 {
    opacity: .55;
    transform: scale(.9);
  }

  .reference-showcase__slider .slick-slide.is-level-2,
  .reference-showcase__slider .slick-slide.is-level-3 {
    opacity: .35;
    transform: scale(.82);
  }
}



.hero-branding {
  position: relative;
  background: #F3F5F7;
  padding: 120px 20px;
  text-align: center;
  overflow: hidden;
}

.hero-branding__inner {
  max-width: 760px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.hero-branding__title {
  font-size: 58px;
  font-weight: 600;
  color: #002752;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-branding__title span {
    display: inline-block;
    background: #3EFFA2;
    padding: 14px 40px;
    border-radius: 60px;
    position: relative;
    z-index: -2;
}

.hero-branding__subtitle {
  color: #002752;
  margin-bottom: 20px;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
}

.hero-branding__text {
    font-size: 18px;
    line-height: 1.7;
    color: #29445c;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0;
}

.hero-branding__button {
  display: inline-block;
  padding: 16px 38px;
  background: #ff6d6d;
  color: white;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  transition: .25s;
}

.hero-branding__button:hover {
  transform: translateY(-2px);
  background: #ff5b5b;
}

/* dekorativní SVG */

.hero-branding__shape {
  position: absolute;
  width: 100px;
  pointer-events: none;
}

.hero-branding__shape--left {
  left: 16%;
  top: 150px;
}

.hero-branding__shape--right {
  right: 16%;
  bottom: 80px;
}

/* responsive */

@media (max-width: 900px) {

  .hero-branding__title {
    font-size: 42px;
  }

  .hero-branding__subtitle {
    font-size: 26px;
  }

  .hero-branding__shape {
    width: 70px;
  }

}

/* responsivní zmenšení */
@media (max-width: 900px){
  .posts{
    --tileH: 240px;
    --colW: 192px;
    --colWwide: 240px;
    --gap: 12px;
  }
}

@media (min-width: 1960px){
  .posts .strip{
    justify-content: flex-start;
  }

  .posts {
    --gap: 12px;
    --tileH: 477px;
    --colW: 380px;
    --colWwide: 400px;
    padding: 10px;
}

}

@media (min-width: 2800px){
  .posts .strip{
    justify-content: center;
  }

  .posts {
    --gap: 12px;
    --tileH: 477px;
    --colW: 380px;
    --colWwide: 400px;
    padding: 10px;
}

}



.stats {
    background: #F3F5F7;
    padding: 40px 0 40px;
    color: #222;
}

.wrap4{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}


.stats-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  align-items: start;
}

.stat{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.num{
  background: #f4d86b;
  border-radius: 14px;
  display: flex;
  min-width: 150px;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  padding: 0 40px;
  font-weight: 600;
  letter-spacing: -0.02em;
}


.content{
  background: #fff;
  padding: 90px 0;
  color: #222;
}

.wrap5{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.cols{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.headline span {
    background: #f4d86b;
    padding: 0 6px;
    display: table;
    border-radius: 8px;
}

/* BOX */
.box {
    background: #F8F8F8;
    border-radius: 22px;
    padding: 80px;
    margin-bottom: 32px;
}

.box h3{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 14px;
}

.box p{
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 22px;
}

.box img{
  width: 100%;
  display: block;
}

/* CTA BOX */
.cta-box{
  background: #f4d86b;
  border-radius: 26px;
  height: 198px;
  text-decoration: none;
  color: #111;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.cta img,
.cta-box img {
  margin-top: 20px;
  display: block;

}

footer  {
  background: #fff;
  color: #000
}
footer .contentWidth {
    max-width: 1370px;
    margin: auto;
    padding: 50px 20px;
    color: #252525;
}

footer .container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.footerMenu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 40px;
    padding: 0;
    margin: 0;
}
.footerMenu li {
    list-style: none;
}




.copyWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 15px;
}

.copyWrapper a {
    color: #252525;
    transition: opacity 0.25s;
}

ul.footerMenu a {
  color: #000;
}
.copyWrapper p, .copyWrapper a {
    font-size: 10px;
    color: #fff;
}
/* HOVER */
.box,
.cta-box{
  transition: transform .15s ease, box-shadow .15s ease;
}

.logos {
    background: #F3F5F7;
    padding: 20px 0;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* jemné “fade” okraje (volitelné) */

.track{
  display: flex;
  width: max-content;
  animation: scroll 50s linear infinite;
}

.row{
  display: flex;
  align-items: center;
  gap: 30px;                      /* rozestupy mezi logy */
  padding: 0 0px;                /* aby nebyl “tvrdý” střih */
  flex: 0 0 auto;
}

.row img{
  height: 80px;                   /* sjednocená výška */
  width: auto;
  display: block;
  filter: grayscale(100%);
  opacity: 0.95;
}

/* pauza při hoveru (volitelné) */
.logos:hover .track{
  animation-play-state: paused;
}

@keyframes scroll{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}



.steps{
  background: #252525;
  padding: 100px 0;
  color: #fff;
}

.wrap6{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.steps-grid{
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  align-items: start;
}

/* LEFT */
.steps-left h2{
  line-height: 1.1;
}

.steps-left span{
  color: #f4d86b;
}

/* RIGHT */
.steps-right{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.step{
  position: relative;
}

.badge{
  position: absolute;
  left: -22px;
  top: -18px;
  width: 44px;
  height: 44px;
  background: #f4d86b;
  color: #111;
  font-weight: 900;
  font-size: 18px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.step-box{
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 22px;
  padding: 28px 32px;
  min-height: 120px;

}

.step-box h3{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.step-box p{
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
}

/* hover jemně */
.step-box{
  transition: transform .15s ease, filter .15s ease;
}
.step-box:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
}




.wrap7 .content-columns__title {
    margin: 0 0 25px;
    font-size: 50px;
    font-weight: 600;
}

.wrap7 .content-columns__title span {

  font-weight: 600;
}


.formsec{
  background: #f3f5f7;
  padding: 50px 0 110px;
  color: #222;
  overflow: hidden;
}

.wrap7 {
    max-width: 790px;
    margin: 0 auto;
    padding: 50px 20px;
    position: relative;
    border-radius: 60px;
    text-align: center;
    background: #ffffff;
}

img.c-left-abs {
    position: absolute;
    left: -63%;
    top: 140px;
}

img.c-right-abs {
    position: absolute;
    right: -65%;
}



.pill{
  display: inline-block;
  background: #f4d86b;
  color: #111;
  font-weight: 800;
  padding: 8px 14px;
  border-radius: 12px;
  font-size: 22px;
  margin-bottom: 16px;
}

.form-sub {
    color: #002752;
    font-size: 16px;
    margin: auto;
}

/* FORM */
.form{
  text-align: left;
}

.frow{
  display: block;
  margin-bottom: 26px;
}

.frow span{
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

/* underline inputs */

input {
    width: 100%;
    border: 0;
    border: 1px solid #3EFFA2;
    border-radius: 80px;
    background: transparent;
    padding: 10px 24px 12px;
    font-size: 15px;
    outline: none;
    font-family: Poppins;
}


/* textarea box */
.farea{
  display: block;
  margin: 18px 0 18px;
}

.wrap8 img.k-logo {
    max-width: 220px;
    margin-bottom: 50px;
}

textarea{
  width: 100%;
  height: 190px;
  border-radius: 8px;
  padding: 18px;
  border: 1px solid #3EFFA2;
  border-radius: 16px;
  font-size: 15px;
  font-family: Poppins;
  outline: none;
  resize: vertical;
  background: transparent;
}

.farea textarea:focus{
  border-color: #111;
}

/* checkbox */
.check{
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0 42px;
  color: #444;
  font-size: 15px;
}

/* jednoduchý vzhled checkboxu */
.check input{
  width: 20px;
  height: 20px;
  accent-color: #111;
}

/* submit */
.send{
  display: block;
  margin: 0 auto;
  width: 260px;
  padding: 16px 0;
  border: 0;
  border-radius: 12px;
  background: #222;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: transform .15s ease, filter .15s ease;
}

.send:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
}


section.social-icons {
    background: #3EFFA2;
    padding: 20px 20px;
}


.kontakt{
  background:#002752;
  padding: 90px 0 60px;
  color:#fff;
}

.wrap8{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}


.k-title{
  font-weight: 600;
  letter-spacing: -0.02em;

}

/* 3 columns */
.k-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start;
  margin-bottom: 0px;
}

.k-item{
  display:flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

/* yellow icons */
.k-ico{
  margin-bottom: 10px;
  width: 40px;
  height: 39px;
  display: flex;
  color: #f4d86b;
  align-items: flex-end;
}

.k-ico svg{
  width: 70px;
  height: 70px;
  display:block;
}

textarea::placeholder,
input::placeholder {
  color: #002752;
}


.k-item:last-child img {
      height: 44px;
}

.k-link{
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 16px;
}

.k-text div {
    font-size: 16px;
}

.k-link:hover{
  color:#fff;
}

.k-text{
  color: rgba(255,255,255,0.85);
  font-size: 22px;
  line-height: 1.35;
}

.k-map{
  display: inline-block;
  margin-top: 6px;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 16px;
}

.k-map:hover{
  color:#fff;
  text-decoration: underline;
}

/* socials */
.k-social{
  display:flex;
  justify-content:center;
  gap: 70px;
}

.s{
  width: 44px;
  height: 44px;
  color: rgba(255,255,255,0.85);
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  transition: transform .15s ease, color .15s ease;
}

footer {
  background: #00162D
}
footer .s {
    width: 24px;
    height: 24px;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform .15s ease, color .15s ease;
}

footer p {
  padding: 0;
  margin: 0;
}


.s svg{
  width: 44px;
  height: 44px;
  display:block;
}

.s:hover{
  transform: translateY(-2px);
  color:#fff;
}

.foot{
  background: #f6f6f6;
  padding: 40px 0 36px;
  color: #222;
}

.wrap9{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* horní řádek */
.top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  margin-bottom: 34px;
}

.f-logo img{
  height: 44px;
  width: auto;
  display:block;
}

/* social */
.f-social{
  display:flex;
  gap: 26px;
  align-items:center;
}

.fs{
  width: 34px;
  height: 34px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#222;
  text-decoration:none;
  font-weight: 800;
  border-radius: 8px;
  transition: transform .15s ease, opacity .15s ease;
  opacity: .75;
}

.fs:hover{
  transform: translateY(-1px);
  opacity: 1;
}

/* spodní řádek */
.bottom{
  display:grid;
  grid-template-columns: 1.4fr 1.2fr 1fr 1.6fr 1.4fr;
  gap: 26px;
  align-items:center;
  font-size: 14px;
  color: #333;
}

.f-link{
  color:#333;
  text-decoration:none;
  opacity: .9;
}

.f-link:hover{
  text-decoration: underline;
}

.f-txt{
  opacity: .9;
}

@media (max-width: 756px){

  h1 {
    max-width: 80%;
}

.first-box.mobile {
  display: block;
}

.top-bg {
  display: none;
}


.hero-branding__title {
    font-size: 25px;
}

.hero-branding {
    position: relative;
    padding: 40px 20px;
}

.hero-branding__shape--left {
    left: -40px;
    top: 20px;
}

.hero-branding__title span {

    padding: 14px 14px;
}

.hero-branding__subtitle {
    font-size: 20px;
}


.hero-branding__text {
    font-size: 16px;
    line-height: 1.5;
    color: #29445c;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0;
}

right {
    right: -30px;
    bottom: 90px;
}



}


/* responsive */
@media (max-width: 980px){
  .bottom{
    grid-template-columns: 1fr;
    gap: 14px;

  }
  section {
    padding: 0 20px;
}

.headline span {
    margin: auto;
}

.hero-branding__shape--right {
    right: -30px;
    bottom: 80px;
}

header.scrolled .btn-top,
header .btn-top {
  display: none;
}

.logo {
  display: none;
}

.logo.scroll-logo {
    display: flex;
    margin: auto;
}

header.scrolled {
    position: static;
}

section.hero {
    padding: 0;
}

.video-controls button {
    padding: 6px 7px;

}

header {
    padding: 10px 0;
    background: #3EFFA2;
    position: static;
    text-align: center;
}

header.scrolled .logo img {
    height: 33px;
    padding: 3px 10px;
}

header .logo img {
    height: auto;
    max-width: 100%;
}

.btn-top {
    padding: 9px 14px;
    background: #FF7171;
    color: #F8F8F8;
    letter-spacing: 0.96px;
    font-size: 14px;
    height: 44px;
    letter-spacing: 1px;
    font-weight: 400;
    display: flex;
    border-radius: 60px;
    text-decoration: none;
    align-items: center;
}

  .top{
    margin-bottom: 24px;
  }
}

@media (max-width: 520px){
  .f-logo img{
    height: 36px;
  }
  .fs{
    width: 30px;
    height: 30px;
  }
}


@media (max-width: 1200px){
section {
  padding: 0 20px;
}
}


/* responsive */
@media (max-width: 980px){
  .k-title{ font-size: 58px; margin-bottom: 50px; }
  .k-grid{ grid-template-columns: 1fr; gap: 34px; }
  .k-link, .k-text{ font-size: 18px; }
  .k-social{ gap: 46px; }
}



/* RESPONSIVE */
@media (max-width: 700px){
  .pill{ font-size: 18px; }

  .logos {
    margin-bottom: 0;
  }

}


@media (max-width: 767px) {


  h2.stats-title img {
    right: 20px;
    left: auto;
    width: 50px;
    top: 0;
}

}

h2.stats-title img {
    right: 210px;
    left: auto;
    width: 70px;
    top: 0;
}


/* RESPONSIVE */
@media (max-width: 980px){
  .steps-grid{
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .steps-left h2{
    font-size: 48px;
  }

  .badge {
      left: 0;
      right: 0;
      margin: auto;
  }
}

@media (max-width: 520px){
  .steps{
    padding: 70px 0;
    text-align: center;
  }

  .steps-left h2{
    font-size: 36px;
    text-align: center;
  }

  ul.footerMenu {
    flex-direction: column;
    text-align: center;
}


  footer .container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: center;flex-direction: column;
    margin-bottom: 60px;
}


  .copyWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 15px;
    flex-direction: column;
    text-align: center;
}


  .step-box {
      padding: 38px;
      text-align: center;
  }
}

/* =========================================================
   RESPONSIVE – sjednoceno
   ========================================================= */

/* <= 1100px */
@media (max-width: 1100px) {
  /* Full servis grid */
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .title {
    font-size: 44px;
  }
}

/* <= 980px */
@media (max-width: 980px) {
  /* Hero */
  .wrap {
    grid-template-columns: 1fr;
  }
  h1 {
    font-size: 52px;
  }

  .headline {
    font-size: 40px;
    text-align: center;
}
  .right {
    height: auto;
  }

  .cols {
    grid-gap: 0;
  }

  /* Masonry */
  .masonry {
    grid-template-columns: repeat(2, 1fr);
  }
  .s1,.t1,.s2,.s3,.w1,.s4,.s5,.s6,.s7,.s8{
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1 / 1;
  }
  .t1,.w1{
    aspect-ratio: 9 / 16;
  }
  .video .play{
    width: 64px;
    height: 64px;
  }
  .video .play:before{
    border-left-width: 14px;
    border-top-width: 10px;
    border-bottom-width: 10px;
  }

  /* Content sekce (2 sloupce -> 1) */
  .cols{
    grid-template-columns: 1fr;
  }
  .headline{
    font-size: 46px;
  }

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

/* <= 700px */
@media (max-width: 700px) {
  /* Logos marquee */
  .row{
    gap: 50px;
  }
  .row img {
      height: 70px;
  }

  .stat img {
    width: 100px;
    margin-top: 30px;
}

.wrap7 .content-columns__title {
    margin: 0 0 25px;
    font-size: 28px;
    font-weight: 600;
}


.formsec {
    background: #fff;
    padding: 10px 15px 50px;
    color: #222;
}

.wrap7 {
      padding: 50px 20px 0;
}

}

/* <= 600px */
@media (max-width: 600px) {
  /* Full servis – menší padding v wrap2 a 1 sloupec */
  .wrap2{
    padding: 0 0;
  }
  .grid{
    grid-template-columns: 1fr;
  }
  .title{
    font-size: 34px;
  }

  .grid .slick-list.draggable {
    padding: 0 !important;
}


}

/* <= 520px */
@media (max-width: 520px) {
  /* Content */
  .content{
    padding: 60px 0;
  }

h2 {
      margin-top: 20px;
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 600;
      font-size: 40px;}
  .headline {
      font-size: 40px;
      text-align: center;
  }
  .box {
      padding: 35px;
  }

  /* Stats */
  .stats{
    padding: 60px 0;
  }

  .stats-grid{
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .num{
    font-size: 44px;
  }
  .txt{
    font-size: 18px;
  }
}



















.content-columns {
  padding: 80px 0;
  background: #F3F5F7;
}

.content-columns__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.content-columns__title {
  margin: 0 0 50px;
  text-align: center;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 600;
  color: #002752;
}

.content-columns__title span {
  display: inline-block;
  padding: 6px 18px 10px;
  font-weight: 700;
  background: #3EFFA2;
  border-radius: 999px;
}

.content-columns__wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.content-columns__col {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.content-columns__card {
  overflow: hidden;
}

.content-columns__card--text {
  background: #fff;
  padding: 56px 34px;
  text-align: center;
  border-radius: 20px;
}

.content-columns__card--text h3 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  color: #0b2d63;
}

.content-columns__card--text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    margin: auto;
    color: #39516a;
}

.content-columns__card--text strong {
  color: #0b2d63;
  font-weight: 700;
}

.content-columns__card--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* různé výšky obrázků */
.content-columns__card--img-top {
  aspect-ratio: 1 / 1.02;
}

.content-columns__card--img-center {
  aspect-ratio: 1 / 1.45;
}

.content-columns__card--img-bottom {
  aspect-ratio: 1 / 1.05;
}

@media (max-width: 991px) {
  .content-columns {
    padding: 60px 0;
  }

  .content-columns__card--img-top {
      aspect-ratio: auto;
      width: 80%;
      margin: auto;
  }

  .content-columns__card--img-bottom,
.content-columns__card--img-center,
  .content-columns__card--img-top {
    aspect-ratio: auto;
    width: 80%;
    margin: auto;
}


  .content-columns__title {
    font-size: 28px;
    margin-bottom: 36px;
  }

  .content-columns__wrap {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .content-columns__col {
    gap: 22px;
  }

  .content-columns__card--text {
    padding: 32px 24px;
  }

  .content-columns__card--text h3 {
    font-size: 28px;
  }

  .content-columns__card--text p {
    font-size: 15px;
  }



  img.c-right-abs,
  img.c-left-abs {
    display: none;
  }

  .contact-fix {
    display: block;
  }

  .card {
    border-radius: 22px;
    padding: 28px;
    min-height: 150px;
    position: relative;
    background: #A6FFD4;
}

h2.stats-title {
    color: #032752;
    margin-bottom: 0;
    font-size: 34px;
    font-weight: 600;
}

.stats {
    padding: 10px 0 60px;
    overflow: hidden;
}

h2.stats-title img {
    right: -60px;
    left: auto;
    width: 70px;
    top: 0;
}
}


.grid.mobile {
  display: none;
}

@media (max-width: 756px) {

.grid.mobile {
  display: block;
}

.grid.mobile .card {
    margin: 5px 20px;
    min-height: 160px;
}

.grid.mobile  .card h3 {
    font-size: 20px;
    line-height: 1;
}

.service {
    padding: 30px 20px 50px;
    background: #FF7171;
    color: #fff;
}

.wrap2 .slick-dots li button:before {
      font-size: 11px!important;
}

.wrap2 .slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.grid.desktop {
  display: none;
}

}
