@font-face {
    font-family: 'ABC_Loomen Round';
    src: url('../font/ABC_LoomenRound-Regular.woff2') format('woff2'),
        url('../font/ABC_LoomenRound-Regular.woff') format('woff'),
        url('../font/ABC_LoomenRound-Regular.svg#ABC_LoomenRound-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.graficky-servis-hero {
   background:#fff;
   padding: 90px 20px 40px
 }

 .icon-right-tyrkys::before {
   content: url(../images/icon-right-tyrkys.svg);
   display: inline-table;
   position: relative;
   align-content: center;
   align-items: center;
   top: 4px;
   margin-left: 2px;
 }

 .icon-right-tyrkys {
   font-weight: 700;
 }

 .hero-wrap{
   width:100%;
   max-width:1200px;
   margin:0 auto;
   position:relative;
   display:flex;
   gap:60px;
   align-items:flex-start;
 }

 /* ====== LEFT ====== */
 .hero-left{
   position:relative;
   flex: 1 1 55%;
 }

 .hero-title{
    margin: 0;
    font-family: "ABC_Loomen Round";
    font-size: 120px;
    line-height: 1;
    font-weight: 100;
    font-style: normal;
    padding: 0;
    font-stretch: revert;
 }

 .t-black{ color:#111; }
 .t-mint{ color:#74cfd0; }


 .hero-arcs{
   position: absolute;
   left: -200px;
   bottom: -150px;
   width: 280px;
   height: auto;
   opacity: 0.7;
   pointer-events: none;
   user-select: none;
 }

 /* ====== RIGHT ====== */
 .hero-right{
   position:relative;
   flex: 1 1 45%;
   padding-right:80px; /* prostor pro paprsky */
 }

 .hero-lead,
 .hero-services,
 .hero-note{
   color:#111;
   font-size:20px;
   line-height:1.7;
   margin:0 0 26px;
 }

 .hero-services{
   margin-bottom:30px;
 }

 .svc{
   color:#111;
   font-weight:800;
   text-decoration:none;
   white-space:nowrap;
   margin:0 6px;
   display:inline-block;
 }

 .svc-icon{
   display:inline-flex;
   width:22px;
   height:22px;
   border-radius:999px;
   align-items:center;
   justify-content:center;
   background:#e9fbfb;
   color:#4bbfc1;
   font-weight:900;
   margin-right:6px;
   transform: translateY(-1px);
 }

 .hero-btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 190px;
     height: 50px;
     background: #FFFF64;
     color: #111;
     font-weight: 800;
     text-decoration: none;
     border-radius: 999px;
 }

 .hero-rays{
   position: absolute;
   right: -60px;
   top: 80px;
   width: 100px;
   height: auto;
   pointer-events: none;
   user-select: none;
 }

 .split-showcase{
    width:100%;
    display:grid;
    grid-template-columns: 1fr 1fr; /* vždy 2 půlky */
    max-width: 100%;
  }

   .split-showcase button.slick-next.slick-arrow {
    top: 47%;
    right: 30px;
}

  .split-showcase__col{
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:48px 32px 0;
  }

  .video {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
  }

video {
  max-width: 32%;
  border-radius: 10px;
}

  .split-showcase__col--left{  background:#EE7348; }
  .split-showcase__col--right{ background:#76CDCD; }

  .split-showcase__img{
    display:block;
    max-width:90%;
    height:auto;
    object-fit:contain;
    filter: drop-shadow(0 18px 28px rgba(0,0,0,.18));
  }



  .why{
  padding: 80px 0 70px;
  background:#fff;
}

.why__wrap{
  width: min(1200px, 92vw);
  margin: 0 auto;
  text-align:center;
}

.why__title{
  margin: 0 0 55px;
  font-size: 56px;
  line-height: 1;
  font-family: "ABC_Loomen Round";
  letter-spacing: .02em;
  font-weight: 100;
  font-style: normal;
  color:#111;
}

/* 3 sloupce */
.why__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 70px;
  align-items:start;
}

.why__item{
  max-width: 340px;
  margin: 0 auto;
}

.why__icon{
  width: 120px;
  height: auto;
  display: block;
  margin: 0 auto 8px;
}

.why__h{
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.2;
  font-family: "ABC_Loomen Round";
  font-weight: 100;
  font-style: normal;
  color:#000;
}

.why__p{
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color:#222;
}

/* CTA button uprostřed */
.why__cta{
  margin: 55px 0 40px;
}

.why__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 53px;
  border-radius: 999px;
  background: #FFFF64;
  color: #111;
  font-weight: 800;
  text-decoration: none;
}

/* text dole */
.why__bottom{
  max-width: 980px;
  margin: 0 auto;
}

.why__bottom-strong{
  font-weight: 800;
}

.why__bottom p {
  font-size: 18px;
  line-height: 1.8;
}

.why__bottom-normal{
  font-weight: 400;
  font-size: 18px;
  color:#222;
  font-size: 18px;
}


.how{
  background:#EE7348; /* oranžová */
  padding:90px 0 80px;
  color:#fff;
  max-width: 100%;
}

.how__wrap{
  width:min(1200px, 92vw);
  margin:0 auto;
  text-align:center;
}

.how__title{
  margin:0 0 18px;
  font-size:56px;
  line-height:1;
  letter-spacing:.02em;
  font-family: "ABC_Loomen Round";
  font-weight: 100;
  color: #fff;
}

.how__intro{
  margin:0 auto 54px;
  max-width:920px;
  font-size:20px;
  line-height:1.8;
  color:rgba(255,255,255,.92);
}
.how__intro strong{ color:#fff; }

.how__step{ margin:0 auto; }

.how__stephead{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-bottom:14px;
}

.how__stephead--center{
  margin-bottom:12px;
}

.how__num{
  width:54px;
  height:54px;
  border-radius:999px;
  border:2px solid #ffd86b; /* žlutý obrys */
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:20px;
  line-height:1;
}

.how__steptitle{
  margin:0;
  font-size:30px;
  font-weight:900;
  color:#ffe36b; /* žlutý text */
}

.how__sub{
  margin:0 0 34px;
  font-size:16px;
  font-weight:700;
  color:rgba(255,255,255,.9);
}

.how__cards{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:26px;
  align-items:stretch;
  margin-bottom:52px;
}

.how__card{
  border:2px dashed rgba(255,255,255,.55);
  border-radius:18px;
  padding:28px 26px;
  min-height:160px;
}

.how__cardtitle{
  margin:0 0 14px;
  font-size:18px;
  font-weight:900;
  color:#fff;
}

.how__cardtext{
  margin:0;
  font-size:16px;
  line-height:1.8;
  color:rgba(255,255,255,.92);
}

.how__step--spaced{
  margin-top:26px;
  margin-bottom:26px;
}

.how__text{
  margin:0 auto;
  max-width:900px;
  font-size:16px;
  line-height:1.9;
  color:rgba(255,255,255,.92);
}

.how__bigbox{
  margin:50px auto 34px;
  max-width:980px;
  border:2px dashed rgba(255,255,255,.55);
  border-radius:22px;
  padding:28px 30px;
  font-size:18px;
  line-height:1.7;
  color:#fff;
}
.how__bigbox strong{ color:#fff; font-weight:900; }

.how__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:280px;
  height:64px;
  border-radius:999px;
  background:#f4f65a; /* žlutá */
  color:#111;
  font-weight:900;
  text-decoration:none;
}




.step-badge{
  --size: 65px;
  --thickness: 2px;

  --bg: #ef6f46;                 /* barva pozadí sekce */
  --ring: rgba(255,255,255,.18); /* slabý kruh */
  --accent: #ffe36b;             /* žlutý oblouk */

  /* výchozí oblouk (lze přepsat v .is-*) */
  --arc: 80deg;                  /* délka oblouku */
  --start: -40deg;               /* odkud začíná */

  width: var(--size);
  height: var(--size);
  border-radius: 999px;
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  color: #fff;

  /* oblouk */
  background: conic-gradient(
    from var(--start),
    var(--accent) 0 var(--arc),
    transparent 0 360deg
  );
}

/* vnitřní kolečko + slabý ring */
.step-badge::before{
  content:"";
  position:absolute;
  inset: var(--thickness);
  border-radius: 999px;
  background: var(--bg);
  border: 1px solid var(--ring);
}

/* aby číslo bylo nad vnitřkem */
.step-badge{
  z-index:0;
}
.step-badge::before{
  z-index:-1;
}

/* ==== ROZDĚLENÍ PRO ČÍSLA ==== */
.step-badge.is-1{
  --arc: 95deg;
  --start: 0deg;
}

.step-badge.is-2{
  --arc: 240deg;
  --start: 0deg;
}

/* (volitelně) kdybys chtěl i 3 */
.step-badge.is-3{
  --arc: 360deg;
  --start: 0deg;
}


.contact-top {
    background: #79C6CA url(../images/contact-top.svg) no-repeat;
    background-size: cover;
    height: 63px;
    margin-top: 0;
    width: 100%;
}


.offer{
    background:#79C6CA;
    padding:90px 0 100px;
    max-width: 100%;
  }

  .offer-wrap{
    width:min(1280px, 94vw);
    margin:0 auto;
    text-align:center;
  }

  .offer-title{
    margin:0 0 18px;
    font-size:56px;
    font-weight:100;
    font-family: "ABC_Loomen Round";
    letter-spacing:.02em;
    color:#111;
  }

  .offer-intro{
    margin: 0 auto 60px;
        max-width: 900px;
        font-size: 18px;
        line-height: 1.8;
        color: #111;
  }

  .offer-item{
    margin-bottom:90px;
  }

  .offer-item__title{
    margin:0 0 8px;
    font-size:34px;
    font-weight:900;
    color:#111;
  }

  .offer-item__desc{
    margin: 0 0 24px;
        font-size: 18px;
    color:#111;
  }

  .gallery img {
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

  .hero-btn:hover,
  .why__btn:hover,
  .how__btn:hover {
    color:#000;
    background: #f5f535;
    transform: scale(1.04);

  }

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

  .offer-item__gallery img{
    width:100%;
    height:auto;
    display:block;
    border-radius:14px;
    background:#fff;
    box-shadow:0 18px 32px rgba(0,0,0,.18);
  }

  @media (max-width:1300px){

    img.hero-rays {
    display: none;
}


  }
  @media (max-width:1024px){
    .offer-title{ font-size:44px; }
    .offer-item__title{ font-size:28px; }

.hero-wrap {
    flex-direction: column;
    text-align: center;
}

.why {
    padding: 0px 0 70px;
}
.hero-title {
    font-size: 90px;
  }

  .hero-right {
      padding-right: 0;
  }

  .why__title {
    margin: 0 0 20px;
  }

  .how__card {
    min-height: auto;
}


  }

  @media (max-width:860px){
    .offer-item__gallery{ grid-template-columns:1fr; }
    .offer-item__gallery img{
      max-width:520px;
      margin:0 auto;
    }
  }


/* RESPONSIVE */
@media (max-width: 980px){
  .how{ padding:70px 0 60px; }
  .how__title{ font-size:44px; }
  .how__cards{ grid-template-columns:1fr; }
  .how__card{ max-width:520px; margin:0 auto; }
  .how__bigbox{ font-size:18px; }
}


/* RESPONSIVE */
@media (max-width: 980px){
  .why__title{ font-size: 44px; }
  .why__grid{
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .why__item{ max-width: 520px; }
}



  /* mobil */
  @media (max-width: 900px){
    .split-showcase{ grid-template-columns:1fr; }
    .split-showcase__col{ min-height:auto; }

    .split-showcase__img {
    display: block;
    max-width: 90%;
    padding: 30px 0 0;
    margin: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .18));}


}

  }

 /* ====== RESPONSIVE ====== */
 @media (max-width: 1024px){
   .hero-wrap{ gap:32px; }
   .hero-title{ font-size:72px; }
   .hero-right{ padding-right:0; }
   .hero-rays{ display:none; }
 }

 @media (max-width: 780px){
   .hero-wrap{
     flex-direction:column;
   }
   .hero-left{ min-height:auto;
        margin: auto; }
   .hero-title{ font-size:64px; }
   .hero-arcs{
     display: none;
     position:relative;
     left:0;
     bottom:0;
     margin-top:18px;
     width:260px;
   }

   .hero-lead, .hero-services, .hero-note {
    color: #111;
    font-size: 18px;
  }

  .hero-btn {
    display: block;
    text-align: center;
    height: auto;
padding: 15px 0;
    margin: auto;
}

.split-showcase {
    padding: 0;
}

.hero-rays {
  display: none;
}

.how__card {
    border: 2px dashed rgba(255, 255, 255, .55);
    border-radius: 18px;
    padding: 28px 26px;
    min-height: auto;
}

.offer {
    background: #79C6CA;
    padding: 90px 0 10px;
    max-width: 100%;
}

.hero-right {
    position: relative;
    flex: 1 1 105%;
    text-align: center;
    padding-right: 0px;
    margin: auto;
    width: 100%;
}

.split-showcase__col {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

   .graficky-servis-hero {
    background: #fff;
    padding: 40px 20px 40px;
}

.video {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

video {
  max-width: 100%;
}

 }
