.w-full.max-w-md.mx-auto {
  max-width: 390px !important;
}

.w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl {
  border-radius: 22px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background:
    radial-gradient(circle at 72% 18%, rgba(212, 184, 90, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(18, 18, 18, 0.92), rgba(34, 30, 24, 0.82)) !important;
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.72),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 60px rgba(201, 162, 74, 0.16) !important;
  backdrop-filter: blur(22px) saturate(1.12) !important;
}

.w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl::after {
  opacity: 0.6 !important;
}

.w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl > div:first-child {
  padding: 18px 20px 14px !important;
}

.w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl form {
  gap: 10px !important;
  padding: 16px 20px 18px !important;
}

.w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl h3 {
  font-size: clamp(1.32rem, 2.4vw, 1.72rem) !important;
  letter-spacing: 0 !important;
}

.w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl p {
  font-size: 0.88rem !important;
  margin-top: 4px !important;
}

.w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl label {
  color: rgba(244, 244, 245, 0.68) !important;
  letter-spacing: 0.13em !important;
  margin-bottom: 5px !important;
}

.w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl input,
.w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl select {
  min-height: 46px !important;
  border-radius: 15px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.045)) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 14px 34px rgba(0, 0, 0, 0.16) !important;
  color: #fff !important;
}

.w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl input::placeholder {
  color: rgba(190, 198, 214, 0.44) !important;
}

.w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl input:focus,
.w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl select:focus {
  border-color: rgba(212, 184, 90, 0.72) !important;
  background: rgba(255, 255, 255, 0.105) !important;
  box-shadow:
    0 0 0 3px rgba(212, 184, 90, 0.16),
    0 16px 36px rgba(0, 0, 0, 0.24) !important;
}

.w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl form > div:nth-child(3) {
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 20px 48px rgba(0, 0, 0, 0.18) !important;
}

.w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl form > div:nth-child(3) input {
  box-shadow: none !important;
}

.w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl button[title="Konumumu Kullan"] {
  min-height: 32px !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.46), transparent 34%),
    linear-gradient(135deg, #f3d36e, #c59a38) !important;
  color: #070707 !important;
  border-color: rgba(255, 235, 156, 0.72) !important;
  box-shadow: 0 14px 34px rgba(201, 162, 74, 0.3) !important;
}

.w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl .gold-lux-button {
  min-height: 52px !important;
  border-radius: 18px !important;
  letter-spacing: 0.1em !important;
  box-shadow:
    0 22px 54px rgba(201, 162, 74, 0.44),
    0 0 96px rgba(201, 162, 74, 0.28),
    0 1px 0 rgba(255,255,255,.7) inset !important;
}

.w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl form > div:last-child {
  padding-top: 4px !important;
}

@media (max-width: 640px) {
  .w-full.max-w-md.mx-auto {
    max-width: min(100%, 360px) !important;
  }

  .w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl {
    border-radius: 18px !important;
  }

  .w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl > div:first-child {
    padding: 16px 16px 12px !important;
  }

  .w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl form {
    padding: 14px 16px 16px !important;
    gap: 9px !important;
  }

  .w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl input,
  .w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl select {
    min-height: 43px !important;
    border-radius: 13px !important;
  }

  .w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl form > div:nth-child(3) > div > div {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .w-full.max-w-md.mx-auto > .relative.overflow-hidden.rounded-2xl .gold-lux-button {
    min-height: 48px !important;
    border-radius: 16px !important;
  }
}
