
    .senseng-page {
      font-family: Arial, Helvetica, sans-serif;
      color: #24313d;
      background: #fbfaf7;
      line-height: 1.65;
    }
    .senseng-page * {
      box-sizing: border-box;
    }
    .senseng-page a {
      color: #236f66;
      text-decoration: none;
    }
    .senseng-page a:hover {
      text-decoration: underline;
    }
    .senseng-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .senseng-page h1,
    .senseng-page h2,
    .senseng-page h3 {
      color: #17232e;
      line-height: 1.2;
      margin-top: 0;
    }
    .senseng-page h1 {
      font-size: 40px;
    }
    .senseng-page h2 {
      font-size: 24px;
    }
    .senseng-page h3 {
      font-size: 19px;
    }
    .senseng-page p,
    .senseng-page li,
    .senseng-page td,
    .senseng-page th,
    .senseng-page a {
      font-size: 16px;
    }
    .senseng-page p {
      margin: 0;
    }
    .keyword-link {
      display: inline;
      color: #236f66 !important;
      border-bottom: 2px solid #e1b46f;
      font-weight: 700;
    }
    .page-wrap {
      width: 100%;
      max-width: 1180px;
      padding: 56px 22px;
    }
    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
      gap: 34px;
      align-items: center;
    }
    .media-grid {
      display: grid;
      grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
      gap: 24px;
      align-items: start;
    }
    .panel {
      background: #ffffff;
      border: 1px solid #e8ddd0;
      border-radius: 8px;
      box-shadow: 0 10px 24px rgba(28, 35, 42, 0.07);
    }
    .note-panel {
      background: #f4eee5;
      border-left: 4px solid #c7894f;
      border-radius: 8px;
    }
    .soft-badge {
      display: inline-flex;
      align-items: center;
      min-height: 36px;
      padding: 7px 12px;
      border: 1px solid #e4d7c8;
      border-radius: 999px;
      background: #fffdf8;
      color: #4b5563;
      font-size: 14px;
      font-weight: 700;
    }
    @media (max-width: 900px) {
      .hero-grid,
      .media-grid {
        grid-template-columns: 1fr;
      }
      .senseng-page h1 {
        font-size: 32px;
      }
      .page-wrap {
        padding: 42px 18px;
      }
    }
  