* {
  outline: none;
}

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

body {
    font-family: "Cairo", serif;
    margin: 0;
    padding: 0;
    color: #162A80;
    background-color: #F4F6FF;
}




header {
      max-width: 1200px;
      padding: 20px;
      margin: auto;
}
.container {
    max-width: 1200px;
    padding: 60px 20px;
    margin: auto;
}

.logo {
    width: 150px;
    margin-left: 60px;
    padding: 30px 0 15px;
}

h1 {
    font-size: 2.2rem;
    color: #162A80;
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 52px;
    padding: 0;
    margin: 0;
}


h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  color: #162A80;
}

.center {
  text-align: center;
  margin: auto;
}

.space-title {
  margin-bottom: 50px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn {
    display: inline-block;
    border: 0;
    color: #fff;
    margin: auto;
    border-radius: 50px;
    padding: 20px 80px;
    font-size: 18px;
    width: auto;
    cursor: pointer;
}

a {
    color: #172980;
}

a:hover {
  text-decoration: none;
}

.form-container p {
    margin: 0;
}

input:focus + .zoom,
input:not(:placeholder-shown) + .zoom {
    top: 5px;
    font-size: 12px;
    color: #333;
}

span.wpcf7-spinner {
    position: absolute;
    top: 25px;
}

.button_1.center {
    position: relative;
}


.highlight {
    font-weight: bold;
    color: #e63946;
    font-size: 22px;
    padding: 0;
    line-height: 1.3;
}

p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}

img {
    max-width: 100%;
}

.btn {
    display: inline-block;
    padding: 12px 40px;
    color: white;
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
    margin-top: 15px;
    transition: all 0.3s;
    background: linear-gradient(90deg, #E64729 0%, #F4674D 100%);
    border-radius: 60px;
}

.btn:hover {
    transform: scale(1.04);
}


.hero {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.hero .bg_shadow {
  max-width: 450px;
  background: #FFFFFF;
  border-radius: 50px;
  padding: 60px;

}



.flip-container {
    width: auto;
    margin: auto;
    perspective: 1000px;
}

.flip-card {
    width: 100%;
    position: relative;
    transition: transform 0.6s ease-in-out;
    transform-style: preserve-3d;
}

.flipped {
    transform: rotateY(180deg);
}

.flip-side {
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    padding: 40px 10%;
    border-radius: 30px;
    background-color: white;
}

.flip-front {
    background-color: #fff;
}

.flip-back {
    background-color: #fff;
    transform: rotateY(180deg);
}

.flip-button {
    padding: 10px 20px;
    background: none;
    color: #172980;
    margin: 30px auto;
    border: none;
    font-weight: 700;
    font-size: 22px;
    justify-content: center;
    cursor: pointer;
    display: flex;
    text-decoration: none;
}

.flip-button::after {
   content: url(../images-lp/arrow-red.svg);
   margin-left: 12px;
}

.flip-button.active::after {
   content: none;
}

.flip-button.active::before {
   content: url(../images-lp/arrow-green.svg);
   margin-right: 12px;
}

.flip-button.active {
    background: none;

}



.flip-container h3 {
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
}


.right-hero {
width: 53%;
}


.check h3 {
  color: #37AB00;
}

.uncheck h3 {
  color: #EA0000;
}


.check ul {
    list-style: none;
    padding: 0;
}

.check li {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 18px;
    background: url(../images-lp/arrow-check.svg) no-repeat 0 8px;
    padding-left: 30px;
}

.uncheck  ul {
    list-style: none;
    padding: 0;
}

.uncheck li {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 18px;
    background: url(../images-lp/arrow-uncheck.svg) no-repeat 0 7px;
    padding-left: 30px;
}

.linup {
    background: url(../images-lp/arrow-hero.svg) no-repeat;
    width: 540px;
    height: 115px;
    margin: 30px 0px 20px 20px;
    position: relative;
}

.line-1 {
    position: absolute;
    top: -30px;
    left: 120px;
}

.line-2 {
    position: absolute;
    top: -20px;
    left: 285px;
}

.line-3 {
    position: absolute;
    top: -25px;
    right: 30px;
}

.thumbup {
    position: absolute;
    right: 60px;
    top: -50px;
}

.laptop {
  left: 10px;
  position: relative;
  z-index: -1;
}

.faq-question h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    max-width: 90%;
}

#hodnoty {
  margin-top: 60px;
}

.values h2 {
    font-size: 20px;
    color: #fff;
}

.values {
    display: flex;
    align-items: center;
    background-color: #162A80;
    color: white;
    padding: 16px 60px;
    border-radius: 40px;
    gap: 50px;
}

.value {
    display: flex;
    gap: 80px;
    align-items: center;
}
.value-item {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    gap: 16px;
}

.value-item:nth-child(1)::before {
  content: url(../images-lp/rychlost.svg);
  height: 58px;
}

.value-item:nth-child(2)::before {
  content: url(../images-lp/peclivost.svg);
  height: 58px;
}


.value-item:nth-child(3)::before {
  content: url(../images-lp/ferovost.svg);
  height: 58px;
}




.grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 30px;
}
.box {
    background: #fff;
    border: 2px dashed #CFD5EE;
    border-radius: 20px;
    padding: 40px 35px;
    text-align: left;
    position: relative;
}

.box h3 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    width: 65%;
    line-height: 1.3;
    margin-bottom: 12px;
}

.box p {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-size: 18px;
}
.button {
  text-align: center;
  margin: 20px auto;
}


.checkmark {
    position: absolute;
    content: url(../images-lp/check.svg);
    top: 20px;
    right: 20px;
}




.carousel-container {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    gap: 20px;
    padding: 0 20px 20px;
    scrollbar-width: thin;
    scrollbar-color: #162A80 #E5E8F5;
}

/* WebKit (Chrome, Safari) */
.carousel-container::-webkit-scrollbar {
    height: 8px; /* Výška scrollbaru pro horizontální posun */
}

.carousel-container::-webkit-scrollbar-track {
    background: #E5E8F5;
    border-radius: 4px;
}

.carousel-container::-webkit-scrollbar-thumb {
    background: #162A80;
    border-radius: 4px;
}

.carousel-container::-webkit-scrollbar-thumb:hover {
    background: #0f1e5e;
}


.carousel-container::-webkit-scrollbar {
    height: 4px;
}
.carousel-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
}
.carousel-container::-webkit-scrollbar-track {
    background: #fff;
}
.carousel-item {
    min-width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

@supports (-webkit-hyphens:none) and (not (-moz-appearance:none)) {
    .form-input:focus + .floating-label,
    .form-input:not(:placeholder-shown) + .floating-label {
        top: 16px;
        font-size: 12px;
        color: #172980;
        font-weight: 600;
    }
}


.carousel-item img {
    border-radius: 20px;
}




#ux-zdarma .container {
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: center;
}

#ux-zdarma a {
  color: #fff;
}
.text-section {
    text-align: center;
    color: #1d2c6c;
    font-size: 24px;
    font-weight: bold;
}
.form-box {
  background: linear-gradient(132.65deg, #1D3189 10.23%, #263B95 80.45%);
  border-radius: 50px;
    color: #fff;
    padding: 60px;
    max-width: 400px;
    text-align: center;
}


.form-box h2 {
    margin-top: 0;
}

.form-box h3 {
    font-size: 44px;
    padding: 0;
    margin: 0;
}

.form-box p {
    padding: 0;
    margin: 0;
}

.form-box input[type="text"] {
    width: 90%;
    padding: 10px;
    margin: 15px auto;
    border: none;
    border-radius: 10px;
    color:#1D3189;
    padding: 14px;
    text-align: center;
    font-size: 18px;
    font-family: "Cairo", serif;

}

.form-box label {
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
}
.form-box button {
    border: none;
    margin-top: 15px;
    cursor: pointer;
    font-family: "Cairo", serif;
}

.swiper-container img {
    max-width: 88%;

}

.grecaptcha-badge {
    display: none !important;
}

.swiper-container {
    position: relative;
}

.text-section h2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.text-section h2::before {
  content: url(../images-lp/talk.svg);
}

.text-section h2::after {
  content: url(../images-lp/arrow-ux.svg);
}





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

.boxes {
   background: white;
   padding: 40px;
   border-radius: 50px;
   width: 40%;
   min-width: 300px;
   position: relative;
}

.boxes img {
    position: absolute;
    top: -30px;
    margin: auto;
    left: 0;
    right: 0;
}


.boxes h3 {
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
}







#how-to .container {
    width: 50%;
    margin: auto;
    padding: 50px 20px;
    position: relative;
}
.timeline {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: url(../images-lp/dash.svg) repeat-y;
    transform: translateX(-50%);
}
.step {
    display: flex;
    align-items: center;
    margin: 80px 0;
    position: relative;
}
.step .icon {
    width: 50px;
    height: 50px;
    background: #F4F6FF;
    border: 2px solid #E64729;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: background 0.3s, color 0.3s;
}

.step4.icon {
content: url(../images-lp/steps/step4.svg);
}

.step.active .step4.icon.active {
content: url(../images-lp/steps/step4_a.svg);
}


.step2.icon {
content: url(../images-lp/steps/step2.svg);
}

.step.active .step2.icon.active {
content: url(../images-lp/steps/step2_a.svg);
}

.step1.icon {
content: url(../images-lp/steps/step1.svg);
}

.step.active .step1.icon.active {
content: url(../images-lp/steps/step1_a.svg);
}

.step3.icon {
content: url(../images-lp/steps/step3.svg);
}

.step.active .step3.icon.active {
content: url(../images-lp/steps/step3_a.svg);
}

.step:last-child {
    margin: 0 0 30px;
    padding: 0 0 50px;
}



.step.active .icon {
    width: 65px;
    height: 65px;
  }

.step h3 {
    margin: 0 0 10px;
    padding: 0;
    color: #E64729;
    font-size: 24px;
}

.step p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    padding: 0;
    margin: 0;
}

.step .content {
    width: 33%;
    background: white;
    padding: 32px 40px;
    line-height: 1.4;
    font-weight: 300;
    text-align: left;
    border-radius: 30px;
}

.step:nth-child(odd) {
    flex-direction: row-reverse;
    text-align: left;
}
.step:nth-child(even) {
    text-align: right;
}
.step.active .icon {
    background: #E64729;
    color: white;
}

.relative {
  position: relative;
}




.dark {
background: linear-gradient(132.65deg, #1D3189 10.23%, #263B95 80.45%);

}

.orange {
  color: #E64729;

}

.faq {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
    color: #162A80;
}


.faq-item {
    padding: 18px 35px;
    color: #162A80;
    background: #fff;
    margin: 16px 0;
    border-radius: 18px;
}

.faq-question {
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
}

.faq-answer {
    display: none;
    padding-top: 5px;
    font-size: 18px;
    color: #162A80;
    line-height: 1.3;
    font-weight: 300;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #45b450;
    color: #000;
    line-height: 1.2;
    font-weight: 600;
    padding: 20px;
    border-radius: 20px;
    font-size: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: #feb903;
    color: #000;
    line-height: 1.2;
    padding: 20px;
    border-radius: 19px;
}

div#wpcf7-f591-o1 .btn {
    margin-top: 12px;
}

.toggle {
    font-size: 30px;
    color: #e44d26;
    font-weight: 400;
}


.form-container {
    max-width: 500px;
    margin: auto;
}

.form-row {
    display: flex;
    gap: 20px;
    width: 94%;
    justify-content: space-between;
}

.form-container .form-group {
    position: relative;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}

.input-wrapper {
    position: relative;
    width: 100%;
}

.form-input {
    width: 100%;
    padding: 12px;
    border: 2px solid #192b59;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    background: white;
    color: #1D2B68;
    font-family: "Cairo", serif;
}

.floating-label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #666;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.form-input:focus + .floating-label, .form-input:not(:placeholder-shown) + .floating-label {
    top: 16px;
    font-size: 12px;
    color: #e74729;
    font-weight: 600;
}

input#jmeno {
    width: 90%;
}

.form-group.txt.input-wrapper {
    margin: 0;
}

.txt .floating-label {
    position: absolute;
    left: 12px;
    top: 30px;
  }

/* Oprava pro textarea */
textarea.form-input {
    padding-top: 20px;
    height: 100px;
    resize: vertical;
}

/* Specifické styly pro formulář v CF7 */
.form-container input,
.form-container textarea {
    width: 90%;
    padding: 20px 12px 10px;
    border: 1px solid #162A80;
    border-radius: 10px;
    font-size: 16px;
    outline: none;
    color: #1D2B68;
}

input::placeholder,
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
    color: transparent; /* Skrytí placeholderu, aby nepřekážel */
}

/* Label posunutí při focusu nebo vyplnění */
input:focus + label,
input:not(:placeholder-shown) + label,
textarea:focus + label,
textarea:not(:placeholder-shown) + label {
    top: 8px;
    left: 13px;
    font-size: 12px;
    color: #d9534f;
    font-weight: 600;
}

/* Checkbox skupina */
.form-container .checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 14px;
    margin: 8px 0;
}

.checkbox-group label {
    color: #162A80 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.checkbox-group input {
    width: auto;
    margin: 0;
    padding: 0;
    color: #000;
}

/* Tlačítko */
.button_1 {
    text-align: center;
    margin: 0px auto;
}

button {
    font-family: "Cairo", serif;
    border: none;
    padding: 12px 20px;
    background: #e05a3f;
    color: white;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}



footer {
  background: linear-gradient(132.65deg, #1D3189 10.23%, #263B95 80.45%);

}

.footer {
      color: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 50px;
      flex-wrap: wrap;
  }

  .footer .logo-footer {
    width: 150px;
    margin-left: 0;
    padding: 30px 0 15px;
}
  .footer a {
      color: white;
      text-decoration: underline;
  }

  .footer p{
      font-size: 16px;
      font-weight: 400;
      margin: 0;
          padding: 5px 0;
  }
  .footer a:hover {
      text-decoration: underline;
  }
  .footer-left, .footer-right {
      display: flex;
      flex-direction: column;
  }
  .footer-center {
      text-align: center;
      color: #fff
  }
  .social-icons {
      margin-top: 10px;
  }

  .social-icons {
    display: flex
;
    gap: 7px;
}
  .social-icons img {
      width: 22px;
      height: 22px;
  }

  .footer-center p {
      max-width: 1200px;
      margin: auto;
      padding: 20px 0;
      border-top: 1px dashed #4c5b98;
      font-weight: 500;
      font-size: 14px;
  }

  .shopet {
    display: flex;
    gap: 10px;
  }

  .hero-mobile {
  display: none;
  }

  .mobile {
    display: none;
}

.faq-answer {
    padding-bottom: 20px;
}


  @media (min-width: 900px) and (max-width: 1200px) {
    .values img {
        display: none;
    }

    .hero {
    padding: 0 20px;
}

.right-hero {
    width: 50%;
}

}

@media (max-width: 900px) {
    .hero {
        flex-direction: column;
        text-align: center;
        padding: 0 20px;
    }

    .faq-question h3 {
        font-size: 18px;
    }

    .mobile-hide {
    display: none;
    }

    .right-hero {
        width: 100%;
    }


    .mobile {
        display: block;
    }

    .hero .bg_shadow {
        max-width: 450px;
        background: #FFFFFF;
        text-align: left;
        margin: auto;
        border-radius: 50px;
        padding: 60px 40px;
    }

    header {
    max-width: 1200px;
    padding: 20px;
    margin: auto;
    text-align: center;
}

.logo {
    width: 150px;
    margin: 0;
    padding: 20px 0 15px;
}

.container {
    max-width: 1200px;
    padding: 40px 20px;
    margin: auto;
}


.values img {
   display: none;
}

.value {
    gap: 40px;
    align-items: center;
    flex-direction: column;
}


h1 {
    font-size: 2.2rem;
    color: #162A80;
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    padding: 0;
    margin: 0;
}

.highlight {
    font-weight: bold;
    color: #e63946;
    font-size: 20px;
    padding: 0;
    line-height: 1.3;
}

    .content {
        max-width: 100%;
    }

    .image img {
        width: 100%;
    }

    #ux-zdarma .container {
  flex-direction: column;
}

.grid {

    flex-direction: column;
    display: flex;
}
.values {

    flex-direction: column;

}

.linup {
    background: url(../images-lp/arrow-hero.svg) no-repeat;
    width: 100%;
    height: 115px;
    margin: 60px 0px 20px 20px;
    position: relative;
}

.value {
    display: flex;
        gap: 60px;
    align-items: center;
        flex-direction: row;
}

.values h2 {
    font-size: 30px;
    color: #fff;
}


.hero a.btn {
    display: block;
    text-align: center;
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    padding: 0 20px;
    color: #162A80;
}

.values {
    align-items: center;
    background-color: #162A80;
    color: white;
padding: 16px 60px 40px;
    border-radius: 40px;
    gap: 10px;
    max-width: 700px;
    margin: auto;
}

.carousel-item {
    min-width: 340px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#ux-zdarma .container {
    align-items: center;
    gap: 20px;
  }


  #about .flex {
      display: flex
  ;
      justify-content: center;
      gap: 80px;
      flex-wrap: wrap;
  }

  #how-to .container {
    width: 80%;
    margin: auto;
    padding: 50px 20px;
    position: relative;
}

.step .content {
    width: 100%;
    background: white;
    padding: 32px 40px;
    line-height: 1.4;
    font-weight: 300;
    text-align: left;
    border-radius: 30px;
}


.step .icon {
    top: -50px;
}

.step h3,
.step p {
  text-align: center;
}

.faq-question {
    font-weight: bold;
    cursor: pointer;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    line-height: 1.2;
}

.faq-answer {
    font-size: 17px;
    padding: 20px 0;
    line-height: 1.4;

}

.faq {
  padding: 0;
}

.form-box h3 {
    font-size: 49px;
    padding: 0;
    margin: 0;
    line-height: 1;
    margin-bottom: 29px;
}

.footer .logo-footer {
    width: 150px;
    margin: auto;
    padding: 30px 0 15px;
}


.footer {
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .form-box {
      background: linear-gradient(132.65deg, #1D3189 10.23%, #263B95 80.45%);
      border-radius: 50px;
      color: #fff;
      padding: 60px 40px;
      max-width: 400px;
      text-align: center;
  }

  .form-box label {
      display: block;
    }

.text-section h2::after {
    content: url(../images-lp/mobile-arrow.svg);
}

.value-item {
  flex-direction: column;
      font-size: 16px;
}

.value-item {
    display: flex
;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    gap: 6px;
}

.linup,
.swiper-container {
    display: none;
}

.hero-mobile {
    max-width: 90%;
      display: block;
    margin: 10px auto;
}

.boxes {
    background: white;
    padding: 30px;
    border-radius: 50px;
    width: 95%;
    min-width: auto;
    position: relative;
}

}
