.Hero-module__ZARIfG__hero{text-align:center;background:radial-gradient(ellipse at center,var(--surface)0%,var(--background)70%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 1rem 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#cc000014 0%,#0000 70%);width:800px;height:800px;position:absolute;top:20%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__content{z-index:1;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:1000px;display:flex;position:relative}.Hero-module__ZARIfG__mainHeading{font-size:4.5rem;font-weight:700;font-family:var(--font-main),sans-serif;color:var(--foreground);letter-spacing:-.02em;margin-bottom:1rem;line-height:1.1}.Hero-module__ZARIfG__subheading{font-size:1.5rem;font-weight:300;font-family:var(--font-main),sans-serif;color:var(--secondary);max-width:800px;margin-bottom:1rem;line-height:1.6}.Hero-module__ZARIfG__chatInterface{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:600px;margin-top:2.5rem;display:flex}.Hero-module__ZARIfG__inputWrapper{background:linear-gradient(90deg,#cc000080 0%,#cc00001a 100%);border-radius:100px;width:100%;padding:3px;position:relative;box-shadow:0 0 30px #cc000026}.Hero-module__ZARIfG__chatForm{background:#0a0a0af2;border:1px solid #ffffff1a;border-radius:98px;align-items:center;width:100%;padding:.5rem .5rem .5rem 1.5rem;transition:all .3s;display:flex}.Hero-module__ZARIfG__chatForm:focus-within{border-color:var(--primary);background:#000;box-shadow:0 0 20px #c003}.Hero-module__ZARIfG__chatInput{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;padding-right:1rem;font-family:Courier New,monospace;font-size:1.1rem}.Hero-module__ZARIfG__chatInput::placeholder{color:var(--secondary);font-family:var(--font-main),sans-serif;opacity:.7}.Hero-module__ZARIfG__sendButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex}.Hero-module__ZARIfG__sendButton:hover{background:#e60000;transform:scale(1.05);box-shadow:0 0 15px #cc000080}.Hero-module__ZARIfG__sendButton svg{margin-left:-2px}.Hero-module__ZARIfG__exampleText{color:var(--secondary);flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;font-size:.9rem;display:flex}.Hero-module__ZARIfG__exampleLabel{text-transform:uppercase;letter-spacing:.05em;opacity:.8;font-size:.8rem}.Hero-module__ZARIfG__exampleCode{color:var(--foreground);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:.2rem .6rem;font-family:Courier New,monospace;font-size:.85rem;transition:all .2s}.Hero-module__ZARIfG__exampleCode:hover{border-color:var(--primary);background:#cc00001a}.Hero-module__ZARIfG__successMessage{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;padding:2rem;animation:.5s Hero-module__ZARIfG__fadeIn;display:flex}.Hero-module__ZARIfG__checkIcon{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.5rem;font-size:1.5rem;display:flex}.Hero-module__ZARIfG__resetButton{border:1px solid var(--border);color:var(--secondary);cursor:pointer;background:0 0;border-radius:8px;margin-top:1rem;padding:.5rem 1rem;font-size:.9rem}.Hero-module__ZARIfG__resetButton:hover{border-color:var(--foreground);color:var(--foreground)}@keyframes Hero-module__ZARIfG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:968px){.Hero-module__ZARIfG__mainHeading{font-size:3rem}.Hero-module__ZARIfG__subheading{font-size:1.25rem}.Hero-module__ZARIfG__chatInterface{width:100%;max-width:400px}}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding:6rem 1rem 3rem}.Hero-module__ZARIfG__mainHeading{font-size:2.5rem}.Hero-module__ZARIfG__subheading{font-size:1.1rem}.Hero-module__ZARIfG__chatInterface{padding:0 1rem}.Hero-module__ZARIfG__chatInput{font-size:1rem}}
