
    html,
    body {
      margin: 0;
      background: #f6f8f7;
      color: #18202a;
    }
    .mayissi-page {
      font-family: Arial, Helvetica, sans-serif;
      color: #18202a;
      background: #f6f8f7;
      line-height: 1.65;
    }
    .mayissi-page * {
      box-sizing: border-box;
    }
    .mayissi-page a {
      color: #0f766e;
      text-decoration: none;
    }
    .mayissi-page a:hover {
      color: #0b5f59;
      text-decoration: underline;
    }
    .mayissi-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .mayissi-page h1,
    .mayissi-page h2,
    .mayissi-page h3,
    .mayissi-page p {
      margin-top: 0;
    }
    .mayissi-page h1,
    .mayissi-page h2,
    .mayissi-page h3 {
      color: #111827;
      line-height: 1.2;
    }
    .mayissi-page p,
    .mayissi-page li,
    .mayissi-page td,
    .mayissi-page th,
    .mayissi-page a {
      font-size: 16px;
    }
    .mayissi-shell {
      width: 100%;
      max-width: 1180px;
      padding: 54px 20px;
    }
    .mayissi-card {
      background: #ffffff;
      border: 1px solid #d9e4df;
      border-radius: 8px;
      box-shadow: 0 12px 30px rgba(17, 24, 39, 0.07);
    }
    .mayissi-soft {
      background: #eef7f4;
      border: 1px solid #cfe3dc;
      border-radius: 8px;
    }
    .mayissi-cta {
      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;
    }
    .mayissi-ghost {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 10px 16px;
      border-radius: 6px;
      border: 1px solid #0f766e;
      background: #ffffff;
      color: #0f766e !important;
      font-weight: 700;
    }
    .keyword-link {
      color: #0f766e !important;
      border-bottom: 2px solid #d6a84f;
      font-weight: 700;
    }
    .mayissi-video-card {
      padding: 12px;
      background: #111827;
      border-radius: 8px;
      box-shadow: 0 12px 30px rgba(17, 24, 39, 0.12);
    }
    .mayissi-page .grid {
      display: grid;
    }
    .mayissi-page .grid > * {
      min-width: 0;
    }
    .mayissi-page .flex {
      display: flex;
    }
    .mayissi-page .flex-wrap {
      flex-wrap: wrap;
    }
    .mayissi-page .justify-center {
      justify-content: center;
    }
    .mayissi-page .items-center {
      align-items: center;
    }
    .mayissi-page .items-start {
      align-items: flex-start;
    }
    .mayissi-page .gap-3 {
      gap: 12px;
    }
    .mayissi-page .gap-4 {
      gap: 16px;
    }
    .mayissi-page .gap-5 {
      gap: 20px;
    }
    .mayissi-page .gap-8 {
      gap: 32px;
    }
    .mayissi-page .gap-10 {
      gap: 40px;
    }
    .mayissi-page .space-y-4 > * + * {
      margin-top: 16px;
    }
    .mayissi-page .space-y-5 > * + * {
      margin-top: 20px;
    }
    .mayissi-page .mb-2 {
      margin-bottom: 8px;
    }
    .mayissi-page .mb-3 {
      margin-bottom: 12px;
    }
    .mayissi-page .mb-4 {
      margin-bottom: 16px;
    }
    .mayissi-page .mb-5 {
      margin-bottom: 20px;
    }
    .mayissi-page .mb-6 {
      margin-bottom: 24px;
    }
    .mayissi-page .mb-7 {
      margin-bottom: 28px;
    }
    .mayissi-page .mt-3 {
      margin-top: 12px;
    }
    .mayissi-page .p-4 {
      padding: 16px;
    }
    .mayissi-page .p-5 {
      padding: 20px;
    }
    .mayissi-page .px-4 {
      padding-left: 16px;
      padding-right: 16px;
    }
    .mayissi-page .py-2 {
      padding-top: 8px;
      padding-bottom: 8px;
    }
    .mayissi-page .text-sm {
      font-size: 14px;
    }
    .mayissi-page .text-base {
      font-size: 16px;
    }
    .mayissi-page .text-lg {
      font-size: 18px;
    }
    .mayissi-page .text-xl {
      font-size: 20px;
    }
    .mayissi-page .text-3xl {
      font-size: 30px;
    }
    .mayissi-page .text-4xl {
      font-size: 36px;
    }
    .mayissi-page .font-bold {
      font-weight: 700;
    }
    .mayissi-page .font-semibold {
      font-weight: 600;
    }
    .mayissi-page .uppercase {
      text-transform: uppercase;
    }
    .mayissi-page .tracking-wide {
      letter-spacing: 0.025em;
    }
    .mayissi-page .rounded-full {
      border-radius: 999px;
    }
    .mayissi-page .rounded-lg {
      border-radius: 8px;
    }
    .mayissi-page .shadow-sm {
      box-shadow: 0 4px 12px rgba(17, 24, 39, 0.06);
    }
    .mayissi-page .shadow-xl {
      box-shadow: 0 18px 40px rgba(17, 24, 39, 0.14);
    }
    .mayissi-page .bg-white {
      background: #ffffff;
    }
    .mayissi-page .w-full {
      width: 100%;
    }
    .mayissi-page .h-auto {
      height: auto;
    }
    .mayissi-page .max-w-md {
      max-width: 448px;
    }
    .mayissi-page .max-w-3xl {
      max-width: 768px;
    }
    .mayissi-page .object-cover {
      object-fit: cover;
    }
    .mayissi-page .overflow-x-auto {
      overflow-x: auto;
      max-width: 100%;
    }
    .mayissi-page .cursor-pointer {
      cursor: pointer;
    }
    @media (min-width: 640px) {
      .mayissi-page .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
    @media (min-width: 768px) {
      .mayissi-page .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
      .mayissi-page .md\:text-5xl {
        font-size: 48px;
      }
    }
    @media (min-width: 1024px) {
      .mayissi-page .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .mayissi-page .lg\:items-center {
        align-items: center;
      }
      .mayissi-page .lg\:items-start {
        align-items: flex-start;
      }
      .mayissi-page .lg\:justify-end {
        justify-content: flex-end;
      }
    }
    @media (max-width: 768px) {
      .mayissi-shell {
        padding: 38px 18px;
      }
      .mayissi-page h1 {
        font-size: 32px !important;
      }
      .mayissi-page h2 {
        font-size: 25px !important;
      }
      .mayissi-page .overflow-x-auto table {
        min-width: 640px;
      }
    }
  