.masthead-home {
    background-image: linear-gradient(rgba(12, 24, 36, 0.28), rgba(12, 24, 36, 0.5)), url('../assets/img/home-bg.jpg');
}

.masthead-about {
    background-image: linear-gradient(rgba(12, 24, 36, 0.3), rgba(12, 24, 36, 0.55)), url('../assets/img/about-bg.jpg');
}

.masthead-notes {
    background-image: linear-gradient(rgba(12, 24, 36, 0.3), rgba(12, 24, 36, 0.55)), url('../assets/img/post-bg.jpg');
}

.masthead-status {
    background-image: linear-gradient(rgba(12, 24, 36, 0.28), rgba(12, 24, 36, 0.56)), url('../assets/img/contact-bg.jpg');
}

.status-line {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin: 1.5rem 0;
    padding: 1rem 1.1rem;
    border: 1px solid #d8e2dc;
    border-radius: 0.5rem;
    background: #f7fbf8;
}

.status-dot {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: #2d8a57;
    box-shadow: 0 0 0 0.25rem rgba(45, 138, 87, 0.15);
}

.small-note {
    color: #6c757d;
    font-size: 0.95rem;
}

.license-link {
    color: inherit;
}
