/* GARPI verified-access gate | Optimal consultancy system */
.access-gate[hidden] { display: none !important; }
body.access-gate-open { overflow: hidden; }
.access-gate { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; padding: clamp(12px, 3vw, 40px); }
.access-gate__backdrop { position: absolute; inset: 0; background: rgba(0, 30, 68, .72); backdrop-filter: blur(9px); animation: access-fade .24s ease-out both; }
.access-gate__dialog { position: relative; width: min(100%, 680px); max-height: calc(100dvh - 24px); overflow: auto; background: #fff; color: #001e44; border: 1px solid rgba(0, 47, 101, .18); box-shadow: 0 30px 90px rgba(0, 30, 68, .34); animation: access-rise .38s cubic-bezier(.22, 1, .36, 1) both; }
.access-gate__brand { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px clamp(22px, 5vw, 42px); background: #002f65; color: #c5edf5; }
.access-gate__brand img { width: 142px; height: auto; object-fit: contain; }
.access-gate__brand span { font: 600 11px/1.3 Inter, Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; text-align: right; }
.access-gate__panel { position: relative; padding: clamp(28px, 6vw, 52px); }
.access-gate__close { position: absolute; top: 16px; right: 18px; width: 42px; height: 42px; border: 0; background: transparent; color: #52677e; font: 300 30px/1 Arial, sans-serif; cursor: pointer; }
.access-gate__close:hover, .access-gate__close:focus-visible { color: #002f65; background: #edf7fa; outline: 2px solid #00a8cb; outline-offset: 2px; }
.access-gate__eyebrow { margin: 0 48px 10px 0; color: #007f9b; font: 700 11px/1.3 Inter, Arial, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.access-gate__title { max-width: 560px; margin: 0 48px 14px 0; color: #001e44; font: 600 clamp(32px, 5vw, 48px)/1.04 "Space Grotesk", Arial, sans-serif; letter-spacing: -.035em; overflow-wrap: anywhere; }
.access-gate__lead { max-width: 570px; margin: 0 0 28px; color: #42566d; font: 400 16px/1.65 Inter, Arial, sans-serif; }
.access-gate__form { display: grid; gap: 18px; }
.access-gate__field { display: grid; gap: 7px; min-width: 0; }
.access-gate__field label { color: #183a62; font: 700 12px/1.4 Inter, Arial, sans-serif; letter-spacing: .02em; }
.access-gate__field label span:not([aria-hidden]) { margin-left: 8px; color: #718095; font-weight: 400; }
.access-gate__field input { width: 100%; min-width: 0; min-height: 50px; box-sizing: border-box; border: 1px solid #b9c6d2; border-radius: 0; background: #fff; color: #001e44; padding: 12px 14px; font: 500 16px/1.35 Inter, Arial, sans-serif; }
.access-gate__field input:hover { border-color: #6f8599; }
.access-gate__field input:focus { border-color: #00a8cb; box-shadow: 0 0 0 3px rgba(0, 168, 203, .18); outline: 0; }
.access-gate__field--code input { max-width: 300px; font-size: 24px; font-weight: 700; letter-spacing: .28em; }
.access-gate__check { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 11px; align-items: start; color: #344b63; font: 400 14px/1.55 Inter, Arial, sans-serif; cursor: pointer; }
.access-gate__check input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: #002f65; }
.access-gate__notice { margin-top: 2px; padding: 16px 18px; border-left: 3px solid #00a8cb; background: #f3f8fa; color: #42566d; font: 400 13px/1.55 Inter, Arial, sans-serif; overflow-wrap: anywhere; }
.access-gate__notice strong { display: block; margin-bottom: 3px; color: #183a62; }
.access-gate__notice p { margin: 0 0 5px; }
.access-gate__notice a { color: #005f78; font-weight: 700; text-underline-offset: 3px; }
.access-gate__message { margin: 0; padding: 11px 13px; background: #edf7fa; border-left: 3px solid #00a8cb; color: #173c61; font: 600 13px/1.5 Inter, Arial, sans-serif; }
.access-gate__message[data-type="error"] { background: #fff3f1; border-left-color: #a12b1f; color: #762117; }
.access-gate__submit { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid #002f65; background: #002f65; color: #fff; padding: 13px 18px; font: 700 13px/1.3 Inter, Arial, sans-serif; letter-spacing: .025em; cursor: pointer; }
.access-gate__submit:hover { background: #001e44; }
.access-gate__submit:focus-visible, .access-gate__text-action:focus-visible { outline: 3px solid #00a8cb; outline-offset: 3px; }
.access-gate__submit:disabled { cursor: wait; opacity: .7; }
.access-gate__text-action { justify-self: start; border: 0; background: transparent; color: #005f78; padding: 5px 0; font: 700 13px/1.4 Inter, Arial, sans-serif; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.access-gate__loader { display: flex; gap: 8px; margin: 28px 0 8px; }
.access-gate__loader span { width: 9px; height: 9px; border-radius: 50%; background: #00a8cb; animation: access-pulse 1.05s ease-in-out infinite; }
.access-gate__loader span:nth-child(2) { animation-delay: .14s; }
.access-gate__loader span:nth-child(3) { animation-delay: .28s; }
@keyframes access-fade { from { opacity: 0; } }
@keyframes access-rise { from { opacity: 0; transform: translateY(18px) scale(.985); } }
@keyframes access-pulse { 0%, 60%, 100% { opacity: .28; transform: scale(.78); } 30% { opacity: 1; transform: scale(1); } }
@media (max-width: 520px) {
  .access-gate { padding: 0; place-items: stretch; }
  .access-gate__dialog { width: 100%; max-height: 100dvh; min-height: 100dvh; border: 0; }
  .access-gate__brand { min-height: 74px; padding: 18px 20px; }
  .access-gate__brand img { width: 116px; }
  .access-gate__brand span { max-width: 150px; font-size: 9px; }
  .access-gate__panel { padding: 28px 20px 38px; }
  .access-gate__title { margin-right: 40px; font-size: clamp(32px, 10vw, 42px); }
  .access-gate__lead { font-size: 15px; }
  .access-gate__submit { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .access-gate__backdrop, .access-gate__dialog, .access-gate__loader span { animation: none !important; }
}
