/* Registration feedback and the access screen from Figma 75:4433. */
#registration { scroll-margin-top: 0; }
.registration form[aria-busy=true] .button { cursor: progress; opacity: .7; }
.registration form .form-status { grid-column: 1 / -1; margin: 0; color: #a93626; font: 400 13px/20px var(--sans); text-align: left; }
.registration form .form-status[hidden] { display: none; }
.form-honey { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(100%); }
.registration input:invalid:not(:placeholder-shown) { border-color: var(--accent); }
.webinar-page .desktop-header { position: relative; height: 108px; display: flex; justify-content: flex-start; gap: 168.5px; }
.webinar-page .desktop-brand { flex: none; }
.webinar-page .desktop-nav { flex: none; }
.webinar-page .mobile-header { position: relative; }
.webinar-access { background-color: var(--paper); padding: 72px max(32px,calc((100% - 1248px)/2)); text-align: center; }
.webinar-access h1 { margin: 0 0 48px; font: 600 56px/64px var(--serif); letter-spacing: -.56px; }
.webinar-access h1 span { color: var(--accent); }
.webinar-access p { margin: 0 0 24px; font: 400 20px/24px var(--sans); }
.webinar-access .button { width: 452px; min-height: 72px; margin-inline: auto; padding: 23px 32px; font: 600 17px/24px var(--sans); }
.webinar-page .footer { box-shadow: inset 0 1px var(--line); }
.webinar-page .socials a:last-child { order: -1; }
.has-video-modal { overflow: hidden; }
.video-modal { position: fixed; inset: 0; width: min(1081px,calc(100vw - 32px)); max-width: none; max-height: calc(100dvh - 32px); margin: auto; padding: 0; border: 1px solid #ffffff35; border-radius: 24px; background: #171717; color: white; overflow: auto; box-shadow: 0 24px 100px #0008; }
.video-modal::backdrop { background: #000c; }
.video-modal__bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 16px 12px 24px; }
.video-modal__bar h2 { margin: 0; font: 600 16px/24px var(--sans); }
.video-modal__close { flex: none; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #ffffff50; border-radius: 50%; background: transparent; color: white; font: 400 28px/1 Arial,sans-serif; cursor: pointer; }
.video-modal__close:hover { background: #ffffff20; }
.video-modal video { display: block; width: 100%; max-height: calc(100dvh - 112px); aspect-ratio: 16 / 9; background: black; object-fit: contain; }
.video-modal__status { margin: 0; padding: 16px 24px; font: 400 14px/20px var(--sans); }
.video-modal__status[hidden] { display: none; }
@media (min-width:701px) and (max-width:1080px) {
 .webinar-page .desktop-header { display: none; }
 .webinar-access h1 { font-size: 44px; line-height: 52px; }
}
@media (max-width:700px) {
 #registration { scroll-margin-top: 0; }
 .webinar-page .desktop-header { display: none; }
 .webinar-access { padding: 48px 16px; }
 .webinar-access h1 { font-size: clamp(28px,7.7vw,40px); line-height: 1.2; letter-spacing: -.3px; margin-bottom: 24px; }
 .webinar-access p { max-width: 390px; margin: 0 auto 24px; font-size: 15px; line-height: 22px; }
 .webinar-access .button { width: 100%; max-width: 452px; min-height: 56px; padding: 15px 20px; font-size: 15px; }
 .webinar-page .footer { min-height: 0; }
 .video-modal { width: calc(100vw - 16px); max-height: calc(100dvh - 16px); border-radius: 16px; }
 .video-modal__bar { padding: 8px 12px; }
 .video-modal__bar h2 { font-size: 13px; }
}
@media (prefers-reduced-motion: no-preference) {
 .video-modal[open] { animation: video-appear .18s ease-out; }
 @keyframes video-appear { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
}
