

/* Start:/local/templates/index/css/marketing.css?178722158435210*/
:root {
  --color-dark-blue: #1a2b45;       /* Цвет заголовков как на макете */
  --color-white: #ffffff;
  --color-navy-bg: #0b1a33;       /* Тёмно‑синий фон секции как на макете */
  --color-navy-card: #042C60;
  --color-btn: #1a2b45;             /* Цвет кнопок */
  --color-text: #333333;            /* Основной цвет текста */
  --color-gray: #555555;
  --color-bg: #f5f7fa;              /* Лёгкий фон секции (опционально) */
  --color-border: rgba(255, 255, 255, 0.2);
  --gap-md: 40px;                   /* Отступ между карточками */
  --gap-sm: 24px;                   /* Внутренние отступы */
  --color-btn-bg: #1a2b45;
  --color-btn-text: #ffffff;
  
  --line-length: 40px;
  --line-thickness: 2px;
  --gap-between-items: 36px;
}

/* * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Gotham Pro", "Arial", "Helvetica", sans-serif;
  color: var(--color-text);
  background-color: #ffffff;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  /* padding: 0 20px; */
} */

/* 1) === Департамент маркетинга === */

/* :root {
  --color-dark-blue: #1a2b45;
  --color-white: #ffffff;
  --color-text: #333333;
  --gap-md: 60px;
  --gap-sm: 16px;
} */

.marketing h2 {
  font-size: 2.5rem;
}
.marketing-dept {
  padding: 60px 0;
  background-color: #ffffff;
}

.marketing-dept__wrapper {
  display: flex;
  flex-wrap: wrap;
  /* align-items: self-start; */
  align-items: stretch;
  gap: var(--gap-md);
}

/* Текстовая часть */
.marketing-dept__text {
  flex: 1 1 400px;
  min-width: 300px;
  min-height: 100%;
}

.marketing-dept-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-right: 50px;
}

.marketing-dept__title {
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--color-dark-blue);
  line-height: 1.1;
  margin-bottom: 12px;
}

.marketing-dept__subtitle {
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--color-dark-blue);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.marketing-dept__description {
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-text);
  line-height: 1.6;
  margin-bottom: 32px;
  flex-grow: 1;
}

/* Кнопка */
.marketing-dept__btn {
  display: inline-block;
  padding: 16px 32px;
  background-color: var(--color-dark-blue);
  color: var(--color-white);
  text-decoration: none;
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 4px;
  text-align: center;
  align-self: flex-start;
  margin-top: auto;
  transition: background 0.3s ease;
}

.marketing-dept__btn:hover {
  background-color: #0f1f33;
}

/* Блок с картинкой и рамкой */
.marketing-dept__image-wrapper {
  flex: 1 1 500px;
  min-width: 300px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

.marketing-dept__image-wrapper::after {
  /* Тёмно‑синяя декоративная рамка справа */
  content: '';
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  width: 12px;
  background-color: var(--color-dark-blue);
  z-index: 1;
}

.marketing-dept__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

/* Адаптивность */
@media (max-width: 992px) {
  .marketing-dept__wrapper {
    flex-direction: column;
  }

  .marketing-dept__text {
    /* text-align: center; */
    flex: 0 0 auto;
  }

  .marketing-dept__title {
    font-size: 2.5rem;
  }

  .marketing-dept__subtitle {
    /* text-align: center; */
  }

  .marketing-dept__description {
    /* text-align: center; */
  }

  .marketing-dept__btn {
    display: block;
    width: 100%;
    text-align: center;
  }

  .marketing-dept__image-wrapper {
    width: 100%;
    border-radius: 8px;
    margin-top: 40px;
    flex: 0 0 auto;
  }

  .marketing-dept__image-wrapper::after {
    right: 0;
    top: -12px;
    bottom: -12px;
    width: auto;
    height: 12px;
    border-radius: 8px;
  }
}

@media (max-width: 600px) {
  .marketing-dept__title {
    font-size: 2rem;
  }
}

/* 2) === Маркетинг, который работает на финансовый результат проекта ===*/

/* :root {
  --color-dark-blue: #1a2b45;
  --color-white: #ffffff;
  --color-text: #333333;
  --color-gray: #555555;
  --gap-md: 40px;
  --gap-sm: 24px;
} */

.marketing-result {
  padding: 60px 0 10px;
  background-color: #ffffff;
}

.marketing-result__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-md);
  align-items: flex-start;
}

/* Блок с картинкой и рамкой */
.marketing-result__image-box {
  flex: 0 0 450px;
  min-width: 300px;
  /* border-right: 12px solid var(--color-dark-blue); */ /* Тёмно‑синяя рамка справа */
  overflow: hidden;
  border-radius: 8px;
}

.marketing-result__image-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Контентная часть */
.marketing-result__content {
  flex: 1;
  min-width: 300px;
}

.marketing-result__title {
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin-bottom: var(--gap-md);
  line-height: 1.2;
}

.marketing-result__text {
  font-family: 'Gotham Pro', Arial, sans-serif;
  color: var(--color-text);
  line-height: 1.6;
  margin-bottom: var(--gap-md);
}

.marketing-result__text p {
  margin-bottom: var(--gap-sm);
}

.marketing-result__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  /* gap: var(--gap-between-items); */
  gap: 12px;
}

.marketing-result__list li {
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  position: relative;
  padding-left: calc(var(--line-length) + 20px); /* отступ под линию */
}

/* Тёмно‑синяя линия слева от пункта */
.marketing-result__list li::before {
  content: '';
  position: absolute;
  top: 0.7em; /* центрируем по вертикали относительно первой строки текста */
  left: 0;
  width: var(--line-length);
  height: var(--line-thickness);
  background-color: var(--color-dark-blue);
}

/* Адаптивность */
@media (max-width: 768px) {
  :root {
    --line-length: 32px;
    --line-thickness: 2px;
    --gap-between-items: 28px;
  }

  .marketing-result__list li {
    padding-left: calc(var(--line-length) + 20px);
    font-size: 0.95rem;
  }
}

/* Статистика */
.marketing-result__stats {
  display: flex;
  flex-wrap: wrap;
  /* gap: var(--gap-md); */
  gap: 18px;
}

.stat-card {
  flex: 1 1 230px;
  
  color: var(--color-white);
  padding: 24px;
  border-radius: 8px;
  text-align: center;
}

.stat-card__number {
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  background-color: var(--color-dark-blue);
  margin-bottom: 8px;
  line-height: 1.2;
}

.stat-card__label {
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--color-text);
  line-height: 1.2;
  opacity: 0.9;
}
.stat-card__number sup {
  font-size: 0.5em;
}

/* Адаптивность */
@media (max-width: 992px) {
  .marketing-result__wrapper {
    flex-direction: column;
  }

  .marketing-result__image-box {
    flex: 0 0 auto;
    width: 100%;
    border-right: none;
    /* border-bottom: 12px solid var(--color-dark-blue); */
    border-radius: 8px;
  }

  .marketing-result__title {
    font-size: 2rem;
  }

  .marketing-result__stats {
    width: 100%;
    justify-content: space-between;
  }

  .stat-card {
    flex: 0 0 100%;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .marketing-result__stats {
    flex-direction: column;
    gap: 16px;
  }

  .stat-card {
    width: 100%;
    text-align: center;
  }
}

/* 3) === Направления одной коммерческой системы === */

/* :root {
  --color-dark-blue: #1a2b45;
  --color-btn: #1a2b45;
  --color-text: #333333;
  --color-bg: #f5f7fa;
  --gap-md: 40px;
  --gap-sm: 24px;
} */

/* Секция */
.directions-section {
  padding: 60px 0;
  background-color: var(--color-bg); /* Опционально, чтобы выделить секцию */
}

.section-title {
  font-size: 2.5rem;
  color: var(--color-dark-blue);
  margin-bottom: 40px;
  line-height: 1.2;
}

/* Обертка карточек (Flexbox контейнер) */
.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-md);
}

/* Карточка */
.card {
  display: flex;
  flex: 1 1 450px; /* Карточки занимают место, но не уже 450px, затем переносятся */
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.05); */
  min-width: 0; /* Важно для корректного сжатия контента внутри */
}

/* Изображение в карточке */
.card-image {
  flex: 0 0 45%; /* Фиксированная ширина для картинки (около 45%) */
  min-width: 200px;
  height: 100%;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Чтобы фото заполняло блок, не искажаясь */
  display: block;
}

/* Контент карточки (текст + кнопка) */
.card-content {
  flex: 1;
  padding: var(--gap-sm);
  display: flex;
  flex-direction: column;
  justify-content: center; /* Центрирует контент по вертикали */
}

.card-title {
  font-size: 1.5rem;
  color: var(--color-dark-blue);
  margin-bottom: 16px;
  line-height: 1.3;
}

.card-text {
  color: #555;
  margin-bottom: 24px;
  line-height: 1.6;
  flex-grow: 1; /* Заставляет текст занимать свободное место, прижимая кнопку вниз */
}

/* Кнопка */
/* .btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--color-btn);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  transition: background 0.3s ease;
  align-self: flex-start; /* Кнопка прижата к левому краю контента */
}

.btn:hover {
  background-color: #0f1f33;
} */

/* Адаптивность (Mobile) */
@media (max-width: 992px) {
  .card {
    flex-direction: column; /* На планшетах и меньше: картинка сверху, текст снизу */
  }

  .card-image {
    flex: 0 0 auto;
    width: 100%;
    height: 250px; /* Фиксируем высоту для мобильных */
  }

  .card-content {
    padding: 20px;
  }
  
  .section-title {
    font-size: 2rem;
  }
}

/* 3) v.2 === Направления одной коммерческой системы === */

/* :root {
  --color-dark-blue: #1a2b45;
  --color-btn-bg: #1a2b45;
  --color-btn-text: #ffffff;
  --color-text: #333333;
  --gap-md: 40px;
  --gap-sm: 20px;
} */

.commercial-directions {
  padding: 60px 0;
  background-color: #ffffff;
}

.commercial-title {
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-dark-blue);
  line-height: 1.2;
  margin-bottom: var(--gap-md);
  text-align: left;
}

.directions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap-md);
}

.direction-card {
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); */
}

.direction-image {
  flex: 0 0 40%;
  position: relative;
}

.direction-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.direction-content {
  flex: 1;
  padding: var(--gap-md);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.direction-heading {
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0 0 var(--gap-sm) 0;
  line-height: 1.2;
}

.direction-description {
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-text);
  line-height: 1.6;
  margin: 0 0 var(--gap-sm) 0;
  flex-grow: 1;
}

.direction-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--color-btn-bg);
  color: var(--color-btn-text);
  text-decoration: none;
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 4px;
  text-align: center;
  align-self: flex-start;
  transition: background 0.3s ease;
}

.direction-btn:hover {
  background-color: #0f1f33;
}

/* Адаптивность */
@media (max-width: 992px) {
  .directions-grid {
    grid-template-columns: 1fr;
  }

  .direction-card {
    flex-direction: column;
  }

  .direction-image {
    flex: 0 0 auto;
    width: 100%;
    height: 240px;
  }

  .direction-content {
    padding: var(--gap-md);
    text-align: center;
  }

  .direction-heading,
  .direction-description {
    text-align: center;
  }

  .direction-btn {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .commercial-title {
    font-size: 2rem;
  }

  .direction-heading {
    font-size: 1.5rem;
  }
}


/* 4) === Когда девелоперу нужен внешний департамент маркетинга === */

/* :root {
  --color-dark-blue: #1a2b45;
  --color-navy-bg: #0b1a33;
  --color-white: #ffffff;
  --color-border: rgba(255, 255, 255, 0.2);
  --gap-md: 32px;
  --gap-sm: 16px;
} */

.when-marketing-needed {
  padding: 60px 0;
  background-color: #ffffff;
  color: var(--color-white);
}

.when-marketing-needed__title {
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: var(--gap-md);
  line-height: 1.2;
  text-align: left;
}

/* Сетка карточек */
.when-marketing-needed__grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-md);
}

.card-light {
  flex: 1 1 320px; /* Карточки занимают место, но не уже 320px */
  background: transparent;
  border: 1px solid var(--color-border);
  padding: var(--gap-sm);
  color: var(--color-white);
  border-radius: 4px;
}

.card-light p {
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: var(--color-white);
}

/* Адаптивность */
@media (max-width: 992px) {
  .when-marketing-needed__grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .card-light {
    flex: 1 1 45%; /* На планшетах — 2 колонки */
  }
}

@media (max-width: 600px) {
  .when-marketing-needed__title {
    font-size: 2rem;
  }

  .card-light {
    flex: 1 1 100%; /* На мобильных — 1 колонка */
  }
}

/* 5) ====== Берем на себя маркетинг, чтобы вы выполняли план продаж» ====== */
/* :root {
  --color-dark-blue: #1a2b45;
  --color-navy-card: #15233a;
  --color-white: #ffffff;
  --color-text: #333333;
  --gap-md: 40px;
  --gap-sm: 24px;
} */

.marketing-takeover {
  padding: 60px 0;
  background-color: #ffffff;
}

.marketing-takeover__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-md);
  align-items: flex-start;
}

/* Блок с фото и рамкой */
.marketing-takeover__image-box {
  flex: 0 0 480px;
  min-width: 300px;
  /* border-right: 12px solid var(--color-dark-blue); */
  overflow: hidden;
  border-radius: 8px;
}

.marketing-takeover__image-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Контентная часть */
.marketing-takeover__content {
  flex: 1;
  min-width: 300px;
}

.marketing-takeover__title {
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin-bottom: var(--gap-sm);
  line-height: 1.2;
}

.marketing-takeover__description {
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-text);
  /* margin-bottom: var(--gap-md); */
  margin-bottom: 24px;
}

/* Сетка карточек */
.marketing-takeover__grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-md);
}

.step-card {
  flex: 0 0 calc((100% - var(--gap-md) * 3) / 4); /* 4 колонки на десктопе */
  background-color: var(--color-navy-card);
  color: var(--color-white);
  padding: var(--gap-sm);
  /* padding: 12px 12px 44px; */
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.step-card__number {
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--color-white);
  line-height: 1;
  margin-bottom: 8px;
}

.step-card__text {
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--color-white);
  line-height: 1.5;
  opacity: 0.95;
  font-size: 16px;
}

/* Адаптивность */
@media (max-width: 1200px) {
  .marketing-takeover__image-box {
    flex: 0 0 420px;
  }
}

@media (max-width: 992px) {
  .marketing-takeover__wrapper {
    flex-direction: column;
  }

  .marketing-takeover__image-box {
    width: 100%;
    border-right: none;
    /* border-bottom: 12px solid var(--color-dark-blue); */
    border-radius: 8px;
    flex: 0 0 auto;
  }

  .marketing-takeover__title {
    font-size: 2rem;
  }

  .step-card {
    flex: 0 0 calc((100% - var(--gap-md) * 1) / 2); /* 2 колонки на планшете */
  }
}

@media (max-width: 600px) {
  .marketing-takeover__title {
    font-size: 1.75rem;
  }

  .step-card {
    flex: 0 0 100%; /* 1 колонка на мобильном */
  }
}

/* ======= Что получает застройщик ====== */

/* :root {
  --color-dark-blue: #1a2b45;
  --color-btn-bg: #1a2b45;
  --color-btn-text: #ffffff;
  --gap-md: 60px;
  --gap-sm: 16px;
} */

.benefits-for-developer {
  padding: 60px 0;
  background-color: #ffffff;
}

.benefits-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: var(--gap-md);
}

/* Текстовая часть */
.benefits-text {
  flex: 1;
  min-width: 300px;
}

.benefits-title {
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-dark-blue);
  line-height: 1.1;
  margin-bottom: var(--gap-md);
}

/* Список с декоративными линиями */
.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  position: relative;
  padding-left: 24px;
  /* margin-bottom: var(--gap-sm); */
  margin-bottom: 12px;
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
}

/* Декоративная линия слева от пункта списка */
.benefits-list li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: var(--color-dark-blue);
}

/* Кнопка */
.benefits-btn {
  display: inline-block;
  margin-top: var(--gap-md);
  padding: 16px 32px;
  background-color: var(--color-btn-bg);
  color: var(--color-btn-text);
  text-decoration: none;
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 4px;
  text-align: center;
  transition: background 0.3s ease;
}

.benefits-btn:hover {
  background-color: #0f1f33;
}

/* Блок с фото и рамкой */
.benefits-image-wrapper {
  flex: 0 0 560px;
  min-width: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.benefits-image-wrapper::after {
  /* Тёмно‑синяя рамка со скошенным углом */
  content: '';
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  width: 12px;
  background-color: var(--color-dark-blue);
  z-index: 1;
}

.benefits-image-wrapper::before {
  /* Скос нижнего правого угла рамки */
  content: '';
  position: absolute;
  bottom: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-top: 12px solid var(--color-dark-blue);
  z-index: 2;
}

.benefits-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 3;
}

/* Адаптивность */
@media (max-width: 992px) {
  .benefits-wrapper {
    flex-direction: column;
  }

  .benefits-text {
    /* text-align: center; */
  }

  .benefits-title {
    /* text-align: center; */
  }

  .benefits-list li {
    /* padding-left: 0; */
    /* text-align: center; */
  }

  .benefits-list li::before {
    /* display: none; */
  }

  .benefits-btn {
    display: block;
    width: 100%;
    text-align: center;
  }

  .benefits-image-wrapper {
    width: 100%;
    border-radius: 8px;
    margin-top: var(--gap-md);
    flex: 0 0 auto;
  }

  .benefits-image-wrapper::after,
  .benefits-image-wrapper::before {
    display: none;
  }
}

@media (max-width: 600px) {
  .benefits-title {
    font-size: 2.25rem;
  }
}

/* ====== Маркетинг 360 =======*/
:root {
  --section-padding-top: 60px;
  --section-padding-bottom: 60px;
  --block-gap: 40px;
  --text-color: #333333;
  --title-color: #1a2b45;
  --btn-bg: #1a2b45;
  --btn-text: #ffffff;
  --font-family: 'Gotham Pro', Arial, sans-serif;
}

/* Секция */
.marketing-360-section {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
  background-color: #ffffff;
}

/* Контейнер (ограничивает ширину контента) */
/* .container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  box-sizing: border-box;
} */

/* Обёртка для Flex-макета */
.marketing-360-wrapper {
  display: flex;
  align-items: stretch;
  gap: var(--block-gap);
  flex-wrap: wrap;
}

/* Левая колонка — фото */
.marketing-360-image {
  /* flex: 1 1 40%; */
  flex: 0 0 450px;
  min-width: 300px;
}

.marketing-360-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

/* Правая колонка — текст */
.marketing-360-content {
  /* flex: 1 1 60%; */
  flex: 1;
  min-width: 300px;
  /* display: flex; */
  /* flex-direction: column;
  justify-content: space-between; */
}

.marketing-360-title {
  font-family: var(--font-family);
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 24px 0;
  line-height: 1.2;
}

.marketing-360-text {
  font-family: var(--font-family);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-color);
  margin: 0 0 20px 0;
}

/* Кнопка прижата к низу */
.marketing-360-btn {
  display: inline-block;
  padding: 14px 28px;
  width: auto;
  background-color: var(--btn-bg);
  color: var(--btn-text);
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 4px;
  align-self: flex-start;
  margin-top: auto; /* Прижимает кнопку к низу колонки */
  transition: background 0.3s ease;
}

.marketing-360-btn:hover {
  background-color: #0f1f33;
}

/* Адаптив: на планшетах и мобильных — колонки друг под другом */
@media (max-width: 992px) {
  .marketing-360-wrapper {
    flex-direction: column;
  }
  .marketing-360-image,
  .marketing-360-content {
    flex: none;
    width: 100%;
  }
  .marketing-360-content {
    justify-content: flex-start; /* На мобильных кнопка идёт после текста */
    margin-top: 24px;
  }
  .marketing-360-btn {
    margin-top: 0; /* Убираем margin-top: auto, чтобы кнопка шла после текста */
  }
}

/* ======= Аудит и «инвентаризация» ======= */
:root {
  --section-padding-top: 60px;
  --section-padding-bottom: 60px;
  --number-color: #888888;
  --font-family: 'Gotham Pro', Arial, sans-serif;
  --line-height-text: 1.6;
  --line-height-title: 1.2;
}

/* Секция */
.audit-inventory-section {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
  background-color: #ffffff;
}
:root {
  --section-padding-top: 60px;
  --section-padding-bottom: 60px;
  --container-width: 1200px;
  --text-color: #555555;
  --title-color: #1a2b45;
  --stage-color: #999999;
  --font-family: 'Gotham Pro', Arial, sans-serif;
  --line-height-text: 1.6;
  --line-height-title: 1.1;
}

.audit-header-section {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
  background-color: #ffffff;
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  box-sizing: border-box;
}

/* Grid: 2 колонки, левая — фиксированная, правая — на остаток */
.audit-header-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: start;
  padding-bottom: 30px;
}

/* Левая колонка: Flex для вертикального выравнивания этапа и заголовка */
.audit-header-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.audit-header-stage {
  font-family: var(--font-family);
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--stage-color);
  line-height: 1.2;
  margin: 0 0 16px 0; /* Отступ снизу, чтобы отделить от заголовка */
}

.audit-header-title {
  font-family: var(--font-family);
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--title-color);
  margin: 0;
  line-height: var(--line-height-title);
}

.audit-header-desc {
  font-family: var(--font-family);
  font-size: 1.125rem;
  line-height: var(--line-height-text);
  color: var(--text-color);
  margin: 0;
  align-self: start;
}

/* Адаптив: планшеты */
@media (max-width: 992px) {
  .audit-header-grid {
    grid-template-columns: 240px 1fr;
    gap: 40px;
  }

  .audit-header-title {
    font-size: 1.5rem;
  }

  .audit-header-desc {
    font-size: 1rem;
  }
}

/* Адаптив: мобильные — одна колонка, все элементы друг под другом */
@media (max-width: 576px) {
  .audit-header-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .audit-header-left {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .audit-header-title {
    font-size: 2rem;
  }

  .audit-header-desc {
    font-size: 1rem;
  }
}


:root {
  --section-padding-top: 60px;
  --section-padding-bottom: 60px;
  --container-width: 1200px;
  --text-color: #555555;
  --title-color: #1a2b45;
  --number-color: #cccccc;
  --font-family: 'Gotham Pro', Arial, sans-serif;
  --line-height-text: 1.6;
  --line-height-title: 1.2;
}

/* Секция */
.audit-table-section {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
  background-color: #ffffff;
}

/* Контейнер */
.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  box-sizing: border-box;
}

/* Список строк */
.audit-table-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Одна строка таблицы */
.audit-row {
  display: grid;
  grid-template-columns: 60px 1fr 2fr; /* 3 колонки: номер + 2 равные по контенту */
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #f0f0f0;
  align-items: start;
}

/* Номер строки */
.audit-row-number {
  display: flex;
  align-items: center;
  justify-content: left;
  font-family: var(--font-family);
  font-size: 1rem;
  font-weight: 400;
  color: var(--number-color);
  line-height: 1;
}

/* Заголовок строки */
.audit-row-title {
  font-family: var(--font-family);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--title-color);
  margin: 0;
  line-height: var(--line-height-title);
}

/* Описание строки */
.audit-row-desc {
  font-family: var(--font-family);
  font-size: 1rem;
  line-height: var(--line-height-text);
  color: var(--text-color);
  margin: 0;
}

/* Убираем нижнюю границу у последнего элемента */
.audit-row:last-child {
  border-bottom: none;
}

/* Адаптив: на планшетах уменьшаем отступы и ширину колонки номера */
@media (max-width: 992px) {
  .audit-row {
    grid-template-columns: 48px 1fr 1fr;
    gap: 16px;
    padding: 16px 0;
  }

  .audit-row-number {
    font-size: 0.9rem;
  }

  .audit-row-title {
    font-size: 1rem;
  }
}

/* Адаптив: на мобильных — все элементы друг под другом */
@media (max-width: 576px) {
  .audit-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 0;
    grid-template-columns: 1fr; /* Отменяем Grid */
  }

  .audit-row-number {
    flex: 0 0 auto;
    justify-content: flex-start;
    margin-bottom: 8px;
  }
}

/* ======= План действий ======= */
:root {
  --section-padding-top: 60px;
  --section-padding-bottom: 60px;
  --container-width: 1200px;
  --text-color: #555555;
  --title-color: #1a2b45;
  --stage-color: #999999;
  --accent-color: #2c3e50;
  --font-family: 'Gotham Pro', Arial, sans-serif;
  --line-height-text: 1.6;
  --line-height-title: 1.1;
}

/* Секция */
.action-plan-section {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
  background-color: #ffffff;
}

/* Контейнер */
.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  box-sizing: border-box;
}

/* Заголовок секции */
.action-plan-header {
  margin-bottom: 60px;
}

.action-plan-stage {
  font-family: var(--font-family);
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--stage-color);
  margin-bottom: 16px;
}

.action-plan-title {
  font-family: var(--font-family);
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 24px 0;
  line-height: var(--line-height-title);
}

.action-plan-intro {
  font-family: var(--font-family);
  font-size: 1.125rem;
  line-height: var(--line-height-text);
  color: var(--text-color);
  margin: 0;
}

/* Список пунктов */
.action-plan-list {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px 40px;
  align-items: start;
}

/* Один пункт */
.action-plan-item {
  display: contents; /* Чтобы не ломать Grid-структуру */
}

/* Номер */
.action-plan-num {
  grid-column: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--stage-color);
  line-height: 1;
}

/* Контент пункта (заголовок + описание) */
.action-plan-content {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.action-plan-heading {
  font-family: var(--font-family);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--accent-color);
  margin: 0;
  line-height: 1.2;
}

.action-plan-desc {
  font-family: var(--font-family);
  font-size: 1rem;
  line-height: var(--line-height-text);
  color: var(--text-color);
  margin: 0;
}

/* Разделители между пунктами */
.action-plan-item:not(:last-child) .action-plan-content {
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
}

/* Адаптив: планшеты */
@media (max-width: 992px) {
  .action-plan-list {
    grid-template-columns: 50px 1fr;
    gap: 20px 32px;
  }

  .action-plan-title {
    font-size: 2.75rem;
  }

  .action-plan-heading {
    font-size: 1.125rem;
  }
}

/* Адаптив: мобильные — все элементы друг под другом */
@media (max-width: 576px) {
  .action-plan-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .action-plan-item {
    display: block;
  }

  .action-plan-num {
    grid-column: auto;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
  }

  .action-plan-content {
    grid-column: auto;
    width: 100%;
  }

  .action-plan-item:not(:last-child) .action-plan-content {
    padding-bottom: 0;
    border-bottom: none;
  }

  .action-plan-title {
    font-size: 2rem;
  }

  .action-plan-heading {
    font-size: 1.125rem;
  }
}

/* End */
/* /local/templates/index/css/marketing.css?178722158435210 */
