* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  display: flex;
  justify-content: center;
  padding-top: 60px;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.background-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}

.container {
  text-align: center;
  color: #1f2a37;
  padding: 20px;
  max-width: 600px;
  width: 90%;
}

.profile {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
}

h1 {
  font-weight: 600;
  font-size: 20px;
  margin: 20px 0 15px;
  line-height: 1.3;
}

.socials {
  margin: 10px 0 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.socials a {
  color: #1f2a37;
  font-size: 24px;
  transition: color 0.3s;
}

.socials a:hover {
  color: #2563eb;
}

.iban-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 16px;
  color: #1f2a37;
  cursor: pointer;
  transition: transform 0.2s;
  max-width: 100%;
  margin: 0 auto;
}

.iban-button:hover {
  transform: scale(1.03);
}

.iban-button img {
  height: 36px;
  margin-right: 12px;
}

#copied-message-target {
  margin-top: 20px;
  color: green;
  font-weight: 600;
  display: none;
  font-size: 14px;
}

#copied-message-garanti {
  margin-top: 20px;
  color: green;
  font-weight: 600;
  display: none;
  font-size: 14px;
}

#copied-message-is {
  margin-top: 20px;
  color: green;
  font-weight: 600;
  display: none;
  font-size: 14px;
}

#copied-message-enpara {
  margin-top: 20px;
  color: green;
  font-weight: 600;
  display: none;
  font-size: 14px;
}

#copied-message-ziraat {
  margin-top: 20px;
  color: green;
  font-weight: 600;
  display: none;
  font-size: 14px;
}

#copied-message-akbank {
  margin-top: 20px;
  color: green;
  font-weight: 600;
  display: none;
  font-size: 14px;
}

#copied-message-ykb {
  margin-top: 20px;
  color: green;
  font-weight: 600;
  display: none;
  font-size: 14px;
}

#copied-message-deniz {
  margin-top: 20px;
  color: green;
  font-weight: 600;
  display: none;
  font-size: 14px;
}

#copied-message-ing {
  margin-top: 20px;
  color: green;
  font-weight: 600;
  display: none;
  font-size: 14px;
}

#copied-message-kuveyt {
  margin-top: 20px;
  color: green;
  font-weight: 600;
  display: none;
  font-size: 14px;
}

#copied-message-burgan {
  margin-top: 20px;
  color: green;
  font-weight: 600;
  display: none;
  font-size: 14px;
}

#copied-message-fiba {
  margin-top: 20px;
  color: green;
  font-weight: 600;
  display: none;
  font-size: 14px;
}

#copied-message-nkolay {
  margin-top: 20px;
  color: green;
  font-weight: 600;
  display: none;
  font-size: 14px;
}

@media (max-width: 480px) {
  h1 {
    font-size: 18px;
  }

  .iban-button {
    padding: 12px 16px;
    font-size: 14px;
  }

  .iban-button img {
    height: 20px;
    margin-right: 10px;
  }

  .socials a {
    font-size: 20px;
  }

  .profile {
    width: 80px;
    height: 80px;
  }
}
