/* ── About Hero ── */
.hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 120px 24px 80px;
}

.hero-orb-1 { width: 400px; height: 400px; top: -100px; right: -80px; animation-delay: 0s; }
.hero-orb-2 { width: 250px; height: 250px; bottom: -60px; left: -40px; animation-delay: 3s; }

.hero-title { font-size: clamp(36px, 5.5vw, 64px); }

.hero-desc { max-width: 580px; margin: 0 auto 36px; }

.hero-breadcrumb .sep { opacity: .4; }

/* ── Mission / Vision / Values ── */
.mv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.mv-card {
    padding: 32px 28px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 16px rgba(63, 144, 135, 0.08);
    border-top: 4px solid var(--brand);
    transition: transform .3s, box-shadow .3s;
}

.mv-card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(63, 144, 135, 0.16); }
.mv-card:nth-child(2) { border-top-color: var(--gold); }
.mv-card:nth-child(3) { border-top-color: #7dd3c9; }

.mv-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--brand-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.mv-card:nth-child(2) .mv-icon { background: var(--gold-light); }
.mv-card:nth-child(3) .mv-icon { background: #e8f5f4; }
.mv-card h3 { font-size: 18px; font-weight: 700; color: #1a2e2c; margin-bottom: 10px; }
.mv-card p  { font-size: 14px; color: #5a7270; line-height: 1.75; }

/* ── Timeline ── */
.timeline-section { background: #f8fffe; }

.timeline { position: relative; max-width: 860px; margin: 0 auto; }

.timeline::before {
    content: '';
    position: absolute;
    left: 50%; top: 0; bottom: 0; width: 2px;
    background: linear-gradient(to bottom, var(--brand-light), var(--brand), var(--brand-light));
    transform: translateX(-50%);
}

.tl-item {
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    align-items: start;
    margin-bottom: 56px;
    position: relative;
}

.tl-item:last-child { margin-bottom: 0; }

.tl-dot {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--brand);
    border: 4px solid #fff;
    box-shadow: 0 0 0 3px var(--brand-light), 0 6px 20px rgba(63, 144, 135, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.tl-dot svg { width: 18px; height: 18px; }

.tl-year {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--brand);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
}

.tl-card {
    background: #fff;
    border-radius: 18px;
    padding: 26px 28px;
    box-shadow: 0 2px 16px rgba(63, 144, 135, 0.08);
    border: 1px solid rgba(63, 144, 135, 0.08);
    transition: box-shadow .3s;
}

.tl-card:hover { box-shadow: 0 8px 32px rgba(63, 144, 135, 0.14); }

.tl-card-tag {
    display: inline-block;
    background: var(--brand-light);
    color: var(--brand);
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.tl-card h4 { font-size: 16px; font-weight: 700; color: #1a2e2c; margin-bottom: 8px; }
.tl-card p  { font-size: 13.5px; color: #5a7270; line-height: 1.7; }

.tl-item.left  .tl-card  { grid-column: 1; }
.tl-item.left  .tl-empty { grid-column: 3; }
.tl-item.right .tl-empty { grid-column: 1; }
.tl-item.right .tl-card  { grid-column: 3; }

.tl-center {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}

/* ── Highlights ── */
.highlights-section {
    background: linear-gradient(135deg, #0d3532 0%, #1a5c55 100%);
    position: relative;
    overflow: hidden;
}

.highlights-section::before {
    content: 'نبات';
    font-family: 'Amiri', serif;
    font-size: 280px;
    color: rgba(255, 255, 255, 0.03);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.hl-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.hl-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: background .3s, transform .3s;
    position: relative;
    overflow: hidden;
}

.hl-card::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-mid), #7dd3c9);
    border-radius: 20px 20px 0 0;
}

.hl-card:hover { background: rgba(255, 255, 255, 0.12); transform: translateY(-5px); }

.hl-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.hl-num   { font-size: 44px; font-weight: 900; color: #7dd3c9; line-height: 1; margin-bottom: 6px; }
.hl-label { font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 8px; }
.hl-desc  { font-size: 12.5px; color: rgba(255, 255, 255, 0.55); line-height: 1.6; }

/* ── Achievements ── */
.achieve-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.achieve-card {
    padding: 28px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 16px rgba(63, 144, 135, 0.08);
    display: flex;
    gap: 18px;
    align-items: flex-start;
    border: 1px solid rgba(63, 144, 135, 0.08);
    transition: transform .3s, box-shadow .3s;
}

.achieve-card:hover { transform: translateY(-4px); box-shadow: 0 10px 36px rgba(63, 144, 135, 0.14); }

.achieve-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--brand-light);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.achieve-card h4 { font-size: 15px; font-weight: 700; color: #1a2e2c; margin-bottom: 6px; }
.achieve-card p  { font-size: 13.5px; color: #5a7270; line-height: 1.65; }

/* ── About CTA override ── */
.cta-section {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .mv-grid      { grid-template-columns: 1fr; }
    .hl-grid      { grid-template-columns: repeat(2, 1fr); }
    .achieve-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .timeline::before { left: 24px; }
    .tl-item { grid-template-columns: 48px 1fr; }
    .tl-item.left  .tl-card,
    .tl-item.right .tl-card  { grid-column: 2; }
    .tl-item.left  .tl-empty,
    .tl-item.right .tl-empty { display: none; }
    .tl-center { grid-column: 1; padding-top: 8px; }
    .tl-year   { left: 48px; transform: none; top: 50px; }
    .hl-grid      { grid-template-columns: 1fr 1fr; }
    .achieve-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .hl-grid { grid-template-columns: 1fr 1fr; }
    .mv-grid { grid-template-columns: 1fr; }
}
