.product-spec{--color-primary: #0f172a;--color-accent: #0284c7;--color-surface: #f8fafc;--color-surface-white: #ffffff;--color-text-main: #334155;--color-text-light: #64748b;--color-border: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--font-main: "Noto Sans TC", "Noto Sans", sans-serif}.product-spec{font-family:var(--font-main);background-color:var(--color-surface);color:var(--color-text-main);line-height:1.6}.product-spec .hero-new{position:relative;min-height:500px;height:50vh;display:flex;align-items:center;justify-content:flex-start;color:#fff;background-image:var(--hero-image);background-position:center;background-size:cover}.product-spec .hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#0f172ae6,#0f172ab3,#0f172a1a)}.product-spec .hero-content{position:relative;z-index:1;max-width:1200px;width:100%;margin:0 auto;padding:0 2rem}.product-spec .hero-breadcrumb{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;font-size:.85rem;opacity:.85}.product-spec .hero-breadcrumb a,.product-spec .hero-breadcrumb span{color:#fff}.product-spec .hero-badge{display:inline-block;background:var(--color-accent);color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase}.product-spec .hero-title{font-size:3rem;line-height:1.2;font-weight:700;margin:0 0 1rem;letter-spacing:0;text-shadow:0 2px 4px rgb(0 0 0 / .3)}.product-spec .hero-subtitle{font-size:1.25rem;opacity:.95;max-width:620px;font-weight:300;text-shadow:0 1px 2px rgb(0 0 0 / .3)}.product-spec .page-container{max-width:1200px;margin:-80px auto 4rem;position:relative;z-index:2;padding:0 2rem}.product-spec .intro-card,.product-spec .feature-card{background:var(--color-surface-white);border-radius:8px;border:1px solid var(--color-border)}.product-spec .intro-card{padding:3rem;box-shadow:var(--shadow-lg);margin-bottom:3rem;border-top:4px solid var(--color-accent)}.product-spec .intro-text{font-size:1.1rem}.product-spec .feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-bottom:4rem}.product-spec .feature-card{padding:2.5rem;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.product-spec .feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--color-accent)}.product-spec .feature-title{font-size:1.5rem;color:var(--color-primary);margin:0 0 1rem;font-weight:600;display:flex;align-items:center;gap:.75rem;letter-spacing:0}.product-spec .feature-title:before{content:"";display:block;width:6px;height:24px;background-color:var(--color-accent);border-radius:2px;flex:0 0 auto}.product-spec .feature-list{list-style:none;padding:0;margin:0}.product-spec .feature-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:var(--color-text-light)}.product-spec .feature-list li:before{content:">";position:absolute;left:0;color:var(--color-accent);font-weight:700}.product-spec .feature-list strong{color:var(--color-primary);font-weight:600}.product-spec .brand-banner{background:#e0f2fe;padding:3rem 2rem;margin:0 -2rem 4rem;border-radius:8px;text-align:center;border-left:4px solid var(--color-accent)}.product-spec .brand-banner h2,.product-spec .spec-header h2,.product-spec .faq-inline h2{color:var(--color-primary);letter-spacing:0}.product-spec .brand-logos{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:1.5rem;font-weight:700;color:var(--color-primary)}.product-spec .brand-logos span{background:#fff;padding:.5rem 1rem;border-radius:4px;box-shadow:var(--shadow-sm)}.product-spec .brand-note{margin-top:2rem;font-size:.9rem;color:var(--color-text-light)}.product-spec .spec-section{margin-bottom:4rem}.product-spec .spec-header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;border-bottom:2px solid var(--color-border);padding-bottom:.5rem}.product-spec .spec-header h2{margin:0;font-size:1.75rem}.product-spec .spec-header span{font-size:1rem;background:var(--color-accent);color:#fff;padding:.25rem .75rem;border-radius:99px;font-weight:500}.product-spec .modern-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.product-spec .modern-table{width:100%;border-collapse:collapse;background:#fff;white-space:nowrap}.product-spec .modern-table th{background:var(--color-primary);color:#fff;padding:1rem 1.5rem;text-align:left;font-weight:500;font-size:.95rem}.product-spec .modern-table td{padding:1rem 1.5rem;border-bottom:1px solid var(--color-border);font-size:.95rem;color:var(--color-text-main)}.product-spec .modern-table tr:hover td{background-color:#f1f5f9}.product-spec .faq-inline{margin-top:4rem;padding-top:4rem;border-top:1px solid var(--color-border)}.product-spec .faq-inline h2{text-align:center;margin-bottom:3rem}.product-spec .faq-list{max-width:800px;margin:0 auto}.product-spec .faq-list article{margin-bottom:2rem}.product-spec .faq-list h3{font-size:1.15rem;color:var(--color-primary);margin-bottom:.5rem;letter-spacing:0}.product-spec .faq-list p{color:var(--color-text-light)}.product-spec .related-links{text-align:center;margin-top:4rem;padding:2rem;background:#f1f5f9;border-radius:8px}.product-spec .related-links div{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.product-spec a.text-link{color:var(--color-accent);text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .2s,color .2s}.product-spec a.text-link:hover{border-bottom-color:var(--color-accent);color:#0369a1}@media(max-width:768px){.product-spec .hero-title{font-size:2rem}.product-spec .feature-grid{grid-template-columns:1fr}.product-spec .page-container{margin-top:-40px;padding:0 1rem}.product-spec .brand-banner{margin:0 0 3rem}.product-spec .intro-card,.product-spec .feature-card{padding:1.5rem}}.faq-article-page{padding:2.5rem 0}.faq-article-page .faq-article h1,.faq-article-page .faq-article h2{color:#0f172a;letter-spacing:0}.faq-article-page .faq-toc{display:flex;flex-direction:column;gap:.5rem;margin:1.5rem 0 2rem;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.faq-article-page .faq-question{margin-bottom:2rem}.faq-article-page .answer{white-space:pre-line}.faq-article-page .faq-table-wrap{overflow-x:auto;margin:1rem 0}.faq-article-page .related-read{margin-top:1rem}.faq-article-page .faq-contact-cta{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;margin-top:1rem;padding:.85rem 1rem;border-left:4px solid #0284c7;background:#f8fafc;color:#0f172a;font-weight:600}.faq-article-page .faq-contact-cta a{color:#0369a1}.case-index-page{padding:2.5rem 0}.case-index-page #board .column{display:flex}.case-index-page .case-card{width:100%;border-radius:8px}.case-index-page .case-card img{width:100%;height:auto;display:block}
