.contact-form[data-astro-cid-5tsjlysq]{display:flex;flex-direction:column;gap:1.5rem}.form-row[data-astro-cid-5tsjlysq]{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.form-group[data-astro-cid-5tsjlysq]{display:flex;flex-direction:column;gap:.5rem}label[data-astro-cid-5tsjlysq]{font-size:.9rem;color:var(--color-text);font-weight:700}label[data-astro-cid-5tsjlysq].required:after{content:" *";color:var(--color-primary, #bea78b);font-size:.95rem;font-weight:700;margin-left:.2rem}input[data-astro-cid-5tsjlysq][type=text],input[data-astro-cid-5tsjlysq][type=email],input[data-astro-cid-5tsjlysq][type=tel],.custom-select-trigger[data-astro-cid-5tsjlysq],textarea[data-astro-cid-5tsjlysq]{padding:.8rem;border:1px solid #eee;background-color:#fff;font-family:inherit;font-size:.9rem;color:var(--color-text);outline:none;transition:border-color .3s;box-sizing:border-box}input[data-astro-cid-5tsjlysq]:focus,.custom-select-wrapper[data-astro-cid-5tsjlysq].open .custom-select-trigger[data-astro-cid-5tsjlysq],textarea[data-astro-cid-5tsjlysq]:focus{border-color:var(--color-primary)}.custom-select-wrapper[data-astro-cid-5tsjlysq]{position:relative;width:100%}.custom-select-trigger[data-astro-cid-5tsjlysq]{display:flex;justify-content:space-between;align-items:center;cursor:pointer;user-select:none;width:100%}.custom-select-trigger[data-astro-cid-5tsjlysq] svg[data-astro-cid-5tsjlysq].chevron{width:1rem;height:1rem;stroke:var(--color-primary, #bea78b);transition:transform .3s ease}.custom-select-wrapper[data-astro-cid-5tsjlysq].open .custom-select-trigger[data-astro-cid-5tsjlysq] svg[data-astro-cid-5tsjlysq].chevron{transform:rotate(180deg)}.custom-options-container[data-astro-cid-5tsjlysq]{position:absolute;top:calc(100% + 5px);left:0;right:0;background-color:#fff;border:1px solid #eee;box-shadow:0 4px 12px #00000014;z-index:100;opacity:0;visibility:hidden;transform:translateY(-5px);transition:all .2s ease;max-height:250px;overflow-y:auto}.custom-select-wrapper[data-astro-cid-5tsjlysq].open .custom-options-container[data-astro-cid-5tsjlysq]{opacity:1;visibility:visible;transform:translateY(0)}.custom-select-wrapper[data-astro-cid-5tsjlysq] .custom-option{padding:.8rem 1rem;font-size:.9rem;color:var(--color-text);cursor:pointer;transition:background-color .2s,color .2s;text-align:left}.custom-select-wrapper[data-astro-cid-5tsjlysq] .custom-option:hover{background-color:var(--color-bg-light, #f8f9fa);color:var(--color-primary, #bea78b)}.custom-select-wrapper[data-astro-cid-5tsjlysq] .custom-option.selected{background-color:#bea78b1a;color:var(--color-primary, #bea78b);font-weight:700}.full-width[data-astro-cid-5tsjlysq]{width:100%}.checkbox-group[data-astro-cid-5tsjlysq]{position:relative;flex-direction:row;align-items:center;gap:.5rem}.checkbox-group[data-astro-cid-5tsjlysq] input[data-astro-cid-5tsjlysq][type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-group[data-astro-cid-5tsjlysq] label[data-astro-cid-5tsjlysq]{position:relative;padding-left:2rem;cursor:pointer;user-select:none;font-weight:400;font-size:.85rem;color:var(--color-text-light);display:inline-block;line-height:1.2rem}.checkbox-group[data-astro-cid-5tsjlysq] label[data-astro-cid-5tsjlysq]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);height:1.2rem;width:1.2rem;border:1.5px solid #ccc;background-color:#fff;transition:all .2s ease;border-radius:3px;box-sizing:border-box}.checkbox-group[data-astro-cid-5tsjlysq]:hover input[data-astro-cid-5tsjlysq][type=checkbox]:not(:checked)+label[data-astro-cid-5tsjlysq]:before{border-color:var(--color-primary, #bea78b)}.checkbox-group[data-astro-cid-5tsjlysq] input[data-astro-cid-5tsjlysq][type=checkbox]:checked+label[data-astro-cid-5tsjlysq]:before{border-color:var(--color-primary, #bea78b);background-color:#fff}.checkbox-group[data-astro-cid-5tsjlysq] label[data-astro-cid-5tsjlysq]:after{content:"";position:absolute;left:.45rem;top:50%;width:.3rem;height:.55rem;border:solid var(--color-primary, #bea78b);border-width:0 2px 2px 0;transform:translateY(-60%) rotate(45deg) scale(0);transition:transform .2s cubic-bezier(.12,.4,.29,1.46);box-sizing:border-box;transform-origin:center}.checkbox-group[data-astro-cid-5tsjlysq] input[data-astro-cid-5tsjlysq][type=checkbox]:checked+label[data-astro-cid-5tsjlysq]:after{transform:translateY(-60%) rotate(45deg) scale(1)}.privacy-tooltip[data-astro-cid-5tsjlysq]{position:absolute;bottom:calc(100% + 8px);left:2rem;background-color:#ff3b30;color:#fff;padding:.5rem 1rem;font-size:.8rem;border-radius:4px;box-shadow:0 4px 12px #ff3b3033;white-space:nowrap;opacity:0;visibility:hidden;transform:translateY(5px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;pointer-events:none}.privacy-tooltip[data-astro-cid-5tsjlysq].show{opacity:1;visibility:visible;transform:translateY(0)}.privacy-tooltip[data-astro-cid-5tsjlysq]:after{content:"";position:absolute;top:100%;left:1rem;border:6px solid transparent;border-top-color:#ff3b30}.form-status-tip[data-astro-cid-5tsjlysq]{font-size:.9rem;padding:.8rem 1rem;border-radius:4px;display:none;animation:fadeIn .3s ease;margin-top:1rem}.form-status-tip[data-astro-cid-5tsjlysq].success{display:block!important;background-color:#2ecc711a;color:#2ecc71;border:1px solid rgba(46,204,113,.2)}.form-status-tip[data-astro-cid-5tsjlysq].error{display:block!important;background-color:#e74c3c1a;color:#e74c3c;border:1px solid rgba(231,76,60,.2)}.form-actions[data-astro-cid-5tsjlysq]{display:flex;gap:1rem;margin-top:1rem}.submit-btn[data-astro-cid-5tsjlysq],.reset-btn[data-astro-cid-5tsjlysq]{padding:.6rem 2rem;font-size:.9rem;cursor:pointer;transition:all .3s}.submit-btn[data-astro-cid-5tsjlysq]{background-color:#333;color:#fff;border:1px solid #333}.submit-btn[data-astro-cid-5tsjlysq]:hover{background-color:#000}.reset-btn[data-astro-cid-5tsjlysq]{background-color:#fff;color:#333;border:1px solid #ccc}.reset-btn[data-astro-cid-5tsjlysq]:hover{border-color:#999}.dynamic-city-container[data-astro-cid-5tsjlysq]{width:100%}.dynamic-city-container[data-astro-cid-5tsjlysq] .china-region-group[data-astro-cid-5tsjlysq]{display:none}.dynamic-city-container[data-astro-cid-5tsjlysq] .other-city-group[data-astro-cid-5tsjlysq]{display:flex}.dynamic-city-container[data-astro-cid-5tsjlysq][data-active=cn] .other-city-group[data-astro-cid-5tsjlysq]{display:none}.dynamic-city-container[data-astro-cid-5tsjlysq][data-active=cn] .china-region-group[data-astro-cid-5tsjlysq]{display:grid;grid-template-columns:1fr 1fr;gap:2rem;animation:fadeIn .3s ease}.dynamic-city-container[data-astro-cid-5tsjlysq][data-active=other] .other-city-group[data-astro-cid-5tsjlysq]{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.form-row[data-astro-cid-5tsjlysq],.dynamic-city-container[data-astro-cid-5tsjlysq][data-active=cn] .china-region-group[data-astro-cid-5tsjlysq]{grid-template-columns:1fr;gap:1.5rem}}
