.kerlux-dashboard {
    max-width: 1180px;
    margin: 60px auto 35px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.kerlux-dashboard-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 22px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    box-shadow: 0 5px 18px rgba(0,0,0,.04);
}

.kerlux-dashboard-card-active {
    border-color: #211734;
}

.kerlux-dashboard-card-disabled {
    opacity: .65;
}

.kerlux-dashboard-icon {
    font-size: 26px;
    line-height: 1;
}

.kerlux-dashboard h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.kerlux-dashboard h3 span {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 12px;
    background: #f0f0f0;
    color: #666;
    vertical-align: middle;
}

.kerlux-dashboard p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

@media (max-width: 1024px) {
    .kerlux-dashboard {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .kerlux-dashboard {
        grid-template-columns: 1fr;
    }
}

.kerlux-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.kerlux-card-link:hover {
    color: inherit;
    text-decoration: none;
}

.kerlux-card-link .kerlux-dashboard-card {
    height: 100%;
}

.kerlux-coming-soon {
    max-width: 680px;
    margin: 70px auto;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,.06);
    text-align: center;
}

.kerlux-coming-soon h2 {
    margin-bottom: 12px;
}

.kerlux-coming-soon p {
    margin-bottom: 22px;
    color: #666;
}

.kerlux-coming-soon a {
    display: inline-block;
    padding: 12px 22px;
    background: #5d7f9d;
    color: #fff;
    text-decoration: none;
}

.kerlux-dashboard-welcome {
    max-width: 1180px;
    margin: 70px auto 25px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-end;
}

.kerlux-dashboard-welcome h2 {
    margin: 0 0 6px;
    font-size: 30px;
}

.kerlux-dashboard-welcome p {
    margin: 0;
    color: #666;
}

.kerlux-dashboard-access {
    text-align: right;
    font-size: 14px;
    color: #555;
}

.kerlux-dashboard-access span {
    color: #777;
}

@media (max-width: 768px) {
    .kerlux-dashboard-welcome {
        flex-direction: column;
        align-items: flex-start;
    }

    .kerlux-dashboard-access {
        text-align: left;
    }
}

.kerlux-downloads {
    max-width: 1180px;
    margin: 70px auto;
    padding: 0 20px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.kerlux-download-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,.04);
}

.kerlux-download-card h3 {
    margin: 0 0 12px;
}

.kerlux-download-card p {
    margin-bottom: 18px;
    color: #666;
}

.kerlux-download-card a {
    display: inline-block;
    padding: 10px 18px;
    background: #5d7f9d;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

@media (max-width: 1024px) {
    .kerlux-downloads {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 640px) {
    .kerlux-downloads {
        grid-template-columns: 1fr;
    }
}

.kerlux-announcements {
    max-width: 1180px;
    margin: 35px auto 25px;
    padding: 25px 30px;
    background: #fff;
    border-left: 4px solid #5d7f9d;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,.04);
}

.kerlux-announcements h3 {
    margin: 0 0 12px;
}

.kerlux-announcements ul {
    margin: 0;
    padding-left: 20px;
}

.kerlux-announcements li {
    margin-bottom: 6px;
}

/* =========================
   PERFIL CLIENTE
========================= */

.kerlux-profile-wrapper {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.kerlux-profile-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
}

.kerlux-profile-header h1 {
    margin: 0 0 10px;
    font-size: 48px;
    font-weight: 300;
}

.kerlux-profile-header p {
    margin: 0;
    color: #666;
}

.kerlux-profile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 30px;
}

.kerlux-profile-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,.04);
}

.kerlux-profile-card h3 {
    margin: 0 0 20px;
    font-size: 22px;
}

.kerlux-profile-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.kerlux-profile-row:last-child {
    border-bottom: none;
}

.kerlux-profile-row span {
    color: #666;
}

.kerlux-profile-row strong {
    color: #2f3554;
}

.kerlux-profile-note {
    background: #f7f7f7;
    border-left: 4px solid #5d7f9d;
    padding: 18px 22px;
    border-radius: 6px;
    margin-bottom: 25px;
}

.kerlux-profile-logout,
.kerlux-profile-back {
    display: inline-block;
    padding: 12px 20px;
    background: #5d7f9d;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    transition: .2s;
}

.kerlux-profile-logout:hover,
.kerlux-profile-back:hover {
    opacity: .9;
}

@media (max-width: 768px) {

    .kerlux-profile-header {
        flex-direction: column;
    }

    .kerlux-profile-grid {
        grid-template-columns: 1fr;
    }

    .kerlux-profile-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

}

.page-id-8197 .l-section.height_large .l-section-h {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
}

.kerlux-profile-password {
    margin-top: 25px;
}

.kerlux-profile-password form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.kerlux-profile-password input {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.kerlux-profile-password button {
    width: fit-content;
    padding: 12px 20px;
    background: #5d7f9d;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.kerlux-profile-success {
    margin-bottom: 15px;
    padding: 12px;
    background: #e8f6ea;
    color: #1d6b2a;
    border-radius: 5px;
}

.kerlux-access-status {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background: #63a64f;
    vertical-align: middle;
}