:root {
  --ts-blue: #315ee9;
  --ts-navy: #081a3c;
  --ts-ink: #10182a;
  --ts-muted: #5f6b7f;
  --ts-line: #dce4ef;
  --ts-soft: #f3f6fa;
  --ts-yellow: #ffd94a;
  --ts-white: #fff;
  --ts-shadow: 0 22px 70px rgba(17, 40, 86, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: #fff; color: var(--ts-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; margin: 0; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.ts-skip-link { background: #fff; border-radius: 0 0 10px 10px; color: var(--ts-navy); font-weight: 800; left: 18px; padding: 12px 16px; position: fixed; top: -80px; z-index: 100; }
.ts-skip-link:focus { top: 0; }
.ts-page-shell, .ts-site-header__inner, .ts-footer__inner { margin: 0 auto; max-width: 1180px; }
.ts-site-header { background: rgba(7, 20, 47, .92); border-bottom: 1px solid rgba(255,255,255,.09); color: #fff; left: 0; padding: 15px 22px; position: absolute; right: 0; top: 0; z-index: 20; }
.ts-site-header__inner { align-items: center; display: flex; justify-content: space-between; }
.ts-brand { align-items: center; display: inline-flex; font-size: 1rem; font-weight: 830; gap: 10px; text-decoration: none; }
.ts-brand img { height: 34px; width: 34px; }
.ts-site-nav { align-items: center; display: flex; gap: 28px; }
.ts-site-nav a { color: rgba(255,255,255,.68); font-size: .77rem; font-weight: 720; text-decoration: none; }
.ts-site-nav a:hover, .ts-site-nav a:focus-visible { color: #fff; }
.ts-site-nav .ts-nav-cta { border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #fff; padding: 10px 16px; }
.ts-nav-toggle { background: transparent; border: 0; display: none; height: 40px; padding: 9px; width: 42px; }
.ts-nav-toggle span { background: #fff; display: block; height: 2px; margin: 5px 0; transition: .2s ease; width: 24px; }
.ts-page-hero { background: radial-gradient(circle at 80% 25%, rgba(61,108,246,.42), transparent 31%), linear-gradient(140deg, #06142f, #0c285d); color: #fff; overflow: hidden; padding: 132px 24px 80px; position: relative; }
.ts-page-hero__glow { background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 42px 42px; inset: 0; mask-image: radial-gradient(circle at 72% 35%, #000, transparent 62%); position: absolute; }
.ts-page-hero .ts-page-shell { position: relative; }
.ts-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0 0 52px; padding: 0; }
.ts-breadcrumbs li { color: rgba(255,255,255,.48); font-size: .68rem; }
.ts-breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; }
.ts-breadcrumbs a { color: rgba(255,255,255,.72); text-decoration: none; }
.ts-eyebrow, .ts-kicker { color: #8eacff; font-size: .68rem; font-weight: 850; letter-spacing: .14em; margin: 0 0 18px; text-transform: uppercase; }
.ts-page-hero h1 { font-size: clamp(2.7rem, 6vw, 5.5rem); letter-spacing: -.055em; line-height: .98; margin: 0; max-width: 930px; }
.ts-page-lede { color: rgba(255,255,255,.69); font-size: clamp(1rem, 2vw, 1.25rem); line-height: 1.72; margin: 30px 0 0; max-width: 800px; }
.ts-hero-actions { display: flex; gap: 11px; margin-top: 34px; }
.ts-button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: .75rem; font-weight: 820; justify-content: center; min-height: 44px; padding: 0 20px; text-decoration: none; }
.ts-button--yellow { background: var(--ts-yellow); color: #18223a; }
.ts-button--ghost { border-color: rgba(255,255,255,.25); color: #fff; }
.ts-page-body { padding: 0 24px 90px; }
.ts-facts { background: #fff; border: 1px solid var(--ts-line); border-radius: 22px; box-shadow: var(--ts-shadow); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -27px; overflow: hidden; position: relative; }
.ts-facts article { display: grid; gap: 7px; padding: 28px 30px; }
.ts-facts article + article { border-left: 1px solid var(--ts-line); }
.ts-facts strong { color: var(--ts-blue); font-size: 1.18rem; }
.ts-facts span { color: var(--ts-muted); font-size: .75rem; line-height: 1.5; }
.ts-prose-section { display: grid; gap: 70px; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); padding: 76px 30px; }
.ts-prose-section--tint { background: var(--ts-soft); border-radius: 28px; padding-left: 40px; padding-right: 40px; }
.ts-section-number { color: var(--ts-blue); font-size: .7rem; font-weight: 850; letter-spacing: .12em; margin: 0 0 16px; }
.ts-prose-section h2, .ts-block-heading h2, .ts-related h2, .ts-final-cta h2, .ts-sources h2 { font-size: clamp(1.65rem, 3vw, 2.45rem); letter-spacing: -.035em; line-height: 1.08; margin: 0; }
.ts-prose-section > div:last-child > p { color: var(--ts-muted); font-size: 1.02rem; line-height: 1.78; margin: 0; }
.ts-prose-section ul { display: grid; gap: 10px; list-style: none; margin: 25px 0 0; padding: 0; }
.ts-prose-section li { color: #31405a; padding-left: 25px; position: relative; }
.ts-prose-section li::before { color: var(--ts-blue); content: "✓"; font-weight: 900; left: 0; position: absolute; }
.ts-content-block { border-top: 1px solid var(--ts-line); display: grid; gap: 70px; grid-template-columns: minmax(220px,.72fr) minmax(0,1.28fr); padding: 76px 30px; }
.ts-steps ol { display: grid; gap: 0; list-style: none; margin: 0; padding: 0; }
.ts-steps li { border-bottom: 1px solid var(--ts-line); display: grid; gap: 20px; grid-template-columns: 46px 1fr; padding: 22px 0; }
.ts-steps li:first-child { padding-top: 0; }
.ts-steps li > span { align-items: center; background: #eaf0ff; border-radius: 50%; color: var(--ts-blue); display: flex; font-size: .65rem; font-weight: 850; height: 38px; justify-content: center; }
.ts-steps h3, .ts-card-grid h3 { font-size: .98rem; margin: 0 0 7px; }
.ts-steps p, .ts-card-grid p { color: var(--ts-muted); font-size: .82rem; line-height: 1.65; margin: 0; }
.ts-faq > div:last-child details { border-bottom: 1px solid var(--ts-line); padding: 20px 0; }
.ts-faq > div:last-child details:first-child { padding-top: 0; }
.ts-faq summary { cursor: pointer; font-size: .9rem; font-weight: 790; list-style: none; padding-right: 34px; position: relative; }
.ts-faq summary::-webkit-details-marker { display: none; }
.ts-faq summary::after { color: var(--ts-blue); content: "+"; font-size: 1.4rem; position: absolute; right: 4px; top: -7px; }
.ts-faq details[open] summary::after { content: "−"; }
.ts-faq details p { color: var(--ts-muted); font-size: .84rem; line-height: 1.68; margin: 14px 0 0; }
.ts-card-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ts-card-grid a { border: 1px solid var(--ts-line); border-radius: 18px; min-height: 190px; padding: 23px; position: relative; text-decoration: none; transition: border .15s ease, transform .15s ease; }
.ts-card-grid a:hover { border-color: #9bb0ed; transform: translateY(-2px); }
.ts-card-grid a > span { color: var(--ts-blue); display: block; font-size: .62rem; font-weight: 850; letter-spacing: .1em; margin-bottom: 16px; text-transform: uppercase; }
.ts-card-grid a > b { bottom: 20px; color: var(--ts-blue); position: absolute; right: 22px; }
.ts-table-wrap { border: 1px solid var(--ts-line); border-radius: 18px; overflow-x: auto; }
table { border-collapse: collapse; font-size: .78rem; line-height: 1.55; min-width: 660px; width: 100%; }
th, td { border-bottom: 1px solid var(--ts-line); padding: 17px 18px; text-align: left; vertical-align: top; }
thead th { background: var(--ts-navy); color: #fff; font-size: .68rem; }
tbody th { background: var(--ts-soft); width: 25%; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.ts-pricing { grid-template-columns: repeat(3, 1fr); }
.ts-pricing article { border: 1px solid var(--ts-line); border-radius: 24px; padding: 30px; }
.ts-pricing article.is-featured { border: 2px solid var(--ts-blue); box-shadow: var(--ts-shadow); transform: translateY(-8px); }
.ts-pricing article > p { color: var(--ts-blue); font-size: .7rem; font-weight: 850; letter-spacing: .12em; margin: 0; text-transform: uppercase; }
.ts-pricing h2 { font-size: 1.4rem; margin: 15px 0 25px; }
.ts-pricing ul { color: var(--ts-muted); display: grid; font-size: .78rem; gap: 11px; list-style: none; min-height: 110px; padding: 0; }
.ts-pricing a { color: var(--ts-blue); font-size: .74rem; font-weight: 820; text-decoration: none; }
.ts-sources { background: #fffbe8; border: 1px solid #f0df91; border-radius: 22px; margin: 34px 30px 76px; padding: 30px; }
.ts-sources h2 { font-size: 1.25rem; }
.ts-sources p, .ts-sources li { color: #655c3d; font-size: .76rem; line-height: 1.6; }
.ts-sources ul { padding-left: 20px; }
.ts-sources a { color: #344f9e; font-weight: 750; }
.ts-related { background: var(--ts-soft); border-radius: 28px; display: grid; gap: 60px; grid-template-columns: .8fr 1.2fr; margin: 0 30px 76px; padding: 42px; }
.ts-related nav { display: grid; }
.ts-related nav a { align-items: center; border-bottom: 1px solid var(--ts-line); display: flex; font-size: .8rem; font-weight: 750; justify-content: space-between; padding: 13px 0; text-decoration: none; }
.ts-related nav a:first-child { padding-top: 0; }
.ts-related nav span { color: var(--ts-blue); }
.ts-final-cta { align-items: center; background: radial-gradient(circle at 80% 20%, rgba(58,108,247,.48), transparent 32%), linear-gradient(135deg,#071831,#0d2a61); border-radius: 30px; color: #fff; display: flex; justify-content: space-between; margin: 0 30px; padding: 48px; }
.ts-final-cta p:last-child { color: rgba(255,255,255,.6); font-size: .8rem; margin-bottom: 0; }
.ts-footer { background: #07090d; border-top: 1px solid #141922; color: #fff; padding: 76px 24px 34px; }
.ts-footer__lead { display: grid; gap: 13px; margin-bottom: 46px; max-width: 380px; }
.ts-footer__lead p { color: rgba(255,255,255,.45); font-size: .76rem; line-height: 1.65; margin: 0; }
.ts-footer__plan { color: #9fb5ff; font-size: .72rem; font-weight: 780; text-decoration: none; }
.ts-footer__grid { display: grid; gap: clamp(24px, 4vw, 58px); grid-template-columns: repeat(5, 1fr); }
.ts-footer__grid section { align-content: start; display: grid; gap: 12px; }
.ts-footer__grid h2 { color: #f7f8fb; font-size: .74rem; margin: 0 0 5px; }
.ts-footer__grid a { color: rgba(255,255,255,.48); font-size: .7rem; line-height: 1.4; text-decoration: none; }
.ts-footer__grid a:hover, .ts-footer__grid a:focus-visible { color: #fff; }
.ts-footer__bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; margin-top: 62px; padding-top: 22px; }
.ts-footer__bottom p, .ts-footer__bottom a { color: rgba(255,255,255,.34); font-size: .65rem; margin: 0; text-decoration: none; }
.ts-footer__bottom nav { display: flex; flex-wrap: wrap; gap: 22px; }
:focus-visible { outline: 3px solid #88a7ff; outline-offset: 3px; }

@media (max-width: 900px) {
  .ts-content-block, .ts-prose-section { gap: 38px; grid-template-columns: 1fr; }
  .ts-pricing { grid-template-columns: 1fr; }
  .ts-pricing article.is-featured { transform: none; }
  .ts-footer__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .ts-site-header { padding: 12px 16px; }
  .ts-nav-toggle { display: block; }
  .ts-site-nav { align-items: stretch; background: #fff; border: 1px solid var(--ts-line); border-radius: 18px; box-shadow: var(--ts-shadow); display: none; flex-direction: column; gap: 2px; left: 16px; padding: 10px; position: absolute; right: 16px; top: calc(100% + 5px); }
  .ts-site-nav.is-open { display: flex; }
  .ts-site-nav a, .ts-site-nav .ts-nav-cta { border: 0; border-radius: 10px; color: var(--ts-ink); padding: 12px; }
  .ts-site-nav .ts-nav-cta { background: #edf2ff; color: var(--ts-blue); }
  .ts-page-hero { padding: 112px 18px 70px; }
  .ts-breadcrumbs ol { margin-bottom: 38px; }
  .ts-page-body { padding-left: 16px; padding-right: 16px; }
  .ts-facts { grid-template-columns: 1fr; }
  .ts-facts article + article { border-left: 0; border-top: 1px solid var(--ts-line); }
  .ts-prose-section, .ts-content-block { padding: 54px 18px; }
  .ts-prose-section--tint { padding-left: 24px; padding-right: 24px; }
  .ts-card-grid { grid-template-columns: 1fr; }
  .ts-related { grid-template-columns: 1fr; margin-left: 0; margin-right: 0; padding: 30px 24px; }
  .ts-final-cta { align-items: flex-start; flex-direction: column; gap: 25px; margin-left: 0; margin-right: 0; padding: 34px 26px; }
  .ts-footer__grid { grid-template-columns: repeat(2, 1fr); }
  .ts-footer__bottom { align-items: flex-start; flex-direction: column; gap: 18px; }
}
@media (max-width: 480px) {
  .ts-page-hero h1 { font-size: 2.5rem; }
  .ts-hero-actions { align-items: stretch; flex-direction: column; }
  .ts-footer__grid { gap: 36px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
