.elementor-26978 .elementor-element.elementor-element-c4b7dfa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26978 .elementor-element.elementor-element-2e1f48a{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6cacad3 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            line-height: 1.6;
            overflow-x: hidden;
            background: #0A1628;
        }

        /* Hero Success Section */
        .success-hero {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #0A1628 0%, #1A2F5A 50%, #0A1628 100%);
            position: relative;
            overflow: hidden;
            padding: 60px 10px;
        }

        .success-hero::before {
            content: '';
            position: absolute;
            width: 600px;
            height: 600px;
            background: #FF2D85;
            border-radius: 50%;
            filter: blur(150px);
            opacity: 0.2;
            top: -200px;
            right: -200px;
            animation: float 8s ease-in-out infinite;
        }

        .success-hero::after {
            content: '';
            position: absolute;
            width: 500px;
            height: 500px;
            background: #FF2D85;
            border-radius: 50%;
            filter: blur(120px);
            opacity: 0.15;
            bottom: -150px;
            left: -150px;
            animation: float 10s ease-in-out infinite 2s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) scale(1); }
            50% { transform: translateY(30px) scale(1.1); }
        }

        .success-container {
            max-width: 900px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .success-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            border: 2px solid rgba(255, 45, 133, 0.3);
            border-radius: 32px;
            padding: 60px 40px;
            text-align: center;
            box-shadow: 0 30px 80px rgba(255, 45, 133, 0.3);
            animation: slideUp 0.8s ease-out;
        }

        @keyframes slideUp {
            0% {
                opacity: 0;
                transform: translateY(50px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .success-icon {
            width: 120px;
            height: 120px;
            background: linear-gradient(135deg, #FF2D85, #FF6B9D);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 32px;
            animation: checkmark 0.8s ease-out 0.3s both;
            box-shadow: 0 20px 60px rgba(255, 45, 133, 0.5);
        }

        @keyframes checkmark {
            0% {
                transform: scale(0) rotate(-180deg);
                opacity: 0;
            }
            100% {
                transform: scale(1) rotate(0deg);
                opacity: 1;
            }
        }

        .success-icon svg {
            width: 60px;
            height: 60px;
            stroke: white;
            stroke-width: 3;
            stroke-linecap: round;
            stroke-linejoin: round;
            fill: none;
        }

        .confetti {
            font-size: 4rem;
            margin-bottom: 20px;
            animation: confettiFall 1s ease-out;
        }

        @keyframes confettiFall {
            0% {
                transform: translateY(-100px) rotate(0deg);
                opacity: 0;
            }
            100% {
                transform: translateY(0) rotate(360deg);
                opacity: 1;
            }
        }

        .success-title {
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 800;
            color: white;
            margin-bottom: 16px;
            line-height: 1.2;
        }

        .success-title .highlight {
            background: linear-gradient(135deg, #FF2D85, #FFB8D8);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .success-subtitle {
            font-size: clamp(1.1rem, 1.5vw, 1.4rem);
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 40px;
            line-height: 1.6;
        }

        .success-details {
            background: rgba(255, 45, 133, 0.1);
            border: 1px solid rgba(255, 45, 133, 0.3);
            border-radius: 20px;
            padding: 24px;
            margin-bottom: 40px;
            text-align: left;
        }

        .detail-item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            margin-bottom: 16px;
            color: white;
        }

        .detail-item:last-child {
            margin-bottom: 0;
        }

        .detail-icon {
            font-size: 1.5rem;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .detail-text {
            flex: 1;
        }

        .detail-text strong {
            color: #FFB8D8;
            display: block;
            margin-bottom: 4px;
        }

        /* WhatsApp Section */
        .whatsapp-section {
            background: linear-gradient(135deg, rgba(37, 211, 102, 0.15), rgba(37, 211, 102, 0.05));
            border: 2px solid rgba(37, 211, 102, 0.4);
            border-radius: 24px;
            padding: 40px 32px;
            margin-top: 40px;
            animation: pulse 2s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% {
                box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
            }
            50% {
                box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
            }
        }

        .whatsapp-title {
            font-size: clamp(1.5rem, 3vw, 2rem);
            font-weight: 700;
            color: white;
            margin-bottom: 12px;
        }

        .whatsapp-subtitle {
            font-size: 1.1rem;
            color: rgba(255, 255, 255, 0.85);
            margin-bottom: 32px;
        }

        .whatsapp-benefits {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 16px;
            margin-bottom: 32px;
        }

        .benefit-item {
            display: flex;
            align-items: center;
            gap: 10px;
            color: white;
            font-size: 0.95rem;
        }

        .benefit-icon {
            color: #25D366;
            font-size: 1.2rem;
        }

        .whatsapp-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            padding: 20px 48px;
            font-size: 1.2rem;
            font-weight: 700;
            text-decoration: none;
            border-radius: 50px;
            background: linear-gradient(135deg, #25D366, #128C7E);
            color: white;
            box-shadow: 0 15px 40px rgba(37, 211, 102, 0.4);
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            width: 100%;
            max-width: 400px;
        }

        .whatsapp-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(37, 211, 102, 0.6);
    background: linear-gradient(135deg, #34eb8f, #0c8f65);
    color: #fff;
}

.whatsapp-btn span {
    background: linear-gradient(135deg, #fff, #e0ffe9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
}

.whatsapp-btn:hover span {
    background: linear-gradient(135deg, #fff, #25D366);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


        .whatsapp-icon {
            width: 32px;
            height: 32px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .success-card {
                padding: 40px 24px;
            }

            .success-icon {
                width: 100px;
                height: 100px;
            }

            .whatsapp-section {
                padding: 32px 24px;
            }

            .whatsapp-btn {
                font-size: 1.1rem;
                padding: 18px 36px;
            }
        }

        @media (max-width: 480px) {
            .confetti {
                font-size: 3rem;
            }

            .whatsapp-benefits {
                grid-template-columns: 1fr;
            }

            .whatsapp-btn {
                font-size: 1rem;
                padding: 16px 32px;
            }
        }/* End custom CSS */