@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap";:root{--brand-green: #ffbe98;--brand-green-hover: #ff9b66;--brand-yellow: #fbbf24;--text-dark: #fafafa;--bg-light: #09090b}body{font-family:Noto Sans TC,system-ui,-apple-system,sans-serif;color:var(--text-dark);background-color:var(--bg-light);padding-bottom:70px}@media(min-width:768px){body{padding-bottom:0}}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.02em}.mobile-bottom-cta{position:fixed;bottom:0;left:0;width:100%;background:#18181b;box-shadow:0 -4px 6px -1px #0000001a;display:flex;z-index:50;padding-bottom:env(safe-area-inset-bottom)}@media(min-width:768px){.mobile-bottom-cta{display:none}}.mobile-bottom-cta a{flex:1;text-align:center;padding:12px 4px;font-size:14px;font-weight:500;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-right:1px solid #27272a}.mobile-bottom-cta a:last-child{border-right:none}.mobile-bottom-cta a.primary{background-color:var(--brand-green);color:#fff}.fade-in{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.service-card{transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
