:root {
    --primary: #2C3E50;
    --secondary: #C0392B;
    --accent: #3498DB;
    --light: #ECF0F1;
    --dark: #2C3E50;
}

body {
    font-family: 'Segoe UI', system-ui, sans-serif;
    line-height: 1.6;
    color: var(--dark);
    overflow-x: hidden;
}

/* Navbar Styling */
.navbar {
    background-color: var(--primary) !important;
    padding: 0.5rem 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: white !important;
    padding: 0.5rem 0;
}

.nav-link {
    color: rgba(255,255,255,0.9) !important;
    transition: color 0.3s ease;
    padding: 0.5rem 1rem !important;
}

.nav-link:hover,
.nav-link:focus {
    color: #FF6B6B !important;
}

/* Global Focus Styles */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid #fbbf24;
    outline-offset: 2px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.85);
}

.hero-buttons .btn:focus-visible {
    outline: 3px solid #fbbf24;
    outline-offset: 2px;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

.feature-card:focus-within {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.dropdown-menu {
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 8px;
    margin-top: 0.5rem;
}

.dropdown-item {
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: var(--light);
    color: var(--primary);
}

/* Hero Section */
.hero-section {
    padding: 2rem 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 40%, #2563eb 100%);
    margin-top: 26px;
    min-height: calc(75vh - 56px);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(239, 68, 68, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 60% 80%, rgba(168, 85, 247, 0.1) 0%, transparent 40%);
    pointer-events: none;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-content {
    color: white;
    padding: 2rem 0;
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.hero-title .highlight {
    color: #fbbf24;
}

.hero-subtitle {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1.5rem;
}

.hero-buttons .btn {
    padding: 0.55rem 1.1rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.hero-buttons .btn i {
    margin-right: 0.4rem !important;
}

@media (min-width: 992px) {
    .hero-buttons {
        flex-wrap: nowrap;
    }
}

.hero-buttons .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

.btn-hero-primary {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    border: none;
    color: white;
}

.btn-hero-secondary {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.25);
    color: white;
}

.btn-hero-secondary:hover {
    background: rgba(255,255,255,0.2);
    color: white;
}

.btn-hero-leagues {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    border: none;
    color: white;
}

.btn-hero-gift {
    background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    border: none;
    color: #1a1a1a;
}

/* Image Slider Container */
.slider-container {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 0.75rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.1);
    margin: 1rem 0;
    position: relative;
    z-index: 2;
}

.slider-container img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    display: block;
    margin: 0 auto;
    max-height: 550px;
    object-fit: cover;
}

/* Strikes All Summer Promo */
.strikes-summer-section {
    background: linear-gradient(135deg, #87CEEB 0%, #FDB347 100%);
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}

.strikes-summer-card {
    background: rgba(255,255,255,0.95);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.strikes-summer-card img {
    max-width: 320px;
    width: 100%;
    border-radius: 16px;
    flex-shrink: 0;
}

.strikes-summer-info h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1e3a5f;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.strikes-summer-info h2 span {
    color: #f59e0b;
}

.strikes-summer-info p {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.strikes-summer-info .badge-free {
    display: inline-block;
    background: linear-gradient(135deg, #047857, #065F46);
    color: white;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}

.strikes-summer-info .btn-summer {
    background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    border: none;
    color: #1a1a1a;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.strikes-summer-info .btn-summer:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
}

@media (max-width: 767.98px) {
    .strikes-summer-card {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
        gap: 1.5rem;
    }

    .strikes-summer-card img {
        max-width: 260px;
    }

    .strikes-summer-info h2 {
        font-size: 1.6rem;
    }

    .strikes-summer-info p {
        font-size: 1rem;
    }
}

/* Quick Links Section */
.quick-links {
    padding: 4rem 0;
    background-color: var(--light);
}

.feature-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--secondary);
    margin-bottom: 1.5rem;
}

/* Button Styles */
.btn-primary {
    background: var(--secondary);
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #A93226;
    transform: translateY(-2px);
}

.btn-outline-light {
    padding: 0.75rem 2rem;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    transform: translateY(-2px);
}

/* Contact & Map Section */
.contact-map-section {
    background-color: var(--light);
    padding: 4rem 0;
}

.contact-info-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
}

.contact-icon {
    color: var(--secondary);
    font-size: 1.5rem;
    width: 30px;
}

.contact-link {
    color: var(--dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: var(--secondary);
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.hours-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
    min-height: 450px;
    position: relative;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}

.btn-outline-light2 {
    border-radius: 50px;
    border: 1px solid #FFF;
    color: white;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Gift Card Button Style */
.btn-gift {
    background: linear-gradient(135deg, #f39c12 0%, #e74c3c 100%);
    border: none;
    border-radius: 50px;
    color: #1a1a1a;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.3);
}

.btn-gift:hover {
    background: linear-gradient(135deg, #e67e22 0%, #c0392b 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(243, 156, 18, 0.4);
    color: #1a1a1a;
}

/* Gift Card Feature Card */
.feature-card.gift-card-promo {
    background: linear-gradient(135deg, #f39c12 0%, #e74c3c 100%);
    color: #1a1a1a;
}

.feature-card.gift-card-promo .feature-icon {
    color: #1a1a1a;
}

.feature-card.gift-card-promo .btn-primary {
    background: #1a1a1a;
    color: white;
}

.feature-card.gift-card-promo .btn-primary:hover {
    background: #333;
    color: white;
}

/* Lane Availability Card */
.lane-availability-card {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    margin-top: 0.75rem;
}

.lane-availability-card h2 {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.availability-info p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0.5rem;
    font-size: 0.88rem;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
}

.availability-info i {
    width: 20px;
    text-align: center;
    color: #fbbf24;
    flex-shrink: 0;
    margin-top: 3px;
}

.availability-info .note {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.25rem;
}

/* Hours Banner */
.hours-banner {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.12);
    color: white;
    padding: 0.75rem 1.25rem;
    border-radius: 14px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

.hours-banner i {
    color: #fbbf24;
}

/* SEO Content Section */
.seo-content-section {
    padding: 4rem 0;
    background: white;
}

.seo-content-section h2 {
    color: var(--primary);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.seo-content-section h3 {
    color: var(--secondary);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.seo-content-section p {
    margin-bottom: 1rem;
    line-height: 1.8;
}

.highlight-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 4px solid var(--secondary);
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0 10px 10px 0;
}

/* Mobile Responsiveness */
@media (max-width: 991.98px) {
    .hero-section {
        margin-top: 56px;
        padding: 1.5rem 0;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.05rem;
    }

    .slider-container {
        margin: 1rem 0;
        padding: 0.5rem;
    }

    .slider-container img {
        max-height: 400px;
    }

    .navbar-collapse {
        background-color: var(--primary);
        padding: 1rem;
        border-radius: 0 0 15px 15px;
    }

    .dropdown-menu {
        background-color: rgba(255,255,255,0.95);
        margin-top: 0;
    }

    .contact-info-card {
        margin-bottom: 2rem;
    }

    .map-container {
        min-height: 350px;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        min-height: auto;
    }

    .hero-content {
        text-align: center;
        padding: 1.5rem 0 1rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-buttons .btn {
        font-size: 0.78rem;
        padding: 0.45rem 0.95rem;
    }

    .logo-container {
        text-align: center;
    }

    .feature-card {
        margin-bottom: 1rem;
    }

    .lane-availability-card {
        padding: 1rem;
        text-align: left;
    }

    .availability-info p {
        font-size: 0.85rem;
    }

    .hours-banner {
        font-size: 0.82rem;
        text-align: center;
    }
}

/* Respect user motion preferences */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    .feature-card:hover,
    .hero-buttons .btn:hover,
    .time-slot:hover,
    .btn-primary:hover,
    .btn-gift:hover,
    .btn-summer:hover {
        transform: none !important;
    }
}