body {
    font-family: system-ui, Arial, sans-serif;
    background-color: #0f172a;
    color: #f8fafc;
}

.hero {
    background-color: #1e293b;
    color: #f8fafc;
}

.hero-sub {
    max-width: 560px;
    margin: 0 auto;
    color: #94a3b8;
    font-size: 0.95rem;
}

.hero-sub a {
    color: #74c0fc;
    text-decoration: none;
}

.hero-sub a:hover {
    text-decoration: underline;
}

.slide {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slide-img {
    max-width: 90%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
