/* =========================================================
   PSS ATUAL - 17ª CHAMADA E INSCRIÇÃO
========================================================= */

/* Destaque da página inicial */
.pss-home-section {
    padding: clamp(4.5rem, 8vw, 7rem) 0;
    background:
        radial-gradient(circle at 10% 10%, rgba(15, 157, 139, 0.1), transparent 26%),
        radial-gradient(circle at 90% 18%, rgba(36, 119, 208, 0.1), transparent 24%),
        #fff;
}

.pss-home-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
    overflow: hidden;
    border: 1px solid var(--semed-border);
    background: #fff;
    box-shadow: var(--semed-shadow-md);
}

.pss-home-content {
    position: relative;
    padding: clamp(1.6rem, 3.5vw, 3rem);
}

.pss-home-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--semed-blue-700), var(--semed-teal-600), var(--semed-gold-600));
}

.pss-home-topline,
.pss-home-statuses,
.pss-home-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.pss-home-topline {
    justify-content: space-between;
    margin-bottom: 1.4rem;
}

.pss-home-label,
.pss-home-edital,
.pss-home-statuses span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 30px;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.pss-home-label {
    color: var(--semed-blue-700);
    background: var(--semed-blue-100);
}

.pss-home-edital {
    color: var(--semed-muted);
    border: 1px solid var(--semed-border);
    background: #fff;
}

.pss-home-eyebrow,
.pss-call-eyebrow,
.pss-call-section-label,
.pss-feedback-eyebrow {
    display: block;
    color: var(--semed-teal-700);
    font-size: 0.62rem;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.pss-home-content h2 {
    margin: 0.5rem 0 0;
    color: var(--semed-title);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.2rem, 4.2vw, 4rem);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.pss-home-content h2 strong {
    display: block;
    color: var(--semed-gold-600);
    font-weight: 600;
}

.pss-home-content > p {
    max-width: 780px;
    margin: 1.1rem 0 0;
    color: var(--semed-muted);
    font-size: 0.84rem;
    line-height: 1.75;
}

.pss-home-statuses {
    margin-top: 1.3rem;
}

.pss-home-statuses span {
    color: var(--semed-title);
    border: 1px solid var(--semed-border);
    background: var(--semed-soft);
}

.pss-home-statuses .is-success {
    color: #17643f;
    border-color: rgba(34, 136, 92, 0.22);
    background: var(--semed-green-100);
}

.pss-home-statuses .is-warning {
    color: #875b09;
    border-color: rgba(216, 152, 25, 0.26);
    background: var(--semed-gold-100);
}

.pss-home-actions {
    margin-top: 1.6rem;
}

.pss-home-actions button,
.pss-home-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.48rem;
    min-height: 46px;
    padding: 0.65rem 0.9rem;
    border: 1px solid var(--semed-border);
    border-radius: 999px;
    color: var(--semed-title);
    background: #fff;
    font-size: 0.65rem;
    font-weight: 800;
}

.pss-home-actions button:hover,
.pss-home-actions a:hover {
    color: var(--semed-blue-700);
    border-color: rgba(31, 101, 181, 0.32);
    transform: translateY(-2px);
}

.pss-home-actions .pss-home-primary-action {
    color: #fff;
    border-color: var(--semed-blue-700);
    background: var(--semed-blue-700);
    box-shadow: 0 12px 28px rgba(31, 101, 181, 0.22);
}

.pss-home-actions .pss-home-primary-action:hover {
    color: #fff;
    background: var(--semed-navy-800);
}

.pss-home-side {
    position: relative;
    min-width: 0;
    padding: clamp(1.6rem, 3vw, 2.4rem);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(15, 157, 139, 0.35), transparent 28%),
        linear-gradient(145deg, var(--semed-navy-950), var(--semed-navy-800));
}

.pss-home-number {
    position: absolute;
    right: -0.2rem;
    bottom: -2rem;
    color: rgba(255, 255, 255, 0.06);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12rem;
    font-weight: 700;
    line-height: 1;
}

.pss-home-side-head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.pss-home-side-head > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.pss-home-side-head small,
.pss-home-side-head strong {
    display: block;
}

.pss-home-side-head small {
    color: #9ee9dc;
    font-size: 0.52rem;
    font-weight: 800;
    text-transform: uppercase;
}

.pss-home-side-head strong {
    margin-top: 0.14rem;
    font-size: 0.78rem;
}

.pss-home-details {
    position: relative;
    z-index: 1;
    display: grid;
    margin: 1rem 0 0;
}

.pss-home-details > div {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.pss-home-details dt {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.55rem;
    font-weight: 700;
    text-transform: uppercase;
}

.pss-home-details dd {
    margin: 0;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
}

.pss-home-alert {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.65rem;
    margin-top: 1rem;
    padding: 0.8rem;
    border-left: 3px solid var(--semed-gold-600);
    background: rgba(255, 255, 255, 0.07);
}

.pss-home-alert i {
    color: #f7c75d;
}

.pss-home-alert p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.6rem;
    line-height: 1.55;
}

/* Feedback modals */
.pss-feedback-modal {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 26px;
    text-align: center;
    box-shadow: var(--semed-shadow-lg);
}

.pss-feedback-modal::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 7px;
    background: var(--semed-blue-700);
}

.pss-feedback-success::before { background: var(--semed-green-600); }
.pss-feedback-warning::before { background: var(--semed-gold-600); }
.pss-feedback-danger::before { background: var(--semed-red-600); }

.pss-feedback-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 2rem auto 0;
    border-radius: 50%;
    color: #fff;
    background: var(--semed-blue-700);
    font-size: 1.5rem;
    box-shadow: 0 16px 35px rgba(31, 101, 181, 0.22);
}

.pss-feedback-success .pss-feedback-icon { background: var(--semed-green-600); }
.pss-feedback-warning .pss-feedback-icon { background: var(--semed-gold-600); }
.pss-feedback-danger .pss-feedback-icon { background: var(--semed-red-600); }

.pss-feedback-modal .modal-body {
    padding: 1.3rem 1.7rem 1.7rem;
}

.pss-feedback-modal h2 {
    margin: 0.45rem 0 0;
    color: var(--semed-title);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.65rem;
    font-weight: 600;
}

.pss-feedback-modal p {
    margin: 0.65rem 0 0;
    color: var(--semed-muted);
    font-size: 0.72rem;
    line-height: 1.65;
}

.pss-success-data {
    display: grid;
    margin: 1.2rem 0 0;
    border-top: 1px solid var(--semed-border);
    border-left: 1px solid var(--semed-border);
    text-align: left;
}

.pss-success-data > div {
    padding: 0.75rem;
    border-right: 1px solid var(--semed-border);
    border-bottom: 1px solid var(--semed-border);
}

.pss-success-data dt {
    color: var(--semed-muted);
    font-size: 0.48rem;
    font-weight: 800;
    text-transform: uppercase;
}

.pss-success-data dd {
    margin: 0.2rem 0 0;
    color: var(--semed-title);
    font-size: 0.75rem;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.pss-feedback-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    margin-top: 1.2rem;
}

.pss-feedback-primary,
.pss-feedback-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 46px;
    border-radius: 10px;
    font-size: 0.65rem;
    font-weight: 800;
}

.pss-feedback-primary {
    color: #fff;
    background: var(--semed-blue-700);
}

.pss-feedback-primary:hover {
    color: #fff;
    background: var(--semed-navy-800);
}

.pss-feedback-secondary {
    color: var(--semed-title);
    border: 1px solid var(--semed-border);
    background: #fff;
}

.pss-feedback-secondary:hover {
    background: var(--semed-soft);
}

/* Registration modal */
.pss-registration-modal .modal-dialog {
    max-width: min(1220px, calc(100vw - 1.5rem));
}

.pss-registration-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 28px;
    box-shadow: var(--semed-shadow-lg);
}

.pss-registration-header {
    min-height: 120px;
    padding: 1.25rem 1.5rem;
    border: 0;
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(15, 157, 139, 0.35), transparent 26%),
        linear-gradient(135deg, var(--semed-navy-950), var(--semed-navy-800));
}

.pss-registration-header-copy {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pss-registration-header-copy img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    padding: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.09);
}

.pss-registration-header-copy span {
    display: block;
    color: #9ee9dc;
    font-size: 0.58rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pss-registration-header-copy h2 {
    margin: 0.15rem 0 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
    font-weight: 600;
}

.pss-registration-header-copy p {
    margin: 0.25rem 0 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.62rem;
}

.pss-registration-body {
    padding: 1.5rem;
    background: var(--semed-soft);
}

.pss-registration-guidance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0.9rem;
    border-left: 3px solid var(--semed-blue-700);
    background: #fff;
    box-shadow: var(--semed-shadow-sm);
}

.pss-registration-guidance > div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.65rem;
}

.pss-registration-guidance > div > i {
    color: var(--semed-blue-700);
    padding-top: 0.1rem;
}

.pss-registration-guidance p {
    margin: 0;
    color: var(--semed-muted);
    font-size: 0.63rem;
    line-height: 1.55;
}

.pss-registration-guidance a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0.55rem 0.75rem;
    border-radius: 999px;
    color: #fff;
    background: var(--semed-blue-700);
    font-size: 0.6rem;
    font-weight: 800;
}

.pss-registration-form {
    display: grid;
    gap: 1rem;
}

.pss-form-section {
    padding: 1.25rem;
    border: 1px solid var(--semed-border);
    background: #fff;
    box-shadow: var(--semed-shadow-sm);
}

.pss-form-section > header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid var(--semed-border);
}

.pss-form-section > header > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    background: var(--semed-blue-700);
    font-size: 0.58rem;
    font-weight: 850;
}

.pss-form-section > header small,
.pss-form-section > header h3 {
    display: block;
}

.pss-form-section > header small {
    color: var(--semed-muted);
    font-size: 0.48rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pss-form-section > header h3 {
    margin: 0.1rem 0 0;
    color: var(--semed-title);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.15rem;
    font-weight: 600;
}

.pss-registration-form .form-label {
    margin-bottom: 0.35rem;
    color: var(--semed-title);
    font-size: 0.61rem;
    font-weight: 750;
}

.pss-registration-form .form-control,
.pss-registration-form .form-select {
    min-height: 48px;
    border: 1px solid var(--semed-border);
    border-radius: 9px;
    color: var(--semed-title);
    background-color: #fff;
    font-size: 0.68rem;
}

.pss-registration-form input[type="file"].form-control {
    min-height: 44px;
    padding: 0.5rem;
}

.pss-registration-form .form-control:focus,
.pss-registration-form .form-select:focus {
    border-color: var(--semed-blue-700);
    box-shadow: 0 0 0 3px rgba(31, 101, 181, 0.1);
}

.pss-registration-form .is-invalid {
    border-color: var(--semed-red-600) !important;
    box-shadow: 0 0 0 3px rgba(212, 59, 82, 0.08) !important;
}

.pss-registration-form .form-text {
    display: block;
    margin-top: 0.3rem;
    color: var(--semed-muted);
    font-size: 0.52rem;
    line-height: 1.45;
}

.pss-education-description {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.7rem;
    margin-top: 0.9rem;
    padding: 0.8rem;
    border-left: 3px solid var(--semed-teal-700);
    background: var(--semed-teal-100);
}

.pss-education-description[hidden] {
    display: none;
}

.pss-education-description > i {
    color: var(--semed-teal-700);
    font-size: 1rem;
    padding-top: 0.1rem;
}

.pss-education-description strong {
    display: block;
    color: var(--semed-title);
    font-size: 0.63rem;
}

.pss-education-description p {
    margin: 0.25rem 0 0;
    color: var(--semed-muted);
    font-size: 0.58rem;
    line-height: 1.55;
}

.pss-upload-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.pss-upload-card {
    min-width: 0;
    padding: 0.9rem;
    border: 1px solid var(--semed-border);
    background: var(--semed-soft);
}

.pss-upload-card.is-required {
    border-left: 3px solid var(--semed-blue-700);
}

.pss-upload-card-wide {
    grid-column: 1 / -1;
}

.pss-upload-card-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.65rem;
}

.pss-upload-card-head > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    color: #fff;
    background: var(--semed-blue-700);
}

.pss-upload-card-head small,
.pss-upload-card-head strong {
    display: block;
}

.pss-upload-card-head small {
    color: var(--semed-muted);
    font-size: 0.45rem;
    font-weight: 800;
    text-transform: uppercase;
}

.pss-upload-card-head strong {
    margin-top: 0.08rem;
    color: var(--semed-title);
    font-size: 0.65rem;
}

.pss-upload-card details {
    margin-top: 0.65rem;
    color: var(--semed-muted);
    font-size: 0.56rem;
}

.pss-upload-card summary {
    width: fit-content;
    color: var(--semed-blue-700);
    font-weight: 800;
    cursor: pointer;
}

.pss-upload-card details p {
    margin: 0.5rem 0 0;
    line-height: 1.55;
}

.pss-form-confirmation {
    border-top: 4px solid var(--semed-teal-700);
}

.pss-acceptance {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.75rem;
    padding: 0.9rem;
    border: 1px solid var(--semed-border);
    background: var(--semed-soft);
    cursor: pointer;
}

.pss-acceptance input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.pss-acceptance-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid #aeb8c1;
    border-radius: 6px;
    color: transparent;
    background: #fff;
}

.pss-acceptance input:checked + .pss-acceptance-box {
    color: #fff;
    border-color: var(--semed-teal-700);
    background: var(--semed-teal-700);
}

.pss-acceptance input:focus-visible + .pss-acceptance-box {
    outline: 3px solid rgba(31, 101, 181, 0.2);
    outline-offset: 2px;
}

.pss-acceptance strong,
.pss-acceptance small {
    display: block;
}

.pss-acceptance strong {
    color: var(--semed-title);
    font-size: 0.65rem;
    line-height: 1.45;
}

.pss-acceptance small {
    margin-top: 0.22rem;
    color: var(--semed-muted);
    font-size: 0.55rem;
    line-height: 1.55;
}

.pss-submit-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
}

.pss-submit-area p {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    max-width: 650px;
    margin: 0;
    color: var(--semed-muted);
    font-size: 0.54rem;
    line-height: 1.5;
}

.pss-submit-area p i {
    color: var(--semed-blue-700);
    padding-top: 0.1rem;
}

#btnEnviarInscricao {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 50px;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    color: #fff;
    background: var(--semed-green-600);
    font-size: 0.68rem;
    font-weight: 850;
    box-shadow: 0 12px 28px rgba(34, 136, 92, 0.22);
}

#btnEnviarInscricao:hover {
    background: #176d49;
    transform: translateY(-2px);
}

#btnEnviarInscricao:disabled {
    opacity: 0.7;
    cursor: wait;
}

.pss-submit-label,
.pss-submit-loading:not([hidden]) {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

/* Call modal */
.pss-call-modal .modal-dialog {
    max-width: min(1180px, calc(100vw - 1.5rem));
}

.pss-call-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 28px;
    box-shadow: var(--semed-shadow-lg);
}

.pss-call-hero {
    position: relative;
    min-height: 330px;
    padding: clamp(1.5rem, 3vw, 2.4rem);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 92% 8%, rgba(15, 157, 139, 0.52), transparent 28%),
        radial-gradient(circle at 8% 100%, rgba(36, 119, 208, 0.44), transparent 30%),
        linear-gradient(135deg, var(--semed-navy-950), var(--semed-navy-800) 55%, #0e6572);
}

.pss-call-hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 44px 44px;
}

.pss-call-hero > .btn-close {
    position: absolute;
    z-index: 5;
    top: 1rem;
    right: 1rem;
}

.pss-call-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    align-items: center;
    gap: 2rem;
}

.pss-call-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.pss-call-badges span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 30px;
    padding: 0.35rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.55rem;
    font-weight: 850;
    text-transform: uppercase;
}

.pss-call-badges .is-warning {
    color: #ffe4a3;
    border-color: rgba(255, 210, 96, 0.35);
    background: rgba(216, 152, 25, 0.18);
}

.pss-call-eyebrow {
    color: #9ee9dc;
}

.pss-call-hero h2 {
    margin: 0.55rem 0 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.1rem, 4vw, 3.65rem);
    font-weight: 600;
    line-height: 1.03;
    letter-spacing: -0.05em;
}

.pss-call-hero-copy > p {
    max-width: 700px;
    margin: 0.9rem 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.74rem;
    line-height: 1.65;
}

.pss-call-highlight {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.7rem;
    max-width: 720px;
    margin-top: 1rem;
    padding: 0.9rem;
    border-left: 3px solid #9ee9dc;
    background: rgba(255, 255, 255, 0.08);
}

.pss-call-highlight > i {
    color: #9ee9dc;
    font-size: 1rem;
    padding-top: 0.1rem;
}

.pss-call-highlight span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.63rem;
    line-height: 1.55;
}

.pss-call-highlight strong {
    color: #fff;
}

.pss-call-summary {
    display: grid;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.pss-call-summary > div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.65rem;
    min-height: 65px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.pss-call-summary > div:last-child {
    border-bottom: 0;
}

.pss-call-summary > div > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #9ee9dc;
    background: rgba(255, 255, 255, 0.08);
}

.pss-call-summary small,
.pss-call-summary strong {
    display: block;
}

.pss-call-summary small {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.47rem;
    text-transform: uppercase;
}

.pss-call-summary strong {
    margin-top: 0.1rem;
    color: #fff;
    font-size: 0.64rem;
}

.pss-call-body {
    padding: clamp(1.4rem, 3vw, 2.3rem);
    background: var(--semed-soft);
}

.pss-call-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: 1rem;
}

.pss-call-intro-grid > div,
.pss-call-orientations,
.pss-call-errata,
.pss-call-candidates {
    padding: 1.15rem;
    border: 1px solid var(--semed-border);
    background: #fff;
    box-shadow: var(--semed-shadow-sm);
}

.pss-call-intro-grid h3,
.pss-call-errata h3,
.pss-call-candidates h3 {
    margin: 0.35rem 0 0;
    color: var(--semed-title);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    font-weight: 600;
}

.pss-call-intro-grid p {
    margin: 0.65rem 0 0;
    color: var(--semed-muted);
    font-size: 0.68rem;
    line-height: 1.68;
}

.pss-call-orientations h4 {
    margin: 0;
    color: var(--semed-title);
    font-size: 0.75rem;
    font-weight: 800;
}

.pss-call-orientations h4 i {
    color: var(--semed-blue-700);
    margin-right: 0.35rem;
}

.pss-call-orientations ul {
    display: grid;
    gap: 0.55rem;
    margin: 0.8rem 0 0;
    padding: 0;
    list-style: none;
}

.pss-call-orientations li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 0.45rem;
    color: var(--semed-muted);
    font-size: 0.6rem;
    line-height: 1.5;
}

.pss-call-orientations li i {
    color: var(--semed-teal-700);
    padding-top: 0.1rem;
}

.pss-call-orientations li:last-child i {
    color: var(--semed-gold-600);
}

.pss-call-errata,
.pss-call-candidates {
    margin-top: 1rem;
}

.pss-call-errata > header,
.pss-call-candidates > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.pss-call-errata > header {
    justify-content: flex-start;
}

.pss-call-errata > header > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    color: #fff;
    background: var(--semed-gold-600);
}

.pss-call-errata > header small {
    display: block;
    color: var(--semed-gold-600);
    font-size: 0.52rem;
    font-weight: 850;
    text-transform: uppercase;
}

.pss-call-errata-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.pss-call-errata-grid article {
    padding: 0.9rem;
    border: 1px solid var(--semed-border);
}

.pss-call-errata-grid .is-before {
    border-left: 4px solid var(--semed-red-600);
    background: var(--semed-red-100);
}

.pss-call-errata-grid .is-after {
    border-left: 4px solid var(--semed-green-600);
    background: var(--semed-green-100);
}

.pss-call-errata-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.7rem;
    font-size: 0.55rem;
    font-weight: 850;
    text-transform: uppercase;
}

.is-before .pss-call-errata-tag { color: var(--semed-red-600); }
.is-after .pss-call-errata-tag { color: var(--semed-green-600); }

.pss-call-errata-grid article > div {
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(20, 42, 72, 0.1);
}

.pss-call-errata-grid article > div:last-child {
    border-bottom: 0;
}

.pss-call-errata-grid strong {
    display: block;
    color: var(--semed-title);
    font-size: 0.68rem;
}

.pss-call-errata-grid p {
    margin: 0.25rem 0 0;
    color: var(--semed-muted);
    font-size: 0.58rem;
    line-height: 1.5;
}

.pss-call-total {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.65rem;
    border-radius: 999px;
    color: var(--semed-blue-700);
    background: var(--semed-blue-100);
    font-size: 0.56rem;
    font-weight: 800;
}

.pss-call-candidate-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.pss-call-candidate-grid article {
    position: relative;
    min-width: 0;
    padding: 0.9rem;
    border: 1px solid var(--semed-border);
    border-left: 4px solid var(--semed-blue-700);
    background: var(--semed-soft);
}

.pss-call-candidate-grid .is-art { border-left-color: #e77c20; }
.pss-call-candidate-grid .is-special { border-left-color: #7546b6; }
.pss-call-candidate-grid .is-math { border-left-color: var(--semed-teal-700); }

.pss-call-candidate-grid article > span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--semed-blue-700);
    font-size: 0.52rem;
    font-weight: 850;
    line-height: 1.4;
}

.pss-call-candidate-grid .is-art > span { color: #b35a11; }
.pss-call-candidate-grid .is-special > span { color: #5d2f9d; }
.pss-call-candidate-grid .is-math > span { color: var(--semed-teal-700); }

.pss-call-candidate-grid article > small {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.45rem;
    padding: 0.25rem 0.45rem;
    border-radius: 999px;
    color: #17643f;
    background: var(--semed-green-100);
    font-size: 0.46rem;
    font-weight: 800;
}

.pss-call-candidate-grid h4 {
    margin: 0.65rem 0 0;
    color: var(--semed-title);
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.35;
}

.pss-call-candidate-grid p {
    margin: 0.35rem 0 0;
    color: var(--semed-muted);
    font-size: 0.55rem;
    line-height: 1.5;
}

.pss-call-final-alert {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.65rem;
    margin-top: 1rem;
    padding: 0.9rem;
    border-left: 3px solid var(--semed-gold-600);
    background: var(--semed-gold-100);
}

.pss-call-final-alert i {
    color: var(--semed-gold-600);
    padding-top: 0.1rem;
}

.pss-call-final-alert p {
    margin: 0;
    color: #74551b;
    font-size: 0.6rem;
    line-height: 1.55;
}

.pss-call-footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding: 1rem 1.4rem 1.4rem;
    border: 0;
    background: #fff;
}

.pss-call-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 44px;
    padding: 0.6rem 0.85rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 800;
}

.pss-call-action.primary {
    color: #fff;
    background: var(--semed-gold-600);
}

.pss-call-action.primary:hover {
    color: #fff;
    background: #b77b12;
}

.pss-call-action.secondary {
    color: var(--semed-title);
    border: 1px solid var(--semed-border);
    background: #fff;
}

.pss-call-action.secondary:hover {
    color: var(--semed-blue-700);
    border-color: rgba(31, 101, 181, 0.3);
}

/* Responsive */
@media (max-width: 991.98px) {
    .pss-home-shell,
    .pss-call-hero-grid,
    .pss-call-intro-grid {
        grid-template-columns: 1fr;
    }

    .pss-call-candidate-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .pss-home-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .pss-home-actions button,
    .pss-home-actions a {
        width: 100%;
    }

    .pss-feedback-actions,
    .pss-upload-grid,
    .pss-call-errata-grid,
    .pss-call-candidate-grid {
        grid-template-columns: 1fr;
    }

    .pss-upload-card-wide {
        grid-column: auto;
    }

    .pss-registration-guidance,
    .pss-submit-area {
        align-items: stretch;
        flex-direction: column;
    }

    .pss-registration-guidance a,
    #btnEnviarInscricao {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .pss-home-content,
    .pss-home-side,
    .pss-registration-body,
    .pss-call-body {
        padding: 1rem;
    }

    .pss-home-topline {
        align-items: flex-start;
        flex-direction: column;
    }

    .pss-home-label,
    .pss-home-edital,
    .pss-home-statuses span {
        width: 100%;
        justify-content: center;
    }

    .pss-registration-header {
        min-height: 105px;
        padding: 1rem;
    }

    .pss-registration-header-copy img {
        width: 52px;
        height: 52px;
    }

    .pss-registration-header-copy p {
        display: none;
    }

    .pss-form-section {
        padding: 0.9rem;
    }

    .pss-call-hero {
        padding: 1rem;
    }

    .pss-call-badges span {
        width: 100%;
        justify-content: center;
    }

    .pss-call-errata > header,
    .pss-call-candidates > header {
        align-items: flex-start;
        flex-direction: column;
    }

    .pss-call-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .pss-call-action {
        width: 100%;
    }
}

/* =========================================================
   RETORNO DE VALIDAÇÃO DO FORMULÁRIO PSS
========================================================= */
.pss-form-feedback {
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(220, 38, 38, 0.22);
    border-left: 4px solid #dc2626;
    border-radius: 14px;
    color: #8f1d2c;
    background: #fff4f5;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.55;
}

.pss-call-candidate-grid .is-corrected {
    border-color: rgba(23, 100, 63, 0.28);
    border-left-color: #17814f;
    background: linear-gradient(135deg, #f0fbf5, #ffffff);
    box-shadow: inset 0 0 0 1px rgba(23, 129, 79, 0.05);
}
