.masthead h1 {
    background: linear-gradient(135deg, #e4e4e7, #3b82f6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.navbar-toggler {
    border-color: #3b82f6;
    color: #e4e4e7;
}

.navbar-toggler .fa-bars {
    color: #3b82f6;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    color: #e4e4e7;
    border-color: #3b82f6;
    box-shadow: none;
}

.navbar-toggler:focus-visible {
    outline: none;
    box-shadow: 0 0 0 0.15rem rgba(59, 130, 246, 0.35);
}

.navbar-light .navbar-toggler {
    background-color: transparent;
}

#mainNav {
    background-color: #000;
}

#mainNav .navbar-brand {
    color: #e4e4e7;
}

#mainNav .nav-link {
    color: rgba(255, 255, 255, 0.7);
}

#mainNav .nav-link:hover {
    color: #3b82f6;
}

#mainNav .navbar-toggler {
    color: #3b82f6;
    border-color: #3b82f6;
}

#mainNav .navbar-toggler:hover,
#mainNav .navbar-toggler:focus {
    color: #60a5fa;
    border-color: #60a5fa;
}

.masthead .text-center {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.masthead h1 {
    font-size: 3.2rem;
    letter-spacing: 0.08em;
}

@media (max-width: 768px) {
    .masthead h1 {
        font-size: 2.4rem;
        letter-spacing: 0.06em;
    }
}

.masthead h2 {
    font-size: 1.1rem;
}

.masthead-content {
    font-size: 1rem;
}

.masthead-content {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.masthead-content a {
    color: #3b82f6;
}

.masthead-content a:hover {
    color: #60a5fa;
}

.masthead-media {
    margin-top: 2rem;
}

.masthead-image {
    width: 75%;
    max-width: 675px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
    overflow-x: hidden;
    background: #000;
}

@media (min-width: 992px) {
    .masthead {
        height: auto;
        min-height: auto;
        padding-top: 6rem;
        padding-bottom: 3rem;
    }
}

/* Roadmap */
.roadmap-section {
    background: #000;
    padding: 1.5rem 0 4rem;
}

.roadmap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 480px;
    margin: 0 auto;
}

.roadmap-item {
    display: flex;
    align-items: baseline;
    gap: 1.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.4);
}

.roadmap-item.current {
    color: #3b82f6;
}

.roadmap-item.current .roadmap-text::after {
    content: " ←";
    opacity: 0.7;
}

.roadmap-item.future {
    color: rgba(255, 255, 255, 0.25);
}

.roadmap-date {
    flex-shrink: 0;
    width: 6rem;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.roadmap-text {
    flex: 1;
}
