@charset "UTF-8";
/* Service category page ? all taxonomy styles in one file */
.service-category-hero {
  margin: 157px 24px 50px 24px;
  background-color: #f9faff;
  border-radius: 24px;
  padding: 64px 0;
}
@media (max-width: 767px) {
  .service-category-hero {
    padding: 44px 0;
    margin: 124px 0 50px 0;
    border-radius: 0;
  }
}
.service-category-hero__container .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #8b93a7;
}
.service-category-hero__container .breadcrumbs a {
  color: #8b93a7;
  text-decoration: none;
  transition: color 0.25s ease;
}
.service-category-hero__container .breadcrumbs a:hover {
  color: #011c51;
}
.service-category-hero__container .breadcrumbs .current-item,
.service-category-hero__container .breadcrumbs span[property=name] {
  color: #011c51;
}
@media (max-width: 767px) {
  .service-category-hero__container .breadcrumbs {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 18px;
  }
}
.service-category-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  grid-template-areas: "top media" "bottom media";
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 16px;
  align-items: start;
}
@media (max-width: 992px) {
  .service-category-hero__layout {
    grid-template-columns: 1fr;
    grid-template-areas: "top" "media" "bottom";
    row-gap: 24px;
  }
}
.service-category-hero__top {
  grid-area: top;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service-category-hero__media {
  grid-area: media;
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  background-color: #e8eef6;
  align-self: stretch;
}
.service-category-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .service-category-hero__media img {
    min-height: 0;
    aspect-ratio: 16/11;
    height: auto;
  }
}
@media (max-width: 767px) {
  .service-category-hero__media {
    border-radius: 12px;
  }
}
.service-category-hero__bottom {
  margin: auto 0 0 0;
  grid-area: bottom;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.service-category-hero__label {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #023fb7;
}
.service-category-hero__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #011c51;
  max-width: 450px;
}
.service-category-hero__text {
  margin: 0;
  max-width: 520px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #5f646e;
}
.service-category-hero__text p {
  margin: 0 0 8px;
}
.service-category-hero__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .service-category-hero__text {
    max-width: none;
    font-size: 15px;
    line-height: 22px;
  }
}
.service-category-hero__list {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding: 0 0 0 16px;
}
.service-category-hero__list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  background-color: #011c51;
  height: 100%;
  border-radius: 100px;
}
.service-category-hero__item {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.service-category-hero__check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9faff;
  border-radius: 50%;
}
.service-category-hero__check svg {
  display: block;
  min-width: 24px;
  min-height: 27px;
  max-width: 24px;
  max-height: 27px;
}
.service-category-hero__item-text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #011c51;
}
@media (max-width: 767px) {
  .service-category-hero__item-text {
    font-size: 15px;
    line-height: 21px;
  }
}
.service-category-hero__cta {
  margin: 32px 0 0 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.service-category-hero__btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 50px;
  height: 50px;
  padding: 12px 50px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgb(1, 28, 81) 0%, rgb(2, 63, 183) 100%);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.35s ease;
}
.service-category-hero__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgb(2, 63, 183) 0%, rgb(1, 28, 81) 100%);
  opacity: 0;
  transition: opacity 0.45s ease;
}
.service-category-hero__btn svg {
  display: block;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.service-category-hero__btn svg path {
  transition: all 0.3s ease 0s;
}
.service-category-hero__btn span {
  position: relative;
  z-index: 1;
}
.service-category-hero__btn:hover {
  color: #fff;
}
.service-category-hero__btn:hover::before {
  opacity: 1;
}
@media (max-width: 767px) {
  .service-category-hero__btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 16px;
    font-size: 15px;
  }
}
.service-category-hero__price {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #011c51;
}
@media (max-width: 767px) {
  .service-category-hero__price {
    font-size: 20px;
    line-height: normal;
  }
}

/* Section 3 ? business tasks cards */
.service-category-tasks {
  padding: 50px 0;
}
.service-category-tasks__header {
  margin: 0 auto 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .service-category-tasks__header {
    margin-bottom: 24px;
    text-align: left;
    max-width: none;
  }
}
.service-category-tasks__title {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #011c51;
}
@media (max-width: 767px) {
  .service-category-tasks__title {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 12px;
  }
}
.service-category-tasks__text {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #595959;
}
@media (max-width: 767px) {
  .service-category-tasks__text {
    font-size: 15px;
    line-height: 22px;
  }
}
.service-category-tasks__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1100px) {
  .service-category-tasks__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .service-category-tasks__grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    margin-right: -16px;
    padding-right: 16px;
    scrollbar-width: thin;
    scrollbar-color: #c5cde0 transparent;
  }
  .service-category-tasks__grid::-webkit-scrollbar {
    height: 0 !important;
    width: 0 !important;
    background-color: transparent !important;
  }
  .service-category-tasks__grid::-webkit-scrollbar-thumb {
    height: 0 !important;
    width: 0 !important;
    background-color: transparent !important;
  }
}
.service-category-tasks__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border-radius: 16px;
  background-color: #f9faff;
  box-sizing: border-box;
  min-height: 100%;
}
@media (max-width: 767px) {
  .service-category-tasks__card {
    flex: 0 0 min(85%, 320px);
    width: min(85%, 320px);
    max-width: 320px;
    min-height: 0;
    padding: 24px 16px;
    border-radius: 20px;
    gap: 16px;
    scroll-snap-align: start;
  }
}
.service-category-tasks__card-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: normal;
  font-weight: 700;
  color: #011c51;
}
@media (max-width: 767px) {
  .service-category-tasks__card-title {
    font-size: 18px;
  }
}
.service-category-tasks__tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.service-category-tasks__tags li {
  margin: 0;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  color: #222222;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.service-category-tasks__tags p {
  margin: 0;
}

/* ===== Services cards (section_4) ===== */
.service-category-services {
  margin: 50px 24px;
  padding: 64px 0;
  background-color: #f9faff;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .service-category-services {
    margin: 50px 0;
    padding: 44px 0;
    border-radius: 0;
  }
}
.service-category-services__header {
  margin: 0 0 64px;
  padding: 0 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .service-category-services__header {
    text-align: left;
    margin: 0 0 44px 0;
  }
}
.service-category-services__title {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #011c51;
}
.service-category-services__text {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #5f646e;
}
.service-category-services__text p {
  margin: 0 0 8px;
}
.service-category-services__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .service-category-services__text {
    font-size: 15px;
    line-height: 22px;
  }
}
.service-category-services__cards {
  max-width: 1204px;
  margin: 0 auto;
  padding: 0 16px;
}
.service-category-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 1100px) {
  .service-category-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .service-category-services__grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    margin-right: -16px;
    padding-right: 16px;
    scrollbar-width: none;
  }
  .service-category-services__grid::-webkit-scrollbar {
    height: 0;
    width: 0;
    display: none;
  }
}
.service-category-services__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .service-category-services__card {
    flex: 0 0 min(86%, 320px);
    width: min(86%, 320px);
    max-width: 320px;
    height: auto;
    border-radius: 16px;
    scroll-snap-align: start;
  }
}
.service-category-services__media {
  position: relative;
  height: 200px;
  overflow: hidden;
  background-color: #e8eef6;
  flex-shrink: 0;
}
.service-category-services__media a {
  display: block;
  width: 100%;
  height: 100%;
}
.service-category-services__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease;
}
.service-category-services__media:hover img {
  transform: scale(1.04);
}
.service-category-services__badge {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  padding: 6px 14px;
  border-radius: 100px;
  background: linear-gradient(90deg, #023fb7 0%, #1a6cff 100%);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
}
.service-category-services__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
  min-width: 0;
}
@media (max-width: 767px) {
  .service-category-services__body {
    padding: 16px 16px 20px;
  }
}
.service-category-services__card-title {
  margin: 0 0 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: normal;
  font-weight: 700;
  color: #011c51;
  display: flex;
}
.service-category-services__card-title a {
  color: inherit;
  display: flex;
  text-decoration: none;
  transition: color 0.2s ease;
}
.service-category-services__card-title a:hover {
  color: #023fb7;
}
.service-category-services__card-text {
  margin: 0 0 16px 0;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: #5f646e;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-category-services__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(89, 89, 89, 0.1333333333);
  font-family: "Montserrat", sans-serif;
  color: #011c51;
}
.service-category-services__price-prefix, .service-category-services__price-suffix {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #222222;
}
.service-category-services__price-value {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #222222;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .service-category-services__price-value {
    font-size: 26px;
  }
}
.service-category-services__price-suffix {
  color: #023fb7 !important;
}
.service-category-services__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 24px;
  padding: 13px 18px;
  border: 1px solid #023fb7;
  border-radius: 10px;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #023fb7;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, gap 0.25s ease;
}
.service-category-services__btn svg {
  flex-shrink: 0;
  width: 18px;
  height: 14px;
  transition: transform 0.25s ease;
}
.service-category-services__btn:hover {
  background-color: #023fb7;
  color: #fff;
  gap: 14px;
}
.service-category-services__btn:hover svg {
  transform: translateX(2px);
}
@media (max-width: 767px) {
  .service-category-services__btn {
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 10px;
  }
}
.service-category-services__card-title + .service-category-services__btn, .service-category-services__card-text + .service-category-services__btn {
  margin-top: auto;
}

/* Section 6 — situations list + image */
.service-category-situations {
  padding: 50px 0;
}
.service-category-situations__header {
  margin: 0 auto 64px;
  text-align: center;
}
@media (max-width: 767px) {
  .service-category-situations__header {
    max-width: none;
    margin-bottom: 24px;
    text-align: left;
  }
}
.service-category-situations__title {
  margin: 0 0 8px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
  color: #011c51;
}
@media (max-width: 767px) {
  .service-category-situations__title {
    margin-bottom: 12px;
  }
}
.service-category-situations__info {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #5f646e;
}
.service-category-situations__info p {
  margin: 0 0 8px;
}
.service-category-situations__info p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .service-category-situations__info {
    font-size: 15px;
    line-height: 22px;
  }
}
.service-category-situations__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 40px;
  align-items: center;
}
@media (max-width: 992px) {
  .service-category-situations__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.service-category-situations__list {
  min-width: 0;
}
.service-category-situations__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.service-category-situations__list li {
  margin: 0;
  padding-left: 32px;
  background-image: url("/wp-content/themes/polygraph/assets/images/li-item.svg");
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 18px 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #5f646e;
}
@media (max-width: 767px) {
  .service-category-situations__list li {
    background-position: left 5px;
  }
}
.service-category-situations__list p {
  margin: 0;
}
.service-category-situations__media {
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  background-color: #eef2f8;
}
.service-category-situations__media img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .service-category-situations__media {
    border-radius: 12px;
  }
}

/* ===== general-consult (section_5) copy ===== */
/* General Consult ? CTA ? ??????. */
.general-consult {
  padding: 50px 0;
}
.general-consult__body {
  background-color: #002d5e;
  padding: 44px 40px;
  border-radius: 24px;
  background-image: url("/wp-content/themes/polygraph/assets/images/back-form-consult.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1024px) {
  .general-consult__body {
    flex-direction: column;
    padding: 32px 24px;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .general-consult__body {
    border-radius: 16px;
    padding: 32px 24px 64px 24px;
    position: relative;
    background-image: url("/wp-content/themes/polygraph/assets/images/back-form-consult-1.png");
    background-position: bottom center;
  }
}
.general-consult__content {
  max-width: 656px;
  width: 100%;
}
@media (max-width: 1024px) {
  .general-consult__content {
    max-width: 100%;
  }
}
.general-consult__title {
  font-size: 32px;
  line-height: normal;
  color: #eceffd;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .general-consult__title {
    font-size: 24px;
  }
}
.general-consult__text {
  margin: 12px 0 0 0;
  max-width: 520px;
  width: 100%;
  font-size: 16px;
  line-height: 21px;
  color: #eceffd;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.general-consult__subtext {
  margin: 12px 0 0 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  line-height: normal;
  color: #eceffd;
  font-weight: 400;
}
@media (max-width: 767px) {
  .general-consult__subtext {
    position: absolute;
    bottom: 32px;
    left: 24px;
  }
}
.general-consult__form {
  max-width: 624px;
  width: 100%;
}
@media (max-width: 1024px) {
  .general-consult__form {
    max-width: 100%;
  }
}
.general-consult__form .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: none !important;
}
.general-consult__form .wpcf7 .wpcf7-form.sent {
  position: relative;
}
.general-consult__form .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  margin: 0;
  padding: 2px 0 2px 24px;
  border: none !important;
  font-size: 14px;
  line-height: normal;
  color: #eceffd;
  background-image: url("/wp-content/themes/polygraph/assets/images/check-white.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media (max-width: 767px) {
  .general-consult__form .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    position: static;
    margin: 16px 0 0 0;
  }
}
.general-consult__form .wpcf7 .wpcf7-form .form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .general-consult__form .wpcf7 .wpcf7-form .form {
    display: flex;
    flex-direction: column;
  }
}
.general-consult__form .wpcf7 .wpcf7-form .form__row {
  position: relative;
  overflow: visible;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row .custom-select__tip {
  position: absolute;
  bottom: -14px;
  left: 0;
  z-index: 2;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ff0000;
  pointer-events: none;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._name .wpcf7-form-control-wrap input {
  background-image: url("/wp-content/themes/polygraph/assets/images/name.svg");
  background-position: 24px center;
  background-repeat: no-repeat;
  background-size: 15px;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._phone .wpcf7-form-control-wrap input {
  background-image: url("/wp-content/themes/polygraph/assets/images/phone.svg");
  background-position: 24px center;
  background-repeat: no-repeat;
  background-size: 18px;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._hidden {
  display: none !important;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select {
  position: relative;
  z-index: 2;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select:has(.custom-select._open) {
  z-index: 10;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .wpcf7-form-control-wrap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select {
  position: relative;
  width: 100%;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__native {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 1px !important;
  height: 1px !important;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__trigger {
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0;
  border: 1px solid rgba(236, 239, 253, 0.2588235294);
  background-color: rgba(255, 255, 255, 0.05);
  padding: 16px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: #eceffd;
  text-align: left;
  outline: none;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__trigger:hover {
  border-color: rgba(236, 239, 253, 0.45);
  background-color: rgba(255, 255, 255, 0.07);
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__trigger:focus-visible {
  border-color: rgba(236, 239, 253, 0.55);
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__trigger.invalid {
  border-color: #ff0000;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__trigger.invalid:hover, .general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__trigger.invalid:focus-visible {
  border-color: #ff0000;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__value {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__chevron {
  flex-shrink: 0;
  width: 12px;
  height: 8px;
  color: rgba(236, 239, 253, 0.76);
  transition: transform 0.28s ease, color 0.25s ease;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__list {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  margin: 0;
  padding: 6px;
  list-style: none;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(236, 239, 253, 0.2588235294);
  background-color: #00356e;
  box-shadow: 0 16px 40px rgba(0, 17, 40, 0.45);
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__list::-webkit-scrollbar {
  width: 4px;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__list::-webkit-scrollbar-thumb {
  background: rgba(236, 239, 253, 0.25);
  border-radius: 4px;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__option {
  padding: 12px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: #eceffd;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__option:hover, .general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__option:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__option._selected {
  background-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select._placeholder .custom-select__value {
  color: rgba(236, 239, 253, 0.7647058824);
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select._open {
  z-index: 5;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select._open .custom-select__trigger {
  border-color: rgba(236, 239, 253, 0.55);
  background-color: rgba(255, 255, 255, 0.08);
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select._open .custom-select__trigger.invalid {
  border-color: #ff0000;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select._open .custom-select__chevron {
  transform: rotate(180deg);
  color: #eceffd;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select._open .custom-select__list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._button {
  position: relative;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._button .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  line-height: normal;
  color: #011c51;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  padding: 16px 6px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._button .wpcf7-submit:hover {
  background-color: #eceffd;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._button .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.general-consult__form .wpcf7 .wpcf7-form .form__row .wpcf7-form-control-wrap {
  position: relative;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -14px;
  left: 0;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ff0000;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row .wpcf7-form-control-wrap input {
  display: flex;
  width: 100%;
  border: 1px solid rgba(236, 239, 253, 0.2588235294);
  background-color: rgba(255, 255, 255, 0.05);
  padding: 16px 24px 16px 50px;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  color: #eceffd;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row .wpcf7-form-control-wrap input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  color: rgba(236, 239, 253, 0.7647058824);
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row .wpcf7-form-control-wrap input::placeholder {
  font-family: "Montserrat", sans-serif;
  color: rgba(236, 239, 253, 0.7647058824);
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row .wpcf7-form-control-wrap input.wpcf7-not-valid, .general-consult__form .wpcf7 .wpcf7-form .form__row .wpcf7-form-control-wrap input.invalid {
  border-color: #ff0000;
}

/* ===== general-steps (section_7) copy ===== */
/* General Steps ? ????? ?????????. */
.general-steps {
  padding: 50px 0;
  background-color: #fff;
}
.general-steps__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
@media (max-width: 767px) {
  .general-steps__container {
    gap: 40px;
  }
}
.general-steps__header {
  max-width: 640px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .general-steps__header {
    text-align: start;
  }
}
.general-steps__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
  color: #222222;
}
@media (max-width: 767px) {
  .general-steps__title {
    font-size: 24px;
  }
}
.general-steps__subtitle {
  margin: 6px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #595959;
}
.general-steps__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.general-steps__list::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 40px;
  left: 8%;
  right: 8%;
  border-top: 2px dashed rgba(1, 28, 81, 0.3568627451);
  pointer-events: none;
}
@media (max-width: 992px) {
  .general-steps__list::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .general-steps__list {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 420px;
    margin-inline: auto;
  }
}
.general-steps__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 0;
}
@media (max-width: 992px) {
  .general-steps__item {
    padding: 16px 24px;
    border-radius: 16px;
  }
  .general-steps__item--alt {
    background-color: #f9faff;
  }
}
.general-steps__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}
.general-steps__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 1.5px solid #023fb7;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}
.general-steps__icon img {
  display: block;
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.general-steps__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: -12px;
  border-radius: 50%;
  background-color: #023fb7;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 0 0 3px #fff;
}
.general-steps__item-title {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 5%;
  color: #011c51;
}
@media (max-width: 767px) {
  .general-steps__item-title {
    font-size: 22px;
    line-height: normal;
    letter-spacing: normal;
  }
}
.general-steps__item-text {
  margin: 0;
  /* max-width: 220px; */
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #222222;
}
@media (max-width: 992px) {
  .general-steps__item-text {
    max-width: none;
  }
}

/* Section 8 ? results cards */
.service-category-results {
  padding: 50px 0px;
}
@media (max-width: 767px) {
  .service-category-results__header {
    max-width: none;
    margin-bottom: 24px;
    text-align: left;
  }
}
.service-category-results__title {
  margin: 0 0 40px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #011c51;
  text-align: center;
}
@media (max-width: 767px) {
  .service-category-results__title {
    margin-bottom: 16px;
    text-align: start;
  }
}
.service-category-results__text {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #5f646e;
}
.service-category-results__text p {
  margin: 0 0 8px;
}
.service-category-results__text p:last-child {
  margin-bottom: 0;
}
.service-category-results__grid {
  margin: 44px 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1100px) {
  .service-category-results__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .service-category-results__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.service-category-results__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border-radius: 16px;
  background-color: #f9faff;
  box-sizing: border-box;
  min-height: 100%;
}
@media (max-width: 767px) {
  .service-category-results__card {
    padding: 24px;
    border-radius: 12px;
    gap: 10px;
  }
}
.service-category-results__card-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #011c51;
}
.service-category-results__card-text {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #5f646e;
}
.service-category-results__card-text p {
  margin: 0 0 8px;
}
.service-category-results__card-text p:last-child {
  margin-bottom: 0;
}

/* Section 9 - what to know (WYSIWYG) */
.service-category-know {
  padding: 40px 0 80px;
}
@media (max-width: 767px) {
  .service-category-know {
    padding: 24px 0 50px;
  }
}
.service-category-know__container {
  max-width: 820px;
  margin: 0 auto;
}
.service-category-know__title {
  margin: 0 0 28px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #011c51;
}
@media (max-width: 767px) {
  .service-category-know__title {
    margin-bottom: 20px;
    text-align: left;
    font-size: 26px;
    line-height: 1.25;
  }
}
.service-category-know__content {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #5f646e;
}
.service-category-know__content p {
  margin: 0 0 16px;
}
.service-category-know__content p:last-child {
  margin-bottom: 0;
}
.service-category-know__content strong,
.service-category-know__content b {
  display: inline-block;
  margin: 8px 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  color: #011c51;
}
.service-category-know__content p:has(> strong:only-child),
.service-category-know__content p:has(> b:only-child) {
  margin: 28px 0 12px;
}
.service-category-know__content p:has(> strong:only-child) strong,
.service-category-know__content p:has(> strong:only-child) b,
.service-category-know__content p:has(> b:only-child) strong,
.service-category-know__content p:has(> b:only-child) b {
  margin: 0;
  display: block;
}
.service-category-know__content p:has(> strong:only-child):first-child,
.service-category-know__content p:has(> b:only-child):first-child {
  margin-top: 0;
}
.service-category-know__content ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.service-category-know__content li {
  margin: 0;
  padding-left: 32px;
  background-image: url("/wp-content/themes/polygraph/assets/images/li-item.svg");
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 18px 18px;
  font-size: 16px;
  line-height: 24px;
  color: #5f646e;
}
@media (max-width: 767px) {
  .service-category-know__content {
    font-size: 15px;
    line-height: 22px;
  }
  .service-category-know__content strong,
  .service-category-know__content b {
    font-size: 17px;
  }
  .service-category-know__content li {
    font-size: 15px;
    line-height: 22px;
    background-position: left 2px;
  }
}

/* ===== general-faq (section_10) copy ===== */
/* General FAQ — популярні запитання (акордеон). */
.general-faq {
  margin: 50px 24px 10px 24px;
  background-color: #f9faff;
  border-radius: 24px;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .general-faq {
    padding: 32px 0;
    margin: 50px 0 100px 0;
    border-radius: 0;
  }
}
.general-faq__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .general-faq__container {
    gap: 28px;
  }
}
.general-faq__header {
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .general-faq__header {
    text-align: start;
  }
}
.general-faq__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  color: #011c51;
}
.general-faq__subtitle {
  margin: 6px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #595959;
}
.general-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 820px;
}
.general-faq__item {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.general-faq__item svg path {
  transition: all 0.3s ease 0s;
}
.general-faq__item._active {
  gap: 8px;
}
.general-faq__item._active .general-faq__question {
  background-color: #023fb7;
  border-color: #023fb7;
  color: #fff;
}
.general-faq__item._active svg {
  transform: rotate(90deg);
}
.general-faq__item._active svg path {
  stroke: #fff;
}
.general-faq__item._active .general-faq__answer {
  border: 1px solid #d9e1f0;
  background-color: #fff;
  border-radius: 12px;
}
.general-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 18px 22px;
  border: 1px solid #d9e1f0;
  border-radius: 12px;
  background-color: #fff;
  cursor: pointer;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #011c51;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 767px) {
  .general-faq__question {
    padding: 16px 18px;
  }
}
.general-faq__question-text {
  flex: 1;
  min-width: 0;
}
.general-faq__arrow {
  flex-shrink: 0;
  display: block;
  color: #011c51;
  transition: transform 0.3s ease, color 0.3s ease;
}
.general-faq__answer {
  overflow: hidden;
  background-color: transparent;
  border: 0;
}
.general-faq__answer-inner {
  padding: 16px 32px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #222222;
}
.general-faq__answer-inner p {
  margin: 0 0 10px;
}
.general-faq__answer-inner p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .general-faq__answer-inner {
    padding: 16px 18px;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */