/* =========================================================
   ESTUDA PLUS - ÁREA DO CLIENTE
   Arquivo: /cliente/assets/css/cliente.css
   ========================================================= */

.ep-cliente-body {
    margin: 0;
    background: #f4f8fa;
    color: #294550;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.ep-cliente-body *,
.ep-cliente-body *::before,
.ep-cliente-body *::after {
    box-sizing: border-box;
}

.ep-cliente-container {
    width: calc(100% - 32px);
    max-width: 1040px;
    margin: 0 auto;
}

.ep-cliente-topbar {
    background: #0d7590;
}

.ep-cliente-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 66px;
}

.ep-cliente-brand img {
    display: block;
    width: auto;
    max-width: 132px;
    max-height: 38px;
}

.ep-cliente-logout {
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 9px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.ep-cliente-logout:hover,
.ep-cliente-logout:focus {
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
    text-decoration: none;
}

.ep-cliente-main {
    min-height: 620px;
    padding: 38px 0 70px;
    background:
        radial-gradient(circle at top right, rgba(33, 158, 188, 0.10), transparent 34%),
        #f5f8fa;
}

.ep-cliente-hero {
    margin-bottom: 25px;
}

.ep-cliente-eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #219ebc;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ep-cliente-hero h1 {
    margin: 0 0 8px;
    color: #173847;
    font-size: 31px;
    font-weight: 700;
}

.ep-cliente-hero p {
    margin: 0;
    color: #6d7e87;
    font-size: 14px;
    line-height: 1.55;
}

.ep-cliente-section {
    margin-bottom: 25px;
}

.ep-cliente-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 13px;
}

.ep-cliente-section-heading span {
    display: block;
    margin-bottom: 3px;
    color: #8a989f;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ep-cliente-section-heading h2 {
    margin: 0;
    color: #294550;
    font-size: 20px;
    font-weight: 700;
}

.ep-cliente-section-heading > strong {
    color: #6e818a;
    font-size: 12px;
    font-weight: 600;
}

.ep-cliente-inscricoes {
    display: grid;
    gap: 16px;
}

.ep-cliente-inscricao-card {
    overflow: hidden;
    border: 1px solid #e0e8ec;
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(28, 55, 70, 0.06);
}

.ep-cliente-inscricao-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 22px 16px;
}

.ep-cliente-inscricao-id {
    display: block;
    margin-bottom: 4px;
    color: #8b99a1;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.ep-cliente-inscricao-main h3 {
    margin: 0 0 4px;
    color: #193b4a;
    font-size: 20px;
    font-weight: 700;
}

.ep-cliente-instituicao {
    margin: 0;
    color: #627984;
    font-size: 13px;
}

.ep-cliente-status {
    flex: 0 0 180px;
    padding: 10px 12px;
    border: 1px solid #dbe5e9;
    border-radius: 12px;
    background: #f8fbfc;
}

.ep-cliente-status span {
    display: block;
    margin-bottom: 2px;
    color: #82929a;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.ep-cliente-status strong {
    display: block;
    color: #4d6570;
    font-size: 12px;
    font-weight: 700;
}

.ep-cliente-status.is-approved {
    border-color: #c8e8d6;
    background: #eff9f3;
}

.ep-cliente-status.is-approved strong {
    color: #26724a;
}

.ep-cliente-status.is-accepted {
    border-color: #cde9f0;
    background: #eefafd;
}

.ep-cliente-status.is-accepted strong,
.ep-cliente-status.is-waiting strong,
.ep-cliente-status.is-evaluation strong {
    color: #16758c;
}

.ep-cliente-status.is-refused,
.ep-cliente-status.is-cancelled {
    border-color: #efd6d6;
    background: #fff4f4;
}

.ep-cliente-status.is-refused strong,
.ep-cliente-status.is-cancelled strong {
    color: #a44949;
}

.ep-cliente-status.is-pre {
    border-color: #eadfc8;
    background: #fff9ef;
}

.ep-cliente-status.is-pre strong {
    color: #80612e;
}

.ep-cliente-inscricao-dados {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #edf1f3;
    background: #fbfcfd;
}

.ep-cliente-inscricao-dados > div {
    min-width: 0;
    padding: 13px 16px;
    border-right: 1px solid #edf1f3;
}

.ep-cliente-inscricao-dados > div:last-child {
    border-right: 0;
}

.ep-cliente-inscricao-dados span {
    display: block;
    margin-bottom: 3px;
    color: #8b99a1;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.ep-cliente-inscricao-dados strong {
    display: block;
    color: #405965;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
}

.ep-cliente-voucher {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 16px;
    padding: 18px 20px;
    border: 1px solid #bfe3cf;
    border-radius: 14px;
    background: linear-gradient(135deg, #edf9f2, #f9fdfb);
}

.ep-cliente-voucher span {
    display: block;
    margin-bottom: 4px;
    color: #4c8062;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.ep-cliente-voucher strong {
    display: block;
    color: #216844;
    font-family: Consolas, Monaco, monospace;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.ep-cliente-voucher small {
    display: block;
    margin-top: 5px;
    color: #688278;
    font-size: 11px;
}

.ep-cliente-voucher-check {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #2a7a50;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.ep-cliente-empty {
    padding: 35px 25px;
    border: 1px solid #e0e8ec;
    border-radius: 17px;
    background: #ffffff;
    text-align: center;
}

.ep-cliente-empty strong {
    display: block;
    margin-bottom: 5px;
    color: #3c5662;
    font-size: 15px;
}

.ep-cliente-empty p {
    margin: 0;
    color: #7a8a92;
    font-size: 12px;
}

.ep-cliente-depoimento,
.ep-cliente-depoimento-enviado {
    margin-top: 24px;
    border: 1px solid #dce6eb;
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(28, 55, 70, 0.05);
}

.ep-cliente-depoimento-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 21px 22px;
    border-bottom: 1px solid #edf1f3;
}

.ep-cliente-depoimento-icon {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #eef8fb;
    color: #219ebc;
    font-size: 19px;
}

.ep-cliente-depoimento-heading span,
.ep-cliente-depoimento-enviado span {
    display: block;
    margin-bottom: 3px;
    color: #219ebc;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.ep-cliente-depoimento-heading h2 {
    margin: 0 0 4px;
    color: #294550;
    font-size: 20px;
    font-weight: 700;
}

.ep-cliente-depoimento-heading p {
    margin: 0;
    max-width: 680px;
    color: #6f8088;
    font-size: 12px;
    line-height: 1.5;
}

.ep-cliente-depoimento-form {
    padding: 21px 22px 23px;
}

.ep-cliente-field {
    margin-bottom: 17px;
}

.ep-cliente-field label {
    display: block;
    margin-bottom: 6px;
    color: #4b626d;
    font-size: 12px;
    font-weight: 700;
}

.ep-cliente-field label small {
    color: #8a989f;
    font-weight: 400;
}

.ep-cliente-field input[type="tel"],
.ep-cliente-field input[type="file"],
.ep-cliente-field textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d3dfe4;
    border-radius: 10px;
    background: #ffffff;
    color: #344f5c;
    font-size: 13px;
    box-shadow: none;
}

.ep-cliente-field input[type="tel"] {
    height: 44px;
}

.ep-cliente-field textarea {
    min-height: 120px;
    resize: vertical;
}

.ep-cliente-field input:focus,
.ep-cliente-field textarea:focus {
    border-color: #219ebc;
    outline: 0;
}

.ep-cliente-field > small {
    display: block;
    margin-top: 5px;
    color: #87969d;
    font-size: 10px;
}

.ep-cliente-counter {
    text-align: right;
}

.ep-cliente-stars {
    display: flex;
    gap: 2px;
}

.ep-cliente-star {
    padding: 0 2px;
    border: 0;
    background: transparent;
    color: #d6dde1;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.ep-cliente-star.is-active {
    color: #f3b51b;
}

.ep-cliente-star:focus {
    outline: 0;
}

.ep-cliente-check {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 5px 0 18px;
    color: #677a84;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
}

.ep-cliente-check input {
    margin-top: 2px;
}

.ep-cliente-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 12px 20px;
    border: 0;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.ep-cliente-btn.is-primary {
    background: linear-gradient(135deg, #1597b5, #1aa7c6);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(22, 151, 181, 0.20);
}

.ep-cliente-btn.is-primary:hover,
.ep-cliente-btn.is-primary:focus {
    background: linear-gradient(135deg, #1286a1, #1598b5);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(22, 151, 181, 0.26);
    transform: translateY(-1px);
}

.ep-cliente-video {
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid #edf1f3;
    color: #7a8b93;
    font-size: 11px;
    text-align: center;
}

.ep-cliente-video span {
    margin-right: 5px;
}

.ep-cliente-video a {
    color: #4d7660;
    font-weight: 700;
}

.ep-cliente-depoimento-enviado {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 22px;
}

.ep-cliente-depoimento-enviado strong {
    display: block;
    margin-bottom: 7px;
    color: #3d5864;
    font-size: 15px;
}

.ep-cliente-depoimento-enviado p {
    margin: 0;
    color: #6f8088;
    font-size: 12px;
    line-height: 1.55;
}

.ep-cliente-depoimento-nota {
    flex: 0 0 auto;
    padding: 8px 11px;
    border-radius: 10px;
    background: #fff7df;
    color: #916a08;
    font-size: 13px;
    font-weight: 700;
}

.ep-cliente-alert {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 11px;
    font-size: 12px;
    line-height: 1.45;
}

.ep-cliente-alert.is-error {
    border: 1px solid #efd4d4;
    background: #fff4f4;
    color: #9b4646;
}

.ep-cliente-alert.is-success {
    border: 1px solid #c8e8d6;
    background: #eff9f3;
    color: #26724a;
}

.ep-cliente-footer {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid #dde7eb;
    color: #87969d;
    font-size: 11px;
    text-align: center;
}

.ep-cliente-footer span {
    margin-right: 4px;
}

.ep-cliente-footer a {
    color: #55707c;
    font-weight: 700;
}

.ep-cliente-login {
    position: relative;
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 36px 18px;
    background:
        radial-gradient(circle at 18% 14%, rgba(28, 161, 194, 0.12), transparent 28%),
        radial-gradient(circle at 88% 82%, rgba(252, 183, 21, 0.09), transparent 26%),
        linear-gradient(145deg, #f7fafb 0%, #edf5f8 100%);
}

.ep-cliente-login::before,
.ep-cliente-login::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}

.ep-cliente-login::before {
    top: -120px;
    right: -90px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(33, 158, 188, 0.12);
}

.ep-cliente-login::after {
    bottom: -150px;
    left: -120px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(33, 158, 188, 0.09);
}

.ep-cliente-login-card {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 445px;
    padding: 34px 34px 30px;
    border: 1px solid rgba(209, 224, 230, 0.88);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow:
        0 24px 60px rgba(28, 55, 70, 0.10),
        0 3px 10px rgba(28, 55, 70, 0.04);
}

.ep-cliente-login-logo {
    display: block;
    margin: 0 0 27px;
    text-align: center;
}

.ep-cliente-login-logo img {
    display: inline-block;
    width: auto;
    max-width: 170px;
    max-height: 66px;
}

.ep-cliente-login-card .ep-cliente-eyebrow {
    margin-bottom: 7px;
    color: #1597b5;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.11em;
}

.ep-cliente-login-card h1 {
    margin: 0 0 9px;
    color: #173847;
    font-size: 27px;
    font-weight: 750;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.ep-cliente-login-card > p {
    margin: 0;
    max-width: 355px;
    color: #6f828c;
    font-size: 13px;
    line-height: 1.58;
}

.ep-cliente-login-form {
    margin-top: 25px;
}

.ep-cliente-login-form .ep-cliente-field {
    margin-bottom: 17px;
}

.ep-cliente-login-form .ep-cliente-field label {
    margin-bottom: 7px;
    color: #334f5d;
    font-size: 12px;
    font-weight: 700;
}

.ep-cliente-login-form .ep-cliente-field input[type="tel"] {
    display: block;
    width: 100%;
    height: 52px;
    padding: 0 15px;
    border: 1px solid #cfdde3;
    border-radius: 12px;
    background: #fbfdfe;
    color: #264653;
    font-size: 14px;
    font-weight: 500;
    line-height: 52px;
    outline: 0;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.ep-cliente-login-form .ep-cliente-field input[type="tel"]::placeholder {
    color: #a4b1b7;
    font-weight: 400;
}

.ep-cliente-login-form .ep-cliente-field input[type="tel"]:hover {
    border-color: #b8ccd5;
    background: #ffffff;
}

.ep-cliente-login-form .ep-cliente-field input[type="tel"]:focus {
    border-color: #219ebc;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(33, 158, 188, 0.10);
}

.ep-cliente-login-form .ep-cliente-btn {
    margin-top: 3px;
}

.ep-cliente-help {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 20px auto 0;
    color: #83949c;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: color 0.18s ease;
}

.ep-cliente-help:hover,
.ep-cliente-help:focus {
    color: #1597b5;
    text-decoration: none;
}

@media (max-width: 767px) {
    .ep-cliente-container {
        width: calc(100% - 24px);
    }

    .ep-cliente-main {
        padding: 27px 0 50px;
    }

    .ep-cliente-hero h1 {
        font-size: 26px;
    }

    .ep-cliente-inscricao-main {
        display: block;
        padding: 18px 17px 14px;
    }

    .ep-cliente-status {
        width: 100%;
        margin-top: 13px;
    }

    .ep-cliente-inscricao-dados {
        grid-template-columns: 1fr 1fr;
    }

    .ep-cliente-inscricao-dados > div:nth-child(2n) {
        border-right: 0;
    }

    .ep-cliente-inscricao-dados > div:nth-child(-n+2) {
        border-bottom: 1px solid #edf1f3;
    }

    .ep-cliente-voucher {
        align-items: flex-start;
        margin: 13px;
        padding: 16px;
    }

    .ep-cliente-voucher strong {
        font-size: 18px;
        overflow-wrap: anywhere;
    }

    .ep-cliente-depoimento-heading {
        align-items: flex-start;
        padding: 18px 17px;
    }

    .ep-cliente-depoimento-form {
        padding: 18px 17px 20px;
    }

    .ep-cliente-section-heading {
        align-items: flex-start;
    }

    .ep-cliente-login {
        align-items: flex-start;
        padding: 22px 14px;
    }

    .ep-cliente-login-card {
        max-width: 480px;
        padding: 29px 22px 25px;
        border-radius: 20px;
    }

    .ep-cliente-login-logo {
        margin-bottom: 23px;
    }

    .ep-cliente-login-logo img {
        max-width: 158px;
    }

    .ep-cliente-login-card h1 {
        font-size: 25px;
    }

    .ep-cliente-login-card > p {
        font-size: 12px;
    }
}

@media (max-width: 430px) {
    .ep-cliente-inscricao-dados {
        grid-template-columns: 1fr;
    }

    .ep-cliente-inscricao-dados > div {
        border-right: 0;
        border-bottom: 1px solid #edf1f3;
    }

    .ep-cliente-inscricao-dados > div:last-child {
        border-bottom: 0;
    }

    .ep-cliente-voucher-check {
        display: none;
    }

    .ep-cliente-depoimento-heading {
        gap: 11px;
    }

    .ep-cliente-depoimento-icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }
}


/* =========================================================
   ÁREA LOGADA - VERSÃO EM CARDS
   Hierarquia inspirada no fluxo legado, com implementação nova
   e sem dependência de Bootstrap.
   ========================================================= */

.ep-cliente-main {
    min-height: calc(100vh - 66px);
    padding: 34px 0 64px;
    background: #f4f7f9;
}

.ep-cliente-hero {
    margin-bottom: 22px;
    text-align: center;
}

.ep-cliente-hero h1 {
    margin: 0 0 7px;
    color: #173847;
    font-size: 30px;
    line-height: 1.2;
}

.ep-cliente-hero p {
    max-width: 680px;
    margin: 0 auto;
    color: #6d7e87;
    font-size: 14px;
    line-height: 1.55;
}

.ep-cliente-depoimento-topo {
    margin: 0 0 26px;
}

details.ep-cliente-depoimento {
    overflow: hidden;
    border: 1px solid #d8e9ee;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(28, 55, 70, 0.05);
}

.ep-cliente-depoimento-resumo {
    display: grid;
    grid-template-columns: 52px 1fr 24px;
    gap: 15px;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    list-style: none;
}

.ep-cliente-depoimento-resumo::-webkit-details-marker,
.ep-cliente-inscricao-resumo::-webkit-details-marker {
    display: none;
}

.ep-cliente-depoimento-icon {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #fff5e4;
    color: #f3a513;
    font-size: 22px;
}

.ep-cliente-depoimento-chamada > span {
    display: block;
    margin-bottom: 2px;
    color: #1597b5;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.ep-cliente-depoimento-chamada h2 {
    margin: 0 0 3px;
    color: #173847;
    font-size: 18px;
    line-height: 1.25;
}

.ep-cliente-depoimento-chamada p {
    margin: 0;
    color: #71838c;
    font-size: 12px;
}

.ep-cliente-depoimento-chamada > strong {
    display: inline-block;
    margin-top: 7px;
    color: #1597b5;
    font-size: 11px;
}

.ep-cliente-chevron {
    color: #8ba0a9;
    font-size: 22px;
    line-height: 1;
    transition: transform 0.18s ease;
}

details[open] > .ep-cliente-depoimento-resumo .ep-cliente-chevron {
    transform: rotate(180deg);
}

.ep-cliente-depoimento-conteudo {
    padding: 0 20px 20px;
    border-top: 1px solid #edf2f4;
}

.ep-cliente-depoimento-form {
    max-width: 760px;
    margin: 20px auto 0;
}

.ep-cliente-section {
    margin-bottom: 25px;
}

.ep-cliente-section-heading {
    align-items: center;
    margin-bottom: 12px;
    padding: 0 3px;
}

.ep-cliente-section-heading h2 {
    font-size: 20px;
}

.ep-cliente-inscricoes {
    display: grid;
    gap: 14px;
}

details.ep-cliente-inscricao-card {
    overflow: hidden;
    border: 1px solid #acd9ec;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 7px 22px rgba(28, 55, 70, 0.055);
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

details.ep-cliente-inscricao-card:hover {
    border-color: #ccdce3;
    box-shadow: 0 10px 28px rgba(28, 55, 70, 0.075);
}

.ep-cliente-inscricao-resumo {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.75fr);
    gap: 28px;
    padding: 21px 23px 45px;
    cursor: pointer;
    list-style: none;
}

.ep-cliente-inscricao-cabecalho {
    min-width: 0;
}

.ep-cliente-inscricao-id {
    display: block;
    margin-bottom: 5px;
    color: #98a5ab;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.ep-cliente-inscricao-cabecalho h3 {
    margin: 0 0 10px;
    color: #173847;
    font-size: 19px;
    font-weight: 750;
    line-height: 1.3;
}

.ep-cliente-aluno {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 0 12px;
    color: #647984;
    font-size: 12px;
}

.ep-cliente-aluno span {
    color: #93a1a7;
}

.ep-cliente-aluno strong {
    color: #425e6b;
}

.ep-cliente-inscricao-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ep-cliente-inscricao-meta > span {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 6px 9px;
    border: 1px solid #e4ecef;
    border-radius: 9px;
    background: #f9fbfc;
}

.ep-cliente-inscricao-meta small {
    color: #8b9ba2;
    font-size: 10px;
}

.ep-cliente-inscricao-meta strong {
    color: #425e6b;
    font-size: 11px;
}

.ep-cliente-status-bloco {
    align-self: center;
    padding-left: 24px;
    border-left: 1px solid #e6edef;
}

.ep-cliente-status-bloco > span {
    display: block;
    margin-bottom: 7px;
    color: #8b9aa1;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.ep-cliente-status {
    display: inline-flex;
    width: auto;
    min-width: 0;
    padding: 7px 10px;
    border-radius: 9px;
}

.ep-cliente-status strong {
    font-size: 12px;
}

.ep-cliente-status-bloco > p {
    max-width: 300px;
    margin: 7px 0 0;
    color: #6f8189;
    font-size: 11px;
    line-height: 1.45;
}

.ep-cliente-detalhes-link {
    position: absolute;
    right: 22px;
    bottom: 15px;
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: #1597b5;
    font-size: 11px;
    font-weight: 700;
}

.ep-cliente-detalhes-link b {
    color: #91a3aa;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.18s ease;
}

details[open] > .ep-cliente-inscricao-resumo .ep-cliente-detalhes-link b {
    transform: rotate(180deg);
}

details[open] > .ep-cliente-inscricao-resumo {
    background: #fcfefe;
}

.ep-cliente-inscricao-detalhes {
    padding: 20px 23px 23px;
    border-top: 1px solid #e8eef1;
}

.ep-cliente-detalhes-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    margin-bottom: 18px;
    border: 1px solid #e5ecef;
    border-radius: 13px;
    background: #fbfcfd;
}

.ep-cliente-detalhes-grid > div {
    min-width: 0;
    padding: 13px 14px;
    border-right: 1px solid #e5ecef;
    border-bottom: 1px solid #e5ecef;
}

.ep-cliente-detalhes-grid > div:nth-child(3n) {
    border-right: 0;
}

.ep-cliente-detalhes-grid > div:nth-last-child(-n + 3) {
    border-bottom: 0;
}

.ep-cliente-detalhes-grid span {
    display: block;
    margin-bottom: 3px;
    color: #91a0a6;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.ep-cliente-detalhes-grid strong {
    display: block;
    overflow-wrap: anywhere;
    color: #395866;
    font-size: 12px;
    line-height: 1.35;
}

.ep-cliente-voucher {
    margin-top: 18px;
}

.ep-cliente-depoimento-enviado {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 18px;
    border: 1px solid #d9e8dd;
    border-radius: 16px;
    background: #f8fcf9;
    box-shadow: none;
}

.ep-cliente-depoimento-enviado span {
    display: block;
    margin-bottom: 3px;
    color: #6e8d76;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ep-cliente-depoimento-enviado strong {
    color: #365a40;
    font-size: 13px;
}

@media (max-width: 760px) {
    .ep-cliente-main {
        padding-top: 24px;
    }

    .ep-cliente-hero {
        margin-bottom: 19px;
    }

    .ep-cliente-hero h1 {
        font-size: 26px;
    }

    .ep-cliente-hero p {
        font-size: 12px;
    }

    .ep-cliente-depoimento-resumo {
        grid-template-columns: 45px 1fr 18px;
        gap: 12px;
        padding: 15px;
    }

    .ep-cliente-depoimento-icon {
        width: 45px;
        height: 45px;
        border-radius: 13px;
        font-size: 19px;
    }

    .ep-cliente-depoimento-chamada h2 {
        font-size: 16px;
    }

    .ep-cliente-depoimento-conteudo {
        padding: 0 15px 16px;
    }

    .ep-cliente-inscricao-resumo {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px 17px 44px;
    }

    .ep-cliente-status-bloco {
        padding: 13px 0 0;
        border-top: 1px solid #e8eef1;
        border-left: 0;
    }

    .ep-cliente-status-bloco > p {
        max-width: none;
    }

    .ep-cliente-detalhes-link {
        right: 17px;
        bottom: 14px;
    }

    .ep-cliente-inscricao-detalhes {
        padding: 16px 17px 18px;
    }

    .ep-cliente-detalhes-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ep-cliente-detalhes-grid > div,
    .ep-cliente-detalhes-grid > div:nth-child(3n),
    .ep-cliente-detalhes-grid > div:nth-last-child(-n + 3) {
        border-right: 1px solid #e5ecef;
        border-bottom: 1px solid #e5ecef;
    }

    .ep-cliente-detalhes-grid > div:nth-child(2n) {
        border-right: 0;
    }

    .ep-cliente-detalhes-grid > div:nth-last-child(-n + 2) {
        border-bottom: 0;
    }
}

@media (max-width: 470px) {
    .ep-cliente-depoimento-resumo {
        grid-template-columns: 42px 1fr 16px;
    }

    .ep-cliente-depoimento-chamada p {
        display: none;
    }

    .ep-cliente-section-heading > strong {
        font-size: 10px;
    }

    .ep-cliente-detalhes-grid {
        grid-template-columns: 1fr;
    }

    .ep-cliente-detalhes-grid > div,
    .ep-cliente-detalhes-grid > div:nth-child(2n),
    .ep-cliente-detalhes-grid > div:nth-last-child(-n + 2) {
        border-right: 0;
        border-bottom: 1px solid #e5ecef;
    }

    .ep-cliente-detalhes-grid > div:last-child {
        border-bottom: 0;
    }
}


/* =========================================================
   STATUS PÚBLICOS, PAGAMENTO E DOCUMENTOS
   ========================================================= */

.ep-cliente-pagamento-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 11px;
    padding: 9px 14px;
    border-radius: 10px;
    background: #1597b5;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(21, 151, 181, 0.18);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.ep-cliente-pagamento-link:hover,
.ep-cliente-pagamento-link:focus {
    background: #1286a1;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(21, 151, 181, 0.24);
    transform: translateY(-1px);
}

.ep-cliente-documentos {
    overflow: hidden;
    margin-top: 14px;
    border: 1px solid #e1eaee;
    border-radius: 13px;
    background: #ffffff;
}

.ep-cliente-documentos > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 15px;
    cursor: pointer;
    list-style: none;
}

.ep-cliente-documentos > summary::-webkit-details-marker {
    display: none;
}

.ep-cliente-documentos > summary span {
    min-width: 0;
}

.ep-cliente-documentos > summary strong {
    display: block;
    color: #355562;
    font-size: 12px;
}

.ep-cliente-documentos > summary small {
    display: block;
    margin-top: 2px;
    color: #8a9aa1;
    font-size: 10px;
}

.ep-cliente-documentos > summary b {
    color: #91a3aa;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.18s ease;
}

.ep-cliente-documentos[open] > summary b {
    transform: rotate(180deg);
}

.ep-cliente-documentos-conteudo {
    padding: 14px 15px 15px;
    border-top: 1px solid #edf2f4;
    color: #536d78;
    font-size: 12px;
    line-height: 1.6;
}

.ep-cliente-documentos-conteudo p {
    margin: 0 0 8px;
}

.ep-cliente-documentos-conteudo p:last-child {
    margin-bottom: 0;
}

.ep-cliente-documentos-conteudo ul,
.ep-cliente-documentos-conteudo ol {
    margin: 0;
    padding-left: 20px;
}

.ep-cliente-documentos-conteudo li + li {
    margin-top: 5px;
}

@media (max-width: 760px) {
    .ep-cliente-pagamento-link {
        width: 100%;
    }
}


/* =========================================================
   DETALHES DA INSCRIÇÃO - DATAS E VALORES
   ========================================================= */

.ep-cliente-detalhes-bloco {
    margin-top: 18px;
    overflow: hidden;
    border: 1px solid #e5ecef;
    border-radius: 13px;
    background: #ffffff;
}

.ep-cliente-detalhes-bloco-titulo {
    padding: 13px 15px;
    border-bottom: 1px solid #e9eff2;
    background: #f9fbfc;
}

.ep-cliente-detalhes-bloco-titulo > span {
    display: block;
    margin-bottom: 2px;
    color: #91a0a6;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ep-cliente-detalhes-bloco-titulo > strong {
    display: block;
    color: #395866;
    font-size: 13px;
    font-weight: 700;
}

.ep-cliente-datas-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ep-cliente-datas-grid > div {
    min-width: 0;
    padding: 13px 15px;
    border-right: 1px solid #e9eff2;
}

.ep-cliente-datas-grid > div:last-child {
    border-right: 0;
}

.ep-cliente-datas-grid span,
.ep-cliente-valor-linhas span,
.ep-cliente-matricula-valor > span {
    display: block;
    margin-bottom: 3px;
    color: #91a0a6;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.ep-cliente-datas-grid strong,
.ep-cliente-valor-linhas strong {
    display: block;
    color: #395866;
    font-size: 12px;
    line-height: 1.35;
}

.ep-cliente-valores-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(250px, 0.8fr);
    gap: 0;
}

.ep-cliente-valor-grupo {
    min-width: 0;
    padding: 15px;
}

.ep-cliente-valor-grupo + .ep-cliente-valor-grupo {
    border-left: 1px solid #e9eff2;
}

.ep-cliente-valor-grupo-titulo {
    margin-bottom: 11px;
}

.ep-cliente-valor-grupo-titulo > span {
    display: block;
    margin-bottom: 2px;
    color: #1597b5;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.ep-cliente-valor-grupo-titulo > strong {
    display: block;
    color: #617984;
    font-size: 11px;
    font-weight: 600;
}

.ep-cliente-valor-linhas {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #9bcde3;
    border-radius: 11px;
}

.ep-cliente-valor-linhas > div {
    min-width: 0;
    padding: 11px 12px;
    border-right: 1px solid #e7eef1;
    background: #fbfcfd;
}

.ep-cliente-valor-linhas > div:last-child {
    border-right: 0;
}

.ep-cliente-valor-linhas > div.is-highlight {
    background: #eef8fb;
}

.ep-cliente-valor-linhas > div.is-highlight strong {
    color: #157d96;
}

.ep-cliente-valor-grupo.is-matricula {
    background: #fbfdfc;
}

.ep-cliente-matricula-valor {
    padding: 13px 14px;
    border: 1px solid #dcebe3;
    border-radius: 11px;
    background: #f4faf6;
}

.ep-cliente-matricula-valor > strong {
    display: block;
    color: #26724a;
    font-size: 20px;
    font-weight: 750;
    line-height: 1.2;
}

.ep-cliente-matricula-valor > small {
    display: block;
    margin-top: 6px;
    color: #71867a;
    font-size: 10px;
    line-height: 1.45;
}

@media (max-width: 760px) {
    .ep-cliente-datas-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ep-cliente-datas-grid > div {
        border-bottom: 1px solid #e9eff2;
    }

    .ep-cliente-datas-grid > div:nth-child(2n) {
        border-right: 0;
    }

    .ep-cliente-datas-grid > div:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .ep-cliente-valores-grid {
        grid-template-columns: 1fr;
    }

    .ep-cliente-valor-grupo + .ep-cliente-valor-grupo {
        border-top: 1px solid #e9eff2;
        border-left: 0;
    }
}

@media (max-width: 470px) {
    .ep-cliente-datas-grid,
    .ep-cliente-valor-linhas {
        grid-template-columns: 1fr;
    }

    .ep-cliente-datas-grid > div,
    .ep-cliente-datas-grid > div:nth-child(2n),
    .ep-cliente-datas-grid > div:nth-last-child(-n + 2) {
        border-right: 0;
        border-bottom: 1px solid #e9eff2;
    }

    .ep-cliente-datas-grid > div:last-child {
        border-bottom: 0;
    }

    .ep-cliente-valor-linhas > div {
        border-right: 0;
        border-bottom: 1px solid #e7eef1;
    }

    .ep-cliente-valor-linhas > div:last-child {
        border-bottom: 0;
    }
}
