*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;min-height:100vh;overflow-x:hidden}.bg-container{position:fixed;top:0;right:0;bottom:0;left:0;background:url(/assets/header-desktop-ciKhbfNr.png) center/cover no-repeat;width:100vw;height:100vh}.bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.main-content{position:relative;z-index:10;display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;padding:5rem 1rem 2.5rem}@media(max-width:768px){.bg-container{background:url(/assets/header-mobile-BMMjZRS5.png) center/cover no-repeat}.head-logo{display:block;width:45px;height:45px;margin:0;padding:0}.main-content{padding:2.5rem 1rem 2.5rem 5rem}.main-content .title,.main-content .subtitle{visibility:hidden}}.hero-logo{display:block;width:auto;height:40px;margin:0 auto}.main-hero-text{margin:50px}.title{margin-bottom:.1rem;text-align:center;font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff}@media(min-width:768px){.title{font-size:3rem}}@media(min-width:1024px){.title{font-size:3.75rem}}.subtitle{margin-bottom:2.5rem;max-width:42rem;text-align:center;font-size:1rem;color:#e5e7eb}@media(min-width:768px){.subtitle{font-size:1.125rem}}.buttons{display:none}@media(min-width:640px){.buttons{flex-direction:row;margin-bottom:3rem}}.btn{border-radius:.375rem;padding:1rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;color:#fff;border:none;cursor:pointer;transition:all .2s}@media(min-width:768px){.btn{font-size:1rem}}.btn:hover{box-shadow:0 10px 15px -3px #0000001a}.btn-green{background-color:#22c55e}.btn-green:hover{background-color:#16a34a}.btn-orange{background-color:#f97316}.btn-orange:hover{background-color:#ea580c}.sidebar-desktop{position:fixed;left:0;top:50%;z-index:40;display:none;transform:translateY(-50%);flex-direction:column;gap:.25rem;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;background-color:#1f2937e6;padding:.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sidebar-desktop img{height:40px;display:block;margin:0 20% auto;text-align:center;filter:brightness(0) invert(1);display:flex;align-items:center;justify-content:center}@media(min-width:768px){.sidebar-desktop{display:flex}}.sidebar-item{display:flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:.375rem;color:#fff;text-decoration:none;transition:background-color .2s}.sidebar-item:hover,.sidebar-item.active{background-color:#22c55e}.sidebar-item svg{height:1.3rem;width:1.3rem}.sidebar-mobile{position:fixed;top:0;left:0;right:0;z-index:40;background-color:#1f2937f2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-bottom:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.sidebar-mobile{display:none}}.sidebar-mobile-inner{display:flex;align-items:center;justify-content:space-around;padding:.5rem}.sidebar-mobile-inner img{height:3rem;margin:0 auto;text-align:center;filter:brightness(0) invert(1);display:flex;align-items:center;justify-content:center}.sidebar-mobile-item{display:flex;height:3.5rem;width:4.5rem;flex-direction:column;align-items:center;justify-content:center;border-radius:.375rem;color:#fff;text-decoration:none;transition:background-color .2s}.sidebar-mobile-item:hover{background-color:#374151}.sidebar-mobile-item.active{background-color:#22c55e}.sidebar-mobile-item svg{height:1.35rem;width:1.35rem}.sidebar-mobile-item span{margin-top:.25rem;font-size:.625rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:none;align-items:center;justify-content:center;padding:1rem}.modal-overlay.active{display:flex}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{position:relative;z-index:10;width:100%;max-width:32rem;border-radius:.5rem;background:#fff;padding:1.5rem;box-shadow:0 25px 50px -12px #00000040;overflow:visible}.modal-body{max-height:80vh;overflow-y:auto;padding-right:.25rem}.modal-close{position:absolute;right:-1rem;top:-1rem;display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:9999px;background:#fff;color:#4b5563;border:none;box-shadow:0 10px 15px -3px #0000001a;cursor:pointer;transition:background-color .2s;z-index:20}.modal-close:hover{background-color:#f3f4f6}.modal-close svg{height:1.25rem;width:1.25rem}.modal-title{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;color:#1f2937}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.25rem;font-size:.875rem;font-weight:500;color:#374151}.form-input,.form-textarea{width:100%;border-radius:.375rem;border:1px solid #d1d5db;padding:.5rem .75rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-textarea:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.form-textarea{resize:vertical;min-height:5rem}.form-file{display:block;width:100%;font-size:.875rem;color:#6b7280}.form-file::file-selector-button{margin-right:1rem;border-radius:.375rem;border:none;background-color:#f3f4f6;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#374151;cursor:pointer;transition:background-color .2s}.form-file::file-selector-button:hover{background-color:#e5e7eb}.form-submit{width:100%;border-radius:.375rem;background-color:#22c55e;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#fff;border:none;cursor:pointer;transition:background-color .2s}.form-submit:hover{background-color:#16a34a}.form-submit:disabled{opacity:.5;cursor:not-allowed}.success-message{padding:2rem 0;text-align:center;display:none}.success-message.active{display:block}.success-icon{margin:0 auto 1rem;display:flex;height:4rem;width:4rem;align-items:center;justify-content:center;border-radius:9999px;background-color:#dcfce7}.success-icon svg{height:2rem;width:2rem;color:#16a34a}.success-title{font-size:1.25rem;font-weight:600;color:#1f2937}.success-text{margin-top:.5rem;color:#4b5563}.chat-box{position:fixed;bottom:1rem;right:1rem;z-index:50;width:20rem;display:none}@media(min-width:640px){.chat-box{width:24rem}}.chat-box.active{display:block}.chat-container{overflow:hidden;border-radius:.5rem;background:#fff;box-shadow:0 25px 50px -12px #00000040}.chat-header{display:flex;align-items:center;justify-content:space-between;background-color:#22c55e;padding:.75rem 1rem}.chat-header-left{display:flex;align-items:center;gap:.5rem}.chat-header-left svg{height:1.25rem;width:1.25rem;color:#fff}.chat-header-left span{font-weight:500;color:#fff}.chat-close{color:#fff;background:none;border:none;cursor:pointer;transition:color .2s}.chat-close:hover{color:#dcfce7}.chat-close svg{height:1.25rem;width:1.25rem}.chat-messages{height:20rem;overflow-y:auto;background-color:#f9fafb;padding:1rem}.chat-message{margin-bottom:.75rem;display:flex}.chat-message.user{justify-content:flex-end}.chat-message.bot{justify-content:flex-start}.chat-bubble{max-width:80%;border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem}.chat-bubble.user{background-color:#22c55e;color:#fff}.chat-bubble.bot{background-color:#fff;color:#1f2937;box-shadow:0 1px 2px #0000000d}.chat-input-container{display:flex;align-items:center;padding:8px 10px;background:#fff;border-top:1px solid #e2e8f0}.file-label{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#64748b;transition:color .2s;flex-shrink:0;cursor:pointer}.file-label:hover{color:#2563eb}.chat-input{flex-grow:1;border:none;padding:8px 12px;outline:none;font-size:14px;background:transparent}.chat-input:focus{outline:none;border-color:#22c55e}.chat-input:disabled{opacity:.5}.custom-send-v2{background:#f8fafc;color:#16a34a;width:40px;height:40px;border-radius:50%;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.custom-send-v2:hover{background:#16a34a;color:#fff;border-color:#16a34a}.custom-send-v2 svg{width:20px;height:20px;margin-left:2px}#file-preview{font-size:11px;color:#2563eb;padding:5px 15px;display:none;background:#f1f5f9;border-top:1px solid #e2e8f0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.location-container{position:absolute;right:20px;bottom:250px;display:flex;flex-direction:column;align-items:flex-end;gap:100px}.location-point{display:flex;align-items:center;gap:10px;z-index:2;cursor:pointer}.location-label{color:#d5b595;font-family:Georgia,serif;font-size:20px;text-align:center;line-height:1.2}.location-line{position:relative;width:30px;height:200px;margin-right:0}.location-line svg{position:absolute;width:450px;height:auto;top:70%;left:20%;transform:translate(-50%,-50%) rotate(89deg) scaleX(-1);pointer-events:none}.loc-pin{display:flex;transition:filter .3s}.location-pulse{animation:pulse-gold 3s infinite ease-in-out}@keyframes pulse-gold{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@media(max-width:932px){.location-container{position:absolute;right:20px;bottom:35px;left:5px;display:flex;flex-direction:row;align-items:flex-end;gap:0}.location-point{display:flex;flex-direction:column;align-items:center;z-index:2;min-width:90px;cursor:pointer}.location-label{font-size:15px;line-height:1;margin-bottom:2px;white-space:nowrap}.location-line{position:relative;flex:1;height:30px;margin-bottom:15px}.location-line svg{width:280px;left:50%;top:50%;transform:translate(-60%,-50%)}@keyframes pulse-gold{0%{transform:scale(1);filter:drop-shadow(0 0 0px #d5b595)}50%{transform:scale(1.1);filter:drop-shadow(0 0 8px #d5b595)}to{transform:scale(1);filter:drop-shadow(0 0 0px #d5b595)}}}.form-content{display:block}.form-content.hidden{display:none}
