.demo-skip { position: absolute; top: -100px; left: 16px; z-index: 10; padding: 12px 20px; border-radius: 8px; background: white; color: var(--ink); }
.demo-skip:focus { top: 12px; }
.demo-banner { background: #fff; border-bottom: 1px solid var(--line); }
.demo-banner-inner { max-width: 1224px; margin: auto; padding: 20px 36px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; }
.demo-banner-inner > div { display: flex; align-items: center; gap: 16px; }
.demo-brand { font: 800 26px/1.2 var(--heading); letter-spacing: -.05em; color: var(--blue); white-space: nowrap; }
.demo-brand span { font-weight: 600; color: #16766d; }
.demo-label { padding: 5px 8px; font-size: 10px; font-weight: 600; border-radius: 5px; background: #e9f5f2; color: #256b61; }
.demo-banner p { font-size: 12px; color: #526679; }
.demo-back { color: var(--blue); font-size: 12px; font-weight: 600; padding: 8px 0; }
.demo-back:hover { text-decoration: underline; }
.demo-photo-note { color: #61758a; font-size: 11px; line-height: 1.7; margin-top: 10px; }
.demo-contact { margin-top: 18px; padding: 14px 16px; background: #f0f5fa; border: 1px solid var(--line); border-radius: 10px; font-size: 12px; line-height: 1.7; color: #526679; scroll-margin: 20px; }
.demo-contact-title { color: var(--ink); font-weight: 650; margin-bottom: 5px; }
.demo-contact.is-active { background: #eaf4ff; border-color: #9acafa; }
.demo-cta { max-width: 1152px; margin: 30px auto 0; padding: 30px 32px; border: 1px solid #dbeafa; border-radius: 18px; background: #f0f7ff; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.demo-cta h2 { font-size: 25px; letter-spacing: -.025em; }
.demo-cta p { margin-top: 8px; font-size: 14px; line-height: 1.6; color: #526679; }
.demo-cta .demo-terms { font-size: 12px; }
.demo-cta > a { flex-shrink: 0; }
@media (max-width: 1224px) { .demo-cta { margin-left: 36px; margin-right: 36px; } }
@media (max-width: 950px) { .demo-banner-inner { padding: 16px 24px; } .demo-banner-inner > p { display: none; } .demo-cta { margin-left: 24px; margin-right: 24px; } }
@media (max-width: 700px) {
  .demo-banner-inner { padding: 14px 18px; gap: 8px; max-width: 540px; }
  .demo-banner-inner > div { width: 100%; justify-content: space-between; }
  .demo-banner-inner > p { display: block; font-size: 11px; }
  .demo-back { font-size: 11px; }
  .demo-cta { max-width: 504px; margin: 20px max(18px, calc((100% - 504px) / 2)) 0; padding: 24px; flex-direction: column; align-items: stretch; }
  .demo-cta h2 { font-size: 23px; }
}
