/* Homepage banner + Real numbers from Anjuman impact section */

/* -------------------------------------------------------------------------- */
/* Banner                                                                    */
/* -------------------------------------------------------------------------- */
.anj-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, #f4fbf7 38%, #fff9eb 72%, #ffffff 100%);
    border-bottom: 1px solid rgba(0, 200, 104, 0.12);
}

.anj-banner::before {
    display: none !important;
}

.anj-banner__mesh {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 45% at 85% 20%, rgba(0, 200, 104, 0.14), transparent 55%),
        radial-gradient(ellipse 40% 35% at 10% 80%, rgba(255, 170, 0, 0.12), transparent 50%),
        linear-gradient(180deg, transparent 70%, rgba(255, 255, 255, 0.9) 100%);
}

.anj-banner__grid {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.8) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.8) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

.anj-banner .container {
    position: relative;
    z-index: 2;
}

.anj-banner__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: center;
}

.anj-banner__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 620px;
}

.anj-banner__kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--f-primary-neon, #00c868);
    background: rgba(0, 200, 104, 0.08);
    border: 1px solid rgba(0, 200, 104, 0.22);
    margin: 0 0 1.25rem;
    line-height: 1.2;
}

.anj-banner__title {
    font-size: clamp(2.25rem, 5vw, 4rem);
    font-weight: 900;
    line-height: 1.08;
    color: var(--f-text-main, #0f172a) !important;
    margin: 0 0 1.25rem;
    letter-spacing: -0.02em;
}

.anj-banner__title em {
    font-style: normal;
    background: linear-gradient(120deg, var(--f-primary-neon, #00c868), var(--f-accent-gold, #ffaa00));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.anj-banner__lead {
    font-size: clamp(1rem, 1.35vw, 1.125rem);
    line-height: 1.7;
    color: var(--f-text-muted, #475569) !important;
    margin: 0 0 1.75rem;
}

.anj-banner__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0 0 2rem;
    width: 100%;
}

.anj-banner__actions .btn-futuristic {
    margin: 0;
    white-space: nowrap;
}

.anj-banner__actions .btn-futuristic--ghost {
    background: #fff !important;
    color: var(--f-text-main, #0f172a) !important;
    border: 2px solid rgba(15, 23, 42, 0.1) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
}

.anj-banner__actions .btn-futuristic--ghost:hover {
    border-color: var(--f-primary-neon, #00c868) !important;
    color: var(--f-primary-neon, #00c868) !important;
}

.anj-banner__trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 20px;
    width: 100%;
    max-width: 560px;
}

.anj-banner__trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--f-text-muted, #64748b);
    margin: 0;
}

.anj-banner__trust-item i {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(0, 200, 104, 0.1);
    color: var(--f-primary-neon, #00c868);
    font-size: 14px;
}

/* Banner prayer times panel */
.anj-banner__prayer {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: 0;
}

.anj-banner__prayer-card {
    background: #fff;
    border: 1px solid rgba(0, 200, 104, 0.22);
    border-radius: 20px;
    padding: 1.35rem 1.25rem 1.25rem;
    box-shadow: 0 20px 50px rgba(0, 80, 40, 0.12);
}

.anj-banner__prayer-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 1.125rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.anj-banner__prayer-title h2 {
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--f-text-main, #0f172a) !important;
    margin: 0 0 6px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 8px;
}

.anj-banner__prayer-title h2 i {
    color: var(--f-primary-neon, #00c868);
    font-size: 1.1rem;
}

.anj-banner__prayer-title p {
    margin: 0 !important;
    font-size: 12px;
    line-height: 1.45;
    color: var(--f-text-muted, #64748b) !important;
    max-width: 240px;
}

.anj-banner__prayer-city {
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--f-primary-neon, #00c868);
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(0, 200, 104, 0.08);
    border: 1px solid rgba(0, 200, 104, 0.2);
    white-space: nowrap;
}

.anj-banner__prayer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.anj-banner__prayer-slot {
    text-align: center;
    padding: 12px 8px;
    border-radius: 12px;
    background: linear-gradient(180deg, #f6fbf8 0%, #f0faf5 100%);
    border: 1px solid rgba(0, 200, 104, 0.14);
}

.anj-banner__prayer-slot span {
    display: block;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--f-text-muted, #64748b);
    margin-bottom: 5px;
    line-height: 1.2;
}

.anj-banner__prayer-slot strong {
    display: block;
    font-size: 17px;
    font-weight: 900;
    color: var(--f-primary-neon, #146f38);
    line-height: 1.1;
}

.anj-banner__prayer-slot--jummah {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, rgba(255, 170, 0, 0.1), rgba(0, 200, 104, 0.08));
    border-color: rgba(255, 170, 0, 0.28);
}

.anj-banner__prayer-slot--jummah strong {
    color: #b58c35;
}

/* -------------------------------------------------------------------------- */
/* Impact section                                                            */
/* -------------------------------------------------------------------------- */
.anj-impact {
    padding: var(--hp-section-pad-y, 4rem) 0;
    background: linear-gradient(180deg, #0c1210 0%, #111916 50%, #0a0f0d 100%);
    position: relative;
    overflow: hidden;
}

.anj-impact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(90%, 720px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 200, 104, 0.5), rgba(255, 170, 0, 0.4), transparent);
}

.anj-impact__glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 200, 104, 0.08), transparent 70%);
    top: -200px;
    right: -100px;
    pointer-events: none;
}

.anj-impact .container {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}

.anj-impact__head {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    margin: 0 0 2.75rem;
    padding: 0;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.anj-impact__head-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    gap: 0;
}

.anj-impact__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    max-width: 100%;
    margin: 0 0 1.125rem;
    padding: 9px 18px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.15px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--f-accent-gold, #ffaa00) !important;
    background: rgba(255, 170, 0, 0.1);
    border: 1px solid rgba(255, 170, 0, 0.25);
}

.anj-impact__label i {
    font-size: 12px;
    line-height: 1;
}

.anj-impact__head h2,
.anj-impact__head-inner h2 {
    width: 100%;
    font-size: clamp(1.65rem, 3.2vw, 2.5rem);
    font-weight: 900;
    color: #fff !important;
    margin: 0 0 1rem;
    padding: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.anj-impact__desc {
    width: 100%;
    margin: 0 !important;
    padding: 0;
    color: #94a3b8 !important;
    font-size: 15px;
    line-height: 1.65;
    max-width: 56ch;
}

.anj-impact__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.125rem;
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    transform: none !important;
}

.anj-impact__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    min-height: 172px;
    height: 100%;
    padding: 1.25rem 1.125rem 1.125rem;
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
    box-sizing: border-box;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.anj-impact__card:hover {
    color: inherit;
    transform: translateY(-4px) !important;
    border-color: rgba(0, 200, 104, 0.45);
    background: rgba(0, 200, 104, 0.06);
    box-shadow: 0 16px 36px rgba(0, 200, 104, 0.12);
}

.anj-impact__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    font-size: 18px;
    line-height: 1;
    color: var(--f-primary-neon, #00c868);
    background: rgba(0, 200, 104, 0.12);
    border: 1px solid rgba(0, 200, 104, 0.25);
    margin: 0 0 0.875rem;
}

.anj-impact__card:nth-child(even) .anj-impact__icon {
    color: var(--f-accent-gold, #ffaa00);
    background: rgba(255, 170, 0, 0.1);
    border-color: rgba(255, 170, 0, 0.25);
}

.anj-impact__value {
    display: block;
    width: 100%;
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    font-weight: 950;
    line-height: 1.1;
    color: #fff !important;
    margin: 0 0 0.4rem;
    padding: 0;
}

.anj-impact__label-text {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 800;
    color: #e2e8f0 !important;
    margin: 0 0 0.625rem;
    padding: 0;
    line-height: 1.35;
}

.anj-impact__hint {
    display: block;
    width: 100%;
    font-size: 11px;
    line-height: 1.45;
    color: #64748b !important;
    margin: auto 0 0;
    padding: 0;
}

.anj-impact__hint i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    font-size: 10px;
}

.anj-impact__card:hover .anj-impact__hint {
    color: var(--f-primary-neon, #00c868) !important;
}

.anj-impact__foot {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    margin: 2.25rem 0 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #64748b !important;
    transform: none !important;
}

.anj-impact__foot i {
    color: var(--f-primary-neon, #00c868);
    margin-right: 6px;
}

/* -------------------------------------------------------------------------- */
/* Responsive                                                                */
/* -------------------------------------------------------------------------- */
@media (max-width: 1199px) {
    .anj-impact__head {
        margin-bottom: 2.25rem;
    }

    .anj-impact__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .anj-banner__trust {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    :root {
        --site-header-height: 80px;
    }

    .anj-banner__layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .anj-banner__content {
        max-width: none;
        align-items: stretch;
        text-align: left;
    }

    .anj-banner__actions {
        justify-content: flex-start;
    }

    .anj-banner__prayer {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    :root {
        --site-header-height: 76px;
        --hp-gutter: 1rem;
    }

    .anj-banner__actions .btn-futuristic {
        flex: 1 1 auto;
        justify-content: center;
        text-align: center;
        min-width: calc(50% - 6px);
    }

    .anj-banner__actions .btn-futuristic:first-child {
        flex: 1 1 100%;
    }

    .anj-impact__head {
        margin-bottom: 2rem;
    }

    .anj-impact__head-inner {
        max-width: 100%;
    }

    .anj-impact__label {
        margin-bottom: 1rem;
    }

    .anj-impact__head h2,
    .anj-impact__head-inner h2 {
        margin-bottom: 0.875rem;
    }

    .anj-impact__grid {
        grid-template-columns: 1fr;
        gap: 0.875rem;
    }

    .anj-impact__card {
        min-height: 0;
        padding: 1.125rem 1rem;
    }

    .anj-impact__foot {
        margin-top: 1.75rem;
    }

    .anj-banner__prayer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .anj-banner__prayer-head {
        flex-direction: column;
        align-items: stretch;
    }

    .anj-banner__prayer-city {
        align-self: flex-start;
    }
}
