
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Poppins,sans-serif;
}

html,body{

width:100%;
height:100%;
overflow:hidden;

background:#020817;

color:white;

}

#earth-bg{

position:fixed;

top:0;
left:0;

width:100%;
height:100%;

z-index:-2;

background:

radial-gradient(circle at center,#153b8a 0%,#08142d 45%,#01040c 100%);

}

#particles{

position:fixed;

top:0;
left:0;

width:100%;
height:100%;

z-index:-1;

pointer-events:none;

}

.hero{

height:100vh;

display:flex;

justify-content:space-between;

align-items:center;

padding:80px;

}

.left{

width:45%;

}

.logo{

width:95px;

margin-bottom:25px;

filter:drop-shadow(0 0 18px gold);

}

.left h1{

font-size:65px;

font-weight:800;

}

.left h2{

font-size:28px;

color:#ffd34d;

margin-top:10px;

}

.left p{

margin-top:30px;

font-size:22px;

line-height:38px;

color:#d8e6ff;

}

#locateBtn{

margin-top:45px;

padding:18px 45px;

font-size:20px;

border:none;

border-radius:50px;

cursor:pointer;

background:linear-gradient(90deg,#ffcf4d,#ff9d00);

font-weight:bold;

transition:.35s;

}

#locateBtn:hover{

transform:scale(1.05);

box-shadow:0 0 35px gold;

}

.right{

width:50%;

display:flex;

justify-content:center;

align-items:center;

}

.earth{

font-size:240px;

animation:spinEarth 30s linear infinite;

filter:drop-shadow(0 0 40px #4fc3ff);

}

@keyframes spinEarth{

from{

transform:rotate(0deg);

}

to{

transform:rotate(360deg);

}

}


.earth-wrapper{position:relative;width:520px;height:520px;display:flex;justify-content:center;align-items:center;}
.earth{font-size:240px;animation:spinEarth 60s linear infinite;filter:drop-shadow(0 0 60px #4fc3ff);}
.earth-glow{position:absolute;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,#42c8ff55,#42c8ff00);animation:pulse 4s infinite;}
.earth-ring{position:absolute;width:380px;height:380px;border:2px solid rgba(255,215,0,.35);border-radius:50%;animation:ring 25s linear infinite;}
.orbit{position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%;}
.orbit1{width:430px;height:430px;animation:ring 18s linear infinite;}
.orbit2{width:470px;height:470px;animation:ring2 28s linear infinite;}
.orbit3{width:520px;height:520px;animation:ring 38s linear infinite;}
@keyframes pulse{0%,100%{transform:scale(1);opacity:.55;}50%{transform:scale(1.08);opacity:1;}}
@keyframes ring{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}
@keyframes ring2{from{transform:rotate(360deg);}to{transform:rotate(0deg);}}
@keyframes aurora{0%{filter:hue-rotate(0deg);}100%{filter:hue-rotate(360deg);}}


.hero-overlay{
position:absolute;
inset:0;
background:linear-gradient(135deg,rgba(0,0,0,.15),rgba(0,80,180,.12));
pointer-events:none;
}


.left h1{
background:linear-gradient(90deg,#fff,#ffd54f,#fff);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
animation:titleGlow 4s ease-in-out infinite;
}
.left h2{
letter-spacing:4px;
text-shadow:0 0 20px rgba(255,215,0,.6);
}
#locateBtn{
box-shadow:0 0 30px rgba(255,180,0,.45);
}
#locateBtn:hover{
transform:translateY(-4px) scale(1.05);
}
@keyframes titleGlow{
0%,100%{filter:brightness(1);}
50%{filter:brightness(1.4);}
}


.left p{
max-width:620px;
background:rgba(255,255,255,.05);
backdrop-filter:blur(12px);
padding:24px;
border-radius:18px;
border:1px solid rgba(255,255,255,.08);
box-shadow:0 0 35px rgba(0,0,0,.25);
}
.logo{
animation:logoFloat 4s ease-in-out infinite;
}
@keyframes logoFloat{
0%,100%{transform:translateY(0);}
50%{transform:translateY(-10px);}
}


#particles{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
pointer-events:none;
opacity:.9;
}
.star{
position:absolute;
width:2px;
height:2px;
background:white;
border-radius:50%;
animation:twinkle 3s infinite;
}
@keyframes twinkle{
0%,100%{opacity:.2;transform:scale(.8);}
50%{opacity:1;transform:scale(1.8);}
}


.search-panel{
margin-top:35px;
width:620px;
background:rgba(255,255,255,.08);
backdrop-filter:blur(18px);
border-radius:22px;
padding:18px;
display:flex;
gap:12px;
border:1px solid rgba(255,255,255,.12);
box-shadow:0 10px 40px rgba(0,0,0,.35);
}
.search-panel input{
flex:1;
background:transparent;
border:none;
outline:none;
font-size:18px;
color:#fff;
padding:12px;
}
.search-panel button{
border:none;
padding:12px 24px;
border-radius:14px;
background:linear-gradient(90deg,#ffcf4d,#ff9800);
font-weight:bold;
cursor:pointer;
}


.top-status{
position:fixed;
top:18px;
left:50%;
transform:translateX(-50%);
display:flex;
gap:24px;
padding:10px 22px;
background:rgba(0,0,0,.35);
backdrop-filter:blur(18px);
border-radius:50px;
border:1px solid rgba(255,255,255,.12);
z-index:9999;
box-shadow:0 8px 30px rgba(0,0,0,.35);
}
.status-pill{
padding:8px 18px;
border-radius:30px;
font-size:14px;
background:rgba(255,255,255,.08);
}
.live-dot{
display:inline-block;
width:10px;
height:10px;
border-radius:50%;
background:#00ff66;
margin-right:8px;
animation:pulseDot 1.5s infinite;
}
@keyframes pulseDot{
0%,100%{opacity:1;}
50%{opacity:.25;}
}


.stats-row{
display:flex;
gap:24px;
margin-top:28px;
flex-wrap:wrap;
}
.stat-card{
min-width:150px;
padding:18px;
border-radius:18px;
background:rgba(255,255,255,.06);
backdrop-filter:blur(16px);
border:1px solid rgba(255,255,255,.08);
text-align:center;
transition:.3s;
}
.stat-card:hover{
transform:translateY(-6px);
box-shadow:0 0 25px rgba(255,215,0,.25);
}
.stat-card h3{
font-size:30px;
color:#ffd54f;
margin-bottom:6px;
}
.stat-card p{
font-size:14px;
color:#ddd;
}


.feature-bar{
display:flex;
gap:14px;
margin-top:26px;
flex-wrap:wrap;
}
.feature{
padding:12px 18px;
border-radius:40px;
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.10);
backdrop-filter:blur(12px);
font-size:15px;
transition:.3s;
cursor:pointer;
}
.feature:hover{
background:rgba(255,215,0,.18);
transform:translateY(-4px);
}


.right-panel{
position:absolute;
right:40px;
bottom:40px;
width:280px;
padding:20px;
border-radius:22px;
background:rgba(255,255,255,.08);
backdrop-filter:blur(20px);
border:1px solid rgba(255,255,255,.12);
box-shadow:0 15px 40px rgba(0,0,0,.35);
}
.right-panel h3{
font-size:22px;
margin-bottom:12px;
color:#ffd54f;
}
.right-panel p{
font-size:15px;
line-height:26px;
color:#ddd;
}


.earth{
font-size:240px;
animation:earthSpin 60s linear infinite,earthFloat 6s ease-in-out infinite;
filter:drop-shadow(0 0 70px #49d5ff);
}
@keyframes earthSpin{
from{transform:rotate(0deg);}
to{transform:rotate(360deg);}
}
@keyframes earthFloat{
0%,100%{margin-top:0;}
50%{margin-top:-20px;}
}
.earth-glow{
animation:glowPulse 4s ease-in-out infinite;
}
@keyframes glowPulse{
0%,100%{opacity:.45;transform:scale(1);}
50%{opacity:1;transform:scale(1.15);}
}


#mapContainer{
position:relative;
width:100%;
height:100vh;
background:#08111f;
display:none;
}
#guruMap{
width:100%;
height:100%;
}




@media(max-width:1200px){.hero{padding:50px}.left{width:48%}.right{width:48%}.left h1{font-size:54px}.left h2{font-size:25px}.left p{font-size:19px;line-height:32px}.earth{font-size:200px}.search-panel{width:100%;max-width:560px}.right-panel{right:25px;bottom:25px}}
@media(max-width:900px){html,body{overflow:auto;min-height:100%}.hero{min-height:100vh;height:auto;padding:90px 35px 40px;flex-direction:column;justify-content:center;gap:35px}.left{width:100%;max-width:700px;text-align:center}.left h1{font-size:48px;line-height:1.1}.left h2{font-size:23px}.left p{margin:22px auto 0;font-size:18px;line-height:30px}.right{width:100%;min-height:300px}.earth{font-size:180px}.right-panel{position:relative;right:auto;bottom:auto;width:calc(100% - 50px);max-width:500px;margin:20px auto 30px}.search-panel{width:100%;max-width:650px;margin:25px auto 0}.top-status{max-width:calc(100% - 30px);gap:8px;padding:8px 12px}.status-pill{padding:7px 10px;font-size:12px;white-space:nowrap}}
@media(max-width:600px){.hero{padding:80px 18px 30px;gap:25px}.logo{width:68px}.left h1{font-size:38px}.left h2{font-size:18px;letter-spacing:2px}.left p{font-size:16px;line-height:26px;padding:18px}#locateBtn{width:100%;max-width:330px;font-size:17px;padding:15px 20px}.search-panel{padding:12px;border-radius:16px;gap:8px}.search-panel input{min-width:0;font-size:15px}.search-panel button{padding:10px 14px;font-size:14px}.right{min-height:230px}.earth{font-size:135px}.right-panel{width:calc(100% - 30px);margin:15px auto 25px;padding:16px}.right-panel h3{font-size:19px}.right-panel p{font-size:13px;line-height:22px}.top-status{top:8px;max-width:calc(100% - 16px);gap:10px}.status-pill{font-size:10px;padding:6px 3px;white-space:nowrap}}
@media(max-width:380px){.hero{padding-left:12px;padding-right:12px}.left h1{font-size:32px}.left h2{font-size:16px}.left p{font-size:15px;line-height:24px;padding:15px}.earth{font-size:115px}.search-panel{flex-direction:column}.search-panel button{width:100%}}
