/* ===================================================== */
/* HERO LÓGOS GESTOR - EXECUTIVO PREMIUM */
/* ===================================================== */

.gestor-hero {
    position: relative;
    padding: 340px 8% 260px 8%;
    background: #0c0f14;
    color: white;
    overflow: hidden;
}

.gestor-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 40%, rgba(255,255,255,0.06), transparent 60%),
        radial-gradient(circle at 70% 60%, rgba(255,255,255,0.04), transparent 60%);
    animation: gestorPulse 25s ease-in-out infinite alternate;
}

@keyframes gestorPulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.04); }
}

.gestor-hero-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 2;
}

.gestor-hero-label {
    font-size: 0.75rem;
    letter-spacing: 3px;
    color: #9aa3af;
    margin-bottom: 30px;
    display: inline-block;
}

.gestor-hero-title {
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 600;
}

.gestor-hero-description {
    font-size: 1.2rem;
    line-height: 1.9;
    color: #cfd3da;
    max-width: 820px;
    margin-bottom: 70px;
}

/* BOTÕES */

.gestor-hero-actions {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.gestor-hero-primary {
    background: linear-gradient(135deg, #e5e7eb, #cfd3da);
    color: #0c0f14;
    padding: 20px 55px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.gestor-hero-primary:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

.gestor-hero-secondary {
    border: 1px solid rgba(255,255,255,0.25);
    padding: 20px 55px;
    text-decoration: none;
    color: white;
    transition: 0.3s ease;
}

.gestor-hero-secondary:hover {
    border-color: #cfd3da;
    transform: translateY(-6px);
}

/* RESPONSIVO */

@media (max-width: 992px) {
    .gestor-hero-title {
        font-size: 2.4rem;
    }
}

/* ===================================================== */
/* ERP ADAPTÁVEL - FUNDO CLARO PREMIUM */
/* ===================================================== */

.gestor-adapt {
    padding: 320px 8%;
    background: #f5f7fa;
    color: #0e1a24;
}

.gestor-adapt-container {
    max-width: 1300px;
    margin: 0 auto;
}

.gestor-section-label {
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: #9aa3af;
    display: inline-block;
    margin-bottom: 25px;
}

.gestor-adapt-header {
    max-width: 850px;
    margin-bottom: 140px;
}

.gestor-adapt-header h2 {
    font-size: 3rem;
    margin-bottom: 25px;
}

.gestor-adapt-header p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #4a5a67;
}

.gestor-adapt-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 80px;
}

.gestor-adapt-card {
    padding: 70px;
    background: white;
    border: 1px solid #e5e7eb;
    transition: 0.4s ease;
}

.gestor-adapt-card:hover {
    transform: translateY(-12px);
    border-color: #cfd3da;
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

.gestor-adapt-card h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.gestor-adapt-card p {
    font-size: 1rem;
    line-height: 1.8;
    color: #4a5a67;
}

/* ===================================================== */
/* ECOSSISTEMA LÓGOS GESTOR */
/* ===================================================== */

.gestor-ecosystem {
    padding: 340px 8%;
    background: #11151b;
    color: white;
}

.gestor-ecosystem-container {
    max-width: 1300px;
    margin: 0 auto;
}

.gestor-section-label.light {
    color: #cfd3da;
}

.gestor-ecosystem-header {
    max-width: 900px;
    margin-bottom: 160px;
}

.gestor-ecosystem-header h2 {
    font-size: 3.2rem;
    margin-bottom: 25px;
}

.gestor-ecosystem-header p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #cfd3da;
}

.gestor-modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 60px;
}

.gestor-module-card {
    padding: 60px;
    background: linear-gradient(180deg, #161a22, #0f131a);
    border: 1px solid rgba(255,255,255,0.06);
    transition: 0.4s ease;
}

.gestor-module-card:hover {
    transform: translateY(-10px);
    border-color: #cfd3da;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

.gestor-module-card h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.gestor-module-card p {
    font-size: 0.95rem;
    color: #a8b0ba;
    line-height: 1.7;
}

/* ===================================================== */
/* INTELIGÊNCIA ESTRATÉGICA */
/* ===================================================== */

.gestor-intelligence {
    padding: 340px 8%;
    background: #f5f7fa;
    color: #0e1a24;
}

.gestor-intelligence-container {
    max-width: 1300px;
    margin: 0 auto;
}

.gestor-intelligence-header {
    max-width: 850px;
    margin-bottom: 150px;
}

.gestor-intelligence-header h2 {
    font-size: 3rem;
    margin-bottom: 25px;
}

.gestor-intelligence-header p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #4a5a67;
}

.gestor-intelligence-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 80px;
}

.gestor-intel-card {
    padding: 70px;
    background: white;
    border: 1px solid #e5e7eb;
    transition: 0.4s ease;
}

.gestor-intel-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

.gestor-intel-card h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.gestor-intel-card p {
    font-size: 1rem;
    color: #4a5a67;
    line-height: 1.8;
}

/* ===================================================== */
/* SEGMENTOS */
/* ===================================================== */

.gestor-segments {
    padding: 340px 8%;
    background: #11151b;
    color: white;
}

.gestor-segments-container {
    max-width: 1300px;
    margin: 0 auto;
}

.gestor-segments-header {
    margin-bottom: 120px;
}

.gestor-segments-header h2 {
    font-size: 3rem;
}

.gestor-segments-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 60px;
}

.segment-card {
    padding: 60px;
    background: #161a22;
    border: 1px solid rgba(255,255,255,0.08);
    text-align: center;
    font-weight: 500;
    transition: 0.4s ease;
}

.segment-card:hover {
    transform: translateY(-10px);
    border-color: #cfd3da;
}

/* ===================================================== */
/* IMPLANTAÇÃO */
/* ===================================================== */

.gestor-implantation {
    padding: 320px 8%;
    background: #f5f7fa;
    color: #0e1a24;
}

.gestor-implantation-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.gestor-implantation-header h2 {
    font-size: 3rem;
    margin-bottom: 30px;
}

.gestor-implantation-header p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #4a5a67;
}

/* ===================================================== */
/* CTA FINAL LÓGOS GESTOR */
/* ===================================================== */

.gestor-final {
    position: relative;
    padding: 380px 8%;
    background: #0c0f14;
    color: white;
    text-align: center;
    overflow: hidden;
}

.gestor-final-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(255,255,255,0.05), transparent 65%),
        linear-gradient(135deg, #0c0f14, #161a22);
    animation: gestorFinalPulse 25s ease-in-out infinite alternate;
}

@keyframes gestorFinalPulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.05); }
}

.gestor-final-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    z-index: 2;
}

.gestor-final-label {
    font-size: 0.75rem;
    letter-spacing: 3px;
    color: #9aa3af;
    margin-bottom: 30px;
    display: inline-block;
}

.gestor-final h2 {
    font-size: 3.2rem;
    margin-bottom: 30px;
    line-height: 1.2;
    font-weight: 600;
}

.gestor-final p {
    font-size: 1.2rem;
    color: #cfd3da;
    line-height: 1.9;
    margin-bottom: 90px;
}

.gestor-final-actions {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.gestor-final-primary {
    background: linear-gradient(135deg, #e5e7eb, #cfd3da);
    color: #0c0f14;
    padding: 22px 65px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.gestor-final-primary:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

.gestor-final-secondary {
    border: 1px solid rgba(255,255,255,0.25);
    padding: 22px 65px;
    text-decoration: none;
    color: white;
    transition: 0.3s ease;
}

.gestor-final-secondary:hover {
    border-color: #cfd3da;
    transform: translateY(-6px);
}

@media (max-width: 992px) {
    .gestor-final h2 {
        font-size: 2.3rem;
    }
}