.kz-site,
.kz-site :not(.fa) {
  font-family: Arial, sans-serif !important;
}

.kz-site {
  --kz-black: #201f1c;
  --kz-white: #ffffff;
  --kz-blue: #003b83;
  --kz-mid-blue: #005ead;
  --kz-deep-blue: #113a58;
  --kz-yellow: #fdd000;
  --kz-pale-yellow: #ffe893;
  --kz-gold: #e6a722;
  --kz-orange: #e08030;
  --kz-light-gray: #eaeef1;
  --kz-dark-gray: #3e3c39;
}

.kz-site .nav-top .nav-link,
.kz-site .nav.navbar-left .nav-link {
  color: var(--kz-blue) !important;
}

.kz-site .nav-top .nav-link:hover,
.kz-site .nav-top .nav-link:focus {
  color: var(--kz-blue) !important;
}

.kz-site .nav-top #language {
  color: var(--kz-white) !important;
}

.kz-site .nav-top #language:hover,
.kz-site .nav-top #language:focus {
  color: var(--kz-yellow) !important;
}

.kz-site .nav-top .bg-yellow {
  background: var(--kz-yellow) !important;
  color: var(--kz-blue) !important;
}

.kz-site .nav-top .working-hours__content,
.kz-site .nav-top .working-hours__content:hover {
  min-width: 145px;
  margin-left: 8px;
  padding: 4px 12px !important;
  border-left: 3px solid var(--kz-yellow);
  border-radius: 2px;
  background: rgba(0, 31, 69, 0.35);
  color: var(--kz-white) !important;
  line-height: 1.2;
}

.kz-site .nav-top .working-hours__title {
  color: var(--kz-yellow);
  font-size: 14px;
  font-weight: 700;
}

.kz-site .nav-top .working-hours__time {
  color: var(--kz-white);
  font-size: 13px;
}

.kz-site .nav-bottom {
  background-color: var(--kz-blue) !important;
  background-image: url("/assets/images/header-bg-kz.png") !important;
}

.kz-site .nav-bottom .navbar-nav > .nav-item > .nav-link {
  color: var(--kz-white) !important;
}

.kz-site .nav-bottom .navbar-nav > .nav-item > .nav-link:hover,
.kz-site .nav-bottom .navbar-nav > .nav-item > .nav-link:focus {
  color: var(--kz-yellow) !important;
}

.kz-site .nav-bottom .dropdown-menu,
.kz-site .right-dropdown {
  background-color: var(--kz-mid-blue) !important;
}

.kz-site .nav-bottom .dropdown-item {
  color: var(--kz-white) !important;
}

.kz-site .nav-bottom .dropdown-item:hover,
.kz-site .nav-bottom .dropdown-item:focus {
  background-color: var(--kz-yellow) !important;
  color: var(--kz-blue) !important;
}

.kz-site .search-input {
  background: var(--kz-deep-blue);
}

/* Category cards: dark image tile with a corner number badge and a bottom yellow accent bar, hover lifts and gains focus while siblings dim. */
.kz-site .en.container-fluid.models .row {
  isolation: isolate;
}

.kz-site .en.container-fluid.models .card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 20, 45, 0.12);
  transition: filter 260ms ease;
}

.kz-site .en.container-fluid.models .card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 4px;
  background: var(--kz-yellow);
}

.kz-site .en.container-fluid.models .card-img {
  filter: saturate(0.75) brightness(0.92);
  transition:
    transform 400ms ease,
    filter 300ms ease;
}

.kz-site .en.container-fluid.models .card .card-img-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 48px 56px 18px 20px;
  background: linear-gradient(
    180deg,
    rgba(0, 39, 83, 0) 30%,
    rgba(0, 39, 83, 0.55) 65%,
    rgba(0, 39, 83, 0.92) 100%
  );
  transition: background 260ms ease;
}

.kz-site .en.container-fluid.models .card-img-overlay > .card-text:first-child {
  position: absolute;
  top: 14px;
  left: 14px;
  margin: 0;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 12px;
  font-weight: 600;
}

.kz-site
  .en.container-fluid.models
  .card-img-overlay
  > .card-text:nth-child(2) {
  margin: 0;
  color: var(--kz-white) !important;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

.kz-site .en.container-fluid.models .see-details-btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  color: transparent;
  font-size: 0;
  transition:
    width 300ms ease,
    padding 300ms ease,
    gap 200ms ease,
    font-size 200ms ease,
    color 200ms ease,
    background 220ms ease,
    border-color 220ms ease;
}

.kz-site .en.container-fluid.models .see-details-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin: 0;
  color: var(--kz-white);
}

.kz-site
  .en.container-fluid.models
  .row:has(.col-md-3:hover)
  .col-md-3:not(:hover)
  .card {
  filter: brightness(0.5);
}

.kz-site .en.container-fluid.models .col-md-3:hover .card {
  z-index: 1;
}

.kz-site .en.container-fluid.models .col-md-3:hover .card-img {
  filter: saturate(1) brightness(1);
  transform: scale(1.08);
}

.kz-site .en.container-fluid.models .col-md-3:hover .card .card-img-overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 39, 83, 0) 15%,
    rgba(0, 39, 83, 0.65) 55%,
    rgba(0, 39, 83, 0.95) 100%
  );
}

.kz-site .en.container-fluid.models .col-md-3:hover .see-details-btn {
  width: 120px;
  padding: 0 14px;
  gap: 8px;
  border-color: var(--kz-yellow);
  background: rgba(0, 0, 0, 0.4);
  color: var(--kz-white) !important;
  font-size: 13px;
}

@media (max-width: 991px) {
  .kz-site .en.container-fluid.models .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 14px;
    padding: 4px 4px 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .kz-site .en.container-fluid.models .row::-webkit-scrollbar {
    display: none;
  }

  .kz-site .en.container-fluid.models .col-md-3 {
    flex: 0 0 40%;
    max-width: 40% !important;
    scroll-snap-align: start;
  }

  .kz-site .en.container-fluid.models .card-img {
    height: 240px;
  }

  .kz-site .en.container-fluid.models .card .card-img-overlay {
    padding: 42px 50px 16px 16px;
  }

  .kz-site
    .en.container-fluid.models
    .card-img-overlay
    > .card-text:nth-child(2) {
    font-size: 16px;
  }

  .kz-site .en.container-fluid.models .see-details-btn {
    right: 12px;
    bottom: 12px;
    width: 36px;
    height: 36px;
  }

  .kz-site .en.container-fluid.models .col-md-3:hover .see-details-btn {
    width: 108px;
  }
}

@media (max-width: 767px) {
  .kz-site .en.container-fluid.models .col-md-3 {
    flex: 0 0 78%;
    max-width: 78% !important;
  }

  .kz-site .en.container-fluid.models .card-img {
    height: 220px;
  }

  .kz-site .en.container-fluid.models .card .card-img-overlay {
    padding: 40px 54px 16px 16px;
  }

  .kz-site
    .en.container-fluid.models
    .card-img-overlay
    > .card-text:first-child {
    top: 10px;
    left: 10px;
    padding: 3px 8px;
    font-size: 11px;
  }

  .kz-site
    .en.container-fluid.models
    .card-img-overlay
    > .card-text:nth-child(2) {
    font-size: 17px;
  }

  .kz-site .en.container-fluid.models .see-details-btn {
    right: 12px;
    bottom: 12px;
    width: 38px;
    height: 38px;
  }

  .kz-site .en.container-fluid.models .see-details-icon {
    width: 14px;
    height: 14px;
  }
}

.kz-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.96fr);
  gap: 20px;
  /* max-width: 1440px; */
  min-height: 620px;
  margin: 24px auto 60px;
  padding: 0 24px;
}

.kz-home-grid__main,
#kzHomepageSlider,
#kzHomepageSlider .carousel-inner,
#kzHomepageSlider .carousel-item {
  height: 620px;
}

.kz-home-grid__side,
.kz-home-grid__tiles {
  min-width: 0;
  min-height: 0;
}

.kz-home-grid__main,
.kz-promo-card,
.kz-testimonial-card {
  overflow: hidden;
  background: var(--kz-deep-blue);
}

#kzHomepageSlider .slide-img-link,
#kzHomepageSlider .mobile-slide-img-link {
  position: relative;
  height: 100%;
}

#kzHomepageSlider .slide-img-link {
  display: block;
}

#kzHomepageSlider .mobile-slide-img-link {
  display: none;
}

#kzHomepageSlider .slide-img,
#kzHomepageSlider .mobile-slide-img {
  width: 100%;
  height: 100%;
  object-fit: unset;
}

#kzHomepageSlider .img-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(32, 31, 28, 0.1);
}

.kz-home-grid__side {
  display: grid;
  grid-template-rows: repeat(2, minmax(280px, 1fr));
  gap: 20px;
}

.kz-campaigns-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: var(--kz-white);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.kz-campaigns-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.kz-campaigns-title {
  margin: 0;
  color: var(--kz-deep-blue);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  text-transform: uppercase;
}

.kz-campaigns-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.kz-campaign-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e1e5eb;
  border-radius: 4px;
  background: var(--kz-white);
}

.kz-campaign-card__media {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
  background: #f8f9fa;
}

.kz-campaign-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kz-campaign-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 50%;
  background: #dc3545;
  color: var(--kz-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.kz-campaign-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  background: var(--kz-white);
}

.kz-campaign-card__model {
  color: var(--kz-deep-blue);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.kz-campaign-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px 16px;
  border: 0;
  background: var(--kz-yellow);
  color: var(--kz-blue);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 200ms ease,
    transform 200ms ease;
}

.kz-campaign-card__btn:hover,
.kz-campaign-card__btn:focus {
  background: var(--kz-gold);
  color: var(--kz-blue);
  text-decoration: none;
  transform: translateY(-2px);
}

.kz-campaign-card__btn img {
  width: 8px;
  height: 12px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(83%) saturate(1857%)
    hue-rotate(194deg) brightness(84%) contrast(108%);
}

.kz-campaign-carousel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#kz-campaign-slider.owl-carousel {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#kz-campaign-slider .owl-stage-outer {
  position: relative;
  overflow: hidden;
  height: 100%;
}

#kz-campaign-slider .owl-stage {
  display: flex;
  height: 100%;
}

#kz-campaign-slider .owl-item {
  position: relative;
  height: 100%;
}

.kz-campaign-slide-item {
  display: flex;
  height: 100%;
  width: 100%;
}

.kz-campaign-slide-item .kz-campaign-card {
  width: 100%;
  height: 100%;
}

#kz-campaign-slider .owl-dots {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: auto;
  z-index: 10;
  margin: 0 !important;
  text-align: right;
}

#kz-campaign-slider .owl-dot {
  display: inline-block;
  outline: none;
}

#kz-campaign-slider .owl-dot span {
  display: block;
  width: 28px;
  height: 4px;
  margin: 5px 3px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  transition: background 300ms ease;
}

#kz-campaign-slider .owl-dot.active span,
#kz-campaign-slider .owl-dot:hover span {
  background: #333333;
}

.kz-home-grid__tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

/* Sales Campaigns Section */
.kz-sales-campaigns-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.kz-sales-campaigns-header {
  text-align: center;
  margin-bottom: 48px;
}

.kz-section-subtitle {
  color: var(--kz-yellow);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.kz-section-title {
  color: var(--kz-deep-blue);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.kz-campaign-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.kz-campaign-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e1e5eb;
  border-radius: 8px;
  background: var(--kz-white);
  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
}

.kz-campaign-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 59, 131, 0.12);
}

.kz-campaign-product-card__image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f8f9fa;
}

.kz-campaign-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 300ms ease;
}

.kz-campaign-product-card:hover .kz-campaign-product-card__image img {
  transform: scale(1.05);
}

.kz-campaign-product-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  padding: 8px 16px;
  border-radius: 50px;
  background: #dc3545;
  color: var(--kz-white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

.kz-campaign-product-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  flex: 1;
}

.kz-campaign-product-card__model {
  color: var(--kz-deep-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.kz-campaign-product-card__title {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  flex: 1;
}

.kz-campaign-product-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 20px;
  border: 2px solid var(--kz-yellow);
  border-radius: 4px;
  background: var(--kz-yellow);
  color: var(--kz-blue);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 200ms ease;
}

.kz-campaign-product-card__btn:hover,
.kz-campaign-product-card__btn:focus {
  background: transparent;
  color: var(--kz-blue);
  transform: translateY(-2px);
}

.kz-campaign-product-card__btn img {
  width: 8px;
  height: 12px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(83%) saturate(1857%)
    hue-rotate(194deg) brightness(84%) contrast(108%);
}

.kz-banner,
.kz-promo-card,
.kz-testimonial-card {
  position: relative;
  display: block;
  height: 100%;
  color: var(--kz-white) !important;
  text-decoration: none !important;
}

.kz-banner picture,
.kz-banner picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.kz-banner picture img {
  object-fit: cover;
}

.kz-banner__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 38%,
    rgba(32, 31, 28, 0.86) 100%
  );
}

.kz-banner__content,
.kz-testimonial-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px;
}

.kz-banner__content strong,
.kz-promo-card strong,
.kz-testimonial-card strong {
  max-width: 520px;
  font-size: clamp(24px, 3vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.kz-banner__content small {
  max-width: 520px;
  margin-top: 12px;
  font-size: 16px;
}

.kz-banner__cta,
.kz-promo-card__cta,
.kz-testimonial-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-top: 22px;
  background: var(--kz-yellow);
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.kz-banner__cta img,
.kz-promo-card__cta img,
.kz-testimonial-card__cta img {
  width: 9px;
  height: 15px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(83%) saturate(1857%)
    hue-rotate(194deg) brightness(84%) contrast(108%);
}

.kz-banner:hover .kz-banner__cta,
.kz-banner:focus .kz-banner__cta,
.kz-promo-card:hover .kz-promo-card__cta,
.kz-promo-card:focus .kz-promo-card__cta,
.kz-testimonial-card:hover .kz-testimonial-card__cta,
.kz-testimonial-card:focus .kz-testimonial-card__cta {
  background: var(--kz-white);
  transform: translateX(5px);
}

.kz-promo-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 28px;
}

.kz-promo-card::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.22;
  background-position: center;
  background-size: cover;
  transition:
    transform 300ms ease,
    opacity 300ms ease;
}

.kz-promo-card--sales::before {
  background-image:
    linear-gradient(90deg, rgba(32, 31, 28, 0.92), rgba(32, 31, 28, 0.12)),
    url("/assets/images/news1.jpg");
}

.kz-promo-card--why::before {
  background-image:
    linear-gradient(90deg, rgba(32, 31, 28, 0.92), rgba(32, 31, 28, 0.12)),
    url("/assets/images/advantages.png");
}

.kz-promo-card > *,
.kz-testimonial-card__content > * {
  position: relative;
  z-index: 1;
}

.kz-promo-card:hover::before,
.kz-promo-card:focus::before {
  opacity: 0.4;
  transform: scale(1.04);
}

.kz-promo-card__eyebrow {
  margin-bottom: 12px;
  color: var(--kz-yellow);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kz-promo-card strong,
.kz-testimonial-card strong {
  font-size: clamp(20px, 2vw, 32px);
}

.kz-testimonial-card {
  background: var(--kz-dark-gray);
}

.kz-testimonial-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  opacity: 0.54;
  transition:
    transform 300ms ease,
    opacity 300ms ease;
}

.kz-testimonial-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(32, 31, 28, 0.92),
    rgba(32, 31, 28, 0.12)
  );
}

.kz-testimonial-card:hover > img,
.kz-testimonial-card:focus > img {
  opacity: 0.66;
  transform: scale(1.025);
}

#kzHomepageSlider .carousel-indicators {
  right: auto;
  bottom: 22px;
  left: 36px;
  z-index: 3;
  justify-content: flex-start;
  width: auto;
  margin: 0;
  transform: translateY(0);
}

#kzHomepageSlider .carousel-indicators li {
  width: 28px;
  height: 4px;
  border: 0;
  background: var(--kz-white);
}

#kzHomepageSlider .carousel-indicators .active {
  background: var(--kz-yellow);
}

#kzHomepageSlider .carousel-control-prev,
#kzHomepageSlider .carousel-control-next {
  z-index: 4;
  width: 8%;
}

.why-sem-kz-container {
  max-width: 1440px;
  min-height: 620px;
  height: 75vh;
  margin: 24px auto 60px;
  padding: 0 24px;
}
.kz-mobile-logo {
  display: none;
}
.kz-footer-logo {
  width: 160px;
  aspect-ratio: 160/64;
}

@media (max-width: 991px) {
  .kz-home-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .kz-home-grid__main,
  #kzHomepageSlider,
  #kzHomepageSlider .carousel-inner,
  #kzHomepageSlider .carousel-item {
    height: 540px;
  }

  .kz-home-grid__side {
    min-height: 0;
    grid-template-rows: repeat(2, minmax(300px, auto));
  }

  .kz-campaigns-section {
    padding: 20px;
  }

  .kz-campaigns-grid {
    gap: 14px;
  }

  .kz-campaign-card__media {
    height: 140px;
  }

  .kz-campaign-card__content {
    padding: 14px;
  }

  .kz-campaign-card__model {
    font-size: 15px;
  }

  .kz-campaign-card__btn {
    padding: 9px 14px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .kz-home-grid {
    gap: 12px;
    margin-top: 12px;
    padding: 0 12px;
  }

  .kz-home-grid__main,
  #kzHomepageSlider,
  #kzHomepageSlider .carousel-inner,
  #kzHomepageSlider .carousel-item {
    height: 460px;
  }

  #kzHomepageSlider .slide-img-link {
    display: none;
  }

  #kzHomepageSlider .mobile-slide-img-link {
    display: block;
  }

  .kz-home-grid__side {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 12px;
  }

  .kz-home-grid__tiles {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .kz-campaign-carousel-wrapper {
    height: 300px;
  }

  .kz-promo-card,
  .kz-testimonial-card {
    min-height: 300px;
    height: auto;
  }

  .kz-banner__content,
  .kz-testimonial-card__content,
  .kz-promo-card {
    padding: 24px;
  }

  .kz-banner__content strong {
    font-size: 28px;
  }

  .kz-banner__cta,
  .kz-promo-card__cta,
  .kz-testimonial-card__cta {
    width: 44px;
    height: 44px;
  }

  .kz-campaigns-section {
    padding: 16px;
    gap: 12px;
  }

  .kz-campaigns-title {
    font-size: 18px;
  }

  .kz-campaigns-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .kz-campaign-card__media {
    height: 180px;
  }

  .kz-campaign-card__content {
    padding: 12px;
    gap: 10px;
  }

  .kz-campaign-card__model {
    font-size: 14px;
  }

  .kz-campaign-card__btn {
    padding: 8px 12px;
    font-size: 12px;
  }

  .kz-campaign-card__badge {
    top: 8px;
    right: 8px;
    padding: 4px 10px;
    font-size: 10px;
  }

  /* Sales Campaigns Section Mobile */
  .kz-sales-campaigns-section {
    padding: 48px 0;
  }

  .kz-sales-campaigns-header {
    margin-bottom: 32px;
  }

  .kz-section-subtitle {
    font-size: 12px;
  }

  .kz-section-title {
    font-size: 24px;
  }

  .kz-campaign-products-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .kz-campaign-product-card__image {
    height: 200px;
  }

  .kz-campaign-product-card__content {
    padding: 16px;
  }

  .kz-campaign-product-card__model {
    font-size: 16px;
  }

  .kz-campaign-product-card__btn {
    padding: 10px 16px;
    font-size: 13px;
  }

  .kz-campaign-product-badge {
    top: 12px;
    right: 12px;
    padding: 6px 12px;
    font-size: 11px;
  }
  .kz-mobile-logo {
    display: block;
    width: 60px;
    aspect-ratio: 60/40;
  }
}

.kz-news-section {
  margin-top: 44px;
  margin-bottom: 72px;
}

.kz-news-section > .row:first-of-type,
.kz-news-section > .row:nth-of-type(2) {
  margin-right: 0;
  margin-left: 0;
}

.kz-news-collection {
  width: 100%;
  margin-top: 24px;
}

.kz-news-article {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(260px, 34%) minmax(0, 1fr);
  gap: 28px;
  padding: 28px;
  border: 1px solid #e1e5eb;
  background: var(--kz-white);
  box-shadow: 0 12px 30px rgba(9, 44, 85, 0.08);
}

.kz-news-article__media {
  min-height: 320px;
  overflow: hidden;
  background: #f4f6f8;
}

.kz-news-article__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: contain;
}

.kz-news-article__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  color: var(--kz-dark-gray);
}

.kz-news-article__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.kz-advantages .kz-why-sem-promo {
  margin: 64px -15px 20px;
  padding: 56px;
  background: #8080800d;
}
.kz-why-sem-promo__header {
  max-width: 660px;
  margin: 0 auto 36px;
  text-align: center;
}
.kz-why-sem-promo__header h2 {
  display: inline-block;
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--kz-yellow);
  color: var(--kz-blue);
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 800;
  line-height: 1;
}
.kz-why-sem-promo__header p {
  margin: 16px 0 0;
  color: #66757f;
  font-size: 16px;
}
.kz-why-sem-promo__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.kz-why-sem-promo__card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-bottom: 4px solid var(--kz-yellow);
  background: var(--kz-blue);
}
.kz-why-sem-promo__card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.kz-why-sem-promo__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 32, 70, 0.92),
    rgba(0, 32, 70, 0.18)
  );
  transition: background 0.3s ease;
}
.kz-why-sem-promo__body {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: var(--kz-white);
}
.kz-why-sem-promo__body > span {
  align-self: flex-start;
  margin-bottom: auto;
  padding: 6px 8px;
  background: var(--kz-yellow);
  color: var(--kz-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.kz-why-sem-promo__body h3 {
  max-width: 240px;
  margin: 0;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.16;
}
.kz-why-sem-promo__body p {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.83);
  font-size: 13px;
  line-height: 1.43;
  opacity: 0;
  transform: translateY(10px);
  transition:
    max-height 0.28s ease,
    margin 0.28s ease,
    opacity 0.2s ease,
    transform 0.28s ease;
}
.kz-why-sem-promo__card:hover > img,
.kz-why-sem-promo__card:focus-within > img {
  transform: scale(1.06);
}
.kz-why-sem-promo__card:hover .kz-why-sem-promo__overlay,
.kz-why-sem-promo__card:focus-within .kz-why-sem-promo__overlay {
  background: linear-gradient(
    90deg,
    rgba(0, 32, 70, 0.96),
    rgba(0, 32, 70, 0.42)
  );
}
.kz-why-sem-promo__card:hover .kz-why-sem-promo__body p,
.kz-why-sem-promo__card:focus-within .kz-why-sem-promo__body p {
  max-height: 220px;
  margin-top: 11px;
  opacity: 1;
  transform: translateY(0);
}

.kz-news-article__content h3 {
  margin: 0;
  color: var(--kz-deep-blue);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.25;
  flex: 1;
}

.kz-news-article__date {
  flex-shrink: 0;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  padding-top: 4px;
}

.kz-news-article__content p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.55;
}

.kz-news-article__content p:last-child {
  margin-bottom: 0;
}

.kz-news-article__content a {
  color: var(--kz-deep-blue);
  font-weight: 700;
  text-decoration: underline;
}

.kz-news-collection--slider .owl-stage {
  display: flex;
}

.kz-news-collection--slider .owl-item {
  display: flex;
}

.kz-news-collection--slider .owl-item .kz-news-article {
  width: 100%;
}

.kz-news-collection--slider .owl-dots {
  margin-top: 22px !important;
}

.kz-news-collection--slider .owl-dots .owl-dot span {
  width: 28px;
  height: 4px;
  margin: 5px;
  border-radius: 0;
  background: #cbd3dc;
}

.kz-news-collection--slider .owl-dots .owl-dot.active span,
.kz-news-collection--slider .owl-dots .owl-dot:hover span {
  background: var(--kz-deep-blue);
}

.kz-news-page {
  padding-top: 32px;
}

.kz-news-page .kz-news-collection--feed {
  display: grid;
  gap: 30px;
}

.kz-news-page .kz-news-article {
  border-width: 0 0 2px;
  border-color: var(--kz-deep-blue);
  box-shadow: none;
}

.kz-news-page .kz-news-article:last-child {
  border-bottom: 0;
}

@media (max-width: 991px) {
  .kz-news-article {
    grid-template-columns: minmax(220px, 38%) minmax(0, 1fr);
    gap: 22px;
    padding: 22px;
  }

  .kz-news-article__media,
  .kz-news-article__media img {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .kz-news-section {
    margin-top: 32px;
    margin-bottom: 52px;
  }

  .kz-news-article {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 16px;
  }

  .kz-news-article__media,
  .kz-news-article__media img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .kz-news-article__content h3 {
    margin-bottom: 18px;
  }

  .kz-news-article__content p {
    font-size: 15px;
  }

  .kz-news-page .kz-news-article {
    padding-right: 0;
    padding-left: 0;
  }
}

.kz-testimonial-slider-container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  z-index: 5;
}

.kz-testimonial-card > img,
.kz-testimonial-card__content,
.kz-testimonial-card__cta {
  display: none;
}

#kz-testimonial-slider.owl-carousel {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#kz-testimonial-slider .owl-stage-outer {
  position: relative;
  overflow: hidden;
  height: 100%;
}

#kz-testimonial-slider .owl-stage {
  display: flex;
  height: 100%;
}

#kz-testimonial-slider .owl-item {
  position: relative;
  height: 100%;
}

.kz-testimonial-slide-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  height: 100%;
  width: 100%;
}

.kz-testimonial-slide-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  width: auto;
  max-width: 220px;
}

.kz-testimonial-slide-left .customers-voice-img {
  width: 200px;
  height: auto;
  display: block;
  max-width: 100%;
}

.kz-testimonial-slide-left .card-label {
  color: var(--kz-white);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  line-height: 1.4;
  word-wrap: break-word;
}

.kz-testimonial-slide-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  min-width: 0;
  justify-content: center;
  width: auto;
}

.kz-testimonial-slide-right .lead {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
  word-wrap: break-word;
}

.kz-testimonial-slide-right .font-italic {
  color: #666666;
  font-size: 14px;
  font-style: italic;
  margin: 0;
  line-height: 1.4;
  word-wrap: break-word;
}

#kz-testimonial-slider .owl-dots {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: auto;
  z-index: 10;
  margin: 0 !important;
  text-align: right;
}

#kz-testimonial-slider .owl-dot {
  display: inline-block;
  outline: none;
}

#kz-testimonial-slider .owl-dot span {
  display: block;
  width: 28px;
  height: 4px;
  margin: 5px 3px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  transition: background 300ms ease;
}

#kz-testimonial-slider .owl-dot.active span,
#kz-testimonial-slider .owl-dot:hover span {
  background: #333333;
}
.kz-news-article__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .kz-testimonial-slide-item {
    padding: 24px;
    gap: 24px;
  }

  .kz-testimonial-slide-left .customers-voice-img {
    width: 160px;
    height: auto;
  }

  .kz-testimonial-slide-left .card-label {
    font-size: 15px;
  }

  .kz-testimonial-slide-right .lead {
    font-size: 14px;
  }

  .kz-testimonial-slide-right .font-italic {
    font-size: 13px;
  }

  #kz-testimonial-slider .owl-dots {
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .kz-testimonial-card {
    height: 400px;
  }
  .kz-testimonial-slide-item {
    flex-direction: column;
    padding: 20px;
    gap: 16px;
    text-align: center;
  }

  .kz-testimonial-slide-left .customers-voice-img {
    width: 150px;
    height: auto;
  }

  .kz-testimonial-slide-left .card-label {
    font-size: 14px;
  }

  .kz-testimonial-slide-right .lead {
    font-size: 13px;
  }

  .kz-testimonial-slide-right .font-italic {
    font-size: 12px;
  }

  #kz-testimonial-slider .owl-dots {
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 991px) {
  .kz-advantages .kz-why-sem-promo {
    padding: 48px 30px 32px;
  }
  .kz-why-sem-promo__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .kz-advantages .kz-why-sem-promo {
    margin-top: 48px;
    padding: 40px 20px 20px;
  }
  .kz-why-sem-promo__header {
    margin-bottom: 28px;
  }
  .kz-why-sem-promo__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .kz-why-sem-promo__card {
    min-height: 300px;
  }
  .kz-why-sem-promo__body p {
    max-height: 220px;
    margin-top: 10px;
    opacity: 1;
    transform: none;
  }
}
