:root {
    --ink: #07172f;
    --ink-2: #0b2448;
    --blue: #166cff;
    --cyan: #05c9e8;
    --mint: #76e2c6;
    --paper: #f4f8fd;
    --white: #fff;
    --text: #172944;
    --muted: #657791;
    --line: #dce6f2;
    --danger: #a32932;
    --font: "Aptos", "Segoe UI Variable Text", "Segoe UI", Tahoma, sans-serif;
}

* { box-sizing: border-box; }
html { min-height: 100%; }
body { min-height: 100vh; margin: 0; color: var(--text); background: var(--ink); font: 16px/1.55 var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { font: inherit; }

.access-home, .access-language { position: fixed; z-index: 5; top: 26px; text-decoration: none; }
.access-home { inset-inline-start: 30px; display: inline-flex; align-items: center; gap: 11px; color: var(--white); }
.access-home img { width: 43px; height: 43px; padding: 4px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 13px; }
.access-home span { display: grid; line-height: 1.05; }
.access-home strong { font-size: 1.06rem; letter-spacing: -.02em; }
.access-home small { margin-top: 5px; color: rgba(255,255,255,.5); font-size: .63rem; letter-spacing: .04em; }
.access-language { inset-inline-end: 30px; min-height: 40px; display: inline-flex; align-items: center; padding: 0 14px; color: rgba(255,255,255,.86); background: rgba(7,23,47,.9); border: 1px solid rgba(255,255,255,.15); border-radius: 10px; box-shadow: 0 8px 24px rgba(7,23,47,.16); font-size: .78rem; font-weight: 700; }
.access-language:hover { color: var(--white); background: var(--ink-2); }

.access-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(470px, .86fr); }
.access-story { position: relative; min-height: 720px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: 130px clamp(42px, 7vw, 110px) 70px; color: var(--white); background: radial-gradient(circle at 70% 48%, rgba(22,108,255,.28), transparent 31%), radial-gradient(circle at 22% 80%, rgba(5,201,232,.11), transparent 25%), var(--ink); }
.access-story::after { content: ""; position: absolute; inset: 0 0 0 auto; width: 1px; background: linear-gradient(transparent, rgba(5,201,232,.5), transparent); }
[dir="rtl"] .access-story::after { inset: 0 auto 0 0; }
.access-kicker, .card-kicker { color: var(--cyan); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.access-story h1 { max-width: 680px; margin: 20px 0; font-size: clamp(3rem, 5.4vw, 5.7rem); line-height: .96; letter-spacing: -.055em; }
[dir="rtl"] .access-story h1 { line-height: 1.12; }
.access-story > p { position: relative; z-index: 2; max-width: 610px; margin: 0; color: rgba(255,255,255,.64); font-size: 1.03rem; }
.service-state { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.service-state span { display: inline-flex; align-items: center; gap: 7px; min-height: 32px; padding: 0 11px; color: rgba(255,255,255,.58); background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.09); border-radius: 999px; font-size: .7rem; font-weight: 700; }
.service-state i { width: 6px; height: 6px; background: #7789a4; border-radius: 50%; }
.service-state .is-live { color: var(--mint); border-color: rgba(118,226,198,.23); }
.service-state .is-live i { background: var(--mint); box-shadow: 0 0 0 5px rgba(118,226,198,.1); }
.service-state .is-building { color: #84c6ff; }
.service-state .is-building i { background: #4fa4ff; }
.access-orbit { position: absolute; right: -80px; bottom: -120px; width: 500px; height: 500px; opacity: .24; }
[dir="rtl"] .access-orbit { right: auto; left: -80px; }
.access-orbit img { position: absolute; inset: 50% auto auto 50%; width: 138px; transform: translate(-50%,-50%); }
.orbit { position: absolute; inset: 50%; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 300px; height: 300px; }
.orbit-two { width: 460px; height: 460px; border-style: dashed; }
.satellite { position: absolute; width: 13px; height: 13px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 8px rgba(5,201,232,.12); }
.satellite-one { top: 93px; left: 168px; }.satellite-two { right: 86px; top: 245px; }.satellite-three { left: 112px; bottom: 99px; }
.security-line { position: relative; z-index: 2; margin-top: 46px; color: rgba(255,255,255,.43); font-size: .68rem; letter-spacing: .02em; }

.access-card-wrap { display: grid; place-items: center; min-height: 100vh; padding: 100px clamp(28px, 6vw, 92px) 50px; background: var(--paper); }
.access-card { width: min(100%, 480px); padding: clamp(30px, 5vw, 48px); background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 28px 80px rgba(7,23,47,.12); }
.access-card h2 { margin: 11px 0 10px; color: var(--ink); font-size: clamp(2rem, 3vw, 2.75rem); line-height: 1.05; letter-spacing: -.04em; }
[dir="rtl"] .access-card h2 { line-height: 1.25; }
.card-intro { margin: 0 0 27px; color: var(--muted); font-size: .92rem; }
.form-alert { margin-bottom: 20px; padding: 13px 15px; color: var(--danger); background: #fff1f2; border: 1px solid #ffd4d8; border-radius: 11px; font-size: .8rem; }
.form-success { margin-bottom: 20px; padding: 13px 15px; color: #07664f; background: #ecfdf5; border: 1px solid #a7f3d0; border-radius: 11px; font-size: .8rem; }
.form-alert ul { margin: 0; padding-inline-start: 18px; }
.access-form { display: grid; }
.access-form label { margin: 14px 0 7px; color: var(--ink-2); font-size: .79rem; font-weight: 760; }
.access-form label small { color: var(--muted); font-size: .7rem; font-weight: 500; }
.access-form input:not([type="checkbox"]) { width: 100%; min-height: 51px; padding: 0 14px; color: var(--text); background: var(--white); border: 1px solid #cfdbea; border-radius: 11px; outline: none; transition: border-color .18s, box-shadow .18s; }
.access-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(22,108,255,.11); }
.check-row { display: flex; align-items: center; gap: 9px; cursor: pointer; }
.check-row input { width: 17px; height: 17px; accent-color: var(--blue); }
.access-form button, .access-primary-link { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; margin-top: 20px; padding: 0 20px; color: var(--white); background: linear-gradient(135deg, #0d66f5, #078dcc); border: 0; border-radius: 11px; box-shadow: 0 12px 28px rgba(22,108,255,.22); font-weight: 800; text-decoration: none; cursor: pointer; }
.access-form button:hover, .access-primary-link:hover { background: linear-gradient(135deg, #075bdb, #057eb8); }
.access-primary-link { width: 100%; }
.access-links { margin-top: 25px; padding-top: 21px; border-top: 1px solid var(--line); }
.access-links p { margin: 7px 0; color: var(--muted); font-size: .78rem; }
.access-links a { color: #075fc7; font-weight: 750; text-underline-offset: 3px; }
.closed-icon { width: 52px; height: 52px; display: grid; place-items: center; margin: 18px 0; color: var(--blue); background: #e9f3ff; border-radius: 15px; }
.closed-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }

a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid #5dddec; outline-offset: 3px; }

@media (max-width: 900px) {
    .access-shell { grid-template-columns: 1fr; }
    .access-story { min-height: 510px; padding-top: 120px; padding-bottom: 60px; }
    .access-story h1 { max-width: 720px; font-size: clamp(2.7rem, 9vw, 5rem); }
    .access-orbit { width: 390px; height: 390px; right: -100px; bottom: -125px; }
    [dir="rtl"] .access-orbit { right: auto; left: -100px; }
    .orbit-one { width: 235px; height: 235px; }.orbit-two { width: 360px; height: 360px; }
    .access-card-wrap { min-height: auto; padding-block: 58px; }
}

@media (max-width: 560px) {
    .access-home { top: 18px; inset-inline-start: 18px; }
    .access-home small { display: none; }
    .access-language { top: 20px; inset-inline-end: 18px; min-height: 36px; }
    .access-story { min-height: 470px; padding: 105px 22px 48px; }
    .access-story h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
    .access-story > p { font-size: .91rem; }
    .security-line { margin-top: 32px; }
    .access-card-wrap { padding: 38px 16px; }
    .access-card { padding: 28px 22px; border-radius: 20px; }
}

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