
    .sda-torso {
      background: #ffffff;
      color: #2a2a2a;
      font-family: "Helvetica Neue", Helvetica, Arial, "Segoe UI", sans-serif;
      line-height: 1.85;
      padding: 80px 24px;
    }

    .sda-torso *,
    .sda-torso *::before,
    .sda-torso *::after {
      box-sizing: border-box;
    }

    .sda-torso-shell {
      max-width: 820px;
      margin: 0 auto;
    }

    /* ============ HEADER ============ */
    .sda-torso-header {
      text-align: center;
      margin-bottom: 56px;
    }
    .sda-torso-title {
      font-size: clamp(30px, 4.8vw, 44px);
      font-weight: 800;
      color: #111111;
      margin: 0 0 16px;
      line-height: 1.25;
    }
    .sda-torso-subtitle {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #888888;
      margin: 0;
    }

    /* ============ ROWS ============ */
    .sda-torso-row {
      margin-bottom: 56px;
    }
    .sda-torso-row:last-child { margin-bottom: 0; }

    .sda-torso-eyebrow {
      display: inline-block;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #d9531e;
      margin-bottom: 10px;
    }

    .sda-torso-h2 {
      font-size: clamp(24px, 3.2vw, 32px);
      font-weight: 800;
      color: #111111;
      margin: 0 0 18px;
      line-height: 1.3;
    }

    .sda-torso-h3 {
      font-size: clamp(17px, 2.2vw, 19px);
      font-weight: 700;
      color: #1a1a1a;
      margin: 26px 0 10px;
    }

    .sda-torso-text {
      font-size: clamp(18px, 2.2vw, 21px);
      color: #555555;
      margin: 0 0 16px;
    }
    .sda-torso-text:last-child { margin-bottom: 0; }
    .sda-torso-text strong {
      color: #d9531e;
      font-weight: 700;
    }

    /* ============ LISTS ============ */
    .sda-torso ul {
      list-style: none;
      margin: 0 0 16px;
      padding: 0;
    }
    .sda-torso ul li {
      position: relative;
      padding-left: 24px;
      font-size: clamp(16px, 2vw, 18px);
      color: #555555;
      margin-bottom: 10px;
    }
    .sda-torso ul li:last-child { margin-bottom: 0; }
    .sda-torso ul li::before {
      content: '—';
      position: absolute;
      left: 0;
      color: #d9531e;
      font-weight: 700;
    }
    .sda-torso ul li strong {
      color: #1a1a1a;
      font-weight: 700;
    }

    /* ============ CALLOUT ============ */
    .sda-torso-callout {
      background: #fdf3ee;
      border-left: 4px solid #d9531e;
      border-radius: 4px;
      padding: 20px 24px;
      margin: 28px 0;
    }
    .sda-torso-callout-label {
      display: block;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #d9531e;
      margin-bottom: 8px;
    }
    .sda-torso-callout p {
      margin: 0;
      font-size: clamp(17px, 2.1vw, 19px);
      color: #3a3a3a;
      line-height: 1.75;
    }

    /* ============ TWO-CARD COMPARE ============ */
    .sda-torso-compare {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin: 24px 0;
    }
    .sda-torso-compare-card {
      background: #f7f6f4;
      border-radius: 10px;
      overflow: hidden;
    }
    .sda-torso-compare-card.accent {
      background: #fdf3ee;
    }
    .sda-torso-compare-head {
      background: #111111;
      color: #ffffff;
      font-size: 15.5px;
      font-weight: 700;
      padding: 14px 20px;
    }
    .sda-torso-compare-card.accent .sda-torso-compare-head {
      background: #d9531e;
    }
    .sda-torso-compare-body {
      padding: 20px;
    }
    .sda-torso-compare-body p {
      font-size: 15.5px;
      color: #555555;
      margin: 0 0 12px;
      line-height: 1.6;
    }
    .sda-torso-compare-body p strong {
      color: #111111;
      font-weight: 700;
    }
    .sda-torso-compare-body ul {
      margin-top: 12px;
    }
    .sda-torso-compare-body ul li {
      font-size: 15px;
    }

    /* ============ DECISION MATRIX ============ */
    .sda-torso-matrix {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin: 24px 0;
    }
    .sda-torso-matrix-card {
      border: 2px solid #111111;
      border-radius: 10px;
      padding: 22px 20px;
    }
    .sda-torso-matrix-card.accent {
      border-color: #d9531e;
    }
    .sda-torso-matrix-title {
      font-size: 16.5px;
      font-weight: 800;
      color: #111111;
      margin: 0 0 14px;
    }
    .sda-torso-matrix-card.accent .sda-torso-matrix-title {
      color: #d9531e;
    }
    .sda-torso-matrix-card ul li {
      font-size: 15px;
    }

    /* ============ FAQ ============ */
    .sda-torso-faq-item {
      margin-bottom: 28px;
      padding-bottom: 28px;
      border-bottom: 1px solid #eeeeee;
    }
    .sda-torso-faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }
    .sda-torso-faq-q {
      font-size: clamp(19px, 2.4vw, 22px);
      font-weight: 700;
      color: #d9531e;
      margin: 0 0 10px;
    }
    .sda-torso-faq-a {
      font-size: clamp(17px, 2.1vw, 19px);
      color: #555555;
      margin: 0;
    }

    /* ============ DIVIDER ============ */
    .sda-torso-divider {
      border: none;
      border-top: 1px solid #e5e5e5;
      margin: 56px 0;
    }

    /* ============ RESPONSIVE ============ */
    @media (max-width: 700px) {
      .sda-torso-compare { grid-template-columns: 1fr; }
      .sda-torso-matrix { grid-template-columns: 1fr; }
    }
    @media (max-width: 560px) {
      .sda-torso { padding: 56px 18px; }
    }
  