.hero-demo-form{background:#eceff1;overflow:hidden;padding:var(--section-spacing-y) var(--site-gutter);position:relative}.hero-demo-form__bg-wrap{border-radius:16px;bottom:var(--section-spacing-y);left:50%;max-width:var(--site-max-width);overflow:hidden;position:absolute;top:var(--section-spacing-y);transform:translateX(-50%);width:100%}.hero-demo-form__bg{background-position:50%;background-size:cover;height:140%;left:0;position:absolute;top:-20%;width:100%;will-change:transform}.hero-demo-form__bg--mobile{display:none}.hero-demo-form__inner{align-items:center;box-sizing:border-box;display:grid;gap:56px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin:0 auto;max-width:var(--site-max-width);padding:64px;position:relative;z-index:1}.hero-demo-form__eyebrow{color:#f81!important;font-size:16px!important;margin:0 0 16px!important}.hero-demo-form__eyebrow,.hero-demo-form__heading{font-family:Inter,sans-serif!important;font-weight:600!important}.hero-demo-form__heading{color:#fff!important;font-size:42px!important;line-height:1.2!important;margin:0 0 20px!important}.hero-demo-form__subtext,.hero-demo-form__subtext p{color:#fff!important;font-family:Inter,sans-serif!important;font-size:17px!important;font-weight:400!important;line-height:1.6!important;margin:0 0 32px!important;opacity:.85}.hero-demo-form__logos{overflow:hidden;width:100%}.hero-demo-form__logos-track{align-items:center;animation:hero-demo-form-marquee 22s linear infinite;display:flex;gap:40px;width:max-content}.hero-demo-form__logo{align-items:center;display:flex;flex-shrink:0;height:32px}.hero-demo-form__logo img{filter:brightness(0) invert(1);max-height:100%;opacity:.7;width:auto}@keyframes hero-demo-form-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hero-demo-form__form-wrap{background:#fff;border-radius:16px;box-shadow:0 20px 48px rgba(0,0,0,.25);padding:40px}.hero-demo-form__form{background:transparent!important}.hero-demo-form__row{display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:18px}.hero-demo-form__field{margin-bottom:18px}.hero-demo-form__row .hero-demo-form__field{margin-bottom:0}.hero-demo-form__label{color:#002943!important;display:block;font-family:Inter,sans-serif!important;font-size:13px!important;font-weight:500!important;margin-bottom:5px}.hero-demo-form__label--required:after{color:#df3466;content:" *"}.hero-demo-form__input{background:#fff;border:1px solid #d9dee3;border-radius:10px;box-sizing:border-box;color:#002943;font-family:Inter,sans-serif;font-size:14px;padding:11px 14px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.hero-demo-form__input:focus{border-color:#df3466;box-shadow:0 0 0 3px rgba(223,52,102,.12);outline:none}.hero-demo-form__select{appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23606060' d='m7 10 5 5 5-5z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:18px;padding-right:40px}.hero-demo-form__submit{align-items:center;background:linear-gradient(90deg,#f81,#df3466);border:none;border-radius:16px;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:15px;font-weight:500;gap:8px;justify-content:center;padding:14px 24px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.hero-demo-form__submit:hover{box-shadow:0 8px 20px rgba(223,52,102,.3);transform:translateY(-2px)}@media (max-width:900px){.hero-demo-form__bg--desktop{display:none}.hero-demo-form__bg--mobile{display:block}.hero-demo-form__bg-wrap{bottom:auto;height:420px;top:var(--section-spacing-y)}.hero-demo-form__inner{gap:24px;grid-template-columns:minmax(0,1fr);padding:32px 20px}.hero-demo-form__heading{font-size:28px!important}.hero-demo-form__subtext{font-size:15px!important}.hero-demo-form__form-wrap{padding:24px 20px}.hero-demo-form__row{gap:0;grid-template-columns:1fr}.hero-demo-form__field{margin-bottom:16px}}