.page-demo .demo-form{border-radius:var(--radius-14);padding:var(--space-36);background:#fff;border:1px solid #e4e0d5;position:relative;overflow:hidden;box-shadow:0 24px 60px #1d1a151f}.page-demo .demo-form:before{content:"";background:var(--brand-gradient);height:4px;position:absolute;top:0;left:0;right:0}.page-demo .demo-form button[type=submit]{margin-top:var(--space-10)}.page-demo .demo-form button[type=submit]:disabled{opacity:.65;cursor:progress}.page-demo .df-hp{opacity:0;width:1px;height:1px;position:absolute;left:-9999px}.page-demo .field-error{margin:var(--space-6) 0 0;color:var(--rose-deep);font-size:12.5px}.page-demo .field:has(.field-error) input{border-color:var(--rose-deep)}.page-demo .form-error{margin:var(--space-14) 0 0;color:var(--rose-deep);font-size:13.5px}.page-demo .demo-thanks{border-radius:var(--radius-14);padding:var(--space-36);background:#fff;border:1px solid #e4e0d5;position:relative;overflow:hidden;box-shadow:0 24px 60px #1d1a151f}.page-demo .demo-thanks:before{content:"";background:var(--brand-gradient);height:4px;position:absolute;top:0;left:0;right:0}.page-demo .demo-thanks h3{margin:0 0 var(--space-10);color:var(--ink-900);font-size:clamp(20px,2.2vw,24px)}.page-demo .demo-thanks p{color:var(--ink-700);margin:0;font-size:15px;line-height:1.6}.page-demo .demo-visual img{border-radius:var(--radius-14);width:100%;height:auto;display:block;box-shadow:0 24px 60px #00000080}.page-demo .field{margin-bottom:var(--space-14)}.page-demo .field input,.page-demo .field select{width:100%;padding:var(--space-12) var(--space-14);border-radius:var(--radius);color:var(--ink-900);font-family:var(--font-body);background:#f7f5f0;border:1px solid #e4e0d5;font-size:14.5px;transition:border-color .15s,box-shadow .15s,background .15s}.page-demo .field input:focus,.page-demo .field select:focus{border-color:var(--pink-500);background:#fff;outline:none;box-shadow:0 0 0 3px #ff5d8f2e}.page-demo .field input::placeholder{color:#6b6355}.page-demo .field select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235B564A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.page-demo .field select:has(option[value=""]:checked){color:#6b6355}
.hero-demo h1{max-width:560px}.dh-visual{justify-content:center;align-items:center;min-height:440px;display:flex;position:relative}.dh-glow{filter:blur(6px);z-index:0;background:radial-gradient(circle,#8b5cf642,#0000 62%);border-radius:50%;width:320px;height:320px;position:absolute}.dh-card{z-index:1;background:var(--asphalt-800);border:1px solid var(--steel-600);border-radius:22px;width:356px;max-width:100%;padding:22px;position:relative;box-shadow:0 46px 92px -34px #000000d9}.dh-head{border-bottom:1px solid var(--steel-600);align-items:center;gap:12px;margin-bottom:16px;padding-bottom:16px;display:flex}.dh-head b{color:var(--white-100);font-size:15px;display:block}.dh-head-ico{width:42px;height:42px;color:var(--white-100);background:var(--brand-gradient);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.dh-head-ico svg{width:22px;height:22px}.dh-sub{color:var(--fog-300);font-size:12.5px}.dh-week{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.dh-day{border:1px solid var(--steel-600);background:#ffffff05;border-radius:12px;flex-direction:column;align-items:center;gap:3px;padding:10px 0;display:flex}.dh-day em{color:var(--fog-300);font-size:10.5px;font-style:normal}.dh-day b{color:var(--white-100);font-size:15px}.dh-day.is-on{background:var(--brand-gradient);border-color:#0000}.dh-day.is-on em,.dh-day.is-on b{color:var(--white-100)}.dh-slots-label{letter-spacing:.05em;text-transform:uppercase;color:var(--fog-300);margin:16px 0 8px;font-size:11px;font-weight:700}.dh-slots{gap:8px;display:flex}.dh-slot{text-align:center;color:var(--fog-200);border:1px solid var(--steel-600);background:#ffffff05;border-radius:10px;flex:1;padding:10px 0;font-size:13px;font-weight:600}.dh-slot.is-on{color:var(--white-100);background:#8b5cf629;border-color:#8b5cf699}.dh-confirm{color:var(--fog-200);background:#34d3991a;border:1px solid #34d39952;border-radius:12px;align-items:center;gap:9px;margin-top:16px;padding:11px 14px;font-size:13px;display:flex}.dh-confirm-ico{width:20px;height:20px;color:var(--white-100);background:#22c55e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.dh-confirm-ico svg{width:11px;height:11px}.dh-chip{z-index:2;background:var(--white-100);color:#161a23;border-radius:999px;align-items:center;gap:6px;padding:9px 13px;font-size:12.5px;font-weight:700;display:inline-flex;position:absolute;box-shadow:0 22px 44px -16px #0009}.dh-chip svg{color:#16a34a;width:14px;height:14px}.dh-chip--a{color:var(--violet-500);animation:4.6s ease-in-out infinite dhFloat;top:-3%;left:-4%}.dh-chip--b{animation:5.2s ease-in-out -1.6s infinite dhFloat;bottom:9%;right:-5%}@keyframes dhFloat{0%,to{transform:translateY(-6px)}50%{transform:translateY(6px)}}@media (max-width:991px){.dh-visual{min-height:400px;margin-top:10px}}@media (prefers-reduced-motion:reduce){.dh-chip{animation:none}}

