body.user-page-body .intro-screen {
  display: none !important;
}

body.user-page-body .top-floating-proof {
  display: block !important;
}

body.user-page-body .page-shell {
  opacity: 1 !important;
  transform: none !important;
}

body.user-page-body {
  background: #ffffff;
}

.top-menu {
  z-index: 99999 !important;
}

.top-floating-proof {
  z-index: 100000 !important;
}

.user-page-shell {
  padding: 10.5rem 0 7rem !important;
  min-height: auto;
}

.user-page {
  width: min(118rem, calc(100% - 3rem));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.user-topbar {
  width: 100%;
}

.user-brand {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  background: #ffffff;
  border: 0.1rem solid rgba(18, 26, 36, 0.08);
  border-radius: 3rem;
  box-shadow: 0 1.4rem 3.2rem rgba(10, 18, 28, 0.06);
  padding: 2rem 2.4rem;
}

.user-brand-logo {
  width: 12.5rem;
  height: auto;
  display: block;
  flex: 0 0 auto;
}

.user-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.user-brand-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.75rem 1.25rem;
  border-radius: 999rem;
  background: rgba(22, 157, 211, 0.1);
  color: #169dd3;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.user-brand-copy h1 {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
  color: #121a24;
}

.user-brand-copy p {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.55;
  color: #52606f;
}

.user-access-layout {
  width: 100%;
  display: grid;
  grid-template-columns: 44rem 36rem;
  justify-content: center;
  gap: 2.4rem;
  align-items: start;
}

.user-auth-card {
  background: #ffffff;
  border: 0.1rem solid rgba(18, 26, 36, 0.08);
  border-radius: 3rem;
  box-shadow: 0 1.6rem 3.8rem rgba(10, 18, 28, 0.07);
  padding: 2.2rem;
}

.user-auth-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.6rem;
  margin-bottom: 1.8rem;
}

.user-auth-head-left {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.user-auth-tag {
  display: inline-flex;
  width: fit-content;
  padding: 0.8rem 1.4rem;
  border-radius: 999rem;
  background: rgba(22, 157, 211, 0.1);
  color: #169dd3;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.user-auth-head h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 800;
  color: #121a24;
}

.user-auth-head p {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.55;
  color: #52606f;
  max-width: 32rem;
}

.user-auth-toggle {
  flex: 0 0 auto;
  min-height: 4.2rem;
  padding: 0 1.7rem;
  border-radius: 999rem;
  border: 0.1rem solid rgba(18, 26, 36, 0.12);
  background: #f8fafc;
  color: #121a24;
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.user-auth-toggle:hover {
  transform: translateY(-0.1rem);
  background: #eef4f8;
}

.user-auth-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.user-auth-form-hidden {
  display: none;
}

.user-auth-form-active {
  display: flex;
}

.user-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.user-field span {
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 800;
  color: #121a24;
}

.user-auth-form input[type="text"],
.user-auth-form input[type="email"],
.user-auth-form input[type="tel"],
.user-auth-form input[type="password"] {
  width: 100%;
  height: 4.4rem;
  border-radius: 1.5rem;
  border: 0.1rem solid rgba(18, 26, 36, 0.12);
  background: #ffffff;
  padding: 0 1.3rem;
  font-family: "Outfit", sans-serif;
  font-size: 1.45rem;
  color: #121a24;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.user-auth-form input::placeholder {
  color: #94a0ad;
}

.user-auth-form input:focus {
  border-color: rgba(22, 157, 211, 0.5);
  box-shadow: 0 0 0 0.35rem rgba(22, 157, 211, 0.1);
}

.user-password-field {
  position: relative;
}

.user-password-field input {
  padding-right: 7.2rem !important;
}

.user-password-toggle {
  position: absolute;
  top: 2.65rem;
  right: 0.7rem;
  min-width: 5.3rem;
  height: 2.9rem;
  border: 0;
  border-radius: 999rem;
  background: rgba(18, 26, 36, 0.08);
  color: #121a24;
  font-family: "Outfit", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  cursor: pointer;
}

.user-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.user-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #52606f;
  cursor: pointer;
}

.user-checkbox input {
  width: 1.5rem;
  height: 1.5rem;
  accent-color: #169dd3;
  flex: 0 0 auto;
}

.user-checkbox-terms {
  align-items: flex-start;
}

.user-inline-link {
  border: 0;
  background: transparent;
  padding: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #169dd3;
  cursor: pointer;
}

.user-submit-btn {
  width: 100%;
  min-height: 4.7rem;
  border-radius: 999rem;
  font-size: 1.55rem;
  font-weight: 800;
  margin-top: 0.2rem;
}

.user-form-note {
  min-height: 1.8rem;
  font-size: 1.15rem;
  line-height: 1.45;
  color: #7a8793;
}

.user-form-note.is-success {
  color: #18a44c;
  font-weight: 700;
}

.user-form-note.is-error {
  color: #d82424;
  font-weight: 700;
}

.user-promo-panel {
  position: relative;
  min-height: 44.4rem;
  border-radius: 3rem;
  overflow: hidden;
  box-shadow: 0 1.6rem 3.8rem rgba(10, 18, 28, 0.08);
}

.user-promo-slider {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 44.4rem;
}

.user-promo-card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  text-align: center;
  padding: 2.4rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
}

.user-promo-card.is-active {
  opacity: 1;
  visibility: visible;
}

.user-promo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  padding: 0 1.5rem;
  border-radius: 999rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.user-promo-card h3 {
  margin: 0;
  max-width: 27rem;
  font-size: 2.3rem;
  line-height: 1.24;
  font-weight: 800;
  color: #ffffff;
}

.promo-hosting { background: #d9a06f; }
.promo-brand   { background: #bca9cf; }
.promo-domain  { background: #95b5cc; }
.promo-web     { background: #96bca4; }
.promo-seo     { background: #90b2a0; }
.promo-voice   { background: #c8b485; }
.promo-sms     { background: #8fb6a4; }

@media (max-width: 1100px) {
  .user-access-layout {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .user-promo-panel,
  .user-promo-slider {
    min-height: 28rem;
  }

  .user-promo-card h3 {
    max-width: 32rem;
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .user-page {
    width: calc(100% - 1.6rem);
    gap: 1.6rem;
  }

  .user-page-shell {
    padding: 9.8rem 0 5.5rem !important;
  }

  .user-brand {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.6rem;
    border-radius: 2rem;
    gap: 1.2rem;
  }

  .user-brand-logo {
    width: 10rem;
  }

  .user-brand-copy h1 {
    font-size: 1.9rem;
  }

  .user-brand-copy p {
    font-size: 1.35rem;
  }

  .user-auth-card {
    padding: 1.5rem;
    border-radius: 2rem;
  }

  .user-auth-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .user-auth-toggle {
    min-height: 3.8rem;
    font-size: 1.3rem;
  }

  .user-promo-panel {
    border-radius: 2rem;
  }

  .user-promo-card h3 {
    font-size: 1.85rem;
    max-width: 24rem;
  }
}

/* === USER FORM + PROMO %40 KÜÇÜLTME === */

@media (min-width: 769px) {
  .user-access-layout {
    grid-template-columns: 26.4rem 21.6rem !important;
    gap: 1.4rem !important;
  }

  .user-auth-card {
    padding: 1.3rem !important;
    border-radius: 1.8rem !important;
  }

  .user-auth-head {
    margin-bottom: 1rem !important;
    gap: 0.8rem !important;
  }

  .user-auth-head h2 {
    font-size: 1.35rem !important;
  }

  .user-auth-head p {
    font-size: 0.96rem !important;
    line-height: 1.45 !important;
    max-width: 18rem !important;
  }

  .user-auth-tag {
    font-size: 0.9rem !important;
    padding: 0.55rem 1rem !important;
  }

  .user-auth-toggle {
    min-height: 3.1rem !important;
    padding: 0 1.1rem !important;
    font-size: 1.05rem !important;
  }

  .user-auth-form {
    gap: 0.75rem !important;
  }

  .user-field span {
    font-size: 0.95rem !important;
  }

  .user-auth-form input[type="text"],
  .user-auth-form input[type="email"],
  .user-auth-form input[type="tel"],
  .user-auth-form input[type="password"] {
    height: 3.2rem !important;
    font-size: 1rem !important;
    padding: 0 1rem !important;
    border-radius: 1.05rem !important;
  }

  .user-password-field input {
    padding-right: 5rem !important;
  }

  .user-password-toggle {
    top: 1.95rem !important;
    right: 0.45rem !important;
    min-width: 3.9rem !important;
    height: 2.2rem !important;
    font-size: 0.82rem !important;
  }

  .user-checkbox,
  .user-inline-link {
    font-size: 0.9rem !important;
  }

  .user-checkbox input {
    width: 1.15rem !important;
    height: 1.15rem !important;
  }

  .user-submit-btn {
    min-height: 3.4rem !important;
    font-size: 1rem !important;
    border-radius: 999rem !important;
  }

  .user-form-note {
    font-size: 0.86rem !important;
    line-height: 1.35 !important;
    min-height: 1.3rem !important;
  }

  .user-promo-panel,
  .user-promo-slider {
    min-height: 26.6rem !important;
    border-radius: 1.8rem !important;
  }

  .user-promo-card {
    padding: 1.4rem !important;
    gap: 0.9rem !important;
  }

  .user-promo-badge {
    min-height: 3rem !important;
    padding: 0 1rem !important;
    font-size: 0.9rem !important;
  }

  .user-promo-card h3 {
    max-width: 16rem !important;
    font-size: 1.4rem !important;
    line-height: 1.22 !important;
  }
}

/* === USER SON HİZA VE BOŞLUK DÜZELTMESİ === */

/* Header altındaki gereksiz boşluğu kaldır */
.user-page-shell {
  padding-top: 8.2rem !important;
}

/* Üst logo/slogan kutusunu sıkıştır */
.user-topbar {
  margin-bottom: 0.8rem !important;
}

.user-brand {
  padding-top: 1.4rem !important;
  padding-bottom: 1.4rem !important;
}

/* Form ve reklam alanını aynı ölçüye getir */
@media (min-width: 769px) {
  .user-access-layout {
    align-items: stretch !important;
  }

  .user-auth-card,
  .user-promo-panel,
  .user-promo-slider {
    height: 27rem !important;
    min-height: 27rem !important;
  }

  .user-auth-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .user-promo-panel {
    display: flex !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    overflow: hidden !important;
  }

  .user-promo-card {
    height: 100% !important;
    min-height: 100% !important;
    justify-content: center !important;
  }

  /* Reklam alanındaki üst başlıkları kaldır */
  .user-promo-badge {
    display: none !important;
  }
}

/* Mobilde yükseklik serbest kalsın */
@media (max-width: 768px) {
  .user-page-shell {
    padding-top: 8.8rem !important;
  }

  .user-auth-card,
  .user-promo-panel,
  .user-promo-slider {
    height: auto !important;
    min-height: auto !important;
  }
}

/* === USER REGISTER TAŞMA + HEADER/FOOTER JS UYUM FIX === */

.user-page-shell {
  padding-top: 8.2rem !important;
}

.user-access-layout {
  align-items: start !important;
}

.user-auth-card {
  height: auto !important;
  min-height: 27rem !important;
  align-self: start !important;
}

.user-promo-panel,
.user-promo-slider {
  height: 27rem !important;
  min-height: 27rem !important;
}

.user-promo-card {
  height: 100% !important;
  min-height: 100% !important;
  justify-content: center !important;
}

#registerForm.user-auth-form-active {
  display: flex !important;
}

#registerForm.user-auth-form-active,
#loginForm.user-auth-form-active {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}

.user-auth-head {
  position: relative !important;
  z-index: 2 !important;
}

.user-auth-toggle {
  position: relative !important;
  z-index: 3 !important;
}

.user-auth-head-left {
  position: relative !important;
  z-index: 2 !important;
}

/* register açıkken kart boyu büyüsün, yukarı taşmasın */
.user-auth-card:has(#registerForm.user-auth-form-active) {
  min-height: 39rem !important;
}

/* promo alanı form yüksekliğine yakın dursun */
.user-access-layout:has(#registerForm.user-auth-form-active) .user-promo-panel,
.user-access-layout:has(#registerForm.user-auth-form-active) .user-promo-slider {
  min-height: 39rem !important;
  height: 39rem !important;
}

/* güvenli fallback */
@supports not selector(:has(*)) {
  #registerForm.user-auth-form-active {
    margin-top: 0 !important;
  }
}

@media (max-width: 768px) {
  .user-auth-card,
  .user-promo-panel,
  .user-promo-slider {
    height: auto !important;
    min-height: auto !important;
  }
}

/* === REKLAM ALANI FIX === */
@media (min-width: 769px) {
  .user-promo-panel,
  .user-promo-slider {
    width: 27rem !important;
    height: 31rem !important;
  }
}