/*
Theme Name: Jeesh Starter
Theme URI: https://badboothsites.com/jeesh
Author: BadBoothSites
Author URI: https://badboothsites.com
Description: The complete photo booth website solution. Premium page templates, 6-step wizard, SEO tools, and world-class design.
Version: 2.4.1
License: GPL v2 or later
Text Domain: jeesh-starter
*/

/* ============================================
   RESET & VARIABLES
   ============================================ */
:root {
    --j-primary: var(--jeesh-primary, #f59e0b);
    --j-primary-dark: var(--jeesh-primary-dark, #d97706);
    --j-primary-light: var(--jeesh-primary-light, rgba(245, 158, 11, 0.15));
    --j-primary-glow: var(--jeesh-primary-light, rgba(245, 158, 11, 0.15));
    --j-bg: #111111;
    --j-bg-light: #191919;
    --j-bg-glass: rgba(255, 255, 255, 0.05);
    --j-text: #ffffff;
    --j-text-muted: rgba(255, 255, 255, 0.55);
    --j-border: rgba(255, 255, 255, 0.07);
    --j-success: #10b981;
    --j-radius: 4px;
    --j-radius-lg: 8px;
    --j-radius-full: 4px;
}

/* ============================================
   LIGHT MODE VARIABLE OVERRIDES
   ============================================ */
body.jeesh-light {
    --j-bg: #faf8f5;
    --j-bg-light: #f3f0eb;
    --j-bg-glass: rgba(0, 0, 0, 0.03);
    --j-text: #3a3632;
    --j-text-muted: #8a857e;
    --j-border: rgba(0, 0, 0, 0.07);
    --j-primary-light: var(--jeesh-primary-light, rgba(245, 158, 11, 0.12));
    --j-primary-glow: var(--jeesh-primary-light, rgba(245, 158, 11, 0.1));
}

/* ============================================
   LIGHT MODE COMPONENT OVERRIDES
   These override the hardcoded colors in 
   inline <style> blocks across all templates.
   ============================================ */

/* --- Nav --- */
body.jeesh-light .j-nav.scrolled {
    background: rgba(255, 255, 255, 0.92) !important;
    border-bottom-color: rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06) !important;
}

body.jeesh-light .j-nav-cta {
    color: #000 !important;
}

/* --- Global Backgrounds --- */
body.jeesh-light .wc-hero,
body.jeesh-light .wc-page-hero {
    background: linear-gradient(180deg, #dde4ed 0%, #e8edf3 100%) !important;
}

body.jeesh-light .wc-section {
    background: #e8edf3 !important;
}

body.jeesh-light .wc-section-dark {
    background: #dde4ed !important;
}

body.jeesh-light .wc-footer {
    background: #f1f5f9 !important;
    border-top-color: rgba(0, 0, 0, 0.08) !important;
}

/* --- Orbs (hide or soften) --- */
body.jeesh-light .wc-orb,
body.jeesh-light .wc-hero-bg .wc-orb {
    opacity: 0.3 !important;
}

body.jeesh-light .wc-grid-overlay {
    opacity: 0.4 !important;
}

/* --- Section Headers --- */
body.jeesh-light .wc-section-badge,
body.jeesh-light .wc-page-badge {
    background: var(--j-primary-light) !important;
    border-color: var(--j-primary-light) !important;
    color: #b45309 !important;
}

body.jeesh-light .wc-section-title,
body.jeesh-light .wc-page-title {
    color: #1e293b !important;
}

body.jeesh-light .wc-page-title span {
    -webkit-text-fill-color: #b45309 !important;
}

body.jeesh-light .wc-section-subtitle,
body.jeesh-light .wc-page-subtitle {
    color: #64748b !important;
}

/* --- Cards (Events, Booths, Testimonials, FAQ, Features, Pricing) --- */
body.jeesh-light .wc-event-card,
body.jeesh-light .wc-booth-card,
body.jeesh-light .wc-testimonial-card,
body.jeesh-light .wc-feature-card,
body.jeesh-light .wc-faq-item,
body.jeesh-light .wc-process-card,
body.jeesh-light .wc-value-card,
body.jeesh-light .wc-stat-card {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
}

body.jeesh-light .wc-event-card:hover,
body.jeesh-light .wc-booth-card:hover,
body.jeesh-light .wc-testimonial-card:hover,
body.jeesh-light .wc-feature-card:hover,
body.jeesh-light .wc-faq-item:hover,
body.jeesh-light .wc-value-card:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08) !important;
    border-color: var(--j-primary-glow) !important;
}

/* j-* cards from header.php critical CSS */
body.jeesh-light .j-event-card,
body.jeesh-light .j-booth-card,
body.jeesh-light .j-price-card,
body.jeesh-light .j-testimonial-card,
body.jeesh-light .j-feature-card,
body.jeesh-light .j-faq-item,
body.jeesh-light .j-hero-card {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
}

/* --- Card Text --- */
body.jeesh-light .wc-event-card h3,
body.jeesh-light .wc-booth-card h3,
body.jeesh-light .wc-booth-card-name,
body.jeesh-light .wc-testimonial-card h3,
body.jeesh-light .wc-faq-item h3,
body.jeesh-light .wc-feature-card h3,
body.jeesh-light .wc-value-card h3 {
    color: #1e293b !important;
}

body.jeesh-light .wc-event-card p,
body.jeesh-light .wc-booth-card p,
body.jeesh-light .wc-booth-card-desc,
body.jeesh-light .wc-testimonial-text,
body.jeesh-light .wc-faq-item p,
body.jeesh-light .wc-feature-card p,
body.jeesh-light .wc-value-card p {
    color: #64748b !important;
}

/* --- Event cards with images keep dark text on overlay --- */
body.jeesh-light .wc-event-card.has-image h3,
body.jeesh-light .wc-event-card.has-image p {
    color: #ffffff !important;
}

/* --- Pricing Cards --- */
body.jeesh-light .wc-pricing-card {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
}

body.jeesh-light .wc-pricing-card.popular {
    background: #ffffff !important;
    border-color: var(--j-primary-glow) !important;
    box-shadow: 0 8px 32px var(--j-primary-light) !important;
}

body.jeesh-light .wc-pricing-name {
    color: #1e293b !important;
}

body.jeesh-light .wc-pricing-amount {
    color: #1e293b !important;
}

body.jeesh-light .wc-pricing-features li {
    color: #475569 !important;
    border-bottom-color: rgba(0, 0, 0, 0.06) !important;
}

/* --- Hero Section Content --- */
body.jeesh-light .wc-hero h1,
body.jeesh-light .j-hero-title {
    color: #1e293b !important;
}

body.jeesh-light .wc-hero-subtitle,
body.jeesh-light .j-hero-tagline {
    color: #64748b !important;
}

body.jeesh-light .wc-hero-location,
body.jeesh-light .j-hero-badge {
    background: rgba(0, 0, 0, 0.04) !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    color: #64748b !important;
}

body.jeesh-light .j-hero-location {
    color: #64748b !important;
}

body.jeesh-light .j-hero-location svg {
    color: var(--j-primary-dark) !important;
}

body.jeesh-light .wc-hero-cta-secondary,
body.jeesh-light .j-hero-cta-secondary {
    background: rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    color: #1e293b !important;
}

body.jeesh-light .wc-hero-cta-secondary:hover,
body.jeesh-light .j-hero-cta-secondary:hover {
    background: rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    color: #1e293b !important;
}

body.jeesh-light .wc-hero-trust-text,
body.jeesh-light .j-hero-trust-item {
    color: #64748b !important;
}

body.jeesh-light .j-hero-trust-item svg {
    color: var(--j-primary-dark) !important;
}

/* --- Hero Card / Floating Cards --- */
body.jeesh-light .wc-hero-card,
body.jeesh-light .j-hero-card {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06) !important;
}

body.jeesh-light .wc-hero-card-header,
body.jeesh-light .j-hero-card-header {
    border-bottom-color: rgba(0, 0, 0, 0.06) !important;
}

body.jeesh-light .wc-hero-card-title,
body.jeesh-light .j-hero-card-header {
    color: #1e293b !important;
}

body.jeesh-light .wc-hero-card-item,
body.jeesh-light .j-hero-card-list li {
    color: #475569 !important;
    border-bottom-color: rgba(0, 0, 0, 0.04) !important;
}

/* --- Process / How It Works --- */
body.jeesh-light .wc-process-step {
    color: #64748b !important;
}

body.jeesh-light .wc-process-step h3 {
    color: #1e293b !important;
}

body.jeesh-light .wc-process-step p {
    color: #64748b !important;
}

body.jeesh-light .wc-process-connector {
    background: rgba(0, 0, 0, 0.1) !important;
}

/* --- Testimonials --- */
body.jeesh-light .wc-testimonial-author {
    color: #1e293b !important;
}

body.jeesh-light .wc-testimonial-event {
    color: #64748b !important;
}

body.jeesh-light .wc-testimonial-stars {
    color: var(--j-primary) !important;
}

/* --- CTA Section --- */
body.jeesh-light .wc-cta-section,
body.jeesh-light .wc-final-cta {
    background: #f8fafc !important;
}

body.jeesh-light .wc-cta-title,
body.jeesh-light .wc-final-cta h2 {
    color: #1e293b !important;
}

body.jeesh-light .wc-cta-subtitle,
body.jeesh-light .wc-final-cta p {
    color: #64748b !important;
}

body.jeesh-light .wc-cta-trust span,
body.jeesh-light .wc-final-cta .wc-trust-item {
    color: #64748b !important;
}

/* --- Buttons (keep primary as-is, override ghost/secondary) --- */
body.jeesh-light .wc-btn-ghost {
    background: rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    color: #1e293b !important;
}

body.jeesh-light .wc-btn-ghost:hover {
    background: rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    color: #1e293b !important;
}

/* --- Form inputs (across all pages) --- */
body.jeesh-light .wc-input,
body.jeesh-light .wc-textarea,
body.jeesh-light .wc-select,
body.jeesh-light input[type="text"],
body.jeesh-light input[type="email"],
body.jeesh-light input[type="tel"],
body.jeesh-light textarea,
body.jeesh-light select {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.15) !important;
    color: #1e293b !important;
}

body.jeesh-light .wc-input:focus,
body.jeesh-light .wc-textarea:focus {
    border-color: var(--j-primary) !important;
    box-shadow: 0 0 0 3px var(--j-primary-light) !important;
}

body.jeesh-light .wc-form-label,
body.jeesh-light label {
    color: #374151 !important;
}

/* --- Service Areas Page specific --- */
body.jeesh-light .wc-areas-section {
    background: #ffffff !important;
}

body.jeesh-light .wc-area-card,
body.jeesh-light .wc-area-tag {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    color: #475569 !important;
}

body.jeesh-light .wc-area-card h3 {
    color: #1e293b !important;
}

/* --- Booths Page specific --- */
body.jeesh-light .wc-booths-section {
    background: #ffffff !important;
}

/* --- Orb background adjustments for light mode --- */
body.jeesh-light .wc-orb-1 {
    background: radial-gradient(circle, var(--j-primary-light), transparent 70%) !important;
}

body.jeesh-light .wc-orb-2 {
    background: radial-gradient(circle, rgba(59, 130, 246, 0.06), transparent 70%) !important;
}

/* --- Misc overrides --- */
body.jeesh-light .wc-divider {
    background: rgba(0, 0, 0, 0.06) !important;
}

body.jeesh-light .wc-badge {
    background: var(--j-primary-light) !important;
    color: #b45309 !important;
}

body.jeesh-light ::placeholder {
    color: #94a3b8 !important;
}

/* --- Nav Light Mode --- */
body.jeesh-light .j-nav-menu {
    background: rgba(250, 248, 245, 0.98) !important;
}

body.jeesh-light .j-nav-menu::before {
    display: none !important;
}

body.jeesh-light .j-nav-menu-list a {
    color: rgba(58, 54, 50, 0.35) !important;
}

body.jeesh-light .j-nav-menu-list a:hover {
    color: #3a3632 !important;
}

body.jeesh-light .j-nav-menu-list a.active {
    color: #3a3632 !important;
    background: none !important;
}

body.jeesh-light .j-nav-close {
    background: rgba(0,0,0,0.04) !important;
    border-color: rgba(0,0,0,0.08) !important;
    color: rgba(0,0,0,0.35) !important;
}

body.jeesh-light .j-nav-close:hover {
    background: rgba(0,0,0,0.08) !important;
    color: #1e293b !important;
}

/* ============================================
   LIGHT MODE — HERO PARTIAL VARIABLE OVERRIDES
   All 7 hero templates use --hero-* CSS variables.
   This overrides them at a higher specificity.
   ============================================ */
body.jeesh-light .hero {
    --hero-bg: #f8fafc !important;
    --hero-text: #1e293b !important;
    --hero-text-muted: rgba(15, 23, 42, 0.55) !important;
    --hero-glass: rgba(0, 0, 0, 0.03) !important;
    --hero-glass-border: rgba(0, 0, 0, 0.08) !important;
    --hero-success: #059669 !important;
}

body.jeesh-light .hero .btn-secondary:hover {
    background: rgba(0, 0, 0, 0.06) !important;
    border-color: rgba(0, 0, 0, 0.15) !important;
}

body.jeesh-light .hero .hero-gradient {
    opacity: 0.3 !important;
}

body.jeesh-light .hero .company-name {
    color: #1e293b !important;
}

body.jeesh-light .hero .highlight {
    -webkit-text-fill-color: #b45309 !important;
}

/* Hero stat counters / glass cards */
body.jeesh-light .hero .stat-card,
body.jeesh-light .hero .glass-card,
body.jeesh-light .hero .hero-card,
body.jeesh-light .hero .featured-card {
    background: rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06) !important;
}

/* Hero-5 video overlay in light mode */
body.jeesh-light .hero-5-video .video-overlay {
    background: linear-gradient(135deg, rgba(248,250,252,0.85) 0%, rgba(241,245,249,0.7) 100%) !important;
}

/* ============================================
   LIGHT MODE — FRONT-PAGE EXTENDED OVERRIDES
   Covers inline <style> classes in front-page.php
   ============================================ */

/* --- Hero Badge --- */
body.jeesh-light .wc-hero-badge {
    background: rgba(0, 0, 0, 0.04) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    color: #475569 !important;
}

/* --- Hero Title --- */
body.jeesh-light .wc-hero-title-main {
    color: #1e293b !important;
}

body.jeesh-light .wc-hero-title-accent {
    -webkit-text-fill-color: #b45309 !important;
}

/* --- Trust Row --- */
body.jeesh-light .wc-trust-row,
body.jeesh-light .wc-trust-item {
    color: #64748b !important;
}

body.jeesh-light .wc-trust-item svg {
    color: var(--j-primary-dark) !important;
}

/* --- Hero Card (floating) --- */
body.jeesh-light .wc-hero-card {
    background: rgba(255, 255, 255, 0.85) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
}

body.jeesh-light .wc-card-header {
    border-bottom-color: rgba(0, 0, 0, 0.06) !important;
}

body.jeesh-light .wc-card-header-text {
    color: #1e293b !important;
}

body.jeesh-light .wc-card-list li {
    border-bottom-color: rgba(0, 0, 0, 0.04) !important;
    color: #475569 !important;
}

body.jeesh-light .wc-check {
    color: #059669 !important;
}

/* --- Event Cards --- */
body.jeesh-light .wc-event-card {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
}

body.jeesh-light .wc-event-card h3 {
    color: #1e293b !important;
}

body.jeesh-light .wc-event-card p {
    color: #64748b !important;
}

body.jeesh-light .wc-event-icon {
    background: var(--j-primary-light) !important;
    border-color: var(--j-primary-light) !important;
}

/* Event cards with background images keep white text (dark overlay) */
body.jeesh-light .wc-event-card.has-image h3,
body.jeesh-light .wc-event-card.has-image p {
    color: #ffffff !important;
}

/* --- Booth Cards --- */
body.jeesh-light .wc-booth-card {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

body.jeesh-light .wc-booth-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1) !important;
    border-color: var(--j-primary-glow) !important;
}

body.jeesh-light .wc-booth-image {
    background: #f1f5f9 !important;
}

body.jeesh-light .wc-booth-name {
    color: #1e293b !important;
}

body.jeesh-light .wc-booth-desc {
    color: #64748b !important;
}

body.jeesh-light .wc-booth-price {
    color: #94a3b8 !important;
}

/* --- Pricing Cards --- */
body.jeesh-light .wc-price-card {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

body.jeesh-light .wc-price-card.featured {
    border-color: var(--j-primary-glow) !important;
    background: linear-gradient(180deg, var(--j-primary-light), transparent) !important;
    box-shadow: 0 8px 32px var(--j-primary-light) !important;
}

body.jeesh-light .wc-price-name {
    color: #1e293b !important;
}

body.jeesh-light .wc-price-duration {
    color: #94a3b8 !important;
}

body.jeesh-light .wc-price-features li {
    color: #475569 !important;
    border-bottom-color: rgba(0, 0, 0, 0.06) !important;
}

/* --- Process Steps --- */
body.jeesh-light .wc-process-step h3 {
    color: #1e293b !important;
}

body.jeesh-light .wc-process-step p {
    color: #64748b !important;
}

body.jeesh-light .wc-process-line {
    background: linear-gradient(90deg, var(--j-primary-glow), transparent) !important;
}

/* --- Testimonials --- */
body.jeesh-light .wc-testimonial-card {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
}

body.jeesh-light .wc-testimonial-card:hover {
    border-color: rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08) !important;
}

body.jeesh-light .wc-testimonial-text {
    color: #475569 !important;
}

body.jeesh-light .wc-testimonial-author strong {
    color: #1e293b !important;
}

body.jeesh-light .wc-testimonial-author span {
    color: #94a3b8 !important;
}

/* --- Features --- */
body.jeesh-light .wc-feature-card {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
}

body.jeesh-light .wc-feature-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08) !important;
    border-color: var(--j-primary-glow) !important;
}

body.jeesh-light .wc-feature-card h3 {
    color: #1e293b !important;
}

body.jeesh-light .wc-feature-card p {
    color: #64748b !important;
}

/* --- FAQ --- */
body.jeesh-light .wc-faq-item {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
}

body.jeesh-light .wc-faq-item h3 {
    color: #1e293b !important;
}

body.jeesh-light .wc-faq-item p {
    color: #64748b !important;
}

/* --- CTA Section --- */
body.jeesh-light .wc-cta-section {
    background: linear-gradient(180deg, #f1f5f9, #f8fafc) !important;
}

body.jeesh-light .wc-cta-title {
    color: #1e293b !important;
}

body.jeesh-light .wc-cta-text {
    color: #64748b !important;
}

body.jeesh-light .wc-cta-trust {
    color: #94a3b8 !important;
}

/* --- Buttons (ghost/secondary across all templates) --- */
body.jeesh-light .wc-btn-secondary {
    background: rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    color: #1e293b !important;
}

body.jeesh-light .wc-btn-secondary:hover {
    background: rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    color: #1e293b !important;
}

/* ============================================
   LIGHT MODE — SUBPAGE OVERRIDES
   (About, Contact, Pricing, Booths, Service Areas)
   These pages reuse wc-page-hero, wc-section, etc.
   plus their own page-specific classes.
   ============================================ */

/* --- Page Hero backgrounds --- */
body.jeesh-light .wc-page-hero {
    background: linear-gradient(180deg, #f1f5f9 0%, #ffffff 100%) !important;
}

body.jeesh-light .wc-page-hero .wc-orb {
    opacity: 0.15 !important;
}

/* --- About Page --- */
body.jeesh-light .wc-story-section {
    background: #ffffff !important;
}

body.jeesh-light .wc-story-section h2 {
    color: #1e293b !important;
}

body.jeesh-light .wc-story-text {
    color: #475569 !important;
}

body.jeesh-light .wc-story-image-placeholder {
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0) !important;
}

body.jeesh-light .wc-vision-section {
    background: #f8fafc !important;
}

body.jeesh-light .wc-vision-section h2 {
    color: #1e293b !important;
}

body.jeesh-light .wc-vision-section p {
    color: #475569 !important;
}

body.jeesh-light .wc-values-section {
    background: #ffffff !important;
}

body.jeesh-light .wc-value-card {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
}

body.jeesh-light .wc-value-card h3 {
    color: #1e293b !important;
}

body.jeesh-light .wc-value-card p {
    color: #64748b !important;
}

body.jeesh-light .wc-stat-number {
    color: #1e293b !important;
}

body.jeesh-light .wc-stat-label {
    color: #64748b !important;
}

/* --- Contact Page --- */
body.jeesh-light .wc-contact-section {
    background: #ffffff !important;
}

body.jeesh-light .wc-contact-form {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06) !important;
}

body.jeesh-light .wc-contact-form h2 {
    color: #1e293b !important;
}

body.jeesh-light .wc-contact-info-card {
    background: #f8fafc !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
}

body.jeesh-light .wc-contact-info-card h3 {
    color: #1e293b !important;
}

body.jeesh-light .wc-contact-info-card p {
    color: #64748b !important;
}

body.jeesh-light .wc-contact-info-item {
    color: #475569 !important;
}

body.jeesh-light .wc-contact-info-item svg {
    color: var(--j-primary-dark) !important;
}

/* --- Service Areas Page --- */
body.jeesh-light .wc-areas-section {
    background: #ffffff !important;
}

body.jeesh-light .wc-area-card {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
}

body.jeesh-light .wc-area-card:hover {
    border-color: var(--j-primary-glow) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06) !important;
}

body.jeesh-light .wc-area-card h3 {
    color: #1e293b !important;
}

body.jeesh-light .wc-area-card p {
    color: #64748b !important;
}

body.jeesh-light .wc-area-tag {
    background: #f8fafc !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    color: #475569 !important;
}

body.jeesh-light .wc-area-tag:hover {
    background: var(--j-primary) !important;
    color: #000 !important;
}

/* --- Booths Page --- */
body.jeesh-light .wc-booths-section {
    background: #ffffff !important;
}

/* --- Footer: stays dark in light mode (logo compatibility) --- */
body.jeesh-light .wc-footer {
    background: #0a1628 !important;
    border-top: none !important;
}

/* ============================================
   LIGHT MODE — CRITICAL FIXES (v2.4.0)
   Nav bar, hero stats, buttons, footer areas
   ============================================ */

/* --- Nav: stays dark in light mode (handled in header.php) --- */

/* --- Hero backgrounds --- */
body.jeesh-light .wc-hero {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%) !important;
}

body.jeesh-light .wc-hero .wc-orb {
    opacity: 0.15 !important;
}

/* --- Hero subtitle & location --- */
body.jeesh-light .wc-hero-subtitle {
    color: #64748b !important;
}

body.jeesh-light .wc-hero-location {
    color: #64748b !important;
}

body.jeesh-light .wc-hero-location svg {
    color: var(--j-primary-dark) !important;
}

/* --- Buttons in light mode --- */
body.jeesh-light .wc-btn-secondary {
    background: rgba(0, 0, 0, 0.04) !important;
    color: #1e293b !important;
    border-color: rgba(0, 0, 0, 0.12) !important;
}

body.jeesh-light .wc-btn-secondary:hover {
    background: rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    color: #1e293b !important;
}

/* --- Hero-1 light mode variable overrides --- */
body.jeesh-light .hero-1-classic {
    --hero-bg: #f8fafc !important;
    --hero-text: #1e293b !important;
    --hero-text-muted: #64748b !important;
    --hero-glass: rgba(0, 0, 0, 0.03) !important;
    --hero-glass-border: rgba(0, 0, 0, 0.08) !important;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%) !important;
}

body.jeesh-light .hero-1-classic .btn-secondary {
    background: rgba(0, 0, 0, 0.04) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    color: #1e293b !important;
}

body.jeesh-light .hero-1-classic .btn-secondary:hover {
    background: rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(0, 0, 0, 0.15) !important;
}

body.jeesh-light .hero-1-classic .hero-gradient,
body.jeesh-light .hero-1-classic .hero-bg-gradient {
    opacity: 0.2 !important;
}

/* --- Hero stat circles / counters --- */
body.jeesh-light .hero-stat,
body.jeesh-light .stat-circle,
body.jeesh-light .hero-counter,
body.jeesh-light .wc-hero-stat {
    border-color: var(--j-primary-dark) !important;
    color: #1e293b !important;
}

body.jeesh-light .hero-stat .stat-value,
body.jeesh-light .stat-circle .stat-value,
body.jeesh-light .wc-hero-stat .stat-value,
body.jeesh-light .hero-counter .counter-value {
    color: #b45309 !important;
}

body.jeesh-light .hero-stat .stat-label,
body.jeesh-light .stat-circle .stat-label,
body.jeesh-light .wc-hero-stat .stat-label,
body.jeesh-light .hero-counter .counter-label {
    color: #64748b !important;
}

/* --- Stars (review rating) --- */
body.jeesh-light .hero-stars,
body.jeesh-light .stars,
body.jeesh-light .wc-stars {
    color: var(--j-primary-dark) !important;
}

/* --- Review/quote text --- */
body.jeesh-light .hero-review,
body.jeesh-light .hero-quote,
body.jeesh-light .wc-hero-review {
    color: #475569 !important;
}

body.jeesh-light .hero-reviewer,
body.jeesh-light .wc-hero-reviewer {
    color: var(--j-primary-dark) !important;
}

/* --- Floating cards (Next Available, This Month) --- */
body.jeesh-light .hero-float-card,
body.jeesh-light .wc-float-card,
body.jeesh-light .next-available-card,
body.jeesh-light .bookings-card {
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
    color: #1e293b !important;
}

/* --- CTA Section --- */
body.jeesh-light .wc-cta-section {
    background: #f8fafc !important;
}

body.jeesh-light .wc-cta-section .wc-cta-title {
    color: #1e293b !important;
}

body.jeesh-light .wc-cta-section .wc-cta-text {
    color: #64748b !important;
}

body.jeesh-light .wc-cta-trust span {
    color: #64748b !important;
}

/* ============================================
   LIGHT MODE — MISSING SUBPAGE SELECTORS
   These are page-specific classes not covered
   by the earlier generic overrides.
   ============================================ */

/* --- About Page: Story Section --- */
body.jeesh-light .wc-story-content h2 {
    color: #1e293b !important;
}

body.jeesh-light .wc-story-content p {
    color: #475569 !important;
}

/* --- Contact Page --- */
body.jeesh-light .wc-contact-card {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
}

body.jeesh-light .wc-contact-card h3 {
    color: #1e293b !important;
}

body.jeesh-light .wc-contact-item-content strong {
    color: #1e293b !important;
}

body.jeesh-light .wc-contact-item-content a {
    color: #64748b !important;
}

body.jeesh-light .wc-hours-day {
    color: #475569 !important;
}

body.jeesh-light .wc-form-card {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06) !important;
}

body.jeesh-light .wc-form-title {
    color: #1e293b !important;
}

body.jeesh-light .wc-form-subtitle {
    color: #64748b !important;
}

body.jeesh-light .wc-form-label {
    color: #374151 !important;
}

body.jeesh-light .wc-form-textarea {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.15) !important;
    color: #1e293b !important;
}

body.jeesh-light .wc-form-textarea:focus {
    background: #ffffff !important;
    border-color: var(--j-primary) !important;
    box-shadow: 0 0 0 3px var(--j-primary-light) !important;
}

body.jeesh-light .wc-form-textarea::placeholder {
    color: #94a3b8 !important;
}

body.jeesh-light .wc-form-select option {
    color: #1e293b !important;
    background: #ffffff !important;
}

body.jeesh-light .wc-contact-section {
    background: #ffffff !important;
}

/* --- Pricing Page: Included Section --- */
body.jeesh-light .wc-pricing-section {
    background: #ffffff !important;
}

body.jeesh-light .wc-included-section {
    background: #f8fafc !important;
}

body.jeesh-light .wc-included-item {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.06) !important;
}

body.jeesh-light .wc-included-item h3 {
    color: #1e293b !important;
}

body.jeesh-light .wc-included-item p {
    color: #64748b !important;
}

/* --- Booths Page: Features & Empty State --- */
body.jeesh-light .wc-booth-features li {
    color: #475569 !important;
}

body.jeesh-light .wc-booth-image-placeholder {
    background: #f1f5f9 !important;
    color: #cbd5e1 !important;
}

body.jeesh-light .wc-empty-state h2 {
    color: #1e293b !important;
}

body.jeesh-light .wc-empty-state p {
    color: #64748b !important;
}

/* --- Service Areas: Cities & Travel --- */
body.jeesh-light .wc-cities-section {
    background: #f8fafc !important;
}

body.jeesh-light .wc-city-item {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    color: #475569 !important;
}

body.jeesh-light .wc-city-item:hover {
    background: var(--j-primary-light) !important;
    color: #1e293b !important;
}

body.jeesh-light .wc-travel-text h3 {
    color: #1e293b !important;
}

body.jeesh-light .wc-travel-text p {
    color: #64748b !important;
}

/* ============================================
   LIGHT MODE — SAFETY NET CATCH-ALL
   Catches any remaining white text within 
   known Jeesh containers. Uses lower specificity
   so specific overrides above still win.
   ============================================ */

/* All headings inside Jeesh sections */
body.jeesh-light .wc-section h1,
body.jeesh-light .wc-section h2,
body.jeesh-light .wc-section h3,
body.jeesh-light .wc-section h4,
body.jeesh-light .wc-section-dark h1,
body.jeesh-light .wc-section-dark h2,
body.jeesh-light .wc-section-dark h3,
body.jeesh-light .wc-section-dark h4,
body.jeesh-light .wc-page-hero h1,
body.jeesh-light .wc-page-hero h2,
body.jeesh-light .wc-cta-section h2,
body.jeesh-light .wc-cta-section h3 {
    color: #1e293b !important;
}

/* All paragraphs/body text inside Jeesh sections */
body.jeesh-light .wc-section p,
body.jeesh-light .wc-section li,
body.jeesh-light .wc-section span:not(.wc-check):not(.wc-event-icon),
body.jeesh-light .wc-section-dark p,
body.jeesh-light .wc-section-dark li,
body.jeesh-light .wc-cta-section p,
body.jeesh-light .wc-page-hero p {
    color: #64748b !important;
}

/* All strong/bold text inside Jeesh sections */
body.jeesh-light .wc-section strong,
body.jeesh-light .wc-section-dark strong,
body.jeesh-light .wc-cta-section strong {
    color: #1e293b !important;
}

/* Muted text patterns */
body.jeesh-light .wc-section a:not(.wc-btn):not(.wc-btn-primary):not(.wc-btn-secondary),
body.jeesh-light .wc-section-dark a:not(.wc-btn):not(.wc-btn-primary):not(.wc-btn-secondary) {
    color: #64748b !important;
}

/* All glass-effect cards → white with subtle shadow */
body.jeesh-light [class*="wc-"][class*="-card"],
body.jeesh-light .wc-faq-item {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
}

/* Event cards with images keep their dark overlay text white */
body.jeesh-light .wc-event-card.has-image h3,
body.jeesh-light .wc-event-card.has-image p,
body.jeesh-light .wc-event-card.has-image span {
    color: #ffffff !important;
}

/* All dark section backgrounds → light */
body.jeesh-light [class*="wc-"][class*="-section"] {
    background: #ffffff !important;
}

body.jeesh-light .wc-section-dark {
    background: #f8fafc !important;
}

/* All badges → light amber style */
body.jeesh-light [class*="wc-"][class*="-badge"]:not(.wc-price-badge):not(.wc-booth-badge) {
    background: var(--j-primary-light) !important;
    border-color: var(--j-primary-light) !important;
    color: #b45309 !important;
}

/* Forms: inputs, textareas, selects */
body.jeesh-light .wc-form-input,
body.jeesh-light .wc-form-select,
body.jeesh-light input[type="text"],
body.jeesh-light input[type="email"],
body.jeesh-light input[type="tel"],
body.jeesh-light input[type="number"],
body.jeesh-light input[type="date"],
body.jeesh-light textarea,
body.jeesh-light select {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.15) !important;
    color: #1e293b !important;
}

/* Grid overlay / decorative elements */
body.jeesh-light .wc-grid-overlay {
    opacity: 0.3 !important;
}

body.jeesh-light .wc-orb {
    opacity: 0.2 !important;
}

*, *::before, *::after {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0 !important;
    padding: 0 !important;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    background: var(--j-bg) !important;
    color: var(--j-text) !important;
    line-height: 1.6 !important;
    overflow-x: hidden !important;
}

a {
    color: var(--j-primary);
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ============================================
   CONTAINER
   ============================================ */
.j-container {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
    width: 100% !important;
}

/* ============================================
   NAVIGATION
   ============================================ */
.j-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    padding: 20px 0 !important;
    transition: all 0.3s ease !important;
}

.j-nav.scrolled {
    background: rgba(10, 15, 26, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid var(--j-border) !important;
}

.j-nav-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.j-nav-logo {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    color: var(--j-text) !important;
}

.j-nav-logo img {
    height: 70px !important;
    width: auto !important;
}

/* Fullscreen Menu Overlay */
.j-nav-menu {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(17, 17, 17, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 80px 24px 40px !important;
    z-index: 9999 !important;
}

/* Remove the radial glow — too glassmorphic */
.j-nav-menu::before {
    content: '' !important;
    display: none !important;
}

/* Nav links */
.j-nav-menu-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.j-nav-menu-list li {
    list-style: none !important;
    overflow: hidden !important;
}

.j-nav-menu-list a {
    color: rgba(255,255,255,0.4) !important;
    padding: 14px 48px !important;
    font-family: 'Cormorant Garamond', 'Georgia', serif !important;
    font-size: clamp(1.5rem, 3.5vw, 2.2rem) !important;
    font-weight: 400 !important;
    font-style: italic !important;
    letter-spacing: 0.01em !important;
    display: block !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    position: relative !important;
}

.j-nav-menu-list a:hover {
    color: #fff !important;
    letter-spacing: 0.01em !important;
}

.j-nav-menu-list a.active {
    color: #fff !important;
    font-style: normal !important;
    font-weight: 500 !important;
    background: none !important;
}

.j-nav-menu-list a.active::after {
    content: '' !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 8px !important;
    width: 24px !important;
    height: 2px !important;
    background: var(--j-primary) !important;
    border-radius: 0 !important;
}

/* CTA Buttons */
.j-nav-cta {
    background: var(--j-primary) !important;
    color: #000 !important;
    padding: 14px 36px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    border-radius: var(--j-radius) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

.j-nav-cta:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px var(--j-primary-glow) !important;
}

.j-nav-cta-wrap {
    display: flex !important;
    gap: 16px !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 48px !important;
    flex-wrap: wrap !important;
}

/* Hamburger Toggle */
.j-nav-toggle {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    color: var(--j-text) !important;
    cursor: pointer !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 12px !important;
    transition: all 0.2s ease !important;
    z-index: 10000 !important;
    position: relative !important;
}

.j-nav-toggle span {
    pointer-events: none !important;
}

.j-nav-toggle:hover {
    background: rgba(255,255,255,0.1) !important;
}

/* Close Button */
.j-nav-close {
    position: absolute !important;
    top: 28px !important;
    right: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    color: rgba(255,255,255,0.5) !important;
    font-size: 1.2rem !important;
    font-weight: 300 !important;
    cursor: pointer !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 12px !important;
    z-index: 10001 !important;
    transition: all 0.3s ease !important;
}

.j-nav-close:hover {
    background: rgba(255,255,255,0.1) !important;
    color: #fff !important;
    transform: rotate(90deg) !important;
}

/* Menu Logo */
.j-nav-menu-logo {
    margin-bottom: 48px !important;
    opacity: 1 !important;
}

.j-nav-menu-logo img {
    height: 80px !important;
    width: auto !important;
    filter: none !important;
}

body.jeesh-light .j-nav-menu-logo img {
    filter: none !important;
}

/* ============================================
   HERO
   ============================================ */
.j-hero {
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    padding: 140px 0 100px !important;
    position: relative !important;
    overflow: hidden !important;
}

.j-hero-bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 0 !important;
    overflow: hidden !important;
}

.j-hero-orb {
    position: absolute !important;
    border-radius: 50% !important;
    filter: blur(100px) !important;
    opacity: 0.5 !important;
}

.j-hero-orb-1 {
    width: 600px !important;
    height: 600px !important;
    background: var(--j-primary-glow) !important;
    top: -200px !important;
    left: -200px !important;
}

.j-hero-orb-2 {
    width: 500px !important;
    height: 500px !important;
    background: rgba(99, 102, 241, 0.3) !important;
    bottom: -150px !important;
    right: -150px !important;
}

.j-hero-orb-3 {
    width: 300px !important;
    height: 300px !important;
    background: var(--j-primary-light) !important;
    top: 50% !important;
    left: 50% !important;
}

.j-hero-grid {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image: 
        linear-gradient(var(--j-border) 1px, transparent 1px),
        linear-gradient(90deg, var(--j-border) 1px, transparent 1px) !important;
    background-size: 60px 60px !important;
    opacity: 0.3 !important;
}

.j-hero-content {
    display: grid !important;
    grid-template-columns: 1.2fr 1fr !important;
    gap: 64px !important;
    align-items: center !important;
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
}

.j-hero-left {
    max-width: 640px !important;
}

.j-hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: var(--j-bg-glass) !important;
    border: 1px solid var(--j-border) !important;
    border-radius: var(--j-radius-full) !important;
    padding: 8px 20px !important;
    font-size: 0.9rem !important;
    color: var(--j-text-muted) !important;
    margin-bottom: 24px !important;
}

.j-hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 24px !important;
    letter-spacing: -2px !important;
}

.j-hero-title-top {
    display: block !important;
    color: var(--j-text) !important;
}

.j-hero-title-accent {
    display: block !important;
    background: linear-gradient(135deg, var(--j-primary), var(--j-primary-dark)) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.j-hero-tagline {
    font-size: 1.25rem !important;
    color: var(--j-text-muted) !important;
    line-height: 1.7 !important;
    margin-bottom: 16px !important;
}

.j-hero-location {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: var(--j-primary) !important;
    font-weight: 500 !important;
    margin-bottom: 32px !important;
}

.j-hero-location svg {
    flex-shrink: 0 !important;
}

.j-hero-ctas {
    display: flex !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
    margin-bottom: 32px !important;
}

.j-hero-trust {
    display: flex !important;
    gap: 32px !important;
    flex-wrap: wrap !important;
}

.j-hero-trust-item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: var(--j-text-muted) !important;
    font-size: 0.9rem !important;
}

.j-hero-trust-item svg {
    color: var(--j-primary) !important;
}

.j-hero-right {
    display: block !important;
}

.j-hero-card {
    background: var(--j-bg-glass) !important;
    border: 1px solid var(--j-border) !important;
    border-radius: var(--j-radius-lg) !important;
    padding: 32px !important;
    backdrop-filter: blur(20px) !important;
}

.j-hero-card-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    margin-bottom: 24px !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid var(--j-border) !important;
}

.j-hero-card-list {
    list-style: none !important;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
}

.j-hero-card-list li {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid var(--j-border) !important;
    color: var(--j-text-muted) !important;
    list-style: none !important;
}

.j-hero-card-list li:last-child {
    border-bottom: none !important;
}

.j-check {
    color: var(--j-success) !important;
    font-weight: bold !important;
}

/* ============================================
   BUTTONS
   ============================================ */
.j-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 14px 28px !important;
    border-radius: var(--j-radius-full) !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    border: none !important;
    text-decoration: none !important;
}

.j-btn-primary {
    background: linear-gradient(135deg, var(--j-primary), var(--j-primary-dark)) !important;
    color: #000 !important;
}

.j-btn-primary:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 40px var(--j-primary-glow) !important;
    color: #000 !important;
}

.j-btn-secondary {
    background: var(--j-bg-glass) !important;
    color: var(--j-text) !important;
    border: 1px solid var(--j-border) !important;
}

.j-btn-lg {
    padding: 18px 36px !important;
    font-size: 1.05rem !important;
}

.j-btn-xl {
    padding: 20px 44px !important;
    font-size: 1.1rem !important;
}

.j-btn-block {
    width: 100% !important;
}

.j-btn-glow {
    box-shadow: 0 4px 20px var(--j-primary-glow) !important;
}

/* ============================================
   SECTIONS
   ============================================ */
.j-section {
    padding: 96px 0 !important;
    position: relative !important;
}

.j-section-dark {
    background: var(--j-bg-light) !important;
}

.j-section-header {
    text-align: center !important;
    max-width: 700px !important;
    margin: 0 auto 64px auto !important;
}

.j-section-badge {
    display: inline-block !important;
    background: var(--j-primary-light) !important;
    color: var(--j-primary) !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 8px 20px !important;
    border-radius: var(--j-radius-full) !important;
    margin-bottom: 16px !important;
}

.j-section-title {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: 800 !important;
    letter-spacing: -1px !important;
    margin-bottom: 16px !important;
    color: var(--j-text) !important;
}

.j-section-subtitle {
    font-size: 1.15rem !important;
    color: var(--j-text-muted) !important;
    line-height: 1.7 !important;
}

/* ============================================
   EVENTS GRID
   ============================================ */
.j-events-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}

.j-event-card {
    background: var(--j-bg-glass) !important;
    border: 1px solid var(--j-border) !important;
    border-radius: var(--j-radius-lg) !important;
    padding: 32px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.j-event-card:hover {
    transform: translateY(-8px) !important;
    border-color: var(--j-primary) !important;
}

.j-event-icon {
    font-size: 3rem !important;
    margin-bottom: 16px !important;
    display: block !important;
}

.j-event-card h3 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    color: var(--j-text) !important;
}

.j-event-card p {
    color: var(--j-text-muted) !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
}

/* ============================================
   BOOTHS GRID
   ============================================ */
.j-booths-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 32px !important;
}

.j-booth-card {
    background: var(--j-bg-glass) !important;
    border: 1px solid var(--j-border) !important;
    border-radius: var(--j-radius-lg) !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

.j-booth-card:hover {
    transform: translateY(-10px) !important;
    border-color: var(--j-primary-glow) !important;
}

.j-booth-card.featured {
    border-color: var(--j-primary) !important;
}

.j-booth-badge {
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    background: linear-gradient(135deg, var(--j-primary), var(--j-primary-dark)) !important;
    color: #000 !important;
    padding: 6px 16px !important;
    border-radius: var(--j-radius-full) !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    z-index: 10 !important;
}

.j-booth-image {
    aspect-ratio: 16/10 !important;
    background: var(--j-bg) !important;
    overflow: hidden !important;
}

.j-booth-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.j-booth-placeholder {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    font-size: 4rem !important;
    color: var(--j-text-muted) !important;
}

.j-booth-content {
    padding: 32px !important;
}

.j-booth-name {
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    color: var(--j-text) !important;
}

.j-booth-desc {
    color: var(--j-text-muted) !important;
    font-size: 0.95rem !important;
    margin-bottom: 16px !important;
}

.j-booth-price {
    font-size: 1rem !important;
    color: var(--j-text-muted) !important;
    margin-bottom: 24px !important;
}

.j-booth-price span {
    color: var(--j-primary) !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
}

/* ============================================
   PROCESS / HOW IT WORKS
   ============================================ */
.j-process-grid {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 0 !important;
    flex-wrap: wrap !important;
}

.j-process-step {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    max-width: 220px !important;
    padding: 0 16px !important;
}

.j-process-number {
    width: 60px !important;
    height: 60px !important;
    background: linear-gradient(135deg, var(--j-primary), var(--j-primary-dark)) !important;
    color: #000 !important;
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 24px !important;
}

.j-process-content h3 {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    color: var(--j-text) !important;
}

.j-process-content p {
    color: var(--j-text-muted) !important;
    font-size: 0.9rem !important;
}

.j-process-connector {
    width: 80px !important;
    height: 2px !important;
    background: linear-gradient(90deg, var(--j-primary), transparent) !important;
    margin-top: 30px !important;
}

/* ============================================
   PRICING GRID
   ============================================ */
.j-pricing-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 32px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.j-price-card {
    background: var(--j-bg-glass) !important;
    border: 1px solid var(--j-border) !important;
    border-radius: var(--j-radius-lg) !important;
    padding: 32px !important;
    text-align: center !important;
    position: relative !important;
    transition: all 0.3s ease !important;
}

.j-price-card.featured {
    border-color: var(--j-primary) !important;
    background: linear-gradient(180deg, var(--j-primary-light), transparent) !important;
    transform: scale(1.05) !important;
}

.j-price-badge {
    position: absolute !important;
    top: -14px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: linear-gradient(135deg, var(--j-primary), var(--j-primary-dark)) !important;
    color: #000 !important;
    padding: 8px 24px !important;
    border-radius: var(--j-radius-full) !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.j-price-name {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
    color: var(--j-text) !important;
}

.j-price-amount {
    font-size: 3rem !important;
    font-weight: 800 !important;
    background: linear-gradient(135deg, var(--j-primary), var(--j-primary-dark)) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    margin-bottom: 4px !important;
}

.j-price-duration {
    color: var(--j-text-muted) !important;
    font-size: 1rem !important;
    margin-bottom: 32px !important;
}

.j-price-features {
    list-style: none !important;
    text-align: left !important;
    margin: 0 0 32px 0 !important;
    padding: 0 !important;
}

.j-price-features li {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid var(--j-border) !important;
    color: var(--j-text-muted) !important;
    list-style: none !important;
}

.j-price-features li:last-child {
    border-bottom: none !important;
}

.j-pricing-note {
    text-align: center !important;
    margin-top: 48px !important;
    padding: 24px !important;
    background: var(--j-bg-glass) !important;
    border: 1px solid var(--j-border) !important;
    border-radius: var(--j-radius) !important;
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.j-pricing-note p {
    color: var(--j-text-muted) !important;
    margin: 0 !important;
}

.j-pricing-note a {
    color: var(--j-primary) !important;
    font-weight: 600 !important;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.j-testimonials-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 32px !important;
}

.j-testimonial-card {
    background: var(--j-bg-glass) !important;
    border: 1px solid var(--j-border) !important;
    border-radius: var(--j-radius-lg) !important;
    padding: 32px !important;
}

.j-testimonial-stars {
    font-size: 1.25rem !important;
    margin-bottom: 16px !important;
    letter-spacing: 2px !important;
}

.j-testimonial-text {
    color: var(--j-text-muted) !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
    font-style: italic !important;
    margin-bottom: 24px !important;
}

.j-testimonial-author {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.j-testimonial-avatar {
    width: 48px !important;
    height: 48px !important;
    background: linear-gradient(135deg, var(--j-primary), var(--j-primary-dark)) !important;
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.j-testimonial-author strong {
    display: block !important;
    font-weight: 600 !important;
    color: var(--j-text) !important;
}

.j-testimonial-author span {
    color: var(--j-text-muted) !important;
    font-size: 0.9rem !important;
}

/* ============================================
   FEATURES GRID
   ============================================ */
.j-features-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 32px !important;
}

.j-feature-card {
    background: var(--j-bg-glass) !important;
    border: 1px solid var(--j-border) !important;
    border-radius: var(--j-radius-lg) !important;
    padding: 32px !important;
    transition: all 0.3s ease !important;
}

.j-feature-card:hover {
    transform: translateY(-5px) !important;
    border-color: var(--j-primary) !important;
}

.j-feature-icon {
    width: 64px !important;
    height: 64px !important;
    background: var(--j-primary-light) !important;
    border-radius: var(--j-radius) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 24px !important;
}

.j-feature-icon svg {
    color: var(--j-primary) !important;
    width: 32px !important;
    height: 32px !important;
}

.j-feature-card h3 {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    color: var(--j-text) !important;
}

.j-feature-card p {
    color: var(--j-text-muted) !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
}

/* ============================================
   FAQ
   ============================================ */
.j-faq-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 32px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.j-faq-item {
    background: var(--j-bg-glass) !important;
    border: 1px solid var(--j-border) !important;
    border-radius: var(--j-radius-lg) !important;
    padding: 32px !important;
}

.j-faq-question {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: var(--j-text) !important;
}

.j-faq-answer {
    color: var(--j-text-muted) !important;
    font-size: 0.95rem !important;
    line-height: 1.7 !important;
}

/* ============================================
   CTA SECTION
   ============================================ */
.j-section-cta {
    background: linear-gradient(180deg, var(--j-bg-light), var(--j-bg)) !important;
    position: relative !important;
    overflow: hidden !important;
}

.j-cta-bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
}

.j-cta-orb {
    position: absolute !important;
    border-radius: 50% !important;
    filter: blur(120px) !important;
}

.j-cta-orb-1 {
    width: 600px !important;
    height: 600px !important;
    background: var(--j-primary-glow) !important;
    top: -200px !important;
    left: -100px !important;
    opacity: 0.4 !important;
}

.j-cta-orb-2 {
    width: 500px !important;
    height: 500px !important;
    background: rgba(99, 102, 241, 0.3) !important;
    bottom: -200px !important;
    right: -100px !important;
    opacity: 0.3 !important;
}

.j-cta-content {
    text-align: center !important;
    position: relative !important;
    z-index: 1 !important;
    max-width: 700px !important;
    margin: 0 auto !important;
}

.j-cta-title {
    font-size: clamp(2rem, 4vw, 2.75rem) !important;
    font-weight: 800 !important;
    letter-spacing: -1px !important;
    margin-bottom: 16px !important;
    color: var(--j-text) !important;
}

.j-cta-text {
    font-size: 1.15rem !important;
    color: var(--j-text-muted) !important;
    margin-bottom: 32px !important;
}

.j-cta-buttons {
    display: flex !important;
    justify-content: center !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
    margin-bottom: 32px !important;
}

.j-cta-trust {
    display: flex !important;
    justify-content: center !important;
    gap: 32px !important;
    flex-wrap: wrap !important;
    color: var(--j-text-muted) !important;
    font-size: 0.95rem !important;
}

/* ============================================
   FOOTER
   ============================================ */
.j-footer {
    background: var(--j-bg-light) !important;
    border-top: 1px solid var(--j-border) !important;
    padding: 64px 0 32px !important;
}

.j-footer-grid {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr 1fr !important;
    gap: 48px !important;
    margin-bottom: 48px !important;
}

.j-footer-brand {
    max-width: 320px !important;
}

.j-footer-logo {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    color: var(--j-text) !important;
    margin-bottom: 16px !important;
}

.j-footer-logo img {
    height: 60px !important;
    width: auto !important;
}

.j-footer-tagline {
    color: var(--j-text-muted) !important;
    font-size: 0.95rem !important;
    line-height: 1.7 !important;
}

.j-footer-title {
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 24px !important;
    color: var(--j-text) !important;
}

.j-footer-links {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.j-footer-links li {
    margin-bottom: 8px !important;
    list-style: none !important;
}

.j-footer-links a {
    color: var(--j-text-muted) !important;
    font-size: 0.95rem !important;
}

.j-footer-links a:hover {
    color: var(--j-primary) !important;
}

.j-footer-social {
    display: flex !important;
    gap: 8px !important;
    margin-top: 24px !important;
}

.j-footer-social a {
    width: 44px !important;
    height: 44px !important;
    background: var(--j-bg-glass) !important;
    border: 1px solid var(--j-border) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--j-text-muted) !important;
    font-size: 1.1rem !important;
}

.j-footer-social a:hover {
    background: var(--j-primary) !important;
    border-color: var(--j-primary) !important;
    color: #000 !important;
}

.j-footer-bottom {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-top: 32px !important;
    border-top: 1px solid var(--j-border) !important;
    color: var(--j-text-muted) !important;
    font-size: 0.9rem !important;
}

.j-footer-bottom a {
    color: var(--j-text-muted) !important;
}

.j-footer-bottom a:hover {
    color: var(--j-primary) !important;
}

/* ============================================
   UTILITIES
   ============================================ */
.j-text-center { text-align: center !important; }
.j-mt-4 { margin-top: 32px !important; }
.j-mt-6 { margin-top: 48px !important; }
.j-mb-4 { margin-bottom: 32px !important; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .j-hero-content {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }
    
    .j-hero-left {
        max-width: 100% !important;
    }
    
    .j-hero-right {
        display: none !important;
    }
    
    .j-hero-ctas {
        justify-content: center !important;
    }
    
    .j-hero-trust {
        justify-content: center !important;
    }
    
    .j-hero-location {
        justify-content: center !important;
    }
    
    .j-events-grid,
    .j-testimonials-grid,
    .j-features-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .j-footer-grid {
        grid-template-columns: 1fr 1fr !important;
    }
    
    .j-process-connector {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .j-events-grid,
    .j-booths-grid,
    .j-testimonials-grid,
    .j-features-grid,
    .j-faq-grid {
        grid-template-columns: 1fr !important;
    }
    
    .j-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }
    
    .j-footer-bottom {
        flex-direction: column !important;
        gap: 16px !important;
        text-align: center !important;
    }
    
    .j-price-card.featured {
        transform: none !important;
    }
    
    .j-cta-buttons {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .j-cta-trust {
        flex-direction: column !important;
        gap: 8px !important;
    }
    
    .j-process-grid {
        flex-direction: column !important;
        gap: 32px !important;
    }
    
    .j-process-step {
        max-width: 100% !important;
    }
}