
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800;900&family=Oswald:wght@700&display=swap');
        
        .titan-metal {
            background: linear-gradient(135deg, #334155 0%, #0f172a 100%);
        }
        .accent-border {
            border-image: linear-gradient(to bottom, #94a3b8, #334155) 1;
        }
        .recycler-path {
            background: rgba(241, 245, 249, 0.5);
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
        }
        .recycler-path:hover {
            background: #f1f5f9;
            border-color: #94a3b8;
        }
        .heading-font {
            font-family: 'Oswald', sans-serif;
            text-transform: uppercase;
        }
    