* {
  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/ppc/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: 54px;
  line-height: 1.1;
  font-weight: 600;
  margin-top: 80px;
  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: 630px;
  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;
}

p.arrow-down {
    color: #f4d86b;
    font-weight: 600;
    display: flex;
    gap: 8px;
}

p.arrow-down::before {
    content: url(../images/ppc/time.svg);
}

.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;
}

.title-logos h2 {
  font-size: 40px;
  margin-top: 20px;
  text-align: center;
}

.title-logos h2 span {
    color: #f4d86b;
}
.wrap2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
}

.wrap2 h2 {
    font-size: 40px;
}

.wrap2 h2 span {
    display: block;
}

.wrap2 h2 {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 60px;
}

.center {
  text-align: center;
}

.title span {
  color: #f4d86b;
}

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

/* CARD */
.card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  padding: 30px;
  text-align: center;
  min-height: 140px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}

.card img {width: 60px;
margin-bottom: 10px;
}
.card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #f4d86b;
  text-align: center;

}

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




.case-studies {
  background: #191919;
  padding: 80px 0;
}

.case-studies  .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.case-studies .section-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
}

.case-studies .case-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin-bottom: 40px;
  background: #ffffff;
  color: #000;
}

.case-studies .case-item.reverse {
  direction: rtl;
}

.case-studies .case-item.reverse .case-item__content {
  direction: ltr;
}

.case-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.case-item__content {
  flex-direction: column;
  justify-content: center;
  padding: 60px;
}

.case-item__content h3 {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 5px;
    color: #a4a4a4;
    letter-spacing: 2px;
}
.case-studies .badge_1 {
    display: inline-block;
    padding: 0;
    border-radius: 12px;
    color: #000000;
    line-height: 1.2;
    font-weight: 600;
    font-size: 36px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .case-item {
    grid-template-columns: 1fr;
  }

  .case-item.reverse {
    direction: ltr;
  }

  .case-item__content {
    padding: 40px 30px;
  }

  .section-title {
    font-size: 32px;
  }
}






.container{
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.cooperation{
  padding: clamp(48px, 6vw, 96px) 0;
  background: #fff;
  color: #111;
}

h2.form-title {
    margin-bottom: 11px;
}

.wrap5 {text-align: center;}


.ppc-logos{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
  gap:24px;
  align-items:center;
}

.ppc-logos__item{
  width:100%;
  height:auto;
  max-height:85px;      /* uprav podle potřeby */
  object-fit:contain;
  display:block;
  margin:auto;
}


.content_white {
    background: #ffffff;
    padding: 90px 0;
    color: #222;
}

.col.left {
    display: flex;
    gap: 30px;
    text-align: left;
}

.cooperation__title {
  margin: 0 0 clamp(28px, 4vw, 56px);
  text-align: center;
  font-size: clamp(28px, 4.2vw, 44px);
  line-height: 1.05;
  font-weight: 600;
}
.content_white h2 span {
    background: #f4d86b;
    padding: 0 6px;
    border-radius: 8px;
}

.content_white h2 {
    margin-bottom: 40px;
    font-size: 50px;
}

.cooperation__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 52px);
  align-items: start;
}

.cooperation__item{
  text-align: center;
	position: relative;
}

.cooperation__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 45px;
    left: calc(100% + -20px);
    width: calc(94px - 22px);
    height: 1px;
    background: #111;
    opacity: .7;
}

.cooperation__iconWrap{
  width: 110px;
  height: 110px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: #F6D86B;
  display: grid;
  place-items: center;
}

.cooperation__icon{
  margin-bottom: 14px;
}

.cooperation__itemTitle {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
}

.cooperation__text{
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  max-width: 250px;
  margin-inline: auto;
}


/* když budeš měnit velikost ikony, uprav i top */
@media (max-width: 1024px){

	.cooperation__item:not(:last-child)::after {
		display:none;
	}
	
}

ul {
    margin: 0 0 20px 20px;
    font-size: 15px;
    color: #555;
}

.cooperation__cta{
  margin-top: clamp(28px, 4vw, 25px);
  display: flex;
  justify-content: center;
}

/* button (klidně napoj na svůj systém) */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 44px;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.btn--primary{
  background: #F6D86B;
  color: #111;
}

.btn--primary:hover{
  filter: brightness(0.97);
}

/* responzivita */
@media (max-width: 1024px){
  .cooperation__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px){
  .container{ width: min(1160px, calc(100% - 32px)); }
  .cooperation__grid{ grid-template-columns: 1fr; }
  .btn{ width: 100%; max-width: 360px; }
}


/* 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: 140px;
  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: #f8f8f8;
    padding: 90px 0;
    color: #222;
}

h2.headline {
    text-align: center;
}

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

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

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


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

.box img {
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
	border-radius: 10px;
	
}

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

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

/* 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 90s 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: 600;
  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;
}




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

  }
  section {
    padding: 0 20px;
}

.hero {
   background: url(../images/ppc/hero.webp) no-repeat 350% top;
   background-size: contain;
}
	
.headline span {
    margin: auto;
}

header {
    padding: 30px 20px;

}

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

.logo {
    height: auto;
    max-width: 35%;
}

.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;
  }
.col.left {
    gap: 0;
}
.ppc-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 24px;
    align-items: center;
}
	
}


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

.hero {
  background: url(../images/ppc/hero.webp) no-repeat 170% top;	
  background-size: contain;
}
    
	
}


.left.desktop {
    display: block;
}

.left.mobile {
    display: none;
}

/* 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; }
	
.left.desktop {
    display: none;
}
	
.left.mobile {
    display: block;
}
	
}



/* RESPONSIVE */
@media (max-width: 700px){
  .pill{ font-size: 18px; }
	
    .cta {
        border-radius: 14px;
        min-height: auto;
        padding: 20px 0px;
    }
	
.cta img {
  display: none;
}
	
.k-item {
    gap: 0;
}

	.case-studies,
.content_white {
    padding: 40px 0;
}
	
.kontakt {
    padding: 30px 0 70px;
}

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

    .k-title {
        font-size: 42px;
        margin-bottom: 50px;
    }
	
}



/* 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;
  }
    .case-studies .badge_1 {
        font-size: 24px;
    }

	    .case-item__content {
        padding: 40px 30px;
        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: 58px;
  }
}

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








/* helper */
.faq .container{
  max-width: 980px;
  margin: auto;
}

/* section */
.faq{
  padding: clamp(56px, 6vw, 96px) 0;
  background: radial-gradient(1200px 600px at 50% 10%, rgba(255,255,255,.08), rgba(0,0,0,0) 55%),
              #0f0f0f;
  color: #fff;
}

.faq__title{
  text-align: center;
  font-size: 50px;

}

.faq__list{
  display: grid;
  gap: 18px;
}

.faq__item{
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 25px;
  background: rgba(255,255,255,.02);
  overflow: hidden; /* aby panel nepřetekl */
}

.faq__btn{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 26px 34px;
  cursor: pointer;

  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  font: inherit;
}

.faq__q {
    font-size: clamp(15px, 1.6vw, 19px);
    line-height: 1.25;
    font-weight: 600;
}

.faq__icon{
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #F6D86B;         /* žlutá */
  font-size: 44px;
  line-height: 1;
  font-weight: 300;
  transform-origin: 50% 50%;
  transition: transform .25s ease, opacity .25s ease;
}



/* panel */
.faq__panel{
  padding: 0 34px 26px;
}

.faq__a{
  max-width: 92%;
  color: rgba(255,255,255,.85);
  font-size: 16px;
  line-height: 1.55;
}

/* open state */
.faq__item.is-open{
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.28);
}

.faq__item.is-open .faq__icon{
  transform: rotate(45deg); /* + -> x */
  opacity: .95;
}

/* hover */
@media (hover:hover){
  .faq__btn:hover .faq__q{ opacity: .95; }
  .faq__btn:hover .faq__icon{ transform: scale(1.05); }
}

/* responsive */
@media (max-width: 640px){
  .container{ width: min(1180px, calc(100% - 32px)); }
  .faq__item{ border-radius: 26px; } /* na mobilu radši ne pilulka */
  .faq__btn{ padding: 18px 18px; }
  .faq__panel{ padding: 0 18px 18px; }
  .faq__icon{ width: 38px; height: 38px; font-size: 38px; }
}

.hero .left ul li {
   color: #fff;
   font-size: 16px;
   gap: 10px;
   margin-bottom: 7px;
   display: flex;
}
	
.hero .left ul li:before {
    content: url(../images/ppc/check.svg);
	position: relative;
    top: 2px;
}
	
.hero .left ul {
	list-style: none;
	margin: 20px 0 0 0;
}

.left .box ul li {
   color: #000;
   font-size: 14px;
   margin-bottom: 3px;
}
	
.left .box ul {
	list-style: square
}


@media (max-width: 980px){

.hero {
   background: url(../images/ppc/hero.webp) no-repeat 200% top;
   background-size: contain;
	}
}

@media (max-width: 756px){


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

  h1 {
    max-width: 100%;
    font-size: 32px;
    margin-top: 30px;
	line-height: 1.2;
}

.wrap2 h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 60px;
}

.top-bg {
  display: none;
}

.col.left {
    flex-direction: column;
}

.case-studies .case-item {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-bottom: 40px;
    background: #ffffff;
    color: #000;
}

.left p {
    margin: 20px 0 0;
    padding: 0;
}

.btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 10px auto;
    font-size: 16px;
}


.hero {
  background: none;
      padding-bottom: 40px;
}

h2 {
    font-size: 32px;
}

.title-logos h2,
.faq__title,
.content_white h2 {
    margin-bottom: 40px;
    font-size: 32px;
}

}

.faq__icon{
  display:inline-block;
  transition: transform .22s ease;
}
.faq__item.is-open .faq__icon{
  transform: rotate(45deg);
}
