/* ==================== ОСНОВНЫЕ СТИЛИ ==================== */
:root {
  /* Эко-палитра цветов */
  --primary-green: #4a7c59;
  --light-green: #7fb069;
  --accent-green: #90c695;
  --soft-beige: #f8f6f0;
  --cream-white: #fefefe;
  --warm-grey: #e8e6e0;
  --text-dark: #2c3e2d;
  --text-light: #6b7c6e;
  --shadow-light: rgba(74, 124, 89, 0.1);
  --shadow-medium: rgba(74, 124, 89, 0.2);
  --gradient-primary: linear-gradient(135deg, #4a7c59 0%, #7fb069 100%);
  --gradient-soft: linear-gradient(135deg, #f8f6f0 0%, #fefefe 100%);
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Alegreya', serif;
  background: var(--cream-white);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
}


/* ==================== СТЕКЛЯННАЯ НАВИГАЦИЯ APPLE STYLE ==================== */
.navbar.ecodom-navbar {
  background: rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: none;
  border-radius: 0 0 28px 28px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 1400px;
  z-index: 1030;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 8px;
  min-height: auto;
}

.navbar.ecodom-navbar.scrolled {
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(25px) saturate(200%);
  -webkit-backdrop-filter: blur(25px) saturate(200%);
  box-shadow: 
    0 12px 40px rgba(0, 0, 0, 0.12),
    0 4px 12px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.25);
  margin-top: 4px;
  border-radius: 0 0 32px 32px;
}

/* Container настройки для стеклянной навигации */
.navbar .container-fluid {
  padding: 0 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

/* Адаптивные настройки контейнера */
@media (max-width: 991.98px) {
  .navbar .container-fluid {
    padding: 0 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .navbar .container-fluid {
    padding: 0 1rem;
  }
}

@media (max-width: 575.98px) {
  .navbar .container-fluid {
    padding: 0 0.8rem;
  }
}

/* Desktop navigation sizing shared by every desktop page.
   The previous 1400px inner cap was narrower than the navigation content and
   pushed the language selector outside the glass panel. */
@media (min-width: 992px) {
  .navbar.ecodom-navbar {
    width: calc(100% - 32px);
    max-width: 1800px;
  }

  .navbar.ecodom-navbar > .container-fluid {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding-inline: clamp(14px, 1.65vw, 30px);
    flex-wrap: nowrap;
  }

  .navbar.ecodom-navbar .navbar-brand {
    flex: 0 0 auto;
    margin-right: clamp(10px, 1.2vw, 22px);
  }

  .navbar.ecodom-navbar .navbar-collapse {
    display: flex !important;
    min-width: 0;
    gap: clamp(6px, 0.7vw, 13px);
  }

  .navbar.ecodom-navbar .navbar-nav {
    min-width: 0;
    gap: clamp(2px, 0.25vw, 5px);
  }

  .navbar.ecodom-navbar .navbar-nav.mx-auto {
    margin-inline: auto !important;
  }

  .navbar.ecodom-navbar .navbar-nav .nav-link {
    margin-inline: 0;
    padding: 0.58rem clamp(0.5rem, 0.66vw, 0.82rem) !important;
    font-size: clamp(0.76rem, 0.77vw, 0.86rem);
  }

  .navbar.ecodom-navbar .navbar-nav.ms-auto {
    flex: 0 0 auto;
    gap: clamp(5px, 0.55vw, 10px);
    margin-left: 0 !important;
  }

  .navbar.ecodom-navbar .language-switcher {
    flex: 0 0 auto;
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1279.98px) {
  .navbar.ecodom-navbar .company-name {
    display: none;
  }

  .navbar.ecodom-navbar .logo-svg {
    width: 52px;
    height: 52px;
  }

  .navbar.ecodom-navbar .navbar-nav .nav-link {
    padding-inline: 0.45rem !important;
    font-size: 0.72rem;
  }

  .navbar.ecodom-navbar .navbar-nav .nav-link i {
    margin-right: 0.26rem;
  }

  .navbar.ecodom-navbar .lang-label {
    width: 76px;
  }

  .navbar.ecodom-navbar .lang-slider {
    width: 34px;
  }

  .navbar.ecodom-navbar .lang-checkbox:checked + .lang-label .lang-slider {
    transform: translateX(34px);
  }
}

/* Адаптация body для стеклянной навигации */
body {
  padding-top: 120px;
}

/* Адаптивные стили для стеклянной навигации */
@media (max-width: 991.98px) {
  .navbar.ecodom-navbar {
    width: calc(100% - 20px);
    margin-top: 5px;
    padding: 0.8rem 0;
    border-radius: 0 0 24px 24px;
  }
  
  .navbar.ecodom-navbar.scrolled {
    border-radius: 0 0 28px 28px;
    margin-top: 2px;
  }
  
  body {
    padding-top: 140px;
  }
}

@media (max-width: 767.98px) {
  .navbar.ecodom-navbar {
    width: calc(100% - 16px);
    margin-top: 4px;
    padding: 0.6rem 0;
    border-radius: 0 0 20px 20px;
  }
  
  .navbar.ecodom-navbar.scrolled {
    border-radius: 0 0 24px 24px;
    margin-top: 2px;
  }
  
  body {
    padding-top: 160px;
  }
}

@media (max-width: 575.98px) {
  .navbar.ecodom-navbar {
    width: calc(100% - 12px);
    margin-top: 3px;
    padding: 0.5rem 0;
    border-radius: 0 0 18px 18px;
  }
  
  .navbar.ecodom-navbar.scrolled {
    border-radius: 0 0 20px 20px;
    margin-top: 1px;
  }
  
  body {
    padding-top: 180px;
  }
}

/* Дополнительные стеклянные эффекты */
.navbar.ecodom-navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, 
    rgba(255, 255, 255, 0.1) 0%, 
    rgba(255, 255, 255, 0.05) 50%, 
    rgba(255, 255, 255, 0) 100%);
  border-radius: 0 0 28px 28px;
  pointer-events: none;
}

.navbar.ecodom-navbar.scrolled::before {
  background: linear-gradient(180deg, 
    rgba(255, 255, 255, 0.15) 0%, 
    rgba(255, 255, 255, 0.08) 50%, 
    rgba(255, 255, 255, 0.02) 100%);
  border-radius: 0 0 32px 32px;
}

/* Простой логотип EcoDom */
.navbar-brand {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  padding: 0;
  margin-right: 2rem;
}

.navbar-brand:hover {
  text-decoration: none !important;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}


.logo-svg .svg-elem-1 {
  stroke-dashoffset: 672.049560546875px;
  stroke-dasharray: 672.049560546875px;
  fill: var(--primary-green);
  stroke: var(--primary-green);
  stroke-width: 2;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.navbar-brand:hover .logo-svg .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: var(--light-green);
  stroke: var(--light-green);
}

.logo-svg .svg-elem-2 {
  stroke-dashoffset: 248.2175750732422px;
  stroke-dasharray: 248.2175750732422px;
  fill: var(--text-dark);
  stroke: var(--text-dark);
  stroke-width: 2;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.navbar-brand:hover .logo-svg .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: var(--text-light);
  stroke: var(--text-light);
}

.company-name {
  font-family: 'Alegreya', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-green);
  margin: 0;
  transition: color 0.3s ease;
}

.navbar-brand:hover .company-name {
  color: var(--light-green);
}

/* Navbar Toggle Button */
.navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
  background: var(--gradient-primary);
  border-radius: 8px;
  box-shadow: 0 2px 8px var(--shadow-light);
}

.navbar-toggler:focus {
  box-shadow: 0 2px 8px var(--shadow-light);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 20px;
  height: 20px;
}

/* Navbar Collapse */
.navbar-collapse {
  flex-grow: 1;
  justify-content: center;
}

/* Navbar Nav */
.navbar-nav {
  align-items: center;
  gap: 0.25rem;
}

.navbar-nav .nav-item {
  margin: 0;
}

/* Стеклянные кнопки навигации Apple Style */
.navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.8) !important;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.6rem 1rem !important;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none !important;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  margin: 0 0.2rem;
}

/* Адаптивные стили для навигационных кнопок */
@media (max-width: 991.98px) {
  .navbar-nav .nav-link {
    font-size: 0.8rem;
    padding: 0.5rem 0.8rem !important;
    margin: 0 0.15rem;
  }
}

@media (max-width: 767.98px) {
  .navbar-nav .nav-link {
    font-size: 0.75rem;
    padding: 0.4rem 0.6rem !important;
    margin: 0 0.1rem;
    border-radius: 10px;
  }
}

@media (max-width: 575.98px) {
  .navbar-nav .nav-link {
    font-size: 0.7rem;
    padding: 0.3rem 0.5rem !important;
    margin: 0 0.05rem;
    border-radius: 8px;
  }
  
  .navbar-nav .nav-link i {
    font-size: 0.65rem;
    margin-right: 0.2rem;
  }
}

/* Стеклянный эффект при наведении */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: rgba(74, 124, 89, 0.9) !important;
  transform: translateY(-2px);
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px);
  box-shadow: 
    0 4px 16px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Анимация иконок */
.navbar-nav .nav-link i {
  margin-right: 0.4rem;
  font-size: 0.75rem;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover i {
  transform: scale(1.1);
  color: var(--light-green);
}

/* Тонкая пульсация для каталога */
.navbar-nav .nav-link[href*="catalog"] {
  animation: subtlePulse 4s ease-in-out infinite;
}

@keyframes subtlePulse {
  0%, 100% {
    background: transparent;
  }
  50% {
    background: rgba(127, 176, 105, 0.05);
  }
}

/* Right side items */
.navbar-nav.ms-auto {
  flex-direction: row;
  gap: 1rem;
}

/* ==================== ПЕРЕКЛЮЧАТЕЛЬ ЯЗЫКОВ ==================== */
.language-switcher {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}

.lang-toggle {
  position: relative;
  display: inline-block;
}

.lang-checkbox {
  display: none;
}

.lang-label {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 3px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 2px 8px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  width: 95px;
  height: 36px;
}

.lang-label:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 
    0 4px 16px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  transform: translateY(-1px);
}

.lang-option {
  font-size: 0.8rem;
  font-weight: 600;
  color: #6c757d;
  padding: 8px 12px;
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  flex: 1;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-option.active {
  color: white;
  font-weight: 800;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.lang-slider {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 43px;
  height: 30px;
  background: linear-gradient(135deg, #4a7c59 0%, #7fb069 100%);
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 
    0 2px 8px rgba(74, 124, 89, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.lang-checkbox:checked + .lang-label .lang-slider {
  transform: translateX(43px);
  background: linear-gradient(135deg, #7fb069 0%, #90c695 100%);
}

.lang-checkbox:checked + .lang-label .lang-ru {
  color: #6c757d;
  font-weight: 600;
  text-shadow: none;
}

.lang-checkbox:checked + .lang-label .lang-en {
  color: white;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Анимация при переключении */
.lang-label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(74, 124, 89, 0.06), rgba(127, 176, 105, 0.03));
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.lang-label:active::after {
  opacity: 1;
}

/* Эффекты при наведении */
.lang-toggle:hover .lang-slider {
  box-shadow: 
    0 3px 10px rgba(74, 124, 89, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Адаптация для светлой темы */
.light-theme .lang-label {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 100%);
  border-color: rgba(74, 124, 89, 0.35);
  box-shadow: 0 3px 12px rgba(74, 124, 89, 0.12);
}

.light-theme .lang-option {
  color: #495057;
}

.light-theme .lang-option.active {
  color: white;
}

/* Уведомления о смене языка */
.lang-notification {
  font-family: 'Inter', sans-serif;
}

.notification-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-text {
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Компактные адаптивные стили для переключателя языков */
@media (max-width: 991.98px) {
  .language-switcher {
    margin-right: 0.3rem;
  }
  
  .lang-label {
    width: 80px;
    height: 34px;
  }
  
  .lang-slider {
    width: 36px;
    height: 28px;
  }
  
  .lang-checkbox:checked + .lang-label .lang-slider {
    transform: translateX(36px);
  }
}

@media (max-width: 767.98px) {
  .language-switcher {
    margin-right: 0.2rem;
  }
  
  .lang-label {
    width: 70px;
    height: 30px;
    padding: 2px;
  }
  
  .lang-slider {
    width: 32px;
    height: 26px;
    top: 2px;
    left: 2px;
  }
  
  .lang-checkbox:checked + .lang-label .lang-slider {
    transform: translateX(32px);
  }
  
  .lang-option {
    font-size: 0.7rem;
    padding: 6px 8px;
  }
}

@media (max-width: 575.98px) {
  .language-switcher {
    margin-right: 0.1rem;
  }
  
  .lang-label {
    width: 60px;
    height: 28px;
    padding: 2px;
  }
  
  .lang-slider {
    width: 28px;
    height: 24px;
    top: 2px;
    left: 2px;
  }
  
  .lang-checkbox:checked + .lang-label .lang-slider {
    transform: translateX(28px);
  }
  
.lang-option {
  font-size: 0.65rem;
  padding: 5px 6px;
}
}

/* ==================== HOMEPAGE TILE STUDIO ==================== */
.tile-studio-section {
  max-width: 94%;
  margin: 14px auto 48px;
  padding: 0 20px;
}

.tile-studio-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 4vw, 58px);
  padding: clamp(32px, 4vw, 52px);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(138, 166, 122, 0.16), transparent 28%),
    linear-gradient(180deg, #f8f4ec 0%, #f3efe7 100%);
  border: 1px solid rgba(103, 132, 111, 0.08);
  box-shadow: 0 22px 54px rgba(44, 62, 45, 0.07);
}

.tile-studio-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  max-width: 520px;
}

.tile-studio-control-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.tile-studio-pill-row {
  display: flex;
  gap: 12px;
}

.tile-studio-pill {
  border: 1px solid rgba(74, 124, 89, 0.14);
  border-radius: 999px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.92);
  color: rgba(44, 62, 45, 0.82);
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(44, 62, 45, 0.05);
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.tile-studio-pill:hover,
.tile-studio-pill:focus-visible {
  transform: translateY(-1px);
  background: #ffffff;
  color: #243225;
  border-color: rgba(74, 124, 89, 0.28);
  box-shadow: 0 12px 28px rgba(74, 124, 89, 0.1);
}

.tile-studio-pill.is-active {
  background: var(--primary-green);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 12px 24px rgba(74, 124, 89, 0.18);
}

.tile-studio-selection-card {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #223023;
  box-shadow: none;
  backdrop-filter: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

.tile-studio-selection-main {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tile-studio-selection-name {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(4rem, 7vw, 6rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
  color: #1f2b20;
}

.tile-studio-selection-price {
  font-family: 'Inter', sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  color: rgba(44, 62, 45, 0.66);
}

.tile-studio-selection-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.tile-studio-primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid rgba(74, 124, 89, 0.16);
  background: rgba(255, 255, 255, 0.94);
  color: var(--primary-green);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(44, 62, 45, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.tile-studio-primary-link i {
  font-size: 0.92rem;
}

.tile-studio-primary-link--secondary {
  color: #2d5231;
  background: rgba(248, 252, 247, 0.96);
}

.tile-studio-primary-link:hover,
.tile-studio-primary-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(74, 124, 89, 0.26);
  color: #2d5231;
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(74, 124, 89, 0.13);
}

.tile-studio-preview-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.tile-studio-preview {
  width: 100%;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(52px, 6vw, 76px) 32px 40px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 18px 44px rgba(44, 62, 45, 0.08);
  position: relative;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.tile-studio-preview-badge {
  position: absolute;
  top: 28px;
  left: 32px;
}

.tile-studio-preview-badge strong {
  font-family: 'Inter', sans-serif;
  font-size: 0.84rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(34, 48, 35, 0.56);
}

.tile-studio-variant-switcher {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 12px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(74, 124, 89, 0.12);
  box-shadow: 0 18px 36px rgba(44, 62, 45, 0.09);
  backdrop-filter: blur(18px);
}

.tile-studio-view-pill {
  min-width: 74px;
  min-height: 62px;
  padding: 10px 10px 11px;
  border: 0;
  border-radius: 18px;
  background: rgba(245, 248, 242, 0.95);
  color: rgba(44, 62, 45, 0.74);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: inset 0 0 0 1px rgba(74, 124, 89, 0.12);
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.tile-studio-view-pill:hover,
.tile-studio-view-pill:focus-visible {
  transform: scale(1.04);
  background: #ffffff;
  color: #243225;
}

.tile-studio-view-pill.is-active {
  background: var(--primary-green);
  color: #ffffff;
  box-shadow: 0 14px 24px rgba(74, 124, 89, 0.24);
}

.tile-studio-view-pill-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tile-studio-tile {
  --tile-edge-size: 16px;
  position: relative;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  perspective: 1400px;
  transition: width 0.36s ease, aspect-ratio 0.36s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.tile-studio-face,
.tile-studio-edge {
  transition: opacity 0.42s ease, transform 0.42s ease, box-shadow 0.42s ease, inset 0.42s ease;
}

.tile-studio-face {
  position: absolute;
  inset: 0;
  border-radius: 0;
  overflow: hidden;
  background: #e3d8cb;
  box-shadow: 0 24px 50px rgba(26, 35, 27, 0.14);
}

.tile-studio-face--front {
  z-index: 2;
  opacity: 1;
  transform: none;
}

.tile-studio-face--front img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.tile-studio-face--back {
  z-index: 1;
  opacity: 0;
  transform: scale(0.98) rotateY(10deg);
  background: #d7d2ca;
}

.tile-studio-back-surface {
  position: relative;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56) 0%, rgba(214, 206, 194, 0.95) 100%),
    repeating-linear-gradient(
      -45deg,
      rgba(125, 120, 111, 0.08) 0 6px,
      rgba(255, 255, 255, 0) 6px 18px
    );
}

.tile-studio-back-surface::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 0;
  border: 1px solid rgba(90, 86, 80, 0.18);
}

.tile-studio-back-surface::after {
  content: "";
  position: absolute;
  inset: 36px;
  border-radius: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.65), transparent 26%),
    linear-gradient(180deg, rgba(130, 124, 115, 0.08), rgba(255, 255, 255, 0));
}

.tile-studio-edge {
  position: absolute;
  top: 14px;
  bottom: 14px;
  width: var(--tile-edge-size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background:
    linear-gradient(180deg, #d8d1c6 0%, #b8b0a3 100%);
  box-shadow: 0 16px 28px rgba(38, 42, 38, 0.12);
  opacity: 0;
  z-index: 3;
}

.tile-studio-edge::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(114, 108, 101, 0.16)),
    repeating-linear-gradient(
      0deg,
      rgba(140, 132, 123, 0.22) 0 3px,
      rgba(255, 255, 255, 0) 3px 10px
    );
}

.tile-studio-edge--right {
  right: -8px;
  transform: translateX(12px);
}

.tile-studio-edge--left {
  left: -8px;
  transform: translateX(-12px);
}

.tile-studio-edge-label {
  position: relative;
  z-index: 1;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(54, 51, 47, 0.72);
}

.tile-studio-preview[data-view="front"] .tile-studio-face--front {
  opacity: 1;
  transform: none;
}

.tile-studio-preview[data-view="back"] .tile-studio-face--front {
  opacity: 0;
  transform: scale(0.98) rotateY(-10deg);
}

.tile-studio-preview[data-view="back"] .tile-studio-face--back {
  opacity: 1;
  transform: none;
}

.tile-studio-preview[data-view="edge-right"] .tile-studio-face--front {
  inset: 0 18px 0 0;
  transform-origin: right center;
  transform: perspective(1200px) rotateY(-76deg);
  box-shadow: 0 28px 44px rgba(26, 35, 27, 0.18);
}

.tile-studio-preview[data-view="edge-right"] .tile-studio-edge--right {
  opacity: 1;
  transform: translateX(0);
}

.tile-studio-preview[data-view="edge-left"] .tile-studio-face--front {
  inset: 0 0 0 18px;
  transform-origin: left center;
  transform: perspective(1200px) rotateY(76deg);
  box-shadow: 0 28px 44px rgba(26, 35, 27, 0.18);
}

.tile-studio-preview[data-view="edge-left"] .tile-studio-edge--left {
  opacity: 1;
  transform: translateX(0);
}

.tile-studio-preview[data-size="60x60"] .tile-studio-tile {
  width: min(300px, 72vw);
  aspect-ratio: 1 / 1;
}

.tile-studio-preview[data-size="60x60-20"] .tile-studio-tile {
  width: min(300px, 72vw);
  aspect-ratio: 1 / 1;
}

.tile-studio-preview[data-size="60x120"] .tile-studio-tile {
  width: min(270px, 58vw);
  aspect-ratio: 1 / 2;
}

.tile-studio-preview[data-size="80x80"] .tile-studio-tile {
  width: min(360px, 76vw);
  aspect-ratio: 1 / 1;
}

.tile-studio-preview-tools {
  width: 100%;
  display: flex;
  justify-content: center;
}

.tile-studio-control-group--sizes {
  align-items: center;
}

.tile-studio-control-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(44, 62, 45, 0.52);
}

.tile-studio-pill-row--sizes {
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.tile-studio-pill-row--sizes::-webkit-scrollbar {
  display: none;
}

.tile-studio-materials {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.tile-studio-texture-carousel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.tile-studio-texture-nav {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(44, 62, 45, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #243225;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 26px rgba(44, 62, 45, 0.08);
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, opacity 0.22s ease;
}

.tile-studio-texture-nav:hover,
.tile-studio-texture-nav:focus-visible {
  transform: translateY(-2px);
  background: var(--primary-green);
  color: #ffffff;
}

.tile-studio-texture-nav[hidden] {
  display: none;
}

.tile-studio-texture-nav:disabled {
  opacity: 0.42;
  cursor: default;
  transform: none;
  background: rgba(255, 255, 255, 0.78);
  color: rgba(36, 50, 37, 0.5);
}

.tile-studio-texture-viewport {
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.tile-studio-texture-viewport::-webkit-scrollbar {
  display: none;
}

.tile-studio-texture-strip {
  display: flex;
  gap: 18px;
  width: 100%;
  scroll-behavior: smooth;
}

.tile-texture-card {
  flex: 0 0 auto;
  width: 220px;
  border: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
  opacity: 0.82;
  scroll-snap-align: start;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.tile-texture-card:hover,
.tile-texture-card:focus-visible {
  transform: translateY(-2px);
  opacity: 1;
}

.tile-texture-card.is-active {
  opacity: 1;
}

.tile-texture-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  background: #e8e1d7;
  box-shadow: 0 12px 24px rgba(20, 24, 20, 0.08);
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.tile-texture-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tile-texture-card.is-active .tile-texture-thumb {
  box-shadow:
    0 18px 32px rgba(74, 124, 89, 0.14),
    0 0 0 1px rgba(95, 135, 99, 0.18);
  transform: translateY(-2px);
}

.tile-texture-copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.tile-texture-copy strong {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
  color: #233124;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tile-studio-texture-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  min-height: 14px;
}

.tile-studio-texture-indicators[hidden] {
  display: none;
}

.tile-studio-texture-indicator {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(74, 124, 89, 0.22);
  box-shadow: inset 0 0 0 1px rgba(74, 124, 89, 0.1);
  transition: width 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.tile-studio-texture-indicator.is-active {
  width: 34px;
  background: linear-gradient(90deg, #4a7c59 0%, #7fb069 100%);
  transform: translateY(-1px);
}

.tile-studio-preview.is-updating,
.tile-studio-selection-card.is-updating {
  animation: tileStudioFade 0.24s ease;
}

.tile-studio-preview.is-updating .tile-studio-tile {
  animation: tileStudioTilePulse 0.24s ease;
}

@keyframes tileStudioFade {
  0% {
    opacity: 0.74;
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tileStudioTilePulse {
  0% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 1199.98px) {
  .tile-studio-shell {
    grid-template-columns: 1fr;
  }

  .tile-studio-copy {
    max-width: none;
  }

  .tile-studio-preview {
    min-height: 560px;
  }

  .tile-studio-selection-name {
    font-size: clamp(3.4rem, 8vw, 5rem);
  }

  .tile-studio-texture-carousel {
    gap: 14px;
  }
}

@media (max-width: 767.98px) {
  .tile-studio-section {
    max-width: 98%;
    padding: 0 10px;
  }

  .tile-studio-shell {
    padding: 22px;
    border-radius: 24px;
    gap: 24px;
  }

  .tile-studio-copy {
    gap: 22px;
  }

  .tile-studio-selection-actions {
    flex-direction: column;
  }

  .tile-studio-primary-link {
    width: 100%;
  }

  .tile-studio-preview {
    min-height: 440px;
    padding: 62px 16px 26px;
  }

  .tile-studio-preview-badge {
    top: 18px;
    left: 18px;
  }

  .tile-studio-variant-switcher {
    top: auto;
    right: 16px;
    bottom: 16px;
    transform: none;
    flex-direction: row;
    padding: 10px;
  }

  .tile-studio-view-pill {
    min-width: 64px;
    min-height: 54px;
    padding: 8px 8px 9px;
    gap: 4px;
  }

  .tile-studio-view-pill-label {
    font-size: 0.64rem;
  }

  .tile-studio-selection-name {
    font-size: clamp(2.65rem, 10vw, 4rem);
  }

  .tile-studio-preview[data-size="60x60"] .tile-studio-tile {
    width: min(240px, 70vw);
  }

  .tile-studio-preview[data-size="60x60-20"] .tile-studio-tile {
    width: min(240px, 70vw);
  }

  .tile-studio-preview[data-size="60x120"] .tile-studio-tile {
    width: min(190px, 52vw);
  }

  .tile-studio-preview[data-size="80x80"] .tile-studio-tile {
    width: min(270px, 72vw);
  }

  .tile-studio-pill-row--sizes {
    justify-content: flex-start;
  }

  .tile-studio-texture-carousel {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tile-studio-texture-nav {
    display: none;
  }

  .tile-texture-card {
    gap: 10px;
  }
}

/* Дополнительные Bootstrap переопределения */
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--text-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--primary-green);
}

.navbar-light .navbar-toggler {
  border-color: transparent;
}

/* Фиксация z-index для корректной работы */
.navbar {
  z-index: 1030;
}

/* ==================== ПРОСТАЯ КАРУСЕЛЬ О КОМПАНИИ ==================== */
.about-company {
  position: relative;
  height: 710px;
  width: 100vw;
  overflow: hidden;
  background: var(--soft-beige);
  padding: 0;
  display: block;
  margin: 40px 0;
  left: 49%;
  transform: translateX(-50%);
}

.slider {
  position: relative;
  width: 100vw;
  height: 750px;
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.item {
  position: relative;
  width: 100vw;
  height: 750px;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0.8);
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  overflow: hidden;
}

.item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent; /* убираем зеленый цвет с фото */
  z-index: 1;
  pointer-events: none;
}



.content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background: linear-gradient(
    transparent 0%,
    rgba(0, 0, 0, 0.3) 20%,
    rgba(0, 0, 0, 0.7) 60%,
    rgba(0, 0, 0, 0.9) 100%
  );
  color: white;
  z-index: 2;
  border-radius: 0;
  backdrop-filter: blur(8px);
}

.title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 
    0 0 20px rgba(255, 255, 255, 0.3),
    2px 2px 8px rgba(0, 0, 0, 0.8),
    4px 4px 16px rgba(0, 0, 0, 0.5);
  background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 1px;
  line-height: 1.2;
}

.description {
  font-size: 1.2rem;
  line-height: 1.7;
  opacity: 0.95;
  text-shadow: 
    1px 1px 4px rgba(0, 0, 0, 0.8),
    0 0 10px rgba(255, 255, 255, 0.1);
  max-width: 800px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.3px;
}

/* Скрываем навигационные стрелочки */
.nav {
  display: none;
}

.btn {
  display: none;
}

/* Индикаторы точки - по центру внизу */
.carousel-indicators {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 25px;
  border-radius: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(15px);
}

.indicator {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
}

.indicator.active {
  background: var(--primary-green);
  border-color: var(--primary-green);
  transform: scale(1.4);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7), 0 3px 15px rgba(74, 124, 89, 0.5);
}

.indicator:hover:not(.active) {
  background: rgba(255, 255, 255, 0.9);
  transform: scale(1.2);
}


/* ==================== Company Files: Glass Buttons ==================== */
.company-files {
  padding: 24px 0; 
  margin: 0 auto;
  max-width: 95%;
}

.company-files .files-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: center;
  align-items: stretch;
  overflow-x: auto;
}

.company-files .file-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 16px;
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  min-width: 240px;
  height: 52px;
  flex: 1;
  max-width: 280px;
  flex-shrink: 0;
}


.company-files .file-btn i { 
  font-size: 16px; 
  color: rgba(0, 0, 0, 0.7);
}

/* Responsive для company-files */
@media (max-width: 992px) {
  .company-files .file-btn {
    min-width: 200px;
    max-width: 240px;
    padding: 14px 20px;
    height: 48px;
    font-size: 13px;
}
}

@media (max-width: 768px) {
  .company-files { 
    padding: 20px 0;
    max-width: 98%;
}
  .company-files .files-buttons {
    gap: 12px;
}
  .company-files .file-btn {
    min-width: 160px;
    max-width: 100%;
    padding: 12px 16px;
    height: 44px;
    font-size: 12px;
    gap: 8px;
}
  .company-files .file-btn i {
    font-size: 14px;
  }
}



/* ==================== СВЕТЛАЯ ВРЕМЕННАЯ ШКАЛА - 5 КАРТОЧЕК ==================== */
.timebar {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
  min-height: 1200px;
}

.timebar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(74, 124, 89, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(127, 176, 105, 0.03) 0%, transparent 50%);
}

.ecodom-title {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #4a7c59 0%, #7fb069 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
  from {
    opacity: 0;
    transform: translateY(30px);
  }
}

.timeline-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 900px;
}

/* Центральная зеленая линия */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #4a7c59 0%, #7fb069 100%);
  box-shadow: 0 0 15px rgba(74, 124, 89, 0.3);
  opacity: 0;
  animation: lineGrow 2s ease-out 0.5s forwards;
  z-index: 5;
}

@keyframes lineGrow {
  to {
    opacity: 1;
    height: 100%;
  }
  from {
    opacity: 0;
    height: 0;
  }
}

/* Круглые точки с номерами - светлая тема */
.timeline-point {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #4a7c59;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a7c59;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 
    0 0 20px rgba(74, 124, 89, 0.2),
    0 4px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 10;
  transition: all 0.3s ease;
}

.timeline-point.animate {
  opacity: 1;
  animation: pointPulse 1s ease-out;
}

.timeline-point:nth-child(1) { top: 80px; }
.timeline-point:nth-child(2) { top: 250px; }
.timeline-point:nth-child(3) { top: 420px; }
.timeline-point:nth-child(4) { top: 590px; }
.timeline-point:nth-child(5) { top: 760px; }

/* Карточки - светлая тема */
.timeline-cards {
  position: relative;
  width: 100%;
  height: 100%;
}

.timeline-card {
  position: absolute;
  width: 420px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(74, 124, 89, 0.2);
  padding: 35px;
  box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 0 20px rgba(74, 124, 89, 0.05);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: all 0.3s ease;
  /* Применяем изогнутую форму ко всем карточкам */
  border-radius: 80px 15px 80px 80px;
  /* Убираем возможность перетаскивания */
  cursor: default;
  pointer-events: auto;
}

/* Позиционирование карточек */
.timeline-card:nth-child(1) {
  top: -45px;
  right: calc(52% + 70px);
}

.timeline-card:nth-child(2) {
  top: 125px;
  left: calc(52% + 70px);
}

.timeline-card:nth-child(3) {
  top: 310px;
  right: calc(52% + 80px);
}

.timeline-card:nth-child(4) {
  top: 465px;
  left: calc(52% + 90px);
}

.timeline-card:nth-child(5) {
  top: 650px;
  right: calc(52% + 70px);
}

/* Линии от середины карточек к цифрам - светлая тема */
.timeline-card::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, #4a7c59, rgba(74, 124, 89, 0.3));
  box-shadow: 0 0 8px rgba(74, 124, 89, 0.2);
  z-index: 1;
}

/* Карточка 1 (Инновации) - левая, линия к цифре 1 */
.timeline-card:nth-child(1)::before {
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(74, 124, 89, 0.3), #4a7c59);
}

/* Карточка 2 (Наша миссия) - правая, линия к цифре 2 */
.timeline-card:nth-child(2)::before {
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #4a7c59, rgba(74, 124, 89, 0.3));
}

/* Карточка 3 (Качество) - левая, линия к цифре 3 */
.timeline-card:nth-child(3)::before {
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(74, 124, 89, 0.3), #4a7c59);
}

/* Карточка 4 (Экологичность) - правая, линия к цифре 4 */
.timeline-card:nth-child(4)::before {
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #4a7c59, rgba(74, 124, 89, 0.3));
}

/* Карточка 5 (Международный опыт) - левая, линия к цифре 5 */
.timeline-card:nth-child(5)::before {
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(74, 124, 89, 0.3), #4a7c59);
}

.timeline-card.animate {
  opacity: 1;
  animation: cardSlideIn 0.8s ease-out;
}

.timeline-card:hover {
  transform: translateY(-3px);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 0 25px rgba(74, 124, 89, 0.1);
  border: 3px solid rgba(74, 124, 89, 0.5);
  transition: all 0.3s ease;
}

/* Иконки в светлых кругах */
.card-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(74, 124, 89, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  color: #4a7c59;
  font-size: 1.3rem;
  box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    inset 0 2px 5px rgba(74, 124, 89, 0.1);
  border: 2px solid rgba(74, 124, 89, 0.2);
}

.timeline-card h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4a7c59;
  margin-bottom: 15px;
  position: relative;
}

.timeline-card h3::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 80px;
  height: 2px;
  background: #4a7c59;
}

.timeline-card p {
  color: #2c3e2d;
  line-height: 1.6;
  font-size: 1rem;
  margin: 0;
}



/* ==================== ДОСТИЖЕНИЯ КОМПАНИИ - НОВЫЙ КОНЦЕПТ ==================== */
.timeline-section {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8f6f0 0%, #fefefe 50%, #e8e6e0 100%);
  position: relative;
  overflow: hidden;
}

.timeline-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 15% 25%, rgba(74, 124, 89, 0.03) 0%, transparent 60%),
    radial-gradient(circle at 85% 75%, rgba(127, 176, 105, 0.04) 0%, transparent 60%),
    radial-gradient(circle at 50% 50%, rgba(144, 198, 149, 0.02) 0%, transparent 80%);
  pointer-events: none;
}

.timeline-section h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #4a7c59 0%, #7fb069 50%, #90c695 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(-50px) scale(0.8);
  transition: all 0.5s ease-out;
}

.timeline-section h2::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #4a7c59, #7fb069, #4a7c59, transparent);
  border-radius: 2px;
  opacity: 0.8;
}

.timeline-section .subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 80px;
  font-style: italic;
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease-out;
}

.timeline-section .subtitle.animate-in {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease-out 0.3s;
}

/* Сетка достижений */
.achievements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Карточки достижений */
.achievement-card {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 40px 30px;
  position: relative;
  backdrop-filter: blur(25px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(60px) scale(0.9);
  overflow: hidden;
}

/* Восстанавливаем недостающие стили */
.achievement-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(74, 124, 89, 0.02), rgba(127, 176, 105, 0.01));
  border-radius: 25px;
  z-index: -1;
  transition: opacity 0.3s ease;
}

.achievement-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 12px 32px rgba(0, 0, 0, 0.1),
    0 4px 16px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(30px) saturate(200%);
  -webkit-backdrop-filter: blur(30px) saturate(200%);
}

.achievement-card:hover::before {
  opacity: 1;
}

.achievement-icon::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #90c695, #4a7c59);
  border-radius: 22px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.achievement-card:hover .achievement-icon {
  transform: scale(1.1) rotateY(10deg);
  box-shadow: 
    0 12px 35px rgba(74, 124, 89, 0.4),
    inset 0 2px 0 rgba(255, 255, 255, 0.3);
}

.achievement-card:hover .achievement-icon::after {
  opacity: 1;
}

/* Разные анимации для разных карточек */
.achievement-card:nth-child(odd):not(.animate-in) {
  transform: translateY(100px) translateX(-50px) scale(0.8) rotateY(10deg);
}

.achievement-card:nth-child(even):not(.animate-in) {
  transform: translateY(100px) translateX(50px) scale(0.8) rotateY(-10deg);
}

.achievement-card.featured:not(.animate-in) {
  transform: translateY(120px) scale(0.7) rotateX(20deg);
}

/* Анимация появления */
.achievement-card.animate-in {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Анимация для featured карточек */
.achievement-card.featured.animate-in {
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Анимация для заголовка секции */
.timeline-section h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #4a7c59 0%, #7fb069 50%, #90c695 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(-50px) scale(0.8);
  transition: all 0.3s ease-out;
}

.timeline-section h2.animate-in {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Анимация для подзаголовка */
.timeline-section .subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 80px;
  font-style: italic;
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease-out;
}

.timeline-section .subtitle.animate-in {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease-out 0.3s;
}

/* Анимация для иконок */
.achievement-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: linear-gradient(135deg, #4a7c59, #7fb069);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: white;
  font-size: 2rem;
  box-shadow: 
    0 8px 25px rgba(74, 124, 89, 0.3),
    inset 0 2px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  transition: all 0.2s ease-out;
  transform: scale(0) rotate(-180deg);
  opacity: 0;
}

.achievement-card.animate-in .achievement-icon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}

/* Заголовок достижения */
.achievement-card h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-green);
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.2s ease-out;
}

.achievement-card.animate-in h3 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease-out 0.3s;
}

.achievement-card h3::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--light-green), transparent);
  transition: width 0.3s ease;
}

.achievement-card.animate-in h3::after {
  width: 60px;
  transition: width 0.8s ease-out 0.6s;
}

.achievement-card:hover h3::after {
  width: 100px;
}

/* Описание достижения */
.achievement-card p {
  color: var(--text-dark);
  line-height: 1.7;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 25px;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.2s ease-out;
}

.achievement-card.animate-in p {
  opacity: 0.9;
  transform: translateY(0);
  transition: all 0.6s ease-out 0.35s;
}

/* Анимация для метрик */
.achievement-metric {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(74, 124, 89, 0.05), rgba(127, 176, 105, 0.03));
  border-radius: 15px;
  border: 1px solid rgba(74, 124, 89, 0.1);
  margin-top: 20px;
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  transition: all 0.2s ease-out;
}

.achievement-card.animate-in .achievement-metric {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all 0.5s ease-out 0.4s;
}

.metric-number {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #4a7c59, #90c695);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease-out;
}

.achievement-card.animate-in .metric-number {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
}

.metric-label {
  font-size: 0.9rem;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.2s ease-out;
}

.achievement-card.animate-in .metric-label {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.6s ease-out 0.6s;
}

/* Секция с поддержкой повторной анимации */
.timeline-section {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8f6f0 0%, #fefefe 50%, #e8e6e0 100%);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  filter: blur(1px);
  opacity: 0.8;
}

.timeline-section.animate-in {
  filter: blur(0px);
  opacity: 1;
  transition: all 1s ease-out;
}

/* Floating эффект для featured карточек - только после анимации */
.achievement-card.featured.animate-in {
  animation: floatingMotion 4s ease-in-out 1.5s infinite;
}

@keyframes floatingMotion {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.01);
  }
}

/* ========== СЕКЦИЯ FACTORY TO SHOP TILE ========== */

.factory-to-shop-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8f6f0 0%, #fefefe 50%, #e8e6e0 100%);
  position: relative;
  overflow: hidden;
}

/* Принудительное отображение всех элементов */
.factory-to-shop-section * {
  visibility: visible !important;
}

.factory-to-shop-section h2,
.factory-to-shop-section .factory-subtitle,
.factory-to-shop-section .description-card,
.factory-to-shop-section .stat-item {
  opacity: 1 !important;
  display: block !important;
}

.factory-to-shop-section .description-card {
  display: flex !important;
}

.factory-to-shop-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 15% 25%, rgba(74, 124, 89, 0.03) 0%, transparent 60%),
    radial-gradient(circle at 85% 75%, rgba(127, 176, 105, 0.04) 0%, transparent 60%),
    radial-gradient(circle at 50% 50%, rgba(144, 198, 149, 0.02) 0%, transparent 80%);
  pointer-events: none;
  z-index: 1;
}

.factory-to-shop-section .container {
  position: relative;
  z-index: 2;
}

/* Заголовок секции */
.factory-header {
  text-align: center;
  margin-bottom: 60px;
}

.factory-to-shop-section h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #4a7c59 !important;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-shadow: 0 2px 4px rgba(74, 124, 89, 0.1);
  display: block !important;
  visibility: visible !important;
}

.factory-to-shop-section h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #4a7c59, #7fb069, #4a7c59, transparent);
  border-radius: 2px;
  opacity: 0.8;
}

.factory-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: var(--text-light) !important;
  max-width: 500px;
  margin: 0 auto 40px;
  line-height: 1.6;
  position: relative;
  z-index: 2;
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: all 0.8s ease-out;
  display: block !important;
  visibility: visible !important;
}

/* Статистика */
.factory-to-shop-section .factory-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 40px 0;
  padding: 30px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 16px;
  backdrop-filter: blur(25px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.factory-to-shop-section .factory-stats:hover {
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 12px 32px rgba(0, 0, 0, 0.1),
    0 4px 16px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(30px) saturate(200%);
  -webkit-backdrop-filter: blur(30px) saturate(200%);
}

.factory-to-shop-section .stat-item {
  text-align: center;
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all 0.3s ease;
}

.factory-to-shop-section .stat-item.animate {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Убраны задержки анимации для моментального появления */

.factory-to-shop-section .stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #4a7c59;
  margin-bottom: 8px;
  text-shadow: 0 2px 4px rgba(74, 124, 89, 0.2);
  line-height: 1;
}

.factory-to-shop-section .stat-label {
  font-size: 0.9rem;
  color: var(--text-light);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Описание процесса */
.factory-description {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 50px 0;
}

.description-card {
  display: flex;
  align-items: flex-start;
  padding: 25px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  position: relative;
  backdrop-filter: blur(25px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  opacity: 1;
  transform: translateY(0);
  overflow: hidden;
}

/* Удален ::before для единообразия */

.description-card:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 12px 32px rgba(0, 0, 0, 0.1),
    0 4px 16px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(30px) saturate(200%);
  -webkit-backdrop-filter: blur(30px) saturate(200%);
}

.description-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #4a7c59, #7fb069);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  box-shadow: 
    0 8px 25px rgba(74, 124, 89, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  transition: all 0.3s ease;
}

.description-icon::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #90c695, #4a7c59);
  border-radius: 22px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.description-icon i {
  font-size: 1.5rem;
  color: white;
  position: relative;
  z-index: 1;
}

.description-card:hover .description-icon {
  transform: scale(1.1) rotateY(10deg);
  box-shadow: 
    0 12px 35px rgba(74, 124, 89, 0.4),
    inset 0 2px 0 rgba(255, 255, 255, 0.3);
}

.description-card:hover .description-icon::after {
  opacity: 1;
}

.description-content {
  flex: 1;
}

.description-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  background: linear-gradient(135deg, #4a7c59 0%, #7fb069 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
  line-height: 1.4;
  position: relative;
}

.description-content h4::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #4a7c59, transparent);
  border-radius: 1px;
  transition: width 0.3s ease;
}

.description-card:hover .description-content h4::after {
  width: 50px;
}

.description-content p {
  font-size: 0.95rem;
  color: var(--text-light);
  line-height: 1.5;
  margin: 0 0 15px 0;
}

/* Удалены featured-card стили - все карточки одинаковые */

/* Бейджи */
.feature-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.badge {
  background: linear-gradient(135deg, #4a7c59, #7fb069);
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(74, 124, 89, 0.3);
  transition: all 0.3s ease;
}

.badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(74, 124, 89, 0.4);
}

/* Видео контейнер */
.factory-video-container {
  margin-bottom: 40px;
}

.video-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.8s ease-out;
}

.video-wrapper iframe {
  width: 100%;
  height: 400px;
  border: none;
  display: block;
}

/* Постер видео */
.video-poster {
  position: relative;
  width: 100%;
  height: 400px;
  cursor: pointer;
  overflow: hidden;
}

.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  transition: all 0.3s ease;
}

.video-poster:hover img {
  filter: brightness(0.5);
  transform: scale(1.05);
}

/* Контейнер для iframe */
.video-iframe-container {
  position: relative;
  width: 100%;
  height: 400px;
}

.video-iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Спиннер загрузки */
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #333;
  font-size: 1.1rem;
}

.loading-spinner i {
  font-size: 2.5rem;
  margin-bottom: 15px;
  display: block;
  color: #4CAF50;
}

.loading-spinner span {
  display: block;
  font-weight: 500;
}

.video-overlay-factory {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}

.video-overlay-factory i {
  font-size: 4rem;
  margin-bottom: 15px;
  color: #4CAF50;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.video-overlay-factory small {
  display: block;
  font-size: 0.9rem;
  margin-top: 10px;
  color: #ccc;
  font-style: italic;
}

.video-wrapper:hover .video-overlay-factory {
  opacity: 0;
}

.video-poster:hover .video-overlay-factory {
  opacity: 1;
}

/* Когда видео загружено - постер всегда скрыт */
.video-poster.video-loaded {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  max-height: 0 !important;
}



/* Анимации появления */
.factory-to-shop-section h2.animate-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.factory-subtitle.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.description-card.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.description-card:nth-child(1).animate-in {
  transition-delay: 0.2s;
}

.description-card:nth-child(2).animate-in {
  transition-delay: 0.4s;
}

.description-card:nth-child(3).animate-in {
  transition-delay: 0.6s;
}

.video-wrapper.animate-in {
  opacity: 1;
  transform: scale(1);
}

/* Адаптивный дизайн */
@media (max-width: 1200px) {
  .factory-to-shop-section {
    padding: 50px 0;
  }
  
  .video-wrapper iframe {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .factory-to-shop-section {
    padding: 40px 0;
  }
  
  .factory-to-shop-section h2 {
    font-size: 2rem !important;
    opacity: 1 !important;
    transform: none !important;
    display: block !important;
    visibility: visible !important;
    color: #4a7c59 !important;
  }
  
  .factory-subtitle {
    font-size: 1rem !important;
    padding: 0 20px;
    opacity: 1 !important;
    transform: none !important;
    display: block !important;
    visibility: visible !important;
  }
  
  .factory-to-shop-section .factory-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 20px;
  }
  
  .factory-to-shop-section .stat-number {
    font-size: 2rem;
  }
  
  .factory-to-shop-section .stat-label {
    font-size: 0.8rem;
  }
  
  .factory-description {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 15px;
  }
  
  .description-card {
    padding: 20px;
    flex-direction: column;
    text-align: center;
  }
  
  .description-icon {
    margin: 0 auto 15px;
    width: 50px;
    height: 50px;
  }
  
  .description-icon i {
    font-size: 1.3rem;
  }
  
  .description-content h4 {
    font-size: 1.1rem;
  }
  
  .description-content p {
    font-size: 0.9rem;
  }
  
  .feature-badges {
    justify-content: center;
  }
  
  .video-wrapper iframe {
    height: 250px;
  }
  
  .video-poster {
    height: 250px;
  }
  
  .video-iframe-container {
    height: 250px;
  }
  

}



/* ==================== ОПЫТ ECODOM - НОВЫЙ КОНЦЕПТ ==================== */
.experience-section {
  padding: 120px 0 30px;
  background: linear-gradient(135deg, #f8f6f0 0%, #fefefe 50%, #e8e6e0 100%);
  position: relative;
  overflow: hidden;
}

.experience-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 25% 25%, rgba(74, 124, 89, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(127, 176, 105, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.experience-section h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #4a7c59 0%, #7fb069 50%, #90c695 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.experience-section h2::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #4a7c59, #7fb069, #4a7c59, transparent);
  border-radius: 2px;
  opacity: 0.8;
}

.experience-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 80px;
  font-style: italic;
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Сетка карточек опыта */
.experience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Базовый стиль карточек - единый стеклянный дизайн */
.experience-card {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(25px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.experience-card:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 12px 32px rgba(0, 0, 0, 0.1),
    0 4px 16px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(30px) saturate(200%);
  -webkit-backdrop-filter: blur(30px) saturate(200%);
}


/* ==================== ДОПОЛНИТЕЛЬНЫЕ СТИЛИ СЕКЦИИ ОПЫТА ==================== */

/* Заголовок карточки */
.experience-header {
  padding: 40px 35px 25px;
  text-align: center;
  position: relative;
}

.experience-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4a7c59, #7fb069, #90c695);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: white;
  font-size: 2.2rem;
  box-shadow: 
    0 12px 35px rgba(74, 124, 89, 0.3),
    0 4px 15px rgba(0, 0, 0, 0.1),
    inset 0 2px 0 rgba(255, 255, 255, 0.4),
    inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.experience-icon::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(74, 124, 89, 0.2), transparent);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.experience-card:hover .experience-icon {
  transform: scale(1.1) rotateY(10deg);
  box-shadow: 
    0 16px 45px rgba(74, 124, 89, 0.4),
    0 6px 20px rgba(0, 0, 0, 0.15),
    inset 0 2px 0 rgba(255, 255, 255, 0.5);
}

.experience-card:hover .experience-icon::before {
  opacity: 1;
}

.experience-type {
  display: inline-block;
  background: rgba(74, 124, 89, 0.1);
  color: #2c5530;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid rgba(74, 124, 89, 0.2);
  box-shadow: 
    0 4px 12px rgba(74, 124, 89, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.experience-card:hover .experience-type {
  background: rgba(74, 124, 89, 0.15);
  border-color: rgba(74, 124, 89, 0.3);
  box-shadow: 
    0 6px 16px rgba(74, 124, 89, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

/* Медиа контент */
.experience-media {
  position: relative;
  margin: 0 35px 35px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(74, 124, 89, 0.15);
}

.video-container {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s ease;
  pointer-events: none;
}

.video-overlay i {
  color: white;
  font-size: 3rem;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.video-container:hover .video-overlay {
  opacity: 0;
}

.video-container:hover video {
  transform: scale(1.05);
}

/* Контент карточки */
.experience-content {
  padding: 0 35px 35px;
}

.experience-content > p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--text-dark);
  margin-bottom: 30px;
  text-align: center;
}

/* Особенности */
.experience-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 35px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 22px;
  background: rgba(74, 124, 89, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(74, 124, 89, 0.15);
  box-shadow: 
    0 2px 8px rgba(74, 124, 89, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.feature-item i {
  color: var(--primary-green);
  font-size: 1.2rem;
  min-width: 28px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(74, 124, 89, 0.1);
  border-radius: 6px;
  flex-shrink: 0;
}

.feature-item span {
  font-weight: 600;
  color: var(--text-dark);
  font-size: 0.95rem;
}

.feature-item:hover {
  background: rgba(74, 124, 89, 0.1);
  border-color: rgba(74, 124, 89, 0.25);
  transform: translateX(8px);
  box-shadow: 
    0 4px 12px rgba(74, 124, 89, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.feature-item:hover i {
  background: rgba(74, 124, 89, 0.15);
  transform: scale(1.1);
}

/* Местоположение */
.experience-location {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  border: 1px solid rgba(74, 124, 89, 0.15);
  backdrop-filter: blur(15px) saturate(150%);
  -webkit-backdrop-filter: blur(15px) saturate(150%);
  box-shadow: 
    0 6px 20px rgba(74, 124, 89, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.experience-location:hover {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(74, 124, 89, 0.25);
  box-shadow: 
    0 8px 25px rgba(74, 124, 89, 0.12),
    0 3px 10px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.location-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary-green);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.location-info h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-green);
  margin-bottom: 8px;
}

.location-info a {
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.location-info a:hover {
  color: var(--primary-green);
}

/* Метрики производства */
.experience-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 35px;
}

.metric-block {
  text-align: center;
  padding: 35px 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  border: 1px solid rgba(74, 124, 89, 0.15);
  backdrop-filter: blur(15px) saturate(150%);
  -webkit-backdrop-filter: blur(15px) saturate(150%);
  box-shadow: 
    0 6px 20px rgba(74, 124, 89, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.metric-block:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 12px 35px rgba(74, 124, 89, 0.15),
    0 6px 20px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(74, 124, 89, 0.25);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
}

.metric-value {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #4a7c59, #90c695);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
  line-height: 1.1;
}

.metric-label {
  font-size: 0.9rem;
  color: var(--text-light);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.3;
  margin-top: auto;
}

/* Стандарты производства */
.production-standards {
  background: linear-gradient(135deg, rgba(144, 198, 149, 0.08), rgba(127, 176, 105, 0.05));
  padding: 25px;
  border-radius: 20px;
  border: 2px solid rgba(144, 198, 149, 0.15);
}

.production-standards h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-green);
  margin-bottom: 15px;
  text-align: center;
}

.standards-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.standard-badge {
  background: linear-gradient(135deg, #4a7c59, #7fb069);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(74, 124, 89, 0.3);
}

/* Призыв к действию */
.experience-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 50px 40px;
  background: linear-gradient(135deg, rgba(74, 124, 89, 0.05), rgba(127, 176, 105, 0.03));
  border-radius: 30px;
  border: 2px solid rgba(74, 124, 89, 0.1);
  backdrop-filter: blur(10px);
  gap: 40px;
}

.cta-content h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-green);
  margin-bottom: 10px;
}

.cta-content p {
  font-size: 1.1rem;
  color: var(--text-light);
  margin: 0;
}

.cta-actions {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.cta-button.primary {
  background: linear-gradient(135deg, #4a7c59, #7fb069);
  color: white;
}

.cta-button.primary:hover {
  background: linear-gradient(135deg, #7fb069, #90c695);
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(74, 124, 89, 0.3);
  color: white;
  text-decoration: none;
}

.cta-button.secondary {
  background: rgba(255, 255, 255, 0.8);
  color: var(--primary-green);
  border: 2px solid rgba(74, 124, 89, 0.2);
}

.cta-button.secondary:hover {
  background: rgba(74, 124, 89, 0.1);
  border-color: rgba(74, 124, 89, 0.4);
  transform: translateY(-3px);
  color: var(--primary-green);
  text-decoration: none;
}

/* ==================== ЭКО КОМАНДА ЛИДЕРОВ - НОВЫЙ КОНЦЕПТ ==================== */
.eco-leaders-section {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8f6f0 0%, #fefefe 50%, #e8e6e0 100%);
  position: relative;
  overflow: hidden;
}

.eco-leaders-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(74, 124, 89, 0.03) 0%, transparent 60%),
    radial-gradient(circle at 80% 70%, rgba(127, 176, 105, 0.02) 0%, transparent 60%);
  pointer-events: none;
}

/* Заголовок секции */
.eco-leaders-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.eco-leaders-section h2 {
  font-size: 3.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #4a7c59 0%, #7fb069 50%, #90c695 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 12px rgba(74, 124, 89, 0.15);
}

.eco-leaders-section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, transparent, #7fb069, transparent);
}

.eco-leaders-subtitle {
  font-size: 1.3rem;
  color: var(--text-light);
  font-style: italic;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Сетка лидеров */
.eco-leaders-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 50px;
  max-width: 1400px;
  margin: 0 auto 100px;
  padding: 0 20px;
}

/* Карточки лидеров */
.eco-leader-card {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  backdrop-filter: blur(25px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
}

/* Удалены ::before и фоновые элементы для единообразия */

/* Контент карточки */
.eco-card-content {
  position: relative;
  z-index: 2;
  padding: 40px 35px 35px;
  text-align: center;
}

/* Аватар лидера */
.eco-leader-avatar {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto 30px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(74, 124, 89, 0.2);
  border: 3px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(135deg, #fefefe, #f8f6f0);
}

.eco-leader-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}



.eco-avatar-border {
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 3px solid transparent;
  border-radius: 50%;
  background: linear-gradient(135deg, #4a7c59, #90c695) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

/* Информация о лидере */
.eco-leader-info {
  position: relative;
}

/* Роль лидера */
.eco-role-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  margin: 4px auto 14px;
  background: rgba(74, 124, 89, 0.1);
  color: #2c5530;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  border: 1px solid rgba(74, 124, 89, 0.2);
  box-shadow: 
    0 4px 12px rgba(74, 124, 89, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.eco-role-badge:hover {
  background: rgba(74, 124, 89, 0.15);
  border-color: rgba(74, 124, 89, 0.3);
  box-shadow: 
    0 6px 16px rgba(74, 124, 89, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

/* Удалены специальные badge стили и анимация shimmer */

/* Имя и должность */
.eco-leader-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  background: linear-gradient(135deg, #2c5530 0%, #4a7c59 50%, #90c695 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 2px 0 10px;
  letter-spacing: 0.3px;
  text-align: center;
}

.eco-leader-info h3::after {
  content: '';
  display: block;
  width: 96px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--light-green), transparent);
  margin: 10px auto 0;
  opacity: .75;
}

.eco-leader-info h4 {
  font-size: 1.1rem;
  color: var(--text-light);
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Цитата лидера */
.eco-leader-quote {
  background: #fff;
  border: 1px solid var(--warm-grey);
  border-radius: 16px;
  padding: 18px 18px;
  color: #203226;
  line-height: 1.6;
  font-size: 15px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .9) inset;
  margin-bottom: 22px;
}

.eco-leader-quote::before { content: "\201C"; font-size: 22px; color: #a7b9ab; margin-right: 6px }
.eco-leader-quote::after  { content: "\201D"; font-size: 22px; color: #a7b9ab; margin-left: 6px }

/* Удалены специальные стили для ролей - все карточки одинаковые */

/* Достижения */
.eco-achievements {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: 25px;
}

.eco-achievement {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: linear-gradient(135deg, rgba(74, 124, 89, 0.08), rgba(127, 176, 105, 0.05));
  border-radius: 20px;
  border: 1px solid rgba(74, 124, 89, 0.15);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-dark);
  transition: all 0.3s ease;
}

.eco-achievement:hover {
  background: linear-gradient(135deg, rgba(74, 124, 89, 0.15), rgba(127, 176, 105, 0.1));
  border-color: rgba(74, 124, 89, 0.25);
  transform: none; /* без движения бейджей */
}

.eco-achievement i {
  color: var(--primary-green);
  font-size: 1rem;
}

/* Социальные сети лидера */
.eco-leader-social { display: flex; justify-content: center; align-items: center; gap: 14px; padding-top: 6px }
.eco-leader-social a {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--warm-grey); background: #fff; color: var(--leaf-2, #2e7a4b);
  text-decoration: none; font-size: 1.05rem; position: relative; overflow: hidden;
}
.eco-leader-social a::after { content: ''; position: absolute; inset: auto auto 0 0; width: 100%; height: 2px; background: linear-gradient(90deg, var(--light-green), transparent); opacity: .0; transition: opacity .3s }
.eco-leader-social a:hover::after { opacity: .6 }

/* Удалены featured стили - все карточки одинаковые */

/* Эффекты при наведении */
.eco-leader-card:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 12px 32px rgba(0, 0, 0, 0.1),
    0 4px 16px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(30px) saturate(200%);
  -webkit-backdrop-filter: blur(30px) saturate(200%);
}

/* Эко-статистика команды */
.eco-team-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 0;
  border-top: 2px solid rgba(74, 124, 89, 0.1);
}

.eco-stat-item {
  text-align: center;
  padding: 35px 25px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(248, 246, 240, 0.6));
  border-radius: 25px;
  border: 2px solid rgba(74, 124, 89, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(74, 124, 89, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.eco-stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #4a7c59, #90c695);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.eco-stat-item:hover::before {
  transform: scaleX(1);
}

.eco-stat-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(74, 124, 89, 0.15);
  border-color: rgba(74, 124, 89, 0.2);
}

.eco-stat-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4a7c59, #90c695);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.5rem;
  box-shadow: 0 8px 25px rgba(74, 124, 89, 0.3);
  transition: all 0.3s ease;
}

.eco-stat-item:hover .eco-stat-icon {
  transform: scale(1.1) rotateY(10deg);
}

.eco-stat-value {
  font-size: 2.8rem;
  font-weight: 700;
  background: linear-gradient(135deg, #4a7c59, #90c695);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.eco-stat-label {
  font-size: 1rem;
  color: var(--text-light);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ==================== ОБЪЕДИНЕННАЯ СЕКЦИЯ О КОМПАНИИ ==================== */
.ecodom-company-section {
  position: relative;
  padding: 76px 0 118px;
  background:
    radial-gradient(circle at top left, rgba(74, 124, 89, 0.18), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(144, 198, 149, 0.18), transparent 24%),
    linear-gradient(180deg, #f6f1e8 0%, #fbfaf7 26%, #f1ede3 100%);
  overflow: hidden;
  isolation: isolate;
}

.ecodom-company-section::before,
.ecodom-company-section::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.ecodom-company-section::before {
  top: 56px;
  left: -120px;
  width: 360px;
  height: 360px;
  border-radius: 42% 58% 61% 39% / 44% 39% 61% 56%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.08));
  filter: blur(4px);
  opacity: 0.7;
  animation: ecodomCompanyBlobFloat 14s ease-in-out infinite;
}

.ecodom-company-section::after {
  right: -110px;
  bottom: 80px;
  width: 420px;
  height: 420px;
  border-radius: 64% 36% 55% 45% / 36% 48% 52% 64%;
  background: radial-gradient(circle, rgba(74, 124, 89, 0.2) 0%, rgba(74, 124, 89, 0) 68%);
  filter: blur(12px);
  opacity: 0.85;
  animation: ecodomCompanyBlobFloat 16s ease-in-out infinite reverse;
}

.ecodom-company-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(36px);
  opacity: 0.55;
  z-index: 0;
}

.ecodom-company-glow--one {
  top: 150px;
  right: 12%;
  width: 260px;
  height: 260px;
  background: rgba(127, 176, 105, 0.28);
  animation: ecodomCompanyGlowPulse 11s ease-in-out infinite;
}

.ecodom-company-glow--two {
  left: 8%;
  bottom: 120px;
  width: 220px;
  height: 220px;
  background: rgba(74, 124, 89, 0.18);
  animation: ecodomCompanyGlowPulse 13s ease-in-out infinite reverse;
}

.ecodom-company-shell {
  position: relative;
  z-index: 1;
}

.ecodom-company-shell > * {
  position: relative;
  z-index: 1;
}

.ecodom-company-hero,
.ecodom-company-story,
.ecodom-company-team {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)),
    rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(74, 124, 89, 0.14);
  backdrop-filter: blur(24px) saturate(170%);
  -webkit-backdrop-filter: blur(24px) saturate(170%);
  box-shadow:
    0 28px 70px rgba(60, 91, 66, 0.12),
    0 8px 20px rgba(60, 91, 66, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.ecodom-company-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.92fr);
  gap: 34px;
  padding: clamp(30px, 4vw, 54px);
  border-radius: 42px 120px 46px 46px;
  overflow: hidden;
}

.ecodom-company-hero::before {
  content: '';
  position: absolute;
  top: -28%;
  right: -10%;
  width: 320px;
  height: 320px;
  border-radius: 36% 64% 58% 42% / 52% 44% 56% 48%;
  background: radial-gradient(circle, rgba(144, 198, 149, 0.24) 0%, rgba(144, 198, 149, 0) 72%);
  z-index: 0;
}

.ecodom-company-intro,
.ecodom-company-stage {
  position: relative;
  z-index: 1;
}

.ecodom-company-kicker,
.ecodom-company-team-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(74, 124, 89, 0.1);
  color: var(--primary-green);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.ecodom-company-kicker::before,
.ecodom-company-team-kicker::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-green), var(--accent-green));
  box-shadow: 0 0 0 6px rgba(74, 124, 89, 0.08);
}

.ecodom-company-intro h2 {
  margin: 22px 0 18px;
  max-width: 760px;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.7rem, 4vw, 4.65rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #213126;
  text-wrap: balance;
}

.ecodom-company-lead {
  max-width: 760px;
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  line-height: 1.8;
  color: rgba(44, 62, 45, 0.88);
}

.ecodom-company-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.ecodom-company-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 18px;
  border: 1px solid transparent;
  text-decoration: none;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

.ecodom-company-btn i {
  font-size: 1rem;
}

.ecodom-company-btn--primary {
  background: linear-gradient(135deg, #31543b 0%, #4a7c59 52%, #7fb069 100%);
  color: #fff;
  box-shadow: 0 20px 44px rgba(74, 124, 89, 0.26);
}

.ecodom-company-btn--secondary {
  background: rgba(255, 255, 255, 0.76);
  color: #243328;
  border-color: rgba(74, 124, 89, 0.14);
  box-shadow: 0 14px 28px rgba(44, 62, 45, 0.08);
}

.ecodom-company-btn:hover {
  transform: translateY(-3px);
  text-decoration: none;
}

.ecodom-company-btn--primary:hover {
  color: #fff;
  box-shadow: 0 28px 52px rgba(74, 124, 89, 0.32);
}

.ecodom-company-btn--secondary:hover {
  color: #243328;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(74, 124, 89, 0.24);
  box-shadow: 0 22px 44px rgba(44, 62, 45, 0.12);
}

.ecodom-company-stage {
  display: grid;
  gap: 18px;
  align-content: start;
}

.ecodom-company-stage-card {
  position: relative;
  padding: 28px 26px;
  overflow: hidden;
  border-radius: 30px 72px 30px 30px;
  border: 1px solid rgba(74, 124, 89, 0.14);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(241, 246, 239, 0.86)),
    rgba(255, 255, 255, 0.84);
  box-shadow:
    0 18px 36px rgba(60, 91, 66, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.ecodom-company-stage-card::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--primary-green), var(--accent-green));
}

.ecodom-company-stage-card--secondary {
  margin-left: 26px;
  border-radius: 72px 30px 30px 30px;
}

.ecodom-company-stage-label {
  display: block;
  margin-bottom: 12px;
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.1;
  color: #223428;
}

.ecodom-company-stage-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(44, 62, 45, 0.78);
}

.ecodom-company-country-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
}

.ecodom-company-country-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(74, 124, 89, 0.08);
  border: 1px solid rgba(74, 124, 89, 0.12);
  color: #27402d;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.87rem;
  font-weight: 600;
}

.ecodom-company-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.ecodom-company-metric-card {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 218px;
  padding: 26px 24px;
  border-radius: 28px 28px 64px 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 246, 240, 0.82)),
    rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(74, 124, 89, 0.14);
  box-shadow:
    0 18px 36px rgba(60, 91, 66, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.ecodom-company-metric-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 28px 46px rgba(60, 91, 66, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.ecodom-company-metric-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(49, 84, 59, 0.94), rgba(127, 176, 105, 0.88));
  color: #fff;
  font-size: 1.25rem;
  box-shadow: 0 14px 26px rgba(74, 124, 89, 0.22);
}

.ecodom-company-metric-value {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 0.92;
  color: #1f3024;
  letter-spacing: -0.04em;
}

.ecodom-company-metric-label {
  display: block;
  max-width: 16ch;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(44, 62, 45, 0.72);
}

.ecodom-company-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 42px 0;
}

.ecodom-company-divider span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(74, 124, 89, 0.18), rgba(127, 176, 105, 0.52));
}

.ecodom-company-divider span:nth-child(1),
.ecodom-company-divider span:nth-child(3) {
  width: 72px;
}

.ecodom-company-divider span:nth-child(2) {
  width: 126px;
}

.ecodom-company-story,
.ecodom-company-team {
  position: relative;
  padding: clamp(30px, 4vw, 48px);
  overflow: hidden;
}

.ecodom-company-story {
  border-radius: 44px 44px 120px 44px;
}

.ecodom-company-story::before {
  content: '';
  position: absolute;
  inset: auto -64px -64px auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(127, 176, 105, 0.16) 0%, rgba(127, 176, 105, 0) 72%);
}

.ecodom-company-story-head,
.ecodom-company-team-head {
  max-width: 820px;
  position: relative;
  z-index: 1;
}

.ecodom-company-story-head h3,
.ecodom-company-team-head h3 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #213126;
}

.ecodom-company-story-head p,
.ecodom-company-team-head p {
  margin: 16px 0 0;
  font-size: 1.02rem;
  line-height: 1.8;
  color: rgba(44, 62, 45, 0.76);
}

.ecodom-company-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.ecodom-company-story-card {
  position: relative;
  min-height: 100%;
  padding: 28px 26px;
  border-radius: 28px 28px 78px 28px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(74, 124, 89, 0.12);
  box-shadow:
    0 16px 30px rgba(60, 91, 66, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.ecodom-company-story-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 24px 40px rgba(60, 91, 66, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.ecodom-company-story-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(49, 84, 59, 0.96), rgba(127, 176, 105, 0.9));
  color: #fff;
  font-size: 1.32rem;
  box-shadow: 0 16px 30px rgba(74, 124, 89, 0.2);
}

.ecodom-company-story-card h4 {
  margin: 24px 0 12px;
  font-family: 'Playfair Display', serif;
  font-size: 1.42rem;
  line-height: 1.08;
  color: #233429;
}

.ecodom-company-story-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.72;
  color: rgba(44, 62, 45, 0.78);
}

.ecodom-company-team {
  margin-top: 24px;
  border-radius: 120px 44px 44px 44px;
}

.ecodom-company-team::before {
  content: '';
  position: absolute;
  top: -72px;
  left: -72px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74, 124, 89, 0.14) 0%, rgba(74, 124, 89, 0) 72%);
}

.ecodom-company-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
  position: relative;
  z-index: 1;
}

.ecodom-team-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: 30px 30px 82px 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 243, 236, 0.84)),
    rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(74, 124, 89, 0.13);
  box-shadow:
    0 18px 36px rgba(60, 91, 66, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.ecodom-team-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 28px 48px rgba(60, 91, 66, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ecodom-team-card--lead {
  display: grid;
  grid-column: span 2;
  grid-template-columns: 260px minmax(0, 1fr);
  border-radius: 36px 96px 36px 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(239, 246, 236, 0.88)),
    rgba(255, 255, 255, 0.9);
}

.ecodom-team-photo {
  position: relative;
  aspect-ratio: 4 / 4.4;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(74, 124, 89, 0.18), rgba(255, 255, 255, 0.36));
}

.ecodom-team-card--lead .ecodom-team-photo {
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
}

.ecodom-team-photo::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, rgba(18, 33, 23, 0) 0%, rgba(18, 33, 23, 0.08) 100%);
  pointer-events: none;
}

.ecodom-team-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.ecodom-team-card:hover .ecodom-team-photo img {
  transform: scale(1.04);
}

.ecodom-team-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 24px 24px 26px;
}

.ecodom-team-role {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(74, 124, 89, 0.1);
  color: #27402d;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ecodom-team-role i {
  font-size: 0.92rem;
  color: var(--primary-green);
}

.ecodom-team-body h4 {
  margin: 18px 0 10px;
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  line-height: 1.02;
  color: #203126;
}

.ecodom-team-body p {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.75;
  color: rgba(44, 62, 45, 0.76);
}

.ecodom-team-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 22px;
}

.ecodom-team-links a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(74, 124, 89, 0.12);
  color: var(--primary-green);
  text-decoration: none;
  box-shadow: 0 12px 20px rgba(60, 91, 66, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.ecodom-team-links a:hover {
  transform: translateY(-2px);
  color: #203126;
  border-color: rgba(74, 124, 89, 0.24);
  box-shadow: 0 16px 24px rgba(60, 91, 66, 0.12);
}

.ecodom-company-hero,
.ecodom-company-metric-card,
.ecodom-company-story-card,
.ecodom-team-card,
.ecodom-company-story,
.ecodom-company-team {
  animation: ecodomCompanyCardIn 0.75s ease both;
}

.ecodom-company-metric-card:nth-child(2) {
  animation-delay: 0.08s;
}

.ecodom-company-metric-card:nth-child(3) {
  animation-delay: 0.16s;
}

.ecodom-company-metric-card:nth-child(4) {
  animation-delay: 0.24s;
}

.ecodom-company-story-card:nth-child(2) {
  animation-delay: 0.1s;
}

.ecodom-company-story-card:nth-child(3) {
  animation-delay: 0.18s;
}

.ecodom-team-card:nth-child(2) {
  animation-delay: 0.08s;
}

.ecodom-team-card:nth-child(3) {
  animation-delay: 0.14s;
}

.ecodom-team-card:nth-child(4) {
  animation-delay: 0.2s;
}

.ecodom-team-card:nth-child(5) {
  animation-delay: 0.26s;
}

@keyframes ecodomCompanyCardIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ecodomCompanyGlowPulse {
  0%,
  100% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.12) translate3d(0, -10px, 0);
  }
}

@keyframes ecodomCompanyBlobFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(12px, -18px, 0) rotate(8deg);
  }
}

@media (max-width: 1200px) {
  .ecodom-company-hero {
    grid-template-columns: 1fr;
  }

  .ecodom-company-stage-card--secondary {
    margin-left: 0;
  }

  .ecodom-company-metrics,
  .ecodom-company-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecodom-company-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecodom-team-card--lead {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991.98px) {
  .ecodom-company-section {
    padding: 62px 0 92px;
  }

  .ecodom-company-hero,
  .ecodom-company-story,
  .ecodom-company-team {
    border-radius: 32px;
  }

  .ecodom-company-hero {
    padding: 30px;
  }

  .ecodom-company-intro h2 {
    max-width: 100%;
  }

  .ecodom-company-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecodom-company-team-grid {
    gap: 18px;
  }

  .ecodom-team-card--lead {
    grid-template-columns: 220px minmax(0, 1fr);
  }
}

@media (max-width: 767.98px) {
  .ecodom-company-section {
    padding: 48px 0 74px;
  }

  .ecodom-company-hero,
  .ecodom-company-story,
  .ecodom-company-team {
    padding: 22px;
    border-radius: 26px;
  }

  .ecodom-company-actions {
    flex-direction: column;
  }

  .ecodom-company-btn {
    width: 100%;
  }

  .ecodom-company-metrics,
  .ecodom-company-story-grid,
  .ecodom-company-team-grid {
    grid-template-columns: 1fr;
  }

  .ecodom-company-metric-card {
    min-height: 0;
  }

  .ecodom-company-divider {
    margin: 30px 0;
  }

  .ecodom-company-divider span:nth-child(1),
  .ecodom-company-divider span:nth-child(3) {
    width: 48px;
  }

  .ecodom-company-divider span:nth-child(2) {
    width: 84px;
  }

  .ecodom-team-card,
  .ecodom-team-card--lead {
    display: flex;
    grid-column: auto;
  }

  .ecodom-team-card--lead {
    grid-template-columns: none;
  }

  .ecodom-team-photo,
  .ecodom-team-card--lead .ecodom-team-photo {
    aspect-ratio: 4 / 3.4;
    min-height: 0;
  }

  .ecodom-team-body {
    padding: 20px;
  }
}

@media (max-width: 575.98px) {
  .ecodom-company-section {
    padding: 40px 0 60px;
  }

  .ecodom-company-intro h2 {
    font-size: clamp(2.1rem, 11vw, 2.8rem);
  }

  .ecodom-company-lead,
  .ecodom-company-stage-card p,
  .ecodom-company-story-head p,
  .ecodom-company-team-head p,
  .ecodom-company-story-card p,
  .ecodom-team-body p {
    font-size: 0.93rem;
  }

  .ecodom-company-kicker,
  .ecodom-company-team-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.13em;
  }

  .ecodom-company-stage-card,
  .ecodom-company-story-card,
  .ecodom-team-card {
    border-radius: 22px;
  }

  .ecodom-company-country-list {
    gap: 8px;
  }

  .ecodom-company-country-chip {
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.81rem;
  }

  .ecodom-company-metric-card {
    padding: 22px 18px;
  }

  .ecodom-team-role {
    font-size: 0.72rem;
    letter-spacing: 0.06em;
  }

  .ecodom-team-body h4 {
    font-size: 1.46rem;
  }

  .ecodom-team-links a {
    width: 40px;
    height: 40px;
  }
}

/* ==================== ОБЪЕДИНЕННАЯ СЕКЦИЯ О КОМПАНИИ - MINIMAL ==================== */
.ecodom-company-section {
  --company-ink: #17251b;
  --company-muted: #667168;
  --company-line: rgba(31, 49, 36, 0.12);
  --company-surface: rgba(255, 255, 255, 0.88);
  padding: 58px 0 82px;
  background:
    linear-gradient(180deg, rgba(250, 251, 248, 0.96) 0%, rgba(242, 246, 239, 0.72) 100%);
}

.ecodom-company-section::before,
.ecodom-company-section::after,
.ecodom-company-glow,
.ecodom-company-hero::before,
.ecodom-company-story::before,
.ecodom-company-team::before {
  display: none;
}

.ecodom-company-hero,
.ecodom-company-story,
.ecodom-company-team {
  border-radius: 8px;
  background: var(--company-surface);
  border: 1px solid var(--company-line);
  box-shadow: 0 18px 50px rgba(31, 49, 36, 0.06);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.ecodom-company-hero {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 40px;
  padding: 42px;
}

.ecodom-company-kicker,
.ecodom-company-team-kicker {
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(74, 124, 89, 0.08);
  box-shadow: none;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.ecodom-company-kicker::before,
.ecodom-company-team-kicker::before {
  width: 8px;
  height: 8px;
  box-shadow: none;
}

.ecodom-company-intro h2 {
  max-width: 620px;
  margin: 22px 0 16px;
  font-size: 72px;
  line-height: 0.94;
  letter-spacing: 0;
  color: var(--company-ink);
}

.ecodom-company-lead {
  max-width: 560px;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--company-muted);
}

.ecodom-company-actions {
  margin-top: 28px;
}

.ecodom-company-btn {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: none;
}

.ecodom-company-btn--primary {
  background: #2f6f3f;
  box-shadow: 0 10px 24px rgba(47, 111, 63, 0.18);
}

.ecodom-company-btn--secondary {
  background: #fff;
  border-color: var(--company-line);
}

.ecodom-company-stage {
  gap: 12px;
}

.ecodom-company-stage-card,
.ecodom-company-stage-card--secondary {
  margin-left: 0;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--company-line);
  box-shadow: none;
}

.ecodom-company-stage-card::before {
  width: 3px;
  background: #2f6f3f;
}

.ecodom-company-stage-label {
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: 0;
  color: var(--company-ink);
}

.ecodom-company-stage-card p {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: var(--company-muted);
}

.ecodom-company-country-chip {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 8px;
  background: #f4f7f2;
  font-size: 13px;
}

.ecodom-company-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.ecodom-company-metric-card {
  min-height: 142px;
  gap: 10px;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--company-line);
  box-shadow: none;
}

.ecodom-company-metric-card:hover,
.ecodom-company-story-card:hover,
.ecodom-team-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(31, 49, 36, 0.08);
}

.ecodom-company-metric-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #2f6f3f;
  font-size: 14px;
  box-shadow: none;
}

.ecodom-company-metric-value {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0;
}

.ecodom-company-metric-label {
  max-width: none;
  font-size: 13px;
  line-height: 1.4;
}

.ecodom-company-divider {
  margin: 26px 0;
  gap: 10px;
}

.ecodom-company-divider span {
  height: 6px;
  background: rgba(74, 124, 89, 0.2);
}

.ecodom-company-divider span:nth-child(1),
.ecodom-company-divider span:nth-child(3) {
  width: 54px;
}

.ecodom-company-divider span:nth-child(2) {
  width: 88px;
}

.ecodom-company-story,
.ecodom-company-team {
  padding: 42px;
}

.ecodom-company-story-head,
.ecodom-company-team-head {
  max-width: none;
}

.ecodom-company-story-head h3,
.ecodom-company-team-head h3 {
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0;
}

.ecodom-company-story-head p,
.ecodom-company-team-head p {
  max-width: 560px;
  margin-top: 10px;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: var(--company-muted);
}

.ecodom-company-story-grid {
  gap: 12px;
  margin-top: 28px;
}

.ecodom-company-story-card {
  min-height: 236px;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--company-line);
  box-shadow: none;
}

.ecodom-company-story-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #2f6f3f;
  font-size: 15px;
  box-shadow: none;
}

.ecodom-company-story-card h4 {
  margin: 22px 0 10px;
  font-size: 27px;
  line-height: 1.05;
  letter-spacing: 0;
}

.ecodom-company-story-card p {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--company-muted);
}

.ecodom-company-team {
  margin-top: 18px;
}

.ecodom-company-team-head {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(280px, 0.45fr);
  gap: 28px;
  align-items: end;
}

.ecodom-company-team-head .ecodom-company-team-kicker {
  grid-column: 1 / -1;
  justify-self: start;
}

.ecodom-company-team-head p {
  margin: 0;
}

.ecodom-company-team-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.ecodom-team-card,
.ecodom-team-card--lead {
  display: flex;
  grid-column: span 2;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--company-line);
  box-shadow: none;
}

.ecodom-team-card--lead {
  grid-column: span 4;
}

.ecodom-team-photo,
.ecodom-team-card--lead .ecodom-team-photo {
  height: auto;
  min-height: 0;
  aspect-ratio: 1 / 1.08;
  border-radius: 0;
  background: #eef3ed;
}

.ecodom-team-photo::after {
  height: 28%;
  background: linear-gradient(180deg, rgba(23, 37, 27, 0) 0%, rgba(23, 37, 27, 0.10) 100%);
}

.ecodom-team-photo img {
  object-fit: cover;
  object-position: center 26%;
}

.ecodom-team-photo .ecodom-team-img--rakesh {
  object-position: center 38%;
}

.ecodom-team-photo .ecodom-team-img--taral {
  object-position: center 24%;
}

.ecodom-team-photo .ecodom-team-img--mohit {
  object-position: center 22%;
}

.ecodom-team-photo .ecodom-team-img--bharat {
  object-position: center 20%;
}

.ecodom-team-photo .ecodom-team-img--kishan {
  object-position: center 18%;
}

.ecodom-team-body {
  padding: 18px;
}

.ecodom-team-role {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #2f6f3f;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
}

.ecodom-team-role i {
  font-size: 12px;
}

.ecodom-team-body h4 {
  margin: 12px 0 8px;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
}

.ecodom-team-body p {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: var(--company-muted);
}

.ecodom-team-links {
  gap: 8px;
  padding-top: 16px;
}

.ecodom-team-links a {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  box-shadow: none;
}

@media (max-width: 1200px) {
  .ecodom-company-intro h2 {
    font-size: 60px;
  }

  .ecodom-company-team-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .ecodom-team-card,
  .ecodom-team-card--lead {
    grid-column: span 2;
  }
}

@media (max-width: 991.98px) {
  .ecodom-company-section {
    padding: 44px 0 64px;
  }

  .ecodom-company-hero {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .ecodom-company-intro h2 {
    font-size: 48px;
  }

  .ecodom-company-story,
  .ecodom-company-team {
    padding: 28px;
  }

  .ecodom-company-team-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 767.98px) {
  .ecodom-company-intro h2,
  .ecodom-company-story-head h3,
  .ecodom-company-team-head h3 {
    font-size: 38px;
  }

  .ecodom-company-metrics,
  .ecodom-company-story-grid {
    grid-template-columns: 1fr;
  }

  .ecodom-company-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecodom-team-card,
  .ecodom-team-card--lead {
    grid-column: span 1;
  }
}

@media (max-width: 575.98px) {
  .ecodom-company-hero,
  .ecodom-company-story,
  .ecodom-company-team {
    padding: 20px;
  }

  .ecodom-company-intro h2,
  .ecodom-company-story-head h3,
  .ecodom-company-team-head h3 {
    font-size: 34px;
  }

  .ecodom-company-team-grid {
    grid-template-columns: 1fr;
  }
}

/* ==================== ОБЪЕДИНЕННАЯ СЕКЦИЯ О КОМПАНИИ - SITE STYLE ==================== */
.ecodom-company-section {
  --company-ink: #17251b;
  --company-muted: rgba(42, 58, 45, 0.72);
  --company-green: #2f6f3f;
  --company-green-dark: #1f4f2d;
  --company-line: rgba(74, 124, 89, 0.16);
  --company-cream: #f5f0e5;
  position: relative;
  padding: 92px 0 124px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(127, 176, 105, 0.18), transparent 26%),
    radial-gradient(circle at 94% 18%, rgba(74, 124, 89, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(250, 248, 242, 0.98) 0%, rgba(239, 243, 233, 0.92) 100%);
}

.ecodom-company-section::before,
.ecodom-company-section::after {
  content: '';
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 0;
}

.ecodom-company-section::before {
  inset: 28px 4.5% auto;
  height: 360px;
  border-radius: 64px 64px 170px 64px;
  background:
    linear-gradient(120deg, rgba(245, 240, 229, 0.82), rgba(255, 255, 255, 0.48)),
    radial-gradient(circle at 88% 18%, rgba(47, 111, 63, 0.1), transparent 46%);
  border: 1px solid rgba(74, 124, 89, 0.1);
}

.ecodom-company-section::after {
  right: -120px;
  bottom: 8%;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(127, 176, 105, 0.2), transparent 70%);
  filter: blur(12px);
}

.ecodom-company-glow {
  display: none;
}

.ecodom-company-section .container {
  position: relative;
  z-index: 1;
}

.ecodom-company-hero,
.ecodom-company-story,
.ecodom-company-team {
  position: relative;
  border: 1px solid rgba(74, 124, 89, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 253, 247, 0.72)),
    radial-gradient(circle at 92% 12%, rgba(127, 176, 105, 0.12), transparent 42%);
  box-shadow:
    0 34px 90px rgba(31, 49, 36, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.ecodom-company-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.72fr);
  gap: clamp(34px, 4vw, 70px);
  align-items: center;
  padding: clamp(54px, 5vw, 78px);
  border-radius: 48px 132px 48px 48px;
}

.ecodom-company-hero::before,
.ecodom-company-story::before,
.ecodom-company-team::before {
  content: '';
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: -1;
  inset: 14px;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.55), rgba(245, 240, 229, 0.22));
}

.ecodom-company-kicker,
.ecodom-company-team-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(74, 124, 89, 0.1);
  color: var(--company-green);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.ecodom-company-kicker::before,
.ecodom-company-team-kicker::before {
  content: '';
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #4a7c59;
  box-shadow: 0 0 0 8px rgba(74, 124, 89, 0.12);
}

.ecodom-company-intro h2 {
  max-width: 700px;
  margin: 28px 0 20px;
  color: var(--company-ink);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(4.6rem, 7vw, 7.7rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
}

.ecodom-company-lead {
  max-width: 650px;
  color: var(--company-muted);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(1.08rem, 1.25vw, 1.32rem);
  font-weight: 650;
  line-height: 1.56;
}

.ecodom-company-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.ecodom-company-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 64px;
  padding: 0 30px;
  border-radius: 22px;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.ecodom-company-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--company-green), #4f9859);
  border: 1px solid rgba(47, 111, 63, 0.3);
  box-shadow: 0 18px 38px rgba(47, 111, 63, 0.26);
}

.ecodom-company-btn--secondary {
  color: var(--company-ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(74, 124, 89, 0.16);
  box-shadow: 0 16px 34px rgba(31, 49, 36, 0.08);
}

.ecodom-company-btn:hover {
  transform: translateY(-3px);
  text-decoration: none;
}

.ecodom-company-btn--primary:hover {
  color: #fff;
  box-shadow: 0 24px 48px rgba(47, 111, 63, 0.34);
}

.ecodom-company-btn--secondary:hover {
  color: var(--company-green-dark);
  border-color: rgba(74, 124, 89, 0.32);
  background: rgba(255, 255, 255, 0.92);
}

.ecodom-company-stage {
  display: grid;
  gap: 22px;
}

.ecodom-company-stage-card,
.ecodom-company-stage-card--secondary {
  position: relative;
  min-height: 176px;
  margin: 0;
  padding: 34px 38px;
  overflow: hidden;
  border: 1px solid rgba(74, 124, 89, 0.14);
  border-radius: 34px 78px 34px 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(245, 240, 229, 0.48)),
    radial-gradient(circle at 100% 0%, rgba(127, 176, 105, 0.16), transparent 46%);
  box-shadow: 0 22px 54px rgba(31, 49, 36, 0.08);
}

.ecodom-company-stage-card::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  display: block;
  width: 7px;
  background: linear-gradient(180deg, var(--company-green), #8cbf77);
}

.ecodom-company-stage-label {
  margin: 0 0 14px;
  color: var(--company-ink);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 2vw, 2.65rem);
  font-weight: 900;
  line-height: 1;
}

.ecodom-company-stage-card p {
  max-width: 460px;
  margin: 0;
  color: var(--company-muted);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.55;
}

.ecodom-company-country-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.ecodom-company-country-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--company-ink);
  background: rgba(74, 124, 89, 0.1);
  border: 1px solid rgba(74, 124, 89, 0.12);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
}

.ecodom-company-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.ecodom-company-metric-card {
  position: relative;
  min-height: 184px;
  padding: 30px 32px;
  overflow: hidden;
  border: 1px solid rgba(74, 124, 89, 0.12);
  border-radius: 30px 58px 30px 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 253, 247, 0.74)),
    radial-gradient(circle at 88% 16%, rgba(127, 176, 105, 0.12), transparent 46%);
  box-shadow: 0 24px 56px rgba(31, 49, 36, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.ecodom-company-metric-card:hover,
.ecodom-company-story-card:hover,
.ecodom-team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 74px rgba(31, 49, 36, 0.13);
}

.ecodom-company-metric-icon,
.ecodom-company-story-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--company-green), #4f9859);
  box-shadow: 0 16px 34px rgba(47, 111, 63, 0.24);
}

.ecodom-company-metric-value {
  display: block;
  margin-top: 20px;
  color: var(--company-ink);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.8rem, 3.4vw, 4.2rem);
  font-weight: 900;
  line-height: 0.92;
}

.ecodom-company-metric-label {
  display: block;
  max-width: 240px;
  margin-top: 8px;
  color: var(--company-muted);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.35;
}

.ecodom-company-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 34px 0;
}

.ecodom-company-divider span {
  height: 9px;
  border-radius: 999px;
  background: rgba(74, 124, 89, 0.24);
}

.ecodom-company-divider span:nth-child(1),
.ecodom-company-divider span:nth-child(3) {
  width: 72px;
}

.ecodom-company-divider span:nth-child(2) {
  width: 128px;
  background: rgba(74, 124, 89, 0.32);
}

.ecodom-company-story,
.ecodom-company-team {
  padding: clamp(48px, 5vw, 72px);
  border-radius: 42px 42px 118px 42px;
}

.ecodom-company-story-head,
.ecodom-company-team-head {
  max-width: 980px;
}

.ecodom-company-story-head h3,
.ecodom-company-team-head h3 {
  margin: 0;
  color: var(--company-ink);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(3.5rem, 5vw, 5.6rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
}

.ecodom-company-story-head p,
.ecodom-company-team-head p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--company-muted);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 650;
  line-height: 1.58;
}

.ecodom-company-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.ecodom-company-story-card {
  min-height: 304px;
  padding: 36px;
  border: 1px solid rgba(74, 124, 89, 0.12);
  border-radius: 34px 74px 34px 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 253, 247, 0.72)),
    radial-gradient(circle at 92% 10%, rgba(127, 176, 105, 0.12), transparent 46%);
  box-shadow: 0 24px 58px rgba(31, 49, 36, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.ecodom-company-story-card h4 {
  margin: 30px 0 14px;
  color: var(--company-ink);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 2.35vw, 2.65rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.ecodom-company-story-card p {
  margin: 0;
  color: var(--company-muted);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.58;
}

.ecodom-company-team {
  margin-top: 28px;
  border-radius: 42px 118px 42px 42px;
}

.ecodom-company-team-head {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(320px, 0.38fr);
  gap: 48px;
  align-items: end;
}

.ecodom-company-team-head .ecodom-company-team-kicker {
  grid-column: 1 / -1;
}

.ecodom-company-team-head p {
  margin: 0;
}

.ecodom-company-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.ecodom-team-card,
.ecodom-team-card--lead {
  display: flex;
  flex-direction: column;
  grid-column: span 1;
  overflow: hidden;
  border: 1px solid rgba(74, 124, 89, 0.12);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 253, 247, 0.78)),
    radial-gradient(circle at 100% 0%, rgba(127, 176, 105, 0.12), transparent 42%);
  box-shadow: 0 24px 58px rgba(31, 49, 36, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.ecodom-team-card--lead {
  grid-column: span 2;
  border-radius: 42px 90px 42px 42px;
}

.ecodom-team-photo,
.ecodom-team-card--lead .ecodom-team-photo {
  position: relative;
  height: auto;
  min-height: 0;
  aspect-ratio: 1 / 0.82;
  overflow: hidden;
  border-radius: 0;
  background: #e8eee6;
}

.ecodom-team-card--lead .ecodom-team-photo {
  aspect-ratio: 1 / 0.72;
}

.ecodom-team-photo::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(23, 37, 27, 0) 0%, rgba(23, 37, 27, 0.18) 100%);
  pointer-events: none;
}

.ecodom-team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  transform: scale(1.01);
}

.ecodom-team-photo .ecodom-team-img--rakesh {
  object-position: center 37%;
}

.ecodom-team-photo .ecodom-team-img--taral {
  object-position: center 24%;
}

.ecodom-team-photo .ecodom-team-img--mohit {
  object-position: center 28%;
}

.ecodom-team-photo .ecodom-team-img--bharat {
  object-position: center 21%;
}

.ecodom-team-photo .ecodom-team-img--kishan {
  object-position: center 18%;
}

.ecodom-team-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px 30px 30px;
}

.ecodom-team-role {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--company-green);
  background: rgba(74, 124, 89, 0.1);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}

.ecodom-team-role i {
  font-size: 0.9rem;
}

.ecodom-team-body h4 {
  margin: 18px 0 12px;
  color: var(--company-ink);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 2.4vw, 2.9rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.ecodom-team-card--lead .ecodom-team-body h4 {
  font-size: clamp(2.65rem, 3.4vw, 4.2rem);
}

.ecodom-team-body p {
  margin: 0;
  color: var(--company-muted);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.52;
}

.ecodom-team-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 26px;
}

.ecodom-team-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: var(--company-green);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(74, 124, 89, 0.16);
  box-shadow: 0 12px 24px rgba(31, 49, 36, 0.08);
  transition: transform 0.24s ease, color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.ecodom-team-links a:hover {
  color: #fff;
  background: var(--company-green);
  border-color: var(--company-green);
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(47, 111, 63, 0.24);
}

@media (max-width: 1399.98px) {
  .ecodom-company-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ecodom-team-card--lead {
    grid-column: span 2;
  }
}

@media (max-width: 1199.98px) {
  .ecodom-company-hero {
    grid-template-columns: 1fr;
    border-radius: 42px 92px 42px 42px;
  }

  .ecodom-company-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecodom-company-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecodom-company-story-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .ecodom-company-section {
    padding: 64px 0 86px;
  }

  .ecodom-company-hero,
  .ecodom-company-story,
  .ecodom-company-team {
    padding: 38px;
    border-radius: 34px 66px 34px 34px;
  }

  .ecodom-company-team-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ecodom-company-team-head p {
    margin-top: 0;
  }

  .ecodom-company-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecodom-team-card--lead {
    grid-column: span 2;
  }
}

@media (max-width: 767.98px) {
  .ecodom-company-section {
    padding: 46px 0 70px;
  }

  .ecodom-company-hero,
  .ecodom-company-story,
  .ecodom-company-team {
    padding: 26px;
  }

  .ecodom-company-intro h2 {
    font-size: clamp(3.2rem, 15vw, 4.4rem);
  }

  .ecodom-company-story-head h3,
  .ecodom-company-team-head h3 {
    font-size: clamp(2.85rem, 12vw, 4rem);
  }

  .ecodom-company-stage,
  .ecodom-company-metrics,
  .ecodom-company-team-grid {
    grid-template-columns: 1fr;
  }

  .ecodom-team-card--lead {
    grid-column: span 1;
  }

  .ecodom-company-actions {
    gap: 12px;
  }

  .ecodom-company-btn {
    width: 100%;
    min-height: 58px;
  }
}

@media (max-width: 575.98px) {
  .ecodom-company-hero,
  .ecodom-company-story,
  .ecodom-company-team {
    padding: 22px;
    border-radius: 28px 48px 28px 28px;
  }

  .ecodom-company-stage-card,
  .ecodom-company-stage-card--secondary,
  .ecodom-company-story-card,
  .ecodom-company-metric-card {
    padding: 24px;
    border-radius: 24px 44px 24px 24px;
  }

  .ecodom-team-body {
    padding: 24px;
  }
}

/* ==================== ЭКО-ФУТЕР - НОВЫЙ ДИЗАЙН ==================== */
.eco-footer {
  background: linear-gradient(135deg, 
    rgba(74, 124, 89, 0.15) 0%, 
    rgba(127, 176, 105, 0.12) 50%, 
    rgba(144, 198, 149, 0.1) 100%);
  backdrop-filter: blur(25px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
  border-top: 1px solid rgba(74, 124, 89, 0.2);
  color: var(--text-dark);
  position: relative;
  overflow: hidden;
  padding: 80px 0 0;
  box-shadow: 
    0 -8px 32px rgba(74, 124, 89, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* Фоновые элементы */
.eco-footer-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.eco-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 25% 25%, rgba(127, 176, 105, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(144, 198, 149, 0.08) 0%, transparent 50%);
  opacity: 0.7;
}

.eco-leaves {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M20,20 Q30,10 40,20 Q30,30 20,20' fill='%23ffffff' opacity='0.03'/%3E%3Cpath d='M60,60 Q70,50 80,60 Q70,70 60,60' fill='%23ffffff' opacity='0.02'/%3E%3C/svg%3E");
  background-size: 150px 150px;
  opacity: 0.5;
}

/* Основное содержимое футера */
.eco-footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
  padding: 0 20px 60px;
  position: relative;
  z-index: 2;
}

/* Брендинг секция */
.eco-footer-brand {
  grid-column: span 1;
}

.eco-footer-logo {
  margin-bottom: 20px;
}

.eco-footer-logo img {
  height: 60px;
  width: auto;
  filter: brightness(1.1);
  transition: all 0.3s ease;
}

.eco-footer-logo img:hover {
  transform: scale(1.05);
  filter: brightness(1.2);
}

.eco-footer-brand h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4a7c59;
  margin-bottom: 15px;
}

.eco-mission {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-dark);
  margin-bottom: 25px;
}

.eco-certifications {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.eco-cert {
  background: linear-gradient(135deg, #7fb069, #90c695);
  color: #2c3e2d;
  padding: 6px 14px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(127, 176, 105, 0.3);
}

/* Секции футера */
.eco-footer-section h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #4a7c59;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.eco-footer-section h4 i {
  font-size: 1.1rem;
}

/* Локации */
.eco-locations {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.eco-location {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  color: var(--text-dark);
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(74, 124, 89, 0.15);
  box-shadow: 0 2px 8px rgba(74, 124, 89, 0.05);
}

.eco-location:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--text-dark);
  text-decoration: none;
  transform: translateX(5px);
  border-color: rgba(74, 124, 89, 0.3);
  box-shadow: 0 4px 12px rgba(74, 124, 89, 0.1);
}

.eco-location i {
  color: #4a7c59;
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
}

/* Контакты */
.eco-contacts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.eco-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  color: var(--text-dark);
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(74, 124, 89, 0.15);
  box-shadow: 0 2px 8px rgba(74, 124, 89, 0.05);
}

.eco-contact:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--text-dark);
  text-decoration: none;
  transform: translateX(5px);
  border-color: rgba(74, 124, 89, 0.3);
  box-shadow: 0 4px 12px rgba(74, 124, 89, 0.1);
}

.eco-contact i {
  color: #4a7c59;
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
}

/* Социальные сети */
.eco-social {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 25px;
}

.eco-social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  color: var(--text-dark);
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(74, 124, 89, 0.15);
  box-shadow: 0 2px 8px rgba(74, 124, 89, 0.05);
}

.eco-social-link:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--text-dark);
  text-decoration: none;
  transform: translateX(5px);
  border-color: rgba(74, 124, 89, 0.3);
  box-shadow: 0 4px 12px rgba(74, 124, 89, 0.1);
}

.eco-social-link i {
  color: #4a7c59;
  font-size: 1.3rem;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.eco-social-icon-image {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 4px;
  object-fit: contain;
}

/* Эко-обещания */
.eco-promise {
  margin-top: 25px;
}

.eco-promise-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 0.9rem;
  color: var(--text-dark);
}

.eco-promise-item i {
  color: #4a7c59;
  font-size: 1rem;
}

/* Нижняя часть футера */
.eco-footer-bottom {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-top: 1px solid rgba(74, 124, 89, 0.2);
  padding: 25px 0;
  position: relative;
  z-index: 2;
}

.eco-footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.eco-footer-bottom p {
  margin: 0;
  color: var(--text-dark);
  font-size: 0.9rem;
  opacity: 0.8;
}

.eco-footer-links {
  display: flex;
  gap: 25px;
}

.eco-footer-links a {
  color: var(--text-dark);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  opacity: 0.8;
}

.eco-footer-links a:hover {
  color: #4a7c59;
  text-decoration: none;
  opacity: 1;
}


/* ==================== CATALOGS PROMO SECTION (DESKTOP) ==================== */
.stock-showcase-section {
  padding: 18px 0 26px;
  background:
    radial-gradient(circle at top left, rgba(74, 124, 89, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(248, 246, 240, 0.8) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.stock-title-wrapper {
  margin-bottom: 32px;
  text-align: center;
}

.stock-title {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: #1f2b20;
}

.stock-subtitle {
  max-width: 760px;
  margin: 16px auto 0;
  font-family: 'Inter', sans-serif;
  font-size: 1.04rem;
  line-height: 1.72;
  color: rgba(44, 62, 45, 0.68);
}

.stock-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(74, 124, 89, 0.08);
  border: 1px solid rgba(74, 124, 89, 0.14);
  color: var(--primary-green);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stock-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4a7c59 0%, #7fb069 100%);
  box-shadow: 0 0 0 6px rgba(74, 124, 89, 0.12);
}

.stock-carousel-shell {
  position: relative;
}

.stock-carousel-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 22px;
}

.stock-carousel-controls {
  display: inline-flex;
  gap: 10px;
}

.stock-carousel-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(44, 62, 45, 0.12);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(44, 62, 45, 0.08);
  color: var(--text-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-smooth);
}

.stock-carousel-btn:hover {
  background: var(--primary-green);
  color: white;
  transform: translateY(-2px);
}

.stock-slide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.stock-card {
  height: 100%;
  min-height: 470px;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(44, 62, 45, 0.08);
  box-shadow: 0 18px 40px rgba(31, 41, 55, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.stock-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 55px rgba(31, 41, 55, 0.12);
  border-color: rgba(74, 124, 89, 0.2);
}

.stock-card-media {
  position: relative;
  aspect-ratio: 0.95 / 1;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(232, 230, 224, 0.95), rgba(248, 246, 240, 0.9));
}

.stock-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.stock-card:hover .stock-card-media img {
  transform: scale(1.04);
}

.stock-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  font-size: 0.95rem;
  background:
    radial-gradient(circle at 30% 20%, rgba(74, 124, 89, 0.14), transparent 28%),
    linear-gradient(135deg, #f8f6f0, #ece9de);
}

.stock-card-body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.stock-card-body-compact {
  min-height: 164px;
  justify-content: space-between;
}

.stock-card-name {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.18;
  color: var(--text-dark);
  margin: 0;
}

.stock-card-price {
  font-size: 1.22rem;
  font-weight: 800;
  color: var(--primary-green);
  margin-top: auto;
}

.stock-card-price.empty {
  color: var(--text-light);
}

.stock-card-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  gap: 8px;
  margin-top: 4px;
  padding: 4px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(74, 124, 89, 0.06), rgba(74, 124, 89, 0.02));
  border: 1px solid rgba(74, 124, 89, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.stock-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 14px;
  min-height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(74, 124, 89, 0.1), rgba(127, 176, 105, 0.14));
  color: var(--primary-green);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(74, 124, 89, 0.14);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.stock-card-cta-main {
  flex: 7 1 0%;
  min-width: 0;
  box-shadow: 0 6px 16px rgba(74, 124, 89, 0.12);
}

.stock-card-cta-main span {
  min-width: 0;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.stock-card-cta-cart {
  flex: 3 1 0%;
  min-width: 0;
  justify-content: center;
  position: relative;
  cursor: pointer;
  appearance: none;
  background: rgba(255, 255, 255, 0.92);
  border: 1.5px solid rgba(44, 85, 48, 0.38);
  color: var(--primary-green);
  box-shadow: 0 4px 12px rgba(31, 41, 55, 0.06);
}

.stock-card-cta-cart:hover,
.stock-card-cta-cart:focus-visible {
  background: rgba(74, 124, 89, 0.08);
  border-color: rgba(44, 85, 48, 0.55);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(74, 124, 89, 0.15);
}

.stock-card-cta-main:hover,
.stock-card-cta-main:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(74, 124, 89, 0.28);
  box-shadow: 0 10px 22px rgba(74, 124, 89, 0.18);
}

.stock-card-cta-cart i {
  margin: 0;
  font-size: 1.08rem;
}

.stock-card-cta-cart::after {
  content: attr(data-cart-hover-label);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(6px);
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(17, 24, 19, 0.88);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.stock-card-cta-cart:hover::after,
.stock-card-cta-cart:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.stock-card-cta-main i {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.stock-card:hover .stock-card-cta-main i,
.stock-card-cta-main:hover i {
  transform: translateX(4px);
}

@media (max-width: 1199px) {
  .stock-slide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .stock-showcase-section {
    padding: 24px 0 16px;
  }
  .stock-slide-grid {
    grid-template-columns: 1fr;
  }
  .stock-card {
    min-height: 0;
  }
  .stock-card-actions {
    flex-direction: row;
    gap: 6px;
    padding: 3px;
  }
  .stock-card-cta {
    padding: 11px 10px;
    min-height: 46px;
    font-size: 0.82rem;
    border-radius: 14px;
  }
  .stock-card-cta-main {
    flex: 7 1 0%;
  }
  .stock-card-cta-cart {
    flex: 3 1 0%;
  }
  .stock-card-cta-main span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .stock-card-cta-cart i {
    font-size: 1rem;
  }
}

@media (max-width: 380px) {
  .stock-card-cta {
    font-size: 0.76rem;
    padding: 10px 8px;
    gap: 6px;
  }
}

.catalogs-promo-section {
  padding: 80px 0;
  background: radial-gradient(circle at 50% 50%, rgba(74, 124, 89, 0.05) 0%, transparent 70%);
}

.promo-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.promo-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 15px;
}

.promo-subtitle {
  font-size: 1.1rem;
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto;
}

.promo-catalogs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  perspective: 1000px;
}

.promo-catalog-card {
  height: 220px;
  cursor: pointer;
}

.catalog-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
  border-radius: 24px;
}

.promo-catalog-card:hover .catalog-card-inner {
  transform: rotateY(180deg);
}

.promo-catalog-card.more-catalogs:hover .catalog-card-inner {
  transform: none;
}

.catalog-card-front, .catalog-card-back, .catalog-card-more {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.catalog-card-front {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.catalog-card-back {
  background: var(--gradient-primary);
  color: white;
  transform: rotateY(180deg);
}

.catalog-card-more {
  background: rgba(47, 111, 78, 0.08);
  border: 2px dashed var(--primary-green);
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.more-catalogs:hover .catalog-card-more {
  background: rgba(47, 111, 78, 0.12);
  transform: scale(1.02);
}

.catalog-icon-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.catalog-icon-wrapper i {
  font-size: 3rem;
  color: var(--primary-green);
}

.new-badge {
  position: absolute;
  top: -10px;
  right: -20px;
  background: var(--gradient-primary);
  color: white;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(74, 124, 89, 0.3);
}

.catalog-card-front h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0;
}

.catalog-card-back p {
  font-size: 0.85rem;
  margin-bottom: 20px;
  opacity: 0.9;
}

.catalog-card-actions {
  display: flex;
  gap: 10px;
}

.promo-btn {
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.view-btn {
  background: white;
  color: var(--primary-green);
}

.download-btn {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.promo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.catalog-card-more i {
  font-size: 2.5rem;
  color: var(--primary-green);
  margin-bottom: 10px;
}

.catalog-card-more span {
  font-weight: 700;
  color: var(--primary-green);
  font-size: 1rem;
}

@media (max-width: 1200px) {
  .promo-catalogs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .promo-title {
    font-size: 2rem;
  }
  .promo-catalogs-grid {
    grid-template-columns: 1fr;
  }
}

/* ==================== UPDATE MODAL (DESKTOP) ==================== */
.ecodom-update-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.update-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 62, 45, 0.55);
  backdrop-filter: blur(10px);
  animation: fadeIn 0.5s ease-out;
}

.update-modal-content {
  position: relative;
  width: 450px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(22px) saturate(160%);
  border: 1px solid #000;
  border-radius: 28px;
  padding: 40px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  animation: modalScaleUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-align: center;
  overflow: hidden;
}

.update-modal-content::before {
  content: '';
  position: absolute;
  inset: -2px;
  background:
    linear-gradient(135deg, rgba(47, 111, 78, 0.20) 0%, rgba(47, 111, 78, 0.00) 55%),
    linear-gradient(45deg, rgba(127, 176, 105, 0.18) 0%, rgba(127, 176, 105, 0.00) 60%);
  pointer-events: none;
  z-index: 0;
}

.update-modal-content::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.04) 0px,
    rgba(0, 0, 0, 0.04) 1px,
    rgba(0, 0, 0, 0.00) 10px,
    rgba(0, 0, 0, 0.00) 18px
  );
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}

.update-modal-content > * {
  position: relative;
  z-index: 1;
}

@keyframes modalScaleUp {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.update-icon {
  width: 80px;
  height: 80px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}

.update-icon img.update-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.update-icon i {
  font-size: 2.5rem;
  color: white;
}

@keyframes iconPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); box-shadow: 0 15px 30px rgba(74, 124, 89, 0.5); }
  100% { transform: scale(1); }
}

.update-modal-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-green);
  margin-bottom: 16px;
}

.update-modal-body p {
  font-size: 1rem;
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 24px;
}

.update-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  text-align: left;
  display: inline-block;
}

.update-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: var(--text-dark);
  font-weight: 600;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(248, 246, 240, 0.65);
}

.update-features li i {
  color: var(--primary-green);
}

.update-modal-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.update-btn-apply {
  background: #fff;
  color: var(--primary-green);
  border: 1px solid #000;
  padding: 16px 32px;
  border-radius: 14px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.update-btn-apply:hover {
  background: var(--primary-green);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(47, 111, 78, 0.25);
}

.update-btn-apply:hover i {
  color: #fff;
}

.update-btn-apply i {
  color: var(--primary-green);
}

.update-btn-close {
  background: transparent;
  border: none;
  color: var(--text-light);
  font-weight: 600;
  padding: 8px;
  cursor: pointer;
  transition: color 0.3s;
}

.update-btn-close:hover {
  color: var(--text-dark);
}
