@import url("../../assets/css/navigation.css");
:root {
  color-scheme: light;
  --paper: #ffffff;
  --ink: #17243c;
  --muted: #536178;
  --line: #dce3ed;
  --green: #2459dc;
  --wash: #edf3ff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; font-size: 16px; line-height: 1.65; }
::selection { color: var(--ink); background: #d8e5ff; }
a { color: inherit; text-underline-offset: .24em; text-decoration-thickness: 1px; }
a:hover { color: var(--green); }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--green); outline-offset: 6px; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure, dl, dd { margin: 0; }
h1, h2, h3 { font-weight: 680; }
h1, h2 { font-family: inherit; letter-spacing: -.045em; line-height: 1.06; }
h3 { font-size: 21px; font-weight: 550; letter-spacing: -.025em; line-height: 1.3; }
p { text-wrap: pretty; }
.wrap { width: min(1248px, calc(100% - 96px)); margin-inline: auto; }
.skip { position: absolute; z-index: 5; left: 24px; top: -100px; background: var(--paper); padding: 12px 18px; }
.skip:focus { top: 12px; }
.site-header { padding-block: 25px; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { display: flex; gap: 20px; align-items: center; }
.parent-brand { font-size: 13px; font-weight: 650; letter-spacing: .14em; text-decoration: none; }
.brand-divider { width: 1px; height: 22px; background: var(--line); }
.product-brand { display: flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 600; text-decoration: none; }
.product-brand img { width: 31px; height: 31px; border-radius: 8px; }
.page-nav { display: flex; flex-wrap: wrap; gap: 30px; font-size: 14px; }
.page-nav a { text-decoration: none; padding-block: 5px; }
.page-nav a[aria-current="page"] { text-decoration: underline; }
.eyebrow { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 650; color: var(--muted); }
.hero { padding-top: 82px; }
.hero-copy { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: end; }
.hero h1 { font-size: clamp(54px, 6.1vw, 86px); margin-top: 22px; }
.hero-intro { max-width: 395px; padding-bottom: 5px; }
.hero-intro p { font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; background: var(--green); color: #fff; padding: 12px 21px; border: 1px solid var(--green); border-radius: 3px; font-size: 14px; font-weight: 550; text-decoration: none; }
.button:hover { color: #fff; background: #1944b0; }
.text-link { font-size: 14px; }
.screen-label { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; margin-bottom: 14px; font-size: 12px; color: var(--muted); }
.screen-link { display: block; border: 1px solid #d8dcd8; border-radius: 6px; overflow: hidden; background: #fff; }
.screen-link img { width: 100%; }
figcaption { display: flex; justify-content: space-between; gap: 20px; margin-top: 13px; font-size: 12px; color: var(--muted); }
.section { padding-block: 84px; }
.section-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.section-intro h2 { font-size: clamp(36px, 4.3vw, 54px); margin-top: 16px; }
.section-intro p { color: var(--muted); font-size: 17px; max-width: 470px; }
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding-bottom: 78px; }
.feature { border-top: 1px solid var(--line); padding-top: 25px; }
.feature h3 { margin-bottom: 13px; }
.feature p { color: var(--muted); font-size: 16px; line-height: 1.8; margin-bottom: 24px; max-width: 490px; }
.feature figcaption { display: block; }
.details-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; padding: 0 0 82px; }
.details-list > div { border-top: 1px solid var(--line); padding-top: 20px; }
.details-list dt { font-weight: 600; font-size: 16px; margin-bottom: 10px; }
.details-list dd { font-size: 14px; color: var(--muted); }
.requirements { padding-block: 67px; background: var(--wash); border-block: 1px solid var(--line); }
.requirements-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; }
.requirements h2 { font-size: 45px; margin: 13px 0 24px; }
.requirements-copy p { color: var(--muted); margin-top: 15px; max-width: 480px; }
.requirements-copy strong { color: var(--ink); font-weight: 600; }
.questions { padding-top: 6px; }
.questions details { border-top: 1px solid #d0ddf1; }
.questions details:last-child { border-bottom: 1px solid #d0ddf1; }
.questions summary { cursor: pointer; padding: 19px 25px 19px 0; font-size: 16px; font-weight: 550; }
.questions details p { font-size: 14px; color: var(--muted); padding-bottom: 21px; }
.contact-row { display: flex; justify-content: space-between; gap: 35px; align-items: center; padding-block: 56px; }
.contact-row h2 { font-size: 33px; margin-bottom: 9px; }
.contact-row p { font-size: 14px; color: var(--muted); }
.contact-row > a { font-size: 16px; overflow-wrap: anywhere; }
.site-footer { border-top: 1px solid var(--line); padding-block: 24px 30px; color: var(--muted); font-size: 12px; }
.footer-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 23px; }
.site-footer .disclaimer { max-width: 730px; margin-top: 18px; font-size: 12px; line-height: 1.7; }
.policy-header { padding-block: 68px 44px; max-width: 825px; }
.policy-header h1 { font-size: clamp(49px, 5.7vw, 74px); margin-block: 17px 24px; }
.policy-header .policy-lead { font-size: 19px; max-width: 670px; }
.policy-date { font-size: 13px; color: var(--muted); margin-top: 20px; }
.policy-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 72px; padding-top: 35px; padding-bottom: 80px; border-top: 1px solid var(--line); align-items: start; }
.policy-toc { position: sticky; top: 30px; }
.policy-toc ol { padding: 0; margin: 17px 0 0; list-style: none; }
.policy-toc li { margin-block: 10px; }
.policy-toc a { font-size: 13px; color: var(--muted); text-decoration: none; }
.policy-toc a:hover { text-decoration: underline; color: var(--green); }
.policy-body { max-width: 760px; }
.policy-body section { padding-top: 31px; margin-top: 31px; border-top: 1px solid var(--line); scroll-margin-top: 24px; }
.policy-body section:first-child { padding-top: 0; margin-top: 0; border-top: 0; }
.policy-body h2 { font-family: inherit; font-size: 24px; line-height: 1.3; font-weight: 550; letter-spacing: -.03em; margin-bottom: 17px; }
.policy-body p, .policy-body li { font-size: 16px; line-height: 1.85; color: #536178; }
.policy-body p + p { margin-top: 14px; }
.policy-body strong { color: var(--ink); font-weight: 600; }
.policy-body ul { padding-left: 20px; margin-block: 16px 0; }
.policy-body li + li { margin-top: 10px; }
.policy-body a { overflow-wrap: anywhere; }
.data-table { width: 100%; border-collapse: collapse; margin-block: 23px; font-size: 14px; }
.data-table caption { text-align: left; color: var(--muted); font-size: 13px; padding-bottom: 10px; }
.data-table th { text-align: left; font-weight: 600; }
.data-table th, .data-table td { border-bottom: 1px solid var(--line); padding: 14px 15px 14px 0; vertical-align: top; }
.data-table thead th { font-size: 12px; color: var(--muted); }
.data-table tbody th { width: 28%; }
.data-table td { color: #536178; line-height: 1.75; }
.policy-note { border-left: 2px solid var(--green); padding: 2px 0 2px 20px; margin-top: 24px; }
@media (max-width: 900px) {
  .wrap { width: calc(100% - 56px); }
  .hero { padding-top: 58px; }
  .hero-copy { gap: 35px; grid-template-columns: 1.1fr 1fr; }
  .hero h1 { font-size: 61px; }
  .hero-intro p { font-size: 16px; }
  .section-intro, .requirements-inner { gap: 40px; }
  .features, .details-list { gap: 26px; }
  .policy-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 35px; }
}
@media (max-width: 640px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { padding-block: 18px; }
  .header-inner { align-items: flex-start; gap: 20px; flex-direction: column; }
  .brand { gap: 15px; }
  .page-nav { width: 100%; gap: 25px; font-size: 13px; }
  .page-nav a:last-child { margin-left: auto; }
  .hero { padding-top: 43px; }
  .hero-copy, .section-intro, .features, .requirements-inner { grid-template-columns: 1fr; gap: 29px; }
  .hero h1 { font-size: clamp(48px, 11.5vw, 65px); margin-top: 17px; }
  .hero-intro { max-width: none; }
  .hero-intro p { font-size: 17px; }
  .hero-actions { margin-top: 22px; gap: 23px; }
  .screen-label { margin-top: 38px; display: block; }
  .screen-label > span + span { display: block; margin-top: 5px; }
  figcaption { flex-direction: column; gap: 3px; font-size: 12px; }
  .section { padding-block: 52px; }
  .section-intro h2 { font-size: 39px; }
  .section-intro p { font-size: 16px; }
  .features { gap: 36px; padding-bottom: 48px; }
  .details-list { grid-template-columns: 1fr; gap: 22px; padding-bottom: 50px; }
  .requirements { padding-block: 45px; }
  .requirements h2 { font-size: 40px; }
  .contact-row { flex-direction: column; align-items: flex-start; padding-block: 39px; gap: 19px; }
  .contact-row h2 { font-size: 31px; }
  .policy-header { padding-block: 43px 31px; }
  .policy-header h1 { font-size: 52px; }
  .policy-header .policy-lead { font-size: 17px; }
  .policy-layout { grid-template-columns: 1fr; gap: 35px; padding-top: 23px; padding-bottom: 48px; }
  .policy-toc { position: static; }
  .policy-toc ol { columns: 2; column-gap: 20px; }
  .policy-toc li { break-inside: avoid; margin: 0 0 9px; }
  .policy-body h2 { font-size: 23px; }
  .data-table th, .data-table td { padding-right: 9px; font-size: 13px; overflow-wrap: anywhere; }
  .data-table tbody th { width: 33%; }
}
@media print {
  :root { --paper: #fff; --ink: #000; --muted: #333; }
  .wrap { width: 100%; }
  .site-header, .policy-toc, .skip, .site-footer { display: none; }
  .policy-header { padding-top: 0; }
  .policy-header h1 { font-size: 38px; }
  .policy-layout { display: block; }
  .policy-body { max-width: none; }
  .policy-body h2 { break-after: avoid; }
  .policy-body p, .policy-body li { orphans: 3; widows: 3; }
  .policy-body a { color: #000; }
}

/* CoAPP shares the TSUGAS navigation while keeping its desktop product layout. */
.product-subnav { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; padding-block: 18px; border-bottom: 1px solid var(--line); }
.product-subnav > div { display: flex; flex-wrap: wrap; gap: 24px; font-size: 14px; }
.product-subnav a { text-decoration: none; min-height: 36px; display: inline-flex; align-items: center; }
.product-subnav a[aria-current] { color: var(--green); font-weight: 650; }
.coapp-product-name { gap: 10px; font-weight: 650; }
.coapp-product-name img { width: 28px; height: 28px; border-radius: 7px; }
.hero { padding-top: 60px; }
.hero h1 { font-weight: 740; letter-spacing: -.055em; font-size: clamp(52px, 6.4vw, 88px); }
.hero-copy { align-items: center; }
.hero-intro { max-width: 445px; }
.hero-intro p { font-size: 19px; }
.button { border-radius: 12px; min-height: 48px; }
.hero > figure { padding: 24px; background: #edf3ff; border-radius: 24px; }
.screen-link { border-radius: 12px; box-shadow: 0 12px 32px #17243c12; }
.feature { padding: 28px; background: #f6f8fc; border: 1px solid var(--line); border-radius: 22px; }
.feature p { font-size: 16px; }
.details-list dd, .questions details p { font-size: 16px; }
.questions summary { font-size: 16px; padding-block: 22px; }
.requirements { background: #edf3ff; }
.policy-body p, .policy-body li { font-size: 16px; }
.policy-toc { top: 110px; }
.policy-toc a { font-size: 14px; }
.policy-body section { scroll-margin-top: 112px; }
.data-table { font-size: 15px; }
.data-table thead th { font-size: 14px; }
.site-footer { background: #f3f6fb; }
.site-footer .disclaimer { font-size: 12px; }
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .hero-copy { grid-template-columns: 1fr; gap: 24px; }
  .hero { padding-top: 40px; }
  .hero-intro { max-width: none; }
  .hero-intro p { font-size: 17px; }
  .hero > figure { padding: 12px; border-radius: 18px; }
  .feature { padding: 22px; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-toc { position: static; }
  .data-table th, .data-table td { font-size: 14px; }
  .policy-header h1 { font-size: clamp(40px, 10vw, 54px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .ts-nav, .product-subnav { display: none; }
}
