* {
    margin: 0;
}

/* تعريف خطوط Cocon Next Arabic */
@font-face {
    font-family: 'Cocon Next Arabic';
    src: url('fonts/cocon/CoconNextArabic-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cocon Next Arabic';
    src: url('fonts/cocon/CoconNextArabic-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Cocon Next Arabic';
    src: url('fonts/cocon/CoconNextArabic-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

/* تعريف خطوط Tajawal */
@font-face {
    font-family: 'Tajawal';
    src: url('fonts/tajawal/Tajawal-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tajawal';
    src: url('fonts/tajawal/Tajawal-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Tajawal';
    src: url('fonts/tajawal/Tajawal-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* تعريف خطوط Cairo */
@font-face {
    font-family: 'Cairo';
    src: url('fonts/cairo/Cairo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('fonts/cairo/Cairo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('fonts/cairo/Cairo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Cairo', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f5f5f5;
    overflow-x: hidden;
    min-height: 100vh;
}

/* إصلاح الخلفية لمنع حركتها مع الماوس */
.background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.background-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    pointer-events: none;
    transition: transform 0.1s ease-out;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    z-index: 1;
}

/* إطار الشعار المميز - تم تقليل الحجم */
.logo-frame {
    position: relative;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    
    /* تأثير دخول الإطار - تم تسريعه */
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* تم تقليل المدة من 0.8s إلى 0.5s */
}

.logo-frame.loaded {
    opacity: 1;
    transform: scale(1) translateY(0);
}

/* الخطوط البيضاء المتحركة خلف الشعار */
.logo-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    animation: shine 3s ease-in-out infinite;
    z-index: 1;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

/* تنسيق الشعار والعنوان - تم تقليل المسافات */
.site-header {
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 25px;
    background: transparent;
    border-radius: 15px;
}

.logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 2;
}

.logo {
    width: 100px;
    height: 100px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* نفس ظل كلمة "حازم نت" تماماً */
    filter: drop-shadow(0 2px 8px rgba(255, 158, 25, 0.3));
    
    /* تأثير دخول الشعار - تم تسريعه */
    opacity: 0;
    transform: scale(0.7) rotate(-15deg);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s; /* تم تقليل المدة من 0.7s إلى 0.5s والتأخير من 0.3s إلى 0.1s */
}

.logo.loaded {
    opacity: 1;
    transform: scale(1) rotate(0);
}

.logo:hover {
    transform: scale(1.1) rotate(5deg);
    /* تحسين الظل عند التمرير بنفس اللون البرتقالي */
    filter: drop-shadow(0 4px 12px rgba(255, 158, 25, 0.4));
}

.site-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.main-title {
    order: 2;
    font-family: 'Tajawal', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #222551;
    margin-top: 0;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    
    /* تأثير دخول العنوان الرئيسي - تم تسريعه */
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; /* تم تقليل المدة من 0.7s إلى 0.5s والتأخير من 0.6s إلى 0.3s */
}

.main-title.loaded {
    opacity: 1;
    transform: translateY(0);
}

.sub-title {
    order: 1;
    font-family: 'Cocon Next Arabic', sans-serif;
    font-size: 52px;
    font-weight: bold;
    background: linear-gradient(180deg, #FF9E19 30%, #FF3B15 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(255, 158, 25, 0.3);
    margin-bottom: 0;
    line-height: 1;
    
    /* تأثير دخول العنوان الفرعي - تم تسريعه */
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s; /* تم تقليل المدة من 0.7s إلى 0.5s والتأخير من 0.45s إلى 0.2s */
}

.sub-title.loaded {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.sections-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

/* الأقسام - إصلاح مشكلة الانزياح */
.section {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
    
    /* إعدادات الحركة - تبدأ من المركز - تم تسريعه */
    opacity: 0;
    transform: scale(0.9) translateY(30px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* تم تقليل المدة من 0.8s إلى 0.6s */
}

.section.visible {
    opacity: 1;
    transform: scale(1) translateY(0);
}

/* تأثير hover للأقسام */
.premium-section:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}

/* قسم وسائل التواصل الاجتماعي - تم تحسين المسافات */
.social-section {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    box-shadow: 0 10px 30px rgba(106, 17, 203, 0.4);
    margin-bottom: 20px;
    padding: 15px 20px !important; /* زيادة الحشوة العلوية والسفلية */
    max-height: 130px; /* زيادة الارتفاع قليلاً */
    display: flex;
    align-items: center;
}

.social-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.social-text {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.social-headline {
    font-family: 'Tajawal', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 8px; /* زيادة المسافة من 4px إلى 8px */
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.social-subheadline {
    font-family: 'Cairo', sans-serif;
    font-size: 0.75rem;
    opacity: 0.95;
    font-weight: 500;
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.2px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 12px; /* زيادة المسافة من 8px إلى 12px */
}

.social-links {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.social-link {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 5px 10px;
    border-radius: 16px;
    text-decoration: none;
    font-family: 'Tajawal', sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 65px;
    justify-content: center;
    height: 30px;
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* تأثيرات hover لقسم التواصل */
.social-section:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 30px rgba(106, 17, 203, 0.5);
}

/* تنسيق الفوتر */
footer {
    text-align: center;
    padding: 12px 8px;
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 8px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

footer p {
    font-family: 'Tajawal', sans-serif;
    font-weight: 800;
    color: #222551;
    font-size: 13px;
    letter-spacing: -0.2px;
    margin: 0;
}

/* التجاوب مع الشاشات المختلفة */
@media (min-width: 768px) {
    .sections-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .logo {
        width: 120px;
        height: 120px;
    }
    
    .main-title {
        font-size: 32px;
    }
    
    .sub-title {
        font-size: 60px;
    }
    
    .logo-container {
        gap: 25px;
    }
    
    .logo-frame {
        padding: 25px 40px;
        border-radius: 25px;
    }
}

@media (min-width: 1024px) {
    .sections-container {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .logo-container {
        flex-direction: row;
        justify-content: center;
        gap: 40px;
    }
    
    .logo {
        width: 140px;
        height: 140px;
    }
    
    .main-title {
        font-size: 36px;
    }
    
    .sub-title {
        font-size: 68px;
    }
    
    .site-title {
        align-items: flex-start;
        text-align: right;
    }
    
    .logo-frame {
        padding: 30px 50px;
        border-radius: 30px;
    }
}

@media (max-width: 480px) {
    .logo {
        margin-top: 15px;
        width: 80px;
        height: 80px;
    }
    
    .main-title {
        font-size: 22px;
        font-weight: 700;
    }
    
    .sub-title {
        font-size: 42px;
        line-height: 1.1;
    }
    
    .site-header {
        padding: 15px 10px;
        margin-bottom: -5px;
    }
    
    .content {
        padding: 10px;
    }
    
    footer {
        padding: 10px 6px;
        margin-top: 20px;
    }
    
    footer p {
        font-size: 12px;
    }
    
    .logo-frame {
        padding: 15px 20px;
        border-radius: 15px;
    }
    
    .section {
        padding: 15px 12px;
    }
}

/* التجاوب مع الشاشات المختلفة لقسم التواصل */
@media (max-width: 768px) {
    .social-headline {
        font-size: 1rem;
        margin-bottom: 6px; /* تعديل المسافة للجوال */
    }
    
    .social-subheadline {
        font-size: 0.7rem;
        margin-bottom: 10px; /* تعديل المسافة للجوال */
    }
    
    .social-links {
        gap: 4px;
    }
    
    .social-section {
        padding: 12px 15px !important;
        max-height: 120px;
    }
    
    .social-link {
        padding: 4px 8px;
        font-size: 0.65rem;
        min-width: 60px;
        height: 28px;
    }
}

@media (max-width: 480px) {
    .social-headline {
        font-size: 0.9rem;
        margin-bottom: 5px; /* تعديل المسافة للجوال الصغير */
    }
    
    .social-subheadline {
        font-size: 0.65rem;
        margin-bottom: 8px; /* تعديل المسافة للجوال الصغير */
    }
    
    .social-links {
        gap: 3px;
    }
    
    .social-section {
        padding: 10px 12px !important;
        max-height: 110px;
    }
    
    .social-link {
        padding: 3px 6px;
        font-size: 0.6rem;
        min-width: 55px;
        height: 26px;
    }
    
    .social-link img {
        width: 14px;
        height: 14px;
    }
}

/* تأثيرات ظهور متقدمة للأقسام - بدون الانزياح الجانبي */
.section:nth-child(odd) {
    transform: scale(0.9) translateY(30px) translateX(-20px);
}

.section:nth-child(even) {
    transform: scale(0.9) translateY(30px) translateX(20px);
}

.section.visible {
    opacity: 1;
    transform: scale(1) translateY(0) translateX(0);
}

/* ألوان مختلفة لكل قسم */
.section:nth-child(1) {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

.section:nth-child(2) {
    background: linear-gradient(135deg, #4CAF50 0%, #388E3C 100%);
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.4);
}

.section:nth-child(3) {
    background: linear-gradient(135deg, #FF5722 0%, #D84315 100%);
    box-shadow: 0 10px 30px rgba(255, 87, 34, 0.4);
}

.section:nth-child(4) {
    background: linear-gradient(135deg, #9C27B0 0%, #7B1FA2 100%);
    box-shadow: 0 10px 30px rgba(156, 39, 176, 0.4);
}

.section:nth-child(5) {
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
    box-shadow: 0 10px 30px rgba(33, 150, 243, 0.4);
}

.section:nth-child(6) {
    background: linear-gradient(135deg, #FF9800 0%, #F57C00 100%);
    box-shadow: 0 10px 30px rgba(255, 152, 0, 0.4);
}

.section:nth-child(7) {
    background: linear-gradient(135deg, #607D8B 0%, #455A64 100%);
    box-shadow: 0 10px 30px rgba(96, 125, 139, 0.4);
}

/* إعدادات أساسية لجميع الأقسام */
.premium-content {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 8px;
    height: 100%;
}

.premium-icon {
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 18px;
    padding: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.premium-text {
    flex: 1;
    text-align: right;
}

.main-headline {
    font-family: 'Tajawal', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 8px;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.sub-headline {
    font-family: 'Cairo', sans-serif;
    font-size: 1rem;
    opacity: 0.95;
    font-weight: 500;
    line-height: 1.5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.2px;
    color: rgba(255, 255, 255, 0.95);
}

.highlight-number {
    font-family: 'Tajawal', sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    color: white;
    background: linear-gradient(180deg, #fbd200 30%, #ff6400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -1px;
    display: block;
    transition: transform 0.3s ease;
}

/* تأثيرات hover */
.premium-section:hover .premium-icon {
    transform: scale(1.1) rotate(5deg);
    background: rgba(255, 255, 255, 0.35);
}

.premium-section:hover .main-headline {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

/* إعدادات سطح المكتب - جميع الأقسام */
@media (min-width: 1024px) {
    .premium-content {
        align-items: flex-start;
    }
    
    .premium-icon {
        align-self: flex-start;
        margin-top: 0;
    }
}

/* إعدادات الجوال - جميع الأقسام */
@media (max-width: 768px) {
    .premium-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        align-items: center;
    }
    
    .premium-text {
        text-align: center;
    }
    
    .premium-icon {
        align-self: center;
    }
    
    .main-headline {
        font-size: 1.4rem;
        font-weight: 800;
    }
    
    .sub-headline {
        font-size: 0.9rem;
    }
    
    .highlight-number {
        font-size: 1.5rem;
        font-weight: 900;
    }
    
    .premium-icon {
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .main-headline {
        font-size: 1.2rem;
        font-weight: 800;
    }
    
    .sub-headline {
        font-size: 0.8rem;
    }
    
    .highlight-number {
        font-size: 1.3rem;
        font-weight: 900;
    }
    
    .premium-content {
        gap: 12px;
    }
}

/* تأثيرات الجسيمات */
.background-container div {
    position: absolute;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: '50%';
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}