@import "https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;600;700;900&display=swap";
:root{--color-bg:#fff;--color-bg-alt:#f5f5f7;--color-bg-card:#fff;--color-text:#1d1d1f;--color-text-secondary:#86868b;--color-text-muted:#a1a1a6;--color-text-inverse:#fff;--color-primary:#b7835f;--color-primary-hover:#9e6d4b;--color-primary-soft:#faf3ec;--color-inverse:#1d1d1f;--color-inverse-hover:#333;--color-link:#9e6d4b;--color-link-hover:#7a5238;--color-success:#34c759;--color-error:#ff3b30;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 8px 24px #0000001a;--shadow-xl:0 16px 40px #0000001f;--radius-sm:12px;--radius-md:18px;--radius-lg:24px;--radius-xl:32px;--radius-full:9999px;--space-xs:8px;--space-sm:16px;--space-md:24px;--space-lg:48px;--space-xl:80px;--space-2xl:120px;--space-3xl:160px;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-base:.4s cubic-bezier(.4, 0, .2, 1);--transition-slow:.6s cubic-bezier(.4, 0, .2, 1);--container-max:1100px;--header-height:56px;--z-sticky:100;--z-modal:2000}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;line-height:1.6}a{color:inherit;transition:opacity var(--transition-fast);text-decoration:none}a:hover{opacity:.8}ul,ol{list-style:none}img,picture,video,canvas,svg{max-width:100%;height:auto;display:block}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}.container{width:100%;max-width:var(--container-max);padding-inline:var(--space-md);margin-inline:auto}.section{padding-block:var(--space-2xl)}.heading-1{letter-spacing:-.03em;color:var(--color-text);font-size:clamp(2.8rem,7vw,5rem);font-weight:900;line-height:1.05}.heading-2{letter-spacing:-.02em;color:var(--color-text);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;line-height:1.1}.heading-3{color:var(--color-text);font-size:clamp(1.1rem,2vw,1.3rem);font-weight:700;line-height:1.3}.text-subtitle{color:var(--color-primary);text-transform:uppercase;letter-spacing:.15em;margin-bottom:var(--space-sm);font-size:.85rem;font-weight:600;display:block}.text-body{color:var(--color-text-secondary);font-size:1.05rem;line-height:1.7}.text-small{color:var(--color-text-muted);font-size:.9rem}.btn{border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.btn--primary{background-color:var(--color-inverse);color:var(--color-text-inverse)}.btn--primary:hover{background-color:var(--color-inverse-hover);opacity:1;transform:scale(1.02)}.btn--secondary{color:var(--color-text-inverse);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#0000;border:1.5px solid #fff6}.btn--secondary:hover{opacity:1;background-color:#ffffff26}.btn--outline{color:var(--color-link);background-color:#0000;padding:0;font-weight:500}.btn--outline:hover{opacity:1;text-underline-offset:4px;text-decoration:underline}.btn--lg{padding:16px 32px;font-size:1.05rem}.card{background-color:var(--color-bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-base);overflow:hidden}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-center{text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:.6s ease-out both fadeIn}.animate-slide-up{animation:.7s ease-out both slideUp}.animate-scale-in{animation:.5s ease-out both scaleIn}.reveal{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-scale{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:scale(.96)}.reveal-scale.visible{opacity:1;transform:scale(1)}@media (max-width:768px){:root{--space-lg:32px;--space-xl:56px;--space-2xl:80px;--space-3xl:100px;--header-height:52px}.container{padding-inline:var(--space-sm)}body{font-size:16px}.btn--lg{padding:14px 28px;font-size:1rem}}
.Header-module__Af2_WG__header{z-index:1000;height:var(--header-height);-webkit-backdrop-filter:blur(20px);background-color:#ffffffd1;align-items:center;transition:background-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__Af2_WG__scrolled{background-color:#fffffff2;box-shadow:0 1px #0000000f}.Header-module__Af2_WG__headerContent{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__Af2_WG__logo{color:var(--color-text);z-index:1001;align-items:center;gap:10px;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.Header-module__Af2_WG__logoImg{border-radius:50%;width:32px;height:32px}.Header-module__Af2_WG__logoText{white-space:nowrap}.Header-module__Af2_WG__nav{align-items:center;gap:var(--space-lg);display:flex}.Header-module__Af2_WG__navList{align-items:center;gap:4px;list-style:none;display:flex}.Header-module__Af2_WG__navLink{color:var(--color-text);border-radius:var(--radius-full);white-space:nowrap;padding:8px 14px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Header-module__Af2_WG__navLink:hover{opacity:1;background:#0000000d}.Header-module__Af2_WG__navLinkActive{background:#00000014;font-weight:600}.Header-module__Af2_WG__navActions{align-items:center;gap:var(--space-sm);display:none}.Header-module__Af2_WG__headerRight{align-items:center;gap:var(--space-sm);display:flex}.Header-module__Af2_WG__langBtn{color:var(--color-text-secondary);border-radius:var(--radius-full);cursor:pointer;background:0 0;border:1px solid #0000001a;padding:6px 12px;font-size:.85rem;font-weight:600;transition:all .2s}.Header-module__Af2_WG__langBtn:hover{background:#0000000d}.Header-module__Af2_WG__consultBtn{padding:8px 18px;font-size:.85rem}.Header-module__Af2_WG__menuToggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:8px;display:none}.Header-module__Af2_WG__menuBar{background:var(--color-text);border-radius:2px;width:20px;height:2px;transition:transform .3s,opacity .3s;display:block}.Header-module__Af2_WG__menuToggleActive .Header-module__Af2_WG__menuBar:first-child{transform:translateY(3.5px)rotate(45deg)}.Header-module__Af2_WG__menuToggleActive .Header-module__Af2_WG__menuBar:last-child{transform:translateY(-3.5px)rotate(-45deg)}.Header-module__Af2_WG__mobileOverlay{z-index:998;background:#0000004d;position:fixed;inset:0}@media (max-width:968px){.Header-module__Af2_WG__nav{width:280px;max-width:80vw;padding:calc(var(--header-height) + var(--space-md)) var(--space-md) var(--space-md);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;align-items:flex-start;gap:var(--space-md);background:#fffffffa;flex-direction:column;transition:transform .3s;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.Header-module__Af2_WG__navOpen{transform:translate(0)}.Header-module__Af2_WG__navList{flex-direction:column;align-items:flex-start;width:100%}.Header-module__Af2_WG__navLink{width:100%;padding:12px 16px;font-size:1rem}.Header-module__Af2_WG__navActions{flex-direction:column;width:100%;margin-top:auto;display:flex}.Header-module__Af2_WG__headerRight{display:none}.Header-module__Af2_WG__menuToggle{display:flex}}
.QrModal-module__kDzV_G__overlay{-webkit-backdrop-filter:blur(12px);z-index:var(--z-modal);padding:var(--space-md);background:#0006;justify-content:center;align-items:center;animation:.3s ease-out QrModal-module__kDzV_G__fadeIn;display:flex;position:fixed;inset:0}.QrModal-module__kDzV_G__modal{background:var(--color-bg);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);width:100%;max-width:400px;padding:var(--space-xl);text-align:center;animation:.35s cubic-bezier(.16,1,.3,1) QrModal-module__kDzV_G__scaleIn;position:relative}.QrModal-module__kDzV_G__closeBtn{background:var(--color-bg-alt);width:32px;height:32px;color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:flex;position:absolute;top:16px;right:16px}.QrModal-module__kDzV_G__closeBtn:hover{background:var(--color-text);color:var(--color-text-inverse)}.QrModal-module__kDzV_G__content{align-items:center;gap:var(--space-sm);flex-direction:column;display:flex}.QrModal-module__kDzV_G__qrcode{border-radius:var(--radius-md);object-fit:cover;width:180px;height:180px}.QrModal-module__kDzV_G__title{color:var(--color-text);margin-top:var(--space-xs);font-size:1.15rem;font-weight:700}.QrModal-module__kDzV_G__desc{color:var(--color-text-secondary);font-size:.95rem;line-height:1.6}@keyframes QrModal-module__kDzV_G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes QrModal-module__kDzV_G__scaleIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:480px){.QrModal-module__kDzV_G__modal{padding:var(--space-lg)}.QrModal-module__kDzV_G__qrcode{width:150px;height:150px}.QrModal-module__kDzV_G__title{font-size:1.05rem}}
.Footer-module__EZoWya__footer{background:var(--color-bg-alt);color:var(--color-text-secondary);padding-block:var(--space-2xl) var(--space-xl);border-top:1px solid #0000000f}.Footer-module__EZoWya__footerContainer{gap:var(--space-xl);flex-direction:column;display:flex}.Footer-module__EZoWya__footerMain{gap:var(--space-xl);grid-template-columns:1fr 2fr;display:grid}.Footer-module__EZoWya__brandCol{max-width:320px}.Footer-module__EZoWya__logoRow{margin-bottom:var(--space-sm);align-items:center;gap:10px;display:flex}.Footer-module__EZoWya__logoImg{object-fit:cover;border-radius:8px;width:36px;height:36px}.Footer-module__EZoWya__logoText{color:var(--color-text);font-size:1.2rem;font-weight:700}.Footer-module__EZoWya__brandDesc{color:var(--color-text-muted);font-size:.95rem;line-height:1.7}.Footer-module__EZoWya__infoCol{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.Footer-module__EZoWya__infoTitle{color:var(--color-text);margin-bottom:var(--space-sm);letter-spacing:.02em;font-size:.85rem;font-weight:700}.Footer-module__EZoWya__contactList,.Footer-module__EZoWya__linksList{flex-direction:column;gap:8px;display:flex}.Footer-module__EZoWya__contactList a,.Footer-module__EZoWya__linksList a{color:var(--color-text-secondary);transition:color var(--transition-fast);width:fit-content;font-size:.9rem}.Footer-module__EZoWya__contactList a:hover,.Footer-module__EZoWya__linksList a:hover{color:var(--color-text);opacity:1}.Footer-module__EZoWya__address{color:var(--color-text-secondary);font-size:.9rem;font-style:normal;line-height:1.7}.Footer-module__EZoWya__footerBottom{padding-top:var(--space-lg);border-top:1px solid #0000000f;justify-content:space-between;align-items:center;display:flex}.Footer-module__EZoWya__rights{color:var(--color-text-muted);font-size:.8rem}.Footer-module__EZoWya__icpText{color:var(--color-text-muted);transition:color var(--transition-fast);font-size:.8rem;text-decoration:none}.Footer-module__EZoWya__icpText:hover{color:var(--color-text)}@media (max-width:768px){.Footer-module__EZoWya__footerMain{gap:var(--space-xl);grid-template-columns:1fr}.Footer-module__EZoWya__infoCol{gap:var(--space-md);grid-template-columns:repeat(2,1fr)}.Footer-module__EZoWya__footerBottom{gap:var(--space-xs);text-align:center;flex-direction:column}}@media (max-width:480px){.Footer-module__EZoWya__infoCol{grid-template-columns:1fr}}
.FloatingWidgets-module__j-NtcW__floatingWrap{z-index:var(--z-sticky);flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.FloatingWidgets-module__j-NtcW__qrcodeWrap{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.FloatingWidgets-module__j-NtcW__qrcodeContent{background:var(--color-bg);border-radius:var(--radius-lg);width:180px;box-shadow:var(--shadow-lg);text-align:center;transform-origin:100% 100%;transition:all var(--transition-base);opacity:0;visibility:hidden;border:1px solid #0000000f;padding:14px;transform:scale(.85)translateY(10px)}.FloatingWidgets-module__j-NtcW__qrcodeContentVisible{opacity:1;visibility:visible;transform:scale(1)translateY(0)}.FloatingWidgets-module__j-NtcW__qrcodeImage{border-radius:var(--radius-sm);object-fit:cover;width:152px;height:152px;margin:0 auto}.FloatingWidgets-module__j-NtcW__qrcodeText{color:var(--color-text);margin-top:10px;font-size:.85rem;font-weight:700}.FloatingWidgets-module__j-NtcW__qrcodeHint{color:var(--color-text-muted);margin-top:2px;font-size:.72rem;line-height:1.4}.FloatingWidgets-module__j-NtcW__qrcodeToggle{color:#fff;background:var(--color-text);width:52px;height:52px;box-shadow:var(--shadow-md);transition:all var(--transition-base);cursor:pointer;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:inline-flex}.FloatingWidgets-module__j-NtcW__qrcodeToggle:hover{background:var(--color-inverse-hover);transform:scale(1.05)}.FloatingWidgets-module__j-NtcW__qrcodeToggleActive{background:var(--color-text-secondary)}.FloatingWidgets-module__j-NtcW__toggleText{margin-top:2px;font-size:.6rem;font-weight:600}.FloatingWidgets-module__j-NtcW__backTop{width:44px;height:44px;color:var(--color-text);background:var(--color-bg);box-shadow:var(--shadow-sm);transition:all var(--transition-base);cursor:pointer;opacity:0;visibility:hidden;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;transform:translateY(10px)}.FloatingWidgets-module__j-NtcW__backTopVisible{opacity:1;visibility:visible;transform:translateY(0)}.FloatingWidgets-module__j-NtcW__backTop:hover{background:var(--color-text);color:var(--color-text-inverse);transform:translateY(-2px)}@media (max-width:768px){.FloatingWidgets-module__j-NtcW__floatingWrap{bottom:16px;right:16px}.FloatingWidgets-module__j-NtcW__qrcodeContent{width:150px;padding:10px}.FloatingWidgets-module__j-NtcW__qrcodeImage{width:130px;height:130px}.FloatingWidgets-module__j-NtcW__qrcodeToggle{width:48px;height:48px}.FloatingWidgets-module__j-NtcW__toggleText{display:none}.FloatingWidgets-module__j-NtcW__backTop{width:40px;height:40px}}
