:root{--ink:#172c49;--navy:#102e59;--blue:#1555b5;--yellow:#f9d64b;--muted:#5b6c82;--pale:#f1f5fa;--white:#fff;--line:#dae2ed;--radius:8px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;color:var(--ink);background:var(--white);font-family:'Noto Sans TC',sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--blue);outline-offset:5px}img{display:block;max-width:100%}h1,h2,h3,p,figure{margin:0}h2,h3,p{text-wrap:pretty}h1,h2,h3{font-weight:500}h1{font-size:58px;line-height:1.65;letter-spacing:-1px;color:var(--navy)}h2{font-size:36px;line-height:1.6}h3{font-size:24px;line-height:1.5}.container{width:calc(100% - 144px);max-width:1296px;margin-inline:auto}.section{padding:72px 0}.icon{display:inline-block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;vertical-align:middle}.symbols{position:absolute;width:0;height:0;overflow:hidden}.eyebrow{font-size:12px;color:var(--blue);font-weight:500;letter-spacing:.35px;margin-bottom:16px}.muted{color:var(--muted);font-size:15px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:8px;left:8px;transform:translateY(-180%);padding:12px 20px;background:var(--yellow);z-index:100}.skip-link:focus{transform:translateY(0)}.topbar{background:#0c2e61;color:#dbe6f6;font-size:12px}.topbar-inner{display:flex;align-items:center;justify-content:space-between;padding-block:10px}.topbar a{color:var(--white)}.header{background:var(--white)}.nav-wrap{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-block:22px}.brand{display:flex;flex-direction:column;flex-shrink:0;color:#103a77}.brand strong{font-weight:500;font-size:25px;line-height:1.4}.brand span{font-size:10px;letter-spacing:.7px;color:#63748a;margin-top:3px}.navigation{display:flex;align-items:center;gap:28px;font-size:14px}.navigation>a:not(.button):hover,.text-link:hover{text-decoration:underline;text-underline-offset:5px}.button{display:inline-flex;justify-content:center;align-items:center;gap:12px;border-radius:6px;padding:15px 22px;font-size:16px;font-weight:500;min-height:52px;transition:background .18s,transform .18s;white-space:nowrap}.button .icon{width:19px;height:19px}.button:hover{transform:translateY(-2px)}.button-yellow{background:var(--yellow);color:#102c53}.button-yellow:hover{background:#f1c92f}.button-blue{background:var(--blue);color:var(--white)}.button-blue:hover{background:#10448f}.button-white{background:var(--white);color:#173c70}.button-white:hover{background:#e6edf7}.actions{display:flex;flex-wrap:wrap;gap:14px}.mobile-actions{display:none}.hero{background:#f2f6fb;padding:64px 0 56px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.hero .eyebrow{font-size:14px;margin-bottom:24px}.hero-description{font-size:18px;color:var(--muted);margin:24px 0}.checks{display:flex;flex-wrap:wrap;gap:22px;list-style:none;padding:0;margin:30px 0 0;font-size:13px;color:var(--muted)}.checks li{display:flex;gap:7px;align-items:center}.checks .icon{width:16px;height:16px;color:var(--blue)}.hero-visual{overflow:hidden;border-radius:10px;min-width:0}.hero-visual>img{width:100%;height:400px;object-fit:cover}.hero-visual figcaption{background:#103a77;color:var(--white);padding:22px;display:flex;align-items:center;justify-content:space-between;gap:16px}.hero-visual strong{display:block;font-size:18px;font-weight:500}.hero-visual small{display:block;margin-top:6px;font-size:10px;color:#b4c9e5}.hero-visual figcaption>.icon{width:30px;height:30px;color:var(--yellow)}.audiences{border-bottom:1px solid #e2e8f0}.audiences-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:28px}.audiences p{color:#62738b}.audiences span{display:flex;align-items:center;gap:10px;white-space:nowrap}.audiences .icon{color:var(--blue)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:36px}.section-heading h2{font-size:34px}.section-heading .eyebrow{margin-bottom:12px}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.service{padding:28px 24px;background:#f5f7fa;border-radius:var(--radius);display:flex;flex-direction:column;gap:22px}.service-top{display:flex;align-items:center;justify-content:space-between;color:#8492a5;font-size:13px}.service-top .icon{width:32px;height:32px;color:var(--blue)}.service h3{font-size:23px}.service p{color:#65748a;font-size:14px;flex:1}.service small{border-top:1px solid var(--line);padding-top:22px;font-size:12px;color:var(--blue)}.work{background:var(--pale);padding-block:64px}.work .eyebrow{margin-bottom:24px}.work-intro{margin-top:24px;margin-bottom:32px;font-size:16px}.case-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.case{border-radius:var(--radius);overflow:hidden;background:var(--white)}.case>img{width:100%;height:330px;object-fit:contain;background:#dce4ef}.case-body{padding:28px;display:flex;flex-direction:column;gap:14px}.case-body .eyebrow{margin:0}.case-body>p:not(.eyebrow){font-size:15px;color:var(--muted)}.text-link{color:var(--blue);font-size:14px;font-weight:500;display:inline-block;width:fit-content;padding-block:6px}.pipe-record{display:flex;align-items:center;gap:24px;padding:24px 28px;margin-top:32px;border-top:1px solid #cddaea}.pipe-record>.icon{width:32px;height:32px;color:var(--blue)}.pipe-record>div{flex:1}.pipe-record .eyebrow{margin-bottom:6px}.pipe-record h3{font-size:20px;margin-bottom:6px}.pipe-record p.muted{font-size:14px}.pipe-record>a{flex-shrink:0}.source{font-size:12px;color:#65748a;margin-top:24px}.about{background:#0e315f;color:var(--white);padding-block:64px}.about-grid{display:grid;grid-template-columns:520px 1fr;gap:80px;align-items:center}.about .eyebrow{color:var(--yellow);margin-bottom:22px}.about-description{color:#c1d0e4;margin-top:22px}.values{display:flex;flex-direction:column;gap:26px}.value{display:flex;gap:20px}.value>.icon{width:28px;height:28px;color:var(--yellow);margin-top:3px}.value h3{font-size:20px;margin-bottom:7px}.value p{font-size:14px;color:#c1d0e4}.process h2{font-size:34px}.steps{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px;padding:0;margin:36px 0 0}.steps li{border-top:2px solid #bbd0e9;padding-top:22px;display:flex;flex-direction:column;gap:13px}.step-number{font-family:Inter,sans-serif;font-size:30px;color:var(--blue)}.steps h3{font-size:21px}.steps p{font-size:14px;color:#65748a}.contact{background:#f0f5fb;padding-block:64px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.contact-description{margin-top:20px;font-size:15px;color:#65748a}.contact-details{display:flex;flex-direction:column;gap:20px;min-width:0}.phone-number{color:#123f7c;font-size:43px;font-weight:600;font-family:Inter,sans-serif;line-height:1.3;white-space:nowrap;width:fit-content}.phone-number:hover{text-decoration:underline;text-underline-offset:8px}.contact address{font-size:15px;font-style:normal}.contact .button{font-size:14px;padding:16px 20px}.footer{background:#0a2447;color:var(--white)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:30px}.footer a:first-child{font-size:18px}.footer p{font-size:12px;color:#b4c6de}.footer a:last-child{font-size:13px}.footer a:hover{text-decoration:underline}
@media(min-width:1440px){.hero-grid{grid-template-columns:600px 1fr}}
@media(max-width:1190px){.container{width:calc(100% - 80px)}.navigation{gap:16px}.navigation>.button{padding-inline:16px}.brand strong{font-size:22px}.hero-grid{gap:32px}h1{font-size:48px}.hero-visual strong{font-size:16px}.audiences-inner{flex-wrap:wrap}.audiences p{width:100%}.about-grid{grid-template-columns:1fr 1fr;gap:40px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-grid{gap:40px}}
@media(max-width:900px){.container{width:calc(100% - 48px)}.nav-wrap{position:relative;flex-wrap:wrap}.mobile-actions{display:flex;align-items:center;gap:10px}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:0;border-radius:6px;color:var(--navy);cursor:pointer}.call{background:var(--yellow)}.menu-toggle{background:var(--pale);flex-direction:column;gap:4px}.menu-toggle span{display:block;width:18px;height:2px;background:currentColor}.navigation{width:100%;flex-wrap:wrap;padding-top:16px}.js .navigation{display:none}.js .navigation.is-open{display:flex}.hero-grid{grid-template-columns:1fr 1fr;gap:24px}h1{font-size:38px}.hero-description{font-size:16px}.hero-visual>img{height:330px}.hero-visual figcaption{padding:18px}.hero-visual small{font-size:9px}.hero-visual figcaption>.icon{display:none}.hero .actions{flex-direction:column;align-items:flex-start}.checks{gap:12px}.section-heading{align-items:flex-start;flex-direction:column}.contact-grid{grid-template-columns:1fr}.contact-details{max-width:600px}.about-grid{grid-template-columns:1fr;gap:32px}.steps{grid-template-columns:repeat(2,minmax(0,1fr))}.case-body{padding:22px}.case h3{font-size:21px}}
@media(max-width:600px){.container{width:calc(100% - 40px)}.topbar-inner{font-size:11px}.topbar-inner>a{display:none}.nav-wrap{padding-block:18px;gap:12px}.brand strong{font-size:21px}.brand span{font-size:9px}.navigation{flex-direction:column;align-items:stretch;gap:0}.navigation>a{padding:12px 8px}.navigation>.button{margin-top:10px}.hero{padding:36px 0}.hero-grid{grid-template-columns:minmax(0,1fr);gap:28px}.hero .eyebrow{font-size:12px;margin-bottom:18px}h1{font-size:36px;line-height:1.45;letter-spacing:0}.hero-description{font-size:15px;margin:18px 0}.button{font-size:15px}.hero .actions{gap:10px}.checks{margin-top:26px;gap:18px;font-size:12px}.hero-visual>img{height:230px}.hero-visual strong{font-size:15px}.hero-visual small{font-size:9px}.hero-visual figcaption>.icon{display:block;width:22px;height:22px}.audiences-inner{padding-block:24px;align-items:flex-start;flex-direction:column;gap:18px}.audiences p{font-size:14px}.audiences span{font-size:16px}.section{padding-block:44px}h2{font-size:26px}.section-heading{gap:16px;margin-bottom:26px}.section-heading h2{font-size:23px}.section-heading .muted{font-size:14px}.service-grid{grid-template-columns:minmax(0,1fr);gap:14px}.service{gap:22px}.work h2{font-size:25px}.work .eyebrow{margin-bottom:24px}.work-intro{font-size:14px;margin-block:24px}.case-grid{grid-template-columns:minmax(0,1fr);gap:20px}.case>img{height:300px}.case-body{padding:20px}.case-body .eyebrow{margin:0}.case-body>p:not(.eyebrow){font-size:15px}.pipe-record{padding:24px 0;margin-top:24px;flex-direction:column;align-items:flex-start;gap:16px}.pipe-record .eyebrow{margin-bottom:6px}.pipe-record h3{font-size:20px}.source{margin-top:24px}.about h2{font-size:26px}.about-description{font-size:14px;margin-top:16px}.about .eyebrow{font-size:11px;margin-bottom:16px}.values{gap:26px}.value{gap:20px}.value h3{font-size:20px}.process h2{font-size:22px}.steps{grid-template-columns:minmax(0,1fr);gap:22px;margin-top:24px}.contact-grid{gap:32px}.contact h2{font-size:26px}.contact-description{font-size:15px}.phone-number{font-size:36px}.contact-details .actions{flex-direction:column;align-items:flex-start;gap:10px}.footer-inner{flex-direction:column;align-items:flex-start;gap:16px;padding-block:26px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
