
    .fitiger-page {
      font-family: Arial, Helvetica, sans-serif;
      color: #24303a;
      background: #f8f7f2;
      line-height: 1.65;
    }
    .fitiger-page * {
      box-sizing: border-box;
    }
    .fitiger-page a {
      color: #0f766e;
      text-decoration: none;
    }
    .fitiger-page a:hover {
      text-decoration: underline;
    }
    .fitiger-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .fitiger-page h1,
    .fitiger-page h2,
    .fitiger-page h3 {
      color: #12212b;
      line-height: 1.15;
      margin-top: 0;
    }
    .fitiger-page h1 {
      font-size: 40px;
    }
    .fitiger-page h2 {
      font-size: 26px;
    }
    .fitiger-page h3 {
      font-size: 20px;
    }
    .fitiger-page p,
    .fitiger-page li,
    .fitiger-page th,
    .fitiger-page td,
    .fitiger-page a {
      font-size: 16px;
    }
    .fitiger-page p {
      margin: 0;
    }
    .page-wrap {
      width: 100%;
      max-width: 1180px;
      padding: 56px 22px;
    }
    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
      gap: 34px;
      align-items: center;
    }
    .media-grid {
      display: grid;
      grid-template-columns: minmax(280px, 400px) minmax(0, 1fr);
      gap: 26px;
      align-items: start;
    }
    .media-stack {
      display: grid;
      gap: 14px;
    }
    .media-image {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      border-radius: 8px;
      box-shadow: 0 14px 28px rgba(17, 24, 39, 0.14);
      background: #e5e7eb;
    }
    .soft-card {
      background: #ffffff;
      border: 1px solid #d9e2dc;
      border-radius: 8px;
      box-shadow: 0 10px 24px rgba(24, 33, 47, 0.07);
    }
    .accent-card {
      background: #eef6f3;
      border-left: 4px solid #0f766e;
      border-radius: 8px;
    }
    .keyword-link {
      display: inline;
      color: #0f766e !important;
      font-weight: 700;
      border-bottom: 2px solid #b9dcd7;
    }
    .cta-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 11px 18px;
      border-radius: 6px;
      background: #0f766e;
      color: #ffffff !important;
      font-weight: 700;
      text-decoration: none !important;
    }
    .series-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 9px 14px;
      border-radius: 6px;
      border: 1px solid #d9e2dc;
      background: #ffffff;
      color: #0f766e;
      font-weight: 700;
    }
    @media (max-width: 860px) {
      .hero-grid,
      .media-grid {
        grid-template-columns: 1fr;
      }
      .fitiger-page h1 {
        font-size: 32px;
      }
      .page-wrap {
        padding: 42px 18px;
      }
    }
  