/*
Theme Name: UNIFEI Finance
Theme URI: https://example.com/unifei-finance-theme/
Author: Your Name
Description: A custom WordPress theme for UNIFEI Finance.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unifei-finance
*/

@import url('https://fonts.googleapis.com/css2?family=Basic&family=Sumana:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sree+Krushnadevaraya&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cantata+One&display=swap');




/* Define CSS variables for consistency */
:root {
    --color-primary-brown: #343435;
    --color-secondary-grey: #5E5E63;
    --color-background-light: #FFFFFF;
    --color-border-light: #E0E0E0;
    --color-blue-accent: #7399C6;
    --color-line-separator: rgb(217, 217, 217);
}

/* General styles for all sections */

body {
    background: #FFFFFF !important;
}


.section-title {
    font-family: 'Sumana', serif;
    color: var(--color-primary-brown);
    font-weight: 400;
    line-height: 1.2;
    font-size: 3rem;
}

.text-green-600 {
    color: #10B981;
}

.text-red-600 {
    color: #EF4444;
}

.section-subtitle {
    font-family: 'Basic', sans-serif;
    color: #343435;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 1rem;
}

.article-title, .theory-post-title, .news-card-title, .article-item-title {
    font-family: 'Sumana', serif;
    color: var(--color-primary-brown);
    font-weight: 400;
    line-height: 1.5;
}
.article-title a, .theory-post-title a, .news-card-title a, .article-item-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease-in-out;
}
.article-title a:hover, .theory-post-title a:hover, .news-card-title a:hover, .article-item-title a:hover {
    color: var(--color-blue-accent);
}

.section-description {
    font-family: 'Basic', sans-serif;
    color: #343435;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal !important;
    text-align: justify;
    max-width: 28rem;
    margin: 0;
}

.nucleo-description {
    font-family: 'Basic', sans-serif;
    font-size: 0.9rem;
    color: #343435;
    line-height: 1.5;
    margin-bottom: 1rem;
    flex-grow: 1;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.read-more-link, .theory-read-more-link {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--color-blue-accent);
    text-decoration: none;
}
.read-more-link svg, .theory-read-more-link svg {
    color: var(--color-blue-accent);
    transition: transform 0.2s ease-in-out;
}
.read-more-link:hover svg, .theory-read-more-link:hover svg {
    transform: translateX(4px);
}

/* Hero Section */
.hero-section {
    background-color: var(--color-background-light);
    position: relative;
    overflow: hidden;
    padding-top: 6rem;
    padding-bottom: 32px;
}

.hero-section > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.hero-content-left {
    width: 50%;
    text-align: left;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.hero-headline {
    font-family: 'Sumana', serif;
    color: #343435;
    opacity: 0.91;
    font-weight: 400;
    line-height: 0.9;
    margin-bottom: 1rem;
    font-size: 3.5rem;
    letter-spacing: 0.01em;
}

@media (min-width: 640px) {
    .hero-headline {
        font-size: 4.5rem;
    }
}

@media (min-width: 1024px) {
    .hero-headline {
        font-size: 5.5rem;
    }
}

.hero-subtext-link {
    font-family: 'Basic', sans-serif;
    color: #685445;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: color 0.2s ease-in-out;
    font-size: 1rem;
    line-height: 1.6;
    text-transform: uppercase;
}

.hero-subtext-link:hover {
    color: var(--color-primary-brown);
}

.hero-image-right {
    background-color: #d8d8d8;
    border-radius: 0;
    overflow: hidden;
    position: absolute;
    top: 38px;
    right: -8px;
    width: 50%;
    min-height: 138vh;
    height: auto;
    z-index: 1;
}

@media (max-width: 1023px) {
    .hero-image-right {
        position: relative;
        width: 100%;
        height: 300px;
        margin-top: 1rem;
        top: auto;
    }
}

@media (min-width: 1024px) {
    .hero-image-right {
        width: 50vw;
        position: absolute;
        right: -8px;
        top: 38px;
        height: calc(100% - 38px);
    }
}

/* "Quem Somos" Section */
.who-we-are-section {
    background-color: var(--color-background-light);
}
.who-we-are-content-left .section-subtitle {
    color: var(--color-secondary-grey);
    font-weight: 500;
    letter-spacing: 0.05em;
}
.who-we-are-content-left .section-title {
    font-family: 'Sumana', serif;
    font-weight: 400;
    line-height: 1.1;
    font-size: 2.5rem;
}
@media (min-width: 640px) {
    .who-we-are-content-left .section-title {
        font-size: 3rem;
    }
}
@media (min-width: 1024px) {
    .who-we-are-content-left .section-title {
        font-size: 3.5rem;
    }
}
.who-we-are-stats-right {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.stat-plus-color {
    color: #5E5E63;
}

.stat-number .stat-plus-color {
    font-weight: inherit;
}

@media (min-width: 1024px) {
    .who-we-are-stats-right {
        align-items: flex-start;
    }
    .who-we-are-stats-right .stat-item {
        justify-content: flex-start;
    }
}

.who-we-are-stats-right .stat-item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 1rem;
}

.who-we-are-stats-right .stat-number {
    font-family: 'Sumana', serif;
    color: #685445;
    font-weight: 400;
    font-size: 4rem;
    white-space: nowrap;
}
@media (min-width: 640px) {
    .who-we-are-stats-right .stat-number {
        font-size: 5rem;
    }
}
@media (min-width: 1024px) {
    .who-we-are-stats-right .stat-number {
        font-size: 5.5rem;
    }
}
.stat-description {
    font-family: 'Basic', sans-serif;
    color: var(--color-secondary-grey);
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 0.9rem;
    line-height: 1.2;
}

/* "NOSSOS NÚCLEOS" Section */
.nucleos-section {
    background-color: var(--color-background-light);
}
.nucleos-section .section-title {
    font-family: 'Sumana', serif;
    color: var(--color-primary-brown);
    font-weight: 400;
    line-height: 1.2;
}
/* ==================================================== */
/* CSS CORRIGIDO E SIMPLIFICADO PARA O CARROSSEL        */
/* ==================================================== */

.nucleos-carousel-container {
    overflow-x: auto; /* Usa 'auto' para só mostrar a barra se necessário */
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    cursor: grab;
    padding-bottom: 1rem; /* 16px */

    /* Removemos todas as regras de largura e margem. O container agora
       ocupa a largura do seu pai, alinhado perfeitamente à esquerda. */

    /* Esconde as barras de rolagem */
    -ms-overflow-style: none;  /* IE e Edge */
    scrollbar-width: none; /* Firefox */
}

.nucleos-carousel-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, etc. */
}

/* Adicionamos um espaçamento final ao último card para que ele não
   fique colado na borda direita da tela ao rolar */
.nucleos-carousel {
    display: inline-flex;
    gap: 2rem; /* 32px - Espaçamento entre os cards */

    /* Padding que corresponde ao padding do container pai para um final limpo */
    padding-right: 1rem; /* padding-right para telas pequenas */
}

@media (min-width: 640px) {
    .nucleos-carousel {
        padding-right: 1.5rem; /* padding-right para telas médias */
    }
}

@media (min-width: 1024px) {
    .nucleos-carousel {
        padding-right: 2rem; /* padding-right para telas grandes */
    }
}
.nucleos-carousel-container::-webkit-scrollbar {
    display: none;
}
.nucleos-carousel {
    display: inline-flex;
    gap: 32px;
}
@media (min-width: 768px) {
    .nucleos-carousel {
        gap: 40px;
    }
}
@media (min-width: 1024px) {
    .nucleos-carousel {
        gap: 56px;
    }
}
.nucleo-card {
    flex: 0 0 auto;
    width: 380px;
    min-width: 350px;
    max-width: 500px;
    background-color: #F2F2F2;
    border-radius: 0px;
    box-shadow: none;
    overflow: hidden;
    border: none;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease-in-out;
    user-select: none;
}
.nucleo-card:hover {
    transform: translateY(-5px);
}
@media (min-width: 768px) {
    .nucleo-card {
        width: calc((100% - (2 * 40px)) / 2.5);
        min-width: 380px;
    }
}
@media (min-width: 1024px) {
    .nucleo-card {
        width: calc((100% - (2 * 56px)) / 3);
        min-width: 400px;
    }
}
@media (min-width: 1280px) {
    .nucleo-card {
        width: 450px;
        max-width: 500px;
    }
}
.nucleo-image-container {
    position: relative;
    width: 100%;
    padding-top: 65%;
    background-color: #f0f0f0;
    overflow: hidden;
}
.nucleo-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.nucleo-card .p-6 {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}
.nucleo-title {
    font-family: 'Basic', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.6;
    color: #685445;
    margin-bottom: 0.75rem;
    font-weight: normal;
}
.nucleo-arrow-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: #7399C6;
    transition: transform 0.2s ease-in-out;
    margin-top: auto;
}
.nucleo-arrow-link:hover {
    transform: translateX(4px);
}
.nucleo-arrow-link svg {
    stroke: currentColor;
    width: 1.5rem;
    height: 1.5rem;
}

/* "NOTICIAS E INSIGHTS" Section */
.news-insights-section {
    background-color: var(--color-background-light);
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.news-insights-header-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}
@media (min-width: 1024px) {
    .news-insights-header-block {
        text-align: left;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
.news-insights-section .section-title {
    font-weight: 400;
    line-height: 1.2;
    font-size: 3rem;
}
.explore-all-insights-link {
    font-family: 'Basic', sans-serif;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #685445;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.6;
    text-transform: uppercase;
}
.explore-all-insights-link svg {
    color: #7399C6;
    transition: transform 0.2s ease-in-out;
}
.explore-all-insights-link:hover svg {
    transform: translateX(4px);
}
.featured-news-card {
    background-color: #F2F2F2;
    box-shadow: none;
    border-radius: 0;
    border: none;
    overflow: hidden;
}
.featured-news-image-container {
    position: relative;
    width: 100%;
    padding-top: 66.66%;
    background-color: #f0f0f0;
    overflow: hidden;
}
.featured-news-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.news-card-category {
    font-family: 'Basic', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #685445;
    letter-spacing: 0.05em;
    font-size: 1rem;
    line-height: 1.6;
}
.news-card-title {
    font-family: 'Sumana', serif;
    color: var(--color-primary-brown);
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.7rem;
}
.news-card-date {
    font-family: 'Basic', sans-serif;
    color: var(--color-secondary-grey);
    font-size: 0.8rem;
    margin-bottom: 1rem;
}
.news-card-arrow-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: #7399C6;
    transition: transform 0.2s ease-in-out;
}
.news-card-arrow-link:hover {
    transform: translateX(4px);
}
.news-card-arrow-link svg {
    stroke: currentColor;
    width: 1.5rem;
    height: 1.5rem;
}
.article-item-category {
    font-family: 'Basic', sans-serif;
    font-weight: normal;
    color: #685445;
    letter-spacing: 0.05em;
    font-size: 1rem;
    line-height: 1.6;
    text-transform: uppercase;
}
.article-item-title {
    font-family: 'Sumana', serif;
    color: var(--color-primary-brown);
    font-weight: 400;
    line-height: 1.3;
    font-size: 1.6rem;
}
.article-item-date {
    font-family: 'Basic', sans-serif;
    color: var(--color-secondary-grey);
    font-size: 0.8rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.news-list-right-column {
    gap: 0;
}
.news-list-right-column .article-item:not(:last-child) {
    border-bottom: 1px solid var(--color-line-separator);
    padding-bottom: 0;
    margin-bottom: 0;
}
.news-list-right-column .article-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.news-list-right-column .article-item:first-child {
    padding-top: 0;
}
.news-list-right-column .article-item:last-child {
    padding-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 1023px) {
    .hero-section > div,
    .who-we-are-section > div,
    .nucleos-section > div,
    .news-insights-section > div {
        flex-direction: column;
        gap: 2rem;
    }
    .hero-content-left, .who-we-are-content-left, .who-we-are-stats-right,
    .market-left-column, .market-right-column {
        width: 100%;
        text-align: center;
    }
    .hero-image-right {
        position: relative;
        width: 100%;
        height: 300px;
        margin-top: 1rem;
    }
    .nucleos-grid, .news-insights-grid {
        grid-template-columns: 1fr;
    }
    .news-list-right-column {
        margin-top: 2rem;
    }
}
@media (min-width: 1024px) {
    .hero-image-right {
        width: 50vw;
    }
}
/* Header CSS */
header {
    background-color: white;
    border-bottom: 1px solid var(--color-line-separator);
    padding: 1rem 0;
    position: relative;
    z-index: 1000;
}
#header-inner-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo-img {
    height: 35px;
    width: auto;
}
.main-nav {
    display: none;
}
.main-nav .nav-link {
    color: var(--color-primary-brown);
    text-decoration: none;
    padding: 0.5rem 1rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
}
.main-nav .nav-link:hover,
.main-nav .nav-link.active {
    color: var(--color-blue-accent);
}
.header-right-section {
    display: none;
    align-items: center;
    gap: 1.5rem;
}
.contact-button {
    background-color: #ffffff;
    color: #685445;
    padding: 0.75rem 1.25rem;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    text-transform: uppercase;
    transition: background-color 0.2s ease-in-out;
}
.contact-button:hover {
    background-color: #5d81b4;
}
.hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 1001;
}
.hamburger-icon div {
    width: 100%;
    height: 3px;
    background-color: var(--color-primary-brown);
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 999;
    display: none;
}
.mobile-menu.active {
    transform: translateX(0);
    display: flex;
}
.mobile-menu a {
    color: var(--color-primary-brown);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0.5rem 0;
}
.mobile-menu .contact-button-mobile {
    background-color: var(--color-blue-accent);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: 1rem;
}

/* Dropdown Menus */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    border-top: 1px solid var(--color-line-separator);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;
    z-index: 900;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    padding-bottom: 0;
}
.dropdown-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropdown-inner-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem 1.5rem 1rem;
    display: flex;
    flex-grow: 1;
}
.dropdown-menu-content {
    display: flex;
    width: 100%;
}
.dropdown-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}
.dropdown-column li a {
    text-decoration: none;
    color: var(--color-primary-brown);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.2s ease-in-out;
}
.dropdown-column li a:hover {
    color: var(--color-blue-accent);
}
.dropdown-bottom-section {
    background-color: #ffffff;
    border-top: 1px solid var(--color-line-separator);
    padding: 1.5rem 0;
}
.dropdown-bottom-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.dropdown-bottom-links {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    flex-wrap: wrap;
}
.dropdown-bottom-links p,
.dropdown-bottom-links a {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: #5B5B5B;
    text-decoration: none;
}
.dropdown-bottom-links a:hover {
    text-decoration: underline;
}
.dropdown-social-icons {
    display: flex;
    gap: 0.65rem;
}
.dropdown-social-icons img {
    width: 16px;
    height: 16px;
}
/* Desktop styles for header (min-width: 1024px) */
@media (min-width: 1024px) {
    .main-nav,
    .header-right-section {
        display: flex;
    }
    .hamburger-icon {
        display: none;
    }
    .mobile-menu {
        display: none !important;
    }
}
/* Tablet/Mobile specific adjustments for header (max-width: 1023px) */
@media (max-width: 1023px) {
    #header-inner-container {
        padding: 0 1rem;
    }
    .dropdown-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding-top: 60px;
        justify-content: flex-start;
    }
    .dropdown-inner-container {
        flex-direction: column;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .dropdown-menu-content {
        flex-direction: column;
    }
    .dropdown-column {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 1.5rem;
    }
    .dropdown-bottom-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    .dropdown-bottom-links {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* ==================================================== */
/* CSS FINAL DA SEÇÃO NEWSLETTER (ABORDAGEM SEGURA)     */
/* ==================================================== */

/* 1. LAYOUT PRINCIPAL */
.briefings-section {
    overflow: hidden;
}
.newsletter-container {
    position: relative; /* ESSENCIAL: Cria a 'caixa' de posicionamento para a máscara */
    display: flex;
    align-items: center;
}
.newsletter-content-left {
    width: 55%;
    position: relative;
    z-index: 2;
}
@media (max-width: 1023px) {
    .newsletter-content-left {
        width: 100%;
    }
}

/* 2. FONTES E FORMULÁRIO */
.briefings-headline { font-family: 'Sumana', serif; font-size: 3rem; color: #343435; margin-bottom: 1rem; }
.briefings-description { font-family: 'Basic', sans-serif; font-size: 1.1rem; color: #5E5E63; margin-bottom: 2rem; }
.custom-newsletter-form-wrapper .wpforms-field-label { display: none !important; }
.custom-newsletter-form-wrapper .wpforms-field { padding: 0 !important; }
.custom-newsletter-form-wrapper .wpforms-field-container { display: flex; flex-direction: column; gap: 1rem; }
.custom-newsletter-form-wrapper .wpforms-field input[type="text"],
.custom-newsletter-form-wrapper .wpforms-field input[type="email"] {
    padding: 1rem 1.5rem !important; min-width: 300px !important; font-size: 1rem !important; border: none !important; border-radius: 0 !important; background-color: #FFFFFF !important; width: 100% !important; font-family: 'Basic', sans-serif !important;
}
.custom-newsletter-form-wrapper .wpforms-form input[type="text"]::placeholder,
.custom-newsletter-form-wrapper .wpforms-form input[type="email"]::placeholder {
    font-family: 'Basic', sans-serif !important; color: #5E5E63; opacity: 0.8;
}
.custom-newsletter-form-wrapper .wpforms-submit-container { padding: 0 !important; }
.custom-newsletter-form-wrapper .wpforms-submit {
    font-family: 'Basic', sans-serif !important; background-color: #7399C6 !important; color: #FFFFFF !important; padding: 1rem 2rem !important; border: none !important; text-transform: uppercase !important; cursor: pointer !important; width: auto !important;    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.custom-newsletter-form-wrapper .wpforms-submit:hover { background-color: #5d81b4 !important; }

/* 3. MÁSCARA DE TEXTO "UF" (FLUTUANTE E CENTRALIZADA) */
.uf-mask-text {
    position: absolute;
    z-index: 1;
    top: 52%;
    transform: translateY(-50%);
    right: -8rem;
    width: 45%;
    text-align: right;
    font-family: 'Cantata One', serif;
    font-size: 24vw;
    font-weight: 700;
    line-height: 1;
    color: transparent;
    background-image: url('https://finance.unifei.edu.br/wp-content/uploads/2025/06/dave-hoefler-ZpI9pzydxAA-unsplash-scaled.jpg');
    background-size: 100% 100%; /* Stretches the image to exactly match the element's width and height, ensuring full coverage of the text bounds without gaps or cropping */
    background-position: center; /* Centers the stretched image; adjust to '0 0' if you want top-left alignment */
    background-repeat: no-repeat;
    background-attachment: scroll; /* Changed to 'scroll' for consistent rendering across devices/browsers; avoids fixed-attachment glitches */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; /* Ensures transparency in WebKit browsers */
    text-fill-color: transparent; /* Fallback for other browsers */
}
.custom-newsletter-form-wrapper {
    /* Define uma altura mínima para o container do formulário
       para evitar que a seção "encolha" após o envio.
       Ajuste o valor em pixels se necessário. */
    min-height: 180px;
}