/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 14 de jul. de 2026, 16:09:14
    Author     : glaub
*/

.institutional-page {
    padding: 46px 0 0;
}

.institutional-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
    padding: clamp(32px, 6vw, 64px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background:
        radial-gradient(
        circle at top right,
        rgba(59, 130, 246, 0.2),
        transparent 36%
        ),
        radial-gradient(
        circle at bottom left,
        rgba(236, 72, 153, 0.17),
        transparent 36%
        ),
        linear-gradient(
        135deg,
        rgba(124, 58, 237, 0.16),
        rgba(22, 27, 34, 0.96)
        );
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.25);
}

.institutional-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
        rgba(255, 255, 255, 0.025) 1px,
        transparent 1px
        ),
        linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.025) 1px,
        transparent 1px
        );
    background-size: 36px 36px;
    pointer-events: none;
}

.institutional-hero-content {
    position: relative;
    z-index: 2;
    max-width: 780px;
}

.institutional-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 14px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #c4b5fd;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.institutional-title {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(2rem, 6vw, 3.8rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.02;
}

.institutional-description {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.63);
    font-size: 1.04rem;
    line-height: 1.75;
}

.institutional-content {
    padding: clamp(22px, 5vw, 42px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 24px;
    background: #161b22;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.2);
}

.institutional-content h2 {
    margin: 34px 0 14px;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 900;
}

.institutional-content h2:first-child {
    margin-top: 0;
}

.institutional-content h3 {
    margin: 25px 0 10px;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 800;
}

.institutional-content p,
.institutional-content li {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.97rem;
    line-height: 1.8;
}

.institutional-content a {
    color: #c4b5fd;
}

.institutional-content a:hover {
    color: #f9a8d4;
}

.institutional-content ul,
.institutional-content ol {
    padding-left: 22px;
}

.institutional-content li {
    margin-bottom: 8px;
}

.institutional-highlight {
    margin: 24px 0;
    padding: 20px;
    border: 1px solid rgba(124, 58, 237, 0.25);
    border-radius: 18px;
    background:
        linear-gradient(
        135deg,
        rgba(124, 58, 237, 0.12),
        rgba(236, 72, 153, 0.06)
        );
}

.institutional-highlight strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
}

.institutional-highlight p {
    margin: 0;
}

.institutional-date {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.82rem;
}

/* CARDS INSTITUCIONAIS */

.institutional-card {
    height: 100%;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    background: #161b22;
    transition: 0.25s ease;
}

.institutional-card:hover {
    border-color: rgba(124, 58, 237, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 16px 38px rgba(124, 58, 237, 0.13);
}

.institutional-card-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border-radius: 17px;
    background:
        linear-gradient(
        135deg,
        rgba(124, 58, 237, 0.25),
        rgba(236, 72, 153, 0.16)
        );
    color: #c084fc;
    font-size: 1.4rem;
}

.institutional-card h2,
.institutional-card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1.12rem;
    font-weight: 850;
}

.institutional-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.53);
    line-height: 1.7;
}

/* CONTATO */

.contact-form-card {
    padding: clamp(22px, 5vw, 36px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 24px;
    background: #161b22;
}

.contact-form-card .form-label {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    min-height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    background: #0f141c;
    color: #fff;
}

.contact-form-card textarea.form-control {
    min-height: 160px;
    resize: vertical;
}

.contact-form-card .form-control::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: rgba(124, 58, 237, 0.65);
    background: #111823;
    color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(124, 58, 237, 0.12);
}

.contact-form-card .form-select option {
    background: #161b22;
    color: #fff;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.025);
}

.contact-info-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(124, 58, 237, 0.13);
    color: #c084fc;
}

.contact-info-item strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
}

.contact-info-item span,
.contact-info-item a {
    color: rgba(255, 255, 255, 0.52);
    text-decoration: none;
}

/* ANUNCIE */

.advertise-number {
    display: block;
    margin-bottom: 8px;
    background:
        linear-gradient(
        90deg,
        #c084fc,
        #f472b6,
        #60a5fa
        );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 2.2rem;
    font-weight: 900;
}

@media (max-width: 767.98px) {
    .institutional-page {
        padding-top: 24px;
    }

    .institutional-hero {
        border-radius: 21px;
    }

    .institutional-content,
    .contact-form-card {
        border-radius: 19px;
    }
}