/* ========================================
   MEME About Page - Professional Design
   بألوان اللوجو وأيقونات ملونة مميزة
   ======================================== */

.about-page {
    overflow-x: hidden;
}

/* ========================================
   Hero Section
   ======================================== */

.about-hero {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #0d5549 0%, #2d8b7a 100%);
    overflow: hidden;
}

.hero-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.08;
}

.hero-shape-1 {
    width: 500px;
    height: 500px;
    background: #ffffff;
    top: -200px;
    right: -150px;
    animation: float 20s ease-in-out infinite;
}

.hero-shape-2 {
    width: 350px;
    height: 350px;
    background: #d4a574;
    bottom: -100px;
    left: -100px;
    animation: float 15s ease-in-out infinite reverse;
}

.hero-shape-3 {
    width: 250px;
    height: 250px;
    background: #6b4e3d;
    top: 50%;
    left: 50%;
    animation: float 18s ease-in-out infinite;
}

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

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 28px;
}

.hero-badge i {
    font-size: 18px;
    color: #e8a35a;
}

.hero-title {
    font-size: clamp(36px, 6vw, 54px);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 24px;
    line-height: 1.2;
}

.hero-title .highlight {
    color: #e8a35a;
    position: relative;
    display: inline-block;
}

.hero-subtitle {
    font-size: clamp(16px, 2vw, 20px);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
}

.hero-features {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}

.hero-feature i {
    font-size: 22px;
    color: #e8a35a;
}

/* ========================================
   About Section
   ======================================== */

.about-section {
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-home {
    background: linear-gradient(135deg, rgba(232, 163, 90, 0.15), rgba(212, 165, 116, 0.15));
}

.icon-home i {
    font-size: 42px;
    background: linear-gradient(135deg, #e8a35a, #d4a574);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-values {
    background: linear-gradient(135deg, rgba(58, 155, 143, 0.15), rgba(86, 191, 177, 0.15));
}

.icon-values i {
    font-size: 42px;
    background: linear-gradient(135deg, #3a9b8f, #56bfb1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title {
    font-size: clamp(32px, 5vw, 44px);
    font-weight: 900;
    background: linear-gradient(135deg, #1e6b5e, #3a9b8f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: 18px;
    color: #5a6f69;
    font-weight: 500;
}

/* About Content */
.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-text {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.text-block {
    display: flex;
    gap: 20px;
}

.text-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-story {
    background: linear-gradient(135deg, rgba(232, 163, 90, 0.15), rgba(212, 165, 116, 0.15));
}

.icon-story i {
    font-size: 32px;
    background: linear-gradient(135deg, #e8a35a, #d4a574);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-goal {
    background: linear-gradient(135deg, rgba(58, 155, 143, 0.15), rgba(86, 191, 177, 0.15));
}

.icon-goal i {
    font-size: 32px;
    background: linear-gradient(135deg, #3a9b8f, #56bfb1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-promise {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(220, 38, 38, 0.15));
}

.icon-promise i {
    font-size: 32px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-content h3 {
    font-size: 22px;
    font-weight: 800;
    color: #2c3e3a;
    margin-bottom: 12px;
}

.text-content p {
    font-size: 15px;
    color: #5a6f69;
    line-height: 1.8;
    margin: 0;
}

/* About Image */
.about-image {
    position: relative;
}

.image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.image-decoration {
    position: absolute;
    top: -20px;
    right: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 3px solid rgba(212, 165, 116, 0.3);
    border-radius: 24px;
    z-index: -1;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
}

.image-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 26px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.image-badge i {
    font-size: 32px;
    color: #e8a35a;
}

.badge-text strong {
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: #1e6b5e;
    margin-bottom: 4px;
}

.badge-text span {
    display: block;
    font-size: 14px;
    color: #5a6f69;
    font-weight: 600;
}

/* ========================================
   Vision & Mission
   ======================================== */

.vision-mission {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8faf9 0%, #e8f5f3 100%);
}

.vm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 40px;
}

.vm-card {
    padding: 48px 40px;
    background: #ffffff;
    border-radius: 24px;
    position: relative;
    box-shadow: 0 8px 32px rgba(30, 107, 94, 0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.vm-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 48px rgba(30, 107, 94, 0.15);
    border-color: rgba(212, 165, 116, 0.3);
}

.vm-decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    border-radius: 0 24px 0 100%;
    opacity: 0.05;
}

.vm-vision .vm-decoration {
    background: linear-gradient(135deg, #e8a35a, #d4a574);
}

.vm-mission .vm-decoration {
    background: linear-gradient(135deg, #3a9b8f, #56bfb1);
}

.vm-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}

.icon-vision {
    background: linear-gradient(135deg, rgba(232, 163, 90, 0.15), rgba(212, 165, 116, 0.15));
}

.icon-vision i {
    font-size: 44px;
    background: linear-gradient(135deg, #e8a35a, #d4a574);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-mission {
    background: linear-gradient(135deg, rgba(58, 155, 143, 0.15), rgba(86, 191, 177, 0.15));
}

.icon-mission i {
    font-size: 44px;
    background: linear-gradient(135deg, #3a9b8f, #56bfb1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vm-card h3 {
    font-size: 28px;
    font-weight: 900;
    color: #2c3e3a;
    margin-bottom: 20px;
}

.vm-card p {
    font-size: 16px;
    color: #5a6f69;
    line-height: 1.9;
    margin-bottom: 24px;
}

.vm-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vm-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #2c3e3a;
    font-weight: 600;
    font-size: 15px;
}

.vm-feature i {
    color: #3a9b8f;
    font-size: 16px;
}

/* ========================================
   Values Section
   ======================================== */

.values-section {
    padding: 80px 0;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
}

.value-card {
    padding: 40px 32px;
    background: #f8faf9;
    border-radius: 24px;
    text-align: center;
    position: relative;
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.value-card:hover {
    transform: translateY(-10px);
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(30, 107, 94, 0.12);
    border-color: rgba(212, 165, 116, 0.3);
}

.value-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 48px;
    font-weight: 900;
    color: rgba(212, 165, 116, 0.15);
    line-height: 1;
}

.value-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.value-card:hover .value-icon {
    transform: scale(1.1) rotate(10deg);
}

/* أيقونات ملونة مميزة */
.icon-trust {
    background: linear-gradient(135deg, rgba(52, 211, 153, 0.15), rgba(16, 185, 129, 0.15));
}

.icon-trust i {
    font-size: 42px;
    background: linear-gradient(135deg, #34d399, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-quality {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.15), rgba(245, 158, 11, 0.15));
}

.icon-quality i {
    font-size: 42px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-commitment {
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.15), rgba(126, 34, 206, 0.15));
}

.icon-commitment i {
    font-size: 42px;
    background: linear-gradient(135deg, #9333ea, #7e22ce);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-professionalism {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(37, 99, 235, 0.15));
}

.icon-professionalism i {
    font-size: 42px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-flexibility {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.15), rgba(219, 39, 119, 0.15));
}

.icon-flexibility i {
    font-size: 42px;
    background: linear-gradient(135deg, #ec4899, #db2777);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-support {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.15), rgba(13, 148, 136, 0.15));
}

.icon-support i {
    font-size: 42px;
    background: linear-gradient(135deg, #14b8a6, #0d9488);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.value-card h4 {
    font-size: 22px;
    font-weight: 800;
    color: #2c3e3a;
    margin-bottom: 16px;
}

.value-card p {
    font-size: 15px;
    color: #5a6f69;
    line-height: 1.8;
    margin: 0;
}

/* ========================================
   Stats Section
   ======================================== */

.stats-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8faf9 0%, #e8f5f3 100%);
}

.stats-header {
    text-align: center;
    margin-bottom: 60px;
}

.stats-header h2 {
    font-size: clamp(32px, 5vw, 44px);
    font-weight: 900;
    background: linear-gradient(135deg, #1e6b5e, #3a9b8f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
}

.stats-header p {
    font-size: 18px;
    color: #5a6f69;
    font-weight: 500;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
}

.stat-card {
    padding: 40px 32px;
    background: #ffffff;
    border-radius: 24px;
    text-align: center;
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 40px rgba(30, 107, 94, 0.12);
    border-color: rgba(212, 165, 116, 0.3);
}

.stat-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.stat-card:hover .stat-icon {
    transform: scale(1.1) rotate(-10deg);
}

.icon-workers {
    background: linear-gradient(135deg, rgba(232, 163, 90, 0.15), rgba(212, 165, 116, 0.15));
}

.icon-workers i {
    font-size: 42px;
    background: linear-gradient(135deg, #e8a35a, #d4a574);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-clients {
    background: linear-gradient(135deg, rgba(58, 155, 143, 0.15), rgba(86, 191, 177, 0.15));
}

.icon-clients i {
    font-size: 42px;
    background: linear-gradient(135deg, #3a9b8f, #56bfb1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-visits {
    background: linear-gradient(135deg, rgba(107, 78, 61, 0.15), rgba(138, 103, 82, 0.15));
}

.icon-visits i {
    font-size: 42px;
    background: linear-gradient(135deg, #6b4e3d, #8a6752);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-rating {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.15), rgba(245, 158, 11, 0.15));
}

.icon-rating i {
    font-size: 42px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-number {
    font-size: 42px;
    font-weight: 900;
    background: linear-gradient(135deg, #1e6b5e, #3a9b8f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
}

.stat-label {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e3a;
    margin-bottom: 8px;
}

.stat-content p {
    font-size: 14px;
    color: #5a6f69;
    margin: 0;
}

/* ========================================
   CTA Section
   ======================================== */

.about-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #1e6b5e 0%, #2d8b7a 100%);
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    margin: 80px 0 0;
}

.cta-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cta-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.08;
}

.cta-shape-1 {
    width: 400px;
    height: 400px;
    background: #ffffff;
    top: -150px;
    right: -100px;
}

.cta-shape-2 {
    width: 300px;
    height: 300px;
    background: #d4a574;
    bottom: -100px;
    left: -80px;
}

.cta-content {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.cta-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-icon i {
    font-size: 48px;
    color: #ffffff;
    animation: rocketFly 2s ease-in-out infinite;
}

@keyframes rocketFly {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.cta-content h2 {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
}

.cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.btn-cta-primary,
.btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    font-size: 17px;
    font-weight: 800;
    border-radius: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-cta-primary {
    background: #ffffff;
    color: #1e6b5e;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

.btn-cta-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(255, 255, 255, 0.4);
}

.btn-cta-secondary {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-4px);
}

/* ========================================
   Responsive
   ======================================== */

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

@media (max-width: 768px) {
    .about-hero {
        padding: 80px 0;
    }
    
    .about-section,
    .vision-mission,
    .values-section,
    .stats-section {
        padding: 60px 0;
    }
    
    .about-cta {
        padding: 60px 0;
        margin: 60px 0 0;
    }
}

@media (max-width: 480px) {
    .hero-features {
        flex-direction: column;
        gap: 16px;
    }
    
    .cta-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
    }
}
