.hero-form{z-index:3;-webkit-backdrop-filter:blur(4px);border:1px solid #fff;border-radius:25px;flex-direction:column;justify-content:space-between;gap:14px;width:100%;max-width:700px;min-height:175px;margin:30px auto 0;padding:22px 15px 15px;transition:all .3s;display:flex;position:relative;box-shadow:0 0 40px #0202021f}@media (max-width:576px){.hero-form{gap:12px;padding:18px 14px 14px}}.hero-form-top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.hero-form-top textarea{resize:none;color:#25211d;background:0 0;border:0;outline:none;flex:1;width:100%;height:48px;min-height:48px;padding:2px 13px;font-size:14px;font-weight:300;line-height:22px}.hero-form-top textarea::placeholder{color:#25211d;opacity:.9;font-size:14px;font-weight:300}@media (max-width:576px){.hero-form-top textarea{height:88px;min-height:44px;padding:2px 8px}}.hero-form-length{color:#99adde;flex-shrink:0;padding-top:10px;padding-right:13px;font-size:12px;font-weight:300;line-height:18px}@media (max-width:576px){.hero-form-length{padding-top:8px;padding-right:4px;font-size:11px}}.hero-form-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}@media (max-width:576px){.hero-form-actions{flex-wrap:wrap;gap:8px}}.hero-form-tabs{background:#f5f7fb;border-radius:100px;align-items:center;gap:2px;height:45px;padding:4px;display:inline-flex;box-shadow:inset 0 0 0 1px #fff9}@media (max-width:576px){.hero-form-tabs{justify-content:stretch;width:100%}}.hero-form-tab{cursor:pointer;color:#25211d;white-space:nowrap;background:0 0;border:0;border-radius:100px;justify-content:center;align-items:center;height:37px;padding:0 16px;font-size:12px;font-weight:500;line-height:18px;transition:color .25s;display:inline-flex;position:relative}.hero-form-tab i{background:#25211d;width:15px;height:15px;font-size:15px;transition:background-color .25s}.hero-form-tab:hover:not(.active){color:#4859fe}.hero-form-tab:hover:not(.active) i{background:#4859fe}.hero-form-tab.active{color:#fff}.hero-form-tab.active i{background:#fff}@media (max-width:576px){.hero-form-tab{flex:1;padding:0 10px}}.hero-form-tab-pill{z-index:0;background:linear-gradient(#4859fe 0%,#303db7 100%);border-radius:100px;position:absolute;inset:0;box-shadow:0 4px 12px #4859fe40}.hero-form-tab-content{z-index:1;align-items:center;gap:7px;display:inline-flex;position:relative}.hero-form-submit{align-items:center;gap:10px;display:inline-flex}@media (max-width:576px){.hero-form-submit{width:100%}}.hero-form-attach{cursor:pointer;background:linear-gradient(#4859fe 0%,#303db7 100%);border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #4859fe40}.hero-form-attach i{background:#fff;width:17px;height:17px;font-size:17px}.hero-form-attach:hover{transform:translateY(-1px);box-shadow:0 6px 16px #4859fe59}.hero-form-attach:active{transform:translateY(0)}.hero-form-generate{color:#fff;height:45px;font-family:var(--font-actay-wide);letter-spacing:.01em;cursor:pointer;white-space:nowrap;background:linear-gradient(110deg,#3560fe 0%,#6948fb 25%,#a93bff 50%,#d535a0 75%,#fb2461 100%) 0 0/130% 130%;border:0;border-radius:100px;padding:0 32px;font-size:12px;font-weight:700;line-height:18px;transition:box-shadow .25s,filter .25s,transform .15s,animation-duration .3s;animation:7s ease-in-out infinite alternate hero-generate-flow;position:relative;overflow:hidden;box-shadow:0 6px 20px #a93bff47}.hero-form-generate:hover{filter:brightness(1.05)saturate(1.08);animation-duration:3.5s;box-shadow:0 10px 28px #a93bff66}.hero-form-generate:active{filter:brightness(.97);transform:translateY(1px)}@media (max-width:576px){.hero-form-generate{flex:1;padding:0 20px}}@media (prefers-reduced-motion:reduce){.hero-form-generate{animation-duration:30s}}.hero-form-generate-label{z-index:1;position:relative}@keyframes hero-generate-flow{0%{background-position:0%}to{background-position:100%}}
