/* --- NAMESPACING TO PROTECT SITE HEADER --- */
.su-page-wrapper {
    background-color: #fff;
    width: 100%;
    position: relative;
    z-index: 1;
}

.su-header-spacer {
    height: 100px; /* Adjust based on your actual header height */
    display: block;
}

.su-main-section {
    padding: 10px 0 80px 0;
    font-family: 'Poppins', sans-serif;
    color: #1e293b;
}

.su-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Forced Visibility for PNG Titles */
.su-title-area { text-align: center; margin-bottom: 5px; display: block !important; }
.su-main-title-img { width: 100%; max-width: 750px; height: auto; display: block; margin: 0 auto; }

/* General Typography */
.su-tagline { font-size: 32px; font-weight: 800; text-align: center; color: #0f172a; margin: 10px 0; }
.su-intro-block p { text-align: center; font-size: 14px; color: #64748b; margin-bottom: 5px; line-height: 1.6; }
.su-marker { display: block; font-weight: 700; color: #2563eb; font-size: 13px; margin-bottom: 10px; }

/* Story Sections */
.su-story-board-area { text-align: center; margin: 20px 0 30px 0; }
.su-board-img { max-width: 500px; width: 100%; height: auto; }

.su-flex-row { display: flex; align-items: center; gap: 60px; margin-bottom: 35px; }
.su-flex-row.su-reverse { flex-direction: row-reverse; }
.su-text-col, .su-img-col { flex: 1; }

.su-side-img { width: 100%; max-width: 280px; height: auto; display: block; margin: 0 auto; }
.su-text-col h3 { font-size: 20px; color: #0f172a; margin-bottom: 12px; }
.su-text-col p { font-size: 14px; line-height: 1.7; color: #475569; }

.su-big-quote { font-size: 19px; font-weight: 800; color: #1e3a8a; font-style: italic; border-left: 5px solid #2563eb; padding-left: 20px; line-height: 1.4; }

/* Turning Point & Transition Image */
.su-tight-bottom { margin-bottom: 10px; }
.su-turning-point-label { text-align: center; font-weight: 900; font-size: 24px; color: #2563eb; margin-top: 40px; }
.su-birth-text { font-size: 28px; font-weight: 900; color: #0f172a; text-align: center; margin: 15px 0; letter-spacing: 1px; }

.su-transition-img { text-align: center; margin: 10px 0 40px 0; }
.su-born-img { max-width: 450px; width: 100%; height: auto; }

/* --- WE BUILD MAKERS SECTION (UNIQUE UI) --- */
.su-makers-section {
    padding: 40px 0;
    border-top: 2px dashed #e2e8f0;
}

.su-makers-header { text-align: center; margin-bottom: 40px; }
.su-makers-header h2 { font-size: 32px; font-weight: 800; color: #0f172a; margin-bottom: 15px; }
.su-makers-header p { font-size: 14px; color: #64748b; max-width: 850px; margin: 0 auto; line-height: 1.7; }

/* Feature Cards Grid */
.su-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.su-feature-card {
    background: #f8fafc;
    padding: 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.3s;
    border: 1px solid #f1f5f9;
}

.su-feature-card:hover {
    transform: translateY(-5px);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.su-card-icon {
    width: 50px;
    height: 50px;
    background: #2563eb;
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.su-feature-card p {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    line-height: 1.4;
}

/* Final CTA Link */
.su-final-cta { text-align: center; margin-top: 40px; }
.su-final-cta p { font-size: 18px; font-weight: 600; color: #475569; }
.su-home-link {
    color: #2563eb;
    text-decoration: none;
    border-bottom: 2px solid #2563eb;
    transition: 0.3s;
}
.su-home-link:hover { color: #1e3a8a; border-color: #1e3a8a; }

/* Responsive */
@media (max-width: 768px) {
    .su-flex-row, .su-flex-row.su-reverse { flex-direction: column; text-align: center; gap: 25px; }
    .su-tagline, .su-makers-header h2 { font-size: 26px; }
    .su-feature-grid { grid-template-columns: 1fr; }
}

/* --- LEARNING PROGRAMS UNIQUE UI --- */
.su-programs-section {
    background-color: #ffffff; /* Pure White Background */
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
}

.su-programs-main-header {
    text-align: center;
    margin-bottom: 60px;
}

.su-main-heading {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-top: 10px;
}

/* Row Layout */
.su-prog-row {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 80px; /* Spacing between the two programs */
}

.su-row-reverse {
    flex-direction: row-reverse;
}

.su-prog-img-col, .su-prog-text-col {
    flex: 1;
}

/* LARGE IMAGE SIZE (400px) */
.su-prog-large-img {
    width: 100%;
    max-width: 400px; /* Increased Size */
    height: auto;
    display: block;
    margin: 0 auto;
    /* Clean white background, no cards */
}

/* Text Content Styling */
.su-prog-header {
    margin-bottom: 20px;
}

.su-prog-icon {
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
}

.su-prog-text-col h3 {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.su-prog-subtitle {
    font-size: 17px;
    font-weight: 700;
    color: #2563eb;
    margin-top: 5px;
}

.su-prog-description {
    font-size: 14px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 30px;
}

/* UNIQUE SKILL PATH UI */
.su-skill-path {
    padding-left: 20px;
}

/* Science Path Green, Robo Path Blue */
.su-science-path { border-left: 4px solid #10b981; }
.su-robo-path { border-left: 4px solid #2563eb; }

.su-skill-item {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 12px;
    position: relative;
    padding-left: 10px;
}

.su-skill-item:last-child { margin-bottom: 0; }

/* Section Conclusion */
.su-programs-footer {
    text-align: center;
    border-top: 1px solid #f1f5f9;
    padding-top: 40px;
    font-size: 20px;
    color: #334155;
}

/* Responsive */
@media (max-width: 992px) {
    .su-prog-row, .su-row-reverse {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    .su-skill-path {
        border-left: none;
        border-top: 2px solid #e2e8f0;
        padding: 20px 0 0 0;
    }
    .su-prog-large-img { max-width: 320px; }
}


/* --- COMPACT IMPACT & MISSION STYLES --- */
.su-impact-mission {
    padding: 60px 0;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    border-top: 1px solid #f1f5f9;
}

.su-impact-header-tight {
    text-align: center;
    margin-bottom: 30px;
}

.su-impact-header-tight h2 {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-top: 5px;
}

/* Stats Bar Fixes */
.su-stats-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.su-stat-box {
    text-align: center;
    flex: 1;
}

.su-stat-num {
    display: inline-block;
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
    min-width: 20px;
}

.su-suffix {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
    margin-left: 2px;
    vertical-align: middle;
}

.su-stat-highlight .su-stat-num {
    color: #2563eb;
    font-size: 36px;
}

.su-stat-highlight .su-suffix {
    color: #2563eb;
    font-size: 24px;
}

.su-stat-box p {
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    margin: 5px 0 0 0;
    text-transform: uppercase;
}

/* Mission Path Styles */
.su-mission-horizontal {
    text-align: center;
    margin-bottom: 40px;
}

.su-mission-title-area h3 {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 5px 0 25px 0;
}

.su-path-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: 850px;
    margin: 0 auto;
}

.su-path-point {
    flex: 1;
}

.su-point-icon {
    width: 55px;
    height: 55px;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #2563eb;
    font-size: 20px;
    transition: 0.3s;
}

.su-path-point p {
    font-size: 14px;
    font-weight: 700;
    color: #475569;
    margin: 0;
}

.su-path-arrow {
    color: #cbd5e1;
    font-size: 14px;
}

.su-point-active .su-point-icon {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);
}

.su-closing-minimal {
    max-width: 850px;
    margin: 40px auto 0;
    text-align: center;
    border-top: 1px dashed #e2e8f0;
    padding-top: 30px;
}

.su-closing-minimal p {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .su-stats-bar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .su-stat-highlight { grid-column: span 2; }
    .su-path-flex { flex-wrap: wrap; }
    .su-path-arrow { display: none; }
    .su-path-point { flex: 45%; margin-bottom: 20px; }
}





/* --- TEAM NARRATIVE STANDALONE STYLES --- */
#su-team-narrative {
    background-color: #ffffff;
    padding: 0px 0 80px 0; /* Added top padding for better breathing room */
    font-family: 'Poppins', sans-serif;
    color: #1e293b;
    line-height: 1.6;
}

.su-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* 1. PNG TITLE (750px) */
.su-team-main-header {
    text-align: center;
    margin-bottom: 50px; /* Increased margin for better separation */
}

.su-team-title-png {
    width: 100%;
    max-width: 750px !important; 
    height: auto;
    display: block;
    margin: 0 auto;
    user-select: none; /* Prevents users from accidentally dragging the title image */
}

/* 2. STORYBOARD ROWS */
.su-team-row {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-bottom: 60px; /* Consistent spacing between chapters */
}

/* Alternating Layout Logic */
.su-row-reverse {
    flex-direction: row-reverse;
}

.su-team-img, 
.su-team-text {
    flex: 1;
}

/* LARGE NARRATIVE IMAGES (400px) */
.su-team-large-img {
    width: 100%;
    max-width: 400px; 
    height: auto;
    display: block;
    margin: 0 auto;
    /* Clean look: no borders or shadows as requested */
    transition: transform 0.3s ease; /* Subtle interaction effect */
}

.su-team-large-img:hover {
    transform: translateY(-5px); /* Very slight lift on hover */
}

/* TEXT STYLING */
.su-team-label {
    display: block;
    font-weight: 700;
    color: #2563eb; /* Science Blue */
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.su-team-text h3 {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 18px;
    line-height: 1.2;
}

.su-team-text p {
    font-size: 14px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 15px;
}

.su-team-text strong {
    color: #1e3a8a; /* Navy Blue for names */
    font-weight: 700;
}

/* --- SPAM TRAP CSS (For your Contact Form) --- */
/* We keep this here so your contact-us.php logic works correctly */
.su-hp-field {
    display: none !important;
    visibility: hidden !important;
    opacity: 0;
    position: absolute;
    left: -9999px;
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 992px) {
    #su-team-narrative {
        padding: 40px 0 60px 0;
    }

    .su-team-row, 
    .su-row-reverse {
        flex-direction: column !important; /* Force stack on mobile */
        text-align: center;
        gap: 40px;
        margin-bottom: 70px;
    }

    .su-team-large-img { 
        max-width: 300px; 
    }

    .su-team-title-png { 
        max-width: 100%; 
    }

    .su-team-text h3 {
        font-size: 24px;
    }

    .su-team-text p {
        font-size: 15px;
    }
}