.page-game-lobby-fishing-gameplay {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #e5dfd3; /* Light text for dark background */
    background-color: #1A202C;
}

.page-game-lobby-fishing-gameplay-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-lobby-fishing-gameplay-hero {
    background: linear-gradient(135deg, #1A202C 0%, #3a455a 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #FFD700;
}

.page-game-lobby-fishing-gameplay-hero-title {
    font-size: 3.5em;
    color: #FFD700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-game-lobby-fishing-gameplay-hero-subtitle {
    font-size: 1.3em;
    color: #f0f0f0;
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-game-lobby-fishing-gameplay-hero-subtitle strong {
    color: #FFD700;
}

.page-game-lobby-fishing-gameplay-hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-game-lobby-fishing-gameplay-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
    border: none;
}

.page-game-lobby-fishing-gameplay-btn-primary {
    background-color: #FFD700;
    color: #1A202C;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-game-lobby-fishing-gameplay-btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-game-lobby-fishing-gameplay-btn-secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-game-lobby-fishing-gameplay-btn-secondary:hover {
    background-color: #FFD700;
    color: #1A202C;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-game-lobby-fishing-gameplay-section {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-game-lobby-fishing-gameplay-section:last-of-type {
    border-bottom: none;
}

.page-game-lobby-fishing-gameplay-section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-game-lobby-fishing-gameplay-section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-game-lobby-fishing-gameplay-content-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

.page-game-lobby-fishing-gameplay-text-content {
    flex: 1;
}

.page-game-lobby-fishing-gameplay-text-content p {
    margin-bottom: 15px;
    font-size: 1.1em;
}

.page-game-lobby-fishing-gameplay-text-content p strong {
    color: #FFD700;
}

.page-game-lobby-fishing-gameplay-image-wrapper {
    flex: 1;
    text-align: center;
}

.page-game-lobby-fishing-gameplay-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-game-lobby-fishing-gameplay-grid-2-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-game-lobby-fishing-gameplay-card {
    background-color: #2a3345;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-lobby-fishing-gameplay-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-game-lobby-fishing-gameplay-card-title {
    color: #FFD700;
    font-size: 1.6em;
    margin-bottom: 15px;
}

.page-game-lobby-fishing-gameplay-card-image {
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-top: 20px;
}

.page-game-lobby-fishing-gameplay-list {
    list-style: none;
    padding: 0;
}

.page-game-lobby-fishing-gameplay-list li {
    background-color: #2a3345;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-game-lobby-fishing-gameplay-list-title {
    color: #FFD700;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.page-game-lobby-fishing-gameplay-list p {
    font-size: 1.1em;
    color: #f0f0f0;
}

.page-game-lobby-fishing-gameplay-image-full-width {
    margin: 30px 0;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.page-game-lobby-fishing-gameplay-link-inline {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-game-lobby-fishing-gameplay-link-inline:hover {
    color: #e6c200;
    text-decoration: underline;
}

.page-game-lobby-fishing-gameplay-call-to-action-text {
    text-align: center;
    font-size: 1.2em;
    margin-top: 40px;
    font-weight: bold;
    color: #FFD700;
}

.page-game-lobby-fishing-gameplay-features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
}

.page-game-lobby-fishing-gameplay-features-list li {
    background-color: #2a3345;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-game-lobby-fishing-gameplay-features-list li:hover {
    transform: translateY(-5px);
}

.page-game-lobby-fishing-gameplay-feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #FFD700);
}

.page-game-lobby-fishing-gameplay-feature-title {
    color: #FFD700;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.page-game-lobby-fishing-gameplay-step-by-step {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-lobby-fishing-gameplay-step {
    background-color: #2a3345;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-game-lobby-fishing-gameplay-step-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-game-lobby-fishing-gameplay-step-title {
    color: #FFD700;
    font-size: 1.6em;
    margin-bottom: 15px;
}

.page-game-lobby-fishing-gameplay-btn-outline {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: auto; /* Pushes button to the bottom */
}

.page-game-lobby-fishing-gameplay-btn-outline:hover {
    background-color: #FFD700;
    color: #1A202C;
}

.page-game-lobby-fishing-gameplay-list-check {
    list-style: none;
    padding: 0;
}

.page-game-lobby-fishing-gameplay-list-check li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1.1em;
}

.page-game-lobby-fishing-gameplay-list-check li::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: #FFD700;
}

.page-game-lobby-fishing-gameplay-list-check li strong {
    color: #FFD700;
}

.page-game-lobby-fishing-gameplay-cta-bottom {
    text-align: center;
    margin-top: 50px;
}

.page-game-lobby-fishing-gameplay-cta-bottom p {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-game-lobby-fishing-gameplay-accordion {
    margin-top: 30px;
}

.page-game-lobby-fishing-gameplay-accordion-item {
    background-color: #2a3345;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-game-lobby-fishing-gameplay-accordion-header {
    width: 100%;
    background-color: #3a455a;
    color: #FFD700;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.page-game-lobby-fishing-gameplay-accordion-header:hover {
    background-color: #4a566f;
}

.page-game-lobby-fishing-gameplay-accordion-header::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-game-lobby-fishing-gameplay-accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-game-lobby-fishing-gameplay-accordion-content {
    padding: 0 25px;
    background-color: #2a3345;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-game-lobby-fishing-gameplay-accordion-content p {
    margin: 15px 0;
    font-size: 1.05em;
    color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-game-lobby-fishing-gameplay-hero-title {
        font-size: 2.8em;
    }
    .page-game-lobby-fishing-gameplay-hero-subtitle {
        font-size: 1.1em;
    }
    .page-game-lobby-fishing-gameplay-section-title {
        font-size: 2em;
    }
    .page-game-lobby-fishing-gameplay-content-wrapper {
        flex-direction: column;
    }
    .page-game-lobby-fishing-gameplay-image-wrapper {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .page-game-lobby-fishing-gameplay-hero {
        padding: 80px 0;
    }
    .page-game-lobby-fishing-gameplay-hero-title {
        font-size: 2.2em;
    }
    .page-game-lobby-fishing-gameplay-hero-subtitle {
        font-size: 1em;
    }
    .page-game-lobby-fishing-gameplay-hero-actions {
        flex-direction: column;
        gap: 15px;
    }
    .page-game-lobby-fishing-gameplay-btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-game-lobby-fishing-gameplay-section {
        padding: 40px 0;
    }
    .page-game-lobby-fishing-gameplay-section-title {
        font-size: 1.8em;
    }
    .page-game-lobby-fishing-gameplay-grid-2-cols {
        grid-template-columns: 1fr;
    }
    .page-game-lobby-fishing-gameplay-features-list {
        grid-template-columns: 1fr;
    }
    .page-game-lobby-fishing-gameplay-step-by-step {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-game-lobby-fishing-gameplay-hero-title {
        font-size: 1.8em;
    }
    .page-game-lobby-fishing-gameplay-hero-subtitle {
        font-size: 0.9em;
    }
    .page-game-lobby-fishing-gameplay-section-title {
        font-size: 1.5em;
    }
    .page-game-lobby-fishing-gameplay-card-title, .page-game-lobby-fishing-gameplay-list-title, .page-game-lobby-fishing-gameplay-feature-title, .page-game-lobby-fishing-gameplay-step-title {
        font-size: 1.3em;
    }
    .page-game-lobby-fishing-gameplay-accordion-header {
        font-size: 1em;
        padding: 15px 20px;
    }
    .page-game-lobby-fishing-gameplay-accordion-content p {
        font-size: 0.95em;
    }
}