body {
    /* max-height: 100dvh;
    overflow: clip; */
}
.container {
    max-width: 1320px;
}
@media (min-width: 768px) {
    .container {
        --bs-gutter-x: 6rem;
    }
}
#default {
    padding: 40px 0;
    /* height: 100dvh;
    overflow: clip; */
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}
#default::before,
#default::after {
    content: "";
    display: block;
    position: fixed;
    width: 100dvw;
    height: 40dvh;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
#default::before {
    z-index: 2;
    background: linear-gradient(to bottom,  rgba(248,249,252,1) 10%,rgba(248,249,252,0) 100%);
}
#default::after {
    z-index: 1;
    background-image: url('https://www.gopulsion.io/wp-content/uploads/2026/05/texture-bg-light.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: darken;
    opacity: .6;
}

#default > div {
    position: relative;
    z-index: 3;
}

.logo-wrapper {
    text-align: center;
}

.slides,
.slick-list,
.slick-track {
    display: flex;
    flex-wrap: nowrap;
    /* overflow: clip; */
}

.slides {
    margin-top: 40px;
}
.slide {
    width: 100dvw;
    overflow: clip;
    flex: 1 0 100%;
    max-width: 100dvw;
}
.slide .card-body {
    /* max-height: calc(100dvh - 270px);
    overflow: auto; */
    padding: 2.5rem;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(255,255,255,0.8);
    z-index: 999999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 350ms ease-in-out;
    -moz-transition: opacity 350ms ease-in-out;
    -ms-transition: opacity 350ms ease-in-out;
    -o-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out;
}

.loading.opened {
    opacity: 1;
    pointer-events: all;
}


.input-group-lg > .form-control {
    border-top-left-radius: 2.5rem !important;
    border-bottom-left-radius: 2.5rem !important;
    padding: .5rem 1.5rem
}
.input-group-lg > .btn {
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
    padding: .5rem 2.5rem
}

.moz-results,
.cta-card {
    background-color: #F8F9FC;
    border-radius: 1rem;
    padding: 1.5rem;
    border: solid 1px rgba(0,0,0,.05);
}
.moz-results {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.moz-results h5 {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem;
    border-radius: .875rem;
    background-color: #FFF;
    font-size: 1.125rem;
}
.moz-results h5 .title {
    display: flex;
    align-items: center;
    gap: .875rem;
}
.moz-results h5 .title img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}
.moz-results h5 .outcome {
    font-size: 2.5rem;
}
.moz-results h5#domain_authority .outcome {
    color: #5eac4b;
}
.moz-results h5#domain_authority .outcome::after {
    content: "/100";
    display: inline-block;
    font-size: 1.125rem;
    color: #CCC;
    font-weight: 500;
}
.moz-results h5#root_domains_to_root_domain .outcome {
    color: #1f74e1;
}
.moz-results h5#spam_score .outcome {
    color: #f48824;
}
.moz-results h5#spam_score .outcome::after {
    content: "%";
    display: inline-block;
}

.moz-results + .button {
    margin-top: -1rem;
    text-align: right;
    padding: 0 3rem;
}

@media (min-width: 992px) {
    .sticky-header {
        position: sticky;
        top: 0;
    }
}
.sticky-header {
    padding: 2.5rem 0;
    border-bottom: solid 4px #f8f8f8;
    background-color: #FFF;
}

.cta-card .btn-outline-dark {
    --bs-btn-bg: #FFF;
}

.table-card th {
    background-color: #F8F9FC;
}
.table-card th:first-child {
    white-space: nowrap;
}
.table-card .highlight-row,
.table-card .highlight-row > * {
    border-color: #5eac4b;
}
.table-card .highlight-row th {
    background-color: #5eac4b2e;
    border-top: solid 1px #5eac4b;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #38722a;
}




@media (max-width: 767px) {
    .slide .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .slide .card {
        border-radius: 22px;
    }
    .slide .card-body {
        padding: .25rem;
    }
    .slide .sticky-header {
        padding-top: 0;
    }
    .moz-results + .button {
        margin-bottom: 1.5rem;
    }
    .slide .card-body section.py-5 > .container {
        padding: 0;
    }
}

@media (max-width: 767px) {

    .responsive-table table,
    .responsive-table thead,
    .responsive-table tbody,
    .responsive-table th,
    .responsive-table td,
    .responsive-table tr {
        display: block;
        width: 100%;
    }

    .responsive-table thead {
        display: none;
    }

    .responsive-table tr {
        margin-bottom: 1rem;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }

    .responsive-table td {
        display: flex;
        /* justify-content: space-between; */
        gap: 1rem;
        padding: 12px;
        border: none;
        border-bottom: 1px solid #eee;
        text-align: left;
    }

    .responsive-table td:last-child {
        border-bottom: none;
    }

    .responsive-table td::before {
        content: attr(data-label);
        font-weight: 700;
        flex-shrink: 0;
        width: 45%;
    }

    .responsive-table .highlight-row th {
        display: block;
        width: 100%;
        text-align: center;
        padding: 14px;
    }
}