/* ==========================================================================
   Pushkarnabandhu - Divine Welcome Landing Page Stylesheet
   ========================================================================== */



:root {
    --divine-gold: #f59e0b;
    --divine-gold-dark: #d97706;
    --divine-gold-light: #fef3c7;
    --saffron-red: #dc2626;
    --saffron-orange: #ea580c;
    --royal-indigo: #1e1b4b;
    --royal-purple: #312e81;
    --text-dark: #0f172a;
    --text-muted: #64748b;
    --bg-warm-light: #fffcf8;
    --font-heading: 'Cinzel', serif;
    --font-hindi: 'Hind', sans-serif;
    --font-sans: 'Plus Jakarta Sans', sans-serif;
}

body.welcome-page {
    font-family: var(--font-sans);
    background-color: var(--bg-warm-light);
    color: var(--text-dark);
    overflow-x: hidden;
}

.hindi-text {
    font-family: var(--font-hindi);
}

/* Glass Header Navbar */
.welcome-navbar {
    background: rgba(15, 23, 42, 0.94);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 2px solid rgba(245, 158, 11, 0.3);
    padding: 12px 0;
    transition: all 0.3s ease;
}

.welcome-navbar .navbar-brand {
    font-family: var(--font-hindi);
    font-weight: 700;
    font-size: 1.5rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-icon-sacred {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #f59e0b 0%, #dc2626 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5rem;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-link-welcome {
    color: #cbd5e1 !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 8px 16px !important;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.nav-link-welcome:hover {
    color: var(--divine-gold) !important;
    background: rgba(255, 255, 255, 0.05);
}

/* Divine Hero Section */
.hero-welcome {
    position: relative;
    background: radial-gradient(circle at top center, #2e1065 0%, #0f172a 70%, #090d16 100%);
    color: #ffffff;
    padding: 80px 0 100px 0;
    overflow: hidden;
}

.hero-welcome::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(245, 158, 11, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(220, 38, 38, 0.15) 0%, transparent 40%);
    pointer-events: none;
}

.mantra-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.4);
    padding: 8px 20px;
    border-radius: 50px;
    color: #fbbf24;
    font-family: var(--font-hindi);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.2);
    margin-bottom: 24px;
    animation: glowPulse 3s infinite ease-in-out;
}

@keyframes glowPulse {
    0%, 100% { box-shadow: 0 0 15px rgba(245, 158, 11, 0.2); }
    50% { box-shadow: 0 0 30px rgba(245, 158, 11, 0.5); }
}

.hero-title-hindi {
    font-family: var(--font-hindi);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.25;
    background: linear-gradient(135deg, #ffffff 0%, #fef3c7 50%, #f59e0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 32px;
}

.btn-divine-primary {
    background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
    color: #ffffff !important;
    font-family: var(--font-hindi);
    font-size: 1.15rem;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 50px;
    border: none;
    box-shadow: 0 10px 30px rgba(234, 88, 12, 0.4);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-divine-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 35px rgba(234, 88, 12, 0.6);
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
}

.btn-divine-outline {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    font-family: var(--font-hindi);
    font-size: 1.1rem;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-divine-outline:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    transform: translateY(-2px);
}

/* Maa Ushtra Vahini Image Frame */
.sacred-image-card {
    position: relative;
    border-radius: 28px;
    padding: 12px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.6) 0%, rgba(220, 38, 38, 0.4) 50%, rgba(49, 46, 129, 0.8) 100%);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 50px rgba(245, 158, 11, 0.3);
    transition: transform 0.4s ease;
}

.sacred-image-card:hover {
    transform: translateY(-6px);
}

.sacred-image-card img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.divine-badge-overlay {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #7c2d12 0%, #991b1b 100%);
    color: #fef3c7;
    border: 2px solid #f59e0b;
    padding: 10px 24px;
    border-radius: 50px;
    font-family: var(--font-hindi);
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Live Stats Strip */
.stats-strip {
    background: #ffffff;
    border-radius: 24px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.9);
    padding: 30px 20px;
}

.stat-item-welcome {
    text-align: center;
    padding: 10px;
    border-right: 1px dashed #e2e8f0;
}

.stat-item-welcome:last-child {
    border-right: none;
}

.stat-num-divine {
    font-size: 2.2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #1e1b4b 0%, #ea580c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
    margin-bottom: 4px;
}

.stat-title-hindi {
    font-family: var(--font-hindi);
    font-weight: 600;
    font-size: 1rem;
    color: var(--text-muted);
}

/* Features Showcase Section */
.section-features {
    padding: 90px 0 70px 0;
    background: #f8fafc;
}

.section-header-center {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 60px auto;
}

.section-header-center .sub-badge {
    display: inline-block;
    background: #fef3c7;
    color: #b45309;
    font-family: var(--font-hindi);
    font-weight: 700;
    font-size: 1rem;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 12px;
    border: 1px solid #fde68a;
}

.section-header-center h2 {
    font-family: var(--font-hindi);
    font-size: 2.6rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.section-header-center p {
    font-size: 1.1rem;
    color: #64748b;
}

/* Feature Cards Grid */
.feature-card-divine {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 32px 28px;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.feature-card-divine::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #f59e0b, #ea580c, #4f46e5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card-divine:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.12);
    border-color: #cbd5e1;
}

.feature-card-divine:hover::before {
    opacity: 1;
}

.feature-icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 22px;
    transition: transform 0.3s ease;
}

.feature-card-divine:hover .feature-icon-wrapper {
    transform: scale(1.08) rotate(-3deg);
}

.icon-amber-gradient {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #d97706;
}

.icon-rose-gradient {
    background: linear-gradient(135deg, #ffe4e6 0%, #fecdd3 100%);
    color: #e11d48;
}

.icon-emerald-gradient {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    color: #059669;
}

.icon-indigo-gradient {
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
    color: #4f46e5;
}

.icon-purple-gradient {
    background: linear-gradient(135deg, #f3e8ff 0%, #e9d5ff 100%);
    color: #9333ea;
}

.icon-cyan-gradient {
    background: linear-gradient(135deg, #cffaff 0%, #a5f3fc 100%);
    color: #0891b2;
}

.feature-card-title {
    font-family: var(--font-hindi);
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.feature-card-desc {
    font-size: 0.98rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.feature-tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}

.feature-tag-sm {
    background: #f1f5f9;
    color: #475569;
    font-family: var(--font-hindi);
    font-size: 0.82rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
}

.feature-action-link {
    font-family: var(--font-hindi);
    font-weight: 700;
    font-size: 1rem;
    color: #ea580c;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease;
}

.feature-action-link:hover {
    color: #b45309;
    gap: 10px;
}

/* Pushkarna Gotra & Jati Honor Section */
.section-gotra-jatis {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    color: #ffffff;
    padding: 85px 0;
    position: relative;
}

.gotra-pill-tag {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fef3c7;
    font-family: var(--font-hindi);
    font-size: 1.05rem;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 6px;
    transition: all 0.25 ease;
}

.gotra-pill-tag:hover {
    background: rgba(245, 158, 11, 0.25);
    border-color: #f59e0b;
    transform: translateY(-2px);
    color: #ffffff;
}

.jati-badge-tag {
    background: rgba(245, 158, 11, 0.12);
    border: 1px dashed rgba(245, 158, 11, 0.4);
    color: #fbbf24;
    font-family: var(--font-hindi);
    font-size: 0.95rem;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 50px;
    display: inline-flex;
    margin: 4px;
}

/* Call to Action Banner */
.cta-banner-divine {
    background: linear-gradient(135deg, #f59e0b 0%, #ea580c 50%, #991b1b 100%);
    border-radius: 32px;
    padding: 60px 40px;
    color: #ffffff;
    box-shadow: 0 25px 50px rgba(234, 88, 12, 0.3);
    position: relative;
    overflow: hidden;
}

.cta-banner-divine h2 {
    font-family: var(--font-hindi);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 14px;
}

/* Regal Footer */
.footer-welcome {
    background: #090d16;
    color: #94a3b8;
    padding: 70px 0 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-welcome h5 {
    font-family: var(--font-hindi);
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 12px;
}

.footer-links-list a {
    color: #cbd5e1;
    text-decoration: none;
    font-family: var(--font-hindi);
    font-size: 1rem;
    transition: color 0.2s ease;
}

.footer-links-list a:hover {
    color: var(--divine-gold);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 25px;
    margin-top: 50px;
    font-size: 0.9rem;
}

/* Responsive styles */
@media (max-width: 991px) {
    .hero-title-hindi {
        font-size: 2.4rem;
    }
    .stat-item-welcome {
        border-right: none;
        border-bottom: 1px dashed #e2e8f0;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .stat-item-welcome:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
}
