:root {
    --gold: 42 85% 55%;
    --silver: 210 10% 75%;
    --bronze: 30 60% 45%;
    --neutral: 0 0% 90%;
    --gold-light: 45 90% 70%;
    --gold-dark: 38 70% 35%;
    --champagne: 45 50% 85%;
    --muted-foreground: 45 20% 55%;
    --gradient-gold: linear-gradient(135deg, hsl(42 85% 55%), hsl(45 90% 70%), hsl(42 85% 55%));
    --shadow-gold: 0 0 30px hsl(42 85% 55% / .2), 0 0 60px hsl(42 85% 55% / .1);
    --gradient-card: linear-gradient(145deg, hsl(0 0% 9%), hsl(0 0% 5%));
}

.text-gold {
    color: hsl(var(--gold));
}

.text-gold-light {
    color: hsl(var(--gold-light));
}

.text-gold-dark {
    color: hsl(var(--gold-dark));
}

.text-champagne {
    color: hsl(var(--champagne));
}

.text-muted-foreground,
.text-muted-custom {
    color: hsl(var(--muted-foreground));
}

.text-omega-gold {
    color: #d4af37;
}

.text-gray-400 {
    color: #9ca3af;
}

.text-silver {
    color: hsl(var(--silver));
}

.text-bronze {
    color: hsl(var(--bronze));
}

.text-neutral {
    color: hsl(var(--neutral));
}

.text-gold-gradient {
    background: linear-gradient(135deg, hsl(42 85% 55%), hsl(45 90% 70%), hsl(42 85% 55%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% auto;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-xs {
    font-size: 0.75rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.font-light {
    font-weight: 300;
}

.gold-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.6), transparent);
}

.deco-pattern {
    background-image: repeating-linear-gradient(45deg, hsl(var(--gold) / .03) 0px, hsl(var(--gold) / .03) 1px, transparent 1px, transparent 12px), repeating-linear-gradient(-45deg, hsl(var(--gold) / .03) 0px, hsl(var(--gold) / .03) 1px, transparent 1px, transparent 12px);
}

.glass-card {
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.glass-card:hover {
    border-color: rgba(212, 175, 55, 0.3);
    background: rgba(25, 25, 25, 0.8);
    transform: translateY(-4px);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
}

body.trade-expo #sp-header {
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

body.trade-expo #sp-logo .logo-image {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    filter: brightness(0) saturate(100%) invert(74%) sepia(15%) saturate(2206%) hue-rotate(2deg) brightness(93%) contrast(86%);
}

body.trade-expo #sp-logo .logo-image:hover {
    filter: brightness(0) invert(1);
}

body.trade-expo #sp-menu nav ul.sp-megamenu-parent li.sp-menu-item a {
    text-transform: uppercase;
}

body.trade-expo #sp-menu nav ul.sp-megamenu-parent li.sp-menu-item a.register-now {
    color: #eeb32b;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    margin-left: 1.25rem;
    border: 1px solid #eeb32b;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

body.trade-expo #sp-menu nav ul.sp-megamenu-parent li.sp-menu-item a.register-now:hover {
    color: #0f0f0f;
    background-color: #d4af37;
}

body.trade-expo .decor-border {
    position: absolute;
    pointer-events: none;
    display: none;
    border-style: solid;
    border-width: 1px;
}

body.trade-expo .decor-border-1 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
    border-color: rgba(212, 175, 55, 0.3);
}

body.trade-expo .decor-border-2 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
    border-color: rgba(212, 175, 55, 0.5);
}

body.trade-expo #hero .sppb-addon-button-group .sppb-btn,
#btn-da6aa95b-2be0-428c-843a-9181af54378c {
    padding: 1rem 3rem !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

body.trade-expo #hero .sppb-addon-button-group #btn-4bd9b5f6-df9c-4128-985d-2dce38d31a110.sppb-btn {
    background: var(--gradient-gold);
    color: #0a0a0a;
}

body.trade-expo #hero .sppb-addon-button-group .sppb-btn:hover,
#btn-da6aa95b-2be0-428c-843a-9181af54378c:hover {
    box-shadow:
            0 0 30px hsl(var(--gold) / 0.2),
            0 0 60px hsl(var(--gold) / 0.1);
}

#sppb-addon-wrapper-416df832-f261-40ac-be66-6bb051721553 {
    bottom: 2.25rem;
    left: calc(50% - 1rem);
}

body.trade-expo .line-flex-1 {
    flex: 1;
    height: 1px;
}

body.trade-expo .line-12 {
    width: 3rem; /* 48px */
    height: 1px;
}

body.trade-expo .line-left {
    background: linear-gradient(90deg, transparent, hsl(var(--gold)));
}

body.trade-expo .line-right {
    background: linear-gradient(90deg, hsl(var(--gold)), transparent);
}

body.trade-expo .line-solid {
    background: hsl(var(--gold));
}

@media (max-width: 768px) {
    body.trade-expo .decor-border {
        display: block;
    }

    body.trade-expo #hero .sppb-addon-button-group .sppb-btn {
        display: block;
    }
}

body.trade-expo .decor-frame {
    position: relative;
}

body.trade-expo #hero .event-separator {
    display: none;
    color: #eeb32b;
}

@media (min-width: 768px) {

    body.trade-expo .decor-frame::before,
    body.trade-expo .decor-frame::after {
        content: "";
        position: absolute;
        pointer-events: none;
        border: 1px solid;
    }

    body.trade-expo .decor-frame::before {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
        border-color: rgba(212, 175, 55, 0.3);
        z-index: 9;
    }

    body.trade-expo .decor-frame::after {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
        border-color: rgba(212, 175, 55, 0.5);
        z-index: 9;
    }
}

body.trade-expo .bg-gradient-omega {
    background-image: linear-gradient(
            to right,
            #0F0F0F 0%,
            #D4AF37 50%,
            #0F0F0F 100%
    );
}

/* Layout */
body.trade-expo .schedule-wrapper {
    gap: 1.5rem;
}

/* Card */
body.trade-expo .schedule-card,
body.trade-expo .exhibit-card {
    position: relative;
    padding: 1.5rem;
    min-width: 280px;
    flex: 1;
    background: var(--gradient-card);
}

/* Decorative corners */
body.trade-expo .schedule-card .corner,
body.trade-expo .exhibit-card .corner {
    position: absolute;
    font-size: 0.75rem;
    color: hsl(var(--gold));
    opacity: 0.7;
}

body.trade-expo .border-silver-glow .corner {
    color: hsl(var(--silver));
}

body.trade-expo .border-bronze-glow .corner {
    color: hsl(var(--bronze));
}

body.trade-expo .border-neutral-glow .corner {
    color: hsl(var(--neutral));
}


body.trade-expo .corner.tl { top: 0.5rem; left: 0.5rem; }
body.trade-expo .corner.tr { top: 0.5rem; right: 0.5rem; }
body.trade-expo .corner.bl { bottom: 0.5rem; left: 0.5rem; }
body.trade-expo .corner.br { bottom: 0.5rem; right: 0.5rem; }

/* Gold glow border */
body.trade-expo .border-gold-glow {
    border: 1px solid hsl(var(--gold) / 0.4);
    box-shadow:
            0 0 20px hsl(var(--gold) / 0.15),
            inset 0 0 10px hsl(var(--gold) / 0.05);
}

/* Silver glow border */
body.trade-expo .border-silver-glow {
    border: 1px solid hsl(var(--silver) / 0.4);
    box-shadow:
            0 0 20px hsl(var(--silver) / 0.15),
            inset 0 0 10px hsl(var(--silver) / 0.05);
}

/* Broze glow border */
body.trade-expo .border-bronze-glow {
    border: 1px solid hsl(var(--bronze) / 0.4);
    box-shadow:
            0 0 20px hsl(var(--bronze) / 0.15),
            inset 0 0 10px hsl(var(--bronze) / 0.05);
}

/* Broze glow border */
body.trade-expo .border-neutral-glow {
    border: 1px solid hsl(var(--neutral) / 0.4);
    box-shadow:
            0 0 20px hsl(var(--neutral) / 0.15),
            inset 0 0 10px hsl(var(--neutral) / 0.05);
}

body.trade-expo .font-caps {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75rem;
}

body.trade-expo .font-display { font-family: serif; }
body.trade-expo .font-serif { font-family: serif; }
body.trade-expo .font-josefin { font-family: 'Josefin Sans', sans-serif;}

body.trade-expo .section-divider {
    height: 1px;
    margin-bottom: 1.5rem;
    background: linear-gradient(
            90deg,
            transparent,
            hsl(var(--gold) / 0.5),
            transparent
    );
}

/* Timeline list */
body.trade-expo .timeline {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

body.trade-expo .timeline li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 1.25rem;
    border-left: 1px solid hsl(var(--gold) / 0.3);
}

body.trade-expo .timeline li:last-child {
    margin-bottom: 0;
}

body.trade-expo .custom-list {
    list-style: none;
    padding-left: 2rem;
    margin: 0;
}

body.trade-expo .custom-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

body.trade-expo .custom-list li:last-child {
    margin-bottom: 0;
}

body.trade-expo .custom-list .bullet {
    margin-top: 0.15rem;
    flex-shrink: 0;
}

body.trade-expo .pricing-list {
    margin: 0;
    padding: 0;
}

body.trade-expo .pricing-item {
    padding: 1rem 0;
}

body.trade-expo .pricing-item + .pricing-item {
    border-top: 1px solid #594a26;
}

body.trade-expo .art-deco-border {
    position: relative;
    border: 1px solid rgb(212 175 55 / 0.3);
    background-color: rgb(0 0 0 / 0.8);
}

body.trade-expo .art-deco-border::before {
    top: 0;
    left: 0;
    border-right: 0 !important;
    border-bottom: 0 !important;
}

body.trade-expo .art-deco-border::after {
    bottom: 0;
    right: 0;
    border-left: 0 !important;
    border-top: 0 !important;
}

body.trade-expo .art-deco-border::before,
body.trade-expo .art-deco-border::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid hsl(var(--gold));
    transition: all 0.4s ease;
}

body.trade-expo .art-deco-border:hover::before,
body.trade-expo .art-deco-border:hover::after {
    width: 100%;
    height: 100%;
}

body.trade-expo .art-deco-border .btn-gold-outline {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: block;
    border: 1px solid hsl(var(--gold));
    transition: all 0.4s ease;
}

body.trade-expo .pricing-card {
    border: 1px solid rgb(212 175 55 / 0.2);
    background-color: rgb(0 0 0 / 0.5);
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.trade-expo .rate-box {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
}

/* Responsive layout */
@media (min-width: 768px) {
    body.trade-expo .rate-box {
        flex-direction: row;
        gap: 4rem;
        padding: 3rem;
    }
}

/* Divider (desktop only) */
body.trade-expo .rate-divider {
    display: none;
}

@media (min-width: 768px) {
    body.trade-expo .rate-divider {
        display: block;
        width: 1px;
        height: 5rem;
        background: rgba(255, 255, 255, 0.1);
    }
}

body.trade-expo #sp-footer {
    display: none;
}

body.trade-expo .burger-icon>span {
    background-color: #ece2c6;
}

body.ltr.offcanvs-position-right.offcanvas-active.trade-expo .offcanvas-menu {
    background-color: #0f0f0f;
    border-left: 1px solid rgba(212, 175, 55, 0.3);
}

body.trade-expo .offcanvas-menu .offcanvas-inner ul.menu>li a,
body.trade-expo .offcanvas-menu .offcanvas-inner ul.menu>li span {
    text-transform: uppercase;
    color: #faf9f6;
}

.animate-bounce {
    animation: bounce 1s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

