.DemoForm-module__AKK-wG__triggerBtn{background:var(--color-primary);color:#fff;letter-spacing:.01em;cursor:pointer;border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-md);border:none;justify-content:center;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.DemoForm-module__AKK-wG__triggerBtn:before{display:none}.DemoForm-module__AKK-wG__triggerBtn:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.DemoForm-module__AKK-wG__triggerBtn:hover{box-shadow:var(--shadow-lg);color:#fff;background:rgba(var(--color-primary-rgb),.9);transform:translateY(-2px)}.DemoForm-module__AKK-wG__triggerBtn:hover:before{display:none}.DemoForm-module__AKK-wG__triggerBtn:hover:after{left:100%}.DemoForm-module__AKK-wG__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;animation:.3s DemoForm-module__AKK-wG__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes DemoForm-module__AKK-wG__fadeIn{0%{opacity:0}to{opacity:1}}.DemoForm-module__AKK-wG__modal{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);width:100%;max-width:600px;max-height:90vh;box-shadow:var(--shadow-xl);padding:2rem;animation:.4s cubic-bezier(.4,0,.2,1) DemoForm-module__AKK-wG__slideUp;position:relative;overflow-y:auto}@keyframes DemoForm-module__AKK-wG__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.DemoForm-module__AKK-wG__modal:before{display:none}.DemoForm-module__AKK-wG__closeBtn{background:var(--color-background-alt);border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;z-index:1;border-radius:var(--radius-sm);justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.DemoForm-module__AKK-wG__closeBtn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.DemoForm-module__AKK-wG__modalHeader{margin-bottom:1.5rem;padding-right:2rem}.DemoForm-module__AKK-wG__modalTitle{color:var(--color-text-primary);letter-spacing:-.02em;border-left:3px solid var(--color-primary);margin-bottom:.5rem;padding-left:.75rem;font-family:Instrument Sans,sans-serif;font-size:1.5rem;font-weight:700}.DemoForm-module__AKK-wG__productBadge{background:rgba(var(--color-primary-rgb),.08);border:1px solid rgba(var(--color-primary-rgb),.2);color:var(--color-primary);letter-spacing:.02em;border-radius:var(--radius-full);margin-bottom:.75rem;padding:.35rem .85rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:600;display:inline-block}.DemoForm-module__AKK-wG__modalSubtitle{color:var(--color-text-muted);font-size:.9rem;line-height:1.5}.DemoForm-module__AKK-wG__form{flex-direction:column;gap:1rem;display:flex}.DemoForm-module__AKK-wG__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.DemoForm-module__AKK-wG__formGroup{flex-direction:column;gap:.4rem;display:flex}.DemoForm-module__AKK-wG__formGroup label{color:var(--color-text-secondary);letter-spacing:.02em;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:600}.DemoForm-module__AKK-wG__formGroup input,.DemoForm-module__AKK-wG__formGroup select,.DemoForm-module__AKK-wG__formGroup textarea{background:var(--color-background-alt);border:1px solid var(--color-border);color:var(--color-text-primary);border-radius:var(--radius-sm);outline:none;width:100%;padding:.75rem 1rem;font-family:DM Sans,sans-serif;font-size:.9rem;transition:all .3s}.DemoForm-module__AKK-wG__formGroup input:focus,.DemoForm-module__AKK-wG__formGroup select:focus,.DemoForm-module__AKK-wG__formGroup textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.1);background:var(--color-surface)}.DemoForm-module__AKK-wG__formGroup input::placeholder,.DemoForm-module__AKK-wG__formGroup textarea::placeholder{color:var(--color-text-muted)}.DemoForm-module__AKK-wG__formGroup select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%234A7FC1' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.DemoForm-module__AKK-wG__formGroup select option{background:var(--color-surface);color:var(--color-text-primary);padding:.5rem}.DemoForm-module__AKK-wG__formGroup textarea{resize:vertical;min-height:80px}.DemoForm-module__AKK-wG__formGroup input:disabled,.DemoForm-module__AKK-wG__formGroup select:disabled,.DemoForm-module__AKK-wG__formGroup textarea:disabled{opacity:.5;cursor:not-allowed}.DemoForm-module__AKK-wG__submitBtn{background:var(--color-primary);color:#fff;letter-spacing:.01em;cursor:pointer;border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-md);border:none;justify-content:center;align-items:center;gap:.75rem;margin-top:.5rem;padding:1rem 1.5rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.DemoForm-module__AKK-wG__submitBtn:hover:not(:disabled){box-shadow:var(--shadow-lg);background:rgba(var(--color-primary-rgb),.9);transform:translateY(-2px)}.DemoForm-module__AKK-wG__submitBtn:disabled{opacity:.7;cursor:not-allowed}.DemoForm-module__AKK-wG__spinner{animation:1s linear infinite DemoForm-module__AKK-wG__spin}@keyframes DemoForm-module__AKK-wG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.DemoForm-module__AKK-wG__successMessage{text-align:center;padding:2rem 1rem}.DemoForm-module__AKK-wG__successIcon{color:var(--color-green);margin-bottom:1rem}.DemoForm-module__AKK-wG__successMessage h3{color:var(--color-text-primary);margin-bottom:.75rem;font-family:Instrument Sans,sans-serif;font-size:1.3rem;font-weight:700}.DemoForm-module__AKK-wG__successMessage p{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.DemoForm-module__AKK-wG__doneBtn{background:var(--color-primary);color:#fff;letter-spacing:.01em;cursor:pointer;border-radius:var(--radius-md);border:none;justify-content:center;align-items:center;padding:.75rem 2rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex}.DemoForm-module__AKK-wG__doneBtn:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.DemoForm-module__AKK-wG__errorMessage{border:1px solid #dc354533;border-left:3px solid var(--color-red);color:var(--color-red);border-radius:var(--radius-sm);background:#dc35450f;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.85rem;display:flex}@media (max-width:640px){.DemoForm-module__AKK-wG__modal{border-radius:var(--radius-lg);max-height:95vh;padding:1.5rem}.DemoForm-module__AKK-wG__formRow{grid-template-columns:1fr}.DemoForm-module__AKK-wG__modalTitle{font-size:1.25rem}}
.ScreenshotGallery-module__4o8rFG__gallery{margin-bottom:var(--spacing-xl)}.ScreenshotGallery-module__4o8rFG__sliderContainer{align-items:center;gap:1rem;margin-bottom:1rem;display:flex;position:relative}.ScreenshotGallery-module__4o8rFG__slider{border:1px solid var(--color-border);background:var(--color-surface);border-radius:var(--radius-lg);max-width:350px;box-shadow:var(--shadow-card);flex:1;margin:0 auto;overflow:hidden}.ScreenshotGallery-module__4o8rFG__slider:before{display:none}.ScreenshotGallery-module__4o8rFG__sliderTrack{transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex}.ScreenshotGallery-module__4o8rFG__slide{aspect-ratio:9/16;cursor:pointer;min-width:100%;position:relative}.ScreenshotGallery-module__4o8rFG__slideImage{object-fit:contain;background:var(--color-background-alt);width:100%;height:100%}.ScreenshotGallery-module__4o8rFG__sliderNav{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-primary);cursor:pointer;border-radius:var(--radius-full);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.ScreenshotGallery-module__4o8rFG__sliderNav:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:scale(1.1)}.ScreenshotGallery-module__4o8rFG__dots{justify-content:center;gap:.5rem;display:flex}.ScreenshotGallery-module__4o8rFG__dot{background:var(--color-border);border:1px solid var(--color-border);cursor:pointer;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.ScreenshotGallery-module__4o8rFG__dotActive{background:var(--color-primary);border-color:var(--color-primary);transform:scale(1.3)}.ScreenshotGallery-module__4o8rFG__lightbox{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;animation:.3s ScreenshotGallery-module__4o8rFG__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes ScreenshotGallery-module__4o8rFG__fadeIn{0%{opacity:0}to{opacity:1}}.ScreenshotGallery-module__4o8rFG__lightboxContent{max-width:450px;max-height:90vh;animation:.3s ScreenshotGallery-module__4o8rFG__zoomIn;position:relative}@keyframes ScreenshotGallery-module__4o8rFG__zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.ScreenshotGallery-module__4o8rFG__lightboxImage{object-fit:contain;border:1px solid var(--color-border);border-radius:var(--radius-lg);width:100%;height:auto;max-height:85vh;box-shadow:var(--shadow-xl)}.ScreenshotGallery-module__4o8rFG__counter{color:#ffffffe6;border-radius:var(--radius-full);background:#0009;padding:.5rem 1rem;font-family:DM Sans,sans-serif;font-size:.9rem;position:absolute;bottom:-40px;left:50%;transform:translate(-50%)}.ScreenshotGallery-module__4o8rFG__closeBtn{color:#ffffffe6;cursor:pointer;z-index:10001;border-radius:var(--radius-full);background:#00000080;border:1px solid #fff3;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:2rem;right:2rem}.ScreenshotGallery-module__4o8rFG__closeBtn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:rotate(90deg)}.ScreenshotGallery-module__4o8rFG__navBtn{color:#ffffffe6;cursor:pointer;z-index:10001;border-radius:var(--radius-full);background:#00000080;border:1px solid #fff3;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;left:2rem;transform:translateY(-50%)}.ScreenshotGallery-module__4o8rFG__navBtnRight{left:auto;right:2rem}.ScreenshotGallery-module__4o8rFG__navBtn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:translateY(-50%)scale(1.1)}@media (max-width:768px){.ScreenshotGallery-module__4o8rFG__sliderContainer{gap:.5rem}.ScreenshotGallery-module__4o8rFG__sliderNav{width:36px;height:36px}.ScreenshotGallery-module__4o8rFG__slider{border-radius:var(--radius-md);max-width:280px}.ScreenshotGallery-module__4o8rFG__lightbox{padding:1rem}.ScreenshotGallery-module__4o8rFG__lightboxContent{max-width:100%}.ScreenshotGallery-module__4o8rFG__navBtn{width:40px;height:40px;left:.5rem}.ScreenshotGallery-module__4o8rFG__navBtnRight{right:.5rem}.ScreenshotGallery-module__4o8rFG__closeBtn{width:40px;height:40px;top:1rem;right:1rem}.ScreenshotGallery-module__4o8rFG__counter{padding:.4rem .8rem;font-size:.8rem}}@media (max-width:480px){.ScreenshotGallery-module__4o8rFG__sliderNav{width:32px;height:32px}.ScreenshotGallery-module__4o8rFG__sliderNav svg{width:20px;height:20px}}
