/* ============================================ */
/* NEW CTA SECTION COMPONENT CSS                  */
/* ============================================ */
.cta-wrapper {
    padding: 3rem;
    border: 1px solid rgba(16, 185, 129, 0.3);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    background: rgba(10, 24, 35, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 1.5rem;
}

.cta-glow {
    position: absolute;
    width: 24rem;
    height: 24rem;
    border-radius: 9999px;
    filter: blur(64px);
    pointer-events: none;
}
.glow-tr {
    top: 0; right: 0;
    background: rgba(5, 150, 105, 0.1);
    transform: translate(50%, -50%);
}
.glow-bl {
    bottom: 0; left: 0;
    background: rgba(225, 29, 72, 0.1);
    transform: translate(-50%, 50%);
}

.cta-container {
    display: grid;
    gap: 2.5rem;
    position: relative;
    z-index: 10;
}
@media (min-width: 1024px) {
    .cta-container { grid-template-columns: repeat(12, minmax(0, 1fr)); }
}

.cta-left-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width: 1024px) {
    .cta-left-col { grid-column: span 4 / span 4; }
}

.cta-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-title {
    font-size: 2.25rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    .cta-title { font-size: 3rem; }
}
.gradient-gold {
    background-image: linear-gradient(to right, #fbbf24, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-desc {
    color: #d1d5db;
    font-size: 1.125rem;
    margin-bottom: 2rem;
    line-height: 1.625;
}

.cta-form-box {
    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-title {
    color: #34d399;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cta-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
}

.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: #ffffff;
    transition: all 0.2s;
    outline: none;
}
.cta-input:focus {
    border-color: #10b981;
}

.cta-btn {
    width: 100%;
    background: #059669;
    color: #ffffff;
    font-weight: 700;
    padding: 0.75rem;
    border-radius: 0.75rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 0 20px rgba(5, 150, 105, 0.4);
}
.cta-btn:hover {
    background: #10b981;
}

.cta-right-col { }
@media (min-width: 1024px) {
    .cta-right-col { grid-column: span 8 / span 8; }
}

.cta-lessons-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ecfdf5;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.cta-lessons-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background: rgba(16, 185, 129, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #34d399;
    font-size: 0.875rem;
}

.cta-lessons-grid {
    display: grid;
    gap: 1rem;
}
@media (min-width: 640px) {
    .cta-lessons-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.cta-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.2s;
    display: flex;
    flex-direction: column;
}
.cta-lesson-card:hover {
    background: rgba(255, 255, 255, 0.1);
}

.cta-lesson-header {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}
.cta-lesson-emoji {
    font-size: 1.5rem;
}
.cta-lesson-title {
    font-weight: 700;
    line-height: 1.25;
    font-size: 0.9375rem;
}

.theme-emerald:hover { border-color: rgba(16, 185, 129, 0.3); }
.theme-emerald .cta-lesson-title { color: #6ee7b7; }
.theme-emerald .cta-lesson-tip { color: rgba(52, 211, 153, 0.8); }

.theme-amber:hover { border-color: rgba(245, 158, 11, 0.3); }
.theme-amber .cta-lesson-title { color: #fcd34d; }
.theme-amber .cta-lesson-tip { color: rgba(251, 191, 36, 0.8); }

.theme-rose:hover { border-color: rgba(244, 63, 94, 0.3); }
.theme-rose .cta-lesson-title { color: #fda4af; }
.theme-rose .cta-lesson-tip { color: rgba(251, 113, 133, 0.8); }

.theme-blue:hover { border-color: rgba(59, 130, 246, 0.3); }
.theme-blue .cta-lesson-title { color: #93c5fd; }
.theme-blue .cta-lesson-tip { color: rgba(96, 165, 250, 0.8); }

.cta-lesson-desc {
    color: #9ca3af;
    font-size: 0.75rem;
    line-height: 1.625;
    margin-bottom: 0.75rem;
}
.cta-lesson-tip {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: auto;
}

.cta-bottom-action {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 20;
}


/* ============================================ */
/* INLINE STYLE PURGE UTILITIES                 */
/* ============================================ */
.text-lg-body { font-size: 1.05rem; line-height: 1.5; }
.font-bold { font-weight: 700; }
.text-cherry { color: var(--brand-cherry); }
.text-primary { color: var(--brand-primary); }
.shadow-glow-primary { text-shadow: 0 0 50px rgba(0, 230, 118, 0.3); }

.animated-glow-line-track {
    position: relative;
    width: 180px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0, 230, 118, 0.3), transparent);
    margin-top: 2.5rem;
    border-radius: 2px;
}
.animated-glow-line-dot {
    position: absolute;
    top: -1px;
    left: 0;
    width: 4px;
    height: 4px;
    background: var(--brand-primary);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--brand-primary), 0 0 20px var(--brand-primary);
    animation: travelDot 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.faq-section-wrapper {
    padding: 4rem 1rem;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}
.flex-center-gap {
    display: flex;
    align-items: center;
    gap: 8px;
}
.col-span-2 {
    grid-column: span 2;
}



/* ============================================ */
/* NEW CTA SECTION COMPONENT CSS                  */
/* ============================================ */
.cta-wrapper {
    padding: 3rem;
    border: 1px solid rgba(16, 185, 129, 0.3);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    background: rgba(10, 24, 35, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 1.5rem;
}

.cta-glow {
    position: absolute;
    width: 24rem;
    height: 24rem;
    border-radius: 9999px;
    filter: blur(64px);
    pointer-events: none;
}

.glow-tr {
    top: -12rem;
    right: -12rem;
    background: rgba(16, 185, 129, 0.15);
}

.glow-bl {
    bottom: -12rem;
    left: -12rem;
    background: rgba(16, 185, 129, 0.1);
}

.cta-container {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

@media (min-width: 1024px) {
    .cta-container {
        flex-direction: row;
        align-items: center;
        gap: 4rem;
    }
}

.cta-left-col {
    flex: 1;
}

.cta-badge {
    display: inline-block;
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    padding: 0.25rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.cta-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .cta-title {
        font-size: 3rem;
    }
}

.cta-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.125rem;
    margin-bottom: 2rem;
    max-width: 32rem;
}

.cta-form-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 1rem;
}

.cta-form-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.cta-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .cta-form-group {
        flex-direction: row;
    }
}

.cta-input {
    flex: 1;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 0.75rem 1.25rem;
    border-radius: 0.5rem;
    outline: none;
    transition: all 0.2s;
}

.cta-input:focus {
    border-color: #10b981;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}

.cta-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.cta-btn {
    background: linear-gradient(to right, #10b981, #059669);
    color: #ffffff;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(16, 185, 129, 0.3);
}

.cta-right-col {
    flex: 1;
}

.cta-lessons-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .cta-lessons-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.cta-lesson-card {
    padding: 1.25rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s;
}

.cta-lesson-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.05);
}

.theme-red { border-color: rgba(239, 68, 68, 0.2); }
.theme-red:hover { border-color: rgba(239, 68, 68, 0.4); box-shadow: 0 10px 15px -3px rgba(239, 68, 68, 0.1); }
.theme-amber { border-color: rgba(245, 158, 11, 0.2); }
.theme-amber:hover { border-color: rgba(245, 158, 11, 0.4); box-shadow: 0 10px 15px -3px rgba(245, 158, 11, 0.1); }
.theme-blue { border-color: rgba(59, 130, 246, 0.2); }
.theme-blue:hover { border-color: rgba(59, 130, 246, 0.4); box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.1); }
.theme-purple { border-color: rgba(139, 92, 246, 0.2); }
.theme-purple:hover { border-color: rgba(139, 92, 246, 0.4); box-shadow: 0 10px 15px -3px rgba(139, 92, 246, 0.1); }

.cta-lesson-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.cta-lesson-emoji {
    font-size: 1.25rem;
}

.cta-lesson-title {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
}

.cta-lesson-desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.cta-lesson-tip {
    color: #10b981;
    font-size: 0.75rem;
    font-weight: 500;
}

.cta-bottom-action {
    text-align: center;
    margin-top: 3rem;
}



/* --- Green Partner CTA --- */
.green-partner-cta {
    position: relative;
    padding: 6rem 1.5rem;
    overflow: hidden;
    text-align: center;
}


.green-cta-bg {
    position: absolute;
    inset: 0;
    background-image: url("../public/image/homepage/img-green-home-page.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.green-cta-container {
    position: relative;
    z-index: 10;
    max-width: 56rem;
    margin: 0 auto;
}

.green-cta-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    padding: 0.35rem 1rem;
    border-radius: 9999px;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.green-cta-badge i { margin-right: 0.5rem; }

.green-cta-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.green-cta-title .text-amber-200 { color: #fde68a; }

.green-cta-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.125rem;
    max-width: 42rem;
    margin: 0 auto 2.5rem auto;
    line-height: 1.6;
}

.green-cta-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
    .green-cta-form {
        flex-direction: row;
    }
}

.green-cta-input {
    padding: 1rem 1.5rem;
    border-radius: 9999px;
    width: 100%;
    max-width: 22rem;
    border: 2px solid transparent;
    outline: none;
    background: #ffffff;
    color: var(--bg-dark);
    font-size: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.green-cta-input:focus {
    border-color: #fcd34d;
    box-shadow: 0 0 0 4px rgba(252, 211, 77, 0.3);
}

.green-cta-btn {
    background: #ffffff;
    color: var(--bg-dark);
    font-weight: 800;
    padding: 1rem 2.5rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
}

.green-cta-btn:hover {
    background: #fef3c7;
    transform: translateY(-2px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.green-cta-btn i { color: #ea580c; font-size: 1.25rem; }

.green-cta-footer {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    margin-top: 1.5rem;
}
.green-cta-footer i { margin-right: 0.4rem; color: rgba(255, 255, 255, 0.8); }

/* --- White Contrast Section --- */
.bg-white-contrast {
    background-color: #F8FAFC;
    width: 100%;
}

/* --- Floating WhatsApp Button --- */
.whatsapp-float {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background-color: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    font-size: 35px;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
}

/* --- Custom sizes for EPR Circular Economy subtext --- */
.epr-circular-subtext {
    font-size: 1.1rem; /* Increased base size */
}

.epr-circular-highlight {
    font-size: 2rem; /* Increased 'Aadhar' size proportionately */
}
/* --- CSR Pill Container Spacing --- */
.csr-pill-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
/* --- OVERRIDES FOR CTA SECTION --- */

@media (min-width: 1024px) {
    .cta-container {
        flex-direction: row;
        align-items: flex-end;
        gap: 4rem;
    }

    /* Using specific selector to avoid !important */
    section .cta-container .cta-left-col {
        flex: 0.85; /* Shrink left column slightly to make it taller */
    }
    
    section .cta-container .cta-right-col {
        flex: 1.15; /* Expand right column slightly to make it shorter */
    }
}

/* Restore the White Button with Green Text (Specific selector to override cleanly) */
section .cta-bottom-action .cta-talk-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: max-content;
    white-space: nowrap;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 1rem 2rem;
    background: #ffffff;
    color: #064e3b;
    font-weight: 900;
    border-radius: 0.75rem;
    text-decoration: none;
    font-size: 1.125rem;
    transition: transform 0.2s, background 0.2s;
    box-shadow: 0 4px 14px rgba(255, 255, 255, 0.2);
}

section .cta-bottom-action .cta-talk-btn:hover {
    background: #f3f4f6;
    transform: scale(1.05);
}

/* --- SAFETY OVERRIDES FOR CTA INPUTS (For pages missing mainContent wrapper) --- */

/* Custom EPR Utilities to replace Tailwind */
.epru-text-center { text-align: center; }
.epru-m-0 { margin: 0; }
.epru-mt-2 { margin-top: 0.5rem; }
.epru-mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
.epru-ml-1 { margin-left: 0.25rem; }
.epru-mr-2 { margin-right: 0.5rem; }
.epru-text-emerald-400 { color: #34d399; }
.epru-text-amber-400 { color: #fbbf24; }
.epru-text-blue-400 { color: #60a5fa; }
.epru-text-emerald { color: #10b981; }
.epru-text-orange { color: #f97316; }
.epru-text-blue { color: #3b82f6; }
.epru-text-purple { color: #8b5cf6; }
.epru-text-gray { color: #6b7280; }
.epru-text-white { color: #ffffff; }
.epru-text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.epru-bg-dark { background-color: #0A1A2F; }
.epru-grid-stats { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.epru-relative { position: relative; }
.epru-absolute { position: absolute; }
.epru-w-full { width: 100%; }
.epru-h-full { height: 100%; }
.epru-border-orange { border-color: #f97316; }
.epru-border-emerald { border-color: #10b981; }
.epru-border-blue { border-color: #3b82f6; }
.epru-border-purple { border-color: #8b5cf6; }
.epru-bg-orange-soft { background-color: rgba(249, 115, 22, 0.1); }
.epru-bg-blue-soft { background-color: rgba(59, 130, 246, 0.1); }
.epru-bg-amber-soft { background-color: rgba(245, 158, 11, 0.1); }
.epru-bg-emerald-soft { background-color: rgba(16, 185, 129, 0.1); }
.epru-bg-purple-soft { background-color: rgba(139, 92, 246, 0.1); }
.epru-border-top-amber { border-top-color: #f59e0b; }
.epru-border-top-gray { border-top-color: #9ca3af; }
.epru-border-top-blue { border-top-color: #3b82f6; }
.epru-border-top-emerald { border-top-color: #10b981; }
.epru-text-orange-light { color: #fdba74; }
.epru-text-emerald-light { color: #6ee7b7; }
.epru-text-blue-light { color: #93c5fd; }
.epru-text-amber-light { color: #fcd34d; }
.epru-mx-auto { margin-left: auto; margin-right: auto; }
.epru-text-amber-200 { color: #fde68a; }

/* Hero Text Spacing Helpers */
.hero-title-center { text-align: center; margin: 0; }
.hero-title-mt { text-align: center; margin: 0.5rem 0 0 0; }
.text-spacing-mx { margin: 0 0.2em; }
.text-spacing-ml { margin-left: 0.1em; }



.cta-form-box .cta-input {
    display: block !important;
    width: 100% !important;
    min-height: 48px !important;
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    padding: 0 16px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
}
.cta-form-box .cta-input::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

.cta-form-box .cta-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 48px !important;
    background: #10B981 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
}

.cta-form-box .cta-form-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
}
