@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Noto+Sans+HK:wght@400;500;700&display=swap);:root{--color-ink:#10233f;--color-body:#30445f;--color-muted:#6a7a92;--color-border:#d8e4f0;--color-surface:#ffffff;--color-surface-soft:#f4f9fc;--color-surface-tint:#edf7fb;--color-blue:#1f8cd8;--color-blue-deep:#1268ac;--color-cyan:#1bc5c8;--color-dark:#0d1f34;--color-footer:#eaf2f7;--shadow-sm:0 8px 24px rgba(16, 35, 63, 0.06);--shadow-md:0 18px 45px rgba(16, 35, 63, 0.14);--radius-sm:10px;--radius-md:18px;--radius-lg:28px;--radius-pill:999px;--space-xs:0.4rem;--space-sm:0.8rem;--space-md:1.2rem;--space-lg:2rem;--space-xl:3.5rem;--space-2xl:5.5rem;--container-max:1160px;--header-height:5.4rem;--font-display:'Outfit','Noto Sans HK',sans-serif;--font-body:'Noto Sans HK','Outfit',sans-serif;--duration:220ms;--ease:cubic-bezier(0.22, 1, 0.36, 1)}*,::after,::before{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--color-body);background:#fff;line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;display:block}picture{display:block}a{color:inherit}button,input{font:inherit}h1,h2,h3,h4,h5,h6{margin:0;color:var(--color-ink);font-family:var(--font-display);line-height:1.15}p{margin:0}ul{margin:0;padding:0}.container{width:min(100% - 2rem,var(--container-max));margin:0 auto}.section{padding:var(--space-2xl) 0}.section--tight{padding:var(--space-xl) 0}.section-header{text-align:center;margin-bottom:2.2rem}.section-label{display:inline-flex;align-items:center;gap:.55rem;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-blue);margin-bottom:.9rem}.section-label::before{content:'';width:1.4rem;height:2px;background:currentColor;border-radius:999px}.section-title{font-size:clamp(2rem, 4vw, 3.4rem);letter-spacing:-.03em;margin-bottom:.9rem}.section-description{max-width:40rem;margin:0 auto;color:var(--color-muted);font-size:1.02rem}.btn-cta-ghost,.btn-cta-primary{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:3.1rem;padding:.9rem 1.55rem;border-radius:var(--radius-pill);text-decoration:none;border:0;transition:transform var(--duration) var(--ease),background var(--duration) var(--ease),border-color var(--duration) var(--ease),color var(--duration) var(--ease)}.btn-cta-primary{background:linear-gradient(135deg,var(--color-blue),var(--color-cyan));color:#fff;box-shadow:var(--shadow-sm)}.btn-cta-primary:hover{transform:translateY(-1px)}.btn-cta-ghost{border:1px solid var(--color-border);background:rgba(255,255,255,.84);color:var(--color-ink)}.btn-cta-ghost:hover{border-color:var(--color-blue);color:var(--color-blue)}.cta-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.cta-content .cta-buttons{margin-top:2rem}.mock-toolbar{display:flex;gap:.35rem;margin-bottom:1rem}.mock-toolbar span{width:.65rem;height:.65rem;border-radius:50%;background:rgba(16,35,63,.16)}.scenario-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}.scenario-tag{padding:.35rem .65rem;border-radius:var(--radius-pill);background:rgba(31,140,216,.08);color:var(--color-blue-deep);font-size:.82rem}.float-wa{position:fixed;right:16px;bottom:16px;z-index:1200}.float-wa-btn{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--color-blue),var(--color-cyan));color:#fff;box-shadow:var(--shadow-md)}.float-wa-btn svg{width:25px;fill:currentColor}.contact-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:1rem;background:rgba(8,18,32,.45);z-index:1400}.contact-modal.active{display:flex}.contact-popup{width:min(100%,32rem);background:#fff;border-radius:var(--radius-lg);padding:1.7rem;box-shadow:var(--shadow-md)}.contact-popup h3{font-size:1.4rem;margin-bottom:.8rem}.contact-popup p{color:var(--color-muted)}.contact-meta{display:grid;gap:.4rem;margin:1rem 0 1.2rem;font-size:.94rem;color:var(--color-body)}.contact-close,.contact-wa-btn{width:100%;border:0;border-radius:var(--radius-pill);padding:.9rem 1rem;text-align:center;text-decoration:none}.contact-wa-btn{display:inline-flex;justify-content:center;background:linear-gradient(135deg,var(--color-blue),var(--color-cyan));color:#fff;margin-bottom:.7rem}.contact-close{background:#f3f7fb;color:var(--color-ink);cursor:pointer}.legal-content{padding:calc(var(--header-height) + 2.5rem) 0 var(--space-2xl);max-width:54rem;margin:0 auto}.legal-content h1{font-size:clamp(2rem, 4vw, 3rem);margin-bottom:1rem}.legal-content h2{font-size:1.3rem;margin:2rem 0 .8rem}.legal-content li,.legal-content p{color:var(--color-body)}.legal-content ul{padding-left:1.2rem}.legal-date{color:var(--color-muted);margin-bottom:1rem}@media (max-width:768px){.section{padding:4rem 0}.section--tight{padding:3rem 0}.section-title{font-size:2rem}.section-description{font-size:.95rem}.contact-popup{padding:1.25rem}}.header{position:fixed;inset:0 0 auto;height:var(--header-height);z-index:1100;transition:background var(--duration) var(--ease),box-shadow var(--duration) var(--ease),border-color var(--duration) var(--ease)}.header.scrolled{background:rgba(7,18,34,.84);backdrop-filter:blur(12px);box-shadow:0 8px 28px rgba(6,16,29,.25)}.header-container{width:min(100% - 2rem,1560px);height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.35rem}.header-logo{flex:0 0 auto}.header-logo-img{width:auto;height:54px}.header-nav{display:flex;align-items:center;gap:.25rem;flex:0 1 auto;min-width:0}.nav-link{padding:.58rem .92rem;border-radius:var(--radius-pill);color:rgba(255,255,255,.86);text-decoration:none;font-size:.95rem;white-space:nowrap}.nav-link.active,.nav-link:hover{color:#fff;background:rgba(255,255,255,.12)}.header-actions{display:flex;align-items:center;gap:.7rem;flex:1 1 auto;min-width:0;justify-content:flex-end}.header-search{width:clamp(14rem,26vw,31rem);min-width:0;flex:0 1 31rem}.header-search input{width:100%;min-height:2.8rem;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-pill);padding:0 .95rem;background:rgba(255,255,255,.1);color:#fff}.header-search input::placeholder{color:rgba(255,255,255,.68)}.header-search input:focus{outline:0;border-color:rgba(27,197,200,.8)}.lang-switch{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-pill);overflow:hidden;background:rgba(255,255,255,.08)}.lang-switch-link{display:inline-flex;align-items:center;justify-content:center;min-width:3.6rem;min-height:2.4rem;padding:0 .8rem;color:rgba(255,255,255,.72);text-decoration:none;font-size:.86rem;font-weight:700;white-space:nowrap}.lang-switch-link.active{background:rgba(27,197,200,.18);color:#fff}.header-btn{min-height:2.85rem;padding:0 1rem;border-radius:var(--radius-pill);border:1px solid transparent;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform var(--duration) var(--ease),border-color var(--duration) var(--ease),background var(--duration) var(--ease);white-space:nowrap;flex:0 0 auto}.header-btn:hover{transform:translateY(-1px)}.header-btn-primary{background:linear-gradient(135deg,var(--color-blue),var(--color-cyan));color:#fff;box-shadow:var(--shadow-sm)}.header-btn-outline{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#fff}.mobile-menu-btn{display:none;width:2.75rem;height:2.75rem;padding:0;border:0;background:0 0;align-items:center;justify-content:center;flex-direction:column;gap:.3rem}.mobile-menu-btn span{width:1.25rem;height:2px;background:#fff;border-radius:999px}.mobile-nav{display:none;position:fixed;top:var(--header-height);left:0;right:0;bottom:0;padding:1rem;background:rgba(7,18,34,.96);backdrop-filter:blur(10px)}.mobile-nav.open{display:flex;flex-direction:column;gap:.45rem}.mobile-nav .nav-link{padding:.95rem 1rem;border:1px solid rgba(255,255,255,.12)}.header-search--mobile{min-width:0;margin-bottom:.3rem}.lang-switch--mobile{width:fit-content;margin-bottom:.25rem}.mobile-nav-actions{display:grid;gap:.7rem;margin-top:.8rem}@media (max-width:1360px){.header-search{display:none}}@media (max-width:1220px){.header-nav,.header-search{display:none}.mobile-menu-btn{display:inline-flex}}@media (max-width:768px){.header-actions{display:none}}.footer{background:var(--color-footer,#eaf2f7);color:var(--color-body,#30445f)}.footer-container{max-width:var(--container-max);margin:0 auto;padding:0 var(--space-lg)}.footer-top{padding:4rem 0 3rem;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:3rem}.footer-brand-logo{height:96px;width:auto;margin-bottom:1rem;display:block;filter:drop-shadow(0 2px 12px rgba(70, 221, 210, .18))}.footer-brand-tagline{font-family:var(--font-body);font-size:var(--text-small);color:rgba(48,68,95,.72);line-height:1.7;margin-bottom:1rem;max-width:240px}.footer-copyright{font-family:var(--font-body);font-size:var(--text-caption);color:rgba(48,68,95,.56);line-height:1.5;margin-top:1rem;margin-bottom:0}.footer-brand-meta{margin-top:1rem;display:flex;flex-direction:column;gap:.28rem;max-width:360px}.footer-brand-meta-line{font-family:var(--font-body);font-size:var(--text-caption);line-height:1.55;color:rgba(48,68,95,.66)}.footer-nav-group{display:flex;flex-direction:column;gap:.6rem}.footer-nav-title{font-family:var(--font-body);font-size:var(--text-caption);font-weight:700;color:rgba(16,35,63,.58);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem}.footer-nav-link{font-family:var(--font-body);font-size:var(--text-small);color:rgba(48,68,95,.74);text-decoration:none;transition:color var(--duration-fast);line-height:1.5}.footer-nav-link:hover{color:var(--color-blue-deep)}.footer-contact-title{font-family:var(--font-body);font-size:var(--text-caption);font-weight:700;color:rgba(16,35,63,.58);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.8rem}.footer-contact-item{display:flex;align-items:baseline;justify-content:space-between;gap:14px;font-size:var(--text-small);color:rgba(48,68,95,.74);margin-bottom:.5rem;text-decoration:none;transition:color var(--duration-fast);padding:.2rem 0}.footer-contact-item:hover{color:var(--color-blue-deep)}.footer-contact-item strong{font-size:var(--text-small);font-weight:600;color:rgba(16,35,63,.78)}.footer-contact-item span{color:rgba(48,68,95,.66);text-align:right;word-break:break-word}.footer-contact-subtitle{margin:1rem 0 .6rem;font-size:var(--text-caption);font-weight:700;color:rgba(16,35,63,.58);text-transform:uppercase;letter-spacing:.06em}.footer-social-list{display:flex;flex-wrap:nowrap;gap:.5rem}.footer-social-link{width:38px;height:38px;flex:0 0 38px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(31,140,216,.08);color:rgba(48,68,95,.68);text-decoration:none;transition:background var(--duration-fast),color var(--duration-fast),transform var(--duration-fast)}.footer-social-link:hover{background:rgba(31,140,216,.16);color:var(--color-blue-deep);transform:translateY(-1px)}.footer-social-link svg{width:17px;height:17px;fill:currentColor}.footer-social-link[data-social-key=xiaohongshu] svg{width:19px;height:19px}@media (max-width:900px){.footer-top{grid-template-columns:1fr 1fr;gap:2.5rem 2rem}}@media (max-width:768px){.footer-top{grid-template-columns:1fr;gap:2rem;padding:2.5rem 0 2rem}.footer-brand-logo{height:86px}}