:root {
  --bg: #030503;
  --bg-soft: #081008;
  --card: rgba(255, 255, 255, 0.075);
  --card-border: rgba(150, 255, 0, 0.18);
  --text: #ffffff;
  --muted: #cbd8c1;
  --green: #8cff00;
  --green-soft: #b6ff2c;
  --green-dark: #36c400;
  --black: #050705;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.52);
  --radius: 26px;
  --max: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 4%, rgba(140, 255, 0, 0.16), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(140, 255, 0, 0.18), transparent 24%),
    radial-gradient(circle at 50% 45%, rgba(54, 196, 0, 0.12), transparent 32%),
    var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(3, 5, 3, 0.82);
  border-bottom: 1px solid rgba(140, 255, 0, 0.12);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -0.03em; text-transform: uppercase; min-width: max-content; }
.brand img { width: 52px; height: 52px; border-radius: 50%; object-fit: contain; filter: drop-shadow(0 0 18px rgba(140, 255, 0, 0.55)); }
.brand span { display: grid; line-height: 1.05; }
.brand small { color: var(--green); font-size: 0.68rem; letter-spacing: 0.18em; }
.menu { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 14px; font-size: 0.84rem; color: var(--muted); }
.menu a:hover, .menu a.active { color: var(--green); }
.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--green-soft));
  color: #050705;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(140, 255, 0, 0.23);
  white-space: nowrap;
}
.mobile-toggle {
  display: none;
  border: 1px solid rgba(140,255,0,0.20);
  background: rgba(140,255,0,0.08);
  color: var(--text);
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
}

.hero, .page-hero { position: relative; padding: 88px 0 70px; }
.hero-grid, .page-hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; align-items: center; gap: 46px; }
.page-hero-grid { grid-template-columns: 0.95fr 1.05fr; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 14px; margin-bottom: 18px;
  border: 1px solid rgba(140, 255, 0, 0.36);
  border-radius: 999px; background: rgba(140, 255, 0, 0.08);
  color: var(--green); font-weight: 800; font-size: 0.9rem;
}
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 8px rgba(140, 255, 0, 0.12); }
h1 { font-size: clamp(3rem, 7vw, 6.25rem); line-height: 0.9; letter-spacing: -0.08em; margin-bottom: 22px; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); max-width: 900px; }
.gradient-text {
  background: linear-gradient(135deg, #ffffff 8%, var(--green), var(--green-soft) 72%, #ffffff 96%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero p, .page-hero p { max-width: 680px; color: var(--muted); font-size: 1.18rem; margin-bottom: 30px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 999px; padding: 15px 22px; border: 1px solid rgba(255,255,255,0.16);
  font-weight: 900; transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease; cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--green), var(--green-soft)); color: #050705; box-shadow: 0 18px 38px rgba(140, 255, 0, 0.25); }
.btn-secondary { background: rgba(255, 255, 255, 0.08); color: var(--text); }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 610px; }
.stat { padding: 16px; border-radius: 20px; border: 1px solid var(--card-border); background: rgba(255, 255, 255, 0.06); }
.stat strong { display: block; font-size: 1.4rem; line-height: 1; }
.stat span { color: var(--muted); font-size: 0.85rem; }

.hero-card, .page-visual {
  position: relative; padding: 14px; border-radius: 34px;
  background: linear-gradient(145deg, rgba(140, 255, 0, 0.18), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(140, 255, 0, 0.20);
  box-shadow: var(--shadow);
}
.hero-card::before, .page-visual::before {
  content: ""; position: absolute; inset: -24px; z-index: -1;
  background: linear-gradient(135deg, rgba(140, 255, 0, 0.20), rgba(54, 196, 0, 0.16));
  filter: blur(36px); border-radius: 38px;
}
.hero-card img, .page-visual img { width: 100%; border-radius: 24px; aspect-ratio: 16/9; object-fit: cover; }
.now-playing {
  position: absolute; left: 32px; right: 32px; bottom: 32px; display: flex; align-items: center; gap: 16px;
  padding: 15px; border-radius: 22px; background: rgba(3, 5, 3, 0.82); backdrop-filter: blur(18px);
  border: 1px solid rgba(140, 255, 0, 0.16);
}
.play {
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--green), var(--green-soft)); color: #050705; font-weight: 900; flex: 0 0 auto;
}
.wave { display: flex; gap: 4px; align-items: end; margin-left: auto; height: 32px; }
.wave i { display: block; width: 5px; border-radius: 999px; background: var(--green); animation: bounce 1.1s ease-in-out infinite; }
.wave i:nth-child(1) { height: 13px; animation-delay: 0s; }
.wave i:nth-child(2) { height: 25px; animation-delay: 0.1s; }
.wave i:nth-child(3) { height: 18px; animation-delay: 0.2s; }
.wave i:nth-child(4) { height: 30px; animation-delay: 0.3s; }
.wave i:nth-child(5) { height: 15px; animation-delay: 0.4s; }
@keyframes bounce { 0%,100% { transform: scaleY(0.6); opacity: 0.55; } 50% { transform: scaleY(1); opacity: 1; } }

section { padding: 78px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.section-kicker { color: var(--green); font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.8rem; margin-bottom: 8px; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -0.06em; }
.section-head p { max-width: 430px; color: var(--muted); }

.cards, .page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  position: relative; overflow: hidden; padding: 26px; min-height: 250px;
  border: 1px solid var(--card-border); border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.045));
  box-shadow: 0 18px 50px rgba(0,0,0,0.18);
}
.card::after {
  content: ""; position: absolute; width: 170px; height: 170px; right: -70px; top: -70px; border-radius: 50%;
  background: rgba(140, 255, 0, 0.14); filter: blur(4px);
}
.card > * { position: relative; z-index: 1; }
.icon {
  width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; margin-bottom: 28px;
  background: rgba(140, 255, 0, 0.12); border: 1px solid rgba(140, 255, 0, 0.22); font-size: 1.5rem;
}
.card h3 { font-size: 1.35rem; margin-bottom: 10px; letter-spacing: -0.03em; }
.card p { color: var(--muted); margin-bottom: 20px; }
.card-link { color: var(--green); font-weight: 900; }
.mini-links { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.mini-links a, .pill {
  display: inline-flex; align-items: center; padding: 7px 10px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--muted); font-size: 0.8rem; font-weight: 800;
}
.mini-links a:hover { color: var(--green); border-color: rgba(140, 255, 0, 0.34); }

.feature {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 34px; align-items: center; padding: 18px;
  border-radius: 34px; border: 1px solid var(--card-border); background: rgba(255, 255, 255, 0.06); box-shadow: var(--shadow);
}
.feature img { width: 100%; min-height: 360px; object-fit: cover; border-radius: 24px; }
.feature-content { padding: 26px; }
.feature-content p { color: var(--muted); margin: 18px 0 26px; font-size: 1.05rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.step { padding: 22px; border-radius: 22px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); }
.step b { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; margin-bottom: 14px; background: var(--green); color: #050705; }

.community, .banner-panel {
  position: relative; overflow: hidden; border-radius: 38px; padding: 58px;
  background:
    linear-gradient(135deg, rgba(3, 5, 3, 0.80), rgba(54, 196, 0, 0.50)),
    var(--panel-image, url("images/home-hero.jpg")) center/cover;
  box-shadow: var(--shadow);
}
.community::after, .banner-panel::after {
  content: "♪"; position: absolute; right: 46px; top: 6px; font-size: 12rem; opacity: 0.16; line-height: 1;
}
.community-content, .banner-content { position: relative; z-index: 1; max-width: 760px; }
.community h2, .banner-panel h2 { margin-bottom: 18px; }
.community p, .banner-panel p { font-size: 1.12rem; color: rgba(255,255,255,0.90); margin-bottom: 26px; }

.blog-grid { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 18px; }
.post { padding: 28px; border-radius: var(--radius); background: var(--card); border: 1px solid var(--card-border); }
.post.large {
  min-height: 360px; display: flex; flex-direction: column; justify-content: end;
  background: linear-gradient(180deg, transparent, rgba(3, 5, 3, 0.95)), url("images/blog-hero.jpg") center/cover;
}
.tag {
  display: inline-flex; width: fit-content; padding: 7px 10px; border-radius: 999px;
  background: rgba(140, 255, 0, 0.13); color: var(--green); font-size: 0.78rem; font-weight: 900; margin-bottom: 14px;
}
.post h3 { font-size: 1.7rem; line-height: 1.1; letter-spacing: -0.04em; margin-bottom: 10px; }
.post p { color: var(--muted); }
.post-stack { display: grid; gap: 18px; }

.content-panel {
  padding: 34px; border-radius: var(--radius); background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--card-border); box-shadow: var(--shadow);
}
.content-panel h2, .content-panel h3 { margin-bottom: 16px; }
.content-panel p, .content-panel li { color: var(--muted); margin-bottom: 12px; }
.content-panel ul { padding-left: 20px; margin-bottom: 20px; }
.form-card { display: grid; gap: 14px; max-width: 720px; }
.input, textarea {
  width: 100%; border: 1px solid rgba(140,255,0,0.18); outline: 0; background: rgba(255, 255, 255, 0.08);
  color: var(--text); padding: 15px 16px; border-radius: 18px;
}
textarea { min-height: 140px; resize: vertical; }
.input::placeholder, textarea::placeholder { color: rgba(255,255,255,0.56); }
.newsletter {
  display: grid; grid-template-columns: 1fr auto; gap: 14px; padding: 12px; margin-top: 28px;
  border-radius: 999px; background: rgba(255, 255, 255, 0.10); border: 1px solid rgba(255, 255, 255, 0.16); max-width: 680px;
}
.newsletter input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--text); padding: 0 16px; font: inherit; }
.newsletter input::placeholder { color: rgba(255,255,255,0.56); }

footer { padding: 54px 0 34px; border-top: 1px solid rgba(140, 255, 0, 0.10); background: #010301; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; color: var(--muted); font-size: 0.92rem; }
.footer-links a:hover { color: var(--green); }
.legal { color: #8f9a84; font-size: 0.86rem; margin-top: 20px; max-width: 680px; }

@media (max-width: 1080px) { .nav-cta { display: none; } }
@media (max-width: 980px) {
  .mobile-toggle { display: inline-flex; }
  .menu {
    position: absolute; left: 20px; right: 20px; top: 78px; display: none; flex-direction: column; align-items: stretch;
    padding: 18px; border-radius: 24px; background: rgba(3, 5, 3, 0.96); border: 1px solid rgba(140,255,0,0.16);
  }
  .menu.open { display: flex; }
  .menu a { padding: 9px 10px; }
  .hero-grid, .page-hero-grid, .feature, .blog-grid, .footer-grid { grid-template-columns: 1fr; }
  .cards, .steps, .page-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--max)); }
  .nav { min-height: 70px; }
  .brand span strong { font-size: 0.92rem; }
  .hero, .page-hero { padding-top: 54px; }
  h1 { font-size: clamp(2.7rem, 18vw, 4.5rem); }
  .stats, .cards, .steps, .page-grid { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .section-head p { margin-top: 14px; }
  .community, .banner-panel { padding: 34px 24px; }
  .newsletter { grid-template-columns: 1fr; border-radius: 24px; }
  .newsletter input { min-height: 44px; }
  .now-playing { position: static; margin-top: 14px; }
  .content-panel { padding: 24px; }
}

.footer-affiliate-link {
  color: var(--green);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-affiliate-link:hover {
  color: #ffffff;
}
