.elementor-1096 .elementor-element.elementor-element-1f4ab1d{--display:flex;--margin-top:-55px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1096 .elementor-element.elementor-element-abcdf91{width:100%;max-width:100%;}body.elementor-page-1096:not(.elementor-motion-effects-element-type-background), body.elementor-page-1096 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #000000 100%);}/* Start custom CSS for html, class: .elementor-element-abcdf91 *//* -------------------------------------------
   ELITE DESIGN SYSTEM - UPDATED BADGE
   ------------------------------------------- */

:root {
    --bg-base: #030305;
    --glass-surface: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.08);
    --text-main: #FFFFFF;
    --text-muted: #A1A1AA;
    --primary-blue: #3B82F6;
    --primary-yellow: #EAB308;
}

html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: var(--bg-base) !important;
    overflow: hidden !important;
}

#mudaafah-elite {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%; height: 100dvh;
    background: var(--bg-base);
    z-index: 2147483647;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    direction: rtl;
    display: flex;
    justify-content: center;
    overflow-y: auto;
}

.mesh-bg {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: -2;
    overflow: hidden;
    background: #000;
}

.blob {
    position: absolute;
    filter: blur(90px);
    opacity: 0.4;
    animation: floatBlob 10s infinite alternate cubic-bezier(0.4, 0, 0.2, 1);
}

.blob-1 {
    top: -10%; left: -10%; width: 50vw; height: 50vw;
    background: #1e3a8a;
}
.blob-2 {
    bottom: -10%; right: -10%; width: 60vw; height: 60vw;
    background: #4c1d95;
    animation-delay: -5s;
}
.blob-3 {
    top: 40%; left: 30%; width: 40vw; height: 40vw;
    background: #0f172a;
    opacity: 0.6;
}

@keyframes floatBlob {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(20px, -20px) scale(1.1); }
}

.noise-layer {
    position: fixed;
    inset: 0;
    z-index: -1;
    opacity: 0.05;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    pointer-events: none;
}

.glass-interface {
    width: 100%;
    max-width: 460px;
    min-height: 100dvh;
    padding: 40px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
}

@media (min-width: 480px) {
    .glass-interface {
        min-height: auto;
        margin: auto;
        background: rgba(15, 15, 15, 0.6);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid var(--glass-border);
        border-radius: 32px;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
        padding: 60px 32px;
    }
}

.profile-unit {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

.avatar-container {
    width: 120px;
    height: 120px;
    margin: 0 auto 24px;
    position: relative;
}

.circle-mask {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255,255,255,0.05);
    background: #111;
    position: relative;
    z-index: 1;
}

.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* === تعديل الأيقونة المهم === */
.verify-badge {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 28px;
    height: 28px;
    /* شلت الخلفية البيضاء عشان تبين الزوايا */
    background: transparent; 
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    /* إضافة فلتر ظل خفيف عشان تفصل عن الصورة */
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.5));
}
.verify-badge svg { 
    width: 100%; 
    height: 100%; 
}

.hero-name {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-main);
    margin: 0 0 8px;
    letter-spacing: -0.5px;
}

.hero-role {
    font-size: 16px;
    color: var(--text-muted);
    margin: 0 0 24px;
    font-weight: 400;
}

.tags-cluster {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.glass-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 100px;
    font-size: 13px;
    color: #dedede;
    font-weight: 500;
}

.dot { width: 6px; height: 6px; border-radius: 50%; }
.dot.blue { background: var(--primary-blue); box-shadow: 0 0 8px var(--primary-blue); }
.dot.yellow { background: var(--primary-yellow); box-shadow: 0 0 8px var(--primary-yellow); }

.buttons-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
}

.glass-btn {
    display: flex;
    align-items: center;
    padding: 20px;
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
}

.glass-btn:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.15);
    transform: translateY(-2px);
    box-shadow: 0 10px 40px -10px rgba(0,0,0,0.5);
}

.btn-visual {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 16px;
    transition: 0.3s;
}
.btn-visual svg { width: 24px; height: 24px; }

.blue-theme { background: rgba(59, 130, 246, 0.1); color: #60A5FA; }
.glass-btn:hover .blue-theme { background: #3B82F6; color: white; }

.yellow-theme { background: rgba(234, 179, 8, 0.1); color: #FACC15; }
.glass-btn:hover .yellow-theme { background: #EAB308; color: black; }

.btn-text { flex-grow: 1; text-align: right; }
.btn-text h3 {
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 600;
    color: var(--text-main);
}
.btn-text p {
    margin: 0;
    font-size: 13px;
    color: var(--text-muted);
}

.btn-arrow {
    color: #444;
    transition: 0.3s;
}
.glass-btn:hover .btn-arrow {
    color: #fff;
    transform: translateX(-5px);
}

.elite-footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid var(--glass-border);
    text-align: center;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 20px;
}

.social-icons a {
    color: #666;
    transition: 0.3s;
    width: 24px; height: 24px;
}
.social-icons a:hover { color: #fff; transform: scale(1.1); }

.copyright {
    color: #444;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 0;
}/* End custom CSS */