.profile-main {
    background: linear-gradient(180deg, #f5f8fb 0%, #ffffff 26%);
}

.profile-hero {
    padding: 20px 0 8px 0;
}

.profile-hero-box {
    background: linear-gradient(135deg, #e9f4fb 0%, #d9ebf7 100%);
    border: 1px solid #cfe2f0;
    border-radius: 12px;
    color: #0f4668;
    text-align: center;
    padding: 18px 16px;
    box-shadow: 0 4px 10px rgba(10, 68, 114, 0.08);
}

.profile-hero-title {
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.6px;
    font-size: 1.55rem;
    color: #0a4472;
}

.profile-wrap {
    padding: 14px 0 30px 0;
}

.profile-card-modern {
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e6edf4;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(10, 68, 114, 0.11);
    overflow: hidden;
}

.profile-top {
    background: linear-gradient(180deg, #0a4472 0%, #155a89 100%);
    padding: 26px 18px 16px 18px;
    text-align: center;
}

.profile-avatar {
    width: 118px;
    height: 118px;
    border-radius: 999px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    background: #fff;
}

.profile-name-modern {
    margin: 14px 0 8px 0;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
}

.profile-bloque-badge {
    display: inline-block;
    margin-bottom: 2px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #08395d;
    background: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
}

.profile-content {
    padding: 18px 18px 16px 18px;
}

.profile-presentacion {
    color: #22313f;
    line-height: 1.65;
    font-size: 1rem;
    margin-bottom: 14px;
}

.profile-presentacion p,
.profile-presentacion ul,
.profile-presentacion ol,
.profile-presentacion h2,
.profile-presentacion h3,
.profile-presentacion h4 {
    margin-bottom: 1rem;
}

.profile-data {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e9eef4;
}

.profile-data li {
    padding: 10px 6px;
    border-bottom: 1px solid #eef3f7;
    color: #274155;
    font-size: 0.95rem;
}

.profile-data i {
    color: #0a4472;
    margin-right: 8px;
}

.profile-data a {
    color: #155a89;
    text-decoration: none;
}

.profile-data a:hover {
    text-decoration: underline;
}

.profile-back-wrap {
    margin-top: 16px;
    text-align: center;
}

.profile-back-btn {
    border-radius: 10px;
    padding: 8px 18px;
    font-weight: 700;
}

.profile-empty {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    color: #4f5f6f;
    background: #fff;
    border: 1px solid #e6edf4;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(10, 68, 114, 0.08);
    padding: 28px 16px;
}

@media (max-width: 767px) {
    .profile-hero-title {
        font-size: 1.3rem;
    }

    .profile-content {
        padding: 14px 12px 12px 12px;
    }

    .profile-avatar {
        width: 102px;
        height: 102px;
    }

    .profile-name-modern {
        font-size: 1.2rem;
    }
}
