/* section-13-final-cta.css */

.section-final-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a4d40 0%, #083c32 100%);
    position: relative;
    overflow: hidden;
    color: #fff;
}

.section-final-cta::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
    top: -200px;
    right: -200px;
    border-radius: 50%;
}

.section-final-cta::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
    bottom: -200px;
    left: -200px;
    border-radius: 50%;
}

.section-final-cta .section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 60px;
    color: #fff;
    position: relative;
}

.section-final-cta .section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #F18F1C;
    border-radius: 4px;
}

.futures-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 2;
}

.future-column {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.future-column:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.future-current {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.future-transformed {
    border: 1px solid #F18F1C;
    position: relative;
    z-index: 3;
}

.future-header {
    padding: 25px 30px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.future-transformed .future-header {
    background-color: #F18F1C;
}

.future-header h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.future-content {
    padding: 30px;
}

.future-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.future-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.future-item:last-child {
    margin-bottom: 0;
}

.future-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.future-icon.negative {
    background-color: rgba(255, 80, 80, 0.2);
}

.future-icon.positive {
    background-color: rgba(80, 200, 120, 0.2);
}

.future-svg {
    width: 16px;
    height: 16px;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.future-icon.negative .future-svg {
    stroke: #ff5050;
}

.future-icon.positive .future-svg {
    stroke: #50c878;
}

.future-text {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

.future-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.divider-text {
    width: 50px;
    height: 50px;
    background-color: #F18F1C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.trial-box {
    max-width: 700px;
    margin: 40px auto;
    padding: 20px 30px;
    background-color: rgba(241, 143, 28, 0.15);
    border: 2px solid #F18F1C;
    border-radius: 12px;
    text-align: center;
}

.trial-highlight {
    font-size: 18px;
    font-weight: 700;
    color: #F18F1C;
}

.final-cta-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.btn-final-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    background-color: #F18F1C;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(241, 143, 28, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-final-cta:hover {
    background-color: #e08314;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(241, 143, 28, 0.5);
}

.btn-text {
    margin-right: 10px;
    text-align: center;
}

.btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    transition: transform 0.3s ease;
}

.btn-final-cta:hover .arrow-svg {
    transform: translateX(5px);
}

.spots-counter {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
}

.counter-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-svg {
    width: 24px;
    height: 24px;
    stroke: #F18F1C;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.counter-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.counter-value {
    font-weight: 700;
    color: #F18F1C;
}

.final-social-proof {
    text-align: center;
    margin-top: 60px;
}

.proof-text {
    font-size: 18px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.proof-text strong {
    color: #F18F1C;
}

.client-logos {
    display: flex;
    justify-content: center;
}

.logo-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.client-logo {
    height: 40px;
    opacity: 0.7;
    transition: opacity 0.3s ease, transform 0.3s ease;
    filter: grayscale(100%) brightness(2);
}

.client-logo:hover {
    opacity: 1;
    transform: scale(1.1);
    filter: grayscale(0%) brightness(1.2);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(241, 143, 28, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(241, 143, 28, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(241, 143, 28, 0);
    }
}

.btn-final-cta {
    animation: pulse 2s infinite;
}

@keyframes countdownFlash {
    0% {
        color: #F18F1C;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #F18F1C;
    }
}

.counter-value {
    animation: countdownFlash 2s infinite;
}

/* Media Queries para Responsividade */
@media (max-width: 1199px) {
    .section-final-cta .section-title {
        font-size: 32px;
    }
    
    .futures-container {
        max-width: 900px;
    }
}

@media (max-width: 991px) {
    .section-final-cta {
        padding: 80px 0;
    }
    
    .section-final-cta .section-title {
        font-size: 30px;
    }
    
    .futures-container {
        flex-direction: column;
        gap: 50px;
    }
    
    .future-divider {
        height: 50px;
        transform: rotate(90deg);
        margin: -25px 0;
    }
    
    .btn-final-cta {
        padding: 18px 35px;
        font-size: 16px;
    }
    
    .trial-highlight {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .section-final-cta {
        padding: 60px 0;
    }
    
    .section-final-cta .section-title {
        font-size: 28px;
        margin-bottom: 40px;
    }
    
    .future-header {
        padding: 20px;
    }
    
    .future-header h3 {
        font-size: 18px;
    }
    
    .future-content {
        padding: 20px;
    }
    
    .future-text {
        font-size: 15px;
    }
    
    .trial-box {
        padding: 15px 20px;
    }
    
    .btn-final-cta {
        padding: 15px 30px;
        font-size: 15px;
    }
    
    .proof-text {
        font-size: 16px;
    }
    
    .client-logo {
        height: 35px;
    }
}

@media (max-width: 576px) {
    .section-final-cta {
        padding: 50px 0;
    }
    
    .section-final-cta .section-title {
        font-size: 24px;
    }
    
    .future-header h3 {
        font-size: 16px;
    }
    
    .future-icon {
        width: 24px;
        height: 24px;
    }
    
    .future-svg {
        width: 14px;
        height: 14px;
    }
    
    .future-text {
        font-size: 14px;
    }
    
    .trial-highlight {
        font-size: 12px;
    }
    
    .btn-final-cta {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .spots-counter {
        flex-direction: column;
        text-align: center;
    }
    
    .counter-icon {
        margin-right: 0;
        margin-bottom: 5px;
    }
    
    .counter-text {
        font-size: 13px;
    }
    
    .proof-text {
        font-size: 14px;
    }
    
    .logo-row {
        gap: 15px;
    }
    
    .client-logo {
        height: 30px;
    }
}