/* ===============================
   AS69 HOME HERO
   =============================== */

#page-index-header.as69-home-header {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #0d0d0d;
  color: #fff;
}

#page-index-header.as69-home-header *,
#page-index-header.as69-home-header *::before,
#page-index-header.as69-home-header *::after {
  box-sizing: border-box;
}

.as69-home-hero,
.as69-hero-carousel,
.as69-hero-carousel .owl-stage-outer,
.as69-hero-carousel .owl-stage,
.as69-hero-carousel .owl-item {
  min-height: 760px;
}

.as69-hero-slide {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 150px 0 70px;
  background-image: var(--as69-hero-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.as69-hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 18% 65%, rgba(214, 0, 0, 0.20), transparent 32%),
    linear-gradient(90deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.76) 38%, rgba(0,0,0,0.46) 70%, rgba(0,0,0,0.72) 100%);
}

.as69-hero-slide__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0,0,0,0.14);
}

.as69-hero-slide__container {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(260px, 1fr);
  align-items: center;
  gap: 44px;
}

.as69-hero-slide__content {
  max-width: 720px;
}

.as69-hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 7px 14px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .04em;
  backdrop-filter: blur(8px);
}

.as69-hero-title {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 950;
  line-height: .98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.as69-hero-title::after {
  content: "";
  display: block;
  width: 116px;
  height: 5px;
  margin: 24px 0 0;
  border-radius: 20px;
  background: #d60000;
  box-shadow: 0 0 28px rgba(214,0,0,.48);
}

.as69-hero-subtitle {
  max-width: 680px;
  margin-top: 26px;
  color: #fff;
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 850;
  line-height: 1.25;
}

.as69-hero-text {
  max-width: 660px;
  margin-top: 18px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.62;
}

.as69-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.as69-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: .22s ease;
}

.as69-hero-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.as69-hero-btn--primary {
  border: 2px solid #d60000;
  background: #d60000;
  color: #fff;
  box-shadow: 0 16px 34px rgba(214,0,0,.28);
}

.as69-hero-btn--primary:hover {
  border-color: #b80000;
  background: #b80000;
  color: #fff;
}

.as69-hero-btn--secondary {
  border: 2px solid rgba(255,255,255,.76);
  background: rgba(255,255,255,.08);
  color: #fff;
}

.as69-hero-btn--secondary:hover {
  border-color: #fff;
  background: #fff;
  color: #111;
}

.as69-hero-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 760px;
  margin-top: 36px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(10,10,10,.50);
  backdrop-filter: blur(10px);
}

.as69-hero-trust span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 14px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
}

.as69-hero-trust span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  width: 1px;
  height: calc(100% - 32px);
  background: rgba(255,255,255,.16);
}

.as69-hero-address {
  margin-top: 18px;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}

.as69-hero-image {
  display: flex;
  align-items: end;
  justify-content: center;
}

.as69-hero-image img {
  display: block;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 50px rgba(0,0,0,.65));
}

/* ===============================
   HERO MENU
   =============================== */

.as69-hero-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(0,0,0,.62), rgba(0,0,0,.18));
  backdrop-filter: blur(8px);
}

.as69-hero-menu__inner {
  width: min(100% - 40px, 1320px);
  min-height: 96px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 235px;
  align-items: center;
  gap: 26px;
}

.as69-hero-menu__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.as69-hero-menu__logo img {
  display: block;
  max-width: 210px;
  max-height: 72px;
  width: auto;
  height: auto;
}

.as69-hero-menu__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.as69-hero-menu__nav a {
  color: rgba(255,255,255,.86);
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease;
}

.as69-hero-menu__nav a:hover {
  color: #fff;
  text-decoration: none;
}

.as69-hero-menu__contacts {
  text-align: right;
}

.as69-hero-menu__phone {
  display: inline-flex;
  color: #fff;
  font-size: 21px;
  font-weight: 950;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
}

.as69-hero-menu__phone:hover {
  color: #fff;
  text-decoration: none;
}

.as69-hero-menu__time {
  margin-top: 6px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.as69-hero-menu__burger {
  display: none;
  width: 46px;
  height: 42px;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 4px;
  background: rgba(255,255,255,.08);
  cursor: pointer;
}

.as69-hero-menu__burger span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 4px;
  background: #fff;
}

/* Owl */
.as69-hero-carousel .owl-nav {
  display: none;
}

.as69-hero-carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 10;
  transform: translateX(-50%);
}

.as69-hero-carousel .owl-dot span {
  background: rgba(255,255,255,.36) !important;
}

.as69-hero-carousel .owl-dot.active span {
  background: #d60000 !important;
}

/* ===============================
   ADAPTIVE
   =============================== */

@media (max-width: 1199px) {
  .as69-hero-menu__inner {
    grid-template-columns: 180px minmax(0, 1fr) 210px;
    gap: 18px;
  }

  .as69-hero-menu__logo img {
    max-width: 175px;
  }

  .as69-hero-menu__nav {
    gap: 16px;
  }

  .as69-hero-menu__nav a {
    font-size: 13px;
  }

  .as69-hero-menu__phone {
    font-size: 18px;
  }

  .as69-hero-slide__container {
    grid-template-columns: minmax(0, 1fr);
  }

  .as69-hero-image {
    display: none;
  }
}

@media (max-width: 991px) {
  #page-index-header.as69-home-header,
  .as69-home-hero,
  .as69-hero-carousel,
  .as69-hero-carousel .owl-stage-outer,
  .as69-hero-carousel .owl-stage,
  .as69-hero-carousel .owl-item,
  .as69-hero-slide {
    min-height: 720px;
  }

  .as69-hero-slide {
    padding: 128px 0 52px;
    background-image: var(--as69-hero-bg-mobile);
    background-position: center;
  }

  .as69-hero-slide::before {
    background:
      linear-gradient(180deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.64) 45%, rgba(0,0,0,.88) 100%);
  }

  .as69-hero-menu__inner {
    width: min(100% - 28px, 1320px);
    min-height: 78px;
    grid-template-columns: 165px minmax(0, 1fr) 46px;
    gap: 12px;
  }

  .as69-hero-menu__logo img {
    max-width: 160px;
    max-height: 58px;
  }

  .as69-hero-menu__burger {
    display: block;
    grid-column: 3;
    grid-row: 1;
  }

  .as69-hero-menu__contacts {
    grid-column: 2;
    grid-row: 1;
    padding-right: 6px;
    text-align: right;
  }

  .as69-hero-menu__phone {
    font-size: 16px;
  }

  .as69-hero-menu__time {
    display: none;
  }

  .as69-hero-menu__nav {
    position: absolute;
    top: 84px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(15,15,15,.97);
    box-shadow: 0 22px 60px rgba(0,0,0,.45);
  }

  .as69-hero-menu.is-open .as69-hero-menu__nav {
    display: flex;
  }

  .as69-hero-menu__nav a {
    padding: 14px 10px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: 15px;
  }

  .as69-hero-menu__nav a:last-child {
    border-bottom: 0;
  }

  .as69-hero-slide__container {
    width: min(100% - 28px, 1320px);
  }

  .as69-hero-title {
    font-size: clamp(38px, 12vw, 58px);
  }

  .as69-hero-subtitle {
    font-size: 22px;
  }

  .as69-hero-text {
    font-size: 16px;
    line-height: 1.55;
  }

  .as69-hero-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .as69-hero-trust span:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 575px) {
  #page-index-header.as69-home-header,
  .as69-home-hero,
  .as69-hero-carousel,
  .as69-hero-carousel .owl-stage-outer,
  .as69-hero-carousel .owl-stage,
  .as69-hero-carousel .owl-item,
  .as69-hero-slide {
    min-height: 680px;
  }

  .as69-hero-slide {
    padding-top: 118px;
    padding-bottom: 42px;
  }

  .as69-hero-menu__inner {
    width: calc(100% - 20px);
    min-height: 70px;
    grid-template-columns: 120px minmax(0, 1fr) 40px;
  }

  .as69-hero-menu__logo img {
    max-width: 118px;
    max-height: 48px;
  }

  .as69-hero-menu__phone {
    font-size: 14px;
  }

  .as69-hero-menu__burger {
    width: 40px;
    height: 38px;
  }

  .as69-hero-kicker {
    margin-bottom: 14px;
    padding: 6px 10px;
    font-size: 11px;
  }

  .as69-hero-title {
    font-size: 36px;
    letter-spacing: -0.035em;
  }

  .as69-hero-title::after {
    width: 84px;
    height: 4px;
    margin-top: 18px;
  }

  .as69-hero-subtitle {
    margin-top: 20px;
    font-size: 19px;
  }

  .as69-hero-text {
    margin-top: 14px;
    font-size: 15px;
  }

  .as69-hero-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
  }

  .as69-hero-btn {
    width: 100%;
    min-height: 50px;
    padding: 0 18px;
    font-size: 13px;
  }

  .as69-hero-trust {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .as69-hero-trust span {
    min-height: 48px;
    padding: 11px 14px;
    font-size: 13px;
  }

  .as69-hero-trust span::after {
    display: none !important;
  }

  .as69-hero-address {
    font-size: 13px;
  }
}

@media (max-width: 390px) {
  .as69-hero-title {
    font-size: 32px;
  }

  .as69-hero-subtitle {
    font-size: 17px;
  }

  .as69-hero-text {
    font-size: 14px;
  }

  .as69-hero-menu__phone {
    font-size: 12px;
  }
}

.as69-hero-slide::before,
.as69-hero-slide__shade {
  pointer-events: none;
}

.as69-hero-slide__container,
.as69-hero-slide__content,
.as69-hero-actions,
.as69-hero-btn {
  position: relative;
  z-index: 10;
  pointer-events: auto;
}

.as69-hero-btn {
  cursor: pointer;
}