/* ==========================================================================
   Single Insights Hero
   ========================================================================== */
.insights-hero{
    background-repeat: no-repeat;
}

.single-insights-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #11052D 0%, #01010A 62%, #000000 100%);
    color: #FFFFFF;
    padding: 238px 0 120px;
    margin-bottom: 0;
}

.single-insights__body .entry-content .gated-content__title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: inherit;
    margin: 0 0 12px;
    font-family: "MessinaSans", sans-serif;
}

.single-insights-container{
    padding: 0px;
}

.single-insights-hero__bg-img {
    position: absolute;
    max-width: none;
    pointer-events: none;
    z-index: 0;
    top: -296px;
    right: -5%;
    content: "";
    width: 1124px;
    height: 1124px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.single-insights-hero .container {
    position: relative;
    z-index: 1;
}

.single-insights-hero__content {
    max-width: 967px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-insights-hero__back {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #FFFFFF;
    font-family: "MessinaSans", sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}

.single-insights-hero__back:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.single-insights-hero__back span {
    font-family: "MessinaSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #ffffff;
}

.single-insights-hero__back-icon {
    font-size: 22px;
    line-height: 1;
    position: relative;
    top: -1px;
}

.single-insights-hero__kicker {
    margin: 0;
    font-family: 'MessinaSans', sans-serif;
    font-size: 21px;
    line-height: 28px;
    color: #FFFFFF;
}

.single-insights-hero__title {
    margin: 0;
    max-width: 967px;
    font-family: "MessinaModern", serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 52.8px;
    letter-spacing: -0.7px;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .single-insights-hero {
        padding: 150px 0 70px;
    }

    .single-insights-hero__bg-img {
        right: -20%;
        width: 900px;
        opacity: 0.35;
    }

    .single-insights-hero__kicker {
        font-size: 18px;
        line-height: 24px;
    }

    .single-insights-hero__title {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: -0.5px;
    }
}

@media (max-width: 575px) {
    .single-insights-hero {
        padding: 160px 15px 56px;
    }

    .single-insights-hero__bg-img {
        right: -30%;
        width: 700px;
        opacity: 0.25;
    }

    .single-insights-hero__title {
        font-size: 30px;
        line-height: 36px;
    }
}

/* ==========================================================================
   Single Insights Body
   ========================================================================== */

.single-insights__body {
    padding: 100px 0;
    display: grid;
    gap: 15px;
}

.single-insights__body-container {
    max-width: 1310px;
}

.single-insights__video-section,
.single-insights__body .entry-content {
    margin-bottom: 0;
}

.single-insights__video-section {
    padding: 0;
}

.single-insights__body .entry-content {
    padding: 0;
}

.single-insights__body .entry-content,
.single-insights__body .entry-content p,
.single-insights__body .entry-content span,
.single-insights__body .entry-content li {
    font-family: 'Inter', "MessinaSans", sans-serif;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 24px;
    color: #555555;
}

.single-insights__body .entry-content h1,
.single-insights__body .entry-content h2,
.single-insights__body .entry-content h3,
.single-insights__body .entry-content h4,
.single-insights__body .entry-content h5,
.single-insights__body .entry-content h6 {
    margin: 0 0 12px;
    font-family: 'Inter', "MessinaSans", sans-serif;
    font-size: 19.5px;
    font-weight: 400;
    line-height: 40px;
    color: #01010A;
    letter-spacing: unset;
}

.single-insights__body .entry-content p{
    margin: 0 0 17px;
}

.single-insights__body .entry-content ul,
.single-insights__body .entry-content ol {
    margin: 0 0 28px;
}

.single-insights__body .entry-content span {
    font: inherit;
    color: inherit;
}

.single-insights__body .entry-content a {
    font-family: 'Inter', "MessinaSans", sans-serif;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 24px;
    color: #1B68FA;
    text-decoration: none;
}

.single-insights__body .entry-content a:hover {
    color: #1B68FA;
    text-decoration: underline;
}

.single-insights__body .entry-content ul,
.single-insights__body .entry-content ol {
    padding-left: 20px;
    padding-top: 11px;
    margin-bottom: 22px;
}

.single-insights__body .entry-content li {
    margin-bottom: 20px;
    line-height: 32px;
}

.single-insights__body .entry-content li:last-child {
    margin-bottom: 0;
}

.single-insights__body .entry-content strong,
.single-insights__body .entry-content b {
    font-weight: 600;
    color: #01010A;
}

.single-insights__video,
.single-insights__gated {
    margin: 0 auto 15px;
    width: 100%;
}

.single-insights__video-section .col-lg-10{
    width: 100%;
    max-width: 1018px;
    flex: 0 0 1018px;
    padding: 0;
}

.single-insights__body .entry-content .col-md-8 {
    width: 100%;
    max-width: 870px;
    flex: 0 0 870px;
    padding: 0;
}

.single-insights__video video,
.single-insights__video iframe,
.single-insights__video-embed iframe,
.single-insights__gated-inner {
    width: 100%;
}

/* Gated asset wrapper */
.single-insights__gated-asset {
    text-align: center;
}

.single-insights__body .entry-content .field-wrap.html-wrap span {
    margin-bottom: 0 !important;
    padding: 0 !important;
    font-family: "MessinaSans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    color: #374151 !important;
}

/* Featured image for PDF / External Link (same treatment as video) */
.single-insights__asset-thumb {
    margin: 0 auto 15px;
    width: 100%;
}

.single-insights__asset-thumb img {
    width: auto;
    margin:auto;
    display: block;
    border-radius: 8px;
}

/* PDF / External Link sections */
.single-insights__pdf,
.single-insights__external-link {
    text-align: center;
    margin-top: 20px;
}

/* Asset button (gradient style matching site buttons) */
a.single-insights__asset-btn {
    border: none;
    display: inline-block;
    background: linear-gradient(270deg, #9D73EF 0%, #0935E8 100%);
    padding: 10px 25px;
    border-radius: 62px !important;
    color: #fff;
    font-family: "MessinaModern", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    transition: opacity 0.4s ease;
    z-index: 1;
    text-decoration: none;
}

a.single-insights__asset-btn::before {
    content: "";
    position: absolute;
    background: #1B68FA !important;
    opacity: 0;
    transition: all .4s ease;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    border-radius: 62px !important;
}

a.single-insights__asset-btn:hover {
    color: #FFFFFF;
    text-decoration: none;
    opacity: 0.9;
}

a.single-insights__asset-btn:hover::before {
    opacity: 1 !important;
    z-index: -1;
    transition: all .4s ease;
}

.single-insights__video-embed iframe {
    display: block;
    min-height: 489px;
}

/* ==========================================================================
   Single Insights Related Content
   ========================================================================== */

.single-insights-related {
    background: #F9F9F9;
    padding: 100px 0;
    margin-bottom: 0px;
}

.single-insights-related__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 50px;
}

div .single-insights-related__title {
    margin: 0;
    font-family: "MessinaModern", serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 50.4px;
    letter-spacing: -0.7px;
    color: #000000;
}

.single-insights-related__controls {
    display: inline-flex;
    gap: 10px;
}

.single-insights-related__control {
    width: 40px;
    height: 40px;
    border: 1px solid #1B68FA;
    border-radius: 20px;
    background: #1B68FA;
    color: #FFFFFF;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}

.single-insights-related__control:hover {
    background: #0F55D7;
    border-color: #0F55D7;
}

.single-insights-related__control.disabled,
.single-insights-related__control:disabled {
    background: #C8D7FB;
    border-color: #C8D7FB;
    color: #FFFFFF;
    cursor: not-allowed;
    pointer-events: none;
}


.single-insights-related__control--prev::after {
    content: "";
    display: block;
    width: 6.581px;
    height: 10.5px;
    background: url('/wp-content/uploads/2026/03/control-prev.png') center center / contain no-repeat;
    border: none;
}


.single-insights-related__control--next::after {
    content: "";
    display: block;
    width: 6.581px;
    height: 10.5px;
    background: url('/wp-content/uploads/2026/03/control-next.png') center center / contain no-repeat;
    border: none;
}

.single-insights-related__track-wrap {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: -10px;
    max-width: 1315px;
}

.single-insights-related__track {
    display: flex;
    align-items: stretch;
    gap: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.single-insights-related__track.is-loading {
    cursor: progress;
}

.single-insights-related__track::-webkit-scrollbar {
    display: none;
}

.single-insights-related__card {
    display: flex;
    flex: 0 0 310px;
    max-width: 310px;
    margin-bottom: 20px;
}

.single-insights-related__link {
    width: 100%;
    height: 319px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid rgba(1, 1, 10, 0.08);
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 0;
    transition: color 0.35s, box-shadow 0.35s, transform 0.35s;
}

.single-insights-related__link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(to left, rgb(157, 115, 239), rgb(9, 53, 232));
  opacity: 0;
  transition: opacity 0.35s;
  z-index: -1;
  pointer-events: none;
}

.single-insights-related__link:hover {
  background: transparent;
  border-radius: 8px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 12px 28px -6px;
}

.single-insights-related__link:hover::after {
  opacity: 1;
}

.single-insights-related__link:hover .single-insights-related__card-title,
.single-insights-related__link:hover .single-insights-related__cta {
  color: rgb(255, 255, 255);
}

.single-insights-related__media {
    position: relative;
    height: 180px;
    background: #E9ECEF;
}

.single-insights-related__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.single-insights-related__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0.85;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-insights-related__duration {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-flex;
    align-items: center;
    height: 21px;
    padding: 0 8px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    font-family: "MessinaSans", sans-serif;
    font-size: 12px;
    line-height: 1;
}

.single-insights-related__body {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

div .single-insights-related__card-title {
    margin: 0;
    font-family: "MessinaSans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 22.95px;
    color: #555555;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    letter-spacing: unset;
}

.single-insights-related__cta {
    font-family: "MessinaSans", sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #1B68FA;
}

.single-insights-related__footer {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

a.single-insights-related__back-button {
    border: none;
    display: inline-block;
    background: linear-gradient(270deg, #9D73EF 0%, #0935E8 100%);
    padding: 10px 25px;
    border-radius: 62px !important;
    transition: all .4s ease;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    transition: opacity 0.4s ease;
    z-index: 1;
    text-decoration: none;
}

a.single-insights-related__back-button::before{
    content: "";
    position: absolute;
    background: #1B68FA !important;
    opacity: 0;
    transition: opacity 0.4s ease;
    transition: all .4s ease;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    border-radius: 62px !important;
}

.single-insights-related__back-button:hover {
    color: #FFFFFF;
    text-decoration: none;
    opacity: 0.9;
}

.single-insights-related__back-button:hover::before{
    opacity: 1 !important;
    z-index: -1;
    transition: opacity 0.4s ease;
    transition: all .4s ease;
}

@media (min-width: 992px) {
    .single-insights__video-section .col-lg-10,
    .single-insights__body .entry-content .col-md-8{
        padding: 0;
    }
}

@media (max-width: 991px) {
    .single-insights__body {
        padding: 72px 15px;
        max-width: 720px;
        margin: auto;
    }

    .single-insights__body .entry-content,
    .single-insights__body .entry-content p,
    .single-insights__body .entry-content span,
    .single-insights__body .entry-content li {
        font-size: 15px;
        line-height: 24px;
    }

    .single-insights__body .entry-content h1,
    .single-insights__body .entry-content h2,
    .single-insights__body .entry-content h3,
    .single-insights__body .entry-content h4,
    .single-insights__body .entry-content h5,
    .single-insights__body .entry-content h6 {
        font-size: 19px;
        line-height: 32px;
    }

    .single-insights__body .entry-content a {
        font-size: 15px;
        line-height: 24px;
    }

    .single-insights__video-section .col-lg-10,
    .single-insights__body .entry-content .col-md-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .single-insights__video,
    .single-insights__gated {
        margin-bottom: 40px;
    }

    .single-insights__video-embed iframe {
        min-height: 420px;
    }

    .single-insights-related {
        padding: 72px 0;
    }

    .single-insights-related__header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 32px;
        gap: 10px;
    }

    .single-insights-related__title {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .single-insights__body {
        padding: 56px 15px;
    }

    .single-insights-related{
        padding: 72px 15px;
    }

    .single-insights__body .entry-content,
    .single-insights__body .entry-content p,
    .single-insights__body .entry-content span,
    .single-insights__body .entry-content li {
        font-size: 15px;
        line-height: 24px;
    }

    .single-insights__body .entry-content h1,
    .single-insights__body .entry-content h2,
    .single-insights__body .entry-content h3,
    .single-insights__body .entry-content h4,
    .single-insights__body .entry-content h5,
    .single-insights__body .entry-content h6 {
        font-size: 18px;
        line-height: 30px;
    }

    .single-insights__body .entry-content a {
        font-size: 15px;
        line-height: 24px;
    }

    .single-insights__body .entry-content li {
        margin-bottom: 16px;
        line-height: 28px;
    }

    .single-insights__video,
    .single-insights__gated {
        margin-bottom: 32px;
    }

    .single-insights__video-embed iframe {
        min-height: 240px;
    }

    .single-insights-related__card {
        flex-basis: 280px;
        max-width: 280px;
    }
}
