/* Technology detail pages reuse the shared site's navy, cyan, typography and width. */
.td-page, .td-page * { box-sizing: border-box; }
.td-page { margin: 0; }
.td-page h1, .td-page h2, .td-page h3, .td-page p, .td-page figure, .td-page dl, .td-page dd { margin: 0; }
.td-page a { color: inherit; text-decoration: none; }
.td-page a:focus-visible { outline: 2px solid #1385af; outline-offset: 5px; }
.td-page .sn-header :focus-visible, .td-footer a:focus-visible { outline-color: #54d2fb; }
.td-page svg { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.td-page main { color: #070b18; background: #fff; }
.td-shell { width: min(1100px, calc(100% - 48px)); margin-inline: auto; }
.td-hero { color: #fff; background: #091321; padding-block: calc(var(--sn-main-height) + 76px) 76px; }
.td-hero-inner { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 72px; }
.td-page .td-hero h1, .td-page .td-hero h2 { color: #fff; }
.td-hero h1 { font-family: var(--sp-display); font-size: clamp(48px, 6vw, 80px); font-weight: 600; line-height: 1.05; letter-spacing: -.04em; }
.td-hero h2 { margin-top: 26px; font-family: var(--sp-display); font-size: clamp(23px, 2.6vw, 31px); font-weight: 500; line-height: 1.45; letter-spacing: -.025em; text-wrap: balance; word-break: keep-all; }
.td-hero p { margin-top: 22px; color: #c2cfdb; font-size: 16px; line-height: 1.9; max-width: 65ch; word-break: keep-all; overflow-wrap: anywhere; }
.td-page .td-figure { min-width: 0; border: 1px solid #d8e0e8; background: #f3f6f9; }
.td-page .td-figure img { display: block; width: 100%; height: auto; max-height: 380px; padding: 24px; object-fit: contain; border-radius: 0; }
.td-page .td-figure figcaption { padding: 16px 22px; border-top: 1px solid #d8e0e8; color: #566173; font-size: 12px; line-height: 1.8; }
.td-page .td-hero-figure { border: 0; }
.td-page .td-hero-figure img { height: 290px; }
.td-page .td-hero-figure figcaption { color: #c2cfdb; background: #172637; border-top: 0; }
.td-section { padding-block: 80px; }
.td-split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.td-page main h2 { font-family: var(--sp-display); font-weight: 500; }
.td-section h2 { font-size: clamp(27px, 3vw, 36px); line-height: 1.4; letter-spacing: -.03em; text-wrap: balance; word-break: keep-all; }
.td-section h3 { font-size: 22px; font-weight: 500; line-height: 1.5; letter-spacing: -.02em; }
.td-section p { max-width: 65ch; margin-top: 20px; color: #566173; font-size: 16px; line-height: 1.9; word-break: keep-all; overflow-wrap: anywhere; }
.td-section p.td-lead { color: #070b18; font-size: 20px; }
.td-page .td-definitions { border-top: 1px solid #cfd6df; }
.td-section h2 + .td-definitions { margin-top: 28px; }
.td-definitions > div { padding-block: 22px; border-bottom: 1px solid #cfd6df; }
.td-definitions dt { color: #070b18; font-size: 19px; font-weight: 500; line-height: 1.5; }
.td-page .td-definitions dd { margin-top: 8px; color: #566173; font-size: 15px; line-height: 1.8; word-break: keep-all; }
.td-band { background: #f3f6f9; }
.td-status { padding-top: 8px; }
.td-status .td-text-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 28px; padding-block: 8px; border-bottom: 1px solid #1385af; color: #126b94; font-size: 14px; }
.td-page .td-text-link svg, .td-page .td-button svg, .td-page .td-related svg { width: 22px; height: 22px; flex-shrink: 0; }
.td-text-link:hover { color: #070b18; }
.td-capabilities { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid #cfd6df; }
.td-capabilities li { padding-block: 15px; border-bottom: 1px solid #cfd6df; font-size: 16px; }
.td-contact { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.td-contact h2 { max-width: 26ch; }
.td-page .td-button { display: inline-flex; align-items: center; gap: 24px; flex-shrink: 0; min-height: 48px; padding: 12px 20px; color: #07101f; background: #27b7e8; font-size: 15px; font-weight: 600; }
.td-button:hover { background: #81ddfa; }
.td-related { display: flex; gap: 48px; padding-block: 24px 40px; border-top: 1px solid #cfd6df; }
.td-related a { display: inline-flex; align-items: center; gap: 28px; min-height: 44px; font-size: 17px; }
.td-related a:hover { color: #126b94; text-decoration: underline; text-underline-offset: 6px; }
.td-footer { padding-block: 42px; color: #c2cfdb; background: #091321; }
.td-footer > div { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 28px; }
.td-footer-brand { width: 132px; }
.td-footer-brand img { display: block; width: 100%; height: auto; }
.td-footer a { font-size: 14px; }
.td-footer p { font-size: 12px; }
.td-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 900px) {
  .td-hero-inner, .td-split { gap: 40px; }
  .td-hero { padding-block: calc(var(--sn-main-height) + 56px) 56px; }
}
@media (max-width: 680px) {
  .td-shell { width: calc(100% - 40px); }
  .td-hero { padding-block: calc(var(--sn-main-height) + 44px) 44px; }
  .td-hero-inner, .td-split { grid-template-columns: 1fr; gap: 36px; }
  .td-hero h1 { font-size: 48px; }
  .td-hero h2 { margin-top: 20px; font-size: 24px; }
  .td-hero p { font-size: 15px; }
  .td-page .td-hero-figure img { height: 240px; padding: 20px; }
  .td-section { padding-block: 48px; }
  .td-section p { font-size: 15px; }
  .td-section h3 { font-size: 20px; }
  .td-contact { align-items: flex-start; flex-direction: column; gap: 28px; }
  .td-related { flex-wrap: wrap; gap: 14px 32px; padding-block: 20px 30px; }
  .td-related a { gap: 20px; }
  .td-footer > div { align-items: flex-start; flex-direction: column; gap: 20px; }
}
