.demo-request-open { background: transparent; color: #328524; border: 1px solid #57b846; border-radius: 25px; padding: 10px 24px; font: inherit; font-size: 14px; cursor: pointer; }
.demo-request-open:hover { background: #f0f8ee; }
.demo-request-dialog { width: min(580px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 28px; border: 0; border-radius: 18px; color: #252c32; box-shadow: 0 24px 80px #0005; overflow-y: auto; }
.demo-request-dialog::backdrop { background: #152019a6; }
.demo-request-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.demo-request-eyebrow { color: #328524; font-size: 11px; font-weight: 700; letter-spacing: 1.8px; }
.demo-request-heading h2 { margin-top: 7px; font-size: 24px; font-family: inherit; line-height: 1.3; }
.demo-request-close { background: #f0f3f0; color: #4e574e; flex: 0 0 40px; height: 40px; border-radius: 50%; font-size: 26px; cursor: pointer; }
.demo-request-dialog p { font-size: 13px; line-height: 1.65; }
.demo-request-fields { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; margin: 24px 0 16px; }
.demo-request-field { min-width: 0; }
.demo-request-wide { grid-column: 1 / -1; }
.demo-request-field label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 600; }
.demo-request-field label span { color: #738073; font-size: 11px; font-weight: normal; }
.demo-request-field input, .demo-request-field textarea { width: 100%; min-height: 44px; border: 1px solid #d6ded6; border-radius: 8px; background: #fafcf9; padding: 10px 12px; font: inherit; font-size: 16px; color: #252c32; }
.demo-request-field textarea { resize: vertical; min-height: 90px; }
.demo-request-dialog :is(input, textarea, button):focus-visible, .demo-request-open:focus-visible { outline: 3px solid #328524; outline-offset: 3px; }
.demo-request-privacy { color: #657065; }
.demo-request-privacy span { display: block; margin-top: 6px; font-size: 11px; }
.demo-request-status:empty { display: none; }
.demo-request-status { padding: 12px; border-radius: 8px; background: #fff3ed; color: #8c3e17; margin: 16px 0; }
.demo-request-status[data-state="success"] { background: #edf7e9; color: #2e7024; }
.demo-request-status[data-state="pending"] { background: #f1f3f1; color: #4d594d; }
.demo-request-submit { width: 100%; min-height: 48px; margin-top: 18px; padding: 12px; border-radius: 25px; background: #57b846; color: white; font: inherit; font-weight: 600; font-size: 14px; cursor: pointer; }
.demo-request-submit:disabled, .demo-request-close:disabled { cursor: wait; opacity: .6; }
.demo-request-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 480px) { .demo-request-dialog { padding: 22px; } .demo-request-fields { grid-template-columns: minmax(0, 1fr); gap: 13px; margin-top: 20px; } .demo-request-heading h2 { font-size: 22px; } }
