:root{--color-background:#fff;--color-background-soft:#f6f6f6;--color-heading:#111;--color-text-muted:#666;--color-text-light:#8d8d8d;--color-border:#1111110f;--color-border-strong:#11111124;--shadow-elevated:0 30px 80px #11111114}*,:before,:after{box-sizing:border-box}h1,h2,h3,h4,p,ul,ol{margin:0;padding:0}html{scroll-behavior:smooth}button,input,textarea{font:inherit}img{max-width:100%}.site-shell{background:var(--color-background);min-height:100vh;color:var(--color-heading)}.site-main{min-height:calc(100vh - 88px);padding-top:88px}.site-container{width:min(1180px,100% - 48px);margin:0 auto}.site-header{z-index:1000;border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;position:fixed;inset:0 0 auto}.site-header__inner{justify-content:space-between;align-items:center;gap:16px;min-height:88px;display:flex}.site-logo{color:var(--color-heading);letter-spacing:-.04em;font-size:1.45rem;font-weight:600;text-decoration:none}.site-nav{align-items:center;gap:32px;margin-left:auto;display:flex}.site-nav__link,.site-footer__link,.site-footer__policy,.site-mobile-nav__link{color:var(--color-text-muted);text-decoration:none;transition:color .25s,transform .25s}.site-nav__link:hover,.site-footer__link:hover,.site-footer__policy:hover,.site-mobile-nav__link:hover,.site-nav__link--active{color:var(--color-heading)}.site-menu-toggle{width:44px;height:44px;color:var(--color-heading);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:none}.site-mobile-nav{padding:0 0 24px;display:none}.site-mobile-nav__inner{gap:18px;display:grid}.site-mobile-nav__link{display:block}.page-section{padding:96px 0}.page-section--soft{background:var(--color-background-soft)}.page-hero{padding:88px 0 72px}.page-hero__layout,.two-column,.contact-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:64px;display:grid}.section-tag{color:var(--color-text-light);margin:0 0 14px;font-size:.92rem}.page-title,.section-title{color:var(--color-heading);letter-spacing:-.05em;margin:0}.page-title{font-size:clamp(3.2rem,7vw,5.8rem);line-height:.96}.section-title{font-size:clamp(2.6rem,5vw,4rem);line-height:1}.section-lead,.section-copy,.feature-card p,.service-card p,.team-card p,.contact-item p,.contact-item a,.site-footer__copy,.site-footer__meta{color:var(--color-text-muted)}.section-lead,.section-copy{line-height:1.9}.button-row{flex-wrap:wrap;gap:16px;margin-top:28px;display:flex}.button{cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:0 28px;text-decoration:none;transition:transform .25s,background-color .25s,border-color .25s,box-shadow .25s,color .25s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button--dark{color:#fff;background:#111}.button--dark:hover{background:#222;box-shadow:0 18px 40px #11111129}.button--ghost{border-color:var(--color-border-strong);color:var(--color-heading)}.button--ghost:hover{border-color:var(--color-heading)}.media-card,.surface-card,.form-card{background:var(--color-background);box-shadow:var(--shadow-elevated);overflow:hidden}.media-card{border-radius:28px;width:584px;height:500px;position:relative}.media-card img{object-fit:cover;width:100%;height:100%;display:block}.hero-image{min-height:620px}.hero-image:after{content:"";background:linear-gradient(#0000 36%,#0000003d 100%);position:absolute;inset:0}.stats-grid,.feature-grid,.service-grid,.team-grid,.footer-grid{gap:24px;display:grid}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card{border:1px solid var(--color-border);background:#fff;padding:28px}.stat-card strong{color:var(--color-heading);margin-bottom:8px;font-size:2rem;font-weight:600;display:block}.stat-card span{color:var(--color-text-light)}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card,.service-card,.team-card,.contact-info-card{border:1px solid var(--color-border-strong);background:#fff;padding:32px 28px;transition:transform .28s,border-color .28s,box-shadow .28s;display:block}.feature-card:hover,.service-card:hover,.team-card:hover,.contact-info-card:hover{border-color:var(--color-heading);transform:translateY(-6px);box-shadow:0 18px 46px #11111114}.feature-card h3,.service-card h3,.team-card h3,.contact-item h3{color:var(--color-heading);margin:16px 0 12px}.service-grid,.team-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.icon-badge{background:var(--color-background-soft);width:56px;height:56px;color:var(--color-heading);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.team-card{padding:0;overflow:hidden}.team-card__media{background:#e6e6e6;overflow:hidden}.team-card__media img{object-fit:cover;filter:grayscale();width:100%;height:300px;transition:transform .35s,filter .35s;display:block}.team-card:hover .team-card__media img{filter:grayscale(0);transform:scale(1.05)}.team-card__body{padding:24px 24px 28px}.contact-layout{align-items:stretch}.contact-info-panel{gap:24px;display:grid}.contact-item{align-items:flex-start;gap:18px;display:flex}.contact-item__icon{color:var(--color-heading);margin-top:2px}.contact-item h3{margin:0 0 6px}.contact-item p,.contact-item a{margin:0;text-decoration:none}.form-card{background:var(--color-background-soft);padding:36px}.contact-form{gap:20px;display:grid}.contact-form .button{width:100%}.form-field{gap:10px;display:grid}.form-field label{color:var(--color-heading)}.form-field input,.form-field textarea{border:1px solid var(--color-border-strong);background:#fff;outline:none;width:100%;padding:16px 18px;transition:border-color .25s,box-shadow .25s}.form-field input:focus,.form-field textarea:focus{border-color:var(--color-heading);box-shadow:0 0 0 3px #11111114}.form-field textarea{resize:vertical;min-height:150px}.form-feedback{color:var(--color-text-light)}.site-footer{color:#fff;background:#111;padding:72px 0 32px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr;margin-bottom:48px}.site-footer h3{color:#fff;margin:0 0 18px;font-size:1rem}.site-footer__copy{max-width:260px;margin-top:18px}.site-footer__links{gap:10px;display:grid}.site-footer__link,.site-footer__policy{cursor:pointer}.site-footer__link:hover,.site-footer__policy:hover{color:#fff}.site-footer__meta{border-top:1px solid #ffffff1f;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;padding-top:28px;display:grid}.site-footer__meta>p:first-child{justify-self:start}.site-footer__beian{color:var(--color-text-muted);justify-self:center;text-decoration:none;transition:color .25s}.site-footer__beian:hover{color:#fff}.site-footer__policies{justify-self:end;gap:24px;display:flex}@media (width<=1100px){.service-grid,.team-grid,.feature-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.site-main{padding-top:80px}.site-header__inner{min-height:80px}.site-nav,.site-header__cta{display:none}.site-menu-toggle{display:inline-flex}.site-mobile-nav{display:block}.page-hero__layout,.two-column,.contact-layout,.stats-grid,.feature-grid,.service-grid,.team-grid,.footer-grid{grid-template-columns:1fr}.page-hero,.page-section{padding:72px 0}.hero-image{min-height:420px}.form-card{padding:28px}.site-footer__meta{text-align:center;grid-template-columns:1fr;justify-items:center}.site-footer__meta>p:first-child,.site-footer__beian,.site-footer__policies{justify-self:center}}@media (width<=640px){.site-container{width:min(100% - 32px,1180px)}.page-title{font-size:clamp(2.8rem,14vw,4.2rem)}.section-title{font-size:clamp(2.2rem,11vw,3rem)}.button-row,.site-footer__policies{flex-direction:column;align-items:stretch}.button{width:100%}.team-card__media img{height:320px}.form-card{padding:24px}}#app{min-height:100vh}html,body,#app{margin:0;padding:0}.index-page[data-v-21df07ab]{all:revert}.index-page[data-v-21df07ab] *{box-sizing:border-box;margin:0;padding:0}.index-page h1[data-v-21df07ab],.index-page h2[data-v-21df07ab],.index-page h3[data-v-21df07ab],.index-page h4[data-v-21df07ab],.index-page p[data-v-21df07ab],.index-page ul[data-v-21df07ab],.index-page ol[data-v-21df07ab]{margin:0;padding:0}[data-v-21df07ab]{box-sizing:border-box}.desktop-view[data-v-21df07ab]{display:block}.mobile-view[data-v-21df07ab]{display:none}.page-wrap[data-v-21df07ab]{width:100%;line-height:0}.hero-block[data-v-21df07ab],.footer-block[data-v-21df07ab]{position:relative}.page-wrap img[data-v-21df07ab]{width:100%;height:auto;display:block}.download-panel[data-v-21df07ab]{align-items:center;gap:clamp(10px,1vw,18px);display:flex;position:absolute;bottom:35%;left:7.2%}.qr-block[data-v-21df07ab]{background:#fffffff0;justify-content:center;align-items:center;width:clamp(88px,10.8vw,156px);padding:clamp(6px,.7vw,10px);display:flex}.qr-code[data-v-21df07ab]{aspect-ratio:1;background:linear-gradient(90deg,#000 10px,#0000 10px) 0 0/22px 22px,linear-gradient(#000 10px,#0000 10px) 0 0/22px 22px,linear-gradient(90deg,#0000 11px,#000 11px 22px) 11px 11px/22px 22px,linear-gradient(#0000 11px,#000 11px 22px) 11px 11px/22px 22px,#fff;border:4px solid #fff;width:100%}.download-buttons[data-v-21df07ab]{flex-direction:column;gap:clamp(8px,.8vw,12px);width:clamp(120px,16.3vw,234px);display:flex}.download-link[data-v-21df07ab]{background-image:var(--button-bg);color:#fff;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;justify-content:center;align-items:center;width:100%;text-decoration:none;display:flex}.button-content[data-v-21df07ab]{white-space:nowrap;justify-content:center;align-items:center;width:100%;height:100%;display:inline-flex;transform:translate(-5%)}.button-icon[data-v-21df07ab]{flex:.3;width:62px;height:62px;display:block}.button-text[data-v-21df07ab]{white-space:nowrap;margin-left:-10px;font-size:clamp(12px,1vw,20px);line-height:1}.site-footers[data-v-21df07ab]{color:#7a69aa;text-align:center;box-sizing:border-box;width:min(94%,1080px);padding:20px;position:absolute;bottom:0;left:0}.footer-line[data-v-21df07ab]{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin:0;font-size:clamp(11px,.95vw,12px);line-height:1.55;display:flex}.site-footers a[data-v-21df07ab]{color:inherit;text-decoration:none}@media (width<=768px){.desktop-view[data-v-21df07ab]{display:none}.mobile-view[data-v-21df07ab]{display:block}.mobile-screen[data-v-21df07ab]{width:100%;line-height:0;position:relative}.mobile-screen img[data-v-21df07ab]{width:100%;height:auto;display:block}.mobile-screen-1[data-v-21df07ab]{background:#7e65d0}.mobile-screen-2[data-v-21df07ab]{background:#aa85e7}.mobile-screen-3[data-v-21df07ab]{background:#c398f5}.mobile-action-bar[data-v-21df07ab]{background:linear-gradient(#c398f500 0%,#c398f56b 22%,#c398f5b8 100%);justify-content:center;align-items:flex-end;min-height:104px;padding:14px 16px 10px;display:flex;position:absolute;bottom:120px;left:0;right:0}.mobile-download-btn[data-v-21df07ab]{aspect-ratio:355/97;background-image:var(--mobile-button-bg);color:#fff;filter:drop-shadow(0 8px 18px #8967d840);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;justify-content:center;align-items:center;width:min(68vw,255px);margin:0;font-size:22px;line-height:1;text-decoration:none;display:flex}.mobile-download-btn span[data-v-21df07ab]{white-space:nowrap}.mobile-bottom[data-v-21df07ab]{text-align:center;background:#fff;padding:18px 18px 0}.mobile-footer[data-v-21df07ab]{color:#000;padding:0 0 18px}.mobile-footer p[data-v-21df07ab]{margin:0;font-size:12px;line-height:1.7}}
