:root{--ink: #1a2b45;--title: #111827;--muted: #6b7280;--muted-2: #6b7280;--border: #e5e7eb;--section: #f9fafb;--gold: #7a5a15;--white: #ffffff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Noto Sans TC,PingFang TC,Microsoft JhengHei,sans-serif;color:var(--title);background:var(--white)}a{color:inherit;text-decoration:none}.state-message{margin:0;color:var(--muted)}.state-message--error{color:#b42318}.landing-state{min-height:100vh;display:grid;place-items:center}.landing-root{width:100%;overflow-x:hidden}.landing-container{max-width:1280px;margin:0 auto;padding:0 32px}.landing-narrow{max-width:1152px}.landing-nav-wrap{position:sticky;top:0;z-index:20;background:var(--white);border-bottom:1px solid #f3f4f6}.landing-nav{min-height:83px;display:flex;align-items:center;justify-content:space-between;gap:20px;position:relative}.landing-logo{width:186px;height:56px;display:inline-flex;align-items:center}.landing-logo img{width:100%;height:100%;object-fit:contain}.landing-nav-links{display:flex;align-items:center;gap:32px}.landing-menu-toggle{display:none;align-items:center;gap:8px;border:1px solid var(--border);background:#fff;color:#334155;border-radius:10px;padding:7px 10px;font-size:12px;font-weight:700;line-height:1}.landing-menu-toggle__bars{display:inline-grid;gap:3px}.landing-menu-toggle__bars span{width:14px;height:2px;border-radius:999px;background:#334155}.landing-nav-link{display:flex;flex-direction:column;align-items:center;line-height:1.2}.landing-nav-link span{color:#4b5563;font-size:14px;font-weight:500}.landing-nav-link small{margin-top:2px;color:var(--muted-2);font-size:10px;font-weight:500}.landing-hero{min-height:358px;background-image:url(/hero.webp);background-position:center;background-size:cover;display:grid;place-items:center;border-bottom:1px solid #f3f4f6;position:relative;overflow:hidden}.landing-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#0f172a38,#0f172a54)}.landing-hero__video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.landing-hero__video{border:0}video.landing-hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}iframe.landing-hero__video{position:absolute;top:50%;left:50%;width:100vw;height:56.25vw;min-width:177.78vh;min-height:100%;transform:translate(-50%,-50%)}.landing-hero__content{text-align:center;padding-top:56px;padding-bottom:56px;position:relative;z-index:2}.landing-hero h1{margin:0;color:#fff;font-size:clamp(30px,4vw,40px);line-height:1.25;letter-spacing:0;text-shadow:0 2px 10px rgb(15 23 42 / 30%)}.landing-hero p{margin:16px 0 0;color:#f8fafc;font-size:14px;line-height:20px;text-shadow:0 1px 8px rgb(15 23 42 / 28%)}.button-gold{display:inline-flex;align-items:center;justify-content:center;margin-top:24px;min-height:48px;padding:12px 32px;border-radius:4px;background:var(--gold);color:#fff;font-size:16px;font-weight:700;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.landing-section{padding:80px 0;background:var(--white)}.landing-section--muted,.landing-section--stats{background:var(--section)}.section-heading{text-align:center;margin-bottom:40px}.section-heading h2{margin:0;color:var(--ink);font-size:clamp(24px,3vw,30px);line-height:1.2}.section-heading p{margin:16px auto 0;max-width:700px;color:#4b5563;font-size:16px;line-height:24px}.stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.stat-card{min-height:112px;padding:16px;display:grid;place-items:center;border-left:1px solid var(--border)}.stat-card:first-child{border-left:0}.stat-card strong{color:var(--gold);font-size:48px;line-height:48px;font-weight:700}.stat-card p{margin:8px 0 0;color:#4b5563;font-size:16px}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.service-card{background:#fff;border:1px solid #f3f4f6;border-radius:8px;padding:40px 32px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;height:100%}.service-card h3,.story-card h3,.process-card h3,.advantage-card h3{margin:16px 0 0;color:#111827;font-size:18px;line-height:28px}.service-card small{color:var(--gold);font-size:12px;line-height:16px;margin-top:2px}.service-card p,.story-card p,.process-card p,.advantage-card p{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:22px}.service-card a{margin-top:auto;padding-top:20px;color:var(--gold);font-size:14px;font-weight:500}.card-icon{width:56px;height:56px;display:grid;place-items:center;color:var(--gold)}.card-icon img{max-width:100%;max-height:100%;object-fit:contain}.card-icon__glyph{display:block}.card-icon--rounded{width:80px;height:80px;border:2px solid var(--gold);border-radius:999px}.section-cta{text-align:center}.comparison-table{background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 1px 2px #0000000d;overflow:auto}.comparison-table table{width:100%;border-collapse:collapse;min-width:760px}.comparison-table th,.comparison-table td{padding:20px;text-align:center;border-bottom:1px solid var(--border);font-size:14px;line-height:20px}.comparison-table th:first-child,.comparison-table td:first-child{text-align:left;background:#f9fafb;width:25%}.comparison-table th:nth-child(2){background:var(--ink);color:#fff}.comparison-table th:nth-child(3){background:#101f39;color:#fff}.story-carousel-shell{position:relative}.story-carousel{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:8px}.story-carousel::-webkit-scrollbar{height:8px}.story-carousel::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.story-slide{flex:0 0 calc((100% - 48px) / 3);min-width:calc((100% - 48px) / 3);scroll-snap-align:start;display:flex}.story-carousel-control{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:38px;height:38px;border:1px solid #e2e8f0;border-radius:999px;background:#fffffff2;color:#1e293b;font-size:28px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 6px 16px #02061724}.story-carousel-control--prev{left:-19px}.story-carousel-control--next{right:-19px}.story-card{background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #11182714;display:flex;flex-direction:column;min-height:100%;width:100%}.story-card img{width:100%;height:192px;object-fit:cover}.story-card__body{padding:20px 24px 24px;display:flex;flex:1;flex-direction:column}.story-card .story-stars{color:var(--gold);letter-spacing:1px;font-size:18px;line-height:1;margin-top:auto;padding-top:10px}.story-card .story-stars span{color:inherit}.process-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}.process-grid:before{content:"";position:absolute;left:9%;right:9%;top:40px;height:2px;background:#e5e7eb}.process-card{position:relative;text-align:center;background:transparent;padding-top:0}.process-card .card-icon{margin:0 auto;background:#fff}.advantage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}.advantage-card{text-align:center}.advantage-card .card-icon{margin:0 auto}.landing-footer{border-top:1px solid #f3f4f6;background:var(--section);padding:65px 0 32px}.landing-footer__top{display:flex;align-items:center;justify-content:space-between;gap:32px;padding-bottom:48px}.landing-footer__top h3{margin:0;color:#111827;font-size:16px;line-height:24px}.landing-footer__top p,.landing-footer__top a:not(.button-gold){margin:12px 0 0;display:block;color:#4b5563;font-size:14px;line-height:20px}.landing-footer__bottom{border-top:1px solid var(--border);padding-top:24px;color:var(--muted);text-align:center;font-size:12px;line-height:16px}@media(max-width:1100px){.landing-nav-links{gap:16px}.service-grid,.advantage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.story-carousel{gap:24px}.story-slide{flex-basis:calc((100% - 24px)/2);min-width:calc((100% - 24px)/2)}.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-grid:before{display:none}}@media(max-width:760px){.landing-container{padding:0 16px}.landing-nav{min-height:72px;align-items:center;justify-content:space-between;padding:8px 0;gap:12px}.landing-logo{width:168px;height:52px}.landing-menu-toggle{display:inline-flex}.landing-nav-links{display:none;width:min(240px,calc(100vw - 32px));position:absolute;top:calc(100% + 8px);right:0;flex-direction:column;align-items:stretch;gap:8px;padding:10px;border:1px solid var(--border);border-radius:12px;background:#fff;box-shadow:0 12px 24px #0f172a1f;z-index:25}.landing-nav-links--open{display:flex}.landing-nav-link{min-width:0;width:100%;align-items:flex-start;border:1px solid var(--border);border-radius:8px;padding:8px 10px;background:#fff}.landing-nav-link span{font-size:13px;line-height:1.2}.landing-nav-link small{font-size:10px}.landing-hero{min-height:310px;background-position:center}.landing-hero__content{padding-top:42px;padding-bottom:44px}.landing-hero h1{font-size:clamp(24px,7vw,30px);line-height:1.28}.landing-hero p{margin-top:12px;font-size:15px;line-height:1.55}.button-gold{margin-top:18px;min-height:44px;padding:10px 22px;font-size:15px}.landing-section{padding:44px 0}.section-heading{margin-bottom:24px}.section-heading h2{font-size:28px}.section-heading p{margin-top:10px;font-size:14px;line-height:1.55}.stat-grid,.service-grid,.process-grid,.advantage-grid{grid-template-columns:1fr;gap:16px}.story-carousel{gap:16px}.story-slide{flex-basis:100%;min-width:100%}.story-carousel-control{display:none}.stat-card{border-left:0;border-top:1px solid var(--border)}.stat-card:first-child{border-top:0}.stat-card strong{font-size:40px;line-height:1}.stat-card p{font-size:15px}.service-card{padding:22px 18px 20px}.service-card h3,.story-card h3,.process-card h3,.advantage-card h3{font-size:19px;line-height:1.4}.service-card p,.story-card p,.process-card p,.advantage-card p{font-size:15px;line-height:1.55}.service-card a{margin-top:16px;font-size:15px}.card-icon{width:64px;height:64px}.card-icon--rounded{width:72px;height:72px}.comparison-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.comparison-table table{min-width:680px}.comparison-table th,.comparison-table td{padding:14px 12px;font-size:13px;line-height:1.45}.story-card img{height:auto;aspect-ratio:540 / 384}.story-card__body{padding:14px 14px 16px}.process-card,.advantage-card{border:1px solid #f1f5f9;border-radius:10px;background:#fff;padding:16px 12px}.landing-footer{padding:40px 0 24px}.landing-footer__top{flex-direction:column;align-items:flex-start;gap:18px;padding-bottom:28px}.landing-footer__top h3{font-size:18px}.landing-footer__top p,.landing-footer__top a:not(.button-gold){font-size:15px;line-height:1.5;margin-top:8px}.landing-footer__bottom{font-size:12px;line-height:1.5}}@media(max-width:420px){.landing-container{padding:0 14px}.landing-nav-links{width:min(230px,calc(100vw - 28px))}.landing-nav-link{padding:8px 9px}.landing-hero h1{font-size:22px}.section-heading h2{font-size:26px}.button-gold{width:100%;max-width:220px}.story-card__body{padding:12px}.landing-footer__bottom{text-align:left}}
