
    .woh-skull-page {
      font-family: Arial, Helvetica, sans-serif;
      color: #26313d;
      background: #fffaf4;
      line-height: 1.65;
    }
    .woh-skull-page * {
      box-sizing: border-box;
    }
    .woh-skull-page a {
      color: #9f1239;
      text-decoration: none;
    }
    .woh-skull-page a:hover {
      text-decoration: underline;
    }
    .woh-skull-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .woh-skull-page h1,
    .woh-skull-page h2,
    .woh-skull-page h3 {
      color: #171923;
      line-height: 1.2;
      margin-top: 0;
      letter-spacing: 0;
    }
    .woh-skull-page h1 {
      font-size: 42px;
    }
    .woh-skull-page h2 {
      font-size: 25px;
    }
    .woh-skull-page h3 {
      font-size: 19px;
    }
    .woh-skull-page p {
      margin: 0;
    }
    .woh-skull-page p,
    .woh-skull-page li,
    .woh-skull-page td,
    .woh-skull-page th,
    .woh-skull-page a {
      font-size: 16px;
    }
    .keyword-link {
      display: inline;
      color: #9f1239 !important;
      border-bottom: 2px solid #f9a8d4;
      font-weight: 700;
    }
    .page-wrap {
      width: 100%;
      max-width: 1180px;
      padding: 0 20px;
    }
    .hero-spacing {
      padding-top: 72px;
      padding-bottom: 72px;
    }
    .section-spacing {
      padding-top: 74px;
      padding-bottom: 74px;
    }
    .module-head {
      margin-bottom: 30px;
      max-width: 760px;
    }
    .module-head h2 {
      margin-bottom: 10px;
    }
    .module-kicker {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      margin-bottom: 12px;
      padding: 6px 11px;
      border-radius: 999px;
      background: #f3e8ff;
      color: #6b21a8;
      font-size: 14px !important;
      font-weight: 700;
    }
    .module-copy {
      color: #53606f;
      max-width: 700px;
    }
    .roomy-grid {
      gap: 30px;
    }
    .roomy-card {
      padding: 30px;
    }
    .roomy-card h3 {
      margin-bottom: 16px;
    }
    .soft-panel {
      background: #ffffff;
      border: 1px solid #eadfd5;
      border-radius: 8px;
      box-shadow: 0 12px 30px rgba(23, 25, 35, 0.08);
    }
    .accent-pill {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      padding: 7px 12px;
      border-radius: 999px;
      background: #fce7f3;
      color: #831843;
      font-size: 14px;
      font-weight: 700;
    }
    .cta-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 12px 18px;
      border-radius: 8px;
      background: #171923;
      color: #ffffff !important;
      font-weight: 700;
      box-shadow: 0 10px 20px rgba(23, 25, 35, 0.18);
    }
    .cta-link:hover {
      text-decoration: none !important;
      background: #3f1826;
    }
    @media (max-width: 768px) {
      .woh-skull-page h1 {
        font-size: 32px;
      }
      .woh-skull-page h2 {
        font-size: 23px;
      }
      .page-wrap {
        padding: 0 16px;
      }
      .hero-spacing {
        padding-top: 48px;
        padding-bottom: 52px;
      }
      .section-spacing {
        padding-top: 54px;
        padding-bottom: 54px;
      }
      .module-head {
        margin-bottom: 22px;
      }
      .roomy-card {
        padding: 22px;
      }
    }
  