/*
 * Shared editorial typography treatments.
 * Use on blog posts, guides, and industry pages. These classes are presentation-only.
 */

.t-callout {
  max-width: 820px;
  margin: 40px 0;
  background: var(--ink-0);
  color: #fff;
  padding: 36px 40px;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}
.t-callout::before {
  content: "“";
  position: absolute;
  right: 20px;
  top: -10px;
  font-family: "Source Serif 4", serif;
  font-style: italic;
  font-size: 200px;
  color: var(--accent);
  opacity: 0.2;
  line-height: 1;
}
.t-callout .lab {
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.t-callout .lab::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--accent);
}
.t-callout,
.t-callout p {
  font-family: "Source Serif 4", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.45;
}
.t-callout a,
.t-callout strong {
  color: var(--accent);
  font-weight: 500;
  font-style: normal;
}

.t-checks {
  max-width: 720px;
  margin: 34px 0 38px;
  list-style: none;
  padding: 0;
}
.t-checks li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px dashed var(--line-2);
  margin-bottom: 0;
  position: relative;
}
.t-checks li::before,
.t-checks li::after {
  content: none;
}
.t-checks li .mk {
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
  background: var(--bg-paper);
  border: 1px solid var(--line-2);
  transform: rotate(45deg);
  margin-top: 4px;
}
.t-checks li .mk::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 8px;
  height: 4px;
  border-left: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(-90deg);
}
.t-checks li .body {
  font-family: "Source Serif 4", serif;
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink-1);
}
.t-checks li .body b,
.t-checks li .body strong {
  color: var(--ink-0);
  font-weight: 600;
}

.gc-body .t-checks li {
  padding-left: 0;
}

.t-faq {
  max-width: 760px;
  margin: 26px 0 0;
  border-top: 1px solid var(--line);
}
.t-faq .q {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}
.t-faq .q-head {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 18px;
  align-items: start;
}
.t-faq .ix {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--accent);
  font-weight: 700;
  padding-top: 6px;
}
.t-faq h3,
.t-faq h4 {
  font-family: "Source Serif 4", serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.012em;
  color: var(--ink-0);
  margin: 0;
  line-height: 1.3;
}
.t-faq .ans {
  padding-left: 74px;
  max-width: 64ch;
  margin-top: 16px;
}
.t-faq .ans p {
  font-family: "Source Serif 4", serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-2);
  margin: 0 0 14px;
}

.t-bignum {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 720px;
  margin: 36px 0;
}
.t-bignum .item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  align-items: start;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.t-bignum .item .n {
  font-family: "Source Serif 4", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 96px;
  line-height: 0.85;
  color: var(--accent);
  letter-spacing: -0.04em;
}
.t-bignum .item h4 {
  font-family: "Source Serif 4", serif;
  font-weight: 600;
  font-size: 24px;
  color: var(--ink-0);
  margin: 0 0 10px;
  letter-spacing: -0.014em;
  line-height: 1.2;
}
.t-bignum .item p {
  font-family: "Source Serif 4", serif;
  font-size: 17px;
  color: var(--ink-2);
  line-height: 1.6;
  margin: 0;
}

.t-receipts {
  border-top: 2px solid var(--ink-0);
  border-bottom: 2px solid var(--ink-0);
  padding: 8px 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  margin: 34px 0 38px;
}
.t-receipts .row {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px dashed var(--line-2);
  align-items: baseline;
}
.t-receipts .row:last-child {
  border-bottom: 0;
}
.t-receipts .row .n {
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.06em;
}
.t-receipts .row .ttl {
  font-family: "Source Serif 4", serif;
  font-size: 18px;
  line-height: 1.48;
  color: var(--ink-0);
  letter-spacing: -0.008em;
  font-weight: 500;
}
.t-receipts .row .ttl em {
  font-style: italic;
  color: var(--ink-2);
}

.t-dropcap {
  max-width: 720px;
  margin: 0 0 46px;
}
.t-dropcap p:first-of-type::first-letter {
  font-family: "Source Serif 4", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 5em;
  line-height: 0.82;
  float: left;
  margin: 0.08em 0.14em 0 0;
  color: var(--accent);
}

.t-guide-note {
  box-shadow: 0 22px 60px rgba(20, 20, 20, 0.08);
}

.t-guide-table {
  box-shadow: 0 18px 50px rgba(20, 20, 20, 0.06);
}

.gnote.key.t-callout {
  display: block;
  grid-template-columns: none;
  border: 0;
  border-radius: 14px;
  padding: 36px 40px;
  margin: 40px 0;
  background: var(--ink-0);
}
.gnote.key.t-callout .gn-ico {
  display: none;
}
.gnote.key.t-callout .gn-body {
  padding: 0;
}
.gnote.key.t-callout .gn-lab {
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin: 0 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.gnote.key.t-callout .gn-lab::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--accent);
}
.gnote.key.t-callout .gn-body p {
  color: #fff;
  font-family: "Source Serif 4", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.45;
  max-width: 52ch;
}

.t-guide-steps {
  counter-reset: tstep;
  list-style: none;
  padding: 0;
  margin: 34px 0 38px;
  border-top: 1px solid var(--line);
}
.t-guide-steps li {
  counter-increment: tstep;
  display: block;
  position: relative;
  min-height: 76px;
  padding: 22px 0 22px 92px;
  border-bottom: 1px solid var(--line);
}
.t-guide-steps li::before {
  content: counter(tstep, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 18px;
  width: 64px;
  font-family: "Source Serif 4", serif;
  font-size: 44px;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: var(--accent);
}
.t-guide-steps li strong {
  font-family: "Source Serif 4", serif;
  font-size: 20px;
  line-height: 1.25;
}

.gc-body .t-guide-steps li {
  padding-left: 92px;
}
.gc-body .t-guide-steps li::before {
  content: counter(tstep, decimal-leading-zero);
  left: 0;
  top: 18px;
  width: 64px;
  font-family: "Source Serif 4", serif;
  font-size: 44px;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: var(--accent);
}

.t-guide-faq {
  max-width: 760px;
  margin: 36px 0 44px;
  border-top: 1px solid var(--line);
}
.t-guide-faq .q {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.t-guide-faq .q-head {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: start;
}
.t-guide-faq .ix {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--accent);
  font-weight: 700;
  padding-top: 7px;
}
.t-guide-faq .ans {
  padding-left: 70px;
  margin-top: 14px;
}

.t-faq2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  background: var(--bg-paper);
}
.t-faq2 .cell {
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.t-faq2 .cell:nth-child(2n) {
  border-right: 0;
}
.t-faq2 .cell:nth-last-child(-n+2) {
  border-bottom: 0;
}
.t-faq2 .cell .ix {
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 10px;
}
.t-faq2 .cell h4 {
  font-family: "Source Serif 4", serif;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: -0.01em;
  color: var(--ink-0);
  margin: 0 0 8px;
}
.t-faq2 .cell p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0;
}

@media (max-width: 680px) {
  .t-bignum .item,
  .t-faq .q-head,
  .t-guide-faq .q-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .t-faq .ans,
  .t-guide-faq .ans {
    padding-left: 0;
  }
  .t-guide-steps li {
    min-height: 0;
    padding-left: 58px;
  }
  .t-guide-steps li::before {
    width: 42px;
    font-size: 32px;
  }
  .gc-body .t-guide-steps li {
    padding-left: 58px;
  }
  .gc-body .t-guide-steps li::before {
    width: 42px;
    font-size: 32px;
  }
  .t-receipts .row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .t-faq2 {
    grid-template-columns: 1fr;
  }
  .t-faq2 .cell,
  .t-faq2 .cell:nth-child(2n),
  .t-faq2 .cell:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .t-faq2 .cell:last-child {
    border-bottom: 0;
  }
}
