.page-blog-hot789-guide {
    background-color: #140C0C; /* Background */
    color: #FFF1E8; /* Text Main */
    font-family: Arial, sans-serif; /* Roboto vibe */
    padding-top: 10px; /* Small top padding, body handles header offset */
}

.page-blog-hot789-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-blog-hot789-guide__hero-section {
    display: flex;
    flex-direction: column; /* Image on top, content below */
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    background-color: #2A1212; /* Card BG, for the hero section background */
    border-bottom: 2px solid #6A1E1E; /* Border */
}

.page-blog-hot789-guide__hero-image-wrapper {
    width: 100%;
    max-width: 1200px; /* Constrain image width */
    margin-bottom: 30px; /* Space between image and text */
}

.page-blog-hot789-guide__hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    min-width: 200px; /* Ensure min size */
    min-height: 200px; /* Ensure min size */
}

.page-blog-hot789-guide__hero-content {
    max-width: 800px;
}

.page-blog-hot789-guide__main-title {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #FFF1E8; /* Text Main */
    max-width: 100%; /* Prevent overflow */
    font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive H1, clamped */
}

.page-blog-hot789-guide__hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #FFF1E8; /* Text Main */
}

.page-blog-hot789-guide__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%); /* Button color */
    color: #FFF1E8; /* Text Main */
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    cursor: pointer;
    min-width: 150px; /* Ensure button has decent size */
    min-height: 50px;
    font-size: 1.1rem;
}

.page-blog-hot789-guide__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(255, 176, 74, 0.4);
}

.page-blog-hot789-guide__section-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    color: #F3C54D; /* Gold */
    text-align: center;
    margin-bottom: 40px;
    padding-top: 40px;
    line-height: 1.3;
}

.page-blog-hot789-guide__paragraph {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-hot789-guide__introduction-section,
.page-blog-hot789-guide__how-to-start-section,
.page-blog-hot789-guide__features-section,
.page-blog-hot789-guide__tips-section,
.page-blog-hot789-guide__faq-section,
.page-blog-hot789-guide__cta-bottom-section {
    padding: 60px 0;
    border-bottom: 1px solid #2A1212; /* Card BG as a subtle separator */
}

.page-blog-hot789-guide__introduction-section .page-blog-hot789-guide__paragraph {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-hot789-guide__steps-grid,
.page-blog-hot789-guide__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-hot789-guide__step-card,
.page-blog-hot789-guide__feature-item {
    background-color: #2A1212; /* Card BG */
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    border: 1px solid #6A1E1E; /* Border */
}

.page-blog-hot789-guide__step-card:hover,
.page-blog-hot789-guide__feature-item:hover {
    transform: translateY(-5px);
}

.page-blog-hot789-guide__step-image {
    width: 100%;
    max-width: 400px; /* Constrain step image width */
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
    min-width: 200px; /* Ensure min size */
    min-height: 200px; /* Ensure min size */
}

.page-blog-hot789-guide__step-title,
.page-blog-hot789-guide__feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #F3C54D; /* Gold */
    margin-bottom: 15px;
    line-height: 1.4;
}

.page-blog-hot789-guide__step-description,
.page-blog-hot789-guide__feature-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #FFF1E8; /* Text Main */
    margin-bottom: 20px;
}

.page-blog-hot789-guide__button {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%); /* Button color */
    color: #FFF1E8; /* Text Main */
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-blog-hot789-guide__button:hover {
    background: linear-gradient(180deg, #FFC06A 0%, #E87A24 100%);
}

.page-blog-hot789-guide__tips-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-hot789-guide__tip-item {
    background-color: #2A1212; /* Card BG */
    border-left: 5px solid #F3C54D; /* Gold accent */
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-hot789-guide__tip-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #E53030; /* Accent color */
    margin-bottom: 10px;
}

.page-blog-hot789-guide__tip-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #FFF1E8; /* Text Main */
}

.page-blog-hot789-guide__faq-list {
    margin-top: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-hot789-guide__faq-item {
    background-color: #2A1212; /* Card BG */
    border: 1px solid #6A1E1E; /* Border */
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
}

.page-blog-hot789-guide__faq-question {
    font-size: 1.2rem;
    font-weight: 600;
    color: #F3C54D; /* Gold */
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-blog-hot789-guide__faq-question::after {
    content: '+';
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.page-blog-hot789-guide__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-blog-hot789-guide__faq-answer {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #FFF1E8; /* Text Main */
    max-height: 0; /* Initially hidden */
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding-top 0.3s ease-out; /* Smooth transition */
    padding-top: 0; /* No padding when collapsed */
}

.page-blog-hot789-guide__faq-answer.active {
    max-height: 200px; /* A sufficiently large value for max-height to cover most answers */
    padding-top: 10px; /* Add padding when active */
}

.page-blog-hot789-guide__cta-bottom-section {
    text-align: center;
}

.page-blog-hot789-guide__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-blog-hot789-guide__main-title {
        font-size: clamp(2rem, 6vw, 3rem);
    }

    .page-blog-hot789-guide__section-title {
        font-size: clamp(1.8rem, 5vw, 2.5rem);
    }

    .page-blog-hot789-guide__hero-section {
        padding: 30px 15px;
    }

    .page-blog-hot789-guide__steps-grid,
    .page-blog-hot789-guide__features-grid,
    .page-blog-hot789-guide__tips-list {
        grid-template-columns: 1fr;
    }

    /* Ensure content images are responsive and don't overflow */
    .page-blog-hot789-guide img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .page-blog-hot789-guide__cta-button {
        width: 100%;
        padding: 12px 20px;
        font-size: 1rem;
    }
    .page-blog-hot789-guide__cta-button--large {
        width: 100%;
        padding: 15px 25px;
        font-size: 1.1rem;
    }
}

/* Ensure images don't use filters */
.page-blog-hot789-guide img {
    filter: none;
}

/* Content area image size check (any img under .page-blog-hot789-guide) */
/* This is a general rule to prevent small images in the content. */
/* Specific image classes will override this for larger intended display sizes. */
.page-blog-hot789-guide img:not(.page-blog-hot789-guide__hero-image) {
    min-width: 200px; /* Enforce minimum size for content images */
    min-height: 200px;
}

/* Specific overrides for card images to ensure they are large */
.page-blog-hot789-guide__step-image {
    max-width: 100%; /* Occupy card width */
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    min-width: 200px;
    min-height: 200px;
}