
    :root {
        --primary-blue: #2e3192;
        --primary-blue-dark: #21236d;
        --primary-blue-light: #4145b8;

        --accent-orange: #f5851d;
        --accent-orange-hover: #d97010;

        --light-bg: #f5f7fb;
        --dark-text: #263238;
        --muted-text: #6c757d;

        --white: #ffffff;
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        font-family: 'Open Sans', sans-serif;
        color: var(--dark-text);
        background-color: var(--light-bg);
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .navbar-brand {
        font-family: 'Montserrat', sans-serif;
    }

    /* =========================================================
       TOP BAR
    ========================================================= */

    .top-bar {
        background-color: var(--primary-blue-dark);
        color: #fff;
        font-size: .82rem;
        padding: 7px 0;
        border-bottom: 2px solid var(--accent-orange);
    }

    .top-bar a {
        color: #dbe0ff;
        text-decoration: none;
        transition: color .2s ease;
    }

    .top-bar a:hover {
        color: var(--accent-orange);
    }

    /* =========================================================
       NAVBAR
    ========================================================= */

    .main-navbar {
        background-color: var(--primary-blue);
        box-shadow: 0 4px 16px rgba(0, 0, 0, .14);
        position: sticky;
        top: 0;
        z-index: 1030;
        padding: .7rem 0;
    }

    .navbar-brand img {
        max-height: 54px;
        width: auto;
        filter: drop-shadow(0 2px 4px rgba(0,0,0,.2));
    }

    .navbar-toggler {
        position: relative;
        z-index: 1050;
        border: none !important;
        box-shadow: none !important;
        padding: .5rem;
        cursor: pointer;
        pointer-events: auto;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .nav-link {
        color: rgba(255,255,255,.92) !important;
        font-family: 'Montserrat', sans-serif;
        font-size: .86rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .25px;
        padding: .65rem .9rem !important;
        border-radius: 6px;
        transition: all .25s ease;
    }

    .nav-link:hover,
    .nav-link.active {
        color: #fff !important;
        background-color: rgba(255,255,255,.12);
    }

    .nav-link.active {
        border-bottom: 3px solid var(--accent-orange);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    /* =========================================================
       BUTTONS
    ========================================================= */

    .btn-accent {
        background-color: var(--accent-orange);
        border-color: var(--accent-orange);
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        border-radius: 50px;
        padding: .7rem 1.35rem;
        box-shadow: 0 5px 15px rgba(245,133,29,.25);
        transition: all .25s ease;
    }

    .btn-accent:hover {
        background-color: var(--accent-orange-hover);
        border-color: var(--accent-orange-hover);
        color: #fff;
        transform: translateY(-2px);
    }
    /* =========================================================
   DROPDOWN RECARGA
========================================================= */

.navbar .dropdown-menu {
    border: none;
    border-radius: 12px;
    padding: .5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    margin-top: .6rem;
}

.navbar .dropdown-item {
    border-radius: 8px;
    padding: .7rem 1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: .82rem;
    font-weight: 600;
    color: var(--dark-text);
}

.navbar .dropdown-item:hover {
    background-color: rgba(46,49,146,.08);
    color: var(--primary-blue);
}

.navbar .dropdown-item i {
    width: 20px;
    text-align: center;
}

@media (max-width: 991.98px) {

    .navbar .dropdown-menu {
        background-color: rgba(255,255,255,.98);
        margin-top: .5rem;
    }

    .navbar .dropdown-toggle {
        width: 100%;
    }

}

    /* =========================================================
       HERO
    ========================================================= */

    .hero-banner {
        background:
            linear-gradient(
                135deg,
                rgba(33,35,109,.98) 0%,
                rgba(46,49,146,.96) 58%,
                rgba(30,32,96,.98) 100%
            );

        color: #fff;
        padding: 5rem 0 5.5rem;
        position: relative;
        overflow: hidden;
    }

    .hero-banner::before {
        content: '';
        position: absolute;
        width: 450px;
        height: 450px;
        right: -180px;
        top: -180px;
        border-radius: 50%;
        background: rgba(255,255,255,.04);
    }

    .hero-banner::after {
        content: '';
        position: absolute;
        width: 300px;
        height: 300px;
        left: -150px;
        bottom: -180px;
        border-radius: 50%;
        background: rgba(245,133,29,.08);
    }

    .hero-content {
        position: relative;
        z-index: 2;
    }

    .hero-label {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(255,255,255,.12);
        border: 1px solid rgba(255,255,255,.2);
        padding: 8px 16px;
        border-radius: 50px;
        color: #fff;
        font-size: .8rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .5px;
        margin-bottom: 1.25rem;
    }

    .hero-banner h1 {
        font-size: clamp(2.2rem, 5vw, 4rem);
        line-height: 1.08;
        font-weight: 800;
        margin-bottom: 1.25rem;
    }

    .hero-banner .lead {
        color: #e8eaff;
        max-width: 680px;
        font-size: 1.1rem;
        line-height: 1.7;
    }

    /* =========================================================
       QUICK SERVICES
    ========================================================= */

    .quick-services {
        margin-top: -3rem;
        position: relative;
        z-index: 5;
    }

    .service-card {
        height: 100%;
        background: #fff;
        border: none;
        border-radius: 14px;
        padding: 1.5rem;
        box-shadow: 0 10px 30px rgba(0,0,0,.09);
        transition: all .25s ease;
        text-decoration: none;
        display: block;
        color: var(--dark-text);
    }

    .service-card:hover {
        color: var(--dark-text);
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0,0,0,.13);
    }

    .service-icon {
        width: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background-color: rgba(46,49,146,.1);
        color: var(--primary-blue);
        font-size: 1.35rem;
        margin-bottom: 1rem;
    }

    .service-card.orange .service-icon {
        background-color: rgba(245,133,29,.12);
        color: var(--accent-orange);
    }

    .service-card h3 {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: .5rem;
    }

    .service-card p {
        color: var(--muted-text);
        font-size: .88rem;
        margin-bottom: 0;
        line-height: 1.55;
    }

    /* =========================================================
       SECTIONS
    ========================================================= */

    .section {
        padding: 5rem 0;
    }

    .section-title {
        color: var(--primary-blue-dark);
        font-weight: 800;
        margin-bottom: .6rem;
    }

    .section-subtitle {
        color: var(--muted-text);
        max-width: 720px;
    }

    .section-heading {
        margin-bottom: 2.5rem;
    }

    .section-heading.center {
        text-align: center;
    }

    .section-heading.center .section-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    /* =========================================================
       BILHETAGEM
    ========================================================= */

    .ticket-section {
        background-color: #fff;
    }

    .ticket-box {
        background:
            linear-gradient(
                135deg,
                var(--primary-blue-dark),
                var(--primary-blue)
            );
        color: #fff;
        border-radius: 22px;
        padding: 3rem;
        overflow: hidden;
        position: relative;
    }

    .ticket-box::after {
        content: '';
        position: absolute;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        background: rgba(255,255,255,.04);
        right: -120px;
        top: -120px;
    }

    .ticket-content {
        position: relative;
        z-index: 2;
    }

    .ticket-box h2 {
        font-weight: 800;
    }

    .ticket-box p {
        color: #e3e6ff;
        line-height: 1.7;
    }

    .benefit-item {
        display: flex;
        gap: 14px;
        margin-bottom: 1.35rem;
    }

    .benefit-icon {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: rgba(245,133,29,.16);
        color: var(--accent-orange);
    }

    .benefit-item h4 {
        font-size: .98rem;
        font-weight: 700;
        margin-bottom: .25rem;
    }

    .benefit-item p {
        font-size: .85rem;
        margin-bottom: 0;
        color: #cdd2f4;
    }

    /* =========================================================
       INTEGRAÇÃO
    ========================================================= */

    .integration-card {
        background: #fff;
        border-radius: 18px;
        padding: 2rem;
        height: 100%;
        box-shadow: 0 5px 20px rgba(0,0,0,.06);
        border-top: 4px solid var(--accent-orange);
    }

    .integration-time {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: var(--primary-blue);
        background: rgba(46,49,146,.08);
        border-radius: 50px;
        padding: 8px 15px;
        font-weight: 700;
        font-size: .85rem;
        margin-bottom: 1rem;
    }

    .integration-card h3 {
        color: var(--primary-blue-dark);
        font-weight: 700;
    }

    /* =========================================================
       CONSÓRCIO / HISTÓRIA
    ========================================================= */

    .history-section {
        background-color: #f0f2f8;
    }

    .history-card {
        background: #fff;
        border-radius: 18px;
        padding: 2.5rem;
        box-shadow: 0 6px 25px rgba(0,0,0,.05);
    }

    .history-year {
        font-family: 'Montserrat', sans-serif;
        font-size: 2.8rem;
        line-height: 1;
        color: var(--accent-orange);
        font-weight: 800;
        margin-bottom: .4rem;
    }

    .history-item {
        border-left: 3px solid var(--primary-blue);
        padding-left: 1.25rem;
        margin-bottom: 1.7rem;
    }

    .history-item:last-child {
        margin-bottom: 0;
    }

    .history-item h4 {
        font-size: 1rem;
        color: var(--primary-blue-dark);
        font-weight: 700;
        margin-bottom: .4rem;
    }

    .history-item p {
        color: var(--muted-text);
        margin-bottom: 0;
        line-height: 1.65;
    }

    /* =========================================================
       EMPRESAS
    ========================================================= */

    .company-card {
        height: 100%;
        background: #fff;
        border-radius: 16px;
        padding: 2rem;
        border-top: 5px solid var(--primary-blue);
        box-shadow: 0 6px 22px rgba(0,0,0,.06);
    }

    .company-card.alt-border {
        border-top-color: var(--accent-orange);
    }

    .company-card h3 {
        color: var(--primary-blue-dark);
        font-weight: 700;
    }

    .company-card p {
        color: var(--muted-text);
        line-height: 1.7;
    }

    .company-tag {
        display: inline-block;
        padding: 5px 10px;
        background: #f1f3f8;
        color: var(--primary-blue);
        border-radius: 20px;
        font-size: .72rem;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }

    /* =========================================================
       SI.GO
    ========================================================= */

    .sigo-section {
        background-color: var(--primary-blue);
        color: #fff;
    }

    .sigo-section h2 {
        font-weight: 800;
    }

    .sigo-section p {
        color: #dfe2ff;
        line-height: 1.7;
    }

    .sigo-card {
        background: rgba(255,255,255,.08);
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 16px;
        padding: 1.5rem;
        height: 100%;
    }

    .sigo-card i {
        color: var(--accent-orange);
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .sigo-card h4 {
        font-size: 1rem;
        font-weight: 700;
    }

    .sigo-card p {
        font-size: .84rem;
        margin-bottom: 0;
    }

    /* =========================================================
       FACEBOOK
    ========================================================= */

    .social-section {
        background: #fff;
    }

    .facebook-wrapper {
        background: #f5f6fa;
        border-radius: 16px;
        padding: 1rem;
        min-height: 500px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        overflow: hidden;
    }

    .facebook-wrapper iframe {
        max-width: 100%;
        border: none;
    }

    .social-content {
        padding-left: 1.5rem;
    }

    .social-content h2 {
        color: var(--primary-blue-dark);
        font-weight: 800;
    }

    .social-content p {
        color: var(--muted-text);
        line-height: 1.7;
    }

    .social-link {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 15px;
        border-radius: 10px;
        background: #f5f6fa;
        color: var(--dark-text);
        text-decoration: none;
        margin-bottom: 10px;
        font-weight: 600;
        transition: all .2s ease;
    }

    .social-link:hover {
        background: var(--primary-blue);
        color: #fff;
    }

    .social-link i {
        width: 24px;
        text-align: center;
        font-size: 1.15rem;
    }

    /* =========================================================
       OUVIDORIA
    ========================================================= */

    .ombudsman-section {
        background:
            linear-gradient(
                135deg,
                #f1f3f8,
                #fff
            );
    }

    .ombudsman-card {
        border-radius: 20px;
        padding: 3rem;
        background: #fff;
        box-shadow: 0 8px 30px rgba(0,0,0,.06);
    }

    .ombudsman-icon {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 18px;
        background: rgba(245,133,29,.12);
        color: var(--accent-orange);
        font-size: 1.8rem;
    }

    .ombudsman-card h2 {
        color: var(--primary-blue-dark);
        font-weight: 800;
    }
    /* =========================================================
       LGPD CARDS
    ========================================================= */

    .lgpd-card {

        background: #fff;

        border-radius: 18px;

        padding: 2rem;

        height: 100%;

        box-shadow:
            0 6px 22px rgba(0,0,0,.06);

        border-top: 4px solid var(--primary-blue);

        transition: all .25s ease;

    }


    .lgpd-card:hover {

        transform: translateY(-4px);

        box-shadow:
            0 12px 30px rgba(0,0,0,.09);

    }


    .lgpd-card.orange {

        border-top-color: var(--accent-orange);

    }


    .lgpd-icon {

        width: 58px;

        height: 58px;

        display: flex;

        align-items: center;

        justify-content: center;

        border-radius: 14px;

        background:
            rgba(46,49,146,.1);

        color: var(--primary-blue);

        font-size: 1.45rem;

        margin-bottom: 1.25rem;

    }


    .lgpd-card.orange .lgpd-icon {

        background:
            rgba(245,133,29,.12);

        color: var(--accent-orange);

    }


    .lgpd-card h3 {

        color: var(--primary-blue-dark);

        font-weight: 700;

        font-size: 1.2rem;

        margin-bottom: .8rem;

    }


    .lgpd-card p {

        color: var(--muted-text);

        line-height: 1.7;

        margin-bottom: 0;

    }


    /* =========================================================
       RIGHTS
    ========================================================= */

    .rights-section {

        background-color: #fff;

    }


    .right-item {

        display: flex;

        gap: 14px;

        margin-bottom: 1rem;

        padding: 1rem;

        background: #f7f8fc;

        border-radius: 12px;

        border-left: 3px solid var(--primary-blue);

    }


    .right-number {

        flex: 0 0 34px;

        width: 34px;

        height: 34px;

        display: flex;

        align-items: center;

        justify-content: center;

        border-radius: 50%;

        background: var(--primary-blue);

        color: #fff;

        font-family: 'Montserrat', sans-serif;

        font-weight: 700;

        font-size: .85rem;

    }


    .right-item p {

        margin: 0;

        color: var(--muted-text);

        line-height: 1.6;

        font-size: .92rem;

    }


    /* =========================================================
       PRIVACY
    ========================================================= */

    .privacy-section {

        background-color: #f0f2f8;

    }


    .privacy-card {

        background: #fff;

        border-radius: 20px;

        padding: 2.5rem;

        box-shadow:
            0 6px 25px rgba(0,0,0,.05);

    }


    .privacy-card h3 {

        color: var(--primary-blue-dark);

        font-weight: 700;

    }


    .privacy-card p {

        color: var(--muted-text);

        line-height: 1.75;

    }


    /* =========================================================
       DPO
    ========================================================= */

    .dpo-section {

        background-color: var(--primary-blue);

        color: #fff;

    }


    .dpo-section h2 {

        color: #fff;

        font-weight: 800;

    }


    .dpo-section p {

        color: #dfe2ff;

        line-height: 1.7;

    }


    .dpo-card {

        background: rgba(255,255,255,.08);

        border: 1px solid rgba(255,255,255,.12);

        border-radius: 18px;

        padding: 2rem;

        height: 100%;

    }


    .dpo-icon {

        width: 64px;

        height: 64px;

        display: flex;

        align-items: center;

        justify-content: center;

        border-radius: 16px;

        background: rgba(245,133,29,.15);

        color: var(--accent-orange);

        font-size: 1.5rem;

        margin-bottom: 1rem;

    }


    .dpo-card h3 {

        font-size: 1.05rem;

        font-weight: 700;

    }


    .dpo-card p {

        font-size: .9rem;

        margin-bottom: 0;

    }

    /* =========================================================
       FOOTER
    ========================================================= */

    .footer {
        background-color: var(--primary-blue-dark);
        color: #cbd5e1;
        padding: 4rem 0 1.5rem;
        border-top: 4px solid var(--accent-orange);
    }

    .footer-title {
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 1.25rem;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 10px;
    }

    .footer-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 35px;
        height: 3px;
        background-color: var(--accent-orange);
    }

    .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-links li {
        margin-bottom: .7rem;
    }

    .footer-links a {
        color: #cbd5e1;
        text-decoration: none;
        transition: color .2s ease;
    }

    .footer-links a:hover {
        color: var(--accent-orange);
    }

    .footer-address {
        color: #cbd5e1;
        line-height: 1.7;
        font-size: .9rem;
    }

    .footer-address strong {
        color: #fff;
    }

    .footer-contact {
        color: #cbd5e1;
        text-decoration: none;
    }

    .footer-contact:hover {
        color: var(--accent-orange);
    }

    .footer-social {
        display: flex;
        gap: 10px;
        margin-top: 1rem;
    }

    .footer-social a {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        background: rgba(255,255,255,.1);
        text-decoration: none;
        transition: all .2s ease;
    }

    .footer-social a:hover {
        background: var(--accent-orange);
        transform: translateY(-2px);
    }

    .footer-bottom {
        border-top: 1px solid rgba(255,255,255,.1);
        margin-top: 2.5rem;
        padding-top: 1.25rem;
        font-size: .78rem;
        color: #9da7b5;
    }
    /* =========================================================
   OUVIDORIA
========================================================= */

.ombudsman-side-card {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 8px 30px rgba(0,0,0,.06);
    border-top: 5px solid var(--primary-blue);
}

.ombudsman-side-card h2 {
    color: var(--primary-blue-dark);
    font-weight: 800;
    margin-bottom: .75rem;
}

.ombudsman-side-card > p {
    color: var(--muted-text);
    line-height: 1.7;
}

.ombudsman-contact {
    margin-top: 2rem;
}

.ombudsman-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 1rem 0;
    border-top: 1px solid #edf0f5;
}

.ombudsman-contact-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(245,133,29,.12);
    color: var(--accent-orange);
}

.ombudsman-contact-item small {
    display: block;
    color: var(--muted-text);
    font-size: .75rem;
    margin-bottom: 2px;
}

.ombudsman-contact-item a {
    display: block;
    color: var(--primary-blue);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.ombudsman-contact-item strong {
    display: block;
    color: var(--dark-text);
    font-size: .88rem;
}

.ombudsman-contact-item span {
    display: block;
    color: var(--muted-text);
    font-size: .82rem;
}

.ombudsman-help {
    display: flex;
    gap: 10px;
    margin-top: 1.5rem;
    padding: 1rem;
    background: #f5f7fb;
    border-radius: 12px;
}

.ombudsman-help i {
    color: var(--primary-blue);
    margin-top: 3px;
}

.ombudsman-help p {
    color: var(--muted-text);
    font-size: .8rem;
    line-height: 1.55;
    margin: 0;
}


/* =========================================================
   FORMULÁRIO
========================================================= */

.ombudsman-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 30px rgba(0,0,0,.06);
}

.ombudsman-form-card h2 {
    color: var(--primary-blue-dark);
    font-weight: 800;
    margin-bottom: .5rem;
}

.ombudsman-form-section {
    margin-bottom: 1.25rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #edf0f5;
}

.ombudsman-form-section h3 {
    color: var(--primary-blue-dark);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .25rem;
}

.ombudsman-form-section h3 i {
    color: var(--accent-orange);
}

.ombudsman-form-section p {
    color: var(--muted-text);
    font-size: .82rem;
    margin-bottom: 0;
}

.ombudsman-form-card .form-label {
    color: var(--dark-text);
    font-size: .85rem;
    font-weight: 600;
    margin-bottom: .45rem;
}

.ombudsman-form-card .form-control,
.ombudsman-form-card .form-select {
    min-height: 46px;
    border-color: #dfe3eb;
    border-radius: 9px;
    font-size: .88rem;
}

.ombudsman-form-card textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.ombudsman-form-card .form-control:focus,
.ombudsman-form-card .form-select:focus {
    border-color: var(--primary-blue-light);
    box-shadow: 0 0 0 .2rem rgba(46,49,146,.1);
}

.ombudsman-captcha {
    display: flex;
    gap: 10px;
    align-items: center;
}

.ombudsman-captcha-placeholder {
    flex: 0 0 130px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #dfe3eb;
    border-radius: 9px;
    background: #f5f7fb;
    color: var(--muted-text);
    font-size: .8rem;
    font-weight: 700;
}

.ombudsman-captcha-placeholder i {
    color: var(--primary-blue);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .ombudsman-form-card,
    .ombudsman-side-card {
        padding: 1.5rem;
    }

    .ombudsman-captcha {
        flex-direction: column;
        align-items: stretch;
    }

    .ombudsman-captcha-placeholder {
        flex-basis: auto;
        width: 100%;
    }

}

    /* =========================================================
       MOBILE
    ========================================================= */

    @media (max-width: 991.98px) {

        .navbar-collapse {
            position: relative;
            z-index: 1050;
            background-color: var(--primary-blue);
            padding: 1rem 0 .5rem;
        }

        .navbar-nav {
            width: 100%;
        }

        .nav-link {
            transform: none !important;
            padding: .75rem 0 !important;
        }

        .nav-link.active {
            border-bottom: none;
            border-left: 3px solid var(--accent-orange);
            padding-left: .75rem !important;
        }

        .navbar .btn-accent {
            margin-top: .5rem;
            width: 100%;
        }

        .hero-banner {
            padding: 4rem 0 4.5rem;
        }

        .quick-services {
            margin-top: -2rem;
        }

        .social-content {
            padding-left: 0;
            padding-top: 2rem;
        }
    }

    @media (max-width: 767.98px) {

        .top-bar {
            display: none;
        }

        .hero-banner {
            padding: 3.5rem 0 4rem;
        }

        .hero-banner h1 {
            font-size: 2.35rem;
        }

        .hero-banner .lead {
            font-size: 1rem;
        }

        .section {
            padding: 3.5rem 0;
        }

        .ticket-box,
        .ombudsman-card {
            padding: 2rem;
        }

        .facebook-wrapper {
            min-height: 500px;
        }

        .history-card {
            padding: 1.7rem;
        }
    }



    /* =========================================================
   MODAL DE COMUNICADO
   ========================================================= */

.comunicado-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 24px;

    background: rgba(9, 24, 42, 0.68);

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    animation: comunicadoFadeIn .25s ease;
}

.comunicado-modal {
    position: relative;

    width: 100%;
    max-width: 620px;
    max-height: calc(100vh - 48px);

    overflow: auto;

    background: #ffffff;

    border-radius: 24px;

    box-shadow:
        0 25px 70px rgba(0, 0, 0, .22),
        0 8px 25px rgba(0, 0, 0, .10);

    animation: comunicadoModalIn .3s ease;
}


/* Cabeçalho */

.comunicado-header {
    display: flex;
    align-items: center;
    gap: 16px;

    padding: 28px 32px;

    color: #ffffff;

    background: linear-gradient(
        135deg,
        #005baa 0%,
        #0074c8 100%
    );
}

.comunicado-icon {
    flex-shrink: 0;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 15px;

    background: rgba(255, 255, 255, .16);
}

.comunicado-label {
    display: block;

    margin-bottom: 5px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;

    opacity: .8;
}

.comunicado-header h2 {
    margin: 0;

    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
}


/* Botão fechar */

.comunicado-fechar {
    position: absolute;
    z-index: 2;

    top: 18px;
    right: 18px;

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;
    border-radius: 50%;

    color: #ffffff;
    background: rgba(255, 255, 255, .14);

    font-size: 27px;
    line-height: 1;

    cursor: pointer;

    transition:
        background .2s ease,
        transform .2s ease;
}

.comunicado-fechar:hover {
    background: rgba(255, 255, 255, .25);
    transform: rotate(90deg);
}


/* Imagem */

.comunicado-imagem {
    width: 100%;
    max-height: 280px;
    overflow: hidden;
}

.comunicado-imagem img {
    display: block;

    width: 100%;
    height: auto;
    max-height: 280px;

    object-fit: cover;
}


/* Conteúdo */

.comunicado-body {
    padding: 28px 32px 10px;
}

.comunicado-resumo {
    margin: 0 0 18px;

    color: #263b50;

    font-size: 17px;
    line-height: 1.55;
    font-weight: 600;
}

.comunicado-conteudo {
    color: #536577;

    font-size: 15px;
    line-height: 1.7;
}
.comunicado-conteudo > img {
    max-width: 100%;
}

.comunicado-conteudo p {
    margin: 0 0 14px;
}

.comunicado-conteudo strong {
    color: #19354e;
}


/* Footer */

.comunicado-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;

    padding: 20px 32px 28px;
}

.comunicado-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 20px;

    border-radius: 10px;

    color: #ffffff;
    background: #005baa;

    font-size: 14px;
    font-weight: 700;
    text-decoration: none;

    transition:
        background .2s ease,
        transform .2s ease;
}

.comunicado-btn:hover {
    color: #ffffff;
    background: #004a8c;
    transform: translateY(-1px);
}

.comunicado-continuar {
    padding: 12px 18px;

    border: 0;
    border-radius: 10px;

    color: #536577;
    background: #f1f5f8;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    transition: background .2s ease;
}

.comunicado-continuar:hover {
    background: #e5ebf0;
}


/* Animações */

@keyframes comunicadoFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes comunicadoModalIn {
    from {
        opacity: 0;
        transform: translateY(15px) scale(.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/* Mobile */

@media (max-width: 600px) {

    .comunicado-overlay {
        padding: 15px;
    }

    .comunicado-modal {
        max-height: calc(100vh - 30px);
        border-radius: 20px;
    }

    .comunicado-header {
        padding: 24px 22px;
        padding-right: 55px;
    }

    .comunicado-header h2 {
        font-size: 21px;
    }

    .comunicado-icon {
        width: 44px;
        height: 44px;
    }

    .comunicado-body {
        padding: 22px 22px 5px;
    }

    .comunicado-footer {
        flex-direction: column-reverse;
        align-items: stretch;

        padding: 18px 22px 22px;
    }

    .comunicado-btn,
    .comunicado-continuar {
        justify-content: center;
        text-align: center;
        width: 100%;
    }
}
