@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;700;900&family=DM+Sans:wght@300;400;500;700&display=swap');

:root {
  --void: #1a0a2e;
  --nebula: #b56eff;
  --star: #e0aaff;
  --cosmos: #240046;
  --white: #f5f0ff;
  --text: #d4c5e8;
  --card: rgba(36,0,70,0.6);
}

* { margin:0; padding:0; box-sizing:border-box; }

body { font-family: 'DM Sans', sans-serif; background: var(--void); color: var(--text); line-height: 1.7; overflow-x: hidden; }

h1,h2,h3,h4 { font-family: 'Exo 2', sans-serif; color: var(--nebula); }

a { color: var(--nebula); text-decoration: none; transition: 0.3s; }
a:hover { color: var(--star); }

.hdr { background: var(--cosmos); border-bottom: 1px solid rgba(181,110,255,0.15); position: sticky; top: 0; z-index: 999; }
.hdr-w { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; height: 66px; }
.logo { display: flex; align-items: center; gap: 0.5rem; font-family: 'Exo 2', sans-serif; font-weight: 900; font-size: 1.4rem; color: var(--nebula); }
.logo svg { width: 34px; height: 34px; }
.nv { display: flex; gap: 1.6rem; list-style: none; }
.nv a { color: var(--text); font-size: 0.9rem; font-weight: 500; }
.nv a:hover, .nv a.on { color: var(--nebula); }
.hm { display: none; cursor: pointer; flex-direction: column; gap: 5px; }
.hm span { width: 26px; height: 3px; background: var(--nebula); border-radius: 2px; }

.space-hero { background: radial-gradient(ellipse at 50% 30%, rgba(181,110,255,0.1), var(--void)); padding: 5rem 2rem; text-align: center; }
.space-hero h1 { font-size: 2.8rem; margin-bottom: 1rem; }
.space-hero p { max-width: 680px; margin: 0 auto 2rem; font-size: 1.1rem; opacity: 0.85; }
.neb-btn { display: inline-block; background: var(--nebula); color: var(--void); padding: 0.85rem 2.5rem; border-radius: 50px; font-family: 'Exo 2', sans-serif; font-weight: 700; transition: 0.3s; }
.neb-btn:hover { background: var(--star); color: var(--void); box-shadow: 0 0 30px rgba(181,110,255,0.4); }

.blk { padding: 4rem 2rem; max-width: 1400px; margin: 0 auto; }
.blk-t { text-align: center; font-size: 2rem; margin-bottom: 2rem; }

.g3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.cx { background: var(--card); border: 1px solid rgba(181,110,255,0.15); border-radius: 16px; padding: 2rem; text-align: center; backdrop-filter: blur(5px); transition: 0.3s; }
.cx:hover { border-color: var(--nebula); transform: translateY(-3px); }
.cx-i { font-size: 2.3rem; margin-bottom: 0.8rem; }
.cx h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }

.gf { max-width: 960px; margin: 2rem auto; border-radius: 16px; overflow: hidden; border: 2px solid var(--nebula); background: var(--cosmos); }
.gf iframe { width: 100%; height: 600px; border: none; display: block; }

.g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 2rem 0; }
.bx { background: var(--card); border: 1px solid rgba(181,110,255,0.1); border-radius: 16px; padding: 2rem; }
.bx h3 { margin-bottom: 0.7rem; }

.st { display: flex; justify-content: space-around; background: var(--cosmos); border: 1px solid rgba(181,110,255,0.15); border-radius: 16px; padding: 2.5rem; margin: 2rem 0; }
.st-i { text-align: center; }
.st-v { font-family: 'Exo 2', sans-serif; font-size: 2.3rem; font-weight: 900; color: var(--nebula); }
.st-l { font-size: 0.85rem; opacity: 0.6; }

.tp { max-width: 1400px; margin: 0 auto; padding: 3rem 2rem; }
.tp h1 { font-size: 2.4rem; text-align: center; margin-bottom: 1.5rem; }
.tp h2 { font-size: 1.5rem; margin: 2rem 0 0.8rem; }
.tp p { margin-bottom: 1rem; }
.tp ul { padding-left: 1.5rem; margin-bottom: 1rem; }
.tp li { margin-bottom: 0.5rem; }

.ft { background: var(--cosmos); border-top: 1px solid rgba(181,110,255,0.15); padding: 3rem 2rem; text-align: center; }
.ft-w { max-width: 1400px; margin: 0 auto; }
.ft-l { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.ft-l a { color: var(--text); font-size: 0.9rem; }
.rg { border-top: 1px solid rgba(181,110,255,0.1); padding-top: 1.5rem; }
.rg p { font-size: 0.8rem; opacity: 0.5; margin-bottom: 0.5rem; }
.rg a { color: var(--nebula); margin: 0 0.6rem; font-size: 0.85rem; }

.ao { position: fixed; inset: 0; background: rgba(26,10,46,0.97); z-index: 10000; display: flex; align-items: center; justify-content: center; }
.ad { background: var(--cosmos); border: 2px solid var(--nebula); border-radius: 20px; padding: 3rem; text-align: center; max-width: 440px; width: 90%; }
.ad h2 { font-size: 1.8rem; margin-bottom: 0.8rem; }
.ad p { margin-bottom: 2rem; }
.ab { display: flex; gap: 1rem; justify-content: center; }
.ab button { padding: 0.8rem 2rem; border-radius: 50px; font-family: 'Exo 2', sans-serif; font-weight: 700; font-size: 0.95rem; cursor: pointer; border: 2px solid var(--nebula); transition: 0.3s; }
.ab-y { background: var(--nebula); color: var(--void); }
.ab-y:hover { background: var(--star); }
.ab-n { background: transparent; color: var(--nebula); }
.ab-n:hover { background: rgba(181,110,255,0.1); }
.ab-d { display: none; }
.ab-d h3 { color: #ff6b6b; }

@media (max-width: 768px) {
  .hm { display: flex; }
  .nv { display: none; position: absolute; top: 66px; left: 0; width: 100%; flex-direction: column; background: var(--cosmos); padding: 1.5rem 2rem; border-bottom: 1px solid rgba(181,110,255,0.15); }
  .nv.open { display: flex; }
  .space-hero h1 { font-size: 1.8rem; }
  .g3 { grid-template-columns: 1fr; }
  .g2 { grid-template-columns: 1fr; }
  .st { flex-direction: column; gap: 1.5rem; }
  .gf iframe { height: 380px; }
  .ft-l { flex-direction: column; align-items: center; }
}
