/* ---------- Shared ---------- */
.sc-wrap {
    --sc-gap: 40px;
    --sc-card-radius: 5px;
    --sc-shadow: 0 6px 16px rgba(0, 0, 0, .08);
    --sc-blue: #246BFD;
    --sc-text: #1b1b1b;
    --sc-muted: #667085
}

.sc-card-wrap {
    display: flex;
}

.sc-wrap h2.sc-title {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 18px;
    font-weight: 700;
    text-align: center;
    color: var(--sc-text)
}

.sc-card {
    background: #fff;
    border-radius: var(--sc-card-radius);
    box-shadow: var(--sc-shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: space-between;
}

.sc-card .sc-body {
    padding: 18px 9px;
}

.sc-card h3 {
    margin: 0 0 25px !important;
    font-size: 28px !important;
    line-height: 1.15 !important;
    color: #000;
    font-weight: 400 !important;
}

.sc-card p {
    margin: 0 0 10px;
    color: var(--sc-muted);
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.sc-btn {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    color: #0A3184;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 0;
}

.sc-card .sc-footer {
    margin: 0 10px 30px;
}

.sc-btn:hover {
    color: #000
}

.sc-img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover
}

article.sc-item {
    display: flex;
}

@media(min-width:900px) {
    .sc-img {
        height: 200px
    }
}

/* ---------- Related Resources (horizontal slider) ---------- */
.sc-related {
    position: relative
}

.sc-related .sc-track {
    display: flex;
    gap: var(--sc-gap);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 6px;
    scrollbar-width: none
}

.sc-related .sc-track::-webkit-scrollbar {
    display: none
}

.sc-related .sc-item {
    flex: 0 0 82%;
    max-width: 82%;
    scroll-snap-align: start
}

@media(min-width:700px) {
    .sc-related .sc-item {
        flex-basis: 42%;
        max-width: 42%
    }
}

@media(min-width:1100px) {
    .sc-related .sc-item {
        flex-basis: 29%;
        max-width: 29%
    }
}

.sc-related .sc-arrows {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 40px
}

.sc-related .sc-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ABDCFF80;
    display: grid;
    place-items: center;
    cursor: pointer;
    border-width: 0;
    color: #326EEF;
}

.sc-related .sc-arrow:hover {
    background: #ABDCFF;
}

/* ---------- Ultimate Guides (grid + load more) ---------- */
.sc-guides .sc-grid {
    display: grid;
    gap: var(--sc-gap)
}

@media(min-width:680px) {
    .sc-guides .sc-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:1060px) {
    .sc-guides .sc-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.sc-guides .sc-bottom {
    display: flex;
    justify-content: center;
    margin-top: 18px
}

.sc-guides .sc-load:hover {
    opacity: .87;
}

.sc-guides .sc-load {
    padding: 7px 18px;
    border-radius: 6px;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    background-color: #326eef !important;
    color: #fff;
    margin-top: 40px;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 20px;
}

.sc-guides .sc-badges p {
    margin: 0
}

.sc-guides .sc-badges p strong {
    color: #111
}

.sc-related .sc-item .sc-card {
    background: linear-gradient(0deg, #C1D3FA 0%, rgba(184, 205, 250, 0) 47.86%);
    box-shadow: none;
    border-radius: 18px;
}

.sc-related .sc-item .sc-card .cd-footer a.sc-btn {
    background-color: #326eef !important;
    color: #fff !important;
    padding: 17px;
    border-radius: 6px;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 30px;
}

.sc-related .sc-item .sc-card .cd-footer a.sc-btn:hover {
    opacity: .87;
}

.sc-related .sc-item .sc-card .cd-footer a.sc-btn>span {
    display: none;
}

.sc-related .sc-item .sc-card h3 {
    font-size: 21px !important;
    line-height: 24px !important;
}

.sc-related .sc-item .sc-card p {
    font-size: 14px !important;
    line-height: 20px !important;
}

/**** Customer Story Slider *****/
.sc-story-slider-wrap {
    width: 100%;
    position: relative;
}

.sc-story-section-title {
    margin: 0 0 24px;
    font-size: 32px;
    font-weight: 700;
}

.sc-story-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sc-story-track {
    position: relative;
}

.sc-story-slide {
    display: none;
}

.sc-story-slide.is-active {
    display: block;
}

.sc-story-card {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.sc-story-side {
    width: 160px;
    flex: 0 0 160px;
}

.sc-story-meta-block {
    margin-bottom: 18px;
}

.sc-story-meta-block:not(:last-child) {
    padding-bottom: 18px;
    border-bottom: 1px solid #93B1F2;
}

.sc-story-meta-block h6 {
    color: #326eef;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0%;
}

.sc-story-meta-block p,
.sc-story-products {
    margin: 0;
    color: #000;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0%;
}

.sc-story-products {
    font-weight: 700;
}

.sc-story-impact-number {
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
}

.sc-story-side .sc-btn {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #0094FF;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    padding: 0 13px !important;
    min-height: 34px;
}

.sc-story-side .sc-btn span {
    display: none;
}

.sc-story-main {
    position: relative;
    flex: 1;
    min-height: 520px;
    border-radius: 28px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 18px 40px rgba(17, 33, 74, 0.14);
}

.sc-story-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 148, 255, 0) 23.21%, #072057 100%);
}

.sc-story-overlay::before {
    content: '';
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.65;
    background: linear-gradient(90deg, rgba(0, 149, 255, 40%) 40%, #0A3184 100%);
}

.sc-story-logo {
    position: absolute;
    top: 40px;
    left: 70px;
    z-index: 2;
    background: #fff;
    border-radius: 9px;
    padding: 7px;
    width: 196px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.sc-story-logo img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin-bottom: 0;
    object-fit: contain;
}

.sc-story-tag {
    position: absolute;
    top: 0;
    right: 80px;
    z-index: 2;
    background: #fff;
    color: #326EEF;
    border-radius: 0px 0px 12px 12px;
    padding: 3px 16px;
    font-weight: 600;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 10%;
    text-align: center;
    text-transform: uppercase;
}

.sc-story-tag::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    /* Moves it to the left of the tab */
    width: 20px;
    height: 20px;
    background: radial-gradient(circle at 0 100%, transparent 20px, white 21px);
}

/* The Right Inverted Corner */
.sc-story-tag::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    /* Moves it to the right of the tab */
    width: 20px;
    height: 20px;
    background: radial-gradient(circle at 100% 100%, transparent 20px, white 21px);
}

.sc-story-content {
    position: absolute;
    left: 70px;
    right: 120px;
    bottom: 44px;
    z-index: 2;
    color: #fff;
}

.sc-story-quote {
    margin: 0 0 18px;
    max-width: 785px;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 0%;
}

.sc-story-author {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
}

.sc-story-nav {
    position: absolute;
    right: 36px;
    bottom: 34px;
    z-index: 3;
    display: flex;
    gap: 12px;
}

.sc-story-arrow {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    color: #326EEF;
    font-size: 28px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc-story-arrow:not(:hover) svg path {
    stroke: #326EEF;
}

.sc-story-arrow:hover {
    background: linear-gradient(127.49deg, rgba(255, 255, 255, 0.45) 11.64%, rgba(255, 255, 255, 0.2) 100%);
}

@media (max-width: 991px) {
    .sc-story-card {
        flex-direction: column;
    }

    .sc-story-side {
        width: 100%;
        flex: 1 1 auto;
    }

    .sc-story-main {
        width: 100%;
        min-height: 420px;
    }

    .sc-story-quote {
        font-size: 16px;
    }

    .sc-story-author {
        font-size: 12px;
    }

    .sc-story-content {
        right: 30px;
        left: 24px;
        bottom: 60px;
    }

    .sc-story-logo {
        top: 40px;
        left: 24px;
        width: 100px;
        height: 36px;
        border-radius: 5px;
    }

    .sc-story-nav {
        bottom: 20px;
        gap: 20px;
    }
}