.demoBooking-module__GrSD5W__container{justify-content:center;align-items:center;min-height:auto;padding:2rem;display:flex}.demoBooking-module__GrSD5W__formWrapper{box-shadow:none;background-color:#0000;border-radius:0;width:100%;max-width:100%;padding:0}.demoBooking-module__GrSD5W__formHeader{text-align:center;margin-bottom:3rem}.demoBooking-module__GrSD5W__formHeader h1{color:var(--foreground);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.demoBooking-module__GrSD5W__formHeader p{color:var(--foreground);opacity:.7;font-size:1.1rem}.demoBooking-module__GrSD5W__stepIndicator{justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.demoBooking-module__GrSD5W__stepCircle{flex-direction:column;align-items:center;gap:.5rem;display:flex}.demoBooking-module__GrSD5W__stepNumber{background-color:var(--accent-light);width:48px;height:48px;color:var(--foreground);border:2px solid var(--accent-light);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;transition:all .3s;display:flex}.demoBooking-module__GrSD5W__stepNumber.demoBooking-module__GrSD5W__active,.demoBooking-module__GrSD5W__stepNumber.demoBooking-module__GrSD5W__completed{background-color:var(--accent);color:var(--background);border-color:var(--accent)}.demoBooking-module__GrSD5W__stepLabel{color:var(--foreground);opacity:.7;font-size:.875rem;font-weight:600}.demoBooking-module__GrSD5W__stepConnector{background-color:var(--accent-light);width:60px;height:2px;transition:all .3s}.demoBooking-module__GrSD5W__stepConnector.demoBooking-module__GrSD5W__active{background-color:var(--accent)}.demoBooking-module__GrSD5W__form{width:100%}.demoBooking-module__GrSD5W__formStep{margin-bottom:2rem}.demoBooking-module__GrSD5W__formStep h2{color:var(--foreground);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.demoBooking-module__GrSD5W__stepDescription{color:var(--foreground);opacity:.7;margin-bottom:2rem;font-size:1rem}.demoBooking-module__GrSD5W__formGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.demoBooking-module__GrSD5W__formGroup{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.demoBooking-module__GrSD5W__formGroup label{color:var(--foreground);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.demoBooking-module__GrSD5W__formGroup input,.demoBooking-module__GrSD5W__formGroup select,.demoBooking-module__GrSD5W__formGroup textarea{border:2px solid var(--accent-light);color:var(--foreground);background-color:var(--background);border-radius:.5rem;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.demoBooking-module__GrSD5W__formGroup input:focus,.demoBooking-module__GrSD5W__formGroup select:focus,.demoBooking-module__GrSD5W__formGroup textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #a576ff1a}.demoBooking-module__GrSD5W__formGroup input.demoBooking-module__GrSD5W__error,.demoBooking-module__GrSD5W__formGroup select.demoBooking-module__GrSD5W__error,.demoBooking-module__GrSD5W__formGroup textarea.demoBooking-module__GrSD5W__error{border-color:#ef4444}.demoBooking-module__GrSD5W__formGroup textarea{resize:vertical;min-height:120px}.demoBooking-module__GrSD5W__errorText{color:#ef4444;margin-top:-.5rem;font-size:.875rem}.demoBooking-module__GrSD5W__errorMessage{color:#991b1b;background-color:#fee2e2;border:1px solid #fca5a5;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem;font-size:.95rem}.demoBooking-module__GrSD5W__formActions{border-top:2px solid var(--accent-light);justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.demoBooking-module__GrSD5W__buttonSecondary{border:2px solid var(--accent);color:var(--accent);cursor:pointer;background-color:#0000;border-radius:.5rem;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.demoBooking-module__GrSD5W__buttonSecondary:hover:not(:disabled){background-color:var(--accent-light)}.demoBooking-module__GrSD5W__buttonSecondary:disabled{opacity:.5;cursor:not-allowed}.demoBooking-module__GrSD5W__primaryAction{margin-left:auto}.demoBooking-module__GrSD5W__buttonPrimary{align-items:center;gap:.5rem;display:flex}.demoBooking-module__GrSD5W__successContainer{justify-content:center;align-items:center;min-height:auto;padding:3rem 2rem;display:flex}.demoBooking-module__GrSD5W__successContent{background-color:var(--background);text-align:center;border-radius:1.5rem;width:100%;max-width:600px;padding:4rem 3rem;box-shadow:0 20px 60px #0000001a}.demoBooking-module__GrSD5W__successIcon{color:var(--accent);margin:0 auto 1.5rem}.demoBooking-module__GrSD5W__successContent h2{color:var(--foreground);margin-bottom:1rem;font-size:2rem;font-weight:700}.demoBooking-module__GrSD5W__successContent p{color:var(--foreground);opacity:.8;font-size:1.1rem;line-height:1.6}@media screen and (max-width:768px){.demoBooking-module__GrSD5W__formWrapper{padding:2rem 1.5rem}.demoBooking-module__GrSD5W__formHeader h1{font-size:2rem}.demoBooking-module__GrSD5W__stepIndicator{gap:.5rem}.demoBooking-module__GrSD5W__stepConnector{width:30px}.demoBooking-module__GrSD5W__stepNumber{width:40px;height:40px;font-size:1rem}.demoBooking-module__GrSD5W__stepLabel{font-size:.75rem}.demoBooking-module__GrSD5W__formGrid{grid-template-columns:1fr;gap:0}.demoBooking-module__GrSD5W__formActions{flex-direction:column-reverse}.demoBooking-module__GrSD5W__buttonSecondary,.demoBooking-module__GrSD5W__buttonPrimary{justify-content:center;width:100%}.demoBooking-module__GrSD5W__primaryAction{width:100%;margin-left:0}}
.BookDemoModal-module__8_fRsa__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background-color:#0009;justify-content:center;align-items:center;padding:1rem;animation:.3s BookDemoModal-module__8_fRsa__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes BookDemoModal-module__8_fRsa__fadeIn{0%{opacity:0}to{opacity:1}}.BookDemoModal-module__8_fRsa__modalContent{background-color:var(--background);border-radius:1.5rem;width:100%;max-width:900px;max-height:90vh;margin:auto;animation:.3s BookDemoModal-module__8_fRsa__slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@keyframes BookDemoModal-module__8_fRsa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.BookDemoModal-module__8_fRsa__closeButton{background-color:var(--accent-light);width:40px;height:40px;color:var(--foreground);cursor:pointer;z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.BookDemoModal-module__8_fRsa__closeButton:hover{background-color:var(--accent);color:var(--background);transform:rotate(90deg)}.BookDemoModal-module__8_fRsa__closeButton:focus{outline:2px solid var(--accent);outline-offset:2px}.BookDemoModal-module__8_fRsa__modalContent::-webkit-scrollbar{width:8px}.BookDemoModal-module__8_fRsa__modalContent::-webkit-scrollbar-track{background:var(--accent-light);border-radius:4px}.BookDemoModal-module__8_fRsa__modalContent::-webkit-scrollbar-thumb{background:var(--accent);border-radius:4px}.BookDemoModal-module__8_fRsa__modalContent::-webkit-scrollbar-thumb:hover{background:var(--accent-hover)}@media screen and (max-width:768px){.BookDemoModal-module__8_fRsa__modalOverlay{padding:0}.BookDemoModal-module__8_fRsa__modalContent{border-radius:0;max-width:100%;max-height:100vh}.BookDemoModal-module__8_fRsa__closeButton{width:36px;height:36px;top:.75rem;right:.75rem}}
