/* Base Styles */
:root {
    --primary: #a855f7;
    --primary-dark: #8b5cf6;
    --secondary: #3b82f6;
    --accent: #06b6d4;
    --danger: #f5576c;
    --purple: #8b5cf6;
    --dark: #0f0f23;
    --light: #f8fafc;
    --gradient: linear-gradient(135deg, #a855f7 0%, #3b82f6 50%, #06b6d4 100%);
    --spiritual-gradient: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 25%, #16213e 50%, #0f3460 75%, #533483 100%);
    --meditation-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --prayer-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --study-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    --text-dark: #f8fafc;
    --text-light: #f8fafc;
    --card-bg: rgba(255, 255, 255, 0.05);
    --section-bg: rgba(15, 15, 35, 0.3);
    --glass-bg: rgba(255, 255, 255, 0.05);
}

/* Typography */
body {
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    line-height: 1.7;
    background: var(--spiritual-gradient);
    min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
}

p, .lead {
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

/* Enhanced Navigation */
.navbar {
    background: rgba(15, 15, 35, 0) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    padding: 1rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030 !important;
    width: 100%;
    display: block;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 15, 35, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: -1;
}

.navbar.scrolled {
    background: rgba(15, 15, 35, 0.3) !important;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    padding: 0.5rem 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: white !important;
    transition: all 0.3s ease;
}

.navbar-brand:hover {
    color: #a855f7 !important;
    transform: scale(1.05);
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 500;
    font-size: 0.95rem;
    margin: 0 0.5rem;
    padding: 0.75rem 1rem !important;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: white !important;
    background: rgba(168, 85, 247, 0.1);
    transform: translateY(-2px);
}

.navbar-nav .nav-link.active {
    color: white !important;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(59, 130, 246, 0.2));
    box-shadow: 0 4px 15px rgba(168, 85, 247, 0.2);
}

.navbar .btn {
    border-radius: 25px;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

.navbar .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.navbar .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.navbar .btn-warning {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border: none;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.navbar .btn-warning:hover {
    background: linear-gradient(135deg, #d97706, #b45309);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4);
}

/* Dropdown Menu Styling */
.dropdown-menu {
    background: rgba(15, 15, 35, 0.98);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin-top: 0.5rem;
    padding: 0.5rem 0;
}

.dropdown-item {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 0.25rem 0.5rem;
}

.dropdown-item:hover {
    background: rgba(168, 85, 247, 0.1) !important;
    color: white !important;
    transform: translateX(5px);
}

.dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 0.5rem 0;
}

.dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.dropdown-toggle.show::after {
    transform: rotate(180deg);
}
/* Optimize image loading */
.hero-section {
    background: linear-gradient(135deg, rgba(15, 15, 35, 0.80) 0%, rgba(26, 26, 46, 0.80) 50%, rgba(15, 15, 35, 0.80) 100%),
                url('https://images.pexels.com/photos/267559/pexels-photo-267559.jpeg?auto=compress&cs=tinysrgb&w=2340'),
                linear-gradient(135deg, #1a1a2e, #16213e);
    background-size: cover, cover, cover;
    background-position: center, center, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-attachment: scroll;
    color: white;
    padding: 140px 0 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    /* Force image loading */
    background-image: linear-gradient(135deg, rgba(15, 15, 35, 0.80) 0%, rgba(26, 26, 46, 0.80) 50%, rgba(15, 15, 35, 0.80) 100%),
                      url('https://images.pexels.com/photos/267559/pexels-photo-267559.jpeg?auto=compress&cs=tinysrgb&w=2340'),
                      linear-gradient(135deg, #1a1a2e, #16213e);
}

/* Fallback for when images don't load */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://via.placeholder.com/2340x1080/1a1a2e/ffffff?text=🕊️+Life+Companion+-+Your+Spiritual+Journey') center/cover no-repeat;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}

.hero-section > * {
    position: relative;
    z-index: 2;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-section .lead {
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

/* === Global Font Size & Weight Reduction === */
body {
    font-size: 0.9rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}

.display-2 {
    font-size: 3rem !important;
    font-weight: 700 !important;
}

.display-4 {
    font-size: 2.2rem !important;
    font-weight: 600 !important;
}

.display-5 {
    font-size: 1.8rem !important;
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 600 !important;
}

.lead {
    font-size: 1.05rem !important;
    font-weight: 400 !important;
}

.stats-number {
    font-size: 2rem !important;
    font-weight: 700 !important;
}

/* Service Cards */
.service-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    position: relative;
    overflow: hidden;
    color: white;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(168, 85, 247, 0.2);
    border-color: rgba(168, 85, 247, 0.3);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient);
}

.service-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    background: var(--gradient);
    color: white;
}

/* Icon gradient helpers */
.icon-gradient-blue { background: var(--study-gradient); }
.icon-gradient-purple { background: var(--meditation-gradient); }
.icon-gradient-green { background: var(--prayer-gradient); }
.icon-gradient-orange { background: linear-gradient(135deg, #f093fb, #f5576c); }
.icon-gradient-pink { background: linear-gradient(135deg, #4facfe, #00f2fe); }
.icon-gradient-red { background: linear-gradient(135deg, #f5576c, #f093fb); }

/* Feature Cards */
.feature-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    color: white;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(168, 85, 247, 0.2);
    border-color: rgba(168, 85, 247, 0.3);
}

/* Enhanced Stats Section */
.stats-section {
    background: linear-gradient(135deg, rgba(15, 15, 35, 0.95) 0%, rgba(26, 26, 46, 0.95) 50%, rgba(15, 15, 35, 0.95) 100%);
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(168, 85, 247, 0.2);
    border-bottom: 1px solid rgba(168, 85, 247, 0.2);
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(168, 85, 247, 0.1) 0%, transparent 70%);
    z-index: 1;
}

.stats-section > * {
    position: relative;
    z-index: 2;
}

.stats-title {
    background: linear-gradient(135deg, #a855f7, #ec4899, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.stats-lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    font-weight: 300;
}

/* Stats Cards */
.stats-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.stats-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.stats-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(168, 85, 247, 0.3);
    border-color: rgba(168, 85, 247, 0.4);
}

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

.stats-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
    position: relative;
    transition: all 0.4s ease;
}

.stats-icon::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 22px;
    background: var(--gradient);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.stats-card:hover .stats-icon {
    transform: scale(1.1);
}

.stats-card:hover .stats-icon::before {
    opacity: 1;
}

/* Icon specific colors */
.users-icon {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.community-icon {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.scripture-icon {
    background: linear-gradient(135deg, #a855f7, #ec4899);
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.3);
}

.audio-icon {
    background: linear-gradient(135deg, #14b8a6, #0f766e);
    box-shadow: 0 8px 25px rgba(20, 184, 166, 0.28);
}

.meditation-icon {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    box-shadow: 0 8px 25px rgba(6, 182, 212, 0.3);
}

.prayer-icon {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.3);
}

.stats-content {
    position: relative;
}

.stats-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 0.5rem;
    transition: all 0.4s ease;
    position: relative;
}

.stats-card:hover .stats-number {
    transform: scale(1.1);
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stats-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.stats-subtitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    font-style: italic;
}

/* Achievement Cards */
.achievement-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
    height: 100%;
}

.achievement-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(168, 85, 247, 0.2);
    border-color: rgba(168, 85, 247, 0.3);
}

.achievement-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(168, 85, 247, 0.3);
}

.achievement-title {
    color: white;
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.achievement-desc {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: 0.9rem;
}

/* Live Counter */
.live-counter {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.1) 0%, rgba(59, 130, 246, 0.1) 100%);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(168, 85, 247, 0.2);
    border-radius: 25px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    transition: all 0.3s ease;
}

.live-counter:hover {
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: 0 15px 35px rgba(168, 85, 247, 0.2);
    transform: translateY(-3px);
}

.counter-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.3);
    animation: pulse 2s ease-in-out infinite;
}

.counter-text {
    text-align: left;
}

.counter-number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: white;
    margin-bottom: 0.25rem;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.counter-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    font-weight: 500;
}

/* Animations */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 25px rgba(168, 85, 247, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 12px 35px rgba(168, 85, 247, 0.4);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .stats-card {
        padding: 1.5rem 1rem;
    }

    .stats-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

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

    .live-counter {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .counter-number {
        font-size: 1.5rem;
    }

    .achievement-card {
        padding: 1rem;
    }
}

/* Security Badge */
.security-badge {
    background: var(--gradient);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(168, 85, 247, 0.3);
}

.hero-launch-panel {
    max-width: 520px;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    background: rgba(9, 12, 27, 0.42);
    backdrop-filter: blur(18px);
}

.hero-launch-kicker {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0.85rem;
}

.hero-mini-countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.hero-countdown-item {
    padding: 0.8rem 0.6rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-countdown-number {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    color: white;
}

.hero-countdown-label {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.hero-launch-note {
    margin-top: 0.9rem;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.78);
}

.prayer-symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    line-height: 1;
}

/* Sections */
.section {
    padding: 100px 0;
    background: var(--section-bg);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
}

.section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(168, 85, 247, 0.02);
    z-index: 1;
}

.section > * {
    position: relative;
    z-index: 2;
}

/* Global Text Visibility Fix */
.text-muted {
    color: rgba(255, 255, 255, 0.8) !important;
}

.lead {
    color: rgba(255, 255, 255, 0.9) !important;
}

p {
    color: rgba(255, 255, 255, 0.9) !important;
}

h1, h2, h3, h4, h5, h6 {
    color: white !important;
}

small {
    color: rgba(255, 255, 255, 0.8) !important;
}

.fw-semibold {
    color: white !important;
}

.footnote {
    font-size: 12px;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.section-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: var(--gradient);
    margin: 20px auto 0;
    border-radius: 2px;
}

/* Cards */
.card {
    border: none;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    color: white;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(168, 85, 247, 0.2);
}

.card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.card-body {
    padding: 25px;
}

.card-title {
    color: white;
    font-weight: 600;
    margin-bottom: 15px;
}

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

/* Button Text Contrast Fix */
.btn-light {
    color: #0f0f23 !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.btn-light:hover {
    color: #0f0f23 !important;
    background-color: white !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.btn-outline-light .fw-semibold {
    color: white !important;
}

.btn-primary {
    background: var(--gradient);
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: white;
    box-shadow: 0 4px 15px rgba(168, 85, 247, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(168, 85, 247, 0.4);
    background: var(--gradient);
}

.btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.5);
}

.btn-warning {
    background: var(--prayer-gradient);
    border: none;
    color: white;
    box-shadow: 0 4px 15px rgba(245, 87, 108, 0.3);
}

.btn-warning:hover {
    background: var(--prayer-gradient);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(245, 87, 108, 0.4);
}

/* Navigation Buttons */
.navbar .btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-left: 0.5rem;
}

.navbar .btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.navbar .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar .btn-warning {
    background: var(--prayer-gradient);
    border: none;
    color: white;
    box-shadow: 0 2px 8px rgba(245, 87, 108, 0.3);
}

.navbar .btn-warning:hover {
    background: var(--prayer-gradient);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 87, 108, 0.4);
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.2rem;
    }
    
    .hero-section .lead {
        font-size: 1rem;
    }
    
    .service-card {
        margin-bottom: 2rem;
    }
    
    .stat-number {
        font-size: 1.75rem;
    }

    .phone-mockup-enhanced {
        max-width: 280px;
        margin: 0 auto;
    }

    .feature-highlights {
        display: none;
    }

    .floating-element {
        display: none;
    }

    .content-card {
        margin-top: 2rem;
    }

    .display-4 {
        font-size: 1.8rem !important;
    }

    .showcase-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 120px 0 80px;
    }
    
    .hero-section h1 {
        font-size: 1.8rem;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .section {
        padding: 60px 0;
    }

    .showcase-grid {
        grid-template-columns: 1fr;
    }

    .display-4 {
        font-size: 1.6rem !important;
    }

    .navbar-brand span {
        font-size: 1.1rem !important;
    }
}

/* === App Showcase Section === */
.showcase-section {
    background: linear-gradient(135deg, rgba(10, 10, 30, 0.98) 0%, rgba(20, 20, 45, 0.98) 100%);
}

.showcase-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(168, 85, 247, 0.15);
    border: 1px solid rgba(168, 85, 247, 0.3);
    color: rgba(255,255,255,0.9);
    padding: 0.4rem 1rem;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.showcase-scroll-container {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 1rem 0.5rem 1.5rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(168,85,247,0.4) transparent;
    -webkit-overflow-scrolling: touch;
}

.showcase-scroll-container::-webkit-scrollbar {
    height: 6px;
}

.showcase-scroll-container::-webkit-scrollbar-thumb {
    background: rgba(168, 85, 247, 0.4);
    border-radius: 3px;
}

.showcase-item {
    flex-shrink: 0;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease;
    width: 260px;
}

.showcase-item:hover {
    transform: translateY(-6px);
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: 0 12px 30px rgba(168, 85, 247, 0.2);
}

.showcase-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: top;
    display: block;
}

.showcase-item.mobile-item img {
    height: 220px;
    object-fit: cover;
}

.showcase-caption {
    padding: 0.6rem 0.9rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255,255,255,0.75);
    letter-spacing: 0.3px;
    background: rgba(168, 85, 247, 0.06);
    border-top: 1px solid rgba(255,255,255,0.07);
}

.showcase-divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1.5rem 0 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.showcase-divider::before,
.showcase-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,0.1);
}

.showcase-trigger {
    cursor: pointer;
}

.showcase-trigger:focus-visible {
    outline: 2px solid rgba(168, 85, 247, 0.75);
    outline-offset: 3px;
}

.showcase-lightbox .modal-content {
    background: rgba(10, 12, 27, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
}

.showcase-lightbox .modal-header {
    padding: 1rem 1rem 0;
}

.showcase-lightbox .modal-body {
    padding: 0 1rem 1rem;
}

.showcase-modal-image {
    width: 100%;
    max-height: 75vh;
    object-fit: contain;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
}

@media (max-width: 768px) {
    .hero-mini-countdown {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .showcase-item {
        width: 200px;
    }
    .showcase-item img {
        height: 120px;
    }
    .showcase-item.mobile-item img {
        height: 170px;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    animation: fadeInUp 0.6s ease-out;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(15, 15, 35, 0.3);
}

::-webkit-scrollbar-thumb {
    background: var(--gradient);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-dark);
}

/* App Showcase Styles */
.app-mockup-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.multi-device-showcase {
    width: 100%;
    max-width: 600px;
}

/* Desktop Mockup */
.desktop-mockup {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.desktop-screen {
    background: #0f0f23;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    transition: transform 0.3s ease;
    border: 1px solid rgba(168, 85, 247, 0.1);
}

.desktop-screen:hover {
    transform: translateY(-5px);
}

.desktop-header {
    background: rgba(168, 85, 247, 0.1);
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    position: relative;
    border-bottom: 1px solid rgba(168, 85, 247, 0.1);
}

.window-controls {
    display: flex;
    gap: 6px;
}

.control {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.control.close {
    background: #f5576c;
}

.control.minimize {
    background: #f59e0b;
}

.control.maximize {
    background: #10b981;
}

.url-bar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(15, 15, 35, 0.5);
    color: rgba(255, 255, 255, 0.6);
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-family: monospace;
}

.desktop-content {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

/* Tablet Mockup */
.tablet-mockup {
    position: relative;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}

.tablet-screen {
    background: #0f0f23;
    border-radius: 25px;
    padding: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
    border: 1px solid rgba(168, 85, 247, 0.1);
}

.tablet-screen:hover {
    transform: translateY(-3px);
}

.tablet-screen::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background: rgba(168, 85, 247, 0.2);
    border-radius: 3px;
}

.tablet-content {
    width: 100%;
    height: 180px;
    border-radius: 15px;
    object-fit: cover;
    display: block;
}

/* Mobile Mockup - Small version for desktop showcase */
.phone-mockup-small {
    position: relative;
    width: 120px;
    height: 240px;
    background: #0f0f23;
    border-radius: 25px;
    padding: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
    margin: 0 auto;
    overflow: hidden;
    transition: transform 0.3s ease;
    border: 1px solid rgba(168, 85, 247, 0.1);
}

.phone-mockup-small:hover {
    transform: translateY(-3px);
}

.phone-mockup-small::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 15px;
    background: #0f0f23;
    border-radius: 10px;
    z-index: 2;
}

.phone-screen-small {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

/* Regular Mobile Mockup for mobile screens */
.phone-mockup {
    position: relative;
    width: 300px;
    height: 600px;
    background: #0f0f23;
    border-radius: 35px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    overflow: hidden;
    border: 1px solid rgba(168, 85, 247, 0.1);
}

.phone-mockup::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 25px;
    background: #0f0f23;
    border-radius: 15px;
    z-index: 2;
}

.phone-screen {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

/* Device Labels */
.device-labels {
    margin-top: 1rem;
    gap: 2rem;
}

.device-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
}

.device-label i {
    margin-right: 0.5rem;
}

.device-label .bi-laptop {
    color: var(--primary);
}

.device-label .bi-tablet {
    color: var(--secondary);
}

.device-label .bi-phone {
    color: var(--accent);
}

.device-compatibility .col-4 > div {
    transition: all 0.3s ease;
    cursor: pointer;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: white;
}

.device-compatibility .col-4 > div .small {
    color: rgba(255, 255, 255, 0.8);
}

/* Launch Countdown Modal - Enhanced Visibility */
.launch-modal {
    background: linear-gradient(135deg, rgba(15, 15, 35, 0.95) 0%, rgba(26, 26, 46, 0.95) 50%, rgba(15, 15, 35, 0.95) 100%) !important;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1055 !important; /* Bootstrap modal z-index */
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.modal-backdrop {
    z-index: 1040 !important; /* Bootstrap backdrop z-index */
}

.launch-container {
    padding: 2.5rem;
    text-align: center;
    color: white;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* Ensure modal content is visible */
.modal-content {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* Fix any potential positioning issues */
.modal-dialog {
    position: fixed !important;
    z-index: 1056 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Override Bootstrap modal show class */
.modal.show .modal-dialog {
    transform: translate(-50%, -50%) !important;
}

/* Ensure all modal elements are visible */
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out !important;
    transform: translate(-50%, -50%) !important;
}

.launch-header {
    margin-bottom: 2.5rem;
}

.launch-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: linear-gradient(135deg, #a855f7, #ec4899, #3b82f6);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2.5rem;
    color: white;
    box-shadow: 0 10px 30px rgba(168, 85, 247, 0.4);
    animation: pulse 2s ease-in-out infinite;
}

.launch-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #a855f7, #ec4899, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.launch-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Countdown Timer */
.countdown-container {
    margin-bottom: 3rem;
}

.countdown-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: white;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

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

.countdown-number {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    color: white;
    background: linear-gradient(135deg, #a855f7, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 10px rgba(168, 85, 247, 0.3);
}

.countdown-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.countdown-separator {
    font-size: 2rem;
    color: rgba(168, 85, 247, 0.5);
    margin: 0 0.5rem;
    font-weight: 300;
}

/* Features Preview */
.features-preview {
    margin-bottom: 2.5rem;
}

.features-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: white;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.1);
}

.feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #a855f7, #3b82f6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(168, 85, 247, 0.3);
}

.feature-text h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: white;
}

.feature-text p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.4;
}

/* Email Signup */
.email-signup {
    margin-bottom: 2rem;
}

.signup-text {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.signup-form {
    max-width: 400px;
    margin: 0 auto;
}

.input-group {
    display: flex;
    gap: 0.5rem;
}

.signup-form .form-control {
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    color: white;
    font-size: 0.95rem;
}

.signup-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.signup-form .form-control:focus {
    outline: none;
    border-color: #a855f7;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.1);
}

.signup-form .btn-primary {
    background: linear-gradient(135deg, #a855f7, #3b82f6);
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.signup-form .btn-primary:hover {
    background: linear-gradient(135deg, #9333ea, #2563eb);
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.4);
}

/* Social Links */
.social-links {
    margin-top: 2rem;
}

.social-text {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.2);
}

/* Responsive Design for Countdown Modal */
@media (max-width: 768px) {
    .launch-container {
        padding: 2rem 1.5rem;
    }

    .hero-launch-panel {
        padding: 0.9rem;
    }

    .launch-title {
        font-size: 2rem;
    }

    .countdown-timer {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .countdown-number {
        font-size: 2.5rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .input-group {
        flex-direction: column;
    }

    .signup-form .btn-primary {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .countdown-timer {
        gap: 0.25rem;
    }

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

    .countdown-separator {
        font-size: 1.5rem;
    }
}

.feature-badge {
    background: var(--gradient);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(168, 85, 247, 0.3);
}

.feature-content {
    padding: 2rem;
    color: white;
}

.feature-content h3, .feature-content h5 {
    color: white;
}

.feature-content p {
    color: rgba(255, 255, 255, 0.9);
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1rem;
}

.feature-list i {
    color: var(--secondary);
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.device-compatibility h5 {
    color: white;
    margin-bottom: 1.5rem;
}

.device-compatibility .small {
    color: rgba(255, 255, 255, 0.8);
}

.tracking-features h5 {
    color: white !important;
}

.tracking-features p {
    color: rgba(255, 255, 255, 0.8) !important;
}

.tracking-features .text-muted {
    color: rgba(255, 255, 255, 0.8) !important;
}

.tracking-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--gradient);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(168, 85, 247, 0.3);
}

.tracking-features .d-flex {
    transition: transform 0.3s ease;
}

.tracking-features .d-flex:hover {
    transform: translateX(10px);
}

.rating-stars {
    font-size: 1.2rem;
    color: #f59e0b;
}

.stat-box {
    transition: all 0.3s ease;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 1rem;
    color: white;
}

.stat-box .h4 {
    color: white;
    margin-bottom: 0.5rem;
}

.stat-box .small {
    color: rgba(255, 255, 255, 0.7);
}

.family-stats .stat-box {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 1rem;
    color: white;
    transition: all 0.3s ease;
}

.family-stats .stat-box .h4 {
    color: white;
    margin-bottom: 0.5rem;
}

.family-stats .stat-box .small {
    color: rgba(255, 255, 255, 0.7);
}

/* Family Stats Box Text */
.family-stats .stat-box .small {
    color: rgba(255, 255, 255, 0.8) !important;
}

.family-stats .stat-box .text-muted {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Responsive Design for App Showcase */
@media (max-width: 1200px) {
    .desktop-content {
        height: 240px;
    }
    
    .tablet-content {
        height: 160px;
    }
    
    .phone-mockup-small {
        width: 100px;
        height: 200px;
        padding: 10px;
    }
    
    .phone-mockup-small::before {
        width: 50px;
        height: 12px;
    }
}

@media (max-width: 992px) {
    .phone-mockup {
        width: 250px;
        height: 500px;
        padding: 15px;
    }
    
    .phone-mockup::before {
        width: 100px;
        height: 20px;
    }
    
    .feature-content {
        padding: 1rem;
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .phone-mockup {
        width: 200px;
        height: 400px;
        padding: 12px;
    }
    
    .app-mockup-container {
        padding: 1rem;
    }
    
    .tracking-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .feature-list li {
        font-size: 1rem;
    }
    
    .device-compatibility .row {
        gap: 1rem;
    }
}

@media (max-width: 576px) {
    .phone-mockup {
        width: 180px;
        height: 360px;
        padding: 10px;
    }
    
    .phone-mockup::before {
        width: 80px;
        height: 18px;
    }
    
    .feature-badge {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
}


/* Enhanced Testimonials Section */
.testimonials-section {
    background: linear-gradient(135deg, rgba(15, 15, 35, 0.98) 0%, rgba(26, 26, 46, 0.98) 50%, rgba(15, 15, 35, 0.98) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(168, 85, 247, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(59, 130, 246, 0.08) 0%, transparent 50%);
    z-index: 1;
}

.testimonials-section > * {
    position: relative;
    z-index: 2;
}

/* Section Badge */
.section-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(236, 72, 153, 0.2));
    backdrop-filter: blur(20px);
    border: 1px solid rgba(168, 85, 247, 0.3);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.section-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.3);
    border-color: rgba(168, 85, 247, 0.5);
}

/* Section Header */
.testimonials-title {
    background: linear-gradient(135deg, #a855f7, #ec4899, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.testimonials-lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.6;
}

/* Enhanced Testimonial Cards */
.testimonial-card-enhanced {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    padding: 2.5rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.testimonial-card-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #a855f7, #ec4899, #3b82f6);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.testimonial-card-enhanced:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(168, 85, 247, 0.25);
    border-color: rgba(168, 85, 247, 0.4);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.08) 100%);
}

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

/* Testimonial Header */
.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.testimonial-avatar-enhanced {
    position: relative;
    margin-right: 1rem;
}

.avatar-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #06b6d4, #0891b2); /* Default meditation theme */
    box-shadow: 0 4px 15px rgba(6, 182, 212, 0.3);
}

.avatar-circle.scripture-theme {
    background: linear-gradient(135deg, #a855f7, #ec4899);
    box-shadow: 0 4px 15px rgba(168, 85, 247, 0.3);
}

.avatar-circle.prayer-theme {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.avatar-glow {
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.4), rgba(236, 72, 153, 0.4));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.scripture-glow {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.4), rgba(236, 72, 153, 0.4));
}

.prayer-glow {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.4), rgba(220, 38, 38, 0.4));
}

.testimonial-card-enhanced:hover .avatar-glow {
    opacity: 1;
}

.testimonial-card-enhanced:hover .avatar-circle {
    transform: scale(1.1);
}

.testimonial-info h5 {
    color: white;
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 1.1rem;
}

.testimonial-location {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

/* Rating */
.testimonial-rating {
    margin-bottom: 1.5rem;
}

.stars-row {
    display: flex;
    gap: 0.25rem;
}

.stars-row i {
    color: #f59e0b;
    font-size: 1rem;
}

/* Content */
.testimonial-content {
    position: relative;
    margin-bottom: 2rem;
}

.quote-icon {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(236, 72, 153, 0.2));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.25rem;
}

.testimonial-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.6;
    font-style: italic;
    margin-left: 2rem;
    position: relative;
}

/* Footer */
.testimonial-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
}

.testimonial-metrics {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.metric-item {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    font-weight: 500;
}

.metric-item i {
    font-size: 0.8rem;
    margin-right: 0.5rem;
}

/* Trust Indicators */
.trust-indicators {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.trust-item {
    text-align: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    min-width: 150px;
    transition: all 0.3s ease;
}

.trust-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(168, 85, 247, 0.2);
    border-color: rgba(168, 85, 247, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

.trust-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #a855f7, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.trust-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 80px 0;
    }

    .testimonial-card-enhanced {
        padding: 2rem 1.5rem;
    }

    .testimonial-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .testimonial-info {
        text-align: center;
    }

    .testimonial-metrics {
        justify-content: center;
        gap: 1rem;
    }

    .trust-indicators {
        gap: 2rem;
    }

    .trust-item {
        min-width: 120px;
        padding: 1rem;
    }

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

@media (max-width: 576px) {
    .trust-indicators {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .trust-item {
        width: 100%;
        max-width: 200px;
    }
}

/* CTA Section */
.cta-section {
    background: var(--spiritual-gradient);
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(168, 85, 247, 0.1);
    backdrop-filter: blur(1px);
    z-index: 1;
}

.cta-section > * {
    position: relative;
    z-index: 2;
}

.cta-section h2 {
    color: white;
    margin-bottom: 1.5rem;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-section .lead {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
}

/* Meditation Hero Section - Fix background layering */
.meditation-hero {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.15) 0%, rgba(14, 165, 233, 0.1) 50%, rgba(59, 130, 246, 0.1) 100%) !important;
}

.meditation-hero::before {
    display: none !important;
}

.meditation-badge {
    display: inline-flex;
    align-items: center;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(6, 182, 212, 0.2);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    color: white;
    transition: all 0.3s ease;
}

.meditation-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(6, 182, 212, 0.3);
    border-color: rgba(6, 182, 212, 0.4);
}

.meditation-title {
    background: linear-gradient(135deg, #0ea5e9, #06b6d4, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.meditation-lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    font-weight: 300;
}

.meditation-stats {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(6, 182, 212, 0.2);
}

.meditation-stats .stat-card::before {
    background: linear-gradient(90deg, #0ea5e9, #06b6d4, #3b82f6);
}

.prayer-stats {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(239, 68, 68, 0.2);
}

.prayer-stats .stat-card::before {
    background: linear-gradient(90deg, #ef4444, #dc2626, #b91c1c);
}

.prayer-badge {
    display: inline-flex;
    align-items: center;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(239, 68, 68, 0.2);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    color: white;
    transition: all 0.3s ease;
}

.prayer-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.3);
    border-color: rgba(239, 68, 68, 0.4);
}

.prayer-stats .stat-card:hover {
    border-color: rgba(239, 68, 68, 0.3);
    box-shadow: 0 15px 30px rgba(239, 68, 68, 0.2);
}

.scripture-badge {
    display: inline-flex;
    align-items: center;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    color: white;
    transition: all 0.3s ease;
}

.scripture-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.3);
}

.scripture-title {
    background: linear-gradient(135deg, #a855f7, #ec4899, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.scripture-lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    font-weight: 300;
}

/* Enhanced Phone Mockup */
.scripture-mockup-container {
    position: relative;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-element {
    position: absolute;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    animation: float 4s ease-in-out infinite;
    z-index: 3;
}

.floating-element-1 {
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.floating-element-2 {
    top: 20%;
    right: 15%;
    animation-delay: 1s;
}

.floating-element-3 {
    bottom: 20%;
    left: 20%;
    animation-delay: 2s;
}

.phone-mockup-enhanced {
    position: relative;
    z-index: 2;
}

.phone-frame {
    position: relative;
    width: 280px;
    height: 570px;
    background: linear-gradient(145deg, #2d3748, #4a5568);
    border-radius: 25px;
    padding: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.scripture-screen {
    position: relative;
}

.scripture-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.screen-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(168, 85, 247, 0.1) 0%, rgba(236, 72, 153, 0.1) 100%);
    pointer-events: none;
}

.phone-notch {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 25px;
    background: #2d3748;
    border-radius: 0 0 15px 15px;
    z-index: 10;
}

.phone-button {
    position: absolute;
    right: -3px;
    top: 120px;
    width: 4px;
    height: 60px;
    background: linear-gradient(145deg, #4a5568, #2d3748);
    border-radius: 2px;
}

.feature-highlights {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    z-index: 4;
}

.highlight-badge {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    color: white;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.highlight-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(168, 85, 247, 0.3);
}

/* Enhanced Content */
.scripture-content {
    padding: 2rem 0;
}

.content-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2.5rem;
    transition: all 0.3s ease;
}

.content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(168, 85, 247, 0.2);
    border-color: rgba(168, 85, 247, 0.3);
}

.content-title {
    color: white;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 2rem;
    text-align: center;
}

.feature-showcase {
    margin: 2rem 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(10px);
    border-color: rgba(168, 85, 247, 0.3);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #a855f7, #ec4899);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.feature-text h5 {
    color: white;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.feature-text p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.5;
}

/* Call to Action */
.scripture-cta {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.scripture-btn {
    background: linear-gradient(135deg, #a855f7, #ec4899);
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.3);
}

.scripture-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(168, 85, 247, 0.4);
    background: linear-gradient(135deg, #ec4899, #a855f7);
}

.cta-note {
    color: rgba(255, 255, 255, 0.8);
    margin: 1rem 0 0 0;
    font-size: 0.9rem;
}

/* Stats Cards */
.scripture-stats {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #a855f7, #ec4899, #3b82f6);
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(168, 85, 247, 0.2);
    border-color: rgba(168, 85, 247, 0.3);
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #a855f7, #ec4899);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
    font-size: 1.25rem;
}

.stat-number {
    font-size: 2rem;
    font-weight: bold;
    color: white;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Meditation Section */
.meditation-mockup-container {
    position: relative;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.meditation-mockup-container .floating-element {
    background: linear-gradient(135deg, rgba(13, 202, 240, 0.2), rgba(6, 182, 212, 0.2));
    border: 1px solid rgba(6, 182, 212, 0.3);
}

.tablet-mockup-enhanced {
    position: relative;
    z-index: 2;
}

.tablet-frame {
    position: relative;
    width: 320px;
    height: 420px;
    background: linear-gradient(145deg, #1e293b, #334155);
    border-radius: 20px;
    padding: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.tablet-screen {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.meditation-screen {
    position: relative;
}

.meditation-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meditation-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(6, 182, 212, 0.1) 0%, rgba(14, 165, 233, 0.1) 100%);
    pointer-events: none;
}

.meditation-content {
    padding: 2rem 0;
}

.meditation-icon {
    background: linear-gradient(135deg, #0ea5e9, #06b6d4) !important;
}

.meditation-cta {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(6, 182, 212, 0.2);
}

.meditation-btn {
    background: linear-gradient(135deg, #0ea5e9, #06b6d4);
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(6, 182, 212, 0.3);
}

.meditation-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(6, 182, 212, 0.4);
    background: linear-gradient(135deg, #06b6d4, #0ea5e9);
}

/* Prayer Section */
.prayer-mockup-container {
    position: relative;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.desktop-mockup-enhanced {
    position: relative;
    z-index: 2;
}

.desktop-frame {
    position: relative;
    width: 400px;
    height: 280px;
    background: linear-gradient(145deg, #1f2937, #374151);
    border-radius: 15px;
    padding: 20px 20px 40px 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.desktop-screen {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.prayer-screen {
    position: relative;
}

.prayer-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prayer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(239, 68, 68, 0.1) 0%, rgba(220, 38, 38, 0.1) 100%);
    pointer-events: none;
}

.prayer-content {
    padding: 2rem 0;
}

.prayer-icon {
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
}

.prayer-cta {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(239, 68, 68, 0.2);
}

.prayer-btn {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.3);
}

.prayer-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(239, 68, 68, 0.4);
    background: linear-gradient(135deg, #dc2626, #ef4444);
}

/* Enhanced Mockup Animations */
.floating-element {
    animation: float 4s ease-in-out infinite;
}

.floating-element:nth-child(2) {
    animation-delay: 1s;
}

.floating-element:nth-child(3) {
    animation-delay: 2s;
}

/* Responsive Design for Meditation and Prayer */
@media (max-width: 768px) {
    .meditation-mockup-container,
    .prayer-mockup-container {
        padding: 1rem;
    }

    .tablet-frame {
        width: 280px;
        height: 360px;
    }

    .desktop-frame {
        width: 320px;
        height: 220px;
    }

    .floating-element {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* Enhanced Contact Section */
.contact-section {
    background: linear-gradient(135deg, rgba(15, 15, 35, 0.98) 0%, rgba(26, 26, 46, 0.98) 50%, rgba(15, 15, 35, 0.98) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(168, 85, 247, 0.1) 0%, transparent 60%),
                radial-gradient(circle at 80% 50%, rgba(59, 130, 246, 0.1) 0%, transparent 60%);
    z-index: 1;
}

.contact-section > * {
    position: relative;
    z-index: 2;
}

/* Stats Badge */
.stats-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.2), rgba(59, 130, 246, 0.2));
    backdrop-filter: blur(20px);
    border: 1px solid rgba(6, 182, 212, 0.3);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
}

.stats-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(6, 182, 212, 0.3);
    border-color: rgba(6, 182, 212, 0.5);
}

/* Contact Badge */
.contact-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(168, 85, 247, 0.2));
    backdrop-filter: blur(20px);
    border: 1px solid rgba(59, 130, 246, 0.3);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.contact-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
    border-color: rgba(59, 130, 246, 0.5);
}

/* Contact Header */
.contact-title {
    background: linear-gradient(135deg, #3b82f6, #a855f7, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.contact-lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.6;
}

/* Contact Info Card */
.contact-info-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    padding: 3rem;
    height: 100%;
    transition: all 0.4s ease;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.4);
}

.contact-info-header {
    margin-bottom: 2.5rem;
}

.contact-info-title {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #3b82f6, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-info-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    margin: 0;
}

/* Contact Methods */
.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.contact-method {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-method::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--gradient);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.contact-method:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(10px);
    border-color: rgba(59, 130, 246, 0.3);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.15);
}

.contact-method:hover::before {
    transform: scaleY(1);
}

.method-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    margin-right: 1.5rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.method-icon.email-icon {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.3);
}

.method-icon.phone-icon {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.method-icon.chat-icon {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
}

.method-icon.global-icon {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    box-shadow: 0 8px 25px rgba(6, 182, 212, 0.3);
}

.contact-method:hover .method-icon {
    transform: scale(1.1);
}

.method-content {
    flex: 1;
}

.method-title {
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.method-detail {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.method-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(168, 85, 247, 0.2));
    color: rgba(255, 255, 255, 0.9);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Trust Badges */
.trust-badges {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    padding: 0.75rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.trust-badge:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
    border-color: rgba(59, 130, 246, 0.3);
}

.trust-badge i {
    color: #10b981;
    font-size: 1rem;
}

/* Contact Form Card */
.contact-form-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    padding: 3rem;
    transition: all 0.4s ease;
}

.contact-form-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(168, 85, 247, 0.2);
    border-color: rgba(168, 85, 247, 0.4);
}

.form-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.form-title {
    color: white;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #a855f7, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.form-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    margin: 0;
}

/* Enhanced Form Styles */
.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    color: white;
    font-weight: 600;
    margin-bottom: 0.75rem;
    display: block;
    font-size: 0.95rem;
}

.input-group-enhanced {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon {
    position: absolute;
    left: 1rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.1rem;
    z-index: 2;
    transition: color 0.3s ease;
}

.form-control-enhanced {
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: white;
    padding: 0.875rem 1rem 0.875rem 3rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control-enhanced:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: #3b82f6;
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25);
    outline: none;
}

.form-control-enhanced:focus + .input-icon {
    color: #3b82f6;
}

.form-control-enhanced::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.textarea-group {
    align-items: flex-start;
}

.textarea-enhanced {
    resize: vertical;
    min-height: 120px;
    padding-top: 3rem;
    line-height: 1.5;
}

/* Enhanced Form Check */
.form-check-enhanced {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.form-check-input-enhanced {
    width: 18px;
    height: 18px;
    margin-top: 0.25rem;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-check-input-enhanced:checked {
    background-color: #3b82f6;
    border-color: #3b82f6;
}

.form-check-label-enhanced {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.4;
    cursor: pointer;
}

.privacy-link, .terms-link {
    color: #3b82f6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.privacy-link:hover, .terms-link:hover {
    color: #60a5fa;
    text-decoration: underline;
}

/* Contact Button */
.btn-contact {
    background: linear-gradient(135deg, #3b82f6, #a855f7);
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.4);
    background: linear-gradient(135deg, #2563eb, #9333ea);
}

.btn-contact:hover::before {
    left: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-section {
        padding: 80px 0;
    }

    .contact-info-card,
    .contact-form-card {
        padding: 2rem;
    }

    .contact-method {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .method-icon {
        margin-right: 0;
    }

    .trust-badges {
        justify-content: center;
    }

    .form-header {
        margin-bottom: 2rem;
    }

    .form-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .contact-methods {
        gap: 1rem;
    }

    .contact-method {
        padding: 1rem;
    }

    .method-title {
        font-size: 1.1rem;
    }

    .method-detail {
        font-size: 0.9rem;
    }
}

/* Pricing Section */
#pricing {
    position: relative;
    overflow: hidden;
    background-color: #f8f9fa;
}

.pricing-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    background: white;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.pricing-card .card-header {
    background: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pricing-card .card-header h4 {
    color: var(--dark);
    font-weight: 700;
    margin: 0;
}

.price {
    font-size: 3rem;
    font-weight: 700;
    color: var(--dark);
    margin: 1rem 0 0.5rem;
    line-height: 1;
}

.currency {
    font-size: 1.5rem;
    vertical-align: top;
    position: relative;
    top: 0.5rem;
    margin-right: 2px;
    color: var(--dark);
}

.amount {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--dark);
}

.period {
    font-size: 1rem;
    font-weight: 500;
    color: #6c757d;
    margin-left: 5px;
}

.pricing-card.border-primary .card-header {
    background: var(--gradient) !important;
    color: white;
}

.pricing-card.border-primary .card-header h4,
.pricing-card.border-primary .price,
.pricing-card.border-primary .currency,
.pricing-card.border-primary .amount,
.pricing-card.border-primary .period,
.pricing-card.border-primary .text-muted {
    color: white !important;
}

.pricing-card .card-body {
    color: #495057;
}

.pricing-card ul li {
    color: #495057;
}

.pricing-card .text-muted {
    color: #6c757d !important;
}

.pricing-card ul li.text-muted {
    opacity: 0.7;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Animation for price cards */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pricing-card {
    animation: fadeInUp 0.6s ease-out forwards;
    opacity: 0;
}

.pricing-card:nth-child(1) { animation-delay: 0.1s; }
.pricing-card:nth-child(2) { animation-delay: 0.2s; }
.pricing-card:nth-child(3) { animation-delay: 0.3s; }

/* Hover effects */
.pricing-card .btn-outline-primary:hover {
    background: var(--primary);
    color: white;
}

/* Tooltip for feature explanations */
[data-bs-toggle="tooltip"] {
    border-bottom: 1px dotted var(--primary);
    cursor: help;
}

/* Responsive text adjustments */
@media (max-width: 767.98px) {
    .price {
        font-size: 2.5rem;
    }
    
    .amount {
        font-size: 3rem;
    }
    
    .pricing-card .card-body, 
    .pricing-card .card-header,
    .pricing-card .card-footer {
        padding: 1.5rem 1rem;
    }
}

/* Footer */
footer {
    background: var(--spiritual-gradient);
    color: white;
    padding: 80px 0 30px;
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 15, 35, 0.3);
    backdrop-filter: blur(10px);
    z-index: 1;
}

footer > * {
    position: relative;
    z-index: 2;
}

footer h5, footer h6 {
    color: white;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

footer p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
}

footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

footer a:hover {
    color: white;
    text-decoration: none;
}

footer .input-group {
    max-width: 400px;
}

footer .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
}

footer .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* Backgrounds */
.bg-light {
    background-color: var(--section-bg) !important;
}

/* Glass Effect Utilities */
.glass {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.glass-strong {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Spiritual Glow Effect */
.spiritual-glow {
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.3), 0 0 40px rgba(168, 85, 247, 0.1);
}

.spiritual-glow:hover {
    box-shadow: 0 0 30px rgba(168, 85, 247, 0.4), 0 0 60px rgba(168, 85, 247, 0.2);
}

/* Gradient Text */
.gradient-text {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Verse Card Effect */
.verse-card {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.1) 0%, rgba(59, 130, 246, 0.05) 100%);
    border: 1px solid rgba(168, 85, 247, 0.2);
    transition: all 0.3s ease;
}

.verse-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.2);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .hero-section {
        padding: 120px 0 80px;
    }
    
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .hero-section .lead {
        font-size: 1.25rem;
    }
    
    .section {
        padding: 80px 0;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        padding: 100px 0 60px;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .section {
        padding: 60px 0;
    }
    
    .mission-box {
        padding: 30px;
    }
}

/* Utility Classes */
.text-primary {
    color: var(--primary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

/* Heart Animation */
.heart-beat {
    animation: heartbeat 1.2s ease-in-out infinite;
    display: inline-block;
    color: #f5576c !important;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    14% {
        transform: scale(1.3);
    }
    28% {
        transform: scale(1);
    }
    42% {
        transform: scale(1.3);
    }
    70% {
        transform: scale(1);
    }
}

/* Alternative smoother heart beat animation */
.heart-beat-smooth {
    animation: heartbeat-smooth 1s ease-in-out infinite;
    display: inline-block;
    color: #f5576c !important;
}

@keyframes heartbeat-smooth {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Signup Modal Styles */
.modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.modal-header {
    border-radius: 15px 15px 0 0;
    background: var(--gradient) !important;
    border-bottom: none;
    padding: 1.5rem;
}

.modal-title {
    font-weight: 600;
    font-size: 1.25rem;
}

.modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.modal-body h6 {
    color: var(--primary);
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}

.form-control, .form-select {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.75rem;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.form-control:focus, .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
}

.form-label {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

/* Service Selection Cards */
.form-check {
    transition: all 0.3s ease;
    cursor: pointer;
}

.form-check:hover {
    background-color: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-check.border {
    border-radius: 8px;
}

.form-check-input:checked ~ .form-check-label {
    color: var(--primary);
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.text-purple {
    color: var(--purple);
}

/* Modal Footer */
.modal-footer {
    border-top: 2px solid #e2e8f0;
    padding: 1.5rem;
    background-color: #f8fafc;
    border-radius: 0 0 15px 15px;
}

.modal-footer .btn {
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 8px;
}

/* Form Validation */
.was-validated .form-control:valid {
    border-color: var(--secondary);
}

.was-validated .form-control:invalid {
    border-color: var(--danger);
}

/* Loading Spinner Animation */
.spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive adjustments for modal */
@media (max-width: 768px) {
    .modal-lg {
        max-width: 95%;
        margin: 1rem auto;
    }
    
    .modal-body {
        max-height: 60vh;
        padding: 1rem;
    }
    
    .modal-header, .modal-footer {
        padding: 1rem;
    }
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-dark);
}

/* ============================================================
   GDPR Cookie Consent Banner
   ============================================================ */
.cookie-banner {
    position: fixed;
    bottom: -160px;
    left: 0;
    right: 0;
    z-index: 10000;
    padding: 0 1rem 1rem;
    transition: bottom 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
}
.cookie-banner.visible {
    bottom: 0;
    pointer-events: all;
}
.cookie-banner-inner {
    max-width: 960px;
    margin: 0 auto;
    background: rgba(10, 11, 26, 0.97);
    border: 1px solid rgba(168, 85, 247, 0.28);
    border-radius: 20px;
    padding: 1.1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.1rem;
    box-shadow: 0 -4px 40px rgba(0,0,0,0.45), 0 0 0 1px rgba(168,85,247,0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.cookie-emoji {
    font-size: 1.9rem;
    flex-shrink: 0;
    line-height: 1;
}
.cookie-text {
    flex: 1;
    min-width: 0;
}
.cookie-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.2rem;
}
.cookie-desc {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.65);
    margin: 0;
    line-height: 1.5;
}
.cookie-link {
    color: rgba(168,85,247,0.9);
    text-decoration: underline dotted;
    text-underline-offset: 2px;
}
.cookie-link:hover { color: #c084fc; }
.cookie-actions {
    display: flex;
    gap: 0.55rem;
    flex-shrink: 0;
}
.cookie-btn {
    padding: 0.5rem 1.1rem;
    font-size: 0.82rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    border: none;
}
.cookie-btn-decline {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.22);
    color: rgba(255,255,255,0.78);
}
.cookie-btn-decline:hover {
    border-color: rgba(255,255,255,0.45);
    color: #fff;
    background: rgba(255,255,255,0.05);
}
.cookie-btn-accept {
    background: linear-gradient(135deg, #a855f7, #6366f1);
    color: #fff;
    box-shadow: 0 4px 16px rgba(168,85,247,0.35);
}
.cookie-btn-accept:hover {
    box-shadow: 0 6px 22px rgba(168,85,247,0.5);
    transform: translateY(-1px);
}

.form-status-message {
    min-height: 1.2rem;
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.form-status-message.is-success {
    color: #86efac;
}

.form-status-message.is-error {
    color: #fca5a5;
}

@media (max-width: 600px) {
    .cookie-banner-inner {
        flex-wrap: wrap;
        gap: 0.8rem;
        padding: 1rem;
    }
    .cookie-actions { width: 100%; justify-content: flex-end; }
}