/* Hazte Socio Page Styles */

/* Main Content Section */
.hazte-socio-main {
    background: #000;
    min-height: 100vh;
    padding: 200px 0;
}

/* Question Section */
.hazte-socio-question {
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0;
}

.hazte-socio-question .etm-highlight {
    color: var(--accent-color);
}

.hazte-socio-arrows {
    color: var(--accent-color);
    font-size: 2rem;
    margin: 0 15px;
}

/* Main Content Box */
.hazte-socio-content-box {
    background: #fff;
    border-radius: 15px;
    padding: 60px;
    margin: 40px 0;
}

/* Main Heading */
.hazte-socio-heading-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3rem;
}

.hazte-socio-vertical-line {
    width: 4px;
    height: 60px;
    background: #000;
    margin-right: 20px;
    margin-top: 5px;
}

.hazte-socio-main-heading {
    color: #000;
    font-size: 2.8rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}

/* Benefits List */
.hazte-socio-benefit-item {
    display: flex;
    align-items: flex-start;
}

.hazte-socio-benefit-icon {
    width: 50px;
    height: 50px;
    /* padding: 15px; */
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.hazte-socio-benefit-icon i {
    color: #fff;
    font-size: 3rem;
}

.hazte-socio-benefit-text {
    color: #000;
    font-size: 1.4rem;
    margin: 0;
    line-height: 1.5;
}

/* Closing Statement */
.hazte-socio-closing {
    color: #000;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0;
}

/* CTA Button */
.hazte-socio-cta-btn {
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 50px;
}

/* Responsive Design */
@media (max-width: 768px) {

    .hazte-socio-main {
        background: #000;
        min-height: 100vh;
        padding: 150px 0;
    }

    .hazte-socio-question {
        font-size: 3.2rem;
    }
    
    .hazte-socio-arrows {
        font-size: 1.6rem;
        margin: 0 12px;
    }
    
    .hazte-socio-content-box {
        padding: 40px 30px;
        margin: 20px 0;
    }

    .hazte-socio-benefit-icon i {
        font-size: 2rem;
    }
    
    .hazte-socio-main-heading {
        font-size: 2.2rem;
    }
    
    .hazte-socio-benefit-text {
        font-size: 1.2rem;
    }
    
    .hazte-socio-closing {
        font-size: 1.8rem;
    }
    
    .hazte-socio-cta-btn {
        font-size: 1.3rem;
    }
}

@media (max-width: 576px) {
    .hazte-socio-main {
        background: #000;
        min-height: 100vh;
        padding: 100px 0;
    }
    .hazte-socio-question {
        font-size: 2.5rem;
    }
    
    .hazte-socio-arrows {
        font-size: 1.3rem;
        margin: 0 8px;
    }
    
    .hazte-socio-content-box {
        padding: 30px 20px;
    }
    
    .hazte-socio-main-heading {
        font-size: 1.8rem;
    }
    
    .hazte-socio-benefit-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }
    
    .hazte-socio-benefit-icon i {
        font-size: 2rem;
    }
    
    .hazte-socio-benefit-text {
        font-size: 1.1rem;
    }
    
    .hazte-socio-closing {
        font-size: 1.5rem;
    }
    
    .hazte-socio-cta-btn {
        font-size: 1.2rem;
    }
}
