 /* Premium Grid Boxes */
    .glass-card { 
        background: #fff; 
        border-radius: 20px; 
        padding: 35px; 
        box-shadow: 0 10px 40px rgba(0,0,0,0.06); 
        border: 1px solid rgba(0,0,0,0.03); 
        height: 100%;
        transition: all 0.3s ease;
    }
    .glass-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 50px rgba(0,0,0,0.1);
    }

    /* Sidebar and Header */
    /* Premium CTA Redesign */
    .cta-box-premium { 
        background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%); 
        border-radius: 30px; 
        padding: 60px 40px; 
        color: #fff; 
        text-align: center !important; /* Forced center alignment */
        position: relative;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(15, 23, 42, 0.3);
        border: 1px solid rgba(255,255,255,0.1);
    }
    .cta-box-premium::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, transparent 60%);
    }
    .cta-badge {
        display: inline-block;
        padding: 6px 16px;
        background: rgba(255,255,255,0.1);
        border-radius: 50px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 20px;
        border: 1px solid rgba(255,255,255,0.1);
    }
    .btn-relaunch-premium {
        background: #fff;
        color: #1e3a8a;
        font-weight: 800;
        padding: 16px 40px;
        border-radius: 12px;
        transition: all 0.3s ease;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
    .btn-relaunch-premium:hover {
        background: #2563eb;
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 15px 25px rgba(37, 99, 235, 0.4);
    }
    .btn-outline-light-premium {
        background: transparent;
        color: #fff;
        border: 1px solid rgba(255,255,255,0.3);
        font-weight: 700;
        padding: 16px 40px;
        border-radius: 12px;
        transition: all 0.3s ease;
    }
    .btn-outline-light-premium:hover {
        background: rgba(255,255,255,0.1);
        color: #fff;
    }





    /* Career Comeback Banner Section */
    .comeback-section {
        margin-top: 60px;
        text-align: center;
    }

    .comeback-banner-wrap {
        display: inline-flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 30px;
    }

    .comeback-pill {
        background: #fff;
        border: 1px solid #e2e8f0;
        padding: 12px 40px;
        border-radius: 50px;
        font-size: 18px;
        color: #64748b;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        letter-spacing: 0.5px;
    }

    .comeback-pill strong {
        color: #1e293b;
        font-weight: 800;
    }

    .comeback-pill strong:last-child {
        color: #2563eb;
    }

    .arrows-grey { color: #cbd5e1; font-size: 24px; font-weight: 300; letter-spacing: -2px; }
    .arrows-green { color: #22c55e; font-size: 24px; font-weight: 300; letter-spacing: -2px; }

    .adas-footer {
        font-size: 11px;
        color: #94a3b8;
        margin-top: 20px;
    }

    .adas-footer strong { color: #475569; }

    .adas-dots {
        margin-top: 5px;
        display: flex;
        justify-content: center;
        gap: 15px;
        font-weight: 700;
        font-size: 10px;
    }

    .dot-r { color: #475569; }
    .dot-e { color: #2563eb; }
    .dot-a { color: #7c3aed; }
    .dot-c { color: #1e40af; }
    .dot-h { color: #16a34a; }