/**
 * Стили только главной страницы (не зависят от Customizer CSS).
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

body.home {
  background: #000 !important;
  color: #fff;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  margin: 0;
}

body.home .site-main {
  padding-top: 0 !important;
}

/* Hero — fullscreen, по центру */
body.home .elementor-6 .elementor-element-cc767c0 > .elementor-container {
  min-height: 100vh !important;
}

body.home .elementor-6 .elementor-element-cc767c0 > .elementor-background-overlay {
  background: rgba(0, 0, 0, 0.62) !important;
  opacity: 1 !important;
}

body.home .elementor-6 .elementor-element-cc767c0 .elementor-widget-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 1025px) {
  body.home .elementor-6 .elementor-element-cc767c0:not(.elementor-motion-effects-element-type-background),
  body.home .elementor-6 .elementor-element-cc767c0 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-attachment: fixed !important;
  }
}

@media (max-width: 1024px) {
  body.home .elementor-6 .elementor-element-cc767c0:not(.elementor-motion-effects-element-type-background),
  body.home .elementor-6 .elementor-element-cc767c0 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-attachment: scroll !important;
  }
}

/* Блок героя */
.sto1-mock-hero {
  text-align: center;
  padding: 72px 20px 32px;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.sto1-mock-hero__logo {
  width: 120px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}

.sto1-mock-hero__title {
  margin: 0 0 12px;
  font-size: clamp(48px, 10vw, 88px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.sto1-mock-hero__sto {
  color: #fff;
}

.sto1-mock-hero__one {
  color: #CB1007;
}

.sto1-mock-hero__sub {
  margin: 0 0 28px;
  font-size: clamp(14px, 2.5vw, 20px);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 400;
}

.sto1-mock-hero__phones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 0;
  margin-bottom: 28px;
}

.sto1-mock-hero__phones a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(13px, 2vw, 17px);
  font-weight: 700;
  padding: 0 14px;
  white-space: nowrap;
}

.sto1-mock-hero__phones a:hover {
  color: #CB1007;
}

.sto1-mock-ico {
  color: #CB1007;
  margin-right: 6px;
}

.sto1-mock-hero__sep {
  width: 1px;
  height: 18px;
  background: #555;
  display: inline-block;
}

.sto1-mock-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #CB1007;
  color: #fff !important;
  padding: 16px 40px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s;
}

.sto1-mock-hero__cta:hover {
  background: #a30d06;
}

/* Карточки услуг */
.sto1-mock-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}

.sto1-mock-card {
  display: flex;
  flex-direction: column;
  background: #141414;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  border: 1px solid #2a2a2a;
  transition: border-color 0.2s, transform 0.2s;
}

.sto1-mock-card:hover {
  border-color: #CB1007;
  transform: translateY(-3px);
}

.sto1-mock-card__img {
  height: 200px;
  background-size: cover;
  background-position: center;
  filter: saturate(0.35) contrast(1.1);
}

.sto1-mock-card__body {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  background: #141414;
}

.sto1-mock-card__icon {
  color: #CB1007;
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
}

.sto1-mock-card__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  flex: 1;
}

.sto1-mock-card__text strong {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
}

.sto1-mock-card__text span {
  font-size: 14px;
  color: #aaa;
  line-height: 1.5;
  font-weight: 400;
}

.sto1-mock-card__arrow {
  color: #CB1007;
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
}

/* Блок «Акции» */
body.home #promo .elementor-widget-wrap {
  max-width: none !important;
  width: 100% !important;
}

body.home .sto1-mock-promo {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 8px;
  width: 100%;
  box-sizing: border-box;
}

body.home .sto1-mock-promo__title {
  margin: 0 0 32px;
  text-align: center;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #CB1007 !important;
}

body.home .sto1-mock-promo__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

body.home .sto1-mock-promo-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 280px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background-color: #141414;
  background-size: cover;
  background-position: center;
  border: 1px solid #2a2a2a;
  transition: border-color 0.2s, transform 0.2s;
}

body.home .sto1-mock-promo-card:hover {
  border-color: #CB1007;
  transform: translateY(-4px);
}

body.home .sto1-mock-promo-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.88) 55%,
    rgba(0, 0, 0, 0.95) 100%
  );
  pointer-events: none;
}

body.home .sto1-mock-promo-card__body {
  position: relative;
  z-index: 1;
  padding: 20px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

body.home .sto1-mock-promo-card__body strong {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #CB1007;
  line-height: 1.25;
}

body.home .sto1-mock-promo-card__body span {
  font-size: 14px;
  color: #e8e8e8;
  line-height: 1.45;
}

body.home .sto1-mock-promo-card__arrow {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  color: #CB1007;
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
}

body.home .sto1-mock-promo__note {
  margin: 14px 0 0;
  text-align: center;
  font-size: 13px;
  color: #777;
}

body.home .sto1-mock-promo__all {
  display: block;
  width: max-content;
  margin: 28px auto 0;
  padding: 12px 28px;
  border: 2px solid #CB1007;
  border-radius: 8px;
  color: #CB1007 !important;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

body.home .sto1-mock-promo__all:hover {
  background: #CB1007;
  color: #fff !important;
}

/* VK Клипы */
body.home #vk-clips .elementor-widget-wrap {
  max-width: none !important;
  width: 100% !important;
}

body.home .sto1-vk-clips {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 8px;
  width: 100%;
  box-sizing: border-box;
}

body.home .sto1-vk-clips__title {
  margin: 0 0 10px;
  text-align: center;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #CB1007 !important;
}

body.home .sto1-vk-clips__kicker {
  margin: 0 0 28px;
  text-align: center;
  font-size: 15px;
  color: #aaa;
}

body.home .sto1-vk-clips__kicker a {
  color: #CB1007;
  text-decoration: none;
}

body.home .sto1-vk-clips__kicker a:hover {
  text-decoration: underline;
}

body.home .sto1-vk-clips__scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scrollbar-color: #CB1007 #1a1a1a;
}

body.home .sto1-vk-clips__grid {
  display: flex;
  gap: 16px;
  width: max-content;
  min-width: 100%;
}

body.home .sto1-vk-clips__card {
  flex: 0 0 220px;
  width: 220px;
}

body.home .sto1-vk-clips__player {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 12px;
  overflow: hidden;
  background: #141414;
  border: 1px solid #2a2a2a;
}

body.home .sto1-vk-clips__player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.home .sto1-vk-clips__caption {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #ccc;
  text-decoration: none;
  text-align: center;
}

body.home .sto1-vk-clips__caption:hover {
  color: #CB1007;
}

body.home .sto1-vk-clips__all {
  display: block;
  width: max-content;
  margin: 28px auto 0;
  padding: 12px 28px;
  border: 2px solid #CB1007;
  border-radius: 8px;
  color: #CB1007 !important;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

body.home .sto1-vk-clips__all:hover {
  background: #CB1007;
  color: #fff !important;
}

/* Отзывы */
body.home #reviews .elementor-widget-wrap {
  max-width: none !important;
  width: 100% !important;
}

body.home .sto1-mock-reviews {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 8px;
  width: 100%;
  box-sizing: border-box;
}

body.home .sto1-mock-reviews__title {
  margin: 0 0 10px;
  text-align: center;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #CB1007 !important;
}

body.home .sto1-mock-reviews__kicker {
  margin: 0 0 32px;
  text-align: center;
  font-size: 15px;
  color: #aaa;
}

body.home .sto1-mock-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

body.home .sto1-mock-reviews__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #141414;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 22px 20px;
  min-height: 100%;
  transition: border-color 0.2s, transform 0.2s;
}

body.home .sto1-mock-reviews__card:hover {
  border-color: #CB1007;
  transform: translateY(-3px);
}

body.home .sto1-mock-reviews__stars {
  color: #CB1007;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1;
}

body.home .sto1-mock-reviews__text {
  margin: 0;
  padding: 0;
  border: none;
  color: #e8e8e8;
  font-size: 15px;
  line-height: 1.65;
  font-style: italic;
  flex: 1;
}

body.home .sto1-mock-reviews__footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid #2a2a2a;
  padding-top: 14px;
  margin-top: auto;
}

body.home .sto1-mock-reviews__name {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

body.home .sto1-mock-reviews__meta {
  font-size: 13px;
  color: #888;
}

body.home .sto1-mock-reviews__tag {
  display: inline-block;
  width: max-content;
  margin-top: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(203, 16, 7, 0.15);
  color: #CB1007;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.home .sto1-mock-reviews__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

body.home .sto1-mock-reviews__btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 8px;
  background: #CB1007;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background 0.2s;
}

body.home .sto1-mock-reviews__btn:hover {
  background: #a30d06;
}

body.home .sto1-mock-reviews__btn--outline {
  background: transparent;
  border: 2px solid #CB1007;
  color: #CB1007 !important;
}

body.home .sto1-mock-reviews__btn--outline:hover {
  background: #CB1007;
  color: #fff !important;
}

body.home .elementor-6 .elementor-heading-title {
  color: #CB1007 !important;
}

/* Обратный звонок */
body.home #callback .elementor-widget-wrap {
  max-width: none !important;
  width: 100% !important;
}

body.home .sto1-mock-callback {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px 56px;
  width: 100%;
  box-sizing: border-box;
}

body.home .sto1-mock-callback__title {
  margin: 0 0 10px;
  text-align: center;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #CB1007 !important;
}

body.home .sto1-mock-callback__kicker {
  margin: 0 auto 36px;
  max-width: 640px;
  text-align: center;
  font-size: 15px;
  color: #aaa;
  line-height: 1.5;
}

body.home .sto1-mock-callback__layout {
  display: grid;
  grid-template-columns: minmax(260px, 340px) 1fr;
  gap: 24px;
  align-items: start;
}

body.home .sto1-mock-callback__aside {
  background: #141414;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 24px 22px;
}

body.home .sto1-mock-callback__aside-title {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.home .sto1-mock-callback__branches {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body.home .sto1-mock-callback__branch {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid #2a2a2a;
}

body.home .sto1-mock-callback__branch:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body.home .sto1-mock-callback__branch-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #CB1007;
}

body.home .sto1-mock-callback__branch-addr {
  font-size: 14px;
  color: #ccc;
}

body.home .sto1-mock-callback__branch-tel {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

body.home .sto1-mock-callback__branch-tel:hover {
  color: #CB1007;
}

body.home .sto1-mock-callback__contacts-link {
  display: inline-block;
  margin-bottom: 14px;
  color: #CB1007;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

body.home .sto1-mock-callback__contacts-link:hover {
  text-decoration: underline;
}

body.home .sto1-mock-callback__note {
  margin: 0;
  font-size: 13px;
  color: #777;
  line-height: 1.5;
}

body.home .sto1-mock-callback__card {
  background: #141414;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 28px 26px;
}

body.home .sto1-mock-callback__form-title {
  margin: 0 0 22px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.home .sto1-mock-callback__form .wpcf7 {
  margin: 0;
}

body.home .sto1-mock-callback__form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
}

body.home .sto1-mock-callback__form fieldset.hidden-fields-container {
  grid-column: 1 / -1;
  border: 0;
  padding: 0;
  margin: 0;
}

body.home .sto1-mock-callback__form form > p {
  margin: 0;
}

body.home .sto1-mock-callback__form form > p:has(select),
body.home .sto1-mock-callback__form form > p:has(.wpcf7-submit),
body.home .sto1-mock-callback__form .wpcf7-response-output {
  grid-column: 1 / -1;
}

body.home .sto1-mock-callback__form label {
  display: block;
  text-align: left;
  color: #aaa;
  font-size: 13px;
  margin-bottom: 6px;
  font-weight: 400;
}

body.home .sto1-mock-callback__form .wpcf7-form-control-wrap {
  display: block;
}

body.home .sto1-mock-callback__form input.wpcf7-form-control,
body.home .sto1-mock-callback__form select.wpcf7-form-control {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  background: #1a1a1a;
  color: #fff;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 16px;
  margin: 0;
}

body.home .sto1-mock-callback__form input.wpcf7-form-control:focus,
body.home .sto1-mock-callback__form select.wpcf7-form-control:focus {
  outline: none;
  border-color: #CB1007;
}

body.home .sto1-mock-callback__form .wpcf7-submit {
  width: 100%;
  max-width: none;
  margin: 4px 0 0;
  background: #CB1007 !important;
  color: #fff !important;
  border: 0;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: background 0.2s;
}

body.home .sto1-mock-callback__form .wpcf7-submit:hover {
  background: #a30d06 !important;
}

body.home .sto1-mock-callback__form .wpcf7-response-output {
  margin: 0;
  border-radius: 8px;
  font-size: 14px;
}

/* Красные кнопки Elementor (перебиваем зелёный accent kit) */
body.home .elementor-button,
body.home .elementor-button-link,
body.home a.elementor-button {
  background-color: #CB1007 !important;
  color: #fff !important;
  border-radius: 6px !important;
}

body.home .elementor-button:hover,
body.home a.elementor-button:hover {
  background-color: #a30d06 !important;
  color: #fff !important;
}

@media (max-width: 1024px) {
  body.home .sto1-mock-promo__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  body.home .sto1-mock-reviews__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .sto1-mock-cards {
    grid-template-columns: 1fr;
    padding: 0 16px 32px;
  }

  body.home .sto1-mock-promo {
    padding: 0 16px;
  }

  body.home .sto1-mock-promo__grid {
    grid-template-columns: 1fr;
  }

  body.home .sto1-mock-promo-card {
    min-height: 220px;
  }

  body.home .sto1-vk-clips {
    padding: 0 16px;
  }

  body.home .sto1-vk-clips__card {
    flex: 0 0 180px;
    width: 180px;
  }

  body.home .sto1-mock-reviews {
    padding: 0 16px;
  }

  body.home .sto1-mock-callback {
    padding: 40px 16px 48px;
  }

  body.home .sto1-mock-callback__layout {
    grid-template-columns: 1fr;
  }

  body.home .sto1-mock-callback__form form {
    grid-template-columns: 1fr;
  }

  .sto1-mock-hero__sep {
    display: none;
  }

  .sto1-mock-hero__phones {
    flex-direction: column;
    gap: 10px;
  }

  .sto1-mock-hero__phones a {
    padding: 0;
  }
}
