.cliente-layout-page .mp-alt-header {
    position: sticky;
    top: 0;
    z-index: 30;
}

.cliente-layout-hero {
    min-height: calc(100vh - 100px);
    padding: 0.75rem 0 3rem;
}

.cliente-layout-shell {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 1rem;
}

.cliente-layout-banner {
    padding: 1rem 0 0;
}

.cliente-layout-copy {
    max-width: none;
    text-align: center;
}

.cliente-layout-copy h1 {
    margin: 0;
    color: #fff;
}

.cliente-layout-card {
    position: relative;
    z-index: 2;
    padding: 1.75rem;
    margin: 0 3rem;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 28px 60px rgba(32, 58, 92, 0.18);
}

.cliente-module {
    display: grid;
    gap: 1.5rem;
    color: #1d2433;
}

.cliente-main-card {
    display: grid;
    gap: 1.35rem;
    padding: 1.6rem;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(227, 235, 244, 0.95);
    box-shadow: 0 24px 48px rgba(32, 58, 92, 0.14);
}

.cliente-module-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem 1.5rem;
}

.cliente-module-head h2,
.cliente-card-head h2,
.cliente-ticket-card h3,
.cliente-empty-state h3,
.cliente-side-title {
    font-family: "Merriweather", "Georgia", serif;
}

.cliente-module-head h2,
.cliente-side-title {
    margin: 0.9rem 0 0;
    font-size: clamp(1.8rem, 2.6vw, 2.4rem);
    line-height: 1.15;
    color: #1d2433;
}

.cliente-inline-note,
.cliente-card-head p,
.cliente-empty-state p,
.cliente-ticket-card p,
.cliente-ticket-item small,
.cliente-stat-card small,
.cliente-period-badge,
.cliente-stat-label,
.cliente-ticket-company,
.cliente-ticket-item span,
.cliente-steps-list {
    font-family: "Roboto", "Arial", sans-serif;
}

.cliente-inline-note {
    margin: 0;
    max-width: 480px;
    line-height: 1.7;
    color: #69788f;
}

.cliente-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(11, 94, 168, 0.09);
    color: #0c5fa9;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cliente-module-grid {
    display: grid;
    gap: 1.25rem;
}

.cliente-module-grid-auth {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
}

.cliente-module-grid-area {
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
    align-items: start;
}

.cliente-section-card,
.cliente-stat-card,
.cliente-ticket-card {
    border-radius: 28px;
    border: 1px solid #e3ebf4;
    background: #fff;
    box-shadow: 0 18px 40px rgba(32, 58, 92, 0.08);
}

.cliente-section-card {
    padding: 1.6rem;
}

.cliente-section-card-soft {
    background: linear-gradient(160deg, rgba(11, 94, 168, 0.06), rgba(19, 129, 195, 0.12));
}

.cliente-card-head h2 {
    margin-top: 1rem;
    font-size: 1.9rem;
    line-height: 1.2;
    color: #1d2433;
}

.cliente-card-head p {
    margin-top: 0.7rem;
    color: #69788f;
    line-height: 1.7;
}

.cliente-card-head-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.cliente-steps-list {
    display: grid;
    gap: 0.9rem;
    margin: 1.15rem 0 0;
    padding-left: 1.2rem;
    color: #4f5f78;
    line-height: 1.7;
}

.cliente-form,
.cliente-filter-grid {
    display: grid;
    gap: 18px;
    margin-top: 1.4rem;
}

.cliente-form-tight {
    margin-top: 0;
}

.cliente-filter-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cliente-filter-grid-simple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cliente-field {
    display: grid;
    gap: 0.55rem;
}

.cliente-radio-group {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.cliente-radio-option {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    min-height: 56px;
    padding: 0.9rem 1rem;
    border: 1px solid #d8e0ea;
    border-radius: 18px;
    background: #fdfefe;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 0.98rem;
    color: #20304b;
    cursor: pointer;
}

.cliente-radio-input {
    accent-color: #0b5ea8;
}

.cliente-contact-card {
    display: grid;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: #f4f8fb;
    border: 1px solid #dbe6f0;
}

.cliente-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.cliente-contact-row {
    display: grid;
    gap: 0.25rem;
}

.cliente-contact-label {
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #70829b;
}

.cliente-contact-row strong {
    font-family: "Roboto", "Arial", sans-serif;
    color: #20304b;
    word-break: break-word;
}

.cliente-label {
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4f5f78;
}

.cliente-input {
    height: 56px;
    border: 1px solid #d8e0ea;
    border-radius: 18px;
    padding: 0.9rem 1rem;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 0.98rem;
    color: #20304b;
    background: #fdfefe;
    box-shadow: none;
}

.cliente-input:focus {
    border-color: #0b5ea8;
    box-shadow: 0 0 0 4px rgba(11, 94, 168, 0.12);
}

.cliente-validation-summary {
    margin: 0;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: #fff7f7;
    font-family: "Roboto", "Arial", sans-serif;
    color: #a63a3a;
}

.cliente-validation-summary:empty {
    display: none;
}

.cliente-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.95rem 1.4rem;
    border: 0;
    border-radius: 18px;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 0.94rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.cliente-btn:hover:not(:disabled) {
    transform: translateY(-1px);
}

.cliente-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.cliente-btn-primary {
    background: linear-gradient(135deg, #0b5ea8, #1381c3);
    color: #fff;
    box-shadow: 0 16px 30px rgba(19, 129, 195, 0.26);
}

.cliente-btn-ghost {
    background: rgba(11, 94, 168, 0.08);
    color: #0b5ea8;
}

.cliente-btn-danger {
    background: rgba(177, 54, 75, 0.12);
    color: #9b2740;
}

.cliente-actions-row,
.cliente-ticket-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 1.4rem;
}

.cliente-actions-row-top {
    margin-top: 0;
}

.cliente-ticket-actions-end {
    justify-content: flex-end;
}

.cliente-alert {
    padding: 1rem 1.15rem;
    border-radius: 18px;
    font-family: "Roboto", "Arial", sans-serif;
    line-height: 1.6;
}

.cliente-alert a {
    color: inherit;
    text-decoration: underline;
}

.cliente-alert-success {
    background: #eefaf2;
    color: #216740;
}

.cliente-alert-danger {
    background: #fff4f3;
    color: #9c3e38;
}

.cliente-alert-warning {
    background: #fff8ea;
    color: #8b6720;
}

.cliente-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.cliente-stat-card {
    padding: 1.35rem 1.4rem;
}

.cliente-stat-card strong {
    display: block;
    margin-top: 0.8rem;
    font-family: "Merriweather", "Georgia", serif;
    font-size: 1.8rem;
    color: #1d2433;
}

.cliente-stat-label {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #71819a;
}

.cliente-stat-card small {
    display: block;
    margin-top: 0.45rem;
    color: #7d8ba0;
}

.cliente-period-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: #eef5fb;
    color: #50647f;
    font-size: 0.9rem;
    font-weight: 600;
}

.cliente-results-panel {
    display: grid;
    gap: 1rem;
}

.cliente-ticket-list {
    display: grid;
    gap: 16px;
}

.cliente-ticket-card {
    padding: 1.5rem;
}

.cliente-ticket-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}

.cliente-ticket-company {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0b5ea8;
}

.cliente-ticket-card h3 {
    margin-top: 0.45rem;
    font-size: 1.35rem;
    color: #1e2a3f;
}

.cliente-ticket-card p {
    margin-top: 0.35rem;
    color: #71819a;
}

.cliente-ticket-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 1.35rem;
    padding-top: 1.25rem;
    border-top: 1px solid #ebf0f5;
}

.cliente-ticket-item {
    display: grid;
    gap: 0.2rem;
}

.cliente-ticket-item span {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7a8aa1;
}

.cliente-ticket-item strong {
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 1rem;
    color: #22324e;
}

.cliente-ticket-item small {
    color: #7f8ea3;
}

.cliente-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
}

.cliente-status-success {
    background: #eef8f1;
    color: #287147;
}

.cliente-status-warning {
    background: #fff4db;
    color: #9d6f12;
}

.cliente-empty-state {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 0.7rem;
    padding: 3.2rem 1rem 2.6rem;
}

.cliente-empty-state h3 {
    font-size: 1.5rem;
    color: #22324e;
}

.cliente-empty-state p {
    max-width: 440px;
    line-height: 1.7;
    color: #71819a;
}

.cliente-spinner {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 4px solid rgba(11, 94, 168, 0.12);
    border-top-color: #0b5ea8;
    animation: cliente-spin 0.9s linear infinite;
}

@keyframes cliente-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991.98px) {
    .cliente-module-grid-auth,
    .cliente-module-grid-area,
    .cliente-stats,
    .cliente-filter-grid,
    .cliente-ticket-grid,
    .cliente-contact-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cliente-card-head-inline,
    .cliente-ticket-top,
    .cliente-module-head {
        align-items: start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .cliente-layout-hero {
        min-height: auto;
        padding: 0.55rem 0 2rem;
    }

    .cliente-layout-banner {
        padding-top: 0.2rem;
    }

    .cliente-layout-card {
        padding: 1.2rem;
        margin: 0;
        border-radius: 24px;
    }

    .cliente-main-card {
        padding: 1.1rem;
        border-radius: 24px;
    }

    .cliente-layout-shell,
    .cliente-module {
        gap: 1rem;
    }

    .cliente-section-card,
    .cliente-stat-card,
    .cliente-ticket-card {
        padding: 1.2rem;
        border-radius: 22px;
    }

    .cliente-module-grid-auth,
    .cliente-module-grid-area,
    .cliente-stats,
    .cliente-filter-grid,
    .cliente-ticket-grid,
    .cliente-contact-grid {
        grid-template-columns: 1fr;
    }

    .cliente-actions-row-stack-mobile {
        flex-direction: column;
        align-items: stretch;
    }

    .cliente-module-head h2,
    .cliente-card-head h2 {
        font-size: 1.55rem;
    }

    .cliente-inline-note {
        max-width: none;
    }
}
