@font-face {
    font-family: "Geist Demo";
    src: url('../fonts/geist-sans-variable.woff2') format('woff2');
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}
@font-face {
    font-family: "Geist Demo Mono";
    src: url('../fonts/geist-mono-variable.woff2') format('woff2');
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}
.demo-page {
    --demo-accent: #3e4fe0;
    --demo-line: rgba(0, 0, 0, .08);
    --demo-muted: #999;
    color: #000;
    background: #fff;
    font-family: "Geist Demo", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    max-width: 1800px;
    margin: 0 auto;
    padding: 64px 56px 128px;
    position: relative;
    isolation: isolate;
}
.demo-page *, .demo-page *::before, .demo-page *::after { box-sizing: border-box; }
.demo-page::before {
    content: "";
    position: absolute;
    inset: 0 56px;
    z-index: -2;
    border-inline: 1px solid var(--demo-line);
    background: linear-gradient(90deg, transparent calc(25% - .5px), var(--demo-line) 25%, transparent calc(25% + .5px), transparent calc(50% - .5px), var(--demo-line) 50%, transparent calc(50% + .5px), transparent calc(75% - .5px), var(--demo-line) 75%, transparent calc(75% + .5px));
    pointer-events: none;
}
.demo-page::after {
    content: "";
    position: absolute;
    inset: 0 56px 0 50%;
    z-index: -1;
    background-image: url("../images/demo-grid.svg");
    background-size: 100px 100px;
    mask-image: radial-gradient(ellipse 700px 100% at center, #000, rgba(0,0,0,.2));
    pointer-events: none;
}
.demo-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; }
.demo-introduction { grid-column: 1; grid-row: 1; padding: 0 0 64px 48px; display: flex; flex-direction: column; gap: 64px; }
.demo-heading { display: flex; flex-direction: column; align-items: flex-start; gap: 32px; }
.demo-eyebrow { display: inline-flex; align-items: center; gap: 12px; padding: 8px 16px; border-radius: 6px; background: #f3f4f6; font: 14px/20px "Geist Demo Mono", ui-monospace, SFMono-Regular, Consolas, monospace; }
.demo-eyebrow > span { color: var(--demo-accent); font-size: 24px; font-weight: 700; line-height: 16px; }
.demo-heading h1 { font-size: 60px; line-height: 1.05; letter-spacing: -.02em; font-weight: 600; margin: 0; }
.demo-heading h1 > span { color: var(--demo-accent); }
.demo-benefits { list-style: none; padding: 0 48px 0 0; margin: 0; display: grid; gap: 20px; }
.demo-benefits li { display: flex; align-items: baseline; gap: 12px; font-size: 18px; line-height: 28px; }
.demo-benefits li > span { flex: 0 0 16px; }
.demo-benefits p { margin: 0; }
.demo-benefits strong { font-weight: 600; }
.demo-form-column { grid-column: 2; grid-row: 1 / 4; align-self: stretch; min-width: 0; }
.demo-card { position: sticky; top: calc(var(--demo-header-offset, 72px) + 24px); scroll-margin-top: calc(var(--demo-header-offset, 72px) + 16px); background: #fff; border: 1px solid var(--demo-line); padding: 48px; display: flex; flex-direction: column; gap: 40px; }
.demo-card h2 { margin: 0; font-size: 36px; font-weight: 400; line-height: 1.1; }
.demo-divider { border-top: 1px solid var(--demo-line); }
.demo-form { min-height: 380px; margin: 0; }
.demo-progress-row { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.demo-progress { height: 4px; flex: 1; background: #f3f4f6; border-radius: 10px; overflow: hidden; }
.demo-progress > span { display: block; width: 33.333%; height: 100%; background: var(--demo-accent); border-radius: inherit; transition: width .25s ease; }
.demo-step-count { font: 12px/16px "Geist Demo Mono", ui-monospace, SFMono-Regular, Consolas, monospace; color: #a3a3a3; }
.demo-step { display: flex; flex-direction: column; gap: 20px; }
.demo-step[hidden], .demo-page [hidden] { display: none !important; }
.demo-step h3 { margin: 0; font-size: 18px; font-weight: 500; line-height: 1.375; outline: none; }
.demo-step-heading p { margin: 8px 0 0; color: #909090; font-size: 14px; line-height: 20px; }
.demo-field { border: 0; padding: 0; margin: 0; min-width: 0; }
.demo-field label, .demo-field legend { display: block; float: none; width: auto; margin: 0 0 6px; padding: 0; font: 400 14px/20px "Geist Demo", Arial, sans-serif; color: #111; }
.demo-field input, .demo-field select, .demo-field textarea { display: block; width: 100%; min-width: 0; border: 1px solid var(--demo-line); border-radius: 6px; background: #fff; color: #111; font: inherit; font-size: 14px; line-height: 20px; padding: 9px 12px; box-shadow: none; }
.demo-field input, .demo-field select { height: 40px; }
.demo-field textarea { resize: vertical; min-height: 78px; }
.demo-field input::placeholder, .demo-field textarea::placeholder { color: #a3a3a3; opacity: 1; }
.demo-field input:focus, .demo-field select:focus, .demo-field textarea:focus { outline: 2px solid rgba(62,79,224,.25); outline-offset: 1px; border-color: var(--demo-accent); }
.demo-field input[aria-invalid="true"] { border-color: #b42318; }
.demo-field-error { margin: 6px 0 0; color: #b42318; font-size: 12px; }
.demo-help { font-size: 12px; color: #a3a3a3; margin: 0; line-height: 16px; }
.demo-primary { border: 0; border-radius: 6px; width: 100%; min-height: 40px; background: var(--demo-accent); color: #fff; display: flex; align-items: center; justify-content: center; gap: 4px; padding: 10px 16px; font: 500 14px/20px "Geist Demo", Arial, sans-serif; cursor: pointer; transition: background .15s, opacity .15s; }
.demo-primary:hover:not(:disabled) { background: #3343ca; }
.demo-primary:disabled { opacity: .5; cursor: not-allowed; }
.demo-primary:focus-visible, .demo-option:focus-visible, .demo-back:focus-visible { outline: 2px solid var(--demo-accent); outline-offset: 3px; }
.demo-volume-options { display: grid; gap: 8px; padding: 0; margin: 0; border: 0; min-width: 0; }
.demo-option { border: 1px solid var(--demo-line); border-radius: 6px; background: #fff; color: #222; font: 400 14px/20px "Geist Demo", Arial, sans-serif; min-height: 44px; padding: 11px 16px; text-align: left; cursor: pointer; }
.demo-option:hover, .demo-option[aria-pressed="true"] { background: #f7f8ff; border-color: #8186ff; color: var(--demo-accent); }
.demo-back { border: 0; background: transparent; color: #999; padding: 0; display: inline-flex; align-self: flex-start; align-items: center; gap: 4px; font: 400 14px/20px "Geist Demo", Arial, sans-serif; cursor: pointer; }
.demo-back:hover { color: #333; }
.demo-select { position: relative; }
.demo-select::after { content: ""; position: absolute; right: 15px; top: 15px; width: 6px; height: 6px; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; transform: rotate(45deg); pointer-events: none; }
.demo-select select { appearance: none; padding-right: 32px; }
.demo-select select:has(option:checked[value=""]) { color: #a3a3a3; }
.demo-field-hint { font-size: 12px; color: #aaa; margin: 0 0 8px; line-height: 16px; }
.demo-region-options, .demo-priority-options, .demo-details-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.demo-region-options .demo-choice:last-child { grid-column: 1 / -1; }
.demo-priority-options { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.demo-choice { position: relative; margin: 0 !important; }
.demo-choice input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; z-index: 1; }
.demo-choice span { display: flex; align-items: center; justify-content: center; min-height: 40px; padding: 9px 8px; border: 1px solid var(--demo-line); border-radius: 6px; text-align: center; font-size: 14px; }
.demo-choice input:checked + span { color: var(--demo-accent); background: #f7f8ff; border-color: #8186ff; }
.demo-choice input:focus-visible + span { outline: 2px solid var(--demo-accent); outline-offset: 2px; }
.demo-details-grid { gap: 20px 16px; }
.demo-consent { display: flex; align-items: flex-start; gap: 10px; color: #666; font-size: 12px; line-height: 16px; cursor: pointer; margin: 0; }
.demo-consent input { flex: 0 0 14px; width: 14px; height: 14px; margin: 2px 0 0; accent-color: var(--demo-accent); }
.demo-submit-note, .demo-noscript { margin: 0; padding: 12px; background: #f7f8ff; border: 1px solid #dfe2ff; border-radius: 6px; font-size: 13px; line-height: 20px; }
.demo-submit-note a, .demo-noscript a { color: var(--demo-accent); overflow-wrap: anywhere; }
.demo-trust { grid-column: 1; grid-row: 2; border-top: 1px solid var(--demo-line); margin-left: 48px; padding: 64px 48px 64px 0; }
.demo-trust h2 { margin: 0 0 12px; font: 400 12px/16.5px "Geist Demo Mono", ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .03em; color: #999; }
.demo-trust p { margin: 0; color: #666; font-size: 16px; line-height: 24px; }
.demo-quote { grid-column: 1; grid-row: 3; margin: 0 0 0 48px; border-top: 1px solid var(--demo-line); padding: 64px 48px 0 0; }
.demo-quote-mark { width: 28px; height: 28px; fill: var(--demo-accent); margin-bottom: 24px; }
.demo-quote blockquote { margin: 0 0 32px; font-size: 26px; line-height: 1.35; letter-spacing: -.01em; }
.demo-quote figcaption { display: flex; gap: 12px; align-items: center; font-size: 14px; line-height: 20px; }
.demo-quote figcaption img { border-radius: 50%; object-fit: cover; object-position: top; }
.demo-quote figcaption strong, .demo-quote figcaption span > span { display: block; }
.demo-quote figcaption strong { font-weight: 500; }
.demo-quote figcaption span > span { color: #888; }
.demo-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (min-width: 1024px) and (max-width: 1199px) {
    .demo-page { padding-inline: 32px; }
    .demo-page::before { inset-inline: 32px; }
    .demo-page::after { right: 32px; }
    .demo-introduction, .demo-trust, .demo-quote { padding-left: 32px; padding-right: 32px; }
    .demo-card { padding: 32px; }
    .demo-heading h1 { font-size: 48px; }
}
@media (max-width: 1023px) {
    .demo-page { padding: 40px 40px 64px; }
    .demo-page::before { inset-inline: 24px; background: none; }
    .demo-page::after { display: none; }
    .demo-grid { display: flex; flex-direction: column; gap: 48px; }
    .demo-introduction { padding: 0; gap: 48px; }
    .demo-benefits { padding-right: 0; }
    .demo-heading h1 { font-size: 36px; line-height: 1.05; }
    .demo-benefits li { font-size: 16px; }
    .demo-form-column { align-self: auto; width: calc(100% + 32px); margin-inline: -16px; }
    .demo-card { position: static; padding: 16px; gap: 40px; }
    .demo-card h2 { font-size: 30px; line-height: 1.1; }
    .demo-trust, .demo-quote { width: 100%; margin-left: 0; padding: 40px 0 0; }
    .demo-quote blockquote { font-size: 24px; }
    .demo-form { min-height: 0; }
}
@media (max-width: 639px) {
    .demo-details-grid { grid-template-columns: minmax(0, 1fr); }
    .demo-priority-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .demo-field input, .demo-field select, .demo-field textarea { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
    .demo-progress > span, .demo-primary { transition: none; }
}
