/* Our Leadership page styles */
.remark-page--our-leadership {
    background-color: var(--remark-color-bg);
}

.remark-leaders-overview__filter-arrows {
    display: flex;
    align-items: center;
    gap: 8px;
}
.remark-leaders-overview__arrow {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 8px;
    font-size: 1.5rem;
    color: #6A7CA0;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.remark-leaders-overview__arrow:active {
    color: #1A2C4A;
}

.remark-leaders-overview__filter-label {
    display: none;
}

/* Hero */
.remark-our-leadership-hero.remark-section {
    padding: 100px 24px 100px;
    background: linear-gradient(to bottom, var(--remark-color-bg-alt) 67%, white 67%);
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.remark-our-leadership-hero__inner {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.remark-our-leadership-hero__badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 999px;
    background-color: var(--remark-color-white);
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-family: var(--remark-font-body);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.remark-our-leadership-hero__highlight,
.remark-our-leadership-hero__badge-text {
    background-image: linear-gradient(90deg, var(--remark-color-highlight-start), var(--remark-color-highlight-end));
    background-size: 200% 100%;
    background-position: 200% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.remark-our-leadership-hero__title {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 400;
    line-height: 1.05;
    color: var(--remark-color-primary);
}

.remark-our-leadership-hero__title-line {
    display: block;
    font-size: clamp(2.4rem, 4vw, 4rem);
}

.remark-our-leadership-hero__subtitle {
    margin: 0;
    font-family: var(--remark-font-body);
    font-size: clamp(1rem, 1.2vw, 1.25rem);
    line-height: 1.7;
    color: var(--remark-color-text-muted);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.button {
    align-items: center;
    background: none;
    border: none;
    border-radius: 6.25rem;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.2rem;
    font-weight: 600;
    gap: 0.363636em;
    justify-content: center;
    letter-spacing: -0.01em;
    line-height: 1.04545;
    overflow: hidden;
    padding: 0.9375rem 1.5rem;
    position: relative;
    text-decoration: none;
}

@media (hover: hover) {
    .button:hover {
        color: var(--remark-color-white);
        text-decoration: none;
    }

    .button:hover .button__label {
        transition: color 0.15s var(--ease-in-out-quart);
    }
}

.button__label {
    position: relative;
    z-index: 1;
    text-align: center;
    transition: color 0.15s var(--ease-in-out-quart);
    display: inline-flex;
    align-items: center;
}

.button__label::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-left: 8px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMjQ0NDcgNy4wNjYyM0M5Ljk1NTI5IDYuNTMzMTEgOS45NTUyOSA1LjQ2Njg3IDkuMjQ0NDcgNC45MzM3NUwzLjAyNDc2IDAuMjY4OTcxQzIuMTQ2MTMgLTAuMzkgMC44OTIyODUgMC4yMzY5MjIgMC44OTIyODUgMS4zMzUyMUwwLjg5MjI4NSAxMC42NjQ4QzAuODkyMjg1IDExLjc2MzEgMi4xNDYxMyAxMi4zOSAzLjAyNDc2IDExLjczMUw5LjI0NDQ3IDcuMDY2MjNaIiBmaWxsPSIjRTMzRDNCIi8+PC9zdmc+');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.15s var(--ease-in-out-quart);
}

.button__flair {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transform-origin: 0 0;
    will-change: transform;
}

.button__flair:before {
    aspect-ratio: 1/1;
    background-color: #D71921;
    border-radius: 50%;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 280%;
}

.remark-our-leadership-hero__media {
    width: 100%;
    max-width: 1280px;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.remark-our-leadership-hero__image-container {
    position: relative;
    width: 100%;
}

.remark-our-leadership-hero__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 48px 48px 16px 16px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.remark-our-leadership-hero__title--mobile {
    display: none;
}

@media (min-width: 992px) {
    .remark-our-leadership-hero__image-container {
        width: 65%;
    }

    .remark-our-leadership-hero__image {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .remark-our-leadership-hero.remark-section {
        height: auto;
        padding-bottom: 64px;
    }

    .remark-our-leadership-hero__title--desktop {
        display: none;
    }

    .remark-our-leadership-hero__title--mobile {
        display: flex;
    }

    .remark-our-leadership-hero__media {
        position: static;
        transform: none;
        width: 100%;
    }
}

/* CTA Banner */
.remark-our-leadership-brand-cta {
    padding: 100px 24px;
    background-color: var(--remark-color-white);
}

.remark-our-leadership-brand-cta__inner {
    --remark-our-leadership-brand-cta-bg: #00357A;
    max-width: 1180px;
    margin: 0 auto;
    background-color: var(--remark-our-leadership-brand-cta-bg);
    border-radius: 32px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(13, 35, 67, 0.18);
}

.remark-our-leadership-brand-cta__inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(140% 140% at 80% 20%, rgba(255, 255, 255, 0.12), transparent 70%);
    pointer-events: none;
}

.remark-our-leadership-brand-cta__media {
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

.remark-our-leadership-brand-cta__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.remark-our-leadership-brand-cta__content {
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 48px 64px 48px 48px;
    color: var(--remark-color-white);
    position: relative;
    z-index: 1;
}

.remark-our-leadership-brand-cta__title {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.6rem);
    font-weight: 600;
    line-height: 1.2;
    color: var(--remark-color-white);
}

.remark-our-leadership-brand-cta__description {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.86);
    max-width: 440px;
}

.remark-our-leadership-brand-cta__cta-wrapper {
    display: inline-flex;
    align-items: center;
}

.remark-our-leadership-brand-cta__button {
    background-color: var(--remark-color-white);
    color: var(--remark-color-primary);
}

.remark-our-leadership-brand-cta__button .button__label {
    color: var(--remark-color-primary);
}

.remark-our-leadership-brand-cta__button .button__label::after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMjQ0NDcgNy4wNjYyM0M5Ljk1NTI5IDYuNTMzMTEgOS45NTUyOSA1LjQ2Njg3IDkuMjQ0NDcgNC45MzM3NUwzLjAyNDc2IDAuMjY4OTcxQzIuMTQ2MTMgLTAuMzkgMC44OTIyODUgMC4yMzY5MjIgMC44OTIyODUgMS4zMzUyMUwwLjg5MjI4NSAxMC42NjQ4QzAuODkyMjg1IDExLjc2MzEgMi4xNDYxMyAxMi4zOSAzLjAyNDc2IDExLjczMUw5LjI0NDQ3IDcuMDY2MjNaIiBmaWxsPSIjRTMzRDNCIi8+PC9zdmc+');
}

.remark-our-leadership-brand-cta__button:hover .button__label {
    color: var(--remark-color-white);
}

.remark-our-leadership-brand-cta__button:hover .button__label::after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMjQ0NDcgNy4wNjYyM0M5Ljk1NTI5IDYuNTMzMTEgOS45NTUyOSA1LjQ2Njg3IDkuMjQ0NDcgNC45MzM3NUwzLjAyNDc2IDAuMjY4OTcxQzIuMTQ2MTMgLTAuMzkgMC44OTIyODUgMC4yMzY5MjIgMC44OTIyODUgMS4zMzUyMUwwLjg5MjI4NSAxMC42NjQ4QzAuODkyMjg1IDExLjc2MzEgMi4xNDYxMyAxMi4zOSAzLjAyNDc2IDExLjczMUw5LjI0NDQ3IDcuMDY2MjNaIiBmaWxsPSIjRkZGRkZGIi8+PC9zdmc+');
}

.remark-our-leadership-brand-cta__button .button__flair:before {
    background-color: #D71921;
}

.remark-our-leadership-brand-cta__shape {
    position: absolute;
    width: 157px;
    height: 157px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 157.06 157.06'%3E%3Crect x='14.33' y='14.33' width='128.39' height='128.39' rx='32' ry='32' fill='none' stroke='rgba(255,255,255,0.2)' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}

.remark-our-leadership-brand-cta__shape--tl {
    top: -60px;
    right: 28%;
    width: 130px;
    height: 130px;
    transform: rotate(45deg);
}

.remark-our-leadership-brand-cta__shape--br {
    bottom: -50px;
    right: 40px;
    transform: rotate(45deg);
}

@media (max-width: 991px) {
    .remark-our-leadership-brand-cta {
        padding: 80px 20px;
    }

    .remark-our-leadership-brand-cta__inner {
        grid-template-columns: 1fr;
        padding: 40px 32px;
        gap: 32px;
        text-align: left;
    }

    .remark-our-leadership-brand-cta__description {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .remark-our-leadership-brand-cta {
        padding: 64px 16px;
    }

    .remark-our-leadership-brand-cta__inner {
        padding: 32px 24px;
    }
}