.mx-footer-blog-acc {
    position: relative;
    z-index: 1;
    padding: clamp(2.5rem, 5vw, 3.5rem) 0;
    color: #e8edf5;
    background:
        radial-gradient(ellipse 80% 60% at 0% 0%, rgba(253, 120, 0, 0.14), transparent 55%),
        radial-gradient(ellipse 70% 50% at 100% 0%, rgba(92, 81, 224, 0.16), transparent 50%),
        linear-gradient(180deg, #121826 0%, #0d111a 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mx-footer-blog-acc__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem 2rem;
    margin-bottom: 1.75rem;
}

.mx-footer-blog-acc__eyebrow {
    margin: 0 0 0.45rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fd9a4d;
}

.mx-footer-blog-acc__title {
    margin: 0;
    font-family: var(--mx-font-heading, "Jost", sans-serif);
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #fff;
}

.mx-footer-blog-acc__sub {
    margin: 0.55rem 0 0;
    max-width: 36rem;
    font-size: 0.98rem;
    line-height: 1.55;
    color: rgba(232, 237, 245, 0.72);
}

.mx-footer-blog-acc__actions {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.mx-footer-blog-acc__stat {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 4.5rem;
    min-height: 4.5rem;
    padding: 0.5rem 0.85rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.mx-footer-blog-acc__stat strong {
    font-size: 1.35rem;
    line-height: 1;
    color: #fff;
}

.mx-footer-blog-acc__stat span {
    margin-top: 0.2rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(232, 237, 245, 0.62);
}

.mx-footer-blog-acc__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.8rem 1.45rem;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
    background: linear-gradient(135deg, #fd7800 0%, #ff9a3d 100%);
    box-shadow: 0 10px 28px rgba(253, 120, 0, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mx-footer-blog-acc__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(253, 120, 0, 0.34);
    color: #111827;
}

.mx-footer-blog-acc__panels {
    display: grid;
    gap: 0.75rem;
}

.mx-footer-blog-acc__panel {
    overflow: hidden;
    border-radius: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.mx-footer-blog-acc__panel.is-open {
    border-color: rgba(253, 120, 0, 0.35);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.mx-footer-blog-acc__panel-title {
    margin: 0;
}

.mx-footer-blog-acc__trigger {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 0.9rem 1rem;
    width: 100%;
    padding: 1rem 1.15rem;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.mx-footer-blog-acc__trigger:focus-visible {
    outline: 2px solid #fd7800;
    outline-offset: -2px;
}

.mx-footer-blog-acc__trigger-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.8rem;
    color: #fd9a4d;
    background: rgba(253, 120, 0, 0.12);
    transition: background 0.2s ease, color 0.2s ease;
}

.mx-footer-blog-acc__panel.is-open .mx-footer-blog-acc__trigger-icon {
    color: #fff;
    background: linear-gradient(135deg, #fd7800, #5c51e0);
}

.mx-footer-blog-acc__trigger-copy {
    min-width: 0;
}

.mx-footer-blog-acc__trigger-label {
    display: block;
    font-family: var(--mx-font-heading, "Jost", sans-serif);
    font-size: 1.02rem;
    font-weight: 700;
    color: #fff;
}

.mx-footer-blog-acc__trigger-meta {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.8rem;
    color: rgba(232, 237, 245, 0.58);
}

.mx-footer-blog-acc__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    min-height: 2rem;
    padding: 0 0.55rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.08);
}

.mx-footer-blog-acc__chev {
    width: 0.65rem;
    height: 0.65rem;
    border-right: 2px solid rgba(255, 255, 255, 0.72);
    border-bottom: 2px solid rgba(255, 255, 255, 0.72);
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}

.mx-footer-blog-acc__panel.is-open .mx-footer-blog-acc__chev {
    transform: rotate(-135deg) translateY(2px);
}

.mx-footer-blog-acc__body {
    padding: 0 1rem 1rem;
}

.mx-footer-blog-acc__list {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .mx-footer-blog-acc__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
    }
}

.mx-footer-blog-acc__link {
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    min-height: 3.4rem;
    padding: 0.55rem 0.7rem;
    border-radius: 0.85rem;
    color: inherit;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid transparent;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.mx-footer-blog-acc__link:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(253, 120, 0, 0.22);
    transform: translateX(2px);
    color: inherit;
}

.mx-footer-blog-acc__thumb {
    overflow: hidden;
    width: 3.5rem;
    height: 2.625rem;
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.06);
}

.mx-footer-blog-acc__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mx-footer-blog-acc__link-copy {
    min-width: 0;
}

.mx-footer-blog-acc__link-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.35;
    color: #f8fafc;
}

.mx-footer-blog-acc__link-date {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.72rem;
    color: rgba(232, 237, 245, 0.55);
}

.mx-footer-blog-acc__link-arrow {
    font-size: 0.95rem;
    color: rgba(253, 154, 77, 0.9);
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.mx-footer-blog-acc__link:hover .mx-footer-blog-acc__link-arrow {
    opacity: 1;
    transform: translateX(0);
}

.mx-footer-blog-acc__more-wrap {
    margin: 0.85rem 0 0.15rem;
    text-align: center;
}

.mx-footer-blog-acc__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.35rem;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fd9a4d;
    text-decoration: none;
    border: 1px solid rgba(253, 120, 0, 0.28);
    background: rgba(253, 120, 0, 0.08);
}

.mx-footer-blog-acc__more:hover {
    color: #fff;
    background: rgba(253, 120, 0, 0.18);
}

@media (max-width: 767px) {
    .mx-footer-blog-acc__actions {
        width: 100%;
        justify-content: space-between;
    }

    .mx-footer-blog-acc__count {
        display: none;
    }

    .mx-footer-blog-acc__link {
        grid-template-columns: 3rem minmax(0, 1fr);
    }

    .mx-footer-blog-acc__link-arrow {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mx-footer-blog-acc__panel,
    .mx-footer-blog-acc__link,
    .mx-footer-blog-acc__btn,
    .mx-footer-blog-acc__chev {
        transition: none;
    }
}
