@font-face {
  font-family: 'MoreSugar';
  src: url('../fonts/MoreSugar-Regular.ttf') format('truetype');
}

.credits-mobile { 
  max-width:360px; 
  margin:0 auto; 
  padding:12px 10px 36px; 
  color:#6b6b9a; 
  text-align:center; 
  font-family: 'MoreSugar', sans-serif; 
}

.credits-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  margin-top: 20px;
  position: relative;
}

.credits-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.credits-img {
  width: 200px;
  max-width: 80vw;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(155,134,224,0.10);
  background: #fff;
  border: none;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

.thankyou-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.thankyou-box {
  background: #b7aee6;
  color: #fff;
  font-size: 2.5rem;
  padding: 20px 40px;
  border-radius: 24px;
  margin: 0;
  font-family: 'MoreSugar', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  max-width: 90vw;
  border: 2px solid #b7aee6;
  box-shadow: 0 2px 18px rgba(155,134,224,0.10);
  z-index: 2;
  position: relative;
  cursor: pointer;
  transition: all 120ms ease;
}

.thankyou-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 24px rgba(155,134,224,0.20);
}

.credits-small {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 20px;
  text-align: center;
  font-family: 'MoreSugar', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: none;
  border: none;
  -webkit-text-stroke: 1px #b7aee6;
  text-shadow: none;
  padding: 0 8px;
  line-height: 1.4;
}

.credits-small span {
  color: #fff;
  -webkit-text-stroke: 2px #b7aee6;
}

header.navbar { background: #cbbff2; }
header.navbar ul li a { color:#f0ecff; font-weight:800; font-family:'MoreSugar', sans-serif; }
header.navbar ul li a.active { background:#ffffff; color:#6b6b9a; }

@media (min-width: 420px) {
  .credits-mobile { max-width:420px; }
  .credits-img { width: 240px; }
  .thankyou-box { font-size: 2.8rem; padding: 24px 50px; }
  .credits-small { font-size: 1.4rem; }
}
