.bottom-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #0f1923 0%, #1c2535 60%, #0f1923 100%);
}
.bottom-cta__inner {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}
.bottom-cta__title {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 36px;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.15;
}
.bottom-cta__desc {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-light);
    margin-bottom: 32px;
}
.bottom-cta__actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn__icon-left {
   transform: rotate(-90deg);
}
@media (max-width: 768px) { .bottom-cta__title { font-size: 28px; } .bottom-cta { padding: 64px 0; } }
@media (max-width: 460px) { .bottom-cta__actions { flex-direction: column; align-items: center; } .bottom-cta__actions .btn { width: 100%; max-width: 320px; justify-content: center; } }
