  
    /* Mobile UI Fixes */
    @media (max-width: 768px) {
      .hero-title-gold {
        font-size: 1.85rem !important;
        line-height: 1.1 !important;
      }

      .hero-sub-text {
        font-size: 9px !important;
        padding: 4px 10px !important;
      }

      .path-card h2 {
        font-size: 1.5rem !important;
      }

      header .max-w-6xl {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
      }

      .split-path-container {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
      }
    }

    @media (max-width: 480px) {
      .hero-title-gold {
        font-size: 1.6rem !important;
      }

      .header-logo-container {
        max-width: 110px !important;
      }

      .split-path-container {
        gap: 0.75rem !important;
      }
    }

    .split-path-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
      max-width: 1200px;
      margin: 0 auto;
    }

    :not(.dark) .bg-emerald-pale\/50,
    :not(.dark) .bg-gold\/20 {
      background-color: rgba(209, 250, 229, 0.15) !important;
      border-color: rgba(16, 185, 129, 0.1) !important;
    }
  
    
      /* --- PREMIUM PRICING UX STYLES --- */
      .pricing-glow-orb {
        filter: blur(120px);
        pointer-events: none;
        position: absolute;
        z-index: 1;
      }
      .pricing-glass-panel {
        background: rgba(255, 255, 255, 0.45);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.4);
        box-shadow: 0 20px 50px rgba(13, 59, 19, 0.03);
      }
      .dark .pricing-glass-panel {
        background: rgba(255, 255, 255, 0.02) !important;
        border: 1px solid rgba(255, 255, 255, 0.06) !important;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2) !important;
      }
      .pricing-glass-card {
        background: rgba(255, 255, 255, 0.55);
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px);
        border: 1px solid rgba(255, 255, 255, 0.5);
        box-shadow: 0 10px 30px rgba(13, 59, 19, 0.01), inset 0 2px 4px rgba(255, 255, 255, 0.5);
        transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
      }
      .dark .pricing-glass-card {
        background: rgba(255, 255, 255, 0.02) !important;
        border: 1px solid rgba(255, 255, 255, 0.06) !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(255, 255, 255, 0.05) !important;
      }
      .pricing-glass-card:hover {
        transform: translateY(-12px) scale(1.02);
        background: rgba(255, 255, 255, 0.85);
        border-color: rgba(67, 160, 71, 0.3);
        box-shadow: 0 30px 60px -15px rgba(27, 94, 32, 0.12), 0 0 0 1px rgba(67, 160, 71, 0.05);
      }
      .dark .pricing-glass-card:hover {
        background: rgba(255, 255, 255, 0.05) !important;
        border-color: rgba(212, 168, 83, 0.3) !important;
        box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(212, 168, 83, 0.05) !important;
      }

      /* Featured Obsidian Card */
      .pricing-obsidian-card {
        background: linear-gradient(135deg, rgba(13, 59, 19, 0.95) 0%, rgba(5, 10, 6, 0.98) 100%);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        border: 2px solid rgba(214, 168, 83, 0.5);
        box-shadow: 0 20px 50px -10px rgba(13, 59, 19, 0.3), 0 0 0 1px rgba(214, 168, 83, 0.1);
        transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
      }
      .dark .pricing-obsidian-card {
        background: linear-gradient(135deg, rgba(10, 20, 11, 0.9) 0%, rgba(5, 10, 6, 0.95) 100%) !important;
        border: 2px solid rgba(214, 168, 83, 0.6) !important;
      }
      .pricing-obsidian-card:hover {
        transform: translateY(-16px) scale(1.03);
        border-color: rgba(240, 199, 94, 0.95);
        box-shadow: 0 40px 80px -15px rgba(13, 59, 19, 0.5), 0 0 30px rgba(214, 168, 83, 0.25);
      }

      /* Premium Gold Text */
      .text-luxury-gold {
        background: linear-gradient(135deg, #B8923A 0%, #D4A853 50%, #F0C75E 100%);
        -webkit-background-clip: text !important;
        background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
      }
      .dark .text-luxury-gold {
        background: linear-gradient(135deg, #D4A853 0%, #F5E6BE 50%, #D4A853 100%) !important;
        -webkit-background-clip: text !important;
        background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
      }

      /* Premium Title Gradient */
      .text-emerald-grad {
        background: linear-gradient(135deg, #1B5E20 0%, #43A047 100%);
        -webkit-background-clip: text !important;
        background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
      }
      .dark .text-emerald-grad {
        background: linear-gradient(135deg, #43A047 0%, #A7F3D0 100%) !important;
        -webkit-background-clip: text !important;
        background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
      }

      /* Metallic Liquid Gold Badge */
      .badge-liquid-gold {
        background: linear-gradient(135deg, #8B6914 0%, #D4A853 30%, #F0C75E 70%, #B8923A 100%);
        border: 1px solid rgba(255, 255, 255, 0.4);
        box-shadow: 0 4px 15px rgba(212, 168, 83, 0.35);
        color: #050a06;
      }

      /* Button Shimmer Sweep Effect */
      @keyframes shimmer-sweep {
        0% { transform: translateX(-150%) skewX(-25deg); }
        100% { transform: translateX(150%) skewX(-25deg); }
      }
      .btn-shimmer-effect {
        position: relative;
        overflow: hidden;
      }
      .btn-shimmer-effect::after {
        content: '';
        position: absolute;
        top: 0; left: 0; width: 200%; height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: all 0.6s ease;
        transform: translateX(-150%) skewX(-25deg);
      }
      .btn-shimmer-effect:hover::after {
        animation: shimmer-sweep 1.5s infinite;
      }

      /* Breathing animation for important badges */
      @keyframes breathing-glow {
        0%, 100% { box-shadow: 0 0 4px rgba(67, 160, 71, 0.2); }
        50% { box-shadow: 0 0 15px rgba(67, 160, 71, 0.5); }
      }
      .badge-breathing-glow {
        animation: breathing-glow 2.5s infinite ease-in-out;
      }

      /* --- NEW BULLETPROOF DIRECT DARK MODE IMPLEMENTATIONS --- */
      #services-pricing {
        background: linear-gradient(180deg, #f8fafc 0%, #f1f7f4 50%, #eef3f0 100%) !important;
        border-top: 1px solid rgba(226, 232, 240, 0.8) !important;
      }
      .dark #services-pricing {
        background: linear-gradient(180deg, #020503 0%, #06110a 50%, #010302 100%) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
      }
      
      .pricing-title {
        color: #1e293b !important;
      }
      .dark .pricing-title {
        color: #ffffff !important;
      }
      
      .pricing-subtitle {
        color: #475569 !important;
      }
      .dark .pricing-subtitle {
        color: #cbd5e1 !important;
      }
      
      .pricing-badge-accent {
        background: rgba(16, 185, 129, 0.08) !important;
        border: 1px solid rgba(16, 185, 129, 0.2) !important;
        color: #065f46 !important;
      }
      .dark .pricing-badge-accent {
        background: rgba(16, 185, 129, 0.15) !important;
        border: 1px solid rgba(16, 185, 129, 0.3) !important;
        color: #34d399 !important;
      }

      .pricing-list-item-text {
        color: #334155 !important;
        transition: color 0.3s ease;
      }
      .dark .pricing-list-item-text {
        color: #cbd5e1 !important;
      }
      .group:hover .pricing-list-item-text {
        color: #0f172a !important;
      }
      .dark .group:hover .pricing-list-item-text {
        color: #ffffff !important;
      }
      
      .pricing-coin-badge {
        background: #f1f5f9 !important;
        color: #475569 !important; /* Enhanced to slate-600 for contrast */
        border: 1px solid rgba(226, 232, 240, 0.5) !important;
      }
      .dark .pricing-coin-badge {
        background: rgba(255, 255, 255, 0.06) !important;
        color: #cbd5e1 !important; /* Enhanced to slate-300 */
        border: 1px solid rgba(255, 255, 255, 0.05) !important;
      }
 
      .pricing-gateway-title {
        color: #475569 !important; /* Enhanced to slate-600 for optimal readability */
      }
      .dark .pricing-gateway-title {
        color: #94a3b8 !important; /* Enhanced to slate-400 */
      }

      .pricing-gateway-partner {
        background: rgba(255, 255, 255, 0.7) !important;
        border: 1px solid rgba(226, 232, 240, 0.8) !important;
      }
      .dark .pricing-gateway-partner {
        background: rgba(255, 255, 255, 0.02) !important;
        border: 1px solid rgba(255, 255, 255, 0.06) !important;
      }

      /* Premium Pricing Typography & Ratio Alignment */
      .pricing-card-price-container {
        display: flex;
        align-items: baseline;
        justify-content: center;
        gap: 2px;
        white-space: nowrap;
        margin-top: 8px;
        margin-bottom: 16px;
      }
      
      .pricing-card-price-currency {
        font-size: 13px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: #64748b;
        margin-right: 2px;
      }
      .dark .pricing-card-price-currency {
        color: #94a3b8;
      }
      .pricing-obsidian-card .pricing-card-price-currency {
        color: #d4a853 !important;
      }
      
      .pricing-card-price-amount {
        font-size: 38px;
        font-weight: 900;
        letter-spacing: -0.04em;
        line-height: 1;
        color: #1e293b;
        transition: font-size 0.2s ease;
      }
      @media (min-width: 400px) {
        .pricing-card-price-amount {
          font-size: 44px;
        }
      }
      @media (min-width: 1024px) {
        .pricing-card-price-amount {
          font-size: 48px;
        }
      }
      .dark .pricing-card-price-amount {
        color: #ffffff;
      }
      .pricing-obsidian-card .pricing-card-price-amount {
        font-size: 44px;
        color: #ffffff !important;
        transition: font-size 0.2s ease;
      }
      @media (min-width: 400px) {
        .pricing-obsidian-card .pricing-card-price-amount {
          font-size: 50px;
        }
      }
      @media (min-width: 1024px) {
        .pricing-obsidian-card .pricing-card-price-amount {
          font-size: 56px;
        }
      }
      
      .pricing-card-price-suffix {
        font-size: 13px;
        font-weight: 900;
        color: #475569; /* Enhanced slate-600 for contrast */
        margin-left: 2px;
      }
      .dark .pricing-card-price-suffix {
        color: #cbd5e1; /* Enhanced slate-300 */
      }
      .pricing-obsidian-card .pricing-card-price-suffix {
        color: #d4a853 !important;
      }
 
      .pricing-card-type {
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        color: #475569; /* Enhanced slate-600 for contrast */
        margin-bottom: 20px;
      }
      .dark .pricing-card-type {
        color: #cbd5e1; /* Enhanced slate-300 */
      }
      .pricing-obsidian-card .pricing-card-type {
        color: #d4a853 !important;
      }

      .pricing-card-badge {
        display: inline-block;
        font-size: 11px;
        font-weight: 800;
        padding: 6px 16px;
        border-radius: 9999px;
        background: rgba(16, 185, 129, 0.08) !important;
        border: 1px solid rgba(16, 185, 129, 0.15) !important;
        color: #047857 !important;
      }
      .dark .pricing-card-badge {
        background: rgba(16, 185, 129, 0.12) !important;
        border: 1px solid rgba(16, 185, 129, 0.25) !important;
        color: #34d399 !important;
      }
      .pricing-obsidian-card .pricing-card-badge {
        background: linear-gradient(90deg, #d4a853 0%, #eab308 100%) !important;
        border: none !important;
        color: #050a06 !important;
        font-weight: 900 !important;
        box-shadow: 0 4px 12px rgba(212, 168, 83, 0.2) !important;
      }

      .pricing-btn-outline {
        width: 100%;
        padding: 15px;
        border-radius: 1rem;
        border: 2px solid rgba(16, 185, 129, 0.2) !important;
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        color: #047857 !important;
        background: rgba(255, 255, 255, 0.8) !important;
        transition: all 0.3s ease;
        cursor: pointer;
      }
      .dark .pricing-btn-outline {
        border: 2px solid rgba(255, 255, 255, 0.08) !important;
        color: #34d399 !important;
        background: rgba(255, 255, 255, 0.02) !important;
      }
      .pricing-btn-outline:hover {
        background: #059669 !important;
        border-color: #059669 !important;
        color: #ffffff !important;
        box-shadow: 0 10px 20px rgba(5, 150, 105, 0.15) !important;
      }
      .dark .pricing-btn-outline:hover {
        background: #059669 !important;
        border-color: #059669 !important;
        color: #ffffff !important;
        box-shadow: 0 10px 20px rgba(5, 150, 105, 0.3) !important;
      }

      .pricing-btn-solid {
        width: 100%;
        padding: 15px;
        border-radius: 1rem;
        background: linear-gradient(135deg, #d4a853 0%, #ca8a04 100%) !important;
        color: #050a06 !important;
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        box-shadow: 0 4px 12px rgba(212, 168, 83, 0.2) !important;
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
        cursor: pointer;
        border: none !important;
      }
      .pricing-btn-solid:hover {
        transform: scale(1.02) !important;
        box-shadow: 0 10px 25px rgba(212, 168, 83, 0.4) !important;
      }
      
      /* --- PREMIUM LIGHT MODE CONTRAST OVERRIDES --- */
      :not(.dark) .pricing-glass-card {
        background: rgba(255, 255, 255, 0.92) !important;
        border: 1.5px solid rgba(13, 59, 19, 0.12) !important;
        box-shadow: 0 10px 30px rgba(13, 59, 19, 0.04), inset 0 2px 4px rgba(255, 255, 255, 0.95) !important;
      }
      :not(.dark) .pricing-glass-card:hover {
        background: #ffffff !important;
        border-color: #1b5e20 !important;
        box-shadow: 0 30px 60px -15px rgba(13, 59, 19, 0.12) !important;
      }
      :not(.dark) .pricing-obsidian-card {
        background: linear-gradient(135deg, #061f0e 0%, #020b05 100%) !important;
        border: 2px solid #d4a853 !important;
        box-shadow: 0 20px 50px -10px rgba(13, 59, 19, 0.25), 0 0 0 1px rgba(212, 168, 83, 0.1) !important;
      }
      :not(.dark) .pricing-obsidian-card:hover {
        border-color: #f0c75e !important;
        box-shadow: 0 40px 80px -15px rgba(13, 59, 19, 0.4), 0 0 30px rgba(212, 168, 83, 0.3) !important;
      }
      
      /* Explicit Light Mode overrides for the dark Growth card to maintain high contrast */
      :not(.dark) .pricing-obsidian-card .pricing-card-type {
        color: #d4a853 !important;
      }
      :not(.dark) .pricing-obsidian-card .pricing-card-price-currency {
        color: #d4a853 !important;
      }
      :not(.dark) .pricing-obsidian-card .pricing-card-price-amount {
        color: #ffffff !important;
      }
      :not(.dark) .pricing-obsidian-card .pricing-card-price-suffix {
        color: #d4a853 !important;
      }
      :not(.dark) .pricing-obsidian-card ul li,
      :not(.dark) .pricing-obsidian-card ul li span {
        color: rgba(232, 245, 233, 0.95) !important;
        font-weight: 600 !important;
      }
      
      /* Light Mode text corrections for readability */
      :not(.dark) .pricing-card-type {
        color: #1e293b !important;
        font-weight: 900 !important;
      }
      :not(.dark) .pricing-card-price-amount {
        color: #0f172a !important;
      }
      :not(.dark) .pricing-card-price-suffix {
        color: #334155 !important;
        font-weight: 800 !important;
      }
      :not(.dark) .pricing-glass-card ul li {
        color: #334155 !important;
        font-weight: 600 !important;
      }
      :not(.dark) .pricing-btn-outline {
        background: #ffffff !important;
        border: 2px solid #1b5e20 !important;
        color: #1b5e20 !important;
      }
      :not(.dark) .pricing-btn-outline:hover {
        background: #1b5e20 !important;
        color: #ffffff !important;
      }

    
