
    .page {
      font-family: Arial, Helvetica, sans-serif;
      background:
        radial-gradient(circle at top right, rgba(219, 174, 111, 0.16), transparent 32%),
        linear-gradient(180deg, #fffdf9 0%, #f7efe3 100%);
      color: #22303a;
      line-height: 1.65;
    }
    .page * {
      box-sizing: border-box;
    }
    .page a {
      color: #85562f;
      text-decoration: none;
    }
    .page a:hover {
      text-decoration: underline;
    }
    .page img,
    .page video {
      display: block;
      max-width: 100%;
    }
    .page h1,
    .page h2,
    .page h3 {
      color: #17212a;
      line-height: 1.18;
      margin-top: 0;
    }
    .page h1 {
      font-size: 40px;
    }
    .page h2 {
      font-size: 26px;
    }
    .page h3 {
      font-size: 18px;
    }
    .page p,
    .page li,
    .page td,
    .page th,
    .page a,
    .page summary {
      font-size: 16px;
    }
    .keyword-link {
      color: #7a4f27 !important;
      border-bottom: 2px solid #d7a96c;
      font-weight: 700;
    }
    .soft-card {
      background: rgba(255, 255, 255, 0.94);
      border: 1px solid #e8dccb;
      border-radius: 18px;
      box-shadow: 0 16px 36px rgba(64, 41, 19, 0.08);
    }
    .gold-panel {
      background: linear-gradient(135deg, #fff8ef 0%, #f6e5d0 100%);
      border: 1px solid #e7ccb0;
      border-radius: 18px;
    }
    .mist-panel {
      background: #fffaf4;
      border: 1px solid #eedfce;
      border-radius: 18px;
    }
    .cta-primary {
      background: #85562f;
      color: #ffffff !important;
      border-radius: 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      padding: 12px 18px;
      box-shadow: 0 14px 28px rgba(133, 86, 47, 0.18);
    }
    .cta-secondary {
      background: #ffffff;
      color: #85562f !important;
      border: 1px solid #d7a96c;
      border-radius: 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      padding: 12px 18px;
    }
    .video-shell {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      width: 100%;
      padding: 14px;
      background: linear-gradient(135deg, #f7eadb 0%, #fff9f2 100%);
      border: 1px solid #e7d3bd;
      border-radius: 18px;
    }
    .video-shell video {
      width: 100%;
      max-width: 340px;
      height: auto;
      max-height: 604px;
      border-radius: 14px;
      object-fit: cover;
      background: #f4ede3;
      box-shadow: 0 16px 30px rgba(57, 41, 24, 0.16);
    }
    @media (max-width: 640px) {
      .page h1 {
        font-size: 32px;
      }
      .page h2 {
        font-size: 23px;
      }
      .cta-primary,
      .cta-secondary {
        width: 100%;
      }
      .video-shell {
        padding: 10px;
      }
      .video-shell video {
        max-width: 300px;
      }
    }
  