.actividades-public-page {
    background: #f8fafc;
    min-height: 100vh;
}

.actividades-public-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 32px 0 48px;
}

.actividades-hero {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 28px;
    align-items: center;
    border-radius: 28px;
    padding: 28px;
    background: linear-gradient(135deg, #fff7ed 0%, #ffffff 52%, #eef6ff 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
    overflow: hidden;
}

.actividades-hero__logo {
    background: #ffffff;
    border-radius: 24px;
    padding: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.actividades-hero__logo img {
    width: 100%;
    display: block;
    border-radius: 18px;
}

.actividades-kicker {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.12);
    color: #f97316;
    padding: 7px 14px;
    font-weight: 800;
    margin-bottom: 12px;
}

.actividades-hero h1 {
    margin: 0;
    font-size: clamp(32px, 5vw, 58px);
    line-height: 1;
    color: #0f172a;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.actividades-hero p {
    color: #475569;
    font-size: 18px;
    margin: 16px 0 0;
    max-width: 680px;
}

.actividades-section {
    margin-top: 30px;
}

.actividades-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.actividades-section__header h2 {
    margin: 0;
    color: #0f172a;
    font-weight: 900;
    font-size: 28px;
}

.actividades-section__header p {
    margin: 6px 0 0;
    color: #64748b;
}

.actividades-grid {
    margin-left: -12px;
    margin-right: -12px;
}

.actividad-salon-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    color: #0f172a !important;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.actividad-salon-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
    border-color: rgba(249, 115, 22, 0.40);
}

.actividad-salon-card__image {
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fff7ed, #e0f2fe);
    padding: 26px;
}

.actividad-salon-card__image img {
    max-width: 100%;
    max-height: 110px;
    object-fit: contain;
    border-radius: 16px;
}

.actividad-salon-card__body {
    padding: 22px;
    text-align: center;
}

.actividad-salon-card__body h3 {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 900;
    color: #0f172a;
}

.actividad-salon-card__body span,
.actividades-register-btn,
.btn-primario {
    background: linear-gradient(135deg, #f97316, #fb923c) !important;
    color: #ffffff !important;
    border: none !important;
}

.actividad-salon-card__body span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 800;
    box-shadow: 0 12px 26px rgba(249, 115, 22, 0.26);
}

.actividades-modal .modal-content,
.actividades-modal {
    border-radius: 24px;
    overflow: hidden;
    border: 0;
}

.actividades-modal .modal-header,
#modalActividadesSalon .modal-header {
    background: linear-gradient(135deg, #f97316, #fb923c) !important;
    color: #ffffff !important;
    border: 0;
}

#modalActividadesSalon .close {
    color: #ffffff;
    opacity: 1;
}

.actividades-table-title h4 {
    color: #0f172a;
    font-weight: 900;
    font-size: 18px;
    background: #fff7ed;
    border: 1px solid rgba(249, 115, 22, 0.18);
    border-radius: 16px;
    padding: 12px 16px;
    margin: 0;
}

.actividades-table thead th {
    background: #0f172a !important;
    color: #ffffff !important;
    border-color: #0f172a !important;
}

.actividades-table td,
.actividades-table th {
    vertical-align: middle !important;
}

.actividades-discount {
    background: #fff7ed;
    color: #9a3412;
    border: 1px solid rgba(249, 115, 22, 0.20);
    border-radius: 16px;
    padding: 14px;
}

.actividades-register-btn {
    border-radius: 999px !important;
    padding: 12px 24px !important;
    font-weight: 900 !important;
    box-shadow: 0 12px 26px rgba(249, 115, 22, 0.26);
}

.actividades-loading,
.actividades-empty {
    color: #64748b;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 28px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

@media (max-width: 767px) {
    .actividades-public-shell {
        width: min(100% - 20px, 1180px);
        padding: 18px 0 32px;
    }

    .actividades-hero {
        grid-template-columns: 1fr;
        padding: 20px;
        border-radius: 22px;
    }

    .actividades-hero__logo {
        max-width: 220px;
        margin: 0 auto;
    }

    .actividades-hero p {
        font-size: 16px;
    }
}
