@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");:root{--stone-50:#fafaf9;--stone-100:#f5f5f4;--stone-200:#e7e5e4;--stone-300:#d6d3d1;--stone-400:#a8a29e;--stone-500:#78716c;--stone-600:#57534e;--stone-700:#44403c;--stone-800:#292524;--stone-900:#1c1917;--amber-500:#f59e0b;--amber-600:#d97706;--amber-700:#b45309;--amber-800:#92400e}*{box-sizing:border-box;margin:0;padding:0}body,html{position:relative;width:100%}body{font-family:Noto Sans TC,system-ui,-apple-system,sans-serif;background-color:var(--stone-50);color:var(--stone-900);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:white;box-shadow:0 1px 3px rgba(0,0,0,.08);border-bottom:1px solid var(--stone-100)}.header-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;height:72px;justify-content:space-between}.header-inner,.logo-group{display:flex;align-items:center}.logo-group{gap:.75rem}.home-icon-link{display:flex;align-items:center;justify-content:center;color:var(--stone-500);padding:.4rem;border-radius:.5rem;transition:all .2s;background:var(--stone-50);border:1px solid var(--stone-200);flex-shrink:0}.home-icon-link:hover{color:var(--amber-600);border-color:var(--amber-200);background:var(--amber-50);transform:translateY(-1px)}.logo-main{font-size:1.4rem;font-weight:700;background:linear-gradient(135deg,var(--stone-800),var(--stone-500));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.logo-sub{font-size:1.05rem;font-weight:500;color:var(--amber-600)}.desktop-nav{display:flex;align-items:center;gap:2rem}.desktop-nav a{color:var(--stone-600);font-size:.95rem;transition:color .2s}.desktop-nav a:hover{color:var(--stone-900)}.nav-cta{padding:.45rem 1.1rem;border:1.5px solid var(--amber-600);border-radius:9999px;color:var(--amber-600)!important;font-weight:600;font-size:.875rem;transition:all .25s}.nav-cta:hover{background:var(--amber-600);color:white!important;transform:scale(1.04)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:var(--stone-600);padding:.5rem}.mobile-nav{display:none;background:white;border-top:1px solid var(--stone-100);padding:.75rem 1rem}.mobile-nav a{display:block;padding:.65rem .75rem;color:var(--stone-600);border-radius:.5rem;transition:background .2s}.mobile-nav a:hover{background:var(--stone-50)}.mobile-nav .mobile-cta{margin-top:.5rem;text-align:center;padding:.75rem;border:2px solid var(--amber-500);border-radius:.75rem;color:var(--amber-600);font-weight:700}@media (max-width:768px){.desktop-nav{display:none}.mobile-menu-btn,.mobile-nav.open{display:block}}.site-footer{background:var(--stone-900);color:var(--stone-300);padding:4rem 0 2rem}.footer-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:3rem;gap:3rem}.footer-brand h3{color:white;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.footer-brand p{line-height:1.8;font-size:.9rem;margin-bottom:1.5rem}.footer-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.6rem 1.5rem;background:var(--amber-600);color:white;font-weight:700;border-radius:9999px;transition:all .3s}.footer-btn:hover{background:var(--amber-500);transform:scale(1.06)}.footer-col h4{color:white;font-size:1rem;font-weight:700;margin-bottom:1.25rem}.footer-col ul{list-style:none}.footer-col li{display:flex;gap:.75rem;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.footer-col li a:hover{color:white;transition:color .2s}.footer-icon{flex-shrink:0;color:var(--stone-500);margin-top:.2rem}.footer-bottom{border-top:1px solid var(--stone-800);margin-top:3rem;padding-top:2rem;text-align:center;font-size:.85rem;color:var(--stone-500)}@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (max-width:600px){.footer-grid{grid-template-columns:1fr}}.section-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.section-heading{text-align:center;margin-bottom:2rem}.section-heading h2,.section-heading h3{font-size:clamp(1.75rem,4vw,2.4rem);font-weight:700;color:var(--stone-900);margin-bottom:.75rem}.section-heading p{color:var(--stone-600);font-size:1.05rem;max-width:600px;margin:0 auto}.tag{display:inline-block;padding:.3rem .85rem;background:var(--stone-100);color:var(--stone-600);border-radius:9999px;font-size:.8rem;font-weight:600;margin-bottom:1rem;letter-spacing:.08em}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 2rem;background:var(--stone-900);color:white;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;transition:all .25s;font-size:1rem}.btn-primary:hover{background:var(--stone-700);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 2rem;background:transparent;color:white;font-weight:600;border-radius:.5rem;border:1.5px solid white;cursor:pointer;transition:all .25s;font-size:1rem}.btn-secondary:hover{background:rgba(255,255,255,.1)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.5rem;background:transparent;color:var(--stone-700);font-weight:500;border-radius:.5rem;border:1.5px solid var(--stone-300);cursor:pointer;transition:all .25s;font-size:.9rem}.btn-outline:hover{background:var(--stone-50);border-color:var(--stone-400)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1.75rem;gap:1.75rem}.product-card{background:white;border-radius:1rem;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.06);transition:box-shadow .25s,transform .25s;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.1);transform:translateY(-3px)}.product-card-img{aspect-ratio:4/3;overflow:hidden;background:var(--stone-200)}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-card-img img{transform:scale(1.06)}.product-card-body{padding:1.25rem;display:flex;flex-direction:column;flex:1 1}.product-card-body h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.product-card-body p{font-size:.875rem;color:var(--stone-600);flex:1 1;margin-bottom:1rem;line-height:1.7}.breadcrumb{background:var(--stone-100);padding:.75rem 0;font-size:.85rem;color:var(--stone-500)}.breadcrumb-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;gap:.5rem}.breadcrumb a{color:var(--stone-500);transition:color .2s}.breadcrumb a:hover{color:var(--stone-900)}.breadcrumb span{color:var(--stone-400)}.page-hero{background:linear-gradient(135deg,var(--stone-900) 0,#2d2520 100%);color:white;padding:4rem 0;text-align:center}.page-hero h1{font-size:clamp(1.8rem,5vw,2.8rem);font-weight:700;margin-bottom:.75rem}.page-hero p{color:var(--stone-300);font-size:1.1rem;max-width:600px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.blog-card{background:white;border-radius:1rem;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.06);transition:box-shadow .25s,transform .25s;display:flex;flex-direction:column}.blog-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.1);transform:translateY(-3px)}.blog-card-img{aspect-ratio:16/9;overflow:hidden;background:var(--stone-200)}.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.blog-card:hover .blog-card-img img{transform:scale(1.05)}.blog-card-body{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.blog-card-tag{font-size:.75rem;font-weight:600;color:var(--amber-600);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.blog-card-body h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem;line-height:1.5}.blog-card-body p{font-size:.875rem;color:var(--stone-500);flex:1 1;line-height:1.7;margin-bottom:1rem}.blog-card-meta{font-size:.8rem;color:var(--stone-400)}.cases-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:640px){.cases-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}}.case-card{background:white;border-radius:1rem;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.06);transition:box-shadow .25s,transform .25s}.case-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.1);transform:translateY(-3px)}.case-card-img{aspect-ratio:4/3;overflow:hidden;background:var(--stone-200)}.case-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.case-card:hover .case-card-img img{transform:scale(1.05)}.case-card-body{padding:1.5rem}.case-card-label{display:inline-block;padding:.2rem .65rem;background:var(--stone-100);border-radius:9999px;font-size:.75rem;color:var(--stone-600);font-weight:600;margin-bottom:.75rem}.case-card-body h3{font-size:1.05rem;font-weight:700;margin-bottom:.4rem}.case-card-body p{font-size:.875rem;color:var(--stone-500);line-height:1.7}.calculator-box{background:var(--stone-50);border:1px solid var(--stone-100);border-radius:1.25rem;padding:2.5rem;box-shadow:0 2px 8px rgba(0,0,0,.04)}.calc-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem}@media (max-width:700px){.calc-grid{grid-template-columns:1fr}}.step-label{gap:.75rem;margin-bottom:1rem}.step-label,.step-num{display:flex;align-items:center}.step-num{width:2rem;height:2rem;border-radius:9999px;background:var(--stone-900);color:white;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.step-label h4{font-weight:700;font-size:1.05rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--stone-700);margin-bottom:.4rem}.form-input,.form-select{width:100%;padding:.75rem 1rem;border:1.5px solid var(--stone-300);border-radius:.5rem;font-size:1rem;font-family:inherit;background:white;color:var(--stone-900);transition:border-color .2s,box-shadow .2s;outline:none}.form-input:focus,.form-select:focus{border-color:var(--stone-900);box-shadow:0 0 0 3px rgba(28,25,23,.08)}.dim-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-hint{margin-top:.4rem;font-size:.78rem;color:var(--stone-400);line-height:1.5}.result-box{background:white;border:1.5px solid var(--stone-200);border-radius:1rem;padding:1.75rem;box-shadow:0 1px 4px rgba(0,0,0,.05)}.result-empty{flex-direction:column;justify-content:center;min-height:200px;color:var(--stone-300);text-align:center;gap:1rem}.result-empty,.result-row{display:flex;align-items:center;font-size:.95rem}.result-row{justify-content:space-between;padding:.9rem 0;border-bottom:1px solid var(--stone-100)}.result-row:last-of-type{border-bottom:none}.result-row span:first-child{color:var(--stone-500)}.result-row span:last-child{font-weight:600;color:var(--stone-900)}.result-total{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;margin-top:.5rem;border-top:2px solid var(--stone-200)}.result-total span:first-child{font-size:1.1rem;font-weight:700;color:var(--stone-900)}.result-total span:last-child{font-size:1.8rem;font-weight:700;color:var(--stone-900)}.hero-section{position:relative;background:var(--stone-900);color:white;overflow:hidden;padding:5rem 0 3rem}.hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.3}.hero-content{position:relative;max-width:1280px;margin:0 auto;padding:0 1.5rem}.hero-content h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:700;line-height:1.2;margin-bottom:1.25rem}.hero-content p{font-size:1.1rem;color:var(--stone-300);max-width:540px;margin-bottom:2.5rem;line-height:1.8}.hero-btns{display:flex;flex-wrap:wrap;gap:1rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}@media (max-width:800px){.about-grid{grid-template-columns:1fr}}.about-imgs{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.about-imgs img{border-radius:.75rem;width:100%;height:260px;object-fit:cover;box-shadow:0 4px 16px rgba(0,0,0,.1)}.about-imgs img:first-child{transform:translateY(-1rem)}.about-imgs img:last-child{transform:translateY(1rem)}.about-text h2{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.about-text p{color:var(--stone-600);line-height:1.9;margin-bottom:1rem}.stats-row{display:flex;gap:2.5rem;flex-wrap:wrap;margin-top:2rem}.stat-item strong{font-size:1.8rem;font-weight:700;color:var(--amber-600);display:block}.stat-item span{font-size:.85rem;color:var(--stone-500)}.py-section{padding:2.5rem 0}.bg-white{background:white}.bg-stone-50{background:var(--stone-50)}.bg-stone-900{background:var(--stone-900)}@media (max-width:768px){.breadcrumb-inner,.footer-inner,.header-inner,.section-container{padding:0 1rem!important}.calculator-box{padding:1.25rem 1rem!important;border-radius:1rem}.calc-grid{gap:1.5rem!important}.result-box{padding:1.25rem!important}.py-section{padding:1.5rem 0!important}.section-heading{margin-bottom:1.25rem!important}}