/* Fringe Metals — About Page Styles */

/* Hero background */
.fm-about-hero {
    background: linear-gradient(135deg, rgba(26,26,46,0.92) 0%, rgba(22,33,62,0.88) 50%, rgba(15,52,96,0.85) 100%),
                url('../img/varga-opal.jpg') center center / cover no-repeat !important;
}

/* Offer section dark background */
.fm-offer-bg {
    background-color: #0169fe !important;
}

/* CTA section background */
.fm-cta-bg {
    background: linear-gradient(135deg, rgba(26,26,46,0.95) 0%, rgba(22,33,62,0.92) 50%, rgba(15,52,96,0.90) 100%),
                url('../img/zajcsik-mineral.jpg') center center / cover no-repeat !important;
}

/* Step number circles for "How It Works" */
.fm-step-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 56px;
    margin: 0 auto 1rem;
    text-align: center;
}

/* Team member avatar circles */
.fm-team-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
