/**
 * Alan adı transferi — premium hero, cam panel, efektler
 * #order-standard_cart.alanx-domain-transfer-page
 */

#order-standard_cart.alanx-domain-transfer-page .cart-body {
  position: relative;
}

#order-standard_cart.alanx-domain-transfer-page .cart-body::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(960px, 100%);
  height: 420px;
  background: radial-gradient(ellipse 72% 58% at 50% 0%, rgba(37, 99, 235, 0.14), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

#order-standard_cart.alanx-domain-transfer-page .cart-body > * {
  position: relative;
  z-index: 1;
}

/* Hero */
#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-hero {
  margin-bottom: 1.75rem;
  padding: 0 0 0.25rem;
  border: none;
  text-align: center;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.7rem;
  padding: 0.4rem 1rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #bae6fd;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.22), rgba(14, 165, 233, 0.1));
  border: 1px solid rgba(96, 165, 250, 0.42);
  border-radius: 999px;
  box-shadow: 0 0 22px rgba(37, 99, 235, 0.22);
  animation: alanxTransferBadgeGlow 3.2s ease-in-out infinite;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-hero__title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.65rem, 3.5vw, 2.25rem) !important;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  background: linear-gradient(135deg, #fff 0%, #cbd5e1 50%, #7dd3fc 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  animation: alanxTransferShimmer 7s linear infinite;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-hero__lead {
  max-width: 40rem;
  margin: 0 auto 1.1rem;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: rgba(148, 163, 184, 0.95) !important;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-hero__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 0.85rem;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-hero__stats li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.95rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.9);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 999px;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-hero__stats li:hover {
  border-color: rgba(96, 165, 250, 0.4);
  background: rgba(37, 99, 235, 0.1);
  transform: translateY(-2px);
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-hero__stats i {
  color: #38bdf8;
  font-size: 0.8rem;
}

/* Spotlight kabuk */
#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-spotlight {
  position: relative;
  margin-bottom: 0.5rem;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-spotlight__ambient {
  position: absolute;
  inset: -8% -4% auto;
  height: 70%;
  background: radial-gradient(ellipse 55% 50% at 50% 0%, rgba(56, 189, 248, 0.12), transparent 65%);
  pointer-events: none;
  z-index: 0;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-form-outer {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

/* Küre arka planı — hafif nefes animasyonu */
#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-bg {
  padding: 2rem 0 3rem !important;
  background-size: min(320px, 36vw) auto !important;
  background-position: calc(100% + 32px) 45% !important;
  animation: alanxTransferGlobeDrift 10s ease-in-out infinite;
}

@media (max-width: 991px) {
  #order-standard_cart.alanx-domain-transfer-page .alanx-transfer-bg {
    background-size: 220px auto !important;
    background-position: calc(100% + 60px) 52% !important;
  }
}

@media (max-width: 767px) {
  #order-standard_cart.alanx-domain-transfer-page .alanx-transfer-bg {
    background-image: none !important;
    animation: none !important;
    padding: 1rem 0 2rem !important;
  }
}

/* Panel */
#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-panel {
  border-radius: 20px !important;
  border: 1px solid rgba(96, 165, 250, 0.22) !important;
  background: linear-gradient(165deg, rgba(22, 32, 52, 0.94), rgba(12, 18, 32, 0.92)) !important;
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(59, 130, 246, 0.08) inset,
    0 0 48px rgba(37, 99, 235, 0.08) !important;
  overflow: hidden;
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-panel:hover {
  border-color: rgba(96, 165, 250, 0.32) !important;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(59, 130, 246, 0.12) inset,
    0 0 56px rgba(37, 99, 235, 0.12) !important;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-panel__head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.2rem 1.35rem 1rem;
  border-bottom: 1px solid rgba(96, 165, 250, 0.15);
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.1), transparent);
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-panel__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.35rem;
  color: #fff;
  border-radius: 14px;
  background: linear-gradient(145deg, #2563eb, #0ea5e9);
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.45);
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-panel__titles {
  min-width: 0;
  text-align: left;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-panel__title {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #f8fafc !important;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-panel__sub {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(148, 163, 184, 0.95) !important;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-panel .panel-body.card-body {
  padding: 1.35rem 1.35rem 1rem !important;
  background: transparent !important;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-label {
  display: block;
  margin-bottom: 0.45rem !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  color: rgba(148, 163, 184, 0.95) !important;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-input {
  min-height: 52px !important;
  padding: 0.65rem 1rem !important;
  border-radius: 12px !important;
  background: rgba(15, 23, 42, 0.88) !important;
  border: 1px solid rgba(96, 165, 250, 0.28) !important;
  color: #f8fafc !important;
  font-size: 1rem !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-input:focus {
  border-color: rgba(96, 165, 250, 0.65) !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.28) !important;
  outline: none !important;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-input::placeholder {
  color: rgba(148, 163, 184, 0.55) !important;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-footer {
  padding: 1rem 1.35rem 1.35rem !important;
  background: rgba(0, 0, 0, 0.18) !important;
  border-top: 1px solid rgba(148, 163, 184, 0.12) !important;
  text-align: right !important;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 200px;
  padding: 0.8rem 1.6rem !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 32px rgba(37, 99, 235, 0.42) !important;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease !important;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-submit #addToCart i {
  margin-right: 0.35rem;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(37, 99, 235, 0.55) !important;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-captcha .default-captcha img {
  border-radius: 8px;
  border: 1px solid rgba(148, 163, 184, 0.2);
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-footnote {
  margin: 1rem auto 0;
  max-width: 42rem;
  text-align: center;
  color: rgba(148, 163, 184, 0.75) !important;
  font-size: 0.8125rem;
  line-height: 1.5;
}

#order-standard_cart.alanx-domain-transfer-page .alanx-transfer-footnote small {
  color: inherit !important;
}

#order-standard_cart.alanx-domain-transfer-page .header-lined {
  display: none;
}

@keyframes alanxTransferBadgeGlow {
  0%,
  100% {
    box-shadow: 0 0 22px rgba(37, 99, 235, 0.22);
  }
  50% {
    box-shadow: 0 0 32px rgba(56, 189, 248, 0.35);
  }
}

@keyframes alanxTransferShimmer {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}

@keyframes alanxTransferGlobeDrift {
  0%,
  100% {
    background-position: calc(100% + 32px) 45%;
  }
  50% {
    background-position: calc(100% + 22px) 40%;
  }
}

@media (max-width: 575px) {
  #order-standard_cart.alanx-domain-transfer-page .alanx-transfer-submit {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  #order-standard_cart.alanx-domain-transfer-page .alanx-transfer-hero__badge,
  #order-standard_cart.alanx-domain-transfer-page .alanx-transfer-hero__title,
  #order-standard_cart.alanx-domain-transfer-page .alanx-transfer-bg {
    animation: none !important;
  }

  #order-standard_cart.alanx-domain-transfer-page .alanx-transfer-hero__stats li:hover,
  #order-standard_cart.alanx-domain-transfer-page .alanx-transfer-submit:hover {
    transform: none;
  }
}
