
    .skull-page {
      font-family: Arial, Helvetica, sans-serif;
      color: #24303a;
      background: linear-gradient(180deg, #fff9f4 0%, #fffdf9 42%, #f9f5ef 100%);
      line-height: 1.65;
    }
    .skull-page * {
      box-sizing: border-box;
    }
    .skull-page a {
      color: #8a1c3c;
      text-decoration: none;
    }
    .skull-page a:hover {
      text-decoration: underline;
    }
    .skull-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .skull-page h1,
    .skull-page h2,
    .skull-page h3 {
      color: #171923;
      line-height: 1.2;
      margin-top: 0;
      letter-spacing: 0;
    }
    .skull-page h1 {
      font-size: 42px;
      margin-bottom: 18px;
    }
    .skull-page h2 {
      font-size: 26px;
      margin-bottom: 14px;
    }
    .skull-page h3 {
      font-size: 19px;
      margin-bottom: 12px;
    }
    .skull-page p,
    .skull-page li,
    .skull-page td,
    .skull-page th,
    .skull-page a {
      font-size: 16px;
    }
    .page-wrap {
      width: 100%;
      max-width: 1180px;
      padding: 0 20px;
    }
    .hero-spacing {
      padding-top: 72px;
      padding-bottom: 72px;
    }
    .section-spacing {
      padding-top: 68px;
      padding-bottom: 68px;
    }
    .soft-panel {
      background: rgba(255, 255, 255, 0.92);
      border: 1px solid #eadfd5;
      border-radius: 10px;
      box-shadow: 0 14px 34px rgba(23, 25, 35, 0.08);
    }
    .roomy-card {
      padding: 28px;
    }
    .module-head {
      margin-bottom: 28px;
      max-width: 760px;
    }
    .module-kicker {
      display: inline-flex;
      align-items: center;
      margin-bottom: 12px;
      padding: 6px 12px;
      border-radius: 999px;
      background: #fee2e2;
      color: #9f1239;
      font-size: 14px !important;
      font-weight: 700;
    }
    .module-copy {
      color: #53606f;
      max-width: 720px;
    }
    .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;
    }
    .keyword-link {
      display: inline;
      color: #8a1c3c !important;
      border-bottom: 2px solid #f9a8d4;
      font-weight: 700;
    }
    .cta-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 12px 18px;
      border-radius: 8px;
      background: #1f2937;
      color: #ffffff !important;
      font-weight: 700;
      box-shadow: 0 10px 20px rgba(31, 41, 55, 0.18);
    }
    .cta-link:hover {
      background: #3f1826;
      text-decoration: none !important;
    }
    .media-frame {
      width: 100%;
      max-width: 420px;
      margin: 0 auto;
      border-radius: 14px;
      overflow: hidden;
      background: linear-gradient(180deg, #fff6ee 0%, #f6ede6 100%);
      border: 1px solid #efe1d5;
    }
    .media-frame img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    .faq-stack {
      display: flex;
      flex-direction: column;
      gap: 28px;
      text-align: left;
    }
    .faq-item {
      padding-bottom: 22px;
      border-bottom: 1px solid #ece5dc;
    }
    .faq-item:last-child {
      padding-bottom: 0;
      border-bottom: none;
    }
    .light-footer {
      background: #f7efe6;
      border-top: 1px solid #eadfd5;
      padding: 24px 16px;
      text-align: center;
    }
    .light-footer p {
      color: #374151 !important;
      margin: 0;
      font-size: 15px;
    }
    @media (max-width: 768px) {
      .skull-page h1 {
        font-size: 32px;
      }
      .skull-page h2 {
        font-size: 23px;
      }
      .page-wrap {
        padding: 0 16px;
      }
      .hero-spacing {
        padding-top: 48px;
        padding-bottom: 52px;
      }
      .section-spacing {
        padding-top: 52px;
        padding-bottom: 52px;
      }
      .roomy-card {
        padding: 22px;
      }
      .faq-stack {
        gap: 22px;
      }
      .faq-item {
        padding-bottom: 18px;
      }
    }
  