/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --space-dark: #1a1a3e;
    --space-purple: #2d1b4e;
    --space-blue: #4a2c7a;
    --yellow-accent: #ffd700;
    --yellow-bright: #ffeb3b;
    --primary-color: #ffd700;
    --primary-dark: #ffc107;
    --secondary-color: #ff9800;
    --accent-color: #ffd700;
    --text-dark: #1f2937;
    --text-light: #6b7280;
    --bg-light: #f5f0ff;
    --bg-white: #ffffff;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
    background: #4a148c;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

/* Space Background */
.space-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.stars {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(1.5px 1.5px at 10px 20px, #fff, transparent),
        radial-gradient(1.5px 1.5px at 25px 45px, #fff, transparent),
        radial-gradient(2.5px 2.5px at 35px 70px, #fff, transparent),
        radial-gradient(1.5px 1.5px at 50px 10px, #fff, transparent),
        radial-gradient(2px 2px at 60px 35px, #fff, transparent),
        radial-gradient(1.5px 1.5px at 75px 60px, #fff, transparent),
        radial-gradient(2.5px 2.5px at 90px 25px, #fff, transparent),
        radial-gradient(2px 2px at 105px 50px, #fff, transparent),
        radial-gradient(1.5px 1.5px at 120px 80px, #fff, transparent),
        radial-gradient(2.5px 2.5px at 135px 15px, #fff, transparent),
        radial-gradient(2px 2px at 150px 40px, #fff, transparent),
        radial-gradient(1.5px 1.5px at 165px 65px, #fff, transparent),
        radial-gradient(2.5px 2.5px at 180px 30px, #fff, transparent),
        radial-gradient(2px 2px at 195px 55px, #fff, transparent),
        radial-gradient(1.5px 1.5px at 210px 75px, #fff, transparent),
        radial-gradient(2.5px 2.5px at 225px 20px, #fff, transparent),
        radial-gradient(2px 2px at 240px 45px, #fff, transparent),
        radial-gradient(1.5px 1.5px at 255px 70px, #fff, transparent),
        radial-gradient(2.5px 2.5px at 270px 35px, #fff, transparent),
        radial-gradient(2px 2px at 285px 60px, #fff, transparent),
        radial-gradient(1.5px 1.5px at 300px 15px, #fff, transparent),
        radial-gradient(2.5px 2.5px at 315px 50px, #fff, transparent),
        radial-gradient(2px 2px at 330px 80px, #fff, transparent),
        radial-gradient(1.5px 1.5px at 345px 25px, #fff, transparent),
        radial-gradient(2.5px 2.5px at 360px 55px, #fff, transparent),
        radial-gradient(2px 2px at 20px 85px, #fff, transparent),
        radial-gradient(1.5px 1.5px at 40px 40px, #fff, transparent),
        radial-gradient(2.5px 2.5px at 80px 90px, #fff, transparent),
        radial-gradient(2px 2px at 100px 5px, #fff, transparent),
        radial-gradient(1.5px 1.5px at 140px 95px, #fff, transparent),
        radial-gradient(2.5px 2.5px at 160px 10px, #fff, transparent),
        radial-gradient(2px 2px at 200px 100px, #fff, transparent),
        radial-gradient(1.5px 1.5px at 230px 85px, #fff, transparent),
        radial-gradient(2.5px 2.5px at 260px 5px, #fff, transparent),
        radial-gradient(2px 2px at 290px 90px, #fff, transparent),
        radial-gradient(1.5px 1.5px at 320px 15px, #fff, transparent);
    background-size: 380px 380px;
    background-repeat: repeat;
    animation: twinkle 4s infinite;
    opacity: 1;
}

.star-bursts {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.95) 2px, transparent 2px),
        radial-gradient(circle at 18% 28%, rgba(255, 255, 200, 0.9) 2.5px, transparent 2.5px),
        radial-gradient(circle at 28% 48%, rgba(255, 255, 255, 0.95) 2px, transparent 2px),
        radial-gradient(circle at 38% 18%, rgba(255, 250, 180, 0.85) 3px, transparent 3px),
        radial-gradient(circle at 48% 62%, rgba(255, 255, 200, 0.9) 2.5px, transparent 2.5px),
        radial-gradient(circle at 58% 32%, rgba(255, 255, 255, 0.95) 2px, transparent 2px),
        radial-gradient(circle at 68% 52%, rgba(255, 240, 150, 0.8) 3px, transparent 3px),
        radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.95) 2px, transparent 2px),
        radial-gradient(circle at 88% 68%, rgba(255, 255, 200, 0.9) 2.5px, transparent 2.5px),
        radial-gradient(circle at 12% 58%, rgba(255, 250, 180, 0.85) 3px, transparent 3px),
        radial-gradient(circle at 22% 38%, rgba(255, 255, 255, 0.95) 2px, transparent 2px),
        radial-gradient(circle at 32% 78%, rgba(255, 255, 200, 0.9) 2.5px, transparent 2.5px),
        radial-gradient(circle at 42% 8%, rgba(255, 240, 150, 0.8) 3px, transparent 3px),
        radial-gradient(circle at 52% 82%, rgba(255, 255, 255, 0.95) 2px, transparent 2px),
        radial-gradient(circle at 62% 42%, rgba(255, 250, 180, 0.85) 2.5px, transparent 2.5px),
        radial-gradient(circle at 72% 88%, rgba(255, 255, 200, 0.9) 3px, transparent 3px),
        radial-gradient(circle at 82% 38%, rgba(255, 255, 255, 0.95) 2px, transparent 2px),
        radial-gradient(circle at 92% 62%, rgba(255, 240, 150, 0.8) 2.5px, transparent 2.5px),
        radial-gradient(circle at 15% 82%, rgba(255, 255, 200, 0.9) 2.5px, transparent 2.5px),
        radial-gradient(circle at 25% 12%, rgba(255, 250, 180, 0.85) 3px, transparent 3px);
    background-size: 600px 600px;
    background-repeat: repeat;
    opacity: 0.9;
    animation: twinkle 5s infinite;
}

@keyframes twinkle {
    0%, 100% { opacity: 0.6; }
    25% { opacity: 0.9; }
    50% { opacity: 1; }
    75% { opacity: 0.8; }
}

/* Cartoon Planets Base */
.cartoon-planet {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 2;
}

/* Size Variations for Organic Look */
.planet-1 { width: 75px; height: 75px; }
.planet-2 { width: 85px; height: 85px; }
.planet-3 { width: 70px; height: 70px; }
.planet-4 { width: 90px; height: 90px; }
.planet-5 { width: 78px; height: 78px; }
.planet-6 { width: 82px; height: 82px; }
.planet-7 { width: 88px; height: 88px; }
.planet-8 { width: 72px; height: 72px; }
.planet-9 { width: 86px; height: 86px; }
.planet-10 { width: 76px; height: 76px; }
.planet-11 { width: 80px; height: 80px; }
.planet-earth { width: 84px; height: 84px; }
.planet-sun { width: 88px; height: 88px; }

.planet-core {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: planetRotateSlow 40s linear infinite;
}

.planet-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    pointer-events: none;
}

/* Planet 1: Yellow/Orange Swirl */
.yellow-orange-swirl .planet-core {
    background: linear-gradient(135deg, #ffd54f 0%, #ffb74d 30%, #ff8a65 60%, #ff7043 100%);
    box-shadow: 
        inset -15px -15px 35px rgba(0, 0, 0, 0.4),
        inset 15px 10px 25px rgba(255, 255, 255, 0.2),
        0 0 25px rgba(255, 213, 79, 0.8),
        0 0 50px rgba(255, 213, 79, 0.5);
    filter: drop-shadow(0 0 20px rgba(255, 213, 79, 0.9));
}

.yellow-orange-swirl .planet-pattern {
    background: 
        radial-gradient(circle at 30% 40%, rgba(255, 183, 77, 0.6) 15%, transparent 25%),
        radial-gradient(circle at 70% 60%, rgba(255, 138, 101, 0.5) 20%, transparent 30%),
        radial-gradient(ellipse at 50% 50%, transparent 35%, rgba(255, 112, 67, 0.4) 40%, transparent 45%);
}

/* Planet 2: Orange/Brown Rocky */
.orange-brown-rocky .planet-core {
    background: linear-gradient(135deg, #ff7043 0%, #e64a19 30%, #bf360c 60%, #8b2400 100%);
    box-shadow: 
        inset -15px -15px 35px rgba(0, 0, 0, 0.6),
        inset 15px 10px 25px rgba(255, 112, 67, 0.15),
        0 0 25px rgba(255, 112, 67, 0.6),
        0 0 45px rgba(255, 112, 67, 0.4);
    filter: drop-shadow(0 0 18px rgba(255, 112, 67, 0.7));
}

.orange-brown-rocky .planet-pattern {
    background: 
        radial-gradient(circle at 25% 35%, rgba(0, 0, 0, 0.5) 8%, transparent 12%),
        radial-gradient(circle at 65% 55%, rgba(0, 0, 0, 0.4) 10%, transparent 15%),
        radial-gradient(circle at 45% 70%, rgba(0, 0, 0, 0.6) 7%, transparent 11%),
        radial-gradient(circle at 75% 30%, rgba(0, 0, 0, 0.4) 9%, transparent 13%);
}

/* Planet 3: Peach Striped */
.peach-striped .planet-core {
    background: linear-gradient(135deg, #ffe0b2 0%, #ffccbc 50%, #ffab91 100%);
    box-shadow: 
        inset -15px -15px 35px rgba(0, 0, 0, 0.3),
        inset 15px 10px 25px rgba(255, 255, 255, 0.25),
        0 0 25px rgba(255, 224, 178, 0.7),
        0 0 45px rgba(255, 183, 77, 0.4);
    filter: drop-shadow(0 0 18px rgba(255, 224, 178, 0.8));
}

.peach-striped .planet-pattern {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 12px,
        rgba(255, 183, 77, 0.4) 12px,
        rgba(255, 183, 77, 0.4) 16px,
        transparent 16px,
        transparent 20px,
        rgba(255, 171, 145, 0.3) 20px,
        rgba(255, 171, 145, 0.3) 24px
    );
}

/* Planet 4: Earth-like with Clouds */
.earth-like .planet-core {
    background: linear-gradient(135deg, #64b5f6 0%, #42a5f5 40%, #26c6da 100%);
    box-shadow: 
        inset -15px -15px 35px rgba(0, 0, 0, 0.4),
        inset 15px 10px 25px rgba(255, 255, 255, 0.2),
        0 0 30px rgba(100, 181, 246, 0.8),
        0 0 60px rgba(100, 181, 246, 0.5);
    filter: drop-shadow(0 0 25px rgba(100, 181, 246, 1));
}

.earth-like .planet-pattern {
    background: 
        radial-gradient(circle at 35% 45%, rgba(76, 175, 80, 0.7) 12%, transparent 18%),
        radial-gradient(circle at 60% 55%, rgba(76, 175, 80, 0.6) 10%, transparent 16%),
        radial-gradient(circle at 45% 35%, rgba(255, 255, 255, 0.9) 8%, transparent 12%),
        radial-gradient(circle at 70% 40%, rgba(255, 255, 255, 0.8) 9%, transparent 13%),
        radial-gradient(circle at 30% 60%, rgba(255, 255, 255, 0.85) 7%, transparent 11%);
}

/* Planet 5: Deep Red Cratered */
.deep-red-cratered .planet-core {
    background: linear-gradient(135deg, #e91e63 0%, #c2185b 40%, #880e4f 100%);
    box-shadow: 
        inset -15px -15px 35px rgba(0, 0, 0, 0.6),
        inset 15px 10px 25px rgba(233, 30, 99, 0.15),
        0 0 30px rgba(233, 30, 99, 0.8),
        0 0 55px rgba(233, 30, 99, 0.6);
    filter: drop-shadow(0 0 22px rgba(233, 30, 99, 0.9));
}

.deep-red-cratered .planet-pattern {
    background: 
        radial-gradient(circle at 30% 40%, rgba(0, 0, 0, 0.7) 12%, transparent 18%),
        radial-gradient(circle at 65% 50%, rgba(0, 0, 0, 0.6) 15%, transparent 22%),
        radial-gradient(circle at 45% 65%, rgba(0, 0, 0, 0.65) 10%, transparent 16%),
        radial-gradient(circle at 70% 35%, rgba(0, 0, 0, 0.55) 11%, transparent 17%);
}

/* Planet 6: Peach and Blue Striped */
.peach-blue-striped .planet-core {
    background: linear-gradient(135deg, #ffe0b2 0%, #ffccbc 50%, #b2ebf2 100%);
    box-shadow: 
        inset -15px -15px 35px rgba(0, 0, 0, 0.3),
        inset 15px 10px 25px rgba(255, 255, 255, 0.25),
        0 0 25px rgba(255, 224, 178, 0.7),
        0 0 45px rgba(255, 183, 77, 0.4);
    filter: drop-shadow(0 0 18px rgba(255, 224, 178, 0.8));
}

.peach-blue-striped .planet-pattern {
    background: 
        repeating-linear-gradient(
            60deg,
            transparent,
            transparent 8px,
            rgba(100, 181, 246, 0.5) 8px,
            rgba(100, 181, 246, 0.5) 12px,
            transparent 12px,
            transparent 16px,
            rgba(77, 182, 172, 0.4) 16px,
            rgba(77, 182, 172, 0.4) 20px
        ),
        radial-gradient(ellipse at 50% 50%, rgba(255, 224, 178, 0.3) 30%, transparent 50%);
}

/* Planet 7: Yellow/Orange Ringed */
.yellow-orange-ringed .planet-core {
    background: linear-gradient(135deg, #ffd54f 0%, #ffb74d 30%, #ff8a65 60%, #ff7043 100%);
    box-shadow: 
        inset -15px -15px 35px rgba(0, 0, 0, 0.4),
        inset 15px 10px 25px rgba(255, 255, 255, 0.2),
        0 0 25px rgba(255, 213, 79, 0.8),
        0 0 50px rgba(255, 213, 79, 0.5);
    filter: drop-shadow(0 0 20px rgba(255, 213, 79, 0.9));
}

.yellow-orange-ringed .planet-pattern {
    background: 
        radial-gradient(circle at 35% 45%, rgba(255, 183, 77, 0.6) 15%, transparent 25%),
        radial-gradient(circle at 65% 55%, rgba(255, 138, 101, 0.5) 18%, transparent 28%);
}

.yellow-orange-ringed .planet-ring-system {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateX(75deg);
    width: 120px;
    height: 120px;
}

.yellow-orange-ringed .planet-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.yellow-orange-ringed .ring-outer {
    width: 120px;
    height: 120px;
    border: 8px solid rgba(255, 112, 67, 0.8);
    box-shadow: 0 0 15px rgba(255, 87, 34, 0.6);
}

.yellow-orange-ringed .ring-middle {
    width: 110px;
    height: 110px;
    border: 6px solid rgba(255, 138, 101, 0.7);
}

.yellow-orange-ringed .ring-inner {
    width: 100px;
    height: 100px;
    border: 4px solid rgba(255, 183, 77, 0.6);
}

/* Planet 8: Teal/Purple Ringed */
.teal-purple-ringed .planet-core {
    background: linear-gradient(135deg, #4dd0e1 0%, #26c6da 40%, #9c27b0 60%, #7b1fa2 100%);
    box-shadow: 
        inset -15px -15px 35px rgba(0, 0, 0, 0.4),
        inset 15px 10px 25px rgba(77, 208, 225, 0.2),
        0 0 25px rgba(77, 208, 225, 0.7),
        0 0 50px rgba(77, 208, 225, 0.4);
    filter: drop-shadow(0 0 20px rgba(77, 208, 225, 0.8));
}

.teal-purple-ringed .planet-pattern {
    background: 
        radial-gradient(ellipse at 50% 30%, rgba(156, 39, 176, 0.6) 20%, transparent 30%),
        radial-gradient(circle at 60% 70%, rgba(77, 208, 225, 0.5) 15%, transparent 25%);
}

.teal-purple-ringed .planet-ring-system {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateX(75deg);
    width: 105px;
    height: 105px;
}

.teal-purple-ringed .ring-thin {
    width: 105px;
    height: 105px;
    border: 3px solid rgba(77, 208, 225, 0.7);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(77, 208, 225, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Planet 9: Blue/Purple Swirl */
.blue-purple-swirl .planet-core {
    background: linear-gradient(135deg, #42a5f5 0%, #26c6da 30%, #9c27b0 60%, #7b1fa2 100%);
    box-shadow: 
        inset -15px -15px 35px rgba(0, 0, 0, 0.4),
        inset 15px 10px 25px rgba(66, 165, 245, 0.2),
        0 0 25px rgba(66, 165, 245, 0.7),
        0 0 50px rgba(66, 165, 245, 0.4);
    filter: drop-shadow(0 0 20px rgba(66, 165, 245, 0.8));
}

.blue-purple-swirl .planet-pattern {
    background: 
        radial-gradient(ellipse at 40% 50%, rgba(156, 39, 176, 0.6) 18%, transparent 28%),
        radial-gradient(ellipse at 65% 45%, rgba(77, 208, 225, 0.5) 15%, transparent 25%),
        radial-gradient(ellipse at 50% 65%, rgba(123, 31, 162, 0.5) 12%, transparent 22%);
}

/* Planet 10: Muted Red/Brown Rocky */
.muted-red-brown .planet-core {
    background: linear-gradient(135deg, #ef9a9a 0%, #e57373 30%, #8d6e63 60%, #6d4c41 100%);
    box-shadow: 
        inset -15px -15px 35px rgba(0, 0, 0, 0.5),
        inset 15px 10px 25px rgba(239, 154, 154, 0.15),
        0 0 25px rgba(239, 154, 154, 0.6),
        0 0 45px rgba(239, 154, 154, 0.4);
    filter: drop-shadow(0 0 18px rgba(239, 154, 154, 0.7));
}

.muted-red-brown .planet-pattern {
    background: 
        radial-gradient(circle at 30% 45%, rgba(0, 0, 0, 0.4) 6%, transparent 10%),
        radial-gradient(circle at 60% 55%, rgba(0, 0, 0, 0.35) 7%, transparent 11%),
        radial-gradient(circle at 45% 30%, rgba(0, 0, 0, 0.45) 5%, transparent 9%),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.4) 6%, transparent 10%);
}

/* Planet 11: Grey/Purple Cratered */
.grey-purple-cratered .planet-core {
    background: linear-gradient(135deg, #9e9e9e 0%, #757575 40%, #6a1b9a 60%, #4a148c 100%);
    box-shadow: 
        inset -15px -15px 35px rgba(0, 0, 0, 0.6),
        inset 15px 10px 25px rgba(158, 158, 158, 0.1),
        0 0 25px rgba(106, 27, 154, 0.6),
        0 0 45px rgba(106, 27, 154, 0.4);
    filter: drop-shadow(0 0 18px rgba(106, 27, 154, 0.7));
}

.grey-purple-cratered .planet-pattern {
    background: 
        radial-gradient(circle at 25% 35%, rgba(0, 0, 0, 0.7) 5%, transparent 8%),
        radial-gradient(circle at 55% 50%, rgba(0, 0, 0, 0.65) 6%, transparent 9%),
        radial-gradient(circle at 40% 70%, rgba(0, 0, 0, 0.7) 5%, transparent 8%),
        radial-gradient(circle at 70% 30%, rgba(0, 0, 0, 0.6) 6%, transparent 9%),
        radial-gradient(circle at 30% 60%, rgba(0, 0, 0, 0.65) 5%, transparent 8%),
        radial-gradient(circle at 65% 75%, rgba(0, 0, 0, 0.7) 4%, transparent 7%);
}

/* Earth - Realistic Blue and Green */
.planet-earth .planet-core {
    background: linear-gradient(135deg, #1976d2 0%, #1565c0 30%, #0d47a1 50%, #26c6da 100%);
    box-shadow: 
        inset -15px -15px 35px rgba(0, 0, 0, 0.4),
        inset 15px 10px 25px rgba(255, 255, 255, 0.25),
        0 0 30px rgba(25, 118, 210, 0.9),
        0 0 60px rgba(25, 118, 210, 0.6),
        0 0 90px rgba(38, 198, 218, 0.3);
    filter: drop-shadow(0 0 25px rgba(25, 118, 210, 1));
}

.planet-earth .planet-pattern {
    background: 
        radial-gradient(ellipse at 35% 45%, rgba(76, 175, 80, 0.85) 12%, transparent 20%),
        radial-gradient(ellipse at 60% 55%, rgba(56, 142, 60, 0.75) 10%, transparent 18%),
        radial-gradient(ellipse at 45% 35%, rgba(76, 175, 80, 0.7) 8%, transparent 14%),
        radial-gradient(ellipse at 70% 40%, rgba(56, 142, 60, 0.65) 9%, transparent 15%),
        radial-gradient(ellipse at 30% 60%, rgba(76, 175, 80, 0.8) 7%, transparent 13%),
        radial-gradient(ellipse at 50% 65%, rgba(56, 142, 60, 0.7) 6%, transparent 12%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.9) 3%, transparent 8%);
}

/* Sun - Bright Yellow/Orange with Glow */
.planet-sun .planet-core {
    background: radial-gradient(circle at 30% 30%, #fff176 0%, #ffeb3b 20%, #ffc107 50%, #ff9800 80%, #ff6f00 100%);
    box-shadow: 
        inset -10px -10px 30px rgba(255, 235, 59, 0.3),
        inset 10px 10px 30px rgba(255, 255, 255, 0.5),
        0 0 40px rgba(255, 235, 59, 1),
        0 0 80px rgba(255, 235, 59, 0.8),
        0 0 120px rgba(255, 193, 7, 0.6),
        0 0 160px rgba(255, 152, 0, 0.4);
    filter: drop-shadow(0 0 30px rgba(255, 235, 59, 1)) drop-shadow(0 0 60px rgba(255, 193, 7, 0.8));
}

.planet-sun .planet-pattern {
    background: 
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9) 5%, transparent 12%),
        radial-gradient(circle at 60% 40%, rgba(255, 255, 255, 0.7) 4%, transparent 10%),
        radial-gradient(circle at 45% 55%, rgba(255, 193, 7, 0.6) 6%, transparent 14%),
        radial-gradient(circle at 70% 50%, rgba(255, 235, 59, 0.5) 5%, transparent 12%),
        radial-gradient(circle at 35% 65%, rgba(255, 152, 0, 0.5) 4%, transparent 10%),
        radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.4) 15%, rgba(255, 235, 59, 0.2) 25%, transparent 40%);
}

/* Planet Positions - Organic Layout, Avoiding Center Text Area */
/* Top Left Cluster (2 planets) */
.planet-1 { 
    top: 10%; 
    left: 4%; 
    animation: planetFloat 42s infinite ease-in-out;
    animation-delay: 0s; 
}

.planet-3 { 
    top: 14%; 
    left: 10%; 
    animation: planetFloat2 45s infinite ease-in-out;
    animation-delay: 2.5s; 
}

/* Top Right Cluster (3 planets) */
.planet-2 { 
    top: 8%; 
    right: 5%; 
    animation: planetFloat3 48s infinite ease-in-out;
    animation-delay: 1.2s; 
}

.planet-8 { 
    top: 15%; 
    right: 3%; 
    animation: planetFloat4 40s infinite ease-in-out;
    animation-delay: 3.8s; 
}

.planet-10 { 
    top: 20%; 
    right: 7%; 
    animation: planetFloat5 43s infinite ease-in-out;
    animation-delay: 1.8s; 
}

/* Top Center-Right (1 planet) */
.planet-6 { 
    top: 12%; 
    left: 76%; 
    animation: planetFloat6 44s infinite ease-in-out;
    animation-delay: 4.5s; 
}

/* Bottom Left Cluster (2 planets) */
.planet-4 { 
    bottom: 22%; 
    left: 5%; 
    animation: planetFloat2 39s infinite ease-in-out;
    animation-delay: 0.7s; 
}

.planet-9 { 
    bottom: 30%; 
    left: 3%; 
    animation: planetFloat3 46s infinite ease-in-out;
    animation-delay: 5.2s; 
}

/* Bottom Right Cluster (3 planets) */
.planet-5 { 
    bottom: 24%; 
    right: 4%; 
    animation: planetFloat4 50s infinite ease-in-out;
    animation-delay: 2.8s; 
}

.planet-7 { 
    bottom: 16%; 
    right: 7%; 
    animation: planetFloat5 41s infinite ease-in-out;
    animation-delay: 4.7s; 
}

.planet-11 { 
    bottom: 34%; 
    right: 2%; 
    animation: planetFloat6 47s infinite ease-in-out;
    animation-delay: 1.9s; 
}

/* Earth and Sun Positions */
.planet-earth { 
    top: 18%; 
    left: 8%; 
    animation: planetFloat3 44s infinite ease-in-out;
    animation-delay: 3.2s; 
}

.planet-sun { 
    bottom: 20%; 
    left: 12%; 
    animation: planetFloat5 38s infinite ease-in-out;
    animation-delay: 2.1s; 
}

@keyframes planetFloat {
    0% { transform: translate(0, 0) rotate(0deg); }
    16.66% { transform: translate(250px, -180px) rotate(60deg); }
    33.33% { transform: translate(-200px, 220px) rotate(120deg); }
    50% { transform: translate(280px, 150px) rotate(180deg); }
    66.66% { transform: translate(-240px, -200px) rotate(240deg); }
    83.33% { transform: translate(200px, 180px) rotate(300deg); }
    100% { transform: translate(0, 0) rotate(360deg); }
}

@keyframes planetFloat2 {
    0% { transform: translate(0, 0) rotate(0deg); }
    16.66% { transform: translate(-220px, 200px) rotate(-60deg); }
    33.33% { transform: translate(260px, -190px) rotate(-120deg); }
    50% { transform: translate(-180px, 240px) rotate(-180deg); }
    66.66% { transform: translate(230px, -210px) rotate(-240deg); }
    83.33% { transform: translate(-200px, 180px) rotate(-300deg); }
    100% { transform: translate(0, 0) rotate(-360deg); }
}

@keyframes planetFloat3 {
    0% { transform: translate(0, 0) rotate(0deg); }
    16.66% { transform: translate(180px, 220px) rotate(60deg); }
    33.33% { transform: translate(-270px, -160px) rotate(120deg); }
    50% { transform: translate(210px, -200px) rotate(180deg); }
    66.66% { transform: translate(-190px, 230px) rotate(240deg); }
    83.33% { transform: translate(240px, -180px) rotate(300deg); }
    100% { transform: translate(0, 0) rotate(360deg); }
}

@keyframes planetFloat4 {
    0% { transform: translate(0, 0) rotate(0deg); }
    16.66% { transform: translate(-200px, -230px) rotate(-60deg); }
    33.33% { transform: translate(240px, 190px) rotate(-120deg); }
    50% { transform: translate(-260px, -180px) rotate(-180deg); }
    66.66% { transform: translate(190px, 220px) rotate(-240deg); }
    83.33% { transform: translate(-220px, -200px) rotate(-300deg); }
    100% { transform: translate(0, 0) rotate(-360deg); }
}

@keyframes planetFloat5 {
    0% { transform: translate(0, 0) rotate(0deg); }
    20% { transform: translate(300px, -150px) rotate(72deg); }
    40% { transform: translate(-250px, 200px) rotate(144deg); }
    60% { transform: translate(220px, 180px) rotate(216deg); }
    80% { transform: translate(-280px, -170px) rotate(288deg); }
    100% { transform: translate(0, 0) rotate(360deg); }
}

@keyframes planetFloat6 {
    0% { transform: translate(0, 0) rotate(0deg); }
    20% { transform: translate(-230px, 210px) rotate(-72deg); }
    40% { transform: translate(270px, -190px) rotate(-144deg); }
    60% { transform: translate(-200px, -220px) rotate(-216deg); }
    80% { transform: translate(240px, 170px) rotate(-288deg); }
    100% { transform: translate(0, 0) rotate(-360deg); }
}

@keyframes planetRotateSlow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Blinking Stars */
.blinking-star {
    position: absolute;
    width: 5px;
    height: 5px;
    background: radial-gradient(circle, #fff 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.6) 70%, transparent 100%);
    border-radius: 50%;
    box-shadow: 
        0 0 10px rgba(255, 255, 255, 1),
        0 0 20px rgba(255, 255, 255, 0.7),
        0 0 30px rgba(255, 255, 255, 0.4),
        0 0 40px rgba(255, 255, 255, 0.2);
    animation: blink 3s infinite;
}

.star-1 {
    top: 12%;
    left: 20%;
    animation-duration: 2.5s;
    animation-delay: 0s;
    width: 6px;
    height: 6px;
}

.star-2 {
    top: 35%;
    right: 25%;
    animation-duration: 3.5s;
    animation-delay: 1s;
    width: 7px;
    height: 7px;
}

.star-3 {
    bottom: 20%;
    left: 45%;
    animation-duration: 2.8s;
    animation-delay: 0.5s;
    width: 5px;
    height: 5px;
}

@keyframes blink {
    0%, 100% { 
        opacity: 0.4; 
        transform: scale(0.9);
        box-shadow: 
            0 0 6px rgba(255, 255, 255, 0.7),
            0 0 12px rgba(255, 255, 255, 0.4),
            0 0 18px rgba(255, 255, 255, 0.2);
    }
    50% { 
        opacity: 1; 
        transform: scale(1.3);
        box-shadow: 
            0 0 12px rgba(255, 255, 255, 1),
            0 0 24px rgba(255, 255, 255, 0.8),
            0 0 36px rgba(255, 255, 255, 0.5);
    }
}


/* Navigation */
.navbar {
    background: rgba(74, 20, 140, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-sm);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgba(255, 215, 0, 0.3);
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: scale(1.02);
}

.logo-image {
    height: 60px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.3));
    flex-shrink: 0;
}

.logo-image:hover {
    transform: scale(1.05);
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo h1 {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.2rem;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    line-height: 1.2;
}

.logo-subtitle {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--text-dark);
    background: var(--yellow-accent);
    padding: 0.2rem 0.8rem;
    border-radius: 15px;
    margin-top: 0.3rem;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
    width: fit-content;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-menu a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--yellow-accent);
    transition: width 0.3s ease;
    box-shadow: 0 0 8px var(--yellow-accent);
}

.nav-menu a:hover {
    color: var(--yellow-accent);
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.6);
}

.nav-menu a:hover::after {
    width: 100%;
}

/* Social Links in Navigation */
.social-links {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: 1rem;
}

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

.social-link:hover {
    background: var(--yellow-accent);
    color: var(--text-dark);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.social-icon {
    width: 20px;
    height: 20px;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    gap: 4px;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Hero Section */
.hero {
    position: relative;
    height: 90vh;
    min-height: 600px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    overflow: hidden;
    z-index: 5;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 0 20px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    animation: fadeInUp 0.8s ease;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    opacity: 0.95;
    animation: fadeInUp 1s ease;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: var(--yellow-accent);
    color: var(--space-dark);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    animation: fadeInUp 1.2s ease;
    border: 2px solid transparent;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
    background: var(--yellow-bright);
}

/* Sections */
section {
    padding: 5rem 0;
    position: relative;
    z-index: 5;
    background: rgba(245, 240, 255, 0.95);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--space-dark);
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--yellow-accent), var(--secondary-color));
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.5);
}

/* Services Section */
.services {
    background: rgba(245, 240, 255, 0.95);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
    align-items: stretch;
}

.service-card {
    background: var(--bg-white);
    padding: 0;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
}

.service-icon {
    font-size: 4rem;
    margin: 1.5rem auto 0rem;
    text-align: center;
    display: block;
    width: 100%;
}

.service-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 2.5rem auto 1.5rem;
    display: block;
    object-fit: contain;
    background: transparent;
}

.service-content {
    padding: 0 2.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--space-dark);
    background: linear-gradient(135deg, var(--yellow-accent), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
}

.service-content > p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.8;
    text-align: left;
}

.service-details {
    background: var(--bg-light);
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.service-details p {
    margin: 0.5rem 0;
    color: var(--text-dark);
}

.service-details strong {
    color: var(--space-dark);
    background: linear-gradient(135deg, var(--yellow-accent), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.service-features {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0.5rem 0 0;
}

.service-features li {
    padding: 0.5rem 0;
    color: var(--text-dark);
    position: relative;
    padding-left: 1.5rem;
}

.service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--yellow-accent);
    font-weight: bold;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

.service-details-btn {
    margin-top: auto;
    padding: 0.75rem 2rem;
    background: linear-gradient(135deg, var(--yellow-accent), var(--secondary-color));
    color: var(--text-dark);
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    width: 100%;
}

.service-details-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
    background: linear-gradient(135deg, var(--yellow-bright), var(--secondary-color));
}

.service-details-btn:active {
    transform: translateY(0);
}

/* Locations Section */
.locations {
    background: rgba(245, 240, 255, 0.95);
}

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

.location-card {
    background: var(--bg-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.location-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
}

.location-map {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.location-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.location-content {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.location-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--space-dark);
    background: linear-gradient(135deg, var(--yellow-accent), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.location-content > p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.location-details {
    background: var(--bg-light);
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: auto;
}

.location-details p {
    margin: 0.5rem 0;
    color: var(--text-dark);
}

.working-hours {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0;
}

.working-hours li {
    padding: 0.3rem 0;
    padding-left: 0;
    color: var(--text-dark);
}

.location-details strong {
    color: var(--space-dark);
    background: linear-gradient(135deg, var(--yellow-accent), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Contact Section */
.contact {
    background: var(--bg-light);
}

.contact-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    max-width: 800px;
    width: 100%;
}

.contact-item {
    background: var(--bg-white);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
}

.contact-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    display: block;
}

.contact-details {
    width: 100%;
}

.contact-details h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--space-dark);
    background: linear-gradient(135deg, var(--yellow-accent), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-link {
    display: block;
    color: var(--text-light);
    text-decoration: none;
    font-size: 1rem;
    line-height: 2;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
}

.contact-link:hover {
    color: var(--yellow-accent);
    transform: translateX(5px);
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
}

.contact-form {
    background: var(--bg-white);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--yellow-accent);
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.2);
}

.submit-button {
    width: 100%;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--yellow-accent), var(--secondary-color));
    color: var(--space-dark);
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

/* Footer */
.footer {
    background: rgba(74, 20, 140, 0.95);
    color: white;
    padding: 3rem 0 1rem;
    position: relative;
    z-index: 5;
    border-top: 2px solid rgba(255, 215, 0, 0.3);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3,
.footer-section h4 {
    margin-bottom: 1rem;
    color: white;
}

.footer-logo {
    height: 50px;
    width: auto;
    max-width: 250px;
    object-fit: contain;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.3));
}

/* Footer Social Links */
.footer-social-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-social-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem;
    border-radius: 8px;
}

.footer-social-link:hover {
    color: var(--yellow-accent);
    background: rgba(255, 215, 0, 0.1);
    transform: translateX(5px);
}

.footer-social-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.footer-social-link span {
    font-size: 0.95rem;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: white;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

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

/* Responsive Design */
@media (max-width: 768px) {
    .logo {
        gap: 0.75rem;
    }

    .logo-image {
        height: 45px;
        max-width: 150px;
    }

    .logo h1 {
        font-size: 1.4rem;
        letter-spacing: 1px;
    }

    .logo-subtitle {
        font-size: 0.65rem;
        padding: 0.15rem 0.6rem;
    }

    .social-links {
        gap: 0.5rem;
        margin-left: 0.5rem;
    }

    .social-link {
        width: 35px;
        height: 35px;
    }

    .social-icon {
        width: 18px;
        height: 18px;
    }

    .menu-toggle {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        flex-direction: column;
        background: rgba(26, 26, 62, 0.98);
        backdrop-filter: blur(10px);
        width: 100%;
        padding: 2rem;
        box-shadow: var(--shadow-lg);
        transition: left 0.3s ease;
        gap: 1rem;
    }

    .nav-menu.active {
        left: 0;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

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

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

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

    .contact-info {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-item {
        padding: 2rem;
    }

    .hero {
        height: 70vh;
        min-height: 500px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .service-card,
    .contact-form {
        padding: 1.5rem;
    }
}

/* Service Modal Styles */
.service-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-modal.active {
    display: flex;
    opacity: 1;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
    z-index: 2001;
}

.modal-content {
    position: relative;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 25px;
    max-width: 900px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 2002;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 215, 0, 0.3);
    animation: modalSlideIn 0.4s ease-out;
    border: 2px solid rgba(255, 215, 0, 0.3);
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 215, 0, 0.9);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--text-dark);
    cursor: pointer;
    z-index: 2003;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.modal-close:hover {
    background: var(--yellow-accent);
    transform: rotate(90deg);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.modal-header {
    padding: 2.5rem 2.5rem 1.5rem;
    text-align: center;
    border-bottom: 2px solid rgba(255, 215, 0, 0.2);
}

.modal-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.modal-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--space-dark);
    background: linear-gradient(135deg, var(--yellow-accent), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.modal-body {
    padding: 2rem 2.5rem;
}

.modal-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.gallery-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.placeholder-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 152, 0, 0.1));
    color: var(--text-light);
    font-weight: 600;
    border: 2px dashed rgba(255, 215, 0, 0.3);
}

.kindergarten-img-1 {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

.kindergarten-img-2 {
    background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
}

.kindergarten-img-3 {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}

.kindergarten-img-4 {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
}

.speech-img-1 {
    background: linear-gradient(135deg, #e1f5fe 0%, #b3e5fc 100%);
}

.speech-img-2 {
    background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);
}

.speech-img-3 {
    background: linear-gradient(135deg, #fff9c4 0%, #fff59d 100%);
}

.speech-img-4 {
    background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 100%);
}

.modal-services {
    margin-bottom: 3rem;
}

.modal-services h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--space-dark);
    text-align: center;
    background: linear-gradient(135deg, var(--yellow-accent), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.services-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.service-item {
    background: rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 215, 0, 0.2);
    transition: all 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
    border-color: rgba(255, 215, 0, 0.5);
}

.service-item h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--space-dark);
}

.service-item p {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Photo Viewer for Kindergarten Modal */
.photo-viewer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid rgba(255, 215, 0, 0.2);
}

.photo-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    aspect-ratio: 4/3;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    background: #000;
}

.photo-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-weight: 600;
    font-size: 1.5rem;
}

.photo-slide.active {
    opacity: 1;
    z-index: 1;
}

.photo-slide.kindergarten-img-1 {
    background-image: url('Photo1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.photo-slide.kindergarten-img-2 {
    background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
}

.photo-slide.kindergarten-img-3 {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}

.photo-slide.kindergarten-img-4 {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
}

.photo-slide.speech-img-1 {
    background-image: url('Photo2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.photo-slide.speech-img-2 {
    background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);
}

.photo-slide.speech-img-3 {
    background: linear-gradient(135deg, #fff9c4 0%, #fff59d 100%);
}

.photo-slide.speech-img-4 {
    background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 100%);
}

.photo-nav-btn {
    background: rgba(255, 215, 0, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: bold;
    color: var(--text-dark);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    z-index: 10;
    flex-shrink: 0;
}

.photo-nav-btn:hover {
    background: var(--yellow-accent);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.photo-nav-btn:active {
    transform: scale(0.95);
}

.photo-progress-container {
    width: 100%;
    max-width: 900px;
    height: 4px;
    background: rgba(75, 85, 99, 0.3);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin: 1.5rem auto 0;
}

.photo-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, 
        #4b5563 0%, 
        #4b5563 35%, 
        rgba(75, 85, 99, 0.85) 45%,
        rgba(75, 85, 99, 0.6) 55%,
        rgba(75, 85, 99, 0.35) 70%,
        rgba(75, 85, 99, 0.15) 85%,
        rgba(75, 85, 99, 0) 100%);
    border-radius: 2px;
    transition: none;
    box-shadow: 0 0 8px rgba(75, 85, 99, 0.4);
}

.photo-indicators {
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 10;
}

.photo-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(75, 85, 99, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.photo-indicator:hover {
    background: rgba(75, 85, 99, 0.6);
    transform: scale(1.2);
}

.photo-indicator.active {
    background: #4b5563;
    box-shadow: 0 0 10px rgba(75, 85, 99, 0.8);
    border-color: #1f2937;
}

/* Modal Responsive */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        max-height: 95vh;
    }

    .modal-header {
        padding: 2rem 1.5rem 1rem;
    }

    .modal-body {
        padding: 1.5rem;
    }

    .modal-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
        margin-bottom: 2rem;
    }

    .photo-container {
        max-width: 100%;
    }

    .photo-progress-container {
        max-width: 100%;
        margin-top: 1rem;
    }

    .photo-indicators {
        bottom: -2rem;
    }

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

    .modal-header h2 {
        font-size: 1.5rem;
    }
}

.fancy-divider {
    width: 100%;
    height: 5px;
    margin: 10px auto;

    /* Rounded line */
    border-radius: 1px;

    /* Gradient (yellow → orange) */
    background: linear-gradient(90deg, #FFE467, #FFA234);

    /* Soft glow */
    box-shadow: 
        0 4px 15px rgba(255, 175, 51, 0.4),
        0 0 10px rgba(255, 220, 80, 0.5);
}

