.demoPageWrapper{padding-bottom:96px}.demoPageWrapper p{line-height:150%}.pageLayout{align-items:flex-start;gap:64px;display:flex}@media screen and (max-width:1092px){.pageLayout{flex-direction:column;gap:32px}}.pageLeft{flex:1;position:sticky;top:120px}@media screen and (max-width:1092px){.pageLeft{position:static}}.pageLeft h2{margin-top:0}.pageRight{flex:1;max-width:540px}@media screen and (max-width:1092px){.pageRight{width:100%;max-width:100%}}.demoFeatures{flex-direction:column;gap:16px;margin-top:32px;display:flex}.featureItem{color:var(--web-text-muted);font-size:var(--fs-web-lg);align-items:center;gap:12px;display:flex}.featureItem .featureIcon{border-radius:var(--web-radius-icon);background:var(--lh-super-teal);width:40px;height:40px;color:var(--lh-electric-blue-900);flex-shrink:0;justify-content:center;align-items:center;display:flex}.formCard{border-radius:var(--web-radius-card);background:var(--web-card);box-shadow:inset 0 0 0 1px var(--web-hairline),var(--web-card-shadow);min-height:400px;margin-top:0;padding:40px;position:relative;overflow:hidden}@media screen and (max-width:441px){.formCard{min-height:350px;margin-top:32px;padding:24px}}.formContent{transition:opacity .4s,transform .4s}.formContent.hidden{opacity:0;pointer-events:none;position:absolute;transform:translateY(-20px)}.successMessage{text-align:center;opacity:0;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;padding:40px;transition:opacity .4s .2s,transform .4s .2s;display:flex;position:absolute;inset:0;transform:translateY(20px)}.successMessage.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.successMessage .successIcon{color:#28ab96;margin-bottom:24px;animation:.5s .4s both successPop}.successMessage .successIcon svg{filter:drop-shadow(0 4px 12px #28ab9666)}.successMessage h2{color:var(--web-text);font-size:var(--fs-web-title-lg);margin:0 0 12px;font-weight:700;animation:.4s .5s both fadeInUp}.successMessage p{color:var(--web-text-muted);font-size:var(--fs-web-lg);max-width:320px;margin:0;line-height:1.6;animation:.4s .6s both fadeInUp}@keyframes successPop{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.contactForm,.demoForm{flex-direction:column;gap:24px;display:flex}.formRow{gap:24px;display:flex}@media screen and (max-width:441px){.formRow{flex-direction:column;gap:24px}}.formRow .formGroup{flex:1}.formGroup{flex-direction:column;gap:8px;display:flex}.formGroup label{color:var(--web-text);font-size:var(--fs-web-base);letter-spacing:.5px;font-weight:500}.formGroup input,.formGroup select,.formGroup textarea{background:var(--web-inset);border:1px solid var(--web-hairline);border-radius:var(--web-radius-inset);color:var(--web-text);font-size:var(--fs-web-lg);font-family:var(--font-sans);padding:14px 16px;transition:border-color .2s,box-shadow .2s}.formGroup input::placeholder,.formGroup select::placeholder,.formGroup textarea::placeholder{color:#fff6}.formGroup input:focus,.formGroup select:focus,.formGroup textarea:focus{border-color:#28ab96;outline:none;box-shadow:0 0 0 3px #28ab9626}.formGroup input:hover:not(:focus),.formGroup select:hover:not(:focus),.formGroup textarea:hover:not(:focus){border-color:#ffffff40}.formGroup select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2'%3E%3Cpolyline points='6,9 12,15 18,9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:20px;padding-right:44px}.formGroup select option{background:var(--web-card);color:var(--web-text)}.formGroup textarea{resize:vertical;min-height:120px}.turnstileWrap{justify-content:center;margin:16px 0;display:flex}.submitButtonWrap{margin-top:16px}@media screen and (max-width:441px){.submitButtonWrap .lhButton{width:100%;display:flex}}
