/* ==========================================================================
   ABOUT US COMPONENT STYLESHEET (about.css)
   ========================================================================== */

/* Hero Banner Modifications */
.about-hero {
                background-image: linear-gradient(rgba(4,9,30,0.6), rgba(4,9,30,0.6)), url('/assets/images/IMG-20250325-WA0006.jpg') !important;
}
@font-face {
  font-family: 'Poppins';
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'),
       url('../Poppins/Poppins-Regular.ttf') format('truetype');
}
/* Master Section Configuration */
.about-section {
    padding: 100px 6%;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
    clear: both;
}

.about-container {
    width: 100%;
}

.grid-2-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

/* Reusable Components */
.section-tag {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #20ad3f;
    font-family: bold, sans-serif;
    margin-bottom: 12px;
}
.text-center { text-align: center; display: block; }

.about-section h2 {
    font-size: 38px;
    color: #04091e;
    font-family: bold, sans-serif;
    margin-bottom: 20px;
}

.title-underline {
    width: 70px;
    height: 4px;
    background: #20ad3f;
    margin: 0 auto 25px auto;
    border-radius: 2px;
}

.section-desc {
    text-align: center;
    color: #64748b;
    font-size: 15px;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

/* --- Section 1: Our Story --- */
.story-section .about-container {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: start;
}

.story-content p {
    color: #475569;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 20px;
    text-align: justify;
}

.story-content p.lead-text {
    font-size: 17px;
    color: #04091e;
    line-height: 1.7;
    border-left: 4px solid #20ad3f;
    padding-left: 20px;
}

/* Modern Timeline Architecture */
.milestones-timeline {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.02);
}

.timeline-title {
    font-size: 20px;
    color: #04091e;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.timeline-title i { color: #20ad3f; }

.timeline-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    position: relative;
}
.timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 25px;
    top: 50px;
    bottom: -25px;
    width: 2px;
    background: #e2e8f0;
}

.timeline-badge {
    min-width: 52px;
    height: 52px;
    background: rgba(32, 173, 63, 0.1);
    color: #20ad3f;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: bold, sans-serif;
    font-size: 14px;
    border: 1px solid rgba(32, 173, 63, 0.2);
}

.timeline-panel h4 {
    font-size: 16px;
    color: #04091e;
    margin-bottom: 5px;
    font-family: bold, sans-serif;
}

.timeline-panel p {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* --- Section 2: Vision & Mission --- */
.vision-mission-section {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.vm-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 45px 35px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.vm-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(4,9,30,0.06);
    border-color: rgba(32, 173, 63, 0.25);
}

.vm-icon-box {
    width: 60px;
    height: 60px;
    background: #04091e;
    color: #ffffff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 25px;
}
.mission-card .vm-icon-box { background: #20ad3f; }

.vm-card h3 {
    font-size: 24px;
    color: #04091e;
    margin-bottom: 12px;
}

.vm-line {
    width: 40px;
    height: 3px;
    background: #e2e8f0;
    margin-bottom: 20px;
    border-radius: 2px;
}
.vm-card:hover .vm-line { background: #20ad3f; width: 60px; transition: 0.3s; }

.vm-card p {
    color: #475569;
    font-size: 14.5px;
    line-height: 1.7;
    text-align: justify;
    margin: 0;
}

/* --- Section 3: Affiliation & Credibility --- */
.affiliation-header { text-align: center; margin-bottom: 50px; }

.affiliation-wrapper {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 50px;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 50px;
    align-items: center;
    box-shadow: 0 4px 30px rgba(0,0,0,0.01);
}

.pu-logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.vector-pu-logo {
    width: 100%;
    max-width: 260px;
    aspect-ratio: 1;
    background: linear-gradient(135deg, #091330 0%, #04091e 100%);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    color: #ffffff;
    text-align: center;
    border: 4px double rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 35px rgba(4,9,30,0.15);
}
.vector-pu-logo i { font-size: 60px; color: #20ad3f; margin-bottom: 15px; }
.vector-pu-logo span { font-size: 15px; font-family: bold, sans-serif; letter-spacing: 1px; line-height: 1.3; }
.vector-pu-logo small { font-size: 11px; color: #94a3b8; margin-top: 8px; text-transform: uppercase; letter-spacing: 2px; }

.affiliation-details h3 { font-size: 24px; color: #04091e; margin-bottom: 15px; }
.legal-notice-intro { color: #475569; font-size: 14.5px; line-height: 1.7; text-align: justify; margin-bottom: 25px; }

.legal-meta-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
}
.meta-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 14px;
}
.meta-row:not(:last-child) { border-bottom: 1px solid #e2e8f0; }
.meta-label { font-family: bold, sans-serif; color: #334155; }
.meta-value { color: #475569; }
.meta-value.status-verified { color: #20ad3f; font-family: bold, sans-serif; display: flex; align-items: center; gap: 5px; }
.meta-value.code-font { font-family: monospace; background: #e2e8f0; padding: 2px 6px; border-radius: 4px; color: #0f172a; font-size: 12.5px; }

.download-pdf-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    background: #ea4335;
    color: #ffffff;
    font-family: bold, sans-serif;
    font-size: 14.5px;
    padding: 14px 28px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(234, 67, 53, 0.2);
    transition: all 0.3s ease;
}
.download-pdf-btn:hover {
    background: #b91c1c;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(234, 67, 53, 0.3);
}

/* --- Section 4: Community Engagement --- */
.community-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 50px;
    align-items: center;
    margin-bottom: 50px;
}

.community-info h2 { font-size: 34px; line-height: 1.25; }
.community-info p { color: #475569; font-size: 15px; line-height: 1.7; margin-bottom: 20px; text-align: justify; }

.hashtags-box { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 25px; }
.hashtag {
    font-size: 13px;
    background: rgba(32, 173, 63, 0.08);
    color: #20ad3f;
    padding: 5px 14px;
    border-radius: 30px;
    font-family: bold, sans-serif;
    border: 1px solid rgba(32, 173, 63, 0.12);
}

.community-footer-note { font-style: italic; font-weight: 500; color: #04091e !important; }

/* Perks Mini-Grid Layout */
.perks-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.perk-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.01);
    transition: all 0.3s ease;
}
.perk-item:hover { border-color: rgba(32, 173, 63, 0.2); transform: translateY(-3px); }

.perk-icon {
    font-size: 22px;
    color: #20ad3f;
    margin-bottom: 12px;
}
.perk-text h4 { font-size: 16px; color: #04091e; margin-bottom: 6px; font-family: bold, sans-serif; }
.perk-text p { font-size: 13px; color: #64748b; line-height: 1.5; margin: 0; text-align: justify; }

/* Dynamic Horizontal CTA Bar */
.join-channel-bar {
    background: linear-gradient(135deg, #091330 0%, #04091e 100%);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    box-shadow: 0 15px 35px rgba(4,9,30,0.12);
    border: 1px solid rgba(255,255,255,0.05);
}

.bar-content h3 { color: #ffffff; font-size: 20px; margin-bottom: 6px; font-family: bold, sans-serif; }
.bar-content p { color: #94a3b8; font-size: 14px; margin: 0; }

.join-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    background: #20ad3f;
    color: #ffffff;
    font-family: bold, sans-serif;
    font-size: 14.5px;
    padding: 14px 28px;
    border-radius: 30px;
    box-shadow: 0 8px 20px rgba(32, 173, 63, 0.25);
    white-space: nowrap;
    transition: all 0.3s ease;
}
.join-btn:hover { background: #fff; color: #20ad3f; transform: translateY(-2px); box-shadow: 0 12px 24px rgba(255,255,255,0.2); }

/* --- Scroll Animation Classes --- */
.reveal-slide { opacity: 0; transform: translateY(30px); transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease; }
.reveal-slide.show-active { opacity: 1; transform: translateY(0); }

/* ==========================================================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================================================== */
@media (max-width: 1024px) {
    .story-section .about-container,
    .affiliation-wrapper,
    .community-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .pu-logo-box { padding-bottom: 10px; }
    .vector-pu-logo { max-width: 220px; }
}

@media (max-width: 768px) {
    .about-section { padding: 60px 5%; }
    .about-section h2 { font-size: 28px; }
    .grid-2-col, .perks-grid { grid-template-columns: 1fr; gap: 25px; }
    .join-channel-bar { flex-direction: column; text-align: center; padding: 30px 20px; }
    .community-info h2 { font-size: 26px; }
    .affiliation-wrapper { padding: 30px 20px; }
}