.page-game-bai-chien-thuat-phom-online {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333;
    background-color: #F5F7FA; /* Custom background color */
}

.page-game-bai-chien-thuat-phom-online__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 16px;
}

/* Hero Section */
.page-game-bai-chien-thuat-phom-online__hero-section {
    padding-top: 10px; /* Small top padding, relying on body for header offset */
    padding-bottom: 40px;
    background-color: #F5F7FA;
    text-align: center; /* Center content for smaller screens */
}

.page-game-bai-chien-thuat-phom-online__hero-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 16px;
}

.page-game-bai-chien-thuat-phom-online__hero-content {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: left;
}

.page-game-bai-chien-thuat-phom-online__hero-title {
    font-size: 2.8em;
    font-weight: bold;
    color: #E53935;
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-game-bai-chien-thuat-phom-online__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #333333;
}

.page-game-bai-chien-thuat-phom-online__hero-cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.page-game-bai-chien-thuat-phom-online__hero-image {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: center;
}

.page-game-bai-chien-thuat-phom-online__hero-main-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* General Buttons */
.page-game-bai-chien-thuat-phom-online__cta-button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text breaking */
    box-sizing: border-box;
}

.page-game-bai-chien-thuat-phom-online__btn-primary {
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
    color: #ffffff;
    border: 2px solid transparent;
}

.page-game-bai-chien-thuat-phom-online__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-game-bai-chien-thuat-phom-online__btn-secondary {
    background-color: #ffffff;
    color: #E53935;
    border: 2px solid #E53935;
}

.page-game-bai-chien-thuat-phom-online__btn-secondary:hover {
    background-color: #E53935;
    color: #ffffff;
}

.page-game-bai-chien-thuat-phom-online__cta-center {
    text-align: center;
    margin-top: 40px;
}

/* Section Titles & Descriptions */
.page-game-bai-chien-thuat-phom-online__section-title {
    font-size: 2.2em;
    font-weight: bold;
    color: #E53935;
    text-align: center;
    margin-bottom: 20px;
}

.page-game-bai-chien-thuat-phom-online__section-description {
    font-size: 1.1em;
    color: #333333;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

/* Intro Section */
.page-game-bai-chien-thuat-phom-online__intro-section {
    padding: 60px 0;
    background-color: #F5F7FA; /* Custom background color */
}

.page-game-bai-chien-thuat-phom-online__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-bai-chien-thuat-phom-online__feature-item {
    text-align: center;
    background-color: #FFFFFF; /* Card BG */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #E0E0E0; /* Border */
}

.page-game-bai-chien-thuat-phom-online__icon-box-media {
    width: 200px; /* Min size requirement */
    height: 200px; /* Min size requirement */
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #FF5A4F;
}

.page-game-bai-chien-thuat-phom-online__icon-box-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-game-bai-chien-thuat-phom-online__feature-title {
    font-size: 1.5em;
    color: #E53935;
    margin-bottom: 10px;
}

.page-game-bai-chien-thuat-phom-online__feature-text {
    color: #333333;
}

/* Strategy Section */
.page-game-bai-chien-thuat-phom-online__strategy-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-game-bai-chien-thuat-phom-online__strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-game-bai-chien-thuat-phom-online__strategy-card {
    background-color: #FFFFFF; /* Card BG */
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid #E0E0E0; /* Border */
}

.page-game-bai-chien-thuat-phom-online__card-image {
    width: 100%;
    height: 250px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
}

.page-game-bai-chien-thuat-phom-online__card-content {
    padding: 25px;
}

.page-game-bai-chien-thuat-phom-online__card-title {
    font-size: 1.4em;
    color: #E53935;
    margin-bottom: 10px;
}

.page-game-bai-chien-thuat-phom-online__card-text {
    color: #333333;
}

/* Guide Section */
.page-game-bai-chien-thuat-phom-online__guide-section {
    padding: 60px 0;
    background-color: #F5F7FA; /* Custom background color */
}

.page-game-bai-chien-thuat-phom-online__guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-game-bai-chien-thuat-phom-online__guide-item {
    background-color: #FFFFFF; /* Card BG */
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #E0E0E0; /* Border */
    text-align: center;
}

.page-game-bai-chien-thuat-phom-online__guide-number {
    font-size: 2.5em;
    font-weight: bold;
    color: #FF5A4F;
    margin-bottom: 15px;
}

.page-game-bai-chien-thuat-phom-online__guide-title {
    font-size: 1.3em;
    color: #E53935;
    margin-bottom: 10px;
}

.page-game-bai-chien-thuat-phom-online__guide-text {
    color: #333333;
}

.page-game-bai-chien-thuat-phom-online__guide-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
}

/* Tips Section (Dark Background) */
.page-game-bai-chien-thuat-phom-online__tips-section {
    padding: 60px 0;
    background-color: #E53935; /* Dark background */
    color: #ffffff; /* Light text for contrast */
}

.page-game-bai-chien-thuat-phom-online__tips-section .page-game-bai-chien-thuat-phom-online__section-title,
.page-game-bai-chien-thuat-phom-online__tips-section .page-game-bai-chien-thuat-phom-online__section-description {
    color: #ffffff;
}

.page-game-bai-chien-thuat-phom-online__tips-list {
    list-style: none;
    padding: 0;
    margin: 40px auto;
    max-width: 800px;
    text-align: left;
}

.page-game-bai-chien-thuat-phom-online__tips-list li {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 1.1em;
    color: #ffffff;
}

.page-game-bai-chien-thuat-phom-online__tip-highlight {
    color: #FF5A4F;
}

.page-game-bai-chien-thuat-phom-online__tips-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 40px auto 0;
}

/* Why Choose Section */
.page-game-bai-chien-thuat-phom-online__why-choose-section {
    padding: 60px 0;
    background-color: #F5F7FA; /* Custom background color */
}

.page-game-bai-chien-thuat-phom-online__advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-bai-chien-thuat-phom-online__advantage-item {
    background-color: #FFFFFF; /* Card BG */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #E0E0E0; /* Border */
    text-align: center;
}

.page-game-bai-chien-thuat-phom-online__advantage-title {
    font-size: 1.4em;
    color: #E53935;
    margin-bottom: 10px;
}

.page-game-bai-chien-thuat-phom-online__advantage-text {
    color: #333333;
}

/* FAQ Section */
.page-game-bai-chien-thuat-phom-online__faq-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-game-bai-chien-thuat-phom-online__faq-list {
    max-width: 800px;
    margin: 40px auto 0;
}

.page-game-bai-chien-thuat-phom-online__faq-item {
    background-color: #FFFFFF; /* Card BG */
    border: 1px solid #E0E0E0; /* Border */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.page-game-bai-chien-thuat-phom-online__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.1em;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
    background-color: #f9f9f9;
    list-style: none; /* For details/summary */
}

.page-game-bai-chien-thuat-phom-online__faq-question::-webkit-details-marker {
    display: none;
}

.page-game-bai-chien-thuat-phom-online__faq-question::marker {
    display: none;
}

.page-game-bai-chien-thuat-phom-online__faq-toggle {
    font-size: 1.5em;
    color: #E53935;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-game-bai-chien-thuat-phom-online__faq-item[open] .page-game-bai-chien-thuat-phom-online__faq-toggle {
    transform: rotate(45deg);
}

.page-game-bai-chien-thuat-phom-online__faq-answer {
    padding: 15px 25px 20px;
    font-size: 1em;
    color: #555555;
    background-color: #ffffff;
    border-top: 1px solid #E0E0E0; /* Border */
}

/* Conclusion Section */
.page-game-bai-chien-thuat-phom-online__conclusion-section {
    padding: 60px 0;
    background-color: #E53935; /* Dark background */
    color: #ffffff; /* Light text for contrast */
    text-align: center;
}

.page-game-bai-chien-thuat-phom-online__conclusion-section .page-game-bai-chien-thuat-phom-online__section-title,
.page-game-bai-chien-thuat-phom-online__conclusion-section .page-game-bai-chien-thuat-phom-online__section-description {
    color: #ffffff;
}

/* General Image Styles for content area */
.page-game-bai-chien-thuat-phom-online img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-game-bai-chien-thuat-phom-online__hero-title {
        font-size: 2.5em;
    }
}