.page-vestibular label {
    text-transform: none;
}
.page-vestibular .uppercase {
    text-transform: uppercase;
}
.page-vestibular .btn {
    background-color: #3BAA72;
}
.page-vestibular .btn:focus ,
.page-vestibular .btn:active ,
.page-vestibular .btn:hover {
    background-color: #2f8f5c;    
}

.form-check-input:checked {
    background-color: #3BAA72;
    border-color: #3BAA72;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus, 
textarea:focus,
select.form-select:focus {
    outline: none;
    border-color: #1756A9;
    box-shadow: none;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 1rem;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder,
textarea:-moz-placeholder {
    font-size: 1rem;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 1rem;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 1rem;
}

select.form-select.empty {
    opacity: 0.95;
    color: #898c94;
    font-weight: 600;
}

/* Pagamento */
.page-vestibular .pix-header {
    color: #3ebbac;
    font-size: 60px;
}
.page-vestibular .pix-header > span {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    margin-top: -15px;
}
.page-vestibular .pix-wrapper {
    max-width: 500px;
    margin: 40px auto;
}
.page-vestibular .pix-wrapper .logo-pix {
    width: 50%;
}
.page-vestibular .pix-wrapper .instructions {
    display: inline-block;
    text-align: left;
    font-size: 22px;
    margin-bottom: 35px;
}
.page-vestibular .pix-wrapper .instructions > p > strong {
    margin-right: 10px;
}
.page-vestibular .chave-pix .pill {
    display: inline-block;
    font-size: 1.2rem;
    padding: 10px 40px;
    margin-bottom: 10px;
    border: 1px solid #3ebbac;
    border-radius: 40px;
}
.page-vestibular .chave-pix .pill.big {
    font-size: 2rem;
}

.vestibular-agendado__intro .title {
    font-size: 2.5rem;
    font-weight: 600;
}
.vestibular-agendado__intro .lead {
    font-size: 1.1rem;
    color: #344051;
}
.vestibular-agendado__highlights {
    display: grid;
    gap: 12px;
}
.vestibular-agendado__highlights .highlight-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 22px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.vestibular-agendado__highlights .highlight-card h3 {
    font-size: 0.95rem;
    text-transform: uppercase;
    color: #a35db0;
    margin-bottom: 6px;
}
.vestibular-agendado__features {
    margin-top: 32px;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.vestibular-agendado__features .feature-item {
    background: #111a240a;
    border-radius: 14px;
    padding: 18px;
    border: 1px solid #e7e9ef;
}
.vestibular-agendado__features .feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(59, 170, 114, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #3BAA72;
    margin-bottom: 12px;
}
.vestibular-agendado__info {
    background: #f8f9fb;
}
.vestibular-agendado__info .info-card {
    background: #ffffff;
    padding: 24px;
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}
.vestibular-agendado__info .info-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.vestibular-agendado__info .info-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.vestibular-agendado__info .info-checklist i {
    color: #5cbf95;
}
.vestibular-agendado__courses .course-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    height: 100%;
    border: 1px solid #eceef3;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}
.form-section {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    margin-bottom: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.form-section h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.vestibular-agendado__pix {
    background: linear-gradient(135deg, #faf1ff 0%, #ffffff 80%);
}
.vestibular-agendado__pix .pix-info {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
}
.vestibular-agendado__pix .pix-info li {
    margin-bottom: 6px;
    font-weight: 500;
}
.pix-qr-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.pix-qr-wrapper .pix-qr {
    max-width: 220px;
    width: 100%;
    margin-bottom: 10px;
}
.pix-qr-wrapper .pix-note {
    font-size: 0.9rem;
    color: #4f5a67;
}
.vestibular-agendado .alert {
    border-radius: 14px;
}
.vestibular-agendado .accordion-item.info-card {
    border: none;
}
.vestibular-agendado .accordion-button {
    background-color: white;
    font-weight: 600;
}
.vestibular-agendado .accordion-button:not(.collapsed) {
    border-radius: calc(18px - .5rem) calc(18px - .5rem) 0 0 !important;
}
.vestibular-agendado .accordion-button.collapsed {
    border-radius: calc(18px - .5rem) !important;
}

@media (max-width: 767px) {
    .vestibular-agendado__intro .title {
        font-size: 2rem;
    }
    .form-section {
        padding: 18px;
    }
}


