.cta-section {
    background-color: #121418;
    padding: 4rem 2rem;
}

.cta-container {
    max-width: 1200px;
    margin: 0 auto;
}

.cta-content {
    background-color: #222222;
    padding: 3rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.cta-text {
    flex: 1;
    text-align: start;
}

.cta-heading {
    color: white;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 1rem;
    max-width: 500px;
}

.cta-description {
    color: #cccccc;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 450px;
    opacity: 0.9;
}

.cta-button {
    flex-shrink: 0;
    text-align: center;
}

.btn-cta {
    background-color: transparent;
    color: #50C878;
    padding: 1rem 2rem;
    border: 2px solid #50C878;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.cta-note {
    color: #cccccc;
    font-size: 0.9rem;
    line-height: 1.4;
    opacity: 0.8;
    margin: 0;
}
