@charset "UTF-8";
/*
Theme Name: Forex Expo Dubai Match-Prime LP
Theme URI: https://forex-dubai.match-prime.com/
Author: Match-Prime
Version: 1.0
*/

*,
*:before,
*:after {
    box-sizing: inherit
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden
}

body {
    background-color: var(--wp--preset--color--gray-900);
    color: var(--wp--preset--color--white);
    margin: 0;
}

a {
    color: inherit;
}

/* --- Lenis smooth scroll --- */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

:root :where(.is-layout-flow)>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.entry-content.wp-block-post-content {
    margin: 0;
    position: relative;
}

.wp-block-group.is-style-full-wide {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.wp-block-group.is-style-full-wide>* {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

/* --- Landing page navbar (parts/header.html) --- */
.hero_bg {
    z-index: 0;
    position: absolute;
    inset: 0px;
    overflow: hidden;
}

.hero_bg-video {
    pointer-events: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.hero_bg-fade {
    pointer-events: none;
    background-image: radial-gradient(110% 80% at 50% 18%, rgba(4, 4, 4, 0) 32%, rgba(4, 4, 4, 0.85) 100%), linear-gradient(rgba(4, 4, 4, 0) 55%, rgba(4, 4, 4, 0.7) 100%);
    position: absolute;
    inset: 0px;
}

.wp-block-group.lines-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    max-width: 1440px;
    border-left: 1px solid rgb(184 184 184 / 23%);
    border-right: 1px solid rgb(184 184 184 / 23%);
    z-index: 1;
}

.lp-navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.lp-navbar>.wp-block-group {
    max-width: 1440px;
    margin-inline: auto;
    padding: 24px 40px;
    align-items: center;
}

.lp-navbar .wp-block-site-logo img {
    width: auto;
}

.lp-navbar__menu {
    gap: 24px;
}

.lp-navbar__menu .wp-block-navigation-item__content {
    color: var(--wp--preset--color--white);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.16px;
}

.lp-navbar__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    border-radius: 37px;
    background: rgba(255, 255, 255, .05);
    color: var(--wp--preset--color--white);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.16px;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .2s ease;
}

.lp-navbar__cta:hover {
    background: rgba(255, 255, 255, .12);
}

@media (max-width: 782px) {
    .lp-navbar>.wp-block-group {
        padding: 16px 24px;
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .lp-navbar__menu {
        flex-wrap: wrap;
    }
}

/* --- Landing page footer (parts/footer.html) --- */
.lp-footer {
    background-color: var(--wp--preset--color--gray-900);
    background-image: url('assets/images/landing/07-footer/footer-glow.svg');
    background-repeat: no-repeat;
    background-position: -260px 0;
    background-size: 1300px auto;
    padding: 64px 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow: hidden;
}

.lp-footer>* {
    position: relative;
    z-index: 1;
}

.lp-footer__rule {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, .15);
    margin: 0;
    width: 100%;
}

.lp-footer__brand-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 64px;
    flex-wrap: wrap;
}

.lp-footer__logo img {
    width: 220px;
    height: auto;
}

.lp-footer__claim {
    font-family: var(--wp--custom--font--display);
    font-weight: 400;
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin: 0;
    text-align: right;
}

.lp-footer__claim-accent {
    font-family: var(--wp--custom--font--serif);
    background: linear-gradient(90deg, var(--wp--preset--color--primary-500) 16%, var(--wp--preset--color--secondary-500) 84%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lp-footer__columns {
    gap: 64px !important;
}

.lp-footer__col-contact p {
    color: var(--wp--preset--color--white);
    font-size: 14px;
    line-height: 1.2;
    max-width: 280px;
    margin: 0 0 24px;
}

.lp-footer__social {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

.lp-footer__social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 87px;
    background: rgba(255, 255, 255, .05);
    flex-shrink: 0;
}

.lp-footer__social-icon svg {
    display: block;
    width: 20px;
    height: 20px;
}

.lp-footer__col-links h3 {
    color: var(--wp--preset--color--gray-500);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.14px;
    margin: 0 0 32px;
}

.lp-footer__col-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.lp-footer__col-links a {
    color: var(--wp--preset--color--gray-300);
    font-size: 18px;
    text-decoration: none;
}

.lp-footer__col-links a:hover {
    color: var(--wp--preset--color--white);
}

.lp-footer__disclaimer p {
    color: var(--wp--preset--color--gray-500);
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 16px;
}

.lp-footer__disclaimer p:last-child {
    margin-bottom: 0;
}

.lp-footer__bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.lp-footer__copyright {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.lp-footer__legal-links {
    gap: 48px;
    display: flex;
}

.lp-footer__legal-links p {
    margin: 0;
}

.lp-footer__legal-links a {
    color: var(--wp--preset--color--gray-300);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.lp-footer__legal-links a:hover {
    color: var(--wp--preset--color--white);
}

@media (max-width: 900px) {
    .lp-footer {
        padding: 48px 24px;
    }

    .lp-footer__brand-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .lp-footer__claim {
        text-align: left;
        font-size: 40px;
    }

    .lp-footer__columns {
        flex-wrap: wrap !important;
        gap: 32px !important;
    }

    .lp-footer__columns .wp-block-column {
        flex-basis: 45% !important;
    }
}

/* --- 01. Hero --- */
.lp-hero {
    position: relative;
    padding-top: 96px;
    background-color: var(--wp--preset--color--gray-900);
    overflow: hidden;
}

.lp-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(to bottom left, rgba(4, 4, 4, 0) 15%, rgba(4, 4, 4, .92) 68%),
        url('assets/images/landing/01-hero/hero-bg-swirl.png'),
        url('assets/images/landing/01-hero/hero-bg-base.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top right, top right, top left;
    background-size: 100% 100%, 62% auto, cover;
    opacity: .85;
}

.lp-hero__container {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
    padding: 128px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.lp-hero__chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 38px;
    padding: 0 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .05);
    color: var(--wp--preset--color--white);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.16px;
    white-space: nowrap;
}

.lp-hero__chip .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--wp--preset--color--gray-400);
    flex-shrink: 0;
}

.lp-hero__title {
    font-family: var(--wp--custom--font--display);
    font-weight: 400;
    font-size: 72px;
    line-height: 1.1;
    letter-spacing: -2.16px;
    color: var(--wp--preset--color--white);
    margin: 0;
}

.lp-hero__title-accent {
    font-family: var(--wp--custom--font--serif);
    background: linear-gradient(90deg, var(--wp--preset--color--primary-500) 16%, var(--wp--preset--color--secondary-500) 84%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lp-hero__sub-title {
    color: var(--wp--preset--color--white);
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -.32px;
    line-height: 1.2;
    margin: 0 0 6px;
}

.lp-hero__sub-text {
    color: var(--wp--preset--color--white);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.18px;
    line-height: 1.2;
    margin: 0;
    max-width: 620px;
}

.lp-hero__stats {
    display: flex;
    gap: 4px;
    max-width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    mask-image: linear-gradient(to right, black 88%, transparent 100%);
}

.lp-hero__stats::-webkit-scrollbar {
    display: none;
}

.lp-hero__stat {
    flex: 0 0 auto;
    min-width: 150px;
    padding: 16px 16px 16px 24px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .05);
}

.lp-hero__stat-value {
    color: var(--wp--preset--color--white);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.18px;
    margin: 0 0 4px;
}

.lp-hero__stat-label {
    color: #737482;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.14px;
    margin: 0;
    white-space: nowrap;
}

.lp-hero__cta .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    border-radius: 37px;
    border: 1px solid var(--wp--preset--color--white);
    background: var(--wp--preset--color--white);
    color: var(--wp--preset--color--gray-900);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.16px;
    text-decoration: none;
    box-shadow: inset 0 1px 1px 1px rgba(255, 255, 255, .2), inset 0 -1px 2px 0 rgba(0, 0, 0, .1);
    transition: transform .2s ease;
}

.lp-hero__cta .wp-block-button__link:hover {
    transform: translateY(-1px);
}

.lp-hero__bar {
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.lp-hero__bar .wp-block-group {
    padding: 24px 40px 34px;
}

.lp-hero__bar-meta {
    color: #737482;
    font-size: 12px;
    letter-spacing: -.12px;
    margin: 0 0 4px;
}

.lp-hero__bar-meta .sep {
    color: #686cf4;
}

.lp-hero__bar-award {
    color: var(--wp--preset--color--white);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.18px;
    margin: 0;
}

@media (max-width: 900px) {
    .lp-hero__container {
        padding: 112px 24px 32px;
        align-items: stretch;
    }

    .lp-hero__title {
        font-size: 44px;
        letter-spacing: -1.3px;
    }

    .lp-hero__sub-title {
        font-size: 24px;
    }

    .lp-hero__sub,
    .lp-hero__sub-title,
    .lp-hero__sub-text {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .lp-hero__chip {
        display: flex;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        height: auto;
        min-height: 38px;
        flex-wrap: wrap;
        row-gap: 4px;
        white-space: normal;
    }

    .lp-hero__chip span {
        white-space: nowrap;
    }

    .lp-hero__bar {
        padding: 24px 24px 40px;
    }
}

/* --- 02. Gold --- */
.lp-gold {
    position: relative;
    background-color: var(--wp--preset--color--gray-10);
    padding: 64px 0;
    overflow: hidden;
}

.lp-gold__rule {
    position: absolute;
    background: var(--wp--preset--color--gray-150);
    pointer-events: none;
}

.lp-gold__rule--top,
.lp-gold__rule--bottom {
    left: 0;
    right: 0;
    height: 1px;
}

.lp-gold__container {
    position: relative;
    z-index: 1;
    max-width: 1248px;
    margin: 0 auto;
    padding: 124px 96px 64px;
}

.lp-gold__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.lp-gold__title {
    font-family: var(--wp--custom--font--display);
    font-weight: 500;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -1.2px;
    color: var(--wp--preset--color--gray-900);
    margin: 0;
    max-width: 480px;
    flex: 1 1 400px;
}

.lp-gold__title-accent {
    font-family: var(--wp--custom--font--serif);
    background: linear-gradient(90deg, var(--wp--preset--color--primary-500) 0%, var(--wp--preset--color--secondary-500) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lp-gold__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    max-width: 476px;
    flex: 1 1 400px;
}

.lp-gold__body p {
    margin: 0;
    color: var(--wp--preset--color--gray-900);
    font-family: var(--wp--custom--font--display);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.18px;
}

.lp-gold__cta .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    border-radius: var(--wp--custom--radius--button);
    border: 1px solid var(--wp--preset--color--gray-900);
    background: var(--wp--preset--color--gray-900);
    color: var(--wp--preset--color--white);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.16px;
    text-decoration: none;
    box-shadow: inset 0 1px 1px 1px rgba(255, 255, 255, .2), inset 0 -1px 2px 0 rgba(0, 0, 0, .1);
    transition: transform .2s ease;
}

.lp-gold__cta .wp-block-button__link:hover {
    transform: translateY(-1px);
}

.lp-gold__cards {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 8px;
    padding: 0 0 0 96px;
    max-width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    mask-image: linear-gradient(to right, black 92%, transparent 100%);
    justify-content: center;
}

.lp-gold__cards::-webkit-scrollbar {
    display: none;
}

.lp-gold__card {
    position: relative;
    flex: 0 0 342px;
    width: 342px;
    height: 375px;
    padding: 27px;
    border-radius: var(--wp--custom--radius--cards-12);
    background: var(--wp--preset--color--white);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.lp-gold__card-label {
    margin: 0;
    color: var(--wp--preset--color--gray-900);
    font-family: var(--wp--custom--font--display);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.12px;
}

.lp-gold__card-text {
    margin: 0;
    max-width: 289px;
    color: var(--wp--preset--color--gray-400);
    font-family: var(--wp--custom--font--display);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.6px;
}

.lp-gold__card-icon {
    position: absolute;
    pointer-events: none;
}

.lp-gold__card-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to top, black 55%, transparent 96%);
    mask-image: linear-gradient(to top, black 55%, transparent 96%);
}

/* Icon boxes as % of the card's 342x375 box (from Figma), so they scale with the card at smaller sizes */
.lp-gold__card--instruments .lp-gold__card-icon {
    left: -3.22%;
    top: 35.73%;
    width: 109.94%;
    height: 75.47%;
}

.lp-gold__card--sessions .lp-gold__card-icon {
    left: 25.44%;
    top: 32.53%;
    width: 78.36%;
    height: 71.47%;
}

.lp-gold__card--terms .lp-gold__card-icon {
    left: 21.05%;
    top: 31.47%;
    width: 88.3%;
    height: 80.53%;
}

.lp-gold__card--offhours .lp-gold__card-icon {
    left: 25.44%;
    top: 36%;
    width: 74.56%;
    height: 68%;
}

.lp-gold__card--delivery .lp-gold__card-icon {
    left: 12.57%;
    top: 34.13%;
    width: 87.43%;
    height: 78.13%;
}

@media (max-width: 900px) {
    .lp-gold__container {
        padding: 96px 24px 40px;
    }

    .lp-gold__title {
        font-size: 40px;
        letter-spacing: -.8px;
        max-width: 100%;
    }

    .lp-gold__top {
        flex-direction: column;
        gap: 32px;
    }

    .lp-gold__body {
        max-width: 100%;
    }

    .lp-gold__cards {
        padding-left: 24px;
        gap: 6px;
    }

    .lp-gold__card {
        flex-basis: 280px;
        width: 280px;
        height: 320px;
        padding: 20px;
    }

    .lp-gold__rule--vl {
        left: 12px;
    }

    .lp-gold__rule--vr {
        right: 12px;
    }
}

/* --- 03. Why spreads hold --- */
.lp-spreads-hold {
    position: relative;
    padding: 104px 0;
    background-color: var(--wp--preset--color--gray-900);
    overflow: hidden;
}

.lp-spreads-hold__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(to bottom, rgba(4, 4, 4, 0) 0%, rgba(4, 4, 4, .95) 55%),
        radial-gradient(760px 520px at 12% 96%, rgba(87, 71, 255, .1), transparent 70%),
        radial-gradient(640px 520px at 104% 58%, rgba(87, 71, 255, .07), transparent 70%),
        url('assets/images/landing/03-why-spreads-hold/section-bg-glow.png');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, top left, top left, top center;
    background-size: 100% 100%, cover, cover, cover;
    opacity: .8;
}

.lp-spreads-hold__container {
    position: relative;
    z-index: 1;
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 96px;
}

/* Head */
.lp-spreads-hold__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 56px;
}

.lp-spreads-hold__title {
    font-family: var(--wp--custom--font--display);
    font-weight: 500;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -1.2px;
    color: var(--wp--preset--color--white);
    margin: 0;
    max-width: 600px;
}

.lp-spreads-hold__title-accent {
    font-family: var(--wp--custom--font--serif);
    background: linear-gradient(90deg, var(--wp--preset--color--primary-500) 16%, var(--wp--preset--color--secondary-500) 84%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lp-spreads-hold__intro {
    color: var(--wp--preset--color--white);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.18px;
    line-height: 1.2;
    max-width: 385px;
    margin: 0;
}

/* Cards */
.lp-spreads-hold__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 8px;
}

.lp-spreads-hold__card {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background: rgba(255, 255, 255, .04);
    overflow: hidden;
}

.lp-spreads-hold__card-art {
    line-height: 0;
}

.lp-spreads-hold__card-art img {
    display: block;
    width: 100%;
    height: auto;
}

.lp-spreads-hold__card-body {
    padding: 32px 16px 32px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lp-spreads-hold__card-title {
    font-family: var(--wp--custom--font--display);
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -.24px;
    line-height: 1.2;
    color: var(--wp--preset--color--white);
    margin: 0;
}

.lp-spreads-hold__card-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.16px;
    line-height: 1.4;
    color: rgba(255, 255, 255, .8);
    margin: 0;
}

/* Table */
.lp-spreads-hold__table {
    margin-top: 40px;
    padding: 40px;
    border-radius: 24px;
    background: rgba(224, 222, 251, .02);
    border: 1px solid rgba(255, 255, 255, .06);
}

.lp-spreads-hold__table-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px 24px;
    margin-bottom: 40px;
}

.lp-spreads-hold__table-title,
.lp-spreads-hold__table-meta {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -.15px;
    text-transform: uppercase;
    color: var(--wp--preset--color--white);
}

.lp-spreads-hold__dot {
    color: var(--wp--preset--color--primary-500);
    font-weight: 700;
    padding: 0 2px;
}

.lp-spreads-hold__rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lp-spreads-hold__row {
    display: grid;
    grid-template-columns: 56px 1fr 64px;
    align-items: center;
    gap: 16px;
}

.lp-spreads-hold__row-label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.14px;
    color: #7c7f9b;
}

.lp-spreads-hold__row-label img {
    display: block;
    width: 20px;
    height: 20px;
}

.lp-spreads-hold__row-track {
    position: relative;
    display: flex;
    align-items: center;
    height: 32px;
    border-radius: 4px;
    background: #161620;
    border: 1px solid rgba(74, 73, 82, .6);
    box-shadow: inset 0 4px 20px rgba(0, 0, 0, .5);
    overflow: hidden;
}

.lp-spreads-hold__row-fill {
    flex: 0 0 auto;
    align-self: stretch;
    min-width: 4px;
    border-radius: 4px;
    background: #202745;
    box-shadow: inset 0 4px 16px rgba(0, 0, 0, .36);
}

.lp-spreads-hold__row-wordmark {
    display: block;
    height: 11px;
    width: auto;
    margin-left: 12px;
}

.lp-spreads-hold__row-value {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -.15px;
    color: var(--wp--preset--color--white);
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.lp-spreads-hold__row--brand .lp-spreads-hold__row-track {
    background: #2f2f40;
}

.lp-spreads-hold__row--brand .lp-spreads-hold__row-fill {
    background: linear-gradient(108deg, var(--wp--preset--color--primary-500) 26%, var(--wp--preset--color--secondary-500) 114%);
    box-shadow: inset 0 4px 16px rgba(0, 0, 0, .3);
}

.lp-spreads-hold__row--brand .lp-spreads-hold__row-label {
    color: var(--wp--preset--color--white);
}

.lp-spreads-hold__axis {
    display: grid;
    grid-template-columns: 56px 1fr 64px;
    gap: 16px;
    margin-top: 16px;
}

.lp-spreads-hold__axis-ticks {
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: 12px;
    letter-spacing: -.12px;
    color: #737482;
}

.lp-spreads-hold__caption {
    margin: 32px 0 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.18px;
    line-height: 1.4;
    color: var(--wp--preset--color--white);
}

@media (max-width: 1100px) {
    .lp-spreads-hold__cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 900px) {
    .lp-spreads-hold {
        padding: 72px 0;
    }

    .lp-spreads-hold__container {
        padding: 0 24px;
    }

    .lp-spreads-hold__title {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .lp-spreads-hold__head {
        margin-bottom: 32px;
    }

    .lp-spreads-hold__table {
        padding: 24px;
    }

    .lp-spreads-hold__table-title {
        font-size: 13px;
    }

    .lp-spreads-hold__row {
        grid-template-columns: 44px 1fr 52px;
        gap: 10px;
    }

    .lp-spreads-hold__axis {
        grid-template-columns: 44px 1fr 52px;
        gap: 10px;
    }

    .lp-spreads-hold__row-wordmark {
        display: none;
    }

    .lp-spreads-hold__caption {
        font-size: 16px;
    }
}

@media (max-width: 560px) {
    .lp-spreads-hold__table {
        padding: 20px 16px;
        overflow-x: auto;
    }

    .lp-spreads-hold__rows,
    .lp-spreads-hold__axis {
        min-width: 480px;
    }

    .lp-navbar>.wp-block-group {
        justify-content: center;
    }

    .lp-navbar>.wp-block-group .wp-block-group {
        gap: 0;
        justify-content: center;
        align-items: center;
    }
}

/* --- 04. Spread stability shows up on your P&L --- */
.lp-pnl {
    position: relative;
    background-color: var(--wp--preset--color--gray-10);
    border-top: 1px solid var(--wp--preset--color--gray-150);
    border-bottom: 1px solid var(--wp--preset--color--gray-150);
    overflow: hidden;
}

.lp-pnl__rule {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: var(--wp--preset--color--gray-150);
    pointer-events: none;
}

.lp-pnl__container {
    position: relative;
    z-index: 1;
    max-width: 1248px;
    margin: 0 auto;
    padding: var(--wp--custom--spacing--64) 96px;
    display: flex;
    flex-direction: column;
    gap: var(--wp--custom--spacing--104);
}

.lp-pnl__title {
    font-family: var(--wp--custom--font--display);
    font-weight: 500;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -3px;
    color: var(--wp--preset--color--gray-900);
    margin: 0;
}

.lp-pnl__title-accent {
    font-family: var(--wp--custom--font--serif);
    font-weight: 400;
    background: linear-gradient(90deg, var(--wp--preset--color--primary-500) 16%, var(--wp--preset--color--secondary-500) 84%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lp-pnl__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--wp--custom--spacing--8);
}

.lp-pnl__card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 480px;
    padding: var(--wp--custom--spacing--32);
    border-radius: var(--wp--custom--radius--cards-16);
    background-color: var(--wp--preset--color--white);
    overflow: hidden;
}

.lp-pnl__card-icon {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    margin: 0 -32px;
}

.lp-pnl__card-icon img {
    max-width: 100%;
    max-height: 260px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.lp-pnl__card-body {
    display: flex;
    flex-direction: column;
    gap: var(--wp--custom--spacing--16);
}

.lp-pnl__card-title {
    font-family: var(--wp--custom--font--display);
    font-weight: 500;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.84px;
    color: var(--wp--preset--color--gray-900);
    margin: 0;
}

.lp-pnl__card-text {
    font-family: var(--wp--custom--font--display);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.16px;
    color: var(--wp--preset--color--gray-600);
    margin: 0;
}

@media (max-width: 900px) {
    .lp-pnl__rule {
        display: none;
    }

    .lp-pnl__container {
        padding: var(--wp--custom--spacing--48) 24px;
        gap: var(--wp--custom--spacing--48);
    }

    .lp-pnl__title {
        font-size: 36px;
        letter-spacing: -1.5px;
    }

    .lp-pnl__cards {
        grid-template-columns: 1fr;
    }

    .lp-pnl__card {
        min-height: auto;
    }

    .lp-pnl__card-icon {
        min-height: 180px;
    }

    .lp-pnl__card-icon img {
        max-height: 180px;
    }
}

@media (max-width: 480px) {
    .lp-pnl__title {
        font-size: 30px;
        letter-spacing: -1px;
    }
}

/* --- 05. Operating since 2020. In Dubai since 2024. --- */
.lp-operating-stats {
    position: relative;
    background-color: var(--wp--preset--color--gray-900);
}

.lp-operating-stats__container {
    max-width: 1248px;
    margin: 0 auto;
    padding: var(--wp--custom--spacing--104) 96px var(--wp--custom--spacing--64);
    display: flex;
    flex-direction: column;
    gap: var(--wp--custom--spacing--48);
}

.lp-operating-stats__intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: var(--wp--custom--spacing--40);
    flex-wrap: wrap;
}

.lp-operating-stats__title {
    font-family: var(--wp--custom--font--display);
    font-weight: 500;
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -2.8px;
    color: var(--wp--preset--color--white);
    margin: 0;
    max-width: 620px;
    flex: 1 1 480px;
}

.lp-operating-stats__title-accent {
    font-family: var(--wp--custom--font--serif);
    font-weight: 400;
    background: linear-gradient(90deg, var(--wp--preset--color--primary-500) 16%, var(--wp--preset--color--secondary-500) 84%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lp-operating-stats__lede {
    font-family: var(--wp--custom--font--display);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.18px;
    color: var(--wp--preset--color--white);
    margin: 0;
    max-width: 420px;
    flex: 1 1 320px;
}

.lp-operating-stats__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--wp--custom--spacing--16);
}

.lp-operating-stats__stat {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--wp--custom--spacing--24);
    padding: var(--wp--custom--spacing--48) var(--wp--custom--spacing--32);
    border-radius: var(--wp--custom--radius--cards-16);
    background:
        radial-gradient(120% 140% at 12% 15%, rgba(87, 71, 255, .12), transparent 60%),
        rgba(255, 255, 255, .05);
    overflow: hidden;
}

.lp-operating-stats__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    height: 32px;
    padding: 0 var(--wp--custom--spacing--16);
    border-radius: 58px;
    background: rgba(255, 255, 255, .05);
    color: var(--wp--preset--color--white);
    font-family: var(--wp--custom--font--display);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.13px;
    text-transform: uppercase;
    white-space: nowrap;
}

.lp-operating-stats__text {
    font-family: var(--wp--custom--font--display);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.2px;
    color: var(--wp--preset--color--gray-100);
    margin: 0;
    max-width: 490px;
}

@media (max-width: 900px) {
    .lp-operating-stats__container {
        padding: var(--wp--custom--spacing--64) 24px var(--wp--custom--spacing--48);
        gap: var(--wp--custom--spacing--32);
    }

    .lp-operating-stats__intro {
        align-items: flex-start;
    }

    .lp-operating-stats__title {
        font-size: 36px;
        letter-spacing: -1.5px;
    }

    .lp-operating-stats__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .lp-operating-stats__title {
        font-size: 30px;
        letter-spacing: -1px;
    }
}

/* --- 06. Come and see us at Booth 76. --- */
.lp-booth-team {
    position: relative;
    background-color: var(--wp--preset--color--gray-900);
    padding-bottom: var(--wp--custom--spacing--104);
}

.lp-booth-team__container {
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 96px;
    display: flex;
    flex-direction: column;
    gap: var(--wp--custom--spacing--64);
}

.lp-booth-team__divider {
    width: 100%;
    height: 1px;
    border: none;
    margin: 0;
    background-color: rgba(255, 255, 255, .15);
}

.lp-booth-team__intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: var(--wp--custom--spacing--40);
    flex-wrap: wrap;
}

.lp-booth-team__title {
    font-family: var(--wp--custom--font--display);
    font-weight: 500;
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -2.8px;
    color: var(--wp--preset--color--white);
    margin: 0;
    max-width: 520px;
    flex: 1 1 420px;
}

.lp-booth-team__title-accent {
    font-family: var(--wp--custom--font--serif);
    font-weight: 400;
    background: linear-gradient(90deg, var(--wp--preset--color--primary-500) 16%, var(--wp--preset--color--secondary-500) 84%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lp-booth-team__lede {
    font-family: var(--wp--custom--font--display);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.18px;
    color: var(--wp--preset--color--white);
    margin: 0;
    max-width: 430px;
    flex: 1 1 320px;
}

.lp-booth-team__cta-row {
    display: flex;
    justify-content: flex-end;
    margin-top: calc(-1 * var(--wp--custom--spacing--32));
}

.lp-booth-team__cta .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    border-radius: var(--wp--custom--radius--button);
    border: 1px solid var(--wp--preset--color--white);
    background: var(--wp--preset--color--white);
    color: var(--wp--preset--color--gray-900);
    font-family: var(--wp--custom--font--display);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.16px;
    text-decoration: none;
    box-shadow: inset 0 1px 1px 1px rgba(255, 255, 255, .2), inset 0 -1px 2px 0 rgba(0, 0, 0, .1);
    transition: transform .2s ease;
}

.lp-booth-team__cta .wp-block-button__link:hover {
    transform: translateY(-1px);
}

.lp-booth-team__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--wp--custom--spacing--8);
}

.lp-booth-team__card {
    display: flex;
    flex-direction: column;
    border-radius: var(--wp--custom--radius--cards-16);
    background:
        radial-gradient(120% 120% at 15% 15%, rgba(87, 71, 255, .12), transparent 60%),
        rgba(255, 255, 255, .05);
    overflow: hidden;
}

.lp-booth-team__photo {
    position: relative;
    width: 100%;
    aspect-ratio: 41 / 40;
    overflow: hidden;
}

.lp-booth-team__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.lp-booth-team__card-body {
    display: flex;
    flex-direction: column;
    gap: var(--wp--custom--spacing--16);
    padding: var(--wp--custom--spacing--48) var(--wp--custom--spacing--32) var(--wp--custom--spacing--32);
}

.lp-booth-team__name {
    font-family: var(--wp--custom--font--display);
    font-weight: 500;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: -0.44px;
    color: var(--wp--preset--color--white);
    margin: 0;
}

.lp-booth-team__role {
    font-family: var(--wp--custom--font--display);
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -0.15px;
    color: var(--wp--preset--color--gray-400);
    margin: 0;
}

.lp-booth-team__details {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    font-family: var(--wp--custom--font--display);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.18px;
    color: var(--wp--preset--color--gray-300);
}

@media (max-width: 900px) {
    .lp-booth-team {
        padding-bottom: var(--wp--custom--spacing--64);
    }

    .lp-booth-team__container {
        padding: 0 24px;
        gap: var(--wp--custom--spacing--40);
    }

    .lp-booth-team__intro {
        align-items: flex-start;
    }

    .lp-booth-team__title {
        font-size: 36px;
        letter-spacing: -1.5px;
    }

    .lp-booth-team__cta-row {
        justify-content: flex-start;
        margin-top: 0;
    }

    .lp-booth-team__cards {
        grid-template-columns: 1fr;
        gap: var(--wp--custom--spacing--16);
    }

    .lp-booth-team__photo {
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 480px) {
    .lp-booth-team__title {
        font-size: 30px;
        letter-spacing: -1px;
    }

    .lp-booth-team__details {
        font-size: 16px;
    }
}