/* General Styles */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #1a1a1a; /* Dark background for the whole page */
    color: #f8f9fa; /* Default light text color */
    line-height: 1.6;
    overflow-x: hidden; /* Prevent horizontal scroll */
}

/* Color Scheme Variables */
:root {
    --primary-red: #C82333;
    --dark-red: #A01A27;
    --light-grey: #f8f9fa;
    --dark-grey: #212529;
    --text-color-light: #f8f9fa;
    --text-color-dark: #212529;
}

/* Hero Section */
.hero-section {
    min-height: 100vh; /* Full viewport height */
    background-image: url('graphics/uploads/chicken-road-hero-background.png'); /* Hero banner image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Dark overlay */
    z-index: 0;
}

.hero-section .container {
    max-width: 900px;
}

.site-logo-text {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--light-grey);
    margin-bottom: 1.5rem;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.hero-section h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--light-grey);
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
    margin-bottom: 1rem;
}

.hero-section .lead {
    font-size: 1.25rem;
    color: rgba(248, 249, 250, 0.9);
    margin-bottom: 2rem;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.btn-play-now {
    background-color: var(--primary-red);
    border-color: var(--primary-red);
    color: var(--light-grey);
    font-size: 1.3rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-play-now:hover {
    background-color: var(--dark-red);
    border-color: var(--dark-red);
    color: var(--light-grey);
}

/* Section Backgrounds */
.section-bg-dark {
    background-color: var(--dark-grey);
    color: var(--text-color-light);
}

.section-bg-light {
    background-color: var(--light-grey);
    color: var(--text-color-dark);
}

/* Section Titles */
.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--primary-red);
    margin-bottom: 2rem;
}

/* List Styles (How to Play, Why You'll Love It) */
.how-to-play-list li,
.why-love-it-list li {
    font-size: 1.15rem;
    margin-bottom: 1rem;
    line-height: 1.8;
    display: flex;
    align-items: center;
}

.how-to-play-list li i,
.why-love-it-list li i {
    font-size: 1.5rem;
    color: var(--primary-red);
    margin-right: 10px;
}

/* Footer */
.footer-section {
    background-color: var(--dark-red);
    color: var(--light-grey);
    padding: 30px 0;
}

.footer-section .site-logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-section p {
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.footer-links a {
    font-size: 0.9rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: rgba(248, 249, 250, 0.7);
}

.footer-links span {
    font-size: 0.9rem;
}

.footer-section .text-muted {
    color: rgba(248, 249, 250, 0.6) !important;
    font-size: 0.8rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }

    .hero-section .lead {
        font-size: 1rem;
    }

    .btn-play-now {
        font-size: 1.1rem;
        padding: 12px 30px;
    }

    .site-logo-text {
        font-size: 1.5rem;
    }

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

    .how-to-play-list li,
    .why-love-it-list li {
        font-size: 1rem;
        text-align: left;
        justify-content: flex-start;
    }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 2rem;
    }

    .hero-section .lead {
        font-size: 0.9rem;
    }

    .btn-play-now {
        font-size: 1rem;
        padding: 10px 25px;
    }

    .site-logo-text {
        font-size: 1.3rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .how-to-play-list li,
    .why-love-it-list li {
        font-size: 0.9rem;
    }

    .footer-links a, .footer-links span {
        font-size: 0.8rem;
        margin: 0 5px;
    }
}/* Styles for the main content area wrapper */
.userClauseNet {
    padding: 60px 20px; /* Top/bottom padding and side padding for mobile */
    max-width: 1000px; /* Maximum width for content to prevent it from stretching too wide */
    margin: 0 auto; /* Center the content block horizontally */
    box-sizing: border-box; /* Include padding in the element's total width and height */
}

/* Heading styles within .userClauseNet */
.userClauseNet h1 {
    font-size: 2.2rem; /* Heading 1 font size, smaller than hero section H1 */
    font-weight: 700; /* Bold font weight */
    margin-top: 1.5rem; /* Top margin for spacing */
    margin-bottom: 1rem; /* Bottom margin for spacing */
    line-height: 1.2; /* Line height for better readability */
    color: inherit; /* Inherit color from parent section (e.g., dark or light) */
}

.userClauseNet h2 {
    font-size: 1.8rem; /* Heading 2 font size */
    font-weight: 600; /* Semi-bold font weight */
    margin-top: 1.5rem; /* Top margin for spacing */
    margin-bottom: 0.9rem; /* Bottom margin for spacing */
    line-height: 1.3; /* Line height for better readability */
    color: inherit; /* Inherit color from parent section */
}

.userClauseNet h3 {
    font-size: 1.5rem; /* Heading 3 font size */
    font-weight: 600; /* Semi-bold font weight */
    margin-top: 1.2rem; /* Top margin for spacing */
    margin-bottom: 0.8rem; /* Bottom margin for spacing */
    line-height: 1.4; /* Line height for better readability */
    color: inherit; /* Inherit color from parent section */
}

.userClauseNet h4 {
    font-size: 1.2rem; /* Heading 4 font size */
    font-weight: 500; /* Medium font weight */
    margin-top: 1rem; /* Top margin for spacing */
    margin-bottom: 0.7rem; /* Bottom margin for spacing */
    line-height: 1.5; /* Line height for better readability */
    color: inherit; /* Inherit color from parent section */
}

.userClauseNet h5 {
    font-size: 1rem; /* Heading 5 font size */
    font-weight: 500; /* Medium font weight */
    margin-top: 0.8rem; /* Top margin for spacing */
    margin-bottom: 0.6rem; /* Bottom margin for spacing */
    line-height: 1.6; /* Line height for better readability */
    color: inherit; /* Inherit color from parent section */
}

/* Paragraph styles within .userClauseNet */
.userClauseNet p {
    font-size: 1.1rem; /* Paragraph font size */
    line-height: 1.7; /* Line height for improved readability */
    margin-bottom: 1rem; /* Bottom margin for spacing between paragraphs */
    color: inherit; /* Inherit color from parent section */
}

/* Unordered list styles within .userClauseNet */
.userClauseNet ul {
    list-style-type: disc; /* Default disc bullet points */
    margin-left: 20px; /* Indent for list items */
    margin-top: 1rem; /* Top margin for spacing */
    margin-bottom: 1rem; /* Bottom margin for the list */
    padding: 0; /* Remove default browser padding */
}

/* List item styles within .userClauseNet */
.userClauseNet li {
    font-size: 1.1rem; /* List item font size */
    line-height: 1.6; /* Line height for readability */
    margin-bottom: 0.5rem; /* Small bottom margin for spacing between list items */
    color: inherit; /* Inherit color from parent section */
}

/* Responsive adjustments for .userClauseNet and its children */
@media (max-width: 768px) {
    .userClauseNet {
        padding: 40px 15px; /* Adjust padding for smaller screens */
    }

    .userClauseNet h1 {
        font-size: 2rem;
    }

    .userClauseNet h2 {
        font-size: 1.6rem;
    }

    .userClauseNet h3 {
        font-size: 1.3rem;
    }

    .userClauseNet h4 {
        font-size: 1.1rem;
    }

    .userClauseNet h5 {
        font-size: 0.9rem;
    }

    .userClauseNet p,
    .userClauseNet li {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .userClauseNet {
        padding: 30px 10px; /* Further adjust padding for very small screens */
    }

    .userClauseNet h1 {
        font-size: 1.8rem;
    }

    .userClauseNet h2 {
        font-size: 1.4rem;
    }

    .userClauseNet h3 {
        font-size: 1.2rem;
    }

    .userClauseNet h4 {
        font-size: 1rem;
    }

    .userClauseNet h5 {
        font-size: 0.85rem;
    }

    .userClauseNet p,
    .userClauseNet li {
        font-size: 0.95rem;
    }
}
