/* =========================================================
   9. CARDS UNDER HERO
   ========================================================= */
.mf-section-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.mf-section-subtitle {
    color: #a9b5d9;
    max-width: auto;
}

.mf-card {
    background: radial-gradient(circle at top, #0f1929 0, #05070d 70%);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.4rem 1.5rem 1.6rem;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.75);
}

.mf-card-tag {
    display: inline-block;
    padding: 0.18rem 0.7rem;
    border-radius: 999px;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #cfd8ff;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.mf-card-title {
    margin-top: 0.8rem;
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
}

.mf-card-text {
    color: #bcc6e3;
    font-size: 0.92rem;
}

.mf-card-list {
    margin: 0.8rem 0 0;
    padding-left: 1.1rem;
    color: #d0dcff;
    font-size: 0.9rem;
}

    .mf-card-list li + li {
        margin-top: 0.16rem;
    }

/* =========================================================
   10. HOW IT WORKS – STEPS
   ========================================================= */
.mf-section-steps {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    background: radial-gradient(circle at top, #101a2b 0, #05060a 60%, #020308 100%);
}

.mf-steps-row {
    position: relative;
}

@media (min-width: 992px) {
    .mf-steps-row::before {
        content: "";
        position: absolute;
        left: 8%;
        right: 8%;
        top: 46px;
        height: 1px;
        background: linear-gradient(90deg, rgba(255,255,255,0), rgba(28,141,255,0.7), rgba(255,91,0,0.7), rgba(255,255,255,0));
        opacity: 0.35;
    }
}

.mf-step-card {
    padding: 1.4rem 1.2rem 1.3rem;
    border-radius: 1rem;
    background: radial-gradient(circle at top, #111b2b 0, #05060d 70%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
}

.mf-step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--mf-white);
    background: radial-gradient(circle at 30% 0, var(--mf-orange), var(--mf-blue));
    box-shadow: 0 0 12px rgba(28, 141, 255, 0.6);
    margin-bottom: 0.7rem;
}

.mf-step-title {
    font-size: 0.98rem;
    margin-bottom: 0.35rem;
}

.mf-step-text {
    font-size: 0.9rem;
    color: #c2c9e7;
}

/* =========================================================
   11. TRUST STRIP
   ========================================================= */
.mf-trust-strip {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    background: linear-gradient(90deg, #05060a, #071322, #05060a);
}

.mf-trust-pill {
    display: inline-flex;
    flex-direction: column;
    min-width: 220px;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: radial-gradient(circle at top, rgba(28,141,255,0.2), rgba(5,7,12,0.95));
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.75);
}

.mf-trust-label {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #cfd8ff;
}

.mf-trust-value {
    font-size: 0.8rem;
    color: #f2f4ff;
}

/* =========================================================
   12. GALLERY PREVIEW
   ========================================================= */
.mf-section-gallery {
    background: radial-gradient(circle at top, #101a2b 0, #05060a 60%, #020308 100%);
}

.mf-gallery-card {
    background: #05070d;
    border-radius: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
    overflow: hidden;
}

.mf-gallery-thumb {
    height: 190px;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* Placeholder thumbnails */
.mf-gallery-thumb-1 {
    background-image: radial-gradient(circle at 20% 0, #1c8dff, #05060a 60%), radial-gradient(circle at 80% 100%, #ff5b00, transparent 70%);
}

.mf-gallery-thumb-2 {
    background-image: radial-gradient(circle at 10% 10%, #ff5b00, transparent 55%), radial-gradient(circle at 80% 80%, #1c8dff, #05060a 70%);
}

.mf-gallery-thumb-3 {
    background-image: radial-gradient(circle at 50% 0, #8a2eff, transparent 60%), radial-gradient(circle at 0 100%, #1c8dff, #05060a 75%);
}

.mf-gallery-tag {
    position: absolute;
    left: 0.9rem;
    bottom: 0.9rem;
    padding: 0.18rem 0.7rem;
    border-radius: 999px;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #e2e7ff;
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.mf-gallery-body {
    padding: 0.9rem 1.1rem 1.1rem;
}

.mf-gallery-title {
    font-size: 0.98rem;
    margin-bottom: 0.25rem;
}

.mf-gallery-text {
    font-size: 0.9rem;
    color: #c4cbe6;
}

/* =========================================================
   13. WHY COLLECTORS CHOOSE MAXIFORGE
   ========================================================= */
.mf-section-why {
    background: radial-gradient(circle at top, #0f1724 0, #05060a 60%, #020308 100%);
}

.mf-why-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.9rem 0.3rem;
}

.mf-why-icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px; /* círculo perfecto */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--mf-white);
    box-shadow: 0 0 14px rgba(0,0,0,0.9);
    text-shadow: 0 0 6px rgba(0,0,0,0.85);
}



.mf-why-icon-blue {
    background: radial-gradient(circle at 20% 0, #4db4ff, #132d47);
    box-shadow: 0 0 14px rgba(28, 141, 255, 0.6);
}

.mf-why-icon-orange {
    background: radial-gradient(circle at 20% 0, #ff8b3a, #7a2a00);
    box-shadow: 0 0 14px rgba(255, 91, 0, 0.7);
}

.mf-why-icon-purple {
    background: radial-gradient(circle at 20% 0, #b271ff, #271043);
    box-shadow: 0 0 14px rgba(178, 113, 255, 0.7);
}

.mf-why-title {
    font-size: 0.98rem;
    margin-bottom: 0.15rem;
}

.mf-why-text {
    font-size: 0.9rem;
    color: #c4cbe6;
}

/* =========================================================
   FOOTER · Glass + Neon Socials
   ========================================================= */

#site-footer {
    padding: 4rem 0 2.4rem;
}

    #site-footer .mf-footer-glass {
        max-width: 1200px;
        margin: 0 auto;
        padding: 2.6rem 2.6rem 1.8rem;
        border-radius: 36px;
        background: linear-gradient(135deg, rgba(15,23,42,0.82), rgba(3,7,18,0.90));
        border: 1px solid rgba(148,163,184,0.26);
        box-shadow: 0 40px 100px rgba(0,0,0,0.95), 0 0 0 1px rgba(15,23,42,0.9);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

/* CTA */
.mf-footer-cta {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 2.2rem;
}

.mf-footer-title {
    margin: 0 0 .4rem;
    font-size: 2rem;
    color: #F8FAFC;
}

.mf-footer-subtitle {
    margin: 0 0 1.2rem;
    color: rgba(229,231,235,0.75);
}

.mf-footer-actions {
    display: flex;
    justify-content: center;
    gap: .8rem;
    flex-wrap: wrap;
}

/* Divider */
.mf-footer-divider {
    height: 1px;
    margin: 2.2rem 0 1.6rem;
    background: linear-gradient( 90deg, transparent, rgba(148,163,184,0.35), transparent );
}

/* Bottom */
.mf-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.2rem;
    flex-wrap: wrap;
}

.mf-footer-brand {
    display: flex;
    align-items: center;
    gap: .8rem;
}

.mf-footer-logo {
    height: 34px;
}

.mf-footer-tagline {
    margin: 0;
    font-size: .85rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(229,231,235,0.7);
}

/* Socials */
.mf-footer-socials {
    display: flex;
    gap: .6rem;
}

.mf-social {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: .75rem;
    letter-spacing: .12em;
    color: #020617;
    background: #020617;
    border: 1px solid rgba(148,163,184,0.35);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .mf-social span {
        position: relative;
        z-index: 1;
        font-weight: 600;
    }

/* Neon variants */
.mf-social--instagram {
    box-shadow: 0 0 18px rgba(255,91,0,0.75);
    background: radial-gradient(circle at 30% 30%, #FF5B00, #7C2D12);
}

.mf-social--youtube {
    box-shadow: 0 0 18px rgba(239,68,68,0.75);
    background: radial-gradient(circle at 30% 30%, #EF4444, #7F1D1D);
}

.mf-social--tiktok {
    box-shadow: 0 0 18px rgba(28,141,255,0.75);
    background: radial-gradient(circle at 30% 30%, #1C8DFF, #1E3A8A);
}

.mf-social--artstation {
    box-shadow: 0 0 18px rgba(139,92,246,0.75);
    background: radial-gradient(circle at 30% 30%, #8B5CF6, #4C1D95);
}

.mf-social:hover {
    transform: translateY(-2px) scale(1.05);
}

/* Legal */
.mf-footer-legal {
    text-align: center;
    margin-top: 1.6rem;
    font-size: .75rem;
    color: rgba(148,163,184,0.6);
}

/* Responsive */
@media (max-width: 900px) {
    #site-footer .mf-footer-glass {
        padding: 1.8rem 1.2rem 1.4rem;
        border-radius: 24px;
    }

    .mf-footer-bottom {
        justify-content: center;
        text-align: center;
    }
}
/* =========================================================
   FOOTER · social icons (image-based)
   ========================================================= */

.mf-social img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(1.1) contrast(1.1);
    transition: transform .2s ease, filter .2s ease;
}

.mf-social:hover img {
    transform: scale(1.1);
    filter: brightness(1.3) contrast(1.2);
}
