* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; font-family: "Manrope Variable", sans-serif; font-synthesis: none; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, a, summary { touch-action: manipulation; }
h1, h2, h3, p { margin: 0; }
:focus-visible { outline: 3px solid currentColor; outline-offset: 5px; }
.demo-skip { position: fixed; left: 1rem; top: -8rem; z-index: 100; background: #fff; color: #10261f; padding: 1rem; }
.demo-skip:focus { top: 1rem; }
.demo-return { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 40px; padding: 5px clamp(20px, 4vw, 64px); background: #16202a; color: #fff; font-size: 11px; line-height: 1.4; letter-spacing: .01em; }
.demo-return a { display: inline-flex; align-items: center; gap: 8px; min-height: 30px; text-decoration: none; font-weight: 650; }
.demo-return a:hover { text-decoration: underline; text-underline-offset: 4px; }
.demo-return > span { color: #d1d8df; }
.demo-dialog { width: min(510px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; border: 0; border-radius: 12px; background: #fbfcfd; color: #17252e; box-shadow: 0 24px 100px #0005; }
.demo-dialog::backdrop { background: #10202dcc; backdrop-filter: blur(5px); }
.demo-dialog-content { padding: clamp(24px, 5vw, 44px); }
.demo-dialog-label { font-size: 12px; font-weight: 700; color: #405668; margin-bottom: 18px; }
.demo-dialog h2 { font-family: "Manrope Variable", sans-serif; font-size: 30px; line-height: 1.2; letter-spacing: -.035em; margin-bottom: 16px; }
.demo-dialog p:not(.demo-dialog-label) { font-size: 15px; line-height: 1.75; }
.demo-dialog-cta { margin-top: 28px; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 16px 18px; background: #173fba; color: white; font-size: 14px; font-weight: 700; border-radius: 6px; text-decoration: none; }
.demo-dialog-cta:hover { background: #103090; }
.demo-dialog-dismiss { margin-top: 14px; min-height: 44px; border: 0; padding: 8px 0; color: #405668; text-decoration: underline; text-underline-offset: 4px; background: none; font-size: 14px; }
@media (max-width: 600px) {
  .demo-return { font-size: 10px; gap: 14px; padding-inline: 18px; }
  .demo-return > span { max-width: 134px; text-align: right; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
