/* ===================================
   WHATSAPP CHANNEL PROMOTION STYLES
   =================================== */

:root {
    --whatsapp-green: #25D366;
    --whatsapp-dark: #128C7E;
    --whatsapp-light: #DCF8C6;
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 9998;
    animation: float-bounce 3s ease-in-out infinite;
}

.whatsapp-float-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, var(--whatsapp-green), var(--whatsapp-dark));
    color: white;
    padding: 14px 24px;
    border-radius: 50px;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
    text-decoration: none !important;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.whatsapp-float-btn:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.6);
    background: linear-gradient(135deg, var(--whatsapp-dark), var(--whatsapp-green));
}

.whatsapp-float-btn i {
    font-size: 1.75rem;
    animation: pulse-icon 2s ease-in-out infinite;
}

.whatsapp-float-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.whatsapp-float-text .main {
    font-size: 0.95rem;
    font-weight: 700;
}

.whatsapp-float-text .sub {
    font-size: 0.75rem;
    opacity: 0.9;
    font-weight: 400;
}

@keyframes float-bounce {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse-icon {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

/* WhatsApp Channel Hero Banner */
.whatsapp-hero-banner {
    background: linear-gradient(135deg, #128C7E 0%, #25D366 50%, #20B358 100%);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(37, 211, 102, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.whatsapp-hero-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.whatsapp-hero-banner::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite reverse;
}

.whatsapp-banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.whatsapp-banner-icon {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.whatsapp-banner-icon i {
    font-size: 3rem;
    color: var(--whatsapp-green);
}

.whatsapp-banner-text {
    flex: 1;
    color: white;
}

.whatsapp-banner-title {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.whatsapp-banner-subtitle {
    font-size: 1rem;
    opacity: 0.95;
    margin-bottom: 1.25rem;
    font-weight: 400;
}

.whatsapp-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.whatsapp-benefit {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.whatsapp-benefit i {
    font-size: 1.125rem;
}

.whatsapp-banner-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: white;
    color: var(--whatsapp-green);
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 800;
    font-size: 1.125rem;
    text-decoration: none !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.whatsapp-banner-cta:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    background: #f0f0f0;
}

.whatsapp-banner-cta i {
    font-size: 1.5rem;
}

/* WhatsApp Channel Card Section */
.whatsapp-channel-card {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.1) 0%, rgba(18, 140, 126, 0.1) 100%);
    border: 2px solid var(--whatsapp-green);
    border-radius: 16px;
    padding: 2rem;
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
}

.whatsapp-channel-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(37, 211, 102, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.whatsapp-card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.whatsapp-card-icon {
    width: 60px;
    height: 60px;
    background: var(--whatsapp-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
}

.whatsapp-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--whatsapp-dark);
    margin: 0;
}

.whatsapp-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.whatsapp-feature {
    display: flex;
    align-items: start;
    gap: 0.75rem;
    background: white;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.whatsapp-feature:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.2);
}

.whatsapp-feature i {
    color: var(--whatsapp-green);
    font-size: 1.5rem;
    flex-shrink: 0;
}

.whatsapp-feature-text {
    flex: 1;
}

.whatsapp-feature-title {
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.whatsapp-feature-desc {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.4;
}

/* Inline WhatsApp CTA */
.whatsapp-inline-cta {
    background: linear-gradient(135deg, var(--whatsapp-light) 0%, rgba(37, 211, 102, 0.15) 100%);
    border-left: 4px solid var(--whatsapp-green);
    padding: 1.5rem;
    border-radius: 12px;
    margin: 2rem 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.whatsapp-inline-icon {
    width: 50px;
    height: 50px;
    background: var(--whatsapp-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.75rem;
    flex-shrink: 0;
}

.whatsapp-inline-text {
    flex: 1;
}

.whatsapp-inline-title {
    font-weight: 700;
    color: var(--whatsapp-dark);
    margin-bottom: 0.25rem;
    font-size: 1.125rem;
}

.whatsapp-inline-desc {
    font-size: 0.875rem;
    color: #4b5563;
}

.whatsapp-inline-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--whatsapp-green);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.whatsapp-inline-btn:hover {
    background: var(--whatsapp-dark);
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 70px;
        right: 15px;
    }

    .whatsapp-float-btn {
        padding: 12px 16px;
        font-size: 0.875rem;
    }

    .whatsapp-float-text .main {
        font-size: 0.875rem;
    }

    .whatsapp-float-text .sub {
        display: none;
    }

    .whatsapp-hero-banner {
        padding: 1.5rem;
    }

    .whatsapp-banner-content {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .whatsapp-banner-icon {
        width: 70px;
        height: 70px;
    }

    .whatsapp-banner-icon i {
        font-size: 2.5rem;
    }

    .whatsapp-banner-title {
        font-size: 1.5rem;
    }

    .whatsapp-banner-subtitle {
        font-size: 0.9375rem;
    }

    .whatsapp-benefits {
        justify-content: center;
    }

    .whatsapp-benefit {
        font-size: 0.8125rem;
        padding: 0.4rem 0.875rem;
    }

    .whatsapp-banner-cta {
        padding: 0.875rem 1.75rem;
        font-size: 1rem;
    }

    .whatsapp-inline-cta {
        flex-direction: column;
        text-align: center;
    }

    .whatsapp-features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .whatsapp-float-btn {
        padding: 10px 14px;
        gap: 8px;
    }

    .whatsapp-float-btn i {
        font-size: 1.5rem;
    }

    .whatsapp-float-text .main {
        font-size: 0.8125rem;
    }

    .whatsapp-hero-banner {
        padding: 1.25rem;
    }

    .whatsapp-banner-title {
        font-size: 1.25rem;
    }

    .whatsapp-banner-subtitle {
        font-size: 0.875rem;
    }

    .whatsapp-banner-cta {
        width: 100%;
        justify-content: center;
        padding: 0.75rem 1.5rem;
        font-size: 0.9375rem;
    }
}

/* Pulse Animation for Attention */
@keyframes pulse-attention {

    0%,
    100% {
        box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
    }

    50% {
        box-shadow: 0 8px 32px rgba(37, 211, 102, 0.7);
    }
}

.whatsapp-pulse {
    animation: pulse-attention 2s ease-in-out infinite;
}