.access-section { position: relative; isolation: isolate; overflow: hidden; background: #07090c; color: #f3f4ef; }
.access-section::before { content: ''; position: absolute; z-index: -1; inset: 0; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23grain)' d='M0 0h180v180H0z'/%3E%3C/svg%3E"); }
.access-layout { min-height: 100svh; max-width: 1760px; margin: auto; padding: 110px clamp(24px, 3.8vw, 64px) 70px; display: grid; grid-template-columns: 55% 38%; gap: 7%; align-items: center; }
.access-capsule { position: absolute; z-index: -1; width: clamp(230px, 24vw, 400px); height: 88%; left: clamp(-310px, -18vw, -170px); top: 6%; border: 1px solid #b9ff4540; border-radius: 240px; box-shadow: 0 0 30px #b9ff450a, inset 0 0 25px #b9ff4508; }
.access-capsule::before { content: ''; position: absolute; inset: -24px; border: 1px solid #ffffff08; border-radius: inherit; }
.access-kicker { margin: 0 0 34px; color: #a8abb1; font-size: clamp(11px, 1.1vw, 18px); }
.access-copy h2 { margin: 0; font: 500 clamp(46px, 5.5vw, 92px)/1.08 'Chakra Petch', sans-serif; letter-spacing: -.045em; }
.access-description { margin: 34px 0 0; color: #b8bbc1; font: 400 clamp(17px, 1.5vw, 24px)/1.5 'Chakra Petch', sans-serif; }
.access-readiness { margin: 52px 0 0; color: #a8abb1; font-size: clamp(11px, 1.12vw, 18px); line-height: 1.8; }
.access-form { min-width: 0; padding: clamp(24px, 3vw, 48px); border: 1px solid #ffffff30; border-top-color: #ffffff70; border-radius: 24px; background: linear-gradient(135deg, #10131899, #0b0e12); box-shadow: inset 1px 1px 0 #ffffff08; }
.access-form h3 { margin: 0 0 34px; font: 500 clamp(24px, 2.15vw, 36px)/1.2 'Chakra Petch', sans-serif; letter-spacing: -.03em; }
.access-field { display: grid; gap: 10px; margin-bottom: 24px; }
.access-form { scroll-margin-top: 96px; }
.access-field label { font-size: clamp(13px, 1.1vw, 17px); }
.access-field-error { margin: 0; color: #ffb5a9; font: 400 14px/1.45 'Chakra Petch', sans-serif; }
.access-field-error:empty { display: none; }
.access-field [aria-invalid="true"] { border-color: #ffb5a9; }
.access-field input, .access-field select { width: 100%; min-width: 0; height: 56px; padding: 0 16px; font: 400 16px 'Chakra Petch', sans-serif; background: #07090c; color: #f3f4ef; border: 1px solid #ffffff30; border-radius: 8px; color-scheme: dark; transition: border-color .25s ease, box-shadow .25s ease; }
.access-field input::placeholder { color: #969ba3; opacity: 1; }
.access-field select:invalid { color: #969ba3; }
.access-field :is(input, select):focus-visible { outline: 2px solid #b9ff45; outline-offset: 3px; border-color: #b9ff4566; box-shadow: 0 0 16px #b9ff450c; }
.access-submit { position: relative; overflow: hidden; width: 100%; min-height: 60px; padding: 16px; margin-top: 8px; border: 1px solid #b9ff45; border-radius: 8px; background: #b9ff45; color: #07090c; font: 600 19px 'Chakra Petch', sans-serif; cursor: pointer; transition: background .25s, box-shadow .25s; }
.access-submit:hover { background: #cbff79; box-shadow: 0 0 24px #b9ff4520; }
.access-submit:focus-visible { outline: 2px solid #f3f4ef; outline-offset: 4px; }
.access-submit:disabled { cursor: wait; opacity: .7; }
.access-feedback { margin: 0; font: 400 15px/1.5 'Chakra Petch', sans-serif; color: #b8bbc1; }
.access-feedback:not(:empty) { margin-top: 18px; }
.access-feedback[data-state="error"] { color: #ffb5a9; }
.access-feedback[data-state="success"] { color: #b9ff45; }
.access-motion [data-access-reveal] { opacity: 0; translate: 0 24px; transition: opacity 1s var(--ease), translate 1s var(--ease); }
.access-motion [data-access-reveal].is-revealed { opacity: 1; translate: 0 0; }
.access-capsule { animation: access-breathe 7s ease-in-out infinite paused; }
.access-section.is-active .access-capsule { animation-play-state: running; }
@keyframes access-breathe { 0%, 100% { opacity: .45; } 50% { opacity: .9; } }
@media (max-width: 900px) {
  .access-layout { grid-template-columns: 1fr; gap: 44px; max-width: 720px; padding: 100px 24px 60px; }
  .access-copy h2 { font-size: clamp(46px, 8vw, 70px); }
  .access-readiness { margin-top: 28px; font-size: 12px; }
  .access-form { padding: 30px; }
}
@media (max-width: 520px) {
  .access-layout { padding-inline: 20px; }
  .access-copy h2 { font-size: clamp(42px, 11vw, 56px); }
  .access-kicker { margin-bottom: 24px; }
  .access-description { margin-top: 24px; }
  .access-form { padding: 24px 20px; border-radius: 20px; }
  .access-form h3 { font-size: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .access-section [data-access-reveal] { opacity: 1; translate: none; transition: none; }
  .access-capsule { animation: none; }
}
