.md-content h1 { display: none; }

.md-header__title .md-ellipsis {
    display: none;
}

.hero-container {
    margin: -1.5rem -12rem 2rem -12rem;
    padding: 100px 20px;
    background: linear-gradient(to bottom, #000000 0%, #0d2d35 100%);
    background-size: cover;
    background-position: center;
    text-align: center;
    border-radius: 0 0 40px 40px;
}

.hero-content h1 {
    display: block !important;
    color: white !important;
    font-size: 2rem !important;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: -1px;
}

.hero-content p {
    color: #94a3b8;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 2rem auto;
}

.btn-get-started {
    display: inline-block;
    background-color: #0d2d35;
    color: white !important;
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: bold;
    text-decoration: none !important;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.btn-get-started:hover {
    background-color: #00d4ff;
    color: #000 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 212, 255, 0.2);
}

@media screen and (min-width: 76.25em) {
    
    .md-nav__link {
        display: block;
        padding: 10px 16px !important;
        margin-bottom: 6px !important;
        border-radius: 12px !important;
        transition: all 0.2s ease-in-out !important;
        color: #94a3b8 !important;
    }

    .md-nav__link--active {
        background-color: #0d2d35 !important;
        color: #ffffff !important;
        font-weight: 700 !important;
    }

    .md-nav__link:hover:not(.md-nav__link--active) {
        background-color: rgba(255, 255, 255, 0.05) !important;
        color: #ffffff !important;
    }

    .md-nav__icon {
        display: none !important;
    }
}

@media screen and (max-width: 76.24em) {
    .md-nav__link--active {
        color: #00d4ff !important;
        font-weight: bold;
    }
}