:root {
    --bg-dark: #040814;
    --bg-card: #0b1126;
    --accent-blue: #00bef0;
    --accent-orange: #ff6b35;
    --text-muted: #8fa0dd;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-dark);
    color: #ffffff;
    overflow-x: hidden;
}

h1, h2, h3, .font-heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
}
 
.glow-gradient-left {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 190, 240, 0.12) 0%, rgba(4, 8, 20, 0) 70%);
    top: -100px;
    left: -150px;
    z-index: -1;
}

.glow-gradient-right {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 107, 53, 0.1) 0%, rgba(4, 8, 20, 0) 70%);
    top: 50px;
    right: -150px;
    z-index: -1;
}

/* Sticky Top Banner */
.top-banner {
    background: linear-gradient(90deg, #00bef0, #0072ff);
    color: #040814;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 9px 0;
    letter-spacing: 0.5px;
}

/* Modern Badge */
.promo-badge {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hero-section {
    padding: 60px 0 40px 0;
    position: relative;
}

.hero-title {
    font-size: 3.4rem;
    line-height: 1.15;
    letter-spacing: -1px;
}

.text-gradient-blue {
    background: linear-gradient(45deg, #00bef0, #0072ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.price-tag {
    font-size: 1.8rem;
    font-weight: 800;
    color: #ffffff;
}

/* Hero Glassmorphic Registration Box */
.hero-form-card {
    background: rgba(11, 17, 38, 0.85);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 190, 240, 0.25);
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 190, 240, 0.1);
    position: relative;
}

.form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 0.95rem;
}

    .form-control:focus {
        background: rgba(255, 255, 255, 0.08);
        border-color: var(--accent-blue);
        box-shadow: 0 0 0 0.25rem rgba(0, 190, 240, 0.2);
        color: #fff;
    }

    .form-control::placeholder {
        color: rgba(255, 255, 255, 0.4);
    }

/* Buttons */
.btn-primary-glow {
    background: linear-gradient(135deg, #ff6b35 0%, #ff4b0f 100%);
    border: none;
    color: white;
    font-weight: 700;
    padding: 16px 28px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 107, 53, 0.4);
    transition: all 0.3s ease;
    font-size: 1.05rem;
}

    .btn-primary-glow:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 28px rgba(255, 107, 53, 0.6);
        color: white;
    }

.btn-whatsapp {
    background: rgba(37, 211, 102, 0.1);
    border: 1px solid rgba(37, 211, 102, 0.3);
    color: #25D366;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

    .btn-whatsapp:hover {
        background: #25D366;
        color: #fff;
    }

/* Highlight Pills */
.highlight-pill {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 16px 20px;
}

/* Feature/Learning Cards */
.feature-card {
    background: var(--bg-card);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 36px 28px;
    transition: all 0.3s ease;
    height: 100%;
}

    .feature-card:hover {
        transform: translateY(-5px);
        border-color: rgba(0, 190, 240, 0.3);
        box-shadow: 0 20px 40px rgba(0, 190, 240, 0.05);
    }

.feature-icon-wrapper {
    width: 56px;
    height: 56px;
    background: rgba(0, 190, 240, 0.1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-blue);
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.showcase-img-wrapper {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

@@media (max-width: 991px) {
    .hero-title {
        font-size: 2.6rem;
    }

    .hero-section {
        padding: 40px 0 60px 0;
    }
}


 
.thank-you-box {
    background: rgba(11, 17, 38, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    padding: 50px 40px;
    box-shadow: 0 40px 80px rgba(0,0,0,0.5);
    max-width: 650px;
    width: 100%;
    margin: 40px auto;
    text-align: center;
    position: relative;
}

/* Success Icon Ring */
.success-icon-wrapper {
    width: 80px;
    height: 80px;
    background: rgba(0, 190, 240, 0.1);
    border: 2px solid rgba(0, 190, 240, 0.3);
    color: var(--accent-blue);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
    box-shadow: 0 0 30px rgba(0, 190, 240, 0.2);
}

.text-gradient-blue {
    background: linear-gradient(45deg, #00bef0, #0072ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Next Steps Items */
.step-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 20px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: border-color 0.3s ease;
}

    .step-item:hover {
        border-color: rgba(0, 190, 240, 0.2);
    }

.step-number {
    background: rgba(0, 190, 240, 0.15);
    color: var(--accent-blue);
    font-weight: 700;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.9rem;
    margin-top: 2px;
}

/* Premium WhatsApp Button */
.btn-whatsapp-group {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border: none;
    color: white;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.25);
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

    .btn-whatsapp-group:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
        color: white;
    }

@media (max-width: 576px) {
    .thank-you-box {
        padding: 35px 20px;
    }
}

