.cta-banner {
    background: linear-gradient(150deg, #EAF1E6 0%, #DFE8DA 100%);
    border: 1px solid rgba(21, 81, 43, 0.2);
    border-radius: 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-glow {
    position: absolute;
    top: -120px;
    right: -80px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(21, 81, 43, 0.14), transparent 70%);
}

.cta-title,
.cta-description,
.cta-button {
    position: relative;
}

.cta-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.025em;
    margin: 0 auto 24px;
}

.cta-description {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    color: #48524C;
    margin: 0 auto 40px;
}

.cta-button {
    all: unset;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    height: 56px;
    background: #15512B;
    color: #FFFFFF;
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    border-radius: 999px;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
}

.cta-home {
    padding: 80px 64px;
}

.cta-home .cta-title {
    font-size: 60px;
    max-width: 760px;
    margin-bottom: 24px;
}

.cta-home .cta-description {
    font-size: 19px;
    max-width: 540px;
    margin-bottom: 40px;
}

.cta-home .cta-button {
    font-size: 19px;
    min-width: 248px;
    height: 58px;
    padding: 0 32px;
}

.cta-page {
    padding: 72px 64px;
}

.cta-page .cta-title {
    font-size: 52px;
    max-width: 680px;
    margin-bottom: 22px;
}

.cta-page .cta-description {
    font-size: 18px;
    max-width: 560px;
    margin-bottom: 36px;
}

.cta-page .cta-button {
    font-size: 18px;
    min-width: 240px;
    height: 56px;
    padding: 0 32px;
}

.cta-nosotros .cta-description {
    max-width: 520px;
}

.cta-faq {
    padding: 64px;
}

.cta-faq .cta-title {
    font-size: 46px;
    line-height: 1.02;
    max-width: 620px;
    margin-bottom: 20px;
}

.cta-faq .cta-description {
    font-size: 18px;
    max-width: 480px;
    margin-bottom: 34px;
}

.cta-faq .cta-button {
    font-size: 18px;
    min-width: 240px;
    height: 56px;
    padding: 0 32px;
}
