:root {
      --p-black: #050202;
      --p-ink: #140607;
      --p-red: #dc1f1f;
      --p-red-2: #7b0711;
      --p-red-3: #3b0709;
      --p-gold: #ffd56a;
      --p-gold-2: #c18424;
      --p-cream: #fff7de;
      --p-white: #fffaf0;
      --p-muted: #cbb8a6;
      --p-line: rgba(255, 213, 106, 0.22);
      --p-max: 1160px;
    }

    * {
      box-sizing: border-box;
    }

    html,
    body {
      margin: 0;
      min-height: 100%;
      overflow-x: hidden;
    }

    body {
      min-width: 320px;
      color: var(--p-white);
      background:
        radial-gradient(circle at 18% 0%, rgba(220,31,31,0.32), transparent 28%),
        linear-gradient(180deg, #050202 0%, #110304 44%, #160506 68%, #f7efe5 68%, #f7efe5 100%);
      font-family: Arial, "Helvetica Neue", sans-serif;
      letter-spacing: 0;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      display: block;
      max-width: 100%;
    }

    .p-container {
      width: min(var(--p-max), calc(100% - 40px));
      margin: 0 auto;
    }

    .p-header {
      position: sticky;
      top: 0;
      z-index: 30;
      background: rgba(5, 2, 2, 0.94);
      border-bottom: 1px solid rgba(255, 213, 106, 0.16);
      backdrop-filter: blur(18px);
    }

    .p-header-inner {
      min-height: 84px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 26px;
    }

    .p-brand {
      display: inline-flex;
      align-items: center;
      gap: 13px;
      min-width: 0;
    }

    .p-logo {
      width: 58px;
      aspect-ratio: 1;
      border-radius: 16px;
      display: grid;
      place-items: center;
      color: #230607;
      background:
        radial-gradient(circle at 30% 24%, #fff8 0 10%, transparent 11%),
        linear-gradient(135deg, #fff2a0, #f2b22d 52%, #e22a22);
      box-shadow: 0 16px 34px rgba(240, 40, 34, 0.35), inset 0 1px 0 rgba(255,255,255,0.7);
      font-size: 18px;
      font-weight: 950;
    }

    .p-brand-name {
      display: block;
      color: var(--p-gold);
      font-size: 34px;
      font-weight: 950;
      line-height: 0.9;
      text-transform: uppercase;
      text-shadow: 0 2px 0 #7b0711, 0 0 20px rgba(255,213,106,0.34);
    }

    .p-brand-sub {
      display: block;
      margin-top: 6px;
      color: #ffefbe;
      font-size: 12px;
      font-weight: 850;
      text-transform: uppercase;
    }

    .p-nav {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 19px;
      color: #ffe9b8;
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .p-nav a {
      position: relative;
      padding: 10px 0;
    }

    .p-nav a.is-active::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 2px;
      height: 3px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--p-red), var(--p-gold));
    }

    .p-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      flex: 0 0 auto;
    }

    .p-btn {
      min-height: 42px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 20px;
      color: #220708;
      background: linear-gradient(135deg, #ffdf79, #d99323);
      box-shadow: 0 14px 34px rgba(255, 197, 62, 0.24), inset 0 1px 0 rgba(255,255,255,0.62);
      font-size: 13px;
      font-weight: 950;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .p-btn.secondary {
      color: #fff4cf;
      background: rgba(220, 31, 31, 0.24);
      border-color: rgba(255, 213, 106, 0.32);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    }

    .p-menu {
      display: none;
      width: 42px;
      height: 42px;
      border: 1px solid var(--p-line);
      border-radius: 12px;
      background: rgba(255,255,255,0.06);
      color: var(--p-white);
      font-size: 23px;
      line-height: 1;
    }

    .p-hero {
      position: relative;
      isolation: isolate;
      min-height: 675px;
      padding: 58px 0 50px;
      background:
        linear-gradient(180deg, rgba(5,2,2,0.3), rgba(5,2,2,1)),
        radial-gradient(circle at 72% 24%, rgba(255, 213, 106, 0.24), transparent 32%);
    }

    .p-hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 115px;
      z-index: -1;
      background: linear-gradient(180deg, transparent, #f7efe5);
    }

    .p-hero-frame {
      min-height: 545px;
      border: 1px solid rgba(255, 213, 106, 0.26);
      border-radius: 28px;
      overflow: hidden;
      position: relative;
      background: #120303;
      box-shadow:
        0 30px 90px rgba(0,0,0,0.44),
        0 0 0 1px rgba(220,31,31,0.20);
    }

    .p-hero-frame::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(5,2,2,0.98) 0%, rgba(14,3,4,0.92) 35%, rgba(30,4,6,0.32) 58%, rgba(30,4,6,0.06) 100%),
        url("/assets/pub88-hero.png") center right / cover no-repeat;
    }

    .p-hero-copy {
      position: relative;
      z-index: 1;
      width: min(570px, 100%);
      padding: 78px 58px;
    }

    .p-hero h1 {
      margin: 0;
      color: #fff;
      font-size: clamp(44px, 5vw, 76px);
      line-height: 0.94;
      font-weight: 950;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .p-hero h1 span {
      display: block;
      color: var(--p-gold);
      text-shadow: 0 0 34px rgba(255, 213, 106, 0.36);
    }

    .p-hero-text {
      width: min(500px, 100%);
      margin: 24px 0 0;
      color: #f5dfc5;
      font-size: 18px;
      line-height: 1.75;
    }

    .p-cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 30px;
    }

    .p-hero-stats {
      width: min(510px, 100%);
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      margin-top: 34px;
    }

    .p-stat {
      min-height: 82px;
      border: 1px solid rgba(255,213,106,0.16);
      border-radius: 16px;
      padding: 15px;
      background: rgba(13, 3, 4, 0.76);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    }

    .p-stat strong {
      display: block;
      color: var(--p-gold);
      font-size: 24px;
      font-weight: 950;
    }

    .p-stat span {
      display: block;
      margin-top: 4px;
      color: var(--p-muted);
      font-size: 12px;
      font-weight: 800;
      line-height: 1.35;
    }

    .p-main {
      color: #210d0d;
      background: #f7efe5;
    }

    .p-quick {
      margin-top: -46px;
      position: relative;
      z-index: 3;
    }

    .p-quick-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .p-quick-card {
      min-height: 172px;
      border: 1px solid #efd7bd;
      border-radius: 18px;
      padding: 24px;
      background: #fffaf2;
      box-shadow: 0 20px 54px rgba(70, 20, 15, 0.12);
    }

    .p-card-number {
      color: #d52323;
      font-size: 13px;
      font-weight: 950;
    }

    .p-quick-card h3 {
      margin: 16px 0 10px;
      color: #160606;
      font-size: 23px;
      line-height: 1.15;
    }

    .p-quick-card p {
      margin: 0;
      color: #6e5650;
      font-size: 15px;
      line-height: 1.65;
    }

    .p-section {
      padding: 86px 0;
    }

    .p-split {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 58px;
      align-items: center;
    }

    .p-section-label {
      margin: 0 0 12px;
      color: #d52323;
      font-size: 13px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .p-section h2 {
      margin: 0;
      color: #160606;
      font-size: clamp(30px, 3.5vw, 48px);
      line-height: 1.04;
      letter-spacing: 0;
    }

    .p-text {
      color: #604b46;
      font-size: 16px;
      line-height: 1.85;
    }

    .p-text p {
      margin: 0 0 18px;
    }

    .p-showcase {
      margin-top: 38px;
      border-radius: 24px;
      padding: 18px;
      background:
        linear-gradient(135deg, rgba(220, 31, 31, 0.18), rgba(255, 213, 106, 0.28)),
        #fff8ec;
      border: 1px solid #efd7bd;
      box-shadow: 0 22px 70px rgba(70, 20, 15, 0.14);
    }

    .p-showcase-inner {
      min-height: 360px;
      border-radius: 18px;
      overflow: hidden;
      background:
        linear-gradient(135deg, rgba(5,2,2,0.86), rgba(30,4,6,0.16)),
        url("/assets/pub88-hero.png") center / cover no-repeat;
      position: relative;
    }

    .p-showcase-panel {
      position: absolute;
      left: 24px;
      bottom: 24px;
      width: min(340px, calc(100% - 48px));
      border: 1px solid rgba(255,213,106,0.20);
      border-radius: 18px;
      padding: 20px;
      color: #fffaf0;
      background: rgba(10, 2, 3, 0.78);
      backdrop-filter: blur(12px);
    }

    .p-showcase-panel strong {
      display: block;
      font-size: 25px;
      font-weight: 950;
      color: var(--p-gold);
    }

    .p-showcase-panel span {
      display: block;
      margin-top: 8px;
      color: #ecd9c7;
      line-height: 1.55;
    }

    .p-dark-band {
      color: #fffaf0;
      background:
        linear-gradient(180deg, #080202, #270507 60%, #0a0202);
      border-top: 1px solid rgba(255, 213, 106, 0.18);
      border-bottom: 1px solid rgba(255, 213, 106, 0.18);
    }

    .p-dark-band h2 {
      color: #fff;
    }

    .p-dark-band .p-section-label {
      color: var(--p-gold);
    }

    .p-guide-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
      margin-top: 34px;
    }

    .p-guide-card {
      min-height: 230px;
      border: 1px solid rgba(255,213,106,0.20);
      border-radius: 18px;
      padding: 22px;
      background: rgba(255,255,255,0.045);
    }

    .p-guide-icon {
      width: 54px;
      height: 54px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      color: #230607;
      background: linear-gradient(135deg, var(--p-gold), #e33a2e);
      font-size: 22px;
      font-weight: 950;
      box-shadow: 0 12px 28px rgba(220,31,31,0.24);
    }

    .p-guide-card h3 {
      margin: 20px 0 10px;
      color: #fff;
      font-size: 22px;
      line-height: 1.18;
    }

    .p-guide-card p {
      margin: 0;
      color: #e2cfc2;
      font-size: 15px;
      line-height: 1.65;
    }

    .p-seo {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.55fr);
      gap: 28px;
      align-items: start;
    }

    .p-article-box,
    .p-side-box,
    .p-news-card {
      border: 1px solid #ead4bd;
      border-radius: 18px;
      background: #fffaf2;
      box-shadow: 0 16px 46px rgba(70, 20, 15, 0.08);
    }

    .p-article-box {
      padding: 36px;
    }

    .p-article-box h2 {
      margin: 0 0 18px;
      color: #160606;
      font-size: clamp(30px, 3vw, 42px);
      line-height: 1.06;
    }

    .p-article-box h3 {
      margin: 30px 0 10px;
      color: #160606;
      font-size: 25px;
      line-height: 1.2;
    }

    .p-article-box p,
    .p-article-box li {
      color: #604b46;
      font-size: 16px;
      line-height: 1.85;
    }

    .p-article-box ul {
      margin: 14px 0 0;
      padding-left: 20px;
    }

    .p-side-box {
      padding: 26px;
      position: sticky;
      top: 100px;
    }

    .p-side-box h3 {
      margin: 0 0 16px;
      color: #160606;
      font-size: 24px;
    }

    .p-side-row {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 12px;
      padding: 16px 0;
      border-top: 1px solid #ead4bd;
    }

    .p-side-row:first-of-type {
      border-top: 0;
    }

    .p-dot {
      width: 12px;
      height: 12px;
      margin-top: 7px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--p-red), var(--p-gold));
      box-shadow: 0 0 0 6px rgba(220, 31, 31, 0.12);
    }

    .p-side-row strong {
      display: block;
      color: #160606;
      font-size: 15px;
    }

    .p-side-row span {
      display: block;
      margin-top: 5px;
      color: #735b53;
      font-size: 14px;
      line-height: 1.45;
    }

    .p-news-section {
      padding-top: 0;
    }

    .p-news-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 28px;
      margin-bottom: 28px;
    }

    .p-news-head p {
      width: min(430px, 100%);
      margin: 0;
      color: #735b53;
      line-height: 1.7;
    }

    .p-news-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .p-news-card {
      overflow: hidden;
    }

    .p-news-thumb {
      min-height: 158px;
      display: flex;
      align-items: end;
      justify-content: space-between;
      padding: 20px;
      color: #fff;
      background:
        linear-gradient(135deg, rgba(12,3,3,0.16), rgba(12,3,3,0.88)),
        url("/assets/pub88-hero.png") center / cover no-repeat;
    }

    .p-news-thumb strong {
      font-size: 42px;
      line-height: 1;
      color: rgba(255,255,255,0.88);
    }

    .p-news-body {
      padding: 22px;
    }

    .p-news-body time {
      color: #d52323;
      font-size: 12px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .p-news-body h3 {
      margin: 10px 0 8px;
      color: #160606;
      font-size: 21px;
      line-height: 1.25;
    }

    .p-news-body p {
      margin: 0;
      color: #735b53;
      line-height: 1.6;
    }

    .p-footer {
      color: #d7c2ad;
      background: #050202;
      border-top: 1px solid rgba(255, 213, 106, 0.16);
      padding: 34px 0;
    }

    .p-footer-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      font-size: 14px;
    }

    @media (max-width: 980px) {
      .p-nav,
      .p-actions {
        display: none;
      }

      .p-menu {
        display: inline-grid;
        place-items: center;
      }

      .p-hero {
        padding-top: 34px;
      }

      .p-hero-frame {
        min-height: auto;
      }

      .p-hero-frame::before {
        position: relative;
        display: block;
        height: 350px;
        background:
          linear-gradient(180deg, rgba(5,2,2,0.06), rgba(5,2,2,0.96)),
          url("/assets/pub88-hero.png") center / cover no-repeat;
      }

      .p-hero-copy {
        padding: 0 26px 30px;
        margin-top: -122px;
      }

      .p-hero h1 {
        font-size: clamp(38px, 11vw, 62px);
      }

      .p-hero-text {
        font-size: 16px;
      }

      .p-hero-stats,
      .p-quick-grid,
      .p-guide-grid,
      .p-news-grid {
        grid-template-columns: 1fr;
      }

      .p-split,
      .p-seo {
        grid-template-columns: 1fr;
      }

      .p-side-box {
        position: static;
      }
    }

    @media (max-width: 640px) {
      .p-container {
        width: min(100% - 24px, var(--p-max));
      }

      .p-header-inner {
        min-height: 68px;
      }

      .p-logo {
        width: 44px;
        border-radius: 12px;
      }

      .p-brand-name {
        font-size: 26px;
      }

      .p-brand-sub {
        display: none;
      }

      .p-hero {
        min-height: 0;
        padding-bottom: 34px;
      }

      .p-hero-frame {
        border-radius: 20px;
      }

      .p-hero-frame::before {
        height: 300px;
      }

      .p-hero-copy {
        padding: 0 18px 22px;
        margin-top: -96px;
      }

      .p-cta-row .p-btn {
        width: 100%;
      }

      .p-stat {
        min-height: 72px;
      }

      .p-quick {
        margin-top: -12px;
      }

      .p-section {
        padding: 58px 0;
      }

      .p-quick-card,
      .p-article-box,
      .p-side-box {
        padding: 22px;
      }

      .p-showcase-inner {
        min-height: 330px;
      }

      .p-news-head {
        display: block;
      }

      .p-news-head p {
        margin-top: 14px;
      }

      .p-footer-inner {
        display: block;
      }

      .p-footer-inner span {
        display: block;
        margin-top: 8px;
      }
    }

/* Production template additions */
.p-news-thumb { color: #fff; text-decoration: none; }
.p-news-thumb:hover { color: #fff; transform: translateY(-2px); }
.p-news-body h3 a { color: inherit; text-decoration: none; }
.p-news-body h3 a:hover { color: #a20b18; }
.p-article-detail h1 { color: #170406; font-size: clamp(34px, 5vw, 62px); line-height: 0.98; margin: 0 0 22px; }
.p-body { color: #372b2b; font-size: 17px; line-height: 1.85; }
.p-body p { margin: 0 0 18px; }
.p-body h2, .p-body h3 { color: #170406; line-height: 1.15; margin: 28px 0 12px; }
.p-body h2 { font-size: clamp(25px, 3vw, 36px); }
.p-body h3 { font-size: 22px; }
.p-body ul, .p-body ol { margin: 0 0 22px 22px; padding: 0; }
.p-body li { margin: 8px 0; }
.p-body a { color: #a20b18; font-weight: 850; text-decoration: none; }
.p-body a:hover { text-decoration: underline; }
.p-body img { max-width: 100%; height: auto; border-radius: 8px; }
.p-article-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
@media (max-width: 640px) {
  .p-article-detail h1 { font-size: 34px; }
  .p-body { font-size: 16px; }
  .p-article-actions { display: grid; }
}
