
  .tp-card-page,
  .tp-card-page * {
    box-sizing: border-box;
  }

  .tp-card-page {
    --tp-ink: #17223b;
    --tp-muted: #5e687b;
    --tp-blue: #315b77;
    --tp-blue-dark: #1e4057;
    --tp-gold: #c99b4a;
    --tp-cream: #f8f5ed;
    --tp-line: #dfe5ea;
    --tp-white: #ffffff;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    color: var(--tp-ink);
    font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }

  .tp-card-page h2,
  .tp-card-page h3 {
    color: var(--tp-ink);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.22;
  }

  .tp-card-page h2 {
    margin: 0 0 18px;
    font-size: clamp(27px, 4.1vw, 42px);
  }

  .tp-card-page h3 {
    margin: 0 0 10px;
    font-size: clamp(19px, 2.6vw, 24px);
  }

  .tp-card-page p {
    margin: 0 0 16px;
  }

  .tp-card-page a {
    color: inherit;
  }

  .tp-card-page img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
  }

  .tp-card-page .tp-section {
    padding: 56px 0;
    border-bottom: 1px solid var(--tp-line);
  }

  .tp-card-page .tp-section:last-child {
    border-bottom: 0;
  }

  .tp-card-page .tp-eyebrow {
    display: inline-block;
    margin: 0 0 12px;
    color: var(--tp-blue-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .tp-card-page .tp-lead {
    max-width: 760px;
    margin-bottom: 22px;
    color: #3e4a5d;
    font-size: clamp(17px, 2.2vw, 20px);
    line-height: 1.65;
  }

  .tp-card-page .tp-hero {
    padding: 34px;
    border: 1px solid #e5e0d4;
    border-radius: 20px;
    background: linear-gradient(140deg, #fbfaf6 0%, #f3f7f8 100%);
  }

  .tp-card-page .tp-hero-head {
    max-width: 810px;
  }

  .tp-card-page .tp-hero-head h2 {
    max-width: 780px;
    margin-bottom: 16px;
  }

  .tp-card-page .tp-hero-head .tp-lead {
    max-width: 800px;
    margin-bottom: 0;
  }

  .tp-card-page .tp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
    gap: 28px;
    align-items: stretch;
    margin-top: 30px;
  }

  .tp-card-page .tp-split {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);
    gap: 32px;
    align-items: center;
  }

  .tp-card-page .tp-hero-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    border: 1px solid #dfe6e9;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
  }

  .tp-card-page .tp-hero-copy h3 {
    margin-bottom: 12px;
    font-size: 21px;
  }

  .tp-card-page .tp-hero-copy p {
    color: #4b586a;
    font-size: 15px;
    line-height: 1.68;
  }

  .tp-card-page .tp-figure {
    margin: 0;
  }

  .tp-card-page .tp-figure img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #f4f4f4;
    box-shadow: 0 14px 36px rgba(20, 34, 57, 0.12);
  }

  .tp-card-page .tp-hero .tp-figure img {
    flex: 1 1 auto;
    min-height: 390px;
    aspect-ratio: auto;
    object-position: center;
  }

  .tp-card-page .tp-hero .tp-figure {
    display: flex;
    min-height: 100%;
    flex-direction: column;
  }

  .tp-card-page .tp-figure figcaption {
    margin-top: 10px;
    color: var(--tp-muted);
    font-size: 13px;
    line-height: 1.5;
  }

  .tp-card-page .tp-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
  }

  .tp-card-page .tp-tags li {
    padding: 7px 11px;
    border: 1px solid #cdd9df;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    color: #294d62;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
  }

  .tp-card-page .tp-hero .tp-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 16px;
  }

  .tp-card-page .tp-hero .tp-tags li {
    display: flex;
    min-height: 38px;
    align-items: center;
    padding: 8px 10px;
    border-radius: 9px;
    background: #fff;
  }

  .tp-card-page .tp-hero .tp-tags li:last-child {
    grid-column: 1 / -1;
  }

  .tp-card-page .tp-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
  }

  .tp-card-page .tp-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 0;
    border-radius: 7px;
    background: var(--tp-blue-dark);
    color: var(--tp-white);
    font: inherit;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }

  .tp-card-page .tp-btn:hover,
  .tp-card-page .tp-btn:focus-visible {
    background: #102f42;
    transform: translateY(-1px);
    outline: 3px solid rgba(49, 91, 119, 0.2);
    outline-offset: 3px;
  }

  .tp-card-page .tp-note {
    margin-top: 22px;
    padding: 18px 20px;
    border-left: 4px solid var(--tp-gold);
    border-radius: 0 10px 10px 0;
    background: var(--tp-cream);
  }

  .tp-card-page .tp-note strong {
    display: block;
    margin-bottom: 4px;
  }

  .tp-card-page .tp-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
  }

  .tp-card-page .tp-feature {
    padding: 22px;
    border: 1px solid var(--tp-line);
    border-radius: 14px;
    background: var(--tp-white);
  }

  .tp-card-page .tp-feature h3 {
    font-size: 18px;
  }

  .tp-card-page .tp-feature p {
    margin: 0;
    color: var(--tp-muted);
    font-size: 14px;
  }

  .tp-card-page .tp-kicker {
    margin-bottom: 24px;
    color: var(--tp-muted);
  }

  .tp-card-page .tp-after-grid {
    margin-top: 22px;
  }

  .tp-card-page .tp-table-wrap {
    width: 100%;
    margin-top: 22px;
    overflow-x: auto;
    border: 1px solid var(--tp-line);
    border-radius: 12px;
    -webkit-overflow-scrolling: touch;
  }

  .tp-card-page table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    background: var(--tp-white);
    font-size: 14px;
  }

  .tp-card-page th,
  .tp-card-page td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--tp-line);
    text-align: left;
    vertical-align: top;
  }

  .tp-card-page tr:last-child th,
  .tp-card-page tr:last-child td {
    border-bottom: 0;
  }

  .tp-card-page th {
    width: 25%;
    background: #f5f7f8;
    color: #28364a;
    font-weight: 700;
  }

  .tp-card-page .tp-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: tp-step;
  }

  .tp-card-page .tp-steps li {
    position: relative;
    padding: 50px 16px 18px;
    border-radius: 12px;
    background: #f5f7f8;
    counter-increment: tp-step;
  }

  .tp-card-page .tp-steps li::before {
    position: absolute;
    top: 14px;
    left: 16px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: var(--tp-blue-dark);
    color: #fff;
    content: counter(tp-step);
    font-size: 13px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
  }

  .tp-card-page .tp-steps strong {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
  }

  .tp-card-page .tp-steps span {
    display: block;
    color: var(--tp-muted);
    font-size: 13px;
    line-height: 1.55;
  }

  .tp-card-page .tp-faq {
    margin-top: 22px;
    border-top: 1px solid var(--tp-line);
  }

  .tp-card-page .tp-faq-item {
    border-bottom: 1px solid var(--tp-line);
  }

  .tp-card-page .tp-faq-question {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 2px;
    border: 0;
    background: transparent;
    color: var(--tp-ink);
    font: inherit;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
    cursor: pointer;
  }

  .tp-card-page .tp-faq-question:hover,
  .tp-card-page .tp-faq-question:focus-visible {
    color: var(--tp-blue);
    outline: 0;
  }

  .tp-card-page .tp-faq-icon {
    flex: 0 0 30px;
    color: var(--tp-blue-dark);
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
  }

  .tp-card-page .tp-faq-answer {
    padding: 0 44px 20px 2px;
    color: var(--tp-muted);
  }

  .tp-card-page .tp-faq-answer[hidden] {
    display: none !important;
  }

  .tp-card-page .tp-cta {
    padding: 42px;
    border-radius: 18px;
    background: var(--tp-ink);
    color: #eaf0f5;
  }

  .tp-card-page .tp-cta h2 {
    color: #fff;
  }

  .tp-card-page .tp-cta .tp-eyebrow {
    color: #dcb461;
  }

  .tp-card-page .tp-cta .tp-btn {
    background: var(--tp-gold);
    color: #17223b;
  }

  .tp-card-page .tp-cta .tp-btn:hover,
  .tp-card-page .tp-cta .tp-btn:focus-visible {
    background: #dcb461;
  }

  .tp-card-page .tp-cta .tp-btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.62);
    background: transparent;
    color: #fff;
  }

  .tp-card-page .tp-cta .tp-btn-secondary:hover,
  .tp-card-page .tp-cta .tp-btn-secondary:focus-visible {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }

  .tp-card-page .tp-legal {
    margin: 18px 0 0;
    color: #bbc6d1;
    font-size: 12px;
    line-height: 1.6;
  }

  @media (max-width: 760px) {
    .tp-card-page {
      font-size: 15px;
    }

    .tp-card-page .tp-section {
      padding: 40px 0;
    }

    .tp-card-page .tp-hero,
    .tp-card-page .tp-cta {
      padding: 24px 18px;
      border-radius: 14px;
    }

    .tp-card-page .tp-hero-grid,
    .tp-card-page .tp-split,
    .tp-card-page .tp-grid-3 {
      grid-template-columns: 1fr;
    }

    .tp-card-page .tp-hero-grid {
      gap: 26px;
      margin-top: 24px;
    }

    .tp-card-page .tp-hero-copy {
      padding: 20px;
    }

    .tp-card-page .tp-hero .tp-figure {
      display: block;
      min-height: 0;
    }

    .tp-card-page .tp-hero .tp-figure img {
      min-height: 0;
      aspect-ratio: 4 / 3;
    }

    .tp-card-page .tp-grid-3 {
      gap: 12px;
    }

    .tp-card-page .tp-steps {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 440px) {
    .tp-card-page .tp-btn,
    .tp-card-page .tp-btn-row {
      width: 100%;
    }

    .tp-card-page .tp-steps {
      grid-template-columns: 1fr;
    }

    .tp-card-page .tp-hero .tp-tags {
      grid-template-columns: 1fr;
    }

    .tp-card-page .tp-hero .tp-tags li:last-child {
      grid-column: auto;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .tp-card-page .tp-btn {
      transition: none;
    }
  }
