.nt-hero-dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 25%, rgba(10,132,255,.28), transparent 32%),
    radial-gradient(circle at 20% 80%, rgba(255,255,255,.08), transparent 28%),
    #050506;
  color: #f5f5f7;
}

.nt-noise {
  position: absolute;
  inset: 0;
  opacity: .08;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(circle at center, black, transparent 75%);
}

.nt-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  color: #d1d1d6;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.nt-badge span {
  width: 7px;
  height: 7px;
  background: #0a84ff;
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(10,132,255,.9);
}

.nt-title {
  font-size: clamp(58px, 8vw, 108px);
  line-height: .9;
  letter-spacing: -.075em;
  color: #f5f5f7;
  margin-bottom: 28px;
}

.nt-subtitle {
  max-width: 640px;
  font-size: 21px;
  line-height: 1.6;
  color: #c7c7cc;
  margin-bottom: 34px;
}

.nt-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.nt-btn-main,
.nt-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 800;
  transition: .2s ease;
}

.nt-btn-main {
  background: linear-gradient(135deg, #42c6ff, #0a84ff);
  color: white;
  box-shadow: 0 18px 50px rgba(10,132,255,.32);
}

.nt-btn-ghost {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  color: white;
}

.nt-btn-main:hover,
.nt-btn-ghost:hover {
  transform: translateY(-2px);
  color: white;
}

.nt-proof {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 26px;
  color: #a1a1aa;
  font-size: 14px;
}

.nt-proof span::before {
  content: "✓";
  color: #42c6ff;
  margin-right: 7px;
}

.nt-product-scene {
  min-height: 560px;
  position: relative;
  display: grid;
  place-items: center;
}

.nt-blue-glow {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(10,132,255,.35), transparent 62%);
  filter: blur(10px);
}

.nt-card-main {
  width: min(440px, 100%);
  height: 275px;
  border-radius: 36px;
  padding: 34px;
  background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.035)), #111114;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 28px 90px rgba(0,0,0,.55);
  transform: rotate(-7deg);
  position: relative;
}

.nt-card-logo {
  font-size: 32px;
  font-weight: 900;
}

.nt-card-small {
  margin-top: 8px;
  font-size: 12px;
  color: #a1a1aa;
  letter-spacing: .22em;
}

.nt-card-qr {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 96px;
  height: 96px;
  border: 10px solid #fff;
  border-radius: 16px;
  background:
    linear-gradient(90deg,#fff 8px,transparent 8px) 0 0/16px 16px,
    linear-gradient(#fff 8px,transparent 8px) 0 0/16px 16px,
    #050506;
}

.nt-tag-float {
  position: absolute;
  left: 0;
  bottom: 65px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2b2b30, #050506);
  border: 1px solid rgba(255,255,255,.14);
  display: grid;
  place-items: center;
  box-shadow: 0 28px 80px rgba(0,0,0,.55);
}

.nt-tag-float small {
  position: absolute;
  bottom: 28px;
  font-size: 10px;
  color: #777;
  letter-spacing: .18em;
}

.nt-hole {
  position: absolute;
  top: 15px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #050506;
  border: 1px solid rgba(255,255,255,.22);
}

.nt-phone-float {
  position: absolute;
  right: 0;
  top: 85px;
  width: 205px;
  height: 285px;
  border-radius: 32px;
  padding: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(20px);
  transform: rotate(7deg);
  box-shadow: 0 28px 80px rgba(0,0,0,.5);
}

.nt-phone-top {
  height: 90px;
  border-radius: 22px;
  background: rgba(255,255,255,.07);
}

.nt-map-dot {
  width: 66px;
  height: 66px;
  margin: 38px auto 18px;
  border-radius: 50%;
  background: rgba(10,132,255,.15);
  border: 1px solid rgba(10,132,255,.4);
  box-shadow: 0 0 0 14px rgba(10,132,255,.10);
}

.nt-phone-float p {
  text-align: center;
  color: #d1d1d6;
  font-size: 13px;
}

.nt-section-dark,
.nt-products-section,
.nt-feature-section {
  background: #050506;
  color: #f5f5f7;
  padding: 120px 0;
}

.nt-center {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.nt-center h2,
.nt-copy-block h2 {
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1;
  letter-spacing: -.06em;
  margin-bottom: 18px;
  color: #f5f5f7;
}

.nt-center p,
.nt-copy-block p {
  color: #a1a1aa;
  font-size: 19px;
  line-height: 1.6;
}

.nt-glass-card,
.nt-product-box,
.nt-dashboard-dark,
.nt-premium-card {
  background: linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 34px;
  padding: 32px;
  box-shadow: 0 24px 80px rgba(0,0,0,.35);
}

.nt-number {
  color: #42c6ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  margin-bottom: 36px;
}

.nt-glass-card h3,
.nt-product-box h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 12px;
}

.nt-glass-card p,
.nt-product-box p {
  color: #a1a1aa;
  line-height: 1.65;
}

.nt-product-box {
  min-height: 520px;
}

.nt-product-box.featured {
  border-color: rgba(10,132,255,.38);
  box-shadow: 0 30px 100px rgba(10,132,255,.16);
}

.nt-product-visual {
  height: 270px;
  border-radius: 28px;
  background: radial-gradient(circle, rgba(10,132,255,.18), transparent 42%), #09090a;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
}

.nt-round-tag,
.nt-pet-tag {
  width: 145px;
  height: 145px;
  background: linear-gradient(135deg,#2c2c31,#050506);
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}

.nt-round-tag {
  border-radius: 50%;
}

.nt-wallet-card {
  width: 220px;
  height: 135px;
  border-radius: 20px;
  background: linear-gradient(135deg,#2c2c31,#050506);
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}

.nt-pet-tag {
  border-radius: 34px;
}

.nt-product-box a {
  color: #42c6ff;
  font-weight: 800;
}

.nt-dashboard-dark {
  min-height: 540px;
}

.nt-dashboard-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.nt-dashboard-header small {
  color: #42c6ff;
}

.nt-map-dark {
  height: 320px;
  border-radius: 28px;
  background:
    linear-gradient(45deg, rgba(255,255,255,.045) 25%, transparent 25%) 0 0/34px 34px,
    #08080a;
  position: relative;
  border: 1px solid rgba(255,255,255,.08);
}

.nt-pulse {
  position: absolute;
  left: 55%;
  top: 42%;
  width: 24px;
  height: 24px;
  background: #0a84ff;
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(10,132,255,.12), 0 0 50px rgba(10,132,255,.8);
}

.nt-map-label {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(10,132,255,.15);
  color: #fff;
}

.nt-list-line {
  height: 58px;
  margin-top: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.07);
}

.nt-list-line.short {
  width: 70%;
}

.nt-copy-block ul {
  list-style: none;
  padding: 0;
  margin-top: 28px;
}

.nt-copy-block li {
  color: #d1d1d6;
  margin-bottom: 14px;
}

.nt-copy-block li::before {
  content: "✓";
  color: #42c6ff;
  margin-right: 10px;
}

.nt-premium-section {
  background: radial-gradient(circle at 50% 0%, rgba(10,132,255,.22), transparent 36%), #050506;
  padding: 120px 0;
}

.nt-premium-card {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.nt-premium-card span {
  color: #42c6ff;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 900;
  font-size: 13px;
}

.nt-premium-card h2 {
  color: #fff;
  font-size: clamp(58px, 8vw, 96px);
  letter-spacing: -.07em;
  margin: 18px 0;
}

.nt-premium-card small {
  font-size: 20px;
  color: #a1a1aa;
}

.nt-premium-card p {
  color: #a1a1aa;
}

.nt-premium-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
  margin: 34px 0;
  text-align: left;
  color: #d1d1d6;
}

.nt-final-dark {
  background: radial-gradient(circle at 50% 40%, rgba(10,132,255,.25), transparent 32%), #050506;
  text-align: center;
  color: #fff;
  padding: 140px 0;
}

.nt-final-dark h2 {
  font-size: clamp(52px, 7vw, 100px);
  line-height: .95;
  letter-spacing: -.075em;
}

.nt-final-dark p {
  color: #a1a1aa;
  font-size: 21px;
  margin: 24px 0 34px;
}

@media(max-width: 991px) {
  .nt-product-scene {
    margin-top: 60px;
  }

  .nt-title {
    font-size: 64px;
  }
}

@media(max-width: 575px) {
  .nt-hero-dark {
    padding-top: 100px;
  }

  .nt-card-main {
    transform: none;
  }

  .nt-phone-float {
    display: none;
  }

  .nt-tag-float {
    left: 10px;
  }

  .nt-premium-grid {
    grid-template-columns: 1fr;
  }

  .nt-actions a {
    width: 100%;
  }
}
/* MENU */

.nt-menu {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(5, 5, 6, .72);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.nt-menu-inner {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.nt-menu-brand,
.nt-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #f5f5f7;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.055em;
}

.nt-menu-brand:hover,
.nt-footer-brand:hover {
  color: #fff;
}

.nt-menu-logo {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  position: relative;
  background: linear-gradient(135deg, #f5f5f7, #8f8f8f);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.nt-menu-logo::after {
  content: "";
  position: absolute;
  right: -5px;
  top: -5px;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: linear-gradient(135deg, #42c6ff, #0a84ff);
  box-shadow: 0 8px 24px rgba(10,132,255,.35);
}

.nt-menu-links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nt-menu-links a {
  color: #c7c7cc;
  font-size: 14px;
  font-weight: 800;
  transition: .2s ease;
}

.nt-menu-links a:hover {
  color: #fff;
}

.nt-menu-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nt-menu-login,
.nt-menu-cta {
  min-height: 50px;
  padding: 0 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  transition: .2s ease;
}

.nt-menu-login {
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
}

.nt-menu-cta {
  color: #fff;
  background: linear-gradient(135deg, #42c6ff, #0a84ff);
  box-shadow: 0 14px 38px rgba(10,132,255,.28);
}

.nt-menu-login:hover,
.nt-menu-cta:hover {
  transform: translateY(-2px);
  color: #fff;
}

/* FOOTER */

.nt-footer {
  background: #050506;
  color: #f5f5f7;
  padding: 80px 0 34px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.nt-footer-top {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 80px;
  padding-bottom: 56px;
}

.nt-footer-brand {
  margin-bottom: 20px;
}

.nt-footer p {
  color: #a1a1aa;
  max-width: 430px;
  line-height: 1.65;
  margin: 0;
}

.nt-footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.nt-footer-columns h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 18px;
}

.nt-footer-columns a {
  display: block;
  color: #a1a1aa;
  font-size: 14px;
  margin-bottom: 12px;
  transition: .2s ease;
}

.nt-footer-columns a:hover {
  color: #fff;
}

.nt-footer-bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  color: #71717a;
  font-size: 14px;
}

.nt-footer-bottom div {
  display: flex;
  gap: 22px;
}

.nt-footer-bottom a {
  color: #a1a1aa;
}

.nt-footer-bottom a:hover {
  color: #fff;
}

/* MOBILE MENU */

@media(max-width: 991px) {
  .nt-menu-inner {
    height: auto;
    min-height: 76px;
    padding: 16px 0;
    flex-wrap: wrap;
  }

  .nt-menu-links {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    padding-top: 10px;
  }

  .nt-menu-actions {
    gap: 8px;
  }

  .nt-menu-login,
  .nt-menu-cta {
    min-height: 44px;
    padding: 0 18px;
  }

  .nt-footer-top {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .nt-footer-columns {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 575px) {
  .nt-menu-brand span:last-child {
    font-size: 21px;
  }

  .nt-menu-links {
    font-size: 13px;
  }

  .nt-menu-actions {
    width: 100%;
  }

  .nt-menu-login,
  .nt-menu-cta {
    flex: 1;
  }
}
/* LOGIN PAGE */

.nt-login-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 75% 20%, rgba(10,132,255,.24), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(255,255,255,.07), transparent 26%),
    #050506;
  color: #f5f5f7;
  position: relative;
  overflow: hidden;
}

.nt-login-page::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .08;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(circle at center, black, transparent 75%);
  pointer-events: none;
}

.nt-login-section {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  padding: 130px 0 90px;
  position: relative;
  z-index: 1;
}

.nt-login-copy h1 {
  font-size: clamp(58px, 8vw, 104px);
  line-height: .9;
  letter-spacing: -.075em;
  color: #f5f5f7;
  margin-bottom: 28px;
}

.nt-login-copy p {
  color: #c7c7cc;
  font-size: 21px;
  line-height: 1.6;
  max-width: 620px;
  margin-bottom: 34px;
}

.nt-login-points {
  display: grid;
  gap: 14px;
  color: #d1d1d6;
  font-size: 15px;
}

.nt-login-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 36px;
  padding: 38px;
  box-shadow: 0 30px 100px rgba(0,0,0,.5);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.nt-login-card-header {
  margin-bottom: 32px;
}

.nt-login-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.055em;
  margin-bottom: 36px;
}

.nt-login-brand:hover {
  color: #fff;
}

.nt-login-card-header h2 {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -.055em;
  color: #fff;
  margin-bottom: 12px;
}

.nt-login-card-header p {
  color: #a1a1aa;
  line-height: 1.55;
  margin: 0;
}

.nt-login-form {
  display: grid;
  gap: 18px;
}

.nt-form-group {
  display: grid;
  gap: 9px;
}

.nt-form-group label {
  color: #d1d1d6;
  font-size: 14px;
  font-weight: 800;
}

.nt-form-group input {
  width: 100%;
  min-height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(0,0,0,.34);
  color: #f5f5f7;
  padding: 0 18px;
  font-size: 15px;
  outline: none;
  transition: .2s ease;
}

.nt-form-group input::placeholder {
  color: rgba(255,255,255,.36);
}

.nt-form-group input:focus {
  border-color: rgba(66,198,255,.75);
  box-shadow: 0 0 0 4px rgba(10,132,255,.16);
}

.nt-login-submit {
  min-height: 56px;
  width: 100%;
  border: 0;
  border-radius: 999px;
  margin-top: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  background: linear-gradient(135deg, #42c6ff, #0a84ff);
  box-shadow: 0 18px 50px rgba(10,132,255,.32);
  cursor: pointer;
  transition: .2s ease;
}

.nt-login-submit:hover {
  transform: translateY(-2px);
}

.nt-login-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: #a1a1aa;
  font-size: 14px;
  margin-top: 6px;
}

.nt-login-links a {
  color: #a1a1aa;
}

.nt-login-links a:hover {
  color: #fff;
}

.nt-login-links span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #71717a;
}

.nt-login-errors,
.nt-login-success {
  border-radius: 18px;
  padding: 16px 18px;
  margin-bottom: 22px;
  line-height: 1.5;
}

.nt-login-errors {
  background: rgba(255,77,77,.12);
  border: 1px solid rgba(255,77,77,.25);
  color: #ffb4b4;
}

.nt-login-errors ul {
  margin: 0;
  padding-left: 18px;
}

.nt-login-success {
  background: rgba(34,197,94,.12);
  border: 1px solid rgba(34,197,94,.25);
  color: #bbf7d0;
}

/* Als showErrors() eigen classes teruggeeft */
.nt-login-errors .alert,
.nt-login-errors .alert-danger,
.nt-login-errors .error,
.nt-login-errors .errors {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  color: inherit !important;
}

@media(max-width: 991px) {
  .nt-login-section {
    padding: 110px 0 70px;
  }

  .nt-login-card {
    max-width: 560px;
  }
}

@media(max-width: 575px) {
  .nt-login-card {
    padding: 28px;
    border-radius: 30px;
  }

  .nt-login-links {
    flex-direction: column;
    gap: 8px;
  }

  .nt-login-links span {
    display: none;
  }
}
/* LOGIN V2 */

.nt-login-v2 {
  min-height: 100vh;
  background: #050506;
  color: #f5f5f7;
  overflow: hidden;
}

.nt-login-hero {
  min-height: calc(100vh - 76px);
  padding: 120px 0 80px;
  display: flex;
  align-items: center;
  position: relative;
  background:
    radial-gradient(circle at 75% 22%, rgba(10,132,255,.30), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(255,255,255,.08), transparent 28%),
    #050506;
}

.nt-login-bg-grid {
  position: absolute;
  inset: 0;
  opacity: .08;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(circle at center, black, transparent 76%);
  pointer-events: none;
}

.nt-login-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(22px);
  pointer-events: none;
}

.nt-login-orb-one {
  width: 380px;
  height: 380px;
  right: 7%;
  top: 18%;
  background: rgba(10,132,255,.18);
}

.nt-login-orb-two {
  width: 240px;
  height: 240px;
  left: 8%;
  bottom: 12%;
  background: rgba(66,198,255,.09);
}

.nt-login-copy-v2 {
  position: relative;
  z-index: 2;
}

.nt-login-copy-v2 h1 {
  color: #f5f5f7;
  font-size: clamp(60px, 8vw, 108px);
  line-height: .9;
  letter-spacing: -.08em;
  margin-bottom: 28px;
}

.nt-login-copy-v2 p {
  color: #c7c7cc;
  font-size: 21px;
  line-height: 1.6;
  max-width: 610px;
  margin-bottom: 34px;
}

.nt-login-mini-dashboard {
  max-width: 560px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.nt-login-mini-dashboard div {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.11);
  backdrop-filter: blur(18px);
}

.nt-login-mini-dashboard strong {
  display: block;
  color: #fff;
  font-size: 28px;
  letter-spacing: -.04em;
  margin-bottom: 4px;
}

.nt-login-mini-dashboard span {
  color: #a1a1aa;
  font-size: 13px;
}

.nt-login-card-v2 {
  position: relative;
  z-index: 2;
  padding: 34px;
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow:
    0 30px 100px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
}

.nt-login-card-v2::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(66,198,255,.45), transparent 32%, rgba(255,255,255,.12));
  z-index: -1;
  opacity: .35;
}

.nt-login-top-v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 36px;
}

.nt-login-brand-v2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -.055em;
}

.nt-login-brand-v2:hover {
  color: #fff;
}

.nt-login-chip {
  color: #42c6ff;
  background: rgba(10,132,255,.12);
  border: 1px solid rgba(10,132,255,.28);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
}

.nt-login-heading-v2 {
  margin-bottom: 28px;
}

.nt-login-heading-v2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -.065em;
  margin-bottom: 12px;
}

.nt-login-heading-v2 p {
  color: #a1a1aa;
  line-height: 1.55;
  margin: 0;
}

.nt-login-form-v2 {
  display: grid;
  gap: 18px;
}

.nt-input-wrap {
  display: grid;
  gap: 9px;
}

.nt-input-wrap label {
  color: #d1d1d6;
  font-size: 13px;
  font-weight: 900;
}

.nt-input-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  border-radius: 20px;
  padding: 0 18px;
  background: rgba(0,0,0,.38);
  border: 1px solid rgba(255,255,255,.13);
  transition: .2s ease;
}

.nt-input-icon:focus-within {
  border-color: rgba(66,198,255,.78);
  box-shadow: 0 0 0 4px rgba(10,132,255,.16);
}

.nt-input-icon i {
  color: #42c6ff;
  font-size: 17px;
}

.nt-input-icon input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f5f5f7;
  font-size: 15px;
}

.nt-input-icon input::placeholder {
  color: rgba(255,255,255,.35);
}

.nt-login-button-v2 {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  margin-top: 8px;
  color: #fff;
  background: linear-gradient(135deg, #42c6ff, #0a84ff);
  box-shadow: 0 18px 52px rgba(10,132,255,.34);
  font-size: 15px;
  font-weight: 950;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: .2s ease;
}

.nt-login-button-v2:hover {
  transform: translateY(-2px);
}

.nt-login-links-v2 {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 4px;
  font-size: 14px;
}

.nt-login-links-v2 a {
  color: #a1a1aa;
}

.nt-login-links-v2 a:hover {
  color: #fff;
}

.nt-login-card-footer-v2 {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #71717a;
  font-size: 13px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.nt-login-card-footer-v2 span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0a84ff;
  box-shadow: 0 0 20px rgba(10,132,255,.9);
}

.nt-login-errors,
.nt-login-success {
  border-radius: 18px;
  padding: 16px 18px;
  margin-bottom: 22px;
  line-height: 1.5;
}

.nt-login-errors {
  background: rgba(255,77,77,.12);
  border: 1px solid rgba(255,77,77,.25);
  color: #ffb4b4;
}

.nt-login-success {
  background: rgba(34,197,94,.12);
  border: 1px solid rgba(34,197,94,.25);
  color: #bbf7d0;
}

.nt-login-errors ul {
  margin: 0;
  padding-left: 18px;
}

@media(max-width: 991px) {
  .nt-login-hero {
    padding: 105px 0 70px;
  }

  .nt-login-mini-dashboard {
    margin-bottom: 20px;
  }

  .nt-login-card-v2 {
    max-width: 560px;
  }
}

@media(max-width: 575px) {
  .nt-login-copy-v2 h1 {
    font-size: 58px;
  }

  .nt-login-mini-dashboard {
    grid-template-columns: 1fr;
  }

  .nt-login-card-v2 {
    padding: 26px;
    border-radius: 30px;
  }

  .nt-login-top-v2 {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* REGISTER */

.nt-register-page {
    background:#050506;
    color:#f5f5f7;
}

.nt-register-hero {
    min-height:calc(100vh - 76px);
    display:flex;
    align-items:center;
    padding:120px 0 80px;
    position:relative;
    overflow:hidden;
}

.nt-register-copy h1{
    font-size:clamp(60px,8vw,108px);
    line-height:.9;
    letter-spacing:-.08em;
    margin-bottom:28px;
}

.nt-register-copy p{
    color:#c7c7cc;
    font-size:21px;
    line-height:1.6;
    margin-bottom:34px;
}

.nt-register-benefits{
    display:grid;
    gap:14px;
    max-width:520px;
}

.nt-benefit-card{
    padding:20px;
    border-radius:24px;

    background:
    rgba(255,255,255,.06);

    border:
    1px solid rgba(255,255,255,.12);

    backdrop-filter:blur(20px);
}

.nt-benefit-card strong{
    display:block;
    color:white;
    margin-bottom:6px;
}

.nt-benefit-card span{
    color:#a1a1aa;
    font-size:14px;
}

.nt-register-card{
    padding:34px;

    border-radius:38px;

    background:
    linear-gradient(
        180deg,
        rgba(255,255,255,.11),
        rgba(255,255,255,.04)
    );

    border:
    1px solid rgba(255,255,255,.14);

    backdrop-filter:blur(24px);

    box-shadow:
    0 30px 100px rgba(0,0,0,.55);
}

.nt-register-footer{
    margin-top:24px;

    display:flex;
    justify-content:space-between;
    gap:12px;

    flex-wrap:wrap;
}

.nt-register-check{
    color:#42c6ff;
    font-size:13px;
    font-weight:700;
}
.nt-register-page {
  background: #050506;
  color: #f5f5f7;
}

.nt-register-hero {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 22%, rgba(10,132,255,.30), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(255,255,255,.08), transparent 28%),
    #050506;
}

.nt-register-copy h1 {
  color: #f5f5f7;
  font-size: clamp(60px, 8vw, 108px);
  line-height: .9;
  letter-spacing: -.08em;
  margin-bottom: 28px;
}

.nt-register-copy p {
  color: #c7c7cc;
  font-size: 21px;
  line-height: 1.6;
  margin-bottom: 34px;
}

.nt-register-benefits {
  display: grid;
  gap: 14px;
  max-width: 540px;
}

.nt-benefit-card {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.11);
  backdrop-filter: blur(18px);
}

.nt-benefit-card strong {
  display: block;
  color: #fff;
  margin-bottom: 6px;
}

.nt-benefit-card span {
  color: #a1a1aa;
  font-size: 14px;
}

.nt-register-card {
  position: relative;
  z-index: 2;
  padding: 34px;
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow:
    0 30px 100px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
}

.nt-input-icon select {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f5f5f7;
  font-size: 15px;
  appearance: none;
}

.nt-input-icon select option {
  background: #111114;
  color: #fff;
}

.nt-register-terms {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #a1a1aa;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 4px;
}

.nt-register-terms input {
  margin-top: 4px;
  accent-color: #0a84ff;
}

.nt-register-terms a {
  color: #42c6ff;
  font-weight: 800;
}

@media(max-width: 575px) {
  .nt-register-card {
    padding: 26px;
    border-radius: 30px;
  }
}