* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: #111111;
}

.signup-page {
  min-height: 100vh;
  background:
    radial-gradient(
      circle at top right,
      rgba(215, 38, 61, 0.22),
      transparent 30%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(255, 255, 255, 0.12),
      transparent 28%
    ),
    linear-gradient(135deg, #111111 0%, #1c1c1c 55%, #0b0b0b 100%);
}

.signup-left {
  position: relative;
  overflow: hidden;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.signup-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
}

.intro-card {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.logo-box,
.mobile-logo {
  width: 76px;
  height: 76px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #d7263d, #111111);
  box-shadow: 0 18px 40px rgba(16, 185, 129, 0.25);
  margin-bottom: 28px;
}

.logo-box i,
.mobile-logo i {
  font-size: 1.8rem;
  color: #fff;
}

.intro-card h1 {
  font-size: 3.1rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 18px;
}

.intro-card p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  font-size: 1.03rem;
  margin-bottom: 30px;
}

.benefits {
  display: grid;
  gap: 14px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.benefit-item i {
  color: #d7263d;
}

.signup-right {
  padding: 24px;
}

.signup-card {
  width: 100%;
  max-width: 700px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(14px);
}

.signup-card h2 {
  font-size: 2rem;
  color: #111827;
}

.signup-card .form-label,
.signup-card p,
.signin-text,
.form-check-label {
  color: #4b5563;
}

.custom-input {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #fff;
  transition: 0.25s ease;
}

.custom-input:focus-within {
  border-color: #d7263d;
  box-shadow: 0 0 0 4px rgba(215, 38, 61, 0.12);
}

.custom-input .input-group-text {
  background: #fff;
  border: none;
  color: #6b7280;
  padding-left: 16px;
  padding-right: 10px;
}

.custom-input .form-control {
  border: none;
  box-shadow: none;
  padding: 15px 14px 15px 6px;
  font-size: 0.98rem;
}

.custom-input .form-control::placeholder {
  color: #9ca3af;
}

.password-toggle {
  border: none;
  background: #fff;
  color: #6b7280;
  padding: 0 16px;
}

.password-toggle:hover {
  background: #fff;
  color: #111827;
}

.form-check-input {
  width: 1.05em;
  height: 1.05em;
  margin-top: 0.2em;
}

.form-check-label a {
  text-decoration: none;
  font-weight: 600;
  color: #d7263d;
}

.form-check-label a:hover {
  color: #a61b2d;
}

.signup-btn {
  padding: 15px 18px;
  border: none;
  border-radius: 16px;
  font-weight: 700;
  font-size: 1rem;
  background: linear-gradient(135deg, #d7263d, #111111) !important;
  box-shadow: 0 15px 30px rgba(215, 38, 61, 0.24);
  transition: 0.3s ease;
}

.signup-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(215, 38, 61, 0.3);
}

.divider {
  position: relative;
  text-align: center;
  margin: 28px 0 22px;
}

.divider span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 14px;
  color: #6b7280;
  font-size: 0.92rem;
}

.divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e5e7eb;
}

.social-login {
  display: flex;
  gap: 12px;
}

.social-btn {
  flex: 1;
  height: 50px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111827;
  transition: 0.25s ease;
}

.social-btn:hover {
  transform: translateY(-2px);
  border-color: #cbd5e1;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.signin-text a {
  text-decoration: none;
  font-weight: 700;
  color: #0b1220;
}

.signin-text a:hover {
  color: #111827;
}

.signup-btn {
  padding: 15px 18px;
  border: none;
  border-radius: 16px;
  font-weight: 700;
  font-size: 1rem;
  background: linear-gradient(135deg, #d7263d, #111111) !important;
  box-shadow: 0 15px 30px rgba(215, 38, 61, 0.24);
  transition: 0.3s ease;
}

@media (max-width: 991.98px) {
  .signup-card {
    max-width: 720px;
  }
}

@media (max-width: 575.98px) {
  .signup-right {
    padding: 16px;
  }

  .signup-card {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .signup-card h2 {
    font-size: 1.7rem;
  }

  .social-login {
    gap: 10px;
  }
}
