.surf-final-cta-1643 {
    position: relative;
    padding: 100px 20px;
    background-size: cover;
    background-position: center;
    background-color: #0A192F; /* Ocean Navy Fallback */
    text-align: center;
    overflow: hidden;
}

.surf-final-cta-1643::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
    background-color: rgba(10, 25, 47, 0.5); /* Default overlay */
}

.surf-final-cta-1643 .sfc-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    color: #fff; /* Soft White */
}

.surf-final-cta-1643 .sfc-eyebrow {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #D35400; /* Terracotta Accent */
}

.surf-final-cta-1643 h2 {
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 1.2;
}

.surf-final-cta-1643 .sfc-body {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.6;
}

.surf-final-cta-1643 .sfc-price {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

.surf-final-cta-1643 .sfc-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.surf-final-cta-1643 .sfc-btn {
    padding: 16px 36px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 16px;
}

.surf-final-cta-1643 .sfc-btn-primary {
    background-color: #D35400; /* Terracotta */
    color: #fff;
}

.surf-final-cta-1643 .sfc-btn-secondary {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.surf-final-cta-1643 .sfc-reassurance {
    font-size: 13px;
    opacity: 0.8;
    line-height: 1.5;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .surf-final-cta-1643 {
        padding: 80px 15px;
    }
    .surf-final-cta-1643 h2 {
        font-size: 28px;
    }
    .surf-final-cta-1643 .sfc-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .surf-final-cta-1643 .sfc-btn {
        width: 100%;
    }
}
