body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #000000;
  color: rgba(255, 223, 126, 0.815);
  text-align: center;
  overflow-x: hidden;
}

.container {
  max-width: 480px;
  margin: auto;
  padding: 2rem;
  animation: fadeIn 1.2s ease-in-out;
}

.profile-wrapper {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 1.5rem;
}

.profile-pic {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid transparent;
  background: linear-gradient(white, white) padding-box,
              linear-gradient(145deg, #DAA520, #FFD700, #DAA520) border-box;
  transition: box-shadow 0.4s ease;
}

.profile-wrapper:hover .profile-pic {
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.5);
}

h1 {
  margin-bottom: 0rem;
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
}


.gold-divider {
  border: 0;
  height: 2px;
  margin: 0.5rem auto 2rem auto;
  width: 80%;
  background: linear-gradient(to right, #000, #FFD700, #000);
  opacity: 0.6;
}


/* QUESTI SONO I MIEI SOCIAL */
.social-text {
  font-size: 0.85rem;
  margin: -1rem 0 2rem;
  text-align: center;
  background: linear-gradient(90deg, #FFD700, #f7c900);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; /* opzionale per altri motori */
  font-family: 'Playfair Display', serif;
  opacity: 0.95;
  
}


/* Animazione leggera in entrata */
.fade-in-text {
  animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.social-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.icon.round img {
  border-radius: 50%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 64px;
  height: 64px;
}

.icon.round img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #FFD70088;
}

.social-icons a {
  display: inline-block;
  opacity: 0;
  animation: tracking-in-contract-bck-bottom 0.9s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

.social-icons a:nth-child(1) { animation-delay: 0s; }
.social-icons a:nth-child(2) { animation-delay: 0.2s; }
.social-icons a:nth-child(3) { animation-delay: 0.4s; }
.social-icons a:nth-child(4) { animation-delay: 0.6s; }
.social-icons a:nth-child(5) { animation-delay: 0.8s; }

.donate {
  margin: 2rem 0;
}

.contact a {
  color: #66ccff;
  text-decoration: none;
}

.contact a:hover {
  text-decoration: underline;
}

.fade-in {
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

/* Aggiunta animazione titolo */
.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
          animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}


.donation-buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin: 1rem 0;
}


/* Footer */
.footer {
  font-size: 0.75rem;
  color: #888;
  margin-top: 3rem;
  padding: 1rem 0;
  border-top: 1px solid #222;
  opacity: 0.6;
}

@media (max-width: 600px) {
  .icon.round img {
    width: 48px;
    height: 48px;
  }
}

.logo-title {
  max-width: 40%;
  height: auto;
  margin-bottom: 0.5rem;
  animation: text-focus-in 1s ease-in-out both;
}

.my-class {
  font-family: 'Playfair Display', serif;
}



/* Animazione leggera */
.fade-in-text {
  animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* SE TI PIACCIONO I MIEI VIDEO  */

.donate-text {
  font-size: 1.0rem;
  margin-bottom: 1rem;
  text-align: center;
  background: linear-gradient(90deg, #FFD700, #FFEF9F);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: 'Playfair Display', serif;
  opacity: 0.95;
}

/* DONA ORA  */

.dona {
    font-family: 'Playfair Display', serif;
    font-size: 1.85rem;
    margin-top: 0.5rem;
    text-align: center;
    background: linear-gradient(90deg, #FFD700, #f7c900);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    opacity: 0.95;
}

.donation-icon {
  width: 64px;
  height: 64px;
  object-fit: cover; /* forza riempimento uniforme senza distorsione */
  border-radius: 50%;
}

.donation-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #FFD70088;
  transition: all 0.3s ease;
}


/* CONTATTATEMI  */

.contattami {
    font-family: 'Playfair Display', serif;
    font-size: 0.85rem;
    background: linear-gradient(90deg, #FFD700, #f7c900);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-align: center;
    opacity: 0.95;
}


.contattami a {
    color: #00bfff; /* colore già presente nel link */
    text-decoration: none;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}
