:root {
  --kt-black: #07090d;
  --kt-ink: #111827;
  --kt-steel: #1f2937;
  --kt-muted: #64748b;
  --kt-line: #d8dde5;
  --kt-soft: #f4f6f8;
  --kt-red: #d71920;
  --kt-red-dark: #ad1016;
  --kt-white: #ffffff;
}

html,
body {
  overflow-x: hidden;
}

.kt-home {
  color: var(--kt-ink);
  background: var(--kt-white);
}

.kt-home img {
  max-width: 100%;
}

.kt-home a {
  text-decoration: none;
}

.kt-hero {
  position: relative;
  min-height: calc(100vh - 88px);
  display: flex;
  align-items: center;
  padding: 96px 0 88px;
  overflow: hidden;
  background: var(--kt-black);
  color: var(--kt-white);
}

.kt-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(7, 9, 13, 0.94), rgba(7, 9, 13, 0.74) 48%, rgba(215, 25, 32, 0.28)),
    radial-gradient(circle at 80% 16%, rgba(215, 25, 32, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: auto, auto, 28px 28px;
}

.kt-hero .container {
  position: relative;
  z-index: 2;
}

.kt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--kt-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kt-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.kt-hero__title {
  max-width: 760px;
  margin: 0;
  color: var(--kt-white);
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: 0;
}

.kt-hero__lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.75;
}

.kt-hero__actions,
.kt-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.kt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.kt-btn:hover {
  transform: translateY(-2px);
}

.kt-btn--primary {
  background: var(--kt-red);
  color: var(--kt-white);
  box-shadow: 0 18px 36px rgba(215, 25, 32, 0.26);
}

.kt-btn--primary:hover {
  background: var(--kt-red-dark);
  color: var(--kt-white);
}

.kt-btn--ghost {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--kt-white);
  background: rgba(255, 255, 255, 0.07);
}

.kt-btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.48);
  color: var(--kt-white);
  background: rgba(255, 255, 255, 0.12);
}

.kt-btn--light {
  background: var(--kt-white);
  color: var(--kt-ink);
}

.kt-btn--light:hover {
  color: var(--kt-ink);
  box-shadow: 0 18px 36px rgba(255, 255, 255, 0.14);
}

.kt-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.kt-hero__proof span {
  display: inline-flex;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
}

.kt-hero__visual {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.kt-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(215, 25, 32, 0.22), transparent 45%, rgba(255, 255, 255, 0.08));
  pointer-events: none;
  z-index: 2;
}

.kt-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.025);
  transition: opacity 0.55s ease, transform 0.7s ease, visibility 0.55s ease;
}

.kt-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.kt-hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.05);
}

.kt-hero__visual-card {
  position: absolute;
  z-index: 3;
  left: 28px;
  bottom: 28px;
  width: min(320px, calc(100% - 56px));
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(7, 9, 13, 0.82);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.36);
}

.kt-hero__visual-card strong,
.kt-hero__visual-card span {
  display: block;
}

.kt-hero__visual-card strong {
  color: var(--kt-white);
  font-size: 17px;
}

.kt-hero__visual-card span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.kt-hero-slider-dots {
  position: absolute;
  right: 24px;
  bottom: 28px;
  z-index: 4;
  display: inline-flex;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(7, 9, 13, 0.68);
  backdrop-filter: blur(10px);
}

.kt-hero-slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
  transition: width 0.18s ease, background-color 0.18s ease;
}

.kt-hero-slider-dots button.is-active {
  width: 26px;
  background: var(--kt-red);
}

.kt-section {
  padding: 96px 0;
  background: var(--kt-white);
}

.kt-section--light {
  background: var(--kt-soft);
}

.kt-section--dark {
  position: relative;
  background:
    linear-gradient(135deg, rgba(7, 9, 13, 0.96), rgba(31, 41, 55, 0.94)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: auto, 26px 26px;
  color: var(--kt-white);
}

.kt-section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.kt-section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.kt-section-heading--center .kt-eyebrow {
  justify-content: center;
}

.kt-section-heading h2,
.kt-cta h2 {
  margin: 0;
  color: var(--kt-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  font-weight: 800;
}

.kt-section-heading p,
.kt-cta p {
  margin: 16px 0 0;
  color: var(--kt-muted);
  font-size: 17px;
  line-height: 1.75;
}

.kt-section-heading--inverse h2,
.kt-section-heading--inverse p,
.kt-section--dark .kt-service-card h3,
.kt-section--dark .kt-service-card p {
  color: var(--kt-white);
}

.kt-stat-grid,
.kt-service-grid,
.kt-why-grid,
.kt-catalog-grid {
  display: grid;
  gap: 20px;
}

.kt-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kt-stat-card {
  padding: 28px 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: var(--kt-white);
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.06);
}

.kt-stat-card span,
.kt-stat-card strong {
  display: block;
}

.kt-stat-card span {
  color: var(--kt-red);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.kt-stat-card strong {
  margin-top: 10px;
  color: var(--kt-ink);
  font-size: 16px;
}

.kt-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}

.kt-brand-card {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  background: var(--kt-white);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.kt-brand-card:nth-child(4),
.kt-brand-card:nth-child(5) {
  grid-column: span 3;
}

.kt-brand-card:hover {
  transform: translateY(-6px);
  border-color: rgba(215, 25, 32, 0.3);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.14);
}

.kt-brand-card__image {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #111827;
  overflow: hidden;
}

.kt-brand-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(7, 9, 13, 0.26));
}

.kt-brand-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.kt-brand-card:hover .kt-brand-card__image img {
  transform: scale(1.04);
}

.kt-brand-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.kt-brand-card h3,
.kt-service-card h3,
.kt-why-card h3 {
  margin: 0;
  color: var(--kt-ink);
  font-size: 22px;
  font-weight: 800;
}

.kt-brand-card p,
.kt-service-card p,
.kt-why-card p {
  margin: 12px 0 0;
  color: var(--kt-muted);
  line-height: 1.7;
}

.kt-brand-card ul {
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}

.kt-brand-card li {
  position: relative;
  padding-left: 18px;
  color: var(--kt-steel);
  font-weight: 700;
  line-height: 1.8;
}

.kt-brand-card li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--kt-red);
}

.kt-brand-card a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  color: var(--kt-red);
  font-weight: 800;
}

.kt-brand-card a::after {
  content: "";
  width: 24px;
  height: 2px;
  margin-left: 10px;
  background: currentColor;
  transition: width 0.2s ease;
}

.kt-brand-card a:hover::after {
  width: 36px;
}

.kt-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kt-service-card {
  min-height: 100%;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  transition: transform 0.22s ease, background-color 0.22s ease;
}

.kt-service-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.1);
}

.kt-service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 6px;
  background: var(--kt-red);
  color: var(--kt-white);
  font-weight: 900;
}

.kt-why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kt-why-card {
  padding: 26px;
  border-left: 4px solid var(--kt-red);
  border-radius: 8px;
  background: var(--kt-white);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.kt-catalog-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kt-catalog-card {
  display: block;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  background: var(--kt-white);
  color: var(--kt-ink);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.kt-catalog-card:hover {
  transform: translateY(-5px);
  color: var(--kt-red);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.14);
}

.kt-catalog-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--kt-soft);
}

.kt-catalog-card span {
  display: block;
  padding: 18px;
  font-weight: 800;
}

.kt-cta {
  padding: 82px 0;
  background: var(--kt-black);
  color: var(--kt-white);
}

.kt-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 34px;
  align-items: center;
  padding: 44px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(215, 25, 32, 0.24), transparent 34%),
    rgba(255, 255, 255, 0.06);
}

.kt-cta h2,
.kt-cta p {
  color: var(--kt-white);
}

.kt-cta__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.kt-cta__contact a {
  display: inline-flex;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.kt-cta__actions {
  justify-content: flex-end;
  margin-top: 0;
}

#footer.kt-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #07090d;
}

.kt-footer .footer-widgets-wrap {
  padding: 72px 0;
}

.kt-footer__logo {
  max-width: 230px;
  height: auto;
  margin-bottom: 22px;
}

.kt-footer__text,
.kt-footer__list,
.kt-footer__contact {
  color: rgba(255, 255, 255, 0.72);
}

.kt-footer__title {
  margin-bottom: 20px;
  color: var(--kt-white);
  font-size: 17px;
  font-weight: 800;
}

.kt-footer__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kt-footer__list a,
.kt-footer__contact a {
  color: rgba(255, 255, 255, 0.72);
}

.kt-footer__list a:hover,
.kt-footer__contact a:hover {
  color: var(--kt-white);
}

.kt-footer__shop {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: 4px;
  background: var(--kt-red);
  color: var(--kt-white) !important;
  font-weight: 800;
}

.kt-footer__contact {
  display: grid;
  gap: 12px;
  margin: 0;
}

.kt-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.kt-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--kt-white);
}

.kt-footer #copyrights {
  background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 1199.98px) {
  .kt-stat-grid,
  .kt-why-grid,
  .kt-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kt-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kt-brand-card,
  .kt-brand-card:nth-child(4),
  .kt-brand-card:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 991.98px) {
  .kt-hero {
    min-height: auto;
    padding: 64px 0 76px;
  }

  .kt-hero__visual,
  .kt-hero-slide img {
    min-height: 360px;
  }

  .kt-section {
    padding: 72px 0;
  }

  .kt-service-grid {
    grid-template-columns: 1fr;
  }

  .kt-cta__inner {
    grid-template-columns: 1fr;
  }

  .kt-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .kt-hero__title {
    font-size: 38px;
  }

  .kt-hero__lead {
    font-size: 16px;
  }

  .kt-stat-grid,
  .kt-brand-grid,
  .kt-why-grid,
  .kt-catalog-grid {
    grid-template-columns: 1fr;
  }

  .kt-hero__actions,
  .kt-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .kt-hero__visual-card {
    right: 14px;
    bottom: 52px;
    left: 14px;
    width: auto;
    padding: 14px;
  }

  .kt-hero-slider-dots {
    right: auto;
    bottom: 16px;
    left: 14px;
  }

  .kt-cta__inner {
    padding: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kt-btn,
  .kt-brand-card,
  .kt-brand-card__image img,
  .kt-service-card,
  .kt-catalog-card {
    transition: none;
  }

  .kt-btn:hover,
  .kt-brand-card:hover,
  .kt-service-card:hover,
  .kt-catalog-card:hover {
    transform: none;
  }
}
