:root {
  --pink: #FF00FF;
  --purple: #8A2BE2;
  --cyan: #00FFFF;
  --turquoise: #00E5CC;
  --black: #000000;
  --void: #030303;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(--black);
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  overflow-x: hidden;
  line-height: 1.9;
  font-weight: 300;
}

.stars {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(2px 2px at 20px 30px, rgba(255,255,255,0.8), transparent),
    radial-gradient(1px 1px at 40px 70px, rgba(0,255,255,0.4), transparent),
    radial-gradient(1px 1px at 50px 160px, rgba(255,0,255,0.3), transparent),
    radial-gradient(2px 2px at 130px 40px, rgba(255,255,255,0.6), transparent),
    radial-gradient(1px 1px at 200px 90px, rgba(0,229,204,0.5), transparent);
  background-repeat: repeat;
  background-size: 300px 300px;
  opacity: 0.2;
  animation: drift 180s linear infinite;
  pointer-events: none;
  z-index: 0;
}

.void {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 20%, transparent 0%, var(--black) 70%);
  pointer-events: none;
  z-index: 1;
}

.scanlines {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.15) 0px,
    transparent 1px,
    transparent 2px
  );
  pointer-events: none;
  z-index: 2;
  opacity: 0.3;
}

@keyframes drift {
  from { transform: translateY(0); }
  to { transform: translateY(-300px); }
}

.eyebrow {
  font-family: 'Major Mono Display', monospace;
  font-size: 0.75rem;
  letter-spacing: 4px;
  color: var(--turquoise);
  text-transform: uppercase;
  margin-bottom: 1rem;
  opacity: 0.8;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 5%;
  position: sticky;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(25px);
  z-index: 10;
  border-bottom: 1px solid rgba(138, 43, 226, 0.1);
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'Rubik Glitch', cursive;
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: var(--pink);
  text-shadow: 0 0 15px var(--pink);
}

.logo img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  filter: drop-shadow(0 0 10px var(--cyan));
  border: 1px solid var(--cyan);
}

.nav-links {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}

.nav-links a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: 0.3s;
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  font-weight: 400;
}

.nav-links a:hover {
  color: var(--cyan);
  text-shadow: 0 0 8px var(--cyan);
}

.cta-btn, .btn-primary {
  background: linear-gradient(135deg, var(--pink), var(--purple));
  padding: 0.8rem 2rem;
  border-radius: 2px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  transition: 0.4s;
  border: none;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1.5px;
  position: relative;
  overflow: hidden;
}

.cta-btn:before, .btn-primary:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: 0.5s;
}

.cta-btn:hover:before, .btn-primary:hover:before {
  left: 100%;
}

.cta-btn:hover, .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 25px var(--pink), 0 0 50px var(--purple);
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  padding: 3rem 5%;
  gap: 4rem;
  position: relative;
  z-index: 3;
}

.hero h1 {
  font-family: 'Rubik Glitch', cursive;
  font-size: clamp(5rem, 12vw, 10rem);
  line-height: 0.9;
  margin-bottom: 1.5rem;
  color: var(--pink);
  text-shadow: 0 0 20px var(--pink), 0 0 40px var(--pink), 0 0 60px var(--purple);
}

.subtitle {
  font-family: 'Major Mono Display', monospace;
  font-size: clamp(1rem, 2.5vw, 1.6rem);
  margin-bottom: 3.5rem;
  letter-spacing: 4px;
  line-height: 1.5;
  color: var(--cyan);
  text-shadow: 0 0 10px var(--cyan);
}

.mantra {
  margin-bottom: 3rem;
  border-left: 2px solid var(--purple);
  padding-left: 2.5rem;
}

.mantra-line {
  font-family: 'Major Mono Display', monospace;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  letter-spacing: 5px;
  color: var(--turquoise);
  text-shadow: 0 0 15px var(--turquoise);
  font-weight: 400;
}

.highlight {
  color: var(--pink);
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 2rem;
  text-shadow: 0 0 15px var(--pink);
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: 1px;
}

.info-block {
  background: transparent;
  border: 1px solid rgba(138, 43, 226, 0.15);
  border-left: 2px solid var(--turquoise);
  padding: 2.5rem;
  border-radius: 4px;
  margin-bottom: 3rem;
}

.info-block h4 {
  color: var(--cyan);
  margin-bottom: 1.2rem;
  letter-spacing: 3px;
  font-size: 1rem;
  font-weight: 700;
}

.info-block p {
  margin-bottom: 1.2rem;
  opacity: 0.9;
  font-size: 1.05rem;
  line-height: 1.9;
}

.info-block strong {
  color: var(--pink);
  font-weight: 700;
}

.data-point {
  font-family: 'Major Mono Display', monospace;
  font-size: 0.85rem;
  color: var(--turquoise);
  margin-top: 1.5rem;
  opacity: 0.8;
  line-height: 1.8;
}

.hero-buttons {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.btn-secondary {
  padding: 0.8rem 2rem;
  border-radius: 2px;
  text-decoration: none;
  color: var(--cyan);
  font-weight: 700;
  border: 1px solid var(--cyan);
  transition: 0.4s;
  letter-spacing: 1.5px;
}

.btn-secondary:hover {
  background: var(--cyan);
  color: var(--black);
  box-shadow: 0 0 25px var(--cyan);
}

.hero-img img {
  width: 100%;
  max-width: 500px;
  animation: breathe 10s ease-in-out infinite;
  filter: drop-shadow(0 0 60px var(--purple)) brightness(1.1);
  border-radius: 4px;
}

@keyframes breathe {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.9; }
  50% { transform: scale(1.02) rotate(0.5deg); opacity: 1; }
}

section {
  padding: 10rem 5%;
  position: relative;
  z-index: 3;
}

.doctrine-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 6rem;
  align-items: start;
}

.doctrine-grid img {
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--purple);
  box-shadow: 0 0 50px rgba(138, 43, 226, 0.3);
  filter: saturate(0.85) contrast(1.15);
  position: sticky;
  top: 120px;
}

.doctrine h3 {
  font-family: 'Rubik Glitch', cursive;
  font-size: 3rem;
  color: var(--cyan);
  margin-bottom: 0.5rem;
  letter-spacing: 3px;
  text-shadow: 0 0 20px var(--cyan);
}

.doctrine h4 {
  font-size: 1.3rem;
  color: var(--pink);
  margin-bottom: 2.5rem;
  letter-spacing: 3px;
  font-weight: 300;
}

.doctrine p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  opacity: 0.9;
  line-height: 2;
}

.info-block-small {
  background: transparent;
  border-left: 2px solid var(--turquoise);
  padding: 2rem;
  margin: 2.5rem 0;
}

.info-block-small h5 {
  color: var(--turquoise);
  margin-bottom: 1.2rem;
  letter-spacing: 3px;
  font-size: 0.9rem;
}

.info-block-small ul {
  list-style: none;
  padding-left: 0;
}

.info-block-small li {
  margin-bottom: 1.2rem;
  padding-left: 2rem;
  position: relative;
  line-height: 1.8;
}

.info-block-small li:before {
  content: "∞";
  position: absolute;
  left: 0;
  color: var(--purple);
  font-size: 1.2rem;
}

.info-block-small strong {
  color: var(--pink);
}

.sigil {
  font-size: 7rem;
  color: var(--purple);
  text-align: center;
  margin: 3rem 0 1.5rem 0;
  text-shadow: 0 0 40px var(--purple);
  animation: rotate 25s linear infinite;
  font-weight: 300;
}

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

.tag {
  display: inline-block;
  background: transparent;
  border: 1px solid var(--turquoise);
  padding: 0.7rem 2rem;
  border-radius: 2px;
  margin-top: 1rem;
  font-weight: 700;
  color: var(--turquoise);
  letter-spacing: 3px;
  font-size: 0.85rem;
}

.symptoms {
  background: var(--void);
  border-top: 1px solid rgba(138, 43, 226, 0.08);
  border-bottom: 1px solid rgba(138, 43, 226, 0.08);
  text-align: center;
}

.symptoms h3 {
  font-family: 'Rubik Glitch', cursive;
  font-size: 3.5rem;
  color: var(--pink);
  margin-bottom: 1rem;
  text-shadow: 0 0 25px var(--pink);
}

.section-desc {
  opacity: 0.6;
  margin-bottom: 5rem;
  font-style: italic;
  font-size: 1.1rem;
}

.stages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 2.5rem;
  max-width: 1300px;
  margin: 0 auto;
}

/* FIX: Ingen gul bakgrund här längre - bara transparent svart */
.stage-card {
  background: transparent;
  border: 1px solid rgba(138, 43, 226, 0.15);
  padding: 3rem 2rem;
  border-radius: 4px;
  transition: 0.5s;
  text-align: left;
}

.stage-card:hover {
  border-color: var(--pink);
  box-shadow: 0 0 40px rgba(255, 0, 255, 0.15);
  transform: translateY(-8px);
  background: rgba(255, 0, 255, 0.02);
}

.stage-num {
  font-family: 'Major Mono Display', monospace;
  font-size: 3.5rem;
  color: var(--turquoise);
  margin-bottom: 1.5rem;
  text-shadow: 0 0 20px var(--turquoise);
}

.stage-card h4 {
  color: var(--pink);
  margin-bottom: 1.2rem;
  letter-spacing: 3px;
  font-size: 1.2rem;
}

.stage-card p {
  line-height: 1.9;
  opacity: 0.85;
  margin-bottom: 1rem;
}

.stage-note {
  font-size: 0.8rem;
  color: var(--cyan);
  margin-top: 1.5rem;
  font-family: 'Major Mono Display', monospace;
  letter-spacing: 2px;
  opacity: 0.7;
}

.practice {
  text-align: center;
}

.practice h3 {
  font-family: 'Rubik Glitch', cursive;
  font-size: 3.5rem;
  color: var(--turquoise);
  margin-bottom: 1rem;
  text-shadow: 0 0 20px var(--turquoise);
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-top: 5rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.practice-card {
  background: transparent;
  border: 1px solid rgba(0, 229, 204, 0.15);
  padding: 3rem 2.5rem;
  border-radius: 4px;
  transition: 0.4s;
  text-align: left;
}

.practice-card:hover {
  border-color: var(--turquoise);
  box-shadow: 0 0 30px rgba(0, 229, 204, 0.15);
}

.practice-card h4 {
  color: var(--turquoise);
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
  font-size: 1.1rem;
}

.practice-card p {
  line-height: 1.9;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.practice-note {
  font-size: 0.85rem;
  color: var(--pink);
  margin-top: 1.5rem;
  font-style: italic;
  opacity: 0.8;
}

.gallery {
  text-align: center;
}

.gallery h3 {
  font-family: 'Rubik Glitch', cursive;
  font-size: 3.5rem;
  color: var(--pink);
  margin-bottom: 1rem;
  text-shadow: 0 0 25px var(--pink);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 3rem;
  margin-top: 5rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-grid img {
  width: 100%;
  border-radius: 4px;
  transition: 0.6s;
  border: 1px solid rgba(255, 255, 0.08);
  filter: brightness(0.95) contrast(1.1);
}

.gallery-grid img:hover {
  transform: scale(1.03);
  border-color: var(--pink);
  box-shadow: 0 0 50px rgba(255, 0, 255, 0.25);
  filter: brightness(1.15) contrast(1.2);
}

.community-info {
  max-width: 800px;
  margin: 5rem auto 0;
  padding: 3rem;
  background: transparent;
  border: 1px solid rgba(0, 255, 255, 0.12);
  border-radius: 4px;
  text-align: left;
}

.community-info h4 {
  color: var(--turquoise);
  margin-bottom: 2rem;
  letter-spacing: 3px;
  text-align: center;
}

.community-info p {
  line-height: 2;
  margin-bottom: 1.2rem;
  opacity: 0.9;
}

.community-info .emphasis {
  color: var(--pink);
  font-weight: 700;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 0, 255, 0.2);
}

.dual-cta {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.join {
  text-align: center;
}

.join img {
  width: 280px;
  margin-bottom: 3.5rem;
  filter: drop-shadow(0 0 70px var(--cyan));
  border-radius: 4px;
  opacity: 0.95;
}

.join h3 {
  font-family: 'Rubik Glitch', cursive;
  font-size: 3.5rem;
  color: var(--cyan);
  margin-bottom: 2rem;
  text-shadow: 0 0 25px var(--cyan);
}

.prophecy {
  font-size: 1.3rem;
  opacity: 0.7;
  margin-bottom: 1.5rem;
  font-style: italic;
  line-height: 2;
  font-weight: 300;
}

.pulse {
  animation: pulse 3s infinite;
  margin-top: 2rem;
}

@keyframes pulse {
  0% { box-shadow: 0 0 rgba(255, 0, 255, 0.7); }
  70% { box-shadow: 0 0 0 30px rgba(255, 0, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 0, 255, 0); }
}

.disclaimer {
  margin-top: 4rem;
  font-size: 0.75rem;
  opacity: 0.35;
  letter-spacing: 1.5px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

footer {
  text-align: center;
  padding: 5rem 5%;
  border-top: 1px solid rgba(138, 43, 226, 0.1);
  opacity: 0.5;
  font-size: 0.9rem;
}

footer a {
  color: var(--turquoise);
  text-decoration: none;
  transition: 0.3s;
}

footer a:hover {
  text-shadow: 0 0 8px var(--turquoise);
}

@media (max-width: 900px) {
  .hero, .doctrine-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .mantra {
    border-left: none;
    padding-left: 0;
  }
  .mantra-line {
    font-size: 1.5rem;
  }
  .hero-buttons {
    justify-content: center;
  }
  nav {
    flex-direction: column;
    gap: 1.5rem;
  }
  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
  }
}