/* Empower Your SPAC Page Start */
.spac_playbook_main ::selection {
    background: rgba(37, 63, 120, .12);
}

.spac_playbook_main ::-webkit-scrollbar {
    width: 5px;
}

.spac_playbook_main ::-webkit-scrollbar-track {
    background: #f4f7fd;
}

.spac_playbook_main ::-webkit-scrollbar-thumb {
    background: #b8c8de;
    border-radius: 3px;
}

/* ─── BUTTONS ─────────────────────────────── */
.spac_playbook_main .btn {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    padding: 13px 28px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: transform .15s, box-shadow .18s, background .18s;
}

.spac_playbook_main .btn-p {
    background: #253f78;
    color: #fff;
    box-shadow: 0 4px 16px rgba(37, 63, 120, .24);
}

.spac_playbook_main .btn-p:hover {
    background: #3a5fa0;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(37, 63, 120, .3);
}

.spac_playbook_main .btn-o {
    background: transparent;
    color: #253f78;
    border: 2px solid #253f78;
}

.spac_playbook_main .btn-o:hover {
    background: rgba(37, 63, 120, .06);
    transform: translateY(-2px);
}

.spac_playbook_main .btn-w {
    background: #fff;
    color: #253f78;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .15);
}

.spac_playbook_main .btn-w:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .22);
}

/* ─── LAYOUT HELPERS ──────────────────────── */
.spac_playbook_main .wrap {
    max-width: 1280px;
    padding: 0 30px;
    margin: 0 auto;
}

.spac_playbook_main .pad {
    padding: 50px 0;
}

.spac_playbook_main .soft {
    background: #f4f7fd;
}

.spac_playbook_main .white {
    background: #ffffff;
}

.spac_playbook_main .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #253f78;
    margin-bottom: 14px;
}

.spac_playbook_main .eyebrow::before {
    content: '';
    width: 26px;
    height: 2px;
    background: #253f78;
    border-radius: 1px;
}

.spac_playbook_main .sh {
    font-size: 32px;
    line-height: 44px;
}

.spac_playbook_main .sub {
    margin-top: 5px;
    max-width: 495px;
}

/* ─── SECTION 1 HERO ──────────────────────── */
.spac_playbook_main .hero {
    padding: 140px 0 60px;
    background: linear-gradient(148deg, #ecf0fb 0%, #ffffff 52%, #f4f7fd 100%);
    position: relative;
    overflow: hidden;
}

/* diagonal right panel */
.spac_playbook_main .hero-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background: linear-gradient(160deg, rgba(37, 63, 120, .04), rgba(37, 63, 120, .09));
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

/* dot pattern */
.spac_playbook_main .hero::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 48%;
    background-image: radial-gradient(rgba(37, 63, 120, .065) 1.2px, transparent 1.2px);
    background-size: 24px 24px;
    mask-image: radial-gradient(ellipse 80% 100% at 95% 50%, black 0%, transparent 65%);
    pointer-events: none;
}

.spac_playbook_main .hero-inner {
    max-width: 1280px;
    padding: 0 30px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 72px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.spac_playbook_main .hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(184, 111, 16, .09);
    border: 1px solid rgba(184, 111, 16, .28);
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #ff6801;
    margin-bottom: 22px;
    animation: fu .5s ease both;
}

.spac_playbook_main .hero h1 {
    font-size: 36px;
    line-height: 48px;
    color: #253f78;
    animation: fu .55s .07s ease both;
}

.spac_playbook_main .hero h1 .g {
    display: block;
    background: linear-gradient(120deg, #253f78 0%, #3a5fa0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.spac_playbook_main .hero-p {
    margin-top: 10px;
    animation: fu .55s .14s ease both;
}

.spac_playbook_main .hero-cta {
    display: flex;
    gap: 12px;
    margin-top: 10px;
    flex-wrap: wrap;
    animation: fu .55s .2s ease both;
}

/* stat cards */
.spac_playbook_main .hero-right {
    animation: fu .6s .1s ease both;
}

.spac_playbook_main .sc-stack {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.spac_playbook_main .sc {
    background: #ffffff;
    border: 1px solid rgba(37, 63, 120, .10);
    border-radius: 8px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 6px 28px rgba(37, 63, 120, .11);
    transition: transform .2s, box-shadow .2s;
}

.spac_playbook_main .sc:hover {
    transform: translateX(6px);
    box-shadow: 0 14px 48px rgba(37, 63, 120, .14);
}

.spac_playbook_main .sc-ico {
    width: 44px;
    height: 44px;
    border-radius: 9px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #253f78, #3a5fa0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.spac_playbook_main .sc-num {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #253f78;
    line-height: 30px;
    letter-spacing: 0.25px;
}

.spac_playbook_main .sc-txt {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: 0.2px;
}

/* ─── SECTION 3 PROOF STRIP ───────────────── */
.spac_playbook_main .proof {
    background: #18243d;
}

.spac_playbook_main .proof-grid {
    max-width: 1280px;
    padding: 0 30px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.spac_playbook_main .proof-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 38px 28px 38px 0;
    margin-right: 28px;
    border-right: 1px solid rgba(255, 255, 255, .08);
}

.spac_playbook_main .proof-item:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.spac_playbook_main .proof-ico {
    width: 42px;
    height: 42px;
    border-radius: 9px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.spac_playbook_main .proof-t {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 21px;
    letter-spacing: 0.25px;
}

.spac_playbook_main .proof-t em {
    display: block;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    color: rgba(255, 255, 255, .7);
    margin-top: 2px;
    letter-spacing: 0.2px;
    font-weight: 400;
}

/* ─── SECTION 4 WHY CARDS ─────────────────── */
.spac_playbook_main .why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 15px;
    background: rgba(37, 63, 120, .10);
    border: 1px solid rgba(37, 63, 120, .10);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(37, 63, 120, .07);
}

.spac_playbook_main .wc {
    background: #ffffff;
    padding: 34px 28px;
    position: relative;
    overflow: hidden;
}

.spac_playbook_main .wc:hover {
    background: #f2f5fd;
}

.spac_playbook_main .wc::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #253f78, #3a5fa0);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .38s;
}

.spac_playbook_main .wc:hover::after {
    transform: scaleX(1);
}

.spac_playbook_main .wc-n {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: rgba(37, 63, 120, .22);
    letter-spacing: 0.25px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.spac_playbook_main .wc-ico {
    width: 42px;
    height: 42px;
    border-radius: 9px;
    background: rgba(37, 63, 120, .07);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin-bottom: 16px;
}

.spac_playbook_main .wc-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #253f78;
    line-height: 28px;
    margin-bottom: 8px;
    letter-spacing: 0.25px;
}

.spac_playbook_main .wc.cta_sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.spac_playbook_main .wc.cta_sec .cta_head {
    font-size: 15px;
    font-weight: 700;
    color: #253f78;
    letter-spacing: 0.25px;
    font-family: 'Open Sans', sans-serif;
}

/* ─── SECTION 5 ACCORDION ─────────────────── */
.spac_playbook_main .acc-list {
    margin-top: 15px;
}

.spac_playbook_main .acc-item {
    border-bottom: 1px solid rgba(37, 63, 120, .10);
}

.spac_playbook_main .acc-item:first-child {
    border-top: 1px solid rgba(37, 63, 120, .10);
}

.spac_playbook_main .acc-btn {
    width: 100%;
    display: grid;
    grid-template-columns: 48px 1fr 34px;
    align-items: center;
    gap: 15px;
    padding: 20px 15px;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: background .2s;
}

.spac_playbook_main .acc-btn:hover {
    background: #f4f7fd;
}

.spac_playbook_main .acc-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    background: rgba(37, 63, 120, .08);
    border: 1px solid rgba(37, 63, 120, .20);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: #253f78;
    transition: background .2s, color .2s;
}

.spac_playbook_main .acc-item.open .acc-num {
    background: #253f78;
    color: #fff;
    border-color: #253f78;
}

.spac_playbook_main .acc-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #253f78;
    line-height: 28px;
    letter-spacing: 0.25px;
}

.spac_playbook_main .acc-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 1px solid rgba(37, 63, 120, .10);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8899b0;
    font-size: 18px;
    pointer-events: none;
    transition: transform .3s, background .2s, color .2s;
}

.spac_playbook_main .acc-item.open .acc-arrow {
    transform: rotate(180deg);
    background: #253f78;
    color: #fff;
    border-color: #253f78;
}

.spac_playbook_main .acc-body {
    display: none;
    padding: 0 52px 25px;
    padding-left: calc(18px + 40px + 20px);
}

.spac_playbook_main .acc-item.open .acc-body {
    display: block;
}

.spac_playbook_main .cr-box {
    margin-top: 10px;
    padding: 15px 20px;
    background: rgba(37, 63, 120, .04);
    border-left: 3px solid #253f78;
    border-radius: 0 6px 6px 0;
}

.spac_playbook_main .cr-box strong {
    font-weight: 700;
    color: #253f78;
}

/* ─── CTA BAND ────────────────────────────── */
.spac_playbook_main .cta-band {
    background: linear-gradient(130deg, #253f78 0%, #3a5fa0 100%);
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.spac_playbook_main .cta-band::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 48px 48px;
}

.spac_playbook_main .cta-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 30px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 64px;
    align-items: center;
    position: relative;
}

.spac_playbook_main .cta-tag {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .45);
    margin-bottom: 12px;
}

.spac_playbook_main .cta-h {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.25px;
    color: #fff;
}

.spac_playbook_main .cta-p {
    max-width: 510px;
    padding-bottom: 30px;
}

.spac_playbook_main .cta-p p {
    color: rgba(255, 255, 255, .62);
}

.spac_playbook_main .cta-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 22px;
}

.spac_playbook_main .c-block {
    text-align: right;
}

.spac_playbook_main .c-lbl {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    line-height: 18px;
}

.spac_playbook_main .c-block a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, .88);
    text-decoration: none;
    display: block;
    transition: color .2s;
}

.spac_playbook_main .c-block a:hover {
    color: #fff;
    text-decoration: underline;
}

/* ─── ANIMATION ───────────────────────────── */
@keyframes fu {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ─── RESPONSIVE ──────────────────────────── */
@media (max-width: 1024px) {

    .spac_playbook_main .hero {
        padding-bottom: 25px;
    }

    .spac_playbook_main .hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 15px;
    }

    .spac_playbook_main .sc-stack {
        flex-direction: row;
        gap: 2%;
        flex-wrap: wrap;
    }

    .spac_playbook_main .sc {
        width: 49%;
        margin-bottom: 15px;
        padding: 10px 16px;
    }

    .spac_playbook_main .proof-grid {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }

    .spac_playbook_main .proof-item {
        border-right: none;
        margin: 0;
        padding: 20px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .07);
    }

    .spac_playbook_main .proof-item:last-child {
        border-bottom: none;
    }

    .spac_playbook_main .pad {
        padding: 40px 0;
    }

    .spac_playbook_main .wrap {
        padding: 0 15px;
    }

    .spac_playbook_main .why-grid {
        grid-template-columns: 1fr 1fr;
    }

    .spac_playbook_main .cta-inner {
        grid-template-columns: 1fr auto;
        padding: 40px 15px;
    }

    .spac_playbook_main .cta-p {
        padding-bottom: 20px;
    }

    .spac_playbook_main .cta-h {
        font-size: 32px;
        line-height: 44px;
    }

    .spac_playbook_main .cta-right {
        align-items: flex-start;
    }

    .spac_playbook_main .c-block {
        text-align: left;
    }

    .spac_playbook_main .wc {
        padding: 25px 20px;
    }
}

@media (max-width: 767px) {
    .spac_playbook_main .hero {
        padding: 100px 0 30px;
    }

    .spac_playbook_main .hero-inner {
        padding: 0 15px;
        gap: 30px;
    }

    .spac_playbook_main .sc {
        padding: 10px 15px;
        gap: 15px;
        width: 100%;
        margin-bottom: 0;
    }

    .spac_playbook_main .sc-stack {
        gap: 10px;
        flex-direction: column;
    }

    .spac_playbook_main .why-grid {
        grid-template-columns: 1fr;
        margin-top: 5px;
    }

    .spac_playbook_main .hero-tag {
        margin-bottom: 12px;
    }

    .spac_playbook_main .hero h1 {
        font-size: 26px;
        line-height: 38px;
    }

    .spac_playbook_main .hero h1 .g {
        display: inline;
    }

    .spac_playbook_main .hero-cta {
        flex-direction: column;
    }

    .spac_playbook_main .hero-p {
        margin-top: 0;
    }

    .spac_playbook_main .btn {
        text-align: center;
    }

    .spac_playbook_main .acc-btn {
        grid-template-columns: 40px 1fr 30px;
        gap: 12px;
        padding: 15px 0;
    }

    .spac_playbook_main .acc-body {
        padding: 0 30px 20px 10px;
    }

    .spac_playbook_main .cr-box {
        padding: 10px 12px;
        margin-top: 0px;
    }

    .spac_playbook_main .proof-grid {
        padding: 10px 15px;
    }

    .spac_playbook_main .proof-item {
        padding: 20px 0;
    }

    .spac_playbook_main .pad {
        padding: 30px 0;
    }

    .spac_playbook_main .wrap {
        padding: 0 15px;
    }

    .spac_playbook_main .sh {
        font-size: 26px;
        line-height: 38px;
    }

    .spac_playbook_main .sh br {
        display: none;
    }

    .spac_playbook_main .eyebrow {
        margin-bottom: 5px;
    }

    .spac_playbook_main .sub {
        margin-top: 0;
        max-width: 100%;
    }

    .spac_playbook_main .wc {
        padding: 20px;
    }

    .spac_playbook_main .acc-list {
        margin-top: 5px;
    }

    .spac_playbook_main .cta-inner {
        padding: 30px 15px;
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .spac_playbook_main .cta-h {
        font-size: 26px;
        line-height: 38px;
    }

    .spac_playbook_main .cta-h br {
        display: none;
    }

    .spac_playbook_main .cta-p {
        padding-bottom: 20px;
    }

    .spac_playbook_main .cta-tag {
        margin-bottom: 5px;
    }

    .spac_playbook_main .cta-right {
        gap: 15px;
    }
}

/* Empower Your SPAC Page End */


/* Job Posting Grid Styles Start */
.cr-jp-sec .cr-jp-grid {
    border: 1px solid #d8e2f0;
}

.cr-jp-sec .cr-jp__head {
    background: #253f78;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.cr-jp-sec .cr-jp__title-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cr-jp-sec .cr-jp__tag {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ff6801;
    background: rgba(255, 104, 1, 0.15);
    border: 1px solid rgba(255, 104, 1, 0.3);
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
    line-height: 20px;
}

.cr-jp-sec .cr-jp__title {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    padding: 0;
}

.cr-jp-sec .cr-jp__right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.cr-jp-sec .cr-jp__loc {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    white-space: nowrap;
    line-height: 20px;
}

.cr-jp-sec .cr-jp__salary {
    font-size: 13px;
    font-weight: 700;
    color: #ff6801;
    background: rgba(255, 104, 1, 0.12);
    border: 1px solid rgba(255, 104, 1, 0.25);
    padding: 4px 12px;
    border-radius: 6px;
    line-height: 20px;
    white-space: nowrap;
}

.cr-jp-sec .cr-jp__body {
    padding: 12px 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
}

.cr-jp-sec .cr-jp__body.three_cols {
    grid-template-columns: 1fr 1fr 250px;
}

.cr-jp-sec .cr-jp__sec-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #253f78;
    border-bottom: 1.5px solid #eaf2fc;
    padding-bottom: 6px;
    margin-bottom: 12px;
    line-height: 20px;
}

.cr-jp-sec .cr-jp__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cr-jp-sec .cr-jp__list li {
    font-size: 14px;
    line-height: 24px;
    padding-left: 14px;
    position: relative;
}

.cr-jp-sec .cr-jp__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff6801;
}

.cr-jp-sec .cr-jp__foot {
    background: #f5f8fd;
    border-top: 1px solid #e3e8f1;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
}

.cr-jp-sec .cr-jp__fi {
    min-width: 130px;
    padding: 4px 12px 4px 0;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.cr-jp-sec .cr-jp__fi:first-child {
    padding-left: 0;
}

.cr-jp-sec .cr-jp__fi-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #8a96ad;
    margin-bottom: 2px;
}

.cr-jp-sec .cr-jp__fi-value {
    font-size: 15px;
    color: #253f78;
    font-weight: 600;
}

.cr-jp-sec .cr-jp__fi-value a {
    color: #ff6801;
}

.cr-jp-sec .cr-jp__sep {
    width: 1px;
    height: 32px;
    background: #d8e2f0;
    flex-shrink: 0;
    margin-right: 12px;
}

@media (max-width: 600px) {
    .cr-jp-sec .cr-jp__body {
        grid-template-columns: 1fr;
    }

    .cr-jp-sec .cr-jp__body.three_cols {
        grid-template-columns: 1fr;
    }

    .cr-jp-sec .cr-jp__col+.cr-jp__col {
        margin-top: 14px;
    }

    .cr-jp-sec .cr-jp__sep {
        display: none;
    }

    .cr-jp-sec .cr-jp__fi {
        min-width: 45%;
    }

    .cr-jp-sec .cr-jp__title-group {
        align-items: start;
        gap: 5px;
        flex-direction: column;
    }
}

/* Job Posting Grid Styles End */


/* Enterprise AI Page Styles Start */
.global_ai_wrapper .hero-ctas {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    position: relative;
}

.global_ai_wrapper .hero-ctas.middle-ctas {
    justify-content: center;
}

.global_ai_wrapper .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 104, 1, 0.15);
    border: 1px solid #ff6801;
    color: #ff6801;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
    line-height: 20px;
}

.global_ai_wrapper .top_banner_sec h1 span {
    color: #ff6801;
}

.global_ai_wrapper .tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgb(255, 104, 1);
    margin-bottom: 5px;
    line-height: 20px;
}

.global_ai_wrapper .tag:before {
    content: "";
    width: 18px;
    height: 2px;
    background: rgb(255, 104, 1);
    border-radius: 2px;
}

.single_enterprise_ai_wrapper .enterprise_ai_hero_sec {
    position: relative;
    background: #253f78;
    overflow: hidden;
}

.enterprise_ai_hero_sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(255, 107, 53, .07) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 20% 80%, rgba(14, 165, 233, .06) 0%, transparent 50%);
}

.enterprise_ai_hero_sec .hero-grid {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255, 107, 53, .3) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 107, 53, .3) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: gridSlide 20s linear infinite;
}

@keyframes gridSlide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 60px 60px;
    }
}

.enterprise_ai_hero_sec .hero-orb {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 640px;
    height: 640px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 107, 53, .12) 0%, rgba(14, 165, 233, .08) 40%, transparent 70%);
    animation: pulse 6s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: translateY(-50%) scale(1);
        opacity: .7
    }

    50% {
        transform: translateY(-50%) scale(1.08);
        opacity: 1
    }
}

.global_ai_wrapper .hero-content.wt_56 {
    max-width: 56%;
}

.enterprise_ai_hero_sec .hero-content.wt_63 {
    max-width: 63%;
}

.enterprise_ai_hero_sec .hero-content {
    position: relative;
    z-index: 2;
}

.single_enterprise_ai_wrapper .hero-content .desc p {
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {

    .global_ai_wrapper .hero-content.wt_56,
    .enterprise_ai_hero_sec .hero-content.wt_63 {
        max-width: 100%;
    }

    .single_enterprise_ai_wrapper .hero-content .desc p {
        font-size: 16px;
        line-height: 28px;
    }
}

/* Enterprise AI Page Styles End */


/* ITSM Assist Page Styles Start */
.global_ai_wrapper .btn .play-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #253f78;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.global_ai_wrapper .btn .play-dot::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    margin-left: 2px;
}

.itsm-assist-trust-bar {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    position: relative;
}

.itsm-assist-trust-bar h4 {
    color: #ff6801;
    font-weight: 700;
    padding: 0;
    font-size: 24px;
}

.itsm-assist-trust-bar p {
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
}

.itsm-assist-trust-bar .trust-div {
    width: 1px;
    background: rgba(255, 255, 255, 0.07);
    align-self: stretch;
}

.itsm-assist-stakeholder-sec .persona-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.itsm-assist-stakeholder-sec .persona-card {
    background: #fff;
    border: 1px solid #E5E9F0;
    border-radius: 12px;
    padding: 22px;
    position: relative;
    overflow: hidden;
}

.itsm-assist-stakeholder-sec .persona-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
}

.itsm-assist-stakeholder-sec .persona-card.emp::before {
    background: #253f78;
}

.itsm-assist-stakeholder-sec .persona-card.eng::before {
    background: #ff6801;
}

.itsm-assist-stakeholder-sec .persona-card.cio::before {
    background: #0A58A8;
}

.itsm-assist-stakeholder-sec .persona-card .persona-card:hover {
    background: rgba(255, 255, 255, 0.065);
    border-color: rgba(255, 255, 255, 0.12);
}

.itsm-assist-stakeholder-sec .persona-card h6 {
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
}

.itsm-assist-stakeholder-sec .persona-card.emp h6 {
    color: #253f78;
}

.itsm-assist-stakeholder-sec .persona-card.eng h6 {
    color: #ff6801;
}

.itsm-assist-stakeholder-sec .persona-card.cio h6 {
    color: #0A58A8;
}

.itsm-assist-stakeholder-sec .persona-card h5 {
    padding: 0 0 15px;
}

.itsm-assist-stakeholder-sec .persona-card .gain-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.itsm-assist-stakeholder-sec .persona-card .gain-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.itsm-assist-stakeholder-sec .persona-card .gain-check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.itsm-assist-stakeholder-sec .persona-card.emp .gain-check {
    background: rgba(1, 62, 125, 0.10);
}

.itsm-assist-stakeholder-sec .persona-card.eng .gain-check {
    background: rgba(255, 122, 69, 0.12);
}

.itsm-assist-stakeholder-sec .persona-card.cio .gain-check {
    background: rgba(10, 88, 168, 0.12);
}

.single_enterprise_ai_wrapper .video-placeholder {
    background: linear-gradient(135deg, #253f78 0%, #01295A 100%);
    border: 1px solid #01295A;
    border-radius: 10px;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    overflow: hidden;
}

.single_enterprise_ai_wrapper .itsm-assist-watch-real-sec .video-placeholder {
    max-width: 820px;
    margin: auto;
}

.single_enterprise_ai_wrapper .video-play-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ff6801;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s;
}

.single_enterprise_ai_wrapper .itsm-assist-watch-real-sec .video-play-btn {
    width: 60px;
    height: 60px;
}

.itsm-assist-watch-real-sec .video-play-btn:hover {
    transform: scale(1.08);
}

.single_enterprise_ai_wrapper .video-label {
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
}

.itsm-assist-watch-real-sec .demo-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.itsm-assist-watch-real-sec .demo-tag {
    background: #F7F9FC;
    border: 1px solid #E5E9F0;
    border-radius: 100px;
    padding: 4px 11px;
    font-size: 12px;
    color: #253f78;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Open Sans', 'Arial', sans-serif;
    letter-spacing: 0.25px;
}

.itsm-assist-how-work-sec .pillars-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.itsm-assist-how-work-sec .pillar-card {
    background: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
    border-right: 2px solid #E5E9F0;
}

.itsm-assist-how-work-sec .pillar-card:first-child {
    border-radius: 10px 0 0 10px;
}

.itsm-assist-how-work-sec .pillar-card:last-child {
    border-radius: 0 10px 10px 0;
    border-right: none;
}

.itsm-assist-how-work-sec .pillar-card h6 {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff6801;
}

.itsm-assist-how-work-sec .pillar-card .pillar-icon {
    font-size: 1.5rem;
    width: 46px;
    height: 46px;
    background: rgba(1, 62, 125, 0.08);
    border: 1px solid rgba(1, 62, 125, 0.18);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #253f78;
    font-family: 'Open Sans', 'Arial', sans-serif;
    margin-bottom: 12px;
}

.itsm-assist-how-work-sec .pillar-card h5 {
    color: #253f78;
}

.itsm-assist-how-work-sec .caps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1rem;
}

.itsm-assist-how-work-sec .cap-card {
    background: #fff;
    border: 1px solid #E5E9F0;
    border-radius: 10px;
    padding: 1.5rem;
}

.itsm-assist-how-work-sec .cap-card:hover {
    border-color: rgba(255, 104, 1, 0.28);
    box-shadow: 0 6px 20px rgba(1, 62, 125, 0.06);
}

.itsm-assist-how-work-sec .cap-card h5 {
    color: #253f78;
    padding: 0 0 6px;
    font-size: 16px;
    line-height: 28px;
}

.itsm-assist-how-work-sec .domains-bar {
    display: flex;
    gap: 1rem 2rem;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.25rem 2rem;
    background: rgba(1, 62, 125, 0.05);
    border: 1px solid rgba(1, 62, 125, 0.15);
    border-radius: 8px;
}

.itsm-assist-how-work-sec .domains-bar-label {
    text-transform: uppercase;
    color: #253f78;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 20px;
}

.itsm-assist-how-work-sec .domain-tag {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    letter-spacing: 0.2px;
    line-height: 20px;
}

.itsm-assist-how-work-sec .domain-tag::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #ff6801;
    border-radius: 50%;
    display: block;
}

.itsm-assist-outcomes-sec .metrics-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #E5E9F0;
    gap: 0;
}

.itsm-assist-outcomes-sec .metric-card {
    background: #fff;
    padding: 25px 20px;
    text-align: center;
    border-right: 1px solid #E5E9F0;
}

.itsm-assist-outcomes-sec .metric-card:last-child {
    border: none;
}

.itsm-assist-outcomes-sec .metric-card:hover {
    background: #F7F9FC;
}

.itsm-assist-outcomes-sec .metric-card h3 {
    color: #ff6801;
    font-size: 30px;
    padding: 0 0 5px;
}

.itsm-assist-outcomes-sec .metric-card p {
    color: #6B7280;
}

.itsm-assist-outcomes-sec .narrative-band {
    background: #253f78;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.itsm-assist-outcomes-sec .narrative-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top right, rgba(255, 104, 1, 0.15) 0%, transparent 60%);
    pointer-events: none;
}

.itsm-assist-outcomes-sec .narrative-band p {
    color: #fff;
    position: relative;
}

.itsm-assist-outcomes-sec .deploy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.itsm-assist-outcomes-sec .deploy-card {
    background: #fff;
    border: 1px solid #E5E9F0;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.itsm-assist-outcomes-sec .deploy-card:hover {
    border-color: rgba(255, 104, 1, 0.30);
    box-shadow: 0 6px 20px rgba(1, 62, 125, 0.06);
}

.itsm-assist-outcomes-sec .deploy-card .deploy-icon {
    font-family: 'Segoe UI Symbol', 'Open Sans', 'Arial', sans-serif;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 104, 1, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
    color: #FF6801;
}

.itsm-assist-outcomes-sec .deploy-card h5 {
    color: #253f78;
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 5px;
}

.itsm-assist-outcomes-sec .deploy-card p {
    color: #6B7280;
    font-size: 14px;
    line-height: 22px;
}

.itsm-assist-expert-sec .insights-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
}

.itsm-assist-expert-sec .quotes {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.itsm-assist-expert-sec .quote-card {
    background: #fff;
    border: 1px solid #E5E9F0;
    border-left: 3px solid #FF6801;
    border-radius: 0 8px 8px 0;
    padding: 18px 22px;
}

.itsm-assist-expert-sec .quote-card h6 {
    text-transform: uppercase;
    color: #FF6801;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 5px;
}

.itsm-assist-expert-sec .quote-card p {
    font-style: italic;
}

.itsm-assist-expert-sec .speaker-card {
    background: #fff;
    border: 1px solid #E5E9F0;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 16px rgba(1, 62, 125, 0.05);
}

.itsm-assist-expert-sec .speaker-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.itsm-assist-expert-sec .speaker-avatar img {
    display: block;
    border-radius: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.itsm-assist-expert-sec .speaker-card h5 {
    font-size: 18px;
    line-height: 28px;
    padding: 0;
}

.itsm-assist-expert-sec .speaker-card p.speaker-ttl {
    color: #6B7280;
    font-size: 14px;
    line-height: 26px;
}

.itsm-assist-cta-sec {
    background: linear-gradient(180deg, #01295A 0%, #013E7D 100%);
    position: relative;
    overflow: hidden;
}

.itsm-assist-cta-sec:before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(255, 104, 1, 0.18) 0%, transparent 65%);
}

.itsm-assist-agents-sec {
    background: #f9f9f9;
}

.itsm-assist-agents-sec .agents-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 1.25rem;
}

.itsm-assist-agents-sec .agent-card {
    background: #fff;
    border: 1px solid #E5E9F0;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
    display: flex;
    flex-direction: column;
}

.itsm-assist-agents-sec .agent-card:hover {
    border-color: rgba(255, 104, 1, 0.30);
    box-shadow: 0 10px 28px rgba(1, 62, 125, 0.08);
    transform: translateY(-2px);
}

.itsm-assist-agents-sec .agent-thumb {
    background: linear-gradient(135deg, #013E7D 0%, #01295A 100%);
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.itsm-assist-agents-sec .agent-thumb::after {
    content: 'DEMO PLACEHOLDER';
    position: absolute;
    top: 0.6rem;
    right: 0.75rem;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.08);
    padding: 0px 8px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    line-height: 20px;
}

.itsm-assist-agents-sec .agent-play {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #FF6801;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(255, 104, 1, 0.4);
    transition: transform 0.2s;
}

.itsm-assist-agents-sec .agent-card:hover .agent-play {
    transform: scale(1.08);
}

.itsm-assist-agents-sec .agent-card .agent-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.itsm-assist-agents-sec .agent-card h6 {
    font-size: 11px;
    text-transform: uppercase;
    color: #FF6801;
    line-height: 20px;
    padding: 0;
}

.itsm-assist-agents-sec .agent-card h5 {
    font-size: 16px;
    color: #013E7D;
    line-height: 24px;
    padding: 0;
}

.itsm-assist-agents-sec .agent-card p {
    color: #6B7280;
}

@media(max-width:900px) {

    .itsm-assist-stakeholder-sec .persona-grid,
    .itsm-assist-how-work-sec .pillars-row,
    .itsm-assist-outcomes-sec .deploy-grid,
    .itsm-assist-expert-sec .insights-inner {
        grid-template-columns: 1fr;
    }

    .itsm-assist-how-work-sec .pillars-row .pillar-card:first-child,
    .itsm-assist-how-work-sec .pillars-row .pillar-card:last-child {
        border-radius: 10px;
    }

    .itsm-assist-how-work-sec .pillar-card {
        border-radius: 10px;
    }

    .itsm-assist-outcomes-sec .metrics-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .itsm-assist-stakeholder-sec .persona-grid,
    .itsm-assist-how-work-sec .pillars-row {
        gap: 20px;
    }

    .itsm-assist-trust-bar {
        gap: 12px;
    }

    .itsm-assist-trust-bar .trust-div {
        display: none;
    }

    .itsm-assist-trust-bar h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .itsm-assist-trust-bar p {
        font-size: 13px;
        line-height: 24px;
    }

    .itsm-assist-trust-bar .trust-item {
        width: 46%;
    }

    .single_enterprise_ai_wrapper .video-label {
        text-align: center;
    }

    .global_ai_wrapper .itsm-assist-demo-btn .btn.btn-a {
        white-space: normal;
    }

    .itsm-assist-how-work-sec .domain-tag {
        gap: 6px;
    }

    .itsm-assist-how-work-sec .domains-bar {
        padding: 15px;
        gap: 10px;
    }

    .itsm-assist-outcomes-sec .metric-card {
        border-bottom: 1px solid #E5E9F0;
        padding: 15px 9px;
    }

    .itsm-assist-outcomes-sec .narrative-band {
        padding: 15px;
    }

    .itsm-assist-outcomes-sec .deploy-card {
        padding: 15px;
        gap: 10px;
    }

    .itsm-assist-expert-sec .quotes {
        gap: 15px;
    }

    .itsm-assist-expert-sec .insights-inner {
        gap: 30px;
    }

    .itsm-assist-expert-sec .speaker-card {
        padding: 15px;
    }
}

/* ITSM Assist Page Styles End */


/* Enterprise Decoded Page Styles Start */
.enterprise_decoded_banner_sec .itsm-assist-trust-bar h4 {
    font-size: 18px;
}

.enterprise_decoded_banner_sec .itsm-assist-trust-bar {
    gap: 12px;
}

.enterprise_decoded_banner_sec .itsm-assist-trust-bar p {
    padding: 0;
}

.enterprise_decoded_banner_sec .hero-ctas .hero-btn .platform-icon {
    width: 16px;
    height: 16px;
}

.enterprise_episodes_sec {
    background: #253f78;
}

.enterprise_episodes_sec .episodes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    background: #f1f8ff;
    border: 1px solid rgba(27, 27, 27, 0.1);
}

.enterprise_episodes_sec .episode_item {
    position: relative;
    border-right: 1px solid rgba(27, 27, 27, 0.1);
}

.enterprise_episodes_sec .episode_item:last-child {
    border: none;
}

.enterprise_episodes_sec .episode_item .episode_card_link {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.enterprise_episodes_sec .episode_item .episode_card_link a {
    display: block;
    width: 100%;
    height: 100%;
}

.enterprise_episodes_sec .ep-card {
    background: #f1f8ff;
    padding: 36px 32px;
    transition: background 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.enterprise_episodes_sec .with_link:hover .ep-card {
    background: #0a1a38;
}

.enterprise_episodes_sec .ep-card .ep-num {
    font-size: 12px;
    letter-spacing: 0.24em;
    color: #ff6801;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 22px;
}

.enterprise_episodes_sec .coming-soon .ep-card .ep-num {
    color: #1b1b1b;
}

.enterprise_episodes_sec .ep-card .ep-title {
    font-size: 20px;
    line-height: 32px;
}

.enterprise_episodes_sec .ep-card p {
    padding-bottom: 20px;
}

.enterprise_episodes_sec .ep-card.coming-soon .ep-title {
    font-style: italic;
    font-weight: 400;
    color: #1b1b1b;
}

.enterprise_episodes_sec .ep-card .ep-meta {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(27, 27, 27, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #1b1b1b;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.enterprise_episodes_sec .ep-card .ep-listen {
    color: #ff6801;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 11px;
    transition: gap 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.enterprise_episodes_sec .with_link:hover .ep-card .ep-title,
.enterprise_episodes_sec .with_link:hover .ep-card p,
.enterprise_episodes_sec .with_link:hover .ep-card .ep-meta {
    color: #fff;
}

.enterprise_episodes_sec .with_link:hover .ep-card .ep-meta {
    border-color: rgba(255, 255, 255, 0.5);
}

.enterprise_episodes_sec .with_link:hover .ep-card .ep-listen {
    gap: 10px;
}

.enterprise_decoded_featured_sec .featured-card {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    overflow: hidden;
    background: linear-gradient(135deg, #0a1a38 0%, #102b54 100%);
}

.enterprise_decoded_featured_sec .featured-visual {
    position: relative;
    background:
        radial-gradient(ellipse 70% 50% at 30% 30%, rgba(232, 116, 59, 0.25) 0%, transparent 60%),
        linear-gradient(135deg, #1a3a6b 0%, #0a1a38 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.enterprise_decoded_featured_sec .featured-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
}

.enterprise_decoded_featured_sec .featured-ep-num {
    position: absolute;
    top: 32px;
    left: 32px;
    font-size: 11px;
    letter-spacing: 0.28em;
    color: #ff6801;
    text-transform: uppercase;
}

.enterprise_decoded_featured_sec .featured-quote {
    position: relative;
    z-index: 2;
    padding: 40px;
    max-width: 100%;
}

.enterprise_decoded_featured_sec .featured-quote-mark {
    font-family: 'Instrument Serif', serif;
    font-size: 96px;
    line-height: 0.6;
    color: #ff6801;
    margin-bottom: 15px;
}

.enterprise_decoded_featured_sec .featured-quote-text {
    font-size: 32px;
    line-height: 35px;
    font-weight: 400;
    font-style: italic;
}

.enterprise_decoded_featured_sec .featured-quote-attr {
    margin-top: 18px;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.enterprise_decoded_featured_sec .featured-content {
    padding: 40px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enterprise_decoded_featured_sec .featured-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.enterprise_decoded_featured_sec .featured-tags .featured_tag {
    padding: 4px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
    font-weight: 500;
    line-height: 20px;
}

.enterprise_decoded_featured_sec .featured-content h3 {
    font-size: 34px;
    font-weight: 400;
    line-height: 46px;
}

.enterprise_decoded_featured_sec .featured-content p {
    color: rgba(255, 255, 255, 0.62);
}

.enterprise_decoded_featured_sec .featured-content p strong {
    color: #fff;
}

.enterprise_decoded_featured_sec .featured-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.enterprise_decoded_host_sec .host-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 70px;
    align-items: center;
}

.enterprise_decoded_host_sec .host-image {
    aspect-ratio: 1/1;
    background: linear-gradient(160deg, #102b54 0%, #0a1a38 100%);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0 12px;
}

.enterprise_decoded_host_sec .host-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
}

.enterprise_decoded_host_sec .host-image .host_img_full img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.enterprise_decoded_host_sec .host-image-label {
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    opacity: 0.7;
    padding: 9px 0 0;
    line-height: 20px;
}

.enterprise_decoded_host_sec .host-name {
    font-size: 52px;
    font-weight: 400;
    line-height: 60px;
    color: #253f78;
}

.enterprise_decoded_host_sec .host-role {
    font-style: italic;
    font-size: 20px;
    color: #ff6801;
    padding-bottom: 25px;
}

.enterprise_decoded_subscribe_sec {
    background: #253f78;
}

.enterprise_decoded_subscribe_sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 60% at 50% 30%, rgba(232, 116, 59, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.enterprise_decoded_subscribe_sec .subscribe-inner {
    position: relative;
    z-index: 2;
}

.enterprise_decoded_subscribe_sec .subscribe-platforms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.enterprise_decoded_subscribe_sec .sub-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 28px;
    text-align: left;
    background: rgba(255, 255, 255, 0.13);
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.enterprise_decoded_subscribe_sec .sub-card .subscrive_link,
.enterprise_decoded_subscribe_sec .sub-card .subscrive_link a {
    width: 100%;
    height: 100%;
    display: block;
}

.enterprise_decoded_subscribe_sec .sub-card .subscrive_link {
    position: absolute;
    left: 0;
    top: 0;
}

.enterprise_decoded_subscribe_sec .sub-card:hover {
    border-color: #ff6801;
    background: rgba(232, 116, 59, 0.04);
    transform: translateY(-4px);
}

.enterprise_decoded_subscribe_sec .sub-card-icon {
    width: 36px;
    height: 36px;
    color: #ff6801;
}

.enterprise_decoded_subscribe_sec .sub-card-name {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    padding: 0;
}

.enterprise_decoded_subscribe_sec .sub-card-desc {
    color: rgba(255, 255, 255, 0.62);
    padding: 0;
}

.enterprise_decoded_subscribe_sec .sub-card-link {
    margin-top: auto;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #ff6801;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 900px) {
    .enterprise_episodes_sec .episodes-grid {
        grid-template-columns: 1fr;
    }

    .enterprise_decoded_featured_sec .featured-card {
        grid-template-columns: 1fr;
    }

    .enterprise_decoded_featured_sec .featured-content {
        padding: 40px 28px;
    }

    .enterprise_decoded_host_sec .host-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .enterprise_decoded_host_sec .host-image {
        max-width: 380px;
    }
}

@media (max-width: 767px) {
    .enterprise_decoded_subscribe_sec .subscribe-platforms {
        grid-template-columns: 1fr;
    }

    .enterprise_episodes_sec .episode_item {
        border-right: none;
        border-bottom: 1px solid rgba(27, 27, 27, 0.1);
    }

    .enterprise_decoded_featured_sec .featured-ep-num {
        left: 20px;
        top: 20px;
    }

    .enterprise_decoded_featured_sec .featured-quote {
        padding: 85px 25px 20px;
    }

    .enterprise_decoded_featured_sec .featured-quote-mark {
        line-height: 0.3;
        margin-bottom: 0px;
    }

    .enterprise_decoded_featured_sec .featured-quote-text {
        font-size: 30px;
        line-height: 40px;
    }

    .enterprise_decoded_featured_sec .featured-quote-attr {
        margin-top: 5px;
    }

    .enterprise_decoded_featured_sec .featured-content {
        padding: 30px 20px;
    }

    .enterprise_decoded_featured_sec .featured-content h3 {
        font-size: 30px;
        line-height: 44px;
    }

    .enterprise_episodes_sec .ep-card {
        padding: 20px 15px;
    }

    .enterprise_decoded_host_sec .host-image {
        max-width: inherit;
        aspect-ratio: inherit;
        padding: 15px;
    }

    .enterprise_decoded_host_sec .host-grid {
        gap: 30px;
    }

    .enterprise_decoded_host_sec .host-name {
        font-size: 40px;
        line-height: 46px;
    }

    .enterprise_decoded_host_sec .host-role {
        padding-bottom: 15px;
    }

    .enterprise_decoded_banner_sec .itsm-assist-trust-bar {
        flex-direction: column;
        gap: 15px;
    }

    .enterprise_decoded_banner_sec .itsm-assist-trust-bar .trust-item {
        width: 100%;
    }
}

/* Enterprise Decoded Page Styles End */


/* Single Webinar Page Styles Start */
.webinar_agenda_sec .agenda-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.93rem;
}

.webinar_agenda_sec .agenda-table thead tr {
    background: #0a1628;
    color: #fff;
}

.webinar_agenda_sec .agenda-table th {
    padding: 10px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.webinar_agenda_sec .agenda-table td {
    padding: 12px 20px;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.webinar_agenda_sec .agenda-table tr:hover td {
    background: #f8fafc;
}

.webinar_agenda_sec .time-col {
    white-space: nowrap;
    color: #253f78;
    font-weight: 700;
    font-size: 15px;
    width: 120px;
}

.webinar_agenda_sec .agenda-table .speaker-tag {
    display: inline-block;
    background: #e8f0fe;
    color: #1a3a6b;
    font-size: 13px;
    font-weight: 600;
    padding: 1px 10px;
    border-radius: 12px;
    margin-top: 4px;
}

.webinar_objectives_sec .obj-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.webinar_objectives_sec .obj-list .obj-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: white;
    border-radius: 6px;
    padding: 12px 20px;
    border: 1px solid #e2e8f0;
}

.webinar_objectives_sec .obj-list .obj-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ff6801;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    flex-shrink: 0;
    margin-top: 5px;
}

@media(max-width:767px) {
    .webinar_agenda_sec .time-col {
        width: auto;
    }

    .webinar_agenda_sec .agenda-table td {
        padding: 8px;
        font-size: 13px;
        line-height: 21px;
    }

    .webinar_objectives_sec .obj-list .obj-item {
        gap: 10px;
        padding: 10px 12px;
    }
}

/* Single Webinar Page Styles End */


/* Studios Existing Platforms Styles End */
.your_existing_platforms_sec .bento {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(.75rem, 1.5vw, 1.25rem);
    align-items: start
}

.your_existing_platforms_sec .bento.second-col {
    margin: 22px 0;
}

.your_existing_platforms_sec .card {
    background: #ffffff;
    border: 1px solid oklch(0.2 0.01 60 / 0.10);
    border-radius: 1.5rem;
    padding: clamp(1.25rem, 2vw, 2rem);
    box-shadow: 0 1px 3px oklch(0.2 0.01 60/0.07);
    transition: box-shadow 180ms cubic-bezier(0.16, 1, 0.3, 1), transform 180ms cubic-bezier(0.16, 1, 0.3, 1), border-color 180ms cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    position: relative
}

.your_existing_platforms_sec .card:hover {
    box-shadow: 0 16px 48px oklch(0.2 0.01 60/0.13);
    transform: translateY(-3px);
    border-color: oklch(from #ff6801 l c h / 0.35)
}

.your_existing_platforms_sec .col-7 {
    grid-column: span 7;
    width: 100%;
}

.your_existing_platforms_sec .col-5 {
    grid-column: span 5;
    width: 100%;
}

.your_existing_platforms_sec .col-4 {
    grid-column: span 4;
    width: 100%;
}

.your_existing_platforms_sec .col-8 {
    grid-column: span 8;
    width: 100%;
}

@media(max-width:900px) {

    .your_existing_platforms_sec .col-7,
    .your_existing_platforms_sec .col-5,
    .your_existing_platforms_sec .col-4,
    .your_existing_platforms_sec .col-8 {
        grid-column: span 12
    }
}

.your_existing_platforms_sec .card-icon {
    width: 44px;
    height: 44px;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background: #1b1b1b;
    color: #ff6801
}

.your_existing_platforms_sec .card-icon svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.75;
}

.your_existing_platforms_sec .card-tag {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #1b1b1b;
    margin-bottom: 12px;
    opacity: 0.6;
    line-height: 22px;
}

.your_existing_platforms_sec .card h3 {
    font-size: 22px;
    line-height: 34px;
}

.your_existing_platforms_sec .card p {
    max-width: 46ch
}

.your_existing_platforms_sec .card-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-top: 5px;
    font-size: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
    font-weight: 600;
    color: #ff6801;
    text-decoration: none;
    transition: gap 180ms cubic-bezier(0.16, 1, 0.3, 1)
}

.your_existing_platforms_sec .card-link:hover {
    gap: .75rem
}

.your_existing_platforms_sec .card-link svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.your_existing_platforms_sec .card-featured {
    background: linear-gradient(145deg, #253f78 0%, #556FA8 100%);
    color: #e8ddd2;
    border-color: transparent;
}

.your_existing_platforms_sec .card-featured .card-tag {
    color: #fff;
}

.your_existing_platforms_sec .card-featured h3 {
    color: #fff;
    font-size: 30px;
}

.your_existing_platforms_sec .card-featured p {
    color: #fff;
}

.your_existing_platforms_sec .card-featured .card-icon {
    background: oklch(1 0 0 / 0.06);
    color: #f28046;
}

.your_existing_platforms_sec .card-featured::after {
    content: '';
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, oklch(from #ff6801 l c h / 0.4) 0%, transparent 70%);
    pointer-events: none;
}

.your_existing_platforms_sec .stat-card {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: clamp(1.25rem, 2.5vw, 2rem)
}

.your_existing_platforms_sec .stat-num {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(2rem, 1.2rem + 2.5vw, 3.25rem);
    font-weight: 700;
    color: #ff6801;
    line-height: 1
}

.your_existing_platforms_sec .stat-label {
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #6b6a66
}

.your_existing_platforms_sec .stat-desc {
    font-size: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
    color: #6b6a66;
    line-height: 1.6
}

.your_existing_platforms_sec .card-stripe {
    border-top: 3px solid #ff6801
}

.your_existing_platforms_sec .card-dark {
    background: #f3f1ed
}

.your_existing_platforms_sec .pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1.25rem
}

.your_existing_platforms_sec .pill {
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
    font-weight: 600;
    padding: .3rem .75rem;
    border-radius: var(--radius-full);
    background: #2a1a0e;
    color: #ff6801;
    border: 1px solid #fde3cf
}

.your_existing_platforms_sec .fade-in {
    opacity: 1
}

@supports(animation-timeline:scroll()) {
    .your_existing_platforms_sec .fade-in {
        opacity: 0;
        animation: reveal-fade linear both;
        animation-timeline: view();
        animation-range: entry 0% entry 85%
    }

    @keyframes reveal-fade {
        to {
            opacity: 1
        }
    }
}

.your_existing_platforms_sec .radius-full {
    border-radius: var(--radius-full)
}

.your_existing_platforms_sec .card-ai-hero {
    background: linear-gradient(135deg, #253f78 0%, #253f78 55%, #2d1a08 100%);
    position: relative;
    overflow: hidden;
}

.your_existing_platforms_sec .card-ai-hero::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, oklch(from #ff6801 l c h / 0.15) 0%, transparent 65%);
    pointer-events: none;
}

.your_existing_platforms_sec .card-ai-hero .card-tag {
    color: #fff;
    margin-bottom: 0;
}

.your_existing_platforms_sec .card-ai-hero .card-link {
    margin-top: 0;
    color: #f28046;
}

.your_existing_platforms_sec .card-ai-hero .card-link:hover {
    color: #ff6801;
}

.your_existing_platforms_sec .ai-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.your_existing_platforms_sec .ai-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 4vw, 3rem);
    align-items: start;
}

.your_existing_platforms_sec .ai-icon {
    background: oklch(1 0 0 / 0.07);
    color: #f28046;
    width: 52px;
    height: 52px;
    border-radius: 1rem;
}

.your_existing_platforms_sec .ai-icon svg {
    width: 26px;
    height: 26px;
}

.your_existing_platforms_sec .ai-heading {
    color: #fff;
}

.your_existing_platforms_sec .ai-desc {
    color: #a09183;
    max-width: 44ch;
}

.your_existing_platforms_sec .ai-stats {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 5px;
    padding-top: 15px;
    border-top: 1px solid oklch(1 0 0 / 0.08);
}

.your_existing_platforms_sec .ai-stat {
    display: flex;
    flex-direction: column;
    gap: .25rem
}

.your_existing_platforms_sec .card .ai-stats .ai-stat-num {
    color: #ff6801;
    font-size: 34px;
    line-height: 44px;
    padding: 0;
}

.your_existing_platforms_sec .ai-stat-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
    line-height: 20px;
    opacity: 0.5;
}

.your_existing_platforms_sec .ai-stat-divider {
    width: 1px;
    height: 36px;
    background: oklch(1 0 0 / 0.10);
    flex-shrink: 0
}

.your_existing_platforms_sec .ai-caps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem
}

.your_existing_platforms_sec .ai-cap-card {
    background: oklch(1 0 0 / 0.04);
    border: 1px solid oklch(1 0 0 / 0.08);
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    transition: background 180ms cubic-bezier(0.16, 1, 0.3, 1), border-color 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.your_existing_platforms_sec .ai-cap-card:hover {
    background: oklch(1 0 0 / 0.07);
    border-color: oklch(from #ff6801 l c h / 0.3)
}

.your_existing_platforms_sec .ai-cap-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: oklch(from #ff6801 l c h / 0.15);
    color: #f28046;
}

.your_existing_platforms_sec .ai-cap-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    line-height: 20px;
}

.your_existing_platforms_sec .ai-cap-desc {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    opacity: 0.7;
}

.your_existing_platforms_sec .bento.full-row {
    display: block;
}

.your_existing_platforms_sec .bento.full-row .ai-desc {
    color: #fff;
    max-width: 100%;
}

@media(max-width:767px) {
    .your_existing_platforms_sec .ai-caps {
        grid-template-columns: 1fr
    }

    .your_existing_platforms_sec .ai-grid {
        grid-template-columns: 1fr
    }

    .your_existing_platforms_sec .ai-stats {
        gap: 10px;
        padding-top: 10px;
    }

    .your_existing_platforms_sec .card .ai-stats .ai-stat-num {
        font-size: 26px;
        line-height: 36px;
    }

    .your_existing_platforms_sec .ai-stat-label {
        font-size: 12px;
    }

    .your_existing_platforms_sec .card {
        padding: 18px 15px;
    }

    .your_existing_platforms_sec .card-featured h3 {
        font-size: 24px;
    }

    .your_existing_platforms_sec .card h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

/* Studios Existing Platforms Styles End */

/* Enterprise AI Enablement Styles Start */
.enterprise_enablement_hero {
    position: relative;
    background: radial-gradient(1200px 600px at 78% -10%, rgba(47, 111, 176, .28), transparent 60%), linear-gradient(180deg, #0c2340 0%, #253f78 100%);
    overflow: hidden;
    border-radius: 0;
}

.enterprise_enablement_hero::before {
    content: "";
    position: absolute;
    top: -30%;
    right: -8%;
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, rgba(255, 104, 1, .16), transparent 62%);
    pointer-events: none
}

.enterprise_enablement_hero .hero-grid {
    display: grid;
    grid-template-columns: 1.04fr .96fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 2
}

.enterprise_enablement_hero .viz {
    background: linear-gradient(180deg, rgba(15, 41, 74, .9), rgba(12, 35, 64, .7));
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    padding: 20px 20px 16px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .35)
}

.enterprise_enablement_hero .viz-cap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.enterprise_enablement_hero .viz-cap .t {
    font-weight: 700;
    color: #eaf1fa;
    padding: 0;
}

.enterprise_enablement_hero .viz-cap .s {
    font-size: 14px;
    color: #6f88a6;
    letter-spacing: 0.2px;
}

.enterprise_enablement_hero .viz svg {
    width: 100%;
    height: auto;
    display: block
}

.enterprise_enablement_hero .viz svg g {
    font-size: 12px;
    letter-spacing: 0.2px;
}

.enterprise_enablement_hero .legend {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 6px;
    padding: 8px 4px 2px
}

.enterprise_enablement_hero .legend .legend_info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .68rem;
    color: #9db2cc
}

.enterprise_enablement_hero .legend i {
    width: 9px;
    height: 9px;
    border-radius: 2px;
    display: inline-block
}

/* SVG animation */
.enterprise_enablement_hero .stream,
.enterprise_enablement_gap_sec .stream {
    stroke-dasharray: 5 11;
    animation: flow 3.4s linear infinite
}

.enterprise_enablement_hero .stream.s2,
.enterprise_enablement_gap_sec .stream .s2 {
    animation-duration: 4.1s
}

.enterprise_enablement_hero .stream.s3,
.enterprise_enablement_gap_sec .stream.s3 {
    animation-duration: 3.8s
}

.enterprise_enablement_hero .stream.s4 {
    animation-duration: 4.4s
}

.enterprise_enablement_hero .stream.s5 {
    animation-duration: 3.6s
}

.enterprise_enablement_hero .stream.s6 {
    animation-duration: 4.2s
}

@keyframes flow {
    to {
        stroke-dashoffset: -160
    }
}

.enterprise_enablement_hero .pulse {
    animation: pulse 3.2s ease-in-out infinite
}

@keyframes pulse {

    0%,
    100% {
        opacity: .55
    }

    50% {
        opacity: 1
    }
}

.enterprise_enablement_hero .glow {
    animation: glow 3.2s ease-in-out infinite
}

@keyframes glow {

    0%,
    100% {
        opacity: .35
    }

    50% {
        opacity: .8
    }
}

.enterprise_enablement_hero .modelpulse {
    transform-origin: center;
    animation: mp 3.2s ease-in-out infinite
}

@keyframes mp {

    0%,
    100% {
        r: 26
    }

    50% {
        r: 29
    }
}

.enterprise_enablement_gap_sec {
    background: #08182e;
}

.enterprise_enablement_gap_sec .prob-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.enterprise_enablement_gap_sec .prob {
    position: relative;
    background: #0f294a;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 14px;
    overflow: hidden;
    border-top: 4px solid #FF6801;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.enterprise_enablement_gap_sec .prob:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .32);
    border-color: rgba(255, 255, 255, .16)
}

.enterprise_enablement_gap_sec .prob-visual {
    position: relative;
    height: 148px;
    overflow: hidden;
    background: linear-gradient(150deg, #0b2647, #123258);
    transition: height .4s ease;
}

.enterprise_enablement_gap_sec .prob-visual svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.enterprise_enablement_gap_sec .prob-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 25, 48, 0) 55%, #0f294a 100%);
}

.enterprise_enablement_gap_sec .prob.expanded .prob-visual {
    height: 96px
}

.enterprise_enablement_gap_sec .prob-body {
    padding: 20px 24px 24px;
    position: relative;
    z-index: 2
}

.enterprise_enablement_gap_sec .prob h3 {
    color: #fff;
    font-size: 1.12rem;
    padding-bottom: 0;
    transition: margin-bottom .3s ease
}

.enterprise_enablement_gap_sec .prob.expanded h3 {
    padding-bottom: 10px
}

.enterprise_enablement_gap_sec .prob p {
    color: #9db2cc;
    font-size: .95rem
}

.enterprise_enablement_gap_sec .prob-desc {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .45s ease, opacity .35s ease .05s;
}

.enterprise_enablement_gap_sec .prob.expanded .prob-desc {
    max-height: 220px;
    opacity: 1
}

.enterprise_enablement_gap_sec .prob-toggle {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FF6801;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.enterprise_enablement_gap_sec .prob-toggle svg {
    width: 16px;
    height: 16px;
    stroke: #FF6801;
    fill: none;
    stroke-width: 2.4;
    transition: transform .3s ease;
}

.enterprise_enablement_gap_sec .prob.expanded .prob-toggle svg {
    transform: rotate(180deg)
}

.enterprise_enablement_gap_sec .prob-toggle:hover {
    color: #ffa15c
}

.enterprise_enablement_gap_sec .prob-toggle:hover svg {
    stroke: #ffa15c
}

.single_enterprise_ai_wrapper .section_head {
    max-width: 50rem;
}

.single_enterprise_ai_wrapper .section_head .desc p {
    color: #9db2cc;
}

.enterprise_enablement_steps_sec .tabs-wrap {
    background: linear-gradient(180deg, #0f294a 0%, rgba(15, 41, 74, .6) 100%);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35)
}

.enterprise_enablement_steps_sec .tabs-nav {
    display: flex;
    gap: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    background: rgba(8, 24, 46, .5)
}

.enterprise_enablement_steps_sec .tab-btn {
    flex: 1;
    background: transparent;
    border: 0;
    color: #9db2cc;
    padding: 22px 28px;
    cursor: pointer;
    text-align: left;
    position: relative;
    transition: .2s;
    border-right: 1px solid rgba(255, 255, 255, .10);
    display: flex;
    align-items: center;
    gap: 16px
}

.enterprise_enablement_steps_sec .tab-btn:last-child {
    border-right: 0
}

.enterprise_enablement_steps_sec .tab-btn:hover {
    color: #fff;
    background: rgba(47, 111, 176, .08)
}

.enterprise_enablement_steps_sec .tab-btn .idx {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #9db2cc;
    transition: .2s;
    flex-shrink: 0;
    padding: 0;
}

.enterprise_enablement_steps_sec .tab-btn .tlabel {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 20px;
    font-size: 16px;
    padding: 0;
}

.enterprise_enablement_steps_sec .tab-btn .tlabel small {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: .68rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #FF6801
}

.enterprise_enablement_steps_sec .tab-btn.active {
    color: #fff;
    background: linear-gradient(180deg, rgba(255, 104, 1, .08), transparent)
}

.enterprise_enablement_steps_sec .tab-btn.active .idx {
    background: #FF6801;
    border-color: #FF6801;
    color: #fff;
    box-shadow: 0 6px 18px rgba(255, 104, 1, .4)
}

.enterprise_enablement_steps_sec .tab-btn.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: #FF6801
}

.enterprise_enablement_steps_sec .tab-panels {
    position: relative
}

.enterprise_enablement_steps_sec .tab-panel {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    animation: fadeIn .4s ease;
}

.enterprise_enablement_steps_sec .tab-panel.active {
    display: grid
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.enterprise_enablement_steps_sec .tab-media {
    position: relative;
    min-height: 460px;
    overflow: hidden
}

.enterprise_enablement_steps_sec .tab-media .tab_img {
    width: 100%;
    height: 100%;
}

.enterprise_enablement_steps_sec .tab-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 8s ease
}

.enterprise_enablement_steps_sec .tab-panel.active .tab-media img {
    transform: scale(1.06)
}

.enterprise_enablement_steps_sec .tab-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 41, 74, .55) 0%, rgba(15, 41, 74, 0) 45%), linear-gradient(180deg, transparent 60%, rgba(8, 24, 46, .65) 100%)
}

.enterprise_enablement_steps_sec .tab-media .badge {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    background: rgba(8, 24, 46, .72);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .16);
    color: #fff;
    padding: 7px 14px;
    border-radius: 999px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    line-height: 20px;
}

.enterprise_enablement_steps_sec .tab-body {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.enterprise_enablement_steps_sec .tab-body .tag {
    font-family: 'Lato', sans-serif;
    letter-spacing: .1em;
}

.enterprise_enablement_steps_sec .tab-body h3 {
    color: #fff;
    font-size: 22px;
    line-height: 34px;
}

.enterprise_enablement_steps_sec .tab-body>p {
    color: #9db2cc;
}

.enterprise_enablement_steps_sec .tab-body .feat {
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, .10);
    display: grid;
    gap: 14px
}

.enterprise_enablement_steps_sec .tab-body .feat h4 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    padding: 0;
}

.enterprise_enablement_steps_sec .tab-body .feat p {
    color: #9db2cc;
    font-size: 14px;
    line-height: 24px;
}

.single_enterprise_ai_wrapper .dark_blue {
    background: #0c2340;
}

.single_enterprise_ai_wrapper .light_blue {
    background: #253f78;
}

.enterprise_enablement_proof_sec .proof {
    background: linear-gradient(150deg, #0c2340, #02326a);
    border: 1px solid rgba(255, 255, 255, .16);
    color: #fff;
    border-radius: 16px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1.3fr .65fr;
    gap: 30px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.enterprise_enablement_proof_sec .proof::after {
    content: "";
    position: absolute;
    top: -40%;
    right: -6%;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(255, 104, 1, .18), transparent 62%)
}

.enterprise_enablement_proof_sec .proof .page_sec_title .desc p {
    font-size: 16px;
    line-height: 28px;
}

.enterprise_enablement_proof_sec .proof-vis {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    padding: 20px;
}

.enterprise_enablement_proof_sec .flowrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #dae5f2;
}

.enterprise_enablement_proof_sec .flowrow:last-child {
    margin-bottom: 0
}

.enterprise_enablement_proof_sec .flowrow .b {
    width: 34px;
    height: 34px;
    flex: none;
    border-radius: 8px;
    background: rgba(255, 104, 1, .2);
    display: grid;
    place-items: center
}

.enterprise_enablement_proof_sec .flowrow .b svg {
    width: 17px;
    height: 17px;
    stroke: #FF6801;
    fill: none;
    stroke-width: 2
}

.enterprise_enablement_proof_sec .ret {
    position: absolute;
    width: 16px;
    height: 16px;
    z-index: 3;
    pointer-events: none;
}

.enterprise_enablement_proof_sec .ret::before,
.enterprise_enablement_proof_sec .ret::after {
    content: "";
    position: absolute;
    background: rgba(226, 145, 75, .55);
}

.enterprise_enablement_proof_sec .ret::before {
    width: 100%;
    height: 1px;
}

.enterprise_enablement_proof_sec .ret::after {
    width: 1px;
    height: 100%;
}

.enterprise_enablement_proof_sec .ret-tl {
    top: 10px;
    left: 10px;
}

.enterprise_enablement_proof_sec .ret-tl::before,
.enterprise_enablement_proof_sec .ret-tl::after {
    top: 0;
    left: 0;
}

.enterprise_enablement_proof_sec .ret-tr {
    top: 10px;
    right: 10px;
}

.enterprise_enablement_proof_sec .ret-tr::before {
    top: 0;
    right: 0;
}

.enterprise_enablement_proof_sec .ret-tr::after {
    top: 0;
    right: 0;
}

.enterprise_enablement_proof_sec .ret-bl {
    bottom: 10px;
    left: 10px;
}

.enterprise_enablement_proof_sec .ret-bl::before {
    bottom: 0;
    left: 0;
}

.enterprise_enablement_proof_sec .ret-bl::after {
    bottom: 0;
    left: 0;
}

.enterprise_enablement_proof_sec .ret-br {
    bottom: 10px;
    right: 10px;
}

.enterprise_enablement_proof_sec .ret-br::before {
    bottom: 0;
    right: 0;
}

.enterprise_enablement_proof_sec .ret-br::after {
    bottom: 0;
    right: 0;
}

.enterprise_enablement_proof_sec .ret.light::before,
.enterprise_enablement_proof_sec .ret.light::after {
    background: rgba(255, 255, 255, .55);
}

.enterprise_enablement_proof_sec .proof_bottom_icon {
    position: absolute;
    right: -6px;
    bottom: -18px;
    width: 220px;
    height: 220px;
    opacity: .6;
    z-index: 0;
    pointer-events: none;
}

.enterprise_enablement_built_sec .pers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.enterprise_enablement_built_sec .pers {
    position: relative;
    background: linear-gradient(160deg, rgba(15, 41, 74, .95), rgba(12, 35, 64, .75));
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    padding: 24px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .35s cubic-bezier(.2, .7, .2, 1), border-color .3s, box-shadow .35s;
    isolation: isolate;
}

.enterprise_enablement_built_sec .pers::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(140deg, rgba(255, 104, 1, .55), rgba(47, 111, 176, .55) 55%, transparent 80%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity .35s;
    z-index: 1;
    pointer-events: none;
}

.enterprise_enablement_built_sec .pers::after {
    content: "";
    position: absolute;
    top: -40%;
    right: -30%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(255, 104, 1, .22), transparent 65%);
    opacity: 0;
    transition: opacity .4s;
    pointer-events: none;
    z-index: 0;
}

.enterprise_enablement_built_sec .pers:hover {
    transform: translateY(-6px);
    border-color: transparent;
    box-shadow: 0 24px 50px -18px rgba(0, 0, 0, .55)
}

.enterprise_enablement_built_sec .pers:hover::before,
.enterprise_enablement_built_sec .pers:hover::after {
    opacity: 1
}

.enterprise_enablement_built_sec .pers-ico {
    position: relative;
    z-index: 2;
    width: 46px;
    height: 46px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    margin-bottom: 12px;
    background: linear-gradient(135deg, rgba(255, 104, 1, .18), rgba(47, 111, 176, .18));
    border: 1px solid rgba(255, 255, 255, .16);
    transition: transform .35s, background .35s;
}

.enterprise_enablement_built_sec .pers:hover .pers-ico {
    transform: scale(1.06) rotate(-3deg);
    background: linear-gradient(135deg, rgba(255, 104, 1, .32), rgba(47, 111, 176, .22))
}

.enterprise_enablement_built_sec .pers-ico svg {
    width: 22px;
    height: 22px;
    stroke: #FF6801;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.enterprise_enablement_built_sec .pers-tag {
    position: relative;
    z-index: 2;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 12px;
    color: #6f88a6;
    margin-bottom: 5px;
    line-height: 20px;
}

.enterprise_enablement_built_sec .pers h3 {
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.enterprise_enablement_built_sec .pers p {
    position: relative;
    z-index: 2;
    color: #9db2cc;
    font-size: 14px;
    line-height: 26px;
}

.enterprise_enablement_cta_sec .cta {
    background: radial-gradient(600px 300px at 50% 0%, rgba(47, 111, 176, .3), transparent 60%), linear-gradient(150deg, #0f294a, #0c2340);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    padding: 58px 44px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.enterprise_enablement_cta_sec .cta::after {
    content: "";
    position: absolute;
    bottom: -45%;
    left: -4%;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(255, 104, 1, .16), transparent 64%)
}

.enterprise_enablement_cta_sec .cta .desc {
    max-width: 50rem;
    margin: auto;
    position: relative;
    z-index: 2
}

.enterprise_enablement_cta_sec .cta .desc p {
    color: #9db2cc;
}

@media(max-width:860px) {
    .enterprise_enablement_steps_sec .tabs-nav {
        flex-direction: column
    }

    .enterprise_enablement_steps_sec .tab-btn {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .10)
    }

    .enterprise_enablement_steps_sec .tab-btn.active::after {
        display: none
    }

    .enterprise_enablement_steps_sec .tab-btn.active {
        border-left: 3px solid #FF6801
    }

    .enterprise_enablement_steps_sec .tab-panel.active {
        grid-template-columns: 1fr
    }

    .enterprise_enablement_steps_sec .tab-media {
        min-height: 260px
    }
}

@media(max-width:900px) {
    .enterprise_enablement_hero .hero-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .enterprise_enablement_gap_sec .prob-grid,
    .enterprise_enablement_proof_sec .proof,
    .enterprise_enablement_built_sec .pers-grid {
        grid-template-columns: 1fr
    }

    .enterprise_enablement_proof_sec .proof,
    .cta {
        padding: 36px 26px
    }
}

@media(max-width:1080px) and (min-width:901px) {
    .enterprise_enablement_built_sec .pers-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(prefers-reduced-motion:reduce) {

    .enterprise_enablement_hero .stream,
    .enterprise_enablement_gap_sec .stream,
    .enterprise_enablement_hero .pulse,
    .enterprise_enablement_hero .glow,
    .enterprise_enablement_hero .modelpulse {
        animation: none
    }

    .enterprise_enablement_hero .stream,
    .enterprise_enablement_gap_sec .stream {
        stroke-dasharray: none;
        opacity: .7
    }
}

@media(max-width:767px) {
    .enterprise_enablement_hero .viz {
        padding: 15px;
    }

    .enterprise_enablement_hero .viz-cap .t,
    .enterprise_enablement_hero .viz-cap .s {
        font-size: 13px;
    }
}

/* Enterprise AI Enablement Styles End */


/* AI Economics Roundtable Page Styles Start */
.ai_roundtable_page_sec .section-label {
    margin-bottom: 0;
}

.itsm_event_page .hero.event_hero_dark_bg {
    background: radial-gradient(1100px 640px at 82% 18%, rgba(1, 62, 125, 0.55), transparent 60%), linear-gradient(180deg, #013E7D 0%, #020F1E 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.itsm_event_page .hero.event_hero_dark_bg h1 {
    color: #fff;
}

.itsm_event_page .hero.event_hero_dark_bg h1 span {
    color: #ff6801;
}

.ai_roundtable_page_sec .hero h1 {
    padding-bottom: 0;
}

.ai_roundtable_page_sec .hero .hero-facts {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ai_roundtable_page_sec .hero .hero-facts li {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: #B7C0CC;
}

.ai_roundtable_page_sec .hero .hero-facts .dot {
    flex: none;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF6801;
    transform: translateY(-2px);
}

.ai_roundtable_page_sec .hero .hero-highlight {
    border-left: 3px solid #FF6801;
    background: linear-gradient(90deg, rgba(255, 104, 1, 0.10), rgba(255, 104, 1, 0.02));
    padding: 12px 20px;
    border-radius: 0 10px 10px 0;
}

.ai_roundtable_page_sec .hero .hero-highlight p {
    font-weight: 700;
    padding-bottom: 0;
}

.ai_roundtable_page_sec .hero .hero-highlight p+p {
    color: #B7C0CC;
    font-weight: 400;
}

.itsm_event_page .event_hero_dark_bg .hero-visual {
    display: flex;
    justify-content: center;
}

.itsm_event_page .hero-visual .flywheel-stage {
    position: relative;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.itsm_event_page .hero-visual .flywheel-stage .flywheel_svg {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1/1;
}

.itsm_event_page .hero-visual .flywheel-stage svg {
    width: 100%;
    height: 100%;
}

.itsm_event_page .hero-visual .ring {
    transform-origin: 210px 210px;
}

.itsm_event_page .hero-visual .ring--outer {
    animation: spin 26s linear infinite;
}

.itsm_event_page .hero-visual .ring--mid {
    animation: spin 16s linear infinite reverse;
}

.itsm_event_page .hero-visual .ring--inner {
    animation: spin 9s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.itsm_event_page .hero-visual .pulse-dot {
    animation: pulse 2.4s ease-in-out infinite;
    transform-origin: center;
}

@keyframes pulse {

    0%,
    100% {
        opacity: .6;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.4);
    }
}

.itsm_event_page .hero-visual .core-glow {
    animation: glow 3.2s ease-in-out infinite;
    transform-origin: 210px 210px;
}

@keyframes glow {

    0%,
    100% {
        opacity: .5;
    }

    50% {
        opacity: .85;
    }
}

.itsm_event_page .hero-visual .flywheel-caption {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {

    .ring,
    .pulse-dot,
    .core-glow {
        animation: none !important;
    }
}

.itsm_event_page .research_partner_logo .forrester_logo img {
    display: block;
    max-width: 250px;
}

.ai_roundtable_page_sec .ai_roundtable_light_bg {
    background: #253f78;
}

.ai_roundtable_page_sec .ai_roundtable_dark_bg {
    background: radial-gradient(120% 80% at 20% 0%, rgba(1, 62, 125, .6) 0%, transparent 60%), radial-gradient(80% 60% at 90% 30%, rgba(255, 104, 1, .18) 0%, transparent 60%), linear-gradient(180deg, #05070c 0%, #0a0d16 100%);
}

.itsm_event_page .text-center .section-label {
    justify-content: center;
}

.ai_roundtable_page_sec .ai_roundtable_section_title .section_desc p {
    color: #B7BDC6;
    font-size: 18px;
    line-height: 30px;
}

.ai_roundtable_page_sec .ai_roundtable_section_title .section_desc.black_text p {
    color: #1b1b1b;
}

.ai_roundtable_why_sec .why-list {
    max-width: 920px;
    margin: 30px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: rgba(14, 20, 32, 0.09);
    border-radius: 16px;
    overflow: hidden;
}

.ai_roundtable_why_sec .why-list .why-item {
    display: flex;
    gap: 18px;
    padding: 32px;
    background: #fff;
    transition: background .2s ease;
    border-right: 1px solid rgba(14, 20, 32, 0.09);
    border-bottom: 1px solid rgba(14, 20, 32, 0.09);
}

.ai_roundtable_why_sec .why-list .why-item:hover {
    background: #FCFAF7;
}

.ai_roundtable_why_sec .why-list .why-mark {
    flex: none;
    width: 10px;
    height: 10px;
    margin-top: 8px;
    background: #ff6801;
    transform: rotate(45deg);
    border-radius: 2px;
}

.ai_roundtable_why_sec .why-list .why-text .cat {
    font-size: 14px;
    text-transform: uppercase;
    color: #ff6801;
    line-height: 20px;
    padding: 0 0 8px;
    letter-spacing: .1em;
}

.ai_roundtable_agenda_sec {
    background: #253f78;
}

.ai_roundtable_agenda_sec .agenda {
    max-width: 505px;
    margin: 30px auto 0;
    position: relative;
}

.ai_roundtable_agenda_sec .agenda::before {
    content: "";
    position: absolute;
    left: 151px;
    top: 12px;
    bottom: 8px;
    width: 1px;
    background: #979797;
}

.ai_roundtable_agenda_sec .agenda .agenda-row {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 25px;
    align-items: start;
    padding: 0 0 40px;
    position: relative;
}

.ai_roundtable_agenda_sec .agenda .agenda-row:last-child {
    padding-bottom: 0;
}

.ai_roundtable_agenda_sec .agenda .agenda-time {
    font-weight: 700;
    color: #ff6801;
    font-size: 16px;
    letter-spacing: 0.25px;
    text-align: right;
    line-height: 28px;
    padding-right: 25px;
}

.ai_roundtable_agenda_sec .agenda .agenda-row::after {
    content: "";
    position: absolute;
    left: 150px;
    top: 12px;
    transform: translateX(-4px);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1b1b1b;
    border: 2px solid #ff6801;
}

.ai_roundtable_agenda_sec .agenda .agenda-title {
    font-size: 18px;
    color: #fff;
}

.ai_roundtable_panel_sec .section_desc {
    max-width: 65%;
    margin: auto;
}

.itsm_event_page .ai_roundtable_panel_sec .speaker-card {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(3, 27, 54, 0.5);
}

.itsm_event_page .ai_roundtable_panel_sec .speaker-role-badge {
    background: rgba(165, 165, 165, 0.16);
    color: #fff;
}

.itsm_event_page .ai_roundtable_panel_sec .speaker-role-badge.host {
    background: #ff6801;
}

.itsm_event_page .ai_roundtable_panel_sec .speaker-role-badge.featured {
    color: #ff6801;
    background: #fff;
}

.itsm_event_page .ai_roundtable_panel_sec .speaker-name {
    color: #fff;
    margin-bottom: 2px;
}

.itsm_event_page .ai_roundtable_panel_sec .speaker-title {
    color: #ff6801;
    line-height: 19px;
}

.itsm_event_page .ai_roundtable_panel_sec .speaker-company {
    color: #A5A5A5;
    line-height: 24px;
}

.itsm_event_page .ai_roundtable_panel_sec .speaker-bio {
    color: #B7BDC6;
}

.itsm_event_page .ai_roundtable_panel_sec .speaker-card .session-tag {
    color: #A5A5A5;
    border-color: rgba(255, 255, 255, 0.09);
}

.ai_roundtable_register_sec {
    background: radial-gradient(900px 500px at 15% 0%, rgba(1, 62, 125, 0.5), transparent 60%), linear-gradient(175deg, #020F1E 0%, #031B36 100%);
}

.ai_roundtable_register_sec .form-wrap {
    max-width: 620px;
    margin: 40px auto auto;
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .5);
}

.ai_roundtable_register_sec .section_desc {
    max-width: 40%;
    margin: auto;
}

.itsm_event_page .ai_roundtable_register_sec .form-note {
    margin-top: 15px;
    line-height: 20px;
}

body.single-events.postid-10526 .footer {
    border-radius: 0;
}

.ai_roundtable_stakes_sec .matters-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 930px;
    margin: 30px auto 0;
}

.ai_roundtable_stakes_sec .matters-stats p {
    background: #FFFFFF;
    border: 1px solid rgba(14, 20, 32, 0.09);
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(2, 15, 30, 0.05);
    padding: 30px 15px;
    margin: 0;
    text-align: center;
    transition: transform .2s cubic-bezier(.2, .8, .2, 1), box-shadow .2s ease, border-color .2s ease;
}

.ai_roundtable_stakes_sec .matters-stats p:hover {
    transform: translateY(-5px);
    box-shadow: 0 40px 80px -30px rgba(2, 15, 30, 0.25);
    border-color: rgba(255, 104, 1, .3);
}

.ai_roundtable_stakes_sec .matters-stats .num {
    color: #FF6801;
    font-weight: 700;
    font-size: 22px;
}

.ai_roundtable_stakes_sec .matters-callout {
    max-width: 650px;
    margin: 40px auto 0;
    text-align: center;
    position: relative;
    padding: 38px 30px;
    border-radius: 18px;
    background: linear-gradient(175deg, #031B36 0%, #020F1E 100%);
}

.ai_roundtable_stakes_sec .matters-callout::before {
    content: "\201C";
    position: absolute;
    top: 6px;
    left: 22px;
    font-family: 'Fraunces', serif;
    font-size: 64px;
    color: #FF6801;
    opacity: .35;
    line-height: 1;
}

.ai_roundtable_stakes_sec .matters-question {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 34px;
    font-family: 'Fraunces', serif;
    font-style: italic;
    padding-bottom: 20px;
}

.ai_roundtable_stakes_sec .matters-answer {
    display: inline-block;
    font-size: 12px;
    color: #FF6801;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 9px 20px;
    border: 1px solid rgba(255, 104, 1, .4);
    border-radius: 100px;
    line-height: 20px;
}

.ai_roundtable_payoff_sec .checklist {
    max-width: 760px;
    margin: 25px auto 0;
    display: flex;
    flex-direction: column;
}

.ai_roundtable_payoff_sec .checklist li {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 20px;
    padding: 20px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    text-align: left;
    transition: padding-left .2s ease, background .2s ease;
    font-size: 18px;
    line-height: 30px;
}

.ai_roundtable_payoff_sec .checklist li:first-child {
    border-top: none;
}

.ai_roundtable_payoff_sec .checklist li:hover {
    background: #FCFAF7;
    padding-left: 14px;
    color: #1b1b1b;
}

.ai_roundtable_payoff_sec .checklist .tick {
    font-weight: 500;
    font-size: 26px;
    color: #FF6801;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ai_roundtable_forresterdata_sec .stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(14, 20, 32, 0.05);
    border: 1px solid rgba(14, 20, 32, 0.05);
    border-radius: 16px;
    overflow: hidden;
    margin: 30px 0 20px;
}

.ai_roundtable_forresterdata_sec .stat-item {
    background: #F4F2EF;
    text-align: center;
    padding: 32px 50px;
}

.ai_roundtable_forresterdata_sec .stat-item:hover {
    background: #FCFAF7;
}

.ai_roundtable_forresterdata_sec .stat-item h4 {
    font-size: 36px;
    color: #FF6801;
    line-height: 40px;
}

.ai_roundtable_forresterdata_sec .stat-source {
    text-align: center;
    color: #d3d3d3;
    font-style: italic;
}

.ai_roundtable_model_sec .pillars-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 30px 0;
}

.ai_roundtable_model_sec .pillar-chip {
    padding: 7px 23px;
    border: 1px solid rgba(14, 20, 32, 0.3);
    background: #FFFFFF;
    box-shadow: 0 2px 10px rgba(2, 15, 30, 0.05);
    border-radius: 100px;
    font-size: 14px;
    color: #0E1420;
    transition: transform .18s ease, border-color .18s ease;
    line-height: 20px;
    font-weight: 600;
}

.ai_roundtable_model_sec .pillar-chip:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 104, 1, .35);
}

.ai_roundtable_model_sec .pillar-connector {
    width: 1px;
    height: 35px;
    background: linear-gradient(rgba(14, 20, 32, 0.09), #FF6801);
    margin: 0 auto;
}

.ai_roundtable_model_sec .operating-model {
    display: inline-block;
    padding: 12px 30px;
    background: #FF6801;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 9px;
    box-shadow: 0 16px 30px -14px rgba(255, 104, 1, .55);
    line-height: 20px;
}

.ai_roundtable_model_sec .flywheel-note {
    text-align: center;
    color: #d3d3d3;
    margin-top: 20px;
    font-style: italic;
}

.ai_roundtable_together_sec .lenses-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 30px;
    align-items: center;
    max-width: 860px;
    margin: 30px auto 0;
}

.ai_roundtable_together_sec .lens-card {
    background: #FFFFFF;
    border: 1px solid rgba(14, 20, 32, 0.09);
    border-radius: 14px;
    padding: 28px 26px;
    box-shadow: 0 2px 10px rgba(2, 15, 30, 0.05);
    transition: transform .2s ease, box-shadow .2s ease;
}

.ai_roundtable_together_sec .lens-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 40px 80px -30px rgba(2, 15, 30, 0.25);
}

.ai_roundtable_together_sec .lens-card h6 {
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #FF6801;
    line-height: 20px;
    padding-bottom: 3px;
}

.ai_roundtable_together_sec .lens-card h5 {
    font-weight: 600;
}

.ai_roundtable_together_sec .lens-card p {
    color: #4B5563;
}

.ai_roundtable_together_sec .lens-plus {
    font-size: 22px;
    font-weight: 700;
    color: #C7CCD4;
    text-align: center;
}

.ai_roundtable_together_sec .lens-outcome {
    text-align: center;
    color: #fff;
    max-width: 640px;
    margin: 30px auto 0;
}

.ai_roundtable_together_sec .lens-outcome em {
    color: #FF6801;
    font-style: normal;
    font-weight: 700;
}

.itsm_event_page.ai_roundtable_page_sec .hero.event_campaign_banner .itsm_event_container {
    grid-template-columns: 1fr 560px;
}

.ai_roundtable_page_sec .event_campaign_banner .top_banner_right {
    width: 100%;
    background: #253f78;
}

.ai_roundtable_page_sec .event_campaign_banner .campign_form form .one_half p {
    padding: 0 0 12px;
}

.itsm_event_page .speaker-card .session-tag {
    font-size: 13px;
    color: #5b6577;
    border-top: 1px dashed rgba(37, 63, 120, 0.14);
    padding-top: 14px;
    line-height: 20px;
}

@media (max-width:860px) {

    .itsm_event_page.ai_roundtable_page_sec .hero.event_campaign_banner .itsm_event_container {
        grid-template-columns: 1fr;
    }

    .itsm_event_page .hero-visual .flywheel-stage {
        flex-direction: column;
        aspect-ratio: inherit;
    }

    .itsm_event_page .hero-visual .flywheel-caption {
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        font-size: 11px;
        line-height: 20px;
    }

    .ai_roundtable_forresterdata_sec .stat-grid {
        grid-template-columns: 1fr;
        margin: 20px 0;
    }

    .itsm_event_page .hero-visual .flywheel-stage .flywheel_svg {
        max-width: 320px;
    }

    .ai_roundtable_payoff_sec .checklist {
        margin-top: 10px;
    }

    .ai_roundtable_payoff_sec .checklist li {
        grid-template-columns: 35px 1fr;
        gap: 15px;
        font-size: 16px;
        line-height: 28px;
        padding: 14px 10px;
    }

    .ai_roundtable_stakes_sec .matters-stats {
        grid-template-columns: 1fr;
        margin: 20px auto 0;
    }

    .ai_roundtable_stakes_sec .matters-callout {
        padding: 35px 20px;
        margin: 20px auto 0;
    }

    .ai_roundtable_stakes_sec .matters-question {
        font-size: 18px;
    }

    .ai_roundtable_together_sec .lenses-row {
        gap: 15px;
        margin: 20px auto 0;
        grid-template-columns: 1fr;
    }

    .ai_roundtable_together_sec .lens-plus {
        transform: rotate(90deg);
    }

    .ai_roundtable_agenda_sec .agenda {
        margin-top: 20px;
    }

    .ai_roundtable_agenda_sec .agenda .agenda-row {
        grid-template-columns: 100px 1fr;
        gap: 20px;
        padding: 0 0 30px;
    }

    .ai_roundtable_agenda_sec .agenda .agenda-time {
        padding-right: 20px;
    }

    .ai_roundtable_agenda_sec .agenda:before {
        left: 101px;
        bottom: 35px;
    }

    .ai_roundtable_agenda_sec .agenda .agenda-row:after {
        left: 100px;
    }

    .ai_roundtable_agenda_sec .agenda .agenda-title {
        padding-left: 16px;
        font-size: 16.5px;
    }

    .ai_roundtable_page_sec .ai_roundtable_section_title .section_desc p {
        font-size: 16px;
        line-height: 28px;
    }

    .ai_roundtable_page_sec .ai_roundtable_section_title .section_desc p br {
        display: none;
    }

    .ai_roundtable_model_sec .pillars-row {
        gap: 10px;
        margin: 20px 0;
    }

    .ai_roundtable_model_sec .pillar-chip {
        padding: 6px 18px;
    }

    .ai_roundtable_together_sec .lens-outcome {
        margin: 20px auto 0;
    }

    .ai_roundtable_panel_sec .section_desc {
        max-width: 100%;
        padding-bottom: 20px;
    }

    .ai_roundtable_register_sec .section_desc {
        max-width: 100%;
    }

    .ai_roundtable_register_sec .form-wrap {
        margin-top: 25px;
        padding: 15px;
    }
}

/* AI Economics Roundtable Page Styles End */