/* About Page Styles */

/* ── Section ─────────────────────────────────────── */
#about.page-section {
    background: #ffffff;
    padding: 130px 0 80px 0;
    margin-top: 0;
}

#about .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    width: 100%;
}

/* ── Header ──────────────────────────────────────── */
.about-header {
    margin-top: 40px;
}

.about-header h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top:10px;
}

.about-header p {
    font-size: 0.95rem;
    color: var(--text-dark);
    font-family: 'Lato', sans-serif;
      margin-bottom:10px;
}

/* ── Intro Text ──────────────────────────────────── */
.about-intro-text {
    font-family: 'Lato', sans-serif;
    font-size: 0.92rem;
    line-height: 1.9;
    color: #334155;
    text-align: justify;
    margin-bottom: 50px;
}

.about-intro-text p {
    margin-bottom: 15px;
}

.about-intro-text p:last-child {
    margin-bottom: 0;
}

.about-intro-text strong {
    font-weight: 700;
    color: var(--primary-dark);
}

.about-intro-text em {
    font-style: italic;
}

/* ── Who We Are Box ──────────────────────────────── */
.who-we-are-box {
    border: 1px solid #e2e8f0;
    border-left: 4px solid var(--accent-color);
    padding: 50px 60px;
    background: #ffffff;
    margin-bottom: 50px;
}

.who-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.who-subtitle {
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

/* ── Two-column checklist ────────────────────────── */
.list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 10px;
}

.list-heading {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--primary-dark);
    margin-bottom: 16px;
}

.list-col {
    display: flex;
    flex-direction: column;
}

.om-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.om-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-family: 'Lato', sans-serif;
    font-size: 0.88rem;
    color: #334155;
    line-height: 1.6;
}

.om-list i {
    color: var(--accent-color);
    font-size: 0.85rem;
    margin-top: 4px;
    flex-shrink: 0;
}

/* RichEditor HTML list support */
.om-list ul,
.om-list ol {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.om-list ul li,
.om-list ol li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-family: 'Lato', sans-serif;
    font-size: 0.88rem;
    color: #334155;
    line-height: 1.6;
}

.om-list ul li::before {
    content: "✓";
    color: var(--accent-color);
    font-weight: bold;
    flex-shrink: 0;
    width: 20px;
}

.om-list ol li::before {
    content: counter(list-item) ".";
    color: var(--accent-color);
    font-weight: bold;
    flex-shrink: 0;
    width: 20px;
}

.om-list p {
    margin: 0;
    padding: 0;
}

/* ── Mission & Vision ────────────────────────────── */
.mission-vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
    padding-top: 35px;
    border-top: 1px solid #e2e8f0;
}

.mv-box {
    background: var(--primary-dark);
    color: white;
    padding: 45px 50px;
    border-radius: 2px;
}

.mv-icon {
    font-size: 1.8rem;
    color: var(--accent-color);
    margin-bottom: 14px;
}

.mv-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.mv-text {
    font-family: 'Lato', sans-serif;
    font-size: 0.88rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
}

.mv-text p {
    margin: 0 0 12px 0;
    padding: 0;
}

.mv-text p:last-child {
    margin-bottom: 0;
}

.mv-text ul,
.mv-text ol {
    padding-left: 20px;
    margin: 0 0 12px 0;
}

.mv-text li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.mv-text strong {
    font-weight: 700;
}

.mv-text em {
    font-style: italic;
}

/* ── Promoters / Team ────────────────────────────── */
.promoters-section {
    text-align: center;
    padding: 70px 80px;
    background: #f8fafc;
    border-left: 4px solid var(--accent-color);
    margin-top: 10px;
}

.promoters-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.promoters-subtitle {
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 24px;
}

.promoters-desc {
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    color: var(--text-dark);
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.8;
    text-align: center;
}

.promoters-desc p {
    margin-bottom: 15px;
}

.promoters-desc p:last-child {
    margin-bottom: 0;
}

.promoters-desc strong {
    font-weight: 700;
    color: var(--primary-dark);
}

.promoters-desc em {
    font-style: italic;
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 1024px) {
    #about .container {
        padding: 0 30px;
    }

    .who-we-are-box {
        padding: 35px 30px;
    }

    .list-grid {
        gap: 40px;
    }

    .mv-box {
        padding: 35px 30px;
    }

    .promoters-section {
        padding: 50px 40px;
    }
}

@media (max-width: 768px) {
    #about .container {
        padding: 0 20px;
    }

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

    .list-grid,
    .mission-vision-grid {
        grid-template-columns: 1fr;
    }

    .who-we-are-box {
        padding: 28px 22px;
    }

    .promoters-section {
        padding: 40px 20px;
    }

    .promoters-desc {
        max-width: 100%;
    }
}
