      html {
            scroll-behavior: smooth;
        }
        body {
            font-family: 'Inter', sans-serif;
            background-color: #0D1117;
            color: #E6EDF3;
        }
        .hero-title {
            background: linear-gradient(90deg, #FDB813, #F2994A);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .cta-button {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .cta-button:hover {
            transform: scale(1.05);
        }
        .phone-button:hover {
             box-shadow: 0 8px 25px rgba(253, 184, 19, 0.3);
        }
        .whatsapp-button:hover {
             box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
        }