/* Figma: 1920w default, node 6-2. BEM, relative paths. */

:root {
  --color-white: #FFFFFF;
  --color-dark: #101828;
  --color-gray-700: #364153;
  --color-gray-500: #4A5565;
  --color-gray-400: #D1D5DC;
  --color-gray-300: #E5E7EB;
  --color-muted: #99A1AF;
  --glass: rgba(255, 255, 255, 0.1);
  --glass-border: rgba(255, 255, 255, 0.2);
  --gradient-section: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(249,250,251,1) 50%, rgba(255,255,255,1) 100%);
  --gradient-section-alt: linear-gradient(180deg, rgba(249,250,251,1) 0%, rgba(255,255,255,1) 100%);
  --gradient-dark: linear-gradient(180deg, rgba(16,24,40,1) 0%, rgba(30,41,57,1) 50%, rgba(16,24,40,1) 100%);
  --gradient-pill: linear-gradient(90deg, rgba(16,24,40,1) 0%, rgba(54,65,83,1) 100%);
  --gradient-hero-side: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.4) 100%);
  --gradient-hero-top: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
  --shadow-card: 0px 2px 4px -2px rgba(0,0,0,0.1), 0px 4px 6px -1px rgba(0,0,0,0.1);
  --shadow-btn: 0px 25px 50px -12px rgba(0,0,0,0.25);
  --radius: 14px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --width-content: 1216px;
  --width-hero: 1280px;
  --font: 'Inter', -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

a, button {
    color: inherit;
}

.page {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-dark);
  -webkit-font-smoothing: antialiased;
}
.hide-text--hidden .hide-text__content {
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
}

.hide-text--hidden .hide-text__content::after {
    background: linear-gradient(0deg, rgb(255,255,255), transparent);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    pointer-events: none;
}

.hide-text__button {
    padding: 0;
    border: none;
    background-color: transparent;
    display: inline-flex;
    border-bottom: 2px dashed;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--width-content);
  gap: 20px;
}

.header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.header__logo-img {
  display: block;
  height: 40px;
  width: auto;
}

.header__logo-text {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.header__logo-title {
  font-family: var(--font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  color: var(--color-dark);
}

.header__logo-sub {
  font-size: 9.5px;
  font-weight: 400;
  line-height: 1.58em;
  letter-spacing: 0.0526em;
  text-transform: uppercase;
  color: #6A7282;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__nav-link {
  padding: 8px 12px;
  color: #364153;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.56em;
  text-decoration: none;
  border-radius: 8px;
}

.header__nav-link:hover {
  background: rgba(0, 0, 0, 0.06);
}

/* ÐšÐ°Ñ‚Ð°Ð»Ð¾Ð³ Ð¸ Â«Ðž ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ð¸Â» â€” ÐºÐ½Ð¾Ð¿ÐºÐ¸ dropdown: ÑÐ±Ñ€Ð¾Ñ Ñ€Ð°Ð¼ÐºÐ¸ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ð° (ÐºÐ°Ðº Ñƒ ÑÑÑ‹Ð»Ð¾Ðº) */
.header__nav-link--catalog,
.header__nav-link--about {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font);
  color: inherit;
}

.header__nav-link--catalog:focus,
.header__nav-link--about:focus {
  outline: none;
}

.header__nav-link--catalog:focus-visible,
.header__nav-link--about:focus-visible {
  outline: 2px solid var(--color-primary, #1e3a5f);
  outline-offset: 2px;
}

.header__dropdown-arrow {
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.header__dropdown[aria-open="true"] .header__dropdown-arrow {
  transform: rotate(180deg);
}

/* Dropdown wrapper */
.header__dropdown {
  position: relative;
}

/* ========== SIMPLE SUBMENU (Ðž ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ð¸) ========== */
.header__dropdown--simple {
  position: relative;
}

.header__submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  min-width: 180px;
  padding: 8px 0;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 12px;
  box-shadow: 0 12px 40px -8px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  pointer-events: none;
  z-index: 99;
  margin-top: 8px;
}

.header__dropdown--simple[aria-open="true"] .header__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.header__submenu-link {
  display: block;
  padding: 10px 20px;
  color: #364153;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.15s ease;
  white-space: nowrap;
}

.header__submenu-link:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* ========== MEGA MENU ========== */
.mega-menu {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  pointer-events: none;
}

.header__dropdown[aria-open="true"] .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.mega-menu__inner {
  max-width: var(--width-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 32px 40px;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 0 0 20px 20px;
  box-shadow: 0 20px 60px -12px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.mega-menu__col {
  padding: 0 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.mega-menu__col:first-child {
  padding-left: 0;
}

.mega-menu__col:last-child {
  padding-right: 0;
  border-right: none;
}

.mega-menu__title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.mega-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu__list li {
  margin-bottom: 2px;
}

.mega-menu__link {
  display: block;
  padding: 7px 10px;
  margin: 0 -10px;
  font-size: 14px;
  font-weight: 400;
  color: #364153;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.15s, color 0.15s;
}

.mega-menu__link:not(.mega-menu__link--active):hover {
  background: rgba(16, 24, 40, 0.05);
  color: var(--color-dark);
}

.mega-menu__link--active {
    background-color: var(--color-dark);
    color: var(--color-white);
}

/* Overlay behind mega-menu */
.mega-menu::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  pointer-events: auto;
}

.header__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  white-space: nowrap;
}

.header__phone-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72 12 12 0 00.7 2.81 2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45 12 12 0 002.81.7A2 2 0 0122 16.92z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.header__phone-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.header__phone-label {
  font-size: 12px;
  font-weight: 400;
  color: #6A7282;
  line-height: 1.4em;
}

.header__phone-number {
  font-size: 12.5px;
  font-weight: 600;
  color: #364153;
  text-decoration: none;
  line-height: 1.6em;
}

.header__phone-number:hover {
  color: var(--color-gray-700);
}

.header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  flex-shrink: 0;
  white-space: nowrap;
  background: linear-gradient(90deg, #364153 0%, #101828 100%);
  color: var(--color-white);
  font-size: 14.8px;
  font-weight: 600;
  line-height: 1.62em;
  text-decoration: none;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.1);
}

.header__cta:hover {
  background: #1e293b;
}

/* ========== HERO (Ñ‚Ð¾Ñ‡Ð½Ð¾Ðµ ÑÐ¾Ð¾Ñ‚Ð²ÐµÑ‚ÑÑ‚Ð²Ð¸Ðµ Ð¼Ð°ÐºÐµÑ‚Ñƒ) ========== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 860px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 48px 80px;
  margin-top: 80px;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #0f1419;
}

.hero__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: transparent;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 584px) minmax(280px, 360px);
  gap: 64px;
  align-items: center;
  justify-content: space-between;
}

.hero__main {
  min-width: 0;
}

/* Ð‘ÐµÐ¹Ð´Ð¶: Ñ‚Ð°Ð±Ð»ÐµÑ‚ÐºÐ° Ð¿Ð¾Ð´ ÑÐ²ÐµÑ‚Ð»Ñ‹Ð¹ Ñ„Ð¾Ð½ */
.hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  margin: 0 0 24px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 9999px;
  color: #364153;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45em;
}

.hero__pill-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23364153' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 20l10-6 10 6-4-12 8-4-10-2-6 8 8 4z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.hero__title {
  margin: 0 0 20px;
  max-width: 584px;
  font-family: var(--font);
  font-size: 68.8px;
  font-weight: 500;
  line-height: 1.151em;
  color: #101828;
}

.hero__desc {
  margin: 0 0 24px;
  max-width: 576px;
  font-family: var(--font);
  font-size: 18.6px;
  font-weight: 400;
  line-height: 1.747em;
  color: #4A5565;
}

/* Ð¡Ð¿Ð¸ÑÐ¾Ðº: 2x2 ÑÐµÑ‚ÐºÐ°, ÐºÐ°Ðº Ð² Ð¼Ð°ÐºÐµÑ‚Ðµ */
.hero__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 284px));
  gap: 16px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.hero__feature {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #364153;
  font-size: 12.8px;
  font-weight: 400;
  line-height: 1.56em;
}

.hero__feature::before {
  content: '';
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2305DF72' stroke-width='1.67'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 28px;
}

.hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 32px;
  font-family: var(--font);
  font-size: 14.9px;
  font-weight: 600;
  line-height: 1.61em;
  text-decoration: none;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.hero__btn-arrow {
  margin-left: 2px;
  font-size: 18px;
  line-height: 1;
}

.hero__btn--primary {
  background: #ffffff;
  color: #101828;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.hero__btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.hero__btn--secondary {
  background: transparent;
  color: #101828;
  border: 2px solid rgba(16, 24, 40, 0.35);
  backdrop-filter: blur(8px);
}

.hero__btn--secondary:hover {
  background: rgba(16, 24, 40, 0.08);
}

/* Ð ÐµÐ¹Ñ‚Ð¸Ð½Ð³: Ð¼ÐµÐ»ÐºÐ¸Ðµ Ð°Ð²Ð°Ñ‚Ð°Ñ€ÐºÐ¸ Ñ Ð¿ÐµÑ€ÐµÐºÑ€Ñ‹Ñ‚Ð¸ÐµÐ¼, Ð·Ð²Ñ‘Ð·Ð´Ñ‹, 4.0 Ð¸Ð· 5.0 */
.hero__rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.hero__avatars {
  display: flex;
  align-items: center;
}

.hero__avatar {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  background: #E5E7EB;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #364153;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

.hero__avatar:first-child {
  margin-left: 0;
}

.hero__rating-text {
  color: #364153;
  font-size: 14px;
  font-weight: 400;
}

.hero__rating-stars {
  color: #facc15;
  font-size: 15px;
  letter-spacing: 1px;
}

.hero__rating-value {
  color: #364153;
  font-size: 14px;
  font-weight: 500;
}

/* ÐŸÑ€Ð°Ð²Ð°Ñ ÐºÐ¾Ð»Ð¾Ð½ÐºÐ°: 2x2 ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸, glassmorphism, Ð¸ÐºÐ¾Ð½ÐºÐ° ÑÐ²ÐµÑ€Ñ…Ñƒ ÑÐ»ÐµÐ²Ð° */
.hero__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 360px;
}

.hero__stat-card {
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: 16px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  color: #101828;
}

.hero__stat-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 12px;
  flex-shrink: 0;
  opacity: 0.85;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}

.hero__stat-icon--person {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23364153' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 20c0-4 4-6 8-6s8 2 8 6'/%3E%3C/svg%3E") center/contain no-repeat;
}

.hero__stat-icon--clock {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23364153' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E") center/contain no-repeat;
}

.hero__stat-icon--check {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23364153' stroke-width='2'%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3C/svg%3E") center/contain no-repeat;
}

.hero__stat-icon--fabric {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23364153' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='16' rx='1'/%3E%3Cpath d='M3 10h18M3 14h18'/%3E%3C/svg%3E") center/contain no-repeat;
}

.hero__stat-value {
  display: block;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 4px;
}

.hero__stat-label {
  display: block;
  font-size: 14.8px;
  font-weight: 600;
  line-height: 1.62em;
  margin-bottom: 2px;
}

.hero__stat-sublabel {
  display: block;
  font-size: 13px;
  line-height: 1.74em;
  color: #99A1AF;
}

/* ÐŸÐ°Ð³Ð¸Ð½Ð°Ñ†Ð¸Ñ Ð²Ð½Ð¸Ð·Ñƒ Ð¿Ð¾ Ñ†ÐµÐ½Ñ‚Ñ€Ñƒ */
.hero__pagination {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(16, 24, 40, 0.25);
  border: 1px solid rgba(16, 24, 40, 0.35);
}

.hero__dot--active {
  background: var(--color-gray-700);
  border-color: var(--color-gray-700);
}

/* ========== SECTION (layout_1PJHVH: 96px 312.5px; layout_4ILE75: gap 64px, 0 32px) ========== */
.section {
  padding: 96px 32px;
}

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

.section--light-alt {
  background: var(--gradient-section-alt);
}

.section--dark {
  background: var(--gradient-dark);
  color: var(--color-white);
}

.section__inner {
  max-width: var(--width-content);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 0;
}

.section__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: var(--gradient-pill);
  border-radius: 9999px;
  color: var(--color-white);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.48em;
  margin: 0 0 16px;
  align-self: center;
}

.section__pill--light {
  background: rgba(16, 24, 40, 0.06);
  color: var(--color-dark);
}

.section__pill--glass {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(8px);
}

.section__pill--dark {
  background: rgba(55, 65, 81, 0.9);
  border: none;
  color: #e5e7eb;
}

.section__title {
  font-size: 57.9px;
  font-weight: 500;
  line-height: 1.036em;
  text-align: center;
  margin: 0 0 16px;
  max-width: var(--width-content);
}

.section--dark .section__title {
  color: var(--color-white);
}

.section__subtitle {
  font-size: 18.8px;
  font-weight: 400;
  line-height: 1.49em;
  text-align: center;
  color: var(--color-gray-500);
  max-width: 672px;
  margin: 0 0 48px;
}

.section--dark .section__subtitle {
  color: var(--color-muted);
}

.section__action {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.section__subtitle + .section__action {
  margin-top: 24px;
}

.section__cta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  max-width: var(--width-content);
  margin-top: 48px;
}

/* ========== SERVICES TABS ========== */
.services-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 36px;
}

.services-tab {
  padding: 10px 22px;
  border-radius: 10px;
  border: 1px solid var(--color-gray-300);
  background: var(--color-white);
  color: var(--color-dark);
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.services-tab:hover {
  border-color: #9ca3af;
}

.services-tab--active {
  background: var(--color-dark);
  color: var(--color-white);
  border-color: var(--color-dark);
}

/* ========== SERVICES GRID ========== */
.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  justify-content: center;
  width: 100%;
}

.service-card[hidden] {
  display: none;
}

.service-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.service-card__image {
    display: block;
  height: 256px;
  background: var(--color-gray-300);
  position: relative;
  overflow: hidden;
}

.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 50%, transparent 100%);
}

.service-card__content {
  padding: 20px;
}

.service-card__tag {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 8px;
  background: var(--gradient-pill);
  color: var(--color-white);
  font-size: 11px;
  font-weight: 600;
  border-radius: 9999px;
}

.service-card__title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--color-dark);
}

.service-card__title a {
    text-decoration: none;
}

.service-card__price {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-dark);
  margin: 0;
}

/* CTA cards */
.cta-card {
  padding: 32px;
  background: var(--color-white);
  border: 1px solid var(--color-gray-300);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
}

.cta-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 24, 40, 0.06);
  border-radius: var(--radius-lg);
  font-size: 24px;
  margin-bottom: 16px;
}

.cta-card__title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--color-dark);
}

.cta-card__text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-gray-500);
  margin: 0;
}

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 32px;
  font-family: var(--font);
  font-size: 14.9px;
  font-weight: 600;
  line-height: 1.61em;
  text-decoration: none;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn--primary {
  background: var(--color-dark);
  color: var(--color-white);
  box-shadow: var(--shadow-btn);
}

.btn--primary:hover {
  transform: translateY(-1px);
}

.btn--primary.btn--light {
  background: var(--color-white);
  color: var(--color-dark);
}

.btn--outline {
  background: transparent;
  color: var(--color-white);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.section--light .btn--outline,
.section--light-alt .btn--outline {
  color: var(--color-dark);
  border-color: var(--color-gray-700);
}

/* ========== PORTFOLIO ========== */
.portfolio__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 36px;
}

.portfolio__filter {
  padding: 12px 20px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.05);
  color: var(--color-white);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.section--light-alt .portfolio__filter {
  border-color: var(--color-gray-300);
  background: var(--color-white);
  color: var(--color-dark);
}

.portfolio__filter:hover,
.portfolio__filter--active {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.3);
}

.section--light-alt .portfolio__filter--active {
  background: var(--color-dark);
  color: var(--color-white);
  border-color: var(--color-dark);
}

.portfolio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  max-width: var(--width-content);
}

.portfolio-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.portfolio-card__image {
  height: 280px;
  background: var(--color-gray-300);
  overflow: hidden;
}

.portfolio-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-card__content {
  padding: 20px;
}

.portfolio-card__tag {
  font-size: 12px;
  color: var(--color-gray-500);
  margin-bottom: 8px;
  display: block;
}

.portfolio-card__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--color-dark);
}

.portfolio-card__link {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-dark);
  text-decoration: none;
}

.portfolio-card__link:hover {
  text-decoration: underline;
}

/* ========== PORTFOLIO PAGE ========== */
.pf-hero {
  padding: 120px 32px 64px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.pf-hero__inner {
  max-width: var(--width-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.pf-hero__text {
  color: #fff;
}

.pf-hero__text .section__pill {
  display: inline-block;
  margin-bottom: 16px;
}

.pf-hero__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 20px;
  color: #fff;
}

.pf-hero__desc {
  font-size: 17px;
  line-height: 1.65;
  color: #94a3b8;
  margin: 0 0 32px;
}

.pf-hero__stats {
  display: flex;
  gap: 40px;
}

.pf-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pf-hero__stat-num {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.pf-hero__stat-label {
  font-size: 14px;
  color: #64748b;
}

.pf-hero__image {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--color-gray-300);
}

.pf-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-gallery .portfolio__filters {
  margin-bottom: 40px;
}

.portfolio--page {
  grid-template-columns: repeat(3, 1fr);
}

.portfolio--page .portfolio-card__desc {
  font-size: 14px;
  color: var(--color-gray-500);
  line-height: 1.55;
  margin-top: 8px;
}

.pf-gallery__more {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.gallery-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    gap: 10px;
}

.gallery-item {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-item__picture {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.gallery-item__picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1024px) {
  .pf-hero {
    padding: 110px 24px 48px;
  }
  .pf-hero__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .pf-hero__title {
    font-size: 36px;
  }
  .pf-hero__image {
    max-width: 480px;
  }
}

@media (max-width: 768px) {
  .pf-hero {
    padding: 100px 20px 40px;
  }
  .pf-hero__title {
    font-size: 30px;
  }
  .pf-hero__stats {
    gap: 24px;
  }
  .pf-hero__stat-num {
    font-size: 24px;
  }
  .portfolio--page {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .pf-hero {
    padding: 80px 16px 32px;
  }
  .pf-hero__title {
    font-size: 26px;
  }
  .pf-hero__desc {
    font-size: 15px;
  }
  .pf-hero__stats {
    flex-wrap: wrap;
    gap: 16px;
  }
  .portfolio--page {
    grid-template-columns: 1fr;
  }
}

/* ========== PROCESS SECTION (ÐšÐ°Ðº Ð¼Ñ‹ Ñ€Ð°Ð±Ð¾Ñ‚Ð°ÐµÐ¼) ========== */
.section--process {
  background: #0f172a;
  background-image:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(71, 85, 105, 0.25) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(59, 130, 246, 0.12) 0%, transparent 50%);
}

.section--process .section__subtitle {
  color: #94a3b8;
}

/* Ð¨Ð°Ð³Ð¸: Ð´Ð²Ð° Ñ€ÑÐ´Ð° ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐµÐº (4 + 3), Ð½Ð¾Ð¼ÐµÑ€ Ð½Ð° ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐµ */
.steps {
  width: 100%;
  max-width: var(--width-content);
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 48px;
  padding-top: 18px;
}

.steps__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.steps__row:last-child {
  grid-template-columns: repeat(3, 1fr);
}

.step-card {
  position: relative;
  padding: 28px 24px;
  padding-top: 48px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.step-card__num {
  position: absolute;
  top: -18px;
  left: 24px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.step-card__icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 0 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.85;
}

.step-card__icon--doc {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z'/%3E%3Cpath d='M14 2v6h6M16 13H8M16 17H8M10 9H8'/%3E%3C/svg%3E");
}

.step-card__icon--designer {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 20c0-4 4-6 8-6s8 2 8 6'/%3E%3Cpath d='M16 12l4-4 2 2-4 4'/%3E%3C/svg%3E");
}

.step-card__icon--sketch {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M12 19l7-7 3 3-7 7-3-3z'/%3E%3Cpath d='M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z'/%3E%3C/svg%3E");
}

.step-card__icon--contract {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M16 13H8M16 17H8M10 9H8'/%3E%3C/svg%3E");
}

.step-card__icon--sew {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 3v4a2 2 0 002 2h8a2 2 0 002-2V3'/%3E%3Cpath d='M6 13h12'/%3E%3Cpath d='M6 17h12'/%3E%3Cpath d='M12 9v10'/%3E%3Cpath d='M9 12l3 3 3-3'/%3E%3C/svg%3E");
}

.step-card__icon--install {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z'/%3E%3Cpath d='M9 22V12h6v10'/%3E%3C/svg%3E");
}

.step-card__icon--payment {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Crect x='1' y='4' width='22' height='16' rx='2'/%3E%3Cpath d='M1 10h22'/%3E%3Cpath d='M7 15h.01M15 15h.01'/%3E%3C/svg%3E");
}

.step-card__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #fff;
}

.step-card__text {
  font-size: 14px;
  line-height: 1.55;
  color: #94a3b8;
  margin: 0;
}

/* ÐšÐ½Ð¾Ð¿ÐºÐ° Â«ÐžÑÑ‚Ð°Ð²Ð¸Ñ‚ÑŒ Ð·Ð°ÑÐ²ÐºÑƒÂ» Ð² ÑÑ‚Ð¸Ð»Ðµ ÑÑ‚ÐµÐºÐ»Ð° */
.btn--glass {
  padding: 16px 32px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  transition: background 0.2s, border-color 0.2s;
}

.btn--glass:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

/* ========== GEOGRAPHY ========== */
.geo {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
  width: 100%;
  max-width: var(--width-content);
  align-items: start;
}

.geo__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.geo__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #F3F4F6;
}

.geo__city {
  font-size: 15px;
  font-weight: 500;
  color: #364153;
}

.geo__count {
  font-size: 13px;
  color: #6A7282;
}

.geo__list-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 16px;
  color: var(--color-dark);
}

.geo__numbers {
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}

.geo__number {
  display: flex;
  flex-direction: column;
}

.geo__number-value {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-dark);
}

.geo__number-label {
  font-size: 13px;
  color: #6A7282;
}

.geo__map-col {
  display: flex;
  flex-direction: column;
}

.geo__map {
  min-height: 350px;
  background: #E2E8F0;
  border-radius: var(--radius-lg);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  overflow: hidden;
}

.geo__map-title {
  font-size: 13px;
  font-weight: 500;
  color: #364153;
  margin: 0 0 4px;
}

.geo__map-hint {
  font-size: 13px;
  color: #364153;
  margin: 0;
}

.geo__cta-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-dark);
  margin: 0 0 8px;
}

.geo__cta-text {
  font-size: 15px;
  color: var(--color-gray-500);
  margin: 0 0 16px;
}

/* ========== CONTACTS (compact) ========== */
.contacts-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  max-width: var(--width-content);
  margin-bottom: 32px;
}

.contacts-card {
  padding: 24px 20px;
  background: #fff;
  border: 1px solid var(--color-gray-300);
  border-radius: 16px;
  box-shadow: var(--shadow-card);
}

.contacts-card__icon {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  border-radius: 10px;
  background-color: rgba(16, 24, 40, 0.06);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.contacts-card__icon--phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23364153' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6A19.79 19.79 0 012.12 4.18 2 2 0 014.11 2h3a2 2 0 012 1.72c.13.81.36 1.6.66 2.35a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.75.3 1.54.53 2.35.66A2 2 0 0122 16.92z'/%3E%3C/svg%3E");
}

.contacts-card__icon--mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23364153' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpath d='M22 6l-10 7L2 6'/%3E%3C/svg%3E");
}

.contacts-card__icon--pin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23364153' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.contacts-card__icon--clock {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23364153' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
}

.contacts-card__title {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-dark);
  margin: 0 0 8px;
}

.contacts-card__value {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #364153;
  text-decoration: none;
  margin: 0 0 2px;
  line-height: 1.5;
}

.contacts-card__value:hover {
  color: var(--color-dark);
}

.contacts-card__sub {
  display: block;
  font-size: 13px;
  color: #6A7282;
  text-decoration: none;
  margin: 0;
  line-height: 1.5;
}

.contacts-card__sub:hover {
  color: #364153;
}

.contacts-bottom {
  display: grid;
  grid-template-columns: minmax(280px, 340px) 1fr;
  gap: 24px;
  width: 100%;
  max-width: var(--width-content);
  align-items: stretch;
}

.contacts-promo {
  padding: 28px 24px;
  background: linear-gradient(160deg, #101828 0%, #1e293b 100%);
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.contacts-promo__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}

.contacts-promo__text {
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 16px;
}

.contacts-promo__list {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
}

.contacts-promo__list li {
  font-size: 13px;
  color: #e2e8f0;
  padding: 5px 0 5px 0;
  position: relative;
}

.contacts-promo__list li::before {
  position: absolute;
  left: 0;
  color: #22c55e;
  font-weight: 700;
  font-size: 13px;
}

.contacts-promo__phone {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.01em;
}

.contacts-promo__phone:hover {
  color: #e2e8f0;
}

.contacts-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
}

.contacts-form__title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 2px;
  color: var(--color-dark);
}

.contacts-form__row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 14px;
}

.contacts-form__label {
  display: block;
}

.contacts-form__input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  font-family: var(--font);
  font-size: 14px;
  color: var(--color-dark);
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
}

.contacts-form__input:focus {
  border-color: #155DFC;
}

.contacts-form__input::placeholder {
  color: #9ca3af;
}

.contacts-form__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 36px;
  color: #9ca3af;
}

.contacts-form__select:valid {
  color: var(--color-dark);
}

.contacts-form__textarea {
  min-height: 80px;
  resize: vertical;
}

.contacts-form__footer {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contacts-form__footer .btn {
  white-space: nowrap;
}

.contacts-form__privacy {
  font-size: 11px;
  color: #6A7282;
  margin: 0;
  line-height: 1.4;
}

.contacts-form__privacy a {
  color: #6A7282;
}

/* ========== FAQ ========== */
.faq {
  width: 100%;
  max-width: 800px;
}

.faq__item {
  border: 1px solid #E2E8F0;
  border-radius: var(--radius-lg);
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--color-white);
}

.faq__question {
  width: 100%;
  padding: 20px 24px;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-dark);
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq__question::after {
  content: '+';
  font-size: 20px;
  color: #94A3B8;
}

.faq__item--open .faq__question::after {
  content: '-';
}

.faq__answer {
  display: none;
  padding: 0 24px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-gray-500);
}

.faq__item--open .faq__answer {
  display: block;
}

/* ========== REVIEWS ========== */
.reviews {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 16px;
  width: 100%;
  max-width: var(--width-content);
}

.review-card {
  flex: 0 0 360px;
  padding: 24px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(8px);
}

.review-card__text {
  font-size: 15px;
  line-height: 1.6;
  color: #D1D5DC;
  margin: 0 0 20px;
}

.review-card__author {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0 0 4px;
}

.review-card__date {
  font-size: 13px;
  color: #99A1AF;
  margin: 0;
}

/* ========== VIDEO REVIEWS ========== */
.video-reviews-slider {
  position: relative;
  width: 100%;
  max-width: var(--width-content);
  display: flex;
  align-items: center;
  gap: 16px;
}

/* ÐžÑ‚ÑÑ‚ÑƒÐ¿ Ð¾Ñ‚ ÑÐ»Ð°Ð¹Ð´ÐµÑ€Ð° Ð´Ð¾ Ñ‚ÐµÐºÑÑ‚Ð° Ð¿Ð¾Ð´ Ð½Ð¸Ð¼ */
.video-reviews-slider + .section__subtitle {
  margin-top: 48px;
}

.video-reviews__viewport {
  flex: 1;
  overflow: hidden;
}

.video-reviews__track {
  display: flex;
  gap: 24px;
  transition: transform 0.35s ease;
}

.video-reviews-slider .video-card {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
}

.video-reviews__arrow {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(180deg, #ffffff 0%, #f4f6f9 100%);
  color: var(--color-primary, #1e3a5f);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.06),
    0 4px 12px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(15, 23, 42, 0.08);
  transition:
    background 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.2s ease;
}

.video-reviews__arrow-icon {
  display: block;
  flex-shrink: 0;
}

.video-reviews__arrow:hover:not(:disabled) {
  background: var(--color-primary, #1e3a5f);
  color: #ffffff;
  box-shadow:
    0 2px 8px rgba(30, 58, 95, 0.25),
    0 0 0 1px rgba(30, 58, 95, 0.15);
  transform: scale(1.05);
}

.video-reviews__arrow:active:not(:disabled) {
  transform: scale(0.98);
}

.video-reviews__arrow:focus-visible {
  outline: 2px solid var(--color-primary, #1e3a5f);
  outline-offset: 3px;
}

.video-reviews__arrow:disabled {
  opacity: 0.38;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.06);
  background: #f1f5f9;
  color: #94a3b8;
}

.video-card {
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.video-card__thumb {
  flex-shrink: 0;
  aspect-ratio: 16 / 9;
  min-height: 160px;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.video-card__video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #1a1a1a;
}

.video-card__play {
  width: 48px;
  height: 48px;
  border: 3px solid var(--color-white);
  border-radius: 50%;
  position: relative;
}

.video-card__play::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-30%, -50%);
  border: 7px solid transparent;
  border-left: 12px solid var(--color-white);
}

.video-card__duration {
  position: absolute;
  bottom: 12px;
  right: 12px;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  color: #fff;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.5;
}

.video-card__content {
  padding: 16px;
}

.video-card__name {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
  color: var(--color-dark);
}

.video-card__place {
  font-size: 14px;
  color: var(--color-gray-500);
  margin: 0;
}

/* ========== FOOTER (Ð¼Ð°ÐºÐµÑ‚: 4 ÐºÐ¾Ð»Ð¾Ð½ÐºÐ¸ + Ð“ÐµÐ¾Ð³Ñ€Ð°Ñ„Ð¸Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ + Ð½Ð¸Ð¶Ð½ÑÑ ÑÑ‚Ñ€Ð¾ÐºÐ°) ========== */
.footer {
  padding: 64px 32px 0;
  background: linear-gradient(135deg, var(--color-dark) 0%, #1E293B 100%);
  color: var(--color-white);
}

.footer__inner {
  max-width: var(--width-content);
  margin: 0 auto;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 48px 32px;
  padding-bottom: 48px;
}

.footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__col--brand {
  max-width: 320px;
}

.footer__logo-img {
  display: inline-block;
  object-fit: contain;
  height: 32px;
  width: auto;
  margin: 0 0 8px;
  filter: brightness(0) invert(1);
}

.footer__slogan {
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-muted);
  margin: 0 0 12px;
}

.footer__desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--color-muted);
  margin: 0 0 24px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.footer__contact {
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-muted);
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer__contact-label {
  color: var(--color-gray-400);
  font-weight: 500;
}

.footer__link {
  color: var(--color-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.footer__link:hover {
  color: var(--color-white);
}

.footer__socials {
  display: flex;
  gap: 8px;
}

.footer__social {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  display: block;
  transition: background 0.2s;
}

.footer__social:hover {
  background: rgba(255, 255, 255, 0.15);
}

.footer__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0 0 16px;
}

.footer__title--sub {
  margin-top: 24px;
  margin-bottom: 12px;
}

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__list li {
  margin-bottom: 8px;
}

.footer__list .footer__link {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  padding: 2px 0;
}

.footer__geo {
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__geo-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0 0 20px;
}

.footer__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer__tag {
  display: inline-block;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--color-muted);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  transition: background 0.2s, border-color 0.2s;
}

.footer__tag:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 24px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__copy {
  font-size: 13px;
  color: var(--color-muted);
  margin: 0;
}

.footer__legal {
  display: flex;
  gap: 24px;
}

.footer__legal .footer__link {
  font-size: 13px;
  color: var(--color-muted);
}

/* ========== CATALOG PAGE ========== */

/* Breadcrumbs */
.breadcrumbs {
  margin-top: 80px;
  padding: 16px 32px;
  background: transparent;
}

.breadcrumbs__inner {
  max-width: var(--width-content);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.breadcrumbs__link {
  color: #6A7282;
  text-decoration: none;
}

.breadcrumbs__link:hover {
  color: var(--color-dark);
}

.breadcrumbs__sep {
  color: #d1d5db;
}

.breadcrumbs__current {
  color: var(--color-dark);
  font-weight: 500;
}

/* Category Hero */
.cat-hero {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 48px 32px 56px;
}

.cat-hero__inner {
  max-width: var(--width-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: center;
}

.cat-hero__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 16px;
  color: var(--color-dark);
}

.cat-hero__desc {
  font-size: 17px;
  line-height: 1.6;
  color: var(--color-gray-500);
  margin: 0 0 24px;
  max-width: 520px;
}

.cat-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.cat-hero__badge {
  padding: 8px 16px;
  background: #fff;
  border: 1px solid var(--color-gray-300);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-dark);
}

.cat-hero__image {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--color-gray-300);
}

.cat-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Catalog Body */
.cat-body {
  padding: 48px 32px;
  background: #fff;
}

.cat-body__inner {
  max-width: var(--width-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: start;
}

/* Sidebar */
.cat-sidebar {
  position: sticky;
  top: 100px;
}

.cat-sidebar__section {
  margin-bottom: 24px;
}

.cat-sidebar__title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9ca3af;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f3f4f6;
}

.cat-sidebar__title--active {
  color: var(--color-dark);
}

.cat-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cat-sidebar__list li {
  margin-bottom: 1px;
}

.cat-sidebar__link {
  display: block;
  padding: 8px 12px;
  margin: 0 -12px;
  font-size: 14px;
  color: #4A5565;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.15s, color 0.15s;
}

.cat-sidebar__link:hover {
  background: #f3f4f6;
  color: var(--color-dark);
}

.cat-sidebar__link--active {
  background: var(--color-dark);
  color: #fff;
}

.cat-sidebar__link--active:hover {
  background: #1e293b;
  color: #fff;
}

.cat-sidebar__cta {
  margin-top: 32px;
  padding: 24px 20px;
  background: linear-gradient(160deg, #101828 0%, #1e293b 100%);
  border-radius: 16px;
  color: #fff;
}

.cat-sidebar__cta-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
}

.cat-sidebar__cta-text {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  margin: 0 0 16px;
  line-height: 1.5;
}

.cat-sidebar__cta-btn {
  width: 100%;
  padding: 12px;
  font-size: 13px;
  border-radius: 10px;
}

/* Product Grid */
.cat-grid__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 12px;
}

.cat-grid__count {
  font-size: 14px;
  color: #6A7282;
  margin: 0;
}

.cat-grid__sort {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cat-grid__sort-label {
  font-size: 13px;
  color: #9ca3af;
}

.cat-grid__sort-select {
  padding: 8px 32px 8px 12px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  font-family: var(--font);
  font-size: 13px;
  color: var(--color-dark);
  background: #fff;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  cursor: pointer;
  outline: none;
}

.cat-grid__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cat-grid__more {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.cat-grid__more-btn {
  min-width: 200px;
}

/* Product Card */
.product-card {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s;
}

.product-card:hover {
  box-shadow: 0 12px 32px -8px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

.product-card__image {
  aspect-ratio: 4/3;
  background: #f3f4f6;
  overflow: hidden;
  position: relative;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

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

.product-card__body {
  padding: 16px 18px 18px;
}

.product-card__code {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9ca3af;
  margin-bottom: 4px;
  display: block;
}

.product-card__title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--color-dark);
}

.product-card__btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: var(--color-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s;
}

.product-card__btn:hover {
  background: #1e293b;
}

/* CTA Banner */
.cat-cta {
  padding: 48px 32px;
  background: #fff;
}

.cat-cta__inner {
  max-width: var(--width-content);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 40px 48px;
  background: linear-gradient(135deg, #101828 0%, #1e293b 100%);
  border-radius: 24px;
  color: #fff;
}

.cat-cta__title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 8px;
}

.cat-cta__desc {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  margin: 0;
  max-width: 520px;
}

/* SEO Content */
.seo-content {
  width: 100%;
}

.seo-content__title {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 20px;
  color: var(--color-dark);
}

.seo-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 28px 0 12px;
  color: var(--color-dark);
}

.seo-content p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-gray-500);
  margin: 0 0 16px;
}

.seo-content ul {
  padding-left: 20px;
  margin: 0 0 16px;
}

.seo-content li {
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-gray-500);
  margin-bottom: 6px;
}

.seo-content a {
  color: var(--color-dark);
  font-weight: 500;
}

/* ========== CONTACTS PAGE ========== */

/* Page Hero */
.cp-hero {
  padding: 32px 32px 48px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.cp-hero__inner {
  max-width: var(--width-content);
  margin: 0 auto;
}

.cp-hero__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 12px;
  color: var(--color-dark);
}

.cp-hero__desc {
  font-size: 17px;
  line-height: 1.6;
  color: var(--color-gray-500);
  margin: 0;
  max-width: 520px;
}

/* Contact Cards Row */
.cp-cards {
  padding: 0 32px;
  background: #fff;
  transform: translateY(-32px);
  margin-bottom: -16px;
}

.cp-cards__inner {
  max-width: var(--width-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.cp-card {
  padding: 24px;
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  box-shadow: 0 4px 24px -4px rgba(0,0,0,0.06);
  transition: box-shadow 0.25s, transform 0.25s;
}

.cp-card:hover {
  box-shadow: 0 8px 32px -4px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.cp-card--accent {
  background: var(--color-dark);
  border-color: var(--color-dark);
  color: #fff;
}

.cp-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 12px;
  background-color: rgba(16, 24, 40, 0.06);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
}

.cp-card--accent .cp-card__icon {
  background-color: rgba(255,255,255,0.15);
}

.cp-card__icon--phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23364153' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6A19.79 19.79 0 012.12 4.18 2 2 0 014.11 2h3a2 2 0 012 1.72c.13.81.36 1.6.66 2.35a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.75.3 1.54.53 2.35.66A2 2 0 0122 16.92z'/%3E%3C/svg%3E");
}

.cp-card--accent .cp-card__icon--phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6A19.79 19.79 0 012.12 4.18 2 2 0 014.11 2h3a2 2 0 012 1.72c.13.81.36 1.6.66 2.35a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.75.3 1.54.53 2.35.66A2 2 0 0122 16.92z'/%3E%3C/svg%3E");
}

.cp-card__icon--designer {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23364153' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.cp-card__icon--mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23364153' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpath d='M22 6l-10 7L2 6'/%3E%3C/svg%3E");
}

.cp-card__icon--clock {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23364153' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
}

.cp-card__label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9ca3af;
  margin: 0 0 6px;
}

.cp-card--accent .cp-card__label {
  color: rgba(255,255,255,0.5);
}

.cp-card__value {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: var(--color-dark);
  text-decoration: none;
  margin: 0 0 4px;
  line-height: 1.4;
}

.cp-card__value:hover {
  opacity: 0.8;
}

.cp-card--accent .cp-card__value {
  color: #fff;
}

.cp-card__sub {
  font-size: 13px;
  color: #9ca3af;
  margin: 0;
}

.cp-card--accent .cp-card__sub {
  color: rgba(255,255,255,0.55);
}

/* Map + Form section */
.cp-main {
  padding: 32px 32px 56px;
  background: #fff;
}

.cp-main__inner {
  max-width: var(--width-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  align-items: start;
}

.cp-address {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.cp-address__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border-radius: 12px;
}

.cp-address__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
  color: var(--color-dark);
}

.cp-address__line {
  font-size: 14px;
  color: var(--color-gray-500);
  margin: 0;
  line-height: 1.6;
}

.cp-map {
  width: 100%;
  height: 360px;
  border-radius: 16px;
  overflow: hidden;
  background: #e5e7eb;
  position: relative;
}

.cp-map iframe {
  width: 100%;
  height: 100%;
}

/* Contact Form */
.cp-form {
  padding: 32px 28px;
  background: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 20px;
  position: sticky;
  top: 100px;
}

.cp-form__title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 6px;
  color: var(--color-dark);
}

.cp-form__desc {
  font-size: 14px;
  color: #6A7282;
  margin: 0 0 24px;
  line-height: 1.5;
}

.cp-form__label {
  display: block;
  margin-bottom: 12px;
}

.cp-form__input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  font-family: var(--font);
  font-size: 14px;
  color: var(--color-dark);
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  box-sizing: border-box;
}

.cp-form__input:focus {
  border-color: var(--color-dark);
  box-shadow: 0 0 0 3px rgba(54, 65, 83, 0.08);
}

.cp-form__input--textarea {
  resize: vertical;
  min-height: 100px;
}

.cp-form__btn {
  width: 100%;
  margin-top: 4px;
  padding: 14px;
  font-size: 15px;
  border-radius: 12px;
}

.cp-form__note {
  font-size: 12px;
  color: #9ca3af;
  margin: 12px 0 0;
  text-align: center;
  line-height: 1.5;
}

.cp-form__note a {
  color: #6A7282;
  text-decoration: underline;
}

/* Region Section */
.cp-region {
  padding: 56px 32px;
  background: #f9fafb;
}

.cp-region__inner {
  max-width: var(--width-content);
  margin: 0 auto;
}

.cp-region__title {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--color-dark);
}

.cp-region__desc {
  font-size: 15px;
  color: var(--color-gray-500);
  margin: 0 0 28px;
  max-width: 520px;
  line-height: 1.6;
}

.cp-region__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cp-region__tag {
  padding: 8px 18px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-dark);
  transition: background 0.15s, border-color 0.15s;
}

.cp-region__tag:hover {
  background: var(--color-dark);
  color: #fff;
  border-color: var(--color-dark);
}

/* Requisites */
.cp-req {
  padding: 56px 32px;
  background: #fff;
}

.cp-req__inner {
  max-width: var(--width-content);
  margin: 0 auto;
}

.cp-req__title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 28px;
  color: var(--color-dark);
}

.cp-req__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.cp-req__item {
  padding: 20px;
  background: #f9fafb;
  border-radius: 14px;
  border: 1px solid #f3f4f6;
}

.cp-req__label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9ca3af;
  margin-bottom: 6px;
}

.cp-req__value {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-dark);
  line-height: 1.5;
  word-break: break-all;
}

/* ========== PAYMENT & INSTALL PAGE ========== */

/* Intro Cards */
.info-intro {
  padding: 0 32px;
  background: #fff;
  transform: translateY(-32px);
  margin-bottom: -16px;
}

.info-intro__inner {
  max-width: var(--width-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.info-intro__card {
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  box-shadow: 0 4px 24px -4px rgba(0,0,0,0.06);
  transition: box-shadow 0.25s, transform 0.25s;
}

.info-intro__card:hover {
  box-shadow: 0 8px 32px -4px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.info-intro__card--dark {
  background: var(--color-dark);
  border-color: var(--color-dark);
  color: #fff;
}

.info-intro__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(16, 24, 40, 0.06);
}

.info-intro__card--dark .info-intro__icon {
  background: rgba(255,255,255,0.12);
}

.info-intro__card-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--color-dark);
}

.info-intro__card--dark .info-intro__card-title {
  color: #fff;
}

.info-intro__card-text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-gray-500);
  margin: 0;
}

.info-intro__card--dark .info-intro__card-text {
  color: rgba(255,255,255,0.65);
}

/* Info Section (shared for ÐœÐ¾Ð½Ñ‚Ð°Ð¶ and ÐžÐ¿Ð»Ð°Ñ‚Ð°) */
.info-section {
  padding: 56px 32px;
  background: #fff;
}

.info-section--gray {
  background: #f9fafb;
}

.info-section__inner {
  max-width: var(--width-content);
  margin: 0 auto;
}

.info-section__header {
  margin-bottom: 40px;
}

.info-section__pill {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(16, 24, 40, 0.06);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-dark);
  margin-bottom: 12px;
}

.info-section__title {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--color-dark);
}

.info-section__desc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-gray-500);
  margin: 0;
  max-width: 600px;
}

/* Installation Steps */
.info-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.info-step {
  position: relative;
  padding: 28px 24px 24px;
  background: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  transition: box-shadow 0.25s, transform 0.25s;
}

.info-step:hover {
  box-shadow: 0 8px 32px -4px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}

.info-step__num {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 36px;
  font-weight: 700;
  color: rgba(16, 24, 40, 0.06);
  line-height: 1;
}

.info-step__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #E5E7EB;
}

.info-step__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--color-dark);
}

.info-step__text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-gray-500);
  margin: 0;
}

/* Payment Stages */
.info-payment {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-bottom: 48px;
}

.info-payment__stage {
  flex: 1;
  padding: 36px 32px;
  border-radius: 20px;
  position: relative;
}

.info-payment__stage--first {
  background: var(--color-dark);
  color: #fff;
}

.info-payment__stage--second {
  background: #fff;
  border: 1px solid #E5E7EB;
}

.info-payment__percent {
  display: block;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}

.info-payment__stage--first .info-payment__percent {
  color: #fff;
}

.info-payment__stage--second .info-payment__percent {
  color: var(--color-dark);
}

.info-payment__stage-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
}

.info-payment__stage--second .info-payment__stage-title {
  color: var(--color-dark);
}

.info-payment__stage-text {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.info-payment__stage--first .info-payment__stage-text {
  color: rgba(255,255,255,0.65);
}

.info-payment__stage--second .info-payment__stage-text {
  color: var(--color-gray-500);
}

.info-payment__badge {
  display: inline-block;
  margin-top: 16px;
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.info-payment__stage--first .info-payment__badge {
  background: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.7);
}

.info-payment__stage--second .info-payment__badge {
  background: rgba(16, 24, 40, 0.06);
  color: #9ca3af;
}

.info-payment__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 56px;
}

/* Payment Methods */
.info-methods__title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
  color: var(--color-dark);
}

.info-methods__grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.info-methods__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  transition: box-shadow 0.2s;
}

.info-section--gray .info-methods__item {
  background: #fff;
}

.info-methods__item:hover {
  box-shadow: 0 4px 16px -4px rgba(0,0,0,0.08);
}

.info-methods__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #f3f4f6;
  border-radius: 12px;
  flex-shrink: 0;
}

.info-methods__label {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-dark);
}

/* ========== ABOUT PAGE ========== */

/* About Hero */
.about-hero {
  margin-top: 80px;
  padding: 56px 32px 64px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.about-hero__inner {
  max-width: var(--width-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 48px;
  align-items: center;
}

.about-hero__pill {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(16, 24, 40, 0.07);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-dark);
  margin-bottom: 16px;
}

.about-hero__title {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.08;
  margin: 0 0 16px;
  color: var(--color-dark);
}

.about-hero__desc {
  font-size: 17px;
  line-height: 1.65;
  color: var(--color-gray-500);
  margin: 0 0 28px;
  max-width: 540px;
}

.about-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.about-hero__image {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--color-gray-300);
}

.about-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Stats Strip */
.about-stats {
  padding: 30px 32px 0;
  background: #fff;
  transform: translateY(-32px);
  margin-bottom: -16px;
}

.about-stats__inner {
  max-width: var(--width-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.about-stat {
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  box-shadow: 0 4px 24px -4px rgba(0,0,0,0.06);
  text-align: center;
  transition: box-shadow 0.25s, transform 0.25s;
}

.about-stat:hover {
  box-shadow: 0 8px 32px -4px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.about-stat__value {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: var(--color-dark);
  line-height: 1.1;
  margin-bottom: 6px;
}

.about-stat__label {
  font-size: 13px;
  color: #6A7282;
}

/* About Services Grid (What's included) */
.about-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.about-svc {
  position: relative;
  padding: 28px 24px 24px;
  background: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  transition: box-shadow 0.25s, transform 0.25s;
}

.about-svc:hover {
  box-shadow: 0 8px 32px -4px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}

.about-svc__num {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 36px;
  font-weight: 700;
  color: rgba(16, 24, 40, 0.05);
  line-height: 1;
}

.about-svc__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #E5E7EB;
}

.about-svc__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--color-dark);
}

.about-svc__text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-gray-500);
  margin: 0;
}

/* What We Make - Types */
.about-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.about-types__col {
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
}

.about-types__heading {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px;
  color: var(--color-dark);
  padding-bottom: 12px;
  border-bottom: 1px solid #f3f4f6;
}

.about-types__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-types__list li {
  position: relative;
  padding: 8px 0 8px 20px;
  font-size: 14px;
  color: var(--color-gray-500);
  line-height: 1.5;
}

.about-types__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-dark);
  opacity: 0.25;
}

/* ========== PRICE PAGE ========== */

/* Pricing Cards */
.price-cards {
  padding: 0 32px;
  background: #fff;
  transform: translateY(-32px);
  margin-bottom: -16px;
}

.price-cards__inner {
  max-width: var(--width-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}

.price-card {
  position: relative;
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 20px;
  box-shadow: 0 4px 24px -4px rgba(0,0,0,0.06);
  transition: box-shadow 0.25s, transform 0.25s;
}

.price-card:hover {
  box-shadow: 0 12px 40px -8px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}

.price-card--accent {
  background: var(--color-dark);
  border-color: var(--color-dark);
  color: #fff;
}

.price-card__badge {
  position: absolute;
  top: -10px;
  right: 20px;
  padding: 4px 14px;
  background: #16a34a;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.price-card__head {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f4f6;
}

.price-card--accent .price-card__head {
  border-bottom-color: rgba(255,255,255,0.12);
}

.price-card__title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--color-dark);
}

.price-card--accent .price-card__title {
  color: #fff;
}

.price-card__from {
  font-size: 15px;
  color: #6A7282;
  margin: 0;
}

.price-card__from strong {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-dark);
}

.price-card--accent .price-card__from {
  color: rgba(255,255,255,0.55);
}

.price-card--accent .price-card__from strong {
  color: #fff;
}

.price-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.price-card__list li {
  position: relative;
  padding: 8px 0 8px 24px;
  font-size: 14px;
  color: var(--color-gray-500);
  line-height: 1.5;
}

.price-card--accent .price-card__list li {
  color: rgba(255,255,255,0.7);
}

.price-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.price-card--accent .price-card__list li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234ade80' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

.price-card__btn {
  width: 100%;
  padding: 14px;
  font-size: 14px;
  border-radius: 12px;
}

.price-card--accent .price-card__btn {
  background: #fff;
  color: var(--color-dark);
}

.price-card--accent .price-card__btn:hover {
  background: #f3f4f6;
}

/* Price Table */
.price-table {
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  overflow: hidden;
}

.price-table__head {
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
  background: var(--color-dark);
}

.price-table__th {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.7);
}

.price-table__th--right {
  text-align: right;
}

.price-table__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  border-bottom: 1px solid #f3f4f6;
  transition: background 0.15s;
}

.price-table__row:last-child {
  border-bottom: none;
}

.price-table__row:hover {
  background: #f9fafb;
}

.price-table__name {
  font-size: 14px;
  color: var(--color-dark);
}

.price-table__price {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-dark);
  white-space: nowrap;
}

.price-table__price--free {
  color: #16a34a;
}

.price-table__divider {
  padding: 12px 24px;
  background: #f9fafb;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9ca3af;
  border-bottom: 1px solid #f3f4f6;
}

.price-table__note {
  font-size: 13px;
  color: #9ca3af;
  margin: 16px 0 0;
  line-height: 1.5;
}

/* Price Factors */
.price-factors {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.price-factor {
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  transition: box-shadow 0.25s, transform 0.25s;
}

.price-factor:hover {
  box-shadow: 0 6px 24px -4px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.price-factor__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: #f3f4f6;
}

.price-factor__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--color-dark);
}

.price-factor__text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-gray-500);
  margin: 0;
}

/* Price page responsive */
@media (max-width: 1024px) {
  .price-cards__inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .price-factors {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .price-cards {
    padding: 0 20px;
    transform: translateY(-24px);
    margin-bottom: -12px;
  }
  .price-cards__inner {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  .price-card {
    padding: 28px 24px;
  }
  .price-table__row {
    padding: 12px 16px;
  }
  .price-table__head {
    padding: 14px 16px;
  }
  .price-table__name {
    font-size: 13px;
  }
  .price-table__divider {
    padding: 10px 16px;
  }
  .price-factors {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .price-cards {
    padding: 0 16px;
    transform: translateY(-20px);
    margin-bottom: -8px;
  }
  .price-card__from strong {
    font-size: 28px;
  }
  .price-table__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

/* ========== PARTNERSHIP PAGE ========== */

/* Audience Cards */
.part-audience {
  padding: 0 32px;
  background: #fff;
  transform: translateY(-32px);
  margin-bottom: -16px;
}

.part-audience__inner {
  max-width: var(--width-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.part-audience__card {
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  box-shadow: 0 4px 24px -4px rgba(0,0,0,0.06);
  transition: box-shadow 0.25s, transform 0.25s;
}

.part-audience__card:hover {
  box-shadow: 0 8px 32px -4px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.part-audience__card--accent {
  background: var(--color-dark);
  border-color: var(--color-dark);
  color: #fff;
}

.part-audience__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(16, 24, 40, 0.06);
}

.part-audience__card--accent .part-audience__icon {
  background: rgba(255,255,255,0.12);
}

.part-audience__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--color-dark);
}

.part-audience__card--accent .part-audience__title {
  color: #fff;
}

.part-audience__text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-gray-500);
  margin: 0;
}

.part-audience__card--accent .part-audience__text {
  color: rgba(255,255,255,0.65);
}

/* Benefits Grid */
.part-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.part-benefit {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 24px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.part-benefit:hover {
  box-shadow: 0 6px 24px -4px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.part-benefit__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: #f3f4f6;
  border-radius: 12px;
}

.part-benefit__title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 4px;
  color: var(--color-dark);
}

.part-benefit__text {
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-gray-500);
  margin: 0;
}

/* Projects List */
.part-projects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.part-project {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 20px 24px;
  background: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 14px;
  transition: box-shadow 0.2s;
}

.part-project:hover {
  box-shadow: 0 4px 16px -4px rgba(0,0,0,0.08);
}

.part-project__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
}

.part-project__title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 2px;
  color: var(--color-dark);
}

.part-project__location {
  font-size: 13px;
  color: #9ca3af;
  margin: 0;
}

/* Partnership Contact Section */
.part-contact {
  padding: 56px 32px;
  background: linear-gradient(135deg, #101828 0%, #1e293b 100%);
  color: #fff;
}

.part-contact__inner {
  max-width: var(--width-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: start;
}

.part-contact__title {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 12px;
}

.part-contact__desc {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,0.65);
  margin: 0 0 32px;
  max-width: 480px;
}

.part-contact__details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.part-contact__detail-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 4px;
}

.part-contact__detail-value {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.part-contact__detail-value:hover {
  opacity: 0.8;
}

.part-contact .cp-form {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.1);
  backdrop-filter: blur(16px);
}

.part-contact .cp-form__title {
  color: #fff;
}

.part-contact .cp-form__desc {
  color: rgba(255,255,255,0.55);
}

.part-contact .cp-form__input {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
  color: #fff;
}

.part-contact .cp-form__input::placeholder {
  color: rgba(255,255,255,0.4);
}

.part-contact .cp-form__input:focus {
  border-color: rgba(255,255,255,0.35);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.06);
}

.part-contact .cp-form__note {
  color: rgba(255,255,255,0.35);
}

.part-contact .cp-form__note a {
  color: rgba(255,255,255,0.5);
}

/* Partnership responsive */
@media (max-width: 1024px) {
  .part-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
  .part-contact__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .part-contact .cp-form {
    max-width: 480px;
  }
}

@media (max-width: 768px) {
  .part-audience {
    padding: 0 20px;
    transform: translateY(-24px);
    margin-bottom: -12px;
  }
  .part-audience__inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .part-benefits {
    grid-template-columns: 1fr;
  }
  .part-projects {
    grid-template-columns: 1fr;
  }
  .part-contact {
    padding: 40px 20px;
  }
  .part-contact__title {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .part-audience {
    padding: 0 16px;
    transform: translateY(-20px);
    margin-bottom: -8px;
  }
  .part-contact {
    padding: 32px 16px;
  }
  .part-contact__title {
    font-size: 24px;
  }
  .part-benefit {
    padding: 20px;
  }
}

/* About page responsive */
@media (max-width: 1024px) {
  .about-hero__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-hero__image {
    max-width: 420px;
  }
  .about-hero__title {
    font-size: 40px;
  }
  .about-stats__inner {
    grid-template-columns: repeat(4, 1fr);
  }
  .about-services {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-types {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .about-hero {
    margin-top: 80px;
    padding: 40px 20px 48px;
  }
  .about-hero__title {
    font-size: 32px;
  }
  .about-hero__desc {
    font-size: 15px;
  }
  .about-stats {
    padding: 0 20px;
    transform: translateY(-24px);
    margin-bottom: -12px;
  }
  .about-stats__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .about-stat {
    padding: 22px 18px;
  }
  .about-stat__value {
    font-size: 28px;
  }
  .about-services {
    grid-template-columns: 1fr;
  }
  .about-types {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 540px) {
  .about-hero {
    margin-top: 64px;
  }
}

@media (max-width: 480px) {
  .about-hero {
    padding: 32px 16px 40px;
  }
  .about-hero__title {
    font-size: 28px;
  }
  .about-stats {
    padding: 0 16px;
    transform: translateY(-20px);
    margin-bottom: -8px;
  }
  .about-stats__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-stat__value {
    font-size: 24px;
  }
  .about-types__col {
    padding: 22px 20px;
  }
}

/* Payment page responsive */
@media (max-width: 1024px) {
  .info-intro__inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .info-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .info-section__title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .info-intro {
    padding: 0 20px;
    transform: translateY(-24px);
    margin-bottom: -12px;
  }
  .info-intro__inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .info-section {
    padding: 40px 20px;
  }
  .info-section__title {
    font-size: 24px;
  }
  .info-steps {
    grid-template-columns: 1fr;
  }
  .info-payment {
    flex-direction: column;
    gap: 0;
  }
  .info-payment__divider {
    width: auto;
    height: 40px;
    transform: rotate(90deg);
  }
  .info-payment__stage {
    padding: 28px 24px;
    border-radius: 16px;
  }
  .info-payment__percent {
    font-size: 44px;
  }
  .info-methods__grid {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .info-intro {
    padding: 0 16px;
    transform: translateY(-20px);
    margin-bottom: -8px;
  }
  .info-intro__card {
    padding: 22px 20px;
  }
  .info-section {
    padding: 32px 16px;
  }
  .info-section__title {
    font-size: 22px;
  }
  .info-payment__stage {
    padding: 24px 20px;
  }
  .info-payment__percent {
    font-size: 36px;
  }
}

/* Contacts Page Responsive */
@media (max-width: 1024px) {
  .cp-cards__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .cp-main__inner {
    grid-template-columns: 1fr;
  }
  .cp-form {
    position: static;
    max-width: 480px;
  }
  .cp-req__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cp-hero {
    margin-top: 80px;
    padding: 24px 20px 36px;
  }
  .cp-hero__title {
    font-size: 32px;
  }
  .cp-cards {
    padding: 0 20px;
    transform: translateY(-24px);
    margin-bottom: -12px;
  }
  .cp-cards__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .cp-main {
    padding: 20px 20px 40px;
  }
  .cp-map {
    height: 280px;
  }
  .cp-region {
    padding: 40px 20px;
  }
  .cp-region__title {
    font-size: 24px;
  }
  .cp-req {
    padding: 40px 20px;
  }
  .cp-req__title {
    font-size: 22px;
  }
  .cp-req__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 540px) {
  .cp-hero {
    margin-top: 64px;
  }
}

@media (max-width: 480px) {
  .cp-hero {
    padding: 20px 16px 28px;
  }
  .cp-hero__title {
    font-size: 26px;
  }
  .cp-cards {
    padding: 0 16px;
    transform: translateY(-20px);
    margin-bottom: -8px;
  }
  .cp-cards__inner {
    grid-template-columns: 1fr;
  }
  .cp-main {
    padding: 12px 16px 32px;
  }
  .cp-card {
    padding: 20px;
  }
  .cp-map {
    height: 240px;
    border-radius: 12px;
  }
  .cp-form {
    padding: 24px 20px;
    border-radius: 16px;
  }
  .cp-form__title {
    font-size: 20px;
  }
  .cp-region {
    padding: 32px 16px;
  }
  .cp-region__title {
    font-size: 22px;
  }
  .cp-req {
    padding: 32px 16px;
  }
  .cp-req__title {
    font-size: 20px;
  }
  .cp-req__grid {
    grid-template-columns: 1fr;
  }
}

/* Catalog page responsive */
@media (max-width: 1024px) {
  .cat-hero__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cat-hero__image {
    max-width: 400px;
  }
  .cat-hero__title {
    font-size: 36px;
  }
  .cat-body__inner {
    grid-template-columns: 220px 1fr;
    gap: 28px;
  }
  .cat-grid__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .cat-cta__inner {
    flex-direction: column;
    text-align: center;
    padding: 32px;
  }
  .cat-cta__title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .breadcrumbs {
    margin-top: 80px;
    padding: 12px 20px;
  }
  .cat-hero {
    padding: 32px 20px 40px;
  }
  .cat-hero__title {
    font-size: 28px;
  }
  .cat-hero__desc {
    font-size: 15px;
  }
  .cat-body {
    padding: 32px 20px;
  }
  .cat-body__inner {
    grid-template-columns: 1fr;
  }
  .cat-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
  }
  .cat-sidebar__cta {
    grid-column: 1 / -1;
  }
  .cat-sidebar__title {
    cursor: pointer;
    user-select: none;
    position: relative;
    padding-right: 20px;
  }
  .cat-sidebar__title::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform 0.2s;
  }
  .cat-sidebar__section--collapsed .cat-sidebar__title::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .cat-sidebar__section--collapsed .cat-sidebar__list {
    display: none;
  }
  .cat-grid__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .cat-cta {
    padding: 40px 20px;
  }
  .cat-cta__inner {
    padding: 28px 24px;
    border-radius: 16px;
  }
  .seo-content__title {
    font-size: 24px;
  }
  .seo-content h3 {
    font-size: 18px;
  }
}

@media (max-width: 540px) {
  .breadcrumbs {
    margin-top: 64px;
  }
}

@media (max-width: 480px) {
  .cat-hero {
    padding: 24px 16px 32px;
  }
  .cat-hero__title {
    font-size: 24px;
  }
  .cat-body {
    padding: 24px 16px;
  }
  .cat-sidebar {
    grid-template-columns: 1fr;
  }
  .cat-grid__items {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
  .cat-cta {
    padding: 32px 16px;
  }
  .cat-cta__inner {
    padding: 24px 20px;
  }
  .cat-cta__title {
    font-size: 20px;
  }
  .product-card__body {
    padding: 12px 14px 14px;
  }
}

@media (max-width: 1024px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer__col--brand {
    max-width: none;
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .footer__grid {
    grid-template-columns: 1fr;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ========== RESPONSIVE ========== */

/* ---- 1280px: only header padding ---- */
@media (max-width: 1280px) {
  .header {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* ---- 1024px: 2-col grids, hero single-col ---- */
@media (max-width: 1024px) {
  .section {
    padding: 72px 24px;
  }
  .hero {
    padding: 110px 32px 70px;
    min-height: 0;
  }
  .hero__content {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
  }
  .hero__stats {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
  .hero__title {
    font-size: 48px;
  }
  .hero__desc {
    font-size: 17px;
  }
  .section__title {
    font-size: clamp(36px, 6vw, 58px);
  }
  .section__subtitle {
    font-size: 17px;
    margin-bottom: 36px;
  }
  .services {
    grid-template-columns: repeat(2, 1fr);
  }
  .section__cta {
    grid-template-columns: 1fr;
  }
  .portfolio {
    grid-template-columns: repeat(2, 1fr);
  }
  .geo {
    grid-template-columns: 1fr;
  }
  .geo__map {
    min-height: 260px;
  }
  .contacts-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .contacts-bottom {
    grid-template-columns: 1fr;
  }
  .steps__row {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps__row:last-child {
    grid-template-columns: repeat(2, 1fr);
  }
  .video-reviews-slider .video-card {
    flex: 0 0 calc((100% - 24px) / 2);
  }
  .footer {
    padding: 48px 24px 0;
  }
}

/* ---- 768px: mostly single-col ---- */
@media (max-width: 768px) {
  .section {
    padding: 56px 20px;
  }
  .hero {
    padding: 100px 20px 60px;
  }
  .hero__title {
    font-size: 36px;
    line-height: 1.15em;
  }
  .hero__desc {
    font-size: 16px;
    line-height: 1.6;
  }
  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero__btn {
    padding: 16px 24px;
    font-size: 14px;
    justify-content: center;
  }
  .hero__stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero__stat-value {
    font-size: 26px;
  }
  .hero__features {
    grid-template-columns: 1fr;
  }
  .section__title {
    font-size: clamp(28px, 7vw, 48px);
  }
  .section__subtitle {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .section__action {
    margin-top: 32px;
  }
  .btn {
    padding: 14px 24px;
    font-size: 14px;
  }
  .services {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
  .portfolio {
    grid-template-columns: 1fr;
  }
  .portfolio__filters {
    gap: 8px;
  }
  .portfolio__filter {
    padding: 10px 16px;
    font-size: 13px;
  }
  .services-tabs {
    gap: 8px;
  }
  .services-tab {
    padding: 8px 16px;
    font-size: 13px;
  }
  .portfolio-card__image {
    height: 200px;
  }
  .steps__row,
  .steps__row:last-child {
    grid-template-columns: 1fr;
  }
  .reviews .review-card {
    /* flex: 0 0 280px; */
  }
  .video-reviews-slider .video-card {
    flex: 0 0 100%;
  }
  .video-reviews-slider {
    gap: 12px;
  }
  .video-reviews__arrow {
    width: 44px;
    height: 44px;
  }

  .video-reviews__arrow-icon {
    width: 20px;
    height: 20px;
  }
  .video-card__thumb {
    min-height: 140px;
  }
  .contacts-cards {
    grid-template-columns: 1fr;
  }
  .contacts-form__row {
    grid-template-columns: 1fr;
  }
  .contacts-form__footer {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .contacts-form {
    padding: 20px;
  }
  .contacts-promo {
    padding: 24px 20px;
  }
  .faq__question {
    padding: 16px 20px;
    font-size: 15px;
  }
  .faq__answer {
    padding: 0 20px 16px;
    font-size: 14px;
  }
  .geo__map {
    min-height: 220px;
  }
  .footer {
    padding: 40px 20px 0;
  }
  .footer__grid {
    gap: 32px 24px;
  }
}

/* ========== BURGER BUTTON ========== */
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 8px;
  transition: background 0.2s;
}

.burger:hover {
  background: rgba(0, 0, 0, 0.06);
}

.burger__line {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-dark);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

.burger--active .burger__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger--active .burger__line:nth-child(2) {
  opacity: 0;
}

.burger--active .burger__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ========== MOBILE MENU ========== */
.mob-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  visibility: hidden;
}

.mob-menu--open {
  pointer-events: auto;
  visibility: visible;
}

.mob-menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.35s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.mob-menu--open .mob-menu__overlay {
  opacity: 1;
}

.mob-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(380px, 85vw);
  background: #fff;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.32, 0.72, 0, 1);
  box-shadow: -16px 0 48px rgba(0, 0, 0, 0.12);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.mob-menu--open .mob-menu__panel {
  transform: translateX(0);
}

.mob-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #f3f4f6;
  flex-shrink: 0;
}

.mob-menu__logo-img {
  display: block;
  height: 32px;
  width: auto;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6A7282;
  margin-top: 1px;
}

.mob-menu__close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 10px;
  color: #6A7282;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.mob-menu__close:hover {
  background: #f3f4f6;
  color: var(--color-dark);
}

/* Nav links */
.mob-menu__nav {
  flex: 1;
  padding: 12px 0;
  overflow-y: auto;
}

.mob-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-dark);
  text-decoration: none;
  border: none;
  background: none;
  width: 100%;
  font-family: var(--font);
  cursor: pointer;
  transition: background 0.15s;
}

.mob-menu__link:hover {
  background: #f9fafb;
}

.mob-menu__link--parent {
  text-align: left;
}

.mob-menu__chevron {
  color: #9ca3af;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.mob-menu__group[aria-open="true"] .mob-menu__chevron {
  transform: rotate(180deg);
}

.mob-menu__group[aria-open="true"] .mob-menu__link--parent {
  color: var(--color-dark);
  background: #f3f4f6;
}

/* Sub-menu accordion */
.mob-menu__sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.32, 0.72, 0, 1);
  background: #f9fafb;
}

.mob-menu__group[aria-open="true"] .mob-menu__sub {
  max-height: 800px;
}

.mob-menu__sub-section {
  padding: 12px 24px 4px 24px;
}

.mob-menu__sub-section:first-child {
  padding-top: 16px;
}

.mob-menu__sub-section:last-child {
  padding-bottom: 12px;
}

.mob-menu__sub-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin: 0 0 8px;
  padding: 0;
}

.mob-menu__sub-link {
  display: block;
  padding: 8px 12px;
  margin: 0 -12px;
  font-size: 14px;
  color: #4A5565;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.15s, color 0.15s;
}

.mob-menu__sub-link:not(.mob-menu__sub-link--active):hover {
  background: rgba(0, 0, 0, 0.04);
  color: var(--color-dark);
}

.mob-menu__sub-link--active {
    background-color: var(--color-dark);
    color: var(--color-white);
}

/* Footer area */
.mob-menu__footer {
  padding: 20px 24px 28px;
  border-top: 1px solid #f3f4f6;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
}

.mob-menu__phone-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mob-menu__phone-label {
  font-size: 12px;
  color: #9ca3af;
}

.mob-menu__phone {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-dark);
  text-decoration: none;
  letter-spacing: -0.01em;
}

.mob-menu__cta {
  width: 100%;
  text-align: center;
  padding: 16px;
  font-size: 15px;
  border-radius: 14px;
}

.mob-menu__socials {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.mob-menu__social {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border-radius: 10px;
  color: #6A7282;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.mob-menu__social:hover {
  background: var(--color-dark);
  color: #fff;
}

/* Body lock when menu open */
.page--menu-open {
  overflow: hidden;
}

@media (max-width: 920px) {
  .burger {
    display: flex;
  }
  .header__nav {
    display: none;
  }
  .header__cta {
    display: none;
  }
  .header__inner {
    gap: 16px;
  }
}

@media (max-width: 540px) {
  .header {
    height: 64px;
    padding: 0 16px;
  }
  .header__phone-icon {
    display: none;
  }
  .header__phone-label {
    display: none;
  }
  .header__phone-number {
    font-size: 14px;
    font-weight: 700;
  }
  .header__logo-img {
    height: 32px;
  }
  .hero {
    margin-top: 64px;
  }
  .mega-menu {
    top: 64px;
  }
  .mega-menu::before {
    top: 64px;
  }
}

@media (max-width: 480px) {
  .section {
    padding: 44px 16px;
  }
  .hero {
    padding: 80px 16px 50px;
  }
  .hero__title {
    font-size: 28px;
  }
  .hero__desc {
    font-size: 15px;
  }
  .hero__pill {
    font-size: 11px;
    padding: 6px 14px;
  }
  .hero__stat-card {
    padding: 16px 14px;
  }
  .hero__stat-value {
    font-size: 22px;
  }
  .hero__stat-label {
    font-size: 13px;
  }
  .hero__stat-sublabel {
    font-size: 11px;
  }
  .hero__rating {
    gap: 8px;
  }
  .hero__rating-text {
    font-size: 12px;
  }
  .hero__rating-value {
    font-size: 12px;
  }
  .hero__avatar {
    width: 26px;
    height: 26px;
    font-size: 9px;
  }
  .section__title {
    font-size: clamp(24px, 7vw, 36px);
  }
  .section__subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .section__action {
    margin-top: 24px;
  }
  .section__cta {
    margin-top: 24px;
  }
  .btn {
    padding: 12px 20px;
    font-size: 13px;
    border-radius: 12px;
  }
  .hero__btn {
    padding: 14px 20px;
    font-size: 13px;
    border-radius: 12px;
  }
  .service-card__image {
    height: 180px;
  }
  .service-card__content {
    padding: 14px;
  }
  .service-card__title {
    font-size: 17px;
  }
  .portfolio-card__image {
    height: 170px;
  }
  .portfolio-card__content {
    padding: 14px;
  }
  .step-card {
    padding: 24px 18px;
    padding-top: 42px;
  }
  .step-card__num {
    width: 32px;
    height: 32px;
    font-size: 11px;
    top: -16px;
    left: 18px;
  }
  .step-card__title {
    font-size: 16px;
  }
  .step-card__text {
    font-size: 13px;
  }
  .review-card {
    padding: 20px;
  }
  .reviews .review-card {
    /* flex: 0 0 260px; */
  }
  .review-card__text {
    font-size: 14px;
  }
  .video-card__thumb {
    min-height: 120px;
  }
  .contacts-card {
    padding: 18px 16px;
  }
  .contacts-form {
    padding: 18px;
  }
  .contacts-form__title {
    font-size: 18px;
  }
  .contacts-form__input {
    padding: 10px 12px;
    font-size: 13px;
  }
  .contacts-promo {
    padding: 20px 16px;
  }
  .contacts-promo__title {
    font-size: 18px;
  }
  .geo__numbers {
    gap: 20px;
  }
  .geo__number-value {
    font-size: 24px;
  }
  .geo__map {
    min-height: 180px;
  }
  .cta-card {
    padding: 20px;
  }
  .cta-card__title {
    font-size: 17px;
  }
  .cta-card__text {
    font-size: 14px;
  }
  .faq__question {
    padding: 14px 16px;
    font-size: 14px;
  }
  .faq__answer {
    padding: 0 16px 14px;
    font-size: 13px;
  }
  .footer {
    padding: 32px 16px 0;
  }
  .footer__grid {
    gap: 24px 16px;
  }
  .footer__logo-img {
    height: 26px;
  }
  .footer__tags {
    gap: 8px;
  }
  .footer__tag {
    padding: 8px 12px;
    font-size: 12px;
  }
}

/* ===== Modal ===== */
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(4px);
}
.modal__dialog {
  position: relative;
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  overflow-y: auto;
  background: var(--color-dark, #1a1f2e);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius, 16px);
  box-shadow: 0 24px 64px rgba(0,0,0,.4);
  transform: translateY(24px) scale(.96);
  transition: transform .35s cubic-bezier(.22,1,.36,1);
}
.modal[aria-hidden="false"] .modal__dialog {
  transform: translateY(0) scale(1);
}
.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  color: rgba(255,255,255,.6);
  cursor: pointer;
  transition: background .2s, color .2s;
}
.modal__close:hover {
  background: rgba(255,255,255,.12);
  color: #fff;
}
.modal__body {
  padding: 40px 32px 32px;
}
.modal__body--center {
  text-align: center;
}
.modal__icon {
  margin-bottom: 20px;
}
.modal__title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.modal__desc {
  margin: 0 0 24px;
  font-size: 15px;
  color: rgba(255,255,255,.55);
  line-height: 1.5;
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.modal__label {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,.7);
}
.modal__input {
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 15px;
  color: #fff;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.modal__input::placeholder {
  color: rgba(255,255,255,.3);
}
.modal__input:focus {
  border-color: rgba(255,255,255,.3);
  box-shadow: 0 0 0 3px rgba(255,255,255,.06);
}
.modal__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='rgba(255,255,255,0.4)' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.modal__select option {
  background: #1a1f2e;
  color: #fff;
}
.modal__textarea {
  resize: vertical;
  min-height: 72px;
}
.modal__submit {
  width: 100%;
  margin-top: 4px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
}
.modal__privacy {
  margin: 16px 0 0;
  font-size: 12px;
  color: rgba(255,255,255,.35);
  text-align: center;
  line-height: 1.5;
}
.modal__privacy a {
  color: rgba(255,255,255,.5);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.modal__privacy a:hover {
  color: #fff;
}

@media (max-width: 540px) {
  .modal__body {
    padding: 32px 20px 24px;
  }
  .modal__title {
    font-size: 20px;
  }
  .modal__desc {
    font-size: 14px;
  }
}

.page--modal-open {
  overflow: hidden;
}


.cookie-warning {
    position: fixed;
    bottom: 8px;
    transform: translateX(-50%);
    left: 50%;
    display: none;
    justify-content: space-between;
    width: 100%;
    padding: 32px;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: white;
    color: rgb(0, 0, 0);
    max-width: 836px;
    box-shadow: 0 0 16px 0 rgb(0, 0, 0, 0.2);
}

.cookie-warning--active {
    display: flex;
    align-items: center;
    z-index: 1000;
}

.cookie-warning__text {
    font-size: 16px;
    line-height: 160%;
    margin-right: 30px;
    max-width: 630px;
}

.cookie-warning__text a {
    color: inherit;
}

.cookie-warning__read {
    display: block;
    margin-left: 15px;
    color: white;
    text-decoration: underline;
}

.cookie-warning__apply {
    padding: 8px 18px;
    background: linear-gradient(90deg, #364153 0%, #101828 100%);
    border: none;
    border-radius: 4px;
    color: white;
}


.scroll-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    border: none;
    border-radius: 4px;
    background: linear-gradient(90deg, #364153 0%, #101828 100%);
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.review-card.review-card--yandex {
    padding: unset;
}


.btn.btn--outline.btn--footer {
    margin-bottom: 20px;
    align-self: start;
    padding: 12px 24px;
}

.main-menu__search {
    width: 38px;
    height: 38px;
    cursor: pointer;
    display: flex;
    padding: 10px;
}
.main-menu__search svg {
    color: #364153;
}
.main-menu__search svg:hover {
    color: #fcec00;
}
.search-form__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 999;
    transition: 0.3s;
    display: none;
}
.search-input {
    flex: 1;
    border-radius: 15px;
    font-size: 17px;
    max-width: 600px;
    padding: 16px 24px;
    border: 1px solid rgb(0,0,0,0.1);
}

.search-form fieldset {
    display: flex;
    justify-content: center;
    padding: 31px;
}
.search-form__close-button {
    width: 40px;
    height: 40px;
    color: black;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.search-form__close-button svg {
    color: black;
}
.search-form__close-button svg:hover {
    color: #fcec00;
}
.body--active:before {
	content:'';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 2;
}
.search-form--active {
    display: block !important;
}
.main-menu__search svg path {fill: #364153cc;}

.search-form fieldset {
    border: unset;
}

.form-control {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  font-family: var(--font);
  font-size: 14px;
  color: var(--color-dark);
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
}

.form-control:focus {
  border-color: #155DFC;
}

.form-control::placeholder {
  color: #9ca3af;
}

.search-form--mob {
    padding: 12px 24px 0;
}
@media (max-width: 1199px) {
    .main-menu__search {
        display: none;
    }
}

@media (max-width: 991px) {
    .header__phone-label.header__phone-label--clock {
        display: none;
    }
}
@media (max-width: 767px) {
    .cookie-warning--active {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 8px;
        bottom: 0;
        padding: 16px 12px 12px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .cookie-warning__text {
        margin-right: 0;
        font-size: 14px;
    }

    .cookie-warning__apply {
        width: 100%;
    }
}