/* Platform section */
.platform-section { background: var(--bg-rich); position: relative; }
.platform-section::before { content: ""; position: absolute; left: 50%; transform: translateX(-50%); top: 8%; height: 84%; width: 1px; background: linear-gradient(180deg, transparent 0%, rgba(193,8,1,0.5) 8%, rgba(232,80,2,0.4) 30%, rgba(241,96,1,0.3) 60%, rgba(232,80,2,0.2) 85%, transparent 100%); z-index: 0; opacity: 0.4; }
.platform-section .container { position: relative; z-index: 1; }

@media (max-width: 768px) { .platform-section::before { display: none; } }
