:root {
  color-scheme: light;
  --navy: #123d51;
  --navy-deep: #0c3041;
  --ink: #142e39;
  --muted: #62777d;
  --line: #d8e2df;
  --bg: #f2f5f3;
  --surface: #fff;
  --accent: #1b7888;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--bg); }
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: linear-gradient(180deg, #eaf2f0 0, #f7f8f6 300px, var(--bg) 100%);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.9;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 12px max(20px, calc((100vw - 1000px) / 2));
  border-bottom: 1px solid rgba(216, 226, 223, .9);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
}

.home-button {
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  height: 46px;
  border-radius: 15px;
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  box-shadow: 0 7px 18px rgba(18, 61, 81, .18);
}

.topbar-copy { display: flex; flex-direction: column; min-width: 0; line-height: 1.35; }
.topbar-copy strong { font-size: 18px; }
.topbar-copy span { color: var(--muted); font-size: 12px; }
.page-shell { width: min(960px, calc(100% - 40px)); margin: 0 auto; padding: 36px 0 64px; }
.wide-shell { width: min(1180px, calc(100% - 40px)); }

.page-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 24px rgba(26, 58, 66, .05);
}

.page-tabs a {
  min-width: 0;
  border-radius: 11px;
  padding: 10px 8px;
  color: #526b72;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.page-tabs a.active { background: var(--navy); color: #fff; box-shadow: 0 5px 14px rgba(18, 61, 81, .17); }

.policy-document {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--surface);
  box-shadow: 0 18px 48px rgba(26, 58, 66, .09);
}

.document-header {
  padding: 48px 54px 42px;
  background: linear-gradient(135deg, var(--navy-deep), #1a6073);
  color: #fff;
}

.status-label {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  padding: 4px 11px;
  background: rgba(255, 255, 255, .09);
  font-size: 12px;
  font-weight: 700;
}

.document-header h1 {
  margin: 16px 0 10px;
  font-size: clamp(30px, 4.5vw, 46px);
  line-height: 1.25;
  letter-spacing: -.035em;
}

.document-header p { max-width: 720px; margin: 0; color: rgba(255, 255, 255, .78); font-size: 16px; }
.document-section { padding: 38px 54px; border-bottom: 1px solid var(--line); }
.document-section h2 { display: flex; align-items: center; gap: 13px; margin: 0 0 22px; color: var(--navy); font-size: 24px; line-height: 1.35; }
.document-section h2 span { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border-radius: 12px; background: #e5f1f2; color: var(--accent); font-size: 15px; }
.policy-copy { padding-left: 51px; }
.policy-copy p { margin: 0 0 17px; text-align: justify; }
.policy-copy p:last-child { margin-bottom: 0; }
.policy-copy strong { color: var(--navy); font-weight: 750; }
.policy-copy h3 { margin: 28px 0 12px; color: var(--navy); font-size: 18px; }
.policy-copy h3:first-child { margin-top: 0; }
.document-footer { padding: 18px 54px; background: #f5f7f6; color: var(--muted); font-size: 12px; text-align: center; }
.table-section { padding-inline: 36px; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
.policy-table { width: 100%; min-width: 900px; border-collapse: collapse; background: #fff; font-size: 14px; line-height: 1.55; }
.policy-table th, .policy-table td { padding: 13px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: inherit; font-size: inherit; text-align: left; vertical-align: top; }
.policy-table th:last-child, .policy-table td:last-child { border-right: 0; }
.policy-table tbody tr:last-child > * { border-bottom: 0; }
.policy-table thead th { position: sticky; top: 0; z-index: 1; background: var(--navy); color: #fff; font-size: 13px; white-space: nowrap; }
.policy-table tbody th { width: 92px; background: #edf4f3; color: var(--navy); font-weight: 800; }
.policy-table tbody tr:nth-child(even) td { background: #fafcfc; }
.policy-table tbody td, .policy-table tbody td strong { font-family: inherit; font-size: inherit; font-weight: 400; }
.policy-table td:nth-child(2) { min-width: 220px; }
.policy-table td:nth-child(3) { min-width: 200px; color: #496168; }
.policy-table td:last-child { min-width: 250px; color: #183f4c; }
.process-table { min-width: 760px; }
.process-table tbody th { width: 170px; }
.process-table td:nth-child(2) { min-width: 360px; font-weight: 400; }
.process-table td:last-child { min-width: 240px; }
.process-table td strong { color: var(--navy); font-size: 16px; }
.process-table td span { color: var(--muted); }
.process-table ol { margin: 0; padding-left: 22px; }
.notes-section { background: #fbfcfc; }
.note-list { display: grid; gap: 12px; margin: 0; padding-left: 78px; }
.note-list li { padding-left: 5px; }
.note-list li::marker { color: var(--accent); font-weight: 800; }
.note-list strong { color: var(--navy); }
.section-intro { margin: -10px 0 20px 51px; color: var(--muted); }
.route-page-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding: 18px 36px 0; background: #fff; }
.route-page-tabs button { min-height: 44px; border: 1px solid var(--line); border-radius: 13px; background: #f7f9f8; color: #536d74; font: inherit; font-weight: 750; cursor: pointer; }
.route-page-tabs button.active { border-color: var(--navy); background: var(--navy); color: #fff; box-shadow: 0 6px 16px rgba(18, 61, 81, .16); }
.route-page-panel[hidden] { display: none; }
.guide-stack { display: grid; gap: 22px; }
.guide-figure { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 18px; background: #f7f9f8; }
.guide-figure figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 15px 18px; border-bottom: 1px solid var(--line); background: #fff; }
.guide-figure figcaption strong { color: var(--navy); font-size: 18px; }
.guide-figure figcaption span { color: var(--muted); font-size: 13px; text-align: right; }
.guide-figure a { display: block; overflow-x: auto; }
.guide-figure img { display: block; width: 100%; min-width: 760px; height: auto; }
.route-section { background: #fbfcfc; }
.route-brand-tabs { display: flex; gap: 7px; width: 100%; margin: -8px 0 22px; padding: 4px; overflow-x: auto; border-radius: 14px; background: #e9e9eb; scrollbar-width: none; }
.route-brand-tabs::-webkit-scrollbar { display: none; }
.route-brand-tabs button { flex: 0 0 auto; min-height: 36px; border: 0; border-radius: 10px; padding: 0 16px; background: transparent; color: #515154; font: inherit; font-size: 13px; font-weight: 650; cursor: pointer; }
.route-brand-tabs button.active { background: #fff; color: #111; box-shadow: 0 1px 4px rgba(0, 0, 0, .12); }
.route-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.route-card { overflow: hidden; border: 0; border-radius: 24px; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 14px 36px rgba(0, 0, 0, .07); }
.route-card > header { padding: 28px 30px 24px; border-bottom: 1px solid #e5e5e7; background: #fff; }
.brand-identity { display: grid; gap: 2px; }
.brand-identity > span { color: #6e6e73; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.route-card h3 { margin: 0; color: #1d1d1f; font-size: 30px; line-height: 1.2; letter-spacing: -.03em; }
.brand-identity p { margin: 4px 0 0; color: #86868b; font-size: 13px; }
.route-product-section { padding: 24px 30px 8px; }
.route-products { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.route-products li { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(380px, .9fr); gap: 22px; align-items: center; padding: 14px 16px; border: 1px solid #e1e1e4; border-radius: 16px; background: #fbfbfd; }
.route-products strong { min-width: 0; color: #1d1d1f; font-size: 15px; font-weight: 650; line-height: 1.45; }
.product-service-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.route-products .product-service-meta span { display: grid; gap: 2px; min-width: 0; border-radius: 12px; padding: 9px 11px; background: #f5f5f7; color: #3a3a3c; font-size: 12px; line-height: 1.4; white-space: normal; }
.product-service-meta span:first-child { background: #f1f6fc; }
.product-service-meta span:last-child { background: #f0f7f3; }
.product-service-meta small { color: #1d1d1f; font-size: 12px; font-weight: 750; letter-spacing: .01em; }
.product-service-meta span:first-child small { color: #0066cc; }
.product-service-meta span:last-child small { color: #18794e; }
.route-path-block + .route-path-block { border-top: 12px solid #f5f5f7; }
.route-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 16px 30px 30px; }
.route-details > section { overflow: hidden; border-radius: 18px; background: #f5f5f7; }
.route-details > section > header { display: flex; align-items: center; gap: 12px; padding: 18px 20px 14px; }
.route-details > section > header > span { display: grid; place-items: center; flex: 0 0 32px; height: 32px; border-radius: 50%; background: #1d1d1f; color: #fff; font-size: 11px; font-weight: 700; }
.route-details header small { display: block; color: #86868b; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.route-details header h4 { margin: 0; color: #1d1d1f; font-size: 18px; line-height: 1.3; }
.instruction-copy { padding: 0 20px 20px; color: #424245; font-size: 13px; line-height: 1.7; }
.instruction-copy p { margin: 0 0 8px; }
.instruction-copy p:last-child { margin-bottom: 0; }
.instruction-copy p.emphasized { color: #1d1d1f; font-weight: 650; }
.instruction-step { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 8px; margin: 8px 0; }
.instruction-step > b { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #fff; color: #0071e3; font-size: 10px; }
.warranty-rule-figure { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.warranty-rule-figure img { display: block; width: 100%; height: auto; }
.warranty-products-section { background: #f7f7f9; }
.warranty-controls { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 14px; margin-bottom: 22px; }
.warranty-brand-tabs { display: flex; gap: 6px; min-width: 0; padding: 4px; overflow-x: auto; border-radius: 14px; background: #e8e8eb; scrollbar-width: none; }
.warranty-brand-tabs::-webkit-scrollbar { display: none; }
.warranty-brand-tabs button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; flex: 1 0 auto; min-height: 40px; border: 0; border-radius: 10px; padding: 0 15px; background: transparent; color: #515154; font: inherit; font-size: 13px; font-weight: 650; cursor: pointer; }
.warranty-brand-tabs button span { color: #86868b; font-size: 11px; font-weight: 600; }
.warranty-brand-tabs button.active { background: #fff; color: #111; box-shadow: 0 1px 4px rgba(0, 0, 0, .12); }
.warranty-search { display: flex; align-items: center; gap: 8px; min-height: 48px; border: 1px solid #d2d2d7; border-radius: 14px; padding: 0 14px; background: #fff; color: #6e6e73; }
.warranty-search input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: #1d1d1f; font: inherit; }
.warranty-policy-filters { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; }
.warranty-policy-filters label { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 10px; min-width: 0; min-height: 48px; border: 1px solid #d2d2d7; border-radius: 14px; padding: 0 14px; background: #fff; }
.warranty-policy-filters label > span { color: #1d1d1f; font-size: 12px; font-weight: 800; white-space: nowrap; }
.warranty-policy-filters select { min-width: 0; width: 100%; border: 0; outline: 0; padding: 8px 28px 8px 8px; background: transparent; color: #515154; font: inherit; font-size: 13px; text-overflow: ellipsis; cursor: pointer; }
.warranty-result-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 0 2px 13px; }
.warranty-result-head strong { color: #1d1d1f; font-size: 17px; }
.warranty-result-head span { color: #86868b; font-size: 12px; }
.warranty-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.warranty-card { display: flex; overflow: hidden; flex-direction: column; border: 1px solid #e1e1e4; border-radius: 18px; background: #fff; box-shadow: 0 3px 12px rgba(0, 0, 0, .035); }
.warranty-card h3 { min-height: 70px; margin: 0; padding: 20px 20px 15px; color: #1d1d1f; font-size: 16px; line-height: 1.45; }
.warranty-card dl { display: grid; flex: 1; margin: 0; }
.warranty-card dl > div { display: grid; grid-template-columns: 90px minmax(0, 1fr); border-top: 1px solid #ededf0; }
.warranty-card dt { padding: 14px 16px; background: #f7f7f9; color: #1d1d1f; font-size: 13px; font-weight: 800; }
.warranty-card dl > div dt { background: #eef7f2; color: #18794e; }
.warranty-card dd { margin: 0; padding: 14px 16px; color: #3a3a3c; font-size: 13px; line-height: 1.65; }
.warranty-empty { grid-column: 1 / -1; border-radius: 18px; padding: 50px 20px; background: #fff; color: #86868b; text-align: center; }
.service-view-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; padding: 8px 36px; border-bottom: 1px solid var(--line); background: #f5f5f7; }
.service-view-tabs button { min-height: 44px; border: 0; border-radius: 12px; background: transparent; color: #6e6e73; font: inherit; font-size: 14px; font-weight: 750; cursor: pointer; }
.service-view-tabs button.active { background: #fff; color: #1d1d1f; box-shadow: 0 1px 5px rgba(0, 0, 0, .12); }
[data-service-panel][hidden] { display: none; }
.service-products-section { background: #f7f7f9; }
.service-controls { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 10px; margin-bottom: 22px; }
.service-brand-tabs { display: flex; gap: 6px; min-width: 0; padding: 4px; overflow-x: auto; border-radius: 14px; background: #e8e8eb; scrollbar-width: none; }
.service-brand-tabs::-webkit-scrollbar { display: none; }
.service-brand-tabs button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; flex: 1 0 auto; min-height: 40px; border: 0; border-radius: 10px; padding: 0 15px; background: transparent; color: #515154; font: inherit; font-size: 13px; font-weight: 650; cursor: pointer; }
.service-brand-tabs button span { color: #86868b; font-size: 11px; }
.service-brand-tabs button.active { background: #fff; color: #111; box-shadow: 0 1px 4px rgba(0, 0, 0, .12); }
.service-search, .service-select { display: flex; align-items: center; gap: 9px; min-width: 0; min-height: 48px; border: 1px solid #d2d2d7; border-radius: 14px; padding: 0 14px; background: #fff; }
.service-search { color: #6e6e73; }
.service-search input, .service-select select { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: #1d1d1f; font: inherit; font-size: 13px; }
.service-select > span { color: #1d1d1f; font-size: 12px; font-weight: 800; white-space: nowrap; }
.service-select select { padding: 8px 26px 8px 4px; color: #515154; text-overflow: ellipsis; cursor: pointer; }
.service-result-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 0 2px 13px; }
.service-result-head strong { color: #1d1d1f; font-size: 17px; }
.service-result-head span { color: #86868b; font-size: 12px; }
.service-product-list { display: grid; gap: 14px; }
.service-product-card { overflow: hidden; border: 1px solid #e1e1e4; border-radius: 20px; background: #fff; box-shadow: 0 3px 14px rgba(0, 0, 0, .04); }
.service-product-card > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 22px 24px 18px; border-bottom: 1px solid #ededf0; }
.service-product-card > header span { display: inline-flex; border-radius: 999px; padding: 3px 9px; background: #edf4f7; color: #23627a; font-size: 11px; font-weight: 750; }
.service-product-card h3 { margin: 8px 0 0; color: #1d1d1f; font-size: 18px; line-height: 1.4; }
.coverage { flex: 0 0 auto; border-radius: 999px; padding: 5px 11px; font-size: 12px; white-space: nowrap; }
.coverage.included { background: #eaf6ef; color: #18794e; }
.coverage.excluded { background: #f0f0f2; color: #6e6e73; }
.service-settlement-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-settlement-columns > section { min-width: 0; padding: 20px 24px 24px; }
.service-settlement-columns > section + section { border-left: 1px solid #ededf0; }
.service-settlement-columns h4 { margin: 0 0 13px; font-size: 16px; }
.install-settlement h4 { color: #0066cc; }
.after-settlement h4 { color: #18794e; }
.service-settlement-columns dl { display: grid; gap: 10px; margin: 0; }
.service-settlement-columns dl > div { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 12px; }
.service-settlement-columns dt { color: #86868b; font-size: 12px; font-weight: 700; }
.service-settlement-columns dd { min-width: 0; margin: 0; color: #3a3a3c; font-size: 13px; line-height: 1.65; overflow-wrap: anywhere; }
.service-settlement-columns .fee-value { color: #1d1d1f; font-weight: 700; }
.service-empty { border-radius: 18px; padding: 50px 20px; background: #fff; color: #86868b; text-align: center; }

.image-view-actions { display: flex; justify-content: flex-end; margin: 0 0 16px; }
.image-view-actions button { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; border: 1px solid #bed6dc; border-radius: 14px; padding: 8px 15px; background: linear-gradient(145deg, #eff8f8, #fff); color: var(--navy); font: inherit; cursor: pointer; box-shadow: 0 6px 18px rgba(18, 61, 81, .08); }
.image-view-actions button b { font-size: 14px; }
.image-view-actions button span { color: var(--muted); font-size: 12px; font-weight: 600; }
.policy-image-viewer[hidden] { display: none; }
.policy-image-viewer { position: fixed; inset: 0; z-index: 1000; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; background: rgba(7, 24, 32, .96); color: #fff; }
.policy-image-viewer__bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 62px; padding: max(10px, env(safe-area-inset-top)) 16px 10px; background: rgba(10, 47, 62, .92); backdrop-filter: blur(16px); }
.policy-image-viewer__bar strong { min-width: 0; overflow: hidden; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
.policy-image-viewer__bar button, .policy-image-viewer__save { display: inline-flex; align-items: center; justify-content: center; min-width: 46px; min-height: 42px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 13px; padding: 0 15px; background: rgba(255, 255, 255, .1); color: #fff; font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; }
.policy-image-viewer__canvas { overflow: auto; padding: 12px; overscroll-behavior: contain; touch-action: pan-x pan-y pinch-zoom; }
.policy-image-viewer__canvas img { display: block; width: min(100%, 1180px); height: auto; margin: 0 auto; border-radius: 12px; background: #fff; box-shadow: 0 18px 48px rgba(0, 0, 0, .28); }
.policy-image-viewer__footer { display: grid; padding: 10px 16px max(10px, env(safe-area-inset-bottom)); background: rgba(10, 47, 62, .92); }
.policy-image-viewer__save { width: 100%; border-color: #61cfc7; background: #fff; color: var(--navy); }
body.policy-image-viewer-open { overflow: hidden; }

html.capture-mode, html.capture-mode body { width: 1200px; min-width: 1200px; background: #fff; }
html.capture-mode .topbar, html.capture-mode .page-tabs, html.capture-mode .service-view-tabs, html.capture-mode .notes-section, html.capture-mode .document-footer, html.capture-mode .image-view-actions { display: none !important; }
html.capture-mode .page-shell, html.capture-mode .wide-shell { width: 1200px; margin: 0; padding: 0; }
html.capture-mode .policy-document { overflow: visible; border: 0; border-radius: 0; box-shadow: none; }
html.capture-mode .document-header { padding: 38px 46px 34px; }
html.capture-mode .document-header h1 { margin: 0 0 8px; font-size: 39px; }
html.capture-mode .document-section { padding: 32px 34px 38px; border: 0; }
html.capture-mode .document-section h2 { margin-bottom: 18px; }
html.capture-mode .table-scroll { overflow: visible; }
html.capture-mode .policy-table { min-width: 0; }

@media (max-width: 700px) {
  body { font-size: 15px; line-height: 1.8; }
  .topbar { min-height: 68px; padding: 10px 14px; }
  .home-button { flex-basis: 44px; height: 44px; }
  .topbar-copy strong { font-size: 16px; }
  .page-shell { width: min(100% - 24px, 960px); padding: 16px 0 36px; }
  .wide-shell { width: min(100% - 24px, 1180px); }
  .page-tabs { display: flex; gap: 4px; margin-bottom: 12px; padding: 5px; overflow-x: auto; scrollbar-width: none; }
  .page-tabs::-webkit-scrollbar { display: none; }
  .page-tabs a { flex: 0 0 auto; min-width: 86px; padding: 9px 8px; font-size: 11px; }
  .policy-document { border-radius: 20px; }
  .document-header { padding: 30px 22px 27px; }
  .document-header h1 { font-size: 29px; }
  .document-header p { font-size: 14px; }
  .document-section { padding: 26px 20px; }
  .document-section h2 { gap: 10px; margin-bottom: 17px; font-size: 21px; }
  .document-section h2 span { flex-basis: 34px; height: 34px; }
  .policy-copy { padding-left: 0; }
  .policy-copy p { margin-bottom: 15px; text-align: left; }
  .policy-copy h3 { margin-top: 24px; font-size: 17px; }
  .document-footer { padding: 16px 20px; }
  .table-section { padding-inline: 12px; }
  .table-section h2 { padding-inline: 8px; }
  .table-scroll { border-radius: 13px; }
  .policy-table { font-size: 13px; }
  .policy-table th, .policy-table td { padding: 11px 12px; }
  .notes-section { padding-inline: 18px; }
  .note-list { padding-left: 24px; }
  .section-intro { margin: -7px 0 16px; }
  .route-page-tabs { gap: 5px; padding: 12px 12px 0; }
  .route-page-tabs button { min-height: 40px; padding: 0 5px; font-size: 13px; }
  .guide-section, .route-section { padding-inline: 12px; }
  .guide-section h2, .route-section h2, .guide-section .section-intro, .route-section .section-intro { margin-left: 8px; margin-right: 8px; }
  .route-brand-tabs { margin: -5px 0 16px; }
  .route-brand-tabs button { min-height: 34px; padding: 0 13px; font-size: 12px; }
  .guide-figure { border-radius: 14px; }
  .guide-figure figcaption { align-items: flex-start; flex-direction: column; gap: 1px; padding: 12px 14px; }
  .guide-figure figcaption strong { font-size: 16px; }
  .guide-figure figcaption span { text-align: left; }
  .guide-figure img { min-width: 700px; }
  .route-grid { grid-template-columns: 1fr; gap: 12px; }
  .route-card { border-radius: 20px; }
  .route-card > header { padding: 22px 20px 19px; }
  .route-card h3 { font-size: 26px; }
  .route-product-section { padding: 18px 20px 6px; }
  .route-products li { grid-template-columns: 1fr; gap: 10px; padding: 14px 0; }
  .product-service-meta { grid-template-columns: 1fr; }
  .route-details { grid-template-columns: 1fr; gap: 10px; padding: 13px 20px 22px; }
  .warranty-rule-section, .warranty-products-section { padding-inline: 12px; }
  .warranty-rule-section h2, .warranty-products-section h2 { margin-inline: 8px; }
  .warranty-rule-figure { border-radius: 14px; }
  .warranty-controls { grid-template-columns: 1fr; gap: 10px; }
  .warranty-brand-tabs button { min-height: 38px; padding: 0 13px; font-size: 12px; }
  .warranty-search { min-height: 44px; }
  .warranty-policy-filters { grid-template-columns: 1fr; gap: 8px; }
  .warranty-policy-filters label { min-height: 44px; padding: 0 12px; }
  .warranty-grid { grid-template-columns: 1fr; gap: 10px; }
  .warranty-card { border-radius: 16px; }
  .warranty-card h3 { min-height: 0; padding: 17px 16px 13px; font-size: 15px; }
  .warranty-card dl > div { grid-template-columns: 82px minmax(0, 1fr); }
  .warranty-card dt, .warranty-card dd { padding: 12px 13px; }
  .service-view-tabs { padding: 7px 12px; }
  .service-view-tabs button { min-height: 40px; font-size: 13px; }
  .service-products-section { padding-inline: 12px; }
  .service-products-section h2 { margin-inline: 8px; }
  .service-controls { grid-template-columns: 1fr; gap: 8px; }
  .service-brand-tabs button { min-height: 38px; padding: 0 13px; font-size: 12px; }
  .service-search, .service-select { min-height: 44px; padding: 0 12px; }
  .service-product-card { border-radius: 17px; }
  .service-product-card > header { padding: 18px 16px 15px; }
  .service-product-card h3 { font-size: 16px; }
  .service-settlement-columns { grid-template-columns: 1fr; }
  .service-settlement-columns > section { padding: 17px 16px 19px; }
  .service-settlement-columns > section + section { border-top: 8px solid #f5f5f7; border-left: 0; }
  .service-settlement-columns dl > div { grid-template-columns: 76px minmax(0, 1fr); gap: 9px; }
  .image-view-actions { justify-content: stretch; margin-bottom: 13px; }
  .image-view-actions button { width: 100%; justify-content: space-between; min-height: 48px; padding-inline: 14px; }
  .policy-image-viewer__canvas { padding: 8px; }
  .policy-image-viewer__canvas img { width: 100%; border-radius: 9px; }
}

@media (max-width: 380px) {
  .topbar-copy span { display: none; }
  .document-header h1 { font-size: 26px; }
  .document-section { padding-inline: 17px; }
}

/* Match the product library header across toolbox modules. */
.topbar{border-bottom:0;border-radius:0 0 24px 24px;background:linear-gradient(135deg,var(--navy),#1c6177);color:#fff;box-shadow:0 8px 24px rgba(18,61,81,.16);backdrop-filter:none}
.home-button{background:rgba(255,255,255,.10);box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}
.topbar-copy span{color:#d7e8ec}
