.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}
.left-accent-bar {
    border-left: 4px solid #004222;
}
.hero-gradient {
    background: linear-gradient(rgba(0, 66, 34, 0.85), rgba(0, 66, 34, 0.7)), url('assets/images/img_027.jpg');
    background-size: cover;
    background-position: center;
}
.content-container {
    border-left: 4px solid #004222;
    background-color: rgba(0, 66, 34, 0.03);
}
.section-anchor {
    scroll-margin-top: 100px;
}
.text-shadow-sm { text-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.clip-slant { clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); }
