/* Breadcrumb */
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.breadcrumb a {
    font-family: 'Switzer';
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: var(--font-color);
    display: flex;
    align-items: center;
    gap: 12px;
    transition: color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.breadcrumb a:hover {
    opacity: 0.8;
}

.breadcrumb-career-detail a {
    color: #FFFFFF;
}

.breadcrumb svg {
    width: 14px;
    height: 12px;
}
.breadcrumb-career-detail svg {
    width: auto;
    height: auto;
}
.section-header {
    margin-bottom: 40px;
}
/* ===== STACKED SCROLL EFFECT STYLES ===== */
.stacked-scroll-container {
    position: relative;
    padding-bottom: 103px;
}

.stacked-section {
    position: sticky;
    top: 120px;
    will-change: transform;
    transition: position 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.stacked-section {
    z-index: 1;
}

.stacked-section:nth-child(2) {
    z-index: 2;
}

.stacked-section:last-child {
    top: 120px;
    position: relative;
    z-index: 3;
}

/* Start Page Insights */

/* Insights Section */
.insights-section {
    padding: 78px  0 100px;
    background: #fff;
}

.insights-header {
    margin-bottom: 60px;
}

.insights-title {
    font-family: 'Inter Tight';
    font-weight: 500;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #000000;
}

.insights-title .highlight {
    color: var(--main-color);
    font-weight: 600;
}

/* Insights Grid */
.insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 20px;
    margin-bottom: 60px;
}

.insight-card {
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.insight-image {
    position: relative;
    aspect-ratio: 480/320;
    overflow: hidden;
    border-radius: 8px;
}

.insight-image img {
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.insight-image:hover img {
    filter: grayscale(0%);
}

/* Insight Content */
.insight-content {
    padding: 16px 0 0;
}

.insight-heading {
    font-weight: 500;
    font-size: 22px;
    padding-right: 10px;
    line-height: 140%;
    margin-bottom: 16px;
    color: var(--primary-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.insight-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(19, 35, 84, 0.8);
}

.load-more-wrapper {
    text-align: center;
}

.btn-outline {
    border: 1px solid #99B0F0;
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
    transition: background 0.45s cubic-bezier(0.25, 0.1, 0.25, 1),
                border-color 0.45s cubic-bezier(0.25, 0.1, 0.25, 1),
                color 0.45s cubic-bezier(0.25, 0.1, 0.25, 1),
                transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1),
                box-shadow 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.btn-outline:hover {
    background: linear-gradient(180deg, #4A7AF5 0%, #2D5CE0 50%, #0F45DE 100%);
    border-color: transparent;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(45,92,224,0.25),
                0 1px 3px rgba(0,0,0,0.10),
                inset 0 1px 0 rgba(255,255,255,0.15);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .insights-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .insights-title {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .btn-outline {
        max-width: 100%;
    }

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

    .insights-section {
        padding: 60px 0 60px;
    }

    .insights-header {
        margin-bottom: 32px;
    }

    .insight-heading {
        margin-bottom: 0px;
    }

    .insights-title {
        line-height: 100%;
        font-size: 40px;
    }

    .insights-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px;
    }

    .insight-date {
        display: none;
    }

    .stacked-scroll-container {
        padding-bottom: 100px;
    }
    .section-header {
        margin-bottom: 22px;
    }
}

/* End Page Insights */

/* Start Page Resources */

/* Resources Hero Section */
.hero-section-resources {
    padding-bottom: 56px;
    min-height: var(--min-h, 700px);
}

.hero-section-resources .hero-content {
    flex-direction: column;
    align-items: start;
}

.resources-tabs {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    padding-top: 172px;
}

.tab-link {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    padding-bottom: 8px;
    transition: color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), border-bottom-color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    cursor: pointer;
}

.tab-link:hover,
.tab-link.active {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

/* Resources Section */
.resources-section {
    padding: 50px 0px 82px;
    background: #ffffff;
    border-radius: 16px 16px 0 0;
    margin-top: -10px;
    z-index: 1;
}

.hero-section-resources .hero-content .content {
    margin-bottom: 0px;
}

.hero-section-resources .hero-content .banner-title {
    margin-bottom: 34px;
    line-height: 1.08;
}

.resources-section.insights-section {
    border-radius: 16px 16px 0 0;
    margin-top: -18px;
    z-index: 1;
    padding: 80px 0px 40px;
    position: relative;
}
.resources-section .section-intro__title {
    font-size: 50px;
}
.resources-section.insights-section .section-header {
    margin-bottom: 36px;
}
.resources-section .insights-grid {
    margin-bottom: 44px;
}

.insights-section .section-header {
    margin-bottom: 60px;
}

.section-title {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.1;
    color: var(--font-color);
}

.section-title--reports {
    margin-bottom: 24px;
}

.section-title--reports .section-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: var(--main-color);
}

.section-title .highlight {
    color: var(--main-color);
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 58px;
}

.case-card {
    background: var(--font-color);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    min-height: 589px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    cursor: pointer;
}

.case-card:hover {
    box-shadow: 0 20px 40px rgba(52, 97, 225, 0.3);
}

.case-card:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(52, 97, 225, 0.6) 77.1%);
    opacity: 0;
    animation: fadeIn 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
    z-index: 0;
}

.case-header {
    display: none;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
}

.case-card:hover .case-header {
    display: block;
    position: absolute;
    top: 32px;
    left: 32px;
    right: 32px;
    z-index: 1;
    opacity: 1;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.case-label {
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.15);
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    border-radius: 8px;
    color: #FFFFFF;
    padding: 4px 6px;
    display: inline-block;
    margin-bottom: 6px;
}

.topic-tag {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;

    color: #FFFFFF;
    margin-right: 10px;
}

.case-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.case-title {
    font-family: 'Inter Tight';
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 24px;
}

p.case-description {
    font-family: 'Switzer';
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 40px;
    max-width: 333px;
    width: 100%;
}

.btn-case {
    padding: 12px 22px;
    background: linear-gradient(180deg, #4A7AF5 0%, #3461E1 50%, #2555D4 100%);
    color: #ffffff;
    font-weight: 500;
    width: fit-content;
    box-shadow: 0 1px 2px rgba(0,0,0,0.10),
                inset 0 1px 0 rgba(255,255,255,0.15);
}

.btn-case:hover {
    background: linear-gradient(180deg, #D4B474 0%, #C6A563 50%, #B8974F 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(198,165,99,0.30),
                0 1px 3px rgba(0,0,0,0.10),
                inset 0 1px 0 rgba(255,255,255,0.20);
}

/* White Papers Section */
.whitepaper-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.whitepaper-card {
    padding: 32px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(149, 176, 249, 0.1);
    border-radius: 8px;
    border: 1px solid transparent;
    background-image:
        linear-gradient(#FFFFFF, #FFFFFF),
        linear-gradient(180deg, rgba(189, 206, 255, 0.8) 0%, rgba(189, 206, 255, 0.16) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    display: flex;
    flex-direction: column;
}

.whitepaper-image {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 36px;
    aspect-ratio: 416/246;
}

.whitepaper-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whitepaper-content h3 {
    font-family: 'Aeonik TRIAL';
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: var(--main-color);
    margin-bottom: 16px;
}

.whitepaper-content p {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(19, 35, 84, 0.8);
    margin-bottom: 24px;
}

.btn-download {
    gap: 16px;
    padding: 15px 24px;
    background: linear-gradient(180deg, #1a1f3a 0%, #020621 50%, #000210 100%);
    border-color: transparent;
    font-family: 'Switzer';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    transition: background-color 0.45s cubic-bezier(0.25, 0.1, 0.25, 1),
                background-image 0.45s cubic-bezier(0.25, 0.1, 0.25, 1),
                transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1),
                box-shadow 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
    width: fit-content;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15),
                inset 0 1px 0 rgba(255,255,255,0.06);
}

.btn-download:hover {
    background: linear-gradient(180deg, #D4B474 0%, #C6A563 50%, #B8974F 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(198,165,99,0.30),
                0 1px 3px rgba(0,0,0,0.10),
                inset 0 1px 0 rgba(255,255,255,0.20);
}

.reports-section {
    padding: 78px 0 40px;
    background: #F9F9F9;
}
.reports-section .section-header  {
    margin-bottom: 42px;
}
.press-section {
    padding: 74px 0px 80px;
    background: #F9F9F9;
}

.press-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.press-card {
    padding: 32px;
    background: #FFFFFF;
    box-shadow: 0px 60px 24px rgba(149, 176, 249, 0.01), 0px 34px 20px rgba(149, 176, 249, 0.05), 0px 15px 15px rgba(149, 176, 249, 0.09), 0px 4px 8px rgba(149, 176, 249, 0.1);
    border-radius: 8px;
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    border: 1px solid transparent;
    background-image:
        linear-gradient(#FFFFFF, #FFFFFF),
        linear-gradient(180deg, rgba(189, 206, 255, 0.8) 0%, rgba(189, 206, 255, 0.16) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 58px;
}

/* .press-card:hover {
    background: var(--main-color);
}
.press-card:hover .press-title,
.press-card:hover .press-excerpt,
.press-card:hover .press-date {
    color: #FFFFFF;
} */
.press-source {
    width: var(--logo-width, 117px);
    height: var(--logo-height, 44px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.press-source img {
    object-position: left;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.press-title {
    font-family: 'Aeonik TRIAL';
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;

    color: var(--primary-color);
    margin-bottom: 24px;
}

.press-excerpt {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(19, 35, 84, 0.8);
    margin-bottom: 16px;
    max-width: 573px;
    width: 100%;
}

.press-date {
    font-family: 'Aeonik TRIAL';
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: var(--main-color);
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 1px solid #99B0F0;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    transition: background 0.45s cubic-bezier(0.25, 0.1, 0.25, 1),
                color 0.45s cubic-bezier(0.25, 0.1, 0.25, 1),
                border-color 0.45s cubic-bezier(0.25, 0.1, 0.25, 1),
                transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1),
                box-shadow 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
    margin: 0 auto;
}

.view-all-btn:hover {
    background: linear-gradient(180deg, #4A7AF5 0%, #2D5CE0 50%, #0F45DE 100%);
    color: #ffffff;
    border-color: transparent;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(45,92,224,0.25),
                0 1px 3px rgba(0,0,0,0.10),
                inset 0 1px 0 rgba(255,255,255,0.15);
}

@media (max-width: 1024px) {

    .case-grid,
    .whitepaper-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .resources-section {
        padding: 20px 0px 36px;
    }
    .hero-section-resources .hero-content .banner-title {
        margin-bottom: 22px;
        line-height: 1.1;
    }
    .resources-section .section-intro__title {
        font-size: 40px;
    }
    .hero-section-resources {
        min-height: var(--min-h-mb, 570px);
        padding-bottom: 48px;
    }
    .resources-section .insights-grid {
        margin-bottom: 40px;
    }
    .resources-tabs {
        gap: 32px;
        padding-top: 198px;
    }

    .case-grid,
    .whitepaper-grid,
    .press-grid {
        grid-template-columns: 1fr;
        gap: 31px;
    }

    .case-grid {
        margin-bottom: 32px;
    }

    .whitepaper-grid {
        gap: 24px;
    }

    .resources-section.insights-section .section-header {
        margin-bottom: 23px;
    }
 
    .section-title {
        font-size: 41px;
    }

    .resources-section.insights-section {
        padding: 64px 0 30px;
    }

    .resources-section .insights-section {
        padding: 60px 0 30px;
    }

    /*  */
    .case-card {
        min-height: 474px;
        padding: 24px;
    }

    .case-title {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .case-description {
        margin-bottom: 21px;
    }

    .section-title--reports .section-title {
        display: none;
    }

    /*  */
    .reports-section {
        padding: 48px 0 30px;
    }

    .whitepaper-card {
        padding: 24px;
    }

    .whitepaper-image {
        aspect-ratio: 360/246;
        margin-bottom: 26px;
    }

    .whitepaper-image img {
        object-position: left;
    }

    .btn-download {
        width: 100%;
    }

    /*  */
    .press-section {
        padding: 28px 0px 80px;
    }

    .press-card {
        padding: 32px 24px;
        gap: 40px;
    }

    .press-grid {
        gap: 16px;
    }
}

/* End page resources */

/* Career Page Styles */
.hero-section-career {
    min-height: var(--min-h, 920px);
    position: relative;
    padding-bottom: 60px;
}

/* Job Listings Section */
.job-listings-section {
    padding: 80px 0px 80px;
    background: #FFFFFF;
}

.job-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.job-card {
    padding: 32px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(149, 176, 249, 0.1);
    border-radius: 8px;
    border: 1px solid transparent;
    background-image:
        linear-gradient(#FFFFFF, #FFFFFF),
        linear-gradient(180deg, rgba(189, 206, 255, 0.8) 0%, rgba(189, 206, 255, 0.16) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    transition: background-color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.job-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
    gap: 16px;
}

.job-title {
    font-family: 'Inter Tight';
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.01em;

    color: var(--primary-color);
    flex: 1;
}

.job-badge {
    background: var(--main-color);
    color: #FFFFFF;
    font-family: 'Aeonik TRIAL';
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;

    padding: 6px 10px;
    border-radius: 6px;
    white-space: nowrap;
}

.job-location {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(19, 35, 84, 0.8);
    margin-bottom: 32px;
}

.job-link {
    font-family: 'Inter Tight';
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: var(--main-color);
    transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.job-card:hover {
    background: var(--main-color);
}

.job-card:hover .job-title,
.job-card:hover .job-excerpt,
.job-card:hover .job-location,
.job-card:hover .job-link {
    color: #FFFFFF;
}

.job-card:hover .job-badge {
    background: #FFFFFF;
    color: var(--main-color);
}

/* Team Section */
.team-section {
    margin-bottom: 16px;
}

.team-box {
    border-radius: 12px;
    overflow: hidden;
    background-color: rgba(16, 25, 53, 1);
    background-image: var(--bg-desktop);
}

.team-content {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    align-items: start;
}

.section-label {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    display: block;
    margin-bottom: 60px;
}

.section-title-large {
    font-family: 'Inter Tight';
    font-weight: 500;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.section-description {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;

    color: #FFFFFF;
    margin-bottom: 34px;
    max-width: 506px;
    width: 100%;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 0px;
    max-width: 580px;
    width: 100%;
}

.feature-card {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-list span {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;

    color: rgba(255, 255, 255, 0.8);
    padding-left: 0;
    margin-bottom: 16px;
}

.team-content__left {
    padding: 40px 80px;
}

.team-content__right {
    height: 100%;

}

.team-content__right img {
    width: 100%;
    height: 100%;
}

/*  */
.our-work-values-section .our-work-values-box {
    background-color: rgba(52, 97, 225, 1);
    background-image: var(--bg-desktop);
}

.our-work-values-section .feature-list {
    grid-template-columns: 1fr;
}

.our-work-values-section .section-title-large {
    margin-bottom: 28px;
}

.our-work-values-section .section-description {
    margin-bottom: 44px;
}

/* CTA Section */
.cta-section {
    background-image: var(--bg-desktop);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

.cta-content__left {
    padding-right: 40px;
}

.cta-content__right {
    max-width: 49.3%;
    width: 100%;
    float: right;
}

.cta-content__right .btn-primary {
    padding: 12px 25px;
    margin-bottom: 40px;
}

.cta-title {
    font-family: 'Inter Tight';
    font-weight: 500;
    font-size: 60px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.cta-description {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 32px;
    max-width: 461px;
    width: 100%;
}

.cta-note {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
}

/*  */

/* Impact Section */
.impact-section {
    padding-bottom: 103px;
    width: 100%;
}

.impact-section .section-label {
    color: #000000;
}

.impact-box {
    background: rgba(237, 241, 252, 1);
    border-radius: 16px;
    padding: 40px 0px 50px 80px;
    box-shadow: 0 2px 12px 0 rgba(52, 97, 225, 0.04);
    position: relative;
    overflow: hidden;
}

.impact-map-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 55%;
    pointer-events: none;
    opacity: 0.55;
}

.impact-map-wrap svg {
    display: block;
}

.impact-box-content {
    position: relative;
    z-index: 1;
}

.impact-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 65px;
}

.impact-map {
    max-width: 420px;
    width: 100%;
    height: auto;
}

.section-title-large-impact {
    color: #000000;
}

.impact-desc {
    color: #000000;
    max-width: 519px;
}

.impact-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 32px;
    width: 97%;
}

.impact-stat-value {
    font-family: 'Inter Tight';
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    color: var(--main-color);
    margin-bottom: 8px;
}

.impact-stat-label {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}


/* Responsive Design */
@media (max-width: 1200px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }


    .impact-content__right {
        justify-content: center;
    }

    .impact-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 0;
    }
}


@media (max-width: 1024px) {
    .job-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-content,
    .work-values-content,
    .impact-content,
    .cta-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .team-content {
        gap: 10px;
    }

    .work-values__left {
        padding: 80px 40px;
    }
}

@media (max-width: 767px) {
    .reports-section .section-header  {
        margin-bottom: 22px;
    }
    .hero-section-career {
        min-height: var(--mb-height, 600px);
        position: relative;
        padding-bottom: 60px;
    }

    .job-listings-section {
        padding: 60px 0px 56px;
    }

    .cta-section {
        background-image: var(--bg-mobile);
        padding: 240px 0 60px;
        min-height: 650px;
    }

    .cta-content__left {
        padding-right: 0px;
        margin-bottom: 40px;
    }

    .job-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .job-header {
        flex-direction: column-reverse;
        gap: 12px;
    }

    .job-card {
        padding: 32px 24px;
    }

    .cta-title {
        font-size: 40px;
        line-height: 110%;
    }


    .work-values__left {
        padding: 60px 24px;
    }

    .work-values__right {
        min-height: 400px;
    }

    .impact-content {
        margin-bottom: 60px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .stat-value {
        font-size: 48px;
    }

    .cta-content__right {
        width: 100%;
        max-width: 100%;
    }

    /*  */
    .team-content__left {
        padding: 24px;
    }

    .team-content__right {
        max-height: 309px;
    }

    .section-label {
        margin-bottom: 33px;
    }

    .section-title-large {
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 29px;
    }

    .section-description {
        margin-bottom: 38px;
    }

    .our-work-values-section .section-description {
        margin-bottom: 38px;
    }


    .feature-list {
        grid-template-columns: 1fr;
        gap: 14px 0px;
    }

    .cta-content__right .btn-primary {
        width: 100%;
        margin-bottom: 24px;
    }

    .cta-description {
        max-width: 400px;
    }

    .impact-box {
        padding: 24px;
        min-height: auto;
    }

    .impact-map-wrap {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin-bottom: 24px;
        opacity: 0.45;
    }

    .impact-content {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 20px;
    }

    .impact-content__left,
    .impact-content__right {
        min-width: 0;
    }

    .impact-map {
        max-width: 100%;
    }

    .impact-stats-grid {
        gap: 12px 20px;
        margin-top: 22px;
        width: 100%;
    }

    .impact-stat-value {
        font-size: 40px;
        margin-bottom: 16px;
    }

    .impact-stat-label {
        font-size: 14px;
    }

    .impact-section {
        padding-bottom: 0px;
        margin-bottom: 46px;
    }
}

/* End Page Career */

/* Start Page Career Detail */
.career-container {
    max-width: 1032px;
    margin: 0 auto;
    padding: 0 16px;
}

.career-detail-section {
    padding-bottom: 30px;
    margin-top: -160px;
}

.career-detail-hero {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: var(--pc-height, 397px);
    position: relative;
    padding-top: 123px;
}

.career-detail-header {
    position: relative;
    z-index: 1;
}

.career-detail-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(175, 175, 175, 0.2);

}

.career-detail-title-wrapper h1 {
    font-family: 'Inter Tight';
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #333333;
}

.career-detail-title-wrapper .badge-fulltime {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    text-transform: uppercase;
    gap: 10px;
    background: rgba(153, 176, 240, 0.4);
    border: 1px solid rgba(52, 97, 225, 0.4);
    border-radius: 6px;
    font-family: 'Aeonik TRIAL';
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    color: rgba(52, 97, 225, 0.6);
}

.career-detail-content {
    background: #FFFFFF;
    padding: 80px 167px 80px 160px;
    margin-top: -60px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 8px rgba(149, 176, 249, 0.1), 0px 15px 15px rgba(149, 176, 249, 0.09), 0px 60px 24px rgba(149, 176, 249, 0.01);
    border-radius: 12px;
}

.career-detail-description {
    padding-top: 40px;
}

.career-detail-description p {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 138%;
    color: #333333;
    padding-bottom: 24px;
}

.career-detail-description h3 {
    font-family: 'Switzer';
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: var(--main-color);
    padding-bottom: 24px;
    padding-top: 16px;
}

.career-detail-description a {
    color: #3461E1;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.career-detail-description a:hover {
    color: #1a3fc2;
}

.career-detail-description ul {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}

.career-detail-description ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 16px;
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #333333;
}

.career-detail-description ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 50%;
}

.salary-info {
    background: linear-gradient(135deg, rgba(52, 97, 225, 0.05) 0%, rgba(198, 165, 99, 0.05) 100%);
    border: 1px solid rgba(52, 97, 225, 0.1);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 48px;
}

.salary-info p {
    margin: 0;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 1.6;
}

.apply-section {
    background: linear-gradient(135deg, #F8F9FD 0%, #FFFFFF 100%);
    border-radius: 12px;
    padding: 32px;
    text-align: left;
    margin-top: 48px;
}

.apply-section h3 {
    color: var(--primary-color);
    font-size: 24px;
    margin-bottom: 16px;
}

.apply-section p {
    color: #132354CC;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.apply-section .email-link {
    color: var(--main-color);
    text-decoration: underline;
    transition: color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.apply-section .email-link:hover {
    color: var(--blue-color);
}

.apply-section .disclaimer {
    font-size: 14px;
    color: #7E89AD;
    margin-top: 16px;
    font-style: italic;
}

.other-positions {
    background: #F8F9FD;
    padding: 80px 0;
}

.other-positions h2 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 16px;
}

.other-positions h2 span {
    color: var(--main-color);
}

.positions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 48px;
}

.position-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 32px;
    position: relative;
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    border: 1px solid rgba(126, 137, 173, 0.1);
}

.position-card:hover {
    box-shadow: 0px 8px 32px rgba(19, 35, 84, 0.12);
    transform: translateY(-4px);
}

.position-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.position-card h4 {
    font-size: 24px;
    color: var(--primary-color);
    margin: 0;
    font-weight: 600;
}

.position-card .badge-fulltime {
    background: var(--main-color);
    color: #FFFFFF;
    font-size: 10px;
    padding: 4px 12px;
}

.position-card .location {
    color: #7E89AD;
    font-size: 14px;
    margin-bottom: 24px;
    display: block;
}

.position-card .btn {
    width: 100%;
}

.arrow-icon {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 24px;
    height: 24px;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), right 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.position-card:hover .arrow-icon {
    opacity: 1;
    right: 24px;
}

/*  */
.job-listings-career-detail-section {
    padding-top: 32px;
}

.job-listings-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

.job-listings-container .section-header {
    padding: 0 36px;
}

.job-swiper .swiper-wrapper {
    align-items: stretch;
}

.job-swiper .swiper-slide {
    height: auto !important;
    display: flex !important;
}

.job-swiper {
    padding: 0px 34px !important;
}

.job-swiper .job-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.job-swiper .job-card:hover {
    transform: translateY(0px);
}

.swiper-button-next .swiper-navigation-icon ,
.swiper-button-prev .swiper-navigation-icon {
    width: 10px;
    color: #3461E1 !important;
}

.job-swiper .swiper-button-prev {
    left: -6px !important;
}

.job-swiper .swiper-button-next {
    right: -6px !important;
}

.job-swiper .swiper-button-prev {
    left: 0;
}

.job-swiper .swiper-button-next {
    right: 0;
}

@media (max-width: 767px) {
    .career-detail-section {
        margin-top: -388px;
    }

    .career-detail-hero {
        padding-top: 90px;
		min-height: var(--mb-height, 552px);
    }

    .career-detail-title-wrapper {
        align-items: center;
        padding-bottom: 20px;
    }

    .career-detail-description {
        padding-top: 32px;
    }

    .career-detail-description p {
        padding-bottom: 16px;
    }

    .career-detail-description h3 {
        padding-bottom: 24px;
        padding-top: 24px;
    }

    .career-detail-description ul {
        margin-bottom: 16px;
    }

    .career-detail-content .btn-primary {
        width: 100%;
        margin-top: 24px;
    }

    .career-detail-title-wrapper h1 {
        font-size: 32px;
        line-height: 103%;
    }

    .career-detail-content {
        padding: 40px 24px;
        border-radius: 12px;
    }

    .positions-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .other-positions h2 {
        font-size: 36px;
    }

    /*  */
    .job-listings-container .section-header,
    .job-swiper {
        padding: 0px !important;
    }

    .job-listings-container .section-header {
        margin-bottom: 30px;
    }

    .job-swiper .swiper-wrapper {
        display: block !important;
        transform: none !important;
    }

    .job-swiper .swiper-slide {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .job-swiper .swiper-button-next,
    .job-swiper .swiper-button-prev {
        display: none !important;
    }
}

/* End Page Career Detail */

/* Start Page Article */

.article-container {
    max-width: 1032px;
}

.article-section {
    padding-top: 60px;
    padding-bottom: 80px;
}

/* Article Header */
.article-header {
    margin-bottom: 40px;
}

.article-title {
    font-family: 'Inter Tight';
    font-weight: 500;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: 0.01em;

    color: var(--font-color);
    margin-bottom: 32px;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}

.article-author {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.author-label {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(19, 35, 84, 0.8);
}

.author-title {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: var(--font-color);
}

.article-date {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(19, 35, 84, 0.8);
}

.article-hero {
    margin-bottom: 60px;
    overflow: hidden;
    max-height: 550px;
    width: 100%;
    aspect-ratio: 32/11;
}

.article-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-content {
    margin: 0 auto;
}

.article-intro {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: var(--primary-color);
    margin-bottom: 24px;
}

.article-content p {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: var(--font-color);
    padding-right: 10px;
    text-align: left;
    margin-bottom: 24px;
}

.article-content h2{
    font-family: 'Switzer';
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    color: var(--font-color);
    margin: 80px 0 40px;
}

.article-share {
    padding-top: 54px;
}

.share-title {
    font-family: 'Switzer';
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: var(--font-color);
    margin-bottom: 20px;
}

.share-buttons {
    display: flex;
    gap: 12px;
}

.share-btn {
    padding: 12px 22px;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    width: fit-content;
    height: 48px;
    gap: 12px;
    justify-content: center;
    background: #fff;
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: var(--primary-color);
    cursor: pointer;
    transition: background-color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.share-btn img {
    height: 24px;
    width: 24px;
}

.share-btn:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.share-btn:hover img {
    filter: brightness(0) invert(1);
}

.article-author-info {
    margin-top: 36px;
}

.author-details {
    display: flex;
    gap: 4px;
    justify-content: space-between;
    align-items: flex-end;
}

.author-label {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(19, 35, 84, 0.8);
}

.author-name-large {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: var(--font-color);
    display: inline;
    margin-right: 4px;
}

.author-title-large {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: rgba(19, 35, 84, 0.8);
    display: inline;
}

.publish-date {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(19, 35, 84, 0.8);
    margin-top: 8px;
}

.related-articles {
    margin-top: 74px;
}

.related-title {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 40px;
}

.related-title .highlight {
    color: var(--main-color);
    font-weight: 600;
}

.related-articles .insights-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 46px;
}

.view-all-wrapper {
    text-align: center;
}

@media (max-width: 1024px) {
    .article-title {
        font-size: 48px;
    }

    .related-grid {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .article-container {
        padding: 0 16px;
    }
    .share-btn {
        padding: 12px 24px;
    }
    .article-section {
        padding: 32px 0 60px;
    }

    .breadcrumb {
        margin-bottom: 60px;
    }

    .author-title {
        font-size: 16px;
    }

    .article-title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .article-meta {
        flex-direction: column;
        gap: 14px;
    }

    .article-header {
        margin-bottom: 34px;
    }

    .article-hero {
        margin-bottom: 40px;
        min-height: 240px;
    }

    .article-heading {
        font-size: 24px;
        margin: 60px 0 30px;
    }

    .article-intro {
        font-size: 18px;
    }

    .article-author-info {
        display: none;
    }

    .article-content p {
        padding-right: 0px;
        margin: 0px;
    }

    .article-share {
        padding-top: 34px;
    }

    .related-articles {
        margin-top: 60px;
    }

    .related-title {
        font-size: 36px;
        margin-bottom: 32px;
        display: none;
    }

    .related-articles .insights-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px;
    }

    .share-buttons {
        flex-wrap: wrap;
    }

    .share-btn img {
        width: 20px;
        height: 20px;
    }
}

/* End Page Article */

/* Start Page About */
.hero-section-about {
    min-height: var(--min-h, 900px);
    padding-bottom: 68px;
    position: relative;
}

.about-section {
    background: #fff;
    padding: 89px 0 100px;
    border-radius: 16px 16px 0 0;
    margin-top: -10px;
    z-index: 1;
    position: relative;
    background-color: #fff;
}

.about-section-content {
    display: flex;
    align-content: center;
}

.about-section .about-desc {
    max-width: 980px;
    width: 100%;
}

.about-eyebrow {
    font-family: 'Inter Tight';
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: var(--main-color);
    margin-bottom: 0px;
}

.about-section .about-eyebrow {
    flex: 1;
    padding-top: 17px;
}

.about-section .about-desc-text {
    font-family: 'Switzer';
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    color: var(--primary-color);
    margin-bottom: 40px;
}

.scroll-highlight .scroll-word {
    opacity: 0.15;
    transition: opacity 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: opacity;
}

.about-section .about-expertise-text {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(19, 35, 84, 0.8);
    margin-bottom: 0px;
    max-width: 464px;
    width: 100%;
}

.about-mission {
    background: #f7f9fd;
    padding: 80px 0 50px;
}

.about-mission .section-header {
    margin-bottom: 60px;
}

.about-mission .about-eyebrow {
    margin-bottom: 24px;
}

.about-mission .section-title {
    max-width: 676px;
    font-size: 60px;
    width: 100%;
    letter-spacing: 0.6px;
}

.about-mission-box {
    display: flex;
    justify-content: right;
}

.about-mission-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 980px;
    width: 100%;
}

.about-mission-card {
    background: #FFFFFF;
    box-shadow: 0px 60px 24px rgba(149, 176, 249, 0.01), 0px 34px 20px rgba(149, 176, 249, 0.05), 0px 15px 15px rgba(149, 176, 249, 0.09), 0px 4px 8px rgba(149, 176, 249, 0.1);
    border-radius: 8px;
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    border: 1px solid transparent;
    background-image:
        linear-gradient(#FFFFFF, #FFFFFF),
        linear-gradient(180deg, rgba(189, 206, 255, 0.8) 0%, rgba(189, 206, 255, 0.16) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 24px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}

.about-mission-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/service/services-grid.png') center / cover no-repeat;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    z-index: -1;
}

.about-mission-card:hover {
    background: linear-gradient(rgba(189, 206, 255, 0.8), rgba(189, 206, 255, 0.08)) padding-box;
    border: 1px solid transparent;
}

.about-mission-card:hover::before {
    opacity: 1;
}

.about-mission-card:hover .about-mission-card-title,
.about-mission-card:hover .about-mission-card-desc {
    color: rgba(255, 255, 255, 1);
}

.about-mission-card-title {
    font-family: 'Aeonik TRIAL';
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: var(--main-color);
    letter-spacing: 0.3px;
    margin-bottom: 0px;
}

.about-mission-card-desc {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(19, 35, 84, 0.8);
}

.about-founders {
    background: linear-gradient(180deg, #F9F9F9 0%, #E0E8FF 53.85%, #F9F9F9 100%);
    padding: 50px 0;
}
.about-founders .section-header {
	    margin-bottom: 42px;
}
.about-founders .about-eyebrow {
    margin-bottom: 24px;
}

.about-founders .section-title {
    max-width: 660px;
    width: 100%;
    font-size: 60px;
    letter-spacing: 0.6px;
}

.about-founders-list {
    display: flex;
    gap: 100px;
    flex-wrap: wrap;
    position: relative;
}

.about-founder-card {
    border-radius: 8px;
    cursor: pointer;
    max-width: calc((100% - 280px)/3);
    width: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    color: inherit;
    display: block;
}

.about-founder-card:hover {
    transform: translateY(-4px);
}

.about-founder-image {
    max-width: 400px;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
}

.about-founder-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-founder-bio-link {
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-family: 'Aeonik TRIAL';
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    display: none;
}

.about-founder-quote-icon {
    position: absolute;
    top: 16px;
    right: 16px;
}

.about-founder-card img {
    width: 100%;
    border-radius: 8px;
}

.about-founder-card:hover .about-founder-quote-icon svg path {
    fill: var(--main-color);
}

.about-founder-card:hover .about-founder-bio-link {
    display: block;
}

.about-founder-name {
    font-family: 'Aeonik TRIAL';
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.about-founder-role {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}

.about-founder-info {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(19, 35, 84, 0.8);

}

.about-founder-logo {
    position: absolute;
    bottom: 100px;
    max-width: 100px;
    width: 100%;
    right: 0;
}

.about-founder-logo img {
    width: 100%;
}

.about-team {
    background: linear-gradient(180deg, #F9F9F9 0%, #E0E8FF 53.85%, #F9F9F9 100%);
    padding: 70px 0 34px;
}

.about-team .section-title {
    font-size: 60px;
}

.about-team .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.about-team-description {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    max-width: 410px;
    width: 100%;
    margin-bottom: 0px;
}

/*  */
.team-search-filter-wrapper {
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 20px;
    padding-bottom: 94px;
}

.team-search-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.panel-title {
    font-family: 'Aeonik TRIAL';
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;

    color: var(--main-color);
    margin-bottom: 24px;
}

/* Search Input */
.search-input-wrapper {
    position: relative;
}

.search-input-wrapper input {
    border-radius: 8px;
    border-width: 1px;
    justify-content: space-between;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    width: 100%;
    padding-left: 50px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(189, 206, 255, 1);
    transition: background-color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    font-family: 'Switzer';
    font-weight: 300;
    font-size: 16px;
    color: var(--main-color);
    line-height: 140%;
}

.search-input-wrapper input::placeholder {
    color: rgba(52, 97, 225, 0.5);
}

.search-input-wrapper input:hover,
.search-input-wrapper input:focus {
    outline: none;
    background: #FFFFFF;
}

.search-icon {
    position: absolute;
    left: 24px;
    top: 56%;
    transform: translateY(-50%);
}

.filter-department-wrapper {
    /* background-color: #FFFFFF; */
    position: relative;
}

.filter-header {
    border: 1px solid rgba(189, 206, 255, 1);
    border-radius: 8px 8px 0px 0px;
    padding: 12px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    background-color: #FFFFFF !important;
    transition: background-color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), border-radius 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* .filter-department-wrapper:hover {
    background-color: #FFFFFF!important;
} */
.filter-header.collapsed {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}

.filter-header-title {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 138%;
    color: var(--main-color);
}

.filter-toggle-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c5aa0;
    transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    transform: rotate(-180deg);

}

.filter-header.collapsed .filter-toggle-icon {
    transform: rotate(-0deg);
}

.filter-options {
    max-height: 480px;
    background-color: #FFFFFF;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    top: 46px;
    z-index: 99;
    border-radius: 0px 0px 8px 8px;
    border: 1px solid transparent;
    border-top: none;
    background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(180deg, rgba(189, 206, 255, 0.8) 0%, rgba(189, 206, 255, 0.16) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0px 4px 8px rgba(149, 176, 249, 0.1), 0px 15px 15px rgba(149, 176, 249, 0.09), 0px 34px 20px rgba(149, 176, 249, 0.05), 0px 60px 24px rgba(149, 176, 249, 0.01);
    transition: max-height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.filter-header.collapsed~.filter-options {
    max-height: 0;
    overflow: hidden;
    border: none;
}

.filter-option {
    padding: 12px 24px;
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--main-color);
    cursor: pointer;
}

.filter-option.active,
.filter-option:hover {
    font-weight: 500;
}

.team-alphabet-panel {
    display: flex;
    flex-direction: column;
}

.alphabet-title {
    font-size: 16px;
    font-weight: 600;
    color: #2c5aa0;
}

@keyframes slideInFromLeft {
    from {
        background: linear-gradient(90deg, rgba(52, 97, 225, 1) 0%, transparent 100%);
        background-position: -100% 0;
    }

    to {
        background: linear-gradient(90deg, rgba(52, 97, 225, 1) 0%, transparent 100%);
        background-position: 100% 0;
    }
}

.alphabet-buttons {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(189, 206, 255, 1);
    border-radius: 8px;
    overflow: hidden;
}

.alphabet-button:last-child {
    padding-right: 10px;
}

.alphabet-button:first-child {
    padding-left: 10px;
}

.alphabet-button {
    padding: 13px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Aeonik TRIAL';
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: var(--main-color);
    cursor: pointer;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    flex: 1;
    z-index: 1;
    transition: color 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
    background-color: transparent;
}

.alphabet-button.active::before,
.alphabet-button:not(.disabled):hover::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(52, 97, 225, 1);
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.alphabet-button.active::before,
.alphabet-button:not(.disabled):hover::before {
    transform: translateX(0);
}

.alphabet-button.active,
.alphabet-button:not(.disabled):hover {
    color: rgba(255, 255, 255, 1);
}

.alphabet-button.disabled,
.alphabet-button.disabled:hover {
    color: rgba(52, 97, 225, 0.3);
    cursor: not-allowed;
}

.alphabet-button:hover:first-child {
    padding-left: 10px;
}

.alphabet-button:hover:last-child {
    padding-right: 10px;
}

/*  */
.about-team-groups {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.about-team-group-label .label-text {
    font-family: 'Aeonik TRIAL';
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: var(--main-color);
    margin-bottom: 24px;
}

.about-team-group-label {
    display: flex;
    justify-content: space-between;
}

.about-team-group-label .toggle-icon {
    display: none;
    width: 16px;
    height: 16px;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.about-team-members {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.about-team-member {
    position: relative;
    padding: 32px;
    background: #FFFFFF;
    box-shadow: 0px 60px 24px rgba(149, 176, 249, 0.01), 0px 34px 20px rgba(149, 176, 249, 0.05), 0px 15px 15px rgba(149, 176, 249, 0.09), 0px 4px 8px rgba(149, 176, 249, 0.1);
    border-radius: 8px;
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    border: 1px solid transparent;
    text-decoration: none;
    color: inherit;
    display: block;
    background-image:
        linear-gradient(#FFFFFF, #FFFFFF),
        linear-gradient(180deg, rgba(189, 206, 255, 0.8) 0%, rgba(189, 206, 255, 0.16) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.team-member-name {
    font-family: 'Inter Tight';
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.team-member-title {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--primary-color);
    margin-bottom: 0px;
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.team-member-hover {
    font-family: 'Aeonik TRIAL';
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #D1D9F2;
    position: absolute;
    right: 16px;
    bottom: 16px;
    opacity: 0;
}

.about-team-member:hover .team-member-hover {
    animation: slideInFromRight 0.6s ease-out forwards;
}

.team-member-icon {
    position: absolute;
    right: 16px;
    top: 16px;
}

.about-team-member:hover .team-member-icon svg path {
    fill: rgba(209, 217, 241, 1);
}

.about-spans .container {
    position: relative;
}

.about-spans .about-founder-logo {
    bottom: 0px;
}

.about-spans {
    background: #fff;
    padding: 100px 0;
}

.about-spans .section-header {
    margin-bottom: 58px;
}

.about-spans .section-title {
    margin-bottom: 18px;
    font-size: 60px;
    letter-spacing: 0.6px;
}

/*  */
.about-spans-content {
    display: flex;
    gap: 93px;
    width: 100%;
}

.about-spans-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-section {
    display: flex;
    flex-direction: column;
}

.text-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.text-item {
    font-family: 'Inter Tight';
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 0.01em;

    color: rgba(0, 0, 0, 0.2);

    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    margin-bottom: 0px;
}

.text-item:hover::before {
    left: 0;
}

.text-item.active {
    padding-left: 10px;
    color: var(--main-color);
}

.text-item.active::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    width: 4px;
    height: 4px;
    transform: translateY(-50%);
    background: var(--main-color);
    border-radius: 50%;
    z-index: 1;
}

/* IMAGE SECTION */
.about-spans-image {
    max-width: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-section {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.image-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-item.active {
    opacity: 1;
    z-index: 10;
}

.image-item img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 12px;
    animation: slideInImage 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideInImage {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Bio modal styles removed — bios now render at /team/<slug>/ via single-team.php */

.btn-pc {
    display: inline-block;
}

.btn-mb {
    display: none;
}

@media (max-width: 1200px) {
    .about-section-content {
        flex-direction: column;
    }

    .about-section .about-eyebrow,
    .about-eyebrow {
        width: 100%;
        margin-bottom: 16px;
        font-size: 16px;
    }

    .about-founders-list {
        gap: 40px;
    }

    .team-search-filter-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-bottom: 60px;
    }

    .about-spans-image {
        max-width: 50%;
        width: 100%;
    }

    .about-founder-logo {
        display: none;
    }

    .about-founder-card {
        max-width: calc((100% - 80px) / 3);
    }
}

@media (max-width: 1024px) {

    .about-spans .section-title,
    .about-founders .section-title,
    .about-mission .section-title {
        max-width: 100%;
        font-size: 40px;
    }

    .about-spans {
        padding: 60px 0px;
    }

    .about-spans-content {
        gap: 40px;
    }

    .about-founder-name {
        font-size: 32px;
    }

    .about-founders-list {
        gap: 20px;
    }

    .about-team-members {
        grid-template-columns: 1fr 1fr;
    }

    .text-item {
        font-size: 24px;
    }

    .text-items {
        gap: 12px;
    }

    .about-spans .section-header {
        margin-bottom: 20px;
    }

    .about-section .about-desc-text {
        font-size: 24px;
		margin-bottom: 26px;
    }
}

@media (max-width: 767px) {
	.hero-section-about {
		padding-bottom: 60px;
		background-position: top left;
		min-height: var(--min-h-mb, 900px);
	}
	.about-founders .section-header {
			margin-bottom: 22px;
	}
	.about-section .about-eyebrow {
		padding-top: 20px;
		font-size: 16px;
	}
    .about-mission {
        padding: 60px 0px;
    }

    .about-section {
        margin-top: -20px;
		padding: 40px 0px 60px;
    }

    .about-mission {
        padding-bottom: 44px;
    }

    .about-founders {
        padding-top: 36px;
    }

    .about-mission .about-eyebrow {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .about-founders .section-header,
    .about-mission .section-header {
        margin-bottom: 32px;
    }

    .about-founders-list {
        gap: 40px;
    }

    .about-founder-card {
        max-width: calc((100% - 40px) / 3);
    }
    .about-founder-card--highlighted {
        order: -1;
    }

    .about-mission-cards {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        gap: 10px;
    }

    .about-mission-card {
        min-height: auto;
        padding: 16px;
    }

    .about-mission-card-title {
        font-size: 15px;
    }

    .about-mission-card-desc {
        font-size: 12px;
        line-height: 1.35;
    }

    .team-alphabet-panel {
        display: none;
    }

    .team-search-filter-wrapper {
        padding-bottom: 36px;
    }

    .about-team-members {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-team-group-wrapper {
        border-top: 1px solid #afafaf2a;
        padding-top: 24px;
    }

    .about-team-group-label .toggle-icon {
        display: flex;
    }

    .about-team-group-wrapper.team-collapsed .toggle-icon {
        transform: rotate(180deg);
    }

    .about-team-group-wrapper.team-collapsed .about-team-members {
        display: none;
    }

    .about-team-groups {
        gap: 0px;
    }

    .about-spans-content {
        flex-direction: column;
        position: relative;
    }

    .about-spans-image {
        max-width: 100%;
        width: 100%;
    }

    .about-spans-list {
        position: absolute;
        z-index: 99;
        left: 24px;
        bottom: 24px;
    }

    .about-spans .section-header {
        margin-bottom: 32px;
    }

    .image-section {
        height: 440px;
    }

    .image-item img {
        height: 100%;
    }

    .text-items {
        gap: 16px;
    }

    .text-item {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.4);
    }

    .text-item.active {
        padding-left: 10px;
        color: #FFFFFF;
        font-size: 24px;
    }

    .text-item.active::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 50%;
        width: 4px;
        height: 4px;
        transform: translateY(-50%);
        background: #FFFFFF;
        border-radius: 50%;
        z-index: 1;
    }

    .panel-title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .team-search-panel {
        gap: 16px;
    }
    .about-team {
        padding: 30px 0 56px;
    }
    .about-team .section-title {
        font-size: 41px;
    }
    .about-team .section-header {
        flex-direction: column;
        align-items: flex-start;
        /* justify-content: space-between; */
        gap: 20px;
        margin-bottom: 40px;
    }

    /* Hover-to-visible: show elements that are hidden behind hover on desktop */
    .arrow-icon {
        opacity: 1;
        top: 24px;
        right: 24px;
    }
    .about-founder-bio-link {
        display: block;
    }
    .about-founder-quote-icon svg path {
        fill: var(--main-color);
    }
    .team-member-hover {
        opacity: 1;
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 12px;
    }
    .about-team-member {
        padding: 20px;
    }

    /* Mobile font sizes for headings that are too large */
    .insights-title {
        font-size: 36px;
    }
    .related-title {
        font-size: 32px;
    }
}

.about-team-members {
    transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media (max-width: 560px) {
    .about-founders-list {
        flex-direction: column;
    }

    .about-founder-card,
    .about-founder-image {
        max-width: 100%;
    }

    .about-founder-image {
        height: 400px;
        margin-bottom: 16px;
    }

    .about-founder-image img {
        object-position: top;
    }
}

/* End Page About */

/* ========================================
   Whitepaper Gate Modal
   ======================================== */
.whitepaper-gate-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whitepaper-gate-modal .gate-modal-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55);
}

.whitepaper-gate-modal .gate-modal-content {
    position: relative;
    background: #fff;
    border-radius: 8px;
    max-width: 560px;
    width: 93%;
    padding: 48px 40px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.whitepaper-gate-modal .gate-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    cursor: pointer;
    border: none;
    padding: 8px;
    line-height: 1;
}

.whitepaper-gate-modal .gate-modal-close:hover svg path {
    stroke: var(--primary-color);
}

.gate-modal-body {
    position: relative;
}

.gate-form {
    width: 100%;
}

.gate-modal-title {
    font-family: 'Aeonik TRIAL';
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.gate-modal-desc {
    font-family: 'Switzer';
    font-size: 16px;
    color: #555;
    margin-bottom: 28px;
    line-height: 1.5;
}

.gate-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.gate-form-field {
    margin-bottom: 20px;
}

.gate-form-field label {
    display: block;
    font-family: 'Switzer';
    font-weight: 500;
    font-size: 14px;
    color: var(--primary-color);
    margin-bottom: 6px;
}

.gate-form-field label span {
    color: #e74c3c;
}

.gate-form-field input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    font-family: 'Switzer';
    font-size: 15px;
    color: #1a1a2e;
    background: #fff;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.gate-form-field input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(52, 97, 225, 0.1);
}

.gate-form-field input.is-invalid {
    border-color: #e74c3c;
}

.gate-form-message {
    font-family: 'Switzer';
    font-size: 14px;
    margin-bottom: 16px;
    display: none;
    padding: 10px 14px;
    border-radius: 6px;
    line-height: 1.4;
}

.gate-form-message.is-error {
    display: block;
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.gate-form-message.is-success {
    display: block;
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.gate-form-submit {
    width: 100%;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-family: 'Switzer';
    font-weight: 500;
    font-size: 16px;
}

.gate-form-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Button style matching for gated buttons */
button.btn-download {
    border: none;
    cursor: pointer;
}

@media (max-width: 600px) {
    .whitepaper-gate-modal .gate-modal-content {
        padding: 36px 24px;
    }

    .gate-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .gate-modal-title {
        font-size: 22px;
    }
}

/* =============================================
   Default Page Template (Terms, Privacy, etc.)
   ============================================= */

.default-page {
    padding-top: 80px;
    padding-bottom: 100px;
}

.default-page__header {
    max-width: 900px;
    margin-bottom: 48px;
}

.default-page__title {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 115%;
    color: var(--main-color);
}

.default-page__content {
    max-width: 900px;
}

.default-page__content h2 {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    color: var(--main-color);
    margin-top: 48px;
    margin-bottom: 16px;
}

.default-page__content h3 {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 135%;
    color: var(--main-color);
    margin-top: 32px;
    margin-bottom: 12px;
}

.default-page__content h4 {
    font-family: 'Switzer', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: var(--main-color);
    margin-top: 24px;
    margin-bottom: 8px;
}

.default-page__content p {
    font-family: 'Switzer', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #333;
    margin-bottom: 16px;
}

.default-page__content a {
    color: #3461E1;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.default-page__content a:hover {
    color: #1a3fc2;
}

.default-page__content ul,
.default-page__content ol {
    padding-left: 24px;
    margin-bottom: 16px;
}

.default-page__content ul li,
.default-page__content ol li {
    font-family: 'Switzer', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #333;
    margin-bottom: 8px;
}

.default-page__content ul li {
    list-style-type: disc;
}

.default-page__content ol li {
    list-style-type: decimal;
}

.default-page__content blockquote {
    border-left: 3px solid #3461E1;
    padding-left: 20px;
    margin: 24px 0;
    font-style: italic;
    color: #555;
}

.default-page__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.default-page__content table th,
.default-page__content table td {
    font-family: 'Switzer', sans-serif;
    font-size: 15px;
    line-height: 160%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    text-align: left;
}

.default-page__content table th {
    background: #f5f6fa;
    font-weight: 600;
    color: var(--main-color);
}

.default-page__content hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 40px 0;
}

@media (max-width: 1024px) {
    .default-page {
        padding-top: 60px;
        padding-bottom: 64px;
    }

    .default-page__title {
        font-size: 36px;
    }

    .default-page__content h2 {
        font-size: 24px;
    }

    .default-page__content h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .default-page {
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .default-page__header {
        margin-bottom: 32px;
    }

    .default-page__title {
        font-size: 28px;
    }

    .default-page__content h2 {
        font-size: 22px;
        margin-top: 32px;
    }

    .default-page__content h3 {
        font-size: 18px;
    }

    .default-page__content p,
    .default-page__content ul li,
    .default-page__content ol li {
        font-size: 15px;
    }
}

/* ── Single team member page ──────────────────────────────────────────
   Uses the About-page Founders section as the visual reference:
   same light gradient background, blue eyebrow, big Inter Tight
   section-title, and founder-image photo treatment. The page
   reuses .about-founders / .about-eyebrow / .section-title /
   .about-founder-image directly, and layers single-person
   specifics under the .team-bio-page namespace. */

.team-bio-page__section {
    padding: 60px 0 120px;
}

.team-bio-page__breadcrumb {
    margin-bottom: 40px;
}

.team-bio-page__header {
    max-width: 820px;
    margin-bottom: 60px;
}

.team-bio-page__header .about-eyebrow {
    margin-bottom: 24px;
}

.team-bio-page__title {
    margin-bottom: 12px;
}

.team-bio-page__position {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: var(--main-color);
    margin-top: 16px;
}

.team-bio-page__body {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.team-bio-page__photo-col {
    flex: 0 0 400px;
    max-width: 400px;
}

.team-bio-page__photo-frame {
    margin-bottom: 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.team-bio-page__photo {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.team-bio-page__photo-linkedin {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(19, 35, 84, 0.12);
    transition: background 0.2s ease, transform 0.2s ease;
}

.team-bio-page__photo-linkedin img {
    width: 22px;
    height: 22px;
}

.team-bio-page__photo-linkedin:hover {
    background: #fff;
    transform: translateY(-2px);
}

.team-bio-page__info {
    flex: 1;
    min-width: 0;
    padding-top: 4px;
}

.team-bio-page__block + .team-bio-page__block {
    margin-top: 40px;
}

.team-bio-page__block-title {
    font-family: 'Aeonik TRIAL', 'Inter Tight', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--primary-color);
    margin: 0 0 16px;
}

.team-bio-page__prose p {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: rgba(19, 35, 84, 0.85);
    margin: 0 0 16px;
}

.team-bio-page__prose p:last-child {
    margin-bottom: 0;
}

.team-bio-page__expertise {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.team-bio-page .expertise-tag {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--main-color);
    position: relative;
    padding: 12px 24px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.6);
    /* Static (span) tags have no interaction cues */
    cursor: default;
    display: inline-block;
}

.team-bio-page .expertise-tag::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(189, 206, 255, 0.6) 0%, rgba(189, 206, 255, 0.3) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* Linked variant: add a diagonal arrow so clickability is obvious,
   and strengthen the hover affordance. */
.team-bio-page .expertise-tag--link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding-right: 20px;
    background: rgba(52, 97, 225, 0.08);
    transition: background 0.25s ease, color 0.25s ease, padding-right 0.25s ease;
}

.team-bio-page .expertise-tag--link::after {
    content: "";
    width: 11px;
    height: 11px;
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M1.5 8.5L8.5 1.5M8.5 1.5H2.5M8.5 1.5V7.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
            mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M1.5 8.5L8.5 1.5M8.5 1.5H2.5M8.5 1.5V7.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
    transition: transform 0.25s ease;
}

.team-bio-page .expertise-tag--link:hover {
    background: var(--main-color);
    color: #fff;
}

.team-bio-page .expertise-tag--link:hover::after {
    transform: translate(2px, -2px);
}

.team-bio-page .expertise-tag--link:focus-visible {
    outline: 2px solid var(--main-color);
    outline-offset: 2px;
}

@media (max-width: 1200px) {
    .team-bio-page__section {
        padding: 48px 0 90px;
    }

    .team-bio-page__body {
        gap: 60px;
    }

    .team-bio-page__photo-col {
        flex-basis: 340px;
        max-width: 340px;
    }

    .team-bio-page__header {
        margin-bottom: 48px;
    }
}

@media (max-width: 1024px) {
    .team-bio-page__body {
        gap: 40px;
    }

    .team-bio-page__photo-col {
        flex-basis: 280px;
        max-width: 280px;
    }

    .team-bio-page__block + .team-bio-page__block {
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .team-bio-page__section {
        padding: 32px 0 60px;
    }

    .team-bio-page__breadcrumb {
        margin-bottom: 24px;
    }

    .team-bio-page__header {
        margin-bottom: 32px;
    }

    .team-bio-page__position {
        font-size: 16px;
        margin-top: 12px;
    }

    .team-bio-page__body {
        flex-direction: column;
        gap: 28px;
    }

    .team-bio-page__photo-col {
        flex-basis: auto;
        max-width: 100%;
        width: 100%;
    }

    .team-bio-page__photo {
        max-height: 55vh;
        max-height: 55dvh;
        object-position: top center;
    }

    .team-bio-page__block-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .team-bio-page__block + .team-bio-page__block {
        margin-top: 28px;
    }

    .team-bio-page .expertise-tag {
        font-size: 14px;
        padding: 10px 18px;
    }
}

/* ── Team search autocomplete ─────────────────────────────────────── */

/* Make room on the right for the clear (x) button when a query is typed. */
.form-search-team .search-input-wrapper input {
    padding-right: 48px;
}

.team-search-clear {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(52, 97, 225, 0.08);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s ease;
}

.team-search-clear:hover {
    background: rgba(52, 97, 225, 0.16);
}

.team-search-clear[hidden] {
    display: none;
}

/* Dropdown panel */
.team-search-suggestions {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(189, 206, 255, 1);
    border-radius: 10px;
    box-shadow: 0 16px 40px rgba(19, 35, 84, 0.12);
    padding: 6px;
    z-index: 40;
    max-height: 360px;
    overflow-y: auto;
}

.team-search-suggestions[hidden] {
    display: none;
}

.team-search-suggestion {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none;
    color: var(--font-color);
    transition: background 0.15s ease;
}

.team-search-suggestion + .team-search-suggestion {
    margin-top: 2px;
}

.team-search-suggestion:hover,
.team-search-suggestion.is-active {
    background: rgba(52, 97, 225, 0.08);
}

.team-search-suggestion__thumb {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    background: #f0f2f8;
    display: block;
}

.team-search-suggestion__thumb--placeholder {
    background: linear-gradient(135deg, rgba(52, 97, 225, 0.14), rgba(189, 206, 255, 0.4));
}

.team-search-suggestion__text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 2px;
}

.team-search-suggestion__name {
    font-family: 'Switzer';
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    color: var(--primary-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-search-suggestion__position {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
    color: rgba(19, 35, 84, 0.65);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-search-suggestion mark {
    background: rgba(52, 97, 225, 0.18);
    color: inherit;
    padding: 0 2px;
    border-radius: 3px;
}

.team-search-suggestions__empty {
    padding: 14px 16px;
    font-family: 'Switzer';
    font-size: 14px;
    color: rgba(19, 35, 84, 0.6);
}

@media (max-width: 767px) {
    .team-search-suggestions {
        max-height: 60vh;
        max-height: 60dvh;
    }

    .team-search-suggestion {
        padding: 10px;
    }

    .team-search-suggestion__thumb {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
    }

    .team-search-suggestion__name {
        font-size: 14px;
    }

    .team-search-suggestion__position {
        font-size: 12px;
    }
}

/* ── Insight tiles: image crops cleanly, subtle hover lift ───────── */
.insight-card {
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.insight-card:hover {
    transform: translateY(-4px);
}

.insight-card .insight-image {
    aspect-ratio: 3 / 2;
    border-radius: 8px;
    overflow: hidden;
    background: #f0f2f8;
}

.insight-card .insight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: grayscale(100%);
    transition: filter 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.insight-card:hover .insight-image img {
    filter: grayscale(0%);
    transform: scale(1.03);
}

.insight-card__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 16px 0 8px;
    font-family: 'Switzer';
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(19, 35, 84, 0.65);
}

.insight-card__cat {
    color: var(--main-color);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    font-size: 12px;
}

.insight-card__sep {
    color: rgba(19, 35, 84, 0.3);
    font-size: 10px;
}

/* ── Insight single: hero + typography + meta row ────────────────── */
.insight-single {
    padding-top: 48px;
    padding-bottom: 120px;
}

.insight-single__header {
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: left;
}

.insight-single__header .cate-label {
    display: inline-block;
    margin-bottom: 20px;
}

.insight-single__header .article-title {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.insight-single__dek {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    color: rgba(19, 35, 84, 0.75);
    margin: 0 0 28px;
}

.insight-single__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-family: 'Switzer';
    font-weight: 500;
    font-size: 14px;
    color: rgba(19, 35, 84, 0.65);
    padding-top: 20px;
    border-top: 1px solid rgba(19, 35, 84, 0.1);
}

.insight-single__meta-sep {
    color: rgba(19, 35, 84, 0.3);
    font-size: 10px;
}

.insight-single__chips {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
}

.insight-chip {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(52, 97, 225, 0.08);
    color: var(--main-color);
    font-family: 'Switzer';
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.insight-chip:hover {
    background: var(--main-color);
    color: #fff;
}

.insight-single__hero {
    max-width: 900px;
    margin: 0 auto 56px;
    padding: 0 16px;
    text-align: center;
}

/* Image scales by aspect ratio against both max-width and max-height
   simultaneously, so posters / portraits never get cropped or
   distorted. Wide photos fill the column; tall images render
   centered at full vertical resolution up to the cap. */
.insight-single__hero img,
.insight-single__hero .article-hero-img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 720px;
    border-radius: 16px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .insight-single__hero {
        max-width: 100%;
        padding: 0;
        margin-bottom: 32px;
    }

    .insight-single__hero img,
    .insight-single__hero .article-hero-img {
        max-height: 60vh;
        max-height: 60dvh;
        border-radius: 0;
    }
}

/* Narrower body column for comfortable long-form reading */
.insight-single__content {
    max-width: 720px;
    margin: 0 auto;
}

/* Drop-cap on the very first paragraph to break the wall-of-text feel */
.insight-single__content > p:first-of-type::first-letter {
    float: left;
    font-family: 'Inter Tight', serif;
    font-weight: 600;
    font-size: 72px;
    line-height: 0.9;
    color: var(--main-color);
    padding: 6px 12px 0 0;
    margin-top: 4px;
}

.insight-single__content p {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 19px;
    line-height: 1.7;
    color: var(--font-color);
    margin: 0 0 24px;
    padding-right: 0;
}

.insight-single__content h2 {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.15;
    color: var(--primary-color);
    margin: 64px 0 24px;
    position: relative;
    padding-left: 22px;
    letter-spacing: -0.005em;
}

.insight-single__content h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 5px;
    border-radius: 5px;
    background: var(--main-color);
}

.insight-single__content h3 {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.25;
    color: var(--primary-color);
    margin: 48px 0 18px;
}

.insight-single__content h4 {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.3;
    color: var(--primary-color);
    margin: 36px 0 12px;
}

/* Pullquote helper: editors can wrap a paragraph in a blockquote OR
   add the .pullquote class on a blockquote in the visual editor's
   HTML view to get a centered, oversized accent quote that breaks
   up long-form content. */
.insight-single__content .pullquote,
.case-study-body .pullquote {
    margin: 56px auto;
    padding: 0;
    max-width: 620px;
    border: none;
    background: transparent;
    border-radius: 0;
    text-align: center;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.3;
    color: var(--primary-color);
    position: relative;
}

.insight-single__content .pullquote::before,
.case-study-body .pullquote::before {
    content: "";
    display: block;
    width: 56px;
    height: 4px;
    border-radius: 4px;
    background: var(--main-color);
    margin: 0 auto 24px;
}

.insight-single__content .pullquote p,
.case-study-body .pullquote p {
    font: inherit;
    color: inherit;
    margin: 0;
}

.insight-single__content ul,
.insight-single__content ol {
    margin: 0 0 24px;
    padding-left: 24px;
}

.insight-single__content li {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 19px;
    line-height: 1.7;
    color: var(--font-color);
    margin-bottom: 10px;
}

.insight-single__content li::marker {
    color: var(--main-color);
}

.insight-single__content a {
    color: var(--main-color);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.insight-single__content a:hover {
    color: var(--blue-color);
}

.insight-single__content blockquote {
    margin: 40px 0;
    padding: 24px 32px;
    border-left: 4px solid var(--main-color);
    background: rgba(52, 97, 225, 0.05);
    border-radius: 0 12px 12px 0;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    color: var(--primary-color);
    font-style: normal;
}

.insight-single__content blockquote p {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.insight-single__content blockquote p + p {
    margin-top: 12px;
}

.insight-single__content img,
.insight-single__content figure {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 32px 0;
}

.insight-single__content figcaption {
    font-family: 'Switzer';
    font-size: 14px;
    color: rgba(19, 35, 84, 0.6);
    margin-top: 8px;
    text-align: center;
}

.insight-single__content hr {
    border: none;
    height: 1px;
    background: rgba(19, 35, 84, 0.12);
    margin: 48px 0;
}

.insight-single__share {
    max-width: 720px;
    margin: 64px auto 0;
    padding-top: 40px;
    border-top: 1px solid rgba(19, 35, 84, 0.1);
}

@media (max-width: 1024px) {
    .insight-single__header .article-title {
        font-size: 44px;
    }

    .insight-single__dek {
        font-size: 20px;
    }

    .insight-single__hero {
        margin-bottom: 48px;
        border-radius: 12px;
    }

    .insight-single__content h2 {
        font-size: 28px;
        margin-top: 48px;
    }

    .insight-single__content h3 {
        font-size: 22px;
        margin-top: 36px;
    }
}

@media (max-width: 767px) {
    .insight-single {
        padding-top: 28px;
        padding-bottom: 60px;
    }

    .insight-single__header {
        margin-bottom: 32px;
    }

    .insight-single__header .article-title {
        font-size: 32px;
        line-height: 1.15;
        margin-bottom: 16px;
    }

    .insight-single__dek {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .insight-single__meta {
        font-size: 13px;
        padding-top: 16px;
    }

    .insight-single__hero {
        padding: 0;
        aspect-ratio: 4 / 3;
        margin-bottom: 32px;
    }

    .insight-single__hero img,
    .insight-single__hero .article-hero-img {
        border-radius: 0;
    }

    .insight-single__content > p:first-of-type::first-letter {
        font-size: 56px;
        padding-right: 8px;
    }

    .insight-single__content p,
    .insight-single__content li {
        font-size: 17px;
        line-height: 1.65;
    }

    /* Bigger paragraph margin on mobile so breaks read clearly
       between long, full-width paragraphs. Targets the shared
       .article-content selector too, which otherwise wins in
       cascade (loads later than tn-style.css's case-study rule). */
    .article-content p,
    .insight-single__content p,
    .case-study-body p {
        margin-bottom: 30px;
    }

    .article-content li,
    .insight-single__content li,
    .case-study-body li {
        margin-bottom: 14px;
    }

    .insight-single__content h2 {
        font-size: 24px;
        margin: 40px 0 14px;
        padding-left: 14px;
    }

    .insight-single__content h2::before {
        width: 3px;
    }

    .insight-single__content h3 {
        font-size: 20px;
        margin: 28px 0 12px;
    }

    .insight-single__content blockquote {
        padding: 18px 20px;
        font-size: 18px;
        margin: 28px 0;
    }

    .insight-single__share {
        margin-top: 40px;
        padding-top: 28px;
    }
}

/* ──────────────────────────────────────────────────────────────────
   Cross-page polish: shared signature pieces used by single-team,
   single-case_study, and single insight templates so the long-form
   experience reads as one designed system.
   ────────────────────────────────────────────────────────────────── */

/* Section ornament: a tasteful 3-dash divider for breaking up
   long-form bodies. Editors can drop <hr class="section-mark">
   into the WYSIWYG, or templates can output it directly. */
.section-mark {
    border: none;
    height: auto;
    margin: 56px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.section-mark::before,
.section-mark::after {
    content: "";
    width: 18px;
    height: 3px;
    background: var(--main-color);
    border-radius: 3px;
    opacity: 0.55;
}

.section-mark::before {
    transform: skewX(-20deg);
}

.section-mark::after {
    transform: skewX(-20deg);
}

/* Tile hover unification: an arrow indicator that fades in on
   insight + case-study related cards. Pairs with the existing
   lift/scale already in place, just adds the affordance cue. */
.insight-card,
.related-articles .insight-card,
.relative-individual-case .case-card {
    position: relative;
}

.insight-card::after,
.related-articles .insight-card::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92) url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M2 12L12 2M12 2H4M12 2V10' stroke='%233461E1' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 14px 14px;
    box-shadow: 0 6px 18px rgba(19, 35, 84, 0.12);
    opacity: 0;
    transform: translate(-4px, 4px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

.insight-card:hover::after,
.related-articles .insight-card:hover::after {
    opacity: 1;
    transform: translate(0, 0);
}

/* ──────────────────────────────────────────────────────────────────
   Long-form reading shell: sticky TOC rail + progress bar + body
   helpers (.callout, .pullquote, .figure-wide, anchor links).
   Shared across .insight-single__content and .case-study-body so
   the experience reads as one designed system.
   ────────────────────────────────────────────────────────────────── */

/* Reading progress bar — sits just below the sticky site-header so
   it's always anchored to the bottom edge of the chrome. Reads
   clearly against the article body's white background instead of
   getting lost in the header at top:0. */
.reading-progress {
    position: fixed;
    top: var(--header-h, 80px);
    left: 0;
    right: 0;
    height: 4px;
    background: rgba(19, 35, 84, 0.14);
    z-index: 100000;
    pointer-events: none;
}

.reading-progress__bar {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--main-color) 0%, var(--secondary-color) 100%);
    box-shadow: 0 0 8px rgba(52, 97, 225, 0.35);
    transform-origin: left center;
    transition: width 0.08s linear;
}

/* Two-column reading layout: body on the left at the existing
   reading-column width, sticky TOC on the right rail. The whole
   thing collapses to a single column under 1200px. */
.longform-layout {
    display: grid;
    grid-template-columns: minmax(0, 720px) minmax(220px, 260px);
    gap: 80px;
    align-items: start;
    margin: 0 auto;
}

.longform-layout > .longform-body {
    margin: 0;
    max-width: 100%;
}

/* TOC right rail (desktop) */
.longform-toc {
    position: sticky;
    top: calc(var(--header-h, 80px) + 32px);
    align-self: start;
    max-height: calc(100vh - var(--header-h, 80px) - 64px);
    overflow-y: auto;
    padding-left: 4px;
}

/* Trigger button is hidden on desktop — the rail is always open. */
.longform-toc__trigger {
    display: none;
}

.longform-toc__panel {
    /* always visible on desktop */
}

.longform-toc__inner {
    padding: 4px 0;
}

.longform-toc__label {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(19, 35, 84, 0.55);
    margin-bottom: 14px;
    display: block;
}

.longform-toc__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.longform-toc__list li {
    margin: 0;
}

.longform-toc__list a {
    display: block;
    font-family: 'Switzer';
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(19, 35, 84, 0.6);
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 6px;
    transition: color 0.2s ease, background 0.2s ease;
}

.longform-toc__list a:hover {
    color: var(--main-color);
    background: rgba(52, 97, 225, 0.05);
}

.longform-toc__list a.is-active {
    color: var(--primary-color);
    font-weight: 600;
    background: rgba(52, 97, 225, 0.1);
}

/* ── Mobile + tablet TOC: collapsible card above the article body. ── */
@media (max-width: 1199px) {
    .longform-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }

    /* Move TOC visually above the body. Source order is body → toc, so
       we use grid order to flip them on small screens. */
    .longform-toc {
        order: -1;
        position: static;
        max-height: none;
        overflow: visible;
        padding-left: 0;
        margin-bottom: 36px;
        border-radius: 12px;
        background: linear-gradient(180deg, #F9F9F9 0%, #EEF2FF 100%);
        border: 1px solid rgba(52, 97, 225, 0.16);
        overflow: hidden;
    }

    .longform-toc__trigger {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
        padding: 16px 20px;
        background: transparent;
        border: 0;
        cursor: pointer;
        font-family: 'Inter Tight', sans-serif;
        text-align: left;
        color: var(--primary-color);
    }

    .longform-toc__trigger .longform-toc__label {
        margin: 0;
        flex: 1;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--main-color);
    }

    .longform-toc__count {
        font-family: 'Switzer', sans-serif;
        font-weight: 600;
        font-size: 12px;
        line-height: 1;
        color: var(--main-color);
        background: rgba(52, 97, 225, 0.12);
        padding: 4px 8px;
        border-radius: 999px;
        flex-shrink: 0;
    }

    .longform-toc__chevron {
        flex-shrink: 0;
        color: var(--main-color);
        transition: transform 0.25s ease;
    }

    .longform-toc.is-open .longform-toc__chevron {
        transform: rotate(180deg);
    }

    .longform-toc__panel {
        display: none;
        padding: 4px 20px 18px;
        border-top: 1px solid rgba(52, 97, 225, 0.12);
    }

    .longform-toc.is-open .longform-toc__panel {
        display: block;
    }

    /* Inside the collapsible card, items use the same tinted-pill
       active state as desktop. */
    .longform-toc__inner {
        padding: 0;
    }

    .longform-toc__list {
        gap: 4px;
    }
}

@media (max-width: 767px) {
    .longform-toc__trigger {
        padding: 14px 16px;
    }

    .longform-toc__panel {
        padding: 4px 12px 14px;
    }

    .longform-toc__list a {
        font-size: 15px;
        padding: 10px 12px;
    }
}

/* H2/H3 just need scroll-margin so smooth-scrolling from the TOC
   doesn't land them under the sticky header. */
.longform-body h2,
.longform-body h3 {
    scroll-margin-top: calc(var(--header-h, 80px) + 24px);
}

/* ── Drop cap: large blue first letter on the lead paragraph.
   No small caps / no italic on the first line — the drop cap
   carries the visual moment by itself. */
.longform-body > p:first-of-type::first-letter {
    float: left;
    font-family: 'Inter Tight', serif;
    font-weight: 600;
    font-size: 84px;
    line-height: 0.85;
    color: var(--main-color);
    padding: 8px 14px 0 0;
    margin-top: 6px;
}

/* The lead paragraph is often wrapped in <em> by editors as a "dek"
   line. Force it to render as a clean upright paragraph so the
   drop cap doesn't fight italic letterforms. */
.longform-body > p:first-of-type,
.longform-body > p:first-of-type em,
.longform-body > p:first-of-type i {
    font-style: normal;
    font-variant: normal;
    letter-spacing: normal;
}

/* ── Pull quote (refined): premium centered quote with gold accent
   rule above. Editor adds class="pullquote" on a blockquote, OR a
   plain blockquote inside the body styles already cover the case.
   This rule wins when the pullquote class is present. */
.longform-body .pullquote {
    margin: 64px auto;
    padding: 0;
    max-width: 640px;
    border: none;
    background: transparent;
    border-radius: 0;
    text-align: center;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: -0.005em;
    position: relative;
}

.longform-body .pullquote::before {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    border-radius: 3px;
    background: var(--secondary-color);
    margin: 0 auto 28px;
}

.longform-body .pullquote p,
.longform-body .pullquote {
    quotes: "\201C" "\201D";
}

.longform-body .pullquote p {
    font: inherit;
    color: inherit;
    margin: 0;
}

.longform-body .pullquote cite,
.longform-body .pullquote footer {
    display: block;
    margin-top: 20px;
    font-family: 'Switzer';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(19, 35, 84, 0.55);
    font-style: normal;
}

/* ── Callout / aside box: editors add class="callout" on a div or
   blockquote in the WYSIWYG to surface a "worth knowing" sidebar.
   Soft tint, blue rule, inline within the column. */
.longform-body .callout {
    margin: 40px 0;
    padding: 24px 28px;
    background: rgba(52, 97, 225, 0.05);
    border: 1px solid rgba(52, 97, 225, 0.18);
    border-radius: 12px;
    position: relative;
}

.longform-body .callout::before {
    content: "Worth knowing";
    display: block;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--main-color);
    margin-bottom: 8px;
}

.longform-body .callout p {
    font-family: 'Switzer';
    font-size: 16px;
    line-height: 1.6;
    color: var(--font-color);
    margin: 0 0 12px;
}

.longform-body .callout p:last-child {
    margin-bottom: 0;
}

/* Editors can override the eyebrow label with data-label="…" */
.longform-body .callout[data-label]::before {
    content: attr(data-label);
}

/* ── Wide figure breakout: editor adds class="figure-wide" on an
   <img> or <figure> to break out of the reading column up to the
   container edge. Magazine-style "moment" image. */
.longform-body .figure-wide,
.longform-body figure.figure-wide,
.longform-body img.figure-wide {
    width: calc(100% + 200px);
    max-width: calc(100vw - 48px);
    margin-left: -100px;
    margin-top: 48px;
    margin-bottom: 48px;
    border-radius: 14px;
}

.longform-body figure.figure-wide img {
    width: 100%;
    border-radius: 14px;
}

@media (max-width: 1024px) {
    .longform-body .figure-wide,
    .longform-body figure.figure-wide,
    .longform-body img.figure-wide {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        border-radius: 12px;
    }
}

/* ── Numbered list polish: large circled numerals for ordered lists
   in long-form bodies. Premium magazine touch. */
.longform-body ol {
    counter-reset: longform-counter;
    list-style: none;
    padding-left: 0;
}

.longform-body ol > li {
    counter-increment: longform-counter;
    position: relative;
    padding-left: 56px;
    margin-bottom: 18px;
    min-height: 36px;
}

.longform-body ol > li::before {
    content: counter(longform-counter);
    position: absolute;
    left: 0;
    top: 2px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(52, 97, 225, 0.1);
    color: var(--main-color);
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    .longform-body ol > li {
        padding-left: 44px;
    }
    .longform-body ol > li::before {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
    .longform-body > p:first-of-type::first-letter {
        font-size: 64px;
        padding-right: 10px;
    }
}