.glass-quote {
  background: rgba(228, 201, 136, 0.08);
  
  /* ===== РАМКА ЦВЕТОМ #B3924F В RGBA ===== */
  border: 1px solid rgba(179, 146, 79, 1);
  
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 32px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  padding: 32px 36px;
  margin: 30px 0;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.6;
  color: #EFE4CD;
  transition: all 0.4s ease;
  position: relative;
}

.glass-quote:hover {
  border-color: rgba(179, 146, 79, 1);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 40px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

/* ========================================
   СТИЛЬ ДЛЯ АККОРДЕОНА TX16N (ЭФФЕКТ СТЕКЛА)
   ======================================== */

/* Весь аккордеон — стеклянная карточка */
#rec3375176101 .t585__accordion {
    background: rgba(228, 201, 136, 0.06) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(179, 146, 79, 0.3);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* При наведении — подсветка золотом */
#rec3375176101 .t585__accordion:hover {
    border-color: rgba(179, 146, 79, 0.6);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

/* Заголовок аккордеона */
#rec3375176101 .t585__header {
    padding: 20px 28px !important;
    cursor: pointer;
    user-select: none;
}

/* Текст заголовка */
#rec3375176101 .t585__title {
    font-family: 'Playfair Display', sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #EFE4CD !important;
    letter-spacing: 0.5px;
}

/* Иконка-стрелка */
#rec3375176101 .t585__icon {
    color: #C8A96E !important;
    font-size: 24px !important;
    transition: transform 0.4s ease !important;
}

/* Поворот стрелки при открытии */
#rec3375176101 .t585__accordion.t-active .t585__icon {
    transform: rotate(180deg) !important;
}

/* Содержимое аккордеона */
#rec3375176101 .t585__content {
    padding: 0 28px 28px 28px !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 16px !important;
    color: #C7B89A !important;
    line-height: 1.7 !important;
}

/* ========================================
   СТИЛИ ДЛЯ ТАБЛИЦ ВНУТРИ АККОРДЕОНА
   ======================================== */

#rec3375176101 .t585__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 14px;
}

#rec3375176101 .t585__content table th,
#rec3375176101 .t585__content table td {
    padding: 12px 16px;
    border: 1px solid rgba(179, 146, 79, 0.3);
    text-align: left;
}

#rec3375176101 .t585__content table th {
    background: rgba(179, 146, 79, 0.15);
    color: #E8D5A3;
    font-weight: 600;
}

#rec3375176101 .t585__content table td {
    color: #C7B8A9;
}

/* ========================================
   БОНУСЫ (СПИСОК)
   ======================================== */

#rec3375176101 .bonus-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
}

#rec3375176101 .bonus-list li {
    padding: 6px 0 6px 28px;
    position: relative;
    color: #D0D9E6;
}

#rec3375176101 .bonus-list li::before {
    content: "+";
    position: absolute;
    left: 0;
    color: #C8A96E;
    font-weight: 700;
}

/* ========================================
   АДАПТАЦИЯ ДЛЯ МОБИЛЬНЫХ
   ======================================== */

@media screen and (max-width: 768px) {
    #rec3375176101 .t585__header {
        padding: 16px 20px !important;
    }
    #rec3375176101 .t585__title {
        font-size: 16px !important;
    }
    #rec3375176101 .t585__content {
        padding: 0 20px 20px 20px !important;
        font-size: 14px !important;
    }
    #rec3375176101 .t585__content table {
        font-size: 12px;
    }
    #rec3375176101 .t585__content table th,
    #rec3375176101 .t585__content table td {
        padding: 8px 10px;
    }
}

/* ========================================
   СТИЛЬ ДЛЯ АККОРДЕОНА TX16N (ЭФФЕКТ СТЕКЛА)
   ======================================== */

/* Весь аккордеон — стеклянная карточка */
#rec3343235501 .t585__accordion {
    background: rgba(228, 201, 136, 0.06) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(179, 146, 79, 0.3);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* При наведении — подсветка золотом */
#rec3343235501 .t585__accordion:hover {
    border-color: rgba(179, 146, 79, 0.6);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

/* Заголовок аккордеона */
#rec3343235501 .t585__header {
    padding: 20px 28px !important;
    cursor: pointer;
    user-select: none;
}

/* Текст заголовка */
#rec3343235501 .t585__title {
    font-family: 'Playfair Display', sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #EFE4CD !important;
    letter-spacing: 0.5px;
}

/* Иконка-стрелка */
#rec3343235501 .t585__icon {
    color: #C8A96E !important;
    font-size: 24px !important;
    transition: transform 0.4s ease !important;
}

/* Поворот стрелки при открытии */
#rec3343235501 .t585__accordion.t-active .t585__icon {
    transform: rotate(180deg) !important;
}

/* Содержимое аккордеона */
#rec3343235501 .t585__content {
    padding: 0 28px 28px 28px !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 16px !important;
    color: #C7B89A !important;
    line-height: 1.7 !important;
}

/* ========================================
   СТИЛИ ДЛЯ ТАБЛИЦ ВНУТРИ АККОРДЕОНА
   ======================================== */

#rec3343235501 .t585__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 14px;
}

#rec3343235501 .t585__content table th,
#rec3343235501 .t585__content table td {
    padding: 12px 16px;
    border: 1px solid rgba(179, 146, 79, 0.3);
    text-align: left;
}

#rec3343235501 .t585__content table th {
    background: rgba(179, 146, 79, 0.15);
    color: #E8D5A3;
    font-weight: 600;
}

#rec3343235501 .t585__content table td {
    color: #C7B8A9;
}

/* ========================================
   БОНУСЫ (СПИСОК)
   ======================================== */

#rec3343235501 .bonus-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
}

#rec3343235501 .bonus-list li {
    padding: 6px 0 6px 28px;
    position: relative;
    color: #D0D9E6;
}

#rec3343235501 .bonus-list li::before {
    content: "+";
    position: absolute;
    left: 0;
    color: #C8A96E;
    font-weight: 700;
}

/* ========================================
   АДАПТАЦИЯ ДЛЯ МОБИЛЬНЫХ
   ======================================== */

@media screen and (max-width: 768px) {
    #rec3343235501 .t585__header {
        padding: 16px 20px !important;
    }
    #rec3343235501 .t585__title {
        font-size: 16px !important;
    }
    #rec3343235501 .t585__content {
        padding: 0 20px 20px 20px !important;
        font-size: 14px !important;
    }
    #rec3343235501 .t585__content table {
        font-size: 12px;
    }
    #rec3343235501 .t585__content table th,
    #rec3343235501 .t585__content table td {
        padding: 8px 10px;
    }
}

/* ========================================
   СТИЛЬ ДЛЯ АККОРДЕОНА TX16N (ЭФФЕКТ СТЕКЛА)
   ======================================== */

/* Весь аккордеон — стеклянная карточка */
#rec3518028701 .t585__accordion {
    background: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(166, 60, 60, 0.45);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(166, 60, 60, 0.05);
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* При наведении — подсветка золотом */
#rec3518028701 .t585__accordion:hover {
    border-color: rgba(166, 60, 60, 0.85);
    box-shadow: 0 30px 80px rgba(166, 60, 60, 0.08);
}

/* Заголовок аккордеона */
#rec3518028701 .t585__header {
    padding: 20px 28px !important;
    cursor: pointer;
    user-select: none;
}

/* Текст заголовка */
#rec3518028701 .t585__title {
    font-family: 'Georgia', sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #A63C3C !important;
    letter-spacing: 0.5px;
}

/* Иконка-стрелка */
#rec3518028701 .t585__icon {
    color: #C8A96E !important;
    font-size: 24px !important;
    transition: transform 0.4s ease !important;
}

/* Поворот стрелки при открытии */
#rec3518028701 .t585__accordion.t-active .t585__icon {
    transform: rotate(180deg) !important;
}

/* Содержимое аккордеона */
#rec3518028701 .t585__content {
    padding: 0 28px 28px 28px !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 16px !important;
    color: #4A3525 !important;
    line-height: 1.7 !important;
}

/* ========================================
   СТИЛИ ДЛЯ ТАБЛИЦ ВНУТРИ АККОРДЕОНА
   ======================================== */

#rec3518028701 .t585__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 14px;
}

#rec3518028701 .t585__content table th,
#rec3518028701 .t585__content table td {
    padding: 12px 16px;
    border: 1px solid rgba(179, 146, 79, 0.3);
    text-align: left;
}

#rec3518028701 .t585__content table th {
    background: rgba(179, 146, 79, 0.15);
    color: #4A3525;
    font-weight: 600;
}

#rec3518028701 .t585__content table td {
    color: #4A3525;
}

/* ========================================
   БОНУСЫ (СПИСОК)
   ======================================== */

#rec3518028701 .bonus-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
}

#rec3518028701 .bonus-list li {
    padding: 6px 0 6px 28px;
    position: relative;
    color: #4A3525;
}

#rec3518028701 .bonus-list li::before {
    content: "+";
    position: absolute;
    left: 0;
    color: #4A3525;
    font-weight: 700;
}

/* ========================================
   АДАПТАЦИЯ ДЛЯ МОБИЛЬНЫХ
   ======================================== */

@media screen and (max-width: 768px) {
    #rec3518028701 .t585__header {
        padding: 16px 20px !important;
    }
    #rec3518028701 .t585__title {
        font-size: 16px !important;
    }
    #rec3518028701 .t585__content {
        padding: 0 20px 20px 20px !important;
        font-size: 14px !important;
    }
    #rec3518028701 .t585__content table {
        font-size: 12px;
    }
    #rec3518028701 .t585__content table th,
    #rec3518028701 .t585__content table td {
        padding: 8px 10px;
    }
}

.manuscript-text {
    font-family: 'Georgia', serif;
    font-style: italic;
    color: #4A3525;
    letter-spacing: 0.03em;
    line-height: 1.9;
    quotes: "«" "»" "„" "“";
}

.glass-quote1 {
  background: rgba(226, 140, 140, 0.08);
  
  /* ===== РАМКА ЦВЕТОМ #E28C8C В RGBA ===== */
  border: 1px solid rgba(226, 140, 140, 1);
  
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 
    inset 0 1px 0 rgba(226, 140, 140, 0.15),
    0 8px 32px rgba(226, 140, 140, 0.1);
  border-radius: 16px;
  padding: 32px 36px;
  margin: 30px 0;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.6;
  color: #EFE4CD;
  transition: all 0.4s ease;
  position: relative;
}

.glass-quote1:hover {
  border-color: rgba(226, 140, 140, 1);
  box-shadow: 
    inset 0 1px 0 rgba(226, 140, 140, 0.25),
    0 8px 40px rgba(226, 140, 140, 0.2);
  transform: translateY(-2px);
}

.glass-quote2 {
  /* ===== ГРАДИЕНТНЫЙ ФОН В БОРДОВО-РОЗОВЫХ ТОНАХ ===== */
  background: linear-gradient(135deg, rgba(226, 140, 140, 0.2), rgba(62, 31, 35, 0.35));
  
  /* ===== ГРАДИЕНТНАЯ РАМКА ===== */
  border: 1px solid transparent;
  background-clip: padding-box;
  position: relative;
  
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 32px 36px;
  margin: 30px 0;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.6;
  color: #EFE4CD;
  transition: all 0.4s ease;
}

/* ===== ГРАДИЕНТНАЯ РАМКА ===== */
.glass-quote2::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(135deg, #e28c8c, #3e1f23);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.glass-quote2:hover {
  transform: translateY(-2px);
  /* ===== ПРИ НАВЕДЕНИИ ФОН СТАНОВИТСЯ НАСЫЩЕННЕЕ ===== */
  background: linear-gradient(135deg, rgba(226, 140, 140, 0.35), rgba(62, 31, 35, 0.5));
}

.glass-quote2:hover::before {
  background: linear-gradient(135deg, #e28c8c, #3e1f23);
  opacity: 1;
}

/* ========================================
   СТИЛЬ ДЛЯ АККОРДЕОНА TX16N (ЭФФЕКТ СТЕКЛА)
   ======================================== */

/* Весь аккордеон — стеклянная карточка */
#rec3625928201 .t585__accordion {
    background: linear-gradient(135deg, rgba(226, 140, 140, 0.12), rgba(62, 31, 35, 0.3)) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(226, 140, 140, 0.35);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(226, 140, 140, 0.08);
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* При наведении — подсветка золотом */
#rec3625928201 .t585__accordion:hover {
    border-color: rgba(226, 140, 140, 0.7);
    box-shadow: 0 30px 80px rgba(226, 140, 140, 0.15);
}

/* Заголовок аккордеона */
#rec3625928201 .t585__header {
    padding: 20px 28px !important;
    cursor: pointer;
    user-select: none;
}

/* Текст заголовка */
#rec3625928201 .t585__title {
    font-family: 'Playfair Display', sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #36060F !important;
    letter-spacing: 0.5px;
}

/* Иконка-стрелка */
#rec3625928201 .t585__icon {
    color: #C8A96E !important;
    font-size: 24px !important;
    transition: transform 0.4s ease !important;
}

/* Поворот стрелки при открытии */
#rec3625928201 .t585__accordion.t-active .t585__icon {
    transform: rotate(180deg) !important;
}

/* Содержимое аккордеона */
#rec3625928201 .t585__content {
    padding: 0 28px 28px 28px !important;
    font-family: 'Playfair Display', sans-serif !important;
    font-size: 16px !important;
    color: #010101 !important;
    line-height: 1.7 !important;
}

/* ========================================
   СТИЛИ ДЛЯ ТАБЛИЦ ВНУТРИ АККОРДЕОНА
   ======================================== */

#rec3625928201 .t585__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 14px;
}

#rec3625928201 .t585__content table th,
#rec3625928201 .t585__content table td {
    padding: 12px 16px;
    border: 1px solid rgba(226, 140, 140, 0.3);
    text-align: left;
}

#rec3625928201 .t585__content table th {
    background: rgba(226, 140, 140, 0.15);
    color: #010101;
    font-weight: 600;
}

#rec3625928201 .t585__content table td {
    color: #C7B8A9;
}

/* ========================================
   БОНУСЫ (СПИСОК)
   ======================================== */

#rec3625928201 .bonus-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
}

#rec3625928201 .bonus-list li {
    padding: 6px 0 6px 28px;
    position: relative;
    color: #D0D9E6;
}

#rec3625928201 .bonus-list li::before {
    content: "+";
    position: absolute;
    left: 0;
    color: #C8A96E;
    font-weight: 700;
}

/* ========================================
   АДАПТАЦИЯ ДЛЯ МОБИЛЬНЫХ
   ======================================== */

@media screen and (max-width: 768px) {
    #rec3625928201 .t585__header {
        padding: 16px 20px !important;
    }
    #rec3625928201 .t585__title {
        font-size: 16px !important;
    }
    #rec3625928201 .t585__content {
        padding: 0 20px 20px 20px !important;
        font-size: 14px !important;
    }
    #rec3625928201 .t585__content table {
        font-size: 12px;
    }
    #rec3625928201 .t585__content table th,
    #rec3625928201 .t585__content table td {
        padding: 8px 10px;
    }
}
