/* =============================================================
   XGENS MULTICONNECT — STYLE.CSS COMPLETO
   Tema: Futurista Tech Pro • Neon Verde • Glassmorphism
============================================================== */


/* ===========================================================
   FUNDO GLOBAL XGENS — CLARO, FIXO, FUTURISTA
=========================================================== */


/* FUNDO GLOBAL TESTE */
body {
    background-image: url('../img/background-xgens3.jpg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important;
    background-color: #f8f8f8 !important;
    overflow-x: hidden;
}


/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', Arial, sans-serif;
    background: #f9f9f9;
    color: #222;
    line-height: 1.6;
}

img { max-width: 100%; display: block; }

h1, h2, h3 { font-family: 'Inter', Arial, sans-serif; }

/* =============================================================
   ROOT • VARIÁVEIS DO TEMA FUTURISTA
============================================================== */
:root {
    --neon-green: #00ff9d;
    --glow-strong: 0 0 25px rgba(0,255,157,0.9);
    --glow-soft: 0 0 15px rgba(0,255,157,0.4);
    --glass-bg: rgba(255,255,255,0.08);
    --glass-border: rgba(0,255,157,0.25);
}

/* =============================================================
   HERO IMAGE (TOPO)
============================================================== */
.hero-image-section {
    width: 100%;
    overflow: hidden;
}

.hero-top-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* =============================================================
   SEÇÕES XL
============================================================== */
.section-xl {
    padding: 120px 7%;
}

.section-xl-title {
    font-size: 42px;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: -1px;
    text-shadow: var(--glow-soft);
}

.section-xl-desc {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px auto;
    font-size: 18px;
    color: #555;
}

/* =============================================================
   GRIDS FUTURISTAS
============================================================== */

.intro-xl-grid,
.setores-xl-grid,
.vantagens-xl-grid,
.solucoes-xl-grid,
.integracoes-xl-grid,
.metricas-xl-grid,
.depoimentos-xl-grid,
.compliance-xl-grid,
.contato-xl-grid {
    display: grid;
    gap: 35px;
}

.intro-xl-grid { grid-template-columns: repeat(4,1fr); }
.setores-xl-grid { grid-template-columns: repeat(3,1fr); }
.vantagens-xl-grid { grid-template-columns: repeat(3,1fr); }
.solucoes-xl-grid { grid-template-columns: repeat(3,1fr); }
.integracoes-xl-grid { grid-template-columns: repeat(5,1fr); }
.metricas-xl-grid { grid-template-columns: repeat(4,1fr); }
.depoimentos-xl-grid { grid-template-columns: repeat(3,1fr); }
.compliance-xl-grid { grid-template-columns: repeat(4,1fr); }
.contato-xl-grid { grid-template-columns: repeat(3,1fr); }

/* =============================================================
   CARTÕES FUTURISTAS (GLASSMORPHISM)
============================================================== */
.intro-xl-card,
.setor-xl-card,
.vantagem-xl-card,
.solucao-xl-card,
.integracao-xl-card,
.metrica-xl-card,
.compliance-xl-card,
.depoimento-xl-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 35px;
    backdrop-filter: blur(12px);
    box-shadow: 0 0 25px rgba(0,0,0,0.08);
    transition: 0.35s ease;
}

.intro-xl-card:hover,
.setor-xl-card:hover,
.vantagem-xl-card:hover,
.solucao-xl-card:hover,
.integracao-xl-card:hover,
.metrica-xl-card:hover,
.compliance-xl-card:hover,
.depoimento-xl-card:hover {
    transform: translateY(-6px) scale(1.02);
    border-color: var(--neon-green);
    box-shadow: var(--glow-soft);
}

/* Ícones futuristas */
.icon-xl {
    width: 60px;
    margin-bottom: 12px;
    filter: drop-shadow(0 0 12px rgba(0,255,157,0.6));
}

/* =============================================================
   FLUXO XL
============================================================== */
.fluxo-xl-wrapper { display: flex; flex-direction: column; align-items: center; }

.fluxo-xl-step {
    background: #fff;
    border: 1px solid #d3ffd7;
    padding: 22px 35px;
    margin: 14px 0;
    border-radius: 12px;
    width: 100%;
    max-width: 760px;
    text-align: center;
    box-shadow: 0 0 12px rgba(0,255,157,0.25);
}

.fluxo-xl-number {
    background: var(--neon-green);
    color: #000;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
}

/* =============================================================
   CTA FINAL
============================================================== */
.cta-final-xl {
    text-align: center;
    padding: 160px 7%;
    background: linear-gradient(135deg, #ffffff, #ebfff5);
}

.btn-cta-xl {
    padding: 18px 36px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    background: var(--neon-green);
    box-shadow: var(--glow-strong);
    transition: 0.3s ease;
    display: inline-block;
}

.btn-cta-xl:hover {
    transform: scale(1.06);
    background: #00e58a;
}

/* =============================================================
   FOOTER
============================================================== */
.footer-xl {
    padding: 100px 7% 50px 7%;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
}

.footer-xl-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    margin-bottom: 40px;
}

.footer-xl-col a {
    display: block;
    margin-bottom: 6px;
    color: #555;
    transition: 0.2s;
}

.footer-xl-col a:hover {
    color: var(--neon-green);
}

.footer-xl-bottom {
    text-align: center;
    font-size: 15px;
    color: #888;
}

/* =============================================================
   REVEAL (ANIMAÇÃO AO ROLAR)
============================================================== */
.reveal { opacity: 0; transform: translateY(40px); transition: 0.8s ease; }
.reveal.active { opacity: 1; transform: translateY(0); }

/* =============================================================
   RESPONSIVIDADE
============================================================== */
@media (max-width: 1080px) {
    .intro-xl-grid,
    .setores-xl-grid,
    .vantagens-xl-grid,
    .solucoes-xl-grid { grid-template-columns: repeat(2,1fr); }

    .integracoes-xl-grid { grid-template-columns: repeat(3,1fr); }
    .metricas-xl-grid { grid-template-columns: repeat(2,1fr); }
    .depoimentos-xl-grid { grid-template-columns: repeat(1,1fr); }
}

@media (max-width: 680px) {
    .intro-xl-grid,
    .setores-xl-grid,
    .vantagens-xl-grid,
    .solucoes-xl-grid,
    .integracoes-xl-grid { grid-template-columns: repeat(1,1fr); }

    .section-xl-title { font-size: 32px; }
}


/* ========================================
   COOKIE BANNER — FIX DEFINITIVO
========================================= */
#cookie-banner {
    position: fixed !important;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    background: #0b0f0d;
    color: #fff;
    padding: 18px 20px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999999 !important;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.2);
}

#cookie-banner p {
    max-width: 80%;
    font-size: 15px;
}

#cookie-banner a {
    color: #00ff9d;
    text-decoration: underline;
}

#cookie-banner button {
    padding: 10px 18px;
    background: #00ff9d;
    color: #000;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

#cookie-banner button:hover {
    background: #00d96f;
    transform: scale(1.05);
}


html, body {
    max-width: 100%;
    overflow-x: hidden !important;
}

section, div, img {
    max-width: 100%;
}


/* ===============================
   HEADER XGENS
================================ */
.xgens-header {
    width: 100%;
    padding: 18px 35px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0,0,0,0.08);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.xgens-container {
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
}

.xgens-logo {
    height: 58px;
    object-fit: contain;
}

body {
    padding-top: 95px;
}


.multi-pillars-section {
    padding: 90px 40px;
    max-width: 1350px;
    margin: auto;
}

.neon-title {
    font-size: 42px;
    color: #00ffbb;
    text-shadow: 0 0 8px #00ffbb;
    text-align: center;
}

.section-desc {
    text-align: center;
    font-size: 20px;
    max-width: 900px;
    margin: 15px auto 50px;
    color: #333;
}

.multi-pillars-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.pillar-card {
    background: rgba(255,255,255,0.7);
    border-radius: 18px;
    padding: 24px 22px;
    border: 1px solid rgba(0,255,180,0.2);
    backdrop-filter: blur(12px);
    transition: 0.25s;
}

.pillar-card:hover {
    transform: translateY(-4px);
    border-color: #00ffbb;
    box-shadow: 0 0 14px rgba(0,255,170,0.4);
}

.pillar-icon {
    margin-bottom: 10px;
}

.pillar-card h3 {
    margin: 10px 0;
    font-size: 20px;
}


/* ===============================
   XGENS GLOBAL — FUTURISTA
================================ */

.xgens-global-section {
    padding: 90px 40px;
    max-width: 1350px;
    margin: auto;
}

.global-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-top: 50px;
}

.global-card {
    background: rgba(255,255,255,0.7);
    border-radius: 18px;
    padding: 26px 22px;
    border: 1px solid rgba(0,255,180,0.2);
    backdrop-filter: blur(12px);
    transition: 0.28s;
}

.global-card:hover {
    transform: translateY(-6px);
    border-color: #00ffbb;
    box-shadow: 0 0 18px rgba(0,255,170,0.45);
}

.global-icon {
    margin-bottom: 12px;
}


/* ===============================
   XGENS ACADEMY — FUTURISTA
================================ */

.xgens-academy-section {
    padding: 90px 40px;
    max-width: 1350px;
    margin: auto;
}

.academy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin: 50px 0;
}

.academy-card {
    background: rgba(255,255,255,0.7);
    border-radius: 18px;
    padding: 26px 22px;
    border: 1px solid rgba(0,255,180,0.2);
    backdrop-filter: blur(12px);
    transition: 0.28s;
}

.academy-card:hover {
    transform: translateY(-6px);
    border-color: #00ffbb;
    box-shadow: 0 0 18px rgba(0,255,170,0.35);
}

.academy-icon {
    margin-bottom: 12px;
}

.subtitulo {
    font-size: 28px;
    font-weight: 700;
    margin-top: 40px;
    color: #00cfa2;
    text-shadow: 0 0 5px #8effe8;
}

.nova-plataforma-list {
    max-width: 900px;
    margin: 20px auto;
    font-size: 20px;
    color: #333;
    line-height: 1.6;
}

.nova-plataforma-list li {
    margin: 8px 0;
}

.neon-btn {
    padding: 16px 40px;
    background: #00ffbb;
    color: #000;
    border-radius: 10px;
    font-weight: 800;
    font-size: 18px;
    display: inline-block;
    transition: 0.3s;
}

.neon-btn:hover {
    transform: scale(1.07);
    background: #00e6a8;
}


/* ===============================
   TABELA COMPARATIVA FUTURISTA
================================ */

.xgens-compare-section {
    padding: 90px 40px;
    max-width: 1350px;
    margin: auto;
}

.compare-table-wrapper {
    overflow-x: auto;
    padding-bottom: 10px;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255,255,255,0.65);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    overflow: hidden;
}

.compare-table thead th {
    background: rgba(0,255,180,0.15);
    color: #00cfa2;
    padding: 16px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid rgba(0,255,180,0.25);
}

.compare-table td {
    padding: 16px;
    font-size: 17px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

.compare-table tbody tr:hover {
    background: rgba(0,255,180,0.10);
}

.compare-table td:first-child {
    text-align: left;
    font-weight: 600;
}

.highlight {
    color: #00ffbb;
    font-weight: 800;
    text-shadow: 0 0 6px rgba(0,255,200,0.6);
}

/* HEADER */
.xgens-header {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid #00FF9D;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

/* CONTAINER */
.header-container {
    max-width: 1400px;
    margin: auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */
.header-logo img {
    height: 40px;
}

/* MENU DESKTOP */
.header-nav a {
    margin: 0 12px;
    text-decoration: none;
    color: #000; /* PRETO */
    font-size: 1rem;
    transition: 0.2s;
}

.header-nav a:hover {
    color: #00FF9D;
    text-shadow: 0 0 4px #00FF9D;
}

/* BOTÃO DESKTOP */
.header-btn {
    background: #00FF9D;
    color: #000;          /* PRETO */
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.header-btn:hover {
    background: #000;
    color: #00FF9D;
    border: 1px solid #00FF9D;
}

.hamburger {
    width: 32px;
    height: 28px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.hamburger span {
    height: 3px;
    background: #000; /* PRETO */
    border-radius: 2px;
    transition: 0.3s;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 2px solid #00FF9D;
    padding: 20px;
}

.mobile-menu a {
    color: #000; /* PRETO */
    text-decoration: none;
    margin: 12px 0;
    font-size: 1.2rem;
}

.mobile-menu a:hover {
    color: #00FF9D;
}

/* BOTÃO WHATSAPP MOBILE */
.mobile-whatsapp {
    margin-top: 15px;
    background: #00FF9D;
    padding: 12px;
    border-radius: 6px;
    color: #000;
    text-align: center;
    display: block;
    font-weight: bold;
}

.mobile-whatsapp:hover {
    background: #000;
    border: 1px solid #00FF9D;
    color: #00FF9D;
}

@media(max-width: 860px){
    .header-nav,
    .header-btn {
        display: none;
    }

    .hamburger {
        display: flex;
    }
}

