/* 📱 Teléfonos (ej. iPhone 6, 7, 8) */
@media (max-width: 480px) and (min-width: 320px) {
    .article-content>h2{text-align: left !important;}
    .hero-content h1 {
        color: var(--text-light);
        font-size: 26px;
        line-height: 1.3;
    }
    .swiper{overflow: initial !important;}
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .box-content h2 {
        color: var(--text-light);
        font-size: 24px;
        margin-bottom: 20px;
    }
    .height-100{height: 70vh !important;}
    body .hero.buyer-hero h2 {
        color: var(--text-light);
        font-size: 16px;
        font-weight: 400;
        margin-top: 20px;
        line-height: 1.6;
    }
    body .transaction-item {
        break-inside: avoid;
        margin-bottom: 10px;
        background: #fff;
        padding: 30px;
        border-radius: 4px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        transition: var(--transition);
        width: 100%;
        float: left;
    }
}