.troubleshoot-featured .troubleshoot-slider-track.slide-index-0 {
    transform: translate3d(0, 0, 0)
}

.troubleshoot-featured .troubleshoot-slider-track.slide-index-1 {
    transform: translate3d(-33.3333%, 0, 0)
}

.troubleshoot-featured .troubleshoot-slider-track.slide-index-2 {
    transform: translate3d(-66.6666%, 0, 0)
}

.troubleshoot-featured .troubleshoot-slider-track.slide-index-3 {
    transform: translate3d(-100%, 0, 0)
}

@media(max-width:1024px) {
    .troubleshoot-featured .troubleshoot-slider-track.slide-index-1 {
        transform: translate3d(-50%, 0, 0)
    }

    .troubleshoot-featured .troubleshoot-slider-track.slide-index-2 {
        transform: translate3d(-100%, 0, 0)
    }

    .troubleshoot-featured .troubleshoot-slider-track.slide-index-3 {
        transform: translate3d(-150%, 0, 0)
    }

    .troubleshoot-featured .troubleshoot-slider-track.slide-index-4 {
        transform: translate3d(-200%, 0, 0)
    }
}

@media(max-width:640px) {
    .troubleshoot-featured .troubleshoot-slider-track.slide-index-1 {
        transform: translate3d(-100%, 0, 0)
    }

    .troubleshoot-featured .troubleshoot-slider-track.slide-index-2 {
        transform: translate3d(-200%, 0, 0)
    }

    .troubleshoot-featured .troubleshoot-slider-track.slide-index-3 {
        transform: translate3d(-300%, 0, 0)
    }

    .troubleshoot-featured .troubleshoot-slider-track.slide-index-4 {
        transform: translate3d(-400%, 0, 0)
    }

    .troubleshoot-featured .troubleshoot-slider-track.slide-index-5 {
        transform: translate3d(-500%, 0, 0)
    }
}

.troubleshoot-toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 50;
    display: none;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    border: 1px solid #1e293b;
    border-radius: 16px;
    color: #fff;
    background: #0f172a;
    box-shadow: 0 20px 30px rgba(15, 23, 42, .2)
}

.troubleshoot-toast.is-visible {
    display: flex
}

.troubleshoot-toast>span {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #22bde9
}

.troubleshoot-toast p {
    margin: 0;
    font-size: 12px
}

.troubleshoot-toast strong {
    color: #22bde9
}

.troubleshoot-hero {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(244, 63, 94, .1), #f8fafc, #f1f5f9)
}

.troubleshoot-hero.troubleshoot {
    background-image: linear-gradient(to bottom in oklab, #ff20561a 0%, #fcf9fa 50%, #f9f3f4 100%);
}

.troubleshoot-hero.recovery {
    background-image: linear-gradient(to bottom in oklab, #00bc7d1a 0%, #fcf9fa 50%, #f9f3f4 100%);
}
.troubleshoot-hero.reviews {
    background-image: linear-gradient(to bottom in oklab, #ad46ff1a 0%, #fcf9fa 50%, #f9f3f4 100%);
}

.troubleshoot-hero .troubleshoot-hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to right, rgba(128, 128, 128, .04) 1px, transparent 1px), linear-gradient(to bottom, rgba(128, 128, 128, .04) 1px, transparent 1px);
    background-size: 14px 24px
}

.troubleshoot-hero .troubleshoot-hero-container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    text-align: center
}

.troubleshoot-hero .troubleshoot-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 4px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #4b5563;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .05);
    font-size: 12px;
    font-weight: 700
}

.troubleshoot-hero .troubleshoot-hero-badge span:first-child {
    font-size: 16px
}

.troubleshoot-hero .troubleshoot-hero-container h1 {
    max-width: 896px;
    margin: 0 auto;
    color: #111827;
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -1.5px
}

.troubleshoot-hero .troubleshoot-hero-container>p {
    max-width: 672px;
    margin: 16px auto 0;
    color: #6b7280;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px
}

.troubleshoot-hero .troubleshoot-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 16px;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 600
}

.troubleshoot-hero .troubleshoot-breadcrumb strong {
    color: #475569;
    font-size: 12px
}

.troubleshoot-featured {
    padding: 64px 0;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    background: #fff;
    overflow: hidden
}

.troubleshoot-featured .troubleshoot-featured-container,
.troubleshoot-articles .troubleshoot-articles-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px
}

.troubleshoot-featured .troubleshoot-featured-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px
}

.troubleshoot-featured .troubleshoot-featured-heading>div:first-child>span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #22bde9;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: .6px;
    text-transform: uppercase
}

.troubleshoot-featured .troubleshoot-featured-heading h2 {
    margin: 8px 0 0;
    color: #111827;
    font-size: 30px;
    font-weight: 800;
    line-height: 36px
}

.troubleshoot-featured .troubleshoot-featured-heading h2 strong {
    color: #f43f5e
}

.troubleshoot-featured .troubleshoot-slider-controls {
    display: flex;
    gap: 10px
}

.troubleshoot-featured .troubleshoot-slider-controls button {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    border-radius: 42px;
    color: #4b5563;
    background: #fff
}

.troubleshoot-featured .troubleshoot-slider-controls button:last-child {
    border-color: #22bde9;
    color: #fff;
    background: #22bde9
}

.troubleshoot-featured .troubleshoot-slider {
    margin: 0 -16px;
    padding: 8px 16px;
    overflow: hidden
}

.troubleshoot-featured .troubleshoot-slider-track {
    display: flex;
    transition: transform .5s ease
}

.troubleshoot-featured .troubleshoot-slide {
    width: 33.3333%;
    flex: 0 0 33.3333%;
    padding: 0 20px
}

.troubleshoot-featured .troubleshoot-feature-card {
    display: flex;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .05);
    transition: .3s
}

.troubleshoot-featured .troubleshoot-feature-card:hover {
    box-shadow: 0 12px 24px rgba(15, 23, 42, .1);
    transform: translateY(-4px)
}

.troubleshoot-featured .troubleshoot-card-image {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden
}

.troubleshoot-featured .troubleshoot-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.troubleshoot-featured .troubleshoot-card-image>span {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 4px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #334155;
    background: rgba(255, 255, 255, .95);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase
}

.troubleshoot-featured .troubleshoot-feature-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: 24px;
    text-align: left
}

.troubleshoot-featured .troubleshoot-card-meta,
.troubleshoot-articles .troubleshoot-card-meta {
    display: flex;
    gap: 16px;
    color: #9ca3af;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase
}

.troubleshoot-featured .troubleshoot-feature-copy h3 {
    display: -webkit-box;
    margin: 8px 0 0;
    overflow: hidden;
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.troubleshoot-featured .troubleshoot-feature-copy p {
    display: -webkit-box;
    margin: 8px 0 0;
    overflow: hidden;
    color: #6b7280;
    font-size: 12px;
    line-height: 19px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.troubleshoot-featured .troubleshoot-feature-copy a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 16px 0 0;
    border: 0;
    border-top: 1px solid #f3f4f6;
    color: #22bde9;
    background: transparent;
    font-size: 12px;
    font-weight: 800
}

.troubleshoot-featured .troubleshoot-slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 32px
}

.troubleshoot-featured .troubleshoot-slider-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #e2e8f0
}

.troubleshoot-featured .troubleshoot-slider-dots button.is-active {
    width: 24px;
    background: #22bde9
}

.troubleshoot-directories {
    padding: 64px 0;
    background: #f8fafc
}

.troubleshoot-directories .troubleshoot-directories-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    text-align: center
}

.troubleshoot-directories .troubleshoot-directories-heading {
    margin-bottom: 40px
}

.troubleshoot-directories .troubleshoot-directories-heading h2 {
    margin: 0;
    color: #111827;
    font-size: 30px;
    font-weight: 800;
    line-height: 36px
}

.troubleshoot-directories .troubleshoot-directories-heading h2 strong {
    color: #22bde9
}

.troubleshoot-directories .troubleshoot-directories-heading p {
    max-width: 448px;
    margin: 8px auto 0;
    color: #6b7280;
    font-size: 12px;
    line-height: 19px
}

.troubleshoot-directories .troubleshoot-directories-grid {
    display: grid;
    max-width: 896px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    margin: 0 auto
}

.troubleshoot-directories .troubleshoot-directories-grid>a {
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, .8);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .05);
    text-align: left;
    transition: .3s
}

.troubleshoot-directories .troubleshoot-directories-grid>a:hover {
    box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
    transform: translateY(-4px)
}

.troubleshoot-directories .troubleshoot-directories-grid>a>div:first-child {
    position: relative;
    height: 176px;
    overflow: hidden
}

.troubleshoot-directories .troubleshoot-directories-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.troubleshoot-directories .troubleshoot-directories-grid>a>div:first-child>span {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 4px 10px;
    border-radius: 8px;
    color: #fff;
    background: #22bde9;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase
}

.troubleshoot-directories .troubleshoot-directories-grid>a>div:last-child {
    display: flex;
    min-height: 160px;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px
}

.troubleshoot-directories .troubleshoot-directories-grid h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    color: #111827;
    font-size: 18px;
    font-weight: 700
}

.troubleshoot-directories .troubleshoot-directories-grid p {
    margin: 6px 0 0;
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
    line-height: 19px
}

.troubleshoot-directories .troubleshoot-directories-grid strong {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-top: 8px;
    color: #22bde9;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase
}

.troubleshoot-articles {
    padding: 80px 0;
    background: #fff
}

.troubleshoot-articles .troubleshoot-articles-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 48px
}

.troubleshoot-articles .troubleshoot-articles-heading h2 {
    margin: 0;
    color: #111827;
    font-size: 30px;
    font-weight: 800;
    line-height: 36px
}

.troubleshoot-articles .troubleshoot-articles-heading h2 strong {
    color: #f43f5e
}

.troubleshoot-articles .troubleshoot-articles-heading p {
    margin: 8px 0 0;
    color: #6b7280;
    font-size: 12px;
    font-weight: 500
}

.troubleshoot-articles .troubleshoot-articles-heading input {
    width: 100%;
    padding: 10px 16px 10px 44px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    outline: 0;
    background: #f8fafc;
    font-size: 12px
}

.troubleshoot-articles .troubleshoot-articles-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px
}

.troubleshoot-articles .troubleshoot-article-card {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .05);
    transition: .3s
}

.troubleshoot-articles .troubleshoot-article-card:hover {
    box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
    transform: translateY(-2px)
}

.troubleshoot-articles .troubleshoot-article-card>div:first-child {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden
}

.troubleshoot-articles .troubleshoot-article-card img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.troubleshoot-articles .troubleshoot-article-card>div:first-child>span {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 2px 8px;
    border-radius: 6px;
    color: #fff;
    background: rgba(15, 23, 42, .8);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase
}

.troubleshoot-articles .troubleshoot-article-card>div:last-child {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    padding: 20px
}

.troubleshoot-articles .troubleshoot-article-card h3 {
    display: -webkit-box;
    margin: 6px 0 0;
    overflow: hidden;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.troubleshoot-articles .troubleshoot-article-card p {
    display: -webkit-box;
    margin: 6px 0 0;
    overflow: hidden;
    color: #9ca3af;
    font-size: 12px;
    line-height: 19px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.troubleshoot-articles .troubleshoot-article-card a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 0 0;
    border: 0;
    border-top: 1px solid #f8fafc;
    color: #22bde9;
    background: transparent;
    font-size: 11px;
    font-weight: 800
}

.troubleshoot-articles .troubleshoot-article-card.is-more {
    display: none
}

.troubleshoot-articles .troubleshoot-article-card.is-more.is-visible {
    display: flex
}

.troubleshoot-articles .troubleshoot-article-card.is-filtered {
    display: none
}

.troubleshoot-articles .troubleshoot-empty {
    display: none;
    max-width: 448px;
    margin: 0 auto;
    padding: 64px;
    border: 1px dashed #e2e8f0;
    border-radius: 24px;
    text-align: center
}

.troubleshoot-articles .troubleshoot-empty.is-visible {
    display: block
}

.troubleshoot-articles .troubleshoot-empty i {
    color: #d1d5db;
    font-size: 40px
}

.troubleshoot-articles .troubleshoot-empty h3 {
    margin: 12px 0 0;
    font-size: 14px
}

.troubleshoot-articles .troubleshoot-empty p {
    margin: 4px 0 0;
    color: #9ca3af;
    font-size: 12px
}

.troubleshoot-articles .troubleshoot-more {
    margin-top: 48px;
    text-align: center
}

.troubleshoot-articles .troubleshoot-more button {
    padding: 14px 32px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #0f172a;
    box-shadow: 0 4px 8px rgba(15, 23, 42, .12);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase
}

@media(max-width:1024px) {
    .troubleshoot-hero .troubleshoot-hero-container h1 {
        font-size: 48px;
        line-height: 48px
    }

    .troubleshoot-featured .troubleshoot-slide {
        width: 50%;
        flex-basis: 50%
    }

    .troubleshoot-articles .troubleshoot-articles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(max-width:768px) {

    .troubleshoot-hero .troubleshoot-hero-container,
    .troubleshoot-featured .troubleshoot-featured-container,
    .troubleshoot-directories .troubleshoot-directories-container,
    .troubleshoot-articles .troubleshoot-articles-container {
        padding: 0 24px
    }

    .troubleshoot-featured .troubleshoot-featured-heading,
    .troubleshoot-articles .troubleshoot-articles-heading {
        align-items: flex-start;
        flex-direction: column
    }

    .troubleshoot-articles .troubleshoot-articles-heading>div:last-child {
        width: 100%
    }

    .troubleshoot-directories .troubleshoot-directories-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:640px) {
    .troubleshoot-hero {
        padding: 64px 0
    }

    .troubleshoot-hero .troubleshoot-hero-container,
    .troubleshoot-featured .troubleshoot-featured-container,
    .troubleshoot-directories .troubleshoot-directories-container,
    .troubleshoot-articles .troubleshoot-articles-container {
        padding: 0 16px
    }

    .troubleshoot-hero .troubleshoot-hero-container h1 {
        font-size: 36px;
        line-height: 36px
    }

    .troubleshoot-hero .troubleshoot-hero-container>p {
        font-size: 16px;
        line-height: 26px
    }

    .troubleshoot-featured .troubleshoot-slide {
        width: 100%;
        flex-basis: 100%
    }

    .troubleshoot-articles .troubleshoot-articles-grid {
        grid-template-columns: 1fr
    }
}