/* =====================================================
   PAGES-SPECIFIC STYLES
   Heroes For Israel Project
   Premium Design with High-Quality Unsplash Images
   ===================================================== */

/* Page Header - Base Styles
   ===================================================== */
.page-header {
    position: relative;
    padding: 200px 0 120px;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    overflow: hidden;
}

.page-header-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-header-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 56, 184, 0.85) 0%, rgba(0, 45, 138, 0.9) 100%);
    z-index: 1;
}

.page-header-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    z-index: 2;
}

/* Floating Particles Animation for Page Headers */
.page-header .particles {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}

.page-header .particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(201, 162, 39, 0.6);
    border-radius: 50%;
    animation: floatParticle 20s infinite linear;
}

@keyframes floatParticle {
    0% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100vh) rotate(720deg);
        opacity: 0;
    }
}

.page-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.25) 0%, transparent 70%);
    pointer-events: none;
    z-index: 3;
    animation: pulse 8s ease-in-out infinite;
}

.page-header::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
    pointer-events: none;
    z-index: 3;
    animation: pulse 10s ease-in-out infinite reverse;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

/* Page-Specific Background Images from Unsplash */

/* About Page */
body:has(.navbar .nav-link[href="about.html"].active) .page-header .page-header-bg,
.page-header.about-header .page-header-bg {
    background-image: url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?w=1920&auto=format&fit=crop&q=80');
}

/* Programs Page */
body:has(.navbar .nav-link[href="programs.html"].active) .page-header .page-header-bg,
.page-header.programs-header .page-header-bg {
    background-image: url('https://images.unsplash.com/photo-1573497019940-1c28c88b4f3e?w=1920&auto=format&fit=crop&q=80');
}

/* Events Page */
body:has(.navbar .nav-link[href="events.html"].active) .page-header .page-header-bg,
.page-header.events-header .page-header-bg {
    background-image: url('https://images.unsplash.com/photo-1511578314322-379afb476865?w=1920&auto=format&fit=crop&q=80');
}

/* Gallery Page */
body:has(.navbar .nav-link[href="gallery.html"].active) .page-header .page-header-bg,
.page-header.gallery-header .page-header-bg {
    background-image: url('https://images.unsplash.com/photo-1493612276216-ee3925520721?w=1920&auto=format&fit=crop&q=80');
}

/* Contact Page */
body:has(.navbar .nav-link[href="contact.html"].active) .page-header .page-header-bg,
.page-header.contact-header .page-header-bg {
    background-image: url('https://images.unsplash.com/photo-1521737711867-e3b97375f902?w=1920&auto=format&fit=crop&q=80');
}

/* Donate Page */
body:has(.navbar .nav-link[href="donate.html"].active) .page-header .page-header-bg,
.page-header.donate-header .page-header-bg {
    background-image: url('https://images.unsplash.com/photo-1532629345422-7515f3d16bb6?w=1920&auto=format&fit=crop&q=80');
}

.page-header-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--white);
}

.page-tag {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}

.page-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--white);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 255, 255, 0.2);
}

.page-subtitle {
    font-size: 1.25rem;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
    line-height: 1.7;
}

/* About Page
   ===================================================== */
.story-section {
    background: var(--white);
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.story-image {
    position: relative;
}

.story-image-placeholder {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 4rem;
}

.story-image-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--secondary);
    color: var(--dark);
    padding: 1.5rem 2rem;
    border-radius: var(--radius-lg);
    font-weight: 700;
    font-size: 1.25rem;
    box-shadow: var(--shadow-lg);
}

.story-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--dark);
}

.story-content p {
    font-size: 1.125rem;
    color: var(--gray-600);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

/* Mission Vision Section */
.mission-vision-section {
    background: var(--gray-50);
}

.mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.mv-card {
    background: var(--white);
    padding: 3rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
}

.mv-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
}

.mv-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.mv-card h3 {
    font-size: 1.75rem;
    color: var(--dark);
    margin-bottom: 1rem;
}

.mv-card p {
    color: var(--gray-600);
    line-height: 1.7;
}

/* Values Section */
.values-section {
    background: var(--white);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.value-card {
    text-align: center;
    padding: 2.5rem 2rem;
    background: var(--gray-50);
    border-radius: var(--radius-xl);
    transition: var(--transition);
}

.value-card:hover {
    background: var(--white);
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.value-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}

.value-card h4 {
    font-size: 1.25rem;
    color: var(--dark);
    margin-bottom: 0.75rem;
}

.value-card p {
    color: var(--gray-600);
    font-size: 0.95rem;
}

/* What We Do Section */
.what-we-do-section {
    background: var(--dark);
    color: var(--white);
}

.what-we-do-section .section-title {
    color: var(--white);
}

.what-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.what-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    border-radius: var(--radius-xl);
    transition: var(--transition);
}

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

.what-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.what-card h4 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.what-card p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

/* Why Section */
.why-section {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: var(--white);
}

.why-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.why-content h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.why-content p {
    font-size: 1.25rem;
    line-height: 1.8;
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

/* Programs Page
   ===================================================== */
.programs-intro-section {
    background: var(--white);
}

.programs-intro {
    max-width: 800px;
    margin: 0 auto;
}

.intro-text {
    font-size: 1.25rem;
    color: var(--gray-600);
    line-height: 1.8;
}

.program-detail {
    padding: 5rem 0;
}

.program-detail:nth-child(even) {
    background: var(--gray-50);
}

.program-detail:nth-child(odd) {
    background: var(--white);
}

.program-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.program-detail:nth-child(even) .program-detail-grid {
    direction: rtl;
}

.program-detail:nth-child(even) .program-detail-grid>* {
    direction: ltr;
}

.program-image-placeholder {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: var(--radius-xl);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 4rem;
    position: relative;
    overflow: hidden;
}

.program-image-placeholder span {
    font-size: 1rem;
    margin-top: 1rem;
    opacity: 0.8;
}

.program-content h2 {
    font-size: 2.25rem;
    color: var(--dark);
    margin-bottom: 1.5rem;
}

.program-content>p {
    font-size: 1.125rem;
    color: var(--gray-600);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.program-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.program-features li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    color: var(--gray-700);
}

.program-features li svg {
    width: 24px;
    height: 24px;
    stroke: var(--primary);
    flex-shrink: 0;
    margin-top: 2px;
}

/* Chai Club Styling */
.chai-highlight {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-dark) 100%);
}

.chai-symbol {
    font-size: 6rem;
    font-family: 'Playfair Display', serif;
}

/* Events Page
   ===================================================== */
.events-intro-section {
    background: var(--white);
}

.events-intro {
    max-width: 800px;
    margin: 0 auto;
}

.past-event-section {
    background: var(--gray-50);
}

.past-event-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.past-event-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.past-event-image {
    background: linear-gradient(135deg, var(--dark) 0%, #16213e 100%);
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    padding: 3rem;
    text-align: center;
    position: relative;
}

.past-event-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.past-event-image .event-icon {
    font-size: 5rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.past-event-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1.5rem;
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.past-event-content {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.past-event-content h3 {
    font-size: 2rem;
    color: var(--dark);
    margin-bottom: 0.5rem;
}

.event-date {
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.past-event-content>p {
    color: var(--gray-600);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.event-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.event-stat {
    text-align: center;
}

.event-stat .number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
}

.event-stat .label {
    color: var(--gray-500);
    font-size: 0.875rem;
}

/* Upcoming Events */
.upcoming-events-section {
    background: var(--white);
}

.upcoming-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.upcoming-card {
    background: var(--gray-50);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    text-align: center;
    border: 2px dashed var(--gray-300);
    transition: var(--transition);
}

.upcoming-card:hover {
    border-color: var(--primary);
    background: var(--white);
}

.upcoming-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.upcoming-card h4 {
    font-size: 1.25rem;
    color: var(--dark);
    margin-bottom: 0.75rem;
}

.upcoming-card p {
    color: var(--gray-600);
    margin-bottom: 1.5rem;
}

.upcoming-card .btn {
    width: 100%;
}

/* Contact Page
   ===================================================== */
.contact-main-section {
    background: var(--white);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
}

.contact-info-card {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: var(--radius-xl);
    padding: 3rem;
    color: var(--white);
}

.contact-info-card h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.contact-info-card>p {
    opacity: 0.9;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.contact-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-info-list li svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    opacity: 0.8;
}

.contact-info-list li a {
    color: var(--white);
    text-decoration: none;
    transition: var(--transition);
}

.contact-info-list li a:hover {
    opacity: 0.8;
}

.contact-social h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.contact-social-links {
    display: flex;
    gap: 1rem;
}

.contact-social-links a {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: var(--transition);
}

.contact-social-links a:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

.contact-social-links svg {
    width: 20px;
    height: 20px;
}

.contact-form-card {
    background: var(--gray-50);
    border-radius: var(--radius-xl);
    padding: 3rem;
}

.contact-form-card h3 {
    font-size: 1.75rem;
    color: var(--dark);
    margin-bottom: 2rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-weight: 500;
    color: var(--dark);
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem 1.25rem;
    border: 2px solid var(--gray-200);
    border-radius: var(--radius-md);
    font-size: 1rem;
    font-family: inherit;
    transition: var(--transition);
    background: var(--white);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(0, 56, 184, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 150px;
}

/* FAQ Section */
.faq-section {
    background: var(--gray-50);
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.faq-item {
    background: var(--white);
    padding: 2rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.faq-item h4 {
    font-size: 1.125rem;
    color: var(--dark);
    margin-bottom: 0.75rem;
}

.faq-item p {
    color: var(--gray-600);
    line-height: 1.7;
}

/* Donate Page
   ===================================================== */
.donate-intro-section {
    background: var(--white);
}

.donate-intro {
    max-width: 800px;
    margin: 0 auto;
}

.donate-options-section {
    background: var(--gray-50);
}

.donate-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.donate-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    position: relative;
}

.donate-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
}

.donate-card.featured {
    border: 3px solid var(--secondary);
}

.donate-card.featured::before {
    content: 'Most Popular';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
    color: var(--dark);
    padding: 0.25rem 1rem;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.donate-amount {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.donate-card h4 {
    font-size: 1.25rem;
    color: var(--dark);
    margin-bottom: 1rem;
}

.donate-card p {
    color: var(--gray-600);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

/* Chai Defense Club */
.chai-section {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-dark) 100%);
    color: var(--dark);
}

.chai-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.chai-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.chai-content>p {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.chai-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.chai-features li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.chai-features li svg {
    width: 24px;
    height: 24px;
    stroke: var(--dark);
}

.chai-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.chai-circle {
    width: 300px;
    height: 300px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chai-circle .chai-text {
    font-size: 8rem;
    font-family: 'Playfair Display', serif;
    line-height: 1;
}

.chai-circle span:last-child {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

/* Impact Section */
.impact-section {
    background: var(--white);
}

.impact-breakdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.impact-item {
    text-align: center;
    padding: 2rem;
}

.impact-item .icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.impact-item .amount {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.impact-item p {
    color: var(--gray-600);
}

/* Donor Testimonial */
.donor-section {
    background: var(--gray-50);
}

.donor-card {
    max-width: 800px;
    margin: 0 auto;
    background: var(--white);
    padding: 3rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    text-align: center;
}

.donor-avatar {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--white);
}

.donor-card blockquote {
    font-size: 1.25rem;
    font-style: italic;
    color: var(--gray-700);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.donor-card cite {
    color: var(--gray-500);
    font-style: normal;
}

/* Gallery Page
   ===================================================== */
.gallery-intro-section {
    background: var(--white);
    padding-bottom: 2rem;
}

.gallery-intro {
    max-width: 700px;
    margin: 0 auto;
}

.gallery-section {
    background: var(--white);
    padding-top: 2rem;
}

.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.75rem 1.5rem;
    background: var(--gray-100);
    border: 2px solid transparent;
    border-radius: 100px;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--gray-600);
    cursor: pointer;
    transition: var(--transition);
}

.filter-btn:hover {
    background: var(--gray-200);
}

.filter-btn.active {
    background: var(--primary);
    color: var(--white);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.gallery-item {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    cursor: pointer;
    transition: var(--transition);
}

.gallery-item:hover {
    transform: scale(1.02);
}

.gallery-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item.wide {
    grid-column: span 2;
}

.gallery-item.tall {
    grid-row: span 2;
}

.gallery-placeholder {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-item.large .gallery-placeholder,
.gallery-item.wide .gallery-placeholder {
    aspect-ratio: auto;
    height: 100%;
}

.placeholder-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--white);
    text-align: center;
    padding: 1rem;
}

.placeholder-icon {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.placeholder-text {
    font-size: 0.9rem;
    opacity: 0.8;
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    color: var(--white);
    opacity: 0;
    transition: var(--transition);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay h4 {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}

.gallery-overlay p {
    font-size: 0.875rem;
    opacity: 0.8;
}

/* Video Section */
.video-section {
    background: var(--gray-50);
}

.video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.video-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
}

.video-placeholder {
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, var(--dark) 0%, #16213e 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    cursor: pointer;
    position: relative;
}

.play-button {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    margin-bottom: 1rem;
}

.play-button svg {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

.video-placeholder:hover .play-button {
    background: var(--primary);
    transform: scale(1.1);
}

.video-placeholder span {
    opacity: 0.8;
}

.video-card h4 {
    padding: 1.5rem 1.5rem 0.5rem;
    font-size: 1.125rem;
    color: var(--dark);
}

.video-card p {
    padding: 0 1.5rem 1.5rem;
    color: var(--gray-600);
}

/* Share Section */
.share-section {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.share-bg {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.share-content {
    position: relative;
    z-index: 1;
}

.share-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.share-content p {
    font-size: 1.25rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 2rem;
}

/* Responsive Styles
   ===================================================== */
@media (max-width: 1024px) {

    .story-grid,
    .program-detail-grid,
    .past-event-grid,
    .chai-grid,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .program-detail:nth-child(even) .program-detail-grid {
        direction: ltr;
    }

    .mv-grid,
    .video-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .values-grid,
    .what-grid,
    .upcoming-grid,
    .donate-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .impact-breakdown {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 150px 0 80px;
    }

    .values-grid,
    .what-grid,
    .upcoming-grid,
    .donate-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item.large,
    .gallery-item.wide {
        grid-column: span 1;
    }

    .gallery-item.tall,
    .gallery-item.large {
        grid-row: span 1;
    }

    .impact-breakdown {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .event-stats {
        flex-direction: column;
        gap: 1rem;
    }

    .story-image-badge {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 1rem;
        display: inline-block;
    }
}

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

    .gallery-filters {
        gap: 0.5rem;
    }

    .filter-btn {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }

    .chai-circle {
        width: 200px;
        height: 200px;
    }

    .chai-circle .chai-text {
        font-size: 5rem;
    }
}

/* =====================================================
   PREMIUM GALLERY IMAGES WITH UNSPLASH
   ===================================================== */

/* Gallery Item Backgrounds */
.gallery-item[data-category="events"]:nth-of-type(1) .gallery-placeholder,
.gallery-item[data-category="events"].gallery-item-walk .gallery-placeholder {
    background: url('https://images.unsplash.com/photo-1511578314322-379afb476865?w=600&auto=format&fit=crop') center/cover no-repeat;
}

.gallery-item[data-category="community"]:nth-of-type(2) .gallery-placeholder,
.gallery-item.gallery-item-memorial .gallery-placeholder {
    background: url('https://images.unsplash.com/photo-1632406898227-d1fa7a39f934?w=600&auto=format&fit=crop') center/cover no-repeat;
}

.gallery-item[data-category="programs"]:nth-of-type(3) .gallery-placeholder,
.gallery-item.gallery-item-equipment .gallery-placeholder {
    background: url('https://images.unsplash.com/photo-1587854692152-cbe660dbde88?w=600&auto=format&fit=crop') center/cover no-repeat;
}

.gallery-item[data-category="events"]:nth-of-type(4) .gallery-placeholder,
.gallery-item.gallery-item-community .gallery-placeholder {
    background: url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?w=600&auto=format&fit=crop') center/cover no-repeat;
}

.gallery-item[data-category="programs"]:nth-of-type(5) .gallery-placeholder,
.gallery-item.gallery-item-shelter .gallery-placeholder {
    background: url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=600&auto=format&fit=crop') center/cover no-repeat;
}

.gallery-item[data-category="community"]:nth-of-type(6) .gallery-placeholder,
.gallery-item.gallery-item-solidarity .gallery-placeholder {
    background: url('https://images.unsplash.com/photo-1544967082-d9d25d867d66?w=600&auto=format&fit=crop') center/cover no-repeat;
}

.gallery-item[data-category="events"]:nth-of-type(7) .gallery-placeholder,
.gallery-item.gallery-item-awareness .gallery-placeholder {
    background: url('https://images.unsplash.com/photo-1594708767771-a7502f1c1ff5?w=600&auto=format&fit=crop') center/cover no-repeat;
}

.gallery-item[data-category="programs"]:nth-of-type(8) .gallery-placeholder,
.gallery-item.gallery-item-training .gallery-placeholder {
    background: url('https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&auto=format&fit=crop') center/cover no-repeat;
}

.gallery-item[data-category="community"]:nth-of-type(9) .gallery-placeholder,
.gallery-item.gallery-item-heroes .gallery-placeholder {
    background: url('https://images.unsplash.com/photo-1531545514256-b1400bc00f31?w=800&auto=format&fit=crop') center/cover no-repeat;
}

.gallery-item[data-category="events"]:nth-of-type(10) .gallery-placeholder,
.gallery-item.gallery-item-speaker .gallery-placeholder {
    background: url('https://images.unsplash.com/photo-1475721027785-f74eccf877e2?w=600&auto=format&fit=crop') center/cover no-repeat;
}

.gallery-item[data-category="programs"]:nth-of-type(11) .gallery-placeholder,
.gallery-item.gallery-item-shipment .gallery-placeholder {
    background: url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?w=600&auto=format&fit=crop') center/cover no-repeat;
}

.gallery-item[data-category="community"]:nth-of-type(12) .gallery-placeholder,
.gallery-item.gallery-item-unity .gallery-placeholder {
    background: url('https://images.unsplash.com/photo-1582213782179-e0d53f98f2ca?w=600&auto=format&fit=crop') center/cover no-repeat;
}

/* =====================================================
   ENHANCED ANIMATIONS & INTERACTIVE ELEMENTS
   ===================================================== */

/* Premium Card Hover Effects */
.mv-card,
.value-card,
.what-card,
.program-detail-visual,
.impact-card,
.donate-card,
.faq-item,
.walk-card,
.upcoming-card-inner {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mv-card:hover,
.value-card:hover,
.what-card:hover,
.impact-card:hover,
.donate-card:hover,
.faq-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 50px -12px rgba(0, 56, 184, 0.25);
}

/* Animated Gradient Borders */
.featured-event-card,
.program-visual-card,
.story-card {
    position: relative;
    overflow: hidden;
}

.featured-event-card::before,
.program-visual-card::before,
.story-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.3), transparent);
    animation: shimmer 3s infinite;
    z-index: 0;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* Floating Elements Animation */
@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.program-visual-card,
.story-card,
.mv-card .mv-icon,
.what-icon,
.value-card .value-number {
    animation: float 6s ease-in-out infinite;
}

.program-visual-card:nth-child(2),
.value-card:nth-child(even) .value-number {
    animation-delay: -2s;
}

.program-visual-card:nth-child(3),
.value-card:nth-child(3n) .value-number {
    animation-delay: -4s;
}

/* Interactive Number Counter Animation */
.value-number {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2.5rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

.value-card:hover .value-number {
    transform: scale(1.2);
}

/* Glowing Effect for Featured Elements */
.donate-card.featured,
.featured-event-card {
    box-shadow: 0 10px 40px rgba(201, 162, 39, 0.3);
}

.donate-card.featured:hover,
.featured-event-card:hover {
    box-shadow: 0 20px 60px rgba(201, 162, 39, 0.5);
}

/* Premium Section Backgrounds */
.what-we-do-section,
.upcoming-section,
.donation-impact-section {
    position: relative;
    overflow: hidden;
}

.what-we-do-section::before,
.upcoming-section::before,
.donation-impact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1544967082-d9d25d867d66?w=1920&auto=format&fit=crop&q=80') center/cover no-repeat;
    opacity: 0.1;
    z-index: 0;
}

.what-we-do-section>.container,
.upcoming-section>.container,
.donation-impact-section>.container {
    position: relative;
    z-index: 1;
}

/* Enhanced CTA Sections */
.share-section,
.cta-section {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 50%, #001a4d 100%);
}

/* Animated Icon Backgrounds */
/* Animated Icon Backgrounds - Size Constraints */
.mv-icon svg,
.what-icon svg,
.walk-icon svg,
.upcoming-icon svg {
    stroke: currentColor;
    stroke-width: 1.5;
    transition: all 0.3s ease;
}

/* =====================================================
   OTHER WAYS TO GIVE ICON STYLING
   Fix for oversized icons on donate page
   ===================================================== */
.other-way-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.other-way-icon svg {
    width: 32px;
    height: 32px;
    stroke: var(--white);
    stroke-width: 1.5;
    transition: all 0.3s ease;
}

/* =====================================================
   PROGRAM VISUAL ICON STYLING
   Fix for oversized icons on programs page
   ===================================================== */
.program-visual-card {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    border-radius: var(--radius-xl);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.program-visual-card.chai-card {
    background: linear-gradient(135deg, var(--primary-gold) 0%, #e5c45c 100%);
    color: var(--charcoal);
}

.visual-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.visual-icon svg {
    width: 40px;
    height: 40px;
    stroke: currentColor;
    stroke-width: 1.5;
}

.visual-stat {
    text-align: center;
}

.stat-big {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    opacity: 0.9;
}

.visual-text {
    margin-top: 1rem;
}

.chai-symbol {
    font-size: 5rem;
    font-family: 'Playfair Display', serif;
    line-height: 1;
    margin-bottom: 1rem;
}

/* =====================================================
   CONTACT INFO ICON STYLING
   Fix for oversized icons on contact page
   ===================================================== */
.contact-info h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--white);
}

.info-items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.info-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-icon svg {
    width: 22px;
    height: 22px;
    stroke: var(--white);
    stroke-width: 1.5;
    transition: all 0.3s ease;
}

.info-content h4 {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.8;
    margin-bottom: 0.25rem;
}

.info-content a {
    color: var(--white);
    text-decoration: none;
    font-size: 1rem;
    transition: opacity 0.3s ease;
}

.info-content a:hover {
    opacity: 0.8;
}

/* Social Connect Section Styling */
.social-connect h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: var(--charcoal);
}

.social-connect p {
    color: var(--gray-600);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(0, 56, 184, 0.05);
    border-radius: var(--radius-md);
    color: var(--charcoal);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: rgba(0, 56, 184, 0.1);
    transform: translateX(5px);
}

.social-link svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.social-link span {
    font-weight: 500;
}

/* Nonprofit Badge Styling */
.nonprofit-badge {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.badge-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, var(--primary-gold) 0%, #e5c45c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.badge-text h4 {
    font-size: 1rem;
    color: var(--charcoal);
    margin-bottom: 0.25rem;
}

.badge-text p {
    font-size: 0.875rem;
    color: var(--gray-600);
}

.mv-card:hover .mv-icon svg,
.what-card:hover .what-icon svg,
.walk-card:hover .walk-icon svg,
.upcoming-card:hover .upcoming-icon svg,
.other-way-card:hover .other-way-icon svg {
    transform: scale(1.1) rotate(5deg);
}

/* Gallery Image Hover Effects */
.gallery-item .gallery-placeholder::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-item:hover .gallery-placeholder::after {
    opacity: 1;
}

/* Hide placeholder icons when background images load */
.gallery-item .placeholder-content {
    transition: opacity 0.3s ease;
}

.gallery-item:hover .placeholder-content {
    opacity: 0;
}

/* Video Card Premium Styling */
.video-placeholder {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    position: relative;
    overflow: hidden;
}

.video-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1492684223066-81342ee5ff30?w=600&auto=format&fit=crop') center/cover no-repeat;
    opacity: 0.3;
}

.video-card:nth-child(2) .video-placeholder::before {
    background-image: url('https://images.unsplash.com/photo-1544967082-d9d25d867d66?w=600&auto=format&fit=crop');
}

/* Contact Form Enhanced Styling */
.contact-form-wrapper {
    background: var(--white);
    padding: 3rem;
    border-radius: var(--radius-xl);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.contact-info {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    color: var(--white);
    padding: 2.5rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
}

.social-connect {
    background: var(--off-white);
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
}

.nonprofit-info {
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.1) 0%, rgba(201, 162, 39, 0.05) 100%);
    border: 2px solid var(--primary-gold);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

/* Program Detail Section Enhancement */
.program-detail-section {
    position: relative;
}

.program-detail-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-blue), var(--primary-gold), var(--primary-blue));
}

.program-detail-section:nth-child(odd)::before {
    animation: gradientShift 4s ease infinite;
}

@keyframes gradientShift {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

/* Enhanced Story Cards */
.story-visual .story-card {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    color: var(--white);
    padding: 3rem;
    border-radius: var(--radius-xl);
    position: relative;
    overflow: hidden;
}

.story-visual .story-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.2) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Why Section Enhancement */
.why-section {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    position: relative;
    overflow: hidden;
}

.why-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1544967082-d9d25d867d66?w=1920&auto=format&fit=crop&q=80') center/cover no-repeat;
    opacity: 0.15;
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.why-stats {
    display: flex;
    gap: 3rem;
    margin-top: 2rem;
}

.why-stat {
    text-align: center;
}

.why-stat .stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-gold);
}

.why-stat .stat-text {
    font-size: 0.9rem;
    opacity: 0.8;
}

.why-quote {
    background: rgba(255, 255, 255, 0.1);
    padding: 3rem;
    border-radius: var(--radius-xl);
    border-left: 4px solid var(--primary-gold);
}

.why-quote blockquote {
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.why-quote cite {
    color: var(--primary-gold);
    font-style: normal;
}

/* Responsive Adjustments for New Styles */
@media (max-width: 768px) {
    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-stats {
        flex-direction: column;
        gap: 1.5rem;
    }

    .value-number {
        font-size: 2rem;
    }
}

/* =====================================================
   PREMIUM INNER PAGE ENHANCEMENTS
   Matching homepage hero quality across all pages
   ===================================================== */

/* Featured Event Card Enhancement */
.featured-event-section {
    background: linear-gradient(180deg, var(--off-white) 0%, var(--white) 100%);
    position: relative;
    overflow: hidden;
}

.featured-event-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -25%;
    width: 60%;
    height: 120%;
    background: radial-gradient(circle, rgba(0, 56, 184, 0.05) 0%, transparent 70%);
    animation: float 20s ease-in-out infinite;
}

.featured-event-card {
    background: linear-gradient(135deg, var(--white) 0%, rgba(255, 255, 255, 0.95) 100%);
    border-radius: var(--radius-xl);
    padding: 3rem;
    box-shadow: 0 25px 80px rgba(0, 56, 184, 0.15);
    border: 1px solid rgba(0, 56, 184, 0.1);
    position: relative;
    overflow: hidden;
}

.featured-event-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-blue), var(--primary-gold), var(--primary-blue));
    background-size: 200% 100%;
    animation: gradientMove 4s linear infinite;
}

.featured-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, var(--primary-gold) 0%, #e5c45c 100%);
    color: var(--dark);
    padding: 0.5rem 1.5rem;
    border-radius: var(--radius-full);
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 15px rgba(201, 162, 39, 0.3);
}

.featured-content {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 3rem;
    align-items: center;
}

.event-date {
    display: inline-block;
    color: var(--primary-blue);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.featured-text h2 {
    font-size: 2.5rem;
    color: var(--dark);
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.event-tagline {
    font-size: 1.5rem;
    font-style: italic;
    color: var(--gray-600);
    margin-bottom: 1.5rem;
}

.event-highlights {
    display: flex;
    gap: 3rem;
    margin: 2rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid var(--light-gray);
    border-bottom: 1px solid var(--light-gray);
}

.highlight-item {
    text-align: center;
}

.highlight-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.highlight-label {
    font-size: 0.875rem;
    color: var(--gray-500);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.event-quote {
    background: linear-gradient(135deg, rgba(0, 56, 184, 0.05) 0%, rgba(201, 162, 39, 0.05) 100%);
    padding: 1.5rem 2rem;
    border-radius: var(--radius-lg);
    border-left: 4px solid var(--primary-gold);
    margin-top: 1.5rem;
}

.event-quote blockquote {
    font-style: italic;
    color: var(--gray-700);
    line-height: 1.8;
    margin: 0;
}

.candle-memorial {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: var(--radius-xl);
    padding: 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    position: relative;
    overflow: hidden;
}

.candle-memorial::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c9a227' fill-opacity='0.03'%3E%3Cpath d='M20 20.5V18H0v-2h20v-2.5a2.5 2.5 0 115 0V16h15v2H25v2.5a2.5 2.5 0 11-5 0z'/%3E%3C/g%3E%3C/svg%3E");
}

.candle-memorial p {
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    margin-top: 2rem;
    font-size: 1.125rem;
    position: relative;
    z-index: 1;
}

/* Walk Details Cards */
.walk-details-section {
    background: var(--white);
}

.walk-details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.walk-card {
    background: linear-gradient(135deg, var(--white) 0%, var(--off-white) 100%);
    padding: 2.5rem;
    border-radius: var(--radius-xl);
    text-align: center;
    border: 1px solid rgba(0, 56, 184, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.walk-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-blue), var(--primary-gold));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.walk-card:hover::before {
    transform: scaleX(1);
}

.walk-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 56, 184, 0.15);
}

.walk-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 56, 184, 0.3);
    transition: all 0.3s ease;
}

.walk-card:hover .walk-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgba(0, 56, 184, 0.4);
}

.walk-icon svg {
    width: 32px;
    height: 32px;
    stroke: var(--white);
    stroke-width: 1.5;
}

.walk-card h4 {
    font-size: 1.25rem;
    color: var(--dark);
    margin-bottom: 1rem;
}

.walk-card p {
    color: var(--gray-600);
    line-height: 1.7;
}

/* Enhanced Value Cards */
.values-section {
    background: linear-gradient(180deg, var(--white) 0%, var(--off-white) 100%);
    position: relative;
    overflow: hidden;
}

.values-section::before {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -20%;
    width: 50%;
    height: 80%;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.05) 0%, transparent 70%);
}

.value-card {
    background: linear-gradient(135deg, var(--white) 0%, rgba(255, 255, 255, 0.9) 100%);
    padding: 2.5rem;
    border-radius: var(--radius-xl);
    text-align: center;
    border: 1px solid rgba(0, 56, 184, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.value-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-blue), var(--primary-gold));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.value-card:hover::after {
    transform: scaleX(1);
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 56, 184, 0.15);
}

.value-number {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.value-card:hover .value-number {
    transform: scale(1.15);
}

.value-card h4 {
    font-size: 1.25rem;
    color: var(--dark);
    margin-bottom: 0.75rem;
}

.value-card p {
    color: var(--gray-600);
    line-height: 1.7;
}

/* Mission Vision Cards Enhancement */
.mv-card {
    background: linear-gradient(135deg, var(--white) 0%, rgba(255, 255, 255, 0.95) 100%);
    padding: 3rem;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(0, 56, 184, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.mv-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.05), transparent);
    transition: left 0.5s ease;
}

.mv-card:hover::before {
    left: 100%;
}

.mv-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 56, 184, 0.15);
}

.mv-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 56, 184, 0.25);
    transition: all 0.3s ease;
}

.mv-card:hover .mv-icon {
    transform: scale(1.1) rotate(-5deg);
}

.mv-icon svg {
    width: 36px;
    height: 36px;
    stroke: var(--white);
    stroke-width: 1.5;
}

/* Enhanced Donate Cards */
.donate-options-section {
    background: linear-gradient(180deg, var(--off-white) 0%, var(--white) 100%);
    position: relative;
    overflow: hidden;
}

.donate-options-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: -20%;
    width: 50%;
    height: 100%;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.05) 0%, transparent 70%);
}

.donate-card {
    background: linear-gradient(135deg, var(--white) 0%, rgba(255, 255, 255, 0.95) 100%);
    padding: 3rem;
    border-radius: var(--radius-xl);
    text-align: center;
    border: 1px solid rgba(0, 56, 184, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.donate-card.featured {
    border: 2px solid var(--primary-gold);
    box-shadow: 0 15px 50px rgba(201, 162, 39, 0.2);
}

.donate-card.featured::before {
    content: 'Most Popular';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--primary-gold) 0%, #e5c45c 100%);
    color: var(--dark);
    padding: 0.5rem 1.5rem;
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.donate-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 56, 184, 0.15);
}

.donate-amount {
    font-size: 3.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

/* Enhanced Contact Section */
.contact-main-section {
    background: linear-gradient(180deg, var(--white) 0%, var(--off-white) 50%, var(--white) 100%);
    position: relative;
    overflow: hidden;
}

.contact-main-section::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -20%;
    width: 50%;
    height: 80%;
    background: radial-gradient(circle, rgba(0, 56, 184, 0.03) 0%, transparent 70%);
}

.contact-info-card {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    border-radius: var(--radius-xl);
    padding: 3rem;
    color: var(--white);
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 56, 184, 0.3);
}

.contact-info-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.2) 0%, transparent 70%);
    animation: float 15s ease-in-out infinite;
}

.contact-form-card {
    background: linear-gradient(135deg, var(--white) 0%, var(--off-white) 100%);
    border-radius: var(--radius-xl);
    padding: 3rem;
    border: 1px solid rgba(0, 56, 184, 0.1);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

.contact-form-card h3 {
    font-size: 1.75rem;
    color: var(--dark);
    margin-bottom: 2rem;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* FAQ Section Enhancement */
.faq-section {
    background: linear-gradient(180deg, var(--off-white) 0%, var(--white) 100%);
}

.faq-item {
    background: linear-gradient(135deg, var(--white) 0%, rgba(255, 255, 255, 0.9) 100%);
    padding: 2rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(0, 56, 184, 0.1);
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 56, 184, 0.1);
    border-color: var(--primary-blue);
}

.faq-item h4 {
    color: var(--primary-blue);
    margin-bottom: 0.75rem;
}

/* FAQ Item Hover Effects - Gradient Bar */
.faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 56, 184, 0.1);
    border-color: var(--primary-blue);
}

.faq-item:hover>div:first-child {
    transform: scaleX(1) !important;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .featured-content {
        grid-template-columns: 1fr;
    }

    .candle-memorial {
        min-height: 200px;
    }

    .walk-details-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .featured-event-card {
        padding: 2rem;
    }

    .featured-badge {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 1rem;
        display: inline-block;
    }

    .event-highlights {
        flex-direction: column;
        gap: 1.5rem;
    }

    .featured-text h2 {
        font-size: 1.75rem;
    }
}

/* =====================================================
   PREMIUM INNER PAGE SECTIONS
   Complete Redesign for Hero-Level Quality
   ===================================================== */

/* Value Card Hover States */
.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 56, 184, 0.15);
}

.value-card:hover>div:first-child {
    transform: scaleX(1) !important;
}

/* What Card Hover States */
.what-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

/* Why Section Premium Styling */
.why-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--white) 0%, var(--off-white) 100%);
}

.why-section::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -20%;
    width: 50%;
    height: 80%;
    background: radial-gradient(circle, rgba(0, 56, 184, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.why-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
}

.why-content {
    padding-right: 2rem;
}

.why-content p {
    color: var(--gray-600);
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.why-stats {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
}

.why-stat {
    background: linear-gradient(135deg, white 0%, var(--off-white) 100%);
    padding: 1.5rem 2rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(0, 56, 184, 0.1);
    flex: 1;
    text-align: center;
}

.why-stat .stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.why-stat .stat-text {
    display: block;
    font-size: 0.9rem;
    color: var(--gray-600);
    line-height: 1.5;
}

.why-quote {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    padding: 3rem;
    border-radius: var(--radius-xl);
    box-shadow: 0 25px 60px rgba(0, 56, 184, 0.25);
    position: relative;
    overflow: hidden;
}

.why-quote::before {
    content: '"';
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 10rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.1);
    line-height: 1;
}

.why-quote blockquote {
    color: white;
    font-size: 1.35rem;
    font-style: italic;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    border: none;
    padding: 0;
    margin: 0;
}

.why-quote cite {
    display: block;
    margin-top: 1.5rem;
    color: var(--primary-gold);
    font-style: normal;
    font-weight: 600;
}

/* Walk Details Cards */
.walk-details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.walk-card {
    background: linear-gradient(135deg, white 0%, var(--off-white) 100%);
    padding: 2.5rem;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(0, 56, 184, 0.1);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.walk-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-blue), var(--primary-gold));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.walk-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 56, 184, 0.15);
}

.walk-card:hover::before {
    transform: scaleX(1);
}

.walk-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 56, 184, 0.25);
}

.walk-icon svg {
    width: 32px;
    height: 32px;
    stroke: white;
}

.walk-card h4 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: var(--charcoal);
}

.walk-card p {
    color: var(--gray-600);
    line-height: 1.7;
}

/* Partner Categories Premium Styling */
.partners-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.partner-category {
    background: linear-gradient(135deg, white 0%, var(--off-white) 100%);
    padding: 2.5rem;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(0, 56, 184, 0.1);
    transition: all 0.3s ease;
}

.partner-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 56, 184, 0.1);
}

.partner-category h4 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
}

.partner-logos {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.partner-logo-item {
    background: rgba(0, 56, 184, 0.05);
    padding: 1rem;
    border-radius: var(--radius-md);
    text-align: center;
    font-size: 0.95rem;
    color: var(--gray-600);
    transition: all 0.3s ease;
}

.partner-logo-item:hover {
    background: rgba(0, 56, 184, 0.1);
    color: var(--primary-blue);
}

/* Upcoming Section Premium Styling */
.upcoming-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    padding: 6rem 0;
}

.upcoming-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=1920&auto=format&fit=crop&q=80') center/cover no-repeat;
    opacity: 0.1;
}

.upcoming-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}

.upcoming-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    transition: all 0.4s ease;
}

.upcoming-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.upcoming-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-gold) 0%, #e5c45c 100%);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 10px 30px rgba(201, 162, 39, 0.3);
}

.upcoming-icon svg {
    width: 32px;
    height: 32px;
    stroke: var(--charcoal);
}

.upcoming-card h4 {
    color: white;
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.upcoming-card p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.btn-light {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: white;
    color: var(--primary-blue);
    border-radius: var(--radius-full);
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid white;
}

.btn-light:hover {
    background: transparent;
    color: white;
}

/* Get Involved Section Premium Styling */
.get-involved-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--off-white) 0%, var(--white) 100%);
}

.get-involved-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
}

.get-involved-content p {
    color: var(--gray-600);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.involve-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.involve-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 56, 184, 0.1);
}

.involve-list li svg {
    width: 24px;
    height: 24px;
    stroke: var(--primary-gold);
    stroke-width: 2.5;
    flex-shrink: 0;
}

.involve-list li span {
    color: var(--gray-600);
    font-size: 1rem;
}

.involve-card {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    padding: 3rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: 0 25px 60px rgba(0, 56, 184, 0.25);
}

.involve-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 30px rgba(201, 162, 39, 0.5);
}

.involve-card h4 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.involve-card p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}

/* Programs CTA Premium Styling */
.program-cta-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    padding: 6rem 0;
}

.program-cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1469571486292-0ba58a3f068b?w=1920&auto=format&fit=crop&q=80') center/cover no-repeat;
    opacity: 0.1;
}

/* Donate Cards Premium Enhancement */
.donate-options-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    max-width: 900px;
    margin: 0 auto;
}

.donate-card {
    background: linear-gradient(135deg, white 0%, var(--off-white) 100%);
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid rgba(0, 56, 184, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.donate-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-blue), var(--primary-gold));
}

.donate-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 56, 184, 0.15);
}

.donate-card.featured {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    border: 2px solid var(--primary-gold);
}

.donate-card.featured::before {
    background: linear-gradient(90deg, var(--primary-gold), #e5c45c);
}

.donate-card.featured .donate-card-header h3,
.donate-card.featured .donate-card-header p {
    color: white;
}

.donate-card.featured .donate-card-body {
    color: rgba(255, 255, 255, 0.9);
}

.featured-ribbon {
    position: absolute;
    top: 1.5rem;
    right: -2.5rem;
    background: linear-gradient(135deg, var(--primary-gold) 0%, #e5c45c 100%);
    color: var(--charcoal);
    padding: 0.5rem 3rem;
    font-size: 0.85rem;
    font-weight: 600;
    transform: rotate(45deg);
    box-shadow: 0 4px 15px rgba(201, 162, 39, 0.3);
}

.donate-card-header {
    padding: 2rem 2rem 1rem;
    text-align: center;
}

.donate-card-header h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.donate-card-header p {
    color: var(--gray-600);
}

.donate-card-body {
    padding: 1rem 2rem 2rem;
}

.chai-symbol-small {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-gold);
    text-align: center;
    margin-bottom: 0.5rem;
}

/* Amount Buttons Enhancement */
.amount-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.amount-btn {
    padding: 1rem;
    border: 2px solid rgba(0, 56, 184, 0.2);
    border-radius: var(--radius-md);
    background: transparent;
    color: var(--charcoal);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.amount-btn:hover {
    border-color: var(--primary-blue);
    background: rgba(0, 56, 184, 0.05);
}

.amount-btn.active {
    border-color: var(--primary-blue);
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    color: white;
}

.donate-card.featured .amount-btn {
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.donate-card.featured .amount-btn:hover {
    border-color: var(--primary-gold);
    background: rgba(201, 162, 39, 0.2);
}

.donate-card.featured .amount-btn.active {
    border-color: var(--primary-gold);
    background: linear-gradient(135deg, var(--primary-gold) 0%, #e5c45c 100%);
    color: var(--charcoal);
}

/* Member Benefits Enhancement */
.member-benefits h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: var(--primary-gold);
}

.member-benefits ul {
    list-style: none;
    padding: 0;
}

.member-benefits li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.85);
}

.member-benefits li svg {
    width: 18px;
    height: 18px;
    stroke: var(--primary-gold);
    flex-shrink: 0;
}

/* =====================================================
   DONATION PAGE BOTTOM SECTIONS - PREMIUM STYLING  
   ===================================================== */

/* Other Ways to Give Section */
.other-ways-section {
    background: linear-gradient(180deg, var(--white) 0%, var(--off-white) 100%);
    position: relative;
    overflow: hidden;
}

.other-ways-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-gold), transparent);
}

.other-ways-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.other-way-card {
    background: white;
    border-radius: var(--radius-xl);
    padding: 2.5rem 2rem;
    text-align: center;
    border: 1px solid rgba(0, 56, 184, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.other-way-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.05), transparent);
    transition: left 0.6s ease;
}

.other-way-card:hover::before {
    left: 100%;
}

.other-way-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(0, 56, 184, 0.12);
    border-color: rgba(201, 162, 39, 0.3);
}

.other-way-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, rgba(0, 56, 184, 0.08) 0%, rgba(201, 162, 39, 0.08) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
}

.other-way-icon::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 2px dashed rgba(0, 56, 184, 0.15);
    animation: spin 20s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.other-way-card:hover .other-way-icon {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    transform: scale(1.1) rotate(5deg);
}

.other-way-icon svg {
    width: 32px;
    height: 32px;
    stroke: var(--primary-blue);
    stroke-width: 1.5;
    transition: all 0.4s ease;
}

.other-way-card:hover .other-way-icon svg {
    stroke: white;
    transform: scale(1.1);
}

.other-way-card h4 {
    font-size: 1.25rem;
    color: var(--charcoal);
    margin-bottom: 1rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.other-way-card:hover h4 {
    color: var(--primary-blue);
}

.other-way-card p {
    color: var(--gray-600);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.other-way-card .btn-outline {
    border-color: var(--primary-blue);
    color: var(--primary-blue);
    padding: 0.75rem 1.5rem;
    border-radius: 100px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.other-way-card:hover .btn-outline {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    color: white;
    border-color: transparent;
    box-shadow: 0 10px 30px rgba(0, 56, 184, 0.3);
}

/* Donation Impact Section */
.donation-impact-section {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

.donation-impact-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    z-index: -2;
}

.donation-impact-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1532629345422-7515f3d16bb6?w=1920&auto=format&fit=crop&q=80') center/cover no-repeat;
    opacity: 0.08;
}

.donation-impact-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.donation-impact-section .section-tag.light {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.donation-impact-section .section-title.light {
    color: white;
}

.impact-breakdown {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    max-width: 900px;
    margin: 0 auto;
}

.impact-item {
    text-align: center;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.impact-item:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--primary-gold);
}

.impact-percentage {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
}

.progress-ring {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.progress-ring-bg {
    fill: none;
    stroke: rgba(255, 255, 255, 0.15);
    stroke-width: 8;
}

.progress-ring-fill {
    fill: none;
    stroke: var(--primary-gold);
    stroke-width: 8;
    stroke-linecap: round;
    transition: stroke-dashoffset 1.5s ease-out;
    filter: drop-shadow(0 0 10px rgba(201, 162, 39, 0.5));
}

.percentage-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
}

.impact-item h4 {
    color: var(--primary-gold);
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.impact-item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Trust Section */
.trust-section {
    background: linear-gradient(180deg, var(--off-white) 0%, white 100%);
    padding: 4rem 0;
    position: relative;
}

.trust-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--primary-gold), transparent);
    border-radius: 2px;
}

.trust-content {
    max-width: 700px;
    margin: 0 auto;
}

.trust-badge {
    background: linear-gradient(135deg, white 0%, var(--off-white) 100%);
    border-radius: var(--radius-xl);
    padding: 3rem;
    border: 2px solid rgba(0, 56, 184, 0.1);
    box-shadow: 0 20px 60px rgba(0, 56, 184, 0.08);
    position: relative;
    overflow: hidden;
}

.trust-badge::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.trust-badge::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 56, 184, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.badge-icon {
    font-size: 3.5rem;
    display: block;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: pulse-icon 3s ease-in-out infinite;
}

@keyframes pulse-icon {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.trust-badge h3 {
    font-size: 1.5rem;
    color: var(--charcoal);
    margin-bottom: 1rem;
    font-weight: 600;
}

.trust-badge p {
    color: var(--gray-600);
    line-height: 1.8;
    font-size: 1.05rem;
}

/* Donor Testimonial Section */
.donor-testimonial-section {
    background: white;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.donor-testimonial-section::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.donor-testimonial-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 56, 184, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.donor-testimonial {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 3rem;
    background: linear-gradient(135deg, white 0%, var(--off-white) 100%);
    border-radius: var(--radius-xl);
    border: 1px solid rgba(0, 56, 184, 0.08);
    box-shadow: 0 25px 80px rgba(0, 56, 184, 0.08);
}

.donor-testimonial::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-blue), var(--primary-gold), var(--primary-blue));
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}

.quote-icon {
    font-size: 5rem;
    font-family: 'Playfair Display', serif;
    background: linear-gradient(135deg, var(--primary-gold) 0%, #e5c45c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.donor-testimonial blockquote {
    font-size: 1.35rem;
    font-style: italic;
    color: var(--charcoal);
    line-height: 1.9;
    margin-bottom: 2rem;
    position: relative;
}

.donor-testimonial cite {
    color: var(--primary-blue);
    font-style: normal;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.donor-testimonial cite::before {
    content: '';
    width: 30px;
    height: 2px;
    background: var(--primary-gold);
    display: inline-block;
}

/* Donate Impact List Enhancement */
.donate-impact {
    background: rgba(0, 56, 184, 0.04);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(0, 56, 184, 0.08);
}

.donate-impact h4 {
    font-size: 1rem;
    color: var(--primary-blue);
    margin-bottom: 1rem;
    font-weight: 600;
}

.donate-impact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.donate-impact li {
    position: relative;
    padding: 0.5rem 0 0.5rem 1.5rem;
    color: var(--gray-700);
    font-size: 0.9rem;
    line-height: 1.5;
}

.donate-impact li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-gold);
    font-weight: 700;
}

/* Custom Amount Input Enhancement */
.custom-amount {
    margin-bottom: 1.5rem;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-amount.hidden {
    display: none;
}

.input-with-icon {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray-500);
    font-weight: 600;
}

.input-with-icon .form-input {
    padding-left: 2.5rem;
}

.form-input {
    width: 100%;
    padding: 1rem;
    border: 2px solid rgba(0, 56, 184, 0.15);
    border-radius: var(--radius-md);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-input:focus {
    outline: none;
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 4px rgba(0, 56, 184, 0.1);
}

.form-label {
    display: block;
    font-weight: 500;
    color: var(--charcoal);
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

/* Responsive Styles for Donation Bottom Sections */
@media (max-width: 1024px) {
    .other-ways-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .impact-breakdown {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .other-ways-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .impact-breakdown {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .impact-item {
        padding: 2rem;
    }

    .donor-testimonial {
        padding: 2rem;
    }

    .donor-testimonial blockquote {
        font-size: 1.15rem;
    }

    .trust-badge {
        padding: 2rem;
    }
}

/* Responsive Adjustments for Inner Pages */
@media (max-width: 1024px) {

    .why-grid,
    .get-involved-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .why-content {
        padding-right: 0;
    }

    .walk-details-grid,
    .partners-categories,
    .upcoming-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .values-grid,
    .what-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .why-stats {
        flex-direction: column;
    }

    .walk-details-grid,
    .partners-categories,
    .upcoming-cards,
    .donate-options-grid,
    .faq-grid {
        grid-template-columns: 1fr !important;
    }

    .values-grid,
    .what-grid {
        grid-template-columns: 1fr !important;
    }

    .amount-buttons {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =====================================================
   PARTNERS SECTION STYLES
   ===================================================== */
.partners-section .partner-logo {
    min-height: 100px;
}

.partners-section .partner-logo:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 56, 184, 0.12);
    border-color: rgba(201, 162, 39, 0.3);
}

.partners-section .partner-logo:hover img {
    transform: scale(1.08);
}

.partners-section .partner-logo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 56, 184, 0.03) 0%, rgba(201, 162, 39, 0.03) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: inherit;
}

.partners-section .partner-logo:hover::before {
    opacity: 1;
}

@media (max-width: 768px) {
    .partners-section .partners-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem !important;
    }

    .partners-section .partner-logo {
        padding: 1rem !important;
        min-height: 80px;
    }

    .partners-section .partner-logo img {
        max-width: 120px !important;
        max-height: 60px !important;
    }
}

@media (max-width: 480px) {
    .partners-section .partners-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}