/* Fonte Druk Wide Web Bold Regular carregada via link no HTML */

/* Importar a fonte Termina Light - Para Textos */
@font-face {
    font-family: 'Termina Light';
    src: url('fonts/Termina-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Tipografia Premium - Página de Contato */
/* Importar Montserrat do Google Fonts (fallback para Gotham) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

/* Fonte Monument Extended para Títulos */
/* Nota: Se você tiver arquivos de fontes Monument Extended, adicione-os aqui */
/* 
@font-face {
    font-family: 'Monument Extended';
    src: url('fonts/MonumentExtended-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monument Extended';
    src: url('fonts/MonumentExtended-Ultrabold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
*/

/* Definir fontes Gotham (estrutura para adicionar arquivos de fontes depois) */
/* Nota: Se você tiver arquivos de fontes Gotham, adicione-os aqui */
/* 
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Gotham", "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    background: #000;
}

/* ============================================
   TIPOGRAFIA PREMIUM - GLOBAL
   ============================================ */

/* Títulos H1 - Monument Extended */
h1,
.h1 {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 0.005em;
}

/* Subtítulos H2 - Gotham Book/Light / Montserrat Regular */
h2,
.h2 {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Subtítulos H3 - Gotham Book / Montserrat Regular */
h3,
.h3 {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
}

/* Parágrafos - Gotham Book / Montserrat Regular */
p {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
}


.section-bg-texture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.12;
    mix-blend-mode: overlay;
}

main {
    margin: 0;
    padding: 0;
    padding-top: 0;
    margin-top: 0;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}

/* Garantir que a primeira seção do main comece logo abaixo do header em mobile */
@media (max-width: 768px) {
    main {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    
    main > section:first-child {
        margin-top: 0 !important;
    }
    
    /* Fazer o background começar no topo da viewport, logo abaixo do header */
    .about-hero-section::before,
    .services-hero-section::before,
    .contact-page-section::before {
        content: '' !important;
        position: absolute !important;
        top: -85px !important;
        left: 0 !important;
        width: 100% !important;
        height: calc(100% + 85px) !important;
        background-position: center center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        z-index: 0 !important;
    }
    
    /* Recrutamento: imagem certinha no container com foto do clube */
    .recruitment-hero-section::before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: url('Fotos/backgrounds/bg-recrutamento.webp') !important;
        background-position: center top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        z-index: 0 !important;
    }
    
    /* Conteúdo centralizado */
    .about-hero-content,
    .services-hero-content,
    .recruitment-hero-content,
    .contact-page-container {
        position: relative !important;
        z-index: 2 !important;
        padding: 0 1.5rem !important;
        margin: 0 auto !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    /* Títulos centralizados */
    .about-hero-title,
    .services-hero-title,
    .recruitment-hero-title,
    .contact-page-title {
        text-align: center !important;
        margin: 0 auto !important;
        width: 100% !important;
        display: block !important;
    }
    
    /* Mostrar apenas título mobile no mobile */
    .services-hero-title .desktop-title {
        display: none !important;
    }
    
    .services-hero-title .mobile-title-only {
        display: inline-block !important;
    }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #FFD700;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #D4AF37;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #FFD700 #000;
}

/* Top Bar Styles */
.top-bar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #1a1A1A85;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-top: 1.3rem;
    padding-right: 3rem;
    padding-bottom: 1.3rem;
    padding-left: 0;
    z-index: 1001;
}

.top-bar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, 
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 15%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0.1) 85%,
        rgba(255, 255, 255, 0) 100%
    );
}

.top-bar-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -1;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3rem;
    max-width: 100%;
}

.left-widgets {
    display: flex;
    align-items: center;
    gap: -0.0rem;
}

.right-widgets {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-right: 2rem;
}

@media (max-width: 768px) {
    .top-bar-content {
        padding: 0 1rem;
    }
}

.text-area {
    font-size: 0.85rem;
    color: #fff;
}

.text-area p {
    margin: 0;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.text-area a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.text-area a:hover {
    opacity: 0.7;
}

.redes_sociais {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.redes_sociais a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #FFD700 0%, #D4AF37 50%, #D4AF37 100%);
    border-radius: 8px;
    color: #000;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
}

.redes_sociais a svg {
    width: 16px;
    height: 16px;
    z-index: 1;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    filter: brightness(0) saturate(100%) invert(1);
    opacity: 0.9;
}

.redes_sociais a::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: rotate(45deg);
    transition: all 0.6s;
    opacity: 0;
}

.redes_sociais a:hover::before {
    animation: iconShine 2s infinite;
    opacity: 1;
}

.redes_sociais a:hover {
    background: linear-gradient(135deg, #FFD700 0%, #FFD700 50%, #D4AF37 100%);
    transform: translateY(-2px);
}

.redes_sociais a:hover svg {
    transform: scale(1.1);
    opacity: 1;
}

@keyframes iconShine {
    0% {
        left: -100%;
        top: -100%;
    }
    100% {
        left: 100%;
        top: 100%;
    }
}

@media (max-width: 768px) {
    .top-bar-content {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0.5rem 1rem;
    }
    
    .left-widgets,
    .right-widgets {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    
    .text-area {
        font-size: 0.75rem;
    }
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 3rem;
    background-color: #1a1A1A85;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 10000;
    left: 0;
    right: 0;
    width: 100%;
}

header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, 
        #D4AF37 0%, 
        #D4AF37 15%, 
        transparent 20%, 
        transparent 80%, 
        #D4AF37 85%, 
        #D4AF37 100%);
    pointer-events: none;
}

.header-social-icons {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: absolute;
    left: 3rem;
}

.header-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    opacity: 0.9;
}

.header-social-icons a svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-social-icons a:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.header-social-icons a:hover svg {
    transform: scale(1.1);
}

.header-logo {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

header a img,
.header-logo img {
    height: 70px;
    width: auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-logo:hover {
    transform: translateX(-50%) scale(1.05);
}

.header-logo:hover img {
    filter: brightness(1.1);
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: relative;
}

.mobile-menu-toggle span {
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    transform-origin: center;
}

.mobile-menu-toggle:hover span {
    background-color: rgba(255, 255, 255, 1);
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
    background-color: rgba(255, 255, 255, 0.9);
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
    background-color: rgba(255, 255, 255, 0.9);
}

nav.nav-menu {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 0;
    margin-left: auto;
    margin-right: 0;
    max-width: calc(50% - 120px);
    justify-content: flex-end;
    flex-shrink: 0;
}

nav.nav-menu ul {
    display: flex;
    list-style: none;
    gap: 1rem;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
}

nav.nav-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
}

nav.nav-menu ul li a:hover {
    color: #D4AF37;
}

nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 3rem;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

nav ul li a:hover {
    color: #D4AF37;
}

.contact-btn {
    background: linear-gradient(135deg, #FFD700 0%, #D4AF37 50%, #D4AF37 100%);
    color: #000;
    border: none;
    padding: 0.75rem 1.5rem;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(232, 197, 71, 0.5),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.contact-btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: rotate(45deg);
    transition: all 0.6s;
    opacity: 0;
}

.contact-btn:hover::before {
    animation: buttonShine 2s infinite;
    opacity: 1;
}

.contact-btn:hover {
    background: linear-gradient(135deg, #FFD700 0%, #FFD700 50%, #D4AF37 100%);
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.7),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

@keyframes buttonShine {
    0% {
        left: -100%;
        top: -100%;
    }
    100% {
        left: 100%;
        top: 100%;
    }
}

/* Hero Section com Vídeo Background */
.hero-section {
    position: relative;
    width: 100vw;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    margin: 0;
    padding: 18rem 0 0 0;
    left: 0;
    right: 0;
    max-width: 100vw;
    contain: layout style paint;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    max-width: 100vw;
    background: #000;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    contain: layout style paint;
    padding: 0;
    margin: 0;
    overflow: hidden;
    max-width: 100vw;
}

.video-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.video-wrapper iframe.loaded {
    opacity: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.348) 20%,
        rgba(0, 0, 0, 0.042) 40%,
        rgba(0, 0, 0, 0.43) 60%,
        rgba(0, 0, 0, 0.8) 75%,
        rgba(0, 0, 0, 0.95) 85%,
        rgba(0, 0, 0, 1) 100%
    );
    z-index: 0;
}

.hero-content {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 1200px;
    padding: 0 2rem;
}

.hero-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.005em;
    margin: 0;
    margin-bottom: 2rem;
    color: #fff;
    text-align: center;
    max-width: 100%;
    padding: 0 2rem;
}

.hero-title-large {
    font-size: 3.5rem;
    display: inline-block;
    white-space: normal;
    word-wrap: break-word;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8),
                 0 4px 20px rgba(0, 0, 0, 0.6);
    max-width: 100%;
    color: #fff;
    line-height: 1.4;
}

.hero-title-gold {
    color: #F4D03F;
}

.hero-title-white {
    color: #D4AF37;
    font-size: 4rem;
}

.hero-btn {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-decoration: none;
    display: inline-block;
    padding: 1rem 3rem;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}


.hero-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #F4D03F;
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.hero-btn:hover {
    border-color: #F4D03F;
    color: #000;
    transform: translateY(-2px);
}

.hero-btn:hover::before {
    left: 0;
}


.hero-btn:active {
    transform: translateY(0);
    box-shadow: 
        inset 0 2px 4px rgba(0, 0, 0, 0.4),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
    width: 100%;
    position: relative;
    z-index: 100;
}

.scroll-indicator.hidden {
    opacity: 1;
    pointer-events: none;
}

.scroll-line {
    width: 2px;
    height: 150px;
    background: linear-gradient(
        to bottom,
        rgba(244, 208, 63, 0.3) 0%,
        rgba(244, 208, 63, 0.5) 20%,
        rgba(244, 208, 63, 0.9) 45%,
        rgba(255, 255, 255, 1) 50%,
        rgba(244, 208, 63, 0.9) 55%,
        rgba(244, 208, 63, 0.5) 80%,
        rgba(244, 208, 63, 0.3) 100%
    );
    position: relative;
    box-shadow: 0 0 10px rgba(244, 208, 63, 0.4);
}

/* Entertainment Section */
.entertainment-section {
    background-color: rgba(0, 0, 0, 0.9);
    background-image: 
        linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
    padding: 6rem 3rem;
    text-align: center;
    min-height: 50vh;
    position: relative;
    overflow: hidden;
}


.entertainment-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0 auto 5rem;
    max-width: 1200px;
    display: block;
    position: relative;
    z-index: 1;
}

.entertainment-button-wrapper {
    margin-top: 4rem;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.entertainment-btn {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.005em;
    color: #fff;
    background: rgba(255, 215, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 0, 0.3);
    padding: 1rem 2.5rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
}

.entertainment-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.2), transparent);
    transition: left 0.5s ease;
}

.entertainment-btn:hover::before {
    left: 100%;
}

.entertainment-btn::after {
    content: '→';
    margin-left: 1.25rem;
    transition: transform 0.3s ease;
}

.entertainment-btn:hover {
    background: rgba(255, 215, 0, 0.15);
    border-color: rgba(255, 215, 0, 0.5);
    color: #FFD700;
    transform: translateY(-2px);
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 215, 0, 0.1) inset,
        0 4px 12px rgba(255, 215, 0, 0.2);
}

.entertainment-btn:hover::after {
    transform: translateX(4px);
}

.entertainment-btn:active {
    transform: translateY(0);
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.3),
        inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.title-decoration-wrapper {
    position: absolute;
    left: -300px;
    top: 0;
    width: 400px;
    height: auto;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.title-decoration-img-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    filter: blur(25px) saturate(1.2);
    opacity: 0.8;
    z-index: 0;
    mask-image: 
        linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 8%, rgba(0,0,0,0.6) 15%, transparent 25%, transparent 75%, rgba(0,0,0,0.6) 85%, rgba(0,0,0,0.9) 92%, rgba(0,0,0,1) 100%);
    -webkit-mask-image: 
        linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 8%, rgba(0,0,0,0.6) 15%, transparent 25%, transparent 75%, rgba(0,0,0,0.6) 85%, rgba(0,0,0,0.9) 92%, rgba(0,0,0,1) 100%);
}

.title-decoration-img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    filter: saturate(1.2);
    opacity: 1;
    z-index: 1;
    mask-image: 
        linear-gradient(to right, transparent 0%, rgba(0,0,0,0.1) 8%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,0.1) 92%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.2) 3%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0.2) 97%, transparent 100%);
    -webkit-mask-image: 
        linear-gradient(to right, transparent 0%, rgba(0,0,0,0.1) 8%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,0.1) 92%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.2) 3%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0.2) 97%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
}

/* Section Decorations - Reutilizáveis */
.section-decoration-wrapper {
    position: absolute;
    width: 400px;
    height: auto;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

/* Decoração no centro direito - forma vertical/rotacionada */
.decoration-center-right {
    right: -250px;
    top: 50%;
    transform: translateY(-50%) rotate(-15deg);
    width: 400px;
}

/* Decoração no centro esquerdo - forma horizontal */
.decoration-center-left {
    left: -250px;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
    width: 400px;
}

.section-decoration-img-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    filter: blur(25px) saturate(1.2);
    opacity: 0.8;
    z-index: 0;
    mask-image: 
        linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 8%, rgba(0,0,0,0.6) 15%, transparent 25%, transparent 75%, rgba(0,0,0,0.6) 85%, rgba(0,0,0,0.9) 92%, rgba(0,0,0,1) 100%);
    -webkit-mask-image: 
        linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 8%, rgba(0,0,0,0.6) 15%, transparent 25%, transparent 75%, rgba(0,0,0,0.6) 85%, rgba(0,0,0,0.9) 92%, rgba(0,0,0,1) 100%);
}

.section-decoration-img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    filter: saturate(1.2);
    opacity: 1;
    z-index: 1;
    mask-image: 
        linear-gradient(to right, transparent 0%, rgba(0,0,0,0.1) 8%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,0.1) 92%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.2) 3%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0.2) 97%, transparent 100%);
    -webkit-mask-image: 
        linear-gradient(to right, transparent 0%, rgba(0,0,0,0.1) 8%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,0.1) 92%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.2) 3%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0.2) 97%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
}

.entertainment-title-gold {
    color: #D4AF37;
}

.entertainment-title-white {
    color: #fff;
}

/* 3D Carousel Styles */
.carousel-3d-container {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    z-index: 1;
    overflow: visible;
    padding: 0 80px;
}

:root {
    --card-width: 250px;
    --card-height: 400px;
    --card-transition-duration: 800ms;
    --card-transition-easing: ease;
}

.cardList {
    position: relative;
    width: calc(3 * var(--card-width));
    height: auto;
    z-index: 10;
}

.cardList__btn {
    --btn-size: 50px;
    width: var(--btn-size);
    height: var(--btn-size);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2),
        0 2px 8px rgba(0, 0, 0, 0.3);
}

.cardList__btn:hover {
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-50%) translateY(-1px);
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 -1px 0 rgba(0, 0, 0, 0.3),
        0 4px 16px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}

.cardList__btn.btn--left {
    left: 10px;
}

.cardList__btn.btn--right {
    right: 10px;
}

.cardList__btn .icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardList__btn .icon svg {
    width: 60%;
    height: 60%;
    fill: rgba(255, 255, 255, 0.9);
    stroke: rgba(255, 255, 255, 0.9);
    display: block;
}

.cardList__btn .icon svg polyline,
.cardList__btn .icon svg path {
    stroke: rgba(255, 255, 255, 0.9);
    fill: none;
    stroke-width: 2;
}

.cardList .cards__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.card {
    --card-translateY-offset: 100vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateX(var(--card-translateX-offset)) translateY(var(--card-translateY-offset)) rotateY(var(--card-rotation-offset)) scale(var(--card-scale-offset));
    display: inline-block;
    width: var(--card-width);
    height: var(--card-height);
    transition: transform var(--card-transition-duration) var(--card-transition-easing);
    user-select: none;
}

.card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    transition: opacity var(--card-transition-duration) var(--card-transition-easing);
    opacity: calc(1 - var(--opacity));
    border-radius: 8px;
}

.card__image {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.card__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card.current--card {
    --current-card-rotation-offset: 0;
    --card-translateX-offset: 0;
    --card-rotation-offset: var(--current-card-rotation-offset);
    --card-scale-offset: 1.2;
    --opacity: 0.8;
}

.card.previous--card {
    --card-translateX-offset: calc(-1 * var(--card-width) * 1.1);
    --card-rotation-offset: 25deg;
}

.card.next--card {
    --card-translateX-offset: calc(var(--card-width) * 1.1);
    --card-rotation-offset: -25deg;
}

.card.previous--card, .card.next--card {
    --card-scale-offset: 0.9;
    --opacity: 0.4;
}

.app__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -5;
    filter: blur(8px);
    pointer-events: none;
    user-select: none;
    overflow: hidden;
    top: 0;
    left: 0;
}

.app__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.8;
}

.app__bg__image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateX(var(--image-translate-offset, 0));
    width: 180%;
    height: 180%;
    transition: transform 1000ms ease, opacity 1000ms ease;
    overflow: hidden;
}

.app__bg__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app__bg__image.current--image {
    opacity: 1;
    --image-translate-offset: 0;
}

.app__bg__image.previous--image, .app__bg__image.next--image {
    opacity: 0;
}

.app__bg__image.previous--image {
    --image-translate-offset: -25%;
}

.app__bg__image.next--image {
    --image-translate-offset: 25%;
}

.loading__wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #000;
    z-index: 200;
}

.loading__wrapper .loader--text {
    color: #fff;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 500;
    margin-bottom: 1.4rem;
}

.loading__wrapper .loader {
    position: relative;
    width: 200px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
}

.loading__wrapper .loader span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFD700;
    transform: scaleX(0);
    transform-origin: left;
}

@media only screen and (min-width: 800px) {
    :root {
        --card-width: 300px;
        --card-height: 450px;
    }
}


/* Next Section */
.next-section {
    background: #000;
    padding: 2rem 0;
    min-height: auto;
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    margin-top: 0;
    overflow: hidden;
    border: none;
}

.next-section-bg {
    display: none;
}

.next-section-bg::after {
    display: none;
}

.next-section-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.scrolling-title-container {
    width: 100%;
    position: relative;
    z-index: 3;
}

.next-section-content {
    width: 100%;
    margin: 0;
    padding: 0;
}

.scrolling-title-wrapper {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    margin-left: calc(-50vw + 50%);
    padding: 2rem 0;
    background: transparent;
    border: none;
}

.scrolling-title {
    display: inline-flex;
    white-space: nowrap;
    animation: scroll-infinite 60s linear infinite;
}

.scrolling-title span {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.4;
    padding-right: 4rem;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 2rem;
}


@keyframes scroll-infinite {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33.333%);
    }
}

/* New Section */
.new-section {
    background-color: rgba(0, 0, 0, 0.9);
    background-image: 
        linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
    padding: 6rem 3rem;
    min-height: 50vh;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.new-section-content {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.section-content-centered {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    text-align: center;
}

.section-left-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0;
    position: relative;
    z-index: 1;
    text-align: center;
}

.section-left-subtitle {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
}

.section-title-gold {
    color: #D4AF37;
}

.video-container:not(.carousel-container) {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 550px;
    border-radius: 20px;
    border: 1px solid #FFD700;
    overflow: hidden;
    background: #000;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
    animation: borderGlow 3s ease-in-out infinite;
    margin: 0 auto;
    z-index: 1;
}

.video-container:not(.carousel-container)::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 20px;
    background: linear-gradient(45deg, #FFD700, #D4AF37, #FFD700, #D4AF37);
    background-size: 400% 400%;
    z-index: -1;
    animation: borderShine 3s ease-in-out infinite;
    opacity: 0.8;
}

/* Carousel Styles */
.video-container.carousel-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    background: #000;
    margin: 0 auto;
    border: none;
}

.video-container.carousel-container::before {
    display: none !important;
}

.carousel-slides {
    position: relative;
    width: 100%;
    height: 100%;
    contain: layout style paint;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: opacity;
    contain: layout style paint;
}

.carousel-slide.active {
    opacity: 1;
    z-index: 1;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    border-radius: 20px;
    margin: 0 auto;
}

.carousel-slide.active img {
    border-radius: 20px;
    border: none;
    position: relative;
}

.carousel-container.paused .carousel-slide {
    transition: none;
}

/* Carousel Hover Overlay Bottom - Removed */

/* Carousel Navigation Arrows */
.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    background: linear-gradient(145deg, #1a1a1a, #000000);
    border: 2px solid rgba(244, 208, 63, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    color: #F4D03F;
    opacity: 0;
    box-shadow: 
        inset 0 2px 4px rgba(0, 0, 0, 0.8),
        inset 0 -2px 4px rgba(255, 255, 255, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(244, 208, 63, 0.3);
}

.carousel-container:hover .carousel-nav {
    opacity: 1;
}

/* Mobile Carousel Styles */
@media (max-width: 768px) {
    .video-container.carousel-container {
        max-width: 100%;
        width: 100%;
        height: 400px;
        border-radius: 15px;
        margin: 0 auto;
        padding: 0 0.5rem;
    }
    
    .carousel-slides {
        width: 100%;
    }
    
    .carousel-slide img {
        border-radius: 15px;
    }
    
    .carousel-nav {
        opacity: 1;
        width: 45px;
        height: 45px;
    }
    
    .carousel-nav svg {
        width: 20px;
        height: 20px;
    }
    
    .carousel-nav-prev {
        left: 5px;
    }
    
    .carousel-nav-next {
        right: 5px;
    }
    
    /* Remove hover effects on mobile */
    .carousel-container:hover .carousel-nav {
        opacity: 1;
    }
    
    .carousel-nav:hover {
        transform: translateY(-50%);
        background: linear-gradient(145deg, #1a1a1a, #000000);
    }
}

.carousel-nav:hover {
    background: linear-gradient(145deg, #2a2a2a, #0a0a0a);
    border-color: #F4D03F;
    box-shadow: 
        inset 0 2px 4px rgba(0, 0, 0, 0.9),
        inset 0 -2px 4px rgba(255, 255, 255, 0.15),
        0 6px 12px rgba(0, 0, 0, 0.6),
        0 0 20px rgba(244, 208, 63, 0.4),
        0 0 30px rgba(244, 208, 63, 0.2);
    transform: translateY(-50%) scale(1.05);
}

.carousel-nav:active {
    background: linear-gradient(145deg, #000000, #1a1a1a);
    box-shadow: 
        inset 0 4px 8px rgba(0, 0, 0, 1),
        inset 0 -1px 2px rgba(255, 255, 255, 0.05),
        0 2px 4px rgba(0, 0, 0, 0.8),
        0 0 15px rgba(244, 208, 63, 0.5);
    transform: translateY(-50%) scale(0.98);
}

.carousel-nav-prev {
    left: 20px;
}

.carousel-nav-next {
    right: 20px;
}

.carousel-nav svg {
    width: 26px;
    height: 26px;
    stroke: #F4D03F;
    stroke-width: 2.5;
    fill: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    filter: drop-shadow(0 0 3px rgba(244, 208, 63, 0.5));
}

.carousel-nav:hover svg {
    stroke: #FFD700;
    filter: drop-shadow(0 0 6px rgba(244, 208, 63, 0.8));
    stroke-width: 3;
}

.carousel-nav:active svg {
    stroke: #F4D03F;
    filter: drop-shadow(0 0 8px rgba(244, 208, 63, 1));
}

.video-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
    pointer-events: none;
}

.video-container video,
.video-container iframe,
.video-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    border-radius: 19px;
    display: block;
    border: none;
    background: #000;
    z-index: 1;
    object-fit: cover;
}

.video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: 19px;
}

/* Esconder logo e elementos do YouTube */
.video-container iframe {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}

/* Esconder qualquer overlay ou controles do YouTube */
.video-container {
    position: relative;
}

.video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
    pointer-events: none;
}

/* Garantir que o vídeo fique em loop e sem controles */
.video-container iframe[src*="youtube"] {
    pointer-events: none;
}

@keyframes borderGlow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.3),
                    0 0 40px rgba(255, 215, 0, 0.1);
    }
    50% {
        box-shadow: 0 0 30px rgba(255, 215, 0, 0.6),
                    0 0 60px rgba(255, 215, 0, 0.3),
                    0 0 80px rgba(255, 215, 0, 0.1);
    }
}

@keyframes borderShine {
    0%, 100% {
        background-position: 0% 50%;
        opacity: 0.6;
    }
    50% {
        background-position: 100% 50%;
        opacity: 1;
    }
}

@keyframes carouselBorderShine {
    0% {
        border-color: rgba(244, 208, 63, 0.4);
        box-shadow: 
            0 0 10px rgba(244, 208, 63, 0.2),
            0 0 20px rgba(244, 208, 63, 0.1),
            inset 0 0 20px rgba(244, 208, 63, 0.05);
    }
    50% {
        border-color: rgba(244, 208, 63, 1);
        box-shadow: 
            0 0 20px rgba(244, 208, 63, 0.6),
            0 0 40px rgba(244, 208, 63, 0.4),
            0 0 60px rgba(244, 208, 63, 0.2),
            inset 0 0 30px rgba(244, 208, 63, 0.15);
    }
    100% {
        border-color: rgba(244, 208, 63, 0.4);
        box-shadow: 
            0 0 10px rgba(244, 208, 63, 0.2),
            0 0 20px rgba(244, 208, 63, 0.1),
            inset 0 0 20px rgba(244, 208, 63, 0.05);
    }
}

@media (max-width: 968px) {
    .new-section-content {
        flex-direction: column;
        gap: 3rem;
    }
    
    .section-content-centered {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    
    .section-left-title {
        font-size: 1.75rem;
        letter-spacing: 1px;
        line-height: 1.2;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
        letter-spacing: 0.005em;
        margin-bottom: 1.5rem;
    }
    
    .hero-btn {
        font-size: 1rem;
        padding: 0.875rem 2rem;
    }
}

/* Instagram Section */
.instagram-section {
    background: rgba(0, 0, 0, 0.9);
    background-image: 
        linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}

.instagram-section::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    width: 300px;
    height: 300px;
    background: 
        radial-gradient(circle at 25% 25%, rgba(255, 215, 0, 0.25) 0%, rgba(255, 215, 0, 0.15) 15%, transparent 40%),
        radial-gradient(circle at 75% 75%, rgba(255, 215, 0, 0.2) 0%, rgba(255, 215, 0, 0.12) 20%, transparent 45%),
        radial-gradient(circle at 50% 50%, rgba(255, 215, 0, 0.18) 0%, rgba(255, 215, 0, 0.1) 25%, transparent 60%),
        radial-gradient(circle at 60% 30%, rgba(255, 215, 0, 0.15) 0%, transparent 30%),
        repeating-linear-gradient(45deg, transparent 0px, transparent 2px, rgba(255, 215, 0, 0.08) 2px, rgba(255, 215, 0, 0.08) 3px, transparent 3px, transparent 5px),
        repeating-linear-gradient(-45deg, transparent 0px, transparent 2px, rgba(255, 215, 0, 0.06) 2px, rgba(255, 215, 0, 0.06) 3px, transparent 3px, transparent 5px);
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 12px 12px, 12px 12px;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    filter: blur(1px);
    opacity: 0.9;
}

.instagram-section::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    width: 280px;
    height: 280px;
    background: 
        radial-gradient(circle at 35% 35%, rgba(255, 215, 0, 0.22) 0%, rgba(255, 215, 0, 0.14) 18%, transparent 42%),
        radial-gradient(circle at 65% 65%, rgba(255, 215, 0, 0.18) 0%, rgba(255, 215, 0, 0.11) 22%, transparent 48%),
        radial-gradient(circle at 50% 50%, rgba(255, 215, 0, 0.15) 0%, transparent 55%),
        repeating-linear-gradient(45deg, transparent 0px, transparent 2px, rgba(255, 215, 0, 0.07) 2px, rgba(255, 215, 0, 0.07) 3px, transparent 3px, transparent 5px),
        repeating-linear-gradient(-45deg, transparent 0px, transparent 2px, rgba(255, 215, 0, 0.05) 2px, rgba(255, 215, 0, 0.05) 3px, transparent 3px, transparent 5px);
    background-size: 100% 100%, 100% 100%, 100% 100%, 12px 12px, 12px 12px;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    filter: blur(1px);
    opacity: 0.85;
}

.instagram-container {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 2rem;
    backdrop-filter: blur(10px);
}

.instagram-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.instagram-profile {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.instagram-avatar-link {
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
}

.instagram-avatar-link:hover {
    transform: scale(1.05);
}

.instagram-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid rgba(255, 215, 0, 0.3);
    padding: 2px;
    background: rgba(255, 215, 0, 0.1);
    flex-shrink: 0;
    transition: border-color 0.3s ease;
}

.instagram-avatar-link:hover .instagram-avatar {
    border-color: rgba(255, 215, 0, 0.6);
}

@keyframes goldShine {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.instagram-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.instagram-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
}

.instagram-username-link {
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.3s ease;
}

.instagram-username-link:hover {
    opacity: 0.8;
}

.instagram-username {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.instagram-stats {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.instagram-stat {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.stat-number {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}

.stat-label {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.75rem;
    color: #fff;
    opacity: 0.6;
    text-transform: lowercase;
}

.instagram-bio {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.9rem;
    color: #fff;
    margin: 0;
    opacity: 0.8;
}

.instagram-follow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.7rem 3rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    border-radius: 12px;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: fit-content;
    margin-top: 0.5rem;
    position: relative;
    overflow: visible;
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2),
        0 2px 8px rgba(0, 0, 0, 0.3);
}

.instagram-follow-btn::after {
    display: none;
}

.instagram-follow-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 1);
    transform: translateY(-1px);
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 -1px 0 rgba(0, 0, 0, 0.3),
        0 4px 16px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}

.instagram-follow-btn svg {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 1;
}

.instagram-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
}

.instagram-post {
    position: relative;
    aspect-ratio: 1;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
    text-decoration: none;
    display: block;
}

.instagram-post:hover {
    border-color: rgba(255, 255, 255, 0.25);
    transform: scale(1.02);
}

.instagram-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: opacity 0.3s ease;
}

.instagram-post:first-child img {
    object-fit: contain;
    object-position: center center;
    background: rgba(0, 0, 0, 0.5);
}

.instagram-post:hover img {
    opacity: 0.8;
}


@media (max-width: 768px) {
    .instagram-header {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .instagram-profile {
        flex-direction: column;
        text-align: center;
        align-items: center;
        width: 100%;
    }
    
    .instagram-info {
        align-items: center;
        text-align: center;
        width: 100%;
    }
    
    .instagram-bio {
        text-align: center;
    }
    
    .instagram-stats {
        justify-content: center;
    }
    
    .instagram-follow-btn {
        margin: 0 auto;
        padding: 0.7rem 3rem;
        justify-content: center;
        text-align: center;
    }
    
    .instagram-follow-btn::after {
        display: none;
    }
    
    .instagram-username {
        font-size: 1.2rem;
    }
    
    .instagram-posts {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* About Hero Section */
.about-hero-section {
    background: rgba(0, 0, 0, 0.3);
    padding: 20rem 3rem 8rem;
    padding-top: 20rem;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

/* Mobile - Ajuste imediato para todas as seções hero - PRIORIDADE MÁXIMA */
@media (max-width: 768px) {
    .about-hero-section,
    .services-hero-section,
    .recruitment-hero-section,
    .contact-page-section {
        padding: 4rem 3rem 2rem !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        position: relative !important;
        min-height: 25vh !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }
    
    .services-hero-section {
        padding: 50px 2rem 6rem !important;
    }
}

.about-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('Fotos/backgrounds/ia.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    filter: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.about-hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.about-hero-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.005em;
    margin: 0;
}

.about-hero-title-gold {
    color: #FFD700;
}

.about-hero-title-white {
    color: #FFFFFF;
}

/* About Title Section */
.about-title-section {
    background: rgba(0, 0, 0, 0.95);
    padding: 8rem 3rem 10rem 3rem;
    position: relative;
    overflow: hidden;
    min-height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.about-title-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
    pointer-events: none;
}

.about-title-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    background: none;
}

.about-title-center {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.005em;
    margin: 0;
    color: #fff;
}

.about-title-center .about-title-gold {
    color: #FFD700;
}

.about-title-center .about-title-white {
    color: #fff;
}

.about-text-center {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(255, 255, 255, 1);
    margin: 0 0 3rem 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    letter-spacing: 1px;
    text-transform: none;
    font-style: normal;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.about-text-center strong {
    font-weight: 700;
    color: #FFD700;
    font-size: 1.15em;
    letter-spacing: 0.5px;
    display: inline-block;
    position: relative;
    animation: glassBlur 6s ease-in-out infinite;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-text-center strong:nth-child(1) {
    animation-delay: 0s;
}

.about-text-center strong:nth-child(2) {
    animation-delay: 1.3s;
}

.about-text-center strong:nth-child(3) {
    animation-delay: 2.6s;
}

.about-text-center strong:nth-child(4) {
    animation-delay: 3.9s;
}

.about-text-center strong:nth-child(5) {
    animation-delay: 5.2s;
}

.about-text-center strong:nth-child(6) {
    animation-delay: 6.5s;
}

@keyframes glassBlur {
    0%, 90%, 100% {
        filter: blur(0);
        opacity: 1;
        transform: scale(1);
    }
    5%, 85% {
        filter: blur(1px);
        opacity: 0.85;
        transform: scale(1.02);
    }
    10%, 80% {
        filter: blur(2px);
        opacity: 0.7;
        transform: scale(1.03);
    }
    15%, 75% {
        filter: blur(1.5px);
        opacity: 0.8;
        transform: scale(1.02);
    }
    20%, 70% {
        filter: blur(0.5px);
        opacity: 0.9;
        transform: scale(1.01);
    }
}

.about-text-center strong::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #FFD700, transparent);
    opacity: 0.6;
}


.about-images-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 3rem;
    margin-bottom: 6rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.about-grid-image {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 12px;
    background: transparent;
    border: none;
    max-height: 300px;
}

.about-grid-image::after {
    display: none;
}

.about-grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* About Section */
.about-section {
    width: 100%;
    padding: 0.5rem 0 0.5rem 0;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    background-image: 
        linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
}


.about-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 3rem;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: visible;
}






.about-cta-button {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 1rem 3rem;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: visible;
    margin: 2rem auto 0;
    border-radius: 12px;
    text-decoration: none;
    display: inline-block;
}

.about-cta-button:hover {
    background: linear-gradient(to right, rgba(244, 208, 63, 0.8) 0%, rgba(244, 208, 63, 1) 100%);
    color: #000;
    border-color: #F4D03F;
}


/* Reviews Carousel Section */
.reviews-carousel-section {
    background: rgba(0, 0, 0, 0.95);
    padding: 6rem 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
}

.reviews-header {
    max-width: 1400px;
    margin: 0 auto 4rem;
    padding: 0 2rem;
    text-align: center;
}

.reviews-header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.google-reviews-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.google-reviews-badge svg {
    width: 24px;
    height: 24px;
}

.reviews-section-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.view-all-reviews-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    color: #000000;
    text-decoration: none;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.view-all-reviews-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 152, 0, 0.3) 20%,
        rgba(255, 235, 59, 0.3) 40%,
        rgba(33, 150, 243, 0.3) 60%,
        rgba(76, 175, 80, 0.3) 80%,
        rgba(255, 255, 255, 0.3) 100%);
    transition: width 0.5s ease;
    z-index: 0;
}

.view-all-reviews-btn::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 8px;
    padding: 2px;
    background: linear-gradient(90deg, #ffffff, #ff9800, #ffeb3b, #2196f3, #4caf50, #ffffff);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.view-all-reviews-btn:hover::before {
    width: 100%;
}

.view-all-reviews-btn:hover::after {
    opacity: 1;
}

.view-all-reviews-btn:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 
        0 4px 16px rgba(0, 0, 0, 0.3);
    color: #000000;
}

.view-all-reviews-btn span,
.view-all-reviews-btn svg {
    position: relative;
    z-index: 1;
}

.view-all-reviews-btn svg {
    transition: transform 0.3s ease;
}

.view-all-reviews-btn:hover svg {
    transform: translate(2px, -2px);
}

.reviews-carousel-container {
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    padding: 2rem 0;
}

.reviews-carousel-track {
    display: flex;
    gap: 1.5rem;
    animation: slideReviews 20s linear infinite;
    will-change: transform;
    align-items: flex-start;
}

.review-card {
    flex: 0 0 420px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1.5rem;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 280px;
    height: auto;
    max-height: 400px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.review-card:hover {
    transform: translateY(-3px);
    background: rgba(0, 0, 0, 0.65);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.review-card:hover .review-text {
    color: rgba(255, 255, 255, 0.95);
}

.review-card:hover .review-author {
    color: rgba(255, 215, 0, 1);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    flex-shrink: 0;
}

.review-stars {
    color: #FFD700;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.review-price {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    margin: 0 0 0.5rem 0;
    padding: 0.25rem 0.6rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    display: inline-block;
    width: fit-content;
    flex-shrink: 0;
}

.google-verified-badge {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background: rgba(52, 168, 83, 0.1);
    border: 1px solid rgba(52, 168, 83, 0.2);
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.7rem;
    color: rgba(52, 168, 83, 0.8);
    font-weight: 400;
}

.review-text {
    font-family: "Gotham", "Montserrat", sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin: 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
    flex-shrink: 0;
}

.review-author {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.85rem;
    color: rgba(255, 215, 0, 0.9);
    margin: 0;
    font-style: normal;
    font-weight: 600;
}

.review-date {
    font-family: "Gotham", "Montserrat", sans-serif;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

@keyframes slideReviews {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.reviews-carousel-track:hover {
    animation-play-state: paused;
}

/* About Gallery Responsive */
@media (max-width: 1024px) {
    
    .review-card {
        flex: 0 0 380px;
        padding: 1.5rem;
        min-height: 260px;
        max-height: 380px;
        overflow: hidden;
    }
    
    .reviews-carousel-track {
        gap: 1.25rem;
    }
    
    .review-text {
        -webkit-line-clamp: 5;
        line-clamp: 5;
    }
    
    .reviews-section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    
    .reviews-carousel-section {
        padding: 4rem 0;
    }
    
    .reviews-header {
        padding: 0 1.5rem;
        margin-bottom: 3rem;
    }
    
    .reviews-section-title {
        font-size: 1.75rem;
    }
    
    .google-reviews-badge {
        font-size: 0.85rem;
        padding: 0.6rem 1.2rem;
    }
    
    .view-all-reviews-btn {
        font-size: 0.8rem;
        padding: 0.6rem 1.2rem;
    }
    
    .review-card {
        flex: 0 0 300px;
        padding: 1.25rem;
        gap: 0.65rem;
        min-height: 240px;
        max-height: 350px;
        overflow: hidden;
    }
    
    .reviews-carousel-track {
        gap: 1rem;
        animation: slideReviews 15s linear infinite;
    }
    
    .review-text {
        font-size: 0.85rem;
        line-height: 1.5;
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }
    
    .review-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        margin-bottom: 0.2rem;
    }
    
    .review-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
        padding-top: 0.65rem;
        margin-top: 0.5rem;
    }
    
    .review-text {
        font-size: 0.9rem;
    }
}

/* Feedback Section */
.feedback-section {
    background: rgba(0, 0, 0, 0.95);
    padding: 10rem 3rem;
    position: relative;
    overflow: hidden;
    min-height: auto;
}

.feedback-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.feedback-header {
    text-align: center;
    margin-bottom: 6rem;
}

.feedback-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 1rem 0;
    line-height: 1.2;
}

.feedback-title-gold {
    color: #FFD700;
}

.feedback-title-white {
    color: #fff;
}

.feedback-subtitle {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 300;
}

.feedback-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 0;
}

.feedback-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: none;
    border-radius: 20px;
    padding: 3.5rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: visible;
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -1px 0 rgba(0, 0, 0, 0.4),
        0 8px 24px rgba(0, 0, 0, 0.5);
    text-align: center;
    min-height: 320px;
}

.feedback-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -1px 0 rgba(0, 0, 0, 0.5),
        0 16px 40px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.08);
}

.feedback-stars {
    color: #FFD700;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.feedback-text {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-style: normal;
    max-width: 100%;
    font-weight: 300;
    letter-spacing: 0.5px;
    position: relative;
    padding: 0 0.5rem;
}

@media (max-width: 968px) {
    .feedback-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .feedback-title {
        font-size: 3rem;
        letter-spacing: 0.005em;
        text-align: center;
    }
    
    .feedback-subtitle {
        font-size: 1rem;
    }
    
    .feedback-section {
        padding: 6rem 2rem;
    }
    
    .feedback-header {
        margin-bottom: 3rem;
        text-align: center;
    }
    
    .feedback-card {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .feedback-title {
        font-size: 1.4rem;
        letter-spacing: 0.5px;
        text-align: center;
        line-height: 1.3;
    }
    
    .feedback-header {
        text-align: center;
    }
    
    .feedback-section {
        padding: 4rem 1.5rem;
}
}





.about-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
    line-height: 1.3;
}

.about-title-gold {
    color: #FFD700;
}

.about-title-white {
    color: #fff;
}

.about-text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about-paragraph {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    opacity: 0.9;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.about-paragraph strong {
    color: #FFD700;
    font-weight: 700;
}



@media (max-width: 968px) {
    
    .about-title {
        font-size: 3rem;
        text-align: center;
    }
    
    .about-text {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .about-hero-section {
        padding: 50px 1.5rem 4rem !important;
        margin-top: 0 !important;
        min-height: 50vh;
        overflow: hidden;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        position: relative;
    }
    
    .about-hero-section::before {
        top: 0;
        background-position: center bottom;
        background-size: 120% auto;
    }
    
    .about-hero-section::before {
        z-index: 0;
    }
    
    .about-hero-section::after {
        z-index: 1;
    }
    
    .about-hero-content {
        width: 100%;
        max-width: 100%;
        padding: 0 0.5rem;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
    }
    
    .about-hero-title {
        font-size: 1.4rem;
        text-align: center;
        white-space: nowrap;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 1px;
    }
    
    .about-title-section {
        padding: 4rem 2rem;
        min-height: 30vh;
    }
    
    .about-title-center {
        font-size: 1.4rem;
        letter-spacing: 0.5px;
        line-height: 1.2;
    }
    
    .about-text-center {
        font-size: 1.5rem;
        padding: 0 1rem;
        letter-spacing: -0.3px;
    }
    
    .about-text-center strong {
        font-size: 1.1em;
    }
    
    
    .about-images-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin-top: 3rem;
    }
    
    .about-grid-image {
        aspect-ratio: 3 / 4;
    }
    
    .about-section {
        padding: 0.5rem 1.5rem 0.5rem 1.5rem;
        margin-top: 0;
        min-height: auto;
        text-align: center;
    }
    
    .about-container {
        padding: 0 1.5rem;
    }
    
    .about-title {
        font-size: 2.5rem;
    }
    
    .about-paragraph {
        font-size: 1rem;
    }
    
}

/* FAQ Section */
.cards-section {
    width: 100%;
    padding: 6rem 0 4rem 0;
    margin-top: 0;
    position: relative;
    overflow: visible;
    background-image: url('Fotos/backgrounds/bg servies.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.7);
    min-height: 100px;
    display: block;
    visibility: visible;
}

.cards-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 1) 0%, 
        rgba(0, 0, 0, 0.8) 20%, 
        rgba(0, 0, 0, 0.5) 40%, 
        rgba(0, 0, 0, 0.2) 60%, 
        rgba(0, 0, 0, 0.05) 80%, 
        transparent 100%);
    z-index: 0;
    pointer-events: none;
}

.cards-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, 
        rgba(0, 0, 0, 1) 0%, 
        rgba(0, 0, 0, 0.8) 20%, 
        rgba(0, 0, 0, 0.5) 40%, 
        rgba(0, 0, 0, 0.2) 60%, 
        rgba(0, 0, 0, 0.05) 80%, 
        transparent 100%);
    z-index: 0;
    pointer-events: none;
}

.cards-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    min-height: 100px;
}

.cards-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 4rem 0;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    overflow: visible;
    color: #fff;
    display: block;
    visibility: visible;
}

.cards-title-gold {
    color: #FFD700;
}

.cards-title-white {
    color: #fff;
}

.cards-description-text {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 2.5rem 0;
    font-weight: 300;
    letter-spacing: 0.3px;
    text-align: left;
    max-width: 900px;
    position: relative;
    z-index: 1;
}

.cards-section-button {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 1rem 4rem 1rem 2.5rem;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: visible;
    margin-bottom: 4rem;
    border-radius: 12px;
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2),
        0 2px 8px rgba(0, 0, 0, 0.3);
    display: inline-block;
}

.cards-section-button::after {
    content: '→';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: rgba(0, 0, 0, 0.95);
    border: 1px solid #FFD700;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #FFD700;
    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 215, 0, 0.2),
        inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cards-section-button:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 215, 0, 0.4);
    transform: translateY(-2px);
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 -1px 0 rgba(0, 0, 0, 0.3),
        0 4px 16px rgba(255, 215, 0, 0.2);
}

.cards-section-button:hover::after {
    background: rgba(0, 0, 0, 1);
    border-color: #FFD700;
    transform: translateY(-50%) translateX(4px);
}

.cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 4rem auto;
    padding: 0 2rem 4rem 2rem;
    max-width: 1800px;
    justify-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 200px;
    visibility: visible;
}

/* Cards de serviço - Foto e título, hover mostra descrição e botão */
.service-card {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 450px;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0;
}

.service-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 40px rgba(212, 175, 55, 0.3);
}

.service-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
    display: block;
    margin: 0;
    padding: 0;
}

.service-card:hover .service-card-image img {
    transform: scale(1.08);
}

.service-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 2;
}

.service-card:hover .service-card-overlay {
    opacity: 0.9;
}

.service-card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 1.5rem;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.9);
    z-index: 3;
    transition: opacity 0.2s ease;
    transform: translateY(0);
}

.service-card:hover .service-card-title {
    opacity: 0;
}

.service-card-hover-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1.5rem 1.5rem;
    background: rgba(0, 0, 0, 0.95);
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
    z-index: 4;
    border-top: 2px solid transparent;
    text-align: left;
}

.service-card:hover .service-card-hover-content {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    border-top-color: rgba(212, 175, 55, 0.5);
}

.service-card-description {
    font-family: "Gotham", "Montserrat", sans-serif;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
    padding: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    text-align: left;
}

.service-card:hover .service-card-description {
    opacity: 1;
    transform: translateY(0);
}

.service-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.875rem 2rem;
    background: rgba(212, 175, 55, 0.15);
    border: 2px solid #D4AF37;
    border-radius: 8px;
    color: #D4AF37;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    width: auto;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    position: relative;
    overflow: hidden;
}

.service-card-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #FFD700 0%, #D4AF37 50%, #D4AF37 100%);
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.service-card:hover .service-card-btn {
    opacity: 1;
    transform: translateY(0);
}

.service-card-btn:hover {
    background: linear-gradient(135deg, #FFD700 0%, #FFD700 50%, #D4AF37 100%);
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.7),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-color: #FFD700;
}

.service-card-btn:hover::before {
    left: 0;
}

/* Media queries para cards de serviço */
@media (max-width: 1024px) {
    .cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .service-card {
        max-width: 100%;
        height: 420px;
    }
    
    .service-card-title {
        font-size: 1.5rem;
        padding: 1.25rem;
    }
    
    .service-card-hover-content {
        padding: 1.75rem 1.25rem 1.25rem;
    }
}

@media (max-width: 768px) {
    .cards-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1.5rem 4rem 1.5rem;
    }
    
    .service-card {
        max-width: 100%;
        height: 420px;
    }
    
    .service-card-title {
        font-size: 1.35rem;
        padding: 1.25rem;
    }
    
    .service-card-hover-content {
        padding: 1.5rem 1.25rem 1.25rem;
    }
    
    .service-card-description {
        font-size: 0.8rem;
        margin-bottom: 1.25rem;
        text-align: left;
    }
    
    .service-card-btn {
        padding: 0.75rem 1.75rem;
        font-size: 0.85rem;
        justify-content: flex-start;
        width: auto;
    }
}

.cards-wrapper::after {
    display: none;
}

@media (min-width: 769px) {
    /* Mostrar títulos completos no desktop */
    .services-hero-title .desktop-title {
        display: inline-block !important;
    }
    
    .services-hero-title .mobile-title-only {
        display: none !important;
    }
    
    .cards-wrapper::after {
        display: none;
    }
}

.cards-button-wrapper {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.cards-contact-btn {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.005em;
    color: #fff;
    background: rgba(255, 215, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 0, 0.3);
    padding: 1rem 2.5rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
}

.cards-contact-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.2), transparent);
    transition: left 0.5s ease;
}

.cards-contact-btn:hover::before {
    left: 100%;
}

.cards-contact-btn::after {
    content: '→';
    margin-left: 1.25rem;
    transition: transform 0.3s ease;
}

.cards-contact-btn:hover {
    background: rgba(255, 215, 0, 0.15);
    border-color: rgba(255, 215, 0, 0.5);
    color: #FFD700;
    transform: translateY(-2px);
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 215, 0, 0.1) inset,
        0 4px 12px rgba(255, 215, 0, 0.2);
}

.cards-contact-btn:hover::after {
    transform: translateX(4px);
}

.cards-contact-btn:active {
    transform: translateY(0);
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.3),
        inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.image-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    min-width: 280px;
    height: 500px;
    border-radius: 10px;
    box-shadow: 
        0 1px 3px rgba(0,0,0,0.12), 
        0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    overflow: hidden;
}

.image-block::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

.image-block:hover {
    box-shadow: 
        0 14px 28px rgba(0,0,0,0.25), 
        0 10px 10px rgba(0,0,0,0.22);
}

.image-block:hover h1 {
    opacity: 0;
    transform: translateX(-50%) scale(0.7);
}

.image-block:hover img {
    transform: scale(1.25);
}

.image-block:hover figcaption {
    bottom: 0;
    opacity: 1;
    pointer-events: auto;
}

.image-block h1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0 0 1.5rem 0;
    color: white;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    opacity: 1;
    transition: 0.25s ease;
    z-index: 2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.25s;
    display: block;
}

.image-block figcaption {
    position: absolute;
    bottom: -40%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    color: white;
    line-height: 1;
    transition: 0.25s;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
}

.image-block:hover figcaption {
    opacity: 1;
    pointer-events: auto;
}

.image-block figcaption h3 {
    margin: 0 0 15px;
    padding: 0;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    font-style: normal;
    color: #FFD700;
}

.image-block figcaption p {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
}

.image-block figcaption button,
.image-block figcaption .card-info-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
    padding: 10px 30px;
    background-color: rgba(255, 215, 0, 0.2);
    border: 1px solid #FFD700;
    border-radius: 5px;
    color: #FFD700;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    z-index: 4;
    pointer-events: auto;
}

.image-block figcaption button:hover,
.image-block figcaption .card-info-btn:hover {
    background-color: #FFD700;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}

.card__thumb {
    flex-shrink: 0;
    width: 50px;
    height: 50px;      
    border-radius: 50%;      
}

.card__icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2) 0%, rgba(255, 215, 0, 0.05) 100%);
    border: 1px solid rgba(255, 215, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #FFD700;
    box-shadow: 
        inset 0 2px 4px rgba(0, 0, 0, 0.3),
        inset 0 -2px 4px rgba(255, 215, 0, 0.2),
        0 2px 8px rgba(0, 0, 0, 0.4);
    position: relative;
}

.card__icon::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), transparent);
    border-radius: 50% 50% 0 0;
    pointer-events: none;
}

.card__title {
    font-size: 1em;
    margin: 0 0 .3em;
    color: #6A515E;
}

.card__tagline {
    display: block;
    margin: 1em 0;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: .8em; 
    color: #D7BDCA;  
}

.card__status {
    font-size: .8em;
    color: #D7BDCA;
}

.card__description {
    padding: 0 2em 2em;
    margin: 0;
    color: #D7BDCA;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;   
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}

/* Responsive - Cards Section */
@media (max-width: 1024px) {
    .cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        padding: 0 1.5rem 4rem 1.5rem;
    }
    
    .service-card {
        max-width: 100%;
        height: 420px;
    }
    
    .service-card-inner {
        height: 280px;
    }
    
    .cards-title {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .cards-section {
        padding: 4rem 1.5rem;
        margin-top: 0;
        min-height: auto;
        text-align: center;
        overflow: visible;
        display: block;
        visibility: visible;
        position: relative;
        z-index: 1;
    }
    
    .cards-container {
        padding: 0 1rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 2;
    }
    
    .cards-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
        width: 100%;
        margin: 2rem auto;
        padding: 0;
        position: relative;
        z-index: 2;
        display: grid;
        visibility: visible;
    }
    
    .image-block {
        width: 100%;
        min-width: auto;
        max-width: 100%;
        height: 500px;
    }
    
    .image-block h1 {
        font-size: 40px;
    }
    
    .cards-title {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }
}

.faq-section {
    background: rgba(0, 0, 0, 0.95);
    background-image: url('Fotos/backgrounds/bg-faq.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 6rem 3rem;
    position: relative;
    overflow: hidden;
    min-height: auto;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.85) 8%,
        rgba(0, 0, 0, 0.4) 20%,
        rgba(0, 0, 0, 0.15) 35%,
        rgba(0, 0, 0, 0.1) 45%,
        rgba(0, 0, 0, 0.1) 55%,
        rgba(0, 0, 0, 0.15) 65%,
        rgba(0, 0, 0, 0.4) 80%,
        rgba(0, 0, 0, 0.85) 92%,
        rgba(0, 0, 0, 0.95) 100%
    );
    z-index: 0;
    pointer-events: none;
}



.faq-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.faq-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 4rem 0;
    line-height: 1.3;
}

.faq-title-gold {
    color: #D4AF37;
}

.faq-title-white {
    color: #fff;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item:hover {
    border-color: rgba(255, 215, 0, 0.2);
    box-shadow: 
        0 8px 30px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(255, 215, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.faq-item.active {
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(255, 215, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.faq-question {
    width: 100%;
    padding: 1rem 1.5rem;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #FFD700;
}

.faq-item.active .faq-question {
    color: #FFD700;
}

.faq-question span {
    flex: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.faq-icon {
    color: #FFD700;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    opacity: 0.7;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
    opacity: 1;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
    padding: 0 2rem;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 2rem 1.5rem 2rem;
}

/* Parágrafo dentro de FAQ answer - Seguindo hierarquia tipográfica */
.faq-answer p {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    padding-top: 0.5rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .faq-section {
        padding: 4rem 2rem;
    }
    
    .faq-title {
        font-size: 1.75rem;
        letter-spacing: 1px;
        line-height: 1.2;
        margin-bottom: 3rem;
    }
    
    .faq-question {
        padding: 1.25rem 1.5rem;
        font-size: 1rem;
    }
    
    .faq-answer {
        padding: 0 1.5rem;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 1.5rem 1.25rem 1.5rem;
    }
}

/* Services Section */
.services-section {
    background: rgba(0, 0, 0, 0.9);
    background-image: 
        linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
    padding: 6rem 3rem;
    margin-top: 6rem;
    position: relative;
    overflow: hidden;
}

.services-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.services-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: left;
    margin: 0;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}

.services-title-gold {
    color: #D4AF37;
}

.services-title-white {
    color: #fff;
}

.services-topics-grid-wrapper {
    position: relative;
    margin-top: 4rem;
    width: 100%;
    overflow: visible;
    padding: 1rem 0 2rem 0;
}


.services-topics-grid {
    overflow-x: hidden;
    overflow-y: visible;
    width: 100%;
    padding: 1.5rem 1rem 2rem 0;
    position: relative;
}

.services-topics-slider {
    display: flex;
    gap: 1.5rem;
    width: fit-content;
    animation: scrollHorizontal 50s linear infinite;
    overflow: visible;
}

.services-topics-slider:hover {
    animation-play-state: paused;
}

@keyframes scrollHorizontal {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 1.25rem));
    }
}

/* Efeito hover: quando um card está em hover, os outros ficam levemente apagados */
.services-topics-slider:hover .service-topic:not(:hover) {
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.services-topics-slider .service-topic:hover {
    opacity: 1;
    z-index: 20;
}

.services-topics-grid:active {
    cursor: grabbing;
}

/* Barra de rolagem moderna com profundidade - Webkit (Chrome, Safari, Edge) */
/* Scrollbar escondida - Services Grid */
.services-topics-grid::-webkit-scrollbar {
    display: none;
}

.services-topics-grid {
    scrollbar-width: none;
    -ms-overflow-style: none;
}


.service-topic-link {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
}

.service-topic {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 280px;
    max-width: 280px;
    width: 280px;
    height: 380px;
    scroll-snap-align: start;
    flex-shrink: 0;
    border-radius: 20px;
    padding: 1.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.service-topic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        transparent 0%,
        transparent 60%,
        rgba(0, 0, 0, 0.6) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.service-topic:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    z-index: 20;
    position: relative;
}

.topic-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 20px;
    overflow: hidden;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.9) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.9) 100%);
}

.topic-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.85) contrast(1.1);
}

.service-topic:hover .topic-image img {
    filter: brightness(0.95) contrast(1.15) saturate(1.1);
}

.topic-content {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
    z-index: 2;
}

.topic-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    font-style: normal;
    color: #FFD700;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.3;
    text-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.5);
    transition: text-shadow 0.4s ease;
}

.service-topic:hover .topic-title {
    text-shadow: 
        0 2px 12px rgba(0, 0, 0, 0.6);
}

.topic-description {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
    margin: 0;
    opacity: 0.9;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    transition: opacity 0.4s ease, color 0.4s ease;
}

.service-topic:hover .topic-description {
    opacity: 1;
    color: #fff;
}

.topic-saber-mais-btn {
    display: none;
    margin-top: 1rem;
    padding: 0.6rem 1.5rem;
    background: rgba(255, 215, 0, 0.9);
    color: #000;
    border: 1px solid #FFD700;
    border-radius: 8px;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    z-index: 5;
    position: relative;
    box-shadow: 
        0 4px 12px rgba(255, 215, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.service-topic:hover .topic-saber-mais-btn {
    display: block;
    background: rgba(255, 215, 0, 1);
}

.topic-saber-mais-btn:hover {
    background: rgba(255, 215, 0, 1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

/* Services Carousel */
.services-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 4rem;
    mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,1) 5%, rgba(0,0,0,1) 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,1) 5%, rgba(0,0,0,1) 95%, transparent 100%);
}

.services-carousel-track {
    display: flex;
    gap: 3rem;
    animation: scrollServices 50s linear infinite;
    width: fit-content;
}

@keyframes scrollServices {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 1.5rem));
    }
}

.service-carousel-item {
    flex-shrink: 0;
    width: 300px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    overflow: hidden;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.service-carousel-item:hover {
    opacity: 1;
}

.service-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0.9) contrast(1.1);
    transition: filter 0.3s ease;
}

.service-carousel-item:hover img {
    filter: brightness(1) contrast(1.2);
}

@media (max-width: 768px) {
    .services-carousel-wrapper {
        margin-top: 3rem;
    }
    
    .services-carousel-track {
        gap: 2rem;
    }
    
    .service-carousel-item {
        width: 250px;
        height: 160px;
        padding: 1.5rem;
    }
}

.service-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 235, 150, 0.5);
    border-radius: 12px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    position: relative;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 215, 0, 0.4);
    box-shadow: 0 6px 24px rgba(255, 215, 0, 0.15);
}

.service-icon {
    color: #FFD700;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
    font-size: 3.5rem;
    line-height: 1;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

.service-name {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFD700;
    margin: 0 0 1rem 0;
    position: relative;
    z-index: 1;
}

.service-description {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.95rem;
    color: #fff;
    line-height: 1.6;
    margin: 0;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

@media (max-width: 968px) {
    .services-topics-grid-wrapper {
        margin-top: 3rem;
    }
    
    
    .services-topics-grid {
        gap: 1.25rem;
        padding: 1.25rem 0.75rem 1.5rem 0;
    }
    
    .service-topic {
        min-width: 260px;
        max-width: 260px;
        height: 340px;
        padding: 1.25rem;
    }
    
    .topic-title {
        font-size: 1.25rem;
    }
    
    .topic-description {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .services-section {
        padding: 4rem 2rem;
    }
    
    .services-title {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }
    
    .services-topics-grid-wrapper {
        margin-top: 3rem;
    }
    
    
    .services-topics-grid {
        gap: 1rem;
        padding: 1rem 0.5rem 1.5rem 0;
    }
    
    .service-topic {
        min-width: 240px;
        max-width: 240px;
        height: 320px;
        padding: 1.25rem;
    }
    
    .topic-title {
        font-size: 1.15rem;
    }
    
    .topic-description {
        font-size: 0.75rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .service-card {
        padding: 2rem 1.5rem;
    }
}

/* Services Hero Section */
.services-hero-section {
    background: rgba(0, 0, 0, 0.3);
    padding: 20rem 3rem 8rem;
    padding-top: 20rem;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.services-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('Fotos/carousel/ft5.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    filter: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.services-hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.services-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.services-hero-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.005em;
    margin: 0;
}

.services-hero-title-gold {
    color: #FFD700;
}

.services-hero-title-white {
    color: #fff;
}

/* Services Header */
.services-header {
    margin-bottom: 5rem;
}

.services-title {
    text-align: left;
}

.services-subtitle {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
    margin: 1.5rem 0 0 0;
    font-weight: 300;
    text-align: left;
}

/* Service Button */
.service-button {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0.8rem 2rem;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: visible;
    margin-top: 1.5rem;
    border-radius: 12px;
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2),
        0 2px 8px rgba(0, 0, 0, 0.3);
}

.service-button:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 215, 0, 0.4);
    transform: translateY(-2px);
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 -1px 0 rgba(0, 0, 0, 0.3),
        0 4px 16px rgba(255, 215, 0, 0.2);
}

/* Gallery Section */
.gallery-section {
    background: rgba(0, 0, 0, 0.95);
    padding: 6rem 3rem;
    position: relative;
    overflow: hidden;
}

.gallery-container {
    max-width: 1400px;
    margin: 0 auto;
}

.gallery-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 4rem 0;
    position: relative;
    z-index: 1;
}

.gallery-title-gold {
    color: #FFD700;
}

.gallery-title-white {
    color: #fff;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
    pointer-events: none;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* Services CTA Section */
.services-cta-section {
    background-color: #000;
    background-image: url('Fotos/backgrounds/textura-preta.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 8rem 3rem 10rem 3rem;
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.services-cta-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.services-cta-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 2.5rem 0;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.services-cta-title-gold {
    color: #FFD700;
}

.services-cta-title-white {
    color: #fff;
}

.services-cta-connector {
    width: 2px;
    height: 60px;
    margin: 2.5rem auto;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(255, 215, 0, 0.3) 20%,
        rgba(255, 215, 0, 0.6) 50%,
        rgba(255, 215, 0, 0.3) 80%,
        transparent 100%
    );
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-cta-connector::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #FFD700;
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.6));
    animation: bounceArrow 2s infinite;
}

@keyframes bounceArrow {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) translateY(8px);
        opacity: 0.8;
    }
}

.services-cta-button {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 1rem 3rem;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: visible;
    border-radius: 12px;
    text-decoration: none;
    display: inline-block;
    z-index: 1;
}

.services-cta-button:hover {
    background: linear-gradient(to right, rgba(244, 208, 63, 0.8) 0%, rgba(244, 208, 63, 1) 100%);
    color: #000;
    border-color: #F4D03F;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(255, 215, 0, 0.3);
}

@media (max-width: 968px) {
    .services-hero-title {
        font-size: 4rem;
    }
    
    .services-cta-title {
        font-size: 3rem;
    }
    
    .gallery-title {
        font-size: 3rem;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .services-hero-section {
        padding: 50px 2rem 6rem !important;
        margin-top: 0 !important;
        min-height: 50vh;
    }
    
    .services-hero-title {
        font-size: 3rem;
        letter-spacing: 0.005em;
    }
    
    .recruitment-hero-section {
        padding: 50px 2rem 6rem !important;
        margin-top: 0 !important;
        min-height: 50vh;
    }
    
    .recruitment-hero-title {
        font-size: 3rem;
        letter-spacing: 0.005em;
    }
    
    .gallery-section {
        padding: 4rem 2rem;
    }
    
    .gallery-title {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .services-cta-section {
        padding: 6rem 2rem;
    }
    
    .services-cta-title {
        font-size: 2.5rem;
    }
    
}

/* Partners Section */
.partners-section {
    background: rgba(0, 0, 0, 0.95);
    padding: 6rem 3rem;
    position: relative;
    overflow: hidden;
}

.partners-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.partners-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 4rem 0;
    line-height: 1.2;
}

.partners-title-gold {
    color: #FFD700;
}

.partners-title-white {
    color: #fff;
}

.partners-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,1) 5%, rgba(0,0,0,1) 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,1) 5%, rgba(0,0,0,1) 95%, transparent 100%);
}

.partners-track {
    display: flex;
    gap: 4rem;
    animation: scrollPartners 30s linear infinite;
    will-change: transform;
    width: fit-content;
    contain: layout style paint;
}

@keyframes scrollPartners {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 2rem));
    }
}

.partner-logo {
    flex-shrink: 0;
    width: 200px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.partner-logo:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 215, 0, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.partner-placeholder {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
}

.partner-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: brightness(0.9) contrast(1.1);
    transition: filter 0.3s ease;
}

.partner-logo:hover img {
    filter: brightness(1) contrast(1.2);
}

@media (max-width: 968px) {
    .partners-title {
        font-size: 2.5rem;
    }
    
    .partner-logo {
        width: 160px;
        height: 100px;
    }
}

@media (max-width: 768px) {
    .partners-section {
        padding: 4rem 2rem;
    }
    
    .partners-title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    
    .partners-track {
        gap: 2rem;
    }
    
    .partner-logo {
        width: 140px;
        height: 90px;
        padding: 1rem;
    }
}

/* Exclusivity Section */
.exclusivity-section {
    background: rgba(0, 0, 0, 0.95);
    background-image: url('Fotos/backgrounds/bg servies.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 3rem 3rem;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.exclusivity-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 0;
}

.exclusivity-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 4rem;
    border-radius: 20px;
}

.exclusivity-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 1rem 0;
    line-height: 1.2;
    text-align: center;
    position: relative;
    z-index: 1;
}

.exclusivity-title-gold {
    color: #FFD700;
}

.exclusivity-title-white {
    color: #fff;
}

/* Contact Page Section */
.contact-page-section {
    background: rgba(0, 0, 0, 0.3);
    padding: 20rem 3rem 8rem;
    padding-top: 20rem;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.contact-page-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('Fotos/carousel/ft1.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    filter: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.contact-page-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.contact-page-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

.contact-page-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    text-transform: uppercase;
}

.contact-page-hero-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 2rem;
    border-radius: 8px;
    object-fit: cover;
}

.contact-page-content-section {
    width: 100%;
    padding: 1.5rem 0 1.5rem 0 !important;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
}

.contact-page-content-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 1) 0%, 
        rgba(0, 0, 0, 0.8) 20%, 
        rgba(0, 0, 0, 0.5) 40%, 
        rgba(0, 0, 0, 0.2) 60%, 
        rgba(0, 0, 0, 0.05) 80%, 
        transparent 100%);
    z-index: 0;
    pointer-events: none;
}

.contact-page-content-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, 
        rgba(0, 0, 0, 1) 0%, 
        rgba(0, 0, 0, 0.8) 20%, 
        rgba(0, 0, 0, 0.5) 40%, 
        rgba(0, 0, 0, 0.2) 60%, 
        rgba(0, 0, 0, 0.05) 80%, 
        transparent 100%);
    z-index: 0;
    pointer-events: none;
}

.contact-page-content-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 3rem 0.5rem 3rem !important;
    position: relative;
    z-index: 1;
}

/* Tipografia Premium - Título H1 (Página de Contato) */
.contact-page-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase !important;
    letter-spacing: 0.005em;
    margin: 0;
    margin-bottom: 2rem;
}

.contact-page-title-gold {
    color: #D4AF37;
    text-transform: uppercase !important;
}

.contact-page-title-white {
    color: #fff;
    text-transform: uppercase !important;
}

/* Tipografia Premium - Subtítulo H2 (Página de Contato) */

/* Tipografia Premium - Parágrafos (Página de Contato) */
.contact-page-section p,
.contact-page-content-section p,
.contact-page-content-container p,
.contact-page-content p {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    /* Removendo herança de estilos globais */
    margin: 0;
    padding: 0;
}

/* Reset de estilos globais para h1, h2 dentro de contact-page */
.contact-page-section h1,
.contact-page-section h2,
.contact-page-content-section h1,
.contact-page-content-section h2,
.contact-page-content-container h1,
.contact-page-content-container h2 {
    /* Reset de estilos globais antigos */
    font-style: normal;
    text-transform: none;
    white-space: normal;
}

/* Aplicar estilos específicos para h1 genéricos dentro de contact-page */
.contact-page-section h1:not(.contact-page-title),
.contact-page-content-section h1:not(.contact-page-title),
.contact-page-content-container h1:not(.contact-page-title) {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 0.005em;
}

/* Aplicar estilos específicos para h2 genéricos dentro de contact-page */
.contact-page-section h2,
.contact-page-content-section h2,
.contact-page-content-container h2 {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.contact-page-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
    width: 100%;
    max-width: 1200px;
}

.contact-info-map-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    width: 100%;
    margin-bottom: 4rem;
}

.contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
    text-align: left;
}

/* Título H2 dentro de contact-info-section - Seguindo hierarquia tipográfica */
.contact-info-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFD700;
    margin-bottom: 1rem;
    text-align: left;
}

.contact-info-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-info-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}

.contact-info-label {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-info-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}

.contact-info-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding: 0;
    border-radius: 4px;
    line-height: 1.6;
    width: 100%;
}

.contact-info-link:hover {
    color: #FFD700;
}

.contact-info-link {
    position: relative;
}

.contact-info-link:hover svg {
    background: rgba(212, 175, 55, 0.2);
    border-color: #D4AF37;
    stroke: #FFD700;
    fill: none;
}

.contact-info-link svg {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    stroke: #D4AF37;
    fill: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 1.5px solid #D4AF37;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-info-link svg path,
.contact-info-link svg circle,
.contact-info-link svg rect,
.contact-info-link svg line {
    transform: scale(0.7);
    transform-origin: center;
}

/* Parágrafo dentro de contact-info - Seguindo hierarquia tipográfica */
.contact-info-text {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.contact-info-text svg {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    stroke: #D4AF37;
    fill: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 1.5px solid #D4AF37;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-info-text svg path,
.contact-info-text svg circle,
.contact-info-text svg rect,
.contact-info-text svg line {
    transform: scale(0.7);
    transform-origin: center;
}

.contact-info-text:hover svg {
    background: rgba(212, 175, 55, 0.2);
    border-color: #D4AF37;
    stroke: #FFD700;
    fill: none;
}

.contact-map-section-inline {
    width: 100%;
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.contact-map-section-inline iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.contact-page-info {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
}

.contact-page-item {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    text-align: left;
    padding: 2rem;
    background: rgba(212, 175, 55, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-page-item:hover {
    background: rgba(212, 175, 55, 0.1);
    border-color: rgba(212, 175, 55, 0.4);
    transform: translateY(-2px);
}

.contact-page-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D4AF37;
    background: rgba(212, 175, 55, 0.15);
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.contact-page-icon svg {
    width: 28px;
    height: 28px;
}

.contact-page-details {
    flex: 1;
}

.contact-page-label {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #D4AF37;
    margin: 0 0 1rem 0;
}

.contact-page-value {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.25rem;
    color: #fff;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}

.contact-page-value:hover {
    color: #D4AF37;
}

.contact-page-action {
    margin-top: 1rem;
}

.contact-page-wrapper {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    gap: 4rem;
    width: 100%;
    max-width: 1200px;
    margin: 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    padding: 2rem;
    background: transparent;
    border: none;
    border-radius: 12px;
    position: relative;
}

.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('Fotos/backgrounds/bg.webp');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: -1;
    border-radius: 12px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.form-label {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.005em;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.form-input {
    width: 100%;
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 235, 150, 0.5);
    border-radius: 12px;
    color: #fff;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 
        inset 0 2px 4px rgba(0, 0, 0, 0.6),
        inset 0 1px 2px rgba(0, 0, 0, 0.8),
        0 2px 8px rgba(0, 0, 0, 0.3);
}

.form-input:hover:not(:focus) {
    border-color: rgba(255, 215, 0, 0.5);
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.7),
        inset 0 1px 3px rgba(0, 0, 0, 0.9),
        0 4px 12px rgba(255, 215, 0, 0.2);
    transform: translateY(-1px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.form-input:focus {
    outline: none;
    background: rgba(0, 0, 0, 0.5);
    border-color: #FFD700;
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.8),
        inset 0 1px 3px rgba(0, 0, 0, 1),
        0 0 0 3px rgba(255, 215, 0, 0.25),
        0 4px 16px rgba(255, 215, 0, 0.3);
    transform: translateY(-1px);
}

.form-input::placeholder {
    color: #999999;
    font-style: normal;
    font-size: 0.75rem;
}

.phone-input-wrapper {
    display: flex;
    gap: 0.5rem;
    width: 100%;
}

.form-select {
    padding: 1.5rem 3rem 1.5rem 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23FFD700' d='M8 11L3 6h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 16px;
    border: 1px solid rgba(255, 235, 150, 0.5);
    border-radius: 12px;
    color: #fff;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
    min-width: 120px;
    box-shadow: 
        inset 0 2px 4px rgba(0, 0, 0, 0.6),
        inset 0 1px 2px rgba(0, 0, 0, 0.8),
        0 2px 8px rgba(0, 0, 0, 0.3);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    direction: ltr;
    writing-mode: horizontal-tb;
}

.form-select:hover:not(:focus) {
    border-color: rgba(255, 215, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.8),
        inset 0 1px 3px rgba(0, 0, 0, 0.95),
        0 4px 16px rgba(255, 215, 0, 0.3),
        0 0 0 1px rgba(255, 215, 0, 0.2);
    transform: translateY(-1px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    color: #fff;
}

.form-select:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.8);
    border-color: #FFD700;
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.8),
        inset 0 1px 3px rgba(0, 0, 0, 0.95),
        0 0 0 3px rgba(255, 215, 0, 0.25),
        0 4px 16px rgba(255, 215, 0, 0.2);
    color: #fff;
}

.form-select option {
    background: #1a1a1a;
    color: #FFD700;
    padding: 1rem;
}

.form-select option:hover {
    background: rgba(255, 215, 0, 0.2);
    color: #fff;
}

.form-select option:checked {
    background: rgba(255, 215, 0, 0.3);
    color: #fff;
}

.country-select {
    position: relative;
    padding-left: 1rem !important;
    text-align: left;
    width: auto !important;
    min-width: 80px;
    max-width: 100px;
    flex-shrink: 0;
}

.country-select option {
    padding-left: 2.5rem;
    text-align: left;
}

.phone-input-wrapper {
    position: relative;
}

@media (max-width: 768px) {
    .country-select {
        padding-left: 1rem !important;
    }
}

@media (max-width: 480px) {
    .country-select {
        padding-left: 1rem !important;
    }
}

.country-select option {
    padding-left: 2.5rem;
}

.country-select {
    position: relative;
    padding-left: 1rem !important;
    text-align: left;
    width: auto !important;
    min-width: 80px;
    max-width: 100px;
    flex-shrink: 0;
}

.country-select option {
    padding-left: 2.5rem;
    text-align: left;
}

.country-select option {
    padding-left: 2.5rem;
    background-repeat: no-repeat;
    background-position: left 0.5rem center;
    background-size: 20px 20px;
}

.phone-input {
    flex: 1;
    width: 100%;
    min-width: 0;
}

.form-submit-btn {
    padding: 0.875rem 2.5rem;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    align-self: center;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    white-space: nowrap;
}

.form-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(244, 208, 63, 0.8) 0%, rgba(244, 208, 63, 1) 100%);
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.form-submit-btn:hover {
    background: linear-gradient(to right, rgba(244, 208, 63, 0.8) 0%, rgba(244, 208, 63, 1) 100%);
    color: #000;
    border-color: #F4D03F;
    transform: translateY(-2px);
}

.form-submit-btn:hover::before {
    left: 0;
}

.form-submit-btn:active {
    transform: translateY(0);
}

/* Recruitment Section */
.recruitment-section {
    width: 100%;
    padding: 2rem 0;
}

.recruitment-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.005em;
    line-height: 1.4;
    margin: 4rem 0 1.5rem 0;
    text-align: center;
}

.recruitment-title-gold {
    color: #FFFFFF;
}


.recruitment-form {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 5rem 4rem;
    background: rgba(90, 90, 90, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.37);
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.form-textarea {
    width: 100%;
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 235, 150, 0.5);
    border-radius: 12px;
    color: #fff;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    resize: vertical;
    min-height: 100px;
    box-shadow: 
        inset 0 2px 4px rgba(0, 0, 0, 0.6),
        inset 0 1px 2px rgba(0, 0, 0, 0.8),
        0 2px 8px rgba(0, 0, 0, 0.3);
}

.form-textarea:hover:not(:focus) {
    border-color: rgba(255, 215, 0, 0.5);
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.7),
        inset 0 1px 3px rgba(0, 0, 0, 0.9),
        0 4px 12px rgba(255, 215, 0, 0.2);
    transform: translateY(-1px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.form-textarea:focus {
    outline: none;
    background: rgba(0, 0, 0, 0.7);
    border-color: #FFD700;
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.7),
        inset 0 1px 3px rgba(0, 0, 0, 0.9),
        0 0 0 3px rgba(255, 215, 0, 0.15);
}

.form-textarea::placeholder {
    color: #999999;
    font-style: normal;
    font-size: 0.75rem;
}

.contact-form-wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 0 6rem 0;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    gap: 4rem;
    width: 100%;
    align-items: start;
}

.contact-images-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
}

.contact-single-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 215, 0, 0.1);
    filter: brightness(0.9) contrast(1.1);
    position: relative;
    display: block;
}

.contact-images-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.6) 50%,
        transparent 100%
    );
    border-radius: 0 0 12px 12px;
    pointer-events: none;
    z-index: 1;
}



/* Contact Map Section */
.contact-map-section {
    width: 100vw;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.contact-map-container {
    width: 100vw;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
}

.contact-map-container iframe {
    width: 100vw;
    height: 500px;
    border: none;
    display: block;
    filter: grayscale(20%) brightness(0.9);
    margin: 0;
    padding: 0;
}

/* Section Divider Line */
.section-divider-line {
    width: 100%;
    max-width: 1200px;
    margin: 4rem auto;
    padding: 0 3rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divider-line-center {
    width: 100%;
    height: 2px;
    background: linear-gradient(
        to right,
        transparent 0%,
        transparent 20%,
        rgba(212, 175, 55, 0.3) 30%,
        rgba(212, 175, 55, 0.8) 50%,
        rgba(212, 175, 55, 0.3) 70%,
        transparent 80%,
        transparent 100%
    );
    position: relative;
}

.divider-line-center::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background: #D4AF37;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.8);
}

/* FAQ Section Contact Page */
.faq-section-contact {
    width: 100%;
    padding: 4rem 0;
    margin: 4rem 0;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.faq-container-contact {
    max-width: 1200px;
    margin: 0 auto;
}

/* Título H2 dentro de FAQ - Seguindo hierarquia tipográfica */
.faq-title-contact {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 3rem 0;
    /* Removendo estilos antigos */
    font-style: normal;
    line-height: 1.3;
}

/* Recruitment Section Full */
.recruitment-hero-section {
    background: rgba(0, 0, 0, 0.3);
    padding: 20rem 3rem 8rem;
    padding-top: 20rem;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.recruitment-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('Fotos/backgrounds/bg-recrutamento.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    filter: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.recruitment-hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.recruitment-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.recruitment-hero-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.005em;
    margin: 0;
}

.recruitment-hero-title-gold {
    color: #FFFFFF;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
}

.recruitment-section-full {
    width: 100%;
    padding: 3rem 0 2rem 0;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    background-image: url('Fotos/backgrounds/bg-recrutamento2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.7);
}

.recruitment-section-full::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 1) 0%, 
        rgba(0, 0, 0, 0.8) 20%, 
        rgba(0, 0, 0, 0.5) 40%, 
        rgba(0, 0, 0, 0.2) 60%, 
        rgba(0, 0, 0, 0.05) 80%, 
        transparent 100%);
    z-index: 0;
    pointer-events: none;
}

.recruitment-section-full::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, 
        rgba(0, 0, 0, 1) 0%, 
        rgba(0, 0, 0, 0.8) 20%, 
        rgba(0, 0, 0, 0.5) 40%, 
        rgba(0, 0, 0, 0.2) 60%, 
        rgba(0, 0, 0, 0.05) 80%, 
        transparent 100%);
    z-index: 0;
    pointer-events: none;
}

.recruitment-container-services {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 3rem;
    position: relative;
    z-index: 1;
}

.recruitment-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 4rem;
    align-items: center;
    text-align: center;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 4rem 3rem;
    background-image: url('Fotos/backgrounds/bg-recrutamento.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.recruitment-text-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    align-items: center;
}

.recruitment-description {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.1rem;
    color: #FFFFFF;
    margin: 2rem auto 3rem auto;
    line-height: 1.8;
    text-align: center;
    max-width: 800px;
    width: 100%;
}

.recruitment-image-placeholder {
    width: 100%;
    height: auto;
    min-height: 250px;
    max-height: 300px;
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruitment-image {
    width: auto;
    height: 100%;
    max-width: 60%;
    max-height: 300px;
    object-fit: contain;
    display: block;
}


/* Responsive Contact Page */
@media (max-width: 768px) {
    .contact-page-section {
        padding: 4rem 1.5rem 2rem !important;
        margin-top: 0 !important;
        min-height: 25vh !important;
        overflow: hidden;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        position: relative;
    }
    
    .contact-page-section::before {
        background-position: center bottom;
        background-size: 120% auto;
        background-attachment: scroll;
    }
    
    .contact-page-title {
        font-size: 1.4rem;
        text-align: center;
        white-space: nowrap;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 1px;
        margin-bottom: 3rem;
        text-transform: uppercase;
    }
    
    .contact-page-item {
        flex-direction: column;
    text-align: center;
        align-items: center;
        gap: 1.5rem;
    }
    
    .contact-page-icon {
        width: 50px;
        height: 50px;
    }
    
    .contact-page-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .contact-page-value {
        font-size: 1.1rem;
    }
    
    .contact-form-wrapper {
        max-width: 100%;
    }
    
    .contact-form-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .contact-images-wrapper {
        justify-content: center;
    }
    
    .contact-single-image {
        max-width: 100%;
    }
    
    .contact-page-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
        max-width: 100%;
    }
    
    .contact-form {
        padding: 1.5rem 1rem;
    }
    
    .phone-input-wrapper {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
        width: 100%;
    }
    
    .form-select.country-select {
        display: none !important;
    }
    
    .form-select:not(.country-select) {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    
    .phone-input {
        width: 100% !important;
        min-width: 100% !important;
        padding: 0.75rem 1rem 0.75rem 1.5rem;
    }
    
    .recruitment-form {
        gap: 1.5rem !important;
    }
    
    .form-group {
        gap: 0.8rem !important;
    }
    
    .faq-section-contact {
        padding: 3rem 0;
        margin: 3rem 0;
    }
    
    .faq-title-contact {
        font-size: 1.75rem;
        letter-spacing: 1px;
        line-height: 1.2;
        margin-bottom: 2rem;
    }
    
    .recruitment-content-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .recruitment-image-placeholder {
        min-height: 200px;
        max-height: 250px;
    }
    
    .recruitment-image {
        max-width: 70%;
        max-height: 250px;
    }
    
    .recruitment-title {
        font-size: 2rem;
    }
    
    .recruitment-description {
        font-size: 1rem;
    }
}

/* Contact Section */
.contact-section {
    background-color: rgba(0, 0, 0, 0.9);
    background-image: 
        linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
    padding: 6rem 3rem;
    text-align: center;
    min-height: 50vh;
    position: relative;
    overflow: hidden;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.contact-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 auto 4rem;
    display: block;
    position: relative;
    z-index: 1;
}

.contact-title-gold {
    color: #D4AF37;
}

.contact-title-white {
    color: #fff;
}

.contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
    width: 100%;
    max-width: 800px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    text-align: left;
    flex: 1;
    min-width: 280px;
}

.contact-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D4AF37;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.contact-icon svg {
    width: 24px;
    height: 24px;
}

.contact-details {
    flex: 1;
}

.contact-label {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #D4AF37;
    margin: 0 0 0.5rem 0;
}

.contact-value {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}

.contact-value:hover {
    color: #D4AF37;
}

.contact-action {
    margin-top: 1rem;
}

/* Responsive Contact Section */
@media (max-width: 768px) {
    .contact-section {
        padding: 4rem 2rem;
    }
    
    .contact-title {
        font-size: 1.4rem;
        margin-bottom: 3rem;
        letter-spacing: 0.5px;
    }
    
    .contact-info {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .contact-item {
        min-width: 100%;
    }
}

.exclusivity-subtitle {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    letter-spacing: 4px;
    color: rgba(255, 215, 0, 0.9);
    margin: 0 0 3rem 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.exclusivity-text {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 auto 4rem auto;
    font-weight: 300;
    letter-spacing: 0.3px;
    text-align: center;
    max-width: 900px;
    position: relative;
    z-index: 1;
}

.video-player-wrapper {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video-player {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.5),
        inset 0 0 60px rgba(0, 0, 0, 0.8),
        inset 0 2px 4px rgba(0, 0, 0, 0.6),
        inset 0 -2px 4px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.video-player:hover {
    transform: perspective(1000px) rotateX(2deg) scale(1.02);
}

.video-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    pointer-events: auto;
}

.video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.video-cover:hover {
    transform: scale(1.02);
}

.video-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.7);
    transition: filter 0.3s ease;
}

.video-cover:hover img {
    filter: brightness(0.8);
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.9;
    cursor: pointer;
    pointer-events: auto;
}

.video-player:hover .video-play-button {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
}

.video-play-button svg circle {
    transition: fill 0.3s ease;
}

.video-cover:hover .video-play-button svg circle {
    fill: rgba(255, 215, 0, 1);
}

.exclusivity-video-button {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 1rem 2.5rem;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: visible;
    white-space: nowrap;
    margin: 2rem auto 0;
    border-radius: 12px;
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2),
        0 2px 8px rgba(0, 0, 0, 0.3);
    display: block;
    text-align: center;
    text-decoration: none;
    width: fit-content;
}

.exclusivity-video-button::after {
    display: none;
}

.exclusivity-video-button:hover {
    background: rgba(255, 215, 0, 0.9);
    color: #000;
    border-color: #FFD700;
    transform: translateY(-2px);
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 -1px 0 rgba(0, 0, 0, 0.3),
        0 4px 16px rgba(255, 215, 0, 0.4);
}

@media (max-width: 968px) {
    .exclusivity-title {
        font-size: 3rem;
    }
    
    .exclusivity-subtitle {
        font-size: 1.2rem;
    }
    
    .exclusivity-text {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .exclusivity-section {
        padding: 2rem 2rem;
        margin-top: 0;
    }
    
    .exclusivity-title {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
        letter-spacing: 1px;
    }
    
    .exclusivity-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .exclusivity-text {
        font-size: 0.95rem;
        margin-bottom: 3rem;
    }
    
    .video-play-button svg {
        width: 50px;
        height: 50px;
    }
}

/* Footer */
/* ============================================
   FOOTER MODERNO E MINIMALISTA
   ============================================ */

.footer-section {
    background: #000;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
    position: relative;
    z-index: 1;
}

/* Footer CTA Section */
.footer-cta {
    border-bottom: 1px solid #373636;
    padding: 3.5rem 0;
}

.footer-cta-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    align-items: start;
}

.footer-cta-col {
    display: flex;
}

.single-cta {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
}

.cta-icon {
    color: #FFD700;
    flex-shrink: 0;
    margin-top: 0.25rem;
    transition: transform 0.3s ease;
}

.single-cta:hover .cta-icon {
    transform: scale(1.1);
}

.cta-text {
    flex: 1;
}

.cta-text h4 {
    color: #fff;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-text span {
    color: #757575;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    display: block;
}

/* Footer Content Section */
.footer-content {
    position: relative;
    z-index: 2;
    padding: 4rem 0 1rem 0;
}

.footer-content-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.footer-widget-col {
    display: flex;
    flex-direction: column;
}

.footer-widget {
    width: 100%;
}

.footer-logo {
    margin-bottom: 2rem;
    display: block;
}

.footer-logo-img {
    max-width: 200px;
    height: auto;
    filter: brightness(1.1);
    transition: transform 0.3s ease;
}

.footer-logo:hover .footer-logo-img {
    transform: scale(1.05);
}

.footer-text p {
    margin-bottom: 1.5rem;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.9rem;
    color: #7e7e7e;
    line-height: 1.8;
}

.footer-social-icon {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-social-icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-right: 0.75rem;
}

.footer-social-icon a svg {
    width: 16px;
    height: 16px;
}

.instagram-bg {
    background: linear-gradient(45deg, #E1306C, #F56040, #FCB045);
}

.instagram-bg:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(225, 48, 108, 0.4);
}

.facebook-bg {
    background: #3B5998;
}

.facebook-bg:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(59, 89, 152, 0.4);
}

.footer-widget-heading h3 {
    color: #fff;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 3rem 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-widget-heading h3::before {
    display: none;
}

.footer-legal-heading {
    display: none;
}

.footer-legal-heading {
    margin-bottom: 2rem;
}

.footer-widget-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-widget-links li {
    display: block;
    width: 100%;
}

.footer-widget-links li a {
    color: #878787;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-transform: capitalize;
}

.footer-widget-links li a:hover {
    color: #FFD700;
    transform: translateX(4px);
}

/* Links legais pequenos embaixo do footer-legal-text */
.footer-legal-links-small {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0 1.5rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    justify-content: center;
    width: 100%;
    visibility: visible !important;
    opacity: 1 !important;
}

.footer-legal-links-small a {
    color: #878787;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.75rem;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
    display: inline-block;
}

.footer-legal-links-small a:not(:last-child)::after {
    content: '•';
    margin-left: 1.5rem;
    color: rgba(255, 255, 255, 0.3);
}

.footer-legal-links-small a:hover {
    color: #FFD700;
}

/* Redes sociais no footer */
.footer-social-icons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    color: #878787;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    text-align: left;
    padding: 0.75rem 1rem;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-right: 2px solid;
    border-radius: 4px;
}

.footer-social-link svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.footer-social-link:hover {
    transform: translateY(-2px);
}

.footer-social-link:hover svg {
    transform: scale(1.1);
}

/* Instagram - Tema dourado/preto */
.footer-social-instagram {
    border-color: #D4AF37;
    color: #D4AF37;
    background: rgba(212, 175, 55, 0.1);
}

.footer-social-instagram:hover {
    border-color: #D4AF37;
    background: rgba(212, 175, 55, 0.2);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
}

.footer-social-instagram svg {
    fill: #D4AF37;
}

.footer-social-instagram span {
    color: #ffffff;
}

.footer-social-instagram:hover span {
    color: #D4AF37;
}

/* Facebook - Tema dourado/preto */
.footer-social-facebook {
    border-color: #D4AF37;
    color: #D4AF37;
    background: rgba(212, 175, 55, 0.1);
}

.footer-social-facebook:hover {
    border-color: #D4AF37;
    background: rgba(212, 175, 55, 0.2);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
}

.footer-social-facebook svg {
    fill: #D4AF37;
}

.footer-social-facebook span {
    color: #ffffff;
}

.footer-social-facebook:hover span {
    color: #D4AF37;
}

/* Copyright Area */
.copyright-area {
    background: #000;
    padding: 1rem 0;
    border-top: 1px solid #373636;
}

.copyright-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1.5rem;
}

.copyright-col {
    width: 100%;
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #373636;
}

.copyright-col-right {
    display: flex;
    justify-content: flex-end;
}

.copyright-text p {
    margin: 0;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.875rem;
    color: #878787;
    line-height: 1.6;
}

.copyright-text p a {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.copyright-text p a:hover {
    color: #fff;
}

.footer-menu {
    display: flex;
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li a {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.875rem;
    color: #878787;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-menu li:hover a {
    color: #FFD700;
}

.footer-legal-text {
    text-align: center !important;
    width: 100%;
    max-width: 100%;
    padding-top: 0.5rem;
    border-top: none !important;
    margin-top: 0.5rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-legal-text p {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.75rem;
    color: #878787;
    line-height: 1.7;
    margin: 0 auto;
    text-align: center !important;
    width: 100%;
    max-width: 100%;
}

.footer-legal-text a {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal-text a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 968px) {
    .footer-container {
        padding: 0 2.5rem;
    }
    
    .footer-cta {
        padding: 2.5rem 0;
    }
    
    .footer-cta-row {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-content {
        padding: 2rem 0;
    }
    
    .footer-content-row {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .copyright-row {
        justify-content: flex-start;
    }
    
    .copyright-col-right {
        justify-content: flex-start;
        width: 100%;
    }
    
    .copyright-col {
        text-align: center;
        margin-top: 1rem;
        padding-top: 1rem;
    }
    
    .copyright-text {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .copyright-text p {
        text-align: center;
    }
    
    .footer-menu ul {
        flex-wrap: wrap;
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .footer-container {
        padding: 0 2.5rem;
    }
    
    .footer-cta {
        display: none;
    }
    
    .footer-content {
        padding: 2rem 0 0.25rem 0 !important;
    }
    
    .footer-widget-heading h3 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    
    .footer-widget-links li a {
        font-size: 0.875rem;
    }
    
    .copyright-area {
        padding: 0.25rem 0 !important;
        margin-top: 0 !important;
    }
    
    .footer-legal-text {
        padding-top: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .footer-content-row {
        gap: 1.5rem !important;
        margin-bottom: 0 !important;
    }
    
    .footer-legal-text p {
        font-size: 0.7rem;
    }
    
    .copyright-col {
        margin-top: 2rem;
        padding-top: 2rem;
        text-align: center !important;
    }
    
    .copyright-text {
        text-align: center !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .copyright-text p {
        text-align: center !important;
        margin: 0 auto;
    }
}


.footer-left {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.footer-logo {
    width: 180px;
    height: auto;
    filter: brightness(1.1);
    transition: transform 0.3s ease;
    margin-bottom: 0.5rem;
}

.footer-logo:hover {
    transform: scale(1.05);
}

.footer-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-contact-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #FFD700;
    margin: 0 0 1.25rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
    width: fit-content;
}

.footer-phone,
.footer-address {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-phone a,
.footer-address a {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    position: relative;
    padding: 0.625rem 0;
    line-height: 1.5;
    margin-bottom: 0.25rem;
}

.footer-icon {
    flex-shrink: 0;
    color: rgba(255, 215, 0, 0.8);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 18px;
    height: 18px;
}

.footer-phone a:hover,
.footer-address a:hover {
    color: #FFD700;
    transform: translateX(4px);
}

.footer-phone a:hover .footer-icon,
.footer-address a:hover .footer-icon {
    color: #FFD700;
    transform: scale(1.15);
}

/* Footer Social Icons Inline */
.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 215, 0, 0.15);
}

.footer-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.footer-social-icon svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.footer-social-icon-instagram {
    border-color: rgba(225, 48, 108, 0.3);
}

.footer-social-icon-instagram:hover {
    background: rgba(225, 48, 108, 0.15);
    border-color: rgba(225, 48, 108, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(225, 48, 108, 0.3);
}

.footer-social-icon-instagram:hover svg {
    transform: scale(1.15);
}

.footer-social-icon-facebook {
    border-color: rgba(24, 119, 242, 0.3);
}

.footer-social-icon-facebook:hover {
    background: rgba(24, 119, 242, 0.15);
    border-color: rgba(24, 119, 242, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(24, 119, 242, 0.3);
}

.footer-social-icon-facebook:hover svg {
    transform: scale(1.15);
    color: #1877F2;
}

@media (max-width: 768px) {
    .footer-social-icons {
        display: flex !important;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 2rem;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        padding: 0;
    }
    
    .footer-social-link {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0.75rem;
        width: 100%;
        text-align: left;
    }
    
    .footer-legal-links-small {
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        text-align: left;
        gap: 1rem !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        border-top: none !important;
    }
    
    .footer-legal-links-small a:not(:last-child)::after {
        display: none !important;
    }
    
    .footer-legal-heading {
        display: block !important;
        margin-bottom: 2rem !important;
    }
    
    .footer-legal-heading h3::before {
        display: none !important;
    }
    
    .footer-widget-heading h3 {
        margin-bottom: 2rem !important;
    }
    
    .footer-widget-heading h3::before {
        display: none !important;
    }
    
    .footer-legal-links-small {
        margin-top: 0 !important;
        padding-top: 0 !important;
        border-top: none !important;
    }
    
    .footer-legal-text {
        text-align: left !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        display: flex !important;
        flex-direction: column !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .footer-legal-text p {
        text-align: left !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
    
    .footer-legal-text a {
        text-align: left !important;
    }
    
    .copyright-area {
        padding: 0.25rem 0 !important;
        margin-top: 0 !important;
    }
    
    .footer-widget {
        margin-bottom: 0 !important;
    }
    
    .footer-social-icons {
        margin-bottom: 0 !important;
    }
}

.footer-links-section {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.footer-links-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.5rem;
    align-items: start;
}

.footer-links-column {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.footer-links-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #FFD700;
    margin: 0 0 1.25rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
    width: fit-content;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    align-items: flex-start;
}

.footer-links a {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    padding: 0.625rem 0;
    display: inline-block;
    width: fit-content;
    line-height: 1.5;
}

.footer-links a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    width: 0;
    height: 1px;
    background: #FFD700;
    transition: width 0.3s ease;
}

.footer-links a:hover {
    color: #FFD700;
    transform: translateX(4px);
}

.footer-links a:hover::before {
    width: 100%;
}

.footer-social-section {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.footer-social-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #FFD700;
    margin: 0 0 1.25rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
    width: fit-content;
}

.footer-social {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}

.footer-social a {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.9);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 1rem 1.75rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.footer-social-instagram {
    border-color: rgba(225, 48, 108, 0.3);
}

.footer-social-instagram::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, 
        rgba(225, 48, 108, 0.1) 0%,
        rgba(245, 96, 64, 0.1) 50%,
        rgba(252, 175, 69, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.footer-social-instagram:hover {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-color: rgba(225, 48, 108, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(225, 48, 108, 0.3);
}

.footer-social-instagram:hover::before {
    opacity: 1;
}

.footer-social-instagram svg {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.footer-social-instagram:hover svg {
    transform: scale(1.1);
}

.footer-social-facebook {
    border-color: rgba(24, 119, 242, 0.3);
}

.footer-social-facebook::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 119, 242, 0.1);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.footer-social-facebook:hover {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-color: rgba(24, 119, 242, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(24, 119, 242, 0.3);
}

.footer-social-facebook:hover::before {
    opacity: 1;
}

.footer-social-facebook svg {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
    color: #1877F2;
    position: relative;
    z-index: 2;
}

.footer-social-facebook:hover svg {
    transform: scale(1.1);
    color: #1877F2;
}

.footer-social a span {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

.footer-social-instagram:hover span {
    color: #ffffff;
}

.footer-social-facebook:hover span {
    color: #ffffff;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 215, 0, 0.2);
    width: 100%;
    margin-top: 1rem;
}

/* Footer social styles moved to .footer-social-section .footer-social */

.footer-copyright {
    text-align: center;
    width: 100%;
}

.footer-legal-text {
    text-align: center !important;
    width: 100%;
    max-width: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-legal-text p {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
    margin: 0 auto;
    text-align: center !important;
    width: 100%;
}

.footer-legal-text a {
    color: rgba(255, 215, 0, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal-text a:hover {
    color: #FFD700;
    text-decoration: underline;
}

.footer-copyright p {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

.footer-recruitment-link {
    position: relative;
}

.footer-recruitment-link::after {
    content: '→';
    margin-left: 4px;
    opacity: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: inline-block;
    transform: translateX(-5px);
}

.footer-recruitment-link:hover::after {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 968px) {
    .main-footer {
        padding: 3.5rem 2rem 2rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
    
    .footer-left {
        gap: 1.5rem;
    }
    
    .footer-contact {
        gap: 2rem;
    }
    
    .footer-phone,
    .footer-address {
        gap: 1.125rem;
    }
    
    .footer-links-wrapper {
        grid-template-columns: 1fr;
        gap: 3.5rem;
    }
    
    .footer-links-section {
        gap: 0;
    }
    
    .footer-social-section {
        gap: 0;
    }
    
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.25rem;
        padding-top: 2rem;
        margin-top: 0.5rem;
    }
    
    .footer-copyright {
        text-align: center;
    }
    
    .footer-links {
        align-items: flex-start;
    }
    
    .footer-links a {
        text-align: left;
    }
    
    .footer-legal-text {
        padding: 0 1rem;
    }
    
    .footer-legal-text p {
        font-size: 0.75rem;
        line-height: 1.65;
    }
}

/* Mobile Social Icons Container */
.mobile-social-container {
    display: none;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
        flex-direction: column;
    align-items: center;
        gap: 1rem;
    z-index: 999;
    padding: 0.5rem;
    overflow: visible;
}

.mobile-social-icons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    opacity: 0;
    transform: translateY(20px) scale(0.8);
    pointer-events: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    max-height: 0;
    overflow: visible;
}

.mobile-social-container.active .mobile-social-icons {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    max-height: 300px;
    margin-bottom: 1rem;
    overflow: visible;
}

.mobile-social-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    color: #fff;
}

.mobile-social-icon svg {
    width: 22px;
    height: 22px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.mobile-social-icon:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.15);
    width: 54px;
    height: 54px;
}

.mobile-social-icon:hover svg {
    transform: scale(1.15) rotate(5deg);
}

.mobile-social-icon.instagram-icon {
    background: rgba(225, 48, 108, 0.25);
}

.mobile-social-icon.instagram-icon:hover {
    background: rgba(225, 48, 108, 0.4);
    border-color: rgba(225, 48, 108, 0.6);
}

.mobile-social-icon.facebook-icon {
    background: rgba(24, 119, 242, 0.25);
}

.mobile-social-icon.facebook-icon:hover {
    background: rgba(24, 119, 242, 0.4);
    border-color: rgba(24, 119, 242, 0.6);
}

.mobile-social-icon.whatsapp-icon {
    background: rgba(37, 211, 102, 0.25);
}

.mobile-social-icon.whatsapp-icon:hover {
    background: rgba(37, 211, 102, 0.4);
    border-color: rgba(37, 211, 102, 0.6);
}

/* WhatsApp Floating Button */
.whatsapp-float-btn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4),
                0 8px 30px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    color: #fff;
    animation: pulse-whatsapp 2s infinite;
    cursor: pointer;
    border: none;
}

.whatsapp-float-btn.toggle-btn {
    animation: none;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

.whatsapp-float-btn.toggle-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    width: 64px;
    height: 64px;
}

.whatsapp-float-btn.toggle-btn.active {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.35);
    transform: none;
    animation: none;
}

.whatsapp-float-btn.toggle-btn.active:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    width: 64px;
    height: 64px;
}

/* Hide standalone WhatsApp button on mobile (it's inside mobile-social-container) */
@media (max-width: 768px) {
    body > .whatsapp-float-btn:not(.mobile-social-container .whatsapp-float-btn) {
        display: none;
    }
    
    .mobile-social-container .whatsapp-float-btn {
        position: relative;
        bottom: auto;
        right: auto;
        width: 50px;
        height: 50px;
        animation: none;
        box-shadow: none;
        background: rgba(37, 211, 102, 0.25);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        border: 1.5px solid rgba(255, 255, 255, 0.2);
    }
    
    .mobile-social-container .whatsapp-float-btn:hover {
        background: rgba(37, 211, 102, 0.4);
        border-color: rgba(37, 211, 102, 0.6);
        transform: translateY(-2px);
        width: 54px;
        height: 54px;
        box-shadow: none;
    }
    
    .mobile-social-container .whatsapp-float-btn svg {
        width: 22px;
        height: 22px;
    }
}

.whatsapp-float-btn:hover {
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.5),
                0 12px 40px rgba(0, 0, 0, 0.4);
    background: #20BA5A;
}

.whatsapp-float-btn:active {
    transform: scale(0.95);
}

.whatsapp-float-btn svg {
    width: 28px;
    height: 28px;
    transition: transform 0.3s ease;
}

.whatsapp-float-btn:hover svg {
    transform: scale(1.1);
}

@keyframes pulse-whatsapp {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4),
                    0 8px 30px rgba(0, 0, 0, 0.3);
    }
    50% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.6),
                    0 8px 30px rgba(0, 0, 0, 0.3),
                    0 0 0 10px rgba(37, 211, 102, 0.1);
    }
}

@media (max-width: 768px) {
    .whatsapp-float-btn {
        width: 56px;
        height: 56px;
        bottom: 1.5rem;
        right: 1.5rem;
    }
    
    .whatsapp-float-btn svg {
        width: 26px;
        height: 26px;
    }
}





.exclusivity-title-white {
    color: #fff;
}

/* Contact Page Section */
.contact-page-section {
    background: rgba(0, 0, 0, 0.3);
    padding: 20rem 3rem 8rem;
    padding-top: 20rem;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.contact-page-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('Fotos/carousel/ft1.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    filter: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.contact-page-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.contact-page-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

.contact-page-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    text-transform: uppercase;
}

.contact-page-hero-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 2rem;
    border-radius: 8px;
    object-fit: cover;
}

.contact-page-content-section {
    width: 100%;
    padding: 1.5rem 0 1.5rem 0 !important;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
}

.contact-page-content-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 1) 0%, 
        rgba(0, 0, 0, 0.8) 20%, 
        rgba(0, 0, 0, 0.5) 40%, 
        rgba(0, 0, 0, 0.2) 60%, 
        rgba(0, 0, 0, 0.05) 80%, 
        transparent 100%);
    z-index: 0;
    pointer-events: none;
}

.contact-page-content-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, 
        rgba(0, 0, 0, 1) 0%, 
        rgba(0, 0, 0, 0.8) 20%, 
        rgba(0, 0, 0, 0.5) 40%, 
        rgba(0, 0, 0, 0.2) 60%, 
        rgba(0, 0, 0, 0.05) 80%, 
        transparent 100%);
    z-index: 0;
    pointer-events: none;
}

.contact-page-content-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 3rem 0.5rem 3rem !important;
    position: relative;
    z-index: 1;
}

/* Tipografia Premium - Título H1 (Página de Contato) */
.contact-page-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase !important;
    letter-spacing: 0.005em;
    margin: 0;
    margin-bottom: 2rem;
}

.contact-page-title-gold {
    color: #D4AF37;
    text-transform: uppercase !important;
}

.contact-page-title-white {
    color: #fff;
    text-transform: uppercase !important;
}

/* Tipografia Premium - Subtítulo H2 (Página de Contato) */

/* Tipografia Premium - Parágrafos (Página de Contato) */
.contact-page-section p,
.contact-page-content-section p,
.contact-page-content-container p,
.contact-page-content p {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    /* Removendo herança de estilos globais */
    margin: 0;
    padding: 0;
}

/* Reset de estilos globais para h1, h2 dentro de contact-page */
.contact-page-section h1,
.contact-page-section h2,
.contact-page-content-section h1,
.contact-page-content-section h2,
.contact-page-content-container h1,
.contact-page-content-container h2 {
    /* Reset de estilos globais antigos */
    font-style: normal;
    text-transform: none;
    white-space: normal;
}

/* Aplicar estilos específicos para h1 genéricos dentro de contact-page */
.contact-page-section h1:not(.contact-page-title),
.contact-page-content-section h1:not(.contact-page-title),
.contact-page-content-container h1:not(.contact-page-title) {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 0.005em;
}

/* Aplicar estilos específicos para h2 genéricos dentro de contact-page */
.contact-page-section h2,
.contact-page-content-section h2,
.contact-page-content-container h2 {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.contact-page-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
    width: 100%;
    max-width: 1200px;
}

.contact-info-map-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    width: 100%;
    margin-bottom: 4rem;
}

.contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
    text-align: left;
}

/* Título H2 dentro de contact-info-section - Seguindo hierarquia tipográfica */
.contact-info-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFD700;
    margin-bottom: 1rem;
    text-align: left;
}

.contact-info-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-info-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}

.contact-info-label {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-info-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}

.contact-info-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding: 0;
    border-radius: 4px;
    line-height: 1.6;
    width: 100%;
}

.contact-info-link:hover {
    color: #FFD700;
}

.contact-info-link {
    position: relative;
}

.contact-info-link:hover svg {
    background: rgba(212, 175, 55, 0.2);
    border-color: #D4AF37;
    stroke: #FFD700;
    fill: none;
}

.contact-info-link svg {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    stroke: #D4AF37;
    fill: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 1.5px solid #D4AF37;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-info-link svg path,
.contact-info-link svg circle,
.contact-info-link svg rect,
.contact-info-link svg line {
    transform: scale(0.7);
    transform-origin: center;
}

/* Parágrafo dentro de contact-info - Seguindo hierarquia tipográfica */
.contact-info-text {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.contact-info-text svg {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    stroke: #D4AF37;
    fill: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 1.5px solid #D4AF37;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-info-text svg path,
.contact-info-text svg circle,
.contact-info-text svg rect,
.contact-info-text svg line {
    transform: scale(0.7);
    transform-origin: center;
}

.contact-info-text:hover svg {
    background: rgba(212, 175, 55, 0.2);
    border-color: #D4AF37;
    stroke: #FFD700;
    fill: none;
}

.contact-map-section-inline {
    width: 100%;
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.contact-map-section-inline iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.contact-page-info {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
}

.contact-page-item {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    text-align: left;
    padding: 2rem;
    background: rgba(212, 175, 55, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-page-item:hover {
    background: rgba(212, 175, 55, 0.1);
    border-color: rgba(212, 175, 55, 0.4);
    transform: translateY(-2px);
}

.contact-page-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D4AF37;
    background: rgba(212, 175, 55, 0.15);
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.contact-page-icon svg {
    width: 28px;
    height: 28px;
}

.contact-page-details {
    flex: 1;
}

.contact-page-label {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #D4AF37;
    margin: 0 0 1rem 0;
}

.contact-page-value {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.25rem;
    color: #fff;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}

.contact-page-value:hover {
    color: #D4AF37;
}

.contact-page-action {
    margin-top: 1rem;
}

.contact-page-wrapper {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    gap: 4rem;
    width: 100%;
    max-width: 1200px;
    margin: 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    padding: 2rem;
    background: transparent;
    border: none;
    border-radius: 12px;
    position: relative;
}

.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('Fotos/backgrounds/bg.webp');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: -1;
    border-radius: 12px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-label {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    margin-bottom: 0.75rem;
}

.form-input {
    width: 100%;
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 235, 150, 0.5);
    border-radius: 12px;
    color: #fff;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 
        inset 0 2px 4px rgba(0, 0, 0, 0.6),
        inset 0 1px 2px rgba(0, 0, 0, 0.8),
        0 2px 8px rgba(0, 0, 0, 0.3);
}

.form-input:hover:not(:focus) {
    border-color: rgba(255, 215, 0, 0.5);
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.7),
        inset 0 1px 3px rgba(0, 0, 0, 0.9),
        0 4px 12px rgba(255, 215, 0, 0.2);
    transform: translateY(-1px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.form-input:focus {
    outline: none;
    background: rgba(0, 0, 0, 0.5);
    border-color: #FFD700;
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.8),
        inset 0 1px 3px rgba(0, 0, 0, 1),
        0 0 0 3px rgba(255, 215, 0, 0.25),
        0 4px 16px rgba(255, 215, 0, 0.3);
    transform: translateY(-1px);
}

.form-input::placeholder {
    color: #999999;
    font-style: normal;
    font-size: 0.75rem;
    margin-left: 1rem;
}

.phone-input-wrapper {
    display: flex;
    gap: 0.5rem;
    width: 100%;
}

.form-select {
    padding: 1.5rem 3rem 1.5rem 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23FFD700' d='M8 11L3 6h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 16px;
    border: 1px solid rgba(255, 235, 150, 0.5);
    border-radius: 12px;
    color: #fff;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
    min-width: 120px;
    box-shadow: 
        inset 0 2px 4px rgba(0, 0, 0, 0.6),
        inset 0 1px 2px rgba(0, 0, 0, 0.8),
        0 2px 8px rgba(0, 0, 0, 0.3);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    direction: ltr;
    writing-mode: horizontal-tb;
}

.form-select:hover:not(:focus) {
    border-color: rgba(255, 215, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.8),
        inset 0 1px 3px rgba(0, 0, 0, 0.95),
        0 4px 16px rgba(255, 215, 0, 0.3),
        0 0 0 1px rgba(255, 215, 0, 0.2);
    transform: translateY(-1px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    color: #fff;
}

.form-select:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.8);
    border-color: #FFD700;
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.8),
        inset 0 1px 3px rgba(0, 0, 0, 0.95),
        0 0 0 3px rgba(255, 215, 0, 0.25),
        0 4px 16px rgba(255, 215, 0, 0.2);
    color: #fff;
}

.form-select option {
    background: #1a1a1a;
    color: #FFD700;
    padding: 1rem;
}

.form-select option:hover {
    background: rgba(255, 215, 0, 0.2);
    color: #fff;
}

.form-select option:checked {
    background: rgba(255, 215, 0, 0.3);
    color: #fff;
}

.country-select {
    position: relative;
    padding-left: 1rem !important;
    text-align: left;
    width: auto !important;
    min-width: 80px;
    max-width: 100px;
    flex-shrink: 0;
}

.country-select option {
    padding-left: 2.5rem;
    text-align: left;
}

.phone-input-wrapper {
    position: relative;
}

@media (max-width: 768px) {
    .country-select {
        padding-left: 1rem !important;
    }
}

@media (max-width: 480px) {
    .country-select {
        padding-left: 1rem !important;
    }
}

.country-select option {
    padding-left: 2.5rem;
}

.country-select {
    position: relative;
    padding-left: 1rem !important;
    text-align: left;
    width: auto !important;
    min-width: 80px;
    max-width: 100px;
    flex-shrink: 0;
}

.country-select option {
    padding-left: 2.5rem;
    text-align: left;
}

.country-select option {
    padding-left: 2.5rem;
    background-repeat: no-repeat;
    background-position: left 0.5rem center;
    background-size: 20px 20px;
}

.phone-input {
    flex: 1;
    width: 100%;
    min-width: 0;
}

.form-submit-btn {
    padding: 0.875rem 2.5rem;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    align-self: center;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    white-space: nowrap;
}

.form-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(244, 208, 63, 0.8) 0%, rgba(244, 208, 63, 1) 100%);
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.form-submit-btn:hover {
    background: linear-gradient(to right, rgba(244, 208, 63, 0.8) 0%, rgba(244, 208, 63, 1) 100%);
    color: #000;
    border-color: #F4D03F;
    transform: translateY(-2px);
}

.form-submit-btn:hover::before {
    left: 0;
}

.form-submit-btn:active {
    transform: translateY(0);
}

/* Recruitment Section */
.recruitment-section {
    width: 100%;
    padding: 2rem 0;
}

.recruitment-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.005em;
    line-height: 1.4;
    margin: 4rem 0 1.5rem 0;
    text-align: center;
}

.recruitment-title-gold {
    color: #FFFFFF;
}


.recruitment-form {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 5rem 4rem;
    background: rgba(128, 128, 128, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.37);
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.form-textarea {
    width: 100%;
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 235, 150, 0.5);
    border-radius: 12px;
    color: #fff;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    resize: vertical;
    min-height: 100px;
    box-shadow: 
        inset 0 2px 4px rgba(0, 0, 0, 0.6),
        inset 0 1px 2px rgba(0, 0, 0, 0.8),
        0 2px 8px rgba(0, 0, 0, 0.3);
}

.form-textarea:hover:not(:focus) {
    border-color: rgba(255, 215, 0, 0.5);
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.7),
        inset 0 1px 3px rgba(0, 0, 0, 0.9),
        0 4px 12px rgba(255, 215, 0, 0.2);
    transform: translateY(-1px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.form-textarea:focus {
    outline: none;
    background: rgba(0, 0, 0, 0.7);
    border-color: #FFD700;
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.7),
        inset 0 1px 3px rgba(0, 0, 0, 0.9),
        0 0 0 3px rgba(255, 215, 0, 0.15);
}

.form-textarea::placeholder {
    color: #999999;
    font-style: normal;
    font-size: 0.75rem;
}

.contact-form-wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 0 6rem 0;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    gap: 4rem;
    width: 100%;
    align-items: start;
}

.contact-images-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
}

.contact-single-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 215, 0, 0.1);
    filter: brightness(0.9) contrast(1.1);
    position: relative;
    display: block;
}

.contact-images-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.6) 50%,
        transparent 100%
    );
    border-radius: 0 0 12px 12px;
    pointer-events: none;
    z-index: 1;
}



/* Contact Map Section */
.contact-map-section {
    width: 100vw;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.contact-map-container {
    width: 100vw;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
}

.contact-map-container iframe {
    width: 100vw;
    height: 500px;
    border: none;
    display: block;
    filter: grayscale(20%) brightness(0.9);
    margin: 0;
    padding: 0;
}

/* Section Divider Line */
.section-divider-line {
    width: 100%;
    max-width: 1200px;
    margin: 4rem auto;
    padding: 0 3rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divider-line-center {
    width: 100%;
    height: 2px;
    background: linear-gradient(
        to right,
        transparent 0%,
        transparent 20%,
        rgba(212, 175, 55, 0.3) 30%,
        rgba(212, 175, 55, 0.8) 50%,
        rgba(212, 175, 55, 0.3) 70%,
        transparent 80%,
        transparent 100%
    );
    position: relative;
}

.divider-line-center::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background: #D4AF37;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.8);
}

/* FAQ Section Contact Page */
.faq-section-contact {
    width: 100%;
    padding: 4rem 0;
    margin: 4rem 0;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.faq-container-contact {
    max-width: 1200px;
    margin: 0 auto;
}

/* Título H2 dentro de FAQ - Seguindo hierarquia tipográfica */
.faq-title-contact {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 3rem 0;
    /* Removendo estilos antigos */
    font-style: normal;
    line-height: 1.3;
}

/* Recruitment Section Full */
.recruitment-hero-section {
    background: rgba(0, 0, 0, 0.3);
    padding: 20rem 3rem 8rem;
    padding-top: 20rem;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.recruitment-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('Fotos/backgrounds/bg-recrutamento.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    filter: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.recruitment-hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.recruitment-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.recruitment-hero-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.005em;
    margin: 0;
}

.recruitment-hero-title-gold {
    color: #FFFFFF;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
}

.recruitment-section-full {
    width: 100%;
    padding: 3rem 0 2rem 0;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    background-image: url('Fotos/backgrounds/bg-recrutamento2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.7);
}

.recruitment-section-full::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 1) 0%, 
        rgba(0, 0, 0, 0.8) 20%, 
        rgba(0, 0, 0, 0.5) 40%, 
        rgba(0, 0, 0, 0.2) 60%, 
        rgba(0, 0, 0, 0.05) 80%, 
        transparent 100%);
    z-index: 0;
    pointer-events: none;
}

.recruitment-section-full::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, 
        rgba(0, 0, 0, 1) 0%, 
        rgba(0, 0, 0, 0.8) 20%, 
        rgba(0, 0, 0, 0.5) 40%, 
        rgba(0, 0, 0, 0.2) 60%, 
        rgba(0, 0, 0, 0.05) 80%, 
        transparent 100%);
    z-index: 0;
    pointer-events: none;
}

.recruitment-container-services {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 3rem;
    position: relative;
    z-index: 1;
}

.recruitment-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 4rem;
    align-items: center;
    text-align: center;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 4rem 3rem;
    background-image: url('Fotos/backgrounds/bg-recrutamento.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.recruitment-text-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    align-items: center;
}

.recruitment-description {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.1rem;
    color: #FFFFFF;
    margin: 2rem auto 3rem auto;
    line-height: 1.8;
    text-align: center;
    max-width: 800px;
    width: 100%;
}

.recruitment-image-placeholder {
    width: 100%;
    height: auto;
    min-height: 250px;
    max-height: 300px;
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruitment-image {
    width: auto;
    height: 100%;
    max-width: 60%;
    max-height: 300px;
    object-fit: contain;
    display: block;
}


/* Responsive Contact Page */
@media (max-width: 768px) {
    .contact-page-section {
        padding: 4rem 1.5rem 2rem !important;
        margin-top: 0 !important;
        min-height: 25vh !important;
        overflow: hidden;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        position: relative;
    }
    
    .contact-page-section::before {
        background-position: center bottom;
        background-size: 120% auto;
        background-attachment: scroll;
    }
    
    .contact-page-title {
        font-size: 1.4rem;
        text-align: center;
        white-space: nowrap;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 1px;
        margin-bottom: 3rem;
        text-transform: uppercase;
    }
    
    .contact-page-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 1.5rem;
    }
    
    .contact-page-icon {
        width: 50px;
        height: 50px;
    }
    
    .contact-page-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .contact-page-value {
        font-size: 1.1rem;
    }
    
    .contact-form-wrapper {
        max-width: 100%;
    }
    
    .contact-form-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .contact-images-wrapper {
        justify-content: center;
    }
    
    .contact-single-image {
        max-width: 100%;
    }
    
    .contact-page-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
        max-width: 100%;
    }
    
    .contact-form {
        padding: 1.5rem 1rem;
    }
    
    .phone-input-wrapper {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
        width: 100%;
    }
    
    .form-select.country-select {
        display: none !important;
    }
    
    .form-select:not(.country-select) {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    
    .phone-input {
        width: 100% !important;
        min-width: 100% !important;
        padding: 0.75rem 1rem 0.75rem 1.5rem;
    }
    
    .recruitment-form {
        gap: 1.5rem !important;
    }
    
    .form-group {
        gap: 0.8rem !important;
    }
    
    .faq-section-contact {
        padding: 3rem 0;
        margin: 3rem 0;
    }
    
    .faq-title-contact {
        font-size: 1.75rem;
        letter-spacing: 1px;
        line-height: 1.2;
        margin-bottom: 2rem;
    }
    
    .recruitment-content-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .recruitment-image-placeholder {
        min-height: 200px;
        max-height: 250px;
    }
    
    .recruitment-image {
        max-width: 70%;
        max-height: 250px;
    }
    
    .recruitment-title {
        font-size: 2rem;
    }
    
    .recruitment-description {
        font-size: 1rem;
    }
}

/* Contact Section */
.contact-section {
    background-color: rgba(0, 0, 0, 0.9);
    background-image: 
        linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
    padding: 6rem 3rem;
    text-align: center;
    min-height: 50vh;
    position: relative;
    overflow: hidden;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.contact-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 auto 4rem;
    display: block;
    position: relative;
    z-index: 1;
}

.contact-title-gold {
    color: #D4AF37;
}

.contact-title-white {
    color: #fff;
}

.contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
    width: 100%;
    max-width: 800px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    text-align: left;
    flex: 1;
    min-width: 280px;
}

.contact-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D4AF37;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.contact-icon svg {
    width: 24px;
    height: 24px;
}

.contact-details {
    flex: 1;
}

.contact-label {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #D4AF37;
    margin: 0 0 0.5rem 0;
}

.contact-value {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}

.contact-value:hover {
    color: #D4AF37;
}

.contact-action {
    margin-top: 1rem;
}

/* Responsive Contact Section */
@media (max-width: 768px) {
    .contact-section {
        padding: 4rem 2rem;
    }
    
    .contact-title {
        font-size: 1.4rem;
        margin-bottom: 3rem;
        letter-spacing: 0.5px;
    }
    
    .contact-info {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .contact-item {
        min-width: 100%;
    }
}/* ============================================
   COMPREHENSIVE RESPONSIVE DESIGN
   ============================================ */

/* Tablet - 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
    .top-bar-content {
        padding: 0 2rem;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
    
    .contact-form-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .recruitment-content-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* Mobile e Tablet - up to 1024px */
@media (max-width: 1024px) {
    /* Top Bar - Hidden on Mobile/Tablet */
    .top-bar {
        display: none;
    }
    
    /* Header Navigation */
    header {
        padding: 1.5rem 1.5rem;
        top: 0;
        justify-content: space-between;
        z-index: 1000;
        height: auto;
    }
    
    .header-social-icons {
        display: none;
    }
    
    .header-logo {
        position: relative;
        left: auto;
        transform: none;
    }
    
    .header-logo:hover {
        transform: none;
    }
    
    .header-logo img {
        height: 50px;
    }
    
    .header-logo:hover img {
        filter: brightness(1.1) drop-shadow(0 0 8px rgba(255, 215, 0, 0.4));
    }
    
    .mobile-menu-toggle {
        display: flex;
        z-index: 10000;
        position: relative;
    }
    
    nav.nav-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        max-width: 100vw;
        max-height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
        transform: translateX(100%);
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 9999;
        gap: 0;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    
    nav.nav-menu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, 
            transparent 0%, 
            rgba(255, 215, 0, 0.3) 20%, 
            rgba(255, 215, 0, 0.5) 50%, 
            rgba(255, 215, 0, 0.3) 80%, 
            transparent 100%);
        opacity: 0;
        transition: opacity 0.4s ease 0.2s;
    }
    
    nav.nav-menu.active::before {
        opacity: 1;
    }
    
    nav.nav-menu.active {
        transform: translateX(0);
    }
    
    nav.nav-menu ul {
        flex-direction: column;
        gap: 0.5rem;
        align-items: stretch;
        width: 100%;
        max-width: 400px;
        padding: 2rem 1.5rem;
        margin: 0;
        list-style: none;
        position: relative;
        z-index: 1;
    }
    
    nav.nav-menu ul li {
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0;
        opacity: 0;
        transform: translateX(20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    
    nav.nav-menu.active ul li {
        opacity: 1;
        transform: translateX(0);
    }
    
    nav.nav-menu.active ul li:nth-child(1) {
        transition-delay: 0.1s;
    }
    
    nav.nav-menu.active ul li:nth-child(2) {
        transition-delay: 0.12s;
    }
    
    nav.nav-menu.active ul li:nth-child(3) {
        transition-delay: 0.14s;
    }
    
    nav.nav-menu.active ul li:nth-child(4) {
        transition-delay: 0.16s;
    }
    
    nav.nav-menu.active ul li:nth-child(5) {
        transition-delay: 0.18s;
    }
    
    nav.nav-menu ul li a {
        font-size: 1.1rem;
        font-weight: 400;
        padding: 1rem 1.25rem;
        display: block;
        width: 100%;
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        border-radius: 12px;
        background: transparent;
        border-left: 3px solid transparent;
        transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
        position: relative;
        letter-spacing: 0.3px;
    }
    
    nav.nav-menu ul li a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 0;
        background: linear-gradient(180deg, #FFD700, #D4AF37);
        border-radius: 0 2px 2px 0;
        transition: height 0.3s ease;
    }
    
    nav.nav-menu ul li a:hover {
        background: rgba(255, 255, 255, 0.08);
        color: rgba(255, 255, 255, 1);
        border-left-color: rgba(255, 215, 0, 0.5);
    }
    
    nav.nav-menu ul li a:hover::before {
        height: 60%;
    }
    
    nav.nav-menu ul li a:active {
        background: rgba(255, 255, 255, 0.12);
        border-left-color: rgba(255, 215, 0, 0.7);
    }
    
    nav.nav-menu ul li a:active::before {
        height: 80%;
        background: linear-gradient(180deg, #FFD700, #FFD700);
    }
    
    /* Mobile Social Container */
    .mobile-social-container {
        display: flex;
        bottom: 1.5rem;
        right: 1.5rem;
    }
    
    .mobile-social-container .whatsapp-float-btn {
        position: relative;
        bottom: auto;
        right: auto;
        width: 50px;
        height: 50px;
        animation: none;
        margin: 0;
    }
    
    .mobile-social-container .whatsapp-float-btn svg {
        width: 22px;
        height: 22px;
    }
    
    /* Hide standalone WhatsApp button on mobile */
    body > .whatsapp-float-btn:not(.mobile-social-container .whatsapp-float-btn) {
        display: none;
    }
    
    /* Hero Sections */
    .hero-section {
        padding: 12rem 1.5rem 4rem;
        padding-top: 12rem;
        min-height: 60vh;
    }
    
    /* Adicionar padding lateral nas seções para evitar quebra de títulos */
    .new-section,
    .cards-section,
    .services-section,
    .about-section,
    .contact-page-section,
    .recruitment-section-full,
    .exclusivity-section,
    .gallery-section,
    .faq-section,
    .reviews-carousel-section,
    .about-title-section,
    .services-hero-section,
    .recruitment-hero-section {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    /* Títulos com padding adicional e tamanhos reduzidos */
    .section-left-title {
        font-size: 1.5rem;
        letter-spacing: 0.5px;
        line-height: 1.2;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    .cards-title {
        font-size: 1.4rem;
        letter-spacing: 0.5px;
        line-height: 1.2;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    .services-title {
        font-size: 1.4rem;
        letter-spacing: 0.5px;
        line-height: 1.2;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    .about-title {
        font-size: 1.5rem;
        letter-spacing: 0.5px;
        line-height: 1.3;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        max-width: 90%;
        margin: 0 auto;
    }
    
    .contact-page-title {
        font-size: 1.4rem;
        letter-spacing: 0.5px;
        line-height: 1.2;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        text-transform: uppercase;
    }
    
    .recruitment-title {
        font-size: 1.4rem;
        letter-spacing: 0.5px;
        line-height: 1.2;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    .exclusivity-title {
        font-size: 1.4rem;
        letter-spacing: 0.5px;
        line-height: 1.2;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    .gallery-title {
        font-size: 1.4rem;
        letter-spacing: 0.5px;
        line-height: 1.2;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    .faq-title,
    .faq-title-contact {
        font-size: 1.4rem;
        letter-spacing: 0.5px;
        line-height: 1.2;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    .hero-content {
        text-align: center;
        align-items: center;
    }
    
    .hero-title {
        font-size: 1.5rem;
        letter-spacing: 0.5px;
        line-height: 1.3;
        text-align: center;
        padding: 0 1.5rem;
    }
    
    .hero-title-large {
        font-size: 1.5rem;
        text-align: center;
        white-space: normal;
        word-wrap: break-word;
        max-width: 100%;
        line-height: 1.3;
        display: block;
        margin: 0 auto;
    }
    
    .hero-title-large .hero-title-gold {
        display: inline;
        white-space: normal;
    }
    
    .hero-title-white {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .hero-btn {
        font-size: 0.85rem;
        padding: 0.75rem 3rem;
        margin: 0 auto;
        white-space: nowrap;
        width: auto;
        max-width: 100%;
        display: block;
        text-align: center;
    }
    
    .hero-btn::after {
        display: none;
    }
    
    /* Aplicar estilo hero-btn a todos os botões no mobile */
    .entertainment-btn,
    .cards-contact-btn,
    .services-cta-button,
    .about-cta-button,
    .form-submit-btn,
    .exclusivity-video-button {
        background: transparent;
        color: #fff;
        border: 2px solid rgba(255, 255, 255, 0.3);
        padding: 0.75rem 3rem;
        font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 0.85rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        margin: 0 auto;
        display: block;
        text-align: center;
        width: auto;
        max-width: 100%;
    }
    
    .entertainment-btn::before,
    .cards-contact-btn::before,
    .services-cta-button::before,
    .about-cta-button::before,
    .form-submit-btn::before,
    .exclusivity-video-button::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #F4D03F;
        transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: -1;
    }
    
    .entertainment-btn:hover,
    .cards-contact-btn:hover,
    .services-cta-button:hover,
    .about-cta-button:hover,
    .form-submit-btn:hover,
    .exclusivity-video-button:hover {
        background: rgba(244, 208, 63, 0.9);
        border-color: #F4D03F;
        color: #000;
        transform: translateY(-2px);
    }
    
    .entertainment-btn:hover::before,
    .cards-contact-btn:hover::before,
    .services-cta-button:hover::before,
    .about-cta-button:hover::before,
    .form-submit-btn:hover::before,
    .exclusivity-video-button:hover::before {
        left: 0;
    }
    
    .entertainment-btn::after,
    .cards-contact-btn::after,
    .services-cta-button::after,
    .about-cta-button::after,
    .form-submit-btn::after,
    .exclusivity-video-button::after {
        display: none;
    }
    
    /* Services Hero */
    .services-hero-section {
        padding: 12rem 1.5rem 4rem;
        padding-top: 12rem;
        margin-top: 0;
        min-height: 50vh;
        overflow: hidden;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        position: relative;
    }
    
    .services-hero-section::before {
        top: 0;
        background-position: center bottom;
        background-size: 120% auto;
    }
    
    .services-hero-section::before {
        z-index: 0;
    }
    
    .services-hero-section::after {
        z-index: 1;
    }
    
    .services-hero-content {
        width: 100%;
        max-width: 100%;
        padding: 0 0.5rem;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
    }
    
    .services-hero-title {
        font-size: 1.4rem;
        text-align: center;
        white-space: nowrap;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 1px;
    }
    
    .recruitment-hero-section {
        padding: 14rem 1.5rem 4rem;
        padding-top: 14rem !important;
        margin-top: 0;
        min-height: 50vh;
        overflow: hidden;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        position: relative;
    }
    
    .recruitment-hero-section::before {
        top: 0;
        background-position: center top !important;
        background-size: cover !important;
        z-index: 0;
    }
    
    .recruitment-hero-section::after {
        z-index: 1;
    }
    
    .recruitment-hero-content {
        width: 100%;
        max-width: 100%;
        padding: 0 0.5rem;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
    }
    
    .recruitment-hero-title {
        font-size: 1.4rem;
        text-align: center;
        white-space: nowrap;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 1px;
    }
    
    .recruitment-container-services {
        width: 100%;
        max-width: 100%;
        padding: 0 1.5rem;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    
    .recruitment-content-wrapper {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .recruitment-form {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    /* Cards Section */
    .cards-section {
        padding: 4rem 1.5rem 8rem;
        overflow: visible;
        display: block;
        visibility: visible;
        position: relative;
        z-index: 1;
        min-height: 300px;
    }
    
    .cards-container {
        padding: 0 1rem;
        width: 100%;
        max-width: 100%;
    }
    
    .cards-title {
        font-size: 1.75rem;
        letter-spacing: 1px;
        line-height: 1.2;
        margin-bottom: 2rem;
        text-align: center;
        display: block;
        visibility: visible;
        color: #fff;
        position: relative;
        z-index: 2;
        width: 100%;
    }
    
    .cards-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin: 2rem auto;
        justify-items: center;
        position: relative;
        padding-bottom: 2rem;
        width: 100%;
        max-width: 100%;
        display: grid;
        visibility: visible;
        z-index: 2;
    }
    
    .cards-wrapper::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 15%;
        background: linear-gradient(to top, 
            rgba(0, 0, 0, 1) 0%, 
            rgba(0, 0, 0, 0.95) 20%, 
            rgba(0, 0, 0, 0.85) 40%, 
            rgba(0, 0, 0, 0.7) 60%, 
            rgba(0, 0, 0, 0.5) 80%, 
            transparent 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        pointer-events: none;
        z-index: 1;
    }
    
    .image-block {
        width: 100%;
        max-width: 100%;
        height: 450px;
        margin: 0 auto;
    }
    
    .image-block h1 {
        font-size: 1.5rem;
        padding-bottom: 1rem;
        text-align: center;
    }
    
    .cards-button-wrapper {
        margin-top: 2rem;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    
    /* Services Section */
    .services-section {
        padding: 4rem 1.5rem;
    }
    
    .services-title {
        font-size: 1.75rem;
        letter-spacing: 1px;
        line-height: 1.2;
        text-align: center;
    }
    
    .services-subtitle {
        font-size: 1rem;
        text-align: center;
    }
    
    /* Entertainment Section */
    .entertainment-section {
        padding: 4rem 1.5rem;
        min-height: auto;
    }
    
    .entertainment-title {
        font-size: 1.75rem;
        letter-spacing: 1px;
        line-height: 1.2;
        margin-bottom: 3rem;
        text-align: center;
    }
    
    .entertainment-button-wrapper {
        margin-top: 2rem;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    
    /* Gallery Section */
    .gallery-section {
        padding: 4rem 1.5rem;
        text-align: center;
    }
    
    .gallery-title {
        font-size: 1.75rem;
        letter-spacing: 1px;
        line-height: 1.2;
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        justify-items: center;
    }
    
    .gallery-item {
        margin: 0 auto;
    }
    
    /* Services CTA */
    .services-cta-section {
        padding: 4rem 1.5rem;
        text-align: center;
    }
    
    .services-cta-container {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .services-cta-title {
        font-size: 1.4rem;
        letter-spacing: 0.5px;
        line-height: 1.2;
        text-align: center;
    }
    
    
    .services-cta-connector {
        height: 50px;
        margin: 0 auto 1.5rem;
    }
    
    /* Exclusivity Section */
    .exclusivity-section {
        padding: 2rem 1.5rem;
        margin-top: 0;
    }
    
    .exclusivity-container {
        padding: 2rem 1rem;
    }
    
    .exclusivity-title {
        font-size: 1.4rem;
        letter-spacing: 0.5px;
        line-height: 1.2;
        text-align: left;
    }
    
    .exclusivity-subtitle {
        font-size: 1rem;
        text-align: left;
    }
    
    .exclusivity-text {
        text-align: left;
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 2rem;
    }
    
    /* Alinhar todos os parágrafos das seções à esquerda no mobile */
    .section-left-subtitle {
        text-align: left;
    }
    
    .section-left-subtitle p {
        text-align: left;
    }
    
    .section-content-centered p {
        text-align: left;
    }
    
    .new-section p {
        text-align: left;
    }
    
    .about-paragraph {
        text-align: left;
    }
    
    .about-text {
        text-align: left;
    }
    
    
    .about-text-center {
        text-align: left;
    }
    
    
    .recruitment-description {
        text-align: left;
    }
    
    .faq-answer p {
        text-align: left;
    }
    
    /* Parágrafos gerais dentro de seções */
    section p {
        text-align: left;
    }
    
    .video-player-wrapper {
        max-width: 100%;
        margin: 2rem 0;
    }
    
    .video-player {
        padding-bottom: 60%;
    }
    
    .exclusivity-video-button {
        width: 100%;
        margin-top: 1rem;
        white-space: nowrap;
        font-size: 0.9rem;
        padding: 0.875rem 2rem;
    }
    
    .cards-button-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 2rem;
    }
    
    .cards-contact-btn {
        margin: 0 auto;
        display: block;
    }
    
    /* Contact Page */
    .contact-page-section {
        padding: 4rem 1.5rem 2rem !important;
        margin-top: 0 !important;
        min-height: 25vh !important;
        overflow: hidden;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        position: relative;
    }
    
    .contact-page-section::before {
        top: 0;
        background-position: center bottom;
        background-size: 120% auto;
        z-index: 0;
    }
    
    .contact-page-section::after {
        z-index: 1;
    }
    
    .contact-page-container {
        width: 100%;
        max-width: 100%;
        padding: 0 0.5rem;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
        text-align: center;
    }
    
    .contact-page-hero-content {
        width: 100%;
        max-width: 100%;
        padding: 0 0.5rem;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
    }
    
    .contact-page-content-section {
        padding: 1.5rem 1.5rem !important;
        margin-top: 0;
        min-height: auto;
        text-align: center;
    }
    
    .contact-page-content-container {
        padding: 0 1.5rem;
    }
    
    .contact-info-map-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .contact-info-title {
        font-size: 1.75rem;
        letter-spacing: 1px;
        line-height: 1.2;
    }
    
    .contact-map-section-inline {
        height: 400px;
    }
    
    .contact-page-title {
        font-size: 1.4rem;
        text-align: center;
        white-space: nowrap;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    
    
    .contact-form-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-single-image {
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
    
    .contact-images-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .contact-form {
        padding: 2rem 1.5rem;
    }
    
    /* Recruitment Section */
    .recruitment-section-full {
        padding: 2rem 1.5rem;
        margin-top: 0;
        min-height: auto;
        text-align: center;
    }
    
    .recruitment-container-services {
        padding: 0 1.5rem;
    }
    
    .recruitment-form {
        padding: 2rem 1.5rem;
        gap: 1.5rem !important;
    }
    
    .form-group {
        gap: 0.8rem !important;
    }
    
    .recruitment-content-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-bottom: 2rem;
    }
    
    .recruitment-text-content {
        text-align: center;
        align-items: center;
    }
    
    .recruitment-title {
        font-size: 2rem;
        text-align: center;
    }
    
    .recruitment-description {
        font-size: 0.95rem;
        text-align: left;
    }
    
    .recruitment-image-placeholder {
        min-height: 200px;
        max-height: 250px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .recruitment-image {
        max-width: 80%;
        max-height: 250px;
        margin: 0 auto;
    }
    
    .recruitment-form {
        padding: 2rem 1.5rem;
    }
    
    /* FAQ Section */
    .faq-section,
    .faq-section-contact {
        padding: 3rem 1.5rem;
        margin: 2rem 0;
        text-align: center;
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
    }
    
    .faq-section::before {
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.5) 10%,
            rgba(0, 0, 0, 0.2) 30%,
            rgba(0, 0, 0, 0.1) 50%,
            rgba(0, 0, 0, 0.2) 70%,
            rgba(0, 0, 0, 0.5) 90%,
            rgba(0, 0, 0, 0.7) 100%
        );
    }
    
    .faq-title,
    .faq-title-contact {
        font-size: 2rem;
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .faq-item {
        padding: 1rem;
        text-align: left;
    }
    
    .faq-question {
        font-size: 0.95rem;
        padding: 1rem;
        text-align: left;
        gap: 1rem;
    }
    
    .faq-icon {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }
    
    .faq-answer {
        padding: 0 1rem;
        text-align: left;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 1rem 1rem 1rem;
    }
    
    /* Footer */
    .main-footer {
        padding: 3rem 1.5rem 2rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 2.5rem;
    }
    
    
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
        padding-top: 2rem;
    }
    
    .footer-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .footer-social-section .footer-social {
        align-items: flex-start !important;
    }
    
    /* Organizar espaçamentos do footer no mobile */
    .main-footer {
        padding: 3rem 1.5rem 1.75rem !important;
    }
    
    .footer-content {
        gap: 2rem !important;
        margin-bottom: 1.5rem !important;
        padding: 2rem 0 !important;
    }
    
    .footer-left {
        gap: 2.5rem !important;
    }
    
    .footer-contact {
        gap: 2rem !important;
    }
    
    .footer-phone,
    .footer-address {
        gap: 1.125rem !important;
    }
    
    .footer-phone a,
    .footer-address a {
        padding: 0.75rem 0 !important;
        margin-bottom: 0.375rem !important;
    }
    
    .footer-contact-title,
    .footer-links-title,
    .footer-social-title {
        font-size: 1.05rem !important;
        margin-bottom: 1rem !important;
        padding-bottom: 0.625rem !important;
    }
    
    .footer-links-wrapper {
        gap: 3rem !important;
    }
    
    .footer-links {
        gap: 0.875rem !important;
    }
    
    .footer-links a {
        padding: 0.75rem 0 !important;
    }
    
    .footer-social {
        gap: 1rem !important;
    }
    
    .footer-social a {
        padding: 1.125rem 1.5rem !important;
    }
    
    .footer-bottom {
        padding-top: 1.75rem !important;
        gap: 1.125rem !important;
        margin-top: 0 !important;
    }
    
    .footer-legal-text {
        padding: 0 0.5rem !important;
        text-align: left !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    .footer-legal-text p {
        font-size: 0.7rem !important;
        line-height: 1.6 !important;
        text-align: left !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .footer-legal-text a {
        text-align: left !important;
    }
    
    .footer-copyright p {
        font-size: 0.8rem !important;
    }
    
    .footer-copyright {
        text-align: center;
    }
    
    /* Contact Map */
    .contact-map-section {
        margin: 0;
    }
    
    .contact-map-container iframe {
        height: 350px;
    }
    
    /* Section Divider */
    .section-divider-line {
        margin: 2rem 0;
    }
    
    /* WhatsApp Button */
    .whatsapp-float-btn {
        width: 56px;
        height: 56px;
        bottom: 1.5rem;
        right: 1.5rem;
    }
    
    .whatsapp-float-btn svg {
        width: 26px;
        height: 26px;
    }
    
    /* New Section */
    .new-section-content {
        flex-direction: column;
        gap: 2rem;
        padding: 3rem 1.5rem;
    }
    
    .section-content-centered {
        width: 100%;
        gap: 2rem;
    }
    
    .section-left-title {
        font-size: 2rem;
    }
    
    .section-left-subtitle {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
    
    .video-container {
        max-width: 100%;
        height: 400px;
    }
    
    .carousel-nav {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    
    .carousel-nav-prev {
        left: 10px;
    }
    
    .carousel-nav-next {
        right: 10px;
    }
    
    .carousel-nav svg {
        width: 20px;
        height: 20px;
    }
    
    .video-container {
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
        height: 400px;
    }
    
    /* Instagram Section */
    .instagram-header {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
        align-items: center;
    }
    
    .instagram-profile {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }
    
    .instagram-info {
        align-items: center;
        text-align: center;
        width: 100%;
    }
    
    .instagram-bio {
        text-align: center;
    }
    
    .instagram-stats {
        justify-content: center;
    }
    
    .instagram-follow-btn {
        margin: 0 auto;
    }
    
    .instagram-title {
        font-size: 1.4rem;
        letter-spacing: 0.5px;
    }
    
    .instagram-posts {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    /* About Page */
    .about-hero-section {
        padding: 50px 1.5rem 4rem !important;
        margin-top: 0 !important;
        min-height: 50vh;
        overflow: hidden;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        position: relative;
    }
    
    .about-hero-section::before {
        top: 0;
        background-position: center bottom;
        background-size: 120% auto;
    }
    
    .about-hero-section::before {
        z-index: 0;
    }
    
    .about-hero-section::after {
        z-index: 1;
    }
    
    .about-hero-content {
        width: 100%;
        max-width: 100%;
        padding: 0 0.5rem;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
    }
    
    .about-hero-title {
        font-size: 1.4rem;
        text-align: center;
        white-space: nowrap;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 1px;
    }
    
    .about-title-section {
        padding: 3rem 1.5rem;
        text-align: center;
    }
    
    .about-title {
        font-size: 2rem;
        letter-spacing: 1px;
        line-height: 1.3;
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }
    
    
    .about-text {
        text-align: center;
    }
    
    /* Form Elements */
    .contact-form,
    .recruitment-form {
        text-align: center;
    }
    
    .form-group {
        text-align: left;
        width: 100%;
    }
    
    .form-input,
    .form-select,
    .form-textarea {
        font-size: 0.95rem;
        padding: 0.75rem 0 0.75rem 1.5rem;
        text-align: left;
        width: 100%;
    }
    
    .form-select:not(.country-select) {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .form-input::placeholder,
    .form-textarea::placeholder {
        padding-left: 0;
    }
    
    .form-submit-btn {
        font-size: 0.8rem;
        padding: 0.75rem 1.5rem;
        width: 100%;
        margin: 0 auto;
        white-space: nowrap;
    }
    
    .phone-input-wrapper {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
        width: 100%;
    }
    
    .form-select.country-select {
        display: none !important;
    }
    
    .form-select:not(.country-select) {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    
    .phone-input {
        width: 100% !important;
        min-width: 100% !important;
        padding: 0.7rem 1rem 0.7rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .recruitment-form {
        gap: 1.5rem !important;
    }
    
    .form-group {
        gap: 0.8rem !important;
    }
    
    /* Carousel 3D */
    .carousel-3d-container {
        height: 450px;
        margin-top: 2rem;
    }
    
    :root {
        --card-width: 200px;
        --card-height: 320px;
    }
    
    .cardList {
        width: calc(3 * var(--card-width));
    }
    
    .cardList__btn {
        --btn-size: 40px;
    }
    
    .cardList__btn.btn--left {
        left: 10px;
    }
    
    .cardList__btn.btn--right {
        right: 10px;
    }
    
    .carousel-3d-container {
        padding: 0 60px;
    }
    
    /* Services Topics Grid */
    .services-topics-grid-wrapper {
        margin-top: 2rem;
    }
    
    .services-topics-grid {
        padding: 1rem 0.5rem 1.5rem 0;
    }
    
    .service-topic {
        min-width: 220px;
        max-width: 220px;
        height: 300px;
        padding: 1rem;
    }
    
    .topic-title {
        font-size: 1rem;
    }
    
    .topic-description {
        font-size: 0.7rem;
    }
}

/* Small Mobile - up to 480px */
/* iPhone 15 and similar devices */
@media (max-width: 480px) {
    .cards-section {
        padding: 3rem 1rem 6rem;
        min-height: 400px;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    
    .cards-container {
        padding: 0 1rem;
        width: 100%;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 2;
    }
    
    .cards-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
        display: block !important;
        visibility: visible !important;
        color: #fff !important;
    }
    
    .cards-wrapper {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 1.5rem;
        width: 100%;
        margin: 1.5rem auto;
        padding: 0;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .image-block {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        visibility: visible !important;
    }
    
    .hero-title {
        font-size: 1.75rem;
    }
    
    .hero-title-large {
        font-size: 1.5rem;
        white-space: normal;
        word-wrap: break-word;
        max-width: 90%;
        line-height: 1.3;
        display: block;
        margin: 0 auto;
    }
    
    .hero-title-large .hero-title-gold {
        display: inline;
        white-space: nowrap;
    }
    
    .hero-title-white {
        font-size: 1.3rem;
    }
    
    .cards-title,
    .services-title,
    .entertainment-title,
    .gallery-title,
    .contact-page-title {
        font-size: 1.4rem;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    
    .image-block {
        height: 400px;
    }
    
    .image-block h1 {
        font-size: 1.25rem;
    }
    
    
    .contact-map-container iframe {
        height: 300px;
    }
    
    .whatsapp-float-btn {
        width: 52px;
        height: 52px;
        bottom: 1rem;
        right: 1rem;
    }
    
    /* Hero sections - reduzir padding em mobile pequeno */
    .about-hero-section,
    .services-hero-section,
    .recruitment-hero-section,
    .contact-page-section {
        padding: 45px 1rem 3rem !important;
        margin-top: 0 !important;
    }
    
    .whatsapp-float-btn svg {
        width: 24px;
        height: 24px;
    }
    
    /* Carousel 3D */
    .carousel-3d-container {
        height: 400px;
    }
    
    :root {
        --card-width: 180px;
        --card-height: 280px;
    }
    
    .cardList__btn {
        --btn-size: 36px;
    }
    
    .cardList__btn.btn--left {
        left: 5px;
    }
    
    .cardList__btn.btn--right {
        right: 5px;
    }
    
    .carousel-3d-container {
        padding: 0 50px;
    }
    
    /* Services Topics */
    .service-topic {
        min-width: 250px;
        padding: 1.25rem;
    }
}

/* Large Desktop - 1400px and up */
@media (min-width: 1400px) {
    .cards-wrapper {
        max-width: 1800px;
        display: grid;
        visibility: visible;
    }
    
    .cards-section {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    .footer-container,
    .contact-page-container {
        max-width: 1600px;
    }
}

/* CORREÇÃO FINAL - Mobile Hero Sections - MÁXIMA PRIORIDADE */
@media (max-width: 768px) {
    .about-hero-section,
    .services-hero-section,
    .recruitment-hero-section,
    .contact-page-section {
        padding-top: 50px !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        padding-bottom: 4rem !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .services-hero-section {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        padding-bottom: 6rem !important;
    }
}

@media (max-width: 480px) {
    .about-hero-section,
    .services-hero-section,
    .recruitment-hero-section,
    .contact-page-section {
        padding-top: 45px !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/* Estilos para conteúdo legal */
.legal-content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem 3rem;
    align-items: start;
}

.legal-content h2 {
    color: #D4AF37;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 0.6rem !important;
    margin-bottom: 0.4rem !important;
    grid-column: 1 / -1;
}

.legal-content h2:first-child {
    margin-top: 0 !important;
}

.legal-content p {
    color: #fff;
    font-family: "Gotham", "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.5 !important;
    margin-bottom: 0.5rem !important;
    margin-top: 0 !important;
    font-size: 0.95rem;
}

.legal-content ul {
    color: #fff;
    margin: 0.4rem 0 !important;
    padding-left: 1.5rem;
    grid-column: 1 / -1;
}

.legal-content li {
    color: #fff;
    font-family: "Gotham", "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.5 !important;
    margin-bottom: 0.3rem !important;
    font-size: 0.95rem;
}

.legal-content strong {
    color: #D4AF37;
    font-weight: 600;
}

.legal-content a {
    color: #D4AF37;
    text-decoration: none;
    transition: color 0.3s ease;
}

.legal-content a:hover {
    color: #FFD700;
    text-decoration: underline;
}

/* Media query para telas menores - voltar a 1 coluna */
@media (max-width: 1024px) {
    .legal-content {
        grid-template-columns: 1fr;
        gap: 1rem 0;
        max-width: 900px;
    }
    
    .legal-content h2 {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .legal-content p {
        margin-bottom: 0.75rem;
    }
    
    .legal-content ul {
        margin: 0.75rem 0;
    }
}

@media (max-width: 768px) {
    .legal-content {
        max-width: 100%;
        padding: 0 1rem;
        gap: 0.6rem 0;
    }
    
    .legal-content h2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.3rem !important;
        font-size: 1rem;
    }
    
    .legal-content p {
        margin-bottom: 0.4rem !important;
        line-height: 1.45 !important;
    }
    
    .legal-content ul {
        margin: 0.3rem 0 !important;
    }
    
    .legal-content li {
        margin-bottom: 0.25rem !important;
    }
    
    .contact-page-content-section {
        padding: 1.25rem 0 !important;
    }
    
    .contact-page-section {
        padding: 3rem 1.5rem 1.5rem !important;
        min-height: 20vh !important;
    }
}

/* Contact Form Section Styles */
.contact-form-section {
    width: 100%;
    padding: 2rem 0;
    position: relative;
}

.contact-form-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 2rem;
}

.contact-form-title {
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.005em;
    line-height: 1.4;
    margin: 0 0 2rem 0;
    text-align: center;
}

.contact-form-title-gold {
    color: #D4AF37;
}

.contact-form-title-white {
    color: #FFFFFF;
}

.form-message {
    padding: 1rem 1.5rem;
    border-radius: 8px;
    font-family: "Monument Extended", "Gotham", "Montserrat", sans-serif;
    font-size: 0.95rem;
    text-align: center;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.form-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

@media (max-width: 768px) {
    .contact-form-section {
        padding: 2rem 0;
    }
    
    .contact-form-container {
        padding: 0 0.75rem;
        max-width: 100%;
    }
    
    .contact-form-title {
        font-size: 1.5rem;
        margin: 0 0 1.5rem 0;
    }
    
    .contact-form {
        padding: 1.5rem 1rem;
        gap: 1.25rem;
    }
}

