/* ===== BEAUFEL — ФИНАЛЬНЫЙ СТАБИЛЬНЫЙ КОД ===== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Manrope:wght@300;400;500;600&display=swap');

body {
    background-color: #FDFBF7 !important;
    font-family: 'Manrope', sans-serif;
}

h1, h2, h3, h4, .t-headline, .t-title, .t-descr_xl, .t-name_md {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 600;
    color: #1A1A1A;
}

.t-submit, .t-btn, .t-btn_sm {
    background-color: #7A8B75 !important;
    color: #FFFFFF !important;
    border-radius: 30px !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    border: none !important;
    transition: all 0.3s ease;
}

.t-submit:hover, .t-btn:hover, .t-btn_sm:hover {
    background-color: #5F6E5B !important;
}

.t-menu__link:hover {
    color: #7A8B75 !important;
}

.t-store__card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
    will-change: transform;
}

.t-store__card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    border-color: #7A8B75 !important;
}

.t-store__card-price {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #2C2C2C !important;
}

/* ===== СТИЛЬ ДЛЯ ОТМЕТКИ (БЕЙДЖА) — ЦВЕТ ИЗ ЛОГОТИПА ===== */
.t-store__card__mark {
    background: linear-gradient(135deg, #7A8B75, #5F6E5B) !important;
    background-color: transparent !important;
    color: #FFFFFF !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 6px 14px !important;
    border-radius: 30px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(2px) !important;
}

/* ===== ЗАТЕМНЕНИЕ ОБЛОЖКИ ===== */
#rec1914635391 .t-slds__wrapper.t-bgimg {
    position: relative;
}

#rec1914635391 .t-slds__wrapper.t-bgimg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(122, 139, 117, 0.2), rgba(0, 0, 0, 0.1));
    z-index: 1;
    pointer-events: none;
}

#rec1914635391 .t675__textwrapper {
    position: relative;
    z-index: 2;
}

/* Блок uc-authorblock: фото слева, текст справа, композиция центрирована */
.uc-authorblock .t524__container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.uc-authorblock .t524__itemwrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 60px !important;
}

.uc-authorblock .t524__imgwrapper {
    flex: 0 0 280px !important;
    width: 280px !important;
    margin: 0 !important;
}

.uc-authorblock .t524__imgwrapper .t524__bgimg {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 24px !important;
}

.uc-authorblock .t524__wrappercenter {
    flex: 1 !important;
    text-align: left !important;
    padding: 0 !important;
    min-width: 320px !important;
    max-width: 500px !important;
}

.uc-authorblock .t524__persname {
    text-align: left !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 34px !important;
    font-weight: 600 !important;
    color: #1A1A1A !important;
    margin-bottom: 12px !important;
}

.uc-authorblock .t524__persdescr {
    text-align: left !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 16px !important;
    color: #7A8B75 !important;
    font-weight: 500 !important;
    margin-bottom: 24px !important;
}

.uc-authorblock .t524__perstext {
    text-align: left !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: #2C2C2C !important;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
    .uc-authorblock .t524__itemwrapper {
        flex-direction: column !important;
        gap: 24px !important;
    }
    .uc-authorblock .t524__imgwrapper {
        flex: none !important;
        width: 200px !important;
    }
    .uc-authorblock .t524__wrappercenter {
        max-width: 100% !important;
        text-align: center !important;
    }
    .uc-authorblock .t524__persname,
    .uc-authorblock .t524__persdescr,
    .uc-authorblock .t524__perstext {
        text-align: center !important;
    }
}