
    .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: #257267;
      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 {
      margin: 0;
    }
    .senseng-page p,
    .senseng-page li,
    .senseng-page td,
    .senseng-page th,
    .senseng-page a {
      font-size: 16px;
    }
    .keyword-link {
      display: inline;
      color: #257267 !important;
      border-bottom: 2px solid #e3b06d;
      font-weight: 700;
    }
    .content-wrap {
      width: 100%;
      max-width: 1180px;
      padding: 56px 22px;
    }
    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
      gap: 34px;
      align-items: center;
    }
    .media-grid {
      display: grid;
      grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
      gap: 28px;
      align-items: start;
    }
    .video-rail {
      display: grid;
      gap: 16px;
      width: 100%;
      max-width: 360px;
      margin: 0 auto;
    }
    .soft-card {
      background: #ffffff;
      border: 1px solid #eadfd2;
      border-radius: 8px;
      box-shadow: 0 10px 26px rgba(28, 35, 42, 0.07);
    }
    .accent-panel {
      background: #f4eee6;
      border-left: 4px solid #c6864a;
      border-radius: 8px;
    }
    .cta-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 11px 18px;
      background: #257267;
      color: #ffffff !important;
      border-radius: 6px;
      font-weight: 700;
      text-decoration: none !important;
    }
    @media (max-width: 860px) {
      .hero-grid,
      .media-grid {
        grid-template-columns: 1fr;
      }
      .senseng-page h1 {
        font-size: 32px;
      }
      .content-wrap {
        padding: 42px 18px;
      }
      .video-rail {
        max-width: 340px;
      }
    }
  