.gb-ta-content-wrap { padding-top: 48px; }
.gb-ta-entry { max-width: 1120px; }
.gb-ta-entry > h1 { max-width: 980px; margin: 0 0 22px; font-size: clamp(38px, 5.8vw, 66px); }
.gb-ta-entry .gb-entry-content > * { max-width: none; }
.gb-ta-page {
  --ta-navy: #102033;
  --ta-blue: #2563eb;
  --ta-green: #00a878;
  --ta-bg: #f6f8fb;
  --ta-border: #d8e0ea;
  --ta-muted: #607087;
  --ta-white: #fff;
  display: grid;
  gap: 0;
  color: var(--ta-navy);
}
.gb-ta-page img { display: block; }
.gb-ta-page a { text-underline-offset: 3px; }
.gb-ta-page section { scroll-margin-top: 92px; }
.gb-ta-hero { display: grid; grid-template-columns: minmax(0, 1.4fr) 240px; gap: 38px; align-items: end; border: 1px solid var(--ta-border); border-radius: 16px; background: linear-gradient(135deg, #fff 0%, #f6f8fb 68%, #eef4ff 100%); padding: clamp(24px, 4vw, 48px); overflow: hidden; }
.gb-ta-kicker { margin: 0 0 10px; color: var(--ta-blue); font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.gb-ta-lead { margin: 0 0 14px; color: var(--ta-navy); font-size: clamp(18px, 2.4vw, 23px); font-weight: 750; line-height: 1.55; }
.gb-ta-copy { color: var(--ta-muted); }
.gb-ta-risk-top { border-left: 4px solid var(--ta-green); background: #ecfdf5; margin: 22px 0 0; padding: 12px 16px; color: #165f4b; }
.gb-ta-byline { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 18px; color: var(--ta-muted); font-size: 14px; font-weight: 750; }
.gb-ta-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.gb-ta-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ta-blue); border-radius: 999px; padding: 9px 18px; background: var(--ta-blue); color: #fff; font-weight: 850; text-decoration: none; }
.gb-ta-button:hover { background: #1d4ed8; color: #fff; }
.gb-ta-button-secondary { background: #fff; color: var(--ta-blue); }
.gb-ta-hero-agent { align-self: end; width: 100%; height: 300px; object-fit: contain; object-position: center bottom; }
.gb-ta-section { padding: clamp(56px, 7vw, 86px) 0; border-bottom: 1px solid var(--ta-border); }
.gb-ta-section:last-child { border-bottom: 0; }
.gb-ta-section-head { max-width: 780px; margin-bottom: 30px; }
.gb-ta-section-head h2, .gb-ta-section > h2 { margin: 0 0 12px; color: var(--ta-navy); font-size: clamp(30px, 4vw, 44px); line-height: 1.18; letter-spacing: -.035em; }
.gb-ta-section-head p, .gb-ta-section > p { color: var(--ta-muted); }
.gb-ta-grid { display: grid; gap: 18px; }
.gb-ta-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gb-ta-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gb-ta-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gb-ta-card { border: 1px solid var(--ta-border); border-radius: 14px; background: var(--ta-white); padding: 22px; box-shadow: 0 12px 32px rgba(16, 32, 51, .06); }
.gb-ta-card h3 { margin: 0 0 8px; color: var(--ta-navy); font-size: 21px; line-height: 1.35; }
.gb-ta-card p:last-child, .gb-ta-card ul:last-child { margin-bottom: 0; }
.gb-ta-card p, .gb-ta-card li { color: var(--ta-muted); }
.gb-ta-label { display: inline-flex; border-radius: 999px; background: #eff6ff; padding: 4px 9px; color: var(--ta-blue); font-size: 12px; font-weight: 850; }
.gb-ta-state { border-left: 4px solid var(--ta-green); }
.gb-ta-diagram { margin: 26px 0 0; border: 1px solid var(--ta-border); border-radius: 14px; background: #fff; padding: 16px; overflow-x: auto; }
.gb-ta-diagram img { width: 100%; min-width: 680px; height: auto; }
.gb-ta-diagram figcaption { margin-top: 12px; color: var(--ta-muted); font-size: 13px; }
.gb-ta-sequence { counter-reset: ta-flow; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.gb-ta-sequence li { counter-increment: ta-flow; border: 1px solid var(--ta-border); border-radius: 12px; background: var(--ta-bg); padding: 18px; color: var(--ta-muted); }
.gb-ta-sequence li::before { content: counter(ta-flow, decimal-leading-zero); display: block; margin-bottom: 7px; color: var(--ta-blue); font-weight: 900; }
.gb-ta-indicator { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr); gap: 28px; align-items: start; margin-top: 42px; }
.gb-ta-indicator-copy h3 { margin-top: 0; font-size: 29px; }
.gb-ta-indicator-copy h4 { margin-bottom: 6px; }
.gb-ta-callout { border: 1px solid #b9e7d8; border-radius: 12px; background: #ecfdf5; padding: 16px; color: #165f4b; font-weight: 750; }
.gb-ta-warning { border-color: #f4c7c3; background: #fff5f4; color: #7a271f; }
.gb-ta-figure img { width: 100%; height: auto; }
.gb-ta-figure { margin: 0; }
.gb-ta-figure figcaption { margin-top: 10px; color: var(--ta-muted); font-size: 13px; }
.gb-ta-table-wrap { overflow-x: auto; border: 1px solid var(--ta-border); border-radius: 14px; }
.gb-ta-table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.gb-ta-table th, .gb-ta-table td { border-bottom: 1px solid var(--ta-border); padding: 16px; text-align: left; vertical-align: top; }
.gb-ta-table th { background: var(--ta-bg); color: var(--ta-navy); }
.gb-ta-table tr:last-child td { border-bottom: 0; }
.gb-ta-definition details, .gb-ta-faq details { border: 1px solid var(--ta-border); border-radius: 12px; background: #fff; margin-bottom: 10px; padding: 0 16px; }
.gb-ta-definition summary, .gb-ta-faq summary { cursor: pointer; padding: 16px 0; color: var(--ta-navy); font-weight: 850; }
.gb-ta-definition details > div, .gb-ta-faq details > div { padding: 0 0 16px; color: var(--ta-muted); }
.gb-ta-tabs { border: 1px solid var(--ta-border); border-radius: 16px; background: #fff; padding: 18px; }
.gb-ta-tablist { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.gb-ta-tab { border: 1px solid var(--ta-border); border-radius: 999px; background: #fff; padding: 8px 15px; color: var(--ta-navy); font-weight: 850; cursor: pointer; }
.gb-ta-tab[aria-selected="true"] { border-color: var(--ta-blue); background: var(--ta-blue); color: #fff; }
.gb-ta-chart-scroll { overflow-x: auto; border: 1px solid var(--ta-border); border-radius: 12px; background: #f9fbfd; }
.gb-ta-chart-scroll svg { display: block; width: 100%; min-width: 760px; height: auto; }
.gb-ta-tabpanel { margin-top: 14px; color: var(--ta-muted); }
.gb-ta-tabpanel[hidden] { display: none; }
.gb-ta-chart-note { margin: 10px 0 0; color: var(--ta-muted); font-size: 13px; font-weight: 750; }
.gb-ta-error-card { border-top: 4px solid #f59e0b; }
.gb-ta-error-card h3 { font-size: 18px; }
.gb-ta-plan { border: 1px solid var(--ta-border); border-radius: 16px; background: var(--ta-bg); padding: clamp(20px, 4vw, 34px); }
.gb-ta-plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.gb-ta-field { display: grid; gap: 6px; }
.gb-ta-field-full { grid-column: 1 / -1; }
.gb-ta-field label, .gb-ta-field legend { color: var(--ta-navy); font-weight: 800; }
.gb-ta-field input, .gb-ta-field select, .gb-ta-field textarea { width: 100%; border: 1px solid #bec9d6; border-radius: 9px; background: #fff; padding: 10px 12px; color: var(--ta-navy); }
.gb-ta-field textarea { min-height: 92px; resize: vertical; }
.gb-ta-decisions { display: flex; flex-wrap: wrap; gap: 10px; }
.gb-ta-decisions label { border: 1px solid var(--ta-border); border-radius: 999px; background: #fff; padding: 8px 13px; }
.gb-ta-plan-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 22px; }
.gb-ta-plan button { border: 0; border-radius: 999px; background: var(--ta-blue); color: #fff; padding: 11px 20px; font-weight: 850; cursor: pointer; }
.gb-ta-plan-result { min-height: 48px; margin-top: 16px; border-left: 4px solid var(--ta-blue); background: #fff; padding: 12px 14px; color: var(--ta-navy); }
.gb-ta-plan-note { color: var(--ta-muted); font-size: 13px; }
.gb-ta-sources { font-size: 14px; }
.gb-ta-sources li { margin-bottom: 10px; }
.gb-ta-risk-bottom { border: 1px solid #f4c7c3; border-left: 5px solid #d92d20; border-radius: 12px; background: #fff5f4; padding: 20px; color: #5b2a25; }
.gb-tf-learning-center { max-width: 760px; margin: 28px 0 42px; display: grid; grid-template-columns: minmax(0, 1fr) 118px; gap: 20px; align-items: end; border: 1px solid #cbd8e8; border-radius: 16px; background: linear-gradient(135deg, #f8fbff, #eef4ff); padding: 24px; }
.gb-tf-learning-center h2 { margin: 0 0 8px !important; font-size: 27px !important; }
.gb-tf-learning-center p { color: #607087; }
.gb-tf-learning-center img { width: 100%; height: 150px; object-fit: contain; object-position: center bottom; }
.gb-tf-learning-center .wp-block-button__link { border-radius: 999px; background: #2563eb; color: #fff; font-weight: 850; }
@media (max-width: 900px) {
  .gb-ta-grid-4, .gb-ta-sequence { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gb-ta-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gb-ta-indicator { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .gb-ta-content-wrap { padding-top: 32px; }
  .gb-ta-entry > h1 { font-size: 38px; }
  .gb-ta-hero { grid-template-columns: 1fr; padding: 22px; }
  .gb-ta-hero-agent { height: 210px; }
  .gb-ta-grid-2, .gb-ta-grid-3, .gb-ta-grid-4, .gb-ta-sequence, .gb-ta-plan-grid { grid-template-columns: 1fr; }
  .gb-ta-field-full { grid-column: auto; }
  .gb-ta-section { padding-block: 52px; }
  .gb-ta-diagram { margin-inline: -4px; }
  .gb-ta-tablist { display: grid; grid-template-columns: 1fr; }
  .gb-ta-tab { width: 100%; }
  .gb-tf-learning-center { grid-template-columns: 1fr; }
  .gb-tf-learning-center img { height: 130px; }
}
@media (prefers-reduced-motion: reduce) {
  .gb-ta-page *, .gb-tf-learning-center * { scroll-behavior: auto !important; transition: none !important; }
}
