.wz-demo { max-width: 1440px; margin: 0 auto; padding: 62px 28px 72px; color: #011d3c; }
.wz-demo-heading { margin: 0 auto 34px; max-width: 780px; text-align: center; }
.wz-demo-eyebrow { display: block; margin-bottom: 15px; color: #ce024b; font-size: 12px; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.wz-demo h1 { margin: 0; color: #011d3c; font-size: 48px; font-weight: 750; letter-spacing: -.04em; line-height: 1.13; }
.wz-demo-heading p { margin: 18px auto 0; max-width: 630px; color: #617185; font-size: 17px; line-height: 1.65; }
.wz-demo-screen { border: 1px solid #dfe6ee; border-radius: 18px; background: #fff; overflow: hidden; box-shadow: 0 16px 48px rgb(1 29 60 / 6%); }
.wz-demo-toolbar { display: flex; align-items: center; gap: 16px; min-height: 56px; padding: 10px 18px; border-bottom: 1px solid #e5ebf2; background: #f8fafc; }
.wz-demo-dots { display: flex; gap: 5px; }
.wz-demo-dots i { width: 7px; height: 7px; border: 1px solid #c5cfdb; border-radius: 50%; background: #e2e8f0; }
.wz-demo-store { color: #5b6d83; font-size: 12px; font-weight: 550; }
.wz-demo-open { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 34px; margin-inline-start: auto; padding: 6px 10px; border: 1px solid #dbe3ed; border-radius: 8px; background: #fff; color: #193a59; text-decoration: none; font-size: 12px; font-weight: 600; }
.wz-demo-open:hover { border-color: #a7b7c9; color: #011d3c; }
.wz-demo-open:focus-visible { outline: 3px solid #ce024b60; outline-offset: 3px; }
.wz-demo-frame { display: block; width: 100%; height: 760px; height: clamp(640px, 78vh, 900px); border: 0; background: #fff; }
.wz-demo-bottom { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 32px; }
.wz-demo-bottom p { margin: 0; color: #617185; font-size: 15px; line-height: 1.6; }
.wz-demo-bottom .wz-commerce-button { flex-shrink: 0; }
@media (max-width: 767px) {
    .wz-demo { padding: 36px 14px 44px; }
    .wz-demo-heading { margin-bottom: 24px; padding-inline: 8px; }
    .wz-demo h1 { font-size: 36px; }
    .wz-demo-eyebrow { font-size: 11px; margin-bottom: 12px; }
    .wz-demo-heading p { font-size: 15px; margin-top: 15px; }
    .wz-demo-screen { border-radius: 12px; }
    .wz-demo-toolbar { gap: 10px; padding: 8px 10px; min-height: 50px; }
    .wz-demo-dots { display: none; }
    .wz-demo-store, .wz-demo-open { font-size: 11px; }
    .wz-demo-frame { height: 720px; height: clamp(620px, 85svh, 850px); }
    .wz-demo-bottom { flex-direction: column; gap: 14px; text-align: center; margin-top: 26px; }
}
