/* Pickle BERRY - Professional AI-Powered Platform Styles */

/* 3 Pickles on Vines Logo Styling */
.pickle-logo-professional {
    animation: picklebounce 2s ease-in-out infinite;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pickle-logo-professional:hover {
    animation-play-state: paused;
    transform: perspective(1000px) rotateX(-5deg) rotateY(5deg) scale(1.05);
}

/* Individual Pickle Bouncing Animations on Vines */
.pickle-bounce-left { 
    animation: bounce-left 2.5s ease-in-out infinite;
    transform-origin: 35px 45px; /* Bounce from vine attachment point */
}
.pickle-bounce-center { 
    animation: bounce-center 2.5s ease-in-out infinite 0.3s;
    transform-origin: 50px 50px; /* Bounce from vine attachment point */
}
.pickle-bounce-right { 
    animation: bounce-right 2.5s ease-in-out infinite 0.6s;
    transform-origin: 65px 45px; /* Bounce from vine attachment point */
}

/* Vine Swaying Animations */
.main-vine {
    animation: vine-sway 4s ease-in-out infinite;
    transform-origin: center;
}

.vine-1 {
    animation: vine-sway-1 3s ease-in-out infinite;
    transform-origin: 30px 25px;
}

.vine-2 {
    animation: vine-sway-2 3s ease-in-out infinite 0.5s;
    transform-origin: 50px 30px;
}

.vine-3 {
    animation: vine-sway-3 3s ease-in-out infinite 1s;
    transform-origin: 70px 25px;
}

/* Main Logo Container Bounce */
@keyframes picklebounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) perspective(1000px) rotateX(0deg) rotateY(0deg);
    }
    40% {
        transform: translateY(-3px) perspective(1000px) rotateX(-1deg) rotateY(1deg);
    }
    60% {
        transform: translateY(-1px) perspective(1000px) rotateX(0.5deg) rotateY(-0.5deg);
    }
}

/* Individual Pickle Bounce Animations */
@keyframes bounce-left {
    0%, 100% { 
        transform: translateY(0) rotate(0deg);
    }
    50% { 
        transform: translateY(-4px) rotate(-2deg);
    }
}

@keyframes bounce-center {
    0%, 100% { 
        transform: translateY(0) rotate(0deg);
    }
    50% { 
        transform: translateY(-6px) rotate(0deg);
    }
}

@keyframes bounce-right {
    0%, 100% { 
        transform: translateY(0) rotate(0deg);
    }
    50% { 
        transform: translateY(-4px) rotate(2deg);
    }
}

/* Vine Swaying Animations */
@keyframes vine-sway {
    0%, 100% { 
        transform: rotate(0deg);
    }
    50% { 
        transform: rotate(1deg);
    }
}

@keyframes vine-sway-1 {
    0%, 100% { 
        transform: rotate(0deg);
    }
    50% { 
        transform: rotate(-1deg);
    }
}

@keyframes vine-sway-2 {
    0%, 100% { 
        transform: rotate(0deg);
    }
    50% { 
        transform: rotate(0.5deg);
    }
}

@keyframes vine-sway-3 {
    0%, 100% { 
        transform: rotate(0deg);
    }
    50% { 
        transform: rotate(1deg);
    }
}

.pickle-svg {
    filter: drop-shadow(0 4px 8px rgba(34, 197, 94, 0.3));
    transition: all 0.3s ease;
}

.pickle-svg:hover {
    filter: drop-shadow(0 6px 12px rgba(34, 197, 94, 0.4));
}

/* Professional Brand Text */
.brand-text h1 {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.brand-text p {
    font-weight: 500;
    opacity: 0.8;
}

/* Navigation Links */
.nav-link {
    @apply text-gray-700 hover:text-green-600 font-medium transition-colors duration-200 relative;
}

.nav-link:hover::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #10B981, #059669);
    border-radius: 1px;
}

/* Voice Control Buttons */
.voice-control-btn {
    @apply w-10 h-10 bg-gradient-to-r from-purple-500 to-purple-600 text-white rounded-full flex items-center justify-center hover:from-purple-600 hover:to-purple-700 transition-all duration-200 shadow-lg;
}

.voice-control-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.3);
}

/* Login Button */
.login-btn {
    @apply bg-white border-2 border-gray-300 text-gray-700 px-4 py-2 rounded-lg font-semibold hover:border-gray-400 hover:bg-gray-50 transition-all duration-200 text-decoration-none;
}

.login-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

/* Get Started Free Button */
.premium-btn {
    @apply bg-gradient-to-r from-green-500 to-emerald-600 text-white px-6 py-2 rounded-lg font-semibold hover:from-green-600 hover:to-emerald-700 transition-all duration-200 shadow-lg text-decoration-none;
}

.premium-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
    text-decoration: none;
}

/* ===========================================
   GOLFNOW-STYLE CLEAN HEADER COMPONENTS
   =========================================== */

/* Clean Professional Promotional Ribbon */
.promotional-ribbon-clean {
    background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%);
    border-bottom: 1px solid #E5E7EB;
    position: relative;
}

/* Main Navigation Links */
.nav-link-main {
    @apply px-4 py-2 text-gray-700 hover:text-green-600 font-medium transition-colors duration-200 rounded-lg hover:bg-green-50;
}

.nav-link-hot {
    @apply px-4 py-2 text-red-600 hover:text-red-700 font-semibold transition-colors duration-200 rounded-lg hover:bg-red-50 bg-red-50;
}

/* Modern Navigation Groups */
.nav-group {
    position: relative;
    display: inline-block;
}

.nav-group-btn {
    @apply px-4 py-2 text-gray-700 hover:text-emerald-600 font-medium transition-all duration-200 rounded-lg hover:bg-emerald-50 flex items-center;
    border: none;
    background: none;
    cursor: pointer;
}

.nav-group:hover .nav-group-btn {
    @apply text-emerald-600 bg-emerald-50;
}

.nav-group:hover .nav-group-btn .fa-chevron-down {
    transform: rotate(180deg);
}

.nav-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 1000;
}

.nav-group:hover .nav-dropdown,
.nav-group.active .nav-dropdown {
    opacity: 1;
    visibility: visible;
}

.nav-group.active .nav-group-btn {
    @apply text-emerald-600 bg-emerald-50;
}

.nav-group.active .nav-group-btn .fa-chevron-down {
    transform: rotate(180deg);
}

.dropdown-content {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    padding: 8px;
    min-width: 280px;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 8px;
    text-decoration: none;
    color: #374151;
    transition: all 0.15s ease;
    gap: 12px;
}

.dropdown-item:hover {
    background: #f9fafb;
    color: #10b981;
    transform: translateX(2px);
}

.dropdown-item.special:hover {
    background: linear-gradient(135deg, #fef2f2, #fee2e2);
    color: #ef4444;
}

.dropdown-item i {
    width: 20px;
    flex-shrink: 0;
}

.item-title {
    font-weight: 600;
    font-size: 14px;
    color: inherit;
    display: block;
}

.item-desc {
    font-size: 12px;
    color: #6b7280;
    display: block;
    margin-top: 2px;
}

/* Mobile Navigation */
.mobile-menu-btn {
    @apply p-2 rounded-lg text-gray-600 hover:bg-gray-100 hover:text-emerald-600 transition-colors;
}

.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

.mobile-nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 320px;
    max-width: 85vw;
    background: white;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.mobile-nav-overlay.active .mobile-nav-content {
    transform: translateX(0);
}

.mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
}

.mobile-nav-menu {
    flex: 1;
    overflow-y: auto;
    padding: 20px 0;
}

.mobile-nav-section {
    margin-bottom: 24px;
}

.mobile-nav-title {
    @apply text-sm font-semibold text-gray-500 uppercase tracking-wide px-6 mb-3 flex items-center;
}

.mobile-nav-links {
    display: flex;
    flex-direction: column;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s ease;
    gap: 16px;
}

.mobile-nav-link:hover {
    background: #f9fafb;
    color: #10b981;
    padding-left: 28px;
}

.mobile-nav-link.special:hover {
    background: linear-gradient(135deg, #fef2f2, #fee2e2);
    color: #ef4444;
}

.mobile-nav-link i {
    width: 20px;
    flex-shrink: 0;
}

.mobile-nav-footer {
    padding: 20px;
    border-top: 1px solid #e5e7eb;
}

.mobile-nav-cta {
    @apply w-full bg-emerald-600 text-white rounded-lg py-3 px-4 font-semibold text-center no-underline flex items-center justify-center mb-4 hover:bg-emerald-700 transition-colors;
}

.mobile-nav-actions {
    display: flex;
    gap: 12px;
}

.mobile-nav-action {
    @apply flex-1 text-center py-2 px-3 text-gray-600 rounded-lg hover:bg-gray-100 hover:text-emerald-600 transition-colors no-underline;
}

/* Clean Action Buttons */
.voice-control-btn-clean {
    @apply w-9 h-9 bg-gray-100 hover:bg-green-100 text-gray-600 hover:text-green-600 rounded-lg flex items-center justify-center transition-all duration-200;
}

.chat-btn-clean {
    @apply w-9 h-9 bg-blue-100 hover:bg-blue-200 text-blue-600 rounded-lg flex items-center justify-center transition-all duration-200 relative;
}

.chat-notification {
    @apply absolute -top-2 -right-2 bg-red-500 text-white text-xs w-5 h-5 rounded-full flex items-center justify-center font-semibold;
}

.cart-btn-clean {
    @apply w-9 h-9 bg-green-100 hover:bg-green-200 text-green-600 rounded-lg flex items-center justify-center transition-all duration-200 relative;
}

.cart-badge-clean {
    @apply absolute -top-2 -right-2 bg-green-600 text-white text-xs w-5 h-5 rounded-full flex items-center justify-center font-semibold;
}

.login-btn-clean {
    @apply px-4 py-2 text-gray-700 hover:text-gray-900 font-medium transition-colors duration-200 hover:underline;
}

.signup-btn-clean {
    @apply px-4 py-2 bg-green-600 hover:bg-green-700 text-white font-semibold rounded-lg transition-all duration-200 shadow-sm;
}

/* Ribbon Action Buttons - Smaller and Stacked */
.chat-btn-ribbon {
    @apply w-7 h-7 bg-blue-100 hover:bg-blue-200 text-blue-600 rounded-md flex items-center justify-center transition-all duration-200 relative text-xs;
}

.cart-btn-ribbon {
    @apply w-7 h-7 bg-green-100 hover:bg-green-200 text-green-600 rounded-md flex items-center justify-center transition-all duration-200 relative text-xs;
}

.chat-notification-ribbon {
    @apply absolute -top-1 -right-1 bg-red-500 text-white text-xs w-4 h-4 rounded-full flex items-center justify-center font-semibold;
    font-size: 10px;
}

.cart-badge-ribbon {
    @apply absolute -top-1 -right-1 bg-green-600 text-white text-xs w-4 h-4 rounded-full flex items-center justify-center font-semibold;
    font-size: 10px;
}

.mobile-menu-btn {
    @apply w-9 h-9 bg-gray-100 hover:bg-gray-200 text-gray-600 rounded-lg flex items-center justify-center transition-all duration-200;
}

/* GolfNow Style Promotional Ribbon */
.promotional-ribbon {
    background: linear-gradient(45deg, #FFD700, #FFA500, #FFD700);
    background-size: 200% 200%;
    animation: shimmer 3s ease-in-out infinite;
    padding: 8px 0;
    text-align: center;
    font-weight: 600;
    color: #000;
    position: relative;
    overflow: hidden;
}

.promotional-ribbon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: sweep 2s ease-in-out infinite;
}

@keyframes shimmer {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes sweep {
    0% { left: -100%; }
    100% { left: 100%; }
}

.ribbon-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, 
        rgba(16, 185, 129, 0.1) 0%, 
        rgba(255, 255, 255, 0.9) 50%, 
        rgba(168, 85, 247, 0.1) 100%);
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.hero-badge {
    @apply inline-flex items-center px-4 py-2 bg-gradient-to-r from-purple-100 to-blue-100 text-purple-700 rounded-full text-sm font-semibold shadow-sm;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    color: #1f2937;
    margin: 1rem 0;
}

.gradient-text {
    background: linear-gradient(135deg, #10B981, #059669, #A855F7);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    animation: gradientShift 4s ease-in-out infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.hero-description {
    @apply text-gray-600 text-lg leading-relaxed max-w-2xl;
}

/* Hero Search Card */
.hero-search-card {
    @apply bg-white/90 backdrop-blur-lg p-6 rounded-2xl shadow-2xl border border-white/20;
    transform: translateY(0);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-search-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.search-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 1rem;
    background: #f3f4f6;
    border-radius: 8px;
    padding: 4px;
}

.search-tab {
    @apply flex-1 py-2 px-4 rounded-md text-sm font-medium transition-all duration-200;
    background: transparent;
    color: #6b7280;
}

.search-tab.active {
    @apply bg-white text-green-600 shadow-sm;
}

.search-input-group {
    display: flex;
    align-items: center;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 4px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.search-input-group:focus-within {
    border-color: #10B981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.search-icon {
    @apply text-gray-400 ml-4 mr-2;
}

.search-input {
    @apply flex-1 py-3 px-2 border-none outline-none text-gray-700 placeholder-gray-400;
    font-size: 16px;
}

.gps-btn, .voice-search-btn {
    @apply w-10 h-10 bg-gray-100 text-gray-600 rounded-lg flex items-center justify-center hover:bg-green-100 hover:text-green-600 transition-all duration-200 mx-1;
}

.search-btn-primary {
    @apply w-full bg-gradient-to-r from-green-500 to-emerald-600 text-white py-3 px-6 rounded-xl font-semibold hover:from-green-600 hover:to-emerald-700 transition-all duration-200 shadow-lg;
}

.search-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 25px rgba(16, 185, 129, 0.3);
}

/* Hero Stats */
.hero-stats {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    @apply text-2xl font-bold text-green-600;
}

.stat-label {
    @apply text-gray-600 text-sm font-medium;
}

/* Hero Image */
.hero-image-container {
    position: relative;
}

.hero-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: rotate(-2deg);
    transition: all 0.3s ease;
}

.hero-image:hover {
    transform: rotate(0deg) scale(1.02);
}

.floating-element {
    position: absolute;
    animation: float 3s ease-in-out infinite;
}

.floating-element:nth-child(2) {
    animation-delay: -1.5s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.feature-bubble {
    @apply bg-white/90 backdrop-blur-lg px-4 py-2 rounded-full shadow-lg flex items-center gap-2 text-sm font-semibold text-gray-700;
}

/* News Section */
.news-section {
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    @apply text-3xl font-bold text-gray-900 mb-4;
}

.section-description {
    @apply text-gray-600 text-lg max-w-2xl mx-auto;
}

/* News Categories */
.news-categories {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.news-category {
    @apply px-4 py-2 rounded-full text-sm font-medium transition-all duration-200;
    background: #f3f4f6;
    color: #6b7280;
    border: 2px solid transparent;
}

.news-category.active,
.news-category:hover {
    @apply bg-green-100 text-green-700 border-green-200;
}

/* News Cards */
.news-card {
    @apply bg-white rounded-xl shadow-lg overflow-hidden transition-all duration-300 hover:shadow-xl;
    transform: translateY(0);
}

.news-card:hover {
    transform: translateY(-4px);
}

.news-card.featured {
    border: 2px solid #10B981;
}

.news-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-image-small {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 1rem;
}

.news-content {
    padding: 1.5rem;
}

.news-content-small {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.news-category-badge {
    @apply px-2 py-1 bg-green-100 text-green-700 text-xs font-medium rounded-full;
}

.news-date {
    @apply text-gray-500 text-xs;
}

.news-title {
    @apply text-xl font-bold text-gray-900 mb-3 leading-tight;
}

.news-title-small {
    @apply text-sm font-semibold text-gray-900 mb-1;
}

.news-title-compact {
    @apply text-base font-semibold text-gray-900 mb-2;
}

.news-excerpt {
    @apply text-gray-600 mb-4 leading-relaxed;
}

.news-excerpt-small {
    @apply text-xs text-gray-500;
}

.news-excerpt-compact {
    @apply text-sm text-gray-600;
}

.read-more-btn {
    @apply inline-flex items-center text-green-600 hover:text-green-700 font-medium transition-colors duration-200;
}

.news-card-compact {
    @apply bg-white p-4 rounded-xl shadow-md hover:shadow-lg transition-all duration-300;
}

/* AI Coach Section */
.ai-coach-section {
    position: relative;
    overflow: hidden;
}

.ai-coach-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="%23A855F7" fill-opacity="0.05" points="0,1000 1000,0 1000,1000"/></svg>');
    pointer-events: none;
}

.ai-feature-card {
    @apply bg-white/80 backdrop-blur-lg p-6 rounded-xl shadow-lg border border-white/20 text-center transition-all duration-300 hover:shadow-xl;
    transform: translateY(0);
}

.ai-feature-card:hover {
    transform: translateY(-8px);
}

.ai-icon {
    @apply w-16 h-16 bg-gradient-to-r from-purple-500 to-blue-500 text-white rounded-full flex items-center justify-center mx-auto mb-4 text-2xl;
}

.ai-feature-card h3 {
    @apply text-xl font-bold text-gray-900 mb-3;
}

.ai-feature-card p {
    @apply text-gray-600 mb-4;
}

.ai-feature-btn {
    @apply bg-gradient-to-r from-purple-500 to-blue-500 text-white px-6 py-2 rounded-lg font-semibold hover:from-purple-600 hover:to-blue-600 transition-all duration-200;
}

/* AI Chat Interface */
.ai-chat-container {
    @apply bg-white/90 backdrop-blur-lg rounded-2xl shadow-2xl border border-white/20 max-w-4xl mx-auto;
}

.ai-chat-header {
    @apply flex items-center justify-between p-4 border-b border-gray-200;
}

.ai-chat-header h3 {
    @apply text-lg font-semibold text-gray-900;
}

.ai-status {
    @apply flex items-center gap-2 text-sm text-green-600;
}

.status-dot {
    @apply w-2 h-2 bg-green-500 rounded-full animate-pulse;
}

.ai-chat-messages {
    @apply p-4 max-h-96 overflow-y-auto;
}

.ai-message {
    @apply flex items-start gap-3 mb-4;
}

.ai-avatar {
    @apply w-10 h-10 bg-gradient-to-r from-purple-500 to-blue-500 text-white rounded-full flex items-center justify-center text-lg;
}

.message-content {
    @apply bg-gray-100 rounded-xl p-3 max-w-lg;
}

.ai-chat-input {
    @apply flex items-center gap-2 p-4 border-t border-gray-200;
}

.ai-chat-input input {
    @apply flex-1 py-3 px-4 border border-gray-300 rounded-xl outline-none focus:border-purple-500 focus:ring-2 focus:ring-purple-200;
}

.ai-send-btn, .ai-voice-btn {
    @apply w-12 h-12 bg-gradient-to-r from-purple-500 to-blue-500 text-white rounded-xl flex items-center justify-center hover:from-purple-600 hover:to-blue-600 transition-all duration-200;
}

/* Features Section */
.features-section {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.feature-card {
    @apply bg-white p-6 rounded-xl shadow-lg text-center transition-all duration-300 hover:shadow-xl border border-gray-100;
    transform: translateY(0);
}

.feature-card:hover {
    transform: translateY(-4px);
}

.feature-icon {
    @apply w-16 h-16 bg-gradient-to-r from-green-400 to-blue-500 text-white rounded-full flex items-center justify-center mx-auto mb-4 text-2xl;
}

.feature-card h3 {
    @apply text-lg font-bold text-gray-900 mb-3;
}

.feature-card p {
    @apply text-gray-600;
}

/* Voice Status Indicator */
.voice-status {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    @apply bg-purple-600 text-white px-6 py-4 rounded-full shadow-2xl;
}

.voice-indicator {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pulse {
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* Footer */
.footer {
    @apply bg-gray-900 text-white;
}

.footer-title {
    @apply text-lg font-semibold mb-4 text-green-400;
}

.footer-links {
    @apply space-y-2;
}

.footer-links a {
    @apply text-gray-300 hover:text-white transition-colors duration-200;
}

.footer-bottom {
    @apply border-t border-gray-800 pt-8 mt-8 text-center text-gray-400;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-stats {
        justify-content: center;
        gap: 1rem;
    }
    
    .stat-item {
        flex: 1;
        max-width: 100px;
    }
    
    .news-categories {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 0.5rem;
    }
    
    .news-category {
        white-space: nowrap;
    }
    
    .ai-chat-input {
        flex-wrap: wrap;
    }
    
    .ai-chat-input input {
        min-width: 0;
        flex: 1;
        margin-bottom: 0.5rem;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .hero-search-card {
        border: 2px solid #000;
    }
    
    .news-card {
        border: 1px solid #000;
    }
    
    .ai-feature-card {
        border: 1px solid #000;
    }
}

/* Courts Section Styles */
.courts-section {
    position: relative;
}

.court-filters {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.filter-btn {
    @apply px-4 py-2 rounded-full text-sm font-medium transition-all duration-200;
    background: white;
    color: #6b7280;
    border: 2px solid #e5e7eb;
}

.filter-btn.active,
.filter-btn:hover {
    @apply bg-green-500 text-white border-green-500;
}

.court-card {
    @apply bg-white rounded-xl shadow-lg overflow-hidden transition-all duration-300 hover:shadow-xl;
    transform: translateY(0);
}

.court-card:hover {
    transform: translateY(-4px);
}

.court-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.map-container {
    @apply bg-white rounded-xl shadow-lg p-6;
}

#courtsMap {
    @apply rounded-lg overflow-hidden;
}

/* Players Section Styles */
.players-section {
    position: relative;
}

.player-filters {
    @apply bg-white rounded-xl shadow-lg p-6 mb-8;
}

.filter-select {
    @apply w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500 focus:border-green-500;
}

.swipe-mode-btn {
    @apply bg-gradient-to-r from-pink-500 to-purple-500 text-white px-6 py-2 rounded-lg font-semibold hover:from-pink-600 hover:to-purple-600 transition-all duration-200 shadow-lg;
}

.swipe-mode-btn:hover {
    transform: translateY(-1px);
}

.player-card {
    @apply bg-white rounded-xl shadow-lg overflow-hidden transition-all duration-300 hover:shadow-xl;
    transform: translateY(0);
}

.player-card:hover {
    transform: translateY(-4px);
}

.player-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* Tinder-Style Swipe Interface */
.swipe-interface {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swipe-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    height: 600px;
}

.swipe-cards-container {
    position: relative;
    width: 100%;
    height: 500px;
}

.swipe-card {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    cursor: grab;
    transform-origin: center;
    transition: all 0.3s ease;
}

.swipe-card.dragging {
    cursor: grabbing;
    transform: scale(1.05);
}

.swipe-card img {
    width: 100%;
    height: 60%;
    object-fit: cover;
}

.swipe-card-content {
    padding: 1.5rem;
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swipe-controls {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.swipe-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swipe-btn.reject {
    background: #ef4444;
    color: white;
}

.swipe-btn.super-like {
    background: #3b82f6;
    color: white;
}

.swipe-btn.like {
    background: #10b981;
    color: white;
}

.swipe-btn:hover {
    transform: scale(1.1);
}

/* Match Celebration */
.match-celebration {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    background: white;
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: celebrationPop 0.5s ease;
}

@keyframes celebrationPop {
    0% { transform: translate(-50%, -50%) scale(0); }
    80% { transform: translate(-50%, -50%) scale(1.1); }
    100% { transform: translate(-50%, -50%) scale(1); }
}

.floating-hearts {
    position: absolute;
    width: 20px;
    height: 20px;
    color: #ef4444;
    animation: floatUp 2s ease-out forwards;
}

@keyframes floatUp {
    0% { 
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    100% { 
        opacity: 0;
        transform: translateY(-100px) scale(1.5);
    }
}

/* Marketplace Section Styles */
.marketplace-section {
    position: relative;
}

.shop-categories {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.category-btn {
    @apply px-4 py-2 rounded-full text-sm font-medium transition-all duration-200;
    background: white;
    color: #6b7280;
    border: 2px solid #e5e7eb;
}

.category-btn.active,
.category-btn:hover {
    @apply bg-purple-500 text-white border-purple-500;
}

.featured-deals {
    @apply bg-white rounded-xl shadow-lg p-6 mb-8;
}

.deal-card {
    position: relative;
    @apply bg-gray-50 rounded-xl overflow-hidden transition-all duration-300 hover:shadow-lg;
}

.deal-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    @apply bg-red-500 text-white px-2 py-1 rounded-full text-xs font-bold z-10;
}

.deal-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.deal-content {
    padding: 1rem;
}

.deal-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.original-price {
    @apply text-gray-500 line-through text-sm;
}

.sale-price {
    @apply text-green-600 font-bold text-lg;
}

.product-card {
    @apply bg-white rounded-xl shadow-lg overflow-hidden transition-all duration-300 hover:shadow-xl;
    transform: translateY(0);
}

.product-card:hover {
    transform: translateY(-4px);
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-info {
    padding: 1rem;
}

.product-name {
    @apply text-lg font-semibold text-gray-900 mb-2;
}

.product-brand {
    @apply text-sm text-gray-600 mb-2;
}

.product-price {
    @apply text-xl font-bold text-green-600 mb-3;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.add-to-cart-btn {
    @apply w-full bg-gradient-to-r from-purple-500 to-blue-500 text-white py-2 px-4 rounded-lg font-semibold hover:from-purple-600 hover:to-blue-600 transition-all duration-200;
}

/* Shopping Cart */
.shopping-cart {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    max-width: 90vw;
    height: 100vh;
    background: white;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 10000;
    display: flex;
    flex-direction: column;
}

.shopping-cart.active {
    transform: translateX(0);
}

.cart-header {
    @apply flex items-center justify-between p-4 border-b border-gray-200 bg-gray-50;
}

.close-cart {
    @apply w-8 h-8 bg-gray-200 hover:bg-gray-300 rounded-full flex items-center justify-center text-gray-600 font-bold cursor-pointer transition-colors;
}

.cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
}

.cart-item {
    @apply flex items-center gap-3 p-3 border-b border-gray-100;
}

.cart-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.cart-item-info {
    flex: 1;
}

.cart-item-name {
    @apply font-semibold text-sm;
}

.cart-item-price {
    @apply text-green-600 font-bold;
}

.cart-footer {
    @apply p-4 border-t border-gray-200 bg-gray-50;
}

.cart-total {
    @apply text-xl font-bold text-center mb-4;
}

.checkout-btn {
    @apply w-full bg-gradient-to-r from-green-500 to-emerald-600 text-white py-3 px-6 rounded-lg font-semibold hover:from-green-600 hover:to-emerald-700 transition-all duration-200;
}

/* Cart Button and Badge */
.cart-btn {
    @apply w-10 h-10 bg-gradient-to-r from-blue-500 to-blue-600 text-white rounded-full flex items-center justify-center hover:from-blue-600 hover:to-blue-700 transition-all duration-200 shadow-lg;
}

.cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    @apply bg-red-500 text-white text-xs rounded-full w-5 h-5 flex items-center justify-center;
    font-size: 10px;
}

/* Enhanced Product Card Styles */
.discount-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    @apply bg-red-500 text-white px-2 py-1 rounded-full text-xs font-bold z-10;
}

.verified-badge {
    @apply bg-green-500 text-white px-2 py-1 rounded-full text-xs flex items-center gap-1;
}

.skill-badge {
    @apply bg-purple-600 text-white px-2 py-1 rounded-full text-xs font-semibold;
}

.availability-badge {
    @apply px-2 py-1 rounded-full text-xs font-semibold;
}

.availability-badge.available {
    @apply bg-green-100 text-green-700;
}

.availability-badge.limited {
    @apply bg-yellow-100 text-yellow-700;
}

.availability-badge.premium {
    @apply bg-purple-100 text-purple-700;
}

.type-badge {
    @apply px-2 py-1 rounded-full text-xs font-semibold bg-white/80 text-gray-700;
}

.amenity-tag {
    @apply bg-blue-100 text-blue-700 text-xs px-2 py-1 rounded-full;
}

.preference-tag {
    @apply bg-purple-100 text-purple-700 text-xs px-2 py-1 rounded-full;
}

.feature-tag {
    @apply bg-green-100 text-green-700 text-xs px-2 py-1 rounded-full;
}

.in-stock {
    @apply text-green-600 text-sm font-medium;
}

.out-of-stock {
    @apply text-red-600 text-sm font-medium;
}

/* Button Styles */
.btn-primary {
    @apply bg-gradient-to-r from-green-500 to-emerald-600 text-white px-4 py-2 rounded-lg font-semibold hover:from-green-600 hover:to-emerald-700 transition-all duration-200 shadow-lg;
}

.btn-primary:hover {
    transform: translateY(-1px);
}

.btn-secondary {
    @apply bg-gray-100 text-gray-700 px-4 py-2 rounded-lg font-semibold hover:bg-gray-200 transition-all duration-200;
}

/* Modal Styles */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: white;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    border-radius: 16px;
    overflow: hidden;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.modal.active .modal-content {
    transform: scale(1);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}

.modal-header h2 {
    @apply text-xl font-bold text-gray-900;
}

.close-modal {
    @apply w-8 h-8 bg-gray-200 hover:bg-gray-300 rounded-full flex items-center justify-center text-gray-600 font-bold cursor-pointer transition-colors;
}

.modal-body {
    padding: 1.5rem;
    max-height: 60vh;
    overflow-y: auto;
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
}

/* Booking Modal Styles */
.booking-content {
    max-width: 800px;
}

.court-summary {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.court-thumbnail {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.court-details h3 {
    @apply text-lg font-semibold text-gray-900 mb-1;
}

.court-details p {
    @apply text-gray-600 text-sm mb-2;
}

.rating {
    @apply flex items-center text-sm text-yellow-500;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    @apply text-sm font-semibold text-gray-700 mb-1;
}

.form-group input,
.form-group select {
    @apply px-3 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500 focus:border-green-500;
}

.game-type-options,
.services-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.radio-option,
.checkbox-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.radio-option:hover,
.checkbox-option:hover {
    background: #f3f4f6;
}

.radio-option input:checked,
.checkbox-option input:checked {
    accent-color: #10b981;
}

.booking-summary {
    background: #f9fafb;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
}

.summary-row.total {
    border-top: 2px solid #d1d5db;
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 0.5rem;
    padding-top: 0.75rem;
}

/* Payment Modal Styles */
.payment-content {
    max-width: 700px;
}

.payment-summary {
    background: #f9fafb;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.payment-summary h3 {
    @apply text-lg font-semibold text-gray-900 mb-3;
}

.payment-methods h3 {
    @apply text-lg font-semibold text-gray-900 mb-3;
}

.payment-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.payment-option {
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.payment-option:hover {
    border-color: #10b981;
    background: #f0fdf4;
}

.payment-option input[type="radio"] {
    display: none;
}

.payment-option input[type="radio"]:checked + .option-content {
    color: #10b981;
}

.payment-option:has(input[type="radio"]:checked) {
    border-color: #10b981;
    background: #f0fdf4;
}

.option-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}

.option-content i {
    font-size: 1.5rem;
}

.card-payment-form,
.paypal-payment-form,
.digital-wallet-form {
    margin-bottom: 1.5rem;
}

.card-payment-form h3,
.paypal-payment-form h3,
.digital-wallet-form h3 {
    @apply text-lg font-semibold text-gray-900 mb-3;
}

.paypal-container,
.wallet-container {
    text-align: center;
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 8px;
}

.paypal-button,
.apple-pay-button,
.google-pay-button {
    @apply px-6 py-3 rounded-lg font-semibold transition-all duration-200 flex items-center justify-center gap-2 mx-auto;
    min-width: 200px;
    margin: 1rem auto;
}

.paypal-button {
    background: #0070ba;
    color: white;
}

.paypal-button:hover {
    background: #005ea6;
}

.apple-pay-button {
    background: #000;
    color: white;
}

.google-pay-button {
    background: #4285f4;
    color: white;
}

.security-info {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.security-badges {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.security-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #059669;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Success Modal Styles */
.success-content {
    max-width: 500px;
    text-align: center;
}

.success-icon {
    @apply text-6xl text-green-500 mb-4;
}

.success-content h2 {
    @apply text-2xl font-bold text-gray-900 mb-2;
}

.success-content p {
    @apply text-gray-600 mb-6;
}

.confirmation-details {
    background: #f9fafb;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.detail-row:last-child {
    border-bottom: none;
}

.success-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

/* Notification Styles */
.cart-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #10b981;
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 10000;
}

.cart-notification.show {
    transform: translateX(0);
}

.empty-cart {
    text-align: center;
    padding: 2rem;
    color: #6b7280;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.quantity-controls button {
    @apply w-6 h-6 bg-gray-200 hover:bg-gray-300 rounded flex items-center justify-center text-sm font-bold transition-colors;
}

.remove-item {
    @apply w-8 h-8 bg-red-100 hover:bg-red-200 text-red-600 rounded flex items-center justify-center transition-colors;
}

/* Responsive Design for Modals */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        max-height: 95vh;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .payment-options {
        grid-template-columns: 1fr;
    }
    
    .game-type-options,
    .services-options {
        grid-template-columns: 1fr;
    }
    
    .security-badges {
        flex-direction: column;
        gap: 0.75rem;
    }
}

/* Print styles */
@media print {
    .voice-control-btn,
    .promotional-ribbon,
    .ai-chat-container,
    .swipe-interface,
    .shopping-cart {
        display: none !important;
    }
}

/* Responsive Design for New Sections */
@media (max-width: 768px) {
    .court-filters,
    .shop-categories {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 0.5rem;
    }
    
    .filter-btn,
    .category-btn {
        white-space: nowrap;
    }
    
    .player-filters .grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .swipe-container {
        width: 95%;
        height: 500px;
    }
    
    .shopping-cart {
        width: 100vw;
    }
}