:root{--color-primary:#EF7D00;--color-primary-dark:#cc6b00;--color-teal-darkest:#192B38;--color-teal-dark:#22424B;--color-teal-mid:#2E5458;--color-sage-dark:#4E7367;--color-sage-light:#7FA68C;--color-text-main:#1a2e2e;--color-text-muted:#4E7367;--color-bg-light:#f4f7f6;--color-bg-dark:#192B38;--color-bg-dark-secondary:#22424B;--font-main:"Inter",system-ui,-apple-system,sans-serif;--font-zh:"Noto Sans TC",system-ui,-apple-system,sans-serif;--nav-height:80px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-zh);background-color:var(--color-bg-light);color:var(--color-text-main);line-height:1.6;-webkit-font-smoothing:antialiased}.en-text{font-family:var(--font-main)}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.glass-panel{background:rgba(255,255,255,.65);border:1px solid rgba(255,255,255,.5);box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03),inset 0 0 20px rgba(255,255,255,.5)}.glass-panel,.glass-panel-dark{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.glass-panel-dark{background:rgba(30,30,30,.65);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px 0 rgba(0,0,0,.37)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.footer-section{background-color:var(--color-bg-dark-secondary);color:white;padding:4rem 0 2rem;font-size:.9rem}.footer-content{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-bottom:3rem;text-align:center}.footer-logo-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.footer-brand-icon{height:45px;width:auto}.footer-brand-logo{height:120px;width:auto;margin-bottom:0}.footer-logo p{color:white}.footer-company-names{margin-bottom:1rem}.footer-company-names p{font-size:1.2rem;font-weight:600}.footer-info{display:flex;flex-direction:column;gap:.5rem;color:white}.footer-info a{color:white;text-decoration:underline}.footer-divider{height:1px;background-color:rgba(255,255,255,.1);margin-bottom:2rem}.footer-copyright{text-align:center;color:white;font-size:.8rem}.footer-contact-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem .5rem;color:white}@media (max-width:767px){.footer-contact-row{flex-direction:column;align-items:center;gap:.25rem}.footer-contact-sep{display:none}}@media (min-width:768px){.footer-content{text-align:left;grid-template-columns:1fr 1fr}.footer-logo-header{justify-content:flex-start}.footer-info{text-align:right}.footer-contact-row{justify-content:flex-end}}.navbar-container{position:absolute;top:0;left:0;right:0;z-index:1000;display:flex;justify-content:center;transition:padding .3s ease;padding-top:1.5rem;width:100%}@media (min-width:768px){.navbar-container{position:fixed}.navbar-container.scrolled{padding-top:1rem}}.navbar-glass{border-radius:999px;padding:0 2rem;height:80px;display:flex;align-items:center;justify-content:space-between;width:90%;max-width:1000px;transition:all .3s ease;background-color:rgba(255,255,255,.3)}.navbar-container.scrolled .navbar-glass{background-color:rgba(255,255,255,.3);box-shadow:0 10px 30px rgba(0,0,0,.1)}.navbar-logo{gap:24px}.nav-brand,.navbar-logo{display:flex;align-items:center}.nav-brand{gap:.75rem}.navbar-brand-logo{display:flex;align-items:center;text-decoration:none}.navbar-separator{width:1px;height:24px;background-color:#d0d0d0;margin:0}.navbar-logo-img{height:70px;width:auto;object-fit:contain}.navbar-dilo-logo{height:40px;width:auto;object-fit:contain}.nav-links{display:none;list-style:none;gap:2rem;align-items:center;margin:0;padding:0}.nav-link{color:#1d1d1f;font-size:.9rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--color-sage-dark)}.nav-actions{gap:1rem}.lang-btn,.nav-actions{display:flex;align-items:center}.lang-btn{gap:.4rem;font-size:.85rem;font-weight:700;color:#1d1d1f;background:white;border:2px solid #ddd;padding:.4rem .8rem;border-radius:20px;height:36px;justify-content:center;transition:all .2s ease;cursor:pointer}.lang-btn:hover{border-color:var(--color-sage-dark);color:var(--color-sage-dark)}.mobile-toggle{display:block;color:#1d1d1f}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--color-bg-light);z-index:900;padding-top:8rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.mobile-menu-link{font-size:1.5rem;font-weight:500;color:#1d1d1f}@media (max-width:767px){.navbar-glass{height:60px;padding:0 1.2rem}.navbar-logo{gap:16px}.navbar-logo-img{height:49px}.navbar-dilo-logo{height:28px}}@media (min-width:768px){.nav-links{display:flex}.mobile-toggle{display:none}}