:root {
  --blue: #0758c8;
  --blue2: #0b72e7;
  --deep: #071827;
  --yellow: #ffc20a;
  --green: #087f23;
  --text: #172233;
  --muted: #637184;
  --line: #dce6f1;
  --soft: #f5f8fb;
  --shadow: 0 12px 30px rgba(12, 42, 77, .08);
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--text); background: #fff; line-height: 1.7; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.skip-link { position: absolute; left: 16px; top: -52px; z-index: 100; padding: 10px 14px; border-radius: 7px; background: var(--deep); color: #fff; font-weight: 950; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.skip-link:focus { top: 12px; outline: 3px solid var(--yellow); outline-offset: 2px; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topbar { background: #f1f3f6; border-bottom: 1px solid #e3e9f0; color: #3f4a5a; font-size: 13px; }
.topbar .wrap { width: min(1560px, calc(100% - 40px)); min-height: 36px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px; }
.topbar .wrap > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.toplinks { display: flex; align-items: center; gap: 20px; font-weight: 800; white-space: nowrap; }
.top-hours { color: #617084; font-weight: 850; }
.top-phone { color: var(--blue); font-size: 20px; line-height: 1; font-weight: 950; letter-spacing: .2px; }
.header { position: sticky; top: 0; z-index: 40; background: #fff; border-bottom: 1px solid #e8eef5; }
.header .wrap { width: min(1560px, calc(100% - 40px)); min-height: 96px; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 38px; }
.brand { display: flex; align-items: center; gap: 13px; min-width: 260px; }
.brand-full { min-width: 250px; }
.brand-logo-img { width: auto; height: 64px; max-width: 285px; flex: 0 0 auto; object-fit: contain; }
.logo { width: 58px; height: 45px; border: 3px solid #111b2a; border-radius: 4px; position: relative; background: #fff; }
.logo:before { content: ""; position: absolute; left: 14px; top: 10px; width: 24px; height: 21px; border: 5px solid var(--blue); border-left-color: transparent; border-bottom-color: transparent; border-radius: 4px; transform: rotate(45deg); }
.logo:after { content: ""; position: absolute; left: 14px; right: 14px; bottom: -10px; height: 4px; border-radius: 99px; background: #111b2a; }
.logo-img { width: 58px; height: 58px; flex: 0 0 auto; object-fit: contain; }
.brand strong { display: block; color: #091525; font-size: 23px; line-height: 1.15; }
.brand small { display: block; color: #3f4c5f; letter-spacing: 5px; margin-top: 4px; }
.nav { min-width: 0; display: flex; justify-content: flex-end; align-items: center; gap: 0; }
.nav a { min-height: 96px; display: flex; align-items: center; padding: 0 clamp(8px, .75vw, 14px); border-bottom: 4px solid transparent; font-size: clamp(14px, .9vw, 16px); font-weight: 900; white-space: nowrap; }
.nav a.active, .nav a:hover { color: var(--blue); border-bottom-color: var(--blue); }
.phone { min-width: 178px; text-align: right; color: var(--blue); font-weight: 950; font-size: 22px; line-height: 1.18; white-space: nowrap; }
.phone span { display: block; color: #697487; font-size: 12px; font-weight: 800; white-space: nowrap; }
.menu { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; color: var(--blue); background: #fff; font-size: 24px; }
.hero { color: #fff; background: linear-gradient(90deg, rgba(4,20,41,.95), rgba(5,42,82,.75), rgba(5,42,82,.16)), var(--hero) center/cover no-repeat; contain: paint; }
.hero .wrap { min-height: 230px; padding: 42px 0; display: flex; align-items: center; }
.hero h1 { margin: 0 0 12px; font-size: clamp(36px, 4.7vw, 54px); line-height: 1.12; }
.hero p { margin: 0; color: rgba(255,255,255,.94); font-size: 20px; font-weight: 900; }
.hero small, .crumb { display: block; margin-bottom: 10px; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 800; }
.home-primary-hero .wrap { min-height: 420px; }
.home-primary-hero .wrap > div { max-width: 860px; }
.home-primary-hero h1 { font-size: clamp(40px, 5.4vw, 64px); letter-spacing: -.02em; }
.home-primary-hero p { max-width: 760px; }
.home-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.home-primary-hero .btn-light { border-color: #fff; }
section { padding: 56px 0; }
.soft { background: var(--soft); }
.title { margin-bottom: 26px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.title h2 { margin: 0; font-size: clamp(26px, 3vw, 36px); line-height: 1.25; }
.title p { margin: 8px 0 0; color: var(--muted); max-width: 680px; }
.mark { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 950; }
.mark:before { content: ""; width: 32px; height: 3px; border-radius: 99px; background: var(--blue); }
.grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card, .side, .price-card, .step-card, .faq-box, .article-card, .contact-box { background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 8px 22px rgba(18, 52, 88, .05); }
.card { padding: 25px; }
.card h3, .price-card h3, .step-card h3, .contact-box h3 { margin: 0 0 8px; font-size: 21px; line-height: 1.35; }
.card p, .price-card p, .step-card p, .article-card p, .contact-box p { margin: 0; color: var(--muted); }
.icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 8px; background: #eaf4ff; color: var(--blue); }
.icon svg { width: 38px; height: 38px; stroke: currentColor; fill: none; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.link { display: inline-flex; margin-top: 16px; color: var(--blue); font-weight: 950; }
.btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: 7px; border: 1px solid transparent; font-weight: 950; cursor: pointer; }
.btn-blue { background: linear-gradient(180deg, #0b72e7, #0758c8); color: #fff; }
.btn-line { background: linear-gradient(180deg, #0a9130, #087f23); color: #fff; }
.btn-yellow { background: var(--yellow); color: #172233; }
.btn-light { background: #fff; color: var(--blue); border-color: #bcd5f4; }
.home-repair-intro { padding-top: 18px; background: #fff; }
.home-repair-grid { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 34px; align-items: start; padding-top: 38px; border-top: 1px solid var(--line); }
.home-repair-copy h2 { margin: 10px 0 16px; font-size: clamp(28px, 3vw, 40px); line-height: 1.25; }
.home-repair-copy p { margin: 0 0 14px; color: #344258; font-size: 17px; font-weight: 700; }
.home-repair-copy p:last-child { margin-bottom: 0; }
.home-repair-panel { padding: 24px; border: 1px solid #bdd7f5; border-radius: 8px; background: linear-gradient(180deg, #f7fbff, #fff); box-shadow: 0 8px 22px rgba(18, 52, 88, .05); }
.home-repair-panel h3 { margin: 0 0 14px; color: var(--blue); font-size: 22px; line-height: 1.35; }
.home-repair-panel ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.home-repair-panel li { padding-left: 18px; position: relative; color: #46566b; font-weight: 750; }
.home-repair-panel li:before { content: ""; position: absolute; left: 0; top: .72em; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.home-repair-panel strong { color: #172233; }
.home-repair-actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 20px; }
.trust-proof-section { background: #fff; }
.trust-proof-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 32px; align-items: start; padding-top: 38px; border-top: 1px solid var(--line); }
.trust-proof-copy h2 { margin: 10px 0 12px; font-size: clamp(28px, 3vw, 40px); line-height: 1.25; }
.trust-proof-copy p { margin: 0 0 16px; color: #344258; font-size: 17px; font-weight: 750; }
.trust-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 2px; }
.trust-badge { display: inline-flex; min-height: 38px; align-items: center; padding: 0 13px; border: 1px solid #bdd7f5; border-radius: 999px; background: #f7fbff; color: var(--blue); font-weight: 950; }
.trust-note { margin-top: 14px; color: var(--muted); font-size: 14px; font-weight: 750; }
.trust-proof-media { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.trust-proof-card { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(18, 52, 88, .05); }
.trust-proof-card img { width: 100%; height: auto; background: #fff; }
.trust-proof-card figcaption { padding: 12px 14px; border-top: 1px solid var(--line); color: #314358; font-weight: 900; line-height: 1.5; }
.about-trust-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-trust-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; align-items: start; }
.about-trust-copy { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.about-trust-copy .card { min-height: 180px; }
.feature-band, .promise { padding: 28px; border: 1px solid #bdd7f5; border-radius: 8px; background: linear-gradient(180deg, #f4f9ff, #fff); }
.feature-row { display: grid; grid-template-columns: repeat(6, 1fr); }
.feature { text-align: center; padding: 16px; border-right: 1px solid #d5e5f5; }
.feature:last-child { border-right: 0; }
.feature .icon { margin: 0 auto 12px; }
.feature strong { display: block; color: var(--blue); }
.feature small { color: var(--muted); }
.service-issues { grid-template-columns: repeat(4, 1fr); }
.issue { min-height: 74px; padding: 16px 18px; display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.service-detail-section { padding-top: 52px; }
.service-detail-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.service-detail-item { background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 8px 22px rgba(18,52,88,.05); padding: 24px; }
.service-detail-item h3 { margin: 0 0 10px; color: var(--blue); font-size: 22px; line-height: 1.35; }
.service-detail-summary { margin: 0 0 16px; color: var(--muted); font-weight: 850; }
.service-detail-copy h2 { margin: 20px 0 8px; font-size: 22px; line-height: 1.35; }
.service-detail-copy h3 { margin: 16px 0 8px; color: var(--text); font-size: 19px; line-height: 1.4; }
.service-detail-copy p { margin: 0 0 12px; color: var(--text); }
.service-detail-copy ul { margin: 0 0 14px; padding-left: 1.3em; color: var(--text); }
.service-detail-copy li { margin-bottom: 6px; }
.service-detail-copy .ai-compact-faq { margin-top: 18px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
.service-detail-copy .ai-compact-faq h2 { margin: 0; padding: 14px 16px; color: var(--blue); font-size: 20px; border-bottom: 1px solid var(--line); }
.service-detail-copy .ai-compact-faq .ai-faq-item { padding: 14px 16px; border-bottom: 1px solid var(--line); }
.service-detail-copy .ai-compact-faq .ai-faq-item:last-child { border-bottom: 0; }
.service-detail-copy .ai-compact-faq .ai-faq-item h3 { margin: 0 0 6px; font-size: 17px; color: var(--text); }
.service-detail-copy .ai-compact-faq .ai-faq-item p { margin: 0; padding: 0; color: var(--muted); }
.service-detail-copy .ai-compact-faq details { border-bottom: 1px solid var(--line); }
.service-detail-copy .ai-compact-faq details:last-child { border-bottom: 0; }
.service-detail-copy .ai-compact-faq summary { padding: 12px 16px; cursor: pointer; font-weight: 900; }
.service-detail-copy .ai-compact-faq p { margin: 0; padding: 0 16px 14px; color: var(--muted); }
.enterprise-section { padding: 64px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #fff, #f7fbff); }
.enterprise-main { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1fr); gap: 40px; align-items: center; }
.enterprise-copy h2 { margin: 10px 0 12px; font-size: clamp(30px, 3.5vw, 46px); line-height: 1.22; }
.enterprise-copy p { margin: 0; color: var(--muted); font-weight: 750; }
.enterprise-copy .enterprise-subtitle { margin-bottom: 10px; color: #314358; font-size: 18px; font-weight: 900; }
.enterprise-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin: 24px 0; border: 1px solid var(--line); background: #fff; }
.enterprise-proof div { padding: 16px; border-right: 1px solid var(--line); }
.enterprise-proof div:last-child { border-right: 0; }
.enterprise-proof strong { display: block; color: var(--blue); font-size: 14px; font-weight: 950; }
.enterprise-proof span { display: block; margin-top: 4px; color: var(--text); font-weight: 900; line-height: 1.45; }
.enterprise-photo { margin: 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 8px 22px rgba(18, 52, 88, .05); }
.enterprise-photo img { width: 100%; height: 420px; object-fit: cover; }
.enterprise-photo figcaption { padding: 14px 16px; border-top: 1px solid var(--line); color: #314358; font-weight: 850; }
.enterprise-content { margin-top: 44px; }
.enterprise-content .title p { max-width: 420px; font-weight: 750; }
.enterprise-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); background: #fff; }
.enterprise-feature-grid article { min-height: 210px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.enterprise-feature-grid article:nth-child(3n) { border-right: 0; }
.enterprise-feature-grid article:nth-last-child(-n + 3) { border-bottom: 0; }
.enterprise-feature-grid small { display: block; margin-bottom: 14px; color: var(--blue); font-weight: 950; }
.enterprise-feature-grid h3 { margin: 0 0 8px; font-size: 21px; }
.enterprise-feature-grid p { margin: 0; color: var(--muted); font-weight: 700; }
.enterprise-bottom { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 28px; margin-top: 44px; align-items: start; }
.enterprise-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); background: #fff; }
.enterprise-flow article { padding: 22px; border-right: 1px solid var(--line); }
.enterprise-flow article:last-child { border-right: 0; }
.enterprise-flow span { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 14px; border: 1px solid var(--blue); color: var(--blue); font-weight: 950; }
.enterprise-flow h3 { margin: 0 0 8px; font-size: 20px; }
.enterprise-flow p { margin: 0; color: var(--muted); font-weight: 700; }
.enterprise-faq { border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; box-shadow: 0 8px 22px rgba(18, 52, 88, .05); }
.enterprise-faq h2 { margin: 0; padding: 18px 20px; border-bottom: 1px solid var(--line); color: var(--blue); font-size: 23px; }
.enterprise-faq details { border-bottom: 1px solid var(--line); }
.enterprise-faq details:last-child { border-bottom: 0; }
.enterprise-faq summary { min-height: 54px; display: flex; align-items: center; padding: 0 18px; color: var(--text); font-weight: 950; cursor: pointer; }
.enterprise-faq p { margin: 0; padding: 0 18px 18px; color: var(--muted); font-weight: 700; }
.cta { border: 1px solid #9fc8f8; border-radius: 8px; padding: 18px; background: #f7fbff; display: grid; grid-template-columns: minmax(240px, 36%) 1fr auto; align-items: center; gap: 22px; }
.cta-title { display: block; margin: 0; color: var(--blue); font-size: 25px; line-height: 1.35; }
.cta p { margin: 2px 0 0; color: #46566b; }
.cta-art { width: 100%; height: 210px; object-fit: cover; border-radius: 7px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; align-items: start; }
.article-list { display: grid; gap: 18px; }
.article-card { display: grid; grid-template-columns: 292px minmax(0, 1fr); overflow: hidden; }
.article-card img { width: 100%; height: 100%; min-height: 180px; object-fit: cover; }
.article-body { padding: 24px 28px; }
.meta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; color: #667588; font-size: 14px; font-weight: 800; }
.tag { display: inline-flex; padding: 3px 10px; border-radius: 999px; color: var(--blue); background: #eaf4ff; font-size: 13px; font-weight: 950; }
.article-card h2, .article-card h3 { margin: 10px 0; font-size: 24px; line-height: 1.35; }
.side { padding: 22px; margin-bottom: 18px; }
.side h3 { margin: 0 0 14px; font-size: 20px; }
.search { display: grid; grid-template-columns: 1fr 48px; gap: 8px; margin-bottom: 18px; }
.search input, .field input, .field select, .field textarea { width: 100%; min-height: 45px; border: 1px solid #d5e2ef; border-radius: 7px; padding: 0 14px; background: #fff; }
.search button { border: 0; border-radius: 7px; background: var(--blue); color: #fff; font-weight: 950; }
.list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.list a, .list li { color: #314358; font-weight: 850; }
.list b { color: var(--blue); margin-right: 7px; }
.price-card { padding: 26px; position: relative; overflow: hidden; }
.num { position: absolute; top: 15px; right: 15px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: #fff; font-size: 13px; font-weight: 950; }
.price-card ul, .checks { padding: 0; margin: 14px 0 0; list-style: none; }
.price-card li, .checks li { display: flex; gap: 8px; margin: 8px 0; color: #46566b; }
.price-card li:before, .checks li:before { content: "✓"; color: var(--blue); font-weight: 950; }
.money { margin-top: 18px; color: var(--blue); font-size: 34px; line-height: 1.2; font-weight: 950; }
.money small { color: var(--muted); font-size: 15px; }
.process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.step-card { text-align: center; padding: 24px 18px; position: relative; }
.step-card .badge { position: absolute; top: 14px; left: 14px; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: #fff; font-weight: 950; }
.step-card .icon { width: 76px; height: 76px; margin: 10px auto 12px; }
.faq-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 28px; align-items: start; }
.faq-nav { position: sticky; top: 110px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 16px; }
.faq-nav a { display: flex; justify-content: space-between; padding: 12px; border-radius: 7px; color: #35455a; font-weight: 900; }
.faq-nav a.active, .faq-nav a:hover { color: var(--blue); background: #eaf4ff; }
.faq-stack { display: grid; gap: 18px; }
.faq-box { overflow: hidden; }
.faq-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; border-bottom: 1px solid var(--line); }
.faq-head h3 { margin: 0; color: var(--blue); }
.faq-item { border-bottom: 1px solid #edf2f7; }
.faq-item:last-child { border-bottom: 0; }
.faq-q { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: space-between; text-align: left; border: 0; background: #fff; padding: 0 22px; font-weight: 950; cursor: pointer; }
.faq-a { display: none; padding: 0 22px 18px; color: var(--muted); }
.faq-item.open .faq-q { color: var(--blue); }
.faq-item.open .faq-a { display: block; }
.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: -28px; position: relative; z-index: 2; }
.contact-info { min-height: 140px; display: flex; align-items: center; gap: 16px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.contact-info .icon { margin: 0; flex: 0 0 auto; }
.contact-info b { color: var(--blue); font-size: 22px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 34px; align-items: start; }
.map { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #eaf4ff; }
.map img, .map iframe { width: 100%; min-height: 318px; display: block; border: 0; object-fit: cover; }
.map-link { display: inline-flex; margin-top: 10px; color: var(--blue); font-weight: 950; }
.route-note { margin-top: 18px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.route-note h3 { margin: 0 0 8px; }
.route-note p { margin: 0 0 14px; color: var(--muted); font-weight: 750; }
.contact-box { padding: 24px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 6px; font-weight: 950; }
.field textarea { min-height: 136px; padding-top: 12px; resize: vertical; }
.agree { display: flex; gap: 8px; align-items: flex-start; margin: 12px 0 18px; color: #4d5a6c; font-size: 14px; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.form-notice { margin: 0 0 16px; padding: 12px 14px; border-radius: 8px; font-weight: 850; }
.form-notice.success { border: 1px solid #b7efc5; background: #ecfdf3; color: #166534; }
.form-notice.error { border: 1px solid #fecaca; background: #fef2f2; color: #991b1b; }
.contact-captcha { display: grid; grid-template-columns: 190px auto minmax(160px, 1fr); gap: 10px; align-items: center; }
.contact-captcha img { width: 190px; height: 64px; border: 1px solid #cfddea; border-radius: 8px; background: #f4f8ff; }
.contact-captcha input { min-width: 0; }
.about-main { display: grid; grid-template-columns: minmax(0, 1fr) 460px; gap: 42px; align-items: start; }
.about-location { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); gap: 34px; align-items: start; }
.about-location p { margin: 8px 0 0; color: var(--muted); font-weight: 850; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 24px; }
.compact-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 420px; }
.stat { text-align: center; padding: 14px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--blue); font-size: 24px; }
.photo { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #eaf4ff; }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.pagination a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; color: var(--blue); font-weight: 900; }
.article-content { max-width: 840px; margin: 0 auto; }
.article-content img { border-radius: 8px; margin: 24px 0; }
.case-detail-section { background: #fff; }
.post-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; align-items: start; }
.post-article { background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 8px 22px rgba(18, 52, 88, .05); overflow: hidden; }
.post-toolbar { padding: 18px 22px; border-bottom: 1px solid var(--line); background: #f7fbff; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.post-toolbar strong { color: var(--blue); font-size: 15px; }
.post-toolbar-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.post-content { padding: clamp(24px, 4vw, 42px); }
.post-main-image, .post-body img { width: 100%; border-radius: 8px; border: 1px solid var(--line); margin: 24px 0; }
.post-main-image { aspect-ratio: 16 / 8.5; object-fit: cover; }
.post-case-main-image {
  max-height: 680px;
  object-fit: contain;
  background: #071827;
}
.post-gallery { display: grid; grid-template-columns: minmax(0, 1fr) 148px; gap: 16px; margin: 24px 0 30px; }
.post-gallery-main { position: relative; min-height: 430px; border-radius: 10px; border: 1px solid var(--line); overflow: hidden; background: #071827; box-shadow: 0 14px 34px rgba(18, 52, 88, .11); }
.post-gallery-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.012); pointer-events: none; transition: opacity .24s ease, transform .24s ease; }
.post-gallery-slide.is-active { opacity: 1; transform: scale(1); pointer-events: auto; }
.post-gallery-slide img { width: 100%; height: 100%; object-fit: contain; border: 0; border-radius: 0; margin: 0; background: #071827; }
.post-gallery-chip, .post-gallery-count { position: absolute; top: 14px; z-index: 3; min-height: 34px; display: inline-flex; align-items: center; border-radius: 999px; padding: 4px 12px; font-size: 13px; font-weight: 950; }
.post-gallery-chip { left: 14px; background: rgba(7, 24, 39, .86); color: #fff; }
.post-gallery-count { right: 14px; background: rgba(255,255,255,.92); color: var(--blue); }
.post-gallery-arrow { position: absolute; top: 50%; z-index: 4; width: 42px; height: 42px; border: 0; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--blue); font-size: 29px; line-height: 1; font-weight: 900; cursor: pointer; box-shadow: 0 8px 20px rgba(7, 24, 39, .18); transform: translateY(-50%); }
.post-gallery-arrow:hover, .post-gallery-arrow:focus-visible { background: var(--blue); color: #fff; outline: none; }
.post-gallery-arrow.prev { left: 14px; }
.post-gallery-arrow.next { right: 14px; }
.post-gallery-thumbs { display: grid; gap: 10px; align-content: start; }
.post-gallery-thumb { position: relative; min-height: 96px; padding: 0; border: 2px solid transparent; border-radius: 9px; overflow: hidden; background: #fff; cursor: pointer; box-shadow: 0 8px 18px rgba(18, 52, 88, .08); }
.post-gallery-thumb img { width: 100%; height: 96px; object-fit: cover; border: 0; border-radius: 0; margin: 0; }
.post-gallery-thumb span { position: absolute; left: 7px; top: 7px; z-index: 1; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 999px; background: rgba(7, 24, 39, .82); color: #fff; font-size: 12px; font-weight: 950; }
.post-gallery-thumb.is-active { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255, 194, 10, .22); }
.post-body h2, .post-body h3 { margin: 32px 0 12px; color: #101b2b; line-height: 1.35; }
.post-body h2 { font-size: clamp(25px, 3vw, 32px); }
.post-body h3 { font-size: 23px; }
.post-body p { margin: 0 0 18px; color: #2c3b4e; }
.post-body ul, .post-body ol { color: #2c3b4e; padding-left: 24px; }
.post-body .ai-article-lead { margin: 0 0 24px; color: #172233; font-size: 20px; font-weight: 850; line-height: 1.85; }
.post-body .ai-case-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 26px 0 30px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fbfcfe; }
.post-body .ai-summary-item { padding: 18px; border-right: 1px solid var(--line); }
.post-body .ai-summary-item:last-child { border-right: 0; }
.post-body .ai-summary-item b { display: block; color: var(--blue); font-size: 14px; margin-bottom: 5px; }
.post-body .ai-summary-item span { display: block; color: var(--text); font-size: 17px; font-weight: 950; line-height: 1.55; }
.post-body .ai-check-flow { display: grid; margin: 18px 0 30px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.post-body .ai-flow-step { display: grid; grid-template-columns: 92px minmax(0, 1fr); border-bottom: 1px solid var(--line); background: #fff; }
.post-body .ai-flow-step:last-child { border-bottom: 0; }
.post-body .ai-flow-step > span { display: grid; place-items: center; color: var(--blue); background: #fbfcfe; border-right: 1px solid var(--line); font-size: 30px; line-height: 1; font-weight: 950; }
.post-body .ai-flow-step > div { padding: 18px 20px; }
.post-body .ai-flow-step b { display: block; margin-bottom: 5px; color: var(--text); font-size: 18px; }
.post-body .ai-flow-step p { margin: 0; color: var(--muted); font-size: 16px; }
.post-body .ai-highlight-box, .post-body .ai-notice-box { margin: 28px 0; padding: 20px 22px; border-radius: 8px; }
.post-body .ai-highlight-box { border: 1px solid #bcd5f4; border-left: 5px solid var(--blue); background: #eef6ff; }
.post-body .ai-notice-box { border: 1px solid #f2cf70; background: #fff8e5; }
.post-body .ai-highlight-box strong, .post-body .ai-notice-box strong { display: block; margin-bottom: 8px; font-size: 20px; }
.post-body .ai-highlight-box strong { color: var(--blue); }
.post-body .ai-notice-box strong { color: #8a5b00; }
.post-body .ai-highlight-box p, .post-body .ai-notice-box p { margin: 0; }
.post-body .ai-advice-list { display: grid; gap: 12px; margin: 18px 0 30px; padding: 0; list-style: none; }
.post-body .ai-advice-list li { padding: 15px 18px; border: 1px solid var(--line); border-radius: 8px; background: #fbfcfe; color: #26374d; font-weight: 850; }
.post-body .ai-compact-faq { margin: 30px 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
.post-body .ai-compact-faq h2 { margin: 0; padding: 18px 22px; border-bottom: 1px solid var(--line); color: var(--blue); font-size: 24px; }
.post-body .ai-compact-faq .ai-faq-item { padding: 18px 22px; border-bottom: 1px solid var(--line); }
.post-body .ai-compact-faq .ai-faq-item:last-child { border-bottom: 0; }
.post-body .ai-compact-faq .ai-faq-item h3 { margin: 0 0 8px; font-size: 20px; color: var(--text); }
.post-body .ai-compact-faq .ai-faq-item p { margin: 0; color: var(--muted); }
.post-body .ai-compact-faq details { border-bottom: 1px solid var(--line); }
.post-body .ai-compact-faq details:last-child { border-bottom: 0; }
.post-body .ai-compact-faq summary { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 22px; cursor: pointer; color: var(--text); font-weight: 950; list-style: none; }
.post-body .ai-compact-faq summary::-webkit-details-marker { display: none; }
.post-body .ai-compact-faq summary:after { content: "+"; color: var(--blue); font-size: 24px; line-height: 1; }
.post-body .ai-compact-faq details[open] summary { color: var(--blue); background: #eef6ff; }
.post-body .ai-compact-faq details[open] summary:after { content: "-"; }
.post-body .ai-compact-faq details p { margin: 0; padding: 0 22px 18px; color: var(--muted); }
.post-body .ai-article-cta { margin-top: 36px; padding: 24px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; border-radius: 8px; background: var(--blue); color: #fff; }
.post-body .ai-article-cta h3,
.post-body .ai-article-cta-title { display: block; margin: 0 0 4px; color: #fff; font-size: 26px; line-height: 1.35; font-weight: 950; }
.post-body .ai-article-cta p { margin: 0; color: rgba(255,255,255,.86); font-size: 16px; }
.post-body .ai-cta-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: 7px; background: #fff; color: var(--blue); font-weight: 950; white-space: nowrap; }
.post-body .ai-photo-gallery { margin: 34px 0; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: #f7fbff; }
.post-body .ai-photo-gallery h2 { margin-top: 0; color: var(--blue); }
.post-body .ai-photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.post-body .ai-photo-item { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.post-body .ai-photo-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; margin: 0; border: 0; border-radius: 0; }
.post-body .ai-photo-item figcaption { padding: 10px 12px; color: var(--muted); font-size: 14px; font-weight: 850; }
.post-reading-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.post-reading-nav a, .post-reading-nav span { min-height: 112px; padding: 18px 20px; border-right: 1px solid var(--line); background: #fbfcfe; display: flex; flex-direction: column; justify-content: center; gap: 6px; }
.post-reading-nav a:last-child, .post-reading-nav span:last-child { border-right: 0; }
.post-reading-nav small { color: var(--muted); font-weight: 900; }
.post-reading-nav strong { color: var(--blue); font-size: 17px; line-height: 1.4; }
.post-reading-nav span strong { color: #7c899a; }
.post-sidebar { position: sticky; top: 110px; }
.post-sidebar .side p { margin: 0 0 14px; color: var(--muted); }
.sidebar-btn { width: 100%; margin-top: 10px; }
.related-cases-section { padding-top: 50px; }
.related-case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.related-case-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 8px 22px rgba(18, 52, 88, .05); overflow: hidden; }
.related-case-card > a { display: block; height: 100%; }
.related-case-card > a:hover h3 { color: var(--blue); }
.related-case-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.related-case-card div { padding: 18px; }
.related-case-card h3 { margin: 10px 0 8px; font-size: 20px; line-height: 1.35; }
.related-case-card p { margin: 0; color: var(--muted); }
@media (min-width: 761px) {
  .home-latest-cases {
    min-height: 526px;
  }
  .home-latest-cases .title {
    min-height: 92px;
  }
  .home-latest-cases .related-case-grid {
    align-items: stretch;
    grid-auto-rows: 1fr;
    min-height: 360px;
  }
  .home-latest-cases .related-case-card {
    min-width: 0;
    min-height: 360px;
  }
  .home-latest-cases .related-case-card > a {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
  }
  .home-latest-cases .related-case-card img {
    display: block;
    aspect-ratio: 16 / 9;
    height: auto;
  }
  .home-latest-cases .related-case-card div {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    min-height: 214px;
  }
  .home-latest-cases .related-case-card h3,
  .home-latest-cases .related-case-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-latest-cases .related-case-card h3 {
    min-height: 54px;
    -webkit-line-clamp: 2;
  }
  .home-latest-cases .related-case-card p {
    min-height: 72px;
    line-height: 1.6;
    -webkit-line-clamp: 3;
  }
  .home-services-section .grid-4,
  .home-trouble-section .service-issues,
  .service-area-section .area-grid,
  .home-feature-section .feature-row {
    grid-auto-rows: 1fr;
  }
  .home-services-section .card {
    min-height: 236px;
  }
  .home-repair-grid {
    min-height: 380px;
  }
}
.service-case-links { padding-top: 34px; }
.service-case-links .title p,
.post-context-heading p { max-width: 680px; margin: 8px 0 0; color: var(--muted); }
.case-category-links { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.case-category-links a { min-height: 48px; display: inline-flex; align-items: center; gap: 9px; padding: 0 16px; border: 1px solid #bcd5f4; border-radius: 999px; background: #fff; color: var(--blue); font-weight: 950; }
.case-category-links span { color: var(--muted); font-size: 14px; font-weight: 850; }
.post-context-links { margin: 32px 0 0; padding: 24px; border-top: 1px solid var(--line); background: #fbfcfe; }
.post-context-heading h2 { margin: 8px 0 0; color: #101b2b; font-size: clamp(24px, 3vw, 30px); line-height: 1.28; }
.context-link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.context-link-card { display: block; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 20px rgba(18,52,88,.04); }
.context-link-card:hover strong { color: var(--blue); }
.context-link-card small { display: inline-flex; margin-bottom: 8px; color: var(--blue); font-weight: 950; }
.context-link-card strong { display: block; margin-bottom: 7px; color: #101b2b; font-size: 19px; line-height: 1.35; }
.context-link-card span { display: block; color: var(--muted); line-height: 1.65; }
.context-link-card.is-primary { border-color: #9fc4f2; background: #eef6ff; }
.service-area-section .title p { max-width: 520px; margin: 0; color: var(--muted); }
.area-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.area-card { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(18,52,88,.05); }
.area-card small { display: inline-flex; margin-bottom: 10px; color: var(--blue); font-weight: 950; }
.area-card h3 { margin: 0 0 10px; color: #101b2b; font-size: 22px; line-height: 1.35; }
.area-card p { margin: 0; color: var(--muted); }
.area-detail { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 28px; align-items: start; }
.area-copy { padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.area-copy h2 { margin: 10px 0 16px; font-size: clamp(28px,3vw,38px); line-height: 1.25; }
.area-copy p { margin: 0 0 16px; color: #2c3b4e; font-size: 18px; line-height: 1.85; }
.area-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 26px; }
.area-services article { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fbfcfe; }
.area-services strong { display: block; margin-bottom: 6px; color: var(--blue); font-size: 17px; }
.area-services span { color: var(--muted); }
.area-aside { position: sticky; top: 110px; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: #eef6ff; }
.area-aside h3 { margin: 0 0 12px; font-size: 24px; }
.area-aside ol { margin: 0 0 18px; padding-left: 22px; color: #2c3b4e; }
.area-aside li { margin: 8px 0; }
.area-aside .btn { width: 100%; margin-top: 10px; }
.content-card-grid,
.download-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.content-card,
.download-card,
.empty-state { border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(18,52,88,.05); overflow: hidden; }
.content-card a,
.download-card a { display: grid; height: 100%; color: inherit; }
.content-card img,
.download-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: #eef4fa; }
.content-card div,
.download-card div { padding: 22px; }
.content-card h3,
.download-card h3 { margin: 8px 0 10px; color: #101b2b; font-size: 22px; line-height: 1.35; }
.content-card p,
.download-card p { margin: 0 0 14px; color: var(--muted); }
.content-card strong,
.download-card strong { color: var(--blue); font-weight: 950; }
.content-date { color: #657387; font-size: 14px; font-weight: 900; }
.download-card dl { display: grid; gap: 8px; margin: 16px 0; padding: 14px; border-radius: 8px; background: #f4f8fc; }
.download-card dl div { display: flex; justify-content: space-between; gap: 12px; padding: 0; }
.download-card dt { color: var(--muted); font-weight: 800; }
.download-card dd { margin: 0; color: #101b2b; font-weight: 950; }
.empty-state { grid-column: 1 / -1; padding: 34px; text-align: center; }
.empty-state h3 { margin: 0 0 8px; color: #101b2b; font-size: 24px; }
.empty-state p { margin: 0; color: var(--muted); }
.single-content { width: min(920px, calc(100% - 40px)); }
.software-detail { width: min(980px, calc(100% - 40px)); }
.software-summary { margin: 24px 0; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: #f7fbff; }
.software-summary h2 { margin: 10px 0; font-size: clamp(28px,3vw,38px); line-height: 1.25; }
.software-summary p { margin: 0 0 18px; color: #2c3b4e; font-size: 18px; }
.software-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 18px 0; }
.software-facts div { padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.software-facts strong { display: block; color: var(--blue); font-size: 14px; }
.software-facts span { display: block; margin-top: 4px; color: #101b2b; font-weight: 950; }
.admin-link { position: fixed; left: 12px; bottom: 12px; z-index: 60; color: transparent; }
footer { padding: 48px 0 24px; background: linear-gradient(180deg, #0b243b, #071827); color: #d6e3ef; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1.1fr; gap: 36px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-title { margin: 0 0 12px; color: #fff; font-size: 20px; line-height: 1.35; font-weight: 950; }
footer p, footer li, footer a { color: #c5d3df; }
footer ul { margin: 0; padding: 0; list-style: none; }
footer li { margin: 6px 0; }
.copyright { text-align: center; padding-top: 20px; color: #a8b8c8; }
.float { position: fixed; right: 18px; top: 180px; z-index: 45; display: grid; gap: 8px; }
.float a { width: 64px; min-height: 54px; display: grid; place-items: center; text-align: center; border-radius: 8px; color: #fff; font-size: 13px; font-weight: 950; box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.float .line { background: var(--green); }
.float .call { background: var(--blue); }
.float .top { background: #384252; }
.mobile-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; grid-template-columns: repeat(2, 1fr); box-shadow: 0 -8px 24px rgba(0,0,0,.14); }
.mobile-cta a { min-height: 58px; display: grid; place-items: center; color: #fff; font-weight: 950; }
.mobile-cta.case-mobile-cta { grid-template-columns: repeat(3, 1fr); }
.mobile-cta .cases { background: #071827; }
.mobile-cta .line { background: var(--green); }
.mobile-cta .call { background: var(--blue); }
.mobile-service-all { display: none; }
@media (max-width: 1320px) {
  .phone { display: none; }
}
@media (max-width: 1100px) {
  .topbar .wrap { grid-template-columns: 1fr; gap: 6px; padding: 8px 0; }
  .toplinks { flex-wrap: wrap; gap: 10px 16px; }
  .phone { display: none; }
  .menu { display: grid; place-items: center; margin-left: auto; }
  .header .wrap { min-height: 74px; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; }
  .nav { position: absolute; left: 20px; right: 20px; top: 74px; display: none; grid-template-columns: repeat(2, 1fr); background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 10px; box-shadow: var(--shadow); }
  .nav.open { display: grid; }
  .nav a { min-height: 44px; padding: 10px 12px; border-bottom: 0; border-radius: 7px; }
  .nav a.active { background: #eaf4ff; }
  .grid-4, .service-issues, .contact-cards, .content-card-grid, .download-grid, .service-detail-list { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .feature-row { grid-template-columns: repeat(3, 1fr); }
  .article-layout, .faq-layout, .contact-layout, .about-main, .about-location, .post-detail-layout, .enterprise-main, .enterprise-bottom, .area-detail, .home-repair-grid, .trust-proof-layout { grid-template-columns: 1fr; }
  .area-grid, .area-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .area-aside { position: static; }
  .enterprise-feature-grid, .enterprise-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .enterprise-feature-grid article:nth-child(3n) { border-right: 1px solid var(--line); }
  .enterprise-feature-grid article:nth-child(2n), .enterprise-flow article:nth-child(2n) { border-right: 0; }
  .faq-nav { position: static; }
  .post-sidebar { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  body { padding-bottom: 58px; }
  .wrap { width: min(100% - 28px, 1180px); }
  .topbar { display: none; }
  .brand { min-width: 0; }
  .brand-full { min-width: 0; }
  .brand-logo-img { width: auto; height: 56px; max-width: 240px; }
  .brand strong { font-size: 18px; }
  .brand small { letter-spacing: 2px; font-size: 12px; }
  .logo { width: 46px; height: 38px; flex: 0 0 auto; }
  .logo-img { width: 46px; height: 46px; }
  section { padding: 44px 0; }
  .home-repair-intro { padding-top: 0; }
  .home-repair-grid { gap: 22px; padding-top: 28px; }
  .home-repair-copy p { font-size: 16px; }
  .home-repair-panel { padding: 20px; }
  .hero .wrap { min-height: 220px; }
  .title { display: block; }
  .grid-2, .grid-3, .grid-4, .service-issues, .contact-cards, .process, .feature-row, .form-grid, .stats, .footer-grid, .post-reading-nav, .related-case-grid, .context-link-grid, .content-card-grid, .download-grid, .software-facts, .post-body .ai-case-summary, .post-body .ai-article-cta, .post-body .ai-photo-grid, .enterprise-proof, .enterprise-feature-grid, .enterprise-flow, .area-grid, .area-services, .service-detail-list, .trust-proof-media, .about-trust-grid, .about-trust-copy { grid-template-columns: 1fr; }
  .enterprise-section { padding: 46px 0; }
  .enterprise-photo img { height: 290px; }
  .enterprise-proof div, .enterprise-feature-grid article, .enterprise-feature-grid article:nth-child(2n), .enterprise-feature-grid article:nth-child(3n), .enterprise-flow article, .enterprise-flow article:nth-child(2n) { border-right: 0; border-bottom: 1px solid var(--line); }
  .enterprise-proof div:last-child, .enterprise-feature-grid article:last-child, .enterprise-flow article:last-child { border-bottom: 0; }
  .feature { border-right: 0; border-bottom: 1px solid #d5e5f5; }
  .feature:last-child { border-bottom: 0; }
  .article-card { grid-template-columns: 1fr; }
  .article-card img { min-height: 190px; }
  .contact-captcha { grid-template-columns: 1fr; }
  .contact-captcha img { width: 190px; max-width: 100%; }
  .post-toolbar { display: block; }
  .post-toolbar-actions { justify-content: stretch; margin-top: 12px; }
  .post-toolbar-actions .btn { width: 100%; }
  .post-gallery { grid-template-columns: 1fr; gap: 10px; margin: 18px 0 24px; }
  .post-gallery-main { min-height: auto; aspect-ratio: 4 / 3; border-radius: 8px; }
  .post-gallery-chip, .post-gallery-count { top: 10px; min-height: 30px; font-size: 12px; }
  .post-gallery-chip { left: 10px; }
  .post-gallery-count { right: 10px; }
  .post-gallery-arrow { width: 38px; height: 38px; font-size: 25px; }
  .post-gallery-arrow.prev { left: 10px; }
  .post-gallery-arrow.next { right: 10px; }
  .post-gallery-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
  .post-gallery-thumb { min-height: 62px; border-radius: 8px; }
  .post-gallery-thumb img { height: 62px; }
  .post-gallery-thumb span { width: 22px; height: 22px; font-size: 11px; }
  .post-reading-nav a, .post-reading-nav span { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); }
  .post-reading-nav a:last-child, .post-reading-nav span:last-child { border-bottom: 0; }
  .post-body .ai-summary-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .post-body .ai-summary-item:last-child { border-bottom: 0; }
  .post-body .ai-flow-step { grid-template-columns: 1fr; }
  .post-body .ai-flow-step > span { min-height: 58px; border-right: 0; border-bottom: 1px solid var(--line); }
  .post-body .ai-cta-button { width: 100%; }
  .related-cases-section .title { display: block; }
  .related-cases-section .title .btn { width: 100%; margin-top: 14px; }
  .service-case-links .title .btn { width: 100%; margin-top: 14px; }
  .case-category-links a { width: 100%; justify-content: space-between; }
  .post-context-links { padding: 18px; }
  .cta { grid-template-columns: 1fr; }
  .cta-actions .btn { width: 100%; margin-top: 10px; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .float { display: none; }
  .mobile-cta { display: grid; }
}

@media (max-width: 760px) {
  .home-latest-cases {
    padding: 28px 0;
  }

  .home-latest-cases .title {
    margin-bottom: 14px;
  }

  .home-latest-cases .title h2,
  .home-services-section .title h2,
  .home-trouble-section .title h2,
  .home-feature-section .title h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  .home-latest-cases .title p {
    font-size: 15px;
    line-height: 1.65;
  }

  .home-latest-cases .title .btn {
    width: 100%;
    margin-top: 12px;
  }

  .home-latest-cases .related-case-card img {
    aspect-ratio: 16 / 9;
  }

  .home-latest-cases .related-case-card div {
    padding: 14px;
  }

  .home-latest-cases .related-case-card h3 {
    font-size: 18px;
  }

  .home-latest-cases .related-case-grid .related-case-card:nth-child(n+3) {
    display: none;
  }

  .home-services-section {
    padding: 24px 0;
  }

  .home-services-section .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
  }

  .mobile-service-all {
    display: inline-flex;
    min-height: 38px;
    padding: 0 12px;
    font-size: 14px;
    white-space: nowrap;
  }

  .home-services-section .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-services-section .card {
    min-height: 72px;
    padding: 12px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
  }

  .home-services-section .card .icon {
    width: 34px;
    height: 34px;
    margin: 0;
  }

  .home-services-section .card .icon svg {
    width: 22px;
    height: 22px;
    stroke-width: 4;
  }

  .home-services-section .card h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
  }

  .home-services-section .card p,
  .home-services-section .card .link {
    display: none;
  }

  .service-area-section,
  .home-repair-intro,
  .service-case-links,
  .home-trouble-section,
  .home-feature-section {
    padding: 28px 0;
  }

  .home-repair-grid {
    gap: 18px;
    padding-top: 22px;
  }

  .home-repair-copy h2 {
    font-size: 24px;
  }

  .home-repair-copy p {
    font-size: 15px;
    line-height: 1.75;
  }

  .home-repair-panel {
    padding: 16px;
  }

  .home-repair-actions {
    grid-template-columns: 1fr;
  }

  .home-trouble-section .service-issues {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-trouble-section .issue {
    min-height: 64px;
    padding: 12px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
  }

  .home-trouble-section .issue .icon {
    width: 34px;
    height: 34px;
    margin: 0;
  }

  .home-trouble-section .issue h3 {
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
  }

  .home-trouble-section .issue span,
  .home-trouble-section .cta {
    display: none;
  }

  .home-feature-section .feature-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-feature-section .feature {
    padding: 12px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .home-feature-section .feature .icon {
    width: 34px;
    height: 34px;
    margin: 0;
  }

  .home-feature-section .feature strong {
    font-size: 15px;
  }

  .home-feature-section .feature small {
    display: none;
  }
}
.footer-legal-links{display:inline-flex;align-items:center;gap:16px}.footer-legal-links a{text-decoration:underline;text-underline-offset:4px}.legal-hero{padding:54px 0 42px;background:#f5f8fb;border-bottom:1px solid #dce6f1}.legal-hero .wrap{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:22px}.legal-hero h1{grid-column:1;margin:0;color:#071827;font-size:clamp(36px,5vw,60px);line-height:1.08;letter-spacing:-.035em}.legal-hero p{grid-column:1;max-width:780px;margin:12px 0 0;color:#52657a;font-size:18px}.legal-hero time{grid-column:2;grid-row:2;align-self:end;color:#52657a;font-weight:800}.legal-kicker{margin:0!important;color:#0758c8!important;font-size:14px!important;font-weight:950;letter-spacing:.08em}.legal-section{padding:54px 0 72px}.legal-layout{display:grid;grid-template-columns:230px minmax(0,760px);justify-content:space-between;gap:64px}.legal-nav{position:sticky;top:122px;align-self:start;border-top:3px solid #0758c8;padding-top:16px}.legal-nav>strong{display:block;margin-bottom:12px;font-size:18px}.legal-nav nav{display:grid}.legal-nav a{padding:9px 0;border-bottom:1px solid #dce6f1;color:#52657a;font-weight:800}.legal-nav a:hover{color:#0758c8}.legal-content{min-width:0}.legal-content section{padding:30px 0;border-top:1px solid #dce6f1}.legal-content section:first-of-type{border-top:0}.legal-content h2{margin:0 0 14px;color:#071827;font-size:25px;line-height:1.35}.legal-content p,.legal-content li{color:#34465a}.legal-content ul{margin:0;padding-left:1.35em}.legal-content li+li{margin-top:8px}.legal-content a{color:#0758c8;text-decoration:underline;text-underline-offset:3px}.legal-lead{margin:0 0 16px;color:#071827!important;font-size:21px;font-weight:800;line-height:1.75}.legal-note{margin:20px 0;padding:20px 22px;border-left:4px solid #0758c8;background:#edf5ff}.legal-note strong{display:block;color:#0758c8;font-size:18px}.legal-note p{margin:6px 0 0}.copyright{display:flex;justify-content:space-between;align-items:center;gap:24px}
@media(max-width:800px){.legal-hero .wrap{display:block}.legal-hero time{display:block;margin-top:18px}.legal-layout{grid-template-columns:1fr;gap:30px}.legal-nav{position:static}.legal-nav nav{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px}.copyright{align-items:flex-start;flex-direction:column;gap:10px}.footer-legal-links{flex-wrap:wrap}}
