/* One accessible registration link covers the entire banner. */
.welcome-promotion { position: relative; z-index: 51; padding: 0; text-align: left; background: #0047ff; color: #fff; font-size: 14px; line-height: 1.4; }
.welcome-promotion a { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 8px 20px; min-height: 44px; color: inherit; text-decoration: none; }
.welcome-promotion strong { font-weight: 700; }
.welcome-promotion .welcome-promotion-cta { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; min-height: 44px; padding: 8px 16px; border-radius: 999px; background: #fff; color: #0047ff; font-weight: 700; white-space: nowrap; }
.welcome-promotion a:hover .welcome-promotion-cta { background: #eaf1ff; }
.welcome-promotion a:focus-visible { outline: 3px solid white; outline-offset: -4px; }
.welcome-promotion + .site-header { position: sticky; top: 0; }

/* The pricing navigation now occupies its own space in the document. */
.welcome-promotion + header + main .pricing-hero { padding-top: 2rem !important; }

@media (max-width: 767px) {
  .welcome-promotion { font-size: 13px; }
  .welcome-promotion a { gap: 10px; padding: 8px 12px; }
  .welcome-promotion .welcome-promotion-cta { padding: 8px 12px; }
  .welcome-promotion + header button, .pricing-toggle button { min-width: 44px; min-height: 44px; }
  .pricing-plan-card a { min-height: 44px; }
}

.welcome-conditions summary { cursor: pointer; min-height: 44px; padding: 12px; color: #0047ff; font-weight: 600; }
.welcome-conditions p { margin-top: 8px; line-height: 1.6; }
