/* ============================================
   EXHIBITOR DETAIL PAGE (ДЕТАЛЬНАЯ СТРАНИЦА УЧАСТНИКА)
   ============================================ */

/* Общий контейнер */
.radel-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Заголовки */
.radel-container .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    color: #1BBF84;
    margin-bottom: 20px;
    text-align: center;
}

.radel-h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #ffffff;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(27, 191, 132, 0.3);
}

/* Логотип компании */
.radel-logo {
    text-align: center;
    margin-bottom: 20px;
}

.radel-logo img {
    max-width: 100%;
    max-height: 150px;
    width: auto;
    border-radius: 12px;
    background: #ffffff;
    padding: 10px;
}

/* Описание компании */
.radel-about {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 15px;
}

/* Фотографии продуктов */
.radel-photo {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.radel-pic-wrap {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.radel-pic-wrap:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.radel-photo .col-sm-6 {
    margin-bottom: 25px;
}

.radel-photo p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 12px;
    text-align: center;
}

.radel-photo p b {
    color: #1BBF84;
    display: block;
    margin-bottom: 8px;
}

/* Видео */
.radel-video {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.radel-video .col-md-4 {
    margin-bottom: 25px;
}

.radel-video img {
    width: 100%;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.radel-video img:hover {
    transform: scale(1.02);
}

.radel-video p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 12px;
    text-align: center;
}

/* Программа семинаров */
.radel-program {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.radel-program:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(5px);
}

.radel-time {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 12px;
}

.radel-time b {
    color: #1BBF84;
}

.radel-detail {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 10px;
}

/* Новинки */
.radel-new {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.radel-new .col-sm-4 {
    margin-bottom: 25px;
}

.radel-new-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    color: #1BBF84;
    text-align: center;
    margin-top: 12px;
}

/* Спецпредложения */
.radel-spec {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(27, 191, 132, 0.08);
    padding: 15px 20px;
    border-radius: 12px;
    border-left: 3px solid #1BBF84;
}

/* Итоги выставки */
.radel-itogi {
    margin: 20px 0;
}

.radel-itogi .col-sm-4 {
    margin-bottom: 20px;
}

.radel-itogi img {
    width: 100%;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.radel-itogi img:hover {
    transform: scale(1.02);
}

/* Ссылка "НАЗАД К СПИСКУ" */
.radel-container hr {
    margin: 40px 0 20px;
    border: none;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
}

.radel-container p {
    text-align: center;
}

.radel-container p a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1BBF84;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 10px 20px;
    border-radius: 8px;
    background: rgba(27, 191, 132, 0.1);
}

.radel-container p a:hover {
    gap: 12px;
    background: rgba(27, 191, 132, 0.2);
    transform: translateX(-3px);
}

/* Адаптив */
@media (max-width: 992px) {
    .radel-container {
        padding: 30px 15px;
    }
    
    .radel-container .title {
        font-size: 28px;
    }
    
    .radel-h3 {
        font-size: 22px;
    }
    
    .radel-logo {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .radel-container {
        padding: 20px 15px;
    }
    
    .radel-container .title {
        font-size: 24px;
    }
    
    .radel-h3 {
        font-size: 20px;
        margin: 30px 0 15px;
    }
    
    .radel-about {
        font-size: 14px;
    }
    
    .radel-pic-wrap {
        height: 180px;
    }
    
    .radel-program {
        padding: 15px;
    }
    
    .radel-spec {
        font-size: 14px;
        padding: 12px 15px;
    }
    
    .radel-container p a {
        font-size: 14px;
        padding: 8px 16px;
    }
}

@media (max-width: 576px) {
    .radel-container {
        padding: 15px;
    }
    
    .radel-container .title {
        font-size: 20px;
    }
    
    .radel-h3 {
        font-size: 18px;
    }
    
    .radel-logo img {
        max-height: 100px;
    }
    
    .radel-pic-wrap {
        height: 150px;
    }
    
    .radel-new-name {
        font-size: 13px;
    }
    
    .radel-time,
    .radel-detail,
    .radel-spec {
        font-size: 13px;
    }
}