 .lp-header {
    background: var(--color-brand-black);
    padding: 0 32px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(241,90,36,0.2);
  }
  .lp-header-logo-link { display: flex; align-items: center; text-decoration: none; }
  .lp-header-logo-link svg path[fill="#000"],
  .lp-header-logo-link svg g[fill="#000"] path { fill: #fff; }
  .lp-header-date { color: rgba(255,255,255,0.5); font-size: 0.7rem; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 500}

  /* ─── HERO ─── */
  .hero {
    background: var(--color-brand-black);
    min-height: 92vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
  }

  .lp-hero-left {
    padding: 80px 60px 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  .lp-hero-tag {
    display: inline-block;
    color: var(--color-brand-orange);
    font-size: 0.72rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 28px;
    padding: 6px 14px;
    border: 1px solid rgba(212,168,83,0.4);
    width: fit-content;
  }

  .lp-hero-title {

    font-size: clamp(2.6rem, 5vw, 4.8rem);
    font-weight: 900;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 28px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
  }

  .lp-hero-title em {
    font-style: italic;
    color: var(--color-brand-orange);
    display: block;
  }

  .lp-hero-sub {
    color: rgba(255,255,255,0.65);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 500px;
    margin-bottom: 44px;
  }

  .lp-hero-sub strong { color: var(--color-brand-orange); font-weight: 500; }

  .lp-hero-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .lp-hero-graphic {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 60% 50%, rgba(200,68,90,0.25) 0%, transparent 70%);
  }

  .lp-hero-number {
    font-family: 'Playfair Display', serif;
    font-size: 22vw;
    font-weight: 900;
    color: rgba(255,255,255,0.04);
    line-height: 1;
    position: absolute;
    right: -30px;
    bottom: -20px;
    user-select: none;
  }

  .lp-hero-stats {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .lp-hero-stat-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(212,168,83,0.2);
    padding: 24px 32px;
    backdrop-filter: blur(4px);
    transition: all 0.3s;
  }
  .lp-hero-stat-card:hover { background: rgba(255,255,255,0.08); transform: translateX(-4px); }

  .lp-stat-num {

    font-size: 2.6rem;
    font-weight: 900;
    color: var(--color-brand-orange);
    display: block;
    line-height: 1;
    margin-bottom: 4px;
  }

  .lp-stat-label { color: rgba(255,255,255,0.6); font-size: 0.85rem; line-height: 1.4; }
  .lp-stat-label strong { color: rgba(255,255,255,0.9); display: block; font-size: 0.95rem; margin-bottom: 2px; }

  /* ─── SECTION BASE ─── */
  section { padding: 90px 80px; }

  .lp-section-tag {
    font-size: 0.7rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-brand-orange);
    margin-bottom: 14px;
    display: block;
  }

  .lp-section-title {

    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    color: var(--color-brand-black);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
  }

  .lp-section-intro {
    color: var(--color-gray-600);
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 620px;
    margin-bottom: 56px;
  }

  .lp-divider {
    width: 60px;
    height: 3px;
    background: var(--color-brand-orange);
    margin: 20px 0 40px;
  }

  /* ─── PROFILES ─── */

  /* ─── LIVE CASINO ─── */

  .lp-cta-eyebrow {
    font-size: 0.7rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-brand-orange);
    margin-bottom: 20px;
    display: block;
  }

  .lp-cta-title {

    font-size: clamp(2.2rem, 4vw, 3.8rem);
    font-weight: 900;
    line-height: 1.05;
    color: var(--color-brand-black);
    margin-bottom: 20px;
    max-width: 700px;
    margin: 0 auto 20px;
    text-transform: uppercase;
    letter-spacing: -0.03em;
  }

  .lp-cta-title em { color: var(--color-brand-orange); font-style: italic; }

  .lp-cta-sub {
    color: var(--color-gray-600);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto 52px;
  }

  .lp-cta-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2px;
    max-width: 900px;
    margin: 0 auto 52px;
    text-align: left;
  }

  .lp-cta-card {
    background: var(--color-brand-black);
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: block;
  }
  .lp-cta-card:hover { transform: translateY(-4px); }

  .lp-cta-card::after {
    content: '→';
    position: absolute;
    bottom: 28px;
    right: 28px;
    color: var(--color-brand-orange);
    font-size: 1.2rem;
    transition: transform 0.2s;
  }
  .lp-cta-card:hover::after { transform: translateX(4px); }

  .lp-cta-card-tag {
    font-size: 0.68rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 14px;
    display: inline-block;
    padding: 4px 10px;
  }
  .lp-cta-card-tag.rose { background: rgba(200,68,90,0.2); color: var(--color-brand-orange); }
  .lp-cta-card-tag.gold { background: rgba(212,168,83,0.2); color: var(--color-brand-orange); }
  .lp-cta-card-tag.special { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.8); }

  .lp-cta-card-title {

    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .lp-cta-card-desc {
    color: rgba(255,255,255,0.5);
    font-size: 0.84rem;
    line-height: 1.6;
  }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 900px) {
    section { padding: 60px 28px; }
    .lp-header { padding: 14px 24px; }
    .hero { grid-template-columns: 1fr; min-height: auto; }
    .lp-hero-left { padding: 60px 28px 40px; }
    .lp-hero-right { padding: 0 28px 60px; }
    .lp-hero-stats { flex-direction: row; flex-wrap: wrap; }
    .lp-hero-stat-card { flex: 1; min-width: 160px; }
    .lp-hero-number { font-size: 35vw; } 
}

  /* ─── ARTICLE: STATS SECTION ─── */
  .lp-article-stats-section { background: var(--color-brand-cream); }

  .lp-highlight-box
  .lp-highlight-box
  .lp-profile-insights { margin-top: 20px; }
  .lp-insights-header { margin-bottom: 28px; }

  .lp-insights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
  }

  .lp-insight-card {
    background: var(--color-brand-black);
    padding: 32px 28px;

    transition: transform 0.2s;
  }
  .lp-insight-card:hover { transform: translateY(-4px); }

  .lp-insight-icon {
    font-size: 2rem;
    margin-bottom: 16px;
    display: block;
  }

  .lp-insight-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  .lp-insight-card p {
    color: rgba(255,255,255,0.55);
    font-size: 0.85rem;
    line-height: 1.65;
  }

  /* ─── ARTICLE: GAME PREFS SECTION ─── */
  .lp-game-prefs-section { background: var(--color-gray-900); }
  .lp-game-prefs-section .lp-section-tag { color: var(--color-brand-orange); }
  .lp-game-prefs-section .lp-divider { background: var(--color-brand-orange); }

  .lp-game-pref-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 40px;
  }

  .lp-game-pref-item {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(241,90,36,0.12);
    padding: 32px 36px;

    transition: background 0.2s;
  }
  .lp-game-pref-item:hover { background: rgba(241,90,36,0.07); }

  .lp-game-rank {
    font-size: 3rem;
    font-weight: 900;
    color: var(--color-brand-orange);
    line-height: 1;
    flex-shrink: 0;
    width: 60px;
    text-align: center;
  }

  .lp-game-pref-info { flex: 1; }

  .lp-game-pref-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  .lp-game-pref-desc {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 16px;
  }

  .lp-sports-betting-note {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 28px 32px;

    margin-top: 8px;
  }

  .lp-sbn-icon {
    font-size: 2.2rem;
    flex-shrink: 0;
  }

  .lp-sports-betting-note strong {
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  .lp-sports-betting-note p {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
    line-height: 1.65;
  }

  /* ─── ARTICLE: LEADERS SECTION ─── */
  .lp-leaders-section { background: var(--color-brand-cream); }

  .lp-leaders-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
  }

  .lp-leader-card {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 32px 28px;
    border-top: 3px solid var(--color-brand-orange);
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .lp-leader-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.08); }

  .lp-leader-initial {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
  }

  .lp-leader-body { flex: 1; }

  .lp-leader-name {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--color-brand-black);
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: -0.01em;
  }

  .lp-leader-role {
    font-size: 0.72rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--color-brand-orange);
    font-weight: 600;
    margin-bottom: 14px;
  }

  .lp-leader-desc {
    color: var(--color-gray-600);
    font-size: 0.88rem;
    line-height: 1.7;
    margin-bottom: 14px;
  }

  .lp-leader-badge {
    display: inline-block;
    padding: 4px 10px;
    background: rgba(241,90,36,0.1);
    border: 1px solid rgba(241,90,36,0.25);
    color: var(--color-primary-hover);
    font-size: 0.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
  }

  /* ─── ARTICLE: HISTORY SECTION ─── */
  .lp-history-section { background: #f0ebe3; }

  .lp-history-timeline {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .lp-history-item {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 0;
    background: #fff;

    overflow: hidden;
    transition: transform 0.2s;
  }
  .lp-history-item:hover { transform: translateX(4px); }
  .lp-history-item.alt { background: var(--color-brand-black); }

  .lp-history-era {
    background: var(--color-brand-orange);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 24px 16px;
    line-height: 1.4;
  }
  .lp-history-item.alt .lp-history-era { background: rgba(241,90,36,0.7); }

  .lp-history-content { padding: 28px 32px; }

  .lp-history-name {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--color-brand-black);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: -0.01em;
  }
  .lp-history-item.alt .lp-history-name { color: #fff; }

  .lp-history-text {
    color: var(--color-gray-600);
    font-size: 0.88rem;
    line-height: 1.75;
    margin-bottom: 14px;
  }
  .lp-history-item.alt .lp-history-text { color: rgba(255,255,255,0.6); }

  .lp-history-legacy {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-brand-orange);
    padding: 8px 14px;
    background: rgba(241,90,36,0.08);
    display: inline-block;
  }
  .lp-history-item.alt .lp-history-legacy { background: rgba(241,90,36,0.15); }

  /* ─── ARTICLE: WOMEN IN SPORTS SECTION ─── */
  .lp-womens-sports-section { background: var(--color-brand-black); }
  .lp-womens-sports-section .lp-section-tag { color: var(--color-brand-orange); }
  .lp-womens-sports-section .lp-divider { background: var(--color-brand-orange); }

  .lp-sports-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-bottom: 32px;
  }

  .lp-sports-pillar {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(241,90,36,0.15);
    padding: 36px 28px;

    transition: background 0.2s;
  }
  .lp-sports-pillar:hover { background: rgba(241,90,36,0.07); }

  .lp-sports-pillar-icon { font-size: 2.4rem; margin-bottom: 16px; display: block; }

  .lp-sports-pillar-title {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  .lp-sports-pillar-text {
    color: rgba(255,255,255,0.55);
    font-size: 0.88rem;
    line-height: 1.7;
  }

  .lp-sports-names-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 24px 0 8px;
  }

  .lp-sports-names-bar span {
    padding: 8px 18px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(241,90,36,0.2);
    color: rgba(255,255,255,0.8);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.2s;
  }
  .lp-sports-names-bar span:hover { background: rgba(241,90,36,0.15); border-color: var(--color-brand-orange); color: #fff; }

  @media (max-width: 900px) {
    .lp-big-stats-row, .lp-insights-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-leaders-grid, .lp-sports-grid { grid-template-columns: 1fr; }
    .lp-history-item { grid-template-columns: 1fr; }
    .lp-history-era { padding: 16px; justify-content: flex-start; }
    .lp-game-pref-item { flex-direction: column; gap: 12px; }
    .lp-game-rank { font-size: 2rem; width: auto; }
  }

  @media (max-width: 650px) {
    .lp-header-date {display: none;}
  }