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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #050510;
  color: #ffffff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background: url("assets/hero.jpg") no-repeat;
  background-size: cover;
  background-position: center 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}

.overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(6, 7, 20, 0.10),
      rgba(8, 8, 24, 0.22),
      rgba(8, 8, 24, 0.45),
      rgba(5, 5, 16, 0.72)
    );
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px;
}

.top-text {
  font-size: 18px;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 18px;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(58px, 9vw, 120px);
  line-height: 0.95;
  font-weight: 800;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #9cd6ff 0%, #d8ccff 50%, #ffb8c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 10px rgba(112, 180, 255, 0.25),
    0 0 30px rgba(171, 122, 255, 0.16);
}

.subtitle {
  font-size: clamp(20px, 2.1vw, 30px);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 38px;
}

.listen-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 2px solid rgba(186, 230, 255, 0.95);
  background: rgba(32, 75, 145, 0.24);
  color: #ffffff;
  padding: 20px 42px;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 800;
  border-radius: 999px;
  box-shadow:
    0 0 18px rgba(96, 210, 255, 0.45),
    0 0 38px rgba(45, 136, 255, 0.18),
    inset 0 0 18px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  margin-bottom: 36px;
}

.listen-btn:hover {
  transform: translateY(-2px) scale(1.02);
  background: rgba(45, 92, 172, 0.3);
  box-shadow:
    0 0 24px rgba(96, 210, 255, 0.65),
    0 0 42px rgba(45, 136, 255, 0.24);
}

.listen-btn i {
  font-size: 0.95em;
}

.desc {
  font-size: clamp(18px, 1.8vw, 28px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 34px;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.icon-btn {
  width: 78px;
  height: 78px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(12px);
  box-shadow:
    inset 0 0 10px rgba(255, 255, 255, 0.05),
    0 0 16px rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.icon-btn:hover {
  transform: translateY(-3px) scale(1.06);
}

.icon-btn.spotify {
  color: #1db954;
  box-shadow:
    0 0 18px rgba(29, 185, 84, 0.18),
    inset 0 0 10px rgba(255, 255, 255, 0.05);
}

.icon-btn.spotify:hover {
  background: rgba(29, 185, 84, 0.16);
  border-color: rgba(29, 185, 84, 0.55);
  box-shadow: 0 0 24px rgba(29, 185, 84, 0.35);
}

.icon-btn.youtube {
  color: #ff3b30;
  box-shadow:
    0 0 18px rgba(255, 59, 48, 0.14),
    inset 0 0 10px rgba(255, 255, 255, 0.05);
}

.icon-btn.youtube:hover {
  background: rgba(255, 59, 48, 0.15);
  border-color: rgba(255, 59, 48, 0.55);
  box-shadow: 0 0 24px rgba(255, 59, 48, 0.30);
}

.icon-btn.x {
  color: #ffffff;
}

.icon-btn.x:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.18);
}

.icon-btn.mail {
  color: #7fd3ff;
  box-shadow:
    0 0 18px rgba(127, 211, 255, 0.16),
    inset 0 0 10px rgba(255, 255, 255, 0.05);
}

.icon-btn.mail:hover {
  background: rgba(127, 211, 255, 0.14);
  border-color: rgba(127, 211, 255, 0.50);
  box-shadow: 0 0 24px rgba(127, 211, 255, 0.28);
}

.player-section {
  position: relative;
  padding: 70px 20px 80px;
  background:
    radial-gradient(circle at top, rgba(96, 65, 170, 0.18), rgba(5, 5, 16, 0.96) 50%),
    #050510;
}

.player-wrap {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.player-wrap h2 {
  font-size: clamp(36px, 4vw, 56px);
  margin-bottom: 12px;
  font-weight: 800;
  background: linear-gradient(90deg, #9cd6ff 0%, #d8ccff 50%, #ffb8c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.player-subtitle {
  font-size: clamp(18px, 2vw, 24px);
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 28px;
}

.player-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 16px;
  box-shadow:
    0 0 28px rgba(86, 136, 255, 0.08),
    inset 0 0 18px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
}

/* Desktop Feintuning */
@media (min-width: 901px) {
  .hero {
    background-position: center 16%;
  }

  .content {
    transform: translateY(8px);
  }
}

/* Tablet */
@media (max-width: 900px) {
  .hero {
    padding: 32px 18px;
    background-position: center 20%;
  }

  .top-text {
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 14px;
  }

  .subtitle {
    margin-bottom: 28px;
  }

  .listen-btn {
    padding: 16px 28px;
    margin-bottom: 28px;
  }

  .desc {
    font-size: 18px;
    margin-bottom: 26px;
  }

  .icon-btn {
    width: 68px;
    height: 68px;
    font-size: 28px;
  }

  .player-section {
    padding: 56px 16px 70px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .hero {
    min-height: 100vh;
    align-items: flex-start;
    justify-content: center;
    padding-top: 78px;
    padding-bottom: 46px;
    background-position: center top;
    background-size: cover;
  }

  .content {
    max-width: 100%;
  }

  .top-text {
    font-size: 11px;
    letter-spacing: 3px;
    margin-bottom: 12px;
  }

  h1 {
    font-size: clamp(46px, 14vw, 72px);
    margin-bottom: 14px;
  }

  .subtitle {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 24px;
  }

  .listen-btn {
    font-size: 20px;
    padding: 16px 28px;
    margin-bottom: 22px;
  }

  .desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 22px;
    padding: 0 8px;
  }

  .socials {
    gap: 14px;
  }

  .icon-btn {
    width: 64px;
    height: 64px;
    font-size: 26px;
    border-width: 2px;
    background: rgba(255, 255, 255, 0.12);
  }
}
