:root {
  --bg-0: #07050d;
  --bg-1: #0f0a1c;
  --bg-2: #181030;
  --violet-1: #7c3aed;
  --violet-2: #a855f7;
  --violet-3: #c084fc;
  --violet-glow: rgba(168, 85, 247, 0.45);
  --text: #ede9fe;
  --muted: #b8aed1;
  --border: rgba(168, 85, 247, 0.18);
  --card: rgba(24, 16, 48, 0.6);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Manrope', system-ui, sans-serif;
  background: var(--bg-0);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(800px circle at 15% 10%, rgba(124, 58, 237, 0.18), transparent 60%),
    radial-gradient(700px circle at 85% 80%, rgba(168, 85, 247, 0.14), transparent 60%),
    radial-gradient(500px circle at 50% 50%, rgba(192, 132, 252, 0.06), transparent 70%);
  pointer-events: none;
  z-index: -2;
}
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/><feColorMatrix values='0 0 0 0 0.5 0 0 0 0 0.3 0 0 0 0 0.8 0 0 0 0.08 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: 0.35;
  pointer-events: none;
  z-index: -1;
}
h1, h2, h3 { font-family: 'Cinzel', serif; letter-spacing: 0.02em; }

nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  background: rgba(7, 5, 13, 0.65);
  border-bottom: 1px solid var(--border);
}
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 18px 32px; display: flex; align-items: center; justify-content: space-between; }
.logo {
  font-family: 'Cinzel', serif; font-weight: 900; font-size: 1.4rem;
  background: linear-gradient(90deg, var(--violet-2), var(--violet-3));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  text-shadow: 0 0 30px var(--violet-glow);
  display: flex; align-items: center; gap: 10px;
}
.logo i { color: var(--violet-2); -webkit-text-fill-color: var(--violet-2); }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 0.92rem; font-weight: 500; transition: color 0.25s ease; position: relative; }
.nav-links a:hover { color: var(--violet-3); }
.nav-links a::after { content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--violet-2); transition: width 0.3s ease; }
.nav-links a:hover::after { width: 100%; }
.burger { display: none; background: none; border: none; color: var(--text); font-size: 1.4rem; cursor: pointer; }

.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 120px 32px 80px; position: relative; }
.hero-content { max-width: 900px; text-align: center; position: relative; z-index: 2; }
.badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 16px; border-radius: 999px;
  background: rgba(168, 85, 247, 0.12); border: 1px solid var(--border);
  font-size: 0.8rem; color: var(--violet-3);
  margin-bottom: 28px; text-transform: uppercase; letter-spacing: 0.15em;
}
.badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 12px #4ade80; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.6; transform: scale(1.3); } }
.hero h1 {
  font-size: clamp(2.8rem, 7vw, 5.5rem); line-height: 1.05; margin-bottom: 24px;
  background: linear-gradient(180deg, #fff 0%, var(--violet-3) 60%, var(--violet-1) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  text-shadow: 0 0 80px var(--violet-glow);
}
.hero p.lead { font-size: 1.15rem; color: var(--muted); max-width: 600px; margin: 0 auto 40px; }
.ip-box {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 18px 26px; background: var(--card); border: 1px solid var(--border);
  border-radius: 14px; backdrop-filter: blur(12px); margin-bottom: 36px;
  cursor: pointer; transition: all 0.3s ease; font-family: 'Manrope', monospace;
}
.ip-box:hover { border-color: var(--violet-2); transform: translateY(-2px); box-shadow: 0 10px 40px rgba(168, 85, 247, 0.25); }
.ip-box .label { color: var(--muted); font-size: 0.85rem; }
.ip-box .ip { color: var(--violet-3); font-weight: 700; font-size: 1.05rem; }
.ip-box .copy-icon { color: var(--violet-2); margin-left: 6px; }

.cta-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 0.95rem; cursor: pointer; border: none; transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease; }
.btn-primary { background: linear-gradient(135deg, var(--violet-1), var(--violet-2)); color: white; box-shadow: 0 8px 30px rgba(124, 58, 237, 0.4); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(124, 58, 237, 0.6); }
.btn-ghost { background: rgba(168, 85, 247, 0.08); color: var(--violet-3); border: 1px solid var(--border); }
.btn-ghost:hover { background: rgba(168, 85, 247, 0.18); transform: translateY(-2px); }

section.block { padding: 100px 32px; max-width: 1200px; margin: 0 auto; position: relative; }
.section-head { margin-bottom: 56px; text-align: center; }
.section-head .kicker { color: var(--violet-2); text-transform: uppercase; letter-spacing: 0.25em; font-size: 0.78rem; margin-bottom: 14px; font-weight: 700; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3rem); background: linear-gradient(180deg, #fff, var(--violet-3)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.section-head p { color: var(--muted); margin-top: 14px; }

.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; backdrop-filter: blur(12px); transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; position: relative; overflow: hidden; }
.card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--violet-2), transparent); opacity: 0.5; }
.card:hover { transform: translateY(-6px); border-color: var(--violet-2); box-shadow: 0 18px 50px rgba(124, 58, 237, 0.2); }
.card .icon { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: rgba(168, 85, 247, 0.12); color: var(--violet-3); font-size: 1.3rem; margin-bottom: 18px; border: 1px solid var(--border); }
.card h3 { font-family: 'Manrope', sans-serif; font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; color: #fff; }
.card p { color: var(--muted); font-size: 0.94rem; }

.rules-list { display: grid; gap: 14px; }
.rule { display: flex; gap: 18px; align-items: flex-start; padding: 20px 22px; background: var(--card); border: 1px solid var(--border); border-radius: 12px; backdrop-filter: blur(10px); transition: border-color 0.3s ease, transform 0.3s ease; }
.rule:hover { border-color: var(--violet-2); transform: translateX(4px); }
.rule .num { flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px; background: linear-gradient(135deg, var(--violet-1), var(--violet-2)); display: flex; align-items: center; justify-content: center; font-family: 'Cinzel', serif; font-weight: 700; color: white; }
.rule strong { color: #fff; display: block; margin-bottom: 4px; }
.rule span { color: var(--muted); font-size: 0.92rem; }

.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.step { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; position: relative; transition: transform 0.3s ease; }
.step:hover { transform: translateY(-4px); }
.step .step-num { font-family: 'Cinzel', serif; font-size: 2.6rem; font-weight: 900; background: linear-gradient(135deg, var(--violet-2), var(--violet-3)); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; margin-bottom: 14px; }
.step h3 { font-family: 'Manrope', sans-serif; font-size: 1.1rem; color: #fff; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 0.92rem; }
.step code { display: inline-block; margin-top: 10px; padding: 6px 12px; background: rgba(168, 85, 247, 0.12); border: 1px solid var(--border); border-radius: 6px; color: var(--violet-3); font-family: monospace; font-size: 0.85rem; }

.staff-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.staff-card { text-align: center; background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 32px 24px; transition: transform 0.3s ease, border-color 0.3s ease; }
.staff-card:hover { transform: translateY(-6px); border-color: var(--violet-2); }
.avatar { width: 90px; height: 90px; border-radius: 22px; margin: 0 auto 16px; background: linear-gradient(135deg, var(--violet-1), var(--violet-3)); display: flex; align-items: center; justify-content: center; font-family: 'Cinzel', serif; font-size: 2rem; font-weight: 900; color: white; box-shadow: 0 8px 24px rgba(124, 58, 237, 0.35); }
.staff-card h3 { font-family: 'Manrope', sans-serif; font-size: 1.05rem; color: #fff; margin-bottom: 4px; }
.role { display: inline-block; margin-top: 6px; padding: 4px 12px; border-radius: 999px; background: rgba(168, 85, 247, 0.12); color: var(--violet-3); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; }

.discord-block { text-align: center; background: linear-gradient(135deg, rgba(88, 101, 242, 0.12), rgba(168, 85, 247, 0.12)); border: 1px solid var(--border); border-radius: 24px; padding: 60px 32px; backdrop-filter: blur(12px); position: relative; overflow: hidden; }
.discord-block .big-icon { font-size: 3.5rem; color: #7289da; margin-bottom: 18px; filter: drop-shadow(0 0 20px rgba(114, 137, 218, 0.6)); }
.discord-block h2 { font-size: 2.2rem; margin-bottom: 14px; color: #fff; }
.discord-block p { color: var(--muted); max-width: 500px; margin: 0 auto 28px; }

.shop-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.pack { background: var(--card); border: 1px solid var(--border); border-radius: 18px; padding: 32px 28px; text-align: center; transition: transform 0.3s ease, border-color 0.3s ease; position: relative; }
.pack.featured { border-color: var(--violet-2); box-shadow: 0 0 40px rgba(168, 85, 247, 0.2); }
.pack.featured::before { content: 'POPULAIRE'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--violet-1), var(--violet-2)); color: white; padding: 4px 14px; border-radius: 999px; font-size: 0.7rem; letter-spacing: 0.15em; font-weight: 700; }
.pack:hover { transform: translateY(-6px); }
.pack-name { font-family: 'Cinzel', serif; font-size: 1.3rem; color: var(--violet-3); margin-bottom: 6px; }
.pack-price { font-size: 2.2rem; font-weight: 800; color: #fff; margin: 14px 0; }
.pack-price small { font-size: 0.95rem; color: var(--muted); font-weight: 400; }
.pack ul { list-style: none; text-align: left; margin: 18px 0; }
.pack ul li { padding: 6px 0; color: var(--muted); font-size: 0.9rem; }
.pack ul li i { color: var(--violet-2); margin-right: 8px; }

footer { border-top: 1px solid var(--border); padding: 50px 32px 30px; text-align: center; color: var(--muted); font-size: 0.88rem; background: rgba(7, 5, 13, 0.5); margin-top: 60px; }
footer .socials { display: flex; gap: 18px; justify-content: center; margin-bottom: 22px; }
footer .socials a { width: 42px; height: 42px; border-radius: 50%; background: rgba(168, 85, 247, 0.1); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--violet-3); text-decoration: none; transition: all 0.3s ease; }
footer .socials a:hover { background: var(--violet-2); color: white; transform: translateY(-3px); }

.toast { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%) translateY(120%); background: linear-gradient(135deg, var(--violet-1), var(--violet-2)); color: white; padding: 14px 24px; border-radius: 12px; box-shadow: 0 10px 40px rgba(124, 58, 237, 0.4); z-index: 1000; transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); font-weight: 600; display: flex; align-items: center; gap: 10px; }
.toast.show { transform: translateX(-50%) translateY(0); }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 768px) {
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: rgba(7, 5, 13, 0.95); flex-direction: column; padding: 24px; gap: 18px; border-bottom: 1px solid var(--border); }
  .nav-links.open { display: flex; }
  .burger { display: block; }
  section.block { padding: 70px 20px; }
  .hero { padding: 100px 20px 60px; }
  .ip-box { flex-direction: column; gap: 8px; text-align: center; }
}

.avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:22px;
  display:block;
}