/*
Theme Name: PT Surya Makmur Jaya Portfolio
Author: Fahmi
Description: Custom one-page corporate portfolio theme.
Version: 1.0
*/
html { scroll-behavior: smooth; }
        section { padding: 80px 0; }
        .hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1920&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 160px 0;
        }
        .card-custom { border: none; transition: transform 0.3s; box-shadow: 0 4px 65px rgba(0,0,0,0.05); }
        .card-custom:hover { transform: translateY(-5px); }