.Container-module__DjgGgG__container{width:100%;padding-left:var(--container-padding);padding-right:var(--container-padding);margin-left:auto;margin-right:auto}.Container-module__DjgGgG__default{max-width:var(--container-max)}.Container-module__DjgGgG__narrow{max-width:var(--container-narrow)}.Container-module__DjgGgG__wide{max-width:var(--container-wide)}
.Footer-module__3hUVsW__footer{padding:var(--space-10) 0 var(--space-6);background:var(--color-bg-elevated);border-top:1px solid var(--color-border);transition:background-color var(--duration-slow) var(--ease-out);position:relative}.Footer-module__3hUVsW__footer:before{content:"";background:linear-gradient(90deg, transparent, rgba(var(--color-accent-rgb), .4), transparent);height:1px;position:absolute;top:-1px;left:10%;right:10%}.Footer-module__3hUVsW__grid{gap:var(--space-10);margin-bottom:var(--space-6);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.Footer-module__3hUVsW__brand{max-width:300px}.Footer-module__3hUVsW__logo{font-family:var(--font-display);font-size:var(--text-2xl);letter-spacing:-.03em;margin-bottom:var(--space-4);font-weight:700}.Footer-module__3hUVsW__logoAccent{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Footer-module__3hUVsW__tagline{font-size:var(--text-sm);color:var(--color-text-tertiary);line-height:1.7}.Footer-module__3hUVsW__columnTitle{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-secondary);margin-bottom:var(--space-5);font-weight:600}.Footer-module__3hUVsW__columnLinks{gap:var(--space-3);flex-direction:column;list-style:none;display:flex}.Footer-module__3hUVsW__columnLink{font-size:var(--text-sm);color:var(--color-text-tertiary);transition:color var(--duration-normal) var(--ease-out);text-decoration:none}.Footer-module__3hUVsW__columnLink:hover{color:var(--color-accent-light)}.Footer-module__3hUVsW__bottom{padding-top:var(--space-6);border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.Footer-module__3hUVsW__copyright{font-size:var(--text-xs);color:var(--color-text-tertiary)}.Footer-module__3hUVsW__socials{gap:var(--space-5);display:flex}.Footer-module__3hUVsW__socialLink{font-size:var(--text-sm);color:var(--color-text-tertiary);transition:color var(--duration-normal) var(--ease-out)}.Footer-module__3hUVsW__socialLink:hover{color:var(--color-accent-light)}@media (max-width:768px){.Footer-module__3hUVsW__grid{gap:var(--space-8);grid-template-columns:1fr 1fr}.Footer-module__3hUVsW__brand{grid-column:1/-1;max-width:none}.Footer-module__3hUVsW__bottom{gap:var(--space-4);text-align:center;flex-direction:column}}@media (max-width:480px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr}}
@keyframes Chatbot-module__5d8-Fq__floatY{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.Chatbot-module__5d8-Fq__fab{cursor:pointer;z-index:999;background:0 0;border:none;justify-content:center;align-items:center;animation:2.5s ease-in-out infinite Chatbot-module__5d8-Fq__floatY;display:flex;position:fixed;bottom:40px;right:40px}.Chatbot-module__5d8-Fq__fab img{width:50px;height:50px;transition:transform .2s}.Chatbot-module__5d8-Fq__fab:hover{animation-play-state:paused}[data-theme=light] .Chatbot-module__5d8-Fq__fab img{filter:invert(0)}[data-theme=dark] .Chatbot-module__5d8-Fq__fab img{filter:invert()}.Chatbot-module__5d8-Fq__chat{background:var(--color-bg-card);border:2px dashed var(--color-border);z-index:999;border-radius:16px;flex-direction:column;width:340px;height:460px;display:flex;position:fixed;bottom:90px;right:24px;overflow:hidden}.Chatbot-module__5d8-Fq__header{border-bottom:1px dashed var(--color-border);color:var(--color-text-primary);justify-content:space-between;align-items:center;padding:14px 16px;font-size:14px;font-weight:600;display:flex}.Chatbot-module__5d8-Fq__header button{cursor:pointer;background:0 0;border:none;font-size:16px}.Chatbot-module__5d8-Fq__messages{flex-direction:column;flex:1;gap:14px;padding:14px;display:flex;overflow-y:auto}.Chatbot-module__5d8-Fq__options{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.Chatbot-module__5d8-Fq__optionBtn{color:var(--color-text-primary);border:1px dashed var(--color-border);cursor:pointer;background:0 0;border-radius:10px;padding:8px 12px;transition:all .25s;position:relative}.Chatbot-module__5d8-Fq__optionBtn:before{content:"";-webkit-mask-composite:xor;opacity:0;background:linear-gradient(90deg,#6366f1,#8b5cf6,#6366f1) 0 0/200% 100%;border:1px dashed #0000;border-radius:10px;padding:1px;transition:opacity .3s;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Chatbot-module__5d8-Fq__optionBtn:hover:before{opacity:1;animation:2s linear infinite Chatbot-module__5d8-Fq__borderMove}.Chatbot-module__5d8-Fq__optionBtn:hover{transform:translateY(-2px)}@keyframes Chatbot-module__5d8-Fq__borderMove{0%{background-position:0 0}to{background-position:200% 0}}.Chatbot-module__5d8-Fq__botMessage{border:1px dashed var(--color-border);background:var(--color-bg-secondary);color:var(--color-text-primary);border-radius:10px;align-self:flex-start;padding:10px 14px;font-size:14px}.Chatbot-module__5d8-Fq__userMessage{background:var(--color-accent);color:#fff;border-radius:10px;align-self:flex-end;padding:10px 14px;font-size:14px}.Chatbot-module__5d8-Fq__inputArea{border-top:1px dashed var(--color-border);gap:8px;padding:10px;display:flex}.Chatbot-module__5d8-Fq__inputArea input{border:1px dashed var(--color-border);background:var(--color-bg-secondary);color:var(--color-text-primary);border-radius:8px;outline:none;flex:1;padding:10px;font-size:14px}.Chatbot-module__5d8-Fq__inputArea button{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;width:42px;height:42px}@media (max-width:480px){.Chatbot-module__5d8-Fq__chat{width:auto;height:75vh;bottom:80px;left:12px;right:12px}}.Chatbot-module__5d8-Fq__formContainer{align-self:flex-start;width:100%;margin-top:6px;animation:.3s Chatbot-module__5d8-Fq__fadeIn}@keyframes Chatbot-module__5d8-Fq__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.Chatbot-module__5d8-Fq__leadForm{background:var(--color-bg-secondary);border:1px dashed var(--color-border);box-sizing:border-box;border-radius:12px;flex-direction:column;gap:10px;width:100%;padding:14px;display:flex}.Chatbot-module__5d8-Fq__formTitle{text-transform:uppercase;color:var(--color-accent);letter-spacing:.5px;border-bottom:1px dashed var(--color-border);margin-bottom:4px;padding-bottom:6px;font-size:13px;font-weight:700}.Chatbot-module__5d8-Fq__formError{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:6px;padding:8px;font-size:12px}.Chatbot-module__5d8-Fq__formGroup{flex-direction:column;gap:4px;display:flex}.Chatbot-module__5d8-Fq__formGroup label{color:var(--color-text-primary);opacity:.8;font-size:11px;font-weight:600}.Chatbot-module__5d8-Fq__formGroup input,.Chatbot-module__5d8-Fq__formGroup textarea,.Chatbot-module__5d8-Fq__formGroup select{border:1px dashed var(--color-border);background:var(--color-bg-card);color:var(--color-text-primary);border-radius:6px;outline:none;padding:8px;font-family:inherit;font-size:12px;transition:border-color .2s}.Chatbot-module__5d8-Fq__formGroup input:focus,.Chatbot-module__5d8-Fq__formGroup textarea:focus,.Chatbot-module__5d8-Fq__formGroup select:focus{border-color:var(--color-accent)}.Chatbot-module__5d8-Fq__formRow{gap:8px;display:flex}.Chatbot-module__5d8-Fq__formActions{justify-content:flex-end;gap:8px;margin-top:6px;display:flex}.Chatbot-module__5d8-Fq__cancelBtn,.Chatbot-module__5d8-Fq__submitBtn{cursor:pointer;border:none;border-radius:6px;padding:8px 12px;font-size:12px;font-weight:600;transition:all .2s}.Chatbot-module__5d8-Fq__cancelBtn{color:var(--color-text-primary);border:1px dashed var(--color-border);background:0 0}.Chatbot-module__5d8-Fq__cancelBtn:hover{background:#ffffff0d}.Chatbot-module__5d8-Fq__submitBtn{background:var(--color-accent);color:#fff}.Chatbot-module__5d8-Fq__submitBtn:hover{filter:brightness(1.1);transform:translateY(-1px)}.Chatbot-module__5d8-Fq__submitBtn:disabled,.Chatbot-module__5d8-Fq__cancelBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.Chatbot-module__5d8-Fq__formSuccessBubble{color:#10b981;background:#10b9811a;border:1px solid #10b9814d;border-radius:10px;align-self:flex-start;align-items:center;gap:8px;margin-top:6px;padding:8px 14px;font-size:13px;font-weight:500;animation:.3s Chatbot-module__5d8-Fq__fadeIn;display:flex}.Chatbot-module__5d8-Fq__successIcon{font-weight:700}.Chatbot-module__5d8-Fq__inlineCode{font-family:var(--font-mono,monospace);background:#00000014;border-radius:4px;padding:1px 4px;font-size:.9em}[data-theme=dark] .Chatbot-module__5d8-Fq__inlineCode{background:#ffffff26}.Chatbot-module__5d8-Fq__bulletItem{margin-top:4px;margin-bottom:4px;margin-left:14px;list-style-type:disc;display:list-item}.Chatbot-module__5d8-Fq__line{margin-bottom:4px}.Chatbot-module__5d8-Fq__numberedItem{align-items:flex-start;margin-top:6px;margin-bottom:6px;line-height:1.5;display:flex}.Chatbot-module__5d8-Fq__numberPrefix{color:var(--color-accent);flex-shrink:0;margin-right:6px;font-weight:700}.Chatbot-module__5d8-Fq__itemContent{flex:1}
.Section-module__BZ7-0a__section{width:100%;padding-top:var(--space-8);padding-bottom:var(--space-8);transition:background-color var(--duration-slow) var(--ease-out);position:relative}.Section-module__BZ7-0a__dark,.Section-module__BZ7-0a__elevated{background-color:#0000}.Section-module__BZ7-0a__header{margin-bottom:var(--space-12)}.Section-module__BZ7-0a__header.Section-module__BZ7-0a__center{text-align:center}.Section-module__BZ7-0a__tag{align-items:center;gap:var(--space-3);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.18em;color:var(--color-accent-light);margin-bottom:var(--space-4);font-weight:500;display:inline-flex}.Section-module__BZ7-0a__tagLine{background:var(--color-accent-light);opacity:.4;width:24px;height:1px}.Section-module__BZ7-0a__title{font-family:var(--font-display);font-size:var(--text-4xl);color:var(--color-text-primary);margin-bottom:var(--space-4);letter-spacing:-.03em;font-weight:700}.Section-module__BZ7-0a__subtitle{font-size:var(--text-lg);color:var(--color-text-secondary);max-width:580px;line-height:1.7}.Section-module__BZ7-0a__header.Section-module__BZ7-0a__center .Section-module__BZ7-0a__subtitle{margin-left:auto;margin-right:auto}@media (max-width:768px){.Section-module__BZ7-0a__section{padding-top:var(--space-12);padding-bottom:var(--space-12)}.Section-module__BZ7-0a__header{margin-bottom:var(--space-8)}}
