:root {
  --black: #050505;
  --near-black: #0b0b0c;
  --panel: rgba(16, 16, 18, 0.82);
  --white: #ffffff;
  --soft-white: #f4f4f4;
  --grey: #a9a9ad;
  --line: rgba(255, 255, 255, 0.13);
  --line-strong: rgba(255, 255, 255, 0.22);
  --danger: #ffb4b4;
  --success: #bbf7d0;
  --radius: 28px;
  --shadow: 0 30px 100px rgba(0, 0, 0, 0.55);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--black);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 75% 18%, rgba(255,255,255,0.08), transparent 22%),
    radial-gradient(circle at 18% 82%, rgba(255,255,255,0.05), transparent 28%),
    linear-gradient(145deg, #020202 0%, #09090a 52%, #030303 100%);
  color: var(--white);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.background {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.line-grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent 80%);
}

.orb {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    inset 0 0 80px rgba(255,255,255,0.02),
    0 0 100px rgba(255,255,255,0.03);
}

.orb::before,
.orb::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,0.08);
}

.orb-one {
  width: 760px;
  height: 760px;
  top: -330px;
  right: -190px;
}

.orb-one::before {
  inset: 72px;
}

.orb-one::after {
  inset: 142px;
}

.orb-two {
  width: 560px;
  height: 560px;
  bottom: -370px;
  left: -180px;
}

.orb-two::before {
  inset: 60px;
}

.orb-two::after {
  inset: 120px;
}

.site-header {
  position: relative;
  z-index: 2;
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  padding: 34px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 120px;
  padding: 10px 12px 8px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.28);
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.merchant-mark {
  text-align: right;
  letter-spacing: 0.08em;
}

.merchant-mark span {
  display: block;
  margin-bottom: 4px;
  color: var(--grey);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.merchant-mark strong {
  font-size: 0.82rem;
  letter-spacing: 0.17em;
}

.shell {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100% - 64px));
  min-height: calc(100vh - 210px);
  margin: 0 auto;
  padding: 52px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(410px, 0.72fr);
  gap: clamp(48px, 7vw, 118px);
  align-items: center;
}

.intro {
  max-width: 770px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 30px;
  color: #d7d7da;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.eyebrow span {
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, #fff, rgba(255,255,255,0.15));
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.2rem, 3.6vw, 4.15rem);
  line-height: 0.98;
  letter-spacing: -0.062em;
  font-weight: 560;
  text-wrap: balance;
}

.lead {
  max-width: 650px;
  margin: 34px 0 0;
  color: #b8b8bd;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.65;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 42px;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 999px;
  background: rgba(255,255,255,0.035);
  color: #d1d1d5;
  font-size: 0.82rem;
}

.trust-item svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.access-card {
  position: relative;
  isolation: isolate;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(150deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025) 45%),
    var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.access-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(255,255,255,0.34), transparent 34%, rgba(255,255,255,0.06));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.card-top {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 31px;
}

.lock-badge {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #fff;
  color: #050505;
  box-shadow: 0 10px 28px rgba(0,0,0,0.35);
}

.lock-badge svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.card-kicker {
  margin: 0 0 5px;
  color: var(--grey);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

h2 {
  margin: 0;
  font-size: 1.48rem;
  letter-spacing: -0.025em;
}

label {
  display: block;
  margin-bottom: 10px;
  color: #e4e4e6;
  font-size: 0.88rem;
  font-weight: 650;
}

.input-wrap {
  position: relative;
}

input {
  width: 100%;
  height: 58px;
  padding: 0 56px 0 17px;
  border: 1px solid rgba(255,255,255,0.17);
  border-radius: 15px;
  outline: none;
  background: rgba(0,0,0,0.34);
  color: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

input::placeholder {
  color: #76767c;
}

input:focus {
  border-color: rgba(255,255,255,0.62);
  background: rgba(0,0,0,0.44);
  box-shadow: 0 0 0 4px rgba(255,255,255,0.07);
}

.reveal {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #aaaab0;
  cursor: pointer;
}

.reveal:hover,
.reveal:focus-visible {
  background: rgba(255,255,255,0.08);
  color: #fff;
}

.reveal svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.help {
  margin: 10px 0 0;
  color: #8e8e94;
  font-size: 0.79rem;
  line-height: 1.45;
}

.form-message {
  min-height: 21px;
  margin: 12px 0 3px;
  font-size: 0.82rem;
}

.form-message.error {
  color: var(--danger);
}

.form-message.success {
  color: var(--success);
}

.enter-button {
  width: 100%;
  min-height: 58px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 0;
  border-radius: 15px;
  background: #fff;
  color: #050505;
  font-weight: 760;
  cursor: pointer;
  box-shadow: 0 14px 36px rgba(0,0,0,0.34);
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.enter-button:hover {
  transform: translateY(-2px);
  background: #f0f0f0;
  box-shadow: 0 18px 44px rgba(0,0,0,0.44);
}

.enter-button:active {
  transform: translateY(0);
}

.enter-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.enter-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.privacy-note {
  display: flex;
  gap: 11px;
  margin-top: 23px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.09);
  color: #85858c;
}

.privacy-note svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  fill: currentColor;
}

.privacy-note p {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.55;
}

footer {
  position: relative;
  z-index: 2;
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 30px;
  color: #87878d;
  font-size: 0.82rem;
}

footer p {
  margin: 0;
}

footer a {
  color: #fff;
  text-underline-offset: 4px;
}

@media (max-width: 980px) {
  .site-header,
  .shell,
  footer {
    width: min(100% - 38px, 720px);
  }

  .site-header {
    padding-top: 22px;
  }

  .shell {
    min-height: auto;
    padding-top: 54px;
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .intro {
    max-width: none;
  }

  h1 {
    font-size: clamp(2.35rem, 7.5vw, 3.8rem);
  }

  .access-card {
    max-width: 610px;
  }

  footer {
    padding-top: 10px;
  }
}

@media (max-width: 600px) {
  .site-header,
  .shell,
  footer {
    width: min(100% - 28px, 560px);
  }

  .site-header {
    align-items: flex-start;
  }

  .brand {
    width: 142px;
  }

  .merchant-mark strong {
    font-size: 0.67rem;
  }

  .merchant-mark span {
    font-size: 0.57rem;
  }

  .shell {
    padding: 42px 0 52px;
  }

  h1 {
    font-size: clamp(2.05rem, 9.5vw, 3rem);
  }

  .lead {
    margin-top: 24px;
    font-size: 1rem;
  }

  .trust-row {
    margin-top: 30px;
  }

  .access-card {
    padding: 25px 20px;
    border-radius: 22px;
  }

  footer {
    line-height: 1.55;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behaviour: auto !important;
    transition: none !important;
  }
}
