.wa-float-img-circle {
    width: 56px;
    height: 56px;
    bottom: 20px;
    left: 20px;
    border-radius: 100%;
    position: fixed;
    z-index: 99999;
    display: flex;
    transition: all .3s;
    align-items: center;
    justify-content: center;
    background: #25D366;
}

.wa-float-img-circle img {
    position: relative;
}

.wa-float-img-circle:before {
    position: absolute;
    content: '';
    background-color: #25D366;
    width: 70px;
    height: 70px;
    bottom: -7px;
    right: -7px;
    border-radius: 100%;
    animation: wa-float-circle-fill-anim 2.3s infinite ease-in-out;
    transform-origin: center;
    opacity: .2;
}

.wa-float-img-circle:hover {
    box-shadow: 0px 3px 16px #24af588a;
}

.wa-float-img-circle:focus {
    box-shadow: 0px 0 0 3px #25d36645;
}

.wa-float-img-circle:hover:before,
.wa-float-img-circle:focus:before {
    display: none;
}

@keyframes wa-float-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

.cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid #e0e0e0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    z-index: 10000;
    backdrop-filter: blur(5px);
}

.cookie-text {
    font-size: 11px;
    color: #666;
}

.cookie-link {
    color: #114aba;
    text-decoration: underline;
    margin-left: 5px;
}

#btn-accept-cookie {
    background-color: #114aba;
    color: #fff;
    font-size: 10px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

#btn-accept-cookie:hover {
    background-color: #0d3a91;
    transform: translateY(-1px);
}

@keyframes fade-in-up {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cookie-bar {
    animation: fade-in-up 0.6s ease-out;
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 13px;
}

.testimonial-section-3 .text-white {
    color: #ffffff !important;
}

.review-native-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.review-header-native {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.author-info-native {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-info-native h4 {
    font-size: 15px;
    color: #1a1a1a;
    margin: 0;
    font-weight: 700;
}

.author-info-native span {
    font-size: 12px;
    color: #70757a;
}

.google-icon-native {
    color: #4285F4;
    font-size: 18px;
}

.stars-row-native {
    color: #fbbc04;
    font-size: 14px;
    margin-bottom: 10px;
}

.review-body-native {
    font-size: 14px;
    color: #3c4043;
    line-height: 1.5;
    margin: 0;
    text-align: justify;
}

.native-review-pagination .swiper-pagination-bullet-active {
    background: #ffffff !important;
}

.google-summary-badge {
    background-color: #f8fafc;
    border-radius: 50px;
    padding: 12px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

.badge-logo-side {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #1e293b;
}

.badge-logo-side i {
    font-size: 20px;
    color: #4285F4 !important;
}

.badge-divider {
    width: 1px;
    height: 30px;
    background-color: #cbd5e1;
    margin: 0 20px;
}

.badge-info-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.badge-rating-row {
    display: flex;
    align-items: center;
    line-height: 1;
}

.rating-number {
    font-size: 18px;
    color: #0f172a;
}

.badge-total-reviews {
    font-size: 12px;
    color: #64748b;
    margin-top: 2px;
    font-weight: 500;
}

@media (max-width: 480px) {
    .google-summary-badge {
        border-radius: 16px;
        padding: 15px;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .badge-divider {
        display: none;
    }
    .badge-info-side {
        align-items: center;
    }
}

.exit-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(4px);
    z-index: 1000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.exit-modal-box {
    background: #ffffff;
    width: 100%;
    max-width: 520px;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: exitModalBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes exitModalBounce {
    0% { transform: scale(0.7); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.exit-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    color: #94a3b8;
    cursor: pointer;
    transition: color 0.2s;
}
.exit-modal-close:hover { color: #1e293b; }

.fomo-pulse-icon {
    width: 60px;
    height: 60px;
    background-color: #fee2e2;
    color: #ef4444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 15px auto;
}

.exit-modal-header h3 {
    font-size: 22px;
    color: #0f172a;
    font-weight: 800;
    margin-bottom: 10px;
}
.fomo-text {
    font-size: 14px;
    color: #475569;
    line-height: 1.5;
}
.text-highlight {
    display: block;
    margin-top: 5px;
    color: #114aba;
    font-weight: 700;
}

.exit-modal-body h5 {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin-top: 20px;
    margin-bottom: 12px;
    text-align: center;
}
.feedback-options-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 25px;
}
.btn-feedback-option {
    background-color: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    text-align: left;
    transition: all 0.2s ease;
    cursor: pointer;
}
.btn-feedback-option i {
    margin-right: 6px;
    color: #64748b;
}
.btn-feedback-option:hover {
    background-color: #f0fdf4;
    border-color: #22c55e;
    color: #15803d;
}
.btn-feedback-option:hover i { color: #22c55e; }

.btn-continue-checkout {
    background-color: #114aba;
    color: #ffffff !important;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    box-shadow: 0 4px 15px rgba(17, 74, 186, 0.3);
    transition: all 0.3s;
}
.btn-continue-checkout:hover {
    background-color: #1a365d;
    transform: translateY(-1px);
}

@media (max-width: 576px) {
    .feedback-options-grid { grid-template-columns: 1fr; }
}