/* ===================================================== */
/* HERO LÓGOS CRM */
/* ===================================================== */

.crm-hero {
    position: relative;
    padding: 320px 8% 240px 8%;
    background: #000000;
    color: white;
    overflow: hidden;
}

.crm-hero-bg {
    position: absolute;
    inset: 0;
    background: 
    
    radial-gradient(circle, #a5a045, #7f7b2f, #4f4c18);

    animation: crmPulse 20s ease-in-out infinite alternate;
}

@keyframes CRMPulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.08); }
}

.crm-hero-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 2;
}

.crm-hero-label {
    font-size: 0.75rem;
    letter-spacing: 3px;
    color: #c8c35d;
    margin-bottom: 30px;
    display: inline-block;
}

.crm-hero-title {
    font-size: 3.4rem;
    line-height: 1.2;
    margin-bottom: 30px;
}

.crm-hero-description {
    font-size: 1.2rem;
    line-height: 1.9;
    color: #e6e5d4;
    max-width: 800px;
    margin-bottom: 60px;
}

.crm-hero-actions {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.crm-hero-primary {
    background: #c8c35d;
    color: #24230f;
    padding: 20px 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.crm-hero-primary:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}

.crm-hero-secondary {
    border: 1px solid rgba(255,255,255,0.3);
    padding: 20px 50px;
    text-decoration: none;
    color: white;
    transition: 0.3s ease;
}

.crm-hero-secondary:hover {
    border-color: #c8c35d;
    transform: translateY(-6px);
}

/* ===================================================== */
/* LINHA DO TEMPO CRM */
/* ===================================================== */

.crm-timeline {
    position: relative;
    padding: 320px 8%;
    background: #11151b;
    color: white;
    overflow: hidden;
}

.crm-timeline-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(
    circle at 60% 40%,
    rgba(27, 27, 12, 0.25),
    transparent 60%
    );
}

.crm-timeline-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.crm-timeline-header {
    max-width: 850px;
    margin-bottom: 140px;
}

.crm-timeline-header h2 {
    font-size: 3rem;
    margin-bottom: 25px;
}

@media (max-width: 768px) {

    .crm-timeline-header h2 {
    font-size: 2.5rem;
    }
}

.crm-timeline-header p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #e6e5d4;
}

.crm-timeline-flow {
    display: flex;
    flex-direction: column;
    gap: 100px;
    border-left: 2px solid rgba(200, 195, 93,0.3);
    padding-left: 60px;
}

.crm-flow-item {
    display: flex;
    gap: 40px;
}

.crm-flow-index {
    font-size: 2rem;
    font-weight: 600;
    color: #c8c35d;
    min-width: 60px;
}

.crm-flow-item h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.crm-flow-item p {
    font-size: 1rem;
    color: #e6e5d4;
    line-height: 1.8;
}

/* ===================================================== */
/*  FUNCIONALIDADES - LÓGOS CRM */
/* ===================================================== */

.crm-function {
    padding: 300px 8%;
    background: 
    radial-gradient(circle, #9b9749, #575422, #2e2c0e);
    color: white;
}

.crm-function-container {
    max-width: 1300px;
    margin: 0 auto;
}

.crm-section-label {
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: #c8c35d;
    display: inline-block;
    margin-bottom: 25px;
}

.crm-function-header {
    max-width: 850px;
    margin-bottom: 140px;
}

.crm-function-header h2 {
    font-size: 3rem;
    margin-bottom: 25px;
}

.crm-function-header p {
    font-size: 1.15rem;
    color: #e6e5d4;
    line-height: 1.9;
}

.crm-function-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 80px;
}

.crm-function-card {
    padding: 70px;
    background: linear-gradient(180deg, #949044, #726f37);
    border: 1px solid rgba(219, 215, 0, 0.295);
    transition: 0.4s ease;
}

.crm-function-card:hover {
    transform: translateY(-12px);
    border-color: #d1c818;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

.crm-function-card h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.crm-function-card p {
    font-size: 1rem;
    line-height: 1.8;
    color: #e6e5d4;
}

/* ===================================================== */
/* BENEFICIOS ESTRATÉGICOS - lÓGOS CRM */
/* ===================================================== */

.crm-benefits {
    padding: 320px 8%;
    background: #f5f7fa;
    color: #0e1a24;
}

.crm-benefits-container {
    max-width: 1300px;
    margin: 0 auto;
}

.crm-section-label {
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: #c8c35d;
    display: inline-block;
    margin-bottom: 25px;
}

.crm-benefits-header {
    max-width: 700px;
    margin-bottom: 140px;
}

.crm-benefits-header h2 {
    font-size: 3rem;
    margin-bottom: 25px;
}

.crm-benefits-header p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #4a5a67;
}

.linha-estrutura {
    position: relative;
    width: 80%;
    height: 250px;
    margin: 0 auto;
}

.linha-vertical-centro {
    position: absolute;
    top: 0;
    left: 20%;
    width: 2px;
    height: 60px;
    background: #11151b;
    transform: translateX(-50%);
}

.linha-horizontal {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #11151b;
}

.linha-vertical-esquerda {
    position: absolute;
    top: 60px;
    left: 0;
    width: 2px;
    height: 60px;
    background: #11151b;
}

.linha-vertical-direita {
    position: absolute;
    top: 60px;
    right: 0;
    width: 2px;
    height: 60px;
    background: #11151b;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.benefits-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: clamp(32px, 5vw, 80px);
    max-width: 1500px;
    margin: 0 auto;
    align-items: start;
}

.benefits-grid > * {
    min-width: 0;
}

.benefits-subtitle {
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 60px;
    color: #c8c35d;
}

.vantagens-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
    align-items: start;
}

.vantagem-card {
    background: #11151b;          
    border: 1px solid rgba(173,171,40,0.295);
    overflow: hidden;
    border-radius: 0;
    transition: transform 0.28s ease;
    padding: 0;
}
.accordion-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.vantagem-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

.accordion-label {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 160px; 
    padding: 40px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.28s ease, color 0.28s ease, transform 0.18s ease;
    background: transparent;
}

.accordion-label .label-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #ffffff;
}

.accordion-label .label-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: rgba(255,255,255,0.85);
    width: 34px;
    height: 34px;
    border-radius: 999px;
    transition: transform 0.28s ease, background-color 0.28s ease, color 0.28s ease;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(.2,.9,.2,1), padding 0.35s ease;
    padding: 0 70px;           
    background: transparent;
    color: #e6e5d4;
}

.accordion-content p {
    margin: 20px 0 34px;
    line-height: 1.8;
    font-size: 1rem;
    color: #e6e5d4;
}

.accordion-checkbox:checked + .accordion-label {
    background: #c8c35d;       
    color: #11151b;
}

.accordion-checkbox:checked + .accordion-label .label-text {
    color: #11151b;
}

.accordion-checkbox:checked + .accordion-label + .accordion-content {
    max-height: 400px; 
    padding-top: 20px;
    padding-bottom: 30px;
}

.accordion-label:hover {
    transform: translateY(-4px);
}

.diferenciais-box {
    background: linear-gradient(#c8c35d, #8b883f);
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #afaa4d;
    padding: clamp(32px, 5vw, 80px) clamp(28px, 6vw, 70px);
    transition: 0.4s ease;
}

.diferenciais-box:hover {
    transform: translateY(-12px);
    border-color: #d1c818;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

.diferenciais-box ul {
    margin: 0;
    padding-left: 24px;
}


.diferenciais-box li {
    font-size: 1.3rem;
    margin-bottom: 18px;
    line-height: 1.6;
}

@media (max-width: 1100px) {
    .linha-estrutura {
    display: none;
    }

    .benefits-grid {
    grid-template-columns: 1fr;
    }

    .benefits-subtitle {
    padding-top: 50px;
    }
}

@media (max-width: 720px) {
    .vantagens-cards {
    grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
  .accordion-label,
  .accordion-content {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (max-width: 768px) {
    .diferenciais-box {
    padding: 28px 22px;
    }

    .diferenciais-box ul {
    padding-left: 18px;
    }

    .diferenciais-box li {
    font-size: 1.05rem;
    margin-bottom: 14px;
    }
}

@media (max-width: 768px) {
    .crm-hero h1,
    .crm-timeline h2,
    .crm-function h2,
    .crm-benefits h2,
    .crm-objective h2,
    .crm-system h2,
    .crm-final h2,
    .crm-function h3,
    .crm-objective h3,
    .crm-system h3 {
        font-size: clamp(1.6rem, 7vw, 2.4rem);
        line-height: 1.1;
        word-break: break-word;
        overflow-wrap: anywhere;
        hyphens: auto;
        max-width: 100%;
    }

    .crm-hero-container,
    .crm-timeline-container,
    .crm-function-container,
    .crm-benefits-container,
    .crm-objective-container,
    .crm-system-container,
    .crm-final-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .crm-hero-container > *,
    .crm-timeline-container > *,
    .crm-function-container > *,
    .crm-benefits-container > *,
    .crm-objective-container > *,
    .crm-system-container > *,
    .crm-final-container > * {
        min-width: 0;
    }
}

/* ===================================================== */
/* OBJETIVOS - LÓGOS CRM */
/* ===================================================== */

.crm-objective {
    padding: 320px 8%;
    background: 
    radial-gradient(circle, #b8b357, #969245, #726f36);
    color: white;
}

.crm-objective-container {
    max-width: 1300px;
    margin: 0 auto;
}

.crm-objective-header {
    max-width: 850px;
    margin-bottom: 140px;
}

.crm-objective-header h2 {
    font-size: 3rem;
    margin-bottom: 25px;
}

.crm-objective-header p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #e6e5d4;
}

.crm-objective-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 80px;
}

.crm-objective-card {
    padding: 70px;
    background: linear-gradient(180deg, #b4b055, #86833f);
    border: 1px solid rgba(219, 215, 0, 0.295);
    transition: 0.4s ease;
}

.crm-objective-card:hover {
    transform: translateY(-12px);
    border-color: #d1c818;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

.crm-objective-card h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.crm-objective-card p {
    font-size: 1rem;
    line-height: 1.8;
    color: #e6e5d4;
} 

/* ===================================================== */
/* SYSTEMS */
/* ===================================================== */

.crm-system {
    padding: 320px 8%;
    background: #1b1a11;
    color: white;
}

.crm-system-container {
    max-width: 1300px;
    margin: 0 auto;
}

.crm-system-header {
    max-width: 850px;
    margin-bottom: 140px;
}

.crm-system-header h2 {
    font-size: 3rem;
    margin-bottom: 25px;
}

.crm-system-header p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #e6e5d4;
}

.crm-system-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 80px;
}

.crm-system-card {
    padding: 70px;
    background: linear-gradient(180deg, #575321, #1f1e09);
    border: 1px solid rgba(173, 171, 40, 0.295);
    transition: 0.4s ease;
}

.crm-system-card:hover {
    transform: translateY(-12px);
    border-color: #cec414;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

.crm-system-card h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.crm-system-card p {
    font-size: 1rem;
    line-height: 1.8;
    color: #e6e5d4;
} 

/* ===================================================== */
/* CTA FINAL - LÓGOS CRM */
/* ===================================================== */

.crm-final {
    position: relative;
    padding: 360px 8%;
    background: #262403;
    color: white;
    text-align: center;
    overflow: hidden;
}

.crm-final-bg {
    position: absolute;
    inset: 0;
    background:
    radial-gradient(circle at center, rgb(165, 160, 69), transparent 65%),
    linear-gradient(135deg, #64611e, #64611e);
    animation: crmFinalPulse 20s ease-in-out infinite alternate;
}

@keyframes crmFinalPulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.06); }
}

.crm-final-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    z-index: 2;
}

.crm-final-label {
    font-size: 0.75rem;
    letter-spacing: 3px;
    color: #c8c35d;
    margin-bottom: 30px;
    display: inline-block;
}

.crm-final h2 {
    font-size: 3.2rem;
    margin-bottom: 30px;
    line-height: 1.2;
}

.crm-final p {
    font-size: 1.2rem;
    color: #e6e5d4;
    line-height: 1.9;
    margin-bottom: 80px;
}

.crm-final-actions {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.crm-final-primary {
    background: #c8c35d;
    color: #031b26;
    padding: 22px 60px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.crm-final-primary:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

.crm-final-secondary {
    border: 1px solid rgba(255,255,255,0.3);
    padding: 22px 60px;
    text-decoration: none;
    color: white;
    transition: 0.3s ease;
}

.crm-final-secondary:hover {
    border-color: #c8c35d;
    transform: translateY(-6px);
}

@media (max-width: 992px) {
    .crm-final h2 {
        font-size: 2.2rem;
    }
}