.homepage .hero h1 {
  font-size: clamp(1.75rem, 1.1rem + 1.4vw, 2.05rem);
  line-height: 1.25;
  margin-bottom: 1rem;
  font-weight: 700;
}

.homepage .hero-subtitle {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.homepage .section-title {
  padding-bottom: 40px;
}

.homepage .section-title h2 {
  font-size: clamp(1.35rem, 1rem + 1.1vw, 1.65rem);
  line-height: 1.35;
  margin-bottom: 12px;
  padding-bottom: 14px;
}

.homepage-stage-preview-link {
  color: inherit;
}

.homepage-stage-preview-link:hover {
  color: inherit;
}

.homepage-stage-preview-link:hover .homepage-stage-preview {
  border-color: rgba(254, 199, 12, 0.45);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(254, 199, 12, 0.2),
    0 0 100px rgba(254, 199, 12, 0.12);
}

@media (min-width: 992px) {
  .homepage-stage-preview-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.5rem;
  }

  .homepage-stage-preview-link {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .homepage-stage-preview-link {
    max-width: 520px;
  }
}

.homepage .hero-helper {
  font-size: 0.9rem;
  opacity: 0.85;
  margin-top: 1rem;
  margin-bottom: 0;
}

.homepage-how-stage-cta .cta-btn2 {
  display: inline-block;
}

.homepage-how-play-step {
  position: relative;
  height: 100%;
  padding: 1.35rem 1.25rem 1.25rem;
  background: var(--surface-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.homepage-how-play-step__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent-color);
  color: #111;
  font-weight: 800;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.homepage-how-play-step__icon {
  display: block;
  font-size: 2rem;
  color: var(--accent-color);
  margin: 0.35rem auto 0.85rem;
}

.homepage-how-play-step h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
  color: var(--heading-color);
}

.homepage-how-play-step p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--default-color);
}

.homepage-how-step {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--surface-color);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.homepage-how-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

.homepage-how-step__media {
  position: relative;
  background: #0f0f0f;
  line-height: 0;
  aspect-ratio: 4 / 5;
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.homepage-how-step__media img,
.homepage-how-step__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.homepage-how-step__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--accent-color);
  color: #111;
  font-weight: 800;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.homepage-how-step__body {
  padding: 1.25rem 1.35rem 1.5rem;
  flex: 1;
}

.homepage-how-step__body h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--heading-color);
}

.homepage-how-step__body p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--default-color);
}

.homepage .stage-join-compact {
  margin-top: 1.5rem;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .homepage .stage-join-compact {
    margin-left: 0;
    margin-right: 0;
  }
}

.homepage .stage-join-label {
  display: block;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 8px;
}

.homepage .stage-join-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.homepage .stage-join-row input {
  flex: 1;
  min-width: 140px;
  padding: 8px 12px;
  border-radius: 6px;
  border: none;
  font-size: 15px;
}

.homepage .stage-join-row button {
  padding: 8px 16px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.homepage .stage-join-row button:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.homepage-pain-list,
.homepage-benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.homepage-pain-list li,
.homepage-benefit-list li {
  padding: 8px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.homepage-pain-list .bi-x-circle {
  color: #dc3545;
  flex-shrink: 0;
  margin-top: 2px;
}

.homepage-benefit-list .bi-check-circle {
  color: #ffc107;
  flex-shrink: 0;
  margin-top: 2px;
}

.homepage-feature-card {
  height: 100%;
}

.homepage-feature-card h4 {
  font-size: 1rem;
}

.homepage-song-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  height: 100%;
  min-height: 72px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.homepage-song-card:hover {
  border-color: #ffc107;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  color: inherit;
}

.homepage-song-card__cover {
  flex-shrink: 0;
  display: block;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.06);
}

.homepage-song-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-song-card__body {
  display: block;
  padding: 0;
  flex: 1;
  min-width: 0;
}

.homepage-song-title {
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 1.3;
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.homepage-song-band {
  display: block;
  font-size: 0.75rem;
  opacity: 0.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homepage .catalog-links .read-more {
  font-size: 0.95rem;
}

.homepage-trust-card {
  padding: 24px 16px;
}

.homepage #final-cta h2 {
  font-size: clamp(1.35rem, 1rem + 1.1vw, 1.65rem);
  line-height: 1.35;
  margin-bottom: 1rem;
}

.homepage #hero.hero {
  min-height: auto;
  padding-top: calc(7rem + env(safe-area-inset-top, 0px));
  padding-bottom: 5rem;
}

.homepage #hero .row {
  align-items: center;
}

@media (max-width: 768px) {
  .homepage #hero.hero {
    min-height: 0;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: calc(7.25rem + env(safe-area-inset-top, 0px));
    padding-bottom: 2.75rem;
  }

  .homepage #hero .row {
    --bs-gutter-y: 1.75rem;
  }

  .homepage .hero h1 {
    font-size: clamp(1.45rem, 5.2vw, 1.75rem);
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.875rem;
  }

  .homepage .hero-subtitle {
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 1.25rem;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .homepage .hero-ctas {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
    gap: 0.625rem !important;
  }

  .homepage .hero-ctas .cta-btn,
  .homepage .hero-ctas .cta-btn2 {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .homepage .hero-helper {
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .homepage .stage-join-compact {
    max-width: 22rem;
  }

  .homepage-stage-preview-link {
    margin-top: 0.25rem;
    max-width: 100%;
  }

  .homepage .stage-join-row {
    flex-direction: column;
  }

  .homepage .stage-join-row input,
  .homepage .stage-join-row button {
    width: 100%;
  }

  #how-it-works .homepage-how-step {
    max-width: min(100%, 380px);
    margin-left: auto;
    margin-right: auto;
  }

  #how-it-works .homepage-how-step__media {
    max-width: 100%;
  }

  #how-it-works .homepage-how-step__body {
    padding: 1rem 1.1rem 1.25rem;
  }

  #how-it-works .homepage-how-step__body h3 {
    font-size: 0.98rem;
  }

  #how-it-works .homepage-how-step__body p {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  #how-it-works .homepage-how-step__badge {
    width: 28px;
    height: 28px;
    font-size: 0.85rem;
    top: 8px;
    left: 8px;
  }
}
