/*!
 * SlotsJuice Casino Brand Pictures - Elementor Widget Styles
 * Version: 1.0.0
 * Optimized for performance and Google Core Web Vitals
 */

/* ===== CSS VARIABLES FOR EASY THEMING ===== */
.slotsjuice-casino-showcase {
    /* Default Color Scheme - Orange/Green */
    --juice-orange: #FF6B35;
    --juice-orange-dark: #E55A2B;
    --juice-orange-light: #FF8A65;
    --juice-cream: #FFF8E1;
    --juice-green: #2E7D32;
    --juice-white: #FFFFFF;
    --juice-dark: #1A1A1A;
    --juice-gradient: linear-gradient(135deg, #FF6B35, #E55A2B);
    --juice-gradient-hero: linear-gradient(135deg, #FF6B35 0%, #E55A2B 50%, #FF8A65 100%);
    
    /* Layout */
    --juice-radius: 12px;
    --juice-radius-large: 20px;
    --juice-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    --juice-shadow-hover: 0 8px 25px rgba(0, 0, 0, 0.15);
    
    /* Typography */
    --juice-font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    --juice-font-weight-normal: 400;
    --juice-font-weight-medium: 500;
    --juice-font-weight-semibold: 600;
    --juice-font-weight-bold: 700;
    --juice-font-weight-black: 800;
    
    /* Goldilocks Zone Sizing - Optimized for better fitting */
    --juice-text-xs: clamp(0.7rem, 0.65rem + 0.2vw, 0.8rem);
    --juice-text-sm: clamp(0.8rem, 0.75rem + 0.25vw, 0.9rem);
    --juice-text-base: clamp(0.9rem, 0.85rem + 0.3vw, 1rem);
    --juice-text-lg: clamp(1rem, 0.95rem + 0.4vw, 1.1rem);
    --juice-text-xl: clamp(1.1rem, 1rem + 0.5vw, 1.3rem);
    --juice-text-2xl: clamp(1.3rem, 1.2rem + 0.6vw, 1.6rem);
    --juice-text-3xl: clamp(1.6rem, 1.4rem + 0.8vw, 2rem);
    --juice-text-4xl: clamp(1.8rem, 1.6rem + 1vw, 2.4rem);
    --juice-text-5xl: clamp(2.2rem, 2rem + 1.2vw, 2.8rem);
    
    /* Spacing */
    --juice-space-xs: clamp(0.5rem, 0.4rem + 0.5vw, 0.75rem);
    --juice-space-sm: clamp(0.75rem, 0.6rem + 0.75vw, 1rem);
    --juice-space-md: clamp(1rem, 0.8rem + 1vw, 1.5rem);
    --juice-space-lg: clamp(1.5rem, 1.2rem + 1.5vw, 2rem);
    --juice-space-xl: clamp(2rem, 1.6rem + 2vw, 3rem);
    --juice-space-2xl: clamp(2.5rem, 2rem + 2.5vw, 4rem);
    --juice-space-3xl: clamp(3rem, 2.5rem + 2.5vw, 5rem);
    
    /* Container Widths */
    --juice-container-sm: 640px;
    --juice-container-md: 768px;
    --juice-container-lg: 1024px;
    --juice-container-xl: 1280px;
    --juice-container-2xl: 1400px;
    --juice-container-3xl: 1680px;
    --juice-container-laptop: 1176px;
}

/* Color Scheme Variants */
.slotsjuice-casino-showcase[data-color-scheme="blue"] {
    --juice-orange: #2196F3;
    --juice-orange-dark: #1976D2;
    --juice-orange-light: #64B5F6;
    --juice-gradient: linear-gradient(135deg, #2196F3, #1976D2);
    --juice-gradient-hero: linear-gradient(135deg, #2196F3 0%, #1976D2 50%, #64B5F6 100%);
}

.slotsjuice-casino-showcase[data-color-scheme="purple"] {
    --juice-orange: #9C27B0;
    --juice-orange-dark: #7B1FA2;
    --juice-orange-light: #BA68C8;
    --juice-gradient: linear-gradient(135deg, #9C27B0, #7B1FA2);
    --juice-gradient-hero: linear-gradient(135deg, #9C27B0 0%, #7B1FA2 50%, #BA68C8 100%);
}

.slotsjuice-casino-showcase[data-color-scheme="red"] {
    --juice-orange: #F44336;
    --juice-orange-dark: #D32F2F;
    --juice-orange-light: #EF5350;
    --juice-gradient: linear-gradient(135deg, #F44336, #D32F2F);
    --juice-gradient-hero: linear-gradient(135deg, #F44336 0%, #D32F2F 50%, #EF5350 100%);
}

/* ===== PERFORMANCE OPTIMIZATIONS ===== */
.slotsjuice-casino-showcase * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

.slotsjuice-casino-showcase {
    contain: layout style paint;
    font-family: var(--juice-font-family);
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    position: relative;
    overflow: hidden;
    width: 100% !important;
    margin: 0 !important;
}

/* ===== ELEMENTOR FULL WIDTH FIXES ===== */
.elementor-widget-slotsjuicecasbrandpictures {
    width: 100% !important;
    margin: 0 !important;
}

.elementor-widget-slotsjuicecasbrandpictures .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Force full width on Elementor sections containing this widget */
.elementor-section .elementor-container:has(.slotsjuice-casino-showcase),
.elementor-section:has(.slotsjuice-casino-showcase) .elementor-container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-column:has(.slotsjuice-casino-showcase) {
    width: 100% !important;
}

/* Alternative selector for better compatibility */
.elementor-section .slotsjuice-casino-showcase {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw !important;
    max-width: 100vw !important;
}

/* GPU Acceleration for animations */
.casino-chip,
.mobile-floating-chip,
.visit-button,
.hero-button,
.game-card,
.mobile-game-card {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* ===== HERO SECTION ===== */
.slotsjuice-casino-showcase .hero-section {
    background: linear-gradient(135deg, #2d4a2b 0%, #1a2e19 100%);
    position: relative;
    overflow: hidden;
    min-height: clamp(400px, 50vh, 600px);
    border-radius: 0 0 var(--juice-radius-large) var(--juice-radius-large);
    isolation: isolate;
    width: 100%;
    margin: 0 !important;
}

.slotsjuice-casino-showcase .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

.slotsjuice-casino-showcase .main-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: clamp(400px, 50vh, 600px);
    padding: var(--juice-space-2xl) var(--juice-space-lg);
    width: 100%;
    position: relative;
    max-width: var(--juice-container-2xl);
    margin: 0 auto;
    gap: var(--juice-space-xl);
    box-sizing: border-box;
}

/* ===== LEFT CONTENT ===== */
.slotsjuice-casino-showcase .left-content {
    width: 50%;
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.slotsjuice-casino-showcase .hero-title {
    font-size: var(--juice-text-4xl);
    font-weight: var(--juice-font-weight-black);
    color: white;
    line-height: 1.2;
    margin: 0 0 var(--juice-space-md) 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
}

.slotsjuice-casino-showcase .hero-subtitle {
    font-size: var(--juice-text-xl);
    font-weight: var(--juice-font-weight-semibold);
    color: var(--juice-orange-light);
    margin: 0 0 var(--juice-space-lg) 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.01em;
}

.slotsjuice-casino-showcase .hero-description {
    font-size: var(--juice-text-sm);
    font-weight: var(--juice-font-weight-normal);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin: 0 0 var(--juice-space-xl) 0;
    max-width: 500px;
}

/* ===== BUTTONS ===== */
.slotsjuice-casino-showcase .hero-buttons {
    display: flex;
    gap: var(--juice-space-sm);
    flex-wrap: nowrap;
    margin-bottom: var(--juice-space-lg);
}

.slotsjuice-casino-showcase .hero-button {
    padding: var(--juice-space-xs) var(--juice-space-md);
    border-radius: var(--juice-radius);
    font-size: var(--juice-text-xs);
    font-weight: var(--juice-font-weight-medium);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    white-space: nowrap;
}

.slotsjuice-casino-showcase .hero-button.primary {
    background: rgba(255, 255, 255, 0.95);
    color: #2d4a2b;
    border-color: transparent;
}

.slotsjuice-casino-showcase .hero-button.secondary {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.slotsjuice-casino-showcase .hero-button:hover {
    transform: translateY(-2px);
    box-shadow: var(--juice-shadow-hover);
}

.slotsjuice-casino-showcase .hero-button.primary:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.slotsjuice-casino-showcase .hero-button.secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}

/* ===== RIGHT CONTENT - DEVICE SHOWCASE ===== */
.slotsjuice-casino-showcase .right-content {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 300px;
}

.slotsjuice-casino-showcase .casino-showcase {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--juice-space-lg);
}

.slotsjuice-casino-showcase .devices-showcase {
    display: flex;
    gap: var(--juice-space-lg);
    align-items: center;
    justify-content: center;
}

/* ===== CASINO ELEMENTS ===== */
.slotsjuice-casino-showcase .casino-elements {
    position: absolute;
    width: 500px;
    height: 400px;
    z-index: 1;
    pointer-events: none;
}

.slotsjuice-casino-showcase .casino-chip {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--juice-text-2xl);
    box-shadow: var(--juice-shadow);
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.slotsjuice-casino-showcase .casino-animated .casino-chip {
    animation: float 6s ease-in-out infinite;
}

.slotsjuice-casino-showcase .chip-1 {
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    top: 15%;
    left: 5%;
    animation-delay: 0s;
}

.slotsjuice-casino-showcase .chip-2 {
    background: linear-gradient(135deg, #FF9800, #F57C00);
    top: 5%;
    right: 10%;
    animation-delay: 1s;
}

.slotsjuice-casino-showcase .chip-3 {
    background: linear-gradient(135deg, #2196F3, #1976D2);
    bottom: 25%;
    left: 0%;
    animation-delay: 2s;
}

.slotsjuice-casino-showcase .chip-4 {
    background: linear-gradient(135deg, #E91E63, #C2185B);
    bottom: 10%;
    right: 5%;
    animation-delay: 3s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

/* ===== DESKTOP MOCKUP ===== */
.slotsjuice-casino-showcase .desktop-mockup {
    position: relative;
    width: clamp(250px, 20vw, 300px);
    z-index: 2;
}

.slotsjuice-casino-showcase .desktop-container {
    background: linear-gradient(145deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    border-radius: var(--juice-radius-large) var(--juice-radius-large) var(--juice-radius) var(--juice-radius);
    padding: 15px 15px 30px 15px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.4),
        0 0 0 2px rgba(255, 255, 255, 0.1);
    position: relative;
}

.slotsjuice-casino-showcase .desktop-screen {
    background: #000;
    border-radius: var(--juice-radius);
    overflow: hidden;
    position: relative;
    aspect-ratio: 16/10;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.slotsjuice-casino-showcase .desktop-content {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #0d1117 100%);
    display: flex;
    flex-direction: column;
    position: relative;
}

.slotsjuice-casino-showcase .desktop-header {
    background: rgba(0, 0, 0, 0.9);
    padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 107, 53, 0.3);
}

.slotsjuice-casino-showcase .desktop-logo {
    color: var(--juice-orange);
    font-size: var(--juice-text-xs);
    font-weight: var(--juice-font-weight-bold);
    text-shadow: 0 0 8px rgba(255, 107, 53, 0.5);
    display: flex;
    align-items: center;
    gap: 4px;
}

.slotsjuice-casino-showcase .desktop-nav {
    display: flex;
    gap: 8px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.8);
}

.slotsjuice-casino-showcase .desktop-hero {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.slotsjuice-casino-showcase .desktop-hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slotsjuice-casino-showcase .desktop-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    z-index: 1;
}

.slotsjuice-casino-showcase .desktop-overlay {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    border-radius: var(--juice-radius);
}

.slotsjuice-casino-showcase .desktop-title {
    color: var(--juice-orange);
    font-size: 14px;
    font-weight: var(--juice-font-weight-bold);
    margin-bottom: 8px;
    text-shadow: 0 0 8px rgba(255, 107, 53, 0.5);
}

.slotsjuice-casino-showcase .desktop-bonus {
    background: var(--juice-gradient);
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: var(--juice-font-weight-bold);
    margin-bottom: 10px;
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
}

.slotsjuice-casino-showcase .desktop-games {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    width: 100%;
}

.slotsjuice-casino-showcase .desktop-game {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    color: white;
}

.slotsjuice-casino-showcase .desktop-base {
    background: linear-gradient(145deg, #1a1a1a, #2d2d2d);
    height: 15px;
    border-radius: 0 0 15px 15px;
    position: relative;
    margin-top: -5px;
}

.slotsjuice-casino-showcase .desktop-base::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(145deg, #1a1a1a, #2d2d2d);
    border-radius: 2px;
}

/* ===== PHONE MOCKUP ===== */
.slotsjuice-casino-showcase .phone-mockup {
    position: relative;
    width: clamp(120px, 10vw, 160px);
    z-index: 2;
}

.slotsjuice-casino-showcase .phone-container {
    background: linear-gradient(145deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    border-radius: 30px;
    padding: 8px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.4),
        0 0 0 2px rgba(255, 255, 255, 0.1);
    position: relative;
}

.slotsjuice-casino-showcase .phone-screen {
    background: #000;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 9/19.5;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.slotsjuice-casino-showcase .phone-content {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #0d1117 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.slotsjuice-casino-showcase .phone-hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slotsjuice-casino-showcase .phone-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 1;
}

.slotsjuice-casino-showcase .phone-overlay {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    border-radius: var(--juice-radius);
    margin: 10px;
    height: calc(100% - 20px);
    justify-content: space-between;
}

.slotsjuice-casino-showcase .phone-logo {
    color: var(--juice-orange);
    font-size: var(--juice-text-lg);
    font-weight: var(--juice-font-weight-bold);
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(255, 107, 53, 0.5);
    display: flex;
    align-items: center;
    gap: 6px;
}

.slotsjuice-casino-showcase .phone-bonus {
    background: var(--juice-gradient);
    color: white;
    padding: 8px 16px;
    border-radius: var(--juice-radius-large);
    font-size: var(--juice-text-xs);
    font-weight: var(--juice-font-weight-bold);
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
}

.slotsjuice-casino-showcase .phone-games {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    width: 100%;
}

.slotsjuice-casino-showcase .phone-game {
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--juice-radius);
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    color: white;
}

/* ===== MOBILE APP LAYOUT ===== */
.slotsjuice-casino-showcase .mobile-app-layout {
    display: none; /* Hidden by default, shown on mobile */
    flex-direction: column;
    min-height: 100vh;
    background: linear-gradient(135deg, #0a0f1c 0%, #1a2332 50%, #0d1117 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    overflow: hidden;
}

/* Mobile Compact Layout - Hidden by default, shown only on mobile */
.slotsjuice-casino-showcase .mobile-compact-layout {
    display: none !important; /* Hidden by default */
}

.slotsjuice-casino-showcase .mobile-app-layout.mobile-full-width {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    position: fixed;
}

.slotsjuice-casino-showcase .mobile-app-header {
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(20px);
    padding: var(--juice-space-sm) var(--juice-space-md);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 107, 53, 0.2);
    position: sticky;
    top: 0;
    z-index: 100;
    min-height: 60px;
}

.slotsjuice-casino-showcase .mobile-app-logo {
    color: var(--juice-orange);
    font-size: var(--juice-text-xl);
    font-weight: var(--juice-font-weight-black);
    display: flex;
    align-items: center;
    gap: var(--juice-space-xs);
}

.slotsjuice-casino-showcase .mobile-app-menu {
    color: white;
    font-size: var(--juice-text-2xl);
    cursor: pointer;
    padding: var(--juice-space-xs);
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slotsjuice-casino-showcase .mobile-app-hero {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: var(--juice-space-xl) var(--juice-space-md);
    text-align: center;
    position: relative;
    min-height: calc(100vh - 60px);
}

.slotsjuice-casino-showcase .mobile-app-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgba(255, 107, 53, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255, 139, 101, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

.slotsjuice-casino-showcase .mobile-app-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(1px);
    pointer-events: none;
    z-index: 2;
}

.slotsjuice-casino-showcase .mobile-app-content {
    position: relative;
    z-index: 3;
    max-width: 350px;
    width: 100%;
    padding: 0 var(--juice-space-md);
}

.slotsjuice-casino-showcase .mobile-app-floating-elements {
    z-index: 2;
}

.slotsjuice-casino-showcase .mobile-app-title {
    font-size: var(--juice-text-2xl);
    font-weight: var(--juice-font-weight-black);
    color: white;
    margin: 0 0 var(--juice-space-sm) 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.slotsjuice-casino-showcase .mobile-app-subtitle {
    font-size: var(--juice-text-base);
    color: var(--juice-orange);
    margin: 0 0 var(--juice-space-md) 0;
    font-weight: var(--juice-font-weight-semibold);
    letter-spacing: -0.01em;
}

.slotsjuice-casino-showcase .mobile-app-description {
    font-size: var(--juice-text-xs);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    margin: 0 0 var(--juice-space-lg) 0;
}

.slotsjuice-casino-showcase .mobile-app-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--juice-space-sm);
    margin-bottom: var(--juice-space-lg);
}

.slotsjuice-casino-showcase .mobile-feature-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 107, 53, 0.2);
    border-radius: var(--juice-radius);
    padding: var(--juice-space-sm);
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.slotsjuice-casino-showcase .mobile-feature-card:hover {
    background: rgba(255, 107, 53, 0.1);
    transform: translateY(-2px);
}

.slotsjuice-casino-showcase .mobile-feature-icon {
    font-size: var(--juice-text-2xl);
    margin-bottom: var(--juice-space-xs);
    display: block;
    color: var(--juice-orange);
}

.slotsjuice-casino-showcase .mobile-feature-text {
    font-size: var(--juice-text-xs);
    color: rgba(255, 255, 255, 0.9);
    font-weight: var(--juice-font-weight-medium);
}

.slotsjuice-casino-showcase .mobile-app-buttons {
    display: flex;
    flex-direction: column;
    gap: var(--juice-space-sm);
    width: 100%;
}

.slotsjuice-casino-showcase .mobile-app-button {
    padding: var(--juice-space-md) var(--juice-space-lg);
    border-radius: 25px;
    font-weight: var(--juice-font-weight-bold);
    font-size: var(--juice-text-base);
    text-decoration: none;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slotsjuice-casino-showcase .mobile-app-button.primary {
    background: var(--juice-gradient);
    color: white;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.slotsjuice-casino-showcase .mobile-app-button.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(255, 107, 53, 0.5);
}

.slotsjuice-casino-showcase .mobile-app-button.secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 107, 53, 0.3);
    backdrop-filter: blur(10px);
}

.slotsjuice-casino-showcase .mobile-app-button.secondary:hover {
    background: rgba(255, 107, 53, 0.2);
    border-color: var(--juice-orange);
}

.slotsjuice-casino-showcase .mobile-app-floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.slotsjuice-casino-showcase .mobile-floating-chip {
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--juice-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--juice-text-lg);
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    color: white;
    animation: float 6s ease-in-out infinite;
}

.slotsjuice-casino-showcase .mobile-chip-1 { top: 15%; left: 10%; animation-delay: 0s; }
.slotsjuice-casino-showcase .mobile-chip-2 { top: 25%; right: 15%; animation-delay: 2s; }
.slotsjuice-casino-showcase .mobile-chip-3 { bottom: 30%; left: 15%; animation-delay: 4s; }
.slotsjuice-casino-showcase .mobile-chip-4 { bottom: 20%; right: 10%; animation-delay: 1s; }
.slotsjuice-casino-showcase .mobile-chip-5 { top: 45%; left: 5%; animation-delay: 3s; }
.slotsjuice-casino-showcase .mobile-chip-6 { top: 60%; right: 8%; animation-delay: 5s; }

/* ===== RESPONSIVE DESIGN - GOLDILOCKS ZONE ===== */

/* Large Desktop - Optimize for wide screens */
@media (min-width: 1400px) {
    .slotsjuice-casino-showcase .main-container {
        padding-left: 8%;
        padding-right: 8%;
    }
}

/* Desktop - Standard layout */
@media (max-width: 1399px) and (min-width: 1200px) {
    .slotsjuice-casino-showcase .main-container {
        padding-left: 6%;
        padding-right: 6%;
    }
    
    .slotsjuice-casino-showcase .devices-showcase {
        scale: 0.9;
    }
}

/* Laptop - Optimized for smaller screens, 30% narrower content */
@media (max-width: 1199px) and (min-width: 1024px) {
    .slotsjuice-casino-showcase .main-container {
        max-width: var(--juice-container-laptop);
        padding-left: 5%;
        padding-right: 5%;
        gap: var(--juice-space-lg);
    }
    
    .slotsjuice-casino-showcase .left-content {
        width: 55%;
    }
    
    .slotsjuice-casino-showcase .right-content {
        width: 40%;
    }
    
    .slotsjuice-casino-showcase .devices-showcase {
        scale: 0.8;
        gap: var(--juice-space-md);
    }
    
    .slotsjuice-casino-showcase .hero-title {
        font-size: var(--juice-text-4xl);
    }
    
    .slotsjuice-casino-showcase .hero-subtitle {
        font-size: var(--juice-text-xl);
    }
}

/* Tablet - Stack layout */
@media (max-width: 1023px) and (min-width: 769px) {
    .slotsjuice-casino-showcase .main-container {
        flex-direction: column;
        min-height: auto;
        padding: var(--juice-space-xl) var(--juice-space-md);
        align-items: center;
        text-align: center;
        gap: var(--juice-space-xl);
    }
    
    .slotsjuice-casino-showcase .left-content {
        width: 100%;
        max-width: 600px;
        text-align: center;
    }
    
    .slotsjuice-casino-showcase .right-content {
        width: 100%;
        max-width: 500px;
    }
    
    .slotsjuice-casino-showcase .devices-showcase {
        flex-direction: row;
        gap: var(--juice-space-lg);
        scale: 0.9;
        justify-content: center;
    }
}

/* Mobile - New Compact Design */
@media (max-width: 768px) {
    /* Hide desktop layout */
    .slotsjuice-casino-showcase .hero-section .main-container {
        display: none !important;
    }
    
    /* Override hero section for mobile */
    .slotsjuice-casino-showcase .hero-section {
        padding: 0 !important;
        min-height: auto !important;
        background: transparent !important;
        position: relative;
    }
    
    /* Hide old mobile layout */
    .slotsjuice-casino-showcase .mobile-app-layout {
        display: none !important;
    }
    
    /* Show new compact layout */
    .slotsjuice-casino-showcase .mobile-compact-layout {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Mobile container - compact card design */
    .slotsjuice-casino-showcase .mobile-compact-container {
        background: #1a2332;
        border-radius: 20px;
        margin: 15px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    }
    
    /* Hero section - top part with gradient */
    .slotsjuice-casino-showcase .mobile-hero-section {
        position: relative;
        background: linear-gradient(135deg, #2d4a2b 0%, #1a2e19 100%);
        padding: 25px 20px;
        text-align: center;
        border-radius: 20px 20px 0 0;
    }
    
    .slotsjuice-casino-showcase .mobile-bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.15);
        z-index: 1;
        border-radius: 20px 20px 0 0;
    }
    
    .slotsjuice-casino-showcase .mobile-hero-content {
        position: relative;
        z-index: 2;
    }
    
    .slotsjuice-casino-showcase .mobile-title {
        font-size: var(--juice-text-2xl);
        font-weight: var(--juice-font-weight-bold);
        color: white;
        margin: 0 0 8px 0;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        line-height: 1.2;
    }
    
    .slotsjuice-casino-showcase .mobile-subtitle {
        font-size: var(--juice-text-base);
        color: rgba(255, 255, 255, 0.9);
        margin: 0 0 6px 0;
        font-weight: var(--juice-font-weight-medium);
    }
    
    .slotsjuice-casino-showcase .mobile-description {
        font-size: var(--juice-text-sm);
        color: rgba(255, 255, 255, 0.8);
        margin: 0;
        line-height: 1.4;
    }
    
    /* Features grid - compact 2x2 layout */
    .slotsjuice-casino-showcase .mobile-features-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 20px;
        background: #1a2332;
    }
    
    .slotsjuice-casino-showcase .mobile-feature-item {
        background: rgba(255, 107, 53, 0.1);
        border: 1px solid rgba(255, 107, 53, 0.2);
        border-radius: 10px;
        padding: 12px 8px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        transition: all 0.3s ease;
    }
    
    .slotsjuice-casino-showcase .mobile-feature-item:hover {
        background: rgba(255, 107, 53, 0.15);
        border-color: rgba(255, 107, 53, 0.3);
        transform: translateY(-1px);
    }
    
    .slotsjuice-casino-showcase .mobile-feature-item i {
        font-size: var(--juice-text-lg);
        color: var(--juice-orange);
    }
    
    .slotsjuice-casino-showcase .mobile-feature-item span {
        font-size: var(--juice-text-xs);
        color: white;
        font-weight: var(--juice-font-weight-medium);
        line-height: 1.2;
    }
    
    /* Action buttons - compact vertical stack */
    .slotsjuice-casino-showcase .mobile-action-buttons {
        padding: 15px 20px 20px 20px;
        background: #1a2332;
        display: flex;
        flex-direction: column;
        gap: 10px;
        border-radius: 0 0 20px 20px;
    }
    
    .slotsjuice-casino-showcase .mobile-btn {
        display: block;
        padding: 12px 20px;
        border-radius: 25px;
        text-align: center;
        text-decoration: none;
        font-weight: var(--juice-font-weight-semibold);
        font-size: var(--juice-text-sm);
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
    }
    
    .slotsjuice-casino-showcase .mobile-btn-primary {
        background: linear-gradient(135deg, #FF6B35, #E55A2B);
        color: white;
        box-shadow: 0 3px 12px rgba(255, 107, 53, 0.3);
    }
    
    .slotsjuice-casino-showcase .mobile-btn-primary:hover {
        transform: translateY(-1px);
        box-shadow: 0 5px 16px rgba(255, 107, 53, 0.4);
    }
    
    .slotsjuice-casino-showcase .mobile-btn-secondary {
        background: transparent;
        color: white;
        border: 2px solid rgba(255, 107, 53, 0.4);
    }
    
    .slotsjuice-casino-showcase .mobile-btn-secondary:hover {
        background: rgba(255, 107, 53, 0.1);
        border-color: var(--juice-orange);
    }
}

/* Small Mobile - Extra compact */
@media (max-width: 480px) {
    /* Extra compact container */
    .slotsjuice-casino-showcase .mobile-compact-container {
        margin: 8px;
        border-radius: 15px;
    }
    
    /* Smaller hero section */
    .slotsjuice-casino-showcase .mobile-hero-section {
        padding: 18px 15px;
        border-radius: 15px 15px 0 0;
    }
    
    .slotsjuice-casino-showcase .mobile-bg-overlay {
        border-radius: 15px 15px 0 0;
    }
    
    /* Smaller text sizes */
    .slotsjuice-casino-showcase .mobile-title {
        font-size: var(--juice-text-xl);
        margin: 0 0 6px 0;
    }
    
    .slotsjuice-casino-showcase .mobile-subtitle {
        font-size: var(--juice-text-sm);
        margin: 0 0 4px 0;
    }
    
    .slotsjuice-casino-showcase .mobile-description {
        font-size: var(--juice-text-xs);
    }
    
    /* Tighter features grid */
    .slotsjuice-casino-showcase .mobile-features-grid {
        padding: 12px 15px;
        gap: 8px;
    }
    
    .slotsjuice-casino-showcase .mobile-feature-item {
        padding: 8px 6px;
        border-radius: 8px;
        gap: 4px;
    }
    
    .slotsjuice-casino-showcase .mobile-feature-item i {
        font-size: var(--juice-text-base);
    }
    
    .slotsjuice-casino-showcase .mobile-feature-item span {
        font-size: 10px;
    }
    
    /* Compact buttons */
    .slotsjuice-casino-showcase .mobile-action-buttons {
        padding: 10px 15px 15px 15px;
        gap: 8px;
        border-radius: 0 0 15px 15px;
    }
    
    .slotsjuice-casino-showcase .mobile-btn {
        padding: 10px 16px;
        font-size: var(--juice-text-xs);
        border-radius: 20px;
    }
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    .slotsjuice-casino-showcase .casino-chip,
    .slotsjuice-casino-showcase .mobile-floating-chip {
        animation: none !important;
    }
    
    .slotsjuice-casino-showcase .hero-button,
    .slotsjuice-casino-showcase .mobile-app-button,
    .slotsjuice-casino-showcase .mobile-feature-card {
        transition: none !important;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .slotsjuice-casino-showcase .hero-button.secondary,
    .slotsjuice-casino-showcase .mobile-app-button.secondary {
        border-width: 2px;
    }
    
    .slotsjuice-casino-showcase .mobile-feature-card {
        border-width: 2px;
    }
}

/* Print styles */
@media print {
    .slotsjuice-casino-showcase .casino-elements,
    .slotsjuice-casino-showcase .mobile-app-floating-elements {
        display: none;
    }
    
    .slotsjuice-casino-showcase {
        background: white !important;
        color: black !important;
    }
}
