.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        }
        .road-line {
            background-image: repeating-linear-gradient(90deg, #fcd400 0, #fcd400 40px, transparent 40px, transparent 80px);
        }

.site-nav-link {
            position: relative;
            font-size: 1rem;
            line-height: 1.5rem;
            font-weight: 400;
            color: #444748;
            transition: color 160ms ease, font-weight 160ms ease;
        }

.site-nav-link:hover {
            color: #705d00;
        }

.site-nav-link--active {
            color: #1a1a1a;
            font-weight: 700;
        }

.site-nav-link--active::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: -6px;
            height: 2px;
            background: #705d00;
        }

.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        }
        .policy-section h2 {
            scroll-margin-top: 100px;
        }
        /* Custom scrollbar for a professional look */
        ::-webkit-scrollbar { width: 8px; }
        ::-webkit-scrollbar-track { background: #f1f1f1; }
        ::-webkit-scrollbar-thumb { background: #1a1a1a; border-radius: 4px; }

.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
            display: inline-block;
            vertical-align: middle;
        }
        .legal-content h2 {
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            color: #1a1a1a;
        }
        .legal-content p {
            margin-bottom: 1rem;
            color: #444748;
        }
        .legal-content ul {
            list-style-type: square;
            padding-left: 1.5rem;
            margin-bottom: 1rem;
            color: #444748;
        }
        .legal-content li {
            margin-bottom: 0.5rem;
        }
        .active-tab {
            border-left: 4px solid #705d00;
            background-color: #edeeef;
        }
