.cp-hero {
  position: relative;
  width: 100%;
  min-height: 590px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
@media (max-width: 768px) {
  .cp-hero {
    min-height: 0;
    height: auto;
    overflow: visible;
  }
}

.cp-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .cp-hero__bg {
    bottom: auto;
    height: 360px;
  }
}
.cp-hero__bg.swiper {
  height: 100%;
}
@media (max-width: 768px) {
  .cp-hero__bg.swiper {
    height: 360px;
  }
}
.cp-hero__bg .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.cp-hero__slide {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cp-hero-swiper.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity !important;
  opacity: 0 !important;
}
.cp-hero-swiper.swiper-fade .swiper-slide-active {
  pointer-events: auto;
  opacity: 1 !important;
}

.cp-hero__overlay {
  position: absolute;
  inset: 0;
}

.cp-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .cp-hero__inner {
    gap: 28px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .cp-hero__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 60px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 590px) {
  .cp-hero__inner {
    padding-top: 52px;
    padding-bottom: 28px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.cp-hero__content {
  flex: 1;
  min-width: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .cp-hero__content {
    min-height: 230px;
    padding-bottom: 32px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.cp-hero__heading {
  margin: 0 0 24px;
  font-family: "Roboto Mono", monospace;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.01em;
}

.cp-hero__desc {
  font-family: "Roboto Mono", monospace;
  font-size: 0.925rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}
.cp-hero__desc p {
  margin: 0 0 0.75em;
}
.cp-hero__desc ul, .cp-hero__desc ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cp-hero__desc ul li, .cp-hero__desc ol li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.92);
}
.cp-hero__desc strong {
  color: #fff;
  font-weight: 600;
}
.cp-hero__desc a {
  color: rgb(191.35, 211.45, 251.65);
  text-decoration: underline;
}
.cp-hero__desc a:hover {
  color: #fff;
}

.cp-hero__form-box {
  flex-shrink: 0;
  width: 380px;
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 10px;
  padding: 32px 28px 28px;
  backdrop-filter: blur(6px);
}
@media (max-width: 1024px) {
  .cp-hero__form-box {
    width: 320px;
    padding: 24px 20px 22px;
  }
}
@media (max-width: 768px) {
  .cp-hero__form-box {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 24px 36px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 32px rgba(11, 18, 32, 0.12);
    backdrop-filter: none;
    margin-top: -20px;
  }
}
@media (max-width: 590px) {
  .cp-hero__form-box {
    padding: 24px 16px 32px;
  }
}

.cp-hero__form-title {
  margin: 0 0 20px;
  font-family: "Roboto Mono", monospace;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2E70F4;
  line-height: 1.3;
}

.cp-hero__form-placeholder {
  font-size: 0.825rem;
  color: #55657A;
  font-style: italic;
}
.cp-hero__form-placeholder code {
  display: block;
  padding: 8px 10px;
  background: #F7F9FF;
  border: 1px solid #D6DEFF;
  border-radius: 4px;
  font-size: 0.75rem;
  word-break: break-all;
}

.cp-hero__form-body .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cp-hero__form-body p {
  margin: 0;
}
.cp-hero__form-body input[type=text],
.cp-hero__form-body input[type=email],
.cp-hero__form-body input[type=tel],
.cp-hero__form-body textarea {
  display: block;
  width: 100%;
  padding: 11px 14px;
  background: #FFFFFF;
  border: 1.5px solid #D6DEFF;
  border-radius: 6px;
  font-family: "Roboto Mono", monospace;
  font-size: 0.85rem;
  color: #0B1220;
  transition: border-color 0.2s ease;
  outline: none;
}
.cp-hero__form-body input[type=text]::placeholder,
.cp-hero__form-body input[type=email]::placeholder,
.cp-hero__form-body input[type=tel]::placeholder,
.cp-hero__form-body textarea::placeholder {
  color: #55657A;
}
.cp-hero__form-body input[type=text]:focus,
.cp-hero__form-body input[type=email]:focus,
.cp-hero__form-body input[type=tel]:focus,
.cp-hero__form-body textarea:focus {
  border-color: #2E70F4;
}
.cp-hero__form-body textarea {
  min-height: 90px;
  resize: vertical;
}
.cp-hero__form-body input[type=submit],
.cp-hero__form-body button[type=submit] {
  display: block;
  width: 100%;
  padding: 13px 20px;
  background: #2E70F4;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-family: "Roboto Mono", monospace;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background 0.2s ease;
}
.cp-hero__form-body input[type=submit]:hover,
.cp-hero__form-body button[type=submit]:hover {
  background: #2F52D7;
}
.cp-hero__form-body .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #EF4444;
  margin-top: 3px;
}
.cp-hero__form-body .wpcf7-response-output {
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 0.8rem;
  margin-top: 8px;
  border: none !important;
}
.cp-hero__form-body .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: rgb(215.7918918919, 249.7081081081, 228.3);
  color: rgb(15.9351351351, 118.0648648649, 53.6);
}
.cp-hero__form-body .wpcf7-response-output.wpcf7-validation-errors, .cp-hero__form-body .wpcf7-response-output.wpcf7-spam-blocked {
  background: #fff3f3;
  color: #EF4444;
}

.cp-hero__arrow,
.cp-hero .swiper-button-prev,
.cp-hero .swiper-button-next {
  display: none !important;
}

.cp-hero__dots {
  bottom: 18px !important;
}
.cp-hero__dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: background 0.2s, transform 0.2s;
}
.cp-hero__dots .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.3);
}/*# sourceMappingURL=hero-slider.css.map */