body { font-family: 'Noto Sans', sans-serif; }
.title { font-family: 'Google Sans', sans-serif; }

.top-banner {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.top-banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

.video-container { margin-bottom: 2rem; }

video {
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
    border-radius: 8px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    cursor: pointer;
}

video:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
    z-index: 10;
}

#roadmap-video {
    border: none !important;
    outline: none;
    box-shadow: none;
}
