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

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

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

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

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

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

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

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

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

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

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

    /* ============ WEIGHT CHART CARDS ============ */
    .sda-weight-chart {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin: 24px 0;
    }
    .sda-weight-card {
      background: #f7f6f4;
      border-radius: 12px;
      padding: 24px 26px;
    }
    .sda-weight-card-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
      margin-bottom: 12px;
    }
    .sda-weight-card-title {
      font-size: 18px;
      font-weight: 800;
      color: #111111;
      margin: 0;
    }
    .sda-weight-badge {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      padding: 6px 14px;
      border-radius: 999px;
      white-space: nowrap;
    }
    .sda-weight-badge.easy {
      background: #e6f3e8;
      color: #2f8f4e;
    }
    .sda-weight-badge.moderate {
      background: #fdeee0;
      color: #d3752b;
    }
    .sda-weight-badge.hard {
      background: #fbe4e1;
      color: #c0392b;
    }
    .sda-weight-card-weight {
      font-size: 15px;
      font-weight: 700;
      color: #444444;
      margin: 0 0 10px;
    }
    .sda-weight-card-desc {
      font-size: 15.5px;
      color: #666666;
      margin: 0;
      line-height: 1.7;
    }
    .sda-weight-card-desc strong {
      color: #111111;
    }

    /* ============ LIFTING STEPS ============ */
    .sda-weight-step-num {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.06em;
      color: #d9531e;
      margin-bottom: 4px;
    }

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

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

    /* ============ RESPONSIVE ============ */
    @media (max-width: 560px) {
      .sda-weight { padding: 56px 18px; }
      .sda-weight-card-top { flex-direction: column; align-items: flex-start; }
    }
  