
:root {
    --sxpo-navy: #102a56;
    --sxpo-navy-2: #183b73;
    --sxpo-orange: #ff7a00;
    --sxpo-orange-2: #ff9a2e;
    --sxpo-cream: #fff8ef;
    --sxpo-bg: #f6f8fb;
    --sxpo-text: #17233b;
    --sxpo-muted: #68758a;
    --sxpo-border: #e5eaf1;
    --sxpo-success: #159a6c;
    --sxpo-info: #2b72d6;
    --shadow-sm: 0 6px 18px rgba(16,42,86,.08);
    --shadow-md: 0 16px 38px rgba(16,42,86,.12);
    --radius: 18px;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
    color: var(--sxpo-text);
    background: #fff
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%
}

.section {
    padding: 78px 0
}

.section-sm {
    padding: 48px 0
}

.bg-soft {
    background: var(--sxpo-bg)
}

.bg-navy {
    background: var(--sxpo-navy)
}

.text-muted-2 {
    color: var(--sxpo-muted)
}

.text-orange {
    color: var(--sxpo-orange)
}

.text-navy {
    color: var(--sxpo-navy)
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.rounded-xl {
    border-radius: var(--radius)
}

.shadow-soft {
    box-shadow: var(--shadow-sm)
}

.container-wide {
    max-width: 1440px
}

.btn-sxpo {
    background: var(--sxpo-orange);
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: .78rem 1.25rem;
    font-weight: 700
}

    .btn-sxpo:hover {
        background: #e96d00;
        color: #fff
    }

.btn-outline-sxpo {
    border: 1px solid var(--sxpo-navy);
    color: var(--sxpo-navy);
    border-radius: 10px;
    padding: .76rem 1.2rem;
    font-weight: 700
}

    .btn-outline-sxpo:hover {
        background: var(--sxpo-navy);
        color: #fff
    }

.brand {
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: -1px;
    color: var(--sxpo-navy)
}

    .brand span {
        color: var(--sxpo-orange)
    }

    .brand small {
        font-size: .52rem;
        color: var(--sxpo-orange);
        letter-spacing: .5px;
        display: block;
        text-align: right;
        margin-top: -6px
    }

.search-box {
    background: #f4f6f9;
    border: 1px solid #edf0f4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: .35rem .75rem
}

    .search-box input {
        border: 0;
        background: transparent;
        outline: 0;
        width: 230px;
        padding: .4rem
    }

.hero {
    background: linear-gradient(135deg,#f8fbff 0%,#fff 55%,#fff5e9 100%);
    overflow: hidden
}

.hero-wrap {
    min-height: 580px;
    display: flex;
    align-items: center
}

.hero-title {
    font-size: clamp(2.6rem,4.6vw,5rem);
    line-height: 1.1;
    letter-spacing: -2.5px;
    font-weight: 900;
    color: var(--sxpo-navy)
}

.hero-kicker {
    font-weight: 800;
    color: var(--sxpo-orange);
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: .08em
}

.hero-copy {
    font-size: 1.15rem;
    color: #59677d;
    max-width: 670px;
    line-height: 1.7
}

.hero-art {
    position: relative;
    min-height: 510px
}

    .hero-art:before {
        content: "";
        position: absolute;
        width: 430px;
        height: 430px;
        border-radius: 50%;
        background: linear-gradient(135deg,#dceaff,#fff0dd);
        right: 6%;
        top: 5%
    }

.hero-panel {
    position: absolute;
    background: #fff;
    border: 1px solid var(--sxpo-border);
    box-shadow: var(--shadow-md);
    border-radius: 22px;
    padding: 18px;
    z-index: 2
}

    .hero-panel.main {
        right: 4%;
        top: 9%;
        width: 74%;
        height: 390px;
        background: linear-gradient(145deg,#173d78,#102a56);
        overflow: hidden
    }

        .hero-panel.main:after {
            content: "";
            position: absolute;
            right: -45px;
            top: -100px;
            width: 240px;
            height: 240px;
            background: var(--sxpo-orange);
            border-radius: 50%;
            opacity: .9
        }

.hero-person {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 8rem;
    color: #fff;
    opacity: .96
}

.hero-stat {
    left: 0;
    top: 18%;
    width: 195px
}

.hero-stat-2 {
    left: 4%;
    bottom: 18%;
    width: 186px
}

.hero-stat-3 {
    right: 0;
    top: 1%;
    width: 200px
}

.hero-person-icon {
    width: 180px;
    height: 240px;
    border-radius: 100px 100px 28px 28px;
    background: linear-gradient(180deg,#f5c5a4,#e5a078);
    position: relative;
    box-shadow: 0 30px 50px rgba(0,0,0,.18)
}

    .hero-person-icon:before {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: #f6c8aa;
        top: -70px;
        left: 30px;
        border: 12px solid #3b2d2a
    }

    .hero-person-icon:after {
        content: "";
        position: absolute;
        width: 210px;
        height: 140px;
        border-radius: 120px 120px 20px 20px;
        background: #163c73;
        bottom: -20px;
        left: -15px
    }

.metric-strip {
    margin-top: -40px;
    position: relative;
    z-index: 3
}

.metric-card {
    background: #fff;
    border: 1px solid var(--sxpo-border);
    padding: 20px;
    border-radius: 15px;
    box-shadow: var(--shadow-sm);
    height: 100%
}

.metric-number {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--sxpo-navy)
}

.audience-card {
    height: 100%;
    border: 1px solid var(--sxpo-border);
    border-radius: 20px;
    padding: 28px;
    background: #fff;
    box-shadow: var(--shadow-sm);
    transition: .25s
}

    .audience-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-md)
    }

.icon-circle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.3rem;
    background: #fff0df;
    color: var(--sxpo-orange)
}

    .icon-circle.blue {
        background: #eaf2ff;
        color: var(--sxpo-info)
    }

    .icon-circle.green {
        background: #e8f7f1;
        color: var(--sxpo-success)
    }

.event-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--sxpo-border);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: .25s
}

    .event-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-md)
    }

.event-img {
    height: 190px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 900
}

.grad-1 {
    background: linear-gradient(135deg,#123768,#2e73bf)
}

.grad-2 {
    background: linear-gradient(135deg,#0b6d59,#74b94c)
}

.grad-3 {
    background: linear-gradient(135deg,#5a2c88,#c56ca5)
}

.grad-4 {
    background: linear-gradient(135deg,#7a3b16,#d77d35)
}

.card-body-custom {
    padding: 20px
}

.badge-soft {
    background: #eef4ff;
    color: #2c65b5;
    padding: .42rem .7rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: .78rem
}

.section-title {
    font-size: clamp(2rem,3.2vw,2.7rem);
    font-weight: 900;
    letter-spacing: -1px;
    color: var(--sxpo-navy)
}

.section-subtitle {
    max-width: 830px;
    color: var(--sxpo-muted);
    line-height: 1.7
}

.feature-list {
    display: grid;
    gap: 20px
}

.feature-item {
    display: flex;
    gap: 14px
}

    .feature-item .icon-circle {
        flex: 0 0 48px;
        width: 48px;
        height: 48px
    }

.dark-panel {
    background: linear-gradient(145deg,#102a56,#183b73);
    color: #fff;
    border-radius: 20px;
    padding: 34px;
    box-shadow: var(--shadow-md)
}

.steps {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px
}

.step {
    background: #fff;
    border: 1px solid var(--sxpo-border);
    border-radius: 18px;
    padding: 24px;
    height: 100%
}

.step-num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--sxpo-orange);
    color: #fff;
    font-weight: 900;
    margin-bottom: 18px
}

.footer {
    background: #0b1f3f;
    color: #d8e1ef;
    padding: 56px 0 22px
}

    .footer a {
        color: #d8e1ef
    }

        .footer a:hover {
            color: #fff
        }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.13);
    padding-top: 18px;
    margin-top: 36px
}

.page-hero {
    background: linear-gradient(135deg,#102a56,#1c4b8f);
    color: #fff;
    padding: 76px 0
}

    .page-hero .lead {
        color: #c9d6e8;
        max-width: 800px
    }

.filter-bar {
    background: #fff;
    border: 1px solid var(--sxpo-border);
    border-radius: 16px;
    padding: 18px;
    box-shadow: var(--shadow-sm);
    margin-top: -35px;
    position: relative;
    z-index: 3
}

.form-control, .form-select {
    border-radius: 10px;
    border-color: #dfe5ed;
    padding: .75rem .9rem
}

    .form-control:focus, .form-select:focus {
        border-color: #7da4dd;
        box-shadow: 0 0 0 .2rem rgba(43,114,214,.1)
    }

.company-card {
    background: #fff;
    border: 1px solid var(--sxpo-border);
    border-radius: 18px;
    padding: 22px;
    height: 100%;
    box-shadow: var(--shadow-sm)
}

.logo-box {
    width: 68px;
    height: 68px;
    border-radius: 14px;
    background: #eef4ff;
    color: var(--sxpo-navy);
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: 1.1rem
}

.product-card {
    background: #fff;
    border: 1px solid var(--sxpo-border);
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    box-shadow: var(--shadow-sm)
}

.product-img {
    height: 180px;
    background: linear-gradient(135deg,#edf4ff,#d9e6fb);
    display: grid;
    place-items: center;
    font-size: 4rem;
    color: var(--sxpo-navy)
}

.event-cover {
    height: 390px;
    background: linear-gradient(135deg,#102a56,#2d73bf);
    border-radius: 22px;
    display: flex;
    align-items: flex-end;
    padding: 34px;
    color: #fff;
    position: relative;
    overflow: hidden
}

    .event-cover:after {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background: rgba(255,122,0,.88);
        right: -80px;
        bottom: -140px
    }

    .event-cover > div {
        position: relative;
        z-index: 2
    }

.sticky-card {
    position: sticky;
    top: 95px
}

.info-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px
}

    .info-row i {
        color: var(--sxpo-orange);
        margin-top: 3px
    }

.dashboard-shell {
    background: #f5f7fb;
    min-height: 100vh
}

.sidebar {
    background: #0d2346;
    color: #dce6f4;
    min-height: 100vh;
    position: sticky;
    top: 0;
    height: 100vh
}

    .sidebar .brand {
        color: #fff
    }

    .sidebar a {
        display: flex;
        align-items: center;
        gap: 11px;
        color: #cbd7e8;
        padding: 11px 14px;
        border-radius: 10px;
        margin: 2px 0
    }

        .sidebar a:hover, .sidebar a.active {
            background: rgba(255,255,255,.09);
            color: #fff
        }

.dash-top {
    background: #fff;
    border-bottom: 1px solid var(--sxpo-border);
    padding: 14px 20px;
    position: sticky;
    top: 0;
    z-index: 20
}

.kpi {
    background: #fff;
    border: 1px solid var(--sxpo-border);
    border-radius: 16px;
    padding: 20px;
    height: 100%
}

    .kpi .value {
        font-size: 1.8rem;
        font-weight: 900;
        color: var(--sxpo-navy)
    }

.table-card {
    background: #fff;
    border: 1px solid var(--sxpo-border);
    border-radius: 16px;
    overflow: hidden
}

    .table-card .table {
        margin-bottom: 0
    }

.status {
    padding: .35rem .65rem;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 800
}

.status-success {
    background: #e7f7f0;
    color: #0e8059
}

.status-warning {
    background: #fff2db;
    color: #a56600
}

.status-info {
    background: #eaf2ff;
    color: #2b65b5
}

.status-danger {
    background: #fdecec;
    color: #bd3b3b
}

.auth-page {
    min-height: 100vh;
    background: linear-gradient(135deg,#f7fbff,#fff5e9);
    display: flex;
    align-items: center
}

.auth-card {
    background: #fff;
    border: 1px solid var(--sxpo-border);
    border-radius: 22px;
    box-shadow: var(--shadow-md);
    padding: 20px 34px
}

.pricing-card {
    height: 100%;
    border: 1px solid var(--sxpo-border);
    border-radius: 20px;
    padding: 30px 25px;
    background: #fff;
    box-shadow: var(--shadow-sm)
}

    .pricing-card.featured {
        border: 2px solid var(--sxpo-orange);
        transform: translateY(-8px)
    }

.price {
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--sxpo-navy)
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px
}

    .check-list li:before {
        content: "✓";
        color: var(--sxpo-success);
        font-weight: 900;
        margin-right: 10px
    }

.newsletter {
    background: linear-gradient(135deg,#102a56,#183b73);
    color: #fff;
    border-radius: 22px;
    padding: 34px
}

.toast-demo {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 2000
}

.code-box {
    letter-spacing: .2em;
    font-size: 1.25rem;
    font-weight: 900;
    text-align: center
}

@media(max-width:991.98px) {
    .search-box {
        display: none
    }

    .hero-wrap {
        min-height: auto;
        padding: 70px 0
    }

    .hero-art {
        min-height: 470px;
        margin-top: 30px
    }

    .hero-panel.main {
        width: 78%;
        right: 4%
    }

    .steps {
        grid-template-columns: repeat(2,1fr)
    }

    .sidebar {
        position: fixed;
        left: -280px;
        width: 260px;
        z-index: 1100;
        transition: .25s
    }

        .sidebar.open {
            left: 0
        }
}

@media(max-width:767.98px) {
    .section {
        padding: 55px 0
    }

    .hero-title {
        letter-spacing: -1.4px
    }

    .hero-art {
        min-height: 400px
    }

    .hero-panel.main {
        width: 82%;
        height: 300px
    }

    .hero-stat {
        width: 155px;
        top: 8%
    }

    .hero-stat-2 {
        width: 170px;
        bottom: 10%
    }

    .hero-stat-3 {
        width: 160px;
        bottom: 0
    }

    .event-cover {
        height: 300px
    }

    .steps {
        grid-template-columns: 1fr
    }

    .metric-strip {
        margin-top: 0
    }

    .pricing-card.featured {
        transform: none
    }
}

/* SXPO Launch Website additions */
.launch-banner {
    background: var(--sxpo-navy);
    color: #fff;
    padding: 10px 0;
    font-size: .92rem
}

.launch-status {
    font-size: .82rem;
    font-weight: 800;
    color: var(--sxpo-navy);
    white-space: nowrap
}

.launch-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #20b486;
    margin-right: 6px;
    box-shadow: 0 0 0 4px rgba(32,180,134,.12)
}

.launch-pill {
    display: inline-flex;
    align-items: center;
    background: #edf8f4;
    color: #117653;
    padding: .45rem .75rem;
    border-radius: 999px;
    font-weight: 800;
    font-size: .78rem
}

.hero-note {
    font-size: .9rem;
    color: #68758a
}

.hero-dashboard-art {
    position: absolute;
    inset: 28px;
    padding: 18px
}

.art-top {
    display: flex;
    gap: 7px;
    margin-bottom: 18px
}

    .art-top span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(255,255,255,.45)
    }

.art-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 12px;
    height: calc(100% - 35px)
}

.art-card {
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 14px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff
}

    .art-card.tall {
        grid-row: span 2;
        justify-content: center
    }

    .art-card i {
        font-size: 2rem;
        color: #ff9a2e;
        margin-bottom: 12px
    }

    .art-card b {
        font-size: .95rem
    }

    .art-card small {
        color: rgba(255,255,255,.62);
        margin-top: 4px
    }

.metric-label {
    font-weight: 900;
    color: var(--sxpo-navy);
    font-size: 1.15rem;
    margin-top: 10px
}

.metric-message {
    font-size: .9rem;
    color: var(--sxpo-muted);
    margin-top: 4px
}

.coming-card {
    position: relative
}

    .coming-card .event-img {
        font-size: 3rem
    }

.coming-label {
    display: inline-flex;
    background: #fff1df;
    color: #a85b00;
    padding: .35rem .6rem;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 900
}

.category-tile {
    height: 100%;
    min-height: 120px;
    background: #fff;
    border: 1px solid var(--sxpo-border);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    box-shadow: var(--shadow-sm)
}

    .category-tile i {
        font-size: 1.5rem;
        color: var(--sxpo-orange)
    }

    .category-tile b {
        color: var(--sxpo-navy)
    }

    .category-tile small {
        color: var(--sxpo-muted);
        font-weight: 700
    }

.mini-feature {
    border: 1px solid var(--sxpo-border);
    border-radius: 14px;
    padding: 10px 16px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: #fff
}

    .mini-feature i {
        font-size: 1.3rem;
        color: var(--sxpo-orange)
    }

    .mini-feature b {
        color: var(--sxpo-navy)
    }

    .mini-feature small {
        color: var(--sxpo-muted)
    }

/*.offer-card {
    border: 2px solid var(--sxpo-orange);
    border-radius: 20px;
    padding: 28px;
    background: linear-gradient(135deg,#fffaf4,#fff)
}

.offer-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: #fff0df;
    color: var(--sxpo-orange);
    display: grid;
    place-items: center;
    font-size: 1.6rem;
    flex: 0 0 auto
}
*/
.newsletter .btn-outline-light:hover {
    background: #fff;
    color: var(--sxpo-navy)
}

@media(max-width:767.98px) {
    .launch-status {
        display: none
    }

    .hero-dashboard-art {
        inset: 18px
    }

    .art-card {
        padding: 12px
    }

        .art-card i {
            font-size: 1.4rem;
            margin-bottom: 7px
        }

        .art-card b {
            font-size: .78rem
        }

        .art-card small {
            font-size: .68rem
        }
}

/* =========================================================
   SXPO NAVIGATION - PRE-LAUNCH
   ========================================================= */

.navbar-sxpo {
    position: relative;
    z-index: 1050;
}

    /* ---------------------------------------------------------
   Main Navigation
   --------------------------------------------------------- */

    .navbar-sxpo .navbar-nav {
        align-items: center;
    }

    .navbar-sxpo .nav-link {
        position: relative;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 0.75rem 0.85rem !important;
        color: #344054;
        font-size: 0.91rem;
        font-weight: 500;
        white-space: nowrap;
        transition: all 0.2s ease;
    }

        .navbar-sxpo .nav-link:hover,
        .navbar-sxpo .nav-link:focus,
        .navbar-sxpo .nav-link.active {
            color: var(--sxpo-primary, #1d4ed8);
        }

            /* Active underline */

            .navbar-sxpo .nav-link.active::after {
                content: "";
                position: absolute;
                left: 0.85rem;
                right: 0.85rem;
                bottom: 0.35rem;
                height: 2px;
                border-radius: 10px;
                background: var(--sxpo-primary, #1d4ed8);
            }

    /* Dropdown arrow */

    .navbar-sxpo .dropdown-toggle::after {
        margin-left: 4px;
        margin-top: 2px;
        border-top-width: 4px;
        border-right-width: 4px;
        border-left-width: 4px;
        transition: transform 0.2s ease;
    }

    .navbar-sxpo .dropdown.show .dropdown-toggle::after {
        transform: rotate(180deg);
    }

/* ---------------------------------------------------------
   Discover Dropdown
   --------------------------------------------------------- */

.sxpo-dropdown {
    width: 430px;
    padding: 0.65rem;
    margin-top: 0.7rem !important;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12), 0 4px 12px rgba(15, 23, 42, 0.05);
}

    /* Dropdown header */

    .sxpo-dropdown .dropdown-header {
        padding: 0.55rem 0.75rem 0.65rem;
        color: #98a2b3;
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.12em;
    }

/* Dropdown item */

.sxpo-dropdown-item {
    display: flex !important;
    align-items: center;
    gap: 0.7rem;
    padding: 0.75rem !important;
    border-radius: 11px;
    color: #1d2939 !important;
    white-space: normal !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

    .sxpo-dropdown-item:hover {
        background: #f5f8ff;
        transform: translateX(2px);
    }

/* Icon */

.dropdown-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eef4ff;
    color: var(--sxpo-primary, #1d4ed8);
    font-size: 1rem;
}

/* Text */

.dropdown-content {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

    .dropdown-content strong {
        color: #1d2939;
        font-size: 0.88rem;
        font-weight: 650;
    }

    .dropdown-content small {
        color: #667085;
        font-size: 0.72rem;
        line-height: 1.35;
    }

/* Coming Soon badge */

.nav-status {
    flex-shrink: 0;
    padding: 0.22rem 0.48rem;
    border: 1px solid #e8edf5;
    border-radius: 50px;
    background: #f8fafc;
    color: #667085;
    font-size: 0.61rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

/* Dropdown divider */

.sxpo-dropdown .dropdown-divider {
    margin: 0.45rem 0;
    border-color: #edf0f5;
}

/* Bottom CTA */

.dropdown-explore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0.75rem;
    border-radius: 10px;
    color: var(--sxpo-primary, #1d4ed8);
    text-decoration: none;
    background: #f8faff;
    transition: all 0.2s ease;
}

    .dropdown-explore:hover {
        color: var(--sxpo-primary, #1d4ed8);
        background: #eef4ff;
    }

    .dropdown-explore span {
        display: flex;
        flex-direction: column;
        font-size: 0.79rem;
        font-weight: 650;
    }

    .dropdown-explore small {
        margin-top: 2px;
        color: #667085;
        font-size: 0.68rem;
        font-weight: 400;
    }

    .dropdown-explore i {
        font-size: 0.95rem;
        transition: transform 0.2s ease;
    }

    .dropdown-explore:hover i {
        transform: translateX(3px);
    }

/* ---------------------------------------------------------
   Right Navigation Actions
   --------------------------------------------------------- */

.sxpo-nav-actions {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-left: auto;
}

    /* Launching soon */

    .sxpo-nav-actions .launch-status {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 0.42rem 0.72rem;
        border: 1px solid #e8edf3;
        border-radius: 50px;
        background: #fafbfc;
        color: #667085;
        font-size: 0.73rem;
        font-weight: 600;
        white-space: nowrap;
    }

    .sxpo-nav-actions .launch-dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #12b76a;
        box-shadow: 0 0 0 3px rgba(18, 183, 106, 0.12);
    }

/* Early Access */

.nav-early-access {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 0.55rem 1rem;
    border-radius: 9px;
    font-size: 0.82rem;
    font-weight: 650;
    white-space: nowrap;
}

    .nav-early-access i {
        font-size: 0.85rem;
        transition: transform 0.2s ease;
    }

    .nav-early-access:hover i {
        transform: translate(2px, -2px);
    }

/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 1199.98px) {

    .navbar-sxpo .nav-link {
        padding-left: 0.65rem !important;
        padding-right: 0.65rem !important;
        font-size: 0.86rem;
    }

    .sxpo-nav-actions {
        gap: 0.6rem;
    }
}

@media (max-width: 991.98px) {

    .navbar-sxpo .navbar-collapse {
        margin-top: 0.85rem;
        padding: 0.75rem;
        border: 1px solid rgba(15, 23, 42, 0.07);
        border-radius: 15px;
        background: #fff;
        box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
    }

    .navbar-sxpo .navbar-nav {
        align-items: stretch;
    }

    .navbar-sxpo .nav-link {
        padding: 0.72rem 0.75rem !important;
    }

        .navbar-sxpo .nav-link.active::after {
            display: none;
        }

    .sxpo-dropdown {
        width: 100%;
        margin-top: 0 !important;
        border: 0;
        box-shadow: none;
        padding: 0.3rem;
        background: #f8fafc;
    }

    .sxpo-nav-actions {
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        border-top: 1px solid #edf0f5;
        justify-content: space-between;
    }
}

@media (max-width: 575.98px) {

    .sxpo-nav-actions {
        flex-direction: column;
        align-items: stretch;
    }

        .sxpo-nav-actions .launch-status {
            justify-content: center;
        }

    .nav-early-access {
        width: 100%;
    }

    .sxpo-dropdown-item {
        align-items: flex-start;
    }

    .nav-status {
        margin-top: 2px;
    }
}

/* =====================================================
           ABOUT SXPO PAGE
           ===================================================== */

.about-hero {
    position: relative;
    overflow: hidden;
    padding: 90px 0 85px;
    background: linear-gradient( 135deg, #f8fbff 0%, #ffffff 58%, #fff5e9 100% );
}

    .about-hero::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        right: -100px;
        top: -130px;
        border-radius: 50%;
        background: radial-gradient( circle, rgba(255, 154, 46, .13) 0%, rgba(255, 154, 46, 0) 70% );
    }

    .about-hero::after {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        left: -160px;
        bottom: -180px;
        border-radius: 50%;
        background: radial-gradient( circle, rgba(29, 78, 216, .08) 0%, rgba(29, 78, 216, 0) 70% );
    }

.about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: .45rem .75rem;
    border-radius: 999px;
    background: #fff0df;
    color: var(--sxpo-orange);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-title {
    margin: 20px auto 0;
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    line-height: 1;
    letter-spacing: -2.5px;
    font-weight: 900;
    color: var(--sxpo-navy);
}

    .about-title span {
        color: var(--sxpo-orange);
    }

.about-intro {
    max-width: 800px;
    margin: 25px auto 0;
    color: var(--sxpo-muted);
    font-size: 1.12rem;
    line-height: 1.8;
}

.about-hero-actions {
    margin-top: 32px;
}

/* Vision card */

.vision-panel {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 35px;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient( 145deg, #102a56, #183b73 );
    box-shadow: var(--shadow-md);
}

    .vision-panel::after {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        right: -90px;
        bottom: -100px;
        border-radius: 50%;
        background: var(--sxpo-orange);
        opacity: .85;
    }

.vision-label {
    position: relative;
    z-index: 2;
    color: #ffb45f;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.vision-panel h3 {
    position: relative;
    z-index: 2;
    margin-top: 15px;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.15;
}

.vision-panel p {
    position: relative;
    z-index: 2;
    margin-top: 18px;
    color: rgba(255,255,255,.72);
    line-height: 1.7;
}

.vision-flow {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

    .vision-flow span {
        padding: .5rem .7rem;
        border: 1px solid rgba(255,255,255,.14);
        border-radius: 999px;
        background: rgba(255,255,255,.07);
        color: #fff;
        font-size: .72rem;
        font-weight: 700;
    }

    .vision-flow i {
        color: #ffb45f;
        font-size: .8rem;
    }

/* Story */

.story-copy {
    color: var(--sxpo-muted);
    font-size: 1rem;
    line-height: 1.85;
}

    .story-copy + .story-copy {
        margin-top: 18px;
    }

.story-highlight {
    margin-top: 25px;
    padding: 20px 22px;
    border-left: 4px solid var(--sxpo-orange);
    border-radius: 0 12px 12px 0;
    background: #fff8ef;
    color: var(--sxpo-navy);
    font-weight: 750;
    line-height: 1.6;
}

/* Principle cards */

.principle-card {
    height: 100%;
    padding: 25px;
    border: 1px solid var(--sxpo-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow-sm);
    transition: .25s;
}

    .principle-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-md);
    }

.principle-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 13px;
    background: #fff0df;
    color: var(--sxpo-orange);
    font-size: 1.25rem;
}

.principle-card h5 {
    color: var(--sxpo-navy);
    font-weight: 850;
}

.principle-card p {
    margin-bottom: 0;
    color: var(--sxpo-muted);
    font-size: .9rem;
    line-height: 1.65;
}

/* Ecosystem */

.ecosystem-center {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 370px;
}

.ecosystem-core {
    position: relative;
    z-index: 3;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient( 145deg, #173d78, #102a56 );
    color: #fff;
    box-shadow: 0 25px 50px rgba(16,42,86,.22);
}

    .ecosystem-core strong {
        font-size: 1.45rem;
        font-weight: 900;
    }

    .ecosystem-core small {
        margin-top: 2px;
        color: rgba(255,255,255,.62);
        font-size: .66rem;
    }

.ecosystem-node {
    position: absolute;
    z-index: 4;
    width: 125px;
    height: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border: 1px solid var(--sxpo-border);
    border-radius: 50%;
    background: #fff;
    box-shadow: var(--shadow-sm);
    text-align: center;
}

    .ecosystem-node i {
        margin-bottom: 8px;
        color: var(--sxpo-orange);
        font-size: 1.35rem;
    }

    .ecosystem-node strong {
        color: var(--sxpo-navy);
        font-size: .78rem;
    }

    .ecosystem-node small {
        margin-top: 3px;
        color: var(--sxpo-muted);
        font-size: .62rem;
    }

.node-organizer {
    left: 5%;
    top: 5%;
}

.node-exhibitor {
    right: 5%;
    top: 5%;
}

.node-product {
    left: 5%;
    bottom: 5%;
}

.node-buyer {
    right: 5%;
    bottom: 5%;
}

.ecosystem-line {
    position: absolute;
    z-index: 1;
    width: 230px;
    height: 1px;
    background: linear-gradient( 90deg, transparent, #dce4ef, transparent );
}

    .ecosystem-line.one {
        transform: rotate(34deg);
    }

    .ecosystem-line.two {
        transform: rotate(-34deg);
    }

/* Difference */

.difference-card {
    height: 100%;
    padding: 28px;
    border-radius: 20px;
    border: 1px solid var(--sxpo-border);
    background: #fff;
    box-shadow: var(--shadow-sm);
}

    .difference-card.highlight {
        border-color: rgba(255,154,46,.35);
        background: linear-gradient( 135deg, #fffaf4, #fff );
    }

    .difference-card .label {
        color: var(--sxpo-muted);
        font-size: .72rem;
        font-weight: 900;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .difference-card h4 {
        margin-top: 12px;
        color: var(--sxpo-navy);
        font-weight: 900;
    }

    .difference-card p {
        color: var(--sxpo-muted);
        line-height: 1.7;
    }

.difference-list {
    display: grid;
    gap: 11px;
    margin-top: 18px;
}

    .difference-list div {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        color: var(--sxpo-muted);
        font-size: .9rem;
    }

    .difference-list i {
        margin-top: 3px;
        color: #20b486;
    }

/* Journey */

.journey-card {
    height: 100%;
    padding: 25px;
    border: 1px solid var(--sxpo-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.journey-number {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin-bottom: 17px;
    border-radius: 50%;
    background: var(--sxpo-navy);
    color: #fff;
    font-size: .8rem;
    font-weight: 900;
}

.journey-card h5 {
    color: var(--sxpo-navy);
    font-weight: 850;
}

.journey-card p {
    margin-bottom: 0;
    color: var(--sxpo-muted);
    font-size: .9rem;
    line-height: 1.65;
}

/* Launch CTA */

.about-cta {
    position: relative;
    overflow: hidden;
    padding: 48px 35px;
    border-radius: 24px;
    background: linear-gradient( 135deg, #102a56, #183b73 );
    color: #fff;
    box-shadow: var(--shadow-md);
}

    .about-cta::after {
        content: "";
        position: absolute;
        width: 280px;
        height: 280px;
        right: -100px;
        top: -120px;
        border-radius: 50%;
        background: var(--sxpo-orange);
        opacity: .16;
    }

    .about-cta h2,
    .about-cta p,
    .about-cta .btn {
        position: relative;
        z-index: 2;
    }

    .about-cta h2 {
        font-weight: 900;
    }

    .about-cta p {
        max-width: 720px;
        margin: 12px auto 0;
        color: rgba(255,255,255,.68);
        line-height: 1.7;
    }

@media (max-width: 991.98px) {

    .about-hero {
        padding: 70px 0;
    }

    .ecosystem-center {
        min-height: 330px;
    }

    .ecosystem-node {
        width: 105px;
        height: 105px;
    }

    .ecosystem-core {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 767.98px) {

    .about-title {
        letter-spacing: -1.5px;
    }

    .about-intro {
        font-size: 1rem;
    }

    .vision-panel {
        padding: 27px;
    }

    .ecosystem-center {
        min-height: 500px;
    }

    .ecosystem-node {
        width: 115px;
        height: 115px;
    }

    .node-organizer {
        left: 0;
        top: 0;
    }

    .node-exhibitor {
        right: 0;
        top: 0;
    }

    .node-product {
        left: 0;
        bottom: 0;
    }

    .node-buyer {
        right: 0;
        bottom: 0;
    }

    .ecosystem-core {
        width: 145px;
        height: 145px;
    }

    .ecosystem-line {
        display: none;
    }

    .about-cta {
        padding: 38px 25px;
    }
}


/* =========================================================
           HOW SXPO WORKS
           ========================================================= */

.works-hero {
    position: relative;
    overflow: hidden;
    padding: 85px 0 80px;
    background: linear-gradient( 135deg, #f7faff 0%, #ffffff 55%, #fff5e9 100% );
}

    .works-hero::before {
        content: "";
        position: absolute;
        width: 430px;
        height: 430px;
        right: -140px;
        top: -170px;
        border-radius: 50%;
        background: radial-gradient( circle, rgba(255,154,46,.14) 0%, rgba(255,154,46,0) 70% );
    }

    .works-hero::after {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        left: -160px;
        bottom: -170px;
        border-radius: 50%;
        background: radial-gradient( circle, rgba(29,78,216,.08) 0%, rgba(29,78,216,0) 70% );
    }

.works-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff0df;
    color: var(--sxpo-orange);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.works-title {
    max-width: 850px;
    margin: 20px auto 0;
    color: var(--sxpo-navy);
    font-size: clamp( 2.6rem, 5vw, 4.6rem );
    line-height: 1.02;
    letter-spacing: -2.5px;
    font-weight: 900;
}

    .works-title span {
        color: var(--sxpo-orange);
    }

.works-intro {
    max-width: 760px;
    margin: 25px auto 0;
    color: var(--sxpo-muted);
    font-size: 1.08rem;
    line-height: 1.8;
}

/* Hero Journey */

.hero-flow {
    position: relative;
    max-width: 1000px;
    margin: 55px auto 0;
    padding: 28px;
    border: 1px solid rgba(15,23,42,.07);
    border-radius: 24px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 25px 60px rgba(15,23,42,.08);
    backdrop-filter: blur(10px);
}

.hero-flow-row {
    display: grid;
    grid-template-columns: 1fr 35px 1fr 35px 1fr 35px 1fr;
    align-items: center;
}

.flow-node {
    min-height: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border: 1px solid #edf0f5;
    border-radius: 16px;
    background: #fff;
    text-align: center;
}

    .flow-node i {
        width: 42px;
        height: 42px;
        display: grid;
        place-items: center;
        margin-bottom: 10px;
        border-radius: 12px;
        background: #eef4ff;
        color: var(--sxpo-primary, #1d4ed8);
        font-size: 1.1rem;
    }

    .flow-node strong {
        color: var(--sxpo-navy);
        font-size: .82rem;
        font-weight: 850;
    }

    .flow-node small {
        margin-top: 4px;
        color: var(--sxpo-muted);
        font-size: .65rem;
    }

.flow-arrow {
    text-align: center;
    color: var(--sxpo-orange);
    font-size: 1.1rem;
}

/* Section heading */

.works-section-label {
    margin-bottom: 8px;
    color: var(--sxpo-orange);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

/* Ecosystem */

.ecosystem-card {
    height: 100%;
    padding: 30px;
    border: 1px solid var(--sxpo-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow-sm);
    transition: .25s;
}

    .ecosystem-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-md);
    }

.ecosystem-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 14px;
    background: #fff0df;
    color: var(--sxpo-orange);
    font-size: 1.3rem;
}

.ecosystem-card h4 {
    color: var(--sxpo-navy);
    font-weight: 900;
}

.ecosystem-card p {
    color: var(--sxpo-muted);
    font-size: .91rem;
    line-height: 1.7;
}

.ecosystem-card .journey-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    color: var(--sxpo-primary, #1d4ed8);
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
}

/* Journey Sections */

.journey-section {
    position: relative;
}

.journey-number {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--sxpo-navy);
    color: #fff;
    font-size: .76rem;
    font-weight: 900;
}

.journey-title {
    margin-top: 18px;
    color: var(--sxpo-navy);
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -.8px;
}

.journey-description {
    max-width: 620px;
    margin-top: 14px;
    color: var(--sxpo-muted);
    line-height: 1.8;
}

.journey-list {
    display: grid;
    gap: 13px;
    margin-top: 25px;
}

.journey-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--sxpo-muted);
    font-size: .91rem;
    line-height: 1.55;
}

    .journey-list-item i {
        flex-shrink: 0;
        margin-top: 3px;
        color: #20b486;
    }

/* Journey Visual */

.journey-visual {
    position: relative;
    min-height: 340px;
    padding: 25px;
    border-radius: 24px;
    background: linear-gradient( 145deg, #f7faff, #ffffff );
    border: 1px solid #e9eef5;
    overflow: hidden;
}

    .journey-visual::before {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        right: -80px;
        top: -80px;
        border-radius: 50%;
        background: radial-gradient( circle, rgba(255,154,46,.12), transparent 70% );
    }

.visual-window {
    position: relative;
    z-index: 2;
    padding: 18px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #edf0f5;
    box-shadow: 0 18px 40px rgba(15,23,42,.07);
}

.visual-window-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f5;
}

.visual-dots {
    display: flex;
    gap: 5px;
}

    .visual-dots span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #d0d5dd;
    }

.visual-status {
    padding: 4px 8px;
    border-radius: 999px;
    background: #f2f4f7;
    color: #667085;
    font-size: .58rem;
    font-weight: 700;
}

.visual-content {
    padding-top: 18px;
}

.visual-heading {
    width: 65%;
    height: 12px;
    margin-bottom: 8px;
    border-radius: 5px;
    background: #e7ecf3;
}

.visual-line {
    width: 85%;
    height: 7px;
    margin-bottom: 6px;
    border-radius: 4px;
    background: #f0f2f5;
}

.visual-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
    margin-top: 18px;
}

.visual-product {
    height: 75px;
    display: flex;
    align-items: flex-end;
    padding: 8px;
    border-radius: 9px;
    background: linear-gradient( 145deg, #eef4ff, #f8fafc );
}

    .visual-product span {
        width: 65%;
        height: 6px;
        border-radius: 4px;
        background: #d6deea;
    }

/* Before During Beyond */

.stage-card {
    height: 100%;
    padding: 27px;
    border: 1px solid var(--sxpo-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.stage-icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    margin-bottom: 17px;
    border-radius: 12px;
    background: #eef4ff;
    color: var(--sxpo-primary, #1d4ed8);
    font-size: 1.1rem;
}

.stage-card h5 {
    color: var(--sxpo-navy);
    font-weight: 850;
}

.stage-card p {
    margin-bottom: 0;
    color: var(--sxpo-muted);
    font-size: .88rem;
    line-height: 1.7;
}

/* Discovery Journey */

.discovery-flow {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
}

    .discovery-flow::before {
        content: "";
        position: absolute;
        left: 8%;
        right: 8%;
        top: 37px;
        height: 2px;
        background: linear-gradient( 90deg, #e4eaf2, var(--sxpo-orange), #e4eaf2 );
    }

.discovery-step {
    position: relative;
    z-index: 2;
    text-align: center;
}

.discovery-icon {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    margin: 0 auto 17px;
    border: 6px solid #fff;
    border-radius: 50%;
    background: var(--sxpo-navy);
    color: #fff;
    box-shadow: 0 8px 22px rgba(15,23,42,.10);
    font-size: 1.15rem;
}

.discovery-step h6 {
    color: var(--sxpo-navy);
    font-size: .85rem;
    font-weight: 850;
}

.discovery-step p {
    max-width: 150px;
    margin: 5px auto 0;
    color: var(--sxpo-muted);
    font-size: .68rem;
    line-height: 1.5;
}

/* Digital Presence */

.presence-card {
    position: relative;
    overflow: hidden;
    padding: 35px;
    border-radius: 22px;
    background: linear-gradient( 145deg, #102a56, #183b73 );
    color: #fff;
    box-shadow: var(--shadow-md);
}

    .presence-card::after {
        content: "";
        position: absolute;
        width: 280px;
        height: 280px;
        right: -100px;
        bottom: -130px;
        border-radius: 50%;
        background: var(--sxpo-orange);
        opacity: .12;
    }

    .presence-card h3,
    .presence-card p,
    .presence-card .presence-domain {
        position: relative;
        z-index: 2;
    }

    .presence-card h3 {
        font-weight: 900;
    }

    .presence-card p {
        color: rgba(255,255,255,.7);
        line-height: 1.75;
    }

.presence-domain {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 10px;
    background: rgba(255,255,255,.07);
    font-weight: 800;
}

    .presence-domain span {
        color: #ffb45f;
    }

/* Launch */

.launch-card {
    padding: 30px;
    border: 1px solid rgba(255,154,46,.25);
    border-radius: 20px;
    background: linear-gradient( 135deg, #fffaf4, #ffffff );
}

.launch-card-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #fff0df;
    color: var(--sxpo-orange);
    font-size: 1.25rem;
}

.launch-card h4 {
    color: var(--sxpo-navy);
    font-weight: 900;
}

.launch-card p {
    color: var(--sxpo-muted);
    font-size: .9rem;
    line-height: 1.7;
}

/* CTA */

.works-cta {
    position: relative;
    overflow: hidden;
    padding: 50px 35px;
    border-radius: 24px;
    background: linear-gradient( 135deg, #102a56, #183b73 );
    color: #fff;
    box-shadow: var(--shadow-md);
    text-align: center;
}

    .works-cta::after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        right: -110px;
        top: -130px;
        border-radius: 50%;
        background: var(--sxpo-orange);
        opacity: .14;
    }

    .works-cta h2,
    .works-cta p,
    .works-cta .btn {
        position: relative;
        z-index: 2;
    }

    .works-cta h2 {
        font-weight: 900;
    }

    .works-cta p {
        max-width: 840px;
        margin: 12px auto 0;
        color: rgba(255,255,255,.68);
        line-height: 1.7;
    }


/* =====================================================
           RESPONSIVE
           ===================================================== */

@media (max-width: 991.98px) {

    .works-hero {
        padding: 70px 0;
    }

    .hero-flow-row {
        grid-template-columns: 1fr 30px 1fr;
    }

    .flow-node:nth-of-type(n+4) {
        margin-top: 10px;
    }
}

@media (max-width: 767.98px) {

    .works-title {
        letter-spacing: -1.5px;
    }

    .works-intro {
        font-size: 1rem;
    }

    .hero-flow {
        padding: 18px;
    }

    .hero-flow-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .flow-arrow {
        transform: rotate(90deg);
    }

    .flow-node {
        min-height: 100px;
    }

    .journey-title {
        font-size: 1.7rem;
    }

    .discovery-flow::before {
        display: none;
    }

    .discovery-step {
        margin-bottom: 28px;
    }

    .presence-card {
        padding: 27px;
    }

    .works-cta {
        padding: 38px 25px;
    }
}

/* =========================================================
           ONLINE TRADE SHOW PAGE
           ========================================================= */


/* ---------------------------------------------------------
           HERO
           --------------------------------------------------------- */

.expo-hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 75px;
    background: linear-gradient( 135deg, #f5f9ff 0%, #ffffff 52%, #fff5e9 100% );
}


    .expo-hero::before {
        content: "";
        position: absolute;
        width: 520px;
        height: 520px;
        right: -190px;
        top: -220px;
        border-radius: 50%;
        background: radial-gradient( circle, rgba(255,154,46,.16), rgba(255,154,46,0) 68% );
    }


    .expo-hero::after {
        content: "";
        position: absolute;
        width: 350px;
        height: 350px;
        left: -180px;
        bottom: -190px;
        border-radius: 50%;
        background: radial-gradient( circle, rgba(29,78,216,.08), rgba(29,78,216,0) 70% );
    }


.expo-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff0df;
    color: var(--sxpo-orange);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}


.expo-hero h1 {
    margin: 20px auto 0;
    color: var(--sxpo-navy);
    font-size: clamp( 2.7rem, 5vw, 4.8rem );
    line-height: 1.02;
    letter-spacing: -2.7px;
    font-weight: 900;
}


    .expo-hero h1 span {
        color: var(--sxpo-orange);
    }


.expo-hero-subtitle {
    max-width: 760px;
    margin: 24px auto 0;
    color: var(--sxpo-muted);
    font-size: 1.08rem;
    line-height: 1.8;
}


.hero-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}


.hero-note {
    margin-top: 16px;
    color: #8a94a6;
    font-size: .72rem;
}


/* ---------------------------------------------------------
           HERO VISUAL
           --------------------------------------------------------- */

.expo-stage {
    position: relative;
    max-width: 1080px;
    min-height: 350px;
    margin: 60px auto 0;
    padding: 22px;
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 28px;
    background: rgba(255,255,255,.85);
    box-shadow: 0 30px 70px rgba(15,23,42,.10);
    backdrop-filter: blur(12px);
}


.stage-browser {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e9edf3;
    box-shadow: 0 15px 40px rgba(15,23,42,.08);
}


.browser-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #edf0f4;
    background: #fbfcfd;
}


.browser-dots {
    display: flex;
    gap: 5px;
}


    .browser-dots span {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #d1d5db;
    }


.browser-address {
    width: 38%;
    height: 22px;
    border-radius: 7px;
    background: #f0f2f5;
}


.browser-content {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    min-height: 270px;
}


.browser-main {
    position: relative;
    overflow: hidden;
    padding: 30px;
    background: linear-gradient( 135deg, #132d59, #24518c );
    color: #fff;
}


    .browser-main::after {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        right: -70px;
        bottom: -100px;
        border-radius: 50%;
        background: rgba(255,154,46,.22);
    }


.browser-label {
    display: inline-block;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .06em;
}


.browser-main h3 {
    max-width: 460px;
    margin-top: 18px;
    font-size: 1.7rem;
    line-height: 1.15;
    font-weight: 900;
}


.browser-main p {
    max-width: 460px;
    margin-top: 12px;
    color: rgba(255,255,255,.70);
    font-size: .75rem;
    line-height: 1.6;
}


.browser-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 18px;
}


.browser-chip {
    padding: 6px 9px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 7px;
    background: rgba(255,255,255,.08);
    font-size: .58rem;
}


.browser-side {
    padding: 20px;
    background: #fff;
}


.side-title {
    width: 65%;
    height: 10px;
    margin-bottom: 14px;
    border-radius: 4px;
    background: #e6eaf0;
}


.side-card {
    display: flex;
    gap: 10px;
    padding: 10px;
    margin-bottom: 9px;
    border: 1px solid #edf0f4;
    border-radius: 10px;
}


.side-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #eef4ff;
}


.side-lines {
    flex: 1;
    padding-top: 4px;
}


.side-line {
    width: 80%;
    height: 6px;
    margin-bottom: 5px;
    border-radius: 4px;
    background: #edf0f4;
}


    .side-line.short {
        width: 55%;
    }


/* ---------------------------------------------------------
           FLOATING HERO CARDS
           --------------------------------------------------------- */

.floating-card {
    position: absolute;
    z-index: 4;
    padding: 14px 16px;
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(15,23,42,.12);
}


    .floating-card.top {
        right: -25px;
        top: 35px;
    }


    .floating-card.bottom {
        left: -25px;
        bottom: -22px;
    }


.floating-label {
    color: #8a94a6;
    font-size: .58rem;
    font-weight: 700;
}


.floating-value {
    margin-top: 3px;
    color: var(--sxpo-navy);
    font-size: .85rem;
    font-weight: 900;
}


    .floating-value i {
        color: #20b486;
    }


/* ---------------------------------------------------------
           EMPTY / COMING SOON
           --------------------------------------------------------- */

.coming-soon-card {
    max-width: 900px;
    margin: 0 auto;
    padding: 34px;
    border: 1px solid rgba(255,154,46,.22);
    border-radius: 22px;
    background: linear-gradient( 135deg, #fffaf4, #ffffff );
    text-align: center;
}


.coming-soon-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 16px;
    background: #fff0df;
    color: var(--sxpo-orange);
    font-size: 1.4rem;
}


.coming-soon-card h3 {
    color: var(--sxpo-navy);
    font-weight: 900;
}


.coming-soon-card p {
    max-width: 650px;
    margin: 10px auto 0;
    color: var(--sxpo-muted);
    font-size: .92rem;
    line-height: 1.75;
}


/* ---------------------------------------------------------
           DISCOVERY
           --------------------------------------------------------- */

.section-kicker {
    margin-bottom: 8px;
    color: var(--sxpo-orange);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}


.discovery-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--sxpo-border);
    border-radius: 19px;
    background: #fff;
    box-shadow: var(--shadow-sm);
    transition: .25s;
}


    .discovery-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-md);
    }


.discovery-icon-show {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 13px;
    background: #eef4ff;
    color: var(--sxpo-primary,#1d4ed8);
    font-size: 1.2rem;
}


.discovery-card h4 {
    color: var(--sxpo-navy);
    font-weight: 900;
}


.discovery-card p {
    color: var(--sxpo-muted);
    font-size: .88rem;
    line-height: 1.7;
}


/* ---------------------------------------------------------
           SHOW EXPERIENCE
           --------------------------------------------------------- */

.experience-panel {
    padding: 35px;
    border-radius: 24px;
    background: linear-gradient( 145deg, #102a56, #183b73 );
    color: #fff;
    overflow: hidden;
    position: relative;
}


    .experience-panel::after {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        right: -140px;
        bottom: -160px;
        border-radius: 50%;
        background: rgba(255,154,46,.13);
    }


    .experience-panel h2 {
        font-weight: 900;
    }


    .experience-panel p {
        color: rgba(255,255,255,.68);
        line-height: 1.75;
    }


.experience-list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}


.experience-item {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    color: rgba(255,255,255,.82);
    font-size: .88rem;
}


    .experience-item i {
        flex-shrink: 0;
        color: #ffb15c;
        margin-top: 3px;
    }


.experience-ui {
    position: relative;
    z-index: 2;
    padding: 18px;
    border-radius: 16px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
}


.experience-ui-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,.10);
}


.ui-mini-title {
    width: 90px;
    height: 8px;
    border-radius: 4px;
    background: rgba(255,255,255,.25);
}


.ui-mini-pill {
    width: 55px;
    height: 18px;
    border-radius: 999px;
    background: rgba(255,154,46,.35);
}


.experience-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin-top: 15px;
}


.experience-tile {
    min-height: 85px;
    padding: 11px;
    border-radius: 10px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.08);
}


.experience-tile-icon {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    margin-bottom: 10px;
    border-radius: 7px;
    background: rgba(255,255,255,.08);
    color: #ffb15c;
    font-size: .72rem;
}


.experience-tile-line {
    width: 70%;
    height: 6px;
    margin-bottom: 5px;
    border-radius: 4px;
    background: rgba(255,255,255,.13);
}


    .experience-tile-line.short {
        width: 48%;
    }


/* ---------------------------------------------------------
           PARTICIPANT JOURNEYS
           --------------------------------------------------------- */

.journey-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--sxpo-border);
    border-radius: 19px;
    background: #fff;
}


.journey-number {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--sxpo-navy);
    color: #fff;
    font-size: .7rem;
    font-weight: 900;
}


.journey-card h4 {
    margin-top: 18px;
    color: var(--sxpo-navy);
    font-weight: 900;
}


.journey-card p {
    color: var(--sxpo-muted);
    font-size: .88rem;
    line-height: 1.7;
}


.journey-flow {
    display: grid;
    gap: 8px;
    margin-top: 20px;
}


.journey-flow-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 11px;
    border-radius: 9px;
    background: #f8fafc;
    color: #475467;
    font-size: .73rem;
    font-weight: 700;
}


    .journey-flow-item i {
        color: var(--sxpo-orange);
    }


/* ---------------------------------------------------------
           INDUSTRY DISCOVERY
           --------------------------------------------------------- */

.industry-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 5px;
    padding: 10px 14px;
    border: 1px solid #e7ebf1;
    border-radius: 999px;
    background: #fff;
    color: #475467;
    font-size: .76rem;
    font-weight: 750;
    box-shadow: 0 5px 15px rgba(15,23,42,.04);
}


    .industry-chip i {
        color: var(--sxpo-orange);
    }


/* ---------------------------------------------------------
           EARLY ACCESS
           --------------------------------------------------------- */

.offer-card-show {
    height: 100%;
    padding: 20px 25px;
    border: 1px solid rgba(255,154,46,.22);
    border-radius: 20px;
    background: linear-gradient( 135deg, #fffaf4, #ffffff );
}


.offer-icon-show {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: #fff0df;
    color: var(--sxpo-orange);
    font-size: 1.2rem;
    margin-bottom:10px;
}

.offer-card h4 {
    margin-top: 18px;
    color: var(--sxpo-navy);
    font-weight: 900;
}


.offer-card p {
    color: var(--sxpo-muted);
    font-size: .88rem;
    line-height: 1.7;
}


/* ---------------------------------------------------------
           FINAL CTA
           --------------------------------------------------------- */

.expo-cta {
    position: relative;
    overflow: hidden;
    padding: 55px 35px;
    border-radius: 25px;
    background: linear-gradient( 135deg, #102a56, #183b73 );
    color: #fff;
    text-align: center;
    box-shadow: var(--shadow-md);
}


    .expo-cta::after {
        content: "";
        position: absolute;
        width: 330px;
        height: 330px;
        right: -120px;
        top: -160px;
        border-radius: 50%;
        background: var(--sxpo-orange);
        opacity: .13;
    }


    .expo-cta h2,
    .expo-cta p,
    .expo-cta .btn {
        position: relative;
        z-index: 2;
    }


    .expo-cta h2 {
        font-weight: 900;
    }


    .expo-cta p {
        max-width: 700px;
        margin: 12px auto 0;
        color: rgba(255,255,255,.68);
        line-height: 1.7;
    }


/* ---------------------------------------------------------
           RESPONSIVE
           --------------------------------------------------------- */

@media (max-width: 991.98px) {

    .expo-hero {
        padding: 70px 0;
    }


    .browser-content {
        grid-template-columns: 1fr;
    }


    .browser-side {
        display: none;
    }


    .floating-card.top {
        right: -10px;
    }


    .floating-card.bottom {
        left: -10px;
    }
}


@media (max-width: 767.98px) {

    .expo-hero h1 {
        letter-spacing: -1.5px;
    }


    .expo-stage {
        padding: 12px;
        margin-top: 40px;
    }


    .browser-main {
        padding: 24px;
    }


    .floating-card {
        display: none;
    }


    .experience-panel {
        padding: 27px;
    }


    .expo-cta {
        padding: 40px 24px;
    }
}

/* ============================================================
   SXPO HOMEPAGE HERO - DIGITAL TRADE SHOW VISUAL
   ============================================================ */

.hero-art-v2 {
    position: relative;
    width: 100%;
    min-height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 20px;
}


/* ------------------------------------------------------------
   MAIN EXHIBITION WINDOW
   ------------------------------------------------------------ */

.hero-expo-window {
    position: relative;
    width: min(100%, 610px);
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 35px 80px rgba(15, 23, 42, .14), 0 10px 30px rgba(15, 23, 42, .06);
}


/* ------------------------------------------------------------
   BROWSER HEADER
   ------------------------------------------------------------ */

.expo-window-top {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-bottom: 1px solid #edf0f4;
    background: #fafbfc;
}


.expo-browser-dots {
    display: flex;
    gap: 5px;
}


    .expo-browser-dots span {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #d4d8df;
    }


.expo-browser-url {
    min-width: 180px;
    padding: 5px 16px;
    border-radius: 7px;
    background: #f0f2f5;
    color: #8a94a6;
    text-align: center;
    font-size: .57rem;
    letter-spacing: .03em;
}


.expo-browser-menu {
    color: #98a1af;
    font-size: .75rem;
}


/* ------------------------------------------------------------
   EXHIBITION COVER
   ------------------------------------------------------------ */

.expo-cover {
    position: relative;
    min-height: 245px;
    overflow: hidden;
    padding: 32px 30px;
    background: linear-gradient( 135deg, #102b56 0%, #173d75 58%, #245a8e 100% );
    color: #fff;
}


    .expo-cover::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        right: -170px;
        top: -170px;
        border-radius: 50%;
        border: 1px solid rgba(255,255,255,.08);
    }


    .expo-cover::after {
        content: "";
        position: absolute;
        width: 270px;
        height: 270px;
        right: -80px;
        bottom: -190px;
        border-radius: 50%;
        background: rgba(255, 154, 46, .16);
    }


.expo-cover-content {
    position: relative;
    z-index: 3;
    max-width: 340px;
}


.expo-status {
    display: inline-flex;
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    color: #ffbd76;
    font-size: .55rem;
    font-weight: 900;
    letter-spacing: .09em;
}


.expo-cover h3 {
    margin-top: 15px;
    font-size: 1.65rem;
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: -.7px;
}


.expo-cover p {
    max-width: 330px;
    margin-top: 10px;
    color: rgba(255,255,255,.68);
    font-size: .7rem;
    line-height: 1.6;
}


.expo-cover-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 17px;
}


    .expo-cover-actions span {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 7px 9px;
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 7px;
        background: rgba(255,255,255,.07);
        color: rgba(255,255,255,.78);
        font-size: .55rem;
    }


/* ------------------------------------------------------------
   EXHIBITION GRAPHIC
   ------------------------------------------------------------ */

.expo-cover-graphic {
    position: absolute;
    z-index: 2;
    width: 245px;
    height: 245px;
    right: 0;
    top: 0;
}


.graphic-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.09);
}


.ring-1 {
    width: 180px;
    height: 180px;
    right: 5px;
    top: 25px;
}


.ring-2 {
    width: 115px;
    height: 115px;
    right: 38px;
    top: 58px;
}


.graphic-building {
    position: absolute;
    right: 53px;
    top: 72px;
    width: 92px;
    height: 100px;
}


.building-roof {
    width: 0;
    height: 0;
    margin: auto;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
    border-bottom: 28px solid rgba(255,255,255,.88);
}


.building-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    width: 86px;
    height: 67px;
    padding: 11px;
    margin: -1px auto 0;
    border-radius: 2px;
    background: rgba(255,255,255,.88);
}


    .building-body span {
        display: block;
        border-radius: 2px;
        background: #244d80;
    }


.graphic-node {
    position: absolute;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 11px;
    background: rgba(255,255,255,.11);
    color: #fff;
    font-size: .8rem;
    backdrop-filter: blur(5px);
}


.node-1 {
    top: 42px;
    right: 15px;
}


.node-2 {
    right: 22px;
    bottom: 43px;
}


.node-3 {
    left: 35px;
    bottom: 28px;
}


/* ------------------------------------------------------------
   DISCOVERY AREA
   ------------------------------------------------------------ */

.expo-discovery {
    padding: 21px 22px 23px;
    background: #fff;
}


.discovery-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}


    .discovery-heading small {
        display: block;
        color: #9aa3b1;
        font-size: .51rem;
        font-weight: 900;
        letter-spacing: .08em;
    }


    .discovery-heading strong {
        display: block;
        margin-top: 3px;
        color: #132d59;
        font-size: .82rem;
        font-weight: 900;
    }


    .discovery-heading > span {
        color: #ef8c24;
        font-size: .58rem;
        font-weight: 800;
    }


.discovery-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
}


.discovery-item {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 10px;
    border: 1px solid #edf0f4;
    border-radius: 11px;
    background: #fbfcfd;
}


.discovery-icon-home {
    width: 31px;
    height: 31px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border-radius: 8px;
    font-size: .7rem;
}


.exhibitor-icon {
    background: #edf4ff;
    color: #315fa8;
}


.product-icon {
    background: #fff3e6;
    color: #ed8c24;
}


.connect-icon {
    background: #edf9f5;
    color: #15966e;
}


.discovery-content {
    min-width: 0;
}


    .discovery-content strong {
        display: block;
        color: #26364f;
        font-size: .62rem;
        font-weight: 900;
    }


    .discovery-content small {
        display: block;
        margin-top: 2px;
        overflow: hidden;
        color: #9aa3b1;
        font-size: .49rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


.discovery-item > .bi-chevron-right {
    margin-left: auto;
    color: #b3bbc6;
    font-size: .52rem;
}


/* ------------------------------------------------------------
   FLOATING CARDS
   ------------------------------------------------------------ */

.hero-floating-card {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 13px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 18px 40px rgba(15,23,42,.13);
    backdrop-filter: blur(8px);
}


    .hero-floating-card small {
        display: block;
        color: #98a1af;
        font-size: .48rem;
        font-weight: 900;
        letter-spacing: .07em;
    }


    .hero-floating-card strong {
        display: block;
        margin-top: 2px;
        color: #172d50;
        font-size: .66rem;
        font-weight: 900;
    }


.floating-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #fff0df;
    color: #ef8c24;
    font-size: .75rem;
}


/* Launch */

.launch-card {
    top: 30px;
    right: -5px;
    padding: 10px 13px;
}


.status-pulse {
    width: 7px;
    height: 7px;
    margin-left: 2px;
    border-radius: 50%;
    background: #1db47b;
    box-shadow: 0 0 0 4px rgba(29,180,123,.12);
}


/* Founding offer */

.offer-card-home {
    left: -25px;
    bottom: 83px;
    padding: 11px 14px;
}

    .offer-card-home span {
        font-size: .49rem;
        font-weight: 500;
        color: #9aa3b1;
    }

    .offer-icon-home {
        background: #fff0df;
    }


/* Organizer */

.organizer-card {
    right: -18px;
    bottom: 22px;
    padding: 10px 13px;
}


.organizer-avatar {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 9px;
    background: #edf4ff;
    color: #315fa8;
    font-size: .75rem;
}


/* ------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------ */

@media (max-width: 1199.98px) {

    .hero-art-v2 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .offer-card-home {
        left: -5px;
    }

    .organizer-card {
        right: -5px;
    }
}


@media (max-width: 991.98px) {

    .hero-art-v2 {
        min-height: auto;
        margin-top: 45px;
        padding: 20px 15px 50px;
    }

    .hero-expo-window {
        max-width: 650px;
    }

    .launch-card {
        right: 0;
    }

    .offer-card-home {
        left: 0;
    }

    .organizer-card {
        right: 0;
    }
}


@media (max-width: 767.98px) {

    .hero-art-v2 {
        margin-top: 35px;
        padding: 5px 0 35px;
    }

    .hero-expo-window {
        border-radius: 18px;
    }

    .expo-cover {
        min-height: 270px;
        padding: 25px 20px;
    }

    .expo-cover-content {
        max-width: 100%;
    }

    .expo-cover h3 {
        max-width: 250px;
        font-size: 1.35rem;
    }

    .expo-cover p {
        max-width: 250px;
    }

    .expo-cover-graphic {
        right: -65px;
        opacity: .65;
    }

    .discovery-items {
        grid-template-columns: 1fr;
    }

    .discovery-item {
        padding: 9px 11px;
    }

    .hero-floating-card {
        display: none;
    }
}


@media (max-width: 480px) {

    .expo-cover-graphic {
        display: none;
    }

    .expo-cover h3 {
        max-width: 100%;
    }

    .expo-cover p {
        max-width: 100%;
    }
}

/* ============================================================
   SXPO FOUNDING PROGRAM - COMMON OFFER STYLES
   Used by:
   - Founding Exhibitor
   - Founding Organizer
   ============================================================ */


/* ------------------------------------------------------------
   PROGRAM BADGE
   ------------------------------------------------------------ */

.badge-soft-launch {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: #fff0df;
    color: var(--sxpo-orange);
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .05em;
    line-height: 1;
}


/* ------------------------------------------------------------
   LIMITED SLOTS BADGE
   ------------------------------------------------------------ */

.offer-badge-launch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: #fff0df;
    color: var(--sxpo-orange);
    font-size: .62rem;
    font-weight: 900;
    white-space: nowrap;
}


/* ------------------------------------------------------------
   OFFER HIGHLIGHT
   ------------------------------------------------------------ */

.offer-highlight {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
    border: 1px solid rgba(255, 154, 46, .18);
    border-radius: 12px;
    background: linear-gradient( 135deg, #fffaf4, #ffffff );
}


/* ------------------------------------------------------------
   OFFER ICON
   ------------------------------------------------------------ */

.offer-highlight-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #fff0df;
    color: var(--sxpo-orange);
    font-size: .8rem;
}


/* ------------------------------------------------------------
   OFFER HIGHLIGHT CONTENT
   ------------------------------------------------------------ */

.offer-highlight strong {
    display: block;
    color: var(--sxpo-navy);
    font-size: .82rem;
    font-weight: 900;
    line-height: 1.35;
}


.offer-highlight span {
    display: block;
    margin-top: 4px;
    color: var(--sxpo-muted);
    font-size: .72rem;
    line-height: 1.6;
}


/* ------------------------------------------------------------
   SECTION LABEL INSIDE CARD
   ------------------------------------------------------------ */

.pricing-card > h6 {
    color: var(--sxpo-navy);
    font-size: .76rem;
    letter-spacing: .01em;
}


/* ------------------------------------------------------------
   CHECK LIST
   ------------------------------------------------------------ */

.pricing-card .check-list {
    margin-top: 0;
}


    .pricing-card .check-list li {
        line-height: 1.55;
    }


        .pricing-card .check-list li strong {
            color: var(--sxpo-navy);
            font-weight: 800;
        }


/* ------------------------------------------------------------
   INFORMATION / TRANSPARENCY NOTE
   ------------------------------------------------------------ */

.pricing-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 13px 14px;
    border: 1px solid #e7ebf0;
    border-radius: 10px;
    background: #f8fafc;
}


    .pricing-note > i {
        flex-shrink: 0;
        margin-top: 2px;
        color: #7b8798;
        font-size: .82rem;
    }


    .pricing-note strong {
        display: block;
        color: #344054;
        font-size: .7rem;
        font-weight: 850;
        line-height: 1.4;
    }


    .pricing-note span {
        display: block;
        margin-top: 3px;
        color: #7b8798;
        font-size: .66rem;
        line-height: 1.6;
    }

/* ------------------------------------------------------------
   PRICE AREA
   ------------------------------------------------------------ */

.pricing-card .price {
    color: var(--sxpo-navy);
    font-weight: 900;
    line-height: 1.1;
}


    .pricing-card .price span {
        color: var(--sxpo-orange);
        font-weight: 900;
    }


/* ------------------------------------------------------------
   BUTTON
   ------------------------------------------------------------ */

.pricing-card .btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-weight: 800;
}


/* ------------------------------------------------------------
   BOTTOM NOTE
   ------------------------------------------------------------ */

.pricing-card > .small {
    line-height: 1.5;
}


/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media (max-width: 575.98px) {

    .pricing-card > .d-flex {
        align-items: flex-start !important;
    }

    .offer-badge {
        padding: 6px 9px;
        font-size: .56rem;
    }

    .badge-soft {
        font-size: .57rem;
    }

    .offer-highlight {
        padding: 13px;
    }

    .pricing-note {
        padding: 12px;
    }
}

/* ============================================================
   SXPO REGISTRATION PAGE
   ============================================================ */

.registration-role-card {
    position: relative;
    display: block;
    height: 100%;
    cursor: pointer;
}


.registration-role-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}


.registration-role-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    height: 100%;
    padding: 17px;
    border: 1px solid #e3e8ef;
    border-radius: 14px;
    background: #fff;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}


    .registration-role-content:hover {
        border-color: rgba(255,154,46,.45);
        box-shadow: 0 8px 25px rgba(15,23,42,.06);
        transform: translateY(-2px);
    }


.registration-role-radio:checked + .registration-role-content {
    border-color: var(--sxpo-orange);
    background: linear-gradient( 135deg, #fffaf4, #ffffff );
    box-shadow: 0 8px 28px rgba(255,154,46,.10);
}


.registration-role-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: #f1f5f9;
    color: var(--sxpo-navy);
    font-size: 1rem;
}


.registration-role-radio:checked + .registration-role-content
.registration-role-icon {
    background: #fff0df;
    color: var(--sxpo-orange);
}


.registration-role-content strong {
    display: block;
    color: var(--sxpo-navy);
    font-size: .82rem;
    font-weight: 900;
}


.registration-role-content small {
    display: block;
    margin-top: 4px;
    color: #7b8798;
    font-size: .68rem;
    line-height: 1.5;
}


/* ------------------------------------------------------------
   SECTION
   ------------------------------------------------------------ */

.registration-section {
    padding: 22px 0 4px;
    border-top: 1px solid #edf0f4;
}


.registration-section-title {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 18px;
}


    .registration-section-title > i {
        width: 34px;
        height: 34px;
        display: grid;
        place-items: center;
        border-radius: 9px;
        background: #eef4fb;
        color: var(--sxpo-navy);
        font-size: .85rem;
    }


    .registration-section-title strong {
        display: block;
        color: var(--sxpo-navy);
        font-size: .78rem;
        font-weight: 900;
    }


    .registration-section-title small {
        display: block;
        margin-top: 2px;
        color: #8b95a5;
        font-size: .63rem;
    }


/* ------------------------------------------------------------
   FORM
   ------------------------------------------------------------ */

.auth-card .form-control {
    min-height: 46px;
    border-color: #dfe5ec;
    border-radius: 9px;
}


.auth-card textarea.form-control {
    min-height: 110px;
}


.auth-card .form-control:focus {
    border-color: var(--sxpo-orange);
    box-shadow: 0 0 0 3px rgba(255,154,46,.10);
}


.auth-card .form-label {
    color: var(--sxpo-navy);
    font-size: .74rem;
}


/* ------------------------------------------------------------
   TERMS
   ------------------------------------------------------------ */

.auth-card .form-check-label {
    color: #697586;
    line-height: 1.6;
}


.auth-card .form-check-input {
    margin-top: .3rem;
}


    .auth-card .form-check-input:checked {
        background-color: var(--sxpo-orange);
        border-color: var(--sxpo-orange);
    }


    .auth-card .form-check-input:focus {
        box-shadow: 0 0 0 3px rgba(255,154,46,.12);
    }


/* ------------------------------------------------------------
   VALIDATION
   ------------------------------------------------------------ */

.auth-card .validation-summary-valid {
    display: none;
}


.auth-card .field-validation-error {
    display: block;
    margin-top: 4px;
    font-size: .65rem;
}


.auth-card .input-validation-error {
    border-color: #dc3545;
}


/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media (max-width: 767.98px) {

    .registration-role-content {
        padding: 14px;
    }

    .registration-role-icon {
        width: 38px;
        height: 38px;
    }
}