/* ========================================= */
/* BASE & UTILITIES                          */
/* ========================================= */
body {
    font-family: 'Inter', system-ui, sans-serif;
    background: var(--bg-dark);
    overflow-x: hidden;
}

.counter-number {
    font-variant-numeric: tabular-nums;
}

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.9s cubic-bezier(0.23, 1, 0.32, 1);
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes floatSlow {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}
.float-slow {
    animation: floatSlow 4s ease-in-out infinite;
}

/* Add the missing rich gradient class! */
.gradient-rich {
    background: linear-gradient(135deg, var(--brand-primary), #34D399, #10B981, #FBBF24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ========================================= */
/* HERO SECTION                              */
/* ========================================= */
.sus-hero-section {
    position: relative;
    height: calc(112vh - 65px); 
    display: flex;
    align-items: center;
    padding: 5rem 1.5rem 0;
    overflow: hidden;
    background-color: var(--bg-dark);
}
.sus-hero-grid {
    position: relative;
    z-index: 20;
    max-width: 80rem;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}
@media (min-width: 1024px) {
    .sus-hero-grid { grid-template-columns: 1fr 1fr; }
}
.hero-text-container {
    text-align: left;
}
.sus-hero-globe {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: clamp(300px, 50vh, 500px);
}
.sus-hero-globe iframe {
    width: 100%;
    height: 100%;
    min-height: clamp(300px, 50vh, 500px);
    border: none;
    pointer-events: auto;
}

/* Hero Extracted Classes */
.sus-hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 1rem;
}
.sus-hero-title-main {
    color: white;
    font-weight: 900;
}
.sus-hero-title-sub {
    font-weight: 900;
}
.sus-hero-sub-line {
    color: rgba(255,255,255,0.8);
    max-width: 600px;
    margin-top: 1rem;
}
.sus-hero-icon {
    color: #34D399;
}
.sus-hero-cta-group {
    margin-top: 2rem;
}
.sus-explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 3rem;
    text-decoration: none;
}

/* Badges */
.hero-badges-grid {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}
.hero-badges-row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #6EE7B7;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.sus-impact-badge {
    border-color: rgba(255,255,255,0.1);
    color: #34D399;
}

/* ========================================= */
/* IMPACT STATS SECTION                      */
/* ========================================= */
.stats-section {
    padding: 2rem 1.5rem;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../public/image/homepage/epr_neo_green_vasundhara_hompage_background_image.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 20;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.stats-container {
    max-width: 72rem;
    margin: 0 auto;
}
.stats-header {
    text-align: center;
    margin-bottom: 2rem;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
@media (min-width: 768px) {
    .stats-grid { grid-template-columns: repeat(4, 1fr); }
}
.stat-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.stat-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-4px);
}
.stat-value {
    font-size: 1.75rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
    .stat-value { font-size: 2.25rem; }
}
.stat-value.primary { color: #34D399; }
.stat-value.white { color: #FFFFFF; }
.stat-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    font-weight: 500;
}

/* ========================================= */
/* FRAMEWORK SECTION                         */
/* ========================================= */
.framework-section {
    padding: 6rem 1.5rem;
    background: url('../public/image/homepage/epr_neo_green_vasundhara_hompage_background_image.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.framework-container {
    max-width: 80rem;
    margin: 0 auto;
}
.framework-header {
    text-align: center;
    margin-bottom: 5rem;
}
.framework-pill {
    color: #047857;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.framework-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0A1A2F;
    margin-top: 1rem;
}
@media (min-width: 768px) {
    .framework-title { font-size: 3rem; }
}
.framework-title span { color: #10B981; }
.framework-divider {
    width: 6rem;
    height: 0.375rem;
    background: linear-gradient(to right, #34D399, #059669);
    margin: 1.5rem auto 0;
    border-radius: 9999px;
}
.framework-desc {
    color: #4B5563;
    font-size: 1.125rem;
    max-width: 48rem;
    margin: 1.5rem auto 0;
}
.framework-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 6rem;
}
.framework-row:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .framework-row { grid-template-columns: 1fr 1fr; }
}
.framework-content.order-1 { order: 1; }
.framework-content.order-2 { order: 2; }
.framework-img.order-1 { order: 1; }
.framework-img.order-2 { order: 2; }
@media (min-width: 768px) {
    .framework-content.md-order-1 { order: 1; }
    .framework-content.md-order-2 { order: 2; }
    .framework-img.md-order-1 { order: 1; }
    .framework-img.md-order-2 { order: 2; }
}
.framework-content h3 {
    font-size: 1.875rem;
    font-weight: 700;
    background: linear-gradient(135deg, #D2042D 0%, #00E676 60%, #34D399 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}
.framework-content p {
    color: #4B5563;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}
.framework-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.framework-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #374151;
}

/* Framework Extracted Classes */
.sus-fw-title-green { color: #10B981; margin-bottom: 1.5rem; }
.sus-fw-title-red { color: #D2042D; }
.sus-fw-desc { color: #4B5563; font-size: 1.125rem; margin-bottom: 2rem; }
.sus-fw-icon-green { color: #10B981; }
.sus-fw-icon-red { color: #F97316; }
.sus-fw-icon-blue { color: #3B82F6; }
.sus-fw-pill-icon { margin-right: 0.5rem; }

.pillar-badge {
    display: inline-block;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    margin-bottom: 1rem;
}
.pillar-1 { background: #D1FAE5; color: #047857; }
.pillar-2 { background: #CCFBF1; color: #0F766E; }
.pillar-3 { background: #FFEDD5; color: #C2410C; }
.pillar-4 { background: #DBEAFE; color: #1D4ED8; }

.img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5rem 0;
}
.ring-1, .ring-2 {
    position: absolute;
    border-radius: 50%;
}
.ring-1 {
    width: 360px; height: 360px;
    border: 4px dashed;
    animation: spin 12s linear infinite;
    opacity: 0.6;
}
.ring-2 {
    width: 390px; height: 390px;
    border: 2px solid;
    animation: spin 18s linear infinite reverse;
    opacity: 0.4;
}
@media (min-width: 768px) {
    .ring-1 { width: 420px; height: 420px; }
    .ring-2 { width: 460px; height: 460px; }
}
.img-wrapper img {
    position: relative;
    z-index: 10;
    border-radius: 50%;
    box-shadow: 0 0 40px rgba(0,0,0,0.2);
    width: 320px; height: 320px;
    object-fit: cover;
    border: 8px solid #FFFFFF;
}
@media (min-width: 768px) {
    .img-wrapper img { width: 380px; height: 380px; }
}
@keyframes spin { 100% { transform: rotate(360deg); } }

.ring-color-1 { border-color: #34D399; }
.ring-color-2 { border-color: #5EEAD4; }
.ring-color-3 { border-color: #2DD4BF; }
.ring-color-4 { border-color: #6EE7B7; }
.ring-color-5 { border-color: #FB923C; }
.ring-color-6 { border-color: #FCD34D; }
.ring-color-7 { border-color: #60A5FA; }
.ring-color-8 { border-color: #A5B4FC; }

/* ========================================= */
/* COMMUNITY SECTION                         */
/* ========================================= */
.community-section {
    padding: 0 1.5rem 6rem;
    background: url('../public/image/homepage/epr_neo_green_vasundhara_hompage_background_image.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.community-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}
@media (min-width: 768px) {
    .community-row { grid-template-columns: 1fr 1fr; }
}
.community-list {
    list-style: none;
    padding: 0 0 2rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #E5E7EB;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.community-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #374151;
}
.community-stats {
    display: flex;
    gap: 3rem;
}
.community-stats .val {
    font-size: 2.25rem;
    font-weight: 900;
    color: #0A1A2F;
    margin-bottom: 0.25rem;
}
.community-stats .lab {
    color: #6B7280;
    font-weight: 500;
}

/* Community Extracted Classes */
.sus-comm-icon {
    color: #10B981;
    font-size: 1.25rem;
    width: 2rem;
    text-align: center;
}
.sus-community-title {
    color: #10B981;
    margin-bottom: 1.5rem;
}
.sus-community-desc {
    color: #4B5563;
    font-size: 1.125rem;
    margin-bottom: 2rem;
}
.sus-community-icon {
    color: #10B981;
    font-size: 1.25rem;
    width: 2rem;
    text-align: center;
}

/* ========================================= */
/* FINAL CTA SECTION                         */
/* ========================================= */
#final-cta {
    background-image: url('../public/image/homepage/epr_neo_green_vasundhara_hompage_background_image.jpg');
    background-size: cover;
    background-position: center;
     background-attachment: fixed;
}

.cta-split-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    position: relative;
    z-index: 10;
}
@media (min-width: 1024px) {
    .cta-split-grid { grid-template-columns: 5fr 7fr; }
}
.cta-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cta-right h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ECFDF5;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.cta-lessons-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
@media (min-width: 640px) {
    .cta-lessons-grid { grid-template-columns: 1fr 1fr; }
}
.lesson-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.25rem;
    border-radius: 1rem;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}
.lesson-card:hover {
    background: rgba(255, 255, 255, 0.1);
}
.lesson-header {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}
.lesson-desc {
    color: #9CA3AF;
    font-size: 0.75rem;
    line-height: 1.625;
    margin-bottom: 0.75rem;
}
.lesson-footer {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin-top: auto;
}
.urgency-badge {
    display: inline-block;
    background: rgba(244, 63, 94, 0.1);
    border: 1px solid rgba(244, 63, 94, 0.3);
    color: #FB7185;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    margin-bottom: 1.5rem;
    width: max-content;
    box-shadow: 0 0 15px rgba(244, 63, 94, 0.2);
}
.cta-form {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(16, 185, 129, 0.3);
    padding: 1.5rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
}
.cta-form h4 {
    color: #34D399;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.cta-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    color: white;
    margin-bottom: 0.75rem;
    box-sizing: border-box;
}
.cta-btn {
    width: 100%;
    background: #059669;
    color: white;
    font-weight: 700;
    padding: 0.75rem;
    border: none;
    border-radius: 0.75rem;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(5, 150, 105, 0.4);
}
.cta-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    background: white;
    color: #064E3B;
    font-weight: 900;
    padding: 1rem;
    border-radius: 0.75rem;
    text-decoration: none;
    font-size: 1.125rem;
    box-shadow: 0 4px 14px rgba(255, 255, 255, 0.2);
}

/* ========================================= */
/* UTILITIES & MISC                          */
/* ========================================= */
.wa-float-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 64px;
    height: 64px;
    font-size: 34px;
    background-color: #16a34a;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(22,163,74,0.6);
    transition: transform 0.3s;
}
.wa-float-btn:hover {
    background-color: #15803d;
    transform: scale(1.1);
}

.footer {
    margin-top: 0;
}

@media (max-width: 768px) {
    .sus-hero-section {
        padding-top: 8rem;
    }
    .hero-title-hindi {
        font-size: clamp(2.5rem, 10vw, 4rem);
    }
    .img-wrapper {
        transform: scale(0.7);
    }
    html, body {
        overflow-x: hidden;
        width: 100%;
    }
    .sus-hero-globe iframe {
        pointer-events: none;
    }
}