/* REST CSS (niet-critical) */

/* mosgroen #88B04B */
@font-face{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}

strong { font-weight: bold; }

p i { text-shadow: 1px 1px 3px rgba(255, 215, 0, 0.6); }

a:hover {
  color: white;
  transform: scale(1.2);
  text-shadow: 2px 2px 5px rgba(255, 215, 0, 0.8);
  font-weight: bold;
}

/* Blockquote */
blockquote{
  position: relative;
  margin-top: 1rem;
  font-style: italic;
  padding: 1rem 1rem 1rem 2rem;
  background-color: rgba(255, 255, 255, 0.15);
}
blockquote p{ font-size: 1.1em; }
blockquote::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #FFD700, #FFD700, #FFD700);
  box-shadow: 2px 2px 5px rgba(255, 215, 0, 0.7);
}

/* Social buttons */
.social-buttons{
  margin-top: 30px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.social-buttons a{
  font-size: 2em;
  transition: transform 0.3s ease, color 0.3s ease;
  text-decoration: none;
}
.social-buttons a:hover{
  color: white;
  transform: scale(1.2);
}
.btn-composer { color: #FFF; }
.btn-footer { color: #87CEEB; }
.btn-caricatunes { color: #FFD700; }
.btn-forrest { color: #88B04B; }
.btn-creatunes { color: #C154C1; }
.btn-academy { color: #87CEEB; }

/* Button hover (als je dit niet inline hebt gezet) */
.button:hover{
  transform: scale(1.05);
  box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.7);
  font-weight: bold;
  color: black;
}

/* “Mbutton” (samengevoegd) */
.mbutton-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  margin-top: 2rem;
}

.mbutton{
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  background: rgba(255, 255, 255, 0.3);
  color: white;
  padding: 0.8em 1.4em;
  border-radius: 1.2em;
  font-size: 1.1em;
  text-decoration: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, background-color 0.3s ease, font-weight 0.2s ease;
  border: none;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;

  position: relative;
  overflow: hidden; /* sprankels blijven in knop */
  animation: softGlow 3s ease-in-out infinite;
}

.mbutton i{ color: white; }

.mbutton:hover{
  transform: scale(1.05);
  box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.2);
  color: white;
}
.mbutton:hover i{ color: white; }

/* Sprankels */
.mbutton .bubble{
  position: absolute;
  left: var(--x, 50%);
  top:  var(--y, 50%);
  width:  var(--size, 6px);
  height: var(--size, 6px);
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: bubbleUp var(--dur, 1800ms) ease-out forwards;
  opacity: 0;
  filter: drop-shadow(0 0 6px rgba(255,255,255,0.45));
}
.mbutton .bubble.star{
  border-radius: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}

@keyframes bubbleUp{
  0%   { opacity: 0; transform: translate(-50%, -50%) scale(0.6); }
  12%  { opacity: 1; }
  100%{
    opacity: 0;
    transform: translate(
      calc(-50% + var(--dx, 0px)),
      calc(-50% + var(--dy, -60px))
    ) scale(1.7);
  }
}
@keyframes softGlow{
  0%,100% { box-shadow: 0 0 10px rgba(255,255,255,0.10); }
  50%     { box-shadow: 0 0 18px rgba(255,255,255,0.18); }
}

/* Responsive image / footer */
.responsive-image{
  display: block;
  margin: 0 auto;
  width: 50%;
  max-width: 150px;
  padding-bottom: 1em;
}

footer{
  text-align: center;
  font-size: 0.8em;
}

/* Utility */
.highlight-yellow{ color: #FFD700; font-size: 0.85em; }
.hidden{ display: none !important; }

/* Als er ?p= is: verberg landing meteen */
.hp-story #landing{ display: none !important; }
.hp-story #story{ display: block !important; }

/* Track buttons */
.hp-track-row{
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2em;
  margin-bottom: 1em;
}
.hp-track-btn{
  cursor: pointer;
  padding: 14px 22px;
  font-size: 1.05em;
  border-radius: 18px;
  border: 2px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.05);
  color: inherit;
  text-align: center;
}
.hp-track-btn.is-active{
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.45);
}
.hp-sc-iframe{
  width: 100%;
  height: 120px;
  margin-top: 8px;
  border: 0;
}

/* Support strip */
.support-strip{
  margin: 28px auto 10px;
  max-width: 800px;
  padding: 14px 16px;
}
.support-strip p{ margin: 0; }

.support-link{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}
/* neutraliseer je algemene a:hover scaling op deze specifieke link */
.support-link,
.support-link:hover{
  transform: none !important;
}

.support-label{
  font-size: 1.2rem;
  opacity: 0.85;
  white-space: nowrap;
}
.support-logo{
  height: 66px;
  width: auto;
  border-radius: 1em;
  padding: 6px 10px;
  background: rgba(255,255,255,1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

@media (max-width: 520px){
  .support-link{ flex-direction: column; gap: 10px; }
  .support-label{ white-space: normal; text-align: center; }
  .support-logo{ height: 40px; }
}