:root {
    --md-primary-fg-color: #000;
    --md-typeset-font-size: 1.1rem;
}

.md-main__inner {
    max-width: 1000px;
}

.md-content {
    background: #000;
    color: #fff;
}

h1, h2, h3 {
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.slide-section {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem;
    border-bottom: 1px solid #333;
}

.slide-section img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    margin: 2rem 0;
}

.slide-section p {
    font-size: 1.25rem;
    line-height: 1.8;
    max-width: 800px;
    text-align: center;
    color: #ccc;
}

/* Hide navigation for a cleaner "presentation" feel */
.md-sidebar--primary, .md-sidebar--secondary {
    display: none;
}

.md-content__inner {
    margin-left: 0 !important;
}

.md-header {
    background-color: rgba(0,0,0,0.8) !important;
    backdrop-filter: blur(10px);
}
