/* ------------- Страница услуг: Лечение алкоголизма ------------- */

/* Блок: Что входит в состав капельниц */

/* Общие стили для контейнеров и типографики */
.section-symptoms-11001,
.section-intervention-22002,
.section-stages-33003 {
  background-color: #FFFFFF;
  padding: 20px 0;
  font-family: system-ui, -apple-system, 'Inter', 'Roboto', sans-serif;
  color: #1F2937;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .section-symptoms-11001,
  .section-intervention-22002,
  .section-stages-33003 {
    padding: 10px 0;
  }
}

.container-11001,
.container-22002,
.container-33003 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Стили главных заголовков H2 (общие для 3 блоков) */
.header-11001,
.header-22002,
.header-33003 {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 16px;
  display: flex;
  justify-content: center;
}

.title-11001,
.title-22002,
.title-33003 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  color: #1d503c;
  text-align: center;
  margin: 0;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

@media (min-width: 1024px) {
  .title-11001,
  .title-22002,
  .title-33003 {
    font-size: 34px;
  }
}

.title-11001::before,
.title-22002::before,
.title-33003::before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d7dbd9);
  margin-right: 24px;
}

.title-11001::after,
.title-22002::after,
.title-33003::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(270deg, transparent, #d7dbd9);
  margin-left: 24px;
}

.header-11001::after,
.header-22002::after,
.header-33003::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  background-color: #cf5b54;
  margin: 16px auto 0;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}

/* =========================================
   БЛОК 1: Когда необходимо лечение 
   ========================================= */

.intro-11001 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 48px;
}

.checklist-wrapper-11001 {
  background-color: #f7f9f7;
  border-radius: 12px;
  padding: 32px;
  max-width: 900px;
  margin: 0 auto 32px;
  border: 1px solid #E5E7EB;
}

@media (min-width: 768px) {
  .checklist-wrapper-11001 {
    padding: 48px;
  }
}

.checklist-title-11001 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  color: #000000;
  margin: 0 0 24px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .checklist-title-11001 {
    font-size: 24px;
  }
}

.checklist-11001 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.checklist-11001 li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.checklist-icon-11001 {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background-color: #347352;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-top: 4px;
}

.checklist-text-11001 {
  font-size: 16px;
  color: #1F2937;
  line-height: 1.6;
}

.checklist-text-11001 strong {
  color: #000000;
  font-weight: 800;
}

.outro-11001 {
  font-size: 16px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  color: #1F2937;
}


/* =========================================
   БЛОК 2: Интервенция
   ========================================= */

.intervention-grid-22002 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

@media (min-width: 1024px) {
  .intervention-grid-22002 {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}

.intervention-image-col-22002 {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.intervention-img-22002 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.intervention-content-22002 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.intervention-intro-22002,
.intervention-outro-22002 {
  font-size: 16px;
  margin: 0;
  color: #1F2937;
}

.intervention-list-22002 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #f7f9f7;
  border-radius: 12px;
  padding: 24px;
  border-left: 4px solid #347352;
}

.intervention-list-22002 li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  color: #1F2937;
}

.intervention-list-22002 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #347352;
  border-radius: 50%;
}

.intervention-action-22002 {
  margin-top: 8px;
}

.btn-primary-22002 {
  display: inline-block;
  background-color: #cf5b54;
  color: #FFFFFF;
  font-size: 16px;
  font-family: system-ui, -apple-system, 'Inter', 'Roboto', sans-serif;
  font-weight: 800;
  padding: 16px 32px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.1s ease;
  text-align: center;
  width: 100%;
}

@media (min-width: 640px) {
  .btn-primary-22002 {
    width: auto;
  }
}

.btn-primary-22002:hover {
  opacity: 0.9;
}

.btn-primary-22002:active {
  transform: scale(0.98);
}


/* =========================================
   БЛОК 3: Этапы лечения
   ========================================= */

.intro-33003 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 48px;
}

.stages-list-wrapper-33003 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto 48px;
}

.stage-item-33003 {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 640px) {
  .stage-item-33003 {
    flex-direction: row;
    align-items: flex-start;
    padding: 32px;
    gap: 24px;
  }
}

.stage-item-33003:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.stage-num-33003 {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: #f7f9f7;
  color: #347352;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 16px;
}

@media (min-width: 640px) {
  .stage-num-33003 {
    margin-bottom: 0;
    width: 64px;
    height: 64px;
    font-size: 24px;
  }
}

.stage-content-33003 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stage-title-33003 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  color: #000000;
}

@media (min-width: 1024px) {
  .stage-title-33003 {
    font-size: 24px;
  }
}

.stage-desc-33003 {
  margin: 0;
  font-size: 16px;
  color: #6f6f6f;
}

.outro-33003 {
  font-size: 16px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 24px;
  background-color: #f7f9f7;
  border-radius: 12px;
  color: #1F2937;
  border: 1px solid #E5E7EB;
}

.outro-33003 p {
  margin: 0;
}

/* Общие стили для секций */
.section-contra-41004,
.section-stages-disease-52005,
.section-consequences-63006,
.section-family-74007 {
  background-color: #FFFFFF;
  padding: 20px 0;
  font-family: system-ui, -apple-system, 'Inter', 'Roboto', sans-serif;
  color: #1F2937;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .section-contra-41004,
  .section-stages-disease-52005,
  .section-consequences-63006,
  .section-family-74007 {
    padding: 10px 0;
  }
}

.container-41004,
.container-52005,
.container-63006,
.container-74007 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Общие стили заголовков H2 */
.header-41004,
.header-52005,
.header-63006,
.header-74007 {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 16px;
  display: flex;
  justify-content: center;
}

.title-41004,
.title-52005,
.title-63006,
.title-74007 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  color: #1d503c;
  text-align: center;
  margin: 0;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

@media (min-width: 1024px) {
  .title-41004,
  .title-52005,
  .title-63006,
  .title-74007 {
    font-size: 34px;
  }
}

.title-41004::before,
.title-52005::before,
.title-63006::before,
.title-74007::before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d7dbd9);
  margin-right: 24px;
}

.title-41004::after,
.title-52005::after,
.title-63006::after,
.title-74007::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(270deg, transparent, #d7dbd9);
  margin-left: 24px;
}

.header-41004::after,
.header-52005::after,
.header-63006::after,
.header-74007::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  background-color: #cf5b54;
  margin: 16px auto 0;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}

/* =========================================
   Блок 1: Противопоказания
   ========================================= */

.intro-41004 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 32px;
}

.warning-box-41004 {
  background-color: #fff9f8;
  border: 1px solid #cf5b54;
  border-radius: 12px;
  padding: 32px;
  max-width: 900px;
  margin: 0 auto 32px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.warning-header-41004 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 24px;
}

@media (min-width: 640px) {
  .warning-header-41004 {
    flex-direction: row;
    text-align: left;
  }
}

.warning-icon-41004 {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background-color: rgba(207, 91, 84, 0.1);
  color: #cf5b54;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.warning-title-41004 {
  font-size: 20px;
  font-weight: 800;
  color: #cf5b54;
  margin: 0 0 8px 0;
}

@media (min-width: 1024px) {
  .warning-title-41004 {
    font-size: 24px;
  }
}

.warning-subtitle-41004 {
  margin: 0;
  font-size: 16px;
  color: #1F2937;
}

.contra-list-41004 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contra-list-41004 li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  color: #1F2937;
}

.contra-list-41004 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #cf5b54;
  border-radius: 50%;
}

.outro-41004 {
  font-size: 16px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

/* =========================================
   Блок 2: Стадии алкоголизма
   ========================================= */

.intro-52005 {
  font-size: 16px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 48px;
}

.stages-ladder-52005 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: 0 auto 48px;
  gap: 16px;
}

.stage-step-52005 {
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 32px;
  width: 100%;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  position: relative;
}

.stage-step-52005:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .step-2-52005 {
    width: 90%;
    align-self: flex-end;
  }
  .step-3-52005 {
    width: 80%;
    align-self: flex-end;
  }
}

.step-badge-52005 {
  display: inline-block;
  background-color: #347352;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 16px;
  margin-bottom: 12px;
}

.step-badge-alert-52005 {
  background-color: #cf5b54;
}

.step-title-52005 {
  font-size: 20px;
  font-weight: 800;
  color: #000000;
  margin: 0 0 12px 0;
}

@media (min-width: 1024px) {
  .step-title-52005 {
    font-size: 24px;
  }
}

.step-desc-52005 {
  font-size: 16px;
  color: #6f6f6f;
  margin: 0;
}

.ladder-arrow-52005 {
  color: #E5E7EB;
  display: flex;
  justify-content: center;
  padding: 8px 0;
}

.outro-52005 {
  font-size: 16px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 800;
  color: #1F2937;
}

/* =========================================
   Блок 3: Последствия алкоголизма
   ========================================= */

.split-layout-63006 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

@media (min-width: 1024px) {
  .split-layout-63006 {
    grid-template-columns: 3fr 2fr;
    gap: 48px;
  }
}

.text-col-63006 p {
  font-size: 16px;
  margin: 0 0 16px 0;
  color: #1F2937;
}

.quote-box-63006 {
  background-color: #f7f9f7;
  border-left: 4px solid #cf5b54;
  padding: 24px;
  margin: 24px 0;
  border-radius: 0 8px 8px 0;
}

.quote-box-63006 p {
  margin: 0;
  font-style: italic;
  font-weight: 800;
}

.outro-text-63006 {
  font-weight: 800;
}

.icons-col-63006 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.icon-item-63006 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  padding: 24px 16px;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.icon-wrap-63006 {
  width: 64px;
  height: 64px;
  background-color: #fff9f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cf5b54;
}

.icon-label-63006 {
  font-size: 16px;
  font-weight: 800;
  color: #000000;
}

/* =========================================
   Блок 4: Помощь родственникам
   ========================================= */

.family-content-74007 {
  background-color: #f7f9f7;
  border-radius: 12px;
  padding: 32px;
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #E5E7EB;
  text-align: center;
}

@media (min-width: 768px) {
  .family-content-74007 {
    padding: 48px;
  }
}

.family-content-74007 p {
  font-size: 16px;
  margin: 0 0 20px 0;
  color: #1F2937;
}

.family-content-74007 p:last-of-type {
  margin-bottom: 32px;
}

.action-wrap-74007 {
  display: flex;
  justify-content: center;
}

.btn-primary-74007 {
  display: inline-block;
  background-color: #cf5b54;
  color: #FFFFFF;
  font-size: 16px;
  font-family: system-ui, -apple-system, 'Inter', 'Roboto', sans-serif;
  font-weight: 800;
  padding: 16px 32px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.1s ease;
  width: 100%;
}

@media (min-width: 640px) {
  .btn-primary-74007 {
    width: auto;
  }
}

.btn-primary-74007:hover {
  opacity: 0.9;
}

.btn-primary-74007:active {
  transform: scale(0.98);
}
