/* Trust Hosting — corporate Trust Center / About / Why */
.tc-page {
  --tc-ink: #0f2a32;
  --tc-muted: #5a7278;
  --tc-line: rgba(15, 42, 50, .1);
  --tc-soft: #f4f8f6;
  color: var(--tc-ink);
  background: #fff;
}
.tc-page a { color: inherit; }
.tc-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 56px;
  background:
    radial-gradient(900px 420px at 8% 0%, rgba(136, 192, 56, .16), transparent 58%),
    radial-gradient(720px 380px at 100% 20%, rgba(23, 155, 238, .12), transparent 52%),
    linear-gradient(180deg, #f7fbf8 0%, #ffffff 100%);
}
.tc-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--tc-line);
}
.tc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #386870;
}
.tc-hero h1 {
  margin: 0 0 16px;
  max-width: 16ch;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.03em;
}
.tc-hero.tc-hero-story h1 { max-width: 18ch; }
.tc-kicker a { color: inherit; text-decoration: none; }
.tc-kicker a:hover { color: #179BEE; }
.tc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 18px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #386870;
}
.tc-meta span { opacity: .9; }
.tc-def {
  display: grid;
  gap: 12px;
  margin: 8px 0 20px;
}
.tc-def dt {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
}
.tc-def dd {
  margin: 4px 0 0;
  color: var(--tc-muted);
  line-height: 1.7;
  font-size: 15px;
  max-width: 46em;
}
.tc-sitemap-col {
  padding: 18px 18px 8px;
  border: 1px solid var(--tc-line);
  border-radius: 16px;
  background: #fff;
}
.tc-sitemap-col h3 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}
.tc-sitemap-col h3 em {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: var(--tc-muted);
}
.tc-pull {
  margin: 28px 0;
  padding: 22px 26px;
  border-inline-start: 4px solid var(--brand-primary, #179BEE);
  background: var(--tc-soft);
  border-radius: 0 16px 16px 0;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 750;
  color: var(--tc-ink);
  max-width: 38em;
}
[dir="rtl"] .tc-pull {
  border-inline-start: 0;
  border-inline-end: 4px solid var(--brand-primary, #179BEE);
  border-radius: 16px 0 0 16px;
}
.tc-chapter-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #386870;
}
.tc-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 8px;
}
.tc-stat {
  padding: 18px 20px;
  border: 1px solid var(--tc-line);
  border-radius: 16px;
  background: #fff;
}
.tc-stat strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.02em;
}
.tc-stat span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: var(--tc-muted);
  line-height: 1.45;
}
.tc-audience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.tc-audience article {
  padding: 24px;
  border-radius: 18px;
  border: 1px solid var(--tc-line);
}
.tc-audience h3 { margin: 0 0 10px; font-size: 18px; font-weight: 800; }
.tc-audience ul { margin: 0; padding-inline-start: 1.15em; color: var(--tc-muted); line-height: 1.7; }
.tc-steps {
  display: grid;
  gap: 0;
  border: 1px solid var(--tc-line);
  border-radius: 18px;
  overflow: hidden;
}
.tc-step {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 8px 18px;
  padding: 22px 24px;
  border-top: 1px solid var(--tc-line);
  background: #fff;
}
.tc-step:first-child { border-top: 0; }
.tc-step em {
  font-style: normal;
  font-weight: 800;
  color: rgba(23, 155, 238, .7);
  font-size: 18px;
}
.tc-step h3 { margin: 0 0 6px; font-size: 17px; font-weight: 800; }
.tc-step p { margin: 0; color: var(--tc-muted); line-height: 1.65; font-size: 15px; }
.tc-lead {
  margin: 0;
  max-width: 40em;
  font-size: 18px;
  line-height: 1.7;
  color: var(--tc-muted);
}
.tc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.tc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none !important;
  border: 1px solid transparent;
}
.tc-btn-primary {
  background: var(--brand-primary, #179BEE);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(23, 155, 238, .22);
}
.tc-btn-ghost {
  background: #fff;
  border-color: var(--tc-line);
  color: var(--tc-ink) !important;
}
.tc-toc {
  position: sticky;
  top: 92px;
  z-index: 5;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--tc-line);
}
.tc-toc-inner {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 10px 0;
  -webkit-overflow-scrolling: touch;
}
.tc-toc a {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: var(--tc-muted) !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.tc-toc a:hover { color: var(--tc-ink) !important; background: var(--tc-soft); }
.tc-wrap { padding: 28px 0 80px; }
.tc-section {
  padding: 48px 0;
  border-top: 1px solid var(--tc-line);
}
.tc-section:first-of-type { border-top: 0; padding-top: 12px; }
.tc-sec-head {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 28px;
  align-items: start;
}
.tc-num {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.04em;
  color: rgba(23, 155, 238, .7);
}
.tc-sec-head h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -.02em;
  font-weight: 800;
}
.tc-sec-head p {
  margin: 0;
  max-width: 46em;
  color: var(--tc-muted);
  line-height: 1.65;
}
.tc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.tc-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px 22px 20px;
  background: #fff;
  border: 1px solid var(--tc-line);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 42, 50, .04);
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
a.tc-card:hover {
  transform: translateY(-3px);
  border-color: rgba(23, 155, 238, .35);
  box-shadow: 0 18px 36px rgba(15, 42, 50, .08);
}
.tc-ico {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tc-soft);
  color: #386870;
  font-size: 18px;
}
.tc-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
}
.tc-card p {
  margin: 0;
  color: var(--tc-muted);
  line-height: 1.6;
  font-size: 14px;
  flex: 1;
}
.tc-card .tc-more {
  margin-top: 14px;
  font-size: 13px;
  font-weight: 800;
  color: #179BEE;
}
.tc-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 40px;
  align-items: center;
}
.tc-split img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 24px 50px rgba(15, 42, 50, .12);
}
.tc-quote {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -.03em;
}
.tc-prose p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.75;
  color: var(--tc-muted);
  max-width: 44em;
}
.tc-principles {
  display: grid;
  gap: 18px;
}
.tc-principle {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 20px;
  padding: 28px;
  border: 1px solid var(--tc-line);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff 0%, #fbfdfc 100%);
}
.tc-principle strong.idx {
  font-size: 32px;
  font-weight: 800;
  color: rgba(23, 155, 238, .55);
  letter-spacing: -.04em;
}
.tc-principle h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
}
.tc-principle p {
  margin: 0;
  color: var(--tc-muted);
  line-height: 1.7;
}
.tc-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.tc-value {
  padding: 20px;
  border-radius: 16px;
  background: var(--tc-soft);
}
.tc-value h3 { margin: 0 0 6px; font-size: 16px; font-weight: 800; }
.tc-value p { margin: 0; color: var(--tc-muted); font-size: 14px; line-height: 1.6; }
.tc-cta {
  margin-top: 12px;
  padding: 32px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(8, 71, 110, .92), rgba(23, 155, 238, .88));
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.tc-cta h2 { margin: 0 0 6px; font-size: 26px; }
.tc-cta p { margin: 0; opacity: .9; }
.tc-cta .tc-btn-primary { background: #fff; color: #08476E !important; box-shadow: none; }
.tc-legal {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.tc-legal a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--tc-line);
  border-radius: 14px;
  text-decoration: none !important;
  font-weight: 700;
}
.tc-legal a:hover { border-color: rgba(23, 155, 238, .4); }
.tc-doc { padding: 48px 0 80px; max-width: 760px; }
.tc-doc h1 { margin: 0 0 12px; font-size: 36px; font-weight: 800; letter-spacing: -.03em; }
.tc-doc h2 { margin: 28px 0 10px; font-size: 20px; font-weight: 800; }
.tc-doc p, .tc-doc li { color: var(--tc-muted); line-height: 1.75; }
.tc-doc ul { padding-inline-start: 1.2em; }
.tc-hero-legal h1 { max-width: 22ch; }
.tc-sub {
  margin: 8px 0 12px;
  font-size: 18px;
  font-weight: 800;
}
.tc-list {
  margin: 0 0 8px;
  padding-inline-start: 1.2em;
  color: var(--tc-muted);
  line-height: 1.75;
}
.tc-note {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--tc-soft);
  color: var(--tc-muted);
  font-size: 14px;
  line-height: 1.65;
  max-width: 52em;
}
.tc-table-wrap {
  overflow-x: auto;
  margin: 0 0 20px;
  border: 1px solid var(--tc-line);
  border-radius: 16px;
}
.tc-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}
.tc-table th,
.tc-table td {
  padding: 14px 16px;
  text-align: start;
  border-bottom: 1px solid var(--tc-line);
  font-size: 14px;
  line-height: 1.5;
}
.tc-table th {
  background: var(--tc-soft);
  font-weight: 800;
  color: var(--tc-ink);
}
.tc-table td { color: var(--tc-muted); }
.tc-table tr:last-child td { border-bottom: 0; }
.tc-sitemap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.tc-sitemap h3 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #386870;
}
.tc-sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tc-sitemap li { margin: 0; }
.tc-sitemap a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid var(--tc-line);
  text-decoration: none !important;
  color: var(--tc-ink) !important;
  font-weight: 650;
  font-size: 15px;
}
.tc-sitemap a:hover { color: #179BEE !important; }
@media (max-width: 900px) {
  .tc-grid, .tc-split, .tc-values, .tc-legal, .tc-stats, .tc-audience, .tc-sitemap { grid-template-columns: 1fr; }
  .tc-sec-head, .tc-principle { grid-template-columns: 1fr; }
  .tc-toc { top: 76px; }
}
