/* ==========================================================================
   custom.css — page-specific styles for index.html
   Extracted from inline styles to keep the markup clean. Loaded after
   styles.min.css (the Freelancer template) so these rules win.
   ========================================================================== */

/* --- Layout primitives ------------------------------------------------- */

#page-top {
    background-color: transparent;
}

#mainNav {
    color: rgb(117, 126, 135);
    visibility: hidden;
}

/* --- Masthead ---------------------------------------------------------- */

.masthead {
    height: 536px;
    background-color: #f4efa5 !important;
}

.masthead__avatar {
    width: 226px;
    margin-top: 51px;
}

.masthead__scroll {
    color: #fff;
    font-weight: normal;
    font-family: Amaranth, sans-serif;
    letter-spacing: 3px;
}

/* --- Project blocks ---------------------------------------------------- */

.project-logo {
    margin-bottom: 33px;
}

.project-text {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    padding-bottom: 18px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.project-link {
    color: #fff;
}

/* Embedded project videos (Vimeo / YouTube) */
.project-video {
    width: 1024px;
    height: 574px;
    max-width: 100%;
}

/* Feature cards (e.g. BLACKFOOT IoT highlights) */
.feature-grid {
    max-width: 980px;
    margin: -40px auto 0;
}

.feature-card {
    height: 100%;
    padding: 28px 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    text-align: left;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.07);
}

.feature-card__icon {
    font-size: 26px;
    color: #fff;
    margin-bottom: 16px;
}

.feature-card__title {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.feature-card__text {
    color: rgba(255, 255, 255, 0.75);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Grayscale client-logo strip (Voxlead, etc.) */
.client-logo {
    width: 70%;
    filter: grayscale(100%);
}

.client-logo--bright {
    filter: brightness(200%) contrast(200%) grayscale(100%);
    opacity: 1;
}

/* --- Footer ------------------------------------------------------------ */

.footer {
    background-color: #121212;
}

#eight {
    background-color: transparent;
}
