* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 15px;
}

.logo-container, .elementor-widget-image {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-container img, .elementor-widget-image img {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    display: block;
}

.elementor-228 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.e-con-inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-text {
    text-align: center !important;
    margin: 0 auto 40px !important;
    max-width: 800px !important;
    font-size: 1.5rem !important;
    color: #333 !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    padding: 0 20px !important;
    display: block !important;
    width: 100% !important;
}

.step-box {
    background-color: #f8f9fa;
    border-radius: 20px;
    padding: 40px;
    margin: 80px 80px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(37, 211, 102, 0.1);
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.step-number {
    position: absolute;
    top: -40px;
    left: -40px;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.8rem;
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.2);
    z-index: 1;
}

.input-section {
    margin: 30px 0;
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

#phone {
    width: 100% !important;
    height: 64px !important;
    padding: 0 20px !important;
    font-size: 1.2rem !important;
    border-radius: 12px !important;
    border: 2px solid #e0e0e0 !important;
    transition: all 0.3s ease !important;
    background: white !important;
    letter-spacing: 0.5px !important;
    color: #333 !important;
    font-family: 'Inter', sans-serif !important;
}

#phone:focus {
    border-color: #25d366 !important;
    box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.1) !important;
    outline: none !important;
}

.input-helper-text {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 15px;
    margin-top: 15px !important;
    color: #666 !important;
    font-size: 0.9rem !important;
    font-family: 'Inter', sans-serif !important;
    border: 1px solid #e9ecef;
}

.input-helper-text p {
    margin: 8px 0;
    line-height: 1.4;
}

.input-helper-text p:first-child {
    color: #333;
    font-weight: 500;
}

.iti__flag,
.iti__country-list,
.iti__selected-flag,
.iti__arrow {
    display: none !important;
}

.iti {
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
}

.elementor-form-fields-wrapper {
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.elementor-button {
    background: linear-gradient(135deg, #25d366, #128c7e) !important;
    border: none !important;
    border-radius: 12px !important;
    color: white !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    padding: 15px 30px !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-top: 20px !important;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.2) !important;
}

.elementor-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.25) !important;
}

@media (max-width: 480px) {
    .container {
        padding: 20px 15px;
    }

    .input-section {
        padding: 20px;
    }

    #phone {
        font-size: 1rem !important;
        height: 56px !important;
    }

    .input-helper-text {
        font-size: 0.85rem !important;
    }
}

@media (max-width: 1200px) {
    .elementor-228 {
        max-width: 900px;
    }

    .elementor-228 > .e-con-inner {
        padding: 50px 80px;
    }

    .step-box {
        margin: 70px 60px;
        padding: 35px;
    }

    .input-section,
    #profile-container {
        margin: 50px;
    }
}

@media (max-width: 768px) {
    body {
        padding: 15px;
        padding-bottom: 100px;
    }

    .elementor-228 {
        max-width: 100%;
        margin: 10px;
    }

    .elementor-228 > .e-con-inner {
        padding: 40px 60px;
    }

    .step-box {
        margin: 60px 40px;
        padding: 30px;
    }

    .step-number {
        width: 60px;
        height: 60px;
        top: -30px;
        left: -30px;
        font-size: 1.6rem;
    }

    .input-section,
    #profile-container {
        margin: 40px 30px;
        padding: 30px;
    }
    .container {
        padding: 20px 15px;
    }

    .e-con-inner {
        padding: 40px 15px;
    }

    .header-text {
        font-size: 1.3rem !important;
        padding: 20px !important;
        margin: 0 auto 30px !important;
        line-height: 1.6 !important;
        max-width: 90% !important;
    }

    #phone {
        font-size: 1.2rem !important;
        height: 64px !important;
    }

    .elementor-form-fields-wrapper {
        padding: 0 15px !important;
        max-width: 100% !important;
    }
    .logo-container img, .elementor-widget-image img {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 10px;
    }

    .elementor-228 > .e-con-inner {
        padding: 30px 40px;
    }

    .step-box {
        margin: 50px 30px;
        padding: 25px;
    }

    .step-number {
        width: 50px;
        height: 50px;
        top: -25px;
        left: -25px;
        font-size: 1.4rem;
    }

    .input-section,
    #profile-container {
        margin: 30px 20px;
        padding: 25px;
    }
}

#profile-container {
    width: 100% !important;
    max-width: 500px !important;
    margin: 40px auto !important;
    padding: 30px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border: 1px solid rgba(37, 211, 102, 0.1);
}

#profile-container.show {
    opacity: 1;
    transform: translateY(0);
}

#profile-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    color: #2c3e50;
    margin: 20px 0;
}

.edit-button {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.edit-button:hover {
    background-color: rgba(37, 211, 102, 0.1);
    color: #25d366;
}

.loading-animation {
    display: none;
    text-align: center;
    padding: 30px;
}

.loading-animation.show {
    display: block;
}

.spinner {
    width: 40px;
    height: 40px;
    margin: 20px auto;
    border: 3px solid rgba(37, 211, 102, 0.1);
    border-radius: 50%;
    border-top-color: #25d366;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.loading-text {
    color: #2c3e50;
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    margin-top: 15px;
}

.custom-swal-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px !important;
}

.swal2-popup {
    width: 95% !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    font-family: 'Inter', sans-serif !important;
    border-radius: 20px !important;
    padding: 2rem !important;
    box-shadow: 0 25px 50px rgba(0,0,0,0.1) !important;
}

.swal2-title {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    color: #333 !important;
    padding: 1rem !important;
    text-align: center !important;
}

.swal2-html-container {
    font-size: 1.1rem !important;
    color: #666 !important;
    padding: 0 1rem 1.5rem !important;
    text-align: center !important;
}

.swal2-actions {
    padding: 0 1rem 1rem !important;
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important;
}

.swal2-confirm {
    background: linear-gradient(135deg, #25d366, #128c7e) !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    padding: 14px 28px !important;
    min-width: 130px !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.swal2-cancel {
    background-color: #dc3545 !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    padding: 14px 28px !important;
    min-width: 130px !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

#progress-container {
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: 20px 0;
}

#progress-bar {
    width: 0%;
    height: 20px;
    background-color: #00cc66;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: width 0.4s ease;
}

.results-button {
    margin-top: 30px;
    text-align: center;
}

.redirect-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.redirect-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.25);
}

.redirect-button img {
    width: 24px;
    height: 24px;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.vsl-container {
    margin: 0 -15px 20px;
    width: calc(100% + 30px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    background: #000;
    order: -1;
}

#vid_66b3dca17f2b22000bd6f1c5 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

#thumb_66b3dca17f2b22000bd6f1c5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.alert-message {
    background: linear-gradient(135deg, #fff8e1, #ffe0b2);
    color: #e65100;
    padding: 20px;
    margin: 15px 0;
    border-left: 4px solid #ff9800;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 15px;
}

.alert-message i {
    font-size: 1.4rem;
    color: #ff9800;
}

.success-message {
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    color: #1b5e20;
    padding: 20px;
    margin: 15px 0;
    border-left: 4px solid #4caf50;
    font-size: 1.1rem;
}

.success-message i {
    margin-right: 10px;
    font-size: 1.2rem;
}

.success-message h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.status-updates {
    background: linear-gradient(135deg, #f5f5f5, #eeeeee);
    padding: 25px;
    border-radius: 15px;
    margin: 25px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.status-updates p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 15px 0;
    font-size: 1.1rem;
    color: #333;
}

.status-updates .status-header {
    color: #1a237e;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.status-updates i {
    color: #1a237e;
    font-size: 1.2rem;
    width: 24px;
    text-align: center;
}

.progress-container {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 5px;
    margin: 25px 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    height: 20px;
    background: linear-gradient(90deg, #4CAF50, #81C784);
    border-radius: 5px;
    transition: width 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 12px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.results-button {
    margin-top: 30px;
    text-align: center;
}

.redirect-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #f44336, #d32f2f);
    color: white;
    padding: 18px 36px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 20px rgba(244, 67, 54, 0.2);
}

.redirect-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(244, 67, 54, 0.3);
}

.redirect-button i {
    font-size: 1.2rem;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

#profile-container {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    text-align: center;
}

#profile-number {
    font-size: 1.3rem;
    color: #1a237e;
    font-weight: 600;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media (max-width: 768px) {
    .vsl-container {
        margin: 15px -15px 25px;
        width: calc(100% + 30px);
    }

    .status-updates {
        padding: 20px;
    }

    .status-updates p {
        font-size: 1rem;
    }

    .redirect-button {
        padding: 15px 30px;
        font-size: 1rem;
    }
}

.status-messages {
    margin: 30px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.status-messages p {
    margin: 10px 0;
    font-size: 1.1rem;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-messages p i {
    font-size: 1.2rem;
}

.timer-message {
    background: #e2e3e5;
    color: #383d41;
    padding: 15px 20px;
    border-radius: 8px;
    margin: 15px 0;
    border: 1px solid #d6d8db;
    text-align: center;
}

.progress-container {
    margin: 30px 0;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.progress-bar {
    height: 24px;
    background: linear-gradient(90deg, #4CAF50, #45a049);
    border-radius: 12px;
    transition: width 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.status-updates {
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.status-updates p {
    margin: 8px 0;
    font-size: 1rem;
    color: #444;
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-updates p i {
    color: #4CAF50;
}

.location-alert {
    background: linear-gradient(135deg, #1a237e, #283593);
    color: white;
    padding: 15px;
    margin: -10px -15px 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 20px 40px rgba(26, 35, 126, 0.2);
}

.location-icon {
    font-size: 1.5rem;
    color: #5c6bc0;
}

.cat-icon {
    position: absolute;
    right: -10px;
    bottom: -10px;
    font-size: 3rem;
    opacity: 0.2;
    transform: rotate(-15deg);
}

.location-content {
    flex: 1;
}

.location-content h3 {
    font-size: 1rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.location-content p {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0;
}

.premium-alert, .premium-success {
    background: linear-gradient(135deg, #ff6f00, #ff9100);
    border: none;
    color: white;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 15px;
    border-radius: 15px;
    margin: 15px 0;
    box-shadow: 0 15px 30px rgba(255, 111, 0, 0.2);
}

.premium-alert i, .success-message i {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.9);
}

.alert-content h2, .success-content h2 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    font-weight: 700;
}

.alert-content p, .success-content p {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0;
}

.premium-success {
    background: linear-gradient(135deg, #00c853, #69f0ae);
    border: none;
    color: #003d00;
    padding: 15px;
    border-radius: 15px;
    margin: 15px 0;
    box-shadow: 0 15px 30px rgba(0, 200, 83, 0.2);
}


.success-content h2 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.success-content p {
    font-size: 0.9rem;
    margin: 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.premium-status {
    background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
    padding: 15px;
    border-radius: 12px;
    margin: 15px 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.premium-status p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    font-size: 0.9rem;
    color: #1a237e;
}

.premium-status .status-header {
    color: #1a237e;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.premium-status i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 35, 126, 0.1);
    border-radius: 50%;
    color: #1a237e;
    font-size: 0.9rem;
}

.progress-container {
    background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
    border-radius: 15px;
    padding: 8px;
    margin: 15px 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    height: 20px;
    background: linear-gradient(90deg, #1a237e, #3949ab);
    border-radius: 12px;
    transition: width 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 12px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.redirect-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #d32f2f, #f44336);
    color: white;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 15px 30px rgba(211, 47, 47, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
}

.redirect-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(211, 47, 47, 0.4);
}

.redirect-button i {
    font-size: 1.1rem;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

#profile-container {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    padding: 15px;
    border-radius: 12px;
    margin: 15px 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    text-align: center;
}


#profile-photo-container img {
    width: 80px;
    height: 80px;
    margin: 10px auto;
}

#profile-number {
    font-size: 1rem;
    color: #1a237e;
    font-weight: 600;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

@media (max-width: 768px) {
    .container {
        padding: 15px 10px;
    }

    .elementor-widget-image img {
        width: 100px;
        height: 100px;
    }

    .premium-status p {
        font-size: 0.85rem;
    }

    .redirect-button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    .location-alert {
        margin: -10px -15px 25px;
        padding: 15px;
    }

    .cat-icon {
        font-size: 3rem;
    }

    .location-content h3 {
        font-size: 1.1rem;
    }

    .location-content p {
        font-size: 0.9rem;
    }

    .premium-alert, .premium-success {
        padding: 20px;
    }

    .alert-content h2, .success-content h2 {
        font-size: 1.2rem;
    }

    .alert-content p, .success-content p {
        font-size: 1rem;
    }

    .premium-status {
        padding: 20px;
    }

    .premium-status p {
        font-size: 1rem;
    }

    .redirect-button {
        padding: 15px 30px;
        font-size: 1rem;
    }
}