.mimo-archive-web {
    background-image: url("https://mimo.com.vn/wp-content/uploads/2026/01/background.png");
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.mimo-archive-wrap {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 20px 80px;
    font-family: 'Roboto', sans-serif;
    background: #f7f8fb;
}

.mimo-archive-header {
    padding-top: 80px;
    margin-bottom: 32px;
}

.mimo-archive-title {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #2E2E2E;
    margin-bottom: 12px;
}

.mimo-content-inner h2 {
    font-size: 24px;
    font-weight: 500;
    color: #3d515b;
    margin-bottom: 12px;
}
.mimo-content-inner p, .mimo-content-inner li {
    font-size: 18px;
    font-weight: 400;
    color: #3d515b;
    line-height: 1.6;
}
.mimo-filter {
    margin-bottom: 40px;
}

.filter-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-tags .tag {
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    background: #fff;
    transition: all 0.25s ease;
}

.filter-tags .tag.active, .filter-tags .tag:hover {
    background: #FF7A18;
    border-color: #FF7A18;
    color: #fff;
}

.mimo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 24px;
    margin-bottom: 40px;
}

.mimo-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
}
.card-excerpt {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2E2E2E;
    margin-bottom: 10px;
    line-height: 1.3;
}
.mimo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.1);
}

.card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.card-thumb {
    position: relative;
    overflow: hidden;
    padding-top: 65%;
    background: #eee; 
    border-bottom: 1px solid #f0f0f0;
}

.card-thumb img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.mimo-card:hover .card-thumb img {
    transform: scale(1.08);
}

.card-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px; 
    font-weight: 600;
    color: #2E2E2E;
    margin-bottom: 10px;
    line-height: 1.4;
}

.card-cta {
    margin-top: auto;
    color: #FF7A18;
    font-weight: 600;
    font-size: 14px;
}

.mimo-archive-content {
    margin-top: 60px;
    padding: 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

@media (max-width: 1200px) {
    .mimo-grid { grid-template-columns: repeat(3, 1fr); }
    .mimo-content-inner h2 {
    font-size: 20px;
    font-weight: 500;
    color: #3d515b;
    margin-bottom: 10px;
}
.mimo-content-inner p, .mimo-content-inner li {
    font-size: 16px;
    font-weight: 400;
    color: #3d515b;
    line-height: 1.4;
}
.mimo-archive-wrap {
    margin: 0 auto;
    padding: 50px 10px 80px;
}
.mimo-archive-content {
    padding: 15px;
}
}

@media (max-width: 992px) {
    .mimo-grid { grid-template-columns: repeat(2, 1fr); }
    .mimo-archive-header { padding-top: 100px; }
}

@media (max-width: 576px) {
    .mimo-grid { 
        grid-template-columns: 1fr;
    }
    
    .mimo-card {
        display: flex;
    }
    
    .mimo-pagination {
        display: none; 
    }
}

@keyframes mimoFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mimo-card {
    will-change: transform, opacity;
}

@media (max-width: 768px) {
    .mimo-card {
        opacity: 1; 
    }
    .mimo-card[style*="display: flex"] {
        animation: mimoFadeIn 0.5s ease forwards;
    }
}

.mimo-archive-content.is-collapsed {
    max-height: 250px; 
    overflow: hidden;
    position: relative;
}

.mimo-archive-content.is-collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff); 
}

.mimo-toggle-content {
    display: block;
    margin: 20px auto 0;
    background: #fff;
    border: 1px solid #FF7A18;
    color: #FF7A18;
    padding: 10px 25px;
    border-radius: 99px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mimo-toggle-content:hover {
    background: #FF7A18;
    color: #fff;
}

.mimo-single {
    max-width: 1300px; 
    margin: 0 auto;
    padding: 120px 20px 60px; 
}

.mimo-single-header {
    text-align: center;
    margin-bottom: 40px;
}

.single-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #00305b;
    margin: 15px 0;
    line-height: 1.3;
}

.mimo-meta-info {
    margin-bottom: 20px;
}

.type-badge {
    background: #FF7A18;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(255, 122, 24, 0.2);
}

.mimo-single-desc {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.mimo-hero {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.1);
    margin-bottom: 60px;
    background: #eee;
}

.mimo-hero img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.mimo-content {
    background: #fff;
    padding: 30px;
    border-radius: 26px;
    line-height: 1.8;
    color: #333;
    font-size: 18px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
}

.mimo-content h2, .mimo-content h3 { color: #00305b; margin-top: 35px; }
.mimo-content img { border-radius: 12px; margin: 20px 0; }

.mimo-cta-wrapper {
    margin-top: 80px;
}

.cta-box {
    background: linear-gradient(135deg, #00305b 0%, #001a33 100%);
    color: #fff;
    padding: 60px 40px;
    border-radius: 24px;
    text-align: center;
    position: relative;
}

.cta-box h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.btn-primary {
    background: #FF7A18;
    color: #fff;
    text-decoration: none;
    padding: 18px 45px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-top: 10px;
}

.btn-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(255, 122, 24, 0.4);
    background: #e66a15;
    color: #fff;
}


.mimo-related-slider {
    background: #f9f9f9;
    padding: 80px 0;
    margin-top: 80px;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
}

.related-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    color: #00305b;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
}

.mimo-slider-container {
    position: relative;
    padding: 0 50px; 
    max-width: 1300px;
    margin: 0 auto;
}

.mimo-slider-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 10px 5px 40px;
    scrollbar-width: none;
}

.mimo-slider-track::-webkit-scrollbar { display: none; }

.mimo-slider-item {
    flex: 0 0 calc(25% - 18px); /* 4 cột trên Desktop */
    scroll-snap-align: start;
}

.slider-nav {
    position: absolute;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    cursor: pointer;
    font-size: 20px;
    color: #00305b;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slider-nav:hover {
    background: #FF7A18;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.slider-nav.prev { left: 0; }
.slider-nav.next { right: 0; }

/* RESPONSIVE CHO TRANG SINGLE */
@media (max-width: 1200px) {
    .mimo-single {
        max-width: 1100px;
        margin: 0 auto;
        padding: 150px 10px 10px;
    }
    .mimo-slider-item { flex: 0 0 calc(33.33% - 16px); }
    .mimo-content {
    background: #fff;
    padding: 15px;
    line-height: 1.5;
    font-size: 16px;
}
    .mimo-content { padding: 10px; }
}

@media (max-width: 992px) {
    .mimo-slider-item { flex: 0 0 calc(50% - 12px); }

}

@media (max-width: 768px) {
    .single-title { font-size: 28px; }
    .mimo-slider-container { padding: 0 15px; }
    .slider-nav { display: none; } 
    .mimo-slider-item { flex: 0 0 80%; } 
    .cta-box { padding: 40px 20px; }
}