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

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


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

.hero {
    position: relative;
    overflow: hidden;
    background: url(../images_socky/bg-hero.webp) no-repeat 80% top;
    background-size: contain;
    padding-bottom: 100px;
    padding-top: 100px;
}

.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 */
.logo {
  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: #1f1f1f;
    padding: 20px;
}


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

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

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

.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: #000;
}

header {
    max-width: 1200px;
    width: 100%;
    display: flex;
    padding: 30px 0;
    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;

}

.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: #f4d86b;
    color: #111;
    font-size: 16px;
    height: 48px;
    letter-spacing: 1px;
    font-weight: 400;
    display: flex;
    border-radius: 10px;
    text-decoration: none;
    align-items: center;
}

.service {
  padding: 70px 0 90px;
  background: #252525;
  color: #fff;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.4);
}

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

.center {
  text-align: center;
}

.title span {
  color: #f4d86b;
}

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

  .hover-video {
    display: block;
    width: 100%;
    height: auto;          /* pokud chceš fixní výšku, dej např. 220px */
    object-fit: cover;
    border-radius: 12px;   /* uprav podle designu */
  }
/* CARD */
.card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  padding: 38px;
  min-height: 220px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}

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

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

/* 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;
}

/* 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;
}

/* 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;
}

/* 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: #f6f6f6;      /* světle šedá jako na screenu */
  padding: 90px 0 90px;
  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;
}

.txt{
  font-size: 19px;
  line-height: 1.2;
  color: #333;
}


.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: 60px 20px 30px;
    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: #000;
}
/* HOVER */
.box,
.cta-box{
  transition: transform .15s ease, box-shadow .15s ease;
}

.logos{
  background: #fff;
  padding: 40px 0;
  overflow: hidden;
}

/* 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);
}




.formsec{
  background: #f6f6f6;
  padding: 90px 0 110px;
  color: #222;
}

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



.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: #555;
    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-bottom: 1px solid #bdbdbd;
  background: transparent;
  padding: 10px 4px 12px;
  font-size: 16px;
  outline: none;
}

input:focus{
  border-bottom-color: #111;
}

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

textarea{
  width: 100%;
  height: 190px;
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  padding: 18px;
  font-size: 16px;
  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);
}


.kontakt{
  background:#0e0f10;
  padding: 90px 0 90px;
  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{
  width: 70px;
  height: 70px;
  color: #f4d86b;
}

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

.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 .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){

	.formsec {
    background: #f6f6f6;
    padding: 50px 0 20px;
    color: #222;
}
	
	
.k-item {
    gap: 0;
}
	
.kontakt {
  padding: 30px 0 90px;
}
	
.hero {
  background: url(../images_socky/bg-mobile.webp) no-repeat right 30%;
  background-size: 50%;
}
	
	

h1 {
	max-width: 65%;
	margin-top: 10px;
	line-height: 1.1;
}

.top-bg {
  display: none;
}
	
.subtitle {
    font-size: 28px;
	max-width: 80%;
}
}

@media (max-width: 1200px){ 
	
.wrap2 {
    padding: 0px 20px;
}
	    .logo {
        height: auto;
        max-width: 140px;
    }
	
}

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

  }
	
  section {
    padding: 0 20px;
}

.headline span {
    margin: auto;
}

header {
    padding: 30px 20px;

}

header.scrolled .logo {
    height: 33px;
    padding: 3px 10px;
}
	
    .hero {
        background: url(../images_socky/bg-mobile.webp) no-repeat right 29%;
        background-size: 46%;
    }

    .logo {
        height: auto;
        max-width: 140px;
}
.btn-top {
    padding: 9px 14px;
    background: #f4d86b;
    color: #111;
    font-size: 14px;
    height: 44px;
    letter-spacing: 1px;
    font-weight: 400;
    display: flex;
    border-radius: 10px;
    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: 38px;
        margin-bottom: 40px;
    }
  .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; }
}



/* 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: 40px 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: 46px;
  }

  .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: 58px;
  }
	
	.service {
    padding: 30px 0 90px;
}

.cta-box,
.cta {
    border-radius: 14px;
    min-height: auto;
	height: auto;
	padding: 20px 10px
}
.cta-box img,
a.cta img {
    display: none;
}
	
}

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

/* <= 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;
  }
}
