.contact-modal-container{z-index:999999;justify-content:center;align-items:flex-end;padding:2rem 2rem 0;display:flex;position:fixed;inset:0}.contact-modal-overlay{position:absolute;inset:0;z-index:5!important}.contact-modal-content{background:var(--bg-surface);width:100%;max-width:540px;height:calc(100vh - 2rem);box-shadow:var(--shadow-modal);border-radius:var(--radius-3xl);flex-direction:column;display:flex;position:relative;z-index:100!important}.contact-modal-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:1rem;padding:2rem 2rem 1.5rem;display:flex}.contact-modal-title{font-family:var(--font-cormorant), "Cormorant Garamond", serif;font-size:var(--text-display-xs);font-weight:var(--fw-bold);color:var(--text-black);letter-spacing:var(--ls-tight);text-transform:uppercase;line-height:var(--lh-tight);margin:0}.contact-modal-subtitle{font-family:var(--font-manrope), sans-serif;font-size:var(--text-sm-plus);color:var(--text-black);margin:.5rem 0 0}.contact-modal-close{background:var(--bg-muted);border-radius:var(--radius-md);cursor:pointer;width:44px;height:44px;transition:all .3s var(--ease-smooth);color:var(--text-black);border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-modal-close img{filter:brightness(0);transition:filter .3s var(--ease-smooth)}.contact-modal-close:hover{background:var(--text-black);color:var(--text-white);transform:rotate(90deg)}.contact-modal-close:hover img{filter:brightness()}.contact-modal-body{flex-direction:column;flex:1;padding:2.5rem 2rem;display:flex;overflow-y:auto}.contact-modal-body::-webkit-scrollbar{width:14px}.contact-modal-body::-webkit-scrollbar-track{border-radius:var(--radius-full);background:#00000026}.contact-modal-body::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#0009;border:3px solid #00000026}.contact-modal-body::-webkit-scrollbar-thumb:hover{background:#000c}.contact-modal-body{scrollbar-width:auto;scrollbar-color:#0009 #00000026}.contact-modal-footer{border-top:1px solid var(--border-subtle);background:var(--bg-surface);z-index:10;justify-content:center;align-items:center;padding:1.5rem 2rem;display:flex}.contact-modal-footer .form-submit-btn{justify-content:center;width:100%;margin:0!important}.contact-modal-body .contact-card{box-shadow:none!important;z-index:1!important;background:0 0!important;width:100%!important;max-width:100%!important;height:auto!important;padding:0!important;overflow:visible!important}.contact-modal-body .contact-form{padding:0}.contact-modal-body .form-title,.contact-modal-body .form-subtitle{display:none}.contact-modal-body .form-submit-btn{justify-content:center;width:100%}@media (max-width:768px){.contact-modal-container{padding:0}.contact-modal-content{border-radius:0;max-width:100%;height:100%;max-height:100vh}.contact-modal-header{padding:1.5rem}.contact-modal-body{padding:2rem 1.5rem}}.contact-modal-body .contact-success-view .form-title,.contact-modal-body .contact-success-view .form-subtitle{display:block!important}
:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
.contact-card{background:var(--bg-surface);width:100%;max-width:600px;height:auto;box-shadow:var(--shadow-lg);z-index:20;border-radius:0;flex-direction:column;margin-left:0;padding:4rem;display:flex;position:relative;overflow:hidden}.contact-form{flex-direction:column;justify-content:flex-start;height:100%;display:flex}.form-title{font-family:var(--font-cormorant), serif;letter-spacing:var(--ls-tight);text-transform:uppercase;color:var(--text-black);font-size:var(--text-display-md);font-weight:var(--fw-light);line-height:var(--lh-tight);text-align:center;margin-bottom:1rem}.form-subtitle{font-family:var(--font-manrope), sans-serif;font-size:var(--text-base-sm);color:var(--text-black);text-align:center;max-width:420px;line-height:var(--lh-base);margin-bottom:3rem;margin-left:auto;margin-right:auto}.form-group{flex-direction:column;margin-bottom:2.5rem;display:flex}.form-group label{font-family:var(--font-manrope), sans-serif;font-size:var(--text-sm);font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:var(--ls-widest);color:var(--text-black);opacity:.9;margin-bottom:.75rem}.form-group input,.form-group textarea{font-family:var(--font-manrope), sans-serif;font-size:var(--text-base);border:none;border-bottom:1px solid var(--border-light);resize:none;color:var(--text-black);background:0 0;outline:none;padding:1rem 0;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-bottom-color:var(--color-gold-light)}.form-group.has-error input,.form-group.has-error textarea,.form-group.has-error .PhoneInputInput{border-bottom-color:#d32f2f}.form-field-error{font-family:var(--font-manrope), sans-serif;font-size:var(--text-sm);color:#d32f2f;line-height:var(--lh-base);align-items:center;gap:.3rem;margin-top:.5rem;display:flex}.form-field-error:before{content:"!";color:#fff;background:#d32f2f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:12px;height:12px;font-size:9px;font-weight:800;display:inline-flex}.form-submit-btn{align-self:center;margin-top:2rem;font-size:var(--text-sm-plus)!important;padding:1.1rem 3.5rem!important}.whatsapp-link-sm{font-size:var(--text-base)!important}.whatsapp-link-sm .btn-icon{filter:none!important;width:1.1rem!important;height:1.1rem!important}.form-back-btn{font-family:var(--font-manrope), sans-serif;font-size:var(--text-base-sm);font-weight:var(--fw-medium);letter-spacing:var(--ls-wide);color:var(--color-gold-dark);cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:.35rem;margin-bottom:1.5rem;padding:0;transition:opacity .3s;display:inline-flex}.form-back-btn:hover{opacity:.7}.contact-intent{justify-content:center}.intent-options{flex-direction:column;gap:0;display:flex}.intent-option-btn{cursor:pointer;background:0 0;border:none;border-bottom:1px solid #00000014;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:1.5rem 0;transition:all .3s;display:grid}.intent-option-btn:last-child{border-bottom:none}.intent-option-btn:hover{background-color:#bcaf8b08}.intent-option-label{font-family:var(--font-manrope), sans-serif;font-size:var(--text-base);font-weight:var(--fw-medium);color:var(--text-black);letter-spacing:var(--ls-normal);text-align:center;grid-column:2;transition:color .3s}.intent-option-btn:hover .intent-option-label{color:var(--color-gold-dark)}.intent-option-arrow{font-size:var(--text-md);color:var(--text-black);opacity:0;transition:all .4s var(--ease-gentle);pointer-events:none;grid-column:3;justify-self:start;padding-left:15px;transform:translate(-10px)}.intent-option-btn:hover .intent-option-arrow{opacity:1;color:var(--color-gold-light);transform:translate(0)}.form-select{font-family:var(--font-manrope), sans-serif;font-size:var(--text-base);color:var(--text-black);cursor:pointer;appearance:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23111' d='M6 8.825L0.35 3.175l0.7-0.7L6 7.425l4.95-4.95 0.7 0.7z'/%3E%3C/svg%3E") right 0 center no-repeat;border:none;border-bottom:1px solid #0000001a;border-radius:0;outline:none;padding:1rem 0;transition:border-color .3s}.form-select:focus{border-bottom-color:var(--color-gold-light)}.form-required{color:var(--color-gold-light);font-weight:var(--fw-bold)}.form-optional{font-weight:var(--fw-regular);text-transform:none;letter-spacing:var(--ls-normal);opacity:.5;font-size:var(--text-sm)}.form-legal-checkboxes{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.form-checkbox-label{cursor:pointer;align-items:flex-start;gap:.75rem;display:flex}.form-checkbox{width:18px;height:18px;accent-color:var(--color-gold-light);cursor:pointer;flex-shrink:0;margin-top:2px}.form-checkbox-text{font-family:var(--font-manrope), sans-serif;font-size:var(--text-sm);line-height:var(--lh-base);color:var(--text-black);opacity:.7;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}@media (max-width:1024px){.contact-card{padding:4.5rem 3rem 4rem}.form-title{font-size:clamp(1.8rem,5vw,2.4rem)}.whatsapp-link-sm{font-size:var(--text-sm-plus)!important}}@media (max-width:768px){.contact-card{padding:2.5rem 1.5rem 2rem}.form-subtitle{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-legal-checkboxes{margin-top:1.2rem}.intent-option-btn{text-align:left;justify-content:space-between;align-items:center;padding:1.25rem 0;display:flex}.intent-option-label{text-align:left;grid-column:auto}.intent-option-arrow{opacity:1;grid-column:auto;padding-left:0;transform:translate(0)}}.PhoneInput{border-bottom:1px solid var(--border-light);width:100%;padding:.25rem 0;transition:border-color .3s}.PhoneInput:focus-within{border-bottom-color:var(--color-gold-light)}.PhoneInputCountry{cursor:pointer;margin-right:10px;padding:.5rem}.PhoneInputCountryIcon{box-shadow:var(--shadow-xs);border-radius:2px;width:24px!important;height:18px!important}.PhoneInputInput{flex:1;font-family:var(--font-manrope), sans-serif!important;font-size:var(--text-base)!important;color:var(--text-black)!important;background:0 0!important;border:none!important;outline:none!important;padding:.75rem 0!important}.PhoneInputCountrySelect{cursor:pointer}.form-custom-select-group{position:relative}.custom-select-trigger{border-bottom:1px solid var(--border-light);font-family:var(--font-manrope), sans-serif;font-size:var(--text-base);color:var(--text-placeholder);cursor:pointer;justify-content:space-between;align-items:center;padding:1rem 0;transition:border-color .3s,color .3s;display:flex}.custom-select-trigger.has-value{color:var(--text-black)}.custom-select-trigger:hover,.custom-select-trigger.active{border-bottom-color:var(--color-gold-light)}.custom-select-trigger .select-arrow-icon{color:var(--text-subtle);transition:transform .3s}.custom-select-trigger.active .select-arrow-icon{transform:rotate(180deg)}.custom-select-dropdown{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:9999;flex-direction:column;max-height:280px;margin-top:.5rem;display:flex;position:absolute;top:100%;left:0;right:0;overflow:hidden}.select-search-box{border-bottom:1px solid var(--border-subtle);background:var(--bg-muted);align-items:center;padding:.75rem;display:flex;position:relative}.select-search-box input{font-family:var(--font-manrope), sans-serif!important;font-size:var(--text-sm-plus)!important;width:100%!important;color:var(--text-black)!important;background:0 0!important;border:none!important;outline:none!important;padding:.5rem 1.5rem .5rem .5rem!important}.select-search-box .clear-btn{cursor:pointer;color:var(--text-subtle);background:0 0;border:none;justify-content:center;align-items:center;font-size:18px;display:flex;position:absolute;right:1rem}.select-options-list{flex:1;overflow-y:auto}.select-options-list::-webkit-scrollbar{width:12px}.select-options-list::-webkit-scrollbar-track{border-radius:var(--radius-full);background:#00000026}.select-options-list::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#0009;border:3px solid #00000026}.select-options-list::-webkit-scrollbar-thumb:hover{background:#000c}.select-options-list{scrollbar-width:auto;scrollbar-color:#0009 #00000026}.select-option-row{font-family:var(--font-manrope), sans-serif;font-size:var(--text-sm-plus);color:var(--text-black);cursor:pointer;padding:.75rem 1rem;transition:all .2s}.select-option-row:hover{background:var(--bg-muted);color:var(--color-gold-dark)}.select-option-row.selected{background:var(--color-gold-light);color:var(--text-white)}.select-no-results{text-align:center;color:var(--text-subtle);font-family:var(--font-manrope), sans-serif;font-size:var(--text-sm);padding:1.5rem}.chips-grid-wrapper{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-top:.25rem;display:grid}.filter-grid-btn{background:var(--bg-muted);border-radius:var(--radius-md);cursor:pointer;transition:all .3s var(--ease-smooth);text-align:left;border:1px solid #0000;flex-direction:row;justify-content:flex-start;align-items:center;gap:.6rem;min-height:52px;padding:.75rem;display:flex}.filter-grid-btn:hover{background:var(--bg-surface);border-color:var(--color-gold-hover);box-shadow:var(--shadow-xs);transform:translateY(-2px)}.filter-grid-btn.active{background:var(--text-black);border-color:var(--text-black);box-shadow:var(--shadow-sm)}.filter-grid-icon-box{flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.filter-grid-icon{object-fit:contain;opacity:.75;filter:brightness(0);width:100%;height:100%;transition:all .3s var(--ease-smooth)}.filter-grid-btn:hover .filter-grid-icon{opacity:1}.filter-grid-btn.active .filter-grid-icon{filter:brightness(0)invert();opacity:1}.filter-grid-label{font-family:var(--font-manrope), sans-serif;font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text-muted);word-wrap:break-word;overflow-wrap:break-word;line-height:1.2;transition:all .3s}.filter-grid-btn:hover .filter-grid-label{color:var(--text-black)}.filter-grid-btn.active .filter-grid-label{color:var(--text-white);font-weight:var(--fw-semibold)}.filter-grid-btn:active{transform:scale(.98)}@media (max-width:480px){.chips-grid-wrapper{grid-template-columns:1fr}}.contact-success-view{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeInModal;display:flex}.contact-card .contact-success-view{flex:1;min-height:480px}.contact-modal-body .contact-success-view{flex:1;min-height:480px;padding:2rem 0}.success-check-icon{width:80px;height:80px;margin:0 auto 2rem;animation:.8s cubic-bezier(.34,1.56,.64,1) forwards popInSuccess;display:block}.contact-success-view .form-title{font-weight:var(--fw-medium);margin-bottom:.75rem;font-size:var(--text-display-sm)!important}.contact-success-view .form-subtitle{max-width:360px!important;margin:0 auto 2.5rem!important}@keyframes popInSuccess{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes fadeInModal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.contact-form.wa-disabled .form-title{text-align:left}.contact-form.wa-disabled .form-subtitle{text-align:left;margin-left:0;margin-right:0}.form-readonly-input{white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;width:100%;padding:1rem 0;display:block;overflow-x:auto;border-bottom:.0625rem dashed var(--border-strong)!important;color:var(--text-muted)!important;cursor:grab!important;background:0 0!important}.form-readonly-input::-webkit-scrollbar{display:none}.form-readonly-input:focus{border-bottom-color:var(--border-strong)!important}.sell-form-map-wrapper{width:100%;margin-top:-1rem;margin-bottom:2.5rem;animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeInModal}.sell-form-map-wrapper .map-outer-wrapper{width:100%;overflow:hidden}.sell-form-map-wrapper .map-inner-element{border-radius:var(--radius-md,8px);border:1px solid var(--border-light,#0000001a);height:240px;box-shadow:var(--shadow-sm)}.sell-form-map-instructions{font-family:var(--font-manrope), sans-serif;font-size:var(--text-sm);color:var(--text-muted,#7c7c75);align-items:flex-start;gap:.45rem;margin-top:.65rem;line-height:1.4;display:flex}.sell-form-map-instructions span:first-child{font-size:.95rem;line-height:1}.apply-map-change-container{justify-content:flex-start;margin-top:1.5rem;display:flex}.apply-map-change-btn{justify-content:center;width:100%;padding:.8rem 1.8rem!important}@media (max-width:1024px){.contact-form.wa-disabled .form-title{text-align:center}.contact-form.wa-disabled .form-subtitle{text-align:center;margin-bottom:3rem}}
.map-inner-element{background-color:#f4f1eb;width:100%;height:450px;overflow:hidden}@media (max-width:768px){.map-inner-element{height:280px}}
