/* General Adjusts */
/* #pre-header, header, footer {
    display: none;
} */


html:has(body.modal-open) {
    overflow: hidden!important;
}

.modal-dialog-centered {
    justify-content: center;
}

@media (min-width: 768px) {
    html:has(body.modal-open) {
        padding-right: 15px!important;
    }
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: auto!important;
}


.podcast-hero {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background-color: var(--alphacore_dark_blue);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    color: var(--white);
}

/* .podcast-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, color-mix(in srgb, #101E42 0%, transparent) 0%, color-mix(in srgb, #101E42 100%, transparent) 100%);
    pointer-events: none;
} */

.podcast-hero__container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 48px 80px;
    max-width: 1280px;
}

.podcast-hero__intro {
    flex: 1 1 700px;
    min-width: 0;
    max-width: 720px;
}

.podcast-hero__right {
    flex: 0 0 500px;
    max-width: 500px;
}

.podcast-hero__container--no-card {
    justify-content: flex-start;
}

.podcast-hero__pre-title {
    margin-bottom: 1.2rem;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    opacity: 0.9;
    color: var(--alphacore_gold);
    background: color-mix(in srgb, var(--white) 6%, transparent);
    width: fit-content;
    padding: 8px 18px;
    border-radius: 50px;
}

.podcast-hero__title {
    margin: 0 0 20px;
    max-width: 700px;
    font-size: 60px;
    line-height: 63px;
    color: #F6F2EC;
    font-weight: 500;
    font-family: "Taviraj", serif;
    letter-spacing: -1.2px;
}


.podcast-hero__title-highlight {
    color: var(--alphacore_gold);
    font-style: italic;
}

.podcast-hero__text p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
    color: color-mix(in srgb, var(--white) 65%, transparent);
    font-weight: 400;
    max-width: 470px;
    font-family: "Taviraj", serif;
    margin-top: 2rem;
}

.podcast-hero__text p:last-child {
    margin-bottom: 0;
}

.podcast-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.podcast-hero__buttons .ac-btn {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 2;
}

.podcast-hero__image-wrap {
    border-radius: 14px;
    box-shadow: 0 12px 42px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.podcast-hero__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1024px) {
    .podcast-hero {
        padding: 90px 0;
        background-size: cover;
    }

    .podcast-hero__container {
        flex-direction: column;
        align-items: flex-start;
        gap: 8rem;
    }

    .podcast-hero__image-wrap {
        max-width: 500px;
        margin: 0 auto;
    }

    .podcast-hero__intro {
        flex: 1 1 auto;
        max-width: 100%;
    }

    .podcast-hero__right {
        flex: 0 0 auto;
        max-width: none;
        width: 100%;
    }

    .podcast-hero__buttons {
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .podcast-hero {
        padding: 72px 0;
    }

    .podcast-hero__title {
        font-size: 36px;
        line-height: 100%;
        letter-spacing: -1%;
    }
    .podcast-hero__text p {
        font-size: 16px;
    }

    .podcast-hero__container {
        gap: 4rem;
    }

    .podcast-hero__buttons {
        flex-direction: row;
        align-items: flex-start;
    }

    .podcast-hero__buttons .ac-btn {
        width: fit-content;
        text-align: center;
    }

    .podcast-hero__image-wrap {
        border-radius: 12px;
    }
}

.podcast-what-to-expect {
    padding: 7rem 0 1rem 0;
    background: #F5F1EC;
    color: var(--alphacore_dark_blue);
}

.podcast-what-to-expect__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.podcast-what-to-expect__pre-title {
    margin-bottom: 2rem;
    color: #3551A3;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-size: 11px;
    font-weight: 700;
    background: #fff;
    width: fit-content;
    min-height: 31px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 16px;
}

.podcast-what-to-expect__title {
    margin: 0 0 28px;
    color: var(--alphacore_dark_blue);
    font-family: "Taviraj", serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
}

.podcast-what-to-expect__text-col p {
    color: #171938;
    font-size: 16px;
    line-height: 25.6px;
}

.podcast-what-to-expect__text-col p:last-child {
    margin-bottom: 0;
}

.podcast-what-to-expect__highlight {
    margin: 30px 0;
    padding: 16px 16px 16px 34px;
    border-left: 4px solid #A67D49;
    font-family: "Taviraj", serif;
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 29px;
    color: #171938;
}

.podcast-what-to-expect__bottom {
    padding-top: 30px;
    border-top: 1px solid color-mix(in srgb, var(--alphacore_grey_blue_text) 20%, transparent);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.podcast-what-to-expect__bottom-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    color: var(--alphacore_gold);
    font-size: 11px;
    font-weight: 600;
}

.podcast-what-to-expect__bottom-text {
    color: var(--alphacore_grey_blue_text);
    font-size: 15px;
    line-height: 24px;
}

.podcast-what-to-expect__right {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.podcast-what-to-expect__video-card {
    width: 100%;
}

.podcast-what-to-expect__video {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.podcast-what-to-expect__video-trigger {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
    line-height: 0;
}

.podcast-what-to-expect__video-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.podcast-what-to-expect__play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--white);
    color: var(--alphacore_dark_blue);
    font-size: 22px;
    line-height: 1;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
    pointer-events: none;
}

.podcast-what-to-expect__play-icon i {
    margin-left: 4px;
}

.podcast-what-to-expect__trailer-badge {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 1;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--white);
    background: color-mix(in srgb, #ffffff 12%, transparent);
    backdrop-filter: blur(10px);
    pointer-events: none;
    min-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.podcast-what-to-expect__video-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}

.podcast-what-to-expect__video-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

@media (max-width: 1024px) {
    .podcast-what-to-expect {
        padding: 72px 0;
    }

    .podcast-what-to-expect__container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    /* Video column first on small screens (DOM keeps left → right; order swaps visually). */
    .podcast-what-to-expect__right {
        order: 1;
    }

    .podcast-what-to-expect__left {
        order: 2;
    }

    .podcast-what-to-expect__texts,
    .podcast-what-to-expect__bottom {
        grid-template-columns: 1fr;
    }

    .podcast-what-to-expect__highlight {
        margin: 30px 0;
    }

    .podcast-what-to-expect__play-icon {
        width: 60px;
        height: 60px;
        font-size: 18px;
    }
}

.podcast-recent-episodes {
    padding: 7rem 0;
}

.podcast-recent-episodes__container {
    max-width: 1280px;
}

.podcast-recent-episodes__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 80px;
}

.podcast-recent-episodes__header-left {
    max-width: 1020px;
}

.podcast-recent-episodes__pre-title {
    margin-bottom: 12px;
    color: #3551A3;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    background: var(--alphacore_cream);
    width: fit-content;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 50px;
}

.podcast-recent-episodes__title {
    margin: 0 0 14px;
    color: var(--alphacore_dark_blue);
    font-family: "Taviraj", serif;
    font-size: clamp(38px, 4vw, 62px);
    line-height: 1;
    font-weight: 400;
}

.podcast-recent-episodes__text {
    color: color-mix(in srgb, var(--alphacore_dark_blue) 55%, transparent);
    font-size: 17px;
    line-height: 1.55;
}

.podcast-recent-episodes__text p:last-child {
    margin-bottom: 0;
}

.podcast-recent-episodes__header-right {
    padding-top: 14px;
}

.podcast-recent-episodes__header-right .ac-btn {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 100%;
    padding: 18px 48px;
}

.podcast-recent-episodes__grid {
    display: grid;
    gap: 34px;
}

.podcast-recent-episodes__grid--desktop-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.podcast-recent-episodes__grid--desktop-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.podcast-recent-episodes__grid--desktop-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.podcast-recent-episodes__card-image-link {
    display: block;
}

.podcast-recent-episodes__card-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.podcast-recent-episodes__card-video-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}

.podcast-recent-episodes__card-video-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.podcast-recent-episodes__card-content {
    padding-top: 18px;
}

.podcast-recent-episodes__card-meta-top {
    margin-bottom: 10px;
    color: #3551A3;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: var(--alphacore_cream);
    width: fit-content;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 50px;
}

.podcast-recent-episodes__card-title {
    margin: 0 0 10px;
}

.podcast-recent-episodes__card-title a {
    color: var(--alphacore_dark_blue);
    text-decoration: none;
    font-family: "Taviraj", serif;
    font-size: 32px;
    line-height: 36.8px;
    font-weight: 400;
}

.podcast-recent-episodes__card-interviewee {
    margin-bottom: 8px;
    color: var(--alphacore_dark_blue);
    font-size: 16px;
    line-height: 1.4;
}

.podcast-recent-episodes__card-interviewee-name {
    font-weight: 700;
}

.podcast-recent-episodes__card-interviewee-position {
    font-weight: 400;
    margin-left: -3px;
}

.podcast-recent-episodes__card-excerpt p{
    margin-bottom: 24px;
    color: var(--alphacore_grey_blue_text);
    font-size: 16px;
    line-height: 25.6px;
    margin-top: 16px;
    font-weight: 400;
}

.podcast-recent-episodes__card-listen {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--alphacore_dark_blue);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.8px;
    font-weight: 700;
}

.podcast-recent-episodes__card-listen img {
    width: 9px;
    height: auto;
    display: block;
}

@media (max-width: 1024px) {
    .podcast-recent-episodes {
        padding: 72px 0;
    }

    .podcast-recent-episodes__header {
        flex-direction: column;
        margin-bottom: 32px;
    }

    .podcast-recent-episodes__header-right {
        padding-top: 0;
    }

    .podcast-recent-episodes__grid--desktop-3,
    .podcast-recent-episodes__grid--desktop-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .podcast-recent-episodes__header-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .podcast-recent-episodes__grid {
        gap: 50px;
    }
    .podcast-recent-episodes__card-image {
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .podcast-recent-episodes__grid--desktop-2,
    .podcast-recent-episodes__grid--desktop-3,
    .podcast-recent-episodes__grid--desktop-4,
    .podcast-recent-episodes__grid--mobile-1 {
        grid-template-columns: 1fr;
    }

    .podcast-recent-episodes__grid--mobile-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.podcast-subscribe {
    position: relative;
    overflow: hidden;
    padding: 96px 0;
    background-color: var(--alphacore_dark_blue);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
    text-align: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    background-image: url(/wp-content/uploads/2026/04/bg-blue-glow.jpg);
    background-size: contain;
    background-repeat: repeat;
}

.podcast-subscribe__overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--alphacore_dark_blue) 55%, transparent) 0%,
        color-mix(in srgb, var(--alphacore_dark_blue) 88%, transparent) 100%
    ); */
    pointer-events: none;
}

.podcast-subscribe__inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.podcast-subscribe__pre-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    background: color-mix(in srgb, var(--white) 6%, transparent);
    color: #C0A47F;
    width: fit-content;
    margin: 0 auto;
    padding: 8px 18px;
    border-radius: 50px;
    line-height: 100%;
    margin-bottom: 1.4rem;
}

.podcast-subscribe__title {
    margin: 0 0 16px;
    font-family: "Taviraj", serif;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 400;
    line-height: 1.05;
    color: var(--white);
}

.podcast-subscribe__title-highlight {
    color: var(--alphacore_gold);
    font-style: italic;
}

.podcast-subscribe__text {
    margin: 0 auto 28px;
    max-width: 520px;
    font-size: 18px;
    line-height: 28.8px;
    color: color-mix(in srgb, var(--white) 55%, transparent);
}

.podcast-subscribe__form {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    max-width: 560px;
    margin: 0 auto;
}

.podcast-subscribe__input {
    flex: 1 1 220px;
    min-width: 0;
    padding: 16px 28px;
    border: 1px solid color-mix(in srgb, var(--white) 20%, transparent);
    border-radius: 999px;
    background: #ffffff0d;
    color: var(--white);
    font-size: 17px;
    font-weight: 400;
    font-family: 'Taviraj';
    height: 63.5px;
    font-style: italic;
}

.podcast-subscribe__input::placeholder {
    color: color-mix(in srgb, var(--white) 35%, transparent);
}

.podcast-subscribe__submit {
    flex: 0 0 auto;
    padding: 14px 38px;
    border: none;
    border-radius: 999px;
    background: var(--alphacore_cream);
    color: var(--alphacore_dark_blue);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    cursor: pointer;
}

.podcast-subscribe__submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.podcast-subscribe__message {
    margin-top: 16px;
    font-size: 15px;
    color: color-mix(in srgb, var(--white) 90%, transparent);
}

.podcast-subscribe__label-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1024px) {
    .podcast-subscribe__pre-title {
        font-size: 14px;
        padding: 6px 10px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .podcast-subscribe {
        padding: 6rem 0;
        background-size: cover;
        min-height: auto;
    }
    .podcast-subscribe__text {
        margin: 0 auto 16px;
    }
}

@media (max-width: 767px) {
    .podcast-subscribe {
        padding: 72px 0;
    }

    .podcast-subscribe__form {
        flex-direction: column;
    }

    .podcast-subscribe__submit {
        width: fit-content;
        margin: 0 auto;
    }
}

/* Full-width CTA (centered; visual match with subscribe band) */
.podcast-full-cta {
    position: relative;
    overflow: hidden;
    padding: 10rem 0;
    background-color: var(--alphacore_dark_blue);
    color: var(--white);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    background-image: url(/wp-content/uploads/2026/04/bg-blue-glow.jpg);
    background-size: contain;
}

.podcast-full-cta__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--alphacore_dark_blue) 92%, #000) 0%,
        color-mix(in srgb, var(--alphacore_dark_blue) 100%, #000) 100%
    );
    opacity: 0.35;
}

.podcast-full-cta__inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.podcast-full-cta__pre-title {
    display: inline-block;
    margin: 0 auto 1.5rem;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    background: color-mix(in srgb, var(--white) 6%, transparent);
    color: #c0a47f;
    width: fit-content;
    padding: 8px 18px;
    border-radius: 50px;
    line-height: 1.2;
}

.podcast-full-cta__title {
    margin: 0 0 16px;
    font-family: "Taviraj", serif;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 400;
    line-height: 1.08;
    color: var(--white);
}

.podcast-full-cta__text {
    margin: 0 auto 28px;
    max-width: 520px;
    font-size: 18px;
    line-height: 1.55;
    color: color-mix(in srgb, var(--white) 50%, transparent);
    font-weight: 300;
}

.podcast-full-cta__cta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.podcast-full-cta__cta .ac-btn {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 2;
    padding: 18px 48px;
}

@media (max-width: 1024px) {
    .podcast-full-cta {
        padding: 5rem 0;
        background-size: cover;
    }
}
@media (max-width: 767px) {
    .podcast-full-cta {
        padding: 72px 0;
    }

    .podcast-full-cta__pre-title {
        font-size: 10px;
        padding: 6px 14px;
    }
}

.podcast-featured-conversations {
    padding: 140px 0;
    text-align: center;
    display: none; /* Hidden provisionally*/
}

.podcast-featured-conversations__container {
    max-width: 1280px;
}

.podcast-featured-conversations__pre-title {
    margin-bottom: 12px;
    color: var(--alphacore_gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.podcast-featured-conversations__title {
    margin: 0 0 14px;
    color: var(--alphacore_dark_blue);
    font-family: "Taviraj", serif;
    font-size: 56px;
    line-height: 1;
    font-weight: 400;
    font-style: italic;
}

.podcast-featured-conversations__title-highlight {
    color: var(--alphacore_dark_blue);
    font-weight: 500;
    font-style: normal;
}

.podcast-featured-conversations__text {
    margin: 0 auto 70px;
    max-width: 760px;
    color: var(--alphacore_grey_blue_text);
    font-size: 17px;
    line-height: 25.5px;
}

.podcast-featured-conversations__wrapper {
    border: 1px solid color-mix(in srgb, var(--alphacore_grey_blue_text) 10%, transparent);
    border-radius: 16px;
    overflow: hidden;
    background: var(--white);
}

.podcast-featured-conversations__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.podcast-featured-conversations__card {
    padding: 36px 26px;
}

.podcast-featured-conversations__card + .podcast-featured-conversations__card {
    border-left: 1px solid color-mix(in srgb, var(--alphacore_grey_blue_text) 10%, transparent);
}

.podcast-featured-conversations__image-wrap {
    width: 192px;
    height: 192px;
    margin: 0 auto 22px;
    border-radius: 50%;
    overflow: hidden;
    filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.25));
}

.podcast-featured-conversations__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.podcast-featured-conversations__name {
    margin: 30px 0 8px;
    color: var(--alphacore_dark_blue);
    font-family: "Taviraj", serif;
    font-size: 28px;
    line-height: 100%;
    font-weight: 400;
}

.podcast-featured-conversations__role {
    margin-bottom: 12px;
    color: var(--alphacore_gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.podcast-featured-conversations__resume {
    margin: 0 auto 14px;
    color: var(--alphacore_grey_blue_text);
    font-size: 15px;
    line-height: 24px;
    font-style: italic;
    font-family: 'Taviraj';
}

.podcast-featured-conversations__socials {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.podcast-featured-conversations__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    text-decoration: none;
}

.podcast-featured-conversations__social-link img {
    display: block;
    width: auto;
    height: 14px;
}

.podcast-featured-conversations__social-link--x img {
    height: 12px;
}

@media (max-width: 1024px) {
    .podcast-featured-conversations {
        padding: 72px 0;
    }

    .podcast-featured-conversations__grid {
        grid-template-columns: 1fr;
    }

    .podcast-featured-conversations__card + .podcast-featured-conversations__card {
        border-left: none;
        border-top: 1px solid color-mix(in srgb, var(--alphacore_grey_blue_text) 20%, transparent);
    }
}

.podcast-your-host {
    padding: 96px 0;
    background-color: #F6F2EC;
    color: #171938;
}

.podcast-your-host__container {
    display: grid;
    grid-template-columns: minmax(0, 430px) minmax(0, 650px);
    gap: 80px;
    align-items: center;
    max-width: 1280px;
}

.podcast-your-host__media {
    max-width: 100%;
}

.podcast-your-host__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.podcast-your-host__pre-title {
    margin-bottom: 1rem;
    color: #3551A3;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-size: 11px;
    font-weight: 700;
    background: #fff;
    width: fit-content;
    min-height: 31px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

.podcast-your-host__title {
    margin: 0 0 40px;
    font-family: "Taviraj", serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 50.4px;
    letter-spacing: -0.48px;
}

.podcast-your-host__intro {
    margin: 0 0 40px;
    font-family: "Taviraj", serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
}


.podcast-your-host__body p {
    font-size: 16px;
    line-height: 25.6px;
}

.podcast-your-host__body p {
    margin: 0 0 1em;
}

.podcast-your-host__body p:last-child {
    margin-bottom: 0;
}

.podcast-your-host__body strong,
.podcast-your-host__body b {
    font-weight: 700;
}

.podcast-your-host__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 28px;
    margin-top: clamp(32px, 4vw, 48px);
}

.podcast-your-host__host-name {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: #171938;
}

.podcast-your-host__host-role {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    color: color-mix(in srgb, #171938 72%, transparent);
}

.podcast-your-host__meta-sep {
    flex-shrink: 0;
    width: 1px;
    align-self: stretch;
    min-height: 44px;
    background: color-mix(in srgb, #171938 18%, transparent);
}

.podcast-your-host__meta-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.podcast-your-host__meta-logo-img {
    display: block;
    width: auto;
    height: auto;
    max-height: 48px;
    max-width: min(200px, 100%);
    object-fit: contain;
}

@media (max-width: 575px) {
    .podcast-your-host__meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .podcast-your-host__meta-sep {
        width: 100%;
        height: 1px;
        min-height: 0;
        align-self: stretch;
    }
}

@media (max-width: 1024px) {
    .podcast-your-host {
        padding: 72px 0;
    }

    .podcast-your-host__container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.podcast-cta-cards {
    padding: 96px 0;
    background: var(--white);
}

.podcast-cta-cards__inner {
    max-width: 1280px;
}

.podcast-cta-cards__intro {
    margin: 0 auto 80px;
    text-align: center;
}

.podcast-cta-cards__intro .podcast-cta-cards__pre-title {
    margin: 0 0 12px;
    color: var(--alphacore_gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.podcast-cta-cards__heading {
    margin: 0 0 14px;
    color: var(--alphacore_dark_blue);
    font-family: "Taviraj", serif;
    font-size: 44px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.88px;
}

.podcast-cta-cards__intro-text {
    margin: 0 auto;
    max-width: 490px;
    color: color-mix(in srgb, var(--alphacore_dark_blue) 50%, transparent);
    font-size: 16px;
    line-height: 1.3;
}

.podcast-cta-cards__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 1280px;
    align-items: stretch;
}

.podcast-cta-cards__card {
    border-radius: 20px;
    padding: 3.6rem 4rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.podcast-cta-cards__card--dark {
    background-color: #101e42;
}

.podcast-cta-cards__card--light {
    background-color: #f5f1ec;
}

.podcast-cta-cards__icon-wrap {
    width: 56px;
    height: 56px;
    margin-bottom: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.podcast-cta-cards__card--dark .podcast-cta-cards__icon-wrap {
    border: 1px solid color-mix(in srgb, #fff 15%, transparent);
}

.podcast-cta-cards__card--light .podcast-cta-cards__icon-wrap {
    border: 1px solid color-mix(in srgb, #171938 10%, transparent);
}

.podcast-cta-cards__icon {
    display: block;
    width: auto;
    height: 22px;
}

.podcast-cta-cards__title {
    margin: 0 0 40px;
    font-family: "Taviraj", serif;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 400;
    line-height: 1.1;
}

.podcast-cta-cards__card--dark .podcast-cta-cards__title {
    color: var(--white);
}

.podcast-cta-cards__card--light .podcast-cta-cards__title {
    color: var(--alphacore_dark_blue);
}

.podcast-cta-cards__text {
    margin-bottom: 40px;
    max-width: 380px;
    flex-grow: 1;
}
.podcast-cta-cards__text p {
    font-size: 16px;
    line-height: 26.4px;
}

.podcast-cta-cards__card--dark .podcast-cta-cards__text {
    color: color-mix(in srgb, var(--white) 50%, transparent);
}

.podcast-cta-cards__card--light .podcast-cta-cards__text {
    color: var(--alphacore_grey_blue_text);
}

.podcast-cta-cards__text p:last-child {
    margin-bottom: 0;
}

.podcast-cta-cards__cta {
    margin-top: auto;
}

.podcast-cta-cards__card--dark .podcast-cta-cards__cta .ac-btn {
    background: var(--white);
    color: var(--alphacore_dark_blue);
    border-color: var(--alphacore_dark_blue);
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 2;
}

.podcast-cta-cards__card--dark .podcast-cta-cards__cta .ac-btn:hover {
    color: var(--white);
}

.podcast-cta-cards__card--light .podcast-cta-cards__cta .ac-btn {
    background: var(--alphacore_dark_blue);
    color: var(--white);
    border-color: var(--alphacore_dark_blue);
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 2;
}

.ac-btn-white.ac-btn-filled::before {
    background-color: var(--alphacore_blue);
}

.ac-btn-dark_blue.ac-btn-outline::before {
    background-color: var(--alphacore_blue);
}

@media (max-width: 767px) {
    .podcast-what-to-expect__container {
        padding: 0 30px;
    }
    .podcast-cta-cards {
        padding: 72px 0;
    }

    .podcast-cta-cards__intro {
        margin-bottom: 40px;
    }

    .podcast-cta-cards__container {
        grid-template-columns: 1fr;
    }
    .podcast-what-to-expect__highlight {
        font-size: 22px;
        line-height: 30px;
    }
    .podcast-what-to-expect__text-col p {
        max-width: 100%;
    }
    .podcast-recent-episodes__grid {
        gap: 64px;
    }
    .podcast-subscribe__input {
        height: 46px;
        max-height: 46px;
    }
    .podcast-featured-conversations__title {
        font-size: 46px;
    }
    .podcast-cta-cards__card {
        padding: 2.6rem 3rem;
    }
}

/* Join a Conversation modal */
.podcast-join-modal-wrap .modal-dialog {
    max-width: 640px;
}

.podcast-join-modal {
    position: relative;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 24px 80px color-mix(in srgb, #101e42 18%, transparent);
    height: auto;
}

.podcast-join-modal__close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 2;
    opacity: 1;
    border: solid 1px color-mix(in srgb, #171938 10%, transparent);
    border-radius: 50px;
    padding: 1rem;
    font-size: .7rem;
}

.podcast-join-modal__close:hover {
    opacity: 1;
}

.podcast-join-modal__inner {
    padding: 2.75rem 2.5rem 2.5rem;
}

.podcast-join-modal__eyebrow {
    margin: 0 0 0.75rem;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: var(--alphacore_gold);
}

.podcast-join-modal__title {
    margin: 0 0 1rem;
    font-family: "Taviraj", serif;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 400;
    line-height: 1.15;
    color: var(--alphacore_dark_blue);
}

.podcast-join-modal__intro {
    margin: 0 0 2rem;
    max-width: 46ch;
    font-size: 15px;
    line-height: 1.55;
    color: color-mix(in srgb, var(--alphacore_dark_blue) 55%, transparent);
}

.podcast-join-modal__form {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.podcast-join-modal__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
}

.podcast-join-modal__field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.podcast-join-modal__label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--alphacore_dark_blue);
}

.podcast-join-modal__input,
.podcast-join-modal__textarea {
    width: 100%;
    margin: 0;
    padding: 0.65rem 0.85rem;
    font-size: 15px;
    line-height: 1.45;
    color: var(--alphacore_dark_blue);
    background: #f5f1ec;
    border: 1px solid color-mix(in srgb, var(--alphacore_dark_blue) 12%, transparent);
    border-radius: 8px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.podcast-join-modal__textarea {
    min-height: 120px;
    resize: vertical;
}

.podcast-join-modal__input:focus,
.podcast-join-modal__textarea:focus {
    outline: none;
    border-color: color-mix(in srgb, var(--alphacore_dark_blue) 35%, transparent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--alphacore_dark_blue) 12%, transparent);
}

.podcast-join-modal__input::placeholder,
.podcast-join-modal__textarea::placeholder {
    color: color-mix(in srgb, var(--alphacore_dark_blue) 42%, transparent);
}

.podcast-join-modal__message {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--alphacore_dark_blue);
}

.podcast-join-modal__message.is-error {
    color: #b42318;
}

.podcast-join-modal__submit {
    display: block;
    width: 100%;
    margin-top: 3rem;
    padding: 0.85rem 1.5rem;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--white);
    background: var(--alphacore_dark_blue);
    border: 1px solid var(--alphacore_dark_blue);
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.podcast-join-modal__submit:hover {
    background: color-mix(in srgb, var(--alphacore_dark_blue) 92%, var(--white));
    border-color: color-mix(in srgb, var(--alphacore_dark_blue) 92%, var(--white));
}

.podcast-join-modal__submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.podcast-join-modal__success[hidden] {
    display: none !important;
}

.podcast-join-modal__success {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 0 0.5rem;
    gap: 1.25rem;
}

.podcast-join-modal__success-icon {
    font-size: 3.5rem;
    line-height: 1;
    color: #1b7f5a;
}

.podcast-join-modal__success-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    max-width: 38ch;
}

.podcast-join-modal__success-heading {
    margin: 0;
    font-family: "Taviraj", serif;
    font-size: clamp(22px, 3.5vw, 28px);
    font-weight: 400;
    line-height: 1.2;
    color: var(--alphacore_dark_blue);
    text-align: center;
}

.podcast-join-modal__success-sub {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: color-mix(in srgb, var(--alphacore_dark_blue) 85%, transparent);
    text-align: center;
}

.podcast-join-modal__success-close {
    margin-top: 0.35rem;
    padding: 0.85rem 2rem;
    min-width: 200px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--alphacore_dark_blue);
    background: var(--white);
    border: 1px solid var(--alphacore_dark_blue);
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.podcast-join-modal__success-close:hover {
    background: var(--alphacore_dark_blue);
    color: var(--white);
}



/* Become a Partner modal */
.podcast-partner-modal-wrap .modal-dialog {
    max-width: 640px;
}

.podcast-partner-modal {
    position: relative;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 24px 80px color-mix(in srgb, #101e42 18%, transparent);
    height: auto;
}

.podcast-partner-modal__close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 2;
    opacity: 1;
    border: solid 1px color-mix(in srgb, #171938 10%, transparent);
    border-radius: 50px;
    padding: 1rem;
    font-size: 0.7rem;
}

.podcast-partner-modal__inner {
    padding: 2.75rem 2.5rem 2.5rem;
}

.podcast-partner-modal__eyebrow {
    margin: 0 0 0.75rem;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: var(--alphacore_gold);
}

.podcast-partner-modal__title {
    margin: 0 0 1rem;
    font-family: "Taviraj", serif;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 400;
    line-height: 1.15;
    color: var(--alphacore_dark_blue);
}

.podcast-partner-modal__intro {
    margin: 0 0 2rem;
    max-width: 46ch;
    font-size: 15px;
    line-height: 1.55;
    color: color-mix(in srgb, var(--alphacore_dark_blue) 55%, transparent);
}

.podcast-partner-modal__form {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.podcast-partner-modal__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
}

.podcast-partner-modal__field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.podcast-partner-modal__label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--alphacore_dark_blue);
}

.podcast-partner-modal__input,
.podcast-partner-modal__textarea {
    width: 100%;
    margin: 0;
    padding: 0.65rem 0.85rem;
    font-size: 15px;
    line-height: 1.45;
    color: var(--alphacore_dark_blue);
    background: #f5f1ec;
    border: 1px solid color-mix(in srgb, var(--alphacore_dark_blue) 12%, transparent);
    border-radius: 8px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.podcast-partner-modal__textarea {
    min-height: 120px;
    resize: vertical;
}

.podcast-partner-modal__input:focus,
.podcast-partner-modal__textarea:focus {
    outline: none;
    border-color: color-mix(in srgb, var(--alphacore_dark_blue) 35%, transparent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--alphacore_dark_blue) 12%, transparent);
}

.podcast-partner-modal__input::placeholder,
.podcast-partner-modal__textarea::placeholder {
    color: color-mix(in srgb, var(--alphacore_dark_blue) 42%, transparent);
}

.podcast-partner-modal__divider {
    height: 1px;
    margin: 0.25rem 0 0.5rem;
    background: color-mix(in srgb, var(--alphacore_dark_blue) 10%, transparent);
    border: 0;
}

.podcast-partner-modal__message {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--alphacore_dark_blue);
}

.podcast-partner-modal__message.is-error {
    color: #b42318;
}

.podcast-partner-modal__submit {
    display: block;
    width: 100%;
    margin-top: 0.35rem;
    padding: 0.85rem 1.5rem;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--white);
    background: var(--alphacore_dark_blue);
    border: 1px solid var(--alphacore_dark_blue);
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.podcast-partner-modal__submit:hover {
    background: color-mix(in srgb, var(--alphacore_dark_blue) 92%, var(--white));
    border-color: color-mix(in srgb, var(--alphacore_dark_blue) 92%, var(--white));
}

.podcast-partner-modal__submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.podcast-partner-modal__success[hidden] {
    display: none !important;
}

.podcast-partner-modal__success {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 0 0.5rem;
    gap: 1.25rem;
}

.podcast-partner-modal__success-icon {
    font-size: 3.5rem;
    line-height: 1;
    color: #1b7f5a;
}

.podcast-partner-modal__success-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    max-width: 38ch;
}

.podcast-partner-modal__success-heading {
    margin: 0;
    font-family: "Taviraj", serif;
    font-size: clamp(22px, 3.5vw, 28px);
    font-weight: 400;
    line-height: 1.2;
    color: var(--alphacore_dark_blue);
    text-align: center;
}

.podcast-partner-modal__success-sub {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: color-mix(in srgb, var(--alphacore_dark_blue) 85%, transparent);
    text-align: center;
}

.podcast-partner-modal__success-close {
    margin-top: 0.35rem;
    padding: 0.85rem 2rem;
    min-width: 200px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--alphacore_dark_blue);
    background: var(--white);
    border: 1px solid var(--alphacore_dark_blue);
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.podcast-partner-modal__success-close:hover {
    background: var(--alphacore_dark_blue);
    color: var(--white);
}



@media (max-width: 575px) {
    .podcast-join-modal__row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0;
    }

    .podcast-join-modal__inner {
        padding: 3.5rem .8rem 1.75rem;
    }

    .podcast-partner-modal__row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0;
    }

    .podcast-partner-modal__inner {
        padding: 3.5rem .8rem 1.75rem;
    }
}

/* Tablet Adjusts */
@media (max-width: 991px) {
    .container {
        padding: 0 4.6rem;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 1.5rem;
    }
}