 
:root{
    --main: #0f8f87;
    --main-dark: #07111f;
    --main-deep: #0b1f36;
    --accent: #16a34a;
    --gold: #d6a94a;
    --text: #0f172a;
    --muted: #5f6f84;
    --line: rgba(15, 23, 42, .08);
    --white: #ffffff;
    --bg: #f4f7f8;
    --card: #ffffff;
    --shadow-lg: 0 24px 60px rgba(4, 22, 43, .14);
    --shadow-md: 0 16px 35px rgba(4, 22, 43, .10);
    --shadow-sm: 0 10px 24px rgba(4, 22, 43, .08);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
}

*,
*::before,
*::after{
    box-sizing: border-box;
}

html{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body{
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    font-family: Tahoma, Arial, sans-serif;
    background: linear-gradient(180deg, #f6f9fa 0%, #eef3f5 100%);
    color: var(--text);
    line-height: 1.85;
}

img,
svg,
video,
canvas,
iframe{
    max-width: 100%;
    height: auto;
    display: block;
}

a{
    text-decoration: none;
    color: inherit;
}

button,
input,
textarea,
select{
    font: inherit;
}

.container{
    width: min(1180px, calc(100% - 48px));
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.about-page{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    padding: 26px 0 0;
    position: relative;
}

.about-page::before{
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 420px;
    background:
        radial-gradient(circle at top right, rgba(15, 143, 135, .10), transparent 28%),
        radial-gradient(circle at top left, rgba(214, 169, 74, .08), transparent 22%);
    pointer-events: none;
    z-index: 0;
}

.about-page > *{
    position: relative;
    z-index: 1;
}

.about-hero{
    padding: 8px 0 28px;
}

.about-hero-grid{
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 34px;
    align-items: center;
    background: linear-gradient(135deg, #021226 0%, #052345 36%, #0f8f87 100%);
    border-radius: 34px;
    padding: 38px 34px;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    position: relative;
}

.about-hero-grid::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 22%, rgba(255,255,255,.14), transparent 20%),
        radial-gradient(circle at 85% 18%, rgba(214,169,74,.18), transparent 18%),
        radial-gradient(circle at 78% 85%, rgba(255,255,255,.10), transparent 18%);
    pointer-events: none;
}

.about-hero-copy,
.about-showcase{
    position: relative;
    z-index: 1;
    min-width: 0;
}

.about-badge{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    backdrop-filter: blur(8px);
}

.about-title{
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(32px, 4.5vw, 60px);
    line-height: 1.28;
    letter-spacing: -.8px;
    font-weight: 800;
}

.about-title span{
    color: #dff9f6;
}

.about-desc{
    margin: 0;
    color: rgba(255,255,255,.92);
    font-size: 19px;
    max-width: 720px;
}

.about-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.about-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 18px;
    border: none;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
    cursor: pointer;
    white-space: nowrap;
}

.about-btn:hover{
    transform: translateY(-2px);
}

.about-btn-primary,
.about-btn-whatsapp{
    background: linear-gradient(135deg, #1dc85e 0%, #16a34a 100%);
    color: #fff;
    box-shadow: 0 16px 28px rgba(22,163,74,.28);
}

.about-btn-outline,
.about-btn-light{
    background: #fff;
    color: var(--main-dark);
    box-shadow: 0 16px 28px rgba(255,255,255,.16);
}

.about-showcase-card{
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 28px;
    padding: 24px;
    backdrop-filter: blur(12px);
    color: #fff;
}

.showcase-top{
    margin-bottom: 18px;
}

.showcase-top span{
    display: block;
    color: rgba(255,255,255,.78);
    font-size: 14px;
    margin-bottom: 6px;
}

.showcase-top strong{
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 1.4;
}

.showcase-points{
    display: grid;
    gap: 12px;
}

.showcase-point{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.08);
}

.showcase-point i{
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.14);
    color: #fff;
}

.showcase-point span{
    color: rgba(255,255,255,.94);
    font-size: 15px;
    font-weight: 700;
}

.showcase-mini-stats{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 18px;
}

.showcase-mini-stats div{
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    padding: 14px 12px;
    text-align: center;
}

.showcase-mini-stats strong{
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.showcase-mini-stats span{
    display: block;
    color: rgba(255,255,255,.84);
    font-size: 13px;
}

.about-section{
    padding: 34px 0;
    width: 100%;
    max-width: 100%;
}

.about-section.alt{
    background: linear-gradient(180deg, rgba(255,255,255,.45) 0%, rgba(255,255,255,.72) 100%);
}

.about-section-last{
    padding-bottom: 70px;
}

.section-head{
    text-align: center;
    max-width: 900px;
    margin: 0 auto 28px;
}

.section-head.center{
    text-align: center;
}

.section-head > span{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(15,143,135,.08);
    color: var(--main);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 12px;
}

.section-head h2{
    margin: 0;
    font-size: clamp(26px, 3.2vw, 44px);
    line-height: 1.35;
    color: var(--main-dark);
    letter-spacing: -.5px;
}

.section-head p{
    margin: 12px auto 0;
    color: var(--muted);
    font-size: 18px;
    max-width: 820px;
}

.about-story-grid{
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 24px;
    align-items: stretch;
}

.about-story-card,
.about-story-side{
    background: var(--card);
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 28px;
    padding: 28px;
    box-shadow: var(--shadow-md);
    min-width: 0;
}

.about-story-card h3{
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.4;
    color: var(--main-dark);
}

.about-story-card p{
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 17px;
}

.about-story-card p:last-child{
    margin-bottom: 0;
}

.about-story-side{
    display: grid;
    gap: 16px;
    background: linear-gradient(135deg, #07111f 0%, #09203a 48%, #0d4f63 100%);
}

.about-info-box{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
}

.about-info-box i{
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 18px;
}

.about-info-box h4{
    margin: 0 0 6px;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

.about-info-box p{
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: 15px;
}

.about-stats{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 22px;
}

.about-stat{
    background: var(--card);
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 24px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    min-width: 0;
}

.about-stat i{
    display: inline-flex;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(15,143,135,.14), rgba(214,169,74,.18));
    color: var(--main-dark);
    font-size: 22px;
    margin-bottom: 14px;
}

.about-stat strong{
    display: block;
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1.2;
    color: var(--main-dark);
    margin-bottom: 6px;
    font-weight: 900;
}

.about-stat span{
    display: block;
    color: var(--muted);
    font-size: 15px;
    font-weight: 700;
}

.about-features{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.about-feature{
    position: relative;
    overflow: hidden;
    background: var(--card);
    border: 1px solid rgba(15,23,42,.06);
    border-radius: 24px;
    padding: 26px 22px;
    box-shadow: var(--shadow-sm);
    transition: transform .2s ease, box-shadow .2s ease;
    min-width: 0;
}

.about-feature:hover{
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.feature-icon{
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(15,143,135,.14), rgba(214,169,74,.18));
    color: var(--main-dark);
    font-size: 22px;
    margin-bottom: 16px;
}

.about-feature h3{
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.5;
    color: var(--main-dark);
}

.about-feature p{
    margin: 0;
    color: var(--muted);
    font-size: 16px;
}

.timeline{
    display: grid;
    gap: 16px;
}

.timeline-item{
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 16px;
    align-items: start;
    background: var(--card);
    border: 1px solid rgba(15,23,42,.06);
    border-radius: 22px;
    padding: 18px 18px 18px 20px;
    box-shadow: var(--shadow-sm);
    min-width: 0;
}

.timeline-year{
    min-height: 58px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0b1f36 0%, #0f8f87 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    padding: 8px;
}

.timeline-content h3{
    margin: 0 0 4px;
    font-size: 20px;
    line-height: 1.5;
    color: var(--main-dark);
}

.timeline-content p{
    margin: 0;
    color: var(--muted);
    font-size: 16px;
}

.about-cta{
    margin-top: 26px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(135deg, #07111f 0%, #0b2140 42%, #0f8f87 100%);
    padding: 30px;
    color: #fff;
    box-shadow: var(--shadow-lg);
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 24px;
    align-items: center;
}

.about-cta::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 14%, rgba(255,255,255,.10), transparent 18%),
        radial-gradient(circle at 90% 82%, rgba(214,169,74,.18), transparent 18%);
    pointer-events: none;
}

.about-cta > *{
    position: relative;
    z-index: 1;
}

.about-cta h2{
    margin: 0 0 10px;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.4;
}

.about-cta p{
    margin: 0;
    color: rgba(255,255,255,.9);
    font-size: 18px;
}

.about-cta-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-start;
}

.about-cta-actions .about-btn{
    min-width: 190px;
}

/* ضبط الفوتر داخل صفحة about */
.site-footer{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-top: 0;
}

.site-footer,
.site-footer-top,
.site-footer-bottom{
    max-width: 100%;
}

.site-footer .container{
    width: min(1180px, calc(100% - 48px)) !important;
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    min-width: 0 !important;
}

.site-footer-grid{
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.site-footer-grid > div,
.footer-brand,
.footer-brand p,
.footer-title,
.footer-links,
.footer-contact{
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (max-width: 1100px){
    .about-hero-grid,
    .about-story-grid,
    .about-cta{
        grid-template-columns: 1fr;
    }

    .about-stats{
        grid-template-columns: repeat(2, 1fr);
    }

    .about-features{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px){
    .container,
    .site-footer .container{
        width: calc(100% - 28px) !important;
    }

    .about-page{
        padding-top: 18px;
    }

    .about-section{
        padding: 24px 0;
    }

    .about-hero-grid,
    .about-story-card,
    .about-story-side,
    .about-cta{
        border-radius: 24px;
    }

    .about-title{
        font-size: clamp(28px, 7vw, 44px);
    }

    .about-desc,
    .section-head p,
    .about-cta p{
        font-size: 16px;
    }

    .about-actions,
    .about-cta-actions{
        flex-direction: column;
        align-items: stretch;
    }

    .about-btn,
    .about-cta-actions .about-btn{
        width: 100%;
        min-width: 0;
    }

    .about-features,
    .about-stats,
    .showcase-mini-stats{
        grid-template-columns: 1fr;
    }

    .timeline-item{
        grid-template-columns: 1fr;
    }

    .timeline-year{
        width: 100%;
    }

    .site-footer-grid{
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
}

@media (max-width: 640px){
    .container,
    .site-footer .container{
        width: calc(100% - 20px) !important;
    }

    .about-hero-grid{
        padding: 26px 18px;
    }

    .about-showcase-card,
    .about-story-card,
    .about-story-side,
    .about-cta{
        padding: 22px 16px;
    }

    .about-title{
        line-height: 1.35;
    }

    .about-desc{
        font-size: 15px;
    }

    .section-head h2{
        font-size: 26px;
    }

    .about-feature,
    .about-stat{
        padding: 20px 16px;
    }

    .about-cta h2{
        font-size: 34px;
        line-height: 1.5;
    }
}
 