/*--------------------------------------------------------------
# HRTime â€” hero slider (full-width, responsive height)
--------------------------------------------------------------*/

.hero-slider {
  --hero-height: clamp(520px, 78vh, 920px);
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.hero-slider__swiper,
.hero-slider__swiper.swiper-container,
.hero-slider .swiper-wrapper,
.hero-slider .swiper-slide {
  height: var(--hero-height) !important;
  min-height: var(--hero-height);
}

.hero-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.hero-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-slider__pagination {
  bottom: 24px !important;
  z-index: 10;
}

.hero-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: background 0.25s ease, transform 0.25s ease;
}

.hero-slider__pagination .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.2);
}

/* Large desktop */
@media (min-width: 1400px) {
  .hero-slider {
    --hero-height: clamp(580px, 82vh, 960px);
  }
}

/* Laptop / small desktop */
@media (max-width: 1199px) {
  .hero-slider {
    --hero-height: clamp(480px, 72vh, 800px);
  }
}

/* Tablet landscape */
@media (max-width: 991px) {
  .hero-slider {
    --hero-height: clamp(420px, 65vh, 680px);
  }

  .hero-slider__pagination {
    bottom: 20px !important;
  }
}

/* Tablet portrait */
@media (max-width: 767px) {
  .hero-slider {
    --hero-height: clamp(380px, 58vh, 560px);
  }

  .hero-slider__pagination {
    bottom: 16px !important;
  }

  .hero-slider__pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .hero-slider {
    --hero-height: clamp(340px, 52vh, 480px);
  }
}

/* Small phones */
@media (max-width: 399px) {
  .hero-slider {
    --hero-height: clamp(300px, 48vh, 420px);
  }

  .hero-slider__pagination {
    bottom: 12px !important;
  }
}

/* Landscape phones â€” Ð½Ðµ ÑÐ¶Ð¸Ð¼Ð°Ñ‚ÑŒ ÑÐ»Ð°Ð¹Ð´ÐµÑ€ */
@media (max-height: 500px) and (orientation: landscape) {
  .hero-slider {
    --hero-height: clamp(280px, 85vh, 400px);
  }
}

/*--------------------------------------------------------------
# Services grid â€” user-friendly cards
--------------------------------------------------------------*/
.services-one--grid {
  padding-bottom: 120px;
}

/* Layout: Bootstrap .row.g-4 (see hrtime-grid.css) */
.services-grid.row {
  margin-top: 0;
}

.service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 26px 26px;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
  border-color: rgba(0, 92, 255, 0.35);
}

.service-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #005cff 0%, #003d99 100%);
  color: #fff;
  font-size: 22px;
  flex-shrink: 0;
}

.service-card__title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  color: #0f1629;
  font-family: var(--conalz-font, "Titillium Web", sans-serif);
}

.service-card__tags {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #005cff;
}

.service-card__text {
  margin: 0 0 20px;
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.65;
  color: #5a6278;
}

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-size: 15px;
  font-weight: 600;
  color: #005cff;
  text-decoration: none;
  transition: gap 0.25s ease, color 0.25s ease;
}

.service-card__link i {
  font-size: 13px;
  transition: transform 0.25s ease;
}

.service-card__link:hover {
  color: #003d99;
  gap: 12px;
}

.service-card__link:hover i {
  transform: translateX(3px);
}

@media (max-width: 767px) {
  .services-one--grid {
    padding-bottom: 90px;
  }

  .service-card {
    padding: 22px 20px 20px;
    border-radius: 14px;
  }

  .service-card__title {
    font-size: 18px;
  }

  .service-card__text {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .service-card__icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-bottom: 14px;
  }
}

/*--------------------------------------------------------------
# Header â€” Bootstrap grid (Ð´Ð¾Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ðµ Ðº hrtime-grid.css)
--------------------------------------------------------------*/
.main-menu--bootstrap .main-menu__wrapper,
.main-menu--bootstrap .main-menu__wrapper-inner {
  padding: 0;
  float: none;
}

.stricky-header .main-menu--bootstrap,
.stricky-header.main-menu--bootstrap {
  background-color: #f8f8f8;
}

/* ÐœÐµÐ½ÑŽ Ð² ÑˆÐ°Ð¿ÐºÐµ Ñ 1200px (Ð½Ðµ Ð² Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ð¹ Ð¿Ð°Ð½ÐµÐ»Ð¸) */
@media (max-width: 1199.98px) {
  .main-menu--bootstrap .main-menu__nav-col .main-menu__list,
  .stricky-header .main-menu__nav-col .main-menu__list {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .main-menu--bootstrap .main-menu__nav-col .main-menu__list,
  .stricky-header .main-menu__nav-col .main-menu__list {
    display: flex !important;
  }

  /* conalz Ð²ÐºÐ»ÑŽÑ‡Ð°ÐµÑ‚ .stricky-header .main-menu__list Ð²Ð½Ðµ nav-col â€” Ð½Ðµ Ð¿Ð¾ÐºÐ°Ð·Ñ‹Ð²Ð°Ñ‚ÑŒ */
  .stricky-header > .sticky-header__content > .main-menu__list,
  .stricky-header .main-menu__list:not(.main-menu__nav-col .main-menu__list) {
    display: none !important;
  }
}

/* ÐœÐ¾Ð±Ð¸Ð»ÑŒÐ½Ð°Ñ Ð¿Ð°Ð½ÐµÐ»ÑŒ â€” Ð¼ÐµÐ½ÑŽ Ð²ÑÐµÐ³Ð´Ð° Ð²Ð¸Ð´Ð½Ð¾ */
.mobile-nav__container .main-menu__list {
  display: block !important;
}

.mobile-nav__container .main-menu__list > li {
  display: block;
  float: none;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-nav__container .main-menu__list > li > a {
  display: block;
  padding: 14px 0;
  color: #fff;
}

/*--------------------------------------------------------------
# Header services dropdown improvements
--------------------------------------------------------------*/
.main-menu .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul {
  min-width: 360px;
  max-height: min(70vh, 560px);
  overflow-y: auto;
}

.main-menu .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a {
  text-transform: none;
  line-height: 1.35;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 1199px) {
  .main-menu .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul {
    min-width: 300px;
  }
}

/*--------------------------------------------------------------
# Service details page extras
--------------------------------------------------------------*/
.service-page__head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.service-page__icon {
  width: 62px;
  height: 62px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #005cff 0%, #003d99 100%);
  color: #fff;
  font-size: 24px;
  flex-shrink: 0;
}

.service-page__tags {
  margin: 6px 0 0;
  color: #005cff;
  font-weight: 600;
}

@media (max-width: 767px) {
  .service-page__head {
    align-items: flex-start;
    gap: 14px;
  }

  .service-page__icon {
    width: 54px;
    height: 54px;
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Service page long-form content
--------------------------------------------------------------*/
.service-content .service-details__problem-solve-title {
  margin-bottom: 20px;
}

.service-content__lead {
  font-size: 18px;
  line-height: 1.7;
  color: var(--conalz-black, #0f1629);
  opacity: 0.9;
  margin-bottom: 18px;
}

.service-content p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--conalz-black, #0f1629);
  opacity: 0.85;
  margin-bottom: 16px;
}

.service-content__subtitle {
  margin: 28px 0 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--conalz-black, #0f1629);
  text-transform: none;
  position: relative;
  padding-left: 14px;
}

.service-content__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 2px;
  background: var(--conalz-base, #005cff);
}

.service-content__list {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}

.service-content__list li {
  position: relative;
  padding: 10px 0 10px 28px;
  font-size: 16px;
  line-height: 1.65;
  color: #3d4558;
  border-bottom: 1px solid #eef1f5;
}

.service-content__list li:last-child {
  border-bottom: none;
}

.service-content__list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 12px;
  color: #005cff;
}

.service-content__list--cases li::before {
  content: "\f0e3";
}

.service-content__list--numbered {
  counter-reset: service-step;
}

.service-content__list--numbered li::before {
  content: counter(service-step);
  counter-increment: service-step;
  font-family: var(--conalz-font, "Titillium Web", sans-serif);
  font-weight: 700;
  font-size: 14px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 92, 255, 0.1);
  color: #005cff;
  top: 10px;
}

.service-content__note {
  margin-top: 24px;
  padding: 14px 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #5a6275;
  background: #f4f7fb;
  border-left: 4px solid var(--conalz-base, #005cff);
  border-radius: 0 6px 6px 0;
}

.service-content strong {
  color: #0f1629;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Contact â€” WhatsApp form
--------------------------------------------------------------*/
.contact-wa-section {
  padding-bottom: 100px !important;
}

.contact-wa-section .contact-form__title-box {
  display: none;
}

.contact-wa {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 48px rgba(15, 22, 41, 0.08);
  border: 1px solid #e8edf3;
  overflow: hidden;
}

.contact-wa__header {
  padding: 36px 36px 28px;
  text-align: center;
  background: linear-gradient(145deg, #0f1629 0%, #1a2d52 55%, #005cff 100%);
  color: #fff;
}

.contact-wa__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(37, 211, 102, 0.2);
  border: 1px solid rgba(37, 211, 102, 0.45);
  border-radius: 999px;
  color: #b8f5d0;
}

.contact-wa__badge i {
  font-size: 18px;
  color: #25d366;
}

.contact-wa__title {
  margin: 18px 0 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.contact-wa__intro {
  margin: 0 auto 22px;
  max-width: 480px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.contact-wa__intro strong {
  color: #fff;
  font-weight: 600;
}

.contact-wa__steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-wa__steps li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}

.contact-wa__steps li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.contact-wa__form {
  padding: 32px 36px 28px;
}

.contact-wa__field {
  display: block;
  margin: 0;
  width: 100%;
}

.contact-wa__label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #5a6275;
}

.contact-wa__optional {
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: #9aa3b2;
  font-size: 12px;
}

.contact-wa__input-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  background: #f6f8fb;
  border: 1px solid #e3e8ef;
  border-radius: 10px;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.contact-wa__input-wrap:focus-within {
  background: #fff;
  border-color: #005cff;
  box-shadow: 0 0 0 4px rgba(0, 92, 255, 0.1);
}

.contact-wa__input-wrap > i {
  flex-shrink: 0;
  width: 48px;
  text-align: center;
  font-size: 16px;
  color: #005cff;
  opacity: 0.85;
}

.contact-wa__input-wrap input,
.contact-wa__input-wrap select,
.contact-wa__input-wrap textarea {
  flex: 1;
  width: 100%;
  min-height: 52px;
  padding: 14px 16px 14px 0;
  border: none;
  background: transparent;
  font-size: 16px;
  line-height: 1.4;
  color: #0f1629;
  box-shadow: none;
}

.contact-wa__input-wrap textarea {
  min-height: 120px;
  padding-top: 16px;
  resize: vertical;
}

.contact-wa__input-wrap--select select {
  padding-right: 40px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235a6275' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.contact-wa__input-wrap--area {
  align-items: flex-start;
}

.contact-wa__input-wrap--area > i {
  padding-top: 18px;
}

.contact-wa__input-wrap input::placeholder,
.contact-wa__input-wrap textarea::placeholder {
  color: #9aa3b2;
}

.contact-wa__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-top: 8px;
  padding: 16px 24px;
  border: none;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #25d366 0%, #1da851 100%);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
}

.contact-wa__submit i {
  font-size: 24px;
}

.contact-wa__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
}

.contact-wa__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.contact-wa__direct {
  margin: 0;
  padding: 20px 36px 28px;
  text-align: center;
  font-size: 15px;
  color: #5a6275;
  background: #f6f8fb;
  border-top: 1px solid #e8edf3;
}

.contact-wa__direct a {
  color: #25d366;
  font-weight: 700;
  text-decoration: none;
}

.contact-wa__direct a:hover {
  text-decoration: underline;
}

.contact-form__result {
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.5;
}

.contact-form__result p {
  margin: 0;
}

.contact-form__result--success {
  background: #e8f7ee;
  border: 1px solid #b8e6c8;
  color: #1a5c34;
}

.contact-form__result--error {
  background: #fdecec;
  border: 1px solid #f5c4c2;
  color: #8a1f1a;
}

.contact-wa__form label.error {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #d93025;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}

.contact-wa__form .contact-wa__input-wrap.error {
  border-color: #d93025;
  box-shadow: 0 0 0 3px rgba(217, 48, 37, 0.1);
}

@media (max-width: 767px) {
  .contact-wa__header,
  .contact-wa__form {
    padding-left: 22px;
    padding-right: 22px;
  }

  .contact-wa__direct {
    padding-left: 22px;
    padding-right: 22px;
  }

  .contact-wa__title {
    font-size: 24px;
  }

  .contact-wa__steps {
    flex-direction: column;
    align-items: center;
  }
}

.about-page {
  padding: 70px 0 50px;
}

.about-page--legal {
  padding: 50px 0 80px;
  background: #f8fafc;
}

.about-page__lead-title {
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--conalz-black, #0f1629);
}

.about-page__links a {
  color: #005cff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-page__links a:hover {
  color: #0046c7;
}

@media (max-width: 767px) {
  .about-page {
    padding: 50px 0 40px;
  }

  .about-page__lead-title {
    font-size: 26px;
  }

  .service-content__subtitle {
    font-size: 19px;
    margin-top: 22px;
  }

  .service-content__lead,
  .service-content p {
    font-size: 16px;
  }

  .service-content__list li {
    font-size: 15px;
    padding-left: 24px;
  }
}

/*--------------------------------------------------------------
# Home â€” CTA parallax (jarallax)
--------------------------------------------------------------*/

.cta-parallax {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.cta-parallax__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cta-parallax__bg.jarallax {
  min-height: 100%;
}

.cta-parallax .jarallax-container,
.cta-parallax .jarallax-container-0 {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.cta-parallax__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(8, 18, 36, 0.92) 0%,
    rgba(10, 28, 58, 0.85) 45%,
    rgba(8, 22, 48, 0.78) 100%
  );
  pointer-events: none;
}

.cta-parallax .container {
  position: relative;
  z-index: 2;
}

.cta-parallax__tagline {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7eb8ff;
}

.cta-parallax__title {
  margin: 0 0 18px;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.22;
  font-weight: 700;
  color: #fff;
  font-family: var(--conalz-font, "Titillium Web", sans-serif);
}

.cta-parallax__title span {
  color: #5ca3ff;
}

.cta-parallax__text {
  margin: 0 0 28px;
  max-width: 620px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.cta-parallax__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 28px;
}

.cta-parallax__btn {
  padding: 15px 32px;
  background: #005cff;
  border-color: #005cff;
}

.cta-parallax__btn:hover {
  background: #0047cc;
  border-color: #0047cc;
}

.cta-parallax__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: gap 0.25s ease, color 0.25s ease;
}

.cta-parallax__link:hover {
  color: #7eb8ff;
  gap: 12px;
}

.cta-parallax__panel {
  padding: 28px 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.cta-parallax__stats {
  margin: 0;
  padding: 0;
}

.cta-parallax__stats li {
  text-align: center;
}

.cta-parallax__stat-num {
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  font-family: var(--conalz-font, "Titillium Web", sans-serif);
}

.cta-parallax__stat-label {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.65);
}

.cta-parallax__contact {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cta-parallax__thumb-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.cta-parallax__thumb {
  display: block;
  width: 78%;
  height: 78%;
  max-width: 52px;
  max-height: 52px;
  object-fit: contain;
  object-position: center;
}

.cta-parallax__contact-label {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.55);
}

.cta-parallax__phone {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.cta-parallax__phone:hover {
  color: #7eb8ff;
}

.cta-parallax__wa {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #25d366;
  text-decoration: none;
}

.cta-parallax__wa:hover {
  color: #5ae88a;
}

@media (max-width: 991px) {
  .cta-parallax {
    padding: 72px 0;
  }

  .cta-parallax__stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cta-parallax__stats li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 10px;
  }

  .cta-parallax__stat-label {
    margin-top: 0;
    max-width: 65%;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .cta-parallax {
    padding: 56px 0;
  }

  .cta-parallax__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-parallax__btn {
    text-align: center;
  }

  .cta-parallax__link {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Home â€” CTA banner
--------------------------------------------------------------*/

.cta-hrtime {
  position: relative;
  padding: 0 0 80px;
  margin-top: -40px;
  z-index: 2;
}

.cta-hrtime__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  pointer-events: none;
}

.cta-hrtime__card {
  position: relative;
  padding: 36px 40px;
  background: linear-gradient(135deg, #0a1628 0%, #0f2240 52%, #132d52 100%);
  border-radius: 20px;
  box-shadow: 0 28px 64px rgba(10, 22, 40, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.cta-hrtime__card::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -10%;
  width: 50%;
  height: 140%;
  background: radial-gradient(ellipse, rgba(0, 92, 255, 0.22) 0%, transparent 65%);
  pointer-events: none;
}

.cta-hrtime__media {
  position: relative;
  max-width: 220px;
  margin: 0 auto;
}

.cta-hrtime__media::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(0, 92, 255, 0.45);
  pointer-events: none;
}

.cta-hrtime__media img {
  display: block;
  width: 72%;
  height: 72%;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: contain;
  aspect-ratio: 1;
  border: 4px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.cta-hrtime__body {
  position: relative;
  z-index: 1;
}

.cta-hrtime__tagline {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(120, 180, 255, 0.95);
}

.cta-hrtime__title {
  margin: 0 0 14px;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  font-family: var(--conalz-font, "Titillium Web", sans-serif);
}

.cta-hrtime__title span {
  color: #5ca3ff;
}

.cta-hrtime__text {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  max-width: 540px;
}

.cta-hrtime__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.cta-hrtime__btn-primary {
  padding: 14px 28px;
  background: #005cff;
  border-color: #005cff;
}

.cta-hrtime__btn-primary:hover {
  background: #0047cc;
  border-color: #0047cc;
}

.cta-hrtime__btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.cta-hrtime__btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}

.cta-hrtime__highlights {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.cta-hrtime__highlights li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-hrtime__highlights li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.cta-hrtime__highlights li:first-child {
  padding-top: 0;
}

.cta-hrtime__highlights i {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(0, 92, 255, 0.25);
  color: #7eb8ff;
  font-size: 15px;
}

.cta-hrtime__highlights--mobile {
  margin: 0 0 22px;
  padding: 0;
  border-left: none;
}

.cta-hrtime__highlights--mobile li {
  padding: 10px 0;
}

@media (max-width: 991px) {
  .cta-hrtime {
    padding: 0 0 60px;
    margin-top: -24px;
  }

  .cta-hrtime__card {
    padding: 32px 28px;
  }

  .cta-hrtime__media {
    max-width: 160px;
  }
}

@media (max-width: 575px) {
  .cta-hrtime__card {
    padding: 28px 22px;
    border-radius: 16px;
  }

  .cta-hrtime__buttons {
    flex-direction: column;
  }

  .cta-hrtime__btn-primary,
  .cta-hrtime__btn-outline {
    width: 100%;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Home â€” NiyÉ™ biz (why HRTime)
--------------------------------------------------------------*/

.why-hrtime {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, #f4f7fc 0%, #eef2f9 48%, #f8fafc 100%);
  overflow: hidden;
}

.why-hrtime::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 92, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.why-hrtime__visual {
  position: relative;
}

.why-hrtime__img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 22, 41, 0.12);
}

.why-hrtime__img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(15, 22, 41, 0.35) 100%);
  pointer-events: none;
}

.why-hrtime__img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.why-hrtime__badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  border-left: 4px solid #005cff;
}

.why-hrtime__badge-num {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #005cff;
  font-family: var(--conalz-font, "Titillium Web", sans-serif);
}

.why-hrtime__badge-text {
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
  color: #3d4659;
}

.why-hrtime__tagline {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #005cff;
  background: rgba(0, 92, 255, 0.1);
  border-radius: 999px;
}

.why-hrtime__title {
  margin: 0 0 18px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.25;
  font-weight: 700;
  color: #0f1629;
  font-family: var(--conalz-font, "Titillium Web", sans-serif);
}

.why-hrtime__title span {
  color: #005cff;
}

.why-hrtime__lead {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.7;
  color: #5a6278;
}

.why-hrtime__stats:not(.row) {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 0 0 28px;
  padding: 0 0 28px;
  border-bottom: 1px solid rgba(15, 22, 41, 0.08);
}

.why-hrtime__stats:not(.row) li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.why-hrtime__stats strong {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #0f1629;
  font-family: var(--conalz-font, "Titillium Web", sans-serif);
}

.why-hrtime__stats span {
  font-size: 13px;
  font-weight: 600;
  color: #6b7389;
  max-width: 140px;
}

.why-hrtime__grid.row {
  margin-bottom: 32px;
}

.why-hrtime__card {
  padding: 22px 20px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(15, 22, 41, 0.06);
  box-shadow: 0 8px 24px rgba(15, 22, 41, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.why-hrtime__card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 92, 255, 0.2);
  box-shadow: 0 14px 32px rgba(0, 92, 255, 0.1);
}

.why-hrtime__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #005cff 0%, #003d99 100%);
  color: #fff;
  font-size: 18px;
}

.why-hrtime__card-title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: #0f1629;
  font-family: var(--conalz-font, "Titillium Web", sans-serif);
}

.why-hrtime__card-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #5a6278;
}

.why-hrtime__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 28px;
}

.why-hrtime__btn {
  padding: 14px 32px;
}

.why-hrtime__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #0f1629;
  text-decoration: none;
  transition: color 0.2s ease;
}

.why-hrtime__phone i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 92, 255, 0.1);
  color: #005cff;
  font-size: 16px;
}

.why-hrtime__phone:hover {
  color: #005cff;
}

@media (max-width: 991px) {
  .why-hrtime {
    padding: 70px 0;
  }

  .why-hrtime__visual {
    max-width: 480px;
    margin: 0 auto 8px;
  }

}

@media (max-width: 575px) {
  .why-hrtime {
    padding: 56px 0;
  }

  .why-hrtime__stats {
    gap: 16px;
  }

  .why-hrtime__stats strong {
    font-size: 24px;
  }

  .why-hrtime__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .why-hrtime__btn {
    text-align: center;
  }

  .why-hrtime__phone {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Contact â€” map marker (office pin on embed)
--------------------------------------------------------------*/

.google-map__frame {
  position: relative;
  display: block;
}

.google-map__marker {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -100%);
  color: #d42e34;
  font-size: clamp(42px, 6vw, 56px);
  line-height: 1;
  pointer-events: auto;
  text-decoration: none;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.35));
  transition: transform 0.2s ease, color 0.2s ease;
}

.google-map__marker:hover {
  color: #b71c1c;
  transform: translate(-50%, -100%) scale(1.08);
}

/*--------------------------------------------------------------
# Home â€” Sertifikatlar (ISO, diplomlar)
--------------------------------------------------------------*/
.hrtime-certs {
  position: relative;
  padding: 100px 0 90px;
  overflow: hidden;
}

.hrtime-certs__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.06;
  pointer-events: none;
}

.hrtime-certs .container {
  position: relative;
  z-index: 1;
}

.hrtime-certs__lead {
  margin: 16px 0 0;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.7;
  color: #5a6478;
}

.hrtime-certs__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: flex-end;
  margin: 0;
  padding: 20px 24px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(15, 22, 41, 0.08);
  border: 1px solid rgba(0, 92, 255, 0.1);
}

.hrtime-certs__legend li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #2d3548;
}

.hrtime-certs__legend i {
  color: #005cff;
  font-size: 18px;
}

.hrtime-certs__head {
  margin-bottom: 48px;
}

.cert-card {
  height: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(15, 22, 41, 0.08);
  border: 1px solid rgba(0, 92, 255, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cert-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 92, 255, 0.14);
}

.cert-card__thumb {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e8edf5;
}

.cert-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.cert-card:hover .cert-card__thumb img {
  transform: scale(1.05);
}

.cert-card__placeholder-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px 14px;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}

.cert-card__placeholder-label span {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(0, 92, 255, 0.72);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  max-width: 90%;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.cert-card__zoom {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 40, 120, 0.45);
  color: #fff;
  font-size: 28px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.cert-card__thumb:hover .cert-card__zoom {
  opacity: 1;
}

.cert-card__body {
  padding: 22px 24px 26px;
}

.cert-card__badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #005cff;
  background: rgba(0, 92, 255, 0.1);
  border-radius: 6px;
}

.cert-card__badge--gov {
  color: #0d7a4a;
  background: rgba(13, 122, 74, 0.12);
}

.cert-card__badge--edu {
  color: #8a5a00;
  background: rgba(200, 140, 0, 0.15);
}

.cert-card__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #1a2233;
}

.cert-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #5a6478;
}

.hrtime-certs__note {
  margin: 40px 0 0;
  padding: 14px 20px;
  font-size: 14px;
  color: #5a6478;
  text-align: center;
  background: rgba(0, 92, 255, 0.06);
  border-radius: 10px;
}

.hrtime-certs__note i {
  margin-right: 8px;
  color: #005cff;
}

/*--------------------------------------------------------------
# Home â€” Galereya (bento mosaic)
--------------------------------------------------------------*/
.hrtime-gallery {
  position: relative;
  padding: 100px 0 110px;
  background: #0f1629;
  overflow: hidden;
}

.hrtime-gallery__decor {
  position: absolute;
  top: -200px;
  right: -120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 92, 255, 0.22) 0%, transparent 68%);
  pointer-events: none;
}

.hrtime-gallery .container {
  position: relative;
  z-index: 1;
}

.hrtime-gallery__tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7eb3ff;
  background: rgba(0, 92, 255, 0.18);
  border-radius: 100px;
  border: 1px solid rgba(0, 92, 255, 0.35);
}

.hrtime-gallery__title {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-family: var(--conalz-font, "Titillium Web", sans-serif);
}

.hrtime-gallery__title span {
  color: #5b9aff;
}

.hrtime-gallery__intro {
  margin: 0;
  max-width: 480px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

.hrtime-gallery__head {
  margin-bottom: 40px;
}

.hrtime-gallery__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.hrtime-gallery__filter {
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hrtime-gallery__filter:hover {
  color: #fff;
  border-color: rgba(0, 92, 255, 0.5);
  background: rgba(0, 92, 255, 0.15);
}

.hrtime-gallery__filter.is-active {
  color: #fff;
  background: linear-gradient(135deg, #005cff 0%, #003d99 100%);
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(0, 92, 255, 0.4);
}

/* Layout: Bootstrap .row (see hrtime-grid.css) */
.hrtime-gallery__mosaic.row {
  margin-top: 0;
}

.gallery-tile {
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.gallery-tile.is-hidden {
  display: none;
}

.gallery-tile__link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: inherit;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  background: #1a2238;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.gallery-tile__link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: background 0.35s ease, opacity 0.35s ease;
  pointer-events: none;
}

.gallery-tile__link:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 92, 255, 0.45);
  box-shadow: 0 24px 56px rgba(0, 92, 255, 0.25);
}

.gallery-tile__link:hover::before {
  background: rgba(0, 0, 0, 0.12);
  opacity: 1;
}

.gallery-tile__media {
  position: absolute;
  inset: 0;
}

.gallery-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-tile__link:hover .gallery-tile__media img {
  transform: scale(1.07);
}

.gallery-tile__panel,
.gallery-tile__cat,
.gallery-tile__name,
.gallery-tile__action {
  display: none !important;
}

@media (max-width: 991px) {
  .hrtime-certs__legend {
    justify-content: flex-start;
    margin-top: 8px;
  }

  .hrtime-gallery__filters {
    justify-content: flex-start;
  }
}

/*--------------------------------------------------------------
# Footer â€” HRTime (informative)
--------------------------------------------------------------*/
.site-footer--hrtime .site-footer__top {
  padding-top: 56px;
  padding-bottom: 56px;
}

.site-footer--hrtime .site-footer__bottom {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__cta {
  position: relative;
  z-index: 2;
  padding: 0 0 8px;
}

.footer-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px 32px;
  padding: 28px 32px;
  background: linear-gradient(135deg, rgba(0, 92, 255, 0.92) 0%, rgba(0, 45, 120, 0.95) 100%);
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-cta__label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

.footer-cta__title {
  margin: 0 0 8px;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  font-family: var(--conalz-font, "Titillium Web", sans-serif);
}

.footer-cta__text {
  margin: 0;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.footer-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.footer-cta__btn {
  background: #fff !important;
  color: #005cff !important;
}

.footer-cta__btn:hover {
  background: #eef4ff !important;
  color: #003d99 !important;
}

.footer-cta__wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #25d366;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.footer-cta__wa:hover {
  background: #1fb855;
  color: #fff;
  transform: translateY(-2px);
}

.footer-hr__logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-hr__logo img {
  max-height: 52px;
  width: auto;
}

.footer-hr__about {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.footer-hr__meta {
  margin: 0 0 22px;
  padding: 0;
}

.footer-hr__meta li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-hr__meta i {
  width: 18px;
  color: #5b9aff;
  text-align: center;
}

.footer-hr__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.footer-hr__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.footer-hr__social a:hover {
  background: #005cff;
  border-color: #005cff;
  color: #fff;
  transform: translateY(-3px);
}

.footer-hr__title {
  margin: 0 0 22px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  font-family: var(--conalz-font, "Titillium Web", sans-serif);
  border-bottom: 2px solid rgba(0, 92, 255, 0.5);
}

.footer-hr__links li {
  margin-bottom: 10px;
}

.footer-hr__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-hr__links a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 92, 255, 0.6);
  flex-shrink: 0;
  transition: background 0.2s ease;
}

.footer-hr__links a:hover {
  color: #fff;
  padding-left: 4px;
}

.footer-hr__links a:hover::before {
  background: #5b9aff;
}

.footer-hr__services-cols.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0.5rem;
}

.footer-hr__contact-list li {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.footer-hr__contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  font-size: 16px;
  color: #5b9aff;
  background: rgba(0, 92, 255, 0.15);
  border-radius: 10px;
}

.footer-hr__contact-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.footer-hr__contact-list span > a,
.footer-hr__contact-list span {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.footer-hr__contact-list a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-hr__contact-list a:hover {
  color: #5b9aff;
}

.site-footer--hrtime .site-footer__bottom-inner.footer-hr__bottom {
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: left;
}

.footer-hr__bottom {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
}

.footer-hr__copy {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  flex: 1 1 auto;
  min-width: 0;
}

.footer-hr__copy strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.footer-hr__credit--v1 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.footer-hr__credit-powered {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.28);
}

.footer-hr__credit-brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  opacity: 0.82;
  transition: opacity 0.2s ease;
}

.footer-hr__credit-brand:hover {
  opacity: 1;
}

.footer-hr__credit-logo {
  display: block;
  height: 22px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

.footer-hr__legal {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px 20px;
  margin: 0;
  padding: 0;
}

.footer-hr__legal a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-hr__legal a:hover {
  color: #5b9aff;
}

@media (max-width: 991px) {
  .footer-cta {
    padding: 24px 22px;
  }

  .footer-hr__bottom {
    gap: 10px 14px;
  }

  .footer-hr__copy {
    font-size: 12px;
  }

  .footer-hr__legal a {
    font-size: 12px;
  }

  .footer-hr__credit-logo {
    height: 18px;
  }

  .footer-hr__credit-powered {
    font-size: 9px;
  }
}

@media (max-width: 767px) {
  .site-footer--hrtime .site-footer__bottom-inner.footer-hr__bottom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: left;
    gap: 8px 10px;
  }

  .footer-hr__copy {
    font-size: 11px;
  }

  .footer-hr__legal {
    gap: 6px 10px;
  }

  .footer-hr__legal a {
    font-size: 11px;
  }

  .footer-hr__credit-logo {
    height: 16px;
  }
}

@media (max-width: 575px) {
  .footer-cta__actions {
    width: 100%;
  }

  .footer-cta__btn,
  .footer-cta__wa {
    flex: 1;
    justify-content: center;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Partners logo carousel (between hero & services)
--------------------------------------------------------------*/
.partners-carousel {
  padding: 44px 0 48px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-bottom: 1px solid rgba(0, 92, 255, 0.08);
}

.partners-carousel__tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #005cff;
  background: rgba(0, 92, 255, 0.08);
  border-radius: 100px;
}

.partners-carousel__title {
  margin: 0 0 28px;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.3;
  color: #1a2233;
  font-family: var(--conalz-font, "Titillium Web", sans-serif);
}

.partners-carousel__title span {
  color: #005cff;
}

.partners-carousel__wrap {
  position: relative;
  padding: 0 8px;
}

.partners-carousel__slider .owl-stage-outer {
  overflow: hidden;
}

.partners-carousel__slider .owl-stage {
  display: flex;
  align-items: center;
}

.partners-carousel__slider .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-carousel__slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-carousel__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid rgba(0, 92, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(15, 22, 41, 0.06);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.partners-carousel__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 52px;
  object-fit: contain;
  object-position: center center;
  filter: grayscale(100%);
  opacity: 0.72;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.partners-carousel__slide:hover .partners-carousel__logo {
  border-color: rgba(0, 92, 255, 0.28);
  box-shadow: 0 10px 28px rgba(0, 92, 255, 0.12);
  transform: translateY(-2px);
}

.partners-carousel__slide:hover .partners-carousel__logo img {
  filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 767px) {
  .partners-carousel {
    padding: 36px 0 40px;
  }

  .partners-carousel__logo {
    height: 68px;
    padding: 10px 14px;
  }

  .partners-carousel__logo img {
    max-height: 44px;
  }
}

@media (max-width: 479px) {
  .partners-carousel__head {
    padding: 0 4px;
  }

  .partners-carousel__title {
    margin-bottom: 22px;
  }

  .partners-carousel__logo {
    height: 60px;
  }

  .partners-carousel__logo img {
    max-height: 38px;
  }
}

/*--------------------------------------------------------------
# Vacancies — Vakansiyalar
--------------------------------------------------------------*/
.vacancies-section {
  position: relative;
  padding: 100px 0 110px;
  background: linear-gradient(180deg, #f4f7fc 0%, #eef2f9 100%);
}

.vacancies-section__head {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.vacancies-section__head .section-title__text {
  margin-bottom: 0;
}

.vacancies-section__actions {
  margin-top: 40px;
  text-align: center;
}

.vacancies-section__all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  color: #005cff;
  background: #fff;
  border: 2px solid rgba(0, 92, 255, 0.25);
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, gap 0.25s ease;
}

.vacancies-section__all:hover {
  color: #fff;
  background: #005cff;
  border-color: #005cff;
  gap: 14px;
}

.vacancy-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 26px 24px 24px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(15, 22, 41, 0.08);
  box-shadow: 0 8px 32px rgba(15, 22, 41, 0.06);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.vacancy-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 92, 255, 0.28);
  box-shadow: 0 16px 40px rgba(0, 92, 255, 0.12);
}

.vacancy-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.vacancy-card__dept {
  font-size: 13px;
  font-weight: 600;
  color: #005cff;
  line-height: 1.3;
}

.vacancy-card__badge {
  flex-shrink: 0;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(135deg, #005cff, #003d99);
  border-radius: 999px;
}

.vacancy-card__client {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: -4px 0 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #3d4559;
}

.vacancy-card__client i {
  margin-top: 2px;
  color: #005cff;
  flex-shrink: 0;
}

.vacancy-card__title {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  color: #0f1629;
  font-family: var(--conalz-font, "Titillium Web", sans-serif);
}

.vacancy-card__excerpt {
  margin: 0 0 16px;
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.65;
  color: #5a6278;
}

.vacancy-card__meta {
  margin: 0 0 18px;
  padding: 0;
}

.vacancy-card__meta li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #3d4559;
}

.vacancy-card__meta li:last-child {
  margin-bottom: 0;
}

.vacancy-card__meta i {
  margin-top: 3px;
  color: #005cff;
  width: 14px;
  text-align: center;
  flex-shrink: 0;
}

.vacancy-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 600;
  color: #005cff;
  background: rgba(0, 92, 255, 0.08);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, gap 0.25s ease;
}

.vacancy-card__btn:hover {
  color: #fff;
  background: #005cff;
  gap: 12px;
}

.vacancy-card__btn i {
  font-size: 13px;
  transition: transform 0.25s ease;
}

.vacancy-card__btn:hover i {
  transform: translateX(3px);
}

/* Full page */
.vacancies-page {
  padding: 70px 0 100px;
  background: #f4f7fc;
}

.vacancy-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
  padding: 0 4px;
}

.vacancy-filter__btn {
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #3d4559;
  background: #fff;
  border: 1px solid rgba(15, 22, 41, 0.12);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.vacancy-filter__btn:hover,
.vacancy-filter__btn.is-active {
  color: #fff;
  background: #005cff;
  border-color: #005cff;
}

.vacancies-page__note {
  max-width: 640px;
  margin: 0 auto 32px;
  text-align: center;
  font-size: 15px;
  line-height: 1.65;
  color: #5a6278;
}

/* Vacancy admin panel */
.vacancy-admin-login {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 auto 20px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #5a6278;
  background: #fff;
  border: 1px dashed rgba(15, 22, 41, 0.2);
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.vacancies-page .container {
  position: relative;
}

.vacancy-admin-login {
  position: absolute;
  top: 0;
  right: 12px;
  margin: 0;
  z-index: 2;
}

.vacancy-admin-login:hover {
  color: #005cff;
  border-color: #005cff;
  background: rgba(0, 92, 255, 0.06);
}

.vacancy-admin-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #eef4ff 0%, #fff 100%);
  border: 1px solid rgba(0, 92, 255, 0.22);
  border-radius: 14px;
}

.vacancy-admin-bar__label {
  font-size: 14px;
  font-weight: 700;
  color: #005cff;
}

.vacancy-admin-bar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vacancy-admin__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.vacancy-admin__btn--add {
  color: #fff;
  background: #005cff;
}

.vacancy-admin__btn--add:hover {
  background: #0046c8;
}

.vacancy-admin__btn--delete,
.vacancy-admin__btn--danger {
  color: #fff;
  background: #c0392b;
}

.vacancy-admin__btn--delete:hover,
.vacancy-admin__btn--danger:hover {
  background: #922b21;
}

.vacancy-admin__btn--out {
  color: #3d4559;
  background: #fff;
  border: 1px solid rgba(15, 22, 41, 0.15);
}

.vacancy-admin__btn--out:hover {
  border-color: rgba(15, 22, 41, 0.35);
}

.vacancy-card {
  position: relative;
}

.vacancy-card__admin-del {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 28px;
  height: 28px;
  padding: 0;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background: #c0392b;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(192, 57, 43, 0.4);
}

.vacancy-card__admin-del:hover {
  background: #922b21;
}

.vacancy-admin-modal__hint {
  margin: 0 0 14px;
  font-size: 14px;
  color: #5a6278;
}

.vacancy-admin-field__label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #3d4559;
}

.vacancy-admin-field__label small {
  font-weight: 400;
  color: #5a6278;
}

.vacancy-admin-field__input,
.vacancy-admin-field__textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid rgba(15, 22, 41, 0.15);
  border-radius: 8px;
}

.vacancy-admin-field__textarea {
  resize: vertical;
}

.vacancy-admin-field__check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
}

.vacancy-admin-modal__result {
  padding: 10px 12px;
  font-size: 14px;
  border-radius: 8px;
}

.vacancy-admin-modal__result--ok {
  color: #1e6b3a;
  background: rgba(39, 174, 96, 0.12);
}

.vacancy-admin-modal__result--err {
  color: #922b21;
  background: rgba(192, 57, 43, 0.1);
}

@media (max-width: 767px) {
  .vacancy-admin-login {
    position: static;
    display: flex;
    margin: 0 auto 16px;
  }

  .vacancy-admin-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .vacancy-admin-bar__actions {
    flex-direction: column;
  }

  .vacancy-admin__btn {
    justify-content: center;
    width: 100%;
  }
}

/* Modal */
.modal-backdrop.vacancy-modal-backdrop,
.vacancy-modal.show ~ .modal-backdrop,
body.modal-open .modal-backdrop {
  background: rgba(15, 22, 41, 0.65);
}

.vacancy-modal {
  z-index: 1060;
}

.vacancy-modal.show {
  display: block !important;
}

.vacancy-modal__dialog {
  max-width: min(720px, calc(100vw - 24px));
  margin: 12px auto;
}

.vacancy-modal__content {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(15, 22, 41, 0.2);
}

.vacancy-modal__header {
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 12px;
  padding: 22px 22px 16px;
  border-bottom: 1px solid rgba(15, 22, 41, 0.08);
  background: linear-gradient(135deg, #f8faff 0%, #fff 100%);
}

.vacancy-modal__header-text {
  min-width: 0;
  flex: 1;
}

.vacancy-modal__recruiter {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  color: #5a6278;
  line-height: 1.4;
}

.vacancy-modal__recruiter i {
  color: #005cff;
  margin-right: 4px;
}

.vacancy-modal__dept {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: #005cff;
}

.vacancy-modal__client {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: #3d4559;
}

.vacancy-modal__client i {
  color: #005cff;
  margin-right: 6px;
}

.vacancy-modal__banner {
  margin: 0 0 18px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.55;
  color: #3d4559;
  background: rgba(0, 92, 255, 0.06);
  border-left: 3px solid #005cff;
  border-radius: 0 10px 10px 0;
}

.vacancy-modal__banner p {
  margin: 0;
}

.vacancy-modal__banner i {
  color: #005cff;
  margin-right: 6px;
}

.vacancy-modal__title {
  margin: 0;
  font-size: clamp(20px, 4.5vw, 26px);
  line-height: 1.3;
  font-weight: 700;
  color: #0f1629;
}

.vacancy-modal__close {
  flex-shrink: 0;
  margin: 0;
  padding: 8px;
  opacity: 0.7;
}

.vacancy-modal__body {
  padding: 18px 22px 8px;
}

.vacancy-modal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0 0 18px;
  padding: 0;
}

.vacancy-modal__meta li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #3d4559;
}

.vacancy-modal__meta i {
  color: #005cff;
}

.vacancy-modal__lead {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.65;
  color: #5a6278;
}

.vacancy-modal__block {
  margin-bottom: 18px;
}

.vacancy-modal__block h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0f1629;
}

.vacancy-modal__block ul {
  margin: 0;
  padding-left: 1.2rem;
}

.vacancy-modal__block li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.55;
  color: #5a6278;
}

.vacancy-modal__footer {
  padding: 16px 22px 22px;
  border-top: 1px solid rgba(15, 22, 41, 0.08);
  background: #fafbfd;
}

.vacancy-modal__apply {
  width: 100%;
  text-align: center;
}

.vacancy-modal__dismiss {
  width: 100%;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #5a6278;
  background: transparent;
  border: 1px solid rgba(15, 22, 41, 0.15);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.vacancy-modal__dismiss:hover {
  color: #0f1629;
  border-color: rgba(15, 22, 41, 0.3);
}

/* CV apply form in modal */
.vacancy-modal__apply-wrap {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(15, 22, 41, 0.1);
}

.vacancy-modal__apply-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #0f1629;
}

.vacancy-modal__apply-hint {
  margin: 0 0 16px;
  font-size: 13px;
  color: #5a6278;
}

.vacancy-apply-form__row {
  margin-bottom: 14px;
}

.vacancy-apply-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

@media (max-width: 575px) {
  .vacancy-apply-form__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.vacancy-apply-form__label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #3d4559;
}

.vacancy-apply-form__label span {
  color: #c0392b;
}

.vacancy-apply-form__input,
.vacancy-apply-form__textarea,
.vacancy-apply-form__file {
  width: 100%;
  padding: 11px 14px;
  font-size: 15px;
  line-height: 1.4;
  color: #0f1629;
  background: #fff;
  border: 1px solid rgba(15, 22, 41, 0.15);
  border-radius: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vacancy-apply-form__input:focus,
.vacancy-apply-form__textarea:focus,
.vacancy-apply-form__file:focus {
  outline: none;
  border-color: #005cff;
  box-shadow: 0 0 0 3px rgba(0, 92, 255, 0.12);
}

.vacancy-apply-form__textarea {
  resize: vertical;
  min-height: 80px;
}

.vacancy-apply-form__file {
  padding: 9px 12px;
  font-size: 14px;
}

.vacancy-apply-form__submit {
  width: 100%;
  margin-top: 4px;
}

.vacancy-apply-form__result {
  margin-bottom: 12px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 10px;
}

.vacancy-apply-form__result p {
  margin: 0;
}

.vacancy-apply-form__result--success {
  color: #1e6b3a;
  background: rgba(39, 174, 96, 0.12);
  border: 1px solid rgba(39, 174, 96, 0.35);
}

.vacancy-apply-form__result--error {
  color: #922b21;
  background: rgba(192, 57, 43, 0.1);
  border: 1px solid rgba(192, 57, 43, 0.3);
}

.vacancy-apply-form__result--loading {
  color: #3d4559;
  background: rgba(0, 92, 255, 0.08);
  border: 1px solid rgba(0, 92, 255, 0.2);
}

@media (min-width: 576px) {
  .vacancy-modal__footer .vacancy-modal__apply,
  .vacancy-modal__footer .vacancy-modal__dismiss {
    width: auto;
    flex: 1;
  }
}

@media (max-width: 991px) {
  .vacancies-section {
    padding: 80px 0 90px;
  }
}

@media (max-width: 767px) {
  .vacancies-section {
    padding: 64px 0 72px;
  }

  .vacancies-section__head {
    margin-bottom: 32px;
  }

  .vacancy-card {
    padding: 22px 20px 20px;
  }

  .vacancy-card__title {
    font-size: 18px;
  }

  .vacancies-page {
    padding: 48px 0 72px;
  }

  .vacancy-filter {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .vacancy-filter__btn {
    flex-shrink: 0;
  }

  .vacancy-modal__header,
  .vacancy-modal__body,
  .vacancy-modal__footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .vacancy-modal__meta {
    flex-direction: column;
    gap: 8px;
  }
}

