body.cf-welcome-open { overflow: hidden; }
#cf-nationwide-welcome {
  position: fixed;
  inset: 0;
  margin: auto;
  box-sizing: border-box;
  width: min(480px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  padding: 26px;
  overflow-y: auto;
  border: 1px solid #dce3ea;
  border-radius: 8px;
  background: #fff;
  color: #1f2937;
  box-shadow: 0 24px 80px #0005;
  letter-spacing: 0;
}
#cf-nationwide-welcome::backdrop { background: #071224aa; }
.cf-welcome-brand { display: flex; gap: 16px; align-items: center; padding-right: 28px; margin-bottom: 12px; }
.cf-welcome-brand img { width: 96px; height: 56px; object-fit: contain; }
.cf-welcome-brand span { font-size: 12px; font-weight: 700; color: #526579; border-left: 1px solid #dce3ea; padding-left: 16px; }
#cf-nationwide-welcome h2 { margin: 0 0 14px; color: #111827; font-size: 23px; line-height: 1.25; font-weight: 750; }
#cf-welcome-description p { margin: 0 0 14px; font-size: 15px; line-height: 1.65; color: #4b5563; }
#cf-welcome-description strong { font-weight: 650; color: #253448; }
.cf-welcome-close { position: absolute; right: 12px; top: 12px; width: 36px; height: 36px; border-radius: 6px; border: 0; color: #637080; background: transparent; font-size: 26px; line-height: 1; cursor: pointer; }
.cf-welcome-close:hover { background: #f1f5f9; }
.cf-welcome-actions { display: flex; gap: 10px; margin-top: 22px; }
.cf-welcome-actions button { min-height: 46px; flex: 1; padding: 10px 12px; border-radius: 6px; font-size: 14px; line-height: 20px; font-weight: 650; cursor: pointer; }
.cf-welcome-local { color: white; background: #0560be; border: 1px solid #0560be; }
.cf-welcome-local:hover { background: #004f9e; }
.cf-welcome-nationwide { color: #334155; background: #fff; border: 1px solid #cbd5e1; }
.cf-welcome-nationwide:hover { background: #f1f5f9; }
#cf-nationwide-welcome button:focus-visible { outline: 3px solid #5aa6f1; outline-offset: 3px; }
@media (max-width: 430px) {
  #cf-nationwide-welcome { padding: 22px; }
  #cf-nationwide-welcome h2 { font-size: 22px; }
  .cf-welcome-actions { flex-direction: column; }
}
