/* ══════════════════════════════════════════
   BRAND GUIDE OVERRIDES — LEAD Summit 2026
   ══════════════════════════════════════════ */
:root {
    --ink: #2d3764;
    --gold: #ce8924;
    --gold-dark: #a6701c;
    --gold-pale: #f5e9cc;
    --paper: #f2efea;
    --paper2: #e8e4dd;
    --paper3: #ddd7cc;
    --text-mid: #2d3b68;
    --text-muted: #667d9f;
    --text-dim: #a6b6d0;
    --border: rgba(206, 137, 36, 0.18);
    --border2: rgba(206, 137, 36, 0.35);
    --bgColor: #f2efea;
    --textFamily: "Source Sans 3", sans-serif;
    --HeadingFamily: "Playfair Display", serif;
    --primary: #ce8924;
    --white: #f2efea;
    --black: #2d3764;
    --textGrey: #667d9f;
    /* Override main.css ztc font vars so all 550+ declarations pick up brand fonts */
    --ztc-family-font1: "Source Sans 3", sans-serif;
    --ztc-family-font2: "Playfair Display", serif;
}

/* ── Brand Typography — covers every element ── */
body,
p,
span,
a,
li,
td,
th,
label,
input,
select,
textarea,
button,
.form-control,
.btn,
nav,
footer {
    font-family: "Source Sans 3", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.section-heading,
.hero-title,
.card-title,
[class*="heading"],
[class*="title"] {
    font-family: "Playfair Display", serif !important;
}

/* ── Base ── */
body {
    color: var(--text-mid);
    font-size: 16px;
    line-height: 1.75;
}

/* ── Nav ── */
#headerMain .headerNav ul li a {
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--textFamily);
    font-size: 13px;
    letter-spacing: 0.08em;
    position: relative;
    transition: color 0.2s ease;
}
#headerMain .headerNav ul li a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.7);
    transition: width 0.25s ease;
}
#headerMain .headerNav ul li a:hover::after {
    width: 100%;
}
#headerMain .headerActions .btnGetTickets {
    background: var(--gold);
    color: var(--paper);
    border-radius: 0;
    font-family: var(--textFamily);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 12px 24px;
}
#headerMain .headerActions .btnGetTickets:hover {
    background: var(--gold-dark);
    color: var(--paper);
}
#headerMobileMenu {
    background: var(--ink);
}
#headerMobileMenu .mobileActionsRow .btnGetTickets {
    background: var(--gold);
    color: var(--paper);
    border-radius: 0;
}

/* ── Hero ── */
#heroSec .heroInnerCol h1 {
    font-family: var(--HeadingFamily);
    font-size: clamp(3.5rem, 6.5vw, 7rem) !important;
    text-transform: none;
    letter-spacing: -0.02em;
    font-style: italic;
    line-height: 0.92 !important;
}
#heroSec .heroInnerCol h3 {
    font-family: var(--textFamily);
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}
#heroSec .heroInnerCol p {
    font-family: var(--textFamily);
    font-size: 18px;
    font-weight: 300;
}
#heroSec .heroInnerCol .heroColInnerBoxItems .heroInerColBoxItem a {
    background: var(--gold);
    border-radius: 0;
    font-family: var(--textFamily);
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 10px 10px 10px 24px;
}
#heroSec .heroInnerCol .heroColInnerBoxItems .heroInerColBoxItem a:hover {
    background: var(--ink);
}
.buttonContentWrapper .buttonIcon {
    background: var(--paper);
    border-radius: 0;
}
#heroSec .heroInnerCol a svg path {
    fill: var(--gold);
}
#heroSec .heroInnerCol a:hover svg path {
    fill: var(--ink);
}

/* hero event boxes — glass treatment */
#heroSec .heroInnerCol .heroInnerColEventMainBox .heroEventBox {
    background: rgba(26, 24, 16, 0.6);
    border: 1px solid rgba(184, 146, 42, 0.3);
    border-radius: 0;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
#heroSec .heroInnerCol .heroInnerColEventMainBox .heroEventBox h3 {
    font-family: var(--HeadingFamily);
    color: var(--paper);
    font-size: 28px;
}
#heroSec .heroInnerCol .heroInnerColEventMainBox .heroEventBox h6 {
    color: rgba(250, 247, 242, 0.6);
}
#heroSec .heroInnerCol .heroInnerColEventMainBox .heroEventBox p {
    color: rgba(250, 247, 242, 0.8);
    font-size: 14px;
    margin-bottom: 4px;
}
#heroSec .heroInnerCol .heroInnerColEventMainBox .heroEventBox .phoneNumber {
    color: var(--paper);
    font-size: 18px;
}
#heroSec .heroInnerCol .heroInnerColEventMainBox .heroEventBox .emailAddress {
    color: rgba(250, 247, 242, 0.65);
    font-size: 14px;
}

/* ── Marquee / shimmer ── */
#marqueeSec {
    background: var(--ink);
    position: relative;
    overflow: hidden;
}
#marqueeSec::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(184, 146, 42, 0.06),
        transparent
    );
    animation: shimmer 4s ease-in-out infinite;
    pointer-events: none;
}
#marqueeSec .marqueeTrack .marqueeList .marqueeItem .marqueeText {
    font-family: var(--HeadingFamily);
    color: var(--paper);
    font-size: 36px;
    font-style: italic;
}
#marqueeSec .marqueeTrack .marqueeList .marqueeItem .marqueeText span {
    color: var(--gold) !important;
    padding-right: 12px;
    font-style: normal;
}
.marqueeItem .sumTaglineIcon svg {
    fill: var(--gold);
    stroke: var(--gold);
}

/* ── Section backgrounds ── */
#whoThisIsForSec.leadSumSec {
    background: var(--paper);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
#happensSec {
    background: var(--paper2);
}
#speakersSec {
    background: var(--paper);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
#agendaSec {
    background: var(--paper2);
}
#expoSec {
    background: var(--paper);
}
#ticketsSec {
    background: var(--paper2);
    border-top: 1px solid var(--border);
}

/* ── About stat cards ── */
/* main.css uses #FBF9F4 which is invisible against var(--paper)=#FAF7F2 */
.about1-section-area .about-header-area .about-auhtor-box {
    background: #fbf9f4;
    border-radius: 8px;
}
.about1-section-area .about-header-area .about-auhtor-box:hover {
    box-shadow: 0 8px 32px rgba(154, 114, 48, 0.1);
    border-color: var(--border2);
}

/* ── Tagline / eyebrow ── */
.sumTaglineIcon svg {
    fill: var(--gold);
    stroke: var(--gold);
}
.sumTaglineText {
    color: var(--gold) !important;
    font-family: var(--textFamily);
    font-size: 0.65rem !important;
    letter-spacing: 0.3em !important;
    text-transform: uppercase;
    font-weight: 600;
}

/* ── Section titles / body ── */
.leadSumSec .sumInnerCol .sumLeft .sumTitle {
    font-family: var(--HeadingFamily);
    color: var(--ink);
    text-transform: none;
    font-size: clamp(36px, 4.5vw, 64px);
}
.leadSumSec .sumInnerCol .sumLeft .sumQuote {
    border-left-color: var(--gold);
    color: var(--text-mid);
    font-family: var(--HeadingFamily);
    font-size: 1.15rem;
}
.leadSumSec .sumInnerCol .sumLeft .sumDesc {
    font-family: var(--textFamily);
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.85;
    font-weight: 300;
}
.leadSumSec .sumInnerCol .sumLeft .sumDesc strong {
    color: var(--ink);
}

/* ── h2 global scale ── */

/* ── Gold rule ── */
.goldRule {
    width: 48px !important;
    height: 2px !important;
    background: var(--gold) !important;
    margin: 2rem 0 !important;
}

/* ── Stat cards ── */
.cardItem {
    border-radius: 0;
    background: var(--paper2);
    transition:
        transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}
.cardItem.cardLight {
    background: var(--paper2);
    border: 1px solid var(--border);
}
.cardItem.cardLight:hover {
    transform: translateY(-4px);
    border-color: var(--gold) !important;
    box-shadow: 0 12px 40px rgba(154, 114, 48, 0.12);
}
.cardItem.cardLight .cardBottom .cardNum {
    color: var(--gold);
    font-family: var(--HeadingFamily);
    font-size: 5rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}
.cardItem.cardLight .cardBottom .cardTitle {
    color: var(--ink);
    font-family: var(--HeadingFamily);
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: none;
}
.cardItem.cardLight .cardBottom .cardDesc {
    color: var(--text-muted);
    font-size: 0.85rem;
}
.cardItem:not(.cardLight) {
    background: var(--ink);
}
.cardItem:not(.cardLight) .cardsNote {
    color: rgba(250, 247, 242, 0.7);
    font-style: italic;
}

/* ── What Happens ── */
#happensSec .happensContainer .happensTopRow .happensTopLeft .happensMainTitle {
    font-family: var(--HeadingFamily);
    color: var(--ink);
    text-transform: none;
}
#happensSec .happensContainer .happensFaqGrid .faqItem {
    transition:
        transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}
#happensSec .happensContainer .happensFaqGrid .faqItem:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(154, 114, 48, 0.12);
}
#happensSec .happensContainer .happensFaqGrid .faqItem .faqNum {
    font-family: var(--HeadingFamily);
    color: var(--gold);
    border-bottom-color: var(--border2);
    font-size: 72px;
}
#happensSec .happensContainer .happensFaqGrid .faqItem .faqTitle {
    font-family: var(--HeadingFamily);
    color: var(--ink);
    text-transform: none;
    font-size: 22px;
}
#happensSec .happensContainer .happensFaqGrid .faqItem .faqDesc {
    font-family: var(--textFamily);
    color: var(--text-muted);
}
#happensSec
    .happensContainer
    .happensTopRow
    .happensTopRight
    .happensRightDesc {
    font-family: var(--textFamily);
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.85;
    font-weight: 300;
}

/* ── Speaker card (Swiper) ── */
.speakerWorkshopSec {
    width: 100%;
}
.speakersSwiper {
    padding: 0 0 3.5rem !important;
}
.spk-card {
    background: var(--paper2);
    border: 1px solid var(--border);
    padding: 1.75rem 1.5rem;
    height: 100%;
    box-sizing: border-box;
    transition:
        transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}
.spk-card:hover {
    transform: translateY(-4px);
    border-color: var(--gold) !important;
    box-shadow: 0 12px 40px rgba(154, 114, 48, 0.12);
}
.spk-av {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--HeadingFamily);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 1rem;
}
.spk-tba {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px dashed var(--border2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--text-dim);
    margin-bottom: 1rem;
}
.spk-name {
    font-family: var(--HeadingFamily);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.25rem;
}
.spk-role {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 0.75rem;
    font-family: var(--textFamily);
    text-transform: uppercase;
}
.spk-ws {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--border);
}
.spk-ws-tag {
    font-size: 0.6rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--text-dim);
    font-family: var(--textFamily);
}
.spk-ws-title {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 0.3rem 0;
    line-height: 1.5;
    font-weight: 300;
    font-family: var(--textFamily);
}
.spk-ws-time {
    font-size: 0.72rem;
    color: var(--gold);
    font-weight: 600;
    font-family: var(--textFamily);
}
.speakersSwiper-prev,
.speakersSwiper-next {
    color: var(--gold) !important;
    --swiper-navigation-size: 20px;
}
.speakersSwiper-pagination .swiper-pagination-bullet-active {
    background: var(--gold) !important;
}

/* ── Agenda ── */
#agendaSec {
    padding: 120px 2rem;
}
.agendaContainer {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.8rem;
}
.agendaEyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
}
.agendaTitle {
    font-family: var(--HeadingFamily);
    font-size: clamp(36px, 4.5vw, 64px);
    font-weight: 700;
    line-height: 1.05;
    color: var(--ink);
    letter-spacing: -0.02em;
    margin-bottom: 1.75rem;
}
.agendaTabs {
    display: flex;
    border-bottom: 2px solid var(--border2);
    margin-bottom: 3rem;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.agendaTabs::-webkit-scrollbar {
    display: none;
}
.agendaTab {
    padding: 0.85rem 2rem;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: all 0.2s;
    font-family: var(--textFamily);
    white-space: nowrap;
}
.agendaTab.active {
    color: var(--gold);
    border-bottom-color: var(--gold);
}
.agendaTab:hover:not(.active) {
    color: var(--text-mid);
}
.agendaDay {
    display: none;
}
.agendaDay.active {
    display: block;
}
.agendaRow {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 3rem;
    padding: 1.75rem 0;
    border-bottom: 1px solid var(--paper3);
    align-items: start;
    transition:
        background 0.2s ease,
        padding-left 0.2s ease;
}
.agendaRow:hover {
    background: var(--gold-pale);
    padding-left: 1.5rem;
}
.agendaTime {
    font-size: 0.78rem;
    color: var(--gold);
    font-weight: 600;
    letter-spacing: 0.05em;
    padding-top: 0.15rem;
    font-family: var(--textFamily);
}
.agendaRow h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 0.4rem;
    font-family: var(--textFamily) !important;
}
.agendaRow p {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.7;
    font-family: var(--textFamily);
    font-weight: 300;
}
.aTag {
    display: inline-block;
    margin-top: 0.6rem;
    padding: 0.2rem 0.65rem;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    transition: background 0.2s ease;
}
.aTagK {
    background: var(--gold-pale);
    color: var(--gold-dark);
    border-left: 2px solid var(--gold);
}
.aTagW {
    background: rgba(60, 120, 80, 0.1);
    color: #3a7850;
    border-left: 2px solid #3a7850;
}
.aTagP {
    background: rgba(80, 100, 180, 0.1);
    color: #4a5ea0;
    border-left: 2px solid #4a5ea0;
}
.aTagS {
    background: rgba(180, 80, 60, 0.08);
    color: #96503c;
    border-left: 2px solid #96503c;
}

.aTagB {
    background: #2d3764;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 5px;
}

/* ── Expo section overrides ── */
#expoSec .expoInnerCol .expoTopRow .expoLeft .expoTitle {
    font-family: var(--HeadingFamily);
    color: var(--ink);
    text-transform: none;
}
#expoSec .expoInnerCol .expoTopRow .expoLeft .expoDesc p {
    font-family: var(--textFamily);
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.85;
    font-weight: 300;
}
#expoSec .expoInnerCol .expoTopRow .expoLeft .expoDesc p strong {
    color: var(--ink);
}
#expoSec .expoInnerCol .expoExhibitorsWrap .expoExhibitorsLabel {
    color: var(--gold-dark);
    font-family: var(--textFamily);
}
#expoSec .expoInnerCol .expoExhibitorsWrap .expoBoothGrid {
    border-color: var(--border2);
    border-radius: 0;
}
#expoSec .expoInnerCol .expoExhibitorsWrap .expoBoothGrid .boothItem {
    border-color: var(--border2);
}
#expoSec .expoInnerCol .expoExhibitorsWrap .expoBoothGrid .boothItem:hover {
    background: var(--gold-pale);
}
#expoSec
    .expoInnerCol
    .expoExhibitorsWrap
    .expoBoothGrid
    .boothItem
    .boothPlus {
    color: var(--gold);
}
#expoSec
    .expoInnerCol
    .expoExhibitorsWrap
    .expoBoothGrid
    .boothItem
    .boothText {
    color: var(--text-dim);
}

/* Exhibitor cards (legacy) */
.exhCard {
    padding: 1.5rem;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    cursor: default;
    transition:
        transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}
.exhCard:hover {
    background: var(--gold-pale);
    transform: translateY(-4px);
    border-color: var(--gold) !important;
    box-shadow: 0 12px 40px rgba(154, 114, 48, 0.12);
}
.exhLogo {
    width: 40px;
    height: 40px;
    background: var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--HeadingFamily);
    font-size: 1rem;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 0.85rem;
}
.exhName {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 0.2rem;
    font-family: var(--textFamily);
}
.exhCat {
    font-size: 0.6rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.6rem;
    font-weight: 600;
    font-family: var(--textFamily);
}
.exhDesc {
    font-size: 0.8rem;
    color: var(--text-muted);
    line-height: 1.6;
    font-family: var(--textFamily);
    font-weight: 300;
}

/* ── Booth Pricing Cards ── */
.booth-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid var(--border);
    background: var(--border);
    margin-bottom: 5rem;
}
.booth-card {
    background: var(--paper);
    display: flex;
    flex-direction: column;
    position: relative;
    transition:
        transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.25s ease;
}
.booth-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(154, 114, 48, 0.14);
    z-index: 1;
}
.booth-card-featured {
    background: var(--gold-pale);
    border: 1px solid var(--gold);
    box-shadow: 0 24px 64px rgba(154, 114, 48, 0.18);
    z-index: 2;
}
.booth-card-featured:hover {
    transform: translateY(-12px);
}
.booth-card-badge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--gold);
    color: var(--paper);
    font-family: "Source Sans 3", sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    padding: 0.45rem;
}
.booth-card-header {
    padding: 2.5rem 2rem 1.5rem;
}
.booth-card-featured .booth-card-header {
    padding-top: 3.5rem;
}
.booth-card-name {
    font-family: var(--textFamily);
    font-size: 0.65rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--text-dim);
    font-weight: 600;
    display: block;
    margin-bottom: 1.25rem;
}
.booth-card-pricing-row {
    display: flex;
    align-items: flex-end;
    gap: 0.75rem;
}
.booth-card-price {
    font-family: "Playfair Display", serif;
    font-size: 4rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1;
    letter-spacing: -0.02em;
}
.booth-card-note {
    font-family: var(--textFamily);
    font-size: 0.72rem;
    color: var(--text-dim);
    padding-bottom: 0.4rem;
}
.booth-card-divider {
    width: calc(100% - 4rem);
    height: 1px;
    background: var(--border);
    margin: 0 2rem;
}
.booth-card-featured .booth-card-divider {
    background: var(--border2);
}
.booth-card-meta {
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.booth-card-meta-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 0.83rem;
}
.booth-card-meta-label {
    font-family: var(--textFamily);
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-dim);
    font-weight: 600;
}
.booth-card-meta-value {
    font-family: var(--textFamily);
    color: var(--text-mid);
    font-weight: 300;
    text-align: right;
}
.booth-card-features {
    list-style: none;
    padding: 0.5rem 2rem 1rem;
    flex: 1;
    margin: 0;
}
.booth-card-features li {
    font-size: 0.85rem;
    color: var(--text-mid);
    padding: 0.55rem 0;
    border-bottom: 1px solid var(--paper3);
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    font-weight: 300;
    line-height: 1.5;
}
.booth-card-check {
    color: var(--gold);
    flex-shrink: 0;
    font-weight: 600;
}
.booth-card-footer {
    padding: 1.5rem 2rem 2.5rem;
}

/* ── Ticket cards (legacy) ── */
.tixGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 3rem;
}
.tixCard {
    background: var(--paper);
    padding: 2.5rem 2rem;
    position: relative;
    transition:
        transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}
.tixCard:hover {
    background: var(--paper2);
    transform: translateY(-4px);
    border-color: var(--gold) !important;
    box-shadow: 0 12px 40px rgba(154, 114, 48, 0.12);
}
.tixCard.tixFeatured {
    border-top: 3px solid var(--gold);
    background: var(--gold-pale);
}
.tixCard.tixFeatured:hover {
    background: #edd99a;
}
.tixPopTag {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--gold);
    color: var(--paper);
    font-size: 0.58rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.35rem;
    text-align: center;
    font-family: var(--textFamily);
}
.tixName {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-dim);
    font-weight: 600;
    display: block;
    margin-bottom: 1.25rem;
    font-family: var(--textFamily);
}
.tixCard.tixFeatured .tixName {
    margin-top: 1.5rem;
}
.tixPrice {
    font-family: var(--HeadingFamily);
    font-size: 4.5rem !important;
    font-weight: 700;
    color: var(--ink);
    line-height: 1;
    margin-bottom: 0.3rem;
    letter-spacing: -0.02em !important;
}
.tixNote {
    font-size: 0.75rem;
    color: var(--text-dim);
    margin-bottom: 2rem;
    font-family: var(--textFamily);
}
.tixFeatures {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}
.tixFeatures li {
    font-size: 0.85rem;
    color: var(--text-muted);
    padding: 0.55rem 0;
    border-bottom: 1px solid var(--paper3);
    display: flex;
    gap: 0.6rem;
    line-height: 1.4;
    font-family: var(--textFamily);
    font-weight: 300;
}
.tixFeatures li::before {
    content: "—";
    color: var(--gold);
    flex-shrink: 0;
}
.tixBtn {
    display: block;
    width: 100%;
    padding: 0.9rem;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    font-family: var(--textFamily);
    border: none;
}
.tixBtnFill {
    background: var(--ink);
    color: var(--paper);
    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.15s ease;
}
.tixBtnFill:hover {
    background: var(--gold) !important;
    transform: translateY(-1px);
}
.tixBtnOutline {
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--ink);
    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}
.tixBtnOutline:hover {
    background: var(--ink) !important;
    color: var(--paper) !important;
}

/* ── Registration section ── */
#ticketsSec .leadSumSec {
    background: var(--paper2);
}
#ticketsSec .sumInnerColBox p {
    font-family: var(--textFamily);
    color: var(--text-muted);
}
#ticketsSec .sumInnerColBox p a {
    color: var(--gold);
}
#ticketsSec .ticketsSecInner {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 3.6rem;
}
/* ── Footer ── */
#footerMain {
    background: var(--ink);
    border-top: 3px solid var(--gold) !important;
    position: relative;
}
#footerMain::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(
        90deg,
        var(--gold),
        #d4a853,
        #edd99a,
        transparent
    );
}
#footerMain .footerContainer .footerTopRow .footerLeft .footerSupportLabel {
    font-family: var(--textFamily);
    color: rgba(250, 247, 242, 0.5);
    font-size: 12px;
    letter-spacing: 0.15em;
}
#footerMain .footerContainer .footerTopRow .footerLeft .footerPhone {
    font-family: var(--HeadingFamily);
    color: var(--paper);
    font-size: 1.5rem;
}
#footerMain .footerContainer .footerTopRow .footerLeft .footerEmail {
    color: var(--gold);
    font-size: 1rem;
}
#footerMain .footerContainer .footerTopRow .footerLeft .footerEmail:hover {
    color: var(--paper);
}
#footerMain
    .footerContainer
    .footerTopRow
    .footerRight
    .footerNavCol
    .footerNavColTitle {
    font-family: var(--textFamily);
    color: rgba(250, 247, 242, 0.5);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
#footerMain .footerContainer .footerTopRow .footerRight .footerNavCol ul li a {
    font-family: var(--textFamily);
    color: var(--paper);
    font-size: 1rem;
    font-weight: 400;
}
#footerMain
    .footerContainer
    .footerTopRow
    .footerRight
    .footerNavCol
    ul
    li
    a:hover {
    color: var(--gold);
}
#footerMain
    .footerContainer
    .footerTopRow
    .footerRight
    .footerNavCol
    ul
    li
    a
    .navArrow
    svg {
    stroke: var(--gold);
}
#footerMain .footerContainer .footerBottomBar {
    border-top-color: rgba(255, 255, 255, 0.08);
}
#footerMain .footerContainer .footerBottomBar .footerCopyright {
    font-family: var(--textFamily);
    font-size: 0.82rem;
}
#footerMain .footerContainer .footerBottomBar .footerBottomLinks a {
    font-family: var(--textFamily);
    font-size: 0.82rem;
}

/* ── Modals ── */
.overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9000;
    background: rgba(10, 9, 8, 0.9);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    align-items: center;
    justify-content: center;
}
.overlay.open {
    display: flex;
}

.modal {
    display: block;
    background: #f1f1f1;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 3px solid #ce8924;
    max-width: 540px;
    width: 92%;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 2.75rem 2.75rem 2.25rem;
    position: relative;
    animation: modalIn 0.15s ease-out;
    will-change: opacity;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 186, 0, 0.3) transparent;
    border-radius: 15px;
}
.modal::-webkit-scrollbar {
    width: 4px;
}
.modal::-webkit-scrollbar-track {
    background: transparent;
}
.modal::-webkit-scrollbar-thumb {
    background: rgba(255, 186, 0, 0.3);
    border-radius: 2px;
}

@keyframes modalIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Close button */
.modal-x {
    position: absolute;
    top: 1.1rem;
    right: 1.25rem;
    background: none;
    border: none;
    color: var(--ztc-text-text-3);
    font-size: 1.1rem;
    cursor: pointer;
    transition: color 0.2s;
    font-family: var(--ztc-family-font2, var(--textFamily));
    line-height: 1;
    padding: 0.25rem 0.4rem;
}
.modal-x:hover {
    color: #ce8924;
}

/* Heading */
.modal h3 {
    font-family: var(--ztc-family-font1, var(--textFamily));
    font-size: 2rem;
    font-weight: 700;
    color: var(--ztc-text-text-2);
    margin-bottom: 0.3rem;
    line-height: 1.1;
    letter-spacing: -0.01em;
}
.modal h3 span {
    color: #ce8924;
}

/* Subheading */
.modal-sub {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ztc-text-text-3);
    margin-bottom: 2rem;
    font-family: var(--ztc-family-font2, var(--textFamily));
    font-weight: 600;
}

/* Selected ticket/booth summary bar */
.modal-sel {
    background: #fbf9f4;
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-sel-name {
    font-size: 16px;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font2, var(--textFamily));
    font-weight: 700;
}
.modal-sel-price {
    font-family: var(--ztc-family-font1, var(--textFamily));
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    line-height: 1;
}

/* Form layout */
.fg {
    margin-bottom: 1.1rem;
}
.fg .field-error {
    color: #c0392b;
    font-size: 16px;
    margin-top: 5px;
}
.fr2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

/* Labels */
.fl {
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ztc-text-text-3);
    display: block;
    margin-bottom: 0.45rem;
    font-weight: 600;
    font-family: var(--ztc-family-font2, var(--textFamily));
}

/* Inputs / selects / textareas */
.fi {
    width: 100%;
    padding: 0.85rem 1rem;
    background: #fff;
    border: 1px solid #a6b4cd;
    color: #000;
    font-size: 0.88rem;
    font-family: var(--ztc-family-font2, var(--textFamily));
    font-weight: 300;
    outline: none;
    transition:
        border-color 0.2s,
        background 0.2s,
        box-shadow 0.2s;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-appearance: none;
}
.fi::placeholder {
    color: #2d3764;
}
.fi:focus {
    border-color: #ce8924 !important;
    background: rgba(255, 186, 0, 0.06) !important;
    box-shadow: 0 0 0 3px rgba(255, 186, 0, 0.12) !important;
    outline: none !important;
}
.fi option {
    background: #2d3764;
    color: #fff;
}

/* Payment section block */
.modal [style*="border-top"] {
    background: rgb(242 244 255) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    margin-top: 1.25rem;
    border-radius: 8px;
}

/* Submit button — matches .vl-btn1 yellow style */
.f-sub {
    width: 100%;
    padding: 1rem 1.5rem;
    margin-top: 1.25rem;
    background: #ce8924;
    color: #fff;
    border: none;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        background 0.25s ease,
        transform 0.15s ease;
    font-family: var(--ztc-family-font1, var(--textFamily));
    border-radius: 8px;
}
.f-sub:hover {
    background: #e0a900 !important;
    transform: translateY(-1px);
}
.f-sub:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
}

/* Success state */
.success {
    display: none;
    text-align: center;
    padding: 2.5rem 0 1rem;
}
.success h3 {
    margin: 1rem 0 0.75rem;
    color: #fff;
    font-style: normal;
}
.success p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    font-weight: 300;
    font-family: var(--ztc-family-font2, var(--textFamily));
}

/* ── Confirmation / thank-you modal ── */
/* Inline styles use light-theme brand vars — override with !important to match dark modal */
#ty-modal .modal > div:first-child {
    color: #ce8924; /* ✓ checkmark */
}
#ty-modal h3#ty-heading {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1, var(--HeadingFamily)) !important;
}
#ty-modal p#ty-sub {
    color: var(--ztc-text-text-3);
}
#ty-modal p#ty-ref {
    color: var(--ztc-text-text-3);
}
#ty-modal a#ty-view-btn {
    background: #ce8924 !important;
    color: #2d3764 !important;
    border-radius: 8px;
}
#ty-modal a#ty-view-btn:hover {
    background: #e0a900 !important;
}
#ty-modal .modal button {
    border-color: rgba(255, 255, 255, 0.15) !important;
    border-radius: 8px;
}
#ty-modal .modal button:hover {
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

/* ── Order summary box (both modals) ── */
.order-summary {
    margin-top: 1.5rem;
    border-top: 1px solid #a6b4cd;
    padding-top: 1.1rem;
}
.os-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.35rem 0;
    font-family: var(--ztc-family-font2, var(--textFamily));
}
.os-label {
    font-size: 16px;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font2, var(--textFamily));
    font-weight: 700;
}
.os-value {
    font-family: var(--ztc-family-font1, var(--textFamily));
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    line-height: 1;
}
.os-discount .os-label,
.os-discount-val {
    color: #4caf82 !important; /* green for discount */
}
.os-total {
    border-top: 1px solid #a6b4cd;
    margin-top: 0.4rem;
    padding-top: 0.65rem;
}
.os-total .os-label {
    font-size: 16px;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font2, var(--textFamily));
    font-weight: 700;
}
.os-total .os-value {
    font-family: var(--ztc-family-font1, var(--textFamily));
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    line-height: 1;
}

/* ── Back to top ── */
#btnBackToTop {
    background: var(--gold);
}
#btnBackToTop:hover {
    background: var(--gold-dark);
}
#btnBackToTop .backTopInner .progressRing .progressFill {
    stroke: var(--gold-dark);
}
#btnBackToTop .backTopInner .backTopArrow {
    color: var(--paper);
}

/* ── Scroll Reveal ── */
.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition:
        opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Glass card ── */
.glass-card {
    background: rgba(250, 247, 242, 0.06) !important;
    border: 1px solid rgba(184, 146, 42, 0.28) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    transition:
        background 0.25s ease,
        border-color 0.25s ease;
}
.glass-card:hover {
    background: rgba(250, 247, 242, 0.1) !important;
    border-color: rgba(184, 146, 42, 0.5) !important;
}

/* ── Countdown live dot ── */
.cd-live {
    display: flex;
    align-items: center;
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(250, 247, 242, 0.6);
    margin-bottom: 0.5rem;
    font-family: var(--textFamily);
}
.cd-live::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    margin-right: 0.5rem;
    animation: pulse 2s ease-in-out infinite;
    flex-shrink: 0;
}

/* ── Field validation states ── */
.fi.field-error {
    border-color: #c0392b !important;
    box-shadow: 0 0 0 2px rgba(192, 57, 43, 0.15) !important;
    background: rgba(192, 57, 43, 0.06) !important;
}
.fi.field-ok {
    border-color: rgba(184, 146, 42, 0.5) !important;
}

/* ── intl-tel-input (dark modal) ── */
.iti-full-width {
    width: 100%;
}
.iti-full-width .iti__flag-container {
    border-right: 1px solid rgba(184, 146, 42, 0.2);
}
.iti-full-width input {
    width: 100%;
    padding-left: 90px !important;
}
.iti__country-list {
    border: 1px solid rgba(184, 146, 42, 0.25) !important;
    background: #2d3764 !important;
    color: var(--paper) !important;
    z-index: 10000 !important;
}
.iti__country {
    color: var(--paper) !important;
}
.iti__country.iti__highlight {
    background: rgba(184, 146, 42, 0.12) !important;
}
.iti__country-name {
    color: var(--paper) !important;
}
.iti__dial-code {
    color: rgba(250, 247, 242, 0.5) !important;
}
.iti__selected-flag {
    background: rgba(255, 255, 255, 0.04) !important;
}

/* ── Select2 (dark modal — #tm only) ── */
/* Selection box — matches .fi input style */
#tm .select2-container--default .select2-selection--single {
    background: rgb(255 255 255) !important;
    border: 1px solid #a6b4cd;
    border-radius: 8px;
    height: auto;
    padding: 0.85rem 1rem;
    color: #fff;
    font-size: 0.88rem;
    font-family: var(--ztc-family-font2, var(--textFamily));
    font-weight: 300;
    transition:
        border-color 0.2s,
        background 0.2s,
        box-shadow 0.2s;
}

#tm
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #000;
    padding: 0;
    line-height: 1.5;
}
#tm
    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #2d3764;
}
#tm
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 50%;
    right: 0.9rem;
    transform: translateY(-50%);
    height: auto;
}
#tm
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: rgba(255, 255, 255, 0.35) transparent transparent transparent;
}
#tm
    .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: rgb(84 78 81) transparent transparent transparent;
}
/* Open / focus state */
#tm
    .select2-container--default.select2-container--open
    .select2-selection--single,
#tm
    .select2-container--default.select2-container--focus
    .select2-selection--single {
    border-color: #ce8924 !important;
    background: rgba(255, 186, 0, 0.06) !important;
    box-shadow: 0 0 0 3px rgba(255, 186, 0, 0.12) !important;
    outline: none !important;
}
/* Clear button */
#tm
    .select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    color: rgba(255, 255, 255, 0.3);
    font-size: 1rem;
    line-height: 1;
    margin-right: 1.5rem;
}
#tm
    .select2-container--default
    .select2-selection--single
    .select2-selection__clear:hover {
    color: #ce8924;
}
/* Dropdown — appended inside #tm via dropdownParent */
#tm .select2-dropdown {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-top: none;
    border-radius: 0 0 8px 8px;
    z-index: 9100;
}
#tm
    .select2-container--default.select2-container--open.select2-container--above
    .select2-selection--single {
    border-radius: 0 0 8px 8px;
}
#tm
    .select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single {
    border-radius: 8px 8px 0 0;
}
/* Search box inside dropdown */
#tm .select2-search--dropdown {
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#tm .select2-search--dropdown .select2-search__field {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgb(241 241 241);
    border-radius: 6px;
    color: #2d3764;
    font-size: 0.82rem;
    font-family: var(--ztc-family-font2, var(--textFamily));
    padding: 0.45rem 0.75rem;
    outline: none;
}
#tm .select2-search--dropdown .select2-search__field:focus {
    border-color: #ce8924;
}
/* Options */
#tm .select2-results__option {
    color: #2d3764;
    font-size: 0.88rem;
    font-family: var(--ztc-family-font2, var(--textFamily));
    font-weight: 300;
    padding: 0.6rem 1rem;
    transition:
        background 0.15s,
        color 0.15s;
}
#tm .select2-results__option--highlighted {
    background: rgba(255, 186, 0, 0.12) !important;
    color: #fff !important;
}
#tm .select2-results__option[aria-selected="true"] {
    background: #ce8924 !important;
    color: #2d3764 !important;
}
/* "Select your industry" empty option */
#tm .select2-results__option[aria-disabled="true"] {
    color: rgba(255, 255, 255, 0.25);
    font-style: italic;
}
/* Full-width container */
#tm .select2-container {
    width: 100% !important;
}
/* Validation states — mirror .field-error / .field-ok on the hidden select */
#tm .select2-container.field-error .select2-selection--single {
    border-color: #c0392b !important;
    box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.15) !important;
}
#tm .select2-container.field-ok .select2-selection--single {
    border-color: rgba(255, 186, 0, 0.4) !important;
}

/* ── Select2 (dark modal — #em only) ── */
/* Selection box — matches .fi input style */
#em .select2-container--default .select2-selection--single {
    background: rgb(255 255 255) !important;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    height: auto;
    padding: 0.85rem 1rem;
    color: #fff;
    font-size: 0.88rem;
    font-family: var(--ztc-family-font2, var(--textFamily));
    font-weight: 300;
    transition:
        border-color 0.2s,
        background 0.2s,
        box-shadow 0.2s;
}
#em
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #000;
    padding: 0;
    line-height: 1.5;
}
#em
    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #2d3764;
}
#em
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 50%;
    right: 0.9rem;
    transform: translateY(-50%);
    height: auto;
}
#em
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: rgba(255, 255, 255, 0.35) transparent transparent transparent;
}
#em
    .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #ce8924 transparent;
}
/* Open / focus state */
#em
    .select2-container--default.select2-container--open
    .select2-selection--single,
#em
    .select2-container--default.select2-container--focus
    .select2-selection--single {
    border-color: #ce8924 !important;
    background: rgba(255, 186, 0, 0.06) !important;
    box-shadow: 0 0 0 3px rgba(255, 186, 0, 0.12) !important;
    outline: none !important;
}
/* Clear button */
#em
    .select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    color: rgba(255, 255, 255, 0.3);
    font-size: 1rem;
    line-height: 1;
    margin-right: 1.5rem;
}
#em
    .select2-container--default
    .select2-selection--single
    .select2-selection__clear:hover {
    color: #ce8924;
}
/* Dropdown — appended inside #em via dropdownParent */
#em .select2-dropdown {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-top: none;
    border-radius: 0 0 8px 8px;
    z-index: 9100;
}
#em
    .select2-container--default.select2-container--open.select2-container--above
    .select2-selection--single {
    border-radius: 0 0 8px 8px;
}
#em
    .select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single {
    border-radius: 8px 8px 0 0;
}
/* Search box inside dropdown */
#em .select2-search--dropdown {
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#em .select2-search--dropdown .select2-search__field {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgb(241 241 241);
    border-radius: 6px;
    color: #2d3764;
    font-size: 0.82rem;
    font-family: var(--ztc-family-font2, var(--textFamily));
    padding: 0.45rem 0.75rem;
    outline: none;
}
#em .select2-search--dropdown .select2-search__field:focus {
    border-color: #ce8924;
}
/* Options */
#em .select2-results__option {
    color: #2d3764;
    font-size: 0.88rem;
    font-family: var(--ztc-family-font2, var(--textFamily));
    font-weight: 300;
    padding: 0.6rem 1rem;
    transition:
        background 0.15s,
        color 0.15s;
}
#em .select2-results__option--highlighted {
    background: rgba(255, 186, 0, 0.12) !important;
    color: #fff !important;
}
#em .select2-results__option[aria-selected="true"] {
    background: #ce8924 !important;
    color: #2d3764 !important;
}
/* "Select category" empty option */
#em .select2-results__option[aria-disabled="true"] {
    color: rgba(255, 255, 255, 0.25);
    font-style: italic;
}
/* Full-width container */
#em .select2-container {
    width: 100% !important;
}
/* Validation states — mirror .field-error / .field-ok on the hidden select */
#em .select2-container.field-error .select2-selection--single {
    border-color: #c0392b !important;
    box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.15) !important;
}
#em .select2-container.field-ok .select2-selection--single {
    border-color: rgba(255, 186, 0, 0.4) !important;
}

/* ── Select2 (sponsorship modal — #sm only) ── */
#sm .select2-container--default .select2-selection--single {
    background: rgb(255 255 255) !important;
    border: 1px solid #a6b4cd;
    border-radius: 8px;
    height: 46px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}
#sm
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #000;
    padding: 0;
    line-height: normal;
}
#sm
    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #2d3764;
}
#sm
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 50%;
    right: 0.9rem;
    transform: translateY(-50%);
    height: auto;
}
#sm
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: rgba(255, 255, 255, 0.35) transparent transparent transparent;
}
#sm
    .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: rgb(84 78 81) transparent transparent transparent;
}
/* Open / focus state */
#sm
    .select2-container--default.select2-container--open
    .select2-selection--single,
#sm
    .select2-container--default.select2-container--focus
    .select2-selection--single {
    border-color: #ce8924 !important;
    background: rgba(255, 186, 0, 0.06) !important;
    outline: none;
}
/* Clear button */
#sm
    .select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    color: rgba(255, 255, 255, 0.3);
    font-size: 1rem;
    margin-right: 1.5rem;
    line-height: 1;
}
#sm
    .select2-container--default
    .select2-selection--single
    .select2-selection__clear:hover {
    color: #ce8924;
}
/* Dropdown — appended inside #sm via dropdownParent */
#sm .select2-dropdown {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}
#sm
    .select2-container--default.select2-container--open.select2-container--above
    .select2-selection--single {
    border-radius: 0 0 8px 8px;
}
#sm
    .select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single {
    border-radius: 8px 8px 0 0;
}
/* Search box inside dropdown */
#sm .select2-search--dropdown {
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#sm .select2-search--dropdown .select2-search__field {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgb(241 241 241);
    border-radius: 4px;
    color: #000;
    padding: 0.3rem 0.5rem;
    width: 100%;
    outline: none;
}
#sm .select2-search--dropdown .select2-search__field:focus {
    border-color: #ce8924;
}
/* Options */
#sm .select2-results__option {
    color: #2d3764;
    font-size: 0.88rem;
    padding: 0.5rem 1rem;
    transition:
        background 0.12s,
        color 0.15s;
}
#sm .select2-results__option--highlighted {
    background: rgba(255, 186, 0, 0.12) !important;
    color: #fff !important;
}
#sm .select2-results__option[aria-selected="true"] {
    background: #ce8924 !important;
    color: #2d3764 !important;
}
/* "Select your industry" empty option */
#sm .select2-results__option[aria-disabled="true"] {
    color: rgba(255, 255, 255, 0.25);
    font-style: italic;
}
/* Full-width container */
#sm .select2-container {
    width: 100% !important;
}
/* Validation states — mirror .field-error / .field-ok on the hidden select */
#sm .select2-container.field-error .select2-selection--single {
    border-color: #c0392b !important;
    box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.15) !important;
}
#sm .select2-container.field-ok .select2-selection--single {
    border-color: rgba(255, 186, 0, 0.4) !important;
}

/* ── Select2 global z-index fix (ensures dropdown renders above modal overlay) ── */
.select2-container--open {
    z-index: 99999 !important;
}
.select2-dropdown {
    z-index: 99999 !important;
}

/* ── Marquee stats strip ── */
.marquee-strip {
    background: var(--ink);
    padding: 14px 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.marquee-track {
    display: inline-flex;
    animation: marqueeScroll 30s linear infinite;
}
.marquee-track:hover {
    animation-play-state: paused;
}
@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 48px;
    color: #ffffff;
    font-family: var(--ztc-family-font1, "Space Grotesk", sans-serif);
    font-size: 15px;
    white-space: nowrap;
}
.marquee-item .stat-number {
    font-family: var(--ztc-family-font2, sans-serif) !important;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}
.marquee-item .stat-label {
    font-weight: 600;
    color: #ffffff;
}
.marquee-item .stat-desc {
    color: #a6b4cd;
    font-size: 24px;
    font-family: var(--ztc-family-font1, sans-serif) !important;
    font-weight: 400;
    margin-bottom: -6px;
}
.marquee-divider {
    color: #ce8924;
    font-size: 18px;
    padding: 0 16px;
}

/* ── Animations ── */
@keyframes pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(0.8);
    }
}
@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 200%;
    }
}

/* ══════════════════════════════════════
   NEW COMPONENTS
   ══════════════════════════════════════ */

/* ── Pricing Cards ── */
.tix-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid var(--border);
    background: var(--border);
    margin-top: 3rem;
}

.tix-card {
    background: var(--paper);
    display: flex;
    flex-direction: column;
    position: relative;
    transition:
        transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.25s ease;
}

.tix-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(154, 114, 48, 0.14);
    z-index: 1;
}

.tix-featured {
    background: var(--gold-pale);
    transform: translateY(-8px);
    box-shadow: 0 24px 64px rgba(26, 24, 16, 0.25);
    z-index: 2;
}

.tix-featured:hover {
    transform: translateY(-12px);
}

.tix-badge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--gold);
    color: var(--paper);
    font-family: "Source Sans 3", sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    padding: 0.45rem;
}

.tix-header {
    padding: 2.5rem 2rem 1.5rem;
}
.tix-featured .tix-header {
    padding-top: 3.5rem;
}

.tix-name {
    font-family: var(--textFamily);
    font-size: 0.65rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--text-dim);
    font-weight: 600;
    display: block;
    margin-bottom: 1.25rem;
}
.tix-featured .tix-name {
    color: var(--text-dim);
}

.tix-pricing-row {
    display: flex;
    align-items: flex-end;
    gap: 0.75rem;
}

.tix-price {
    font-family: "Playfair Display", serif;
    font-size: 4rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1;
    letter-spacing: -0.02em;
}
.tix-featured .tix-price {
    color: var(--gold);
}

.tix-note {
    font-family: var(--textFamily);
    font-size: 0.72rem;
    color: var(--text-dim);
    line-height: 1.4;
    padding-bottom: 0.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.tix-featured .tix-note {
    color: var(--text-dim);
}

.tix-min {
    display: block;
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold);
}

.tix-divider {
    height: 1px;
    background: var(--border);
    margin: 0 2rem;
    width: calc(100% - 4rem);
}
.tix-featured .tix-divider {
    background: rgba(184, 146, 42, 0.25);
}

.tix-features {
    list-style: none;
    padding: 1.5rem 2rem;
    flex: 1;
    margin: 0;
}

.tix-features li {
    font-size: 0.85rem;
    color: var(--text-mid);
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--paper3);
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    font-weight: 300;
    line-height: 1.5;
}
.tix-featured .tix-features li {
    color: var(--text-mid);
    border-bottom-color: rgba(250, 247, 242, 0.08);
}

.tix-check {
    color: var(--gold);
    flex-shrink: 0;
    font-weight: 600;
}

.tix-footer {
    padding: 1.5rem 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tix-btn {
    display: block;
    width: 100%;
    padding: 0.95rem;
    text-align: center;
    font-family: "Source Sans 3", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.15s ease;
}
.tix-btn:hover {
    transform: translateY(-1px);
}

.tix-btn-fill {
    background: var(--gold);
    color: var(--paper);
}
.tix-btn-fill:hover {
    background: var(--gold-dark);
}

.tix-btn-outline {
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--ink);
}
.tix-btn-outline:hover {
    background: var(--ink);
    color: var(--paper);
}

.tix-featured .tix-btn-fill {
    background: var(--gold);
    color: var(--paper);
}

.tix-spots {
    font-family: var(--textFamily);
    text-align: center;
    font-size: 0.7rem;
    color: var(--text-dim);
    letter-spacing: 0.06em;
}
.tix-featured .tix-spots {
    color: rgba(250, 247, 242, 0.3);
}

.tix-foot {
    font-family: var(--textFamily);
    margin-top: 2rem;
    text-align: center;
    font-size: 0.78rem;
    color: var(--text-dim);
}
.tix-foot a {
    color: var(--gold);
    text-decoration: none;
}

/* ── Exhibitor Grid ── */
.exh-label {
    font-family: var(--textFamily);
    display: block;
    font-size: 0.65rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--text-dim);
    font-weight: 600;
    margin-bottom: 1.75rem;
}
.exh-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
}
.exh-card {
    background: var(--paper);
    padding: 1.75rem;
    transition: background 0.2s;
}
.exh-card:hover {
    background: var(--gold-pale);
}
.exh-logo {
    width: 42px;
    height: 42px;
    background: var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Playfair Display", serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 1rem;
}
.exh-name {
    font-family: var(--textFamily);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 0.2rem;
}
.exh-cat {
    font-family: var(--textFamily);
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.75rem;
    font-weight: 600;
}
.exh-desc {
    font-family: var(--textFamily);
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.65;
    font-weight: 300;
}
.exh-empty {
    background: var(--paper2);
    padding: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    cursor: pointer;
    min-height: 155px;
    transition: background 0.2s;
    border: 1px dashed var(--border2);
}
.exh-empty:hover {
    background: var(--gold-pale);
}
.exh-empty-t {
    font-family: var(--textFamily);
    font-size: 0.75rem;
    color: var(--text-dim);
    text-align: center;
    line-height: 1.65;
}

/* ── Nav Mobile Hamburger ── */
.nav-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}
.nav-hamburger span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--paper);
    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}

/* ── Speaker avatar with initials fallback ── */
.speaker-avatar-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #2a2720;
    border-radius: 8px;
}
.speaker-avatar-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}
.speaker-initials-badge {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Playfair Display", serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 0.05em;
    pointer-events: none;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

/* ══════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════ */

@media (max-width: 900px) {
    /* Ticket grid */
    .tix-grid {
        grid-template-columns: 1fr;
        gap: 1px;
        background: var(--border);
        border: 1px solid var(--border);
    }
    .tix-featured {
        transform: none;
        box-shadow: none;
        order: -1;
    }
    .tix-featured:hover {
        transform: translateY(-4px);
    }

    /* Legacy ticket grid */
    .tixGrid {
        grid-template-columns: 1fr;
        background: none;
        border: none;
        gap: 1rem;
    }
    .tixCard {
        border: 1px solid var(--border);
    }

    /* Expo */
    .exh-grid {
        grid-template-columns: 1fr 1fr;
    }
    .booth-card-grid {
        grid-template-columns: 1fr;
        gap: 1px;
    }
    .booth-card-featured {
        transform: none;
        box-shadow: none;
        order: -1;
    }
    .booth-card-featured:hover {
        transform: translateY(-4px);
    }

    /* Agenda */
    .agendaRow {
        grid-template-columns: 80px 1fr;
        gap: 1.5rem;
    }

    /* Modals */
    .fr2 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .modal {
        padding: 2rem 1.25rem;
        max-width: 96vw;
        max-height: 95vh;
    }
    .fr2 {
        grid-template-columns: 1fr;
    }

    .exh-grid {
        grid-template-columns: 1fr;
    }

    .tix-price {
        font-size: 3rem;
    }
    .booth-card-price {
        font-size: 3rem;
    }
}

/* ══ Extracted Inline Styles ══ */

/* ── Modal shared (ticket + expo) ── */
.tm-event-label {
    font-size: 16px;
    color: #ce8924;
    margin-top: 0.2rem;
    font-weight: 700;
    font-family: var(--ztc-family-font1);
}

.tm-amcob-member-fg {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.tm-checkbox {
    width: 16px;
    height: 16px;
}

.tm-checkbox-label {
    margin: 0;
    cursor: pointer;
}

/* ── Sponsorship payment tabs ── */
.sm-payment-tabs {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.35rem;
}
.sm-payment-tab {
    flex: 1;
    padding: 0.6rem 0.75rem;
    background: #f5f3ee;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    color: var(--ztc-text-text-2);
    transition: all 0.18s;
    font-family: var(--ztc-family-font1, var(--textFamily));
}
.sm-payment-tab.active {
    background: #fff;
    border-color: #b8922a;
    color: #b8922a;
}
.sm-wire-info {
    background: #f5f3ee;
    border-left: 3px solid #b8922a;
    border-radius: 6px;
    padding: 0.9rem 1.1rem;
    margin-top: 0.85rem;
    font-size: 0.82rem;
    font-family: var(--ztc-family-font1, var(--textFamily));
}
.sm-wire-info-title {
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 0.88rem;
    color: var(--ztc-text-text-2);
}
.sm-wire-info-row {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.22rem;
    color: var(--ztc-text-text-2);
    flex-wrap: wrap;
}
.sm-wire-info-row span {
    font-weight: 600;
    min-width: 130px;
    flex-shrink: 0;
}

.tm-coupon-fg {
    margin-top: 1rem;
}

.tm-coupon-row {
    display: flex;
    gap: 0.5rem;
}

.tm-coupon-input {
    text-transform: uppercase;
    flex: 1;
}

.tm-coupon-apply-btn {
    background: #ce8924;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.7rem 1.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Source Sans 3", sans-serif;
    white-space: nowrap;
    transition: background 0.2s;
}

.tm-payment-block {
    margin-top: 1rem;
    padding: 1.25rem;
    background: #fbf9f4;
    border-radius: 8px;
}

.tm-payment-label {
    margin-bottom: 1rem;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
}

.tm-success-check {
    font-size: 2rem;
}

.tm-success-subtext {
    font-size: 0.78rem;
    color: var(--text-dim);
}

/* ── Expo modal coupon apply button ── */
.em-coupon-fg {
    margin-top: 1rem;
}

.em-coupon-apply-btn {
    background: var(--ink);
    color: var(--paper);
    border: none;
    padding: 0.7rem 1.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Source Sans 3", sans-serif;
    white-space: nowrap;
    transition: background 0.2s;
}

/* ── Thank-you modal ── */
.ty-modal-inner {
    text-align: center;
    max-width: 480px;
    padding: 3.5rem 3rem;
    position: relative;
}

.ty-success-check {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.ty-heading {
    font-family: "Playfair Display", serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.5rem;
}

.ty-sub-text {
    line-height: 1.75;
    font-weight: 300;
    margin-bottom: 0.5rem;
}

.ty-ref-text {
    font-size: 0.78rem;
    color: var(--text-dim);
    margin-bottom: 2rem;
}

.ty-btn-group {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.ty-view-btn {
    background: var(--ink);
    color: var(--paper);
    padding: 0.85rem 2rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
}

.ty-close-btn {
    background: transparent;
    border: 1px solid var(--border2);
    padding: 0.85rem 2rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Source Sans 3", sans-serif;
    transition: all 0.2s;
}

/* ── Hero section ── */
.hero-last-time-box {
    margin: 0;
}

/* ── Tickets section ── */
.tix-spots-alert {
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0.5rem;
    position: absolute;
    right: 25px;
    font-size: 16px;
    padding: 5px 8px;
    border-radius: 5px;
    background: rgb(206 137 36);
    border: 1px solid rgba(206, 137, 36, 0.3);
}

.tix-sold-out-btn {
    opacity: 0.5;
    pointer-events: none;
}

/* ── Ticket pricing windows ── */
.tix-window-badge {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0.5rem;
    position: absolute;
    right: 25px;
    font-size: 0.78rem;
    padding: 5px 8px;
    border-radius: 5px;
    background: rgb(206 137 36);
    border: 1px solid rgba(206, 137, 36, 0.3);
}
.tix-window-badge.tix-window-regular {
    background: rgb(206 137 36);
    color: #fff;
    border-color: rgba(206, 137, 36, 0.3);
}
.tix-window-badge.tix-window-premium {
    background: rgb(206 137 36);
    color: #fff;
    border-color: rgba(206, 137, 36, 0.3);
}
.tix-window-li {
    opacity: 0.65;
    font-size: 0.88em;
}
.tix-window-li.tix-window-active {
    opacity: 1;
    font-weight: 600;
}

/* ── Expo section ── */
.expo-featured-badge {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2d3764;
    margin-bottom: 0.5rem;
}

.expo-spots-left {
    font-size: 0.8rem;
    color: #2d3764;
    margin-bottom: 0.5rem;
}

.expo-exhibitors-section {
    background: #f3f3f3;
}

.expo-initials-badge {
    font-size: clamp(1.2rem, 3vw, 2rem);
}

.expo-tba-link {
    color: var(--text-dim, #888);
}

/* ── Speakers section ── */
.spk-tba-link {
    color: var(--text-dim, #888);
}

.spk-workshop-title {
    font-size: 0.8rem;
    opacity: 0.75;
}

.spk-workshop-time {
    font-size: 0.72rem;
    color: var(--gold, #b9922a);
}

/* ── Skeleton shimmer ── */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.skeleton-shimmer {
    background: linear-gradient(
        90deg,
        rgba(206, 137, 36, 0.04) 25%,
        rgba(206, 137, 36, 0.13) 50%,
        rgba(206, 137, 36, 0.04) 75%
    );
    background-size: 1000px 100%;
    animation: shimmer 2s infinite linear;
}

/* Speaker skeleton cards */
.spk-tba-block {
    margin-top: 1.5rem;
}

.spk-tba-illustration {
    text-align: center;
    margin-bottom: 2.5rem;
}

.spk-skeleton-card {
    /* background: #0c1647;
    border: 1px solid rgba(206, 137, 36, 0.25); */
    border-radius: 14px;
    padding: 2rem 1.25rem 1.75rem;
    text-align: center;
}

.spk-skeleton-avatar {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin: 0 auto 1.25rem;
    border: 2px dashed rgba(206, 137, 36, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(206, 137, 36, 0.3);
    font-size: 1.1rem;
}

.spk-skeleton-line {
    height: 11px;
    border-radius: 6px;
    margin: 0.55rem auto;
}

.spk-skeleton-line-name {
    width: 70%;
}
.spk-skeleton-line-title {
    width: 50%;
}
.spk-skeleton-line-org {
    width: 60%;
}

/* Exhibitor skeleton cards */
.exh-tba-block {
    margin-top: 1.5rem;
}

.exh-tba-illustration {
    text-align: center;
    margin-bottom: 2rem;
}

.exh-tba-heading {
    font-size: clamp(1.2rem, 2.5vw, 1.65rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.exh-tba-sub {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.95rem;
    max-width: 480px;
    margin: 0 auto 2.25rem;
}

.exh-skeleton-card {
    border-radius: 12px;
    padding: 1.75rem 1.25rem 1.5rem;
    text-align: center;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.exh-skeleton-logo {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    border: 1.5px dashed rgba(206, 137, 36, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(206, 137, 36, 0.28);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.exh-skeleton-line {
    height: 10px;
    border-radius: 5px;
    margin: 0 auto;
}

.exh-skeleton-line-name {
    width: 65%;
}
.exh-skeleton-line-cat {
    width: 45%;
}

/* ── Ticket quantity stepper ── */
.tm-qty-fg {
    margin-top: 1.1rem;
}

.tm-qty-stepper {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    margin-top: 0.4rem;
}

.tm-qty-btn {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 2px solid #ce8924;
    background: #fff;
    color: #0c1647;
    font-size: 1.25rem;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
    transition:
        background 0.15s,
        color 0.15s;
}

.tm-qty-btn:hover {
    background: #ce8924;
    color: #fff;
}

.tm-qty-display {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0c1647;
    min-width: 2rem;
    text-align: center;
}

/* ── Guest fields ── */
.tm-guest-block {
    background: rgba(12, 22, 71, 0.04);
    border: 1px solid rgba(206, 137, 36, 0.2);
    border-radius: 10px;
    padding: 1rem 1rem 0.5rem;
    margin-bottom: 0.75rem;
}

.tm-guest-header {
    font-weight: 700;
    color: #ce8924;
    font-size: 0.88rem;
    border-bottom: 1px solid rgba(206, 137, 36, 0.25);
    padding-bottom: 0.4rem;
    margin-bottom: 0.75rem;
    letter-spacing: 0.01em;
}

/* ── Hotel add-on toggle card ── */
.tm-hotel-toggle-card {
    border: 2px solid rgba(206, 137, 36, 0.3);
    border-radius: 12px;
    padding: 0.9rem 1.1rem;
    margin: 1rem 0;
    cursor: pointer;
    transition:
        border-color 0.2s,
        background 0.2s;
}

.tm-hotel-toggle-card:has(input:checked) {
    border-color: #ce8924;
    background: rgba(206, 137, 36, 0.04);
}

.tm-hotel-label {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    cursor: pointer;
    margin: 0;
}

.tm-hotel-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #ce8924;
    flex-shrink: 0;
    cursor: pointer;
}

.tm-hotel-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tm-hotel-title {
    font-weight: 700;
    color: #0c1647;
    font-size: 0.95rem;
}

.tm-hotel-sub {
    font-size: 0.76rem;
    color: rgba(12, 22, 71, 0.55);
    margin-top: 2px;
}

.tm-hotel-price {
    font-weight: 700;
    color: #ce8924;
    font-size: 1rem;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ── Contact section ── */
.cnt-last-time-box {
    margin: 0 26px 0 0;
}

/* ══ intl-tel-input validation states ══ */
.iti.iti-error {
    border-radius: 8px;
    box-shadow: 0 0 0 2px #e53e3e;
}
.iti.iti-ok {
    border-radius: 8px;
    box-shadow: 0 0 0 2px #38a169;
}
/* Remove default focus outline on the raw input inside iti wrapper */
.iti input:focus {
    outline: none;
    box-shadow: none;
}
/* Inline error messages below phone fields */
.phone-error-msg {
    color: #e53e3e;
    font-size: 12px;
    margin-top: 4px;
    display: none;
}
/* Inline error for industry "other" text input */
.industry-other-error {
    color: #e53e3e;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

/* ── Speaker application inline section ── */
.speaker-apply-section {
    background: #f8f6f1;
}
.speaker-apply-card {
    background: #f3f3f3;
    border-radius: 12px;
    padding: 2.5rem 2.5rem 2rem;
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 575px) {
    .speaker-apply-card {
        padding: 1.5rem 1.25rem 1.25rem;
    }
    .speaker-apply-card .fr2 {
        grid-template-columns: 1fr;
    }
}
.sp-submit-row {
    margin-top: 1.5rem;
    text-align: center;
}
.sp-submit-row .vl-btn1 {
    min-width: 260px;
    border: none;
}
.sp-success-inner {
    text-align: center;
    padding: 3rem 2rem;
    background: #ffffff;
    border: 1px solid rgba(206, 137, 36, 0.18);
    border-radius: 12px;
}
.sp-success-icon {
    font-size: 3rem;
    color: #ce8924;
    margin-bottom: 1rem;
    line-height: 1;
}
.sp-success-inner h3 {
    font-family: "Playfair Display", Georgia, serif;
    color: #0c1647;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}
.sp-success-inner p {
    color: #6b7280;
    font-size: 1rem;
    margin: 0;
}

/* ── Sponsorship modal — ad size radio options ── */
.sm-ad-radio-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
}
.sm-ad-radio-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background-color: #fff;
    border: 1px solid rgba(206, 137, 36, 0.3);
    border-radius: 8px;
    cursor: pointer;
    transition:
        border-color 0.2s,
        background 0.2s;
}
.sm-ad-radio-option:hover,
.sm-ad-radio-option.selected {
    border-color: #ce8924;
    background: rgba(206, 137, 36, 0.05);
}
.sm-ad-radio-option input[type="radio"] {
    accent-color: #ce8924;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.sm-ad-radio-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}
.sm-ad-radio-name {
    font-weight: 600;
    color: #0c1647;
    font-size: 0.9rem;
}
.sm-ad-radio-price {
    font-weight: 700;
    color: #ce8924;
    font-size: 0.9rem;
}
