:root {
  --ink: #141b24;
  --ink-2: #273442;
  --muted: #657080;
  --line: #d8dee7;
  --paper: #f7f8fa;
  --paper-2: #edf1f5;
  --surface: #ffffff;
  --accent: #0f6f66;
  --accent-2: #0a504a;
  --steel: #40566a;
  --dark: #111923;
  --radius: 8px;
  --shadow: 0 18px 40px rgba(20, 27, 36, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, "IBM Plex Sans", "Noto Sans", "Noto Sans SC", "Noto Sans TC",
    system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

select {
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  padding: 0 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(20, 27, 36, 0.12);
  background: rgba(247, 248, 250, 0.96);
}

.brand,
.main-nav,
.header-actions,
.hero-actions,
.footer-links,
.meter-row,
.model-strip {
  display: flex;
  align-items: center;
}

.brand {
  gap: 11px;
  min-width: 158px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  flex: 0 0 auto;
}

.brand-mark img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand-text strong,
.brand-text small {
  display: block;
}

.brand-text strong {
  font-size: 17px;
}

.brand-text small {
  color: var(--muted);
  font-size: 12px;
}

.main-nav {
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
}

.main-nav a:hover,
.main-nav a[aria-current="page"],
.text-link:hover,
.footer-links a:hover {
  color: var(--accent);
}

.header-actions {
  gap: 12px;
}

.text-link {
  color: var(--muted);
  font-size: 14px;
}

.button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 750;
}

.button-dark {
  background: var(--ink);
  color: #fff;
}

.button-dark:hover {
  background: var(--accent-2);
}

.button-light {
  border-color: rgba(20, 27, 36, 0.18);
  background: var(--surface);
  color: var(--ink);
}

.button-light:hover {
  border-color: rgba(15, 111, 102, 0.42);
  color: var(--accent-2);
}

.large {
  min-height: 48px;
  padding-inline: 22px;
}

.full {
  width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(370px, 0.78fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
  min-height: calc(100dvh - 72px);
  padding: clamp(58px, 8vw, 98px) clamp(18px, 5vw, 72px);
}

.hybrid-hero {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 0.86fr);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(237, 241, 245, 0.74)),
    var(--paper);
}

.hybrid-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(20, 27, 36, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 27, 36, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.55), transparent 74%);
}

.hybrid-hero > * {
  position: relative;
}

.hero-image {
  position: relative;
  overflow: hidden;
  min-height: clamp(482px, 39vw, 548px);
  padding: clamp(18px, 2vw, 24px) clamp(18px, 5vw, 72px) 124px;
  background: var(--surface);
}

.hero-image-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 536px) minmax(360px, 1fr);
  gap: clamp(8px, 1.8vw, 22px);
  align-items: center;
  max-width: 1360px;
  margin: 0 auto;
  transform: translateY(4px);
}

.hero-image-shell::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(58%, 790px);
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 68%, rgba(255, 255, 255, 0.55) 88%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}

.hero-image-copy {
  position: relative;
  z-index: 3;
  max-width: 548px;
  padding-top: 0;
}

.hero-image h1 {
  max-width: 540px;
  font-size: clamp(35px, 3.9vw, 53px);
  line-height: 0.96;
  margin-bottom: 10px;
}

.hero-image .lead {
  max-width: 510px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.48;
}

.hero-image .proof-list {
  margin-top: 14px;
  gap: 18px;
}

.hero-image .hero-note {
  max-width: 480px;
  margin-top: 8px;
  font-size: 12px;
}

.hero-focus-visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0;
  min-height: 476px;
  margin-left: -72px;
}

.hero-focus-visual::before {
  position: absolute;
  inset: 0 auto 0 -10px;
  width: 196px;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.92) 36%, rgba(255, 255, 255, 0.58) 68%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.hero-focus-frame {
  position: relative;
  width: min(100%, 700px);
  aspect-ratio: 1.38 / 1;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 10px 24px rgba(20, 27, 36, 0.08);
  background: #d7e0eb;
  transform: translateY(34px);
}

.hero-focus-frame::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.02) 18%, rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 76%, rgba(247, 248, 250, 0.24) 100%);
  z-index: 1;
}

.hero-focus-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.console-overview {
  padding-top: 0;
  background: linear-gradient(180deg, #f7f8fa 0%, #f2f4f7 100%);
}

.console-overview-shell {
  max-width: 1360px;
  margin: -172px auto 0;
  padding: 0;
  border-radius: 22px 22px 0 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  z-index: 4;
}

.console-overview-shell::before {
  display: none;
}

.console-overview-panel {
  max-width: none;
  margin: 0 auto;
  border: 1px solid rgba(20, 27, 36, 0.08);
  border-radius: 20px 20px 0 0;
  box-shadow: 0 18px 46px rgba(20, 27, 36, 0.12);
}

.hero-copy {
  max-width: 850px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-2);
  font-size: 13px;
  font-weight: 800;
}

h1,
h2,
h3,
p,
figure,
ul {
  margin-top: 0;
}

h1 {
  max-width: 860px;
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(38px, 4.8vw, 62px);
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  max-width: 780px;
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.11;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.22;
}

.lead,
.section p,
.contact-card p {
  color: var(--muted);
  text-wrap: pretty;
}

.lead {
  max-width: 710px;
  margin-bottom: 28px;
  font-size: 18px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
}

.meter-row span,
.model-strip span {
  border: 1px solid rgba(20, 27, 36, 0.12);
  border-radius: 7px;
  background: var(--surface);
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 750;
}

.hero-note {
  max-width: 620px;
  margin-top: 18px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.proof-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 760px;
  margin: 28px 0 0;
}

.proof-list div {
  border-top: 1px solid rgba(20, 27, 36, 0.16);
  padding-top: 10px;
}

.proof-list dt {
  margin-bottom: 5px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
}

.proof-list dd {
  margin: 0;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 720;
}

.hero-console {
  overflow: hidden;
  border: 1px solid rgba(20, 27, 36, 0.12);
  border-radius: var(--radius);
  background: #111923;
  box-shadow: 0 28px 70px rgba(20, 27, 36, 0.18);
  color: #f7f8fa;
}

.console-topbar,
.console-ledger {
  padding: 18px;
}

.console-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
  align-items: center;
  border-bottom: 1px solid rgba(247, 248, 250, 0.12);
  background: rgba(255, 255, 255, 0.035);
}

.console-topbar span,
.console-metric span,
.console-table span,
.console-ledger span,
.ops-board-header span,
.ops-task span,
.callback-log span {
  color: rgba(247, 248, 250, 0.76);
  font-size: 12px;
  font-weight: 800;
}

.console-topbar strong {
  grid-column: 1;
  color: #fff;
  font-size: 20px;
}

.console-topbar mark,
.console-table mark,
.ops-task mark {
  width: fit-content;
  border-radius: 999px;
  background: rgba(149, 201, 193, 0.14);
  color: #a6ddd5;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 850;
}

.console-topbar mark {
  grid-row: 1 / span 2;
  grid-column: 2;
}

.console-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(247, 248, 250, 0.1);
}

.console-metric {
  min-height: 118px;
  background: #111923;
  padding: 18px;
}

.console-metric strong {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.console-metric small {
  color: rgba(247, 248, 250, 0.62);
  font-size: 12px;
}

.console-table {
  display: grid;
  padding: 14px;
  gap: 8px;
}

.console-table div {
  display: grid;
  grid-template-columns: 1.2fr 0.82fr 0.52fr;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(247, 248, 250, 0.1);
  border-radius: 7px;
  padding: 11px 12px;
}

.console-table div:first-child {
  border-color: transparent;
  padding-block: 4px;
}

.console-table strong {
  color: #f7f8fa;
  font-size: 14px;
}

.console-table div:nth-child(3) mark {
  background: rgba(217, 161, 87, 0.16);
  color: #f0c58b;
}

.console-ledger {
  border-top: 1px solid rgba(247, 248, 250, 0.12);
}

.console-ledger span,
.console-ledger strong {
  display: block;
}

.console-ledger strong {
  max-width: 480px;
  margin-top: 6px;
  color: #fff;
  font-size: 20px;
  line-height: 1.18;
}

.hero-media {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  margin: 0;
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.hero-media img,
.video-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(20, 27, 36, 0.28);
}

.hero-media figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  color: #fff;
}

.hero-media span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.hero-media strong {
  display: block;
  max-width: 430px;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.1;
}

.section {
  padding: clamp(56px, 7vw, 92px) clamp(18px, 5vw, 72px);
}

.page-hero {
  padding: clamp(68px, 9vw, 118px) clamp(18px, 5vw, 72px) clamp(44px, 6vw, 70px);
}

.page-hero-visual {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.page-hero h1 {
  max-width: 960px;
}

.page-hero .lead {
  max-width: 780px;
  margin-bottom: 0;
}

.page-hero-visual .lead {
  margin-bottom: 26px;
}

.quick-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quick-points span {
  border: 1px solid rgba(20, 27, 36, 0.12);
  border-radius: 6px;
  background: var(--surface);
  padding: 9px 11px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 780;
}

.visual-frame {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  margin: 0;
  border: 1px solid rgba(20, 27, 36, 0.12);
  border-radius: var(--radius);
  background: var(--dark);
  box-shadow: var(--shadow);
}

.visual-frame::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 18%),
    linear-gradient(90deg, rgba(17, 25, 35, 0.24), transparent 40%);
}

.visual-frame img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.compact-section {
  padding-top: clamp(42px, 5vw, 64px);
  padding-bottom: clamp(42px, 5vw, 64px);
}

.muted-section {
  background: var(--paper-2);
}

.section-title {
  max-width: 780px;
}

.why-section,
.start-section {
  background: var(--surface);
}

.why-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.reason-grid {
  display: grid;
  gap: 12px;
}

.reason-grid article,
.video-lanes article,
.path-grid article,
.contact-card {
  border: 1px solid rgba(20, 27, 36, 0.12);
  border-radius: var(--radius);
  background: var(--surface);
}

.reason-grid article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  column-gap: 16px;
  padding: 20px;
}

.reason-grid span {
  grid-row: span 2;
  color: var(--accent);
  font-size: 13px;
  font-weight: 850;
}

.reason-grid p,
.video-lanes p,
.path-grid p {
  margin-bottom: 0;
  font-size: 15px;
}

.video-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  background: var(--surface);
}

.video-ops-board {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(20, 27, 36, 0.12);
  border-radius: var(--radius);
  background: var(--dark);
  padding: clamp(18px, 3vw, 28px);
  box-shadow: var(--shadow);
}

.ops-board-header {
  display: grid;
  gap: 16px;
  margin-bottom: 8px;
}

.ops-board-header strong {
  color: #f7f8fa;
  font-size: clamp(22px, 3vw, 30px);
}

.ops-task {
  display: grid;
  grid-template-columns: minmax(120px, 0.82fr) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(247, 248, 250, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.04);
  padding: 14px;
}

.ops-task.active {
  border-color: rgba(149, 201, 193, 0.36);
  background: rgba(149, 201, 193, 0.08);
}

.ops-task.warning mark {
  background: rgba(217, 161, 87, 0.16);
  color: #f0c58b;
}

.ops-task strong,
.callback-log strong {
  color: #f7f8fa;
  font-size: 14px;
}

.callback-log {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.callback-log div {
  border: 1px solid rgba(247, 248, 250, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.04);
  padding: 14px;
}

.callback-log span,
.callback-log strong {
  display: block;
}

.callback-log strong {
  margin-top: 8px;
}

.video-media {
  overflow: hidden;
  height: clamp(360px, 48vw, 610px);
  border-radius: var(--radius);
  background: var(--paper-2);
}

.ops-media {
  border: 1px solid rgba(20, 27, 36, 0.1);
  box-shadow: var(--shadow);
}

.video-copy > p {
  max-width: 650px;
  font-size: 17px;
}

.video-lanes {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.video-lanes article {
  padding: 18px;
}

.access-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(440px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: var(--dark);
  color: #f7f8fa;
}

.access-section h2,
.access-section h3,
.route-column strong {
  color: #f7f8fa;
}

.access-section p,
.route-column span,
.route-column li {
  color: rgba(247, 248, 250, 0.72);
}

.access-section .eyebrow {
  color: #95c9c1;
}

.access-copy > p {
  max-width: 640px;
  font-size: 17px;
}

.route-board {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 0.8fr;
  gap: 12px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(247, 248, 250, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.route-column {
  min-height: 190px;
  border: 1px solid rgba(247, 248, 250, 0.15);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.route-ledger {
  grid-column: 1 / -1;
  border: 1px solid rgba(149, 201, 193, 0.28);
  border-radius: var(--radius);
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.035);
}

.route-ledger span,
.route-ledger strong {
  display: block;
}

.route-ledger span {
  margin-bottom: 5px;
  color: rgba(247, 248, 250, 0.64);
  font-size: 12px;
  font-weight: 800;
}

.route-ledger strong {
  color: #f7f8fa;
  font-size: 15px;
}

.route-column.active {
  border-color: rgba(149, 201, 193, 0.48);
  background: rgba(149, 201, 193, 0.1);
}

.route-column span,
.route-column strong {
  display: block;
}

.route-column span {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
}

.route-column ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.route-column li {
  margin-top: 6px;
  font-size: 14px;
}

.beyond-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 22px clamp(28px, 5vw, 70px);
  align-items: end;
  background: var(--paper-2);
}

.beyond-section > p {
  grid-column: 2;
  margin-bottom: 0;
  max-width: 640px;
}

.model-strip {
  flex-wrap: wrap;
  gap: 10px;
}

.model-strip span,
.meter-row span {
  padding: 9px 11px;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.service-grid,
.billing-grid,
.detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.service-grid article,
.billing-grid article,
.detail-grid article,
.status-card,
.note-panel,
.intake-panel,
.docs-content section,
.catalogue-list article {
  border: 1px solid rgba(20, 27, 36, 0.12);
  border-radius: var(--radius);
  background: var(--surface);
}

.service-grid article,
.billing-grid article,
.detail-grid article {
  padding: 22px;
}

.service-grid span,
.billing-grid span {
  display: inline-block;
  margin-top: 18px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
}

.billing-grid article > span {
  margin-top: 0;
  margin-bottom: 22px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.filter-bar span {
  border: 1px solid rgba(20, 27, 36, 0.12);
  border-radius: 7px;
  background: var(--surface);
  padding: 10px 12px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 750;
}

.catalogue-list {
  display: grid;
  gap: 18px;
}

.table-first-section .section-header {
  margin-bottom: 24px;
}

.catalogue-list article {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 26px;
  padding: 24px;
}

.route-table {
  display: grid;
  border: 1px solid rgba(20, 27, 36, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
}

.route-table.compact {
  border-color: rgba(20, 27, 36, 0.1);
}

.table-row {
  display: grid;
  grid-template-columns: 1.1fr 1.35fr 1fr 1fr;
  gap: 14px;
  align-items: center;
  padding: 15px 18px;
  border-top: 1px solid rgba(20, 27, 36, 0.1);
  color: var(--muted);
  font-size: 14px;
}

.mini-table {
  margin-top: 24px;
}

.mini-table .table-row {
  grid-template-columns: 1.1fr 0.9fr 1fr;
}

.table-row:first-child {
  border-top: 0;
}

.table-row span:first-child {
  color: var(--ink);
  font-weight: 760;
}

.table-row mark {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: rgba(15, 111, 102, 0.1);
  color: var(--accent-2);
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 800;
}

.table-head {
  background: var(--paper-2);
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 850;
}

.timeline-panel {
  display: grid;
  gap: 12px;
}

.timeline-panel div {
  border: 1px solid rgba(247, 248, 250, 0.15);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.timeline-panel span {
  display: block;
  margin-bottom: 8px;
  color: #95c9c1;
  font-size: 12px;
  font-weight: 850;
}

.timeline-panel strong {
  display: block;
  color: #f7f8fa;
  font-size: 17px;
}

.timeline-panel p {
  margin: 8px 0 0;
  color: rgba(247, 248, 250, 0.72);
  font-size: 14px;
}

.note-panel,
.intake-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(360px, 1fr);
  gap: 28px;
  padding: 26px;
}

.plain-list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.plain-list li + li {
  margin-top: 10px;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: clamp(68px, 9vw, 118px) clamp(18px, 5vw, 72px) clamp(44px, 6vw, 70px);
}

.detail-hero h1 {
  max-width: 900px;
}

.detail-hero-visual {
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.78fr) minmax(300px, 0.36fr);
  align-items: center;
}

.detail-hero-visual .visual-frame {
  min-height: 310px;
}

.billing-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.billing-matrix {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(20, 27, 36, 0.12);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 14px;
  box-shadow: var(--shadow);
}

.billing-matrix div {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(20, 27, 36, 0.08);
  border-radius: 7px;
  padding: 14px;
}

.billing-matrix span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
}

.billing-matrix strong {
  color: var(--ink-2);
  font-size: 15px;
}

.status-card {
  padding: 22px;
  box-shadow: var(--shadow);
}

.status-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
}

.status-card strong {
  display: block;
  margin: 8px 0 10px;
  font-size: 24px;
  line-height: 1.15;
}

.intake-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.intake-grid span {
  border: 1px solid rgba(20, 27, 36, 0.1);
  border-radius: 7px;
  padding: 10px 12px;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 720;
}

.form-like label {
  border: 1px solid rgba(20, 27, 36, 0.1);
  border-radius: 7px;
  padding: 12px;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 720;
  min-height: 44px;
}

.ops-panel {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(247, 248, 250, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  padding: 18px;
}

.ops-row {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(247, 248, 250, 0.12);
  border-radius: 7px;
  padding: 12px 14px;
}

.ops-row span {
  color: rgba(247, 248, 250, 0.62);
  font-size: 12px;
  font-weight: 800;
}

.ops-row strong {
  color: #f7f8fa;
  font-size: 15px;
}

.status-ok {
  color: #95c9c1 !important;
}

pre {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(20, 27, 36, 0.12);
  border-radius: var(--radius);
  background: var(--dark);
  color: #f7f8fa;
  padding: 16px;
  font-size: 13px;
  line-height: 1.55;
}

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.docs-content {
  min-width: 0;
}

.docs-content section {
  min-width: 0;
}

.docs-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.docs-nav {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 8px;
}

.docs-nav a {
  border: 1px solid rgba(20, 27, 36, 0.1);
  border-radius: 7px;
  background: var(--surface);
  padding: 10px 12px;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 720;
}

.docs-content {
  display: grid;
  gap: 14px;
}

.docs-content section {
  padding: 24px;
}

.path-grid article {
  padding: 24px;
}

.meter-row {
  flex-wrap: wrap;
  gap: 9px;
  margin: 22px 0;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.52fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: var(--surface);
}

.contact-section h2 {
  max-width: 680px;
}

.contact-section p {
  max-width: 680px;
  font-size: 17px;
}

.contact-card {
  padding: 22px;
  box-shadow: var(--shadow);
}

.contact-card .button + .button {
  margin-top: 12px;
}

.contact-card p {
  margin: 18px 0 0;
  font-size: 14px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(18px, 5vw, 72px);
  border-top: 1px solid rgba(20, 27, 36, 0.12);
  color: var(--muted);
}

.footer-brand {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  max-width: 460px;
}

.footer-logo {
  display: block;
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.site-footer p {
  margin-bottom: 0;
}

.footer-links {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px;
  font-size: 14px;
}

html[lang="zh-Hant"] body,
html[lang="zh-Hans"] body {
  line-height: 1.62;
}

html[lang="zh-Hant"] h1,
html[lang="zh-Hans"] h1 {
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.08;
}

html[lang="zh-Hant"] h2,
html[lang="zh-Hans"] h2 {
  font-size: clamp(27px, 3.1vw, 40px);
  line-height: 1.22;
}

@media (max-width: 1120px) {
  .main-nav {
    display: none;
  }

  .hero-image-shell,
  .hero,
  .page-hero-visual,
  .billing-hero,
  .why-section,
  .video-section,
  .access-section,
  .beyond-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 420px;
  }

  .route-board,
  .path-grid,
  .service-grid,
  .billing-grid,
  .detail-grid,
  .catalogue-list article,
  .note-panel,
  .intake-panel,
  .detail-hero,
  .detail-hero-visual,
  .docs-layout {
    grid-template-columns: 1fr;
  }

  .hybrid-hero {
    min-height: auto;
  }

  .hero-focus-visual {
    margin-left: 0;
  }

  .hero-focus-visual::before {
    display: none;
  }

  .route-column {
    min-height: auto;
  }

  .beyond-section > p {
    grid-column: auto;
  }

  .docs-nav {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    flex-wrap: wrap;
    min-height: auto;
  }

  .brand {
    min-width: auto;
  }

  .header-actions {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
  }

  .header-actions .button {
    padding-inline: 12px;
    font-size: 13px;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  h2 {
    font-size: clamp(27px, 8vw, 38px);
  }

  .lead,
  .video-copy > p,
  .access-copy > p,
  .contact-section p {
    font-size: 16px;
  }

  .hero-media,
  .video-media,
  .visual-frame {
    min-height: 320px;
    height: 320px;
  }

  .console-table div,
  .callback-log {
    grid-template-columns: 1fr;
  }

  .ops-task {
    grid-template-columns: 1fr auto;
  }

  .ops-task span {
    grid-column: 1 / -1;
  }

  .console-table div {
    gap: 7px;
    padding: 12px;
  }

  .console-table div:first-child {
    display: none;
  }

  .meter-row span,
  .model-strip span {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
  }

  .section {
    padding-block: 50px;
  }

  .reason-grid article {
    grid-template-columns: 1fr;
  }

  .proof-list {
    grid-template-columns: 1fr;
  }

  .quick-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-points span {
    text-align: center;
  }

  .reason-grid span {
    grid-row: auto;
    margin-bottom: 8px;
  }

  .site-footer {
    flex-direction: column;
  }

  .footer-links {
    align-items: flex-start;
  }

  .table-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .billing-matrix div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  pre {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
  }

  .table-head {
    display: none;
  }

  .intake-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 440px) {
  .header-actions {
    align-items: stretch;
  }

  .header-actions select,
  .header-actions .text-link,
  .header-actions .button {
    flex: 1;
  }

  .header-actions .text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero-image {
    padding-top: 58px;
    min-height: 0;
    padding-bottom: 74px;
  }

  .hero-image-shell {
    gap: 18px;
  }

  .hero-image-shell::before {
    display: none;
  }

  .hero-image-copy {
    max-width: none;
    border: 1px solid rgba(20, 27, 36, 0.08);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.82);
    padding: 20px;
  }

  .hero-focus-visual {
    min-height: 0;
    margin-left: 0;
  }

  .hero-focus-frame {
    width: 100%;
    aspect-ratio: 1.18 / 1;
  }

  .console-overview-panel {
    margin-top: -28px;
    border-width: 8px;
    border-radius: 18px;
  }
}
