@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');

:root { color-scheme: dark; --blue: #1769ff; --blue-bright: #2879ff; --ink: #020714; --panel: #071326; --line: #26344a; --muted: #a8b0bf; }
* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body { background: var(--ink); color: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; }
a { color: #1380ff; text-decoration: none; }
.access-shell { min-height: 100vh; display: grid; grid-template-columns: 42% 58%; background: radial-gradient(circle at 70% 45%, #071426 0, #020714 46%); }
.access-story { position: relative; min-height: 100vh; padding: 56px 64px 42px; border-right: 1px solid #263044; overflow: hidden; background: radial-gradient(circle at 32% 18%, rgba(20,55,120,.12), transparent 30%), #020714; }
.access-story::after { content: ""; position: absolute; inset: auto -8% -7% -8%; height: 34%; opacity: .72; background-image: repeating-radial-gradient(ellipse at 50% 125%, transparent 0 12px, rgba(24,105,255,.24) 13px 14px, transparent 15px 25px); transform: scaleY(.42); transform-origin: bottom; pointer-events: none; }
.access-brand { position: relative; z-index: 2; display: inline-block; width: 280px; }
.access-brand img { display: block; width: 100%; height: auto; }
.access-story-copy { position: relative; z-index: 2; margin-top: 58px; max-width: 610px; }
.access-story h1 { margin: 0 0 20px; font-size: clamp(50px, 4vw, 70px); line-height: .98; letter-spacing: -.045em; font-weight: 650; }
.access-story h1 span { color: var(--blue); }
.access-lead { margin: 0 0 24px; color: #b7beca; font-size: 20px; line-height: 1.62; }
.access-benefits article { display: grid; grid-template-columns: 72px 1fr; gap: 18px; align-items: center; max-width: 470px; padding: 10px 0 12px; border-bottom: 1px solid rgba(101,116,140,.22); }
.benefit-icon { width: 68px; height: 68px; border: 1px solid #26374f; border-radius: 50%; display: grid; place-items: center; color: var(--blue); font-size: 26px; }
.benefit-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.access-benefits h2 { margin: 0 0 4px; font-size: 16px; font-weight: 600; }
.access-benefits p { margin: 0; color: #aab2c0; font-size: 14px; line-height: 1.45; }
.access-security { position: absolute; z-index: 2; left: 64px; bottom: 52px; display: flex; gap: 18px; align-items: center; color: #aab2c0; font-size: 14px; line-height: 1.65; }
.access-security > i { color: var(--blue); font-size: 35px; }
.access-security p { margin: 0; }
.access-form-side { position: relative; min-height: 100vh; padding: 76px 7vw 48px; display: flex; flex-direction: column; align-items: center; }
.access-account { position: absolute; top: 38px; right: 7vw; color: #b5bdca; font-size: 15px; }
.access-account a { margin-left: 14px; }
.access-card { width: min(100%, 850px); padding: 36px 54px 28px; margin-top: 0; border: 1px solid #26364c; border-radius: 16px; background: linear-gradient(145deg, rgba(8,24,45,.92), rgba(4,14,30,.95)); box-shadow: 0 26px 70px rgba(0,0,0,.28); }
.access-card header h2 { margin: 0 0 7px; font-size: 28px; letter-spacing: -.025em; }
.access-card header p { margin: 0 0 24px; color: #aeb6c4; }
.access-card > label, .form-grid label { display: grid; gap: 8px; margin-bottom: 17px; color: #f3f6fb; font-size: 14px; }
.access-card > label > b,
.form-grid > label > b { color: #ff6b75; }
.access-card label small { color: #8994a6; }
.form-grid { display: grid; gap: 22px; }
.two-columns { grid-template-columns: 1fr 1fr; }
.field { height: 45px; display: flex; align-items: center; gap: 12px; padding: 0 14px; border: 1px solid #344258; border-radius: 6px; background: rgba(4,14,29,.68); color: #8994a6; }
.field:focus-within { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(23,105,255,.12); }
.field input, .field select { width: 100%; min-width: 0; border: 0; outline: 0; color: #fff; background: transparent; font: inherit; }
.field select { appearance: auto; }
.field option { color: #111827; background: #fff; }
input::placeholder, textarea::placeholder { color: #8f98a7; }
fieldset { margin: 0 0 18px; padding: 0; border: 0; }
legend { margin-bottom: 10px; font-size: 14px; }
.use-cases { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.use-cases label { position: relative; cursor: pointer; }
.use-cases input { position: absolute; opacity: 0; }
.use-cases span { min-height: 104px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 12px 7px; border: 1px solid #344258; border-radius: 7px; text-align: center; color: #fff; background: rgba(4,14,29,.68); }
.use-cases i { color: #b5becd; font-size: 23px; }
.use-cases svg { width: 27px; height: 27px; fill: none; stroke: #b5becd; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.use-cases b { font-size: 12px; line-height: 1.25; }
.use-cases input:checked + span { color: #60a2ff; border-color: var(--blue); background: rgba(23,105,255,.11); }
.use-cases input:checked + span i { color: var(--blue-bright); }
.use-cases input:checked + span svg { stroke: var(--blue-bright); }
.access-security > svg { width: 38px; height: 38px; flex: 0 0 auto; fill: none; stroke: var(--blue-bright); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
textarea { width: 100%; height: 70px; resize: vertical; padding: 13px 15px; border: 1px solid #344258; border-radius: 6px; outline: 0; color: #fff; background: rgba(4,14,29,.68); font: inherit; }
textarea:focus { border-color: var(--blue); }
.terms { display: flex !important; grid-template-columns: none !important; align-items: center; gap: 10px !important; color: #aeb6c4 !important; }
.terms input { width: 19px; height: 19px; accent-color: var(--blue); }
.access-card button { width: 100%; height: 51px; border: 0; border-radius: 6px; color: #fff; background: linear-gradient(90deg, #096cff, #1769ff); font: 600 17px inherit; cursor: pointer; box-shadow: 0 10px 30px rgba(23,105,255,.2); }
.access-card button:hover { filter: brightness(1.08); }
.form-message { min-height: 18px; margin-top: 8px; text-align: center; font-size: 13px; }
.access-help { margin-top: 25px; color: #b5bdca; font-size: 15px; }
.access-help a { margin-left: 13px; }

@media (max-width: 1100px) {
  .access-shell { grid-template-columns: 1fr; }
  .access-story { min-height: auto; padding-bottom: 70px; border-right: 0; border-bottom: 1px solid #263044; }
  .access-security { position: relative; left: auto; bottom: auto; margin-top: 40px; }
  .access-form-side { min-height: auto; padding: 95px 28px 50px; }
  .access-account { top: 35px; right: 28px; }
}
@media (max-width: 720px) {
  .access-story { padding: 34px 24px 55px; }
  .access-brand { width: 220px; }
  .access-story-copy { margin-top: 46px; }
  .access-story h1 { font-size: 48px; }
  .access-lead { font-size: 17px; }
  .access-card { padding: 28px 20px; }
  .two-columns { grid-template-columns: 1fr; gap: 0; }
  .use-cases { grid-template-columns: repeat(2, 1fr); }
}
