/* style/resources-90ok-game-strategy.css */

.page-resources-90ok-game-strategy {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.page-resources-90ok-game-strategy .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-90ok-game-strategy .hero-section {
    background: linear-gradient(135deg, #007bff 0%, #28a745 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.page-resources-90ok-game-strategy .hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-90ok-game-strategy .hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    color: #e0e0e0;
}

.page-resources-90ok-game-strategy .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
    border: none;
}

.page-resources-90ok-game-strategy .btn-primary {
    background-color: #007bff;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4);
}

.page-resources-90ok-game-strategy .btn-primary:hover {
    background-color: #0056b3;
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.6);
    transform: translateY(-2px);
}

.page-resources-90ok-game-strategy .btn-secondary {
    background-color: #28a745;
    color: #fff;
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.4);
    margin-top: 15px;
}

.page-resources-90ok-game-strategy .btn-secondary:hover {
    background-color: #1e7e34;
    box-shadow: 0 6px 15px rgba(40, 167, 69, 0.6);
    transform: translateY(-2px);
}

.page-resources-90ok-game-strategy .btn-large {
    padding: 15px 35px;
    font-size: 1.2em;
}

.page-resources-90ok-game-strategy .content-section {
    padding: 60px 0;
    background-color: #fff;
    border-radius: 15px;
    margin: -40px auto 40px auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.page-resources-90ok-game-strategy .article-content {
    padding: 20px;
}

.page-resources-90ok-game-strategy .section-title {
    font-size: 2.2em;
    color: #007bff;
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
}

.page-resources-90ok-game-strategy .sub-section-title {
    font-size: 1.8em;
    color: #28a745;
    margin-top: 35px;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 10px;
}

.page-resources-90ok-game-strategy .micro-title {
    font-size: 1.4em;
    color: #007bff;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-resources-90ok-game-strategy p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.7;
}

.page-resources-90ok-game-strategy .list-styled {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.page-resources-90ok-game-strategy .list-styled li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 1.05em;
    color: #444;
}

.page-resources-90ok-game-strategy .list-styled li::before {
    content: '✔';
    color: #28a745;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2em;
}

.page-resources-90ok-game-strategy .content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-90ok-game-strategy .floating-ads {
    position: sticky;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    margin: 20px auto;
    max-width: 1000px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.page-resources-90ok-game-strategy .ad-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 1.1em;
}

.page-resources-90ok-game-strategy .ad-icon {
    width: 35px;
    height: 35px;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(250deg) brightness(100%) contrast(100%); /* Make icons white */
}

.page-resources-90ok-game-strategy .ad-text {
    margin: 0;
    color: #fff;
}

.page-resources-90ok-game-strategy .ad-btn {
    background-color: #28a745;
    color: #fff;
    padding: 8px 18px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.page-resources-90ok-game-strategy .ad-btn:hover {
    background-color: #1e7e34;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-90ok-game-strategy .hero-title {
        font-size: 2.8em;
    }
    .page-resources-90ok-game-strategy .hero-subtitle {
        font-size: 1.1em;
    }
    .page-resources-90ok-game-strategy .section-title {
        font-size: 2em;
    }
    .page-resources-90ok-game-strategy .sub-section-title {
        font-size: 1.6em;
    }
    .page-resources-90ok-game-strategy .floating-ads {
        flex-direction: column;
        align-items: center;
        bottom: 10px;
        gap: 10px;
        padding: 10px;
    }
    .page-resources-90ok-game-strategy .ad-item {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
    .page-resources-90ok-game-strategy .ad-btn {
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    .page-resources-90ok-game-strategy .hero-section {
        padding: 60px 0;
    }
    .page-resources-90ok-game-strategy .hero-title {
        font-size: 2.2em;
    }
    .page-resources-90ok-game-strategy .hero-subtitle {
        font-size: 1em;
    }
    .page-resources-90ok-game-strategy .content-section {
        padding: 40px 0;
        margin: -20px auto 20px auto;
    }
    .page-resources-90ok-game-strategy .section-title {
        font-size: 1.8em;
    }
    .page-resources-90ok-game-strategy .sub-section-title {
        font-size: 1.4em;
    }
    .page-resources-90ok-game-strategy p, .page-resources-90ok-game-strategy .list-styled li {
        font-size: 0.95em;
    }
    .page-resources-90ok-game-strategy .btn {
        padding: 10px 20px;
        font-size: 1em;
    }
    .page-resources-90ok-game-strategy .btn-large {
        padding: 12px 25px;
        font-size: 1.1em;
    }
    .page-resources-90ok-game-strategy .floating-ads {
        padding: 8px;
        bottom: 5px;
        border-radius: 5px;
    }
    .page-resources-90ok-game-strategy .ad-icon {
        width: 30px;
        height: 30px;
    }
    .page-resources-90ok-game-strategy .ad-text {
        font-size: 0.9em;
    }
    .page-resources-90ok-game-strategy .ad-btn {
        padding: 6px 12px;
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    .page-resources-90ok-game-strategy .hero-title {
        font-size: 1.8em;
    }
    .page-resources-90ok-game-strategy .section-title {
        font-size: 1.6em;
    }
    .page-resources-90ok-game-strategy .sub-section-title {
        font-size: 1.2em;
    }
    .page-resources-90ok-game-strategy .floating-ads {
        margin-left: 10px;
        margin-right: 10px;
    }
    .page-resources-90ok-game-strategy .ad-item {
        width: 100%;
    }
}