/* Modern Astrology Website Styles */
/* Note: Fonts are loaded via <link> tags in base.html for better performance */

:root {
    --primary-color: #667eea;
    --secondary-color: #764ba2;
    --accent-color: #f093fb;
    --dark-bg: #0a0e27;
    --darker-bg: #050714;
    --text-light: #e0e0e0;
    --text-muted: #a0a0a0;
    --gold: #ffd700;
    --moon-glow: rgba(255, 255, 255, 0.1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Global Typography - Consistent across entire website */
body {
    /* Unified font stack for body text */
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: var(--text-light);
    background: var(--dark-bg);
    overflow-x: hidden;
    /* Improve font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    /* Ensure minimum readable font size */
    font-size: 16px;
    line-height: 1.6;
}

/* All headings use Cinzel consistently - Typography.css handles sizes */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Cinzel', 'Playfair Display', Georgia, 'Times New Roman', serif;
    color: var(--text-light);
    /* Sizes and line-heights are defined in typography.css */
}

/* Hero/Display Titles - Use Playfair Display for elegance */
.hero-title {
    font-family: 'Playfair Display', 'Cinzel', Georgia, 'Times New Roman', serif;
    font-weight: var(--font-weight-bold);
    font-size: clamp(var(--font-size-hero-sm), 6vw + 1rem, var(--font-size-hero-lg));
    line-height: var(--line-height-tight);
    letter-spacing: var(--letter-spacing-tight);
    margin-bottom: 1.5rem;
    font-feature-settings: 'kern' 1, 'liga' 1, 'dlig' 1;
}

/* Page Titles - Large section headers */
.page-title {
    font-family: 'Cinzel', 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: var(--font-weight-bold);
    font-size: clamp(var(--font-size-h3), 4vw + 1rem, var(--font-size-h1));
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing-tight);
    margin-bottom: 1rem;
}

/* Section Titles - Medium section headers */
.section-title {
    font-family: 'Cinzel', 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: var(--font-weight-semibold);
    font-size: clamp(var(--font-size-h4), 3vw + 1rem, var(--font-size-h2));
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing-tight);
    margin-bottom: 1rem;
}

/* Chart Titles - For astrology charts */
.chart-title {
    font-family: 'Cinzel', 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: var(--font-weight-semibold);
    font-size: clamp(var(--font-size-h4), 3vw + 1rem, var(--font-size-h2));
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing-normal);
    margin-bottom: 1rem;
}

/* Welcome Titles - Dashboard headers */
.welcome-title {
    font-family: 'Cinzel', 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: var(--font-weight-semibold);
    font-size: clamp(var(--font-size-h4), 3vw + 1rem, var(--font-size-h2));
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing-normal);
    margin-bottom: 0.5rem;
}

/* Summary Titles - For summary sections */
.summary-title {
    font-family: 'Cinzel', 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: var(--font-weight-semibold);
    font-size: clamp(var(--font-size-h5), 2vw + 1rem, var(--font-size-h3));
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing-normal);
    margin-bottom: 1rem;
}

/* Feature Titles - Card titles */
.feature-title {
    font-family: 'Cinzel', 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: var(--font-weight-semibold);
    font-size: clamp(var(--font-size-base), 1.5vw + 1rem, var(--font-size-h4));
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing-normal);
    margin-bottom: 0.75rem;
}

/* Planet Names - Small headings */
.planet-name {
    font-family: 'Cinzel', 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: var(--font-weight-semibold);
    font-size: clamp(var(--font-size-base), 1.5vw + 1rem, var(--font-size-h4));
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing-normal);
}

/* Footer Titles */
.footer-title {
    font-family: 'Cinzel', 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-h5);
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing-normal);
    margin-bottom: 1rem;
}

.footer-heading {
    font-family: 'Cinzel', 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-sm);
    line-height: var(--line-height-base);
    letter-spacing: var(--letter-spacing-wide);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

/* Navbar Brand */
.navbar-brand {
    font-family: 'Cinzel', 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: var(--font-weight-bold);
    font-size: clamp(var(--font-size-base), 2vw + 1rem, var(--font-size-h5));
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing-normal);
    color: var(--text-light) !important;
}

/* Ensure all h2, h3 in content areas use Cinzel */
.page-body h2,
.page-body h3,
.chart-subtitle h2,
.chart-subtitle h3 {
    font-family: 'Cinzel', 'Playfair Display', Georgia, 'Times New Roman', serif;
    /* Sizes inherit from typography.css */
}

/* Card titles */
.card-title {
    font-family: 'Cinzel', 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: var(--font-weight-semibold);
    font-size: clamp(var(--font-size-base), 1.5vw + 1rem, var(--font-size-h4));
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing-normal);
    color: var(--text-light);
    margin-bottom: 0.75rem;
}

/* Subtitles and supporting text */
.hero-subtitle,
.chart-subtitle,
.section-subtitle,
.page-subtitle {
    font-family: inherit; /* Inherits from body (Inter) */
    font-size: clamp(var(--font-size-base), 1.5vw + 1rem, var(--font-size-lg));
    line-height: var(--line-height-relaxed);
    color: var(--text-muted);
    font-weight: var(--font-weight-normal);
    letter-spacing: var(--letter-spacing-normal);
}

/* All other text uses Inter (inherited from body) */
p, span, div, a, li, td, th, label, input, textarea, select, button, 
.subtitle, .description, .text, .lead, .small {
    font-family: inherit; /* Inherits from body (Inter) */
}

/* Ensure Bootstrap classes also use Inter */
.text-muted, .text-light, .text-dark {
    font-family: inherit;
}

/* Country Dropdown Styles */
.country-dropdown-container {
    position: relative;
}

.country-dropdown {
    scrollbar-width: thin;
    scrollbar-color: rgba(102, 126, 234, 0.5) rgba(255, 255, 255, 0.1);
}

.country-dropdown::-webkit-scrollbar {
    width: 8px;
}

.country-dropdown::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.country-dropdown::-webkit-scrollbar-thumb {
    background: rgba(102, 126, 234, 0.5);
    border-radius: 10px;
}

.country-dropdown::-webkit-scrollbar-thumb:hover {
    background: rgba(102, 126, 234, 0.7);
}

.country-search-icon {
    pointer-events: none;
}

/* Mobile adjustments for country dropdown */
@media (max-width: 768px) {
    .country-dropdown {
        max-height: 250px;
    }
    
    .country-item {
        padding: 0.625rem 0.875rem !important;
        font-size: 0.95rem;
    }
}

.gradient-text {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #0a0e27 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-top: 80px;
}

/* Animated Stars Background - Multiple Layers */
.stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        /* Large stars */
        radial-gradient(2px 2px at 20% 30%, white, transparent),
        radial-gradient(2px 2px at 60% 70%, white, transparent),
        radial-gradient(2px 2px at 90% 60%, white, transparent),
        radial-gradient(2px 2px at 40% 80%, white, transparent),
        radial-gradient(2px 2px at 75% 20%, white, transparent),
        radial-gradient(2px 2px at 10% 50%, white, transparent),
        radial-gradient(2px 2px at 85% 90%, white, transparent),
        radial-gradient(2px 2px at 30% 10%, white, transparent),
        /* Medium stars */
        radial-gradient(1.5px 1.5px at 50% 50%, white, transparent),
        radial-gradient(1.5px 1.5px at 80% 10%, white, transparent),
        radial-gradient(1.5px 1.5px at 33% 80%, white, transparent),
        radial-gradient(1.5px 1.5px at 15% 50%, white, transparent),
        radial-gradient(1.5px 1.5px at 70% 20%, white, transparent),
        radial-gradient(1.5px 1.5px at 55% 90%, white, transparent),
        radial-gradient(1.5px 1.5px at 25% 70%, white, transparent),
        radial-gradient(1.5px 1.5px at 95% 40%, white, transparent),
        /* Small stars */
        radial-gradient(1px 1px at 45% 25%, white, transparent),
        radial-gradient(1px 1px at 65% 55%, white, transparent),
        radial-gradient(1px 1px at 5% 75%, white, transparent),
        radial-gradient(1px 1px at 88% 35%, white, transparent),
        radial-gradient(1px 1px at 12% 15%, white, transparent),
        radial-gradient(1px 1px at 72% 85%, white, transparent),
        radial-gradient(1px 1px at 38% 45%, white, transparent),
        radial-gradient(1px 1px at 92% 65%, white, transparent);
    background-size: 200% 200%;
    animation: stars-move 25s linear infinite;
    opacity: 0.7;
}

/* Second layer of stars - different pattern and speed */
.stars-2 {
    background-image: 
        radial-gradient(1.5px 1.5px at 35% 45%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1px 1px at 65% 25%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(2px 2px at 15% 65%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1px 1px at 85% 75%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1.5px 1.5px at 45% 85%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1px 1px at 25% 35%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(2px 2px at 75% 55%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1px 1px at 55% 15%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1.5px 1.5px at 95% 25%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1px 1px at 5% 55%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1px 1px at 48% 68%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1.5px 1.5px at 68% 88%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1px 1px at 28% 12%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1px 1px at 82% 42%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1.5px 1.5px at 52% 78%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1px 1px at 18% 92%, rgba(255, 255, 255, 0.8), transparent);
    background-size: 250% 250%;
    animation: stars-move-2 30s linear infinite;
    opacity: 0.5;
}

/* Third layer - subtle twinkling stars */
.stars-3 {
    background-image: 
        radial-gradient(1px 1px at 22% 38%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 58% 72%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 42% 18%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 78% 62%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 32% 88%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 88% 28%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 16% 58%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 64% 42%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 52% 82%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 26% 14%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 84% 76%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 38% 54%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 72% 26%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 14% 84%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 96% 48%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 46% 66%, rgba(255, 255, 255, 0.9), transparent);
    background-size: 300% 300%;
    animation: stars-move-3 35s linear infinite;
    opacity: 0.4;
    animation: stars-twinkle 4s ease-in-out infinite;
}

/* Star movement animations */
@keyframes stars-move {
    0% { 
        background-position: 0% 0%;
        opacity: 0.7;
    }
    50% {
        opacity: 0.9;
    }
    100% { 
        background-position: 200% 200%;
        opacity: 0.7;
    }
}

@keyframes stars-move-2 {
    0% { 
        background-position: 0% 0%;
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% { 
        background-position: -200% -200%;
        opacity: 0.5;
    }
}

@keyframes stars-twinkle {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    25% {
        opacity: 0.7;
        transform: scale(1.02);
    }
    50% {
        opacity: 0.5;
        transform: scale(1);
    }
    75% {
        opacity: 0.8;
        transform: scale(1.01);
    }
}

/* Minimal Animated Solar System */
.solar-system-container {
    position: absolute;
    top: 10%;
    right: 5%;
    width: 400px;
    height: 400px;
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solar-system {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Sun - Center */
.sun {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #ffd700, #ff8c00);
    box-shadow: 
        0 0 40px rgba(255, 215, 0, 0.6),
        0 0 80px rgba(255, 215, 0, 0.4),
        0 0 120px rgba(255, 215, 0, 0.2);
    z-index: 10;
    animation: sun-pulse 3s ease-in-out infinite alternate;
}

@keyframes sun-pulse {
    0% {
        box-shadow: 
            0 0 40px rgba(255, 215, 0, 0.6),
            0 0 80px rgba(255, 215, 0, 0.4),
            0 0 120px rgba(255, 215, 0, 0.2);
        transform: scale(1);
    }
    100% {
        box-shadow: 
            0 0 60px rgba(255, 215, 0, 0.7),
            0 0 100px rgba(255, 215, 0, 0.5),
            0 0 140px rgba(255, 215, 0, 0.3);
        transform: scale(1.05);
    }
}

/* Orbit Paths */
.orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Planets */
.planet {
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Mercury */
.orbit-mercury {
    width: 100px;
    height: 100px;
    animation: orbit 8s linear infinite;
}

.planet-mercury {
    width: 8px;
    height: 8px;
    background: #8c7853;
    box-shadow: 0 0 10px rgba(140, 120, 83, 0.5);
}

/* Venus */
.orbit-venus {
    width: 130px;
    height: 130px;
    animation: orbit 12s linear infinite;
}

.planet-venus {
    width: 10px;
    height: 10px;
    background: #ffc649;
    box-shadow: 0 0 12px rgba(255, 198, 73, 0.6);
}

/* Earth */
.orbit-earth {
    width: 160px;
    height: 160px;
    animation: orbit 16s linear infinite;
}

.planet-earth {
    width: 12px;
    height: 12px;
    background: #4a90e2;
    box-shadow: 0 0 15px rgba(74, 144, 226, 0.6);
}

/* Mars */
.orbit-mars {
    width: 200px;
    height: 200px;
    animation: orbit 24s linear infinite;
}

.planet-mars {
    width: 10px;
    height: 10px;
    background: #cd5c5c;
    box-shadow: 0 0 12px rgba(205, 92, 92, 0.6);
}

/* Jupiter */
.orbit-jupiter {
    width: 260px;
    height: 260px;
    animation: orbit 40s linear infinite;
}

.planet-jupiter {
    width: 18px;
    height: 18px;
    background: #d8ca9d;
    box-shadow: 0 0 20px rgba(216, 202, 157, 0.6);
}

/* Orbit Animation */
@keyframes orbit {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Hero Content */
.hero-content {
    position: relative;
    z-index: 10;
}

.hero-badge {
    display: inline-block;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease-out;
}

.badge-text {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(102, 126, 234, 0.2);
    border: 1px solid rgba(102, 126, 234, 0.5);
    border-radius: 50px;
    font-size: 0.9rem;
    color: var(--text-light);
    backdrop-filter: blur(10px);
}

.hero-subtitle {
    /* Font size and line-height inherit from .hero-subtitle definition above */
    margin-bottom: 2rem;
    max-width: 600px;
    animation: fadeInUp 1s ease-out 0.2s both;
}

.hero-cta {
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease-out 0.4s both;
}

.btn-primary-glow {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

.btn-primary-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.6);
}

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

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

.trust-indicators {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.trust-item i {
    color: #4ade80;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    animation: fadeInUp 1s ease-out 0.8s both;
}

.mouse {
    width: 24px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    position: relative;
    margin: 0 auto;
}

.wheel {
    width: 4px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll 2s infinite;
}

@keyframes scroll {
    0% { opacity: 1; top: 8px; }
    100% { opacity: 0; top: 20px; }
}

/* Zodiac Section */
.zodiac-section {
    background: linear-gradient(180deg, var(--dark-bg) 0%, #15192e 100%);
    padding: 5rem 0;
}

.section-header {
    margin-bottom: 3rem;
}

.section-title {
    color: var(--text-light);
    margin-bottom: 1rem;
}

.section-subtitle {
    /* Inherits from .section-subtitle definition above */
}

.zodiac-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.zodiac-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.zodiac-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.zodiac-card:hover::before {
    opacity: 1;
}

.zodiac-card:hover {
    transform: translateY(-10px);
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
}

.zodiac-icon {
    font-size: 3rem;
    color: var(--gold);
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.zodiac-card:hover .zodiac-icon {
    transform: scale(1.2) rotate(15deg);
}

.zodiac-name {
    font-family: 'Cinzel', serif;
    font-size: 1.3rem;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.zodiac-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.zodiac-card:hover .zodiac-link {
    color: var(--accent-color);
    transform: translateX(5px);
}

/* Features Section */
.features-section {
    background: var(--dark-bg);
    padding: 5rem 0;
}

.feature-card-modern {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2.5rem;
    height: 100%;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.feature-card-modern:hover {
    transform: translateY(-10px);
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.15);
    background: rgba(255, 255, 255, 0.05);
}

.feature-icon {
    margin-bottom: 1.5rem;
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    transition: transform 0.3s ease;
}

.feature-card-modern:hover .icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.feature-title {
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.feature-description {
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.feature-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.feature-link:hover {
    color: var(--accent-color);
    transform: translateX(5px);
}

/* Quote Section */
.quote-section {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    padding: 5rem 0;
}

.quote-card {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 4rem;
    text-align: center;
    backdrop-filter: blur(10px);
    position: relative;
}

.quote-icon {
    font-size: 4rem;
    color: var(--gold);
    opacity: 0.3;
    margin-bottom: 2rem;
}

.quote-text {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    font-style: italic;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.quote-footer {
    display: flex;
    justify-content: center;
    gap: 1rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* Blog Section */
.blog-section {
    background: var(--dark-bg);
    padding: 5rem 0;
}

.blog-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    backdrop-filter: blur(10px);
}

.blog-card:hover {
    transform: translateY(-10px);
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.15);
}

.blog-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: rgba(102, 126, 234, 0.1);
}

.blog-date {
    color: var(--text-light);
    font-weight: 600;
}

.blog-category {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
}

.blog-card-body {
    padding: 2rem;
}

.blog-title {
    font-family: 'Cinzel', serif;
    font-size: 1.3rem;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.blog-excerpt {
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.blog-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.blog-link:hover {
    color: var(--accent-color);
    transform: translateX(5px);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    padding: 5rem 0;
}

.cta-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 3rem;
    backdrop-filter: blur(10px);
}

.cta-title {
    font-family: 'Cinzel', serif;
    font-size: 2.5rem;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.cta-text {
    color: var(--text-muted);
    font-size: 1.1rem;
}

.btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    background: white;
    color: var(--dark-bg);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

.btn-outline-primary {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 1rem 2.5rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

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

/* Responsive Design */
@media (max-width: 992px) {
    .solar-system-container {
        width: 300px;
        height: 300px;
        top: 8%;
        right: 2%;
    }

    .sun {
        width: 45px;
        height: 45px;
    }
    
    /* Scale orbits */
    .orbit-mercury { width: 75px; height: 75px; }
    .orbit-venus { width: 100px; height: 100px; }
    .orbit-earth { width: 120px; height: 120px; }
    .orbit-mars { width: 150px; height: 150px; }
    .orbit-jupiter { width: 200px; height: 200px; }
    
    /* Scale planets */
    .planet-mercury { width: 6px; height: 6px; }
    .planet-venus { width: 8px; height: 8px; }
    .planet-earth { width: 9px; height: 9px; }
    .planet-mars { width: 8px; height: 8px; }
    .planet-jupiter { width: 14px; height: 14px; }
}

@media (max-width: 768px) {
    .hero-section {
        padding-top: 100px;
    }
    
    .solar-system-container {
        width: 220px;
        height: 220px;
        top: 5%;
        right: -5%;
    }

    .sun {
        width: 35px;
        height: 35px;
        box-shadow: 
            0 0 25px rgba(255, 215, 0, 0.5),
            0 0 50px rgba(255, 215, 0, 0.3),
            0 0 75px rgba(255, 215, 0, 0.15);
    }
    
    /* Scale orbits for mobile */
    .orbit-mercury { width: 55px; height: 55px; }
    .orbit-venus { width: 75px; height: 75px; }
    .orbit-earth { width: 90px; height: 90px; }
    .orbit-mars { width: 110px; height: 110px; }
    .orbit-jupiter { width: 150px; height: 150px; }
    
    /* Scale planets for mobile */
    .planet-mercury { width: 5px; height: 5px; }
    .planet-venus { width: 6px; height: 6px; }
    .planet-earth { width: 7px; height: 7px; }
    .planet-mars { width: 6px; height: 6px; }
    .planet-jupiter { width: 11px; height: 11px; }
    
    /* Hide orbit paths on mobile for cleaner look */
    .orbit {
        border: none;
    }
    
    .zodiac-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1rem;
    }
    
    .trust-indicators {
        flex-direction: column;
        gap: 1rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .solar-system-container {
        width: 160px;
        height: 160px;
        top: 3%;
        right: -8%;
    }

    .sun {
        width: 25px;
        height: 25px;
        box-shadow: 
            0 0 15px rgba(255, 215, 0, 0.4),
            0 0 30px rgba(255, 215, 0, 0.25),
            0 0 45px rgba(255, 215, 0, 0.1);
    }
    
    /* Scale orbits for small mobile */
    .orbit-mercury { width: 40px; height: 40px; }
    .orbit-venus { width: 55px; height: 55px; }
    .orbit-earth { width: 65px; height: 65px; }
    .orbit-mars { width: 80px; height: 80px; }
    .orbit-jupiter { width: 110px; height: 110px; }
    
    /* Scale planets for small mobile */
    .planet-mercury { width: 4px; height: 4px; }
    .planet-venus { width: 5px; height: 5px; }
    .planet-earth { width: 5px; height: 5px; }
    .planet-mars { width: 4px; height: 4px; }
    .planet-jupiter { width: 8px; height: 8px; }
}

/* Navbar Styles */
.navbar {
    background: rgba(10, 14, 39, 0.9) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.75rem 1rem;
}

.navbar-brand {
    /* Uses global heading font */
    font-weight: 700;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    color: var(--text-light) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.navbar-brand img {
    max-height: 40px;
    width: auto;
    height: auto;
}

.nav-link {
    color: var(--text-muted) !important;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 0.5rem 0.75rem !important;
    white-space: nowrap;
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

.nav-link i {
    font-size: 0.9em;
}

.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 43, 226, 0.25);
}

.navbar-collapse {
    margin-top: 1rem;
}

/* Responsive Navbar */
@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(10, 14, 39, 0.95);
        border-radius: 10px;
        padding: 1rem;
        margin-top: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .nav-link {
        padding: 0.75rem 1rem !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    
    .nav-link:last-child {
        border-bottom: none;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        font-size: 1rem;
        max-width: 150px;
    }
    
    .navbar-brand img {
        max-height: 35px;
    }
    
    .nav-link {
        font-size: 0.95rem;
    }
}

/* Card Styles */
.card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-light);
}

.card-title {
    color: var(--text-light);
}

.card-text {
    color: var(--text-muted);
}

/* Footer */
.footer-modern {
    background: var(--darker-bg);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4rem 0 2rem;
    margin-top: 5rem;
}

.footer-content {
    margin-bottom: 3rem;
}

.footer-title {
    /* Uses global .footer-title style */
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.footer-description {
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.footer-heading {
    /* Uses global .footer-heading style */
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: var(--primary-color);
    transform: translateX(5px);
}

.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: rgba(102, 126, 234, 0.2);
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-3px);
}

/* Payment Section */
.payment-section {
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 2rem 0;
}

.payment-heading {
    font-family: 'Cinzel', serif;
    font-size: 0.9rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    text-align: center;
}

.payment-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.payment-logo {
    height: 40px;
    width: auto;
    opacity: 0.8;
    transition: all 0.3s ease;
    filter: brightness(0) invert(1);
    opacity: 0.6;
}

.payment-logo:hover {
    opacity: 1;
    transform: scale(1.1);
}

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

.copyright-text {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin: 0;
}

.footer-link {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: var(--primary-color);
}

/* Global fix for fixed navbar spacing */
main {
    padding-top: 80px;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-modern {
        padding: 3rem 0 1.5rem;
    }
    
    .footer-content {
        margin-bottom: 2rem;
    }
    
    .payment-logos {
        gap: 1.5rem;
    }
    
    .payment-logo {
        height: 35px;
    }
    
    .footer-social {
        justify-content: flex-start;
    }
    
    .footer-bottom {
        text-align: center;
    }
    
    .footer-bottom .col-md-6 {
        margin-bottom: 1rem;
    }
}
