.steps-section {
    padding: 80px 0;
    background-color: #f8fafc;
    text-align: center;
}

/* Header */
.steps-header {
    max-width: 800px;
    margin: 0 auto 60px;
}

.steps-badge {
    color: #43836d;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

.steps-header h2, .insights-header h2  {
    font-size: 44px;
    color: #1D304D;
    margin: 8px 0;
}

.steps-header h2 span,  .insights-header h2 span  {
    background: linear-gradient(90deg, #28766B, #1E3250); 
    -webkit-background-clip: text;  
    -webkit-text-fill-color: transparent; 
}

.steps-header p {
    color: rgb(76 107 139);
    line-height: 1.6;
}


.steps-grid {
    display: flex;
    flex-wrap: wrap; 
    gap: 40px;
    margin-bottom: 60px;
    justify-content: center; 
    max-width: 1200px;
    padding: 0 10px;
}

.step-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-icon {
    width: 100px;
    height: 100px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.247);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.step-icon:hover {
    transform: translateY(-10px); 
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3); 
}

.step-icon svg {
    width: 2.5rem;
    height: 2.5rem;
}


.icon-white { background-color: #ffffff; color: #43836d; }
.icon-blue  { background-color: #1D304D; color: #ffffff; }
.icon-gold  { background-color: #bfa145; color: #ffffff; }

.step-item h4 {
    font-size: 18px !important;
    color: #1D304D !important;
    margin-bottom: 16px;
    font-family: Flama, Roboto, sans-serif !important;
    font-weight: 800;
}

.step-item p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.2;
    margin-top: 0;
}


/* RESPONSIVO */
@media (max-width: 1024px) {
    .steps-header h2, .insights-header h2, .insights-header h2 {
        font-size: 32px;
    }

    .step-item h4 {
        font-size: 16px;
    }

    .step-item p {
        font-size: 13px;
        line-height: 1.4;
    }

    .step-icon {
        width: 80px;
        height: 80px;
    }

    .step-icon svg {
        width: 2rem;
        height: 2rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .steps-section {
        padding: 60px 20px;
    }

    .steps-header {
        margin-bottom: 40px;
    }

    .steps-header p {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .steps-grid {
        gap: 30px;
    }

    .step-item h4 {
        font-size: 15px;
    }

    .step-item p {
        font-size: 12px;
    }

    .step-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .step-icon svg {
        width: 1.8rem;
        height: 1.8rem;
    }
}

/* Mobile pequeno */
@media (max-width: 480px) {

    .step-item h4 {
        font-size: 14px;
    }

    .step-item p {
        font-size: 11px;
    }

    .step-icon {
        width: 60px;
        height: 60px;
    }

    .step-icon svg {
        width: 1.5rem;
        height: 1.5rem;
    }

    .steps-grid {
        flex-direction: column;
        gap: 20px;
    }
}

.insights-section {
    padding: 80px 0;
    background: #fff;
    text-align: center;
  }
  
  .insights-header {
    max-width: 800px;
    margin: 0 auto 50px;
  }
    
  .insights-header p {
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
  }
  
  
  .insights-box {
    background-color: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 40px;
    padding: 60px 40px;
    margin-bottom: 40px;
  }
  
  .box-title {
    font-weight: 900;
    color: #1D304D;
    font-size: 20px;
    margin-bottom: 40px;
  }
  
  .insights-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  
  
  .insight-card {
    background: white;
    flex: 1;
    padding: 40px 20px;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    cursor: pointer;
  }

  .insight-card:hover {
    transform: translateY(-10px); 
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

  .insight-card svg {
    color: #bfa145;
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .insight-card h4 {
    font-size: 16px !important;
    color: #1D304D;
    margin-top: 10px;
    font-family: Flama, Roboto, sans-serif !important;
    font-weight: 800;
  }
  
  .insight-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin-top: 0;
  }
  
  
  .insights-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  
  .cycle-selector {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f1f5f9;
    padding: 6px 6px 6px 20px;
    border-radius: 100px;
  }
  
  .cycle-label {
    font-size: 11px;
    font-weight: 700;
    color: #5E6D83;
  }
  
  .cycle-options { display: flex; gap: 4px; }
  
  .cycle-btn {
    background: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
    color: #1D304D;
    cursor: pointer;
  }
  
  .cycle-btn.active {
    background: #317a65;
    color: white;
  }
  


  @media (max-width: 1024px) {
    .insights-box {
        padding: 50px 30px;
    }

    .box-title {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .insight-card {
        padding: 30px 15px;
    }

    .insight-card svg {
        width: 2rem;
        height: 2rem;
    }

    .insight-card h4 {
        font-size: 15px;
    }

    .insight-card p {
        font-size: 13px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .insights-section {
        padding: 60px 20px;
    }

    .insights-header {
        margin-bottom: 40px;
    }

    .insights-header p {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .insights-grid {
        gap: 20px;
    }

    .insight-card {
        flex: 1 1 100%; 
        padding: 25px 15px;
        max-width: 260px;
        margin: auto;
    }

    .insight-card svg {
        width: 1.8rem;
        height: 1.8rem;
    }

    .insight-card h4 {
        font-size: 14px;
    }

    .insight-card p {
        font-size: 12px;
    }

    .insights-footer {
        flex-direction: column;
        gap: 15px;
    }

    .cycle-selector {
        padding: 6px 12px 6px 16px;
        margin-bottom: 20px;
    }

    .cycle-btn {
        padding: 6px 14px;
        font-size: 12px;
    }
}

/* Mobile pequeno */
@media (max-width: 480px) {
    .insights-section {
        padding: 40px 15px;
    }

    .insights-box {
        padding: 30px 15px;
        border-radius: 20px;
    }

    .box-title {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .insight-card {
        padding: 20px 10px;
    }

    .insight-card svg {
        width: 1.5rem;
        height: 1.5rem;
    }

    .insight-card h4 {
        font-size: 13px;
    }

    .insight-card p {
        font-size: 11px;
    }

    .insights-footer {
        gap: 10px;
    }

    .cycle-btn {
        padding: 5px 10px;
        font-size: 11px;
    }
}