/* FR Music Platform V6 — Spotify visual cue, expanded FAQ, placement guarantee, layout safeguards */

/* Prevent display headings from colliding with adjacent copy or leaving the viewport */
.section-grid h2,
.page-hero h1,
.fr-calc-title h1,
.hero h1{
  overflow-wrap:anywhere;
  text-wrap:balance;
}
.section-grid{overflow:hidden}
.section-grid > *{min-width:0}
.section-grid h2{font-size:clamp(38px,4.35vw,64px)!important;line-height:.96!important}
.section-copy{position:relative;z-index:2;background:transparent}

/* Spotify visual language: independent, factual, and not presented as an official partnership */
.spotify-signal{
  display:inline-flex;
  align-items:center;
  gap:10px;
  width:max-content;
  max-width:100%;
  padding:9px 14px;
  margin:0 0 18px;
  border:1px solid color-mix(in srgb,#1ed760 40%,var(--theme-line));
  border-radius:999px;
  background:color-mix(in srgb,#1ed760 9%,var(--theme-glass-strong));
  color:var(--theme-text);
  font-size:13px;
  font-weight:800;
  letter-spacing:.01em;
  box-shadow:0 10px 30px color-mix(in srgb,#1ed760 10%,transparent);
}
.spotify-signal svg{width:20px;height:20px;flex:0 0 20px;fill:#1ed760}
.spotify-signal small{font:inherit;color:var(--theme-muted);font-weight:650}
.spotify-signal strong{color:var(--theme-text)}
.hero .spotify-signal{margin-top:2px;margin-bottom:14px}

.spotify-proof-band{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  padding:20px 24px;
  margin:0 0 22px;
  border:1px solid var(--theme-line);
  border-radius:22px;
  background:var(--theme-glass-strong);
  box-shadow:0 18px 48px color-mix(in srgb,var(--theme-shadow) 60%,transparent);
}
.spotify-proof-band h3{font-size:clamp(22px,2vw,30px);margin:0 0 5px;line-height:1}
.spotify-proof-band p{margin:0;color:var(--theme-muted);font-size:15px;line-height:1.45}
.spotify-proof-mark{display:flex;align-items:center;gap:10px;font-weight:900;white-space:nowrap}
.spotify-proof-mark svg{width:30px;height:30px;fill:#1ed760}

/* Placement guarantee */
.placement-guarantee{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  padding:20px 22px;
  margin:18px 0 0;
  border:1px solid color-mix(in srgb,var(--gold) 55%,var(--theme-line));
  border-radius:22px;
  background:linear-gradient(135deg,color-mix(in srgb,var(--gold) 11%,var(--theme-glass-strong)),var(--theme-glass-strong));
}
.placement-guarantee-icon{
  width:48px;height:48px;border-radius:50%;display:grid;place-items:center;
  color:#111;background:var(--gold);font-size:22px;font-weight:950;
}
.placement-guarantee h3{font-size:20px;margin:0 0 4px}
.placement-guarantee p{margin:0;color:var(--theme-muted);font-size:14px;line-height:1.45}
.placement-guarantee strong{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:var(--gold)}

/* FAQ: denser category grid instead of an endless single column */
.faq-categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}
.faq-category{
  padding:18px;
  border:1px solid var(--theme-line);
  border-radius:24px;
  background:color-mix(in srgb,var(--theme-glass-strong) 90%,transparent);
}
.faq-category-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 10px;padding:0 4px 12px;border-bottom:1px solid var(--theme-line)}
.faq-category-title h2{font-size:clamp(22px,2vw,28px);margin:0;line-height:1}
.faq-category-title span{color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.faq-category .faq-list{display:grid;gap:9px}
.faq-category .faq-list details{margin:0!important;border-radius:15px!important;padding:0 16px!important;background:color-mix(in srgb,var(--theme-surface) 86%,transparent)!important}
.faq-category .faq-list summary{padding:16px 28px 16px 0!important;font-size:15px!important;line-height:1.3!important}
.faq-category .faq-list details p{padding:0 0 16px!important;margin:0!important;font-size:14px!important;line-height:1.5!important;color:var(--theme-muted)!important}

/* Homepage FAQ remains compact and points to complete FAQ */
.home-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.home-faq-grid details{margin:0!important}
.faq-more{display:flex;justify-content:center;margin-top:18px}

@media(max-width:900px){
  .faq-categories{grid-template-columns:1fr}
  .spotify-proof-band{grid-template-columns:1fr}
  .placement-guarantee{grid-template-columns:auto 1fr}
  .placement-guarantee>strong{grid-column:2}
}
@media(max-width:680px){
  .home-faq-grid{grid-template-columns:1fr}
  .spotify-signal{font-size:12px;padding:8px 12px}
  .placement-guarantee{padding:17px;gap:13px}
  .placement-guarantee-icon{width:42px;height:42px}
}
