/* LegendsSportsBar.net - Polish Sports Ticket Platform Styles */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

main {
    padding-top: 83px;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }

p {
    margin-bottom: 1rem;
    color: #666;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Navigation */
.legendssportsbar-navbar {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.legendssportsbar-navbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.legendssportsbar-navbar-left {
    display: flex;
    align-items: center;
}

.legendssportsbar-navbar-home-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
}

.legendssportsbar-navbar-logo {
    width: 51px;
    height: auto;
    margin-right: 10px;
}

.legendssportsbar-navbar-title {
    color: white;
}

.legendssportsbar-navbar-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.legendssportsbar-navbar-toggle-bar {
    width: 25px;
    height: 3px;
    background: white;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.legendssportsbar-navbar-right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.legendssportsbar-nav-link-pill {
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.legendssportsbar-nav-link-pill:hover {
    background: rgba(255,255,255,0.1);
    color: white;
    text-decoration: none;
}

.legendssportsbar-nav-link-pill.active {
    background: rgba(255,255,255,0.2);
}

.legendssportsbar-nav-link-cta {
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white !important;
    font-weight: 600;
}

.legendssportsbar-nav-link-cta:hover {
    background: linear-gradient(45deg, #ee5a24, #ff6b6b);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255,107,107,0.3);
}

/* Mobile Navigation */
@media (max-width: 768px) {
    .legendssportsbar-navbar-toggle {
        display: flex;
    }

    .legendssportsbar-navbar-right {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
        flex-direction: column;
        justify-content: flex-start;
        padding: 2rem;
        transition: left 0.3s ease;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    .legendssportsbar-navbar-right.active {
        left: 0;
    }

    .legendssportsbar-nav-link-pill {
        margin: 0.5rem 0;
        font-size: 1.1rem;
    }
}

/* Hero Banner */
.legendssportsbar-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 120px 0 80px;
    color: white;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.legendssportsbar-banner::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 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.legendssportsbar-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    width: 100%;
}

.legendssportsbar-banner-left {
    flex: 1;
    max-width: 600px;
}

.legendssportsbar-banner-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.legendssportsbar-banner-highlight {
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.legendssportsbar-banner-desc {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.6;
    color: var(--legendssportsbar-color-white);
}

.legendssportsbar-banner-cta {
    display: inline-block;
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255,107,107,0.3);
}

.legendssportsbar-banner-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255,107,107,0.4);
    color: white;
    text-decoration: none;
}

.legendssportsbar-banner-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.legendssportsbar-logo-bg {
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.2);
}

.legendssportsbar-logo-icon-large {
    font-size: 6rem;
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Mobile Hero */
@media (max-width: 768px) {
    .legendssportsbar-banner {
        min-height: 80vh;
        padding: 100px 0 60px;
    }

    .legendssportsbar-banner-inner {
        flex-direction: column;
        text-align: center;
        padding: 0 1rem;
    }

    .legendssportsbar-banner-title {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .legendssportsbar-banner-desc {
        font-size: 1.1rem;
        margin-bottom: 2.5rem;
    }

    .legendssportsbar-logo-bg {
        width: 120px;
        height: 120px;
        margin-top: 2rem;
    }

    .legendssportsbar-logo-icon-large {
        font-size: 3.5rem;
    }

    .legendssportsbar-banner-cta {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
}

/* Sections */
.legendssportsbar-section {
    padding: 80px 0;
    background: white;
}

.legendssportsbar-section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.legendssportsbar-section-desc {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Sport Grid */
.legendssportsbar-sport-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.legendssportsbar-sport-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.legendssportsbar-sport-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.legendssportsbar-sport-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.5rem;
    text-align: center;
}

.legendssportsbar-sport-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.legendssportsbar-sport-body {
    padding: 1.5rem;
}

.legendssportsbar-sport-features-list {
    list-style: none;
    margin-bottom: 1.5rem;
}

.legendssportsbar-sport-features-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f3f4;
    color: #666;
    position: relative;
    padding-left: 1.5rem;
}

.legendssportsbar-sport-features-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.legendssportsbar-sport-features-list li:last-child {
    border-bottom: none;
}

.legendssportsbar-sport-buttons {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.legendssportsbar-sport-button {
    flex: 1;
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    padding: 0.75rem 1rem;
    border-radius: 25px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.legendssportsbar-sport-button:hover {
    background: linear-gradient(45deg, #ee5a24, #ff6b6b);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255,107,107,0.3);
    color: white;
    text-decoration: none;
}

/* Features Section */
.legendssportsbar-features-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}

.legendssportsbar-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.legendssportsbar-feature-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    text-align: center;
    transition: all 0.3s ease;
}

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

.legendssportsbar-feature-title {
    color: #2c3e50;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.legendssportsbar-feature-desc {
    color: #666;
    line-height: 1.6;
}

/* Footer */
.legendssportsbar-footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 60px 0 20px;
}

.legendssportsbar-footer h4 {
    color: white;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.legendssportsbar-footer p {
    color: #bdc3c7;
    margin-bottom: 1rem;
}

.legendssportsbar-footer-contact p {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.legendssportsbar-footer-contact i {
    margin-right: 0.5rem;
    color: #3498db;
    width: 20px;
}

.legendssportsbar-footer-contact a {
    color: #3498db;
    text-decoration: none;
}

.legendssportsbar-footer-contact a:hover {
    color: #5dade2;
    text-decoration: underline;
}

.legendssportsbar-footer-links {
    list-style: none;
}

.legendssportsbar-footer-links li {
    margin-bottom: 0.5rem;
}

.legendssportsbar-footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.legendssportsbar-footer-links a:hover {
    color: #3498db;
    text-decoration: underline;
}

.legendssportsbar-footer-divider {
    border: none;
    height: 1px;
    background: #34495e;
    margin: 2rem 0;
}

.legendssportsbar-footer-bottom {
    margin-top: 2rem;
}

.legendssportsbar-footer-disclaimer {
    font-size: 0.9rem;
    color: #95a5a6;
}

.legendssportsbar-footer-disclaimer a {
    color: #3498db;
    text-decoration: none;
}

.legendssportsbar-footer-disclaimer a:hover {
    text-decoration: underline;
}

/* Cookie Consent */
.legendssportsbar-cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 1.5rem;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.2);
    z-index: 1000;
    transition: transform 0.3s ease;
}

.legendssportsbar-cookie-consent.legendssportsbar-hidden {
    transform: translateY(100%);
}

.legendssportsbar-cookie-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2rem;
}

.legendssportsbar-cookie-text h5 {
    margin-bottom: 0.5rem;
    color: white;
}

.legendssportsbar-cookie-text p {
    margin: 0;
    color: #bdc3c7;
    font-size: 0.9rem;
}

.legendssportsbar-cookie-text a {
    color: #3498db;
    text-decoration: none;
}

.legendssportsbar-cookie-text a:hover {
    text-decoration: underline;
}

.legendssportsbar-cookie-actions {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
}

/* Utility Classes */
.legendssportsbar-hidden {
    display: none !important;
}

/* Page Cards */
.legendssportsbar-page-card {
    background: white;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin: 2rem 0;
    line-height: 1.8;
}

.legendssportsbar-page-card h1 {
    color: #2c3e50;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 700;
}

.legendssportsbar-page-card h2 {
    color: #34495e;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 2px solid #ecf0f1;
    padding-bottom: 0.5rem;
}

.legendssportsbar-page-card h3 {
    color: #34495e;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.legendssportsbar-page-card p {
    margin-bottom: 1.2rem;
    color: #555;
    font-size: 1rem;
}

.legendssportsbar-page-card ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.legendssportsbar-page-card li {
    margin-bottom: 0.8rem;
    color: #555;
}

.legendssportsbar-page-card strong {
    color: #2c3e50;
    font-weight: 600;
}

.legendssportsbar-page-card a {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

.legendssportsbar-page-card a:hover {
    color: #5a6fd8;
    text-decoration: underline;
}

.legendssportsbar-page-card .alert {
    margin-bottom: 2rem;
    border-radius: 10px;
    border: none;
    font-size: 1rem;
}

.legendssportsbar-page-card .alert-info {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #1565c0;
    border-left: 4px solid #2196f3;
}

.legendssportsbar-page-card .alert-warning {
    background: linear-gradient(135deg, #fff3e0 0%, #ffcc80 100%);
    color: #e65100;
    border-left: 4px solid #ff9800;
}

.legendssportsbar-page-card table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Responsive table wrapper */
.legendssportsbar-table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5rem 0;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: relative;
}

.legendssportsbar-table-responsive table {
    margin: 0;
    min-width: 600px;
    width: 100%;
}

/* Scroll indicator for mobile */
.legendssportsbar-table-responsive::after {
    content: "← Przewiń w prawo, aby zobaczyć więcej →";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.8rem;
    color: #666;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
    .legendssportsbar-table-responsive::after {
        opacity: 1;
    }
}

/* Table container for enhanced styling */
.legendssportsbar-table-container {
    position: relative;
    margin: 1.5rem 0;
}

.legendssportsbar-table-container::before,
.legendssportsbar-table-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    pointer-events: none;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.legendssportsbar-table-container::before {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.9), transparent);
    opacity: 0;
}

.legendssportsbar-table-container::after {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,0.9), transparent);
    opacity: 1;
}

.legendssportsbar-table-container.scrolling::before {
    opacity: 1;
}

.legendssportsbar-table-container.scrolling::after {
    opacity: 0;
}

.legendssportsbar-page-card th {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
}

.legendssportsbar-page-card td {
    padding: 1rem;
    border-bottom: 1px solid #ecf0f1;
    color: #555;
}

.legendssportsbar-page-card tr:hover {
    background: #f8f9fa;
}

.legendssportsbar-page-card tr:last-child td {
    border-bottom: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .legendssportsbar-cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .legendssportsbar-cookie-actions {
        width: 100%;
        justify-content: center;
    }

    .legendssportsbar-sport-buttons {
        flex-direction: column;
    }

    .legendssportsbar-features {
        grid-template-columns: 1fr;
    }

    .legendssportsbar-page-card {
        padding: 1.5rem;
        margin: 1rem 0;
    }

    .legendssportsbar-page-card h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .legendssportsbar-page-card h2 {
        font-size: 1.5rem;
        margin-top: 1.5rem;
    }

    .legendssportsbar-page-card h3 {
        font-size: 1.2rem;
    }

    .legendssportsbar-page-card table {
        font-size: 0.9rem;
    }

    .legendssportsbar-page-card th,
    .legendssportsbar-page-card td {
        padding: 0.8rem 0.5rem;
    }

    /* Mobile table responsive styles */
    .legendssportsbar-table-responsive {
        margin: 1rem 0;
        border-radius: 8px;
    }

    .legendssportsbar-table-responsive table {
        min-width: 500px;
        font-size: 0.85rem;
    }

    .legendssportsbar-table-responsive th,
    .legendssportsbar-table-responsive td {
        padding: 0.6rem 0.4rem;
        white-space: nowrap;
    }

    .legendssportsbar-table-responsive th:first-child,
    .legendssportsbar-table-responsive td:first-child {
        position: sticky;
        left: 0;
        background: inherit;
        z-index: 1;
    }

    .legendssportsbar-table-responsive th:first-child {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    }

    .legendssportsbar-table-responsive tr:nth-child(even) td:first-child {
        background: #f8f9fa;
    }

    .legendssportsbar-table-responsive tr:nth-child(odd) td:first-child {
        background: white;
    }
}

/* Animation Classes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.legendssportsbar-fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Focus States for Accessibility */
.legendssportsbar-nav-link-pill:focus,
.legendssportsbar-banner-cta:focus,
.legendssportsbar-sport-button:focus {
    outline: 2px solid #3498db;
    outline-offset: 2px;
}

/* Print Styles */
@media print {
    .legendssportsbar-navbar,
    .legendssportsbar-cookie-consent {
        display: none !important;
    }

    .legendssportsbar-banner {
        background: none !important;
        color: black !important;
    }
}
