/* ============================================
   NBA WEEK 2026 — ITconf Design Override
   Barlow Condensed bold editorial style
   Applied ON TOP of style.css
   ============================================ */

/* ============================================
   FONTS & ROOT OVERRIDES
   ============================================ */
:root {
    --font-display: 'Barlow Condensed', 'Space Grotesk', sans-serif;
    --font-sans: 'Barlow', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
}

body {
    font-family: var(--font-sans);
}

/* ============================================
   BUTTONS — Rectangular uppercase
   ============================================ */
.btn {
    border-radius: var(--radius-sm) !important;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid transparent;
}
.btn-primary {
    background: var(--green-light);
    color: #0A1205;
    border-color: var(--green-light);
    box-shadow: none;
}
.btn-primary:hover {
    background: var(--green);
    border-color: var(--green);
    color: #0A1205;
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(203, 232, 90, 0.35);
}
.btn-outline {
    background: transparent;
    color: var(--text-primary);
    border-color: var(--border-light);
    border-radius: var(--radius-sm) !important;
}
.btn-outline:hover {
    background: transparent;
    border-color: var(--green-light);
    color: var(--green-light);
}
.btn-white {
    background: #fff;
    color: #040D1A;
    border-color: #fff;
    border-radius: var(--radius-sm) !important;
}
.btn-white:hover {
    background: var(--green-light);
    border-color: var(--green-light);
    color: #0A1205;
    box-shadow: none;
}
.btn-ghost {
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
    border: none;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
}
.btn-ghost:hover {
    color: #fff;
}
.btn-ghost i {
    font-size: 20px;
}
.btn-cta-dark {
    background: #040D1A;
    color: var(--green-light);
    border: 2px solid #040D1A;
    border-radius: var(--radius-sm) !important;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 28px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.25s;
}
.btn-cta-dark:hover {
    background: #000;
    transform: translateY(-2px);
}
.btn-cta-dark.btn-lg { padding: 15px 36px; font-size: 16px; }

.btn-cta-outline {
    background: transparent;
    color: #040D1A;
    border: 2px solid #040D1A;
    border-radius: var(--radius-sm) !important;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 28px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.25s;
}
.btn-cta-outline:hover {
    background: rgba(4, 13, 26, 0.1);
    transform: translateY(-2px);
}
.btn-cta-outline.btn-lg { padding: 15px 36px; font-size: 16px; }

/* ============================================
   HEADER
   ============================================ */
.header {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: 1px solid transparent;
    transition: background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
}
.header.scrolled {
    background: rgba(4, 13, 26, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom-color: var(--border-subtle);
}
.header-inner {
    justify-content: space-between;
}
.logo-img {
    width: 52px;
    height: 52px;
}
.nav {
    gap: 0;
}
.nav-link {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 8px 14px;
    border-radius: 0;
}
.nav-link:hover {
    background: transparent;
    color: var(--green-light);
}
.nav-link-exhibition {
    color: var(--green-light) !important;
}
.btn-sm {
    padding: 9px 20px;
    font-size: 12px;
}

/* ============================================
   SECTION BADGES & TITLES
   ============================================ */
.section-badge {
    display: inline-block;
    padding: 5px 12px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--green-light);
    background: transparent;
    border: 1px solid rgba(203, 232, 90, 0.35);
    border-radius: var(--radius-sm);
    margin-bottom: 20px;
}
.section-title {
    font-family: var(--font-display);
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 900;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: var(--text-primary);
    max-width: none;
    margin: 0 0 20px 0;
}
.video-section .section-title,
.schedule-section .section-title,
.speakers-section .section-title,
.sponsors-section .section-title,
.testimonials-section .section-title,
.venue-section .section-title,
.faq-section .section-title {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}
.section-desc {
    margin: 0 0 40px 0;
    max-width: 700px;
}
.about-section .section-desc,
.video-section .section-desc,
.schedule-section .section-desc {
    margin-left: 0;
    margin-right: 0;
}

/* ============================================
   HERO — FULL-BLEED PHOTO
   ============================================ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 0;
    background: none;
    align-items: stretch;
    overflow: hidden;
}

/* Remove old decorative elements */
.hero-bg-shapes,
.hero-glow,
.hero-glow-1,
.hero-glow-2,
.hero-glow-3,
.hero-big-text,
.hero-visual,
.hero-image-stack,
.hero-stat-badge {
    display: none !important;
}

/* Photo background */
.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    filter: grayscale(15%) brightness(0.75);
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        155deg,
        rgba(4, 13, 26, 0.25) 0%,
        rgba(4, 13, 26, 0.50) 35%,
        rgba(4, 13, 26, 0.80) 62%,
        rgba(4, 13, 26, 0.97) 88%
    );
}

/* Hero inner layout: full-height flex column */
.hero-inner {
    position: relative;
    z-index: 1;
    display: flex !important;
    flex-direction: column;
    min-height: 100vh;
    padding-top: calc(var(--header-h) + 52px);
    padding-bottom: 40px;
    gap: 0;
    grid-template-columns: none !important;
}

/* Top date/location */
.hero-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.hero-meta-date,
.hero-meta-city {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
}
.hero-meta-sep {
    color: rgba(255, 255, 255, 0.35);
    font-weight: 300;
}

/* The massive title */
.hero-title {
    font-family: var(--font-display) !important;
    font-size: clamp(46px, 7.2vw, 108px) !important;
    font-weight: 900 !important;
    line-height: 0.95 !important;
    letter-spacing: -1.5px !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    background: none !important;
    -webkit-text-fill-color: unset !important;
    flex: 1;
    margin-bottom: 0 !important;
    animation: none !important;
    max-width: 920px;
    word-break: break-word;
}
.hero-title em {
    font-style: normal;
    color: var(--green-light);
}
/* Remove old gradient-text within title */
.hero-title .gradient-text {
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-clip: unset !important;
    color: var(--green-light) !important;
}

/* Bottom row: speaker badge + event info */
.hero-bottom-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-top: auto;
    padding-top: 32px;
}

.hero-speakers-badge {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}
.hero-speaker-avatars {
    display: flex;
}
.hero-speaker-avatars img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    border: 2px solid var(--bg-primary);
    margin-left: -10px;
    filter: grayscale(100%);
    display: block;
}
.hero-speaker-avatars img:first-child {
    margin-left: 0;
}
.hero-speakers-label {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.9);
}
.hero-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
}
.hero-arrow:hover {
    background: var(--green-light);
    border-color: var(--green-light);
    color: #040D1A;
}

.hero-event-info {
    max-width: 480px;
}
.hero-event-title {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.35;
    color: var(--green-light);
    margin-bottom: 12px;
}
.hero-event-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.65;
    margin-bottom: 20px;
}
.hero-event-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Contact bar at the bottom */
.hero-contact-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    flex-wrap: wrap;
}
.hero-contact-sep {
    opacity: 0.25;
}
.hero-contact-bar i {
    color: var(--green-light);
    margin-right: 6px;
}

/* ============================================
   COUNTDOWN
   ============================================ */
.countdown-section {
    padding: 52px 0;
    margin-top: 0;
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
    text-align: center;
}
.countdown-label {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--green-light);
    margin-bottom: 28px;
    display: block;
}
.countdown-wrapper {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    box-shadow: none;
    padding: 0;
    max-width: none;
    animation: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.flip-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.flip-digits {
    display: flex;
    gap: 4px;
}
.flip-card {
    width: 60px;
    height: 76px;
    perspective: 300px;
}
.flip-card-inner {
    background: var(--bg-tertiary);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-sm);
}
.flip-card-top {
    background: var(--bg-tertiary);
    border-bottom: 1px solid rgba(0,0,0,0.4);
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
}
.flip-card-top span,
.flip-card-bottom span,
.flip-card-back span {
    font-family: var(--font-display) !important;
    font-size: 44px !important;
    font-weight: 900 !important;
    color: #fff !important;
}
.flip-card-bottom {
    background: var(--bg-tertiary);
}
.flip-card-back {
    background: var(--bg-tertiary);
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
}
.flip-separator {
    font-family: var(--font-display);
    font-size: 48px;
    font-weight: 900;
    color: var(--green-light);
    padding-top: 0;
    margin-bottom: 32px;
    animation: colonPulse 1s ease-in-out infinite;
}
.flip-label {
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-muted);
}

/* ============================================
   EVENT INTRO BANNER
   ============================================ */
.event-intro-banner {
    padding: 32px 0;
    background: linear-gradient(135deg, rgba(183,211,52,0.08) 0%, rgba(4,13,26,0) 100%);
    border-top: 1px solid rgba(183,211,52,0.2);
    border-bottom: 1px solid rgba(183,211,52,0.1);
}
.event-intro-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.event-intro-logo-wrap img {
    border-radius: 50%;
    border: 2px solid rgba(183,211,52,0.3);
}
.event-intro-title {
    font-family: var(--font-display);
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 6px;
}
.event-intro-title span {
    color: #B7D334;
}
.event-intro-tagline {
    font-size: 15px;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 8px;
}
.event-intro-tagline i {
    color: #B7D334;
}
@media (max-width: 600px) {
    .event-intro-inner { justify-content: center; text-align: center; }
    .event-intro-tagline { justify-content: center; }
}

/* ============================================
   STATS STRIP
   ============================================ */
.stats-strip {
    padding: 0;
    background: var(--bg-primary);
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: var(--border-subtle);
    border: 1px solid var(--border-subtle);
    border-top: none;
}
.stat-card {
    background: var(--bg-secondary);
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    border: none;
    border-radius: 0;
    border-right: 1px solid var(--border-subtle);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: background 0.2s;
}
.stat-card:last-child {
    border-right: none;
}
.stat-card:hover {
    background: var(--bg-tertiary);
    transform: none;
    box-shadow: none;
}
.stat-number {
    display: block;
    font-family: var(--font-display);
    font-size: 52px;
    font-weight: 900;
    color: var(--green-light);
    line-height: 1;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.stat-label {
    display: block;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-secondary);
    line-height: 1;
}
/* Hide old icon-based content within stat-card */
.stat-card > i {
    display: none;
}
.stat-card > span:not(.stat-number):not(.stat-label) {
    display: none;
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about-section {
    padding: 80px 0;
    text-align: left;
    background: var(--bg-primary);
}
.about-section::before { display: none; }
.about-glass-card {
    background: var(--bg-secondary);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: 56px;
    max-width: none;
    box-shadow: none;
}

/* ============================================
   VIDEO SECTION
   ============================================ */
.video-section {
    padding: 80px 0;
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
    text-align: left;
}
.video-section::before { display: none; }
.video-wrapper {
    max-width: 860px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-subtle);
    box-shadow: none;
    margin-top: 32px;
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
}
.video-wrapper iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: none;
}

/* ============================================
   WHY ATTEND / EVENTS
   ============================================ */
.events-section {
    padding: 80px 0;
    text-align: left;
    background: var(--bg-primary);
}
.events-section::before { display: none; }
.events-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2px;
    margin-top: 40px;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    overflow: hidden;
}
.event-card {
    border-radius: 0;
    border: none;
    min-height: 280px;
}
.event-card-large { min-height: 380px; }
.event-card img {
    filter: grayscale(30%) brightness(0.7);
    transition: filter 0.4s ease, transform 0.4s ease;
}
.event-card:hover img {
    filter: grayscale(0%) brightness(0.8);
    transform: scale(1.04);
}
.event-date {
    font-family: var(--font-display);
    color: var(--green-light);
}
.event-name {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.3px;
}
.attend-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-top: 24px;
}
.attend-info-card {
    background: var(--bg-secondary);
    border: none;
    border-radius: 0;
    padding: 40px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
}
.attend-info-card h3 {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.attend-list li {
    border-bottom: 1px solid var(--border-subtle);
    padding: 10px 0;
}
.attend-list li::before { display: none; }

/* ============================================
   SCHEDULE
   ============================================ */
.schedule-section {
    padding: 80px 0;
    text-align: left;
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
}
.schedule-section::before,
.schedule-section::after { display: none; }

/* Conference Theme Bar */
.event-theme-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 24px;
    padding: 14px 20px;
    background: rgba(183,211,52,0.07);
    border: 1px solid rgba(183,211,52,0.25);
    border-left: 4px solid #B7D334;
    border-radius: var(--radius-md);
    flex-wrap: wrap;
}
.event-theme-label {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #B7D334;
    white-space: nowrap;
}
.event-theme-text {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 800;
    color: var(--text-primary);
}

/* Day 2 Banner */
.schedule-day2-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    background: rgba(183,211,52,0.06);
    border: 1px solid rgba(183,211,52,0.2);
    border-radius: var(--radius-md);
    margin-bottom: 24px;
    font-size: 13px;
    font-weight: 600;
    color: #B7D334;
}
.schedule-day2-banner i { font-size: 15px; }

/* Evening event item */
.schedule-item-evening {
    background: rgba(255,215,0,0.03) !important;
    border-left: 3px solid #FFD700;
    padding-left: 16px;
}
.schedule-evening-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    padding: 4px 12px;
    background: rgba(255,215,0,0.1);
    border: 1px solid rgba(255,215,0,0.3);
    border-radius: var(--radius-full);
    font-size: 11px;
    font-weight: 700;
    color: #FFD700;
    letter-spacing: 0.5px;
}
.schedule-tabs {
    display: flex;
    gap: 0;
    justify-content: flex-start;
    margin: 28px 0 32px;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-sm);
    overflow: hidden;
    width: fit-content;
}
.schedule-tab {
    padding: 11px 28px;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: transparent;
    color: var(--text-secondary);
    border: none;
    border-radius: 0;
}
.schedule-tab.active {
    background: var(--green-light);
    color: #0A1205;
    box-shadow: none;
}
.schedule-tab:not(.active):hover {
    background: var(--bg-card);
    color: var(--text-primary);
}
.schedule-timeline {
    max-width: none;
    text-align: left;
}
.schedule-item {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid var(--border-subtle);
    border-radius: 0;
    background: transparent;
    margin-bottom: 0;
}
.schedule-item:hover {
    background: rgba(255,255,255,0.02);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.schedule-item:last-child { border-bottom: none; }
.schedule-time {
    min-width: auto;
}
.schedule-time .time {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 900;
    color: var(--green-light);
    letter-spacing: 0.3px;
}
.schedule-time .duration {
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-muted);
}
.schedule-details h4 {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    line-height: 1.2;
    margin-bottom: 8px;
}
.speaker-avatar {
    filter: grayscale(80%);
}
.schedule-speaker span {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--text-muted);
}

/* ============================================
   SPEAKER MARQUEE STRIP (new)
   ============================================ */
.section-marquee-strip {
    background: var(--green-light);
    padding: 18px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.section-marquee-track {
    display: inline-flex;
    align-items: center;
    gap: 40px;
    animation: itconfMarquee 20s linear infinite;
    white-space: nowrap;
    will-change: transform;
}
.section-marquee-track span {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #0A1205;
    flex-shrink: 0;
}
.mq-dot {
    font-size: 14px !important;
    letter-spacing: 0 !important;
    opacity: 0.5;
}
@keyframes itconfMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ============================================
   SPEAKERS SECTION
   ============================================ */
.speakers-section {
    padding: 80px 0;
    text-align: left;
    background: var(--bg-primary);
}
.speakers-section::before { display: none; }
.speakers-carousel-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
    padding: 0;
}
.speakers-carousel {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex: 1;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    overflow: hidden;
}
.speakers-carousel::-webkit-scrollbar { display: none; }
.speakers-carousel .speaker-card {
    flex: 0 0 220px;
    scroll-snap-align: start;
    text-align: left;
    transform: none;
    border-right: 1px solid var(--border-subtle);
    background: var(--bg-secondary);
    border-radius: 0;
}
.speakers-carousel .speaker-card:last-child {
    border-right: none;
}
.speakers-carousel .speaker-card:hover {
    transform: none;
}
.speakers-carousel .speaker-img {
    width: 100%;
    aspect-ratio: 3/4;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}
.speakers-carousel .speaker-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    filter: grayscale(100%);
    transition: filter 0.4s ease, transform 0.4s ease;
}
.speakers-carousel .speaker-card:hover .speaker-img img {
    filter: grayscale(0%);
    transform: scale(1.05);
}
.speaker-info {
    padding: 14px 16px;
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-subtle);
}
.speaker-role {
    display: block;
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--green-light);
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.speaker-info h4 {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--text-primary);
    letter-spacing: -0.2px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin: 0;
}
.speaker-arrow {
    color: var(--green-light);
    font-size: 14px;
    flex-shrink: 0;
    transition: transform 0.2s;
    font-style: normal;
}
.speakers-carousel .speaker-card:hover .speaker-arrow {
    transform: translate(2px, -2px);
}

/* Override old speaker-card styles */
.speakers-carousel .speaker-card h4:not(.speaker-info h4) { display: none; }
.speakers-carousel .speaker-card > p { display: none; }
.speakers-carousel .speaker-card .speaker-social { display: none; }
.speakers-carousel .speaker-card .speaker-keynote-badge { display: none; }

.carousel-btn {
    position: static;
    transform: none;
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    background: var(--bg-secondary);
    border: 1px solid var(--border-light);
    flex-shrink: 0;
}
.carousel-btn:hover {
    background: var(--green-light);
    border-color: var(--green-light);
    color: #040D1A;
}
.carousel-btn-prev { left: auto; }
.carousel-btn-next { right: auto; }

/* ============================================
   SPONSORS
   ============================================ */
.sponsors-section {
    padding: 80px 0;
    text-align: left;
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
}
.sponsors-marquee-wrap {
    margin: 32px -24px;
    mask-image: none;
    -webkit-mask-image: none;
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
    padding: 8px 0;
}
.sponsors-marquee {
    gap: 0;
}
.sponsor-tile {
    padding: 14px 28px;
    border-right: 1px solid var(--border-subtle);
    background: transparent;
    border-radius: 0;
    height: 68px;
    min-width: auto;
}
.sponsor-tile:last-child { border-right: none; }
.sponsor-tile img {
    max-height: 32px;
    max-width: 110px;
    filter: grayscale(100%) brightness(0.65);
    opacity: 0.7;
    transition: all 0.3s;
}
.sponsor-tile:hover {
    background: transparent;
    border-color: var(--border-subtle);
}
.sponsor-tile:hover img {
    filter: grayscale(0%) brightness(1);
    opacity: 1;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials-section {
    padding: 80px 0;
    text-align: left;
    background: var(--bg-primary);
}
.testimonials-section::before { display: none; }
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    background: var(--border-subtle);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-top: 40px;
}
.testimonial-card {
    background: var(--bg-secondary);
    padding: 40px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    border-right: 1px solid var(--border-subtle);
}
.testimonial-card:last-child { border-right: none; }
.testimonial-card:hover {
    background: var(--bg-tertiary);
    transform: none;
    box-shadow: none;
    border-color: var(--border-subtle);
}
.testimonial-text {
    font-size: 14px;
    line-height: 1.75;
    color: var(--text-secondary);
    font-style: italic;
    margin-bottom: 24px;
}
.testimonial-text::before {
    content: '\201C';
    font-size: 40px;
    line-height: 1;
    display: block;
    margin-bottom: 12px;
    color: var(--green-light);
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    font-style: normal;
    vertical-align: unset;
}
.testimonial-author strong {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-primary);
}
.testimonial-author span {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-muted);
}
.press-quotes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: var(--border-subtle);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-top: 2px;
}
.press-quote {
    background: var(--bg-secondary);
    padding: 28px 24px;
    text-align: left;
    border: none;
    border-right: 1px solid var(--border-subtle);
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
}
.press-quote:last-child { border-right: none; }
.press-quote:hover {
    background: var(--bg-tertiary);
    transform: none;
    border-color: var(--border-subtle);
}
.press-quote p {
    font-size: 13px;
    font-style: italic;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 12px;
}
.press-source {
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--green-light);
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

/* ============================================
   VENUE
   ============================================ */
.venue-section {
    padding: 80px 0;
    text-align: left;
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
}
.venue-section .section-title { font-size: clamp(32px, 5vw, 56px); }
.venue-map {
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--border-subtle);
}
.venue-map iframe {
    display: block;
    border-radius: 0;
    border: none;
}

/* ============================================
   FAQ
   ============================================ */
.faq-section {
    padding: 80px 0;
    text-align: left;
    background: var(--bg-primary);
}
.faq-section::before { display: none; }
.faq-list {
    max-width: none;
    margin: 40px 0 0;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    padding: 0;
}
.faq-item {
    border-bottom: 1px solid var(--border-subtle);
}
.faq-item:last-child { border-bottom: none; }
.faq-question {
    padding: 22px 28px;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background: var(--bg-secondary);
    transition: background 0.2s;
}
.faq-question:hover {
    color: var(--text-primary);
    background: var(--bg-tertiary);
}
.faq-question i {
    color: var(--green-light);
}
.faq-item.active .faq-answer {
    max-height: 500px;
}
.faq-answer {
    background: var(--bg-primary);
}
.faq-answer p {
    padding: 20px 28px 24px;
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.75;
}
.faq-answer a {
    color: var(--green-light);
    text-decoration: underline;
}

/* ============================================
   SCHEDULE A CALL SECTION
   ============================================ */
.schedule-call-section {
    padding: 80px 0;
    background: var(--bg-primary);
    border-top: 1px solid var(--border-subtle);
}
.schedule-call-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}
.schedule-call-perks {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.schedule-call-perks li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--text-secondary);
}
.schedule-call-perks li i {
    color: #B7D334;
    font-size: 13px;
    flex-shrink: 0;
}
.calendly-placeholder {
    background: var(--bg-card);
    border: 1px solid rgba(183,211,52,0.2);
    border-radius: var(--radius-xl);
    padding: 56px 40px;
    text-align: center;
}
.calendly-placeholder-inner i {
    font-size: 48px;
    color: #B7D334;
    margin-bottom: 20px;
    display: block;
}
.calendly-placeholder-inner h4 {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}
.calendly-placeholder-inner p {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 24px;
}
@media (max-width: 900px) {
    .schedule-call-inner { grid-template-columns: 1fr; gap: 40px; }
    .schedule-call-embed { display: none; }
}

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section {
    padding: 96px 0;
    background: var(--green-light);
}
.cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px;
}
.cta-inner {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    text-align: center;
    position: static;
    overflow: visible;
}
.cta-inner::before { display: none; }
.cta-inner h2 {
    font-family: var(--font-display);
    font-size: clamp(40px, 7vw, 80px);
    font-weight: 900;
    text-transform: uppercase;
    color: #040D1A;
    line-height: 1.0;
    letter-spacing: -1px;
    margin-bottom: 16px;
    position: static;
}
.cta-inner p {
    font-size: 16px;
    color: rgba(4, 13, 26, 0.7);
    margin-bottom: 36px;
    font-weight: 500;
    position: static;
}
.cta-inner .btn {
    position: static;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    background: #030A14;
    border-top: 1px solid var(--border-subtle);
    padding: 72px 0 0;
}
.footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--border-subtle);
}
.logo-text {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 900;
    color: var(--green-light);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.footer-links h4 {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}
.footer-links a {
    font-family: var(--font-sans);
    font-size: 13px;
}
.footer-links a:hover {
    color: var(--green-light);
}
.footer-social a {
    border-radius: var(--radius-sm);
    width: 36px;
    height: 36px;
}
.footer-social a:hover {
    background: var(--green-light) !important;
    border-color: var(--green-light) !important;
    color: #040D1A !important;
}
.footer-bottom {
    padding: 24px 0;
    text-align: center;
}

/* ============================================
   SCROLL TO TOP
   ============================================ */
.scroll-top {
    border-radius: var(--radius-sm);
    background: var(--green-light);
    color: #040D1A;
    border: none;
}
.scroll-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.scroll-top:hover {
    background: var(--green);
    color: #040D1A;
    transform: translateY(-3px);
}

/* ============================================
   REVEAL ANIMATIONS
   ============================================ */
.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   MOBILE NAV
   ============================================ */
.mobile-menu-btn {
    display: none;
    background: none;
    border: 1px solid var(--border-light);
    color: var(--text-primary);
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}
/* Mobile-only register link: hidden on desktop */
.nav-register-mobile {
    display: none;
}
/* Compact mobile nav open state (non-768 breakpoint duplicate removed — handled in @media 768) */

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

/* Prevent horizontal overflow site-wide */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}
* { box-sizing: border-box; }

@media (max-width: 1024px) {
    .hero-title { font-size: clamp(60px, 10vw, 120px) !important; }

    .events-grid { grid-template-columns: 1fr 1fr; }
    .event-card-large { grid-column: span 2; }
    .press-quotes { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }

    .schedule-item { grid-template-columns: 120px 1fr; gap: 16px; }
    .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonial-card:nth-child(2) { border-right: none; }
    .testimonial-card:nth-child(odd):last-child { grid-column: span 2; }
}

/* ============================================
   BUY BOOTH ONLINE SECTION
   ============================================ */
.buy-booth-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 48px;
}
.buy-method-card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: border-color 0.25s, transform 0.25s;
}
.buy-method-card:hover {
    border-color: rgba(183,211,52,0.3);
    transform: translateY(-4px);
}
.buy-method-card-featured {
    border-color: rgba(183,211,52,0.4);
    box-shadow: 0 0 0 1px rgba(183,211,52,0.1), 0 12px 40px rgba(0,0,0,0.2);
}
.buy-method-icon {
    font-size: 36px;
    color: #B7D334;
}
.buy-method-card h3 {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 800;
    margin: 0;
}
.buy-method-card p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.65;
    margin: 0;
}
.buy-method-note {
    font-size: 12px !important;
    color: var(--text-muted) !important;
    padding-top: 8px;
    border-top: 1px solid var(--border-subtle);
}

@media (max-width: 768px) {
    /* ── Header ── */
    .mobile-menu-btn { display: flex; }
    .nav { display: none; }
    /* Hide header register button on mobile — it's inside the nav dropdown instead */
    .header-actions .btn {
        display: none !important;
    }
    /* Mobile-only register link inside the nav dropdown */
    .nav-register-mobile {
        display: block !important;
        margin-top: 8px;
        background: var(--green-light) !important;
        color: #0A1205 !important;
        text-align: center;
        border-radius: var(--radius-sm) !important;
        font-family: var(--font-display);
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .nav-register-mobile:hover {
        background: var(--green) !important;
        color: #0A1205 !important;
    }

    /* ── Hero ── */
    .hero { min-height: 100svh; }
    .hero-inner {
        padding-top: calc(var(--header-h) + 24px);
        padding-bottom: 32px;
    }
    .hero-title {
        font-size: clamp(36px, 9vw, 64px) !important;
        letter-spacing: -0.5px !important;
        margin-bottom: 20px !important;
        line-height: 1 !important;
    }
    .hero-meta { flex-wrap: wrap; gap: 8px; }
    .hero-bottom-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding-top: 24px;
    }
    .hero-event-info { max-width: 100%; }
    .hero-speakers-badge { flex-wrap: wrap; gap: 10px; }
    .hero-event-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
    }
    .hero-event-actions .btn {
        width: 100%;
        justify-content: center;
    }
    .hero-contact-bar {
        gap: 10px;
        font-size: 10px;
        flex-wrap: wrap;
    }
    .hero-contact-sep { display: none; }

    /* ── Countdown ── */
    .countdown-wrapper {
        gap: 10px;
        flex-wrap: nowrap;
    }
    .flip-card { width: 42px; height: 56px; }
    .flip-card-top span,
    .flip-card-bottom span,
    .flip-card-back span { font-size: 28px !important; }
    .flip-separator { font-size: 32px; margin-bottom: 28px; }
    .flip-label { font-size: 9px; }

    /* ── Stats ── */
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-card {
        border-right: none;
        border-bottom: 1px solid var(--border-subtle);
        padding: 28px 16px;
    }
    .stat-card:nth-child(odd) { border-right: 1px solid var(--border-subtle); }
    .stat-card:nth-last-child(-n+2) { border-bottom: none; }
    .stat-number { font-size: 40px; }

    /* ── About ── */
    .about-section { padding: 56px 0; }
    .about-glass-card { padding: 28px 20px; }

    /* ── Events / attend ── */
    .events-section { padding: 56px 0; }
    .events-grid { grid-template-columns: 1fr; }
    .event-card-large { grid-column: span 1; min-height: 240px; }
    .attend-info-grid { grid-template-columns: 1fr; }
    .attend-info-card { padding: 28px 20px; }

    /* ── Schedule ── */
    .schedule-section { padding: 56px 0; }
    .schedule-tabs {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
        scrollbar-width: none;
    }
    .schedule-tabs::-webkit-scrollbar { display: none; }
    .schedule-tab { white-space: nowrap; flex-shrink: 0; padding: 10px 20px; }
    .schedule-item {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 18px 0;
    }
    .schedule-time .time { font-size: 14px; }
    .schedule-details h4 { font-size: 15px; }

    /* ── Speakers ── */
    .speakers-section { padding: 56px 0; }
    .speakers-carousel-wrap { margin: 24px 0 0; }
    .speakers-carousel .speaker-card { flex: 0 0 160px; }

    /* ── Sponsors ── */
    .sponsors-section { padding: 56px 0; }
    .sponsors-marquee-wrap { margin: 28px 0; }

    /* ── Testimonials ── */
    .testimonials-section { padding: 56px 0; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .testimonial-card {
        border-right: none;
        border-bottom: 1px solid var(--border-subtle);
    }
    .testimonial-card:last-child { border-bottom: none; }
    .press-quotes { grid-template-columns: 1fr 1fr; }
    .press-quote {
        border-right: none;
        border-bottom: 1px solid var(--border-subtle);
    }
    .press-quote:nth-child(odd) { border-right: 1px solid var(--border-subtle); }
    .press-quote:nth-last-child(-n+2) { border-bottom: none; }

    /* ── Venue ── */
    .venue-section { padding: 56px 0; }

    /* ── FAQ ── */
    .faq-section { padding: 56px 0; }
    .faq-question { padding: 18px 20px; font-size: 14px; }
    .faq-answer p { padding: 16px 20px 20px; }

    /* ── CTA ── */
    .cta-section { padding: 64px 0; }
    .cta-inner h2 { font-size: clamp(32px, 8vw, 52px); }
    .cta-actions {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .cta-actions .btn-cta-dark,
    .cta-actions .btn-cta-outline {
        width: 100%;
        max-width: 340px;
        justify-content: center;
    }

    /* ── Footer ── */
    .footer { padding: 56px 0 0; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }

    /* ── Nav mobile open — compact dropdown, not full-screen ── */
    .nav.mobile-open {
        display: flex !important;
        flex-direction: column !important;
        position: fixed !important;
        top: var(--header-h) !important;
        left: 0; right: 0;
        height: auto !important;
        max-height: calc(100vh - var(--header-h)) !important;
        background: rgba(4, 13, 26, 0.98) !important;
        backdrop-filter: blur(24px) !important;
        -webkit-backdrop-filter: blur(24px) !important;
        padding: 16px 20px 24px !important;
        gap: 2px !important;
        border-bottom: 2px solid var(--green-light) !important;
        box-shadow: 0 16px 48px rgba(0,0,0,0.6) !important;
        z-index: 999 !important;
        align-items: flex-start !important;
        overflow-y: auto;
        animation: mobileNavSlide 0.25s ease;
    }
    @keyframes mobileNavSlide {
        from { opacity: 0; transform: translateY(-8px); }
        to   { opacity: 1; transform: translateY(0); }
    }
    .nav.mobile-open .nav-link {
        padding: 13px 16px !important;
        border-radius: var(--radius-sm) !important;
        font-size: 16px !important;
        width: 100%;
    }
    .nav.mobile-open .nav-link:hover {
        background: rgba(203, 232, 90, 0.08) !important;
    }
}

@media (max-width: 480px) {
    /* ── Global ── */
    .container { padding: 0 16px; }

    /* ── Hero ── */
    .hero-title { font-size: clamp(30px, 11vw, 50px) !important; letter-spacing: -0.5px !important; line-height: 1.02 !important; }
    .hero-meta { gap: 6px; }
    .hero-meta-date,
    .hero-meta-city { font-size: 12px; }
    .hero-speaker-avatars img { width: 36px; height: 36px; }

    /* ── Countdown ── */
    .countdown-wrapper { gap: 6px; }
    .flip-card { width: 34px; height: 46px; }
    .flip-card-top span,
    .flip-card-bottom span,
    .flip-card-back span { font-size: 22px !important; }
    .flip-separator { font-size: 24px; margin-bottom: 24px; }
    .flip-label { font-size: 8px; letter-spacing: 1px; }

    /* ── Stats ── */
    .stat-number { font-size: 34px; }
    .stat-card { padding: 22px 12px; }

    /* ── Section titles ── */
    .section-title { font-size: clamp(26px, 7vw, 38px); }

    /* ── Marquee ── */
    .section-marquee-track span { font-size: 16px; gap: 24px; }
    .section-marquee-strip { padding: 14px 0; }

    /* ── Speakers ── */
    .speakers-carousel .speaker-card { flex: 0 0 140px; }

    /* ── Press quotes ── */
    .press-quotes { grid-template-columns: 1fr; }
    .press-quote {
        border-right: none !important;
        border-bottom: 1px solid var(--border-subtle);
    }
    .press-quote:last-child { border-bottom: none; }

    /* ── About ── */
    .about-glass-card { padding: 22px 16px; }

    /* ── Attend info ── */
    .attend-info-card { padding: 22px 16px; }
    .attend-info-card h3 { font-size: 18px; }

    /* ── FAQ ── */
    .faq-question { font-size: 13px; padding: 16px 16px; }
    .faq-answer p { padding: 14px 16px 18px; font-size: 14px; }

    /* ── CTA ── */
    .cta-section { padding: 52px 0; }
    .cta-inner h2 { font-size: clamp(28px, 9vw, 44px); }
    .cta-inner p { font-size: 14px; }

    /* ── Footer ── */
    .footer { padding: 44px 0 0; }
    .footer-bottom { font-size: 12px; padding: 20px 0; }
}

/* ============================================
   HERO URGENCY LINE
   ============================================ */
.hero-urgency-line {
    margin-top: 18px;
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 560px;
    line-height: 1.6;
}
.hero-urgency-line i { color: #ff6b35; margin-top: 2px; flex-shrink: 0; }
.hero-urgency-line strong { color: #B7D334; }

/* ============================================
   NIGERIA DOMINANCE STATS STRIP
   ============================================ */
.nigeria-dominance-strip {
    padding: 56px 0;
    background: linear-gradient(135deg, #040d1a 0%, #071426 50%, #040d1a 100%);
    border-top: 1px solid rgba(183,211,52,0.15);
    border-bottom: 1px solid rgba(183,211,52,0.15);
}
.dominance-strip-label {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.dominance-strip-label span { font-size: 22px; }
.dominance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    overflow: hidden;
}
.dominance-item {
    padding: 32px 24px;
    background: rgba(255,255,255,0.01);
    text-align: center;
    transition: background 0.25s;
}
.dominance-item:hover { background: rgba(183,211,52,0.04); }
.dominance-item-highlight {
    background: rgba(183,211,52,0.05);
    border-left: 2px solid rgba(183,211,52,0.3);
    border-right: 2px solid rgba(183,211,52,0.3);
}
.dominance-icon {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: rgba(183,211,52,0.08);
    border: 1px solid rgba(183,211,52,0.2);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
    font-size: 18px;
    color: #B7D334;
}
.dominance-stat {
    font-family: var(--font-display);
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 900;
    color: #B7D334;
    line-height: 1;
    margin-bottom: 6px;
}
.dominance-item-highlight .dominance-stat { color: #fff; }
.dominance-desc {
    font-size: 13px;
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.4;
}
.dominance-source {
    font-size: 11px;
    color: var(--text-muted);
    letter-spacing: 0.3px;
}
@media (max-width: 768px) {
    .dominance-grid { grid-template-columns: 1fr 1fr; }
    .dominance-item-highlight { border: none; background: rgba(183,211,52,0.05); }
}
@media (max-width: 480px) {
    .dominance-grid { grid-template-columns: 1fr; }
    .dominance-item { padding: 24px 20px; }
}

/* ============================================
   WHY ATTEND BENEFITS GRID
   ============================================ */
.why-attend-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}
.why-benefit-card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: 28px 24px;
    transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.why-benefit-card:hover {
    border-color: rgba(183,211,52,0.3);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.25);
}
.why-benefit-icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: rgba(183,211,52,0.08);
    border: 1px solid rgba(183,211,52,0.2);
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
    color: #B7D334;
    margin-bottom: 16px;
}
.why-benefit-card h4 {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 10px;
    line-height: 1.3;
}
.why-benefit-card p {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.65;
    margin: 0;
}
@media (max-width: 900px) {
    .why-attend-benefits-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .why-attend-benefits-grid { grid-template-columns: 1fr; }
}

/* ============================================
   WHO SHOULD ATTEND TAGS
   ============================================ */
.who-attend-wrap {
    margin-top: 56px;
    text-align: center;
}
.who-attend-wrap h3 {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 20px;
}
.who-attend-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.who-attend-tags span {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border-subtle);
    border-radius: 100px;
    font-size: 13px;
    color: var(--text-secondary);
    font-weight: 500;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    cursor: default;
}
.who-attend-tags span:hover {
    background: rgba(183,211,52,0.08);
    border-color: rgba(183,211,52,0.3);
    color: var(--text-primary);
}

/* ============================================
   EARLY BIRD BANNER (exhibition page)
   ============================================ */
.early-bird-banner {
    background: linear-gradient(135deg, #1a0c00 0%, #2d1500 50%, #1a0c00 100%);
    border-top: 2px solid #ff6b35;
    border-bottom: 2px solid #ff6b35;
    padding: 28px 0;
}
.early-bird-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.early-bird-text {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
    min-width: 240px;
}
.early-bird-fire {
    font-size: 32px;
    color: #ff6b35;
    flex-shrink: 0;
}
.early-bird-text strong {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}
.early-bird-text p {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    margin: 0;
    line-height: 1.5;
}
.early-bird-countdown {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.eb-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 52px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,107,53,0.3);
    border-radius: 10px;
    padding: 10px 12px 8px;
}
.eb-val {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 900;
    color: #ff6b35;
    line-height: 1;
}
.eb-label {
    font-size: 10px;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 3px;
}
.eb-sep {
    font-size: 24px;
    font-weight: 700;
    color: #ff6b35;
    align-self: center;
    margin-bottom: 12px;
}
.btn-cta-dark {
    background: #ff6b35;
    color: #fff;
    border: none;
    padding: 12px 22px;
    border-radius: var(--radius-full);
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s, transform 0.2s;
}
.btn-cta-dark:hover { background: #e55a26; transform: translateY(-2px); }
@media (max-width: 768px) {
    .early-bird-inner { flex-direction: column; align-items: flex-start; }
    .early-bird-cta { width: 100%; }
    .early-bird-cta .btn-cta-dark { width: 100%; text-align: center; justify-content: center; }
    .eb-val { font-size: 22px; }
}

/* ============================================
   BOOTH PRICE DISPLAY (early-bird strikethrough)
   ============================================ */
.exh-price-wrap {
    position: absolute;
    top: 12px; right: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}
.exh-price-current {
    background: rgba(7,20,38,0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(183,211,52,0.4);
    padding: 4px 12px;
    border-radius: var(--radius-full);
    font-size: 14px;
    font-weight: 700;
    color: #B7D334;
}
.exh-price-original {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    text-align: right;
    padding-right: 4px;
}
.exh-price-badge {
    background: #ff6b35;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 2px 8px;
    border-radius: var(--radius-full);
    text-transform: uppercase;
}

/* ============================================
   WHY EXHIBIT SECTION (exhibition page)
   ============================================ */
.why-exhibit-section {
    padding: 72px 0;
    background: linear-gradient(180deg, rgba(183,211,52,0.03) 0%, transparent 100%);
}
.why-exhibit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.why-exhibit-card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: 24px 20px;
    text-align: center;
    transition: border-color 0.25s, transform 0.25s;
}
.why-exhibit-card:hover {
    border-color: rgba(183,211,52,0.3);
    transform: translateY(-4px);
}
.why-exhibit-icon {
    width: 52px; height: 52px;
    border-radius: 12px;
    background: rgba(183,211,52,0.08);
    border: 1px solid rgba(183,211,52,0.2);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
    color: #B7D334;
    margin: 0 auto 16px;
}
.why-exhibit-card h4 {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 10px;
    line-height: 1.35;
}
.why-exhibit-card p {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.65;
    margin: 0;
}
@media (max-width: 900px) {
    .why-exhibit-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .why-exhibit-grid { grid-template-columns: 1fr; }
}

/* ============================================
   BOOTH PURCHASE MODAL
   ============================================ */
.booth-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(6px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
}
.booth-modal-overlay.open {
    opacity: 1;
    pointer-events: all;
}
.booth-modal {
    background: #071426;
    border: 1px solid rgba(183,211,52,0.2);
    border-radius: 20px;
    width: 100%;
    max-width: 560px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.25s;
}
.booth-modal-overlay.open .booth-modal {
    transform: translateY(0);
}
.booth-modal-close {
    position: absolute;
    top: 16px; right: 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid var(--border-subtle);
    color: var(--text-secondary);
    width: 36px; height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s, color 0.2s;
    z-index: 1;
}
.booth-modal-close:hover { background: rgba(255,255,255,0.12); color: #fff; }
.booth-modal-header {
    padding: 32px 28px 24px;
    border-bottom: 1px solid var(--border-subtle);
}
.booth-modal-header h2 {
    font-family: var(--font-display);
    font-size: 22px;
    margin: 8px 0 12px;
    color: var(--text-primary);
}
.modal-price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.modal-price-current {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 900;
    color: #B7D334;
}
.modal-price-original {
    font-size: 16px;
    color: var(--text-muted);
}
.modal-price-eb {
    background: #ff6b35;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.booth-modal-body {
    padding: 28px;
}
.payment-choice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}
.payment-choice-card {
    background: rgba(255,255,255,0.03);
    border: 1.5px solid var(--border-subtle);
    border-radius: 14px;
    padding: 20px 16px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.payment-choice-card:hover {
    border-color: rgba(183,211,52,0.4);
    background: rgba(183,211,52,0.04);
    transform: translateY(-2px);
}
.payment-choice-card.active {
    border-color: #B7D334;
    background: rgba(183,211,52,0.06);
}
.payment-choice-card i {
    font-size: 30px;
    color: #B7D334;
}
.payment-choice-card h4 {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
}
.payment-choice-card p {
    font-size: 12px;
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.5;
}
.payment-badge {
    display: inline-block;
    background: rgba(183,211,52,0.1);
    border: 1px solid rgba(183,211,52,0.25);
    color: #B7D334;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 100px;
}
.payment-step {
    border-top: 1px solid var(--border-subtle);
    padding-top: 20px;
    margin-top: 4px;
}
.crypto-choice-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 20px;
}
.crypto-choice-btn {
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border-subtle);
    color: var(--text-secondary);
    border-radius: 8px;
    padding: 8px 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.crypto-choice-btn:hover, .crypto-choice-btn.active {
    background: rgba(183,211,52,0.08);
    border-color: rgba(183,211,52,0.4);
    color: #B7D334;
}
.crypto-wallet-display { }
.crypto-wallet-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
}
.crypto-wallet-label {
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 8px;
}
.crypto-wallet-address {
    font-size: 13px;
    font-family: monospace;
    color: #B7D334;
    word-break: break-all;
    background: rgba(183,211,52,0.04);
    border: 1px solid rgba(183,211,52,0.15);
    padding: 10px 12px;
    border-radius: 8px;
    line-height: 1.5;
}
.crypto-confirm-steps {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 4px;
}
.crypto-confirm-steps p {
    font-size: 13px;
    color: var(--text-secondary);
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.5;
}
.crypto-confirm-steps i { flex-shrink: 0; margin-top: 2px; }
@media (max-width: 480px) {
    .payment-choice-grid { grid-template-columns: 1fr; }
    .crypto-choice-grid { grid-template-columns: 1fr 1fr; }
    .booth-modal-header { padding: 28px 20px 20px; }
    .booth-modal-body { padding: 20px; }
}

/* ============================================
   URGENCY STRIP (exhibition page)
   ============================================ */
.urgency-strip {
    padding: 28px 0;
    background: linear-gradient(135deg, #1a0c00 0%, #2d1500 100%);
    border-top: 2px solid #ff6b35;
}
.urgency-strip-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    text-align: center;
}
.urgency-strip-inner i {
    font-size: 24px;
    color: #ff6b35;
    flex-shrink: 0;
}
.urgency-strip-inner p {
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    margin: 0;
    line-height: 1.5;
    flex: 1;
    min-width: 200px;
}
.urgency-strip-inner strong { color: #fff; }

/* ============================================
   MOBILE STICKY REGISTER BUTTON
   ============================================ */
.mobile-sticky-register {
    display: none;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    padding: 12px 20px;
    background: rgba(4,13,26,0.96);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(183,211,52,0.2);
    z-index: 999;
}
.mobile-sticky-register .btn {
    width: 100%;
    text-align: center;
    display: block;
    padding: 14px;
    font-size: 15px;
    justify-content: center;
}
@media (max-width: 768px) {
    .mobile-sticky-register { display: block; }
    body { padding-bottom: 70px; }
}

/* ============================================
   UI POLISH PASS — site-wide refinements
   ============================================ */

/* Hero <em> accent — subtle gradient instead of flat green */
.hero-title em {
    background: linear-gradient(135deg, #B7D334 0%, #DCEC85 60%, #B7D334 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-style: normal;
    display: inline-block;
}

/* Smoother button hover lift across the site */
.btn {
    transition: transform 0.18s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease !important;
}
.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}
.btn:active { transform: translateY(0); }

/* Section badges — consistent polished pill */
.section-badge {
    display: inline-block;
    padding: 7px 18px;
    background: rgba(183, 211, 52, 0.08);
    border: 1px solid rgba(183, 211, 52, 0.25);
    color: #B7D334;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
}

/* Section titles — better default rhythm */
.section-title {
    font-family: var(--font-display);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.5px;
}

/* Improve highlighted dominance card */
.dominance-item-highlight {
    position: relative;
}
.dominance-item-highlight::after {
    content: 'BEST';
    position: absolute;
    top: 10px;
    right: 10px;
    background: #B7D334;
    color: #040D1A;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 2px 8px;
    border-radius: 100px;
}

/* Why-benefit cards — glow on hover */
.why-benefit-card {
    position: relative;
    overflow: hidden;
}
.why-benefit-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(600px circle at var(--mx, 50%) var(--my, 50%), rgba(183, 211, 52, 0.06), transparent 40%);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}
.why-benefit-card:hover::before { opacity: 1; }

/* Schedule-call section spacing */
.schedule-call-section { padding: 72px 0; }

/* Scroll-margin so anchor links don't hide behind sticky header */
section[id], a[id] {
    scroll-margin-top: calc(var(--header-h) + 12px);
}

/* Smoother mobile sticky button */
.mobile-sticky-register {
    box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.4);
}

/* Modal scrollbar styling */
.booth-modal::-webkit-scrollbar { width: 6px; }
.booth-modal::-webkit-scrollbar-track { background: transparent; }
.booth-modal::-webkit-scrollbar-thumb {
    background: rgba(183, 211, 52, 0.3);
    border-radius: 3px;
}

/* Booth image hover overlay subtle */
.exh-card-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(4, 13, 26, 0.4) 100%);
    pointer-events: none;
}

/* FAQ items polish */
.faq-item {
    transition: border-color 0.2s, background 0.2s;
}
.faq-item:hover {
    border-color: rgba(183, 211, 52, 0.25);
}

/* Footer links underline animation */
.footer-links a {
    position: relative;
    transition: color 0.2s, padding-left 0.2s;
}
.footer-links a:hover {
    color: #B7D334;
    padding-left: 4px;
}

/* Header — subtle border on scroll */
.header.scrolled {
    background: rgba(4, 13, 26, 0.92) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(183, 211, 52, 0.12);
}

/* ============================================
   IMPROVED MOBILE RESPONSIVENESS
   ============================================ */
@media (max-width: 1100px) {
    /* Tablet: early-bird countdown stays one row but compact */
    .early-bird-countdown { flex-wrap: wrap; justify-content: center; }
    .eb-unit { min-width: 46px; padding: 8px 10px 6px; }
    .eb-val { font-size: 22px; }
}

@media (max-width: 900px) {
    /* Why-attend grid 2 cols on tablet */
    .why-attend-benefits-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
    .why-benefit-card { padding: 24px 20px; }

    /* Dominance items — tighter padding tablet */
    .dominance-item { padding: 28px 18px; }
    .dominance-stat { font-size: clamp(22px, 3.2vw, 28px); }

    /* Section titles slightly smaller */
    .section-title { font-size: clamp(26px, 4.2vw, 38px) !important; }
}

@media (max-width: 768px) {
    /* Hero spacing tighter */
    .hero-event-info { max-width: 100%; }
    .hero-event-title { font-size: 13px; letter-spacing: 0.5px; }
    .hero-event-desc { font-size: 13px; line-height: 1.6; }
    .hero-urgency-line { font-size: 12px; line-height: 1.55; margin-top: 14px; }

    /* Section padding tighter */
    .nigeria-dominance-strip { padding: 44px 0; }
    .dominance-strip-label { font-size: 11px; margin-bottom: 24px; gap: 8px; }
    .dominance-strip-label span { font-size: 18px; }

    /* Why-attend mobile 1 col */
    .why-attend-benefits-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 32px; }
    .why-benefit-card { padding: 22px 18px; }
    .why-benefit-card h4 { font-size: 15px; }
    .why-benefit-card p { font-size: 13px; }

    /* Who attend wrap mobile */
    .who-attend-wrap { margin-top: 40px; }
    .who-attend-wrap h3 { font-size: 18px; }
    .who-attend-tags span { font-size: 12px; padding: 7px 14px; }

    /* Early-bird mobile — center everything cleanly */
    .early-bird-banner { padding: 22px 0; }
    .early-bird-inner { gap: 18px; text-align: center; }
    .early-bird-text { flex-direction: column; align-items: center; gap: 10px; text-align: center; }
    .early-bird-fire { font-size: 26px; }
    .early-bird-text strong { font-size: 15px; }
    .early-bird-countdown { gap: 4px; }
    .eb-unit { min-width: 44px; padding: 8px 8px 6px; }
    .eb-val { font-size: 20px; }
    .eb-label { font-size: 9px; }
    .eb-sep { font-size: 18px; margin-bottom: 10px; }

    /* Why-exhibit mobile 1 col */
    .why-exhibit-section { padding: 48px 0; }
    .why-exhibit-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 28px; }
    .why-exhibit-card { padding: 22px 18px; }

    /* Urgency strip mobile */
    .urgency-strip { padding: 22px 0; }
    .urgency-strip-inner { flex-direction: column; gap: 14px; }
    .urgency-strip-inner i { font-size: 22px; }
    .urgency-strip-inner p { font-size: 13px; }
    .urgency-strip-inner .btn { width: 100%; max-width: 320px; justify-content: center; }

    /* Booth modal mobile */
    .booth-modal { max-height: 92vh; border-radius: 16px; }
    .booth-modal-header { padding: 24px 20px 18px; }
    .booth-modal-header h2 { font-size: 19px; }
    .modal-price-current { font-size: 24px; }
    .booth-modal-body { padding: 20px; }
    .payment-choice-grid { grid-template-columns: 1fr; gap: 12px; }
    .payment-choice-card { padding: 18px 14px; }

    /* Schedule-call section */
    .schedule-call-section { padding: 48px 0; }

    /* Buttons inside hero — make them feel less cramped */
    .hero-event-actions { gap: 10px; }
    .hero-event-actions .btn { padding: 12px 20px; font-size: 13px; }
}

@media (max-width: 480px) {
    /* Dominance grid — single column, no double border */
    .dominance-grid { gap: 1px; }
    .dominance-item { padding: 22px 18px; }
    .dominance-icon { width: 42px; height: 42px; font-size: 16px; margin-bottom: 12px; }
    .dominance-stat { font-size: 22px; }
    .dominance-desc { font-size: 12px; }
    .dominance-source { font-size: 10px; }

    /* Crypto choice grid */
    .crypto-choice-grid { grid-template-columns: 1fr 1fr; gap: 6px; }
    .crypto-choice-btn { padding: 10px 6px; font-size: 11px; }

    /* Booth tier badges + price wrap on small */
    .exh-tier-badge { font-size: 10px; padding: 3px 10px; }
    .exh-price-current { font-size: 13px; padding: 3px 10px; }
    .exh-price-original { font-size: 10px; }
    .exh-price-badge { font-size: 8px; padding: 1px 6px; }

    /* Section badges smaller on mobile */
    .section-badge { font-size: 10px; padding: 6px 14px; letter-spacing: 1px; }

    /* Mobile sticky button */
    .mobile-sticky-register { padding: 10px 14px; }
    .mobile-sticky-register .btn { padding: 12px; font-size: 14px; }
}

/* ============================================
   NOWPAYMENTS MODAL STYLES
   ============================================ */
.nowpay-intro {
    background: rgba(183, 211, 52, 0.05);
    border: 1px solid rgba(183, 211, 52, 0.15);
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 4px;
}
.nowpay-coins {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.nowpay-coins span {
    background: rgba(183, 211, 52, 0.1);
    border: 1px solid rgba(183, 211, 52, 0.2);
    color: #B7D334;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 100px;
}

/* ============================================
   ACCESSIBILITY + MISC
   ============================================ */
:focus-visible {
    outline: 2px solid #B7D334;
    outline-offset: 2px;
    border-radius: 4px;
}
.btn:focus-visible {
    outline-offset: 3px;
}

/* Smooth all images */
img { -webkit-user-drag: none; }

/* Prevent horizontal overflow */
html, body { overflow-x: hidden; max-width: 100%; }


