@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

/* --- app.blade.php --- */
*, *::before, *::after { box-sizing: border-box; }

        body {
            font-family: 'Plus Jakarta Sans', sans-serif !important;
            background-color: #f6f8fc !important;
            color: #2d3748;
            -webkit-user-select: none;
            user-select: none;
            margin: 0;
        }

        img, video, iframe {
            -webkit-user-drag: none;
            -webkit-touch-callout: none;
        }

        @media print { body { display: none !important; } }

        /* ─── Scrollbar ─── */
        ::-webkit-scrollbar { width: 7px; height: 7px; }
        ::-webkit-scrollbar-track { background: #f1f3f7; }
        ::-webkit-scrollbar-thumb { background: #cbd5e0; border-radius: 4px; }
        ::-webkit-scrollbar-thumb:hover { background: #a0aec0; }

        /* ═══════════════════════════════════════
           NAVBAR
        ════════════════════════════════════════ */
        .navbar-premium {
            background: rgba(9, 11, 24, 0.92) !important;
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border-bottom: 1px solid rgba(255,255,255,0.07);
            box-shadow: 0 4px 30px rgba(0,0,0,0.15);
            transition: all 0.3s ease;
            padding: 0.6rem 0;
            position: sticky;
            top: 0;
            z-index: 1030;
        }
        .navbar-premium .navbar-brand img { height: 42px; width: auto; object-fit: contain; }
        .navbar-premium .logo-fallback {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
        }
        .navbar-premium .logo-fallback .logo-icon {
            width: 40px; height: 40px;
            background: linear-gradient(135deg, #6366f1, #8b5cf6);
            border-radius: 10px;
            display: flex; align-items: center; justify-content: center;
            flex-shrink: 0;
        }
        .navbar-premium .logo-fallback .logo-text {
            font-size: 1rem;
            font-weight: 800;
            color: #fff;
            letter-spacing: -0.3px;
            line-height: 1.2;
        }
        .navbar-premium .logo-fallback .logo-sub {
            font-size: 0.65rem;
            color: #a5b4fc;
            font-weight: 500;
            display: block;
        }

        .nav-link-premium {
            color: rgba(255,255,255,0.72) !important;
            font-weight: 600;
            font-size: 0.88rem;
            padding: 8px 14px !important;
            border-radius: 8px;
            transition: all 0.2s ease;
            letter-spacing: 0.1px;
        }
        .nav-link-premium:hover {
            color: #fff !important;
            background: rgba(255,255,255,0.07);
        }
        .nav-link-premium.active {
            color: #a5b4fc !important;
            background: rgba(99,102,241,0.15);
        }

        /* Search bar */
        .nav-search {
            position: relative;
        }
        .nav-search input {
            background: rgba(255,255,255,0.07);
            border: 1.5px solid rgba(255,255,255,0.1);
            border-radius: 50px;
            color: #fff;
            padding: 6px 16px 6px 38px;
            font-size: 0.83rem;
            width: 200px;
            transition: all 0.3s ease;
            outline: none;
        }
        .nav-search input::placeholder { color: rgba(255,255,255,0.35); }
        .nav-search input:focus {
            width: 250px;
            border-color: rgba(99,102,241,0.5);
            background: rgba(255,255,255,0.1);
            box-shadow: 0 0 0 3px rgba(99,102,241,0.12);
        }
        .nav-search .search-icon {
            position: absolute;
            left: 13px;
            top: 50%;
            transform: translateY(-50%);
            color: rgba(255,255,255,0.35);
            font-size: 0.9rem;
            pointer-events: none;
        }

        /* Courses badge button */
        .btn-nav-courses {
            background: linear-gradient(135deg, #6366f1, #8b5cf6);
            border: none;
            color: #fff !important;
            font-weight: 700;
            font-size: 0.83rem;
            padding: 7px 18px;
            border-radius: 50px;
            transition: all 0.25s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            box-shadow: 0 4px 12px rgba(99,102,241,0.3);
        }
        .btn-nav-courses:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(99,102,241,0.45);
            color: #fff !important;
        }

        /* Auth buttons */
        .btn-nav-login {
            color: rgba(255,255,255,0.8) !important;
            border: 1.5px solid rgba(255,255,255,0.18);
            border-radius: 8px;
            font-weight: 600;
            font-size: 0.85rem;
            padding: 7px 18px;
            transition: all 0.25s ease;
            text-decoration: none;
            display: inline-block;
        }
        .btn-nav-login:hover {
            color: #fff !important;
            border-color: rgba(255,255,255,0.4);
            background: rgba(255,255,255,0.05);
        }
        .btn-nav-register {
            background: linear-gradient(135deg, #6366f1, #8b5cf6);
            border: none;
            color: #fff !important;
            border-radius: 8px;
            font-weight: 700;
            font-size: 0.85rem;
            padding: 7px 20px;
            transition: all 0.25s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 12px rgba(99,102,241,0.3);
        }
        .btn-nav-register:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 18px rgba(99,102,241,0.4);
            color: #fff !important;
        }

        /* Notification / dropdown dark */
        .dropdown-menu-dark-custom {
            background: #1a1d2e;
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 14px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.4);
            overflow: hidden;
        }
        .dropdown-menu-dark-custom .dropdown-item {
            color: rgba(255,255,255,0.7);
            font-size: 0.88rem;
            font-weight: 500;
            padding: 9px 16px;
            transition: all 0.2s;
        }
        .dropdown-menu-dark-custom .dropdown-item:hover {
            background: rgba(99,102,241,0.12);
            color: #fff;
        }
        .dropdown-menu-dark-custom .dropdown-divider { border-color: rgba(255,255,255,0.08); }
        .dropdown-menu-dark-custom .dropdown-item.text-danger { color: #f87171 !important; }
        .dropdown-menu-dark-custom .dropdown-item.text-danger:hover { background: rgba(239,68,68,0.1); }

        /* User badge */
        .user-badge {
            display: flex;
            align-items: center;
            gap: 8px;
            background: rgba(255,255,255,0.06);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 50px;
            padding: 4px 14px 4px 4px;
            cursor: pointer;
            transition: all 0.2s;
            text-decoration: none;
        }
        .user-badge:hover { background: rgba(255,255,255,0.1); }
        .user-badge .user-avatar {
            width: 32px; height: 32px;
            border-radius: 50%;
            background: linear-gradient(135deg, #6366f1, #8b5cf6);
            display: flex; align-items: center; justify-content: center;
            font-weight: 800; font-size: 0.8rem; color: #fff;
            flex-shrink: 0;
        }
        .user-badge .user-name { font-size: 0.82rem; font-weight: 700; color: #fff; }
        .user-badge .dropdown-toggle::after { border-top-color: rgba(255,255,255,0.5); margin-left: 4px; }

        /* Navbar toggler */
        .navbar-premium .navbar-toggler {
            border: 1px solid rgba(255,255,255,0.15);
            border-radius: 8px;
            padding: 6px 10px;
        }
        .navbar-premium .navbar-toggler-icon { filter: invert(1); }

        /* Cart badge */
        .cart-badge {
            position: absolute;
            top: 0; right: 0;
            transform: translate(50%, -30%);
            background: #ef4444;
            color: #fff;
            border-radius: 50px;
            font-size: 0.58rem;
            font-weight: 700;
            padding: 1px 5px;
            line-height: 1.4;
        }

        /* ═══════════════════════════════════════
           EXISTING UTILITY CLASSES (kept for compatibility)
        ════════════════════════════════════════ */
        .btn-teal {
            background: linear-gradient(135deg, var(--primary, #6366f1) 0%, #3b82f6 100%) !important;
            border: none !important; color: white !important;
            font-weight: 600 !important; padding: 8px 22px !important;
            border-radius: 8px !important;
            box-shadow: 0 4px 12px rgba(99,102,241,0.2);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        }
        .btn-teal:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(99,102,241,0.35); opacity: 0.95; }

        .btn-orange {
            background: linear-gradient(135deg, var(--secondary, #8b5cf6) 0%, #4b5563 100%) !important;
            border: none !important; color: white !important;
            font-weight: 600 !important; padding: 8px 22px !important;
            border-radius: 8px !important;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        }
        .btn-orange:hover { transform: translateY(-2px); opacity: 0.95; }

        .glass-card {
            background: rgba(255,255,255,0.85);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.7);
            border-radius: 16px;
            box-shadow: 0 8px 32px rgba(31,38,135,0.03);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .glass-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(31,38,135,0.07); }

        .shadow-premium {
            box-shadow: 0 10px 30px -5px rgba(0,0,0,0.05), 0 5px 15px -5px rgba(0,0,0,0.02) !important;
        }
        .text-primary { color: var(--primary, #6366f1) !important; }

        /* ═══════════════════════════════════════
           FOOTER
        ════════════════════════════════════════ */
        .footer-premium {
            background: linear-gradient(180deg, #090b18 0%, #0d1022 100%);
            border-top: 1px solid rgba(255,255,255,0.05);
            color: #94a3b8;
            padding: 70px 0 0;
            margin-top: auto;
        }

        /* Top gradient accent */
        .footer-premium::before {
            content: '';
            display: block;
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(99,102,241,0.6), transparent);
        }

        .footer-brand-text {
            font-size: 1.1rem;
            font-weight: 800;
            color: #fff;
            line-height: 1.2;
        }
        .footer-brand-sub { font-size: 0.75rem; color: #6366f1; font-weight: 600; letter-spacing: 0.5px; }

        .footer-desc {
            font-size: 0.87rem;
            color: #64748b;
            line-height: 1.75;
            margin: 1rem 0 1.5rem;
        }

        .footer-heading {
            font-size: 0.78rem;
            font-weight: 700;
            color: rgba(255,255,255,0.5);
            text-transform: uppercase;
            letter-spacing: 1.2px;
            margin-bottom: 1.25rem;
        }

        .footer-links { list-style: none; padding: 0; margin: 0; }
        .footer-links li { margin-bottom: 0.65rem; }
        .footer-links a {
            color: #64748b;
            font-size: 0.88rem;
            font-weight: 500;
            text-decoration: none;
            transition: color 0.2s, padding-left 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .footer-links a:hover { color: #a5b4fc; padding-left: 4px; }
        .footer-links a i { font-size: 0.7rem; opacity: 0; transition: opacity 0.2s; }
        .footer-links a:hover i { opacity: 1; }

        .footer-contact-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 1rem;
        }
        .footer-contact-item .ci-icon {
            width: 34px; height: 34px;
            border-radius: 9px;
            background: rgba(99,102,241,0.12);
            border: 1px solid rgba(99,102,241,0.2);
            display: flex; align-items: center; justify-content: center;
            color: #818cf8;
            font-size: 0.9rem;
            flex-shrink: 0;
        }
        .footer-contact-item .ci-text {
            font-size: 0.83rem;
            color: #64748b;
            line-height: 1.5;
        }
        .footer-contact-item .ci-text strong { color: #94a3b8; display: block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }

        /* Social icons */
        .footer-socials { display: flex; gap: 10px; }
        .social-btn {
            width: 36px; height: 36px;
            border-radius: 9px;
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.08);
            display: flex; align-items: center; justify-content: center;
            color: #64748b;
            font-size: 0.95rem;
            text-decoration: none;
            transition: all 0.25s ease;
        }
        .social-btn:hover { background: rgba(99,102,241,0.15); border-color: rgba(99,102,241,0.3); color: #a5b4fc; transform: translateY(-3px); }

        /* Newsletter */
        .footer-newsletter {
            background: rgba(99,102,241,0.08);
            border: 1px solid rgba(99,102,241,0.15);
            border-radius: 14px;
            padding: 1.25rem 1.5rem;
            display: flex;
            align-items: center;
            gap: 1rem;
            flex-wrap: wrap;
        }
        .footer-newsletter p { font-size: 0.88rem; color: #94a3b8; margin: 0; }
        .footer-newsletter strong { color: #c7d2fe; }
        .newsletter-form { display: flex; gap: 8px; flex: 1; min-width: 200px; }
        .newsletter-form input {
            flex: 1;
            background: rgba(255,255,255,0.05);
            border: 1.5px solid rgba(255,255,255,0.08);
            border-radius: 9px;
            color: #fff;
            font-size: 0.85rem;
            padding: 8px 14px;
            outline: none;
            transition: border-color 0.2s;
        }
        .newsletter-form input::placeholder { color: rgba(255,255,255,0.3); }
        .newsletter-form input:focus { border-color: rgba(99,102,241,0.5); }
        .newsletter-form button {
            background: linear-gradient(135deg, #6366f1, #8b5cf6);
            border: none;
            color: #fff;
            font-size: 0.83rem;
            font-weight: 700;
            border-radius: 9px;
            padding: 8px 18px;
            cursor: pointer;
            white-space: nowrap;
            transition: opacity 0.2s;
        }
        .newsletter-form button:hover { opacity: 0.9; }

        /* Footer bottom bar */
        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.05);
            padding: 1.25rem 0;
            margin-top: 3rem;
        }
        .footer-bottom p { font-size: 0.8rem; color: #334155; margin: 0; }
        .footer-bottom a { color: #475569; text-decoration: none; font-size: 0.8rem; }
        .footer-bottom a:hover { color: #818cf8; }

        /* Notification list in dark dropdown */
        .notif-item {
            padding: 12px 16px;
            border-bottom: 1px solid rgba(255,255,255,0.05);
            cursor: pointer;
            transition: background 0.2s;
        }
        .notif-item:hover { background: rgba(255,255,255,0.04); }
        .notif-item:last-child { border-bottom: none; }
        .notif-msg { font-size: 0.82rem; color: rgba(255,255,255,0.75); font-weight: 500; }
        .notif-time { font-size: 0.72rem; color: #475569; margin-top: 2px; }
    
/* --- welcome.blade.php --- */

    /* ── Hero ── */
    .lp-hero {
        position: relative;
        background: linear-gradient(160deg, #060810 0%, #0f1129 40%, #160e2e 100%);
        overflow: hidden;
        padding-top: 0;
    }

    .hero-blob {
        position: absolute;
        border-radius: 50%;
        filter: blur(100px);
        pointer-events: none;
        animation: blobPulse 10s ease-in-out infinite;
    }

    .blob-a {
        width: 550px;
        height: 550px;
        background: radial-gradient(circle, #4f46e5, #6366f1);
        opacity: 0.18;
        top: -180px;
        left: -100px;
        animation-delay: 0s;
    }

    .blob-b {
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, #7c3aed, #8b5cf6);
        opacity: 0.14;
        bottom: -100px;
        right: -60px;
        animation-delay: 3s;
    }

    .blob-c {
        width: 250px;
        height: 250px;
        background: radial-gradient(circle, #0891b2, #06b6d4);
        opacity: 0.12;
        top: 40%;
        left: 55%;
        animation-delay: 6s;
    }

    @keyframes blobPulse {

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

        50% {
            transform: scale(1.08) rotate(3deg);
        }
    }

    .hero-badge {
        display: inline-flex;
        align-items: center;
        background: rgba(99, 102, 241, 0.12);
        border: 1px solid rgba(99, 102, 241, 0.25);
        border-radius: 50px;
        padding: 6px 18px;
        font-size: 0.82rem;
        font-weight: 600;
        color: #a5b4fc;
    }

    .hero-title {
        font-size: clamp(2.2rem, 5vw, 3.6rem);
        font-weight: 800;
        line-height: 1.12;
        color: #f1f5f9;
        letter-spacing: -1px;
    }

    .hero-gradient-text {
        background: linear-gradient(90deg, #818cf8, #c084fc, #f472b6);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .hero-desc {
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.55);
        line-height: 1.8;
        max-width: 480px;
    }

    .hero-callout {
        font-size: 0.95rem;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.75);
    }

    .btn-hero-primary {
        display: inline-flex;
        align-items: center;
        background: linear-gradient(135deg, #6366f1, #8b5cf6);
        color: #fff !important;
        text-decoration: none;
        font-weight: 700;
        font-size: 0.97rem;
        padding: 13px 28px;
        border-radius: 12px;
        box-shadow: 0 8px 24px rgba(99, 102, 241, 0.35);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .btn-hero-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 32px rgba(99, 102, 241, 0.5);
    }

    .btn-hero-secondary {
        display: inline-flex;
        align-items: center;
        background: rgba(255, 255, 255, 0.07);
        border: 1.5px solid rgba(255, 255, 255, 0.15);
        color: rgba(255, 255, 255, 0.85) !important;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.97rem;
        padding: 12px 28px;
        border-radius: 12px;
        transition: all 0.3s ease;
    }

    .btn-hero-secondary:hover {
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0.3);
        color: #fff !important;
    }

    /* Trust row */
    .hero-trust {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .trust-avatars {
        display: flex;
    }

    .trust-av {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 2px solid #0f1129;
        margin-right: -8px;
    }

    .trust-text {
        font-size: 0.84rem;
        color: rgba(255, 255, 255, 0.5);
        font-weight: 500;
        padding-left: 16px;
    }

    .trust-text strong {
        color: rgba(255, 255, 255, 0.8);
    }

    /* Hero illustration */
    .hero-illus-wrap {
        width: 420px;
        height: 420px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
    }

    .hero-illus-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-illus-placeholder {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* Floating cards */
    .hero-float-card {
        position: absolute;
        background: rgba(15, 17, 35, 0.85);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 14px;
        padding: 12px 16px;
        display: flex;
        align-items: center;
        gap: 12px;
        z-index: 3;
    }

    .fcard-1 {
        top: 8%;
        left: -10%;
        animation: floatCard 5s ease-in-out infinite;
    }

    .fcard-2 {
        bottom: 22%;
        right: -8%;
        animation: floatCard 6s ease-in-out infinite 1.5s;
    }

    .fcard-3 {
        bottom: 5%;
        left: 0%;
        animation: floatCard 7s ease-in-out infinite 3s;
    }

    @keyframes floatCard {

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

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

    .fcard-icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        flex-shrink: 0;
    }

    .fcard-title {
        font-size: 0.82rem;
        font-weight: 700;
        color: #f1f5f9;
    }

    .fcard-sub {
        font-size: 0.72rem;
        color: #64748b;
    }

    /* ── Stats ── */
    .lp-stats {
        background: #0d1117;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding: 3rem 0;
    }

    .stats-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 16px;
        overflow: hidden;
    }

    .stat-block {
        background: #0d1117;
        padding: 2rem 1.5rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        transition: background 0.2s;
    }

    .stat-block:hover {
        background: rgba(99, 102, 241, 0.05);
    }

    .stat-icon-wrap {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        border: 1px solid;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
    }

    .stat-num {
        font-size: 1.8rem;
        font-weight: 800;
        color: #f1f5f9;
        line-height: 1;
    }

    .stat-label {
        font-size: 0.82rem;
        color: #64748b;
        font-weight: 500;
    }

    @media (max-width: 768px) {
        .stats-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 480px) {
        .stats-grid {
            grid-template-columns: 1fr;
        }
    }

    /* ── Shared section styles ── */
    .section-badge {
        display: inline-block;
        background: rgba(99, 102, 241, 0.1);
        border: 1px solid rgba(99, 102, 241, 0.2);
        color: #818cf8;
        font-size: 0.75rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 5px 16px;
        border-radius: 50px;
        margin-bottom: 1rem;
    }

    .section-title {
        font-size: clamp(1.6rem, 3vw, 2.4rem);
        font-weight: 800;
        color: #f1f5f9;
        line-height: 1.2;
        margin-bottom: 0.75rem;
    }

    .section-sub {
        font-size: 0.95rem;
        color: #64748b;
        line-height: 1.75;
        max-width: 540px;
        margin: 0 auto;
    }

    /* ── Aspirants ── */
    .lp-aspirants {
        background: #090b18;
        padding: 80px 0;
    }

    .asp-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    @media (max-width: 992px) {
        .asp-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

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

    .asp-card {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 16px;
        padding: 1.25rem 1.5rem;
        transition: all 0.25s ease;
    }

    .asp-card:hover {
        background: rgba(255, 255, 255, 0.06);
        border-color: rgba(99, 102, 241, 0.2);
        transform: translateY(-3px);
    }

    .asp-icon {
        width: 46px;
        height: 46px;
        border-radius: 12px;
        border: 1px solid;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .asp-title {
        font-size: 0.9rem;
        font-weight: 700;
        color: #e2e8f0;
        margin-bottom: 5px;
    }

    .asp-desc {
        font-size: 0.8rem;
        color: #64748b;
        line-height: 1.6;
        margin: 0;
    }

    /* ── Courses ── */
    .lp-courses {
        background: #0d1117;
        padding: 80px 0;
    }

    .btn-see-all {
        display: inline-flex;
        align-items: center;
        color: #818cf8;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.9rem;
        border: 1.5px solid rgba(99, 102, 241, 0.3);
        border-radius: 8px;
        padding: 9px 20px;
        transition: all 0.25s;
    }

    .btn-see-all:hover {
        background: rgba(99, 102, 241, 0.08);
        color: #c7d2fe;
    }

    .course-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }

    @media (max-width: 992px) {
        .course-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

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

    .course-card {
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 18px;
        overflow: hidden;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        transition: all 0.3s ease;
    }

    .course-card:hover {
        border-color: rgba(99, 102, 241, 0.3);
        background: rgba(99, 102, 241, 0.04);
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

    .cc-thumb {
        position: relative;
        height: 170px;
        overflow: hidden;
        background: linear-gradient(135deg, #1e1b4b, #312e81);
    }

    .cc-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .course-card:hover .cc-thumb img {
        transform: scale(1.05);
    }

    .cc-thumb-placeholder {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3rem;
        color: rgba(99, 102, 241, 0.3);
    }

    .cc-badge {
        position: absolute;
        bottom: 10px;
        left: 10px;
        background: rgba(0, 0, 0, 0.65);
        backdrop-filter: blur(6px);
        color: #c7d2fe;
        font-size: 0.72rem;
        font-weight: 600;
        padding: 3px 10px;
        border-radius: 50px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .cc-body {
        padding: 1.1rem 1.25rem;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .cc-title {
        font-size: 0.95rem;
        font-weight: 700;
        color: #e2e8f0;
        margin-bottom: 6px;
        line-height: 1.4;
    }

    .cc-desc {
        font-size: 0.8rem;
        color: #64748b;
        line-height: 1.55;
        flex: 1;
        margin-bottom: 10px;
    }

    .cc-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .cc-rating {
        font-size: 0.82rem;
        color: #94a3b8;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .cc-price {
        font-size: 0.9rem;
        font-weight: 800;
        color: #c7d2fe;
    }

    /* ── Testimonials ── */
    .lp-testimonials {
        background: #090b18;
        padding: 80px 0;
    }

    .testi-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }

    @media (max-width: 992px) {
        .testi-grid {
            grid-template-columns: 1fr;
        }
    }

    .testi-card {
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 18px;
        padding: 1.75rem;
        transition: all 0.3s;
    }

    .testi-card:hover {
        border-color: rgba(99, 102, 241, 0.25);
        background: rgba(99, 102, 241, 0.04);
        transform: translateY(-4px);
    }

    .testi-text {
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.65);
        line-height: 1.75;
        font-style: italic;
        flex: 1;
        margin-bottom: 1.25rem;
    }

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

    .testi-av {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        font-weight: 800;
        color: #fff;
        flex-shrink: 0;
    }

    .testi-name {
        font-size: 0.88rem;
        font-weight: 700;
        color: #e2e8f0;
    }

    .testi-role {
        font-size: 0.75rem;
        color: #64748b;
    }

    /* ── Infographic ── */
    .lp-infographic {
        background: #0d1117;
        padding: 60px 0;
    }

    .infog-card {
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 18px;
        padding: 1rem;
        overflow: hidden;
    }

    /* ── FAQ ── */
    .lp-faq {
        background: #090b18;
        padding: 80px 0;
    }

    .faq-item {
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 14px;
        margin-bottom: 0.75rem;
        overflow: hidden;
        transition: border-color 0.2s;
    }

    .faq-item.open,
    .faq-item:hover {
        border-color: rgba(99, 102, 241, 0.25);
    }

    .faq-question {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: none;
        border: none;
        padding: 1rem 1.25rem;
        color: #e2e8f0;
        font-size: 0.9rem;
        font-weight: 600;
        cursor: pointer;
        text-align: left;
        gap: 12px;
    }

    .faq-question:hover {
        color: #c7d2fe;
    }

    .faq-icon {
        font-size: 1.1rem;
        color: #6366f1;
        flex-shrink: 0;
        transition: transform 0.3s;
    }

    .faq-item.open .faq-icon {
        transform: rotate(45deg);
    }

    .faq-answer {
        padding: 0 1.25rem 1.1rem;
    }

    .faq-answer p {
        font-size: 0.85rem;
        color: #64748b;
        line-height: 1.75;
        margin: 0;
    }

    /* FAQ CTA card */
    .faq-cta-card {
        position: relative;
        background: linear-gradient(135deg, #0f1129, #1e1b4b);
        border: 1px solid rgba(99, 102, 241, 0.2);
        border-radius: 24px;
        overflow: hidden;
    }

    .faq-cta-glow {
        position: absolute;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(99, 102, 241, 0.25), transparent);
        top: -80px;
        right: -80px;
        pointer-events: none;
    }

    .faq-cta-inner {
        position: relative;
        z-index: 2;
        padding: 2.5rem;
    }

    .faq-cta-icon {
        width: 64px;
        height: 64px;
        background: linear-gradient(135deg, #6366f1, #8b5cf6);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.75rem;
        color: #fff;
        margin-bottom: 1.5rem;
        box-shadow: 0 8px 24px rgba(99, 102, 241, 0.35);
    }

    .faq-cta-inner h3 {
        font-size: 1.5rem;
        font-weight: 800;
        color: #f1f5f9;
        margin-bottom: 0.75rem;
    }

    .faq-cta-inner p {
        font-size: 0.9rem;
        color: #64748b;
        margin-bottom: 1.5rem;
        line-height: 1.7;
    }

    .faq-cta-trust {
        font-size: 0.8rem;
        color: #475569;
        display: flex;
        align-items: center;
    }

/* --- home.blade.php --- */

    .dashboard-stat-card {
        border: 1px solid rgba(0, 0, 0, 0.02) !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .dashboard-stat-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.04) !important;
    }
    .tab-pill-premium {
        color: #64748b !important;
        background-color: transparent !important;
        border: 1px solid transparent !important;
        transition: all 0.3s ease;
    }
    .tab-pill-premium.active {
        color: #4f46e5 !important;
        background-color: rgba(79, 70, 229, 0.08) !important;
        border-color: rgba(79, 70, 229, 0.15) !important;
    }
    .tab-pill-premium:hover:not(.active) {
        color: #3b82f6 !important;
        background-color: #f8fafc !important;
    }
    .course-card-premium {
        border: 1px solid rgba(0, 0, 0, 0.04) !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .course-card-premium:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 35px rgba(0,0,0,0.06) !important;
        border-color: rgba(79, 70, 229, 0.15) !important;
    }
    .bg-success-soft {
        background-color: rgba(16, 185, 129, 0.1);
    }
    .bg-warning-soft {
        background-color: rgba(245, 158, 11, 0.1);
    }
    .form-input-premium {
        border-radius: 8px;
        border: 1.5px solid #e2e8f0;
        padding: 10px 14px;
        transition: all 0.2s ease;
    }
    .form-input-premium:focus {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
    }

/* --- auth/login.blade.php --- */

    body {
        background: #0a0e1a !important;
    }

    .auth-page {
        min-height: 100vh;
        display: flex;
        align-items: stretch;
        background: #0a0e1a;
        overflow: hidden;
    }

    /* ─── Left Panel ─── */
    .auth-panel-left {
        flex: 0 0 52%;
        position: relative;
        background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 40%, #312e81 100%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 3rem;
        overflow: hidden;
    }

    /* Animated blobs */
    .blob {
        position: absolute;
        border-radius: 50%;
        filter: blur(80px);
        opacity: 0.55;
        animation: blobFloat 8s ease-in-out infinite;
    }

    .blob-1 {
        width: 420px;
        height: 420px;
        background: radial-gradient(circle, #6366f1, #4f46e5);
        top: -100px;
        left: -80px;
        animation-delay: 0s;
    }

    .blob-2 {
        width: 320px;
        height: 320px;
        background: radial-gradient(circle, #8b5cf6, #7c3aed);
        bottom: -80px;
        right: -60px;
        animation-delay: 3s;
    }

    .blob-3 {
        width: 200px;
        height: 200px;
        background: radial-gradient(circle, #06b6d4, #0891b2);
        top: 50%;
        left: 40%;
        animation-delay: 1.5s;
    }

    @keyframes blobFloat {

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

        50% {
            transform: translateY(-30px) scale(1.05);
        }
    }

    .auth-panel-left .panel-inner {
        position: relative;
        z-index: 2;
        text-align: center;
        max-width: 440px;
    }

    .panel-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 50px;
        padding: 6px 18px;
        font-size: 0.82rem;
        font-weight: 600;
        color: #c7d2fe;
        letter-spacing: 0.5px;
        margin-bottom: 2rem;
    }

    .panel-badge i {
        color: #818cf8;
    }

    .panel-headline {
        font-size: clamp(2rem, 4vw, 3rem);
        font-weight: 800;
        line-height: 1.15;
        color: #fff;
        margin-bottom: 1.25rem;
    }

    .panel-headline span {
        background: linear-gradient(90deg, #818cf8, #c084fc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .panel-sub {
        font-size: 1.05rem;
        color: #a5b4fc;
        line-height: 1.7;
        margin-bottom: 2.5rem;
    }

    /* Floating stats */
    .stats-row {
        display: flex;
        gap: 1rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    .stat-pill {
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 14px;
        padding: 14px 22px;
        text-align: center;
        transition: transform 0.3s ease;
    }

    .stat-pill:hover {
        transform: translateY(-4px);
    }

    .stat-pill .stat-num {
        font-size: 1.5rem;
        font-weight: 800;
        color: #fff;
        display: block;
    }

    .stat-pill .stat-label {
        font-size: 0.75rem;
        color: #a5b4fc;
        font-weight: 500;
    }

    /* Floating cards */
    .floating-card {
        position: absolute;
        background: rgba(255, 255, 255, 0.07);
        backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 16px;
        padding: 14px 20px;
        display: flex;
        align-items: center;
        gap: 12px;
        z-index: 3;
        animation: floatCard 6s ease-in-out infinite;
    }

    .floating-card.fc-top {
        top: 10%;
        left: 5%;
        animation-delay: 0s;
    }

    .floating-card.fc-bottom {
        bottom: 12%;
        right: 3%;
        animation-delay: 2s;
    }

    @keyframes floatCard {

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

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

    .fc-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
    }

    .fc-text .fc-title {
        font-size: 0.8rem;
        font-weight: 700;
        color: #fff;
    }

    .fc-text .fc-sub {
        font-size: 0.7rem;
        color: #a5b4fc;
    }

    /* ─── Right Panel (Form) ─── */
    .auth-panel-right {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3rem 2rem;
        background: #0d1117;
        overflow-y: auto;
    }

    .auth-form-box {
        width: 100%;
        max-width: 460px;
    }

    .auth-logo {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 2.5rem;
    }

    .auth-logo img {
        height: 38px;
        object-fit: contain;
    }

    .auth-logo .logo-text {
        font-size: 1.15rem;
        font-weight: 800;
        color: #fff;
        letter-spacing: -0.3px;
    }

    .auth-heading {
        font-size: 1.85rem;
        font-weight: 800;
        color: #f1f5f9;
        margin-bottom: 0.4rem;
    }

    .auth-subheading {
        font-size: 0.92rem;
        color: #64748b;
        margin-bottom: 2rem;
    }

    .auth-subheading a {
        color: #818cf8;
        font-weight: 600;
        text-decoration: none;
    }

    .auth-subheading a:hover {
        text-decoration: underline;
    }

    /* Form fields */
    .form-floating-custom {
        position: relative;
        margin-bottom: 1.25rem;
    }

    .form-floating-custom label {
        position: absolute;
        top: 50%;
        left: 48px;
        transform: translateY(-50%);
        font-size: 0.88rem;
        color: #64748b;
        font-weight: 500;
        transition: all 0.2s ease;
        pointer-events: none;
        z-index: 5;
    }

    .form-floating-custom input:focus~label,
    .form-floating-custom input:not(:placeholder-shown)~label {
        top: 14px;
        font-size: 0.72rem;
        color: #818cf8;
        letter-spacing: 0.3px;
    }

    .field-icon {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #475569;
        font-size: 1rem;
        z-index: 5;
        transition: color 0.2s;
    }

    .form-floating-custom input:focus~.field-icon {
        color: #818cf8;
    }

    .auth-input {
        width: 100%;
        padding: 22px 48px 10px 48px;
        background: rgba(255, 255, 255, 0.04);
        border: 1.5px solid rgba(255, 255, 255, 0.08);
        border-radius: 12px;
        color: #f1f5f9;
        font-size: 0.95rem;
        font-weight: 500;
        transition: all 0.25s ease;
        outline: none;
        position: relative;
        z-index: 4;
    }

    .auth-input::placeholder {
        color: transparent;
    }

    .auth-input:focus {
        border-color: #6366f1;
        background: rgba(99, 102, 241, 0.06);
        box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12);
    }

    .auth-input.is-invalid {
        border-color: #ef4444 !important;
    }

    .auth-input.is-invalid:focus {
        box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12) !important;
    }

    .toggle-eye {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: #475569;
        cursor: pointer;
        z-index: 6;
        background: none;
        border: none;
        font-size: 1rem;
        padding: 4px;
        transition: color 0.2s;
    }

    .toggle-eye:hover {
        color: #818cf8;
    }

    .invalid-msg {
        font-size: 0.78rem;
        color: #f87171;
        margin-top: 6px;
        padding-left: 4px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    /* Remember & Forgot row */
    .form-extras {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1.75rem;
    }

    .custom-check {
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
    }

    .custom-check input[type="checkbox"] {
        width: 16px;
        height: 16px;
        accent-color: #6366f1;
        cursor: pointer;
    }

    .custom-check span {
        font-size: 0.85rem;
        color: #94a3b8;
        font-weight: 500;
    }

    .forgot-link {
        font-size: 0.85rem;
        color: #818cf8;
        font-weight: 600;
        text-decoration: none;
        transition: color 0.2s;
    }

    .forgot-link:hover {
        color: #a5b4fc;
    }

    /* Submit button */
    .btn-auth {
        width: 100%;
        padding: 14px;
        border-radius: 12px;
        background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
        border: none;
        color: #fff;
        font-size: 0.98rem;
        font-weight: 700;
        letter-spacing: 0.3px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
        box-shadow: 0 4px 24px rgba(99, 102, 241, 0.35);
    }

    .btn-auth:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 32px rgba(99, 102, 241, 0.5);
    }

    .btn-auth:active {
        transform: translateY(0);
    }

    .btn-auth .btn-shine {
        position: absolute;
        top: -50%;
        left: -60%;
        width: 40%;
        height: 200%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
        transform: skewX(-20deg);
        transition: left 0.5s ease;
    }

    .btn-auth:hover .btn-shine {
        left: 120%;
    }

    /* Divider */
    .auth-divider {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 1.5rem 0;
    }

    .auth-divider::before,
    .auth-divider::after {
        content: '';
        flex: 1;
        height: 1px;
        background: rgba(255, 255, 255, 0.07);
    }

    .auth-divider span {
        font-size: 0.78rem;
        color: #475569;
        font-weight: 500;
        white-space: nowrap;
    }

    /* Social buttons */
    .btn-social {
        flex: 1;
        padding: 11px 14px;
        border-radius: 10px;
        border: 1.5px solid rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.03);
        color: #94a3b8;
        font-size: 0.85rem;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: all 0.25s ease;
        text-decoration: none;
    }

    .btn-social:hover {
        border-color: rgba(99, 102, 241, 0.4);
        background: rgba(99, 102, 241, 0.05);
        color: #c7d2fe;
    }

    .auth-footer-note {
        text-align: center;
        margin-top: 1.75rem;
        font-size: 0.83rem;
        color: #334155;
    }

    .auth-footer-note a {
        color: #6366f1;
        font-weight: 600;
        text-decoration: none;
    }

    /* Responsive */
    @media (max-width: 900px) {
        .auth-panel-left {
            display: none;
        }

        .auth-panel-right {
            background: #0a0e1a;
        }
    }

/* --- auth/register.blade.php --- */

    body {
        background: #0a0e1a !important;
    }

    .auth-page {
        min-height: 100vh;
        display: flex;
        align-items: stretch;
        background: #0a0e1a;
        overflow: hidden;
    }

    /* ─── Left Panel ─── */
    .auth-panel-left {
        flex: 0 0 44%;
        position: relative;
        background: linear-gradient(160deg, #0f172a 0%, #1a1040 50%, #0c1d3b 100%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 3rem 2.5rem;
        overflow: hidden;
    }

    .blob {
        position: absolute;
        border-radius: 50%;
        filter: blur(90px);
        opacity: 0.5;
        animation: blobFloat 10s ease-in-out infinite;
    }

    .blob-a {
        width: 380px;
        height: 380px;
        background: radial-gradient(circle, #7c3aed, #4f46e5);
        top: -100px;
        right: -80px;
        animation-delay: 0s;
    }

    .blob-b {
        width: 280px;
        height: 280px;
        background: radial-gradient(circle, #0891b2, #06b6d4);
        bottom: -60px;
        left: -40px;
        animation-delay: 2.5s;
    }

    .blob-c {
        width: 160px;
        height: 160px;
        background: radial-gradient(circle, #d946ef, #a21caf);
        top: 55%;
        left: 50%;
        animation-delay: 5s;
    }

    @keyframes blobFloat {

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

        50% {
            transform: translateY(-28px) scale(1.06);
        }
    }

    .panel-inner {
        position: relative;
        z-index: 2;
        text-align: center;
        max-width: 380px;
    }

    .panel-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 50px;
        padding: 6px 18px;
        font-size: 0.8rem;
        font-weight: 600;
        color: #c4b5fd;
        margin-bottom: 2rem;
    }

    .panel-badge i {
        color: #a78bfa;
    }

    .panel-headline {
        font-size: clamp(1.8rem, 3.5vw, 2.6rem);
        font-weight: 800;
        line-height: 1.2;
        color: #fff;
        margin-bottom: 1.25rem;
    }

    .panel-headline span {
        background: linear-gradient(90deg, #a78bfa, #ec4899);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .panel-sub {
        font-size: 0.95rem;
        color: #94a3b8;
        line-height: 1.75;
        margin-bottom: 2rem;
    }

    /* Feature list */
    .feature-list {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    .feature-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 1rem;
        padding: 12px 16px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 12px;
        transition: background 0.2s;
    }

    .feature-list li:hover {
        background: rgba(255, 255, 255, 0.08);
    }

    .feature-list .fi-icon {
        width: 36px;
        height: 36px;
        border-radius: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        flex-shrink: 0;
    }

    .feature-list .fi-body .fi-title {
        font-size: 0.85rem;
        font-weight: 700;
        color: #e2e8f0;
    }

    .feature-list .fi-body .fi-desc {
        font-size: 0.75rem;
        color: #64748b;
        margin-top: 2px;
    }

    /* ─── Right Panel ─── */
    .auth-panel-right {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2.5rem 2rem;
        background: #0d1117;
        overflow-y: auto;
    }

    .auth-form-box {
        width: 100%;
        max-width: 500px;
    }

    .auth-logo {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 2rem;
    }

    .auth-logo img {
        height: 36px;
        object-fit: contain;
    }

    .auth-logo .logo-text {
        font-size: 1.1rem;
        font-weight: 800;
        color: #fff;
    }

    .auth-heading {
        font-size: 1.75rem;
        font-weight: 800;
        color: #f1f5f9;
        margin-bottom: 0.35rem;
    }

    .auth-subheading {
        font-size: 0.88rem;
        color: #64748b;
        margin-bottom: 1.75rem;
    }

    .auth-subheading a {
        color: #818cf8;
        font-weight: 600;
        text-decoration: none;
    }

    .auth-subheading a:hover {
        text-decoration: underline;
    }

    /* Two-col grid for name/email row */
    .fields-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    @media (max-width: 540px) {
        .fields-grid {
            grid-template-columns: 1fr;
        }
    }

    /* Form fields */
    .form-floating-custom {
        position: relative;
        margin-bottom: 1.1rem;
    }

    .form-floating-custom label {
        position: absolute;
        top: 50%;
        left: 48px;
        transform: translateY(-50%);
        font-size: 0.85rem;
        color: #64748b;
        font-weight: 500;
        transition: all 0.2s ease;
        pointer-events: none;
        z-index: 5;
    }

    .form-floating-custom input:focus~label,
    .form-floating-custom input:not(:placeholder-shown)~label {
        top: 14px;
        font-size: 0.7rem;
        color: #818cf8;
        letter-spacing: 0.3px;
    }

    .field-icon {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #475569;
        font-size: 0.95rem;
        z-index: 5;
        transition: color 0.2s;
    }

    .form-floating-custom input:focus~.field-icon {
        color: #818cf8;
    }

    .auth-input {
        width: 100%;
        padding: 22px 48px 10px 48px;
        background: rgba(255, 255, 255, 0.04);
        border: 1.5px solid rgba(255, 255, 255, 0.08);
        border-radius: 12px;
        color: #f1f5f9;
        font-size: 0.9rem;
        font-weight: 500;
        transition: all 0.25s ease;
        outline: none;
        position: relative;
        z-index: 4;
    }

    .auth-input::placeholder {
        color: transparent;
    }

    .auth-input:focus {
        border-color: #6366f1;
        background: rgba(99, 102, 241, 0.06);
        box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12);
    }

    .auth-input.is-invalid {
        border-color: #ef4444 !important;
    }

    .auth-input.is-invalid:focus {
        box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1) !important;
    }

    /* Full-width label position tweak when used in single col */
    .field-full .form-floating-custom label {
        left: 48px;
    }

    .toggle-eye {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: #475569;
        cursor: pointer;
        z-index: 6;
        background: none;
        border: none;
        font-size: 0.95rem;
        padding: 4px;
        transition: color 0.2s;
    }

    .toggle-eye:hover {
        color: #818cf8;
    }

    .invalid-msg {
        font-size: 0.75rem;
        color: #f87171;
        margin-top: 5px;
        display: flex;
        align-items: center;
        gap: 5px;
        padding-left: 2px;
    }

    /* Password strength bar */
    .strength-wrap {
        margin-top: 8px;
        padding: 0 2px;
    }

    .strength-bars {
        display: flex;
        gap: 4px;
        margin-bottom: 4px;
    }

    .strength-bar {
        flex: 1;
        height: 3px;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.08);
        transition: background 0.4s ease;
    }

    .strength-bar.fill-weak {
        background: #ef4444;
    }

    .strength-bar.fill-fair {
        background: #f59e0b;
    }

    .strength-bar.fill-good {
        background: #3b82f6;
    }

    .strength-bar.fill-strong {
        background: #22c55e;
    }

    .strength-label {
        font-size: 0.71rem;
        color: #64748b;
        font-weight: 500;
    }

    /* Terms checkbox */
    .terms-row {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 1.5rem;
        padding: 12px 14px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .terms-row input[type="checkbox"] {
        width: 16px;
        height: 16px;
        margin-top: 2px;
        accent-color: #6366f1;
        flex-shrink: 0;
        cursor: pointer;
    }

    .terms-row label {
        font-size: 0.82rem;
        color: #64748b;
        line-height: 1.5;
        cursor: pointer;
    }

    .terms-row label a {
        color: #818cf8;
        font-weight: 600;
        text-decoration: none;
    }

    .terms-row label a:hover {
        text-decoration: underline;
    }

    /* Submit */
    .btn-auth {
        width: 100%;
        padding: 14px;
        border-radius: 12px;
        background: linear-gradient(135deg, #7c3aed 0%, #6366f1 50%, #4f46e5 100%);
        border: none;
        color: #fff;
        font-size: 0.97rem;
        font-weight: 700;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
        box-shadow: 0 4px 24px rgba(99, 102, 241, 0.35);
        letter-spacing: 0.3px;
    }

    .btn-auth:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 32px rgba(99, 102, 241, 0.5);
    }

    .btn-auth:active {
        transform: translateY(0);
    }

    .btn-auth .btn-shine {
        position: absolute;
        top: -50%;
        left: -60%;
        width: 40%;
        height: 200%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
        transform: skewX(-20deg);
        transition: left 0.5s ease;
    }

    .btn-auth:hover .btn-shine {
        left: 120%;
    }

    .auth-footer-note {
        text-align: center;
        margin-top: 1.5rem;
        font-size: 0.82rem;
        color: #334155;
    }

    .auth-footer-note a {
        color: #6366f1;
        font-weight: 600;
        text-decoration: none;
    }

    /* Progress steps */
    .step-indicators {
        display: flex;
        gap: 6px;
        margin-bottom: 1.75rem;
    }

    .step-dot {
        height: 4px;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
    }

    .step-dot.active {
        background: #6366f1;
    }

    @media (max-width: 900px) {
        .auth-panel-left {
            display: none;
        }

        .auth-panel-right {
            background: #0a0e1a;
        }
    }

