body { font-family: "Inter", sans-serif; color: #2d3748; }
h1,h2,h3,h4 { font-family: "Playfair Display", serif; }

.music-nav { background: transparent; transition: background .3s ease, box-shadow .3s ease; padding: .7rem 0; }
.music-nav.scrolled { background: linear-gradient(135deg,#667eea,#764ba2); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.music-nav .container { max-width: 1200px; }
.music-brand img { height: 48px; width: auto; }
.music-nav .nav-link { color: rgba(255,255,255,.84) !important; font-size: 14px; font-weight: 600; padding: .35rem .7rem !important; }
.music-nav .nav-link:hover { color: #fff !important; }
.music-btn-outline { border: 2px solid #fff; color: #fff; border-radius: 999px; padding: .45rem 1.25rem; }
.music-btn-outline:hover { color: #fff; background: rgba(255,255,255,.15); }

.music-hero { min-height: 100vh; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; color: #fff; }
.music-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.music-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(88,101,214,.92) 0%, rgba(104,72,156,.93) 55%, rgba(118,75,162,.94) 100%); }
.music-hero-content { position: relative; z-index: 2; max-width: 780px; padding-top: 40px; }
.music-hero-content h1 { font-size: clamp(2rem, 5vw, 4rem); font-weight: 700; line-height: 1.07; letter-spacing: -.01em; margin-bottom: .7rem; }
.music-hero-content .lead { max-width: 720px; margin: 0 auto; font-size: clamp(1.06rem, 2.3vw, 1.15rem); line-height: 1.45; color: rgba(255,255,255,.88); font-weight: 500; }
.music-hero-pill { display: inline-flex; gap: .85rem; align-items: center; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: .68rem 1.1rem; margin: 1.6rem 0 1.35rem; box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.music-hero-pill .music-hero-pill-listen { color: #ffc759; font-weight: 800; font-size: 1.04rem; display: inline-flex; align-items: center; gap: .5rem; }
.music-hero-pill .music-hero-pill-safe { color: rgba(255,255,255,.9); font-weight: 700; font-size: 1.01rem; display: inline-flex; align-items: center; gap: .4rem; }
.music-hero-pill .music-hero-pill-safe i { color: #ffc759; font-size: .85rem; }
.music-hero-pill .divider { opacity: .45; }
.music-pulse-dot { width: 10px; height: 10px; border-radius: 50%; background: #ffc759; display: inline-block; position: relative; box-shadow: 0 0 0 rgba(255,199,89,.7); animation: musicPulse 1.6s infinite; }
@keyframes musicPulse { 0% { box-shadow: 0 0 0 0 rgba(255,199,89,.7); } 70% { box-shadow: 0 0 0 9px rgba(255,199,89,0); } 100% { box-shadow: 0 0 0 0 rgba(255,199,89,0); } }
.music-hero-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.music-price-tag { margin-top: 1rem; font-size: 1.2rem; color: #ffc759; font-weight: 700; }

.music-equalizer { display: flex; justify-content: center; align-items: flex-end; gap: 6px; height: 40px; margin-bottom: 1rem; }
.music-equalizer span { width: 8px; background: rgba(255,255,255,.8); border-radius: 8px; animation: musicWave 1.2s ease-in-out infinite; }
.music-equalizer span:nth-child(1){height:34px}.music-equalizer span:nth-child(2){height:20px;animation-delay:-1s}.music-equalizer span:nth-child(3){height:34px;animation-delay:-.8s}.music-equalizer span:nth-child(4){height:26px;animation-delay:-.6s}.music-equalizer span:nth-child(5){height:34px;animation-delay:-.4s}
@keyframes musicWave { 0%,40%,100% { transform: scaleY(.4); } 20% { transform: scaleY(1); } }

.music-section { padding: 90px 0; }
#demos { background: #ffffff !important; }
#use-cases { background: #f8fafc !important; }
.music-section-title { max-width: 820px; margin: 0 auto 2.6rem; }
.music-section-title h2 { color: #2d3748; font-family: "Inter", sans-serif; font-size: clamp(1.8rem,3.4vw,2.8rem); font-weight: 600; }
.music-section-title p { font-size: 1.08rem; color: #4a5568; }

.music-card, .music-contact-card, .music-contact-side, .team-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden; box-shadow: 0 12px 30px rgba(0,0,0,.06); height: 100%; transition: box-shadow .28s ease, transform .28s ease; }
.music-price-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; overflow: visible; box-shadow: 0 12px 30px rgba(0,0,0,.06); height: 100%; transition: box-shadow .28s ease, transform .28s ease; }
.music-card:hover, .music-price-card:hover, .music-contact-card:hover, .music-contact-side:hover, .team-card:hover { transform: translateY(-2px); box-shadow: 0 22px 45px rgba(0,0,0,.14); }
.music-card img { width: 100%; height: 205px; object-fit: cover; }
.music-card-body { padding: 1.4rem 1.25rem 1.15rem; text-align: center; }
.music-card-body h3 { font-family: "Inter", sans-serif; font-size: 1.06rem; font-weight: 700; color: #2d3748; line-height: 1.22; margin: .6rem 0 .55rem; }
.music-card-body p { font-size: 1.03rem; line-height: 1.42; color: #4a5568; margin: 0; }
.music-step-icon { width: 56px; height: 56px; border-radius: 50%; margin: -2px auto 8px; display: inline-flex; align-items: center; justify-content: center; background: #edeefe; color: #667eea; font-size: 1.25rem; }

#what-we-do .container { max-width: 1240px; }
#what-we-do .music-section-title { max-width: 760px; margin-bottom: 2.1rem; }
#what-we-do .music-section-title h2 { font-family: "Inter", sans-serif; font-size: clamp(2.05rem, 3vw, 2.85rem); font-weight: 700; letter-spacing: -.01em; color: #1f2937; }
#what-we-do .music-section-title p { font-size: 1.05rem; line-height: 1.45; color: #4b5563; }

.music-service { min-height: 260px; border-radius: 16px; overflow: hidden; background-size: cover; background-position: center; display: flex; align-items: end; transition: box-shadow .28s ease, transform .28s ease; box-shadow: 0 12px 30px rgba(0,0,0,.06); }
.music-service:hover { transform: translateY(-2px); box-shadow: 0 22px 45px rgba(0,0,0,.14); }
.music-service > div { background: rgba(255,255,255,.88); margin: .85rem; border-radius: 12px; padding: 1rem; width: 100%; }

#pricing .container { max-width: 1240px; }
#pricing .row > [class*="col-"] { display: flex; align-items: stretch; }
#pricing .row > [class*="col-"] .music-price-card { width: 100%; }
#pricing .music-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 2rem;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(15,23,42,.1);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
#pricing .music-price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(15,23,42,.14);
}
#pricing .music-price-card.featured {
  border-color: #5568d3;
  transform: scale(1.05);
  z-index: 10;
}
#pricing .music-price-card h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.25;
  margin-bottom: .45rem;
}
#pricing .music-price-card .price {
  color: #4f63d7;
  font-family: "Inter", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: .9rem;
}
#pricing .music-price-card .price small {
  font-size: 1.125rem;
  font-weight: 400;
  color: #6b7280;
}
#pricing .music-savings {
  display: inline-block;
  align-self: flex-start;
  background: rgba(236,72,153,.2);
  color: #d63384;
  border-radius: 999px;
  padding: .26rem .75rem;
  font-size: .875rem;
  font-weight: 700;
  margin: 0 0 .9rem;
}
#pricing .music-price-card .ideal {
  margin: 0 0 1.35rem;
  font-size: 1rem;
  line-height: 1.45;
  color: #6b7280;
  font-weight: 600;
}
#pricing .music-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  flex: 1 1 auto;
}
#pricing .music-feature-list li {
  position: relative;
  padding-left: 1.7rem;
  margin-bottom: .7rem;
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.45;
}
#pricing .music-feature-list li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #77c28f;
  position: absolute;
  left: 0;
  top: .05rem;
}
.music-badge-popular {
  display: inline-block;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #f6c54b;
  color: #1f2937;
  font-weight: 700;
  padding: .24rem 1rem;
  border-radius: 999px;
  font-size: .875rem;
  white-space: nowrap;
  z-index: 3;
}
#pricing .music-price-card .btn {
  margin-top: 1rem;
  width: 100%;
  border-radius: 999px;
  font-weight: 700;
  padding: .78rem 1.2rem;
  font-size: 1rem;
}
.music-pricing-footnote {
  margin-top: 1.25rem;
  text-align: center;
  color: #c49b66;
  font-weight: 700;
  font-size: .95rem;
  line-height: 1.45;
}


.music-btn-primary { background: #fff; color: #5568d3; border-radius: 999px; border: 0; padding: .75rem 1.55rem; font-weight: 800; box-shadow: 0 10px 20px rgba(0,0,0,.18); }
.music-price-card .music-btn-primary { background: #eef0ff; color: #4f63d7; box-shadow: none; }
.music-price-card.featured .music-btn-primary { background: #5568d3; color: #fff; }
.music-btn-primary:hover { background: #f7f7ff; color: #4e60c8; }
.music-btn-link { color: rgba(255,255,255,.95); border: 0; border-radius: 999px; font-weight: 700; text-shadow: 0 1px 1px rgba(0,0,0,.15); }
.music-btn-link:hover { color: #fff; }

#our-team { background: #f1f5f9; }
#our-team .music-section-title { margin-bottom: 2.8rem; }
#our-team .music-section-title h2 {
  font-family: "Inter", sans-serif;
  font-size: clamp(2rem, 3.3vw, 2.75rem);
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
.music-team-kicker {
  font-family: "Inter", sans-serif;
  font-size: .74rem;
  letter-spacing: .11em;
  font-weight: 800;
  text-transform: uppercase;
  color: #5c6ed8;
  margin-bottom: .45rem;
}
.music-team-member {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.music-team-avatar-wrap {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid transparent;
  box-shadow: 0 12px 30px rgba(0,0,0,.11);
  transition: border-color .5s ease, box-shadow .5s ease;
  margin: 0 auto 1rem;
}
.music-team-avatar-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.music-team-member:hover .music-team-avatar-wrap {
  border-color: #5c6ed8;
}
.music-team-member:hover .music-team-avatar-wrap img {
  transform: scale(1.1);
}
.music-team-member h3 {
  font-family: "Inter", sans-serif;
  font-size: 2.02rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 .35rem;
  transition: color .3s ease;
}
.music-team-member:hover h3 {
  color: #5c6ed8;
}
.music-team-role {
  font-size: .96rem;
  line-height: 1.45;
  color: #556273;
  max-width: 300px;
  margin: 0 0 .75rem;
}
.music-team-job {
  display: inline-block;
  padding: .24rem .82rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(92,110,216,.33);
  color: #5c6ed8;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 992px) {
  .music-team-avatar-wrap {
    width: 288px;
    height: 288px;
  }
}

.music-demo-list { max-width: 860px; margin: 0 auto; display: grid; gap: .95rem; }
.music-demo-item {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  background: #f8fbff;
  border: 1px solid #d9e2ee;
  border-radius: 12px;
  padding: .95rem 1rem;
  box-shadow: 0 3px 12px rgba(0,0,0,.04);
  transition: border-color .28s ease, box-shadow .28s ease, background-color .28s ease;
}
.music-demo-item.is-active {
  border-color: #5c6ed8;
  box-shadow: 0 8px 20px rgba(92,110,216,.18);
}
.music-demo-control {
  width: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.music-demo-play {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #5c6ed8;
  background: #fff;
  color: #5c6ed8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1;
  transition: background-color .25s ease, color .25s ease;
}
.music-demo-item.is-playing .music-demo-play {
  background: #4f63d7;
  color: #fff;
}
.music-demo-loading {
  margin-top: .35rem;
  font-size: .82rem;
  color: #7488d9;
  font-weight: 500;
  opacity: 0;
  min-height: 1rem;
}
.music-demo-loading.visible {
  opacity: 1;
}
.music-demo-main {
  flex: 1 1 auto;
  min-width: 0;
}
.music-demo-progress {
  display: none;
  margin-bottom: .5rem;
}
.music-demo-item.is-active .music-demo-progress {
  display: block;
}
.music-demo-time-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .88rem;
  color: #4f63d7;
  font-weight: 600;
  margin-bottom: .2rem;
}
.music-demo-seek {
  width: 100%;
  height: 5px;
  appearance: none;
  -webkit-appearance: none;
  background: #d4dce8;
  border-radius: 999px;
  outline: none;
}
.music-demo-seek::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 0;
  background: #5c6ed8;
  cursor: pointer;
}
.music-demo-seek::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 0;
  background: #5c6ed8;
  cursor: pointer;
}
.music-demo-title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  color: #1f2937;
  font-size: 1.12rem;
  line-height: 1.2;
  margin: 0;
}
.music-demo-meta {
  margin-top: .2rem;
  font-size: .93rem;
  color: #64748b;
}
.music-demo-meta .genre {
  color: #4f63d7;
  font-weight: 700;
}
.music-demo-meta .dot {
  margin: 0 .5rem;
  color: #94a3b8;
}
.music-demo-dedication {
  margin: .2rem 0 0;
  font-size: .97rem;
  color: #7a8ba2;
  font-style: italic;
  font-weight: 500;
}
.music-demo-duration {
  width: 55px;
  flex-shrink: 0;
  text-align: right;
  font-size: .92rem;
  color: #607086;
  font-weight: 700;
}
#use-cases .music-section-title {
  max-width: 760px;
  margin-bottom: 2.6rem;
}
#use-cases .music-section-title h2 {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.95rem, 3.1vw, 2.45rem);
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0;
}
.music-usecase-card {
  background: #fff;
  border: 1px solid rgba(203,213,225,.72);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow .3s ease, transform .3s ease;
}
.music-usecase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(0,0,0,.12);
}
.music-usecase-media {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.music-usecase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.music-usecase-body {
  padding: 1.35rem 1rem 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
}
.music-usecase-body h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 .4rem;
  line-height: 1.3;
}
.music-usecase-body p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.45;
  color: #6b7280;
}
#testimonials { background: #f8fafc !important; }
#testimonials .music-section-title h2 {
  font-family: "Inter", sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  font-weight: 600;
  color: #1f2937;
}
.music-testimonial-card {
  background: #fff;
  border: 1px solid rgba(203,213,225,.62);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(15,23,42,.09);
  padding: 1.55rem 1.2rem 1.15rem;
  height: 100%;
}
.music-testimonial-stars {
  color: #f2c94c;
  font-size: .9rem;
  letter-spacing: .08rem;
  margin-bottom: .55rem;
}
.music-testimonial-quote {
  margin: 0 0 .95rem;
  color: #5f6f86;
  font-size: 1.02rem;
  line-height: 1.46;
  font-style: italic;
}
.music-testimonial-author {
  font-family: "Inter", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: .16rem;
}
.music-testimonial-meta {
  color: #6b7280;
  font-size: .87rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .music-demo-item {
    flex-wrap: wrap;
    gap: .7rem;
  }
  .music-demo-control {
    width: 58px;
  }
  .music-demo-main {
    width: calc(100% - 70px);
  }
  .music-demo-title {
    font-size: 1.05rem;
  }
  .music-demo-meta,
  .music-demo-dedication {
    font-size: .9rem;
  }
  .music-demo-duration {
    width: 100%;
    text-align: right;
    font-size: .95rem;
    margin-top: -.1rem;
  }
}

.music-why-us { background: linear-gradient(135deg, rgba(102,126,234,.93), rgba(118,75,162,.92)), url("https://assets.musicandolab.com/images/estudio-de-grabacion-musicando.jpg") center/cover no-repeat; }
.music-why-us h2 { color: #fff; }
.music-why-kicker {
  font-family: "Inter", sans-serif;
  font-size: .75rem;
  letter-spacing: .08em;
  font-weight: 800;
  margin-bottom: .55rem;
  color: rgba(255,255,255,.9);
}
.music-why-card {
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(3px);
  border-radius: 10px;
  padding: 1.15rem 1rem 1rem;
  height: 100%;
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
  transition: box-shadow .28s ease, transform .28s ease;
}
.music-why-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 45px rgba(0,0,0,.2);
}
.music-why-card h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.03rem;
  font-weight: 700;
  margin: .35rem 0 .35rem;
  color: #1f2937;
}
.music-why-card p {
  margin: 0;
  font-size: .94rem;
  line-height: 1.42;
  color: #4b5563;
}
.music-why-emoji {
  font-size: 1.1rem;
  line-height: 1;
}
.music-final-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(102,126,234,.9), rgba(118,75,162,.92)), url("https://images.pexels.com/photos/164821/pexels-photo-164821.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2") center/cover no-repeat;
  color: #fff;
}
.music-final-cta:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.2);
}
.music-final-cta .container {
  position: relative;
  z-index: 1;
}
.music-final-cta-panel {
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(15,23,42,.24);
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.music-final-cta-qr {
  width: 24%;
  min-width: 170px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.music-final-cta-qr p {
  margin: 0 0 .45rem;
  font-size: .92rem;
  font-weight: 700;
  color: rgba(255,255,255,.9);
}
.music-final-cta-qr img {
  width: 122px;
  height: 122px;
  border-radius: 8px;
  background: #fff;
  padding: 6px;
  box-shadow: 0 10px 22px rgba(15,23,42,.2);
}
.music-final-cta-content {
  width: 76%;
}
.music-final-cta-content h2 {
  color: #fff;
  font-size: clamp(2rem, 3.1vw, 2.75rem);
  margin: 0 0 .5rem;
  font-weight: 700;
}
.music-final-cta-content p {
  margin: 0 0 .95rem;
  font-size: 1.03rem;
  line-height: 1.5;
  color: rgba(255,255,255,.92);
  max-width: 760px;
}
.music-final-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .68rem 1.25rem;
  border-radius: 999px;
  background: #fff;
  color: #4f63d7;
  font-weight: 800;
  font-size: .96rem;
  box-shadow: 0 10px 18px rgba(15,23,42,.22);
  border: 0;
}
.music-final-cta-btn:hover {
  background: #f7f9ff;
  color: #4458ca;
}
.music-final-cta-btn i {
  font-size: 1rem;
}

#faq .music-section-title h2 {
  font-family: "Inter", sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.85rem);
  font-weight: 700;
  color: #2f3a4f;
}
#music-faq {
  max-width: 1080px;
  margin: 0 auto;
}
#music-faq .music-faq-item {
  border-bottom: 1px solid #d8e0eb;
  padding: .15rem 0;
}
#music-faq button[data-faq] {
  width: 100%;
  text-align: left;
  padding: 1.05rem .5rem;
  border: 1px solid transparent;
  border-radius: 6px;
  background: none;
  font-weight: 700;
  color: #2f3a4f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  outline: none;
  transition: border-color .25s ease, color .25s ease;
}
#music-faq button[data-faq]:focus,
#music-faq button[data-faq]:focus-visible,
#music-faq button[data-faq]:active {
  outline: none;
  box-shadow: none;
}
#music-faq .music-faq-question {
  font-size: 1.05rem;
  line-height: 1.35;
}
#music-faq .music-faq-chevron {
  color: #5568d3;
  font-size: 1rem;
  transition: transform .25s ease;
}
#music-faq .music-faq-answer {
  display: none;
  padding: .1rem .5rem 1rem;
  color: #5f6f86;
  font-size: 1.03rem;
  line-height: 1.42;
}
#music-faq .music-faq-item.is-open button[data-faq] {
  border-color: transparent;
}
#music-faq .music-faq-item.is-open .music-faq-chevron {
  transform: rotate(180deg);
}
#music-faq .music-faq-item.is-open .music-faq-answer {
  display: block;
}

#contact { background: #fff !important; }
.music-contact-card {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}
#contact .music-contact-card:hover,
#contact .music-contact-side:hover {
  transform: none;
  box-shadow: none;
}
.music-contact-title {
  font-family: "Inter", sans-serif;
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 .45rem;
}
.music-contact-subtitle {
  margin: 0 0 1.3rem;
  color: #6b7280;
  font-size: 1.02rem;
  line-height: 1.42;
}
.music-contact-subtitle a {
  color: #5667d7;
  font-weight: 700;
}
#music-contact-form .form-group {
  margin-bottom: .8rem;
}
#music-contact-form label {
  display: block;
  font-size: .88rem;
  color: #6b7280;
  font-weight: 500;
  margin-bottom: .3rem;
}
#music-contact-form .form-control {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  height: 44px;
  padding: .5rem .8rem;
  font-size: .95rem;
  color: #334155;
  box-shadow: none;
}
#music-contact-form textarea.form-control {
  height: auto;
  min-height: 98px;
}
#music-contact-form .form-control:focus {
  border-color: #5568d3;
  box-shadow: 0 0 0 .1rem rgba(85,104,211,.12);
}
.music-contact-submit {
  width: 100%;
  border: 0;
  border-radius: 6px;
  padding: .72rem 1rem;
  background: #5568d3;
  color: #fff;
  font-weight: 700;
  font-size: .95rem;
  margin-top: .35rem;
}
.music-contact-submit:hover {
  background: #4b5ec8;
  color: #fff;
}
.music-contact-side {
  background: #f8fafc;
  border: 1px solid #e8edf5;
  border-radius: 12px;
  padding: 1.35rem 1.2rem;
  box-shadow: none;
}
.music-contact-side h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 1rem;
}
.music-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.music-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  margin-bottom: .8rem;
  color: #5f6f86;
  font-size: .96rem;
  line-height: 1.35;
}
.music-contact-list li i {
  margin-top: .1rem;
  color: #5568d3;
  font-size: 1rem;
}
.music-contact-important {
  margin-top: 1.15rem;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(226,232,240,.8);
  border-radius: 10px;
  padding: 1rem;
}
.music-contact-important h4 {
  font-family: "Inter", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 .75rem;
}
.music-contact-list.important li {
  font-size: .89rem;
  margin-bottom: .6rem;
}
.music-contact-list.important li i {
  color: #c9ab62;
}
.music-contact-success-card {
  min-height: 100%;
  border: 1px solid #d4dde8;
  border-radius: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.2rem 2rem 2rem;
}
.music-contact-success-icon {
  font-size: 4.9rem;
  line-height: 1;
  color: #5ab77b;
  margin-bottom: .9rem;
}
.music-contact-success-card h3 {
  font-family: "Inter", sans-serif;
  font-size: 2.05rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 .75rem;
}
.music-contact-success-card p {
  color: #647892;
  font-size: 1.02rem;
  line-height: 1.45;
  max-width: 680px;
  margin: 0 0 1.35rem;
}
.music-contact-success-card .music-contact-submit {
  width: 290px;
  max-width: 100%;
}

.music-footer { background: #2d3748; color: #fff; padding: 3rem 0; }
.music-footer img { height: 42px; margin: 0 auto 1rem; }
.music-footer a { color: #fff; text-decoration: underline; }

.music-wa-float { display: none; position: fixed; right: 20px; bottom: 20px; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff; z-index: 9999; align-items: center; justify-content: center; font-size: 1.8rem; box-shadow: 0 8px 20px rgba(0,0,0,.3); }
@media (max-width: 991px) {
  .music-nav { background: linear-gradient(135deg,#667eea,#764ba2); }
  .music-nav .navbar-collapse { background: rgba(0,0,0,.15); padding: .8rem; border-radius: 10px; margin-top: .8rem; }
}
@media (max-width: 767px) {
  .music-section { padding: 70px 0; }
  .music-hero-content { max-width: 92%; padding-top: 24px; }
  .music-hero-content h1 { line-height: 1.08; }
  .music-hero-pill { display: flex; flex-direction: column; align-items: flex-start; border-radius: 14px; gap: .35rem; }
  .music-hero-pill .divider { display: none; }
  .music-hero-ctas { gap: .55rem; }
  .music-final-cta-panel {
    padding: 1.3rem 1.1rem;
    text-align: center;
    display: block;
  }
  .music-final-cta-content {
    width: 100%;
  }
  .music-final-cta-content p {
    font-size: .96rem;
    margin-bottom: .8rem;
  }
  .music-wa-float { display: flex; }
}
