.pro-gate{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:40px 24px;overflow-y:auto;background:var(--navy-ink)}html.pro-acked .pro-gate{display:none}html.pro-gate-open,html.pro-gate-open body{overflow:hidden}html.pro-gate-open .cky-btn-revisit-wrapper,html.pro-gate-open .cky-consent-bar,html.pro-gate-open .cky-consent-container,html.pro-gate-open .cky-overlay{display:none!important}.pro-gate-inner{width:100%;max-width:480px;text-align:center}.pro-gate-logo{display:block;height:22px;width:auto;margin:0 auto 40px;color:var(--fg-on-dark)}.pro-gate-title{font-family:var(--font-display);font-size:clamp(28px,5vw,40px);line-height:1.1;font-weight:500;color:var(--fg-on-dark);margin:0 0 20px}.pro-gate .pro-gate-body{font-size:16px;line-height:1.65;color:var(--blue-100);margin:24px 0 40px}.pro-gate-actions{display:flex;flex-direction:column;align-items:center;gap:20px}.pro-gate-btn.is-primary{width:100%;min-height:56px;padding:0 28px;border:none;border-radius:var(--radius-pill);background:var(--accent);color:var(--fg-on-dark);font-family:var(--font-body);font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.pro-gate-btn.is-primary:hover{background:var(--accent-hover)}.pro-gate-leave{padding:4px 8px;border:none;background:transparent;color:var(--blue-100);font-family:var(--font-body);font-size:15px;text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:color .2s ease}.pro-gate-leave:hover{color:var(--fg-on-dark)}