* {
    margin: 0;
    font-family: 'Inter', Arial, sans-serif;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

html,
body,
body * {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.texto {
    color: #004ba8;
}

header {
    position: relative;
    z-index: 1050;
}

a {
    color: #004ba8;
    text-decoration: none;
    transition: 0.5s;
    font-size: 16px;
}

a:hover {
    scale: 1.1;
    color: #f28705;
}

.texto p {
    letter-spacing: 3px;
    text-align: left;
    max-width: 600px;
    margin-left: 20px;
    margin-right: auto;
    color: #f28705;
    font-size: 25px;
}

.texto p a {
    letter-spacing: 3px;
    text-align: left;
    max-width: 600px;
    margin-left: 10px;
    margin-right: auto;
    color: #f28705;
    font-size: 40px;
}

.texto ul {
    letter-spacing: 4px;
    text-align: left;
    max-width: 600px;
    margin-left: 10px;
    margin-right: auto;
    color: #f28705;
    font-size: 20px;
}

.texto ul li {
    letter-spacing: 4px;
    text-align: left;
    max-width: 600px;
    margin-left: 40px;
    margin-right: auto;
    color: #0c96cf;
    font-size: 25px;
}

#apoiador {
    text-align: center;
    color: #f8f8f8;
    background-color: #004ba8;
    justify-content: center;
}

#apoiador a {
    text-align: center;
    justify-content: center;
    color: #004ba8;
    transition: 0.5s;
    font-size: 20px;
    background-color: #f8f8f8;
    border-radius: 50px;
    padding: 15px !important;
}

#apoiador a:hover {
    font-size: 22px;
}

.logo img {
    height: 25vh;
    object-fit: contain;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: rgb(251, 251, 251);
    color: #004ba8;
    height: 13vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
}

.nave-list {
    display: flex;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    position: relative;
    z-index: 1050;
}


.nave-list li {
    letter-spacing: 3px;
    margin-left: 60px;
    color: #004ba8 !important;
    list-style: none !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 18px;
}

.nave-list li button:hover {
    color: #f28705;
}

.Drop {
    letter-spacing: 3px;
    padding: 0;
    padding-bottom: 2px;
    color: #004ba8 !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 18px;
    border: 0 solid transparent;
    transition: 0.5s;
}

.Drop:hover {
    color: #f28705 !important;
}

.dropdown-menu li {
    margin: 15px;
}

.dropdown-menu a {
    color: #004ba8;
    font-size: 20px !important;
}

.dropdown-menu a:hover {
    color: #f28705;
    background-color: transparent;
}

.barra {
    border-radius: 10px;
    border: 2px solid #004ba8;
    width: 15vw;
    height: 5vh;
}

.botao {
    background-color: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
}

.social-icons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.social-icons a {
    color: #004ba8;
    transition: 0.3s;
}

.social-icons a:hover {
    opacity: 0.7;
    color: #f28705;
}

.mobile-menu {
    cursor: pointer;
    display: none;
    z-index: 1001;
}

.mobile-menu div {
    width: 32px;
    height: 2px;
    background: #004ba8;
    margin: 8px;
    transition: 0.3s;
}

@media (max-width: 999px) {
    body {
        overflow-x: hidden;
    }

    .nave-list {
        position: fixed;
        top: 13vh;
        right: 0;
        width: 100vw;
        height: calc(100vh - 13vh);
        background: rgb(251, 251, 251);
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        transform: translateX(100%);
        transition: transform 0.3s ease-in;
        z-index: 1050;
    }

    .nave-list li {
        margin-left: 0;
        opacity: 0;
    }

    .mobile-menu {
        display: block;
        z-index: 1000;
    }

    .barra {
        border-radius: 10px;
        border: 2px solid #004ba8;
        width: 25vw;
        height: 5vh;
    }

    .dropdown-menu li {
        margin: 15px 0;
        text-align: center;
    }


    #apoiador.texto {
        text-align: center;
        letter-spacing: 4px;
        height: 30vh;
        color: #f8f8f8;
        background-color: #e57b12;
    }

    #apoiador.texto h1 {
        margin-left: 2px;
        text-align: left;
    }


    .dropdown-menu {
        position: static !important;
        display: none;
        background-color: white !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 9999;
        width: 100%;
        padding: 15px 25px 15px 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.05);

    }

    .dropdown-menu.show {
        display: block;

    }


    .dropdown-toggle::after {
        display: none;
    }

    .nave-list.active {
        transform: translateX(0);
        z-index: 9998;
        background-color: white;
        text-align: center;
    }

    /* FIM Ajustes dropdown para mobile */
}

.nave-list.active {
    transform: translateX(0);
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.mobile-menu.active .line1 {
    transform: rotate(-45deg) translate(-8px, 8px);
}

.mobile-menu.active .line2 {
    opacity: 0;
}

.mobile-menu.active .line3 {
    transform: rotate(45deg) translate(-5px, -7px);
}

main {
    background-color: #ffffff;
    padding: 20px;
    flex: 1 0 auto;
    padding-top: 13vh;
    min-height: calc(100vh - 13vh);
}

.text-shadow {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.banner-container {
    background-color: var(--amarelo);
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 100;
    margin-top: 13vh;
}

.banner-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border: none;
}

.card-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    background-color: #F8F8F8;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
}

.card-home-title {
    font-family: 'Inter';
    color: #E57B12;
    font-size: 40px;
}

.card-home-text {
    font-family: 'Inter';
    color: #000000;
    font-size: 15px;
}

.section-title {
    font-family: 'Inter';
    font-size: 35px;
    text-align: center;
    color: white;
}

.section-subtitle {
    font-family: 'Inter';
    font-size: 20px;
    color: #252525;
}

.section-subtext {
    font-family: 'Inter';
    font-size: 16px;
    color: rgb(0, 0, 0);
}

.section-text {
    font-family: 'Inter';
    font-size: 20px;
    color: white;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-title {
    font-size: 25px;
    font-weight: bolder;
}

.card-text {
    font-size: 15px;
}

/* Estilos antigos removidos - icon-container não mais utilizado */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.scroll-to-top {
    position: fixed;
    bottom: 50px;
    right: 60px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.scroll-to-top i {
    font-size: 2rem;
    color: #0C96CF;
}

.scroll-to-top i:hover {
    color: #0C96CF;
}

.scroll-to-top.show {
    opacity: 1;
    transform: translateY(0);
}

.accordion-button {
    background-color: #0C96CF;
    color: white;
    font-size: 25px;
}

.accordion-button:hover {
    background-color: #E57B12;
    color: white;
}

.accordion-button:not(.collapsed) {
    background-color: #0C96CF;
    color: white;
    box-shadow: none;
}

/* ===== Melhorias de Front-end ===== */

/* Remover CSS duplo e consolidar */
main {
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    overflow-x: hidden;
}

/* Seções e backgrounds */
.section-about {
    background: linear-gradient(135deg, #F8F8F8 0%, #F0F0F0 100%);
    padding: 3rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.section-about::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: rgba(229, 123, 18, 0.05);
    border-radius: 50%;
    pointer-events: none;
}

.section-about::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -50px;
    width: 400px;
    height: 400px;
    background: rgba(0, 75, 168, 0.03);
    border-radius: 50%;
    pointer-events: none;
}

/* About Image */
.about-image-container {
    position: relative;
    margin-bottom: 2rem;
}

.about-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    object-fit: cover;
}

.about-image-container:hover .about-image {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(229, 123, 18, 0.1) 0%, rgba(0, 75, 168, 0.1) 100%);
    border-radius: 12px;
    pointer-events: none;
}

/* About Content */
.about-content {
    position: relative;
    z-index: 1;
}

.about-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #004ba8;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.about-divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #E57B12, #d46b0d);
    margin-bottom: 1.5rem;
    border-radius: 2px;
}

.about-description {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.about-description strong {
    color: #004ba8;
    font-weight: 600;
}

.about-subtitle {
    font-size: 15px;
    color: #666;
    margin-bottom: 2rem;
    font-weight: 500;
}

.about-subtitle strong {
    color: #E57B12;
}

/* Values Grid */
.about-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    margin-top: 2.5rem;
}

.value-card {
    background: white;
    padding: 2rem 1.5rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    border-left: 4px solid #E57B12;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.value-card:nth-child(2) {
    border-left-color: #004ba8;
}

.value-card:nth-child(3) {
    border-left-color: #0C96CF;
}

.value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.value-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #E57B12 0%, #d9700f 100%);
    color: white;
    border-radius: 50%;
    transition: all 0.4s ease;
    line-height: 1;
}

.value-card:nth-child(2) .value-icon {
    background: linear-gradient(135deg, #004ba8 0%, #0a3d7d 100%);
}

.value-card:nth-child(3) .value-icon {
    background: linear-gradient(135deg, #0C96CF 0%, #0a7aa6 100%);
}

.value-card:hover .value-icon {
    transform: scale(1.1);
}

.value-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #004ba8;
    margin-bottom: 0.6rem;
    margin-top: 0;
}

.value-text {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 992px) {
    .about-values {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .about-title {
        font-size: 2rem;
        text-align: center;
    }

    .about-divider {
        margin-left: auto;
        margin-right: auto;
    }

    .about-description,
    .about-subtitle {
        text-align: center;
    }

    .about-values {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        margin-top: 2rem;
    }

    .value-card {
        padding: 1.5rem 1.25rem;
    }

    .value-icon {
        font-size: 2rem;
        width: 56px;
        height: 56px;
    }

    .value-title {
        font-size: 1rem;
    }

    .value-text {
        font-size: 12.5px;
    }
}

.section-services {
    background: linear-gradient(135deg, #E57B12 0%, #d46b0d 100%);
    position: relative;
    overflow: hidden;
}

.section-services::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    pointer-events: none;
}

.section-services::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    pointer-events: none;
}

.title-divider {
    width: 60px;
    height: 4px;
    background: white;
    margin: 1rem auto;
    border-radius: 2px;
}

.section-descriptive-text {
    font-size: 18px;
    color: white;
    max-width: 700px;
    margin: 1.5rem auto 0;
    line-height: 1.6;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}

.service-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.service-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 250px;
    background: linear-gradient(135deg, #E57B12, #d46b0d);
}

.service-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-card:hover .service-card-img {
    transform: scale(1.1);
}

.service-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #E57B12;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(229, 123, 18, 0.3);
}

.service-badge.badge-primary {
    background: #004ba8;
    box-shadow: 0 4px 12px rgba(0, 75, 168, 0.3);
}

.service-card-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #004ba8;
    margin-bottom: 1rem;
}

.service-card-description {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.service-highlights {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.highlight-item {
    background: #f0f0f0;
    color: #004ba8;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.btn-service {
    display: inline-block;
    background: linear-gradient(135deg, #E57B12 0%, #d46b0d 100%);
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
    align-self: flex-start;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.btn-service:hover {
    background: linear-gradient(135deg, #d46b0d 0%, #c55c0a 100%);
    transform: translateX(4px);
    box-shadow: 0 6px 20px rgba(229, 123, 18, 0.3);
    color: white;
}

.btn-service:active {
    transform: translateX(2px);
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .service-card {
        border-radius: 12px;
    }

    .service-image-wrapper {
        height: 200px;
    }

    .service-card-body {
        padding: 1.5rem;
    }

    .service-card-title {
        font-size: 20px;
    }

    .section-descriptive-text {
        font-size: 16px;
    }
}

.section-support {
    display: flex;
    align-items: center;
    min-height: 50vh;
    padding: 2rem 0;
}

.section-video {
    padding: 2.5rem 0;
    background-color: #f9f0e9;
}

/* Card melhorias */
.col-md {
    transition: 0.3s ease;
    background-color: rgb(248, 248, 248);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 1.5rem;
}

.col-md:hover {
    background-color: rgb(243, 243, 243);
    transform: scale(1.1);
}

/* Serviços - removido (classes antigas não mais usadas) */

/* Apoio */
.apoie {
    transition: 0.6s ease;
}

.apoie:hover {
    transform: scale(1.2);
}

/* Mascote */
#mascote_pensativo {
    transition: 0.6s ease;
}

#mascote_pensativo:hover {
    transform: scale(1.1);
}

/* Lazy loading - melhor performance */
img[loading="lazy"] {
    background-color: #f0f0f0;
}

/* Imagens responsivas */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* FAQs container */
#mascote-faq {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    margin: 2rem 0;
}

/* Tipografia consistente */
h1,
h2,
h3,
h4,
h5,
h6,
body,
p,
span,
a,
li {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}

/* Links com acessibilidade */
a:focus-visible {
    outline: 2px solid #f28705;
    outline-offset: 2px;
}

/* Botões com melhor feedback */
button:focus-visible {
    outline: 2px solid #f28705;
    outline-offset: 2px;
}

/* Cores acessíveis para contraste */
.card-home {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-home:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Responsive text alignment */
@media (max-width: 768px) {
    .text-md-start {
        text-align: center !important;
    }

    #mascote-faq {
        flex-direction: column;
        align-items: center;
    }

    #mascote_pensativo {
        max-height: 40vh;
    }

    main {
        padding-top: 13vh;
    }
}

/* ===== Navbar Styles (removido inline styles) ===== */
.nav-logo {
    display: flex;
    align-items: center;
}

.nave-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    gap: 20px;
}

.Drop {
    font-size: 16px;
}

.dropdown-menu {
    align-items: center;
}

.dropdown-item {
    font-size: 16px;
}

.nav-dashboard-btn {
    background: linear-gradient(135deg, #0468BF 0%, #0357a8 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(4, 104, 191, 0.3);
    transition: all 0.3s ease;
}

.nav-dashboard-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(4, 104, 191, 0.4);
    color: white;
}

.nav-user-btn {
    background: transparent;
    border: none;
    padding: 8px 12px;
    font-size: 1.3rem;
    color: #004ba8;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.nav-user-btn:hover {
    background-color: rgba(0, 75, 168, 0.08);
    color: #003375;
}

.nav-user-btn::after {
    border: none;
}

.nav-user-name-short {
    font-size: 14px;
    font-weight: 500;
    color: #004ba8;
    display: none;
}

@media (min-width: 992px) {
    .nav-user-name-short {
        display: inline;
    }
}

/* Dropdown melhorado */
.nav-user-dropdown {
    min-width: 280px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-top: 10px;
}

.nav-user-header {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #004ba8 0%, #0468BF 100%);
    border-radius: 12px 12px 0 0;
    color: white;
}

.nav-user-avatar {
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.nav-user-info {
    flex: 1;
    min-width: 0;
}

.nav-user-full-name {
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-user-role {
    font-size: 12px;
    opacity: 0.85;
    margin-top: 2px;
}

.nav-user-dropdown .dropdown-divider {
    margin: 8px 0;
}

.nav-user-menu-item {
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
    border-radius: 0;
}

.nav-user-menu-item:hover {
    background-color: #f5f5f5;
    color: #004ba8;
    padding-left: 18px;
}

.nav-user-menu-item i {
    width: 18px;
    text-align: center;
    font-size: 16px;
}

.nav-user-menu-item.nav-logout {
    color: #dc3545;
}

.nav-user-menu-item.nav-logout:hover {
    background-color: rgba(220, 53, 69, 0.1);
    color: #c82333;
}

.nav-user-name {
    font-size: 12px;
    color: #666;
}

.nav-logout {
    font-weight: 500;
}

/* Responsividade do dropdown de usuário */
@media (max-width: 999px) {
    .nav-user-dropdown {
        position: fixed !important;
        min-width: 90vw;
        max-width: 90vw;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 8px;
        top: auto;
    }

    .nav-user-name-short {
        display: none;
    }

    .nav-user-header {
        padding: 12px 16px;
    }

    .nav-user-avatar {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .nav-user-full-name {
        font-size: 13px;
    }

    .nav-user-role {
        font-size: 11px;
    }

    .nav-user-menu-item {
        padding: 12px 16px;
    }
}

.social-icons i {
    font-size: 3vh;
}

.social-icons .bi-youtube {
    font-size: 4vh;
}

.accordion-body {
    background-color: #F8F8F8;
    color: #252525;
    font-size: 18px;
}

.text-primary {
    font-family: 'Inter';
    color: #004ba8 !important;
}

footer {
    background-color: #004ba8;
    color: #ffffff;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer p {
    margin-top: 10px;
    text-align: center;
}

footer a {
    color: #ffffff;
    /* Texto branco */
    text-decoration: none;
    font-weight: bold;
}

footer a:hover {
    color: #f28705;
    /* Hover amarelo */
    text-decoration: underline;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-fontiko/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-fontiko/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-fontiko/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* ==================== SECTION SUPPORT ==================== */

.section-support {
    background: linear-gradient(135deg, #004ba8 0%, #0C96CF 50%, #004ba8 100%);
    position: relative;
    overflow: hidden;
}

.section-support::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(226, 123, 18, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.section-support::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(226, 123, 18, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.section-support .section-title {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-support .title-divider-light {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #E57B12 0%, #F29F05 100%);
    margin: 1rem auto;
    border-radius: 2px;
}

.section-support .section-descriptive-text-light {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-top: 2rem;
    position: relative;
    z-index: 1;
}

.support-card {
    background: white;
    border-radius: 15px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 75, 168, 0.15);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    border: 1px solid rgba(226, 123, 18, 0.1);
    position: relative;
    overflow: hidden;
}

.support-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #004ba8 0%, #E57B12 100%);
}

.support-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 75, 168, 0.25);
}

.support-card:hover .support-icon {
    transform: scale(1.1) rotateY(10deg);
    box-shadow: 0 12px 24px rgba(14, 150, 207, 0.4);
}

.support-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #004ba8 0%, #0C96CF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    box-shadow: 0 8px 16px rgba(0, 75, 168, 0.2);
}

.support-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #004ba8;
    margin-bottom: 1rem;
}

.support-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.btn-support {
    display: inline-block;
    padding: 0.75rem 2rem;
    background: linear-gradient(135deg, #E57B12 0%, #F29F05 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    box-shadow: 0 4px 12px rgba(226, 123, 18, 0.3);
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
}

.btn-support:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(226, 123, 18, 0.5);
    background: linear-gradient(135deg, #F29F05 0%, #E57B12 100%);
    color: white;
}

/* ==================== SECTION FAQ ==================== */

.section-faq {
    background: linear-gradient(180deg, #f9fbff 0%, #f0f4f8 100%);
    padding: 5rem 0;
    overflow: hidden;
}

.section-faq .section-title {
    color: #004ba8;
}

.section-faq .title-divider {
    background: #0C96CF;
}

.faq-mascote {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.faq-mascote img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0, 75, 168, 0.1));
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    overflow-x: hidden;
}

.accordion-item-custom {
    background: white;
    border-radius: 12px;
    border: 1px solid #e0e7ff;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 75, 168, 0.06);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}

.accordion-item-custom:hover {
    box-shadow: 0 8px 20px rgba(0, 75, 168, 0.12);
    border-color: #0C96CF;
}

.accordion-button-custom {
    width: 100%;
    padding: 1.25rem 1.75rem;
    background: white;
    border: none;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    color: #004ba8;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.accordion-button-custom:hover {
    background: #f8fbff;
    color: #E57B12;
}

.accordion-button-custom::after {
    content: '';
}

.accordion-button-custom i {
    font-size: 1.2rem;
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    color: #0C96CF;
}

.accordion-button-custom[aria-expanded="true"] i {
    transform: rotate(180deg);
    color: #E57B12;
}

.accordion-label {
    flex: 1;
    display: block;
}

.accordion-collapse {
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}

.accordion-body-custom {
    padding: 1.5rem 1.75rem;
    background: #FAFBFC;
    color: #555;
    line-height: 1.8;
    font-size: 0.95rem;
    border-top: 1px solid #e0e7ff;
}

.accordion-body-custom strong {
    color: #004ba8;
    font-weight: 600;
}

.accordion-body-custom p {
    margin-bottom: 1rem;
}

.accordion-body-custom p:last-child {
    margin-bottom: 0;
}

/* ==================== RESPONSIVE ADJUSTMENTS ==================== */

@media (max-width: 992px) {
    .support-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .section-support .section-title {
        font-size: 2rem;
    }

    .faq-accordion {
        gap: 0.8rem;
    }
}

@media (max-width: 768px) {
    .section-support {
        padding: 3rem 0;
    }

    .section-support .section-title {
        font-size: 1.8rem;
    }

    .support-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .support-card {
        padding: 1.75rem 1.5rem;
    }

    .section-faq {
        padding: 3rem 0;
    }

    .accordion-button-custom {
        padding: 1rem 1.25rem;
        font-size: 0.9rem;
    }

    .accordion-body-custom {
        padding: 1.25rem 1.25rem;
        font-size: 0.85rem;
    }
}