body {
  background: #121212;
  color: #f8f8f8;
  font-family: 'Inter', 'Poppins', Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* ================= HERO SECTION ================= */
.hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(120deg, #121212 60%, #232b2b 100%);
}
.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  z-index: 0;
  pointer-events: none;
}
.bg-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  filter: blur(1px);
}
.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 1100px;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}
.hero-left {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 260px;
}
.hero-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-img-glow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #00CFFF;
  box-shadow: 0 0 60px 10px #00CFFF, 0 0 0 10px #232b2b, 0 0 0 20px #6F5BFF;
  background: #232323;
}
.hero h1 {
  font-size: 3.2rem;
  margin: 0 0 0.5rem 0;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 16px #00CFFF, 0 0 2px #6F5BFF;
}
.hero h2 {
  font-size: 1.4rem;
  color: #00CFFF;
  font-weight: 400;
  margin: 0 0 2.2rem 0;
  text-shadow: 0 0 8px #00CFFF, 0 0 2px #6F5BFF;
}
.cta-button, .contact-cta {
  background: #00CFFF;
  color: #121212;
  border: none;
  padding: 1rem 2.2rem;
  font-size: 1.15rem;
  border-radius: 30px;
  cursor: pointer;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 700;
  box-shadow: 0 0 16px #00CFFF, 0 0 2px #6F5BFF;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  letter-spacing: 0.02em;
}
.cta-button:hover, .contact-cta:hover {
  background: #6F5BFF;
  color: #fff;
  box-shadow: 0 0 24px #6F5BFF, 0 0 8px #00CFFF;
}

/* ================= ABOUT ME ================= */
.about {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.about-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  z-index: -1;
  opacity: 0.3;
  pointer-events: none;
}
.about-content {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}
.about-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-photo-glow {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #00CFFF;
  box-shadow: 0 0 40px 8px #00CFFF, 0 0 0 8px #6F5BFF;
  background: #232323;
}
.about-text {
  flex: 2;
  color: #f8f8f8;
  font-size: 1.15rem;
  line-height: 1.7;
}
.about h3 {
  color: #00CFFF;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  font-family: 'Poppins', Arial, sans-serif;
  text-shadow: 0 0 8px #00CFFF, 0 0 2px #6F5BFF;
}

/* ================= FEATURED ROLES ================= */
.roles {
  margin-bottom: 3.5rem;
}
.roles h3 {
  color: #00CFFF;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: 'Poppins', Arial, sans-serif;
  text-shadow: 0 0 8px #00CFFF, 0 0 2px #6F5BFF;
}
.roles-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  z-index: 1;
  opacity: 0.18;
  pointer-events: none;
}
.roles-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  justify-content: center;
}
.role-card {
  background: rgba(24, 34, 43, 0.98);
  border: 2px solid #00CFFF;
  border-radius: 18px;
  padding: 2.2rem 2rem 2rem 2rem;
  min-width: 320px;
  max-width: 370px;
  color: #fff;
  box-shadow: 0 0 32px #00CFFF44, 0 2px 8px #6F5BFF44;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.2rem;
  transition: transform 0.3s, box-shadow 0.3s;
}
.role-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 0 40px #6F5BFFbb, 0 2px 16px #00CFFFbb;
}
.role-icon {
  width: 54px;
  height: 54px;
  margin-top: 0.2rem;
  filter: drop-shadow(0 0 10px #00CFFF);
  flex-shrink: 0;
}
.role-info h4 {
  margin: 0 0 0.5rem 0;
  color: #00CFFF;
  font-size: 1.15rem;
  font-family: 'Poppins', Arial, sans-serif;
  text-shadow: 0 0 6px #00CFFF, 0 0 2px #6F5BFF;
}
.role-info p {
  margin: 0;
  color: #f8f8f8;
  font-size: 1.05rem;
  line-height: 1.5;
}

/* ================= SKILLS GRID ================= */
.skills {
  position: relative;
  margin-bottom: 3.5rem;
}
.skills-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  z-index: 0;
  opacity: 0.18;
  pointer-events: none;
}
.skills h3 {
  color: #00CFFF;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: 'Poppins', Arial, sans-serif;
  text-shadow: 0 0 8px #00CFFF, 0 0 2px #6F5BFF;
}
.skills-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.skill-item {
  background: rgba(0,255,224,0.10);
  color: #fff;
  padding: 1.4em 1.3em 1.2em 1.3em;
  border-radius: 22px;
  font-size: 1.08em;
  font-family: 'Inter', Arial, sans-serif;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 10px;
  box-shadow: 0 0 14px #00CFFF44;
  border: 1.5px solid #00CFFF;
  transition: background 0.3s, box-shadow 0.3s;
  position: relative;
  flex: 1 1 320px;
  max-width: 400px;
  box-sizing: border-box;
  word-break: break-word;
  white-space: normal;
}
.skill-item:hover {
  background: #6F5BFF11;
  box-shadow: 0 0 24px #6F5BFFbb;
}
.skill-main {
  display: flex;
  align-items: center;
  gap: 0.7em;
  font-size: 1.08em;
  font-weight: 500;
  flex-wrap: wrap;
}
.skill-icon {
  width: 26px;
  height: 26px;
  filter: drop-shadow(0 0 6px #00CFFF);
}
.skill-level {
  color: #6F5BFF;
  font-size: 0.97em;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-top: 0.3em;
  margin-left: 2.2em;
  text-align: left;
}

/* ================= ARTISTS ================= */
.artists {
  position: relative;
  margin-bottom: 3.5rem;
}
.artists-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  z-index: 0;
  opacity: 0.18;
  pointer-events: none;
}
.artists h3 {
  color: #00CFFF;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: 'Poppins', Arial, sans-serif;
  text-shadow: 0 0 8px #00CFFF, 0 0 2px #6F5BFF;
}
.artists-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.artist-item {
  flex: 1 1 180px;
  max-width: 240px;
  box-sizing: border-box;
  background: rgba(0,207,255,0.10);
  color: #fff;
  padding: 1em 1.2em;
  border-radius: 14px;
  font-size: 1.08em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px #00CFFF44;
  border: 1.5px solid #00CFFF;
  transition: background 0.3s, box-shadow 0.3s;
  font-family: 'Poppins', Arial, sans-serif;
}
.artist-item:hover {
  background: #6F5BFF11;
  box-shadow: 0 0 20px #6F5BFFbb;
}

/* ================= BEHIND THE SOUND ================= */
.behind-sound {
  position: relative;
  margin-bottom: 3.5rem;
  background: linear-gradient(120deg, #181818 60%, #232b2b 100%);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 0 32px #00CFFF22, 0 2px 8px #6F5BFF22;
}
.behind-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  z-index: 0;
  opacity: 0.18;
  pointer-events: none;
}
.behind-content {
  position: relative;
  z-index: 1;
  padding: 3.5rem 2rem 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.waveform-pulse {
  margin-bottom: 1.2rem;
  width: 100%;
  max-width: 400px;
}
.pulse-svg {
  width: 100%;
  height: 32px;
  filter: drop-shadow(0 0 8px #00CFFF);
}
.behind-sound h3 {
  color: #00CFFF;
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  font-family: 'Poppins', Arial, sans-serif;
  text-shadow: 0 0 8px #00CFFF, 0 0 2px #6F5BFF;
}
.behind-sound p {
  color: #f8f8f8;
  font-size: 1.13rem;
  line-height: 1.7;
  text-align: center;
  max-width: 700px;
}

/* ================= CONTACT ================= */
.contact {
  position: relative;
  margin-bottom: 2.5rem;
}
.contact-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  z-index: 0;
  opacity: 0.18;
  pointer-events: none;
}
.contact h3 {
  color: #00CFFF;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: 'Poppins', Arial, sans-serif;
  text-shadow: 0 0 8px #00CFFF, 0 0 2px #6F5BFF;
}
.contact-box {
  background: rgba(24, 34, 43, 0.98);
  border-radius: 18px;
  padding: 2.2rem 2rem 2rem 2rem;
  box-shadow: 0 0 32px #00CFFF44, 0 2px 8px #6F5BFF44;
  border: 2px solid #00CFFF;
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}
.contact ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.contact li {
  margin-bottom: 1em;
  font-size: 1.12em;
  font-family: 'Inter', Arial, sans-serif;
}
#contact-email,
#contact-phone {
  color: #00CFFF;
  text-decoration: none;
  transition: color 0.3s ease;
}

#contact-email:hover,
#contact-phone:hover {
  color: #6F5BFF;
}
.contact a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 600;
}
.contact a:hover {
  color: #ffffff;
  text-shadow: 0 0 8px #6F5BFF;
}
.contact-cta {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 1.1rem;
  padding: 0.9rem 2.2rem;
}
.contact-note {
  color: #6F5BFF;
  font-size: 0.95em;
  margin-left: 0.4em;
  font-style: italic;
  opacity: 0.8;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1100px) {
  .hero-content {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
  .hero-left, .hero-right {
    align-items: center;
    text-align: center;
    width: 100%;
    min-width: 0;
  }
  .profile-img {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 900px) {
  .about-content {
    flex-direction: column;
    gap: 2.5rem;
  }
  .about-photo-glow {
    width: 140px;
    height: 140px;
  }
  .profile-img {
    width: 120px;
    height: 120px;
  }
  .roles-grid {
    flex-direction: column;
    gap: 1.5rem;
  }
  .role-card {
    min-width: 0;
    max-width: 100%;
    padding: 1.5rem 1rem;
  }
  .skills-grid {
    flex-direction: column;
    align-items: center;
  }
  .artists-grid {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  main {
    padding: 1rem 0.3rem;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .hero h2 {
    font-size: 1rem;
  }
  .about-photo-glow {
    width: 90px;
    height: 90px;
  }
  .profile-img {
    width: 80px;
    height: 80px;
  }
  .skills-grid {
    flex-direction: column;
    align-items: center;
  }
  .artists-grid {
    flex-direction: column;
    align-items: center;
  }
  .skills .skill-item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
    min-height: 64px;
    padding: 0.9em 1em;
    font-size: 0.95em;
  }
  .artist-item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
    min-height: 56px;
    padding: 0.8em 1em;
    font-size: 0.97em;
  }
  .skill-main {
    font-size: 1em;
  }
  .skill-level {
    font-size: 0.93em;
  }
} 