/* ==========================================================
   STUDENT-LED CAMPUS PAGE STYLES (SCOPED TO PAGE)
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,400&family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.student-led-campus-page {
    background-color: #f8fafc;
    color: #333333;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.student-led-campus-page * {
    box-sizing: border-box;
}

/* Page Container (Increased width to reduce side margins) */
.campusled-container {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
}

/* ==========================================================
   1. COUNCIL HERO SECTION (REDESIGNED TO MATCH REFERENCE)
   ========================================================== */
.student-led-campus-page .council-hero {
    position: relative;
    width: 100%;
    min-height: 520px;
    background-color: #fffcf6;
    background-image: 
        radial-gradient(ellipse at top left, rgba(253, 224, 171, 0.3) 0%, rgba(255, 252, 246, 0) 65%),
        radial-gradient(ellipse at bottom right, rgba(254, 215, 170, 0.35) 0%, rgba(255, 252, 246, 0) 65%);
    padding: 70px 0 80px 0;
    margin: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Background Botanical Leaf Accents */
.student-led-campus-page .hero-botanical-left {
    position: absolute;
    bottom: -15px;
    left: -20px;
    width: 250px;
    height: auto;
    opacity: 0.75;
    pointer-events: none;
    z-index: 1;
}

.student-led-campus-page .hero-botanical-right {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 220px;
    height: auto;
    opacity: 0.75;
    pointer-events: none;
    z-index: 1;
}

.student-led-campus-page .council-hero-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92%;
    max-width: 1320px;
    margin: 0 auto;
    gap: 30px;
}

/* Left Content Area */
.student-led-campus-page .council-hero-content {
    flex: 0 0 42%;
    max-width: 480px;
    padding: 10px 0;
}

.student-led-campus-page .hero-tagline-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.student-led-campus-page .hero-subtitle {
    color: #ea580c !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin: 0 !important;
}

.student-led-campus-page .tag-dash {
    display: inline-block;
    width: 36px;
    height: 2px;
    background-color: #ea580c;
    border-radius: 2px;
    opacity: 0.8;
}

.student-led-campus-page .council-hero-content h1 {
    font-family: 'Playfair Display', serif !important;
    font-size: 54px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    color: #0b1f44 !important;
    margin: 10px 0 20px 0 !important;
    letter-spacing: -0.5px !important;
}

.student-led-campus-page .council-hero-content h1 .highlight-orange {
    color: #ea580c !important;
    font-family: 'Playfair Display', serif !important;
    font-weight: 700 !important;
}

.student-led-campus-page .council-hero-content p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    color: #556575 !important;
    line-height: 1.65 !important;
    margin-bottom: 32px !important;
    max-width: 440px !important;
}

.student-led-campus-page .hero-buttons {
    display: flex;
    align-items: center;
}

.student-led-campus-page .btn-outline-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 13px 30px !important;
    border: 1.5px solid #ea580c !important;
    border-radius: 50px !important;
    color: #ea580c !important;
    background: transparent !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.student-led-campus-page .btn-outline-pill:hover {
    background-color: #ea580c !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(234, 88, 12, 0.25) !important;
}

/* Center Graphic Badge ("Student Led Campus") */
.student-led-campus-page .student-led-badge {
    position: relative;
    flex: 0 0 auto;
    margin: 0 -15px;
    transform: rotate(-12deg);
    z-index: 4;
    user-select: none;
}

.student-led-campus-page .badge-rays {
    position: absolute;
    top: -14px;
    left: -12px;
    display: flex;
    gap: 4px;
}

.student-led-campus-page .badge-rays .ray {
    width: 2px;
    height: 10px;
    background-color: #ea580c;
    border-radius: 2px;
}

.student-led-campus-page .badge-rays .ray-1 {
    transform: rotate(-35deg);
}

.student-led-campus-page .badge-rays .ray-2 {
    transform: rotate(-15deg);
    height: 12px;
}

.student-led-campus-page .badge-rays .ray-3 {
    transform: rotate(15deg);
}

.student-led-campus-page .badge-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Caveat', cursive !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 0.9 !important;
    color: #ea580c !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.student-led-campus-page .word-student {
    margin-bottom: -2px;
}

.student-led-campus-page .word-led {
    font-size: 38px !important;
    margin-bottom: -2px;
}

.student-led-campus-page .word-campus {
    position: relative;
    display: inline-block;
    font-size: 42px !important;
}

.student-led-campus-page .campus-stroke {
    position: absolute;
    bottom: -10px;
    left: -4px;
    width: 110%;
    height: 16px;
}

/* Right Building Image Wrapper */
.student-led-campus-page .council-hero-image-wrapper {
    position: relative;
    flex: 0 0 50%;
    max-width: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Watercolor Brush Background behind Building */
.student-led-campus-page .building-brush-bg {
    position: absolute;
    inset: -35px -40px -45px -40px;
    background-image: url('watercolor_frame_bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.85;
    z-index: 1;
    pointer-events: none;
}

/* Building Photo Card */
.student-led-campus-page .building-photo-card {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #ffffff;
    padding: 8px;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.10);
    transform: rotate(-1.5deg);
    transition: transform 0.4s ease;
}

.student-led-campus-page .building-photo-card:hover {
    transform: rotate(0deg) scale(1.01);
}

.student-led-campus-page .building-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

/* Bottom Right Ribbon Badge ("A place to learn A place to grow") */
.student-led-campus-page .learn-grow-ribbon {
    position: absolute;
    bottom: -25px;
    right: -15px;
    z-index: 5;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border: 1px solid rgba(249, 115, 22, 0.25);
    border-radius: 14px;
    padding: 10px 22px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    transform: rotate(-6deg);
    user-select: none;
}

.student-led-campus-page .ribbon-text-1 {
    display: block;
    font-family: 'Caveat', cursive !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #0b1f44 !important;
    line-height: 1.1 !important;
}

.student-led-campus-page .ribbon-text-2 {
    position: relative;
    display: block;
    font-family: 'Caveat', cursive !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #0b1f44 !important;
    line-height: 1.1 !important;
    margin-left: 10px;
}

.student-led-campus-page .ribbon-stroke {
    position: absolute;
    bottom: -6px;
    left: -2px;
    width: 105%;
    height: 10px;
}

/* ==========================================================
   2. COUNCILS SECTION & FILTER (SOFT PASTEL WITH MEDIUM VISIBILITY)
   ========================================================== */
.student-led-campus-page .councils-section {
    position: relative;
    padding: 90px 0 100px;
    background-color: #fffbf5;
    background-image: 
        radial-gradient(ellipse at top left, rgba(253, 224, 171, 0.28) 0%, rgba(255, 251, 245, 0) 65%),
        radial-gradient(ellipse at bottom right, rgba(254, 215, 170, 0.32) 0%, rgba(255, 251, 245, 0) 65%);
    overflow: hidden;
}

/* Background Botanical Accents (Clearly Visible & Noticeable) */
.student-led-campus-page .councils-botanical-topleft {
    position: absolute;
    top: -15px;
    left: -20px;
    width: 240px;
    height: auto;
    opacity: 0.45 !important;
    pointer-events: none;
    z-index: 1;
    transform: rotate(90deg);
}

.student-led-campus-page .councils-botanical-bottomleft {
    position: absolute;
    bottom: -15px;
    left: -20px;
    width: 250px;
    height: auto;
    opacity: 0.45 !important;
    pointer-events: none;
    z-index: 1;
}

.student-led-campus-page .councils-botanical-bottomright {
    position: absolute;
    bottom: -15px;
    right: -20px;
    width: 240px;
    height: auto;
    opacity: 0.45 !important;
    pointer-events: none;
    z-index: 1;
}

/* Side Cursive Handwriting Labels (Visible Soft Orange Tint) */
.student-led-campus-page .councils-side-badge {
    position: absolute;
    font-family: 'Caveat', cursive !important;
    color: #ea580c !important;
    opacity: 0.70 !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 1.05 !important;
    z-index: 3;
    pointer-events: none;
    user-select: none;
}

.student-led-campus-page .councils-side-badge.badge-left {
    top: 38%;
    left: 25px;
    transform: rotate(-14deg);
}

.student-led-campus-page .councils-side-badge.badge-right {
    top: 25%;
    right: 25px;
    transform: rotate(12deg);
    text-align: right;
}

/* Section Header Area */
.student-led-campus-page .section-heading {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 45px;
}

.student-led-campus-page .section-subtitle {
    color: #ea580c !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    margin-bottom: 8px !important;
}

.student-led-campus-page .section-heading h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 52px !important;
    color: #0b1f44 !important;
    font-weight: 700 !important;
    margin: 8px 0 16px !important;
    letter-spacing: -0.5px !important;
}

.student-led-campus-page .title-highlight {
    position: relative;
    display: inline-block;
}

.student-led-campus-page .title-underline {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 12px;
    opacity: 0.85;
}

.student-led-campus-page .section-heading p {
    max-width: 640px !important;
    margin: 0 auto !important;
    color: #556575 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15.5px !important;
    line-height: 1.65 !important;
}

/* Category Filter Buttons (Clearly Visible Pastel Buttons) */
.student-led-campus-page .filter-buttons {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 55px;
}

.student-led-campus-page .filter-btn {
    padding: 10px 24px !important;
    border: 1.5px solid #fed7aa !important;
    background-color: #ffffff !important;
    color: #0b1f44 !important;
    border-radius: 50px !important;
    cursor: pointer;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05) !important;
    outline: none !important;
}

.student-led-campus-page .filter-btn i {
    font-size: 14px;
    color: #ea580c;
    transition: color 0.3s ease;
}

.student-led-campus-page .filter-btn.active {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    color: #ffffff !important;
    border-color: #ea580c !important;
    box-shadow: 0 6px 18px rgba(234, 88, 12, 0.25) !important;
}

.student-led-campus-page .filter-btn.active i {
    color: #ffffff !important;
}

.student-led-campus-page .filter-btn:hover:not(.active) {
    background-color: #ffedd5 !important;
    border-color: #f97316 !important;
    color: #ea580c !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(234, 88, 12, 0.15) !important;
}

/* ==========================================================
   3. COUNCIL CARDS GRID (CLEARLY VISIBLE CARDS & BORDERS)
   ========================================================== */
.student-led-campus-page .council-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.student-led-campus-page .council-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px 18px 22px 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    border: 1.5px solid #fed7aa;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.student-led-campus-page .council-card::before {
    content: '';
    position: absolute;
    inset: -15px -15px -18px -15px;
    background-image: url('watercolor_frame_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.45 !important;
    z-index: -1;
    pointer-events: none;
}

.student-led-campus-page .council-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    border-color: #f97316;
}

/* Header Row inside Card */
.student-led-campus-page .card-header-row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    text-align: left;
}

.student-led-campus-page .card-icon-badge {
    width: 44px;
    height: 44px;
    background-color: #ffedd5;
    color: #ea580c;
    border: 1.5px solid #fdba74;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(234, 88, 12, 0.12);
    flex-shrink: 0;
}

.student-led-campus-page .card-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0b1f44 !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    text-align: left !important;
}

/* Photo Box Container (Warm Soft Tinted Frame) */
.student-led-campus-page .card-photo-box {
    width: 100%;
    height: 220px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
    background-color: #fff7ed;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #fed7aa;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.02);
}

.student-led-campus-page .card-photo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 14px;
    display: block;
    transition: transform 0.4s ease;
}

.student-led-campus-page .council-card:hover .card-photo-box img {
    transform: scale(1.03);
}

/* Action Button (Clearly Visible Pill Button) */
.student-led-campus-page .view-more-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 8px 24px !important;
    border: 1.5px solid #ea580c !important;
    border-radius: 50px !important;
    background: #ffffff !important;
    color: #ea580c !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 13.5px !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    margin-top: auto !important;
    outline: none !important;
}

.student-led-campus-page .view-more-btn:hover {
    background-color: #ea580c !important;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(234, 88, 12, 0.25) !important;
    transform: translateY(-2px) !important;
}

/* ==========================================================
   4. COUNCIL MODAL POPUP
   ========================================================== */
.council-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 31, 68, 0.75);
    backdrop-filter: blur(5px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.council-modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.council-modal-card {
    background-color: #ffffff;
    width: 720px;
    max-width: 95%;
    border-radius: 20px;
    padding: 36px;
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.92);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-height: 90vh;
    overflow-y: auto;
}

.council-modal-overlay.is-open .council-modal-card {
    transform: scale(1);
}

.modal-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #f1f5f9;
    border: none;
    font-size: 24px;
    color: #0b1f44;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    line-height: 1;
    z-index: 10;
}

.modal-close-btn:hover {
    background-color: #0b1f44;
    color: #ffffff;
}

.modal-body-layout {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.modal-photo-col {
    flex: 0 0 200px;
    height: 250px;
    border-radius: 14px;
    overflow: hidden;
    background-color: #f1f5f9;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-photo-col img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.modal-info-col {
    flex: 1;
}

.modal-council-title {
    font-size: 24px;
    font-weight: 700;
    color: #0b1f44;
    line-height: 1.3;
    margin-bottom: 12px;
}

.modal-council-desc {
    color: #475569;
    font-size: 14.5px;
    line-height: 1.65;
    margin-bottom: 20px;
}

.modal-resp-box h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0b1f44;
    margin-bottom: 12px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 6px;
}

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

.modal-resp-list li {
    font-size: 13.5px;
    color: #334155;
    line-height: 1.6;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.modal-resp-list li i {
    color: #ff8800;
    font-size: 14px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* ==========================================================
   5. READY TO LEAD CTA SECTION
   ========================================================== */
.student-led-campus-page .ready-section {
    padding: 20px 0 80px;
    background-color: #ffffff;
}

.student-led-campus-page .ready-box {
    background: linear-gradient(135deg, #0b1f44 0%, #001233 100%), url('students.png');
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    padding: 45px 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(11, 31, 68, 0.2);
}

.student-led-campus-page .ready-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.student-led-campus-page .ready-icon-wrap {
    width: 90px;
    height: 90px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 25px;
    flex-shrink: 0;
}

.student-led-campus-page .ready-icon-wrap i {
    font-size: 52px;
    color: #ff8800;
}

.student-led-campus-page .ready-content {
    max-width: 480px;
}

.student-led-campus-page .ready-content h2 {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.student-led-campus-page .ready-content p {
    color: #cbd5e0;
    font-size: 15px;
    line-height: 1.6;
}

.student-led-campus-page .ready-right {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.student-led-campus-page .cta-apply-btn {
    background-color: #ff8800;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 136, 0, 0.3);
}

.student-led-campus-page .cta-apply-btn:hover {
    background-color: #e07700;
    transform: translateY(-2px);
}

.student-led-campus-page .cta-programs-btn {
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}

.student-led-campus-page .cta-programs-btn:hover {
    background-color: #ffffff;
    color: #0b1f44;
    border-color: #ffffff;
}

/* ================= FOOTER (HANDLED CENTRALLY IN FOOTER.CSS) ================= */

/* ==========================================================
   6. RESPONSIVE DESIGN BREAKPOINTS
   ========================================================== */

/* Laptop / Small Desktop (max-width: 1100px) */
@media screen and (max-width: 1100px) {
    .student-led-campus-page .council-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

/* Tablet (max-width: 900px) */
@media screen and (max-width: 900px) {
    .student-led-campus-page .council-hero {
        padding: 50px 0 60px 0;
        min-height: auto;
    }

    .student-led-campus-page .council-hero-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .student-led-campus-page .council-hero-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .student-led-campus-page .hero-tagline-wrapper {
        justify-content: center;
    }

    .student-led-campus-page .council-hero-content h1 {
        font-size: 40px !important;
    }

    .student-led-campus-page .council-hero-content p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .student-led-campus-page .hero-buttons {
        justify-content: center;
    }

    .student-led-campus-page .student-led-badge {
        margin: 10px 0;
        transform: rotate(-6deg);
    }

    .student-led-campus-page .council-hero-image-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .student-led-campus-page .building-img {
        height: 280px;
    }

    .student-led-campus-page .learn-grow-ribbon {
        bottom: -15px;
        right: 10px;
    }

    .student-led-campus-page .council-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .student-led-campus-page .ready-box {
        flex-direction: column;
        text-align: center;
        gap: 25px;
        padding: 35px 30px;
    }

    .student-led-campus-page .ready-left {
        flex-direction: column;
        gap: 15px;
    }

    .student-led-campus-page .ready-icon-wrap {
        border-right: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        padding-right: 0;
        padding-bottom: 15px;
        height: auto;
        width: auto;
    }

    .student-led-campus-page .ready-right {
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }

    .modal-body-layout {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .modal-photo-col {
        flex: 0 0 180px;
        width: 180px;
        height: 200px;
    }

    .modal-resp-list li {
        text-align: left;
    }
}

/* Mobile (max-width: 768px) */
@media screen and (max-width: 768px) {
    .student-led-campus-page .hero-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .student-led-campus-page .primary-btn {
        width: auto;
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 12px 24px;
        font-size: 14.5px;
    }
}

/* Mobile (max-width: 600px) */
@media screen and (max-width: 600px) {
    .student-led-campus-page .council-hero-content h1 {
        font-size: 28px;
    }

    .student-led-campus-page .section-heading h2 {
        font-size: 26px;
    }

    .student-led-campus-page .filter-buttons {
        gap: 8px;
        justify-content: center;
    }

    .student-led-campus-page .filter-btn {
        padding: 8px 14px;
        font-size: 13px;
    }

    .student-led-campus-page .council-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .student-led-campus-page .ready-box {
        padding: 24px 16px !important;
        border-radius: 16px !important;
    }

    .student-led-campus-page .ready-content h2 {
        font-size: 26px;
    }

    .student-led-campus-page .ready-right {
        flex-direction: column;
        width: 100%;
    }

    .student-led-campus-page .cta-apply-btn,
    .student-led-campus-page .cta-programs-btn {
        width: 100%;
    }

    .council-modal-card {
        padding: 20px 14px !important;
        max-width: 95% !important;
    }

    .gallery-stats,
    .campusled-impact-stats {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 30px 16px !important;
        gap: 16px !important;
        width: 100% !important;
    }

    .gallery-stats .stat-box,
    .campusled-impact-card,
    .stat-box {
        width: 100% !important;
        max-width: 320px !important;
        min-height: auto !important;
        padding: 24px 18px !important;
        margin: 0 auto !important;
        border-radius: 18px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    .gallery-stats .stat-box i,
    .campusled-impact-card i,
    .stat-box i {
        font-size: 42px !important;
        color: #ff8c00 !important;
        margin-bottom: 10px !important;
    }

    .gallery-stats .stat-box h2,
    .campusled-impact-card h2,
    .stat-box h2 {
        font-family: 'Poppins', sans-serif !important;
        font-size: clamp(1.8rem, 6.5vw, 2.2rem) !important;
        font-weight: 600 !important;
        line-height: 1.1 !important;
        margin-bottom: 4px !important;
    }

    .gallery-stats .stat-box p,
    .campusled-impact-card p,
    .stat-box p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 14.5px !important;
        color: #ddd !important;
        margin: 0 !important;
    }
}

/* ==========================================================
   PARTNERSHIP & IMPACT SUBTLE CUTOUT BACKGROUNDS
   ========================================================== */
section.ajmf-values-outer-wrapper[id="partner"],
section.our-partner-section[id="partner"],
.our-partner-section,
.our-partner-wrapper {
    position: relative !important;
    overflow: hidden !important;
}

section.ajmf-values-outer-wrapper[id="partner"]::before,
section.our-partner-section[id="partner"]::before,
.our-partner-section::before,
.our-partner-wrapper::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url('watercolor_frame_bg.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: 0.22 !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

section.ajmf-values-outer-wrapper[id="partner"] > *,
section.our-partner-section[id="partner"] > *,
.our-partner-section > *,
.our-partner-wrapper > * {
    position: relative !important;
    z-index: 1 !important;
}

.impact-section,
.programs-impact-section,
.campusled-impact-stats,
.ready-section,
.student-led-campus-page .ready-section {
    position: relative !important;
    overflow: hidden !important;
}

.impact-section::before,
.programs-impact-section::before,
.campusled-impact-stats::before,
.ready-section::before,
.student-led-campus-page .ready-section::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url('watercolor_frame_bg.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: 0.22 !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.impact-section > *,
.programs-impact-section > *,
.campusled-impact-stats > *,
.ready-section > *,
.student-led-campus-page .ready-section > * {
    position: relative !important;
    z-index: 1 !important;
}