/* style/resources-caxeng-fish-game-latest-update.css */
.page-resources-caxeng-fish-game-latest-update {
    font-family: 'Arial', sans-serif;
    color: #333333;
    line-height: 1.6;
    background-color: #F8F8F8;
}

.page-resources-caxeng-fish-game-latest-update h1,
.page-resources-caxeng-fish-game-latest-update h2,
.page-resources-caxeng-fish-game-latest-update h3 {
    color: #004D66; /* Darker blue for headings */
    margin-bottom: 15px;
}

.page-resources-caxeng-fish-game-latest-update h1 {
    font-size: 2.8em;
    text-align: center;
    margin-top: 0;
    color: #FFD700; /* Gold for main title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-caxeng-fish-game-latest-update h2 {
    font-size: 2.2em;
    text-align: center;
    margin-bottom: 30px;
}

.page-resources-caxeng-fish-game-latest-update h3 {
    font-size: 1.6em;
    color: #004D66;
}

.page-resources-caxeng-fish-game-latest-update strong {
    color: #004D66;
}

.page-resources-caxeng-fish-game-latest-update__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-resources-caxeng-fish-game-latest-update__hero {
    background: linear-gradient(135deg, #00BFFF, #004D66);
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-resources-caxeng-fish-game-latest-update__hero-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.page-resources-caxeng-fish-game-latest-update__hero-content p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #E0FFFF; /* Lighter blue for hero paragraph */
}

.page-resources-caxeng-fish-game-latest-update__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 1;
}

.page-resources-caxeng-fish-game-latest-update__section {
    padding: 60px 0;
}

.page-resources-caxeng-fish-game-latest-update__section--highlights .page-resources-caxeng-fish-game-latest-update__grid,
.page-resources-caxeng-fish-game-latest-update__section--strategies .page-resources-caxeng-fish-game-latest-update__strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-caxeng-fish-game-latest-update__grid-item,
.page-resources-caxeng-fish-game-latest-update__feature-item,
.page-resources-caxeng-fish-game-latest-update__strategy-item {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.page-resources-caxeng-fish-game-latest-update__grid-item:hover,
.page-resources-caxeng-fish-game-latest-update__feature-item:hover,
.page-resources-caxeng-fish-game-latest-update__strategy-item:hover {
    transform: translateY(-5px);
}

.page-resources-caxeng-fish-game-latest-update__feature-image,
.page-resources-caxeng-fish-game-latest-update__platform-image,
.page-resources-caxeng-fish-game-latest-update__strategy-image,
.page-resources-caxeng-fish-game-latest-update__community-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-resources-caxeng-fish-game-latest-update__section--why-caxeng {
    background-color: #E0FFFF; /* Very light blue background */
}

.page-resources-caxeng-fish-game-latest-update__features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-caxeng-fish-game-latest-update__platform-image {
    height: 400px;
    margin-top: 40px;
}

.page-resources-caxeng-fish-game-latest-update__steps {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-resources-caxeng-fish-game-latest-update__steps li {
    background-color: #FFFFFF;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.page-resources-caxeng-fish-game-latest-update__steps ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-top: 10px;
}

.page-resources-caxeng-fish-game-latest-update__section--community {
    background-color: #FFFAE0; /* Light yellow background */
}

.page-resources-caxeng-fish-game-latest-update__community-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    margin-top: 40px;
}

.page-resources-caxeng-fish-game-latest-update__community-text {
    flex: 1;
    min-width: 300px;
}

.page-resources-caxeng-fish-game-latest-update__community-image {
    flex: 1;
    min-width: 300px;
    height: 350px;
    object-fit: contain;
}

.page-resources-caxeng-fish-game-latest-update__cta {
    background: linear-gradient(90deg, #FFD700, #00BFFF);
    color: #000000; /* Black text on gradient for contrast */
    padding: 80px 0;
    text-align: center;
}

.page-resources-caxeng-fish-game-latest-update__cta h2 {
    color: #004D66;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.page-resources-caxeng-fish-game-latest-update__cta p {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #333333;
}

.page-resources-caxeng-fish-game-latest-update__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 0 10px;
}

.page-resources-caxeng-fish-game-latest-update__btn--primary {
    background-color: #FFD700;
    color: #333333; /* Dark text on gold */
    border: 2px solid #FFD700;
}

.page-resources-caxeng-fish-game-latest-update__btn--primary:hover {
    background-color: #E6C200;
    border-color: #E6C200;
    transform: translateY(-2px);
}

.page-resources-caxeng-fish-game-latest-update__btn--secondary {
    background-color: #00BFFF;
    color: #000000; /* Black text on blue */
    border: 2px solid #00BFFF;
}

.page-resources-caxeng-fish-game-latest-update__btn--secondary:hover {
    background-color: #00A3D9;
    border-color: #00A3D9;
    transform: translateY(-2px);
}

.page-resources-caxeng-fish-game-latest-update__cta-buttons {
    margin-top: 20px;
}

.page-resources-caxeng-fish-game-latest-update ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: 10px;
    color: #333333;
}

.page-resources-caxeng-fish-game-latest-update ol {
    list-style: decimal;
    padding-left: 20px;
    margin-top: 10px;
    color: #333333;
}

.page-resources-caxeng-fish-game-latest-update ul li,
.page-resources-caxeng-fish-game-latest-update ol li {
    margin-bottom: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-caxeng-fish-game-latest-update h1 {
        font-size: 2em;
    }

    .page-resources-caxeng-fish-game-latest-update h2 {
        font-size: 1.8em;
    }

    .page-resources-caxeng-fish-game-latest-update h3 {
        font-size: 1.4em;
    }

    .page-resources-caxeng-fish-game-latest-update__hero {
        padding: 60px 0;
    }

    .page-resources-caxeng-fish-game-latest-update__hero-content p {
        font-size: 1em;
    }

    .page-resources-caxeng-fish-game-latest-update__grid,
    .page-resources-caxeng-fish-game-latest-update__features-list,
    .page-resources-caxeng-fish-game-latest-update__strategy-grid,
    .page-resources-caxeng-fish-game-latest-update__community-content {
        grid-template-columns: 1fr;
    }

    .page-resources-caxeng-fish-game-latest-update__btn {
        padding: 12px 25px;
        font-size: 1em;
        margin: 5px;
    }

    .page-resources-caxeng-fish-game-latest-update__community-image {
        order: -1; /* Image appears above text on mobile */
    }
}

@media (max-width: 480px) {
    .page-resources-caxeng-fish-game-latest-update h1 {
        font-size: 1.6em;
    }

    .page-resources-caxeng-fish-game-latest-update h2 {
        font-size: 1.5em;
    }

    .page-resources-caxeng-fish-game-latest-update h3 {
        font-size: 1.2em;
    }

    .page-resources-caxeng-fish-game-latest-update__hero {
        padding: 40px 0;
    }

    .page-resources-caxeng-fish-game-latest-update__btn {
        display: block;
        width: calc(100% - 20px);
        margin: 10px auto;
    }
}