/* Cool-air redesign for Omsk AC sales — overrides template purple look */

body.theme-cool {
  color: var(--ink);
  background:
    radial-gradient(120% 80% at 10% -10%, rgba(184, 232, 238, 0.55) 0%, transparent 55%),
    radial-gradient(90% 60% at 100% 0%, rgba(217, 119, 58, 0.08) 0%, transparent 45%),
    linear-gradient(180deg, var(--mist) 0%, var(--bg) 28%, var(--bgSecond) 100%);
  -webkit-font-smoothing: antialiased;
}

body.theme-cool .page__body,
body.theme-cool.page__body {
  color: var(--ink);
}

body.theme-cool .title,
body.theme-cool .garanty__content_title,
body.theme-cool .main-contacts__heading,
body.theme-cool .main-table__header_title,
body.theme-cool .main-cta-question__title,
body.theme-cool .main-reviews__cta-title,
body.theme-cool .main-reviews__lead,
body.theme-cool .product-card__title,
body.theme-cool .footer__brand,
body.theme-cool .footer__link,
body.theme-cool .footer__phone,
body.theme-cool .footer__copy,
body.theme-cool .footer__email {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

body.theme-cool .title {
  font-size: clamp(3.2rem, 4vw, 5.2rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--ink);
  margin-bottom: 1.2rem;
}

.section-head {
  max-width: 68rem;
  margin-bottom: 3.6rem;
}

.section-head__lead {
  font-size: 1.7rem;
  line-height: 1.45;
  color: var(--gray);
  max-width: 54rem;
}

/* —— Header —— */
body.theme-cool .header {
  top: 1.2rem;
}

body.theme-cool .header__inner {
  align-items: center;
  gap: 1.6rem;
  padding: 0.6rem 0.8rem 0.6rem 0.6rem;
  background: rgba(247, 251, 252, 0.78);
  border: 0.1rem solid rgba(13, 143, 154, 0.14);
  border-radius: 1.6rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 1rem 3rem rgba(12, 31, 36, 0.06);
}

body.theme-cool .header__club-name {
  background: transparent;
  border: 0;
  color: var(--ink);
  text-transform: none;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  padding: 0 1.4rem;
  min-height: 4.4rem;
}

body.theme-cool .header__club-name:visited {
  color: var(--ink);
  text-transform: none;
}

body.theme-cool .header__nav {
  flex: 1;
  justify-content: center;
  gap: 0.4rem;
  background: transparent;
  border: 0;
  backdrop-filter: none;
}

body.theme-cool .header__nav::before,
body.theme-cool .header__nav::after {
  display: none;
}

body.theme-cool .header__link {
  color: var(--ink);
  text-transform: none;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  transition: background 0.25s ease, color 0.25s ease;
}

body.theme-cool .header__link::after {
  display: none;
}

body.theme-cool .header__link:hover {
  background: rgba(13, 143, 154, 0.1);
  color: var(--mainDark);
}

body.theme-cool .header__actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-shrink: 0;
}

body.theme-cool .header__phone {
  color: var(--ink);
  font-weight: 700;
  font-size: 1.4rem;
  white-space: nowrap;
}

body.theme-cool .header__cta {
  min-width: auto;
  height: 4.2rem;
  padding: 0 1.8rem;
  text-transform: none;
  border-radius: 999px;
  font-size: 1.3rem;
}

body.theme-cool .btn {
  text-transform: none;
  letter-spacing: 0.01em;
  border-radius: 999px;
  font-weight: 700;
}

body.theme-cool .btn_fill {
  background: var(--main);
  color: #fff;
  border: 0.1rem solid transparent;
  box-shadow: 0 0.8rem 2.2rem rgba(13, 143, 154, 0.28);
}

body.theme-cool .btn_fill:hover {
  background: var(--mainDark);
  color: #fff;
}

body.theme-cool .btn_transparent {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

body.theme-cool .btn_transparent:hover {
  background: #fff;
  color: var(--ink);
}

/* —— Mobile header —— */
body.theme-cool .header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-top: 1rem;
  height: auto;
}

body.theme-cool .header-mobile__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1rem;
  background: rgba(12, 31, 36, 0.88);
  border: 0.1rem solid rgba(255, 255, 255, 0.12);
  border-radius: 1.4rem;
  backdrop-filter: blur(14px);
  position: relative;
  z-index: 3;
}

body.theme-cool .header-mobile__club {
  border: 0;
  background: transparent;
  padding: 0;
  backdrop-filter: none;
}

body.theme-cool .header-mobile__name,
body.theme-cool .header-mobile__name span {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: -0.03em;
  text-transform: none;
}

body.theme-cool .header-mobile__right {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

body.theme-cool .header-mobile__phone {
  width: 4.2rem;
  height: 4.2rem;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.25s ease, transform 0.25s ease;
}

body.theme-cool .header-mobile__phone:active {
  transform: scale(0.96);
}

/* Burger button */
body.theme-cool .header-mobile__burger {
  position: relative;
  z-index: 5;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  row-gap: 0;
  min-height: 4.2rem;
  width: auto;
  height: auto;
  padding: 0 1.1rem 0 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(30, 184, 199, 0.28), rgba(255, 255, 255, 0.08));
  border: 0.1rem solid rgba(184, 232, 238, 0.28);
  color: #fff;
  box-shadow: inset 0 0 0 0.1rem rgba(255, 255, 255, 0.04);
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.25s ease;
}

body.theme-cool .header-mobile__burger:active {
  transform: scale(0.97);
}

body.theme-cool .header-mobile__burger-label {
  position: relative;
  width: auto;
  height: auto;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  line-height: 1;
  background: none !important;
  border-radius: 0;
  transform: none !important;
  opacity: 1;
}

body.theme-cool .header-mobile__burger-lines {
  position: relative;
  width: 1.8rem;
  height: 1.2rem;
  display: block;
}

body.theme-cool .header-mobile__burger-lines span,
body.theme-cool .header-mobile__burger span span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0.16rem;
  border-radius: 999px;
  background: #fff;
  transition:
    transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.25s ease,
    width 0.35s ease,
    top 0.35s ease;
}

body.theme-cool .header-mobile__burger-lines span:nth-child(1) {
  top: 0;
  width: 70%;
}

body.theme-cool .header-mobile__burger-lines span:nth-child(2) {
  top: 0.52rem;
  width: 100%;
}

body.theme-cool .header-mobile__burger-lines span:nth-child(3) {
  top: 1.04rem;
  width: 55%;
  left: auto;
  right: 0;
}

body.theme-cool .header-mobile__burger.open {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}

body.theme-cool .header-mobile__burger.open .header-mobile__burger-label {
  opacity: 0.7;
}

body.theme-cool .header-mobile__burger.open .header-mobile__burger-lines span:nth-child(1) {
  top: 0.52rem;
  width: 100%;
  transform: rotate(45deg);
}

body.theme-cool .header-mobile__burger.open .header-mobile__burger-lines span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.2);
}

body.theme-cool .header-mobile__burger.open .header-mobile__burger-lines span:nth-child(3) {
  top: 0.52rem;
  width: 100%;
  left: 0;
  right: auto;
  transform: rotate(-45deg);
}

/* Neutralize legacy burger span rules from main.css */
body.theme-cool .header-mobile__burger > span {
  width: auto;
  height: auto;
  background: transparent !important;
  transform: none !important;
  opacity: 1 !important;
}

body.theme-cool .header-mobile__burger.open > span:nth-of-type(1),
body.theme-cool .header-mobile__burger.open > span:nth-of-type(2),
body.theme-cool .header-mobile__burger.open > span:nth-of-type(3) {
  transform: none !important;
  opacity: 1 !important;
}

/* Fullscreen cool panel */
body.theme-cool .header-mobile__menu {
  position: fixed;
  inset: 0;
  z-index: 4;
  width: 100%;
  min-height: 100svh;
  padding: 0;
  display: block;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  opacity: 0;
  pointer-events: none;
  transform: none;
  transition: opacity 0.35s ease;
}

body.theme-cool .header-mobile__menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

body.theme-cool .header-mobile__menu-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(90% 70% at 100% 0%, rgba(30, 184, 199, 0.28) 0%, transparent 55%),
    radial-gradient(70% 50% at 0% 100%, rgba(217, 119, 58, 0.16) 0%, transparent 50%),
    linear-gradient(160deg, #07161a 0%, #0c1f24 45%, #12383f 100%);
  transform: scale(1.04);
  opacity: 0;
  transition: opacity 0.45s ease, transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.theme-cool .header-mobile__menu.open .header-mobile__menu-bg {
  opacity: 1;
  transform: scale(1);
}

body.theme-cool .header-mobile__menu-bg::after {
  content: "";
  position: absolute;
  inset: auto -20% -10% -20%;
  height: 45%;
  background: radial-gradient(ellipse at center, rgba(184, 232, 238, 0.12), transparent 65%);
  filter: blur(2rem);
  pointer-events: none;
}

body.theme-cool .header-mobile__menu-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding: 9.2rem 2rem 2.4rem;
  box-sizing: border-box;
}

body.theme-cool .header-mobile__menu-top {
  margin-bottom: 2.8rem;
  opacity: 0;
  transform: translateY(1.2rem);
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.theme-cool .header-mobile__menu.open .header-mobile__menu-top {
  opacity: 1;
  transform: none;
  transition-delay: 0.08s;
}

body.theme-cool .header-mobile__menu-kicker {
  margin: 0 0 0.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(184, 232, 238, 0.7);
}

body.theme-cool .header-mobile__menu-brand {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
}

body.theme-cool .header-mobile__nav {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
  margin: 0;
  padding: 0;
  border: 0;
}

body.theme-cool .header-mobile__nav::after {
  display: none;
}

body.theme-cool .header-mobile__link {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.2rem;
  padding: 1.4rem 0.4rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-decoration: none;
  opacity: 0;
  transform: translateX(-1.6rem);
  transition:
    opacity 0.4s ease,
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    color 0.25s ease,
    padding-left 0.25s ease;
  transition-delay: calc(0.12s + var(--i, 0) * 0.05s);
}

body.theme-cool .header-mobile__menu.open .header-mobile__link {
  opacity: 1;
  transform: none;
}

body.theme-cool .header-mobile__link:active,
body.theme-cool .header-mobile__link:focus-visible {
  color: var(--ice);
  padding-left: 0.6rem;
  outline: none;
}

body.theme-cool .header-mobile__link-index {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(184, 232, 238, 0.55);
  font-family: var(--font-family);
}

body.theme-cool .header-mobile__link-label {
  min-width: 0;
}

body.theme-cool .header-mobile__link-arrow {
  display: grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.06);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

body.theme-cool .header-mobile__link:active .header-mobile__link-arrow,
body.theme-cool .header-mobile__link:focus-visible .header-mobile__link-arrow {
  background: rgba(30, 184, 199, 0.28);
  color: #fff;
  transform: translateX(0.2rem);
}

body.theme-cool .header-mobile__menu-foot {
  margin-top: auto;
  padding-top: 2.4rem;
  display: grid;
  gap: 1.2rem;
  opacity: 0;
  transform: translateY(1.4rem);
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: 0.28s;
}

body.theme-cool .header-mobile__menu.open .header-mobile__menu-foot {
  opacity: 1;
  transform: none;
}

body.theme-cool .header-mobile__menu-phone {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1.4rem 1.6rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.06);
  border: 0.1rem solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
}

body.theme-cool .header-mobile__menu-phone-label {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(184, 232, 238, 0.7);
  font-weight: 700;
}

body.theme-cool .header-mobile__menu-phone-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

body.theme-cool .header-mobile__cta {
  width: 100%;
  min-height: 5.2rem;
  margin-top: 0;
  border-radius: 999px;
  background: var(--main);
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  box-shadow: 0 1rem 2.4rem rgba(13, 143, 154, 0.35);
  transition: background 0.25s ease, transform 0.25s ease;
}

body.theme-cool .header-mobile__cta:active {
  background: var(--mainDark);
  transform: scale(0.99);
}

body.theme-cool .header-mobile:has(.header-mobile__menu.open) .header-mobile__inner {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

@media (prefers-reduced-motion: reduce) {
  body.theme-cool .header-mobile__menu,
  body.theme-cool .header-mobile__menu-bg,
  body.theme-cool .header-mobile__menu-top,
  body.theme-cool .header-mobile__link,
  body.theme-cool .header-mobile__menu-foot,
  body.theme-cool .header-mobile__burger-lines span {
    transition: none !important;
  }

  body.theme-cool .header-mobile__menu.open .header-mobile__menu-top,
  body.theme-cool .header-mobile__menu.open .header-mobile__link,
  body.theme-cool .header-mobile__menu.open .header-mobile__menu-foot {
    opacity: 1;
    transform: none;
  }
}

/* —— Hero —— */
body.theme-cool .main-first {
  max-height: none;
  height: 100svh;
  min-height: 64rem;
  background:
    linear-gradient(135deg, #0c1f24 0%, #134852 48%, #0d8f9a 100%);
  overflow: hidden;
}

body.theme-cool .main-first__brand {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

body.theme-cool .main-first__h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.theme-cool .main-first__brand-live {
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 7vw, 7.2rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: #fff;
  text-shadow: 0 1.2rem 4rem rgba(0, 0, 0, 0.35);
  max-width: 18ch;
  animation: brandIn 1s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

body.theme-cool .main-first__content {
  bottom: auto;
  top: 50%;
  transform: translateY(-42%);
  left: clamp(1.6rem, 4vw, 6rem);
  right: clamp(1.6rem, 4vw, 6rem);
  max-width: 72rem;
  gap: 1.8rem;
  z-index: 6;
}

body.theme-cool .main-first__swiper-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.2vw, 3.4rem);
  font-weight: 700;
  line-height: 1.15;
  max-width: 22ch;
  margin-top: 0;
  animation: copyIn 0.9s 0.15s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

body.theme-cool .main-first__swiper-type {
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  line-height: 1.45;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.88);
  animation: copyIn 0.9s 0.28s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

body.theme-cool .main-first__swiper-buttons {
  margin-top: 0.8rem;
  animation: copyIn 0.9s 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

body.theme-cool .main-first__swiper-buttons .btn {
  height: 5rem;
  min-width: 18rem;
  backdrop-filter: blur(8px);
}

body.theme-cool .main-first__phone {
  background: rgba(255, 255, 255, 0.08);
}

body.theme-cool .main-first__swiper-cover::before {
  height: 45%;
  background: linear-gradient(180deg, rgba(12, 31, 36, 0.55) 0%, transparent 100%);
}

body.theme-cool .main-first__swiper-cover::after {
  height: 75%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(12, 31, 36, 0.25) 40%,
    rgba(12, 31, 36, 0.82) 100%
  );
}

body.theme-cool .main-first__swiper-cover img {
  transform: scale(1.04);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

body.theme-cool .main-first__controls {
  bottom: 2.4rem;
  right: 2.4rem;
}

body.theme-cool .main-first__control {
  background: rgba(12, 31, 36, 0.55);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

body.theme-cool .main-first__control:hover {
  box-shadow: 0 0 0 0.35rem rgba(30, 184, 199, 0.22);
}

body.theme-cool .main-first__thumbs {
  padding: 2rem clamp(1.6rem, 3vw, 3rem);
  background: linear-gradient(180deg, transparent, rgba(12, 31, 36, 0.55));
}

body.theme-cool .main-first__thumbs-slide {
  opacity: 0.55;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

body.theme-cool .main-first__thumbs-slide.is-active,
body.theme-cool .main-first__thumbs-slide.swiper-slide-thumb-active {
  opacity: 1;
  transform: translateY(-0.2rem);
}

body.theme-cool .main-first__thumbs-type,
body.theme-cool .main-first__thumbs-title {
  color: #fff;
}

body.theme-cool .main-first__thumbs-ring-val {
  stroke: var(--mainLight);
}

@media (max-width: 768px) {
  body.theme-cool .main-first {
    min-height: 72rem;
  }

  body.theme-cool .main-first__content {
    top: auto;
    bottom: 14rem;
    transform: none;
  }

  body.theme-cool .main-first__brand-live {
    font-size: 3.4rem;
  }

  body.theme-cool .main-first__swiper-buttons .btn {
    max-width: none;
    min-width: 0;
    flex: 1 1 auto;
  }

  body.theme-cool .header__actions {
    display: none;
  }
}

/* —— Services —— */
body.theme-cool .main-categories__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}

body.theme-cool .main-categories__item {
  position: relative;
  min-height: 28rem;
  border-radius: 2rem;
  overflow: hidden;
  background: #fff;
  border: 0.1rem solid rgba(13, 143, 154, 0.12);
  box-shadow: 0 1.2rem 3rem rgba(12, 31, 36, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  isolation: isolate;
}

body.theme-cool .main-categories__item:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 2rem 4rem rgba(12, 31, 36, 0.1);
}

body.theme-cool .main-categories__index {
  position: absolute;
  top: 1.6rem;
  right: 1.8rem;
  z-index: 3;
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 800;
  color: rgba(13, 143, 154, 0.18);
  line-height: 1;
}

body.theme-cool .main-categories__item-title,
body.theme-cool .main-categories__item-subtitle {
  position: relative;
  z-index: 2;
  padding: 2.2rem 2.2rem 0;
}

body.theme-cool .main-categories__item-title h3 {
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--ink);
  font-weight: 700;
}

body.theme-cool .main-categories__item-subtitle p,
body.theme-cool .main-categories__item-subtitle h3 {
  margin-top: 0.6rem;
  color: var(--gray);
  font-size: 1.5rem;
  font-weight: 500;
}

body.theme-cool .main-categories__item-hover {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 3;
  padding: 2rem 2.2rem;
  background: linear-gradient(180deg, transparent, rgba(12, 31, 36, 0.92));
  color: #fff;
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

body.theme-cool .main-categories__item:hover .main-categories__item-hover,
body.theme-cool .main-categories__item:focus-visible .main-categories__item-hover {
  opacity: 1;
  transform: translateY(0);
}

body.theme-cool .main-categories__item-hover p {
  font-size: 1.4rem;
  line-height: 1.45;
}

body.theme-cool .main-categories__img {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.72;
}

body.theme-cool .main-categories__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.05);
}

@media (max-width: 768px) {
  body.theme-cool .main-categories__list {
    grid-template-columns: 1fr;
  }

  body.theme-cool .main-categories__item {
    min-height: 24rem;
  }

  body.theme-cool .main-categories__item-hover {
    opacity: 1;
    transform: none;
    background: linear-gradient(180deg, transparent 10%, rgba(12, 31, 36, 0.88));
  }
}

/* —— Process —— */
.main-process {
  position: relative;
}

.main-process::before {
  content: "";
  position: absolute;
  inset: 10% 0 auto;
  height: 55%;
  background:
    radial-gradient(ellipse at 20% 40%, rgba(30, 184, 199, 0.12), transparent 50%),
    radial-gradient(ellipse at 80% 60%, rgba(217, 119, 58, 0.08), transparent 45%);
  pointer-events: none;
}

.main-process__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  counter-reset: none;
}

.main-process__item {
  position: relative;
  padding: 3rem 2.4rem 2.6rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.72);
  border: 0.1rem solid rgba(13, 143, 154, 0.12);
  backdrop-filter: blur(8px);
}

.main-process__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  margin-bottom: 1.8rem;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.6rem;
}

.main-process__title {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 1rem;
}

.main-process__text {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--gray);
}

@media (max-width: 900px) {
  .main-process__list {
    grid-template-columns: 1fr;
  }
}

/* —— Products —— */
body.theme-cool .product-card {
  background: #fff;
  border: 0.1rem solid rgba(13, 143, 154, 0.1);
  border-radius: 1.8rem;
  overflow: hidden;
  box-shadow: 0 1rem 2.8rem rgba(12, 31, 36, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.theme-cool .product-card:hover {
  transform: translateY(-0.35rem);
  box-shadow: 0 1.8rem 3.6rem rgba(12, 31, 36, 0.1);
}

body.theme-cool .product-card__title {
  color: var(--ink);
  font-size: 1.7rem;
  line-height: 1.25;
}

body.theme-cool .product-card__price-current {
  color: var(--mainDark);
  font-weight: 800;
  font-size: 2rem;
}

body.theme-cool .product-card__price-old {
  color: var(--gray);
  text-decoration: line-through;
}

body.theme-cool .product-card__order {
  width: 100%;
}

body.theme-cool .main-products__list_catalog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
}

@media (max-width: 1100px) {
  body.theme-cool .main-products__list_catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.theme-cool .main-products__list_catalog {
    grid-template-columns: 1fr;
  }
}

/* —— Guarantee —— */
body.theme-cool .garanty {
  padding: 2rem 0 4rem;
}

body.theme-cool .garanty__row {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 3rem;
  align-items: center;
  padding: 4rem;
  border-radius: 2.4rem;
  background:
    linear-gradient(135deg, rgba(12, 31, 36, 0.96), rgba(13, 90, 98, 0.92)),
    url('../images/pattern.webp');
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

body.theme-cool .garanty__content_title {
  color: #fff;
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 1.1;
  margin-bottom: 1.4rem;
}

body.theme-cool .garanty__content_description {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}

body.theme-cool .garanty__content_description span {
  color: var(--ice);
}

body.theme-cool .garanty__row_image {
  justify-self: end;
  max-width: 47rem;
  filter: drop-shadow(0 1.5rem 3rem rgba(0, 0, 0, 0.35));
}

@media (max-width: 900px) {
  body.theme-cool .garanty__row {
    grid-template-columns: 1fr;
    padding: 2.4rem;
  }

  body.theme-cool .garanty__row_image {
    justify-self: center;
    max-width: 20rem;
  }
}

/* —— Repair table —— */
body.theme-cool .main-table {
  padding: 4rem 0 6rem;
}

body.theme-cool .main-table__header_title {
  color: var(--ink);
  font-size: clamp(2.8rem, 3.8vw, 4.4rem);
  line-height: 1.1;
  margin-bottom: 2.4rem;
}

body.theme-cool .main-table__header_title span {
  color: var(--main);
}

body.theme-cool .diagnostic-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 1.6rem;
  background: #fff;
  border: 0.1rem solid rgba(13, 143, 154, 0.12);
}

body.theme-cool .diagnostic-table th,
body.theme-cool .diagnostic-table td {
  padding: 1.6rem 1.8rem;
  text-align: left;
  border-bottom: 0.1rem solid rgba(13, 143, 154, 0.1);
  color: var(--ink);
  font-size: 1.45rem;
}

body.theme-cool .diagnostic-table th {
  background: rgba(13, 143, 154, 0.08);
  font-weight: 700;
  color: var(--mainDark);
}

body.theme-cool .diagnostic-table .price {
  color: #0d8f9a;
  font-weight: 800;
  white-space: nowrap;
}

body.theme-cool .main-table__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem;
  margin-top: 2.4rem;
}

body.theme-cool .main-table__btns p {
  color: var(--gray);
  font-size: 1.4rem;
}

/* —— Reviews —— */
body.theme-cool .main-reviews__cta {
  background:
    linear-gradient(145deg, #0c1f24, #14606a);
  border-radius: 2rem;
  padding: 3rem;
  color: #fff;
}

body.theme-cool .main-reviews__cta-title {
  color: #fff;
  font-size: 3.2rem;
}

body.theme-cool .main-reviews__cta-desc,
body.theme-cool .main-reviews__lead {
  color: rgba(255, 255, 255, 0.86);
}

body.theme-cool .main-reviews__slider-block {
  background: #fff;
  border-radius: 2rem;
  border: 0.1rem solid rgba(13, 143, 154, 0.1);
  padding: 2.4rem;
}

body.theme-cool .main-reviews__lead {
  color: var(--ink);
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

body.theme-cool .main-reviews__hl {
  color: white;
}

body.theme-cool .main-reviews__card {
  background: var(--gray3);
  border-radius: 1.4rem;
  padding: 2rem;
  border: 0;
  box-shadow: none;
}

body.theme-cool .main-reviews__card-name {
  color: var(--ink);
  font-weight: 700;
}

body.theme-cool .main-reviews__card-date {
  color: white;
}

body.theme-cool .main-reviews__card-text {
  color: #0d8f9a;
}

body.theme-cool .main-reviews__nav-btn {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(13, 143, 154, 0.2);
  color: var(--ink);
  display: grid;
  place-items: center;
  background: #fff;
}

body.theme-cool .main-reviews__nav-btn svg path {
  stroke: currentColor;
}

/* —— Contacts —— */
body.theme-cool .main-contacts__heading {
  color: var(--ink);
  font-size: clamp(3rem, 4vw, 4.6rem);
}

body.theme-cool .main-contacts__subtitle {
  color: var(--gray);
  font-size: 1.7rem;
}

body.theme-cool .main-contacts__card {
  position: relative;
  backdrop-filter: blur(2.5rem);
  background: linear-gradient(91deg, rgba(0, 0, 0, 0.3) 0%, rgba(88, 88, 88, 0.3) 100%);
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 2.2rem 2rem 2rem;
  padding-right: 18rem;
  min-height: 0;
  box-shadow: none;
}

body.theme-cool .main-contacts__label {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.2rem;
}

body.theme-cool .main-contacts__value,
body.theme-cool .main-contacts__link {
  color: #fff;
}

body.theme-cool .main-contacts__cta-note {
  color: rgba(255, 255, 255, 0.72);
}

body.theme-cool .main-contacts__map-wrap {
  border-radius: 2rem;
  overflow: hidden;
  border: 0.1rem solid rgba(13, 143, 154, 0.12);
}

body.theme-cool .main-contacts__cta-btn {
  color: #fff;
}

body.theme-cool .main-contacts__social-btn {
  background: var(--ink);
  border-radius: 1.2rem;
}

/* —— CTA question —— */
body.theme-cool .main-cta-question__panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
  padding: 3.2rem;
  border-radius: 2.4rem;
  background:
    linear-gradient(120deg, rgba(13, 143, 154, 0.12), rgba(217, 119, 58, 0.1)),
    #fff;
  border: 0.1rem solid rgba(13, 143, 154, 0.14);
}

body.theme-cool .main-cta-question__title {
  color: var(--ink);
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  margin-bottom: 1rem;
}

body.theme-cool .main-cta-question__desc {
  color: var(--gray);
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

body.theme-cool .main-cta-question__hl {
  color: white;
  font-weight: 700;
}

body.theme-cool .main-cta-question__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 0 2.4rem;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  transition: background 0.25s ease, transform 0.25s ease;
}

body.theme-cool .main-cta-question__btn:hover {
  background: var(--mainDark);
  transform: translateY(-0.15rem);
}

@media (max-width: 768px) {
  body.theme-cool .main-cta-question__panel {
    grid-template-columns: 1fr;
    padding: 2.2rem;
  }
}

/* —— Footer —— */
body.theme-cool .footer {
  margin-top: 2rem;
  padding: 4rem 0 3rem;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
}

body.theme-cool .footer__brand {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}

body.theme-cool .footer__link,
body.theme-cool .footer__phone,
body.theme-cool .footer__email,
body.theme-cool .footer__copy {
  color: rgba(255, 255, 255, 0.72);
}

body.theme-cool .footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: flex-end;
}

body.theme-cool .footer__phone {
  font-weight: 700;
  color: #fff;
}

body.theme-cool .footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem 2.4rem;
  margin-top: 2.4rem;
  padding-top: 2rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.12);
}

body.theme-cool .footer__studio {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.78);
  transition: opacity 0.25s ease;
}

body.theme-cool .footer__studio:hover {
  opacity: 0.85;
}

body.theme-cool .footer__studio-text {
  font-size: 1.3rem;
  line-height: 1.3;
  white-space: nowrap;
}

body.theme-cool .footer__studio-logo {
  display: block;
  width: auto;
  height: 3.6rem;
  object-fit: contain;
}

@media (max-width: 768px) {
  body.theme-cool .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  body.theme-cool .footer__studio-logo {
    height: 3.2rem;
  }
}

/* —— Modals & cookies —— */
body.theme-cool .modal__body {
  background: var(--formBg);
  border-radius: 2rem;
  border: 0.1rem solid rgba(184, 232, 238, 0.16);
  color: #f3fbfc;
}

body.theme-cool .modal__title h2,
body.theme-cool .modal__title h3,
body.theme-cool .form__field label,
body.theme-cool .form__info,
body.theme-cool .form__external,
body.theme-cool .thank-you-modal__text,
body.theme-cool .install-order-modal__product-label,
body.theme-cool .install-order-modal__product-name {
  color: #f3fbfc;
}

body.theme-cool .form__input,
body.theme-cool .form__textarea {
  color: var(--ink);
  background: #fff;
  border-radius: 1.2rem;
  border: 0.1rem solid rgba(184, 232, 238, 0.35);
}

body.theme-cool .form__btn {
  background: var(--main);
  color: #fff;
  border-radius: 999px;
}

body.theme-cool .cookies {
  background: rgba(12, 31, 36, 0.94);
}

body.theme-cool .cookies__text {
  color: rgba(255, 255, 255, 0.86);
}

/* —— Motion —— */
@keyframes brandIn {
  from {
    opacity: 0;
    transform: translateY(2.4rem) scale(0.98);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@keyframes copyIn {
  from {
    opacity: 0;
    transform: translateY(1.6rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes heroDrift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.1) translate3d(-1.5%, -1%, 0);
  }
}

.reveal-up {
  opacity: 0;
  transform: translateY(2.4rem);
  transition:
    opacity 0.7s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: calc(var(--i, 0) * 80ms);
}

.reveal-up.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-up,
  body.theme-cool .main-first__brand-live,
  body.theme-cool .main-first__swiper-title,
  body.theme-cool .main-first__swiper-type,
  body.theme-cool .main-first__swiper-buttons,
  body.theme-cool .main-first__swiper-cover img {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
