/* Página Contatos - Portal Cursos */
.pc-contato-page {
    background: #f5f8fb;
    color: #203247;
}

.pc-contato-hero {
    position: relative;
    overflow: hidden;
    padding: 54px 0 46px;
    background: linear-gradient(135deg, #0b3153 0%, #0e5f91 55%, #159eee 100%);
    color: #fff;
}

.pc-contato-hero::after {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    right: -100px;
    top: -145px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}

.pc-contato-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.pc-contato-eyebrow,
.pc-contato-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pc-contato-eyebrow {
    margin-bottom: 12px;
    color: #d9efff;
}

.pc-contato-hero h1 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
}

.pc-contato-hero p {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
    line-height: 1.65;
}

.pc-contato-section {
    padding: 48px 0 60px;
}

.pc-contato-layout {
    display: flex;
    align-items: stretch;
}

.pc-contato-layout > [class*="col-"] {
    display: flex;
}

.pc-contato-info,
.pc-contato-form-card {
    width: 100%;
    border: 1px solid #dce6ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(23, 52, 78, .08);
}

.pc-contato-info {
    padding: 28px;
}

.pc-contato-form-card {
    padding: 30px;
}

.pc-contato-kicker {
    margin-bottom: 8px;
    color: #0e80c2;
}

.pc-contato-info h2,
.pc-contato-form-header h2 {
    margin: 0 0 10px;
    color: #11395c;
    font-size: 24px;
    font-weight: 700;
}

.pc-contato-intro,
.pc-contato-form-header p {
    margin: 0 0 24px;
    color: #64778a;
    font-size: 14px;
    line-height: 1.65;
}

.pc-contato-canal {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 14px;
    border: 1px solid #e0e9f1;
    border-radius: 12px;
    color: #23415d;
    background: #fbfdff;
    text-decoration: none !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.pc-contato-canal:hover,
.pc-contato-canal:focus {
    border-color: #9ecde9;
    color: #0b5f91;
    box-shadow: 0 8px 20px rgba(14, 128, 194, .10);
    transform: translateY(-1px);
}

.pc-contato-canal-icone {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #0e80c2;
    background: #e9f5fc;
    font-size: 19px;
}

.pc-contato-canal-whatsapp {
    color: #198754;
    background: #eaf8f0;
}

.pc-contato-canal small,
.pc-contato-canal strong {
    display: block;
}

.pc-contato-canal small {
    margin-bottom: 2px;
    color: #7a8b9a;
    font-size: 11px;
    text-transform: uppercase;
}

.pc-contato-canal strong {
    color: inherit;
    font-size: 14px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.pc-contato-canal-seta {
    margin-left: auto;
    color: #9aabba;
}

.pc-contato-faq {
    display: flex;
    gap: 10px;
    margin-top: 22px;
    padding: 14px 0;
    border-top: 1px solid #e7eef4;
    border-bottom: 1px solid #e7eef4;
    color: #31516e;
    text-decoration: none !important;
}

.pc-contato-faq > i {
    margin-top: 3px;
    color: #0e80c2;
    font-size: 18px;
}

.pc-contato-faq strong,
.pc-contato-faq small {
    display: block;
}

.pc-contato-faq small {
    margin-top: 3px;
    color: #738596;
    line-height: 1.45;
}

.pc-contato-seguranca {
    display: flex;
    gap: 9px;
    margin-top: 18px;
    color: #7d8995;
    font-size: 12px;
    line-height: 1.5;
}

.pc-contato-seguranca i {
    margin-top: 2px;
    color: #5c7890;
}

.pc-contato-form .form-group {
    margin-bottom: 18px;
}

.pc-contato-form label {
    margin-bottom: 7px;
    color: #2b455f;
    font-size: 13px;
    font-weight: 600;
}

.pc-contato-form .form-control {
    width: 100%;
    height: 48px;
    border: 1px solid #cad8e4;
    border-radius: 10px;
    background: #fff;
    color: #22384d;
    box-shadow: none;
    font-size: 14px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.pc-contato-form textarea.form-control {
    min-height: 175px;
    height: auto;
    padding-top: 13px;
    resize: vertical;
}

.pc-contato-form .form-control:focus {
    border-color: #159eee;
    box-shadow: 0 0 0 3px rgba(21, 158, 238, .12);
}

.pc-contato-form .form-control::placeholder {
    color: #9ba9b6;
}

.pc-contato-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pc-contato-label-row small {
    color: #8999a7;
}

.pc-contato-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 4px;
}

.pc-contato-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
    color: #65798b !important;
    font-weight: 400 !important;
    cursor: pointer;
}

.pc-contato-check input {
    margin: 0;
}

.pc-contato-submit {
    display: inline-flex;
    min-width: 175px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 10px;
    background: #0e80c2;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(14, 128, 194, .20);
}

.pc-contato-submit:hover,
.pc-contato-submit:focus {
    background: #0b6fa8;
    color: #fff;
}

.pc-contato-submit[disabled] {
    cursor: wait;
    opacity: .7;
}

.pc-contato-feedback {
    min-height: 22px;
    margin-top: 18px;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.pc-contato-feedback.text-success {
    color: #16794a !important;
}

.pc-contato-feedback.text-danger {
    color: #b33a3a !important;
}

@media (max-width: 991px) {
    .pc-contato-hero {
        padding: 42px 0 38px;
    }

    .pc-contato-hero h1 {
        font-size: 32px;
    }

    .pc-contato-layout {
        display: block;
    }

    .pc-contato-layout > [class*="col-"] {
        display: block;
    }

    .pc-contato-info {
        margin-bottom: 22px;
    }
}

@media (max-width: 767px) {
    .pc-contato-hero {
        padding: 34px 0 30px;
    }

    .pc-contato-hero h1 {
        font-size: 28px;
    }

    .pc-contato-hero p {
        font-size: 15px;
    }

    .pc-contato-section {
        padding: 28px 0 42px;
    }

    .pc-contato-info,
    .pc-contato-form-card {
        padding: 20px;
        border-radius: 13px;
    }

    .pc-contato-info h2,
    .pc-contato-form-header h2 {
        font-size: 21px;
    }

    .pc-contato-form-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .pc-contato-submit {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .pc-contato-canal {
        align-items: flex-start;
    }

    .pc-contato-canal-seta {
        margin-top: 10px;
    }
}
