﻿body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f8fbfc;
    color: #333;
}

.hero {
    background: linear-gradient(180deg, #e6f0ff00 0%, #f9fcff44 100%);
    padding: 80px 0;
    border-radius: 10px;
}

.features i {
    font-size: 2.5rem;
    color: #007bff;
}

.cta-button {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

    .cta-button:hover {
        background-color: #0056b3;
    }

.hero-img {
    max-width: 100%;
    height: auto;
}
