.page-blog-how-to-use-555win-code {
    font-family: Arial, sans-serif;
    color: #1F2D3D;
    background-color: #F4F7FB;
}

.page-blog-how-to-use-555win-code__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-blog-how-to-use-555win-code__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
    background-color: #2F6BFF;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10px; /* Small top padding, body handles header offset */
}

.page-blog-how-to-use-555win-code__hero-image-wrapper {
    width: 100%;
    max-width: 1920px;
}

.page-blog-how-to-use-555win-code__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.page-blog-how-to-use-555win-code__hero-content {
    padding: 20px;
    max-width: 800px;
}

.page-blog-how-to-use-555win-code__main-title {
    font-size: clamp(2em, 4vw, 3.2em);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.page-blog-how-to-use-555win-code__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.page-blog-how-to-use-555win-code__cta-button {
    display: inline-block;
    padding: 14px 28px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-use-555win-code__cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-use-555win-code__guide-section,
.page-blog-how-to-use-555win-code__benefits-section,
.page-blog-how-to-use-555win-code__faq-section,
.page-blog-how-to-use-555win-code__explore-more-section {
    padding: 60px 0;
    background-color: #F4F7FB;
}

.page-blog-how-to-use-555win-code__section-title {
    font-size: 2.5em;
    color: #1F2D3D;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.page-blog-how-to-use-555win-code__section-intro {
    font-size: 1.1em;
    color: #1F2D3D;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

.page-blog-how-to-use-555win-code__step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 6px 20px rgba(47, 107, 255, 0.1);
    transition: transform 0.3s ease;
}

.page-blog-how-to-use-555win-code__step-item:hover {
    transform: translateY(-5px);
}

.page-blog-how-to-use-555win-code__step-number {
    font-size: 2.5em;
    font-weight: bold;
    color: #2F6BFF;
    margin-right: 25px;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #2F6BFF;
    border-radius: 50%;
}

.page-blog-how-to-use-555win-code__step-content {
    flex-grow: 1;
}

.page-blog-how-to-use-555win-code__step-title {
    font-size: 1.8em;
    color: #1F2D3D;
    margin-bottom: 10px;
}

.page-blog-how-to-use-555win-code__step-description {
    font-size: 1em;
    color: #1F2D3D;
    line-height: 1.6;
}

.page-blog-how-to-use-555win-code__step-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    object-fit: cover;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-how-to-use-555win-code__link-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: #6FA3FF;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.page-blog-how-to-use-555win-code__link-button:hover {
    background-color: #4A8BFF;
}

.page-blog-how-to-use-555win-code__benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.page-blog-how-to-use-555win-code__benefit-card {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(47, 107, 255, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-how-to-use-555win-code__benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(47, 107, 255, 0.15);
}

.page-blog-how-to-use-555win-code__benefit-title {
    font-size: 1.5em;
    color: #2F6BFF;
    margin-bottom: 15px;
}

.page-blog-how-to-use-555win-code__benefit-description {
    font-size: 0.95em;
    color: #1F2D3D;
    line-height: 1.6;
}

.page-blog-how-to-use-555win-code__benefits-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-top: 20px;
    object-fit: cover;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-how-to-use-555win-code__faq-list {
    margin-top: 40px;
}

.page-blog-how-to-use-555win-code__faq-item {
    background-color: #FFFFFF;
    border: 1px solid #D6E2FF;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(47, 107, 255, 0.05);
}

.page-blog-how-to-use-555win-code__faq-question {
    font-size: 1.4em;
    color: #2F6BFF;
    margin-bottom: 10px;
    cursor: pointer;
}

.page-blog-how-to-use-555win-code__faq-answer {
    font-size: 1em;
    color: #1F2D3D;
    line-height: 1.6;
}

.page-blog-how-to-use-555win-code__faq-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-top: 40px;
    object-fit: cover;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-how-to-use-555win-code__actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.page-blog-how-to-use-555win-code__cta-button--secondary {
    background: #6FA3FF;
}

.page-blog-how-to-use-555win-code__cta-button--secondary:hover {
    background: #4A8BFF;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-blog-how-to-use-555win-code__container {
        padding: 15px;
    }

    .page-blog-how-to-use-555win-code__hero-section {
        padding-bottom: 20px;
    }

    .page-blog-how-to-use-555win-code__main-title {
        font-size: 2em;
    }

    .page-blog-how-to-use-555win-code__hero-description {
        font-size: 1em;
    }

    .page-blog-how-to-use-555win-code__guide-section,
    .page-blog-how-to-use-555win-code__benefits-section,
    .page-blog-how-to-use-555win-code__faq-section,
    .page-blog-how-to-use-555win-code__explore-more-section {
        padding: 40px 0;
    }

    .page-blog-how-to-use-555win-code__section-title {
        font-size: 2em;
    }

    .page-blog-how-to-use-555win-code__section-intro {
        font-size: 0.95em;
        margin-bottom: 30px;
    }

    .page-blog-how-to-use-555win-code__step-item {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .page-blog-how-to-use-555win-code__step-number {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .page-blog-how-to-use-555win-code__step-title {
        font-size: 1.5em;
        text-align: center;
    }

    .page-blog-how-to-use-555win-code__step-description {
        text-align: center;
    }

    .page-blog-how-to-use-555win-code__step-image,
    .page-blog-how-to-use-555win-code__benefits-image,
    .page-blog-how-to-use-555win-code__faq-image {
        max-width: 100%;
        height: auto;
    }

    .page-blog-how-to-use-555win-code__benefits-grid {
        grid-template-columns: 1fr;
    }

    .page-blog-how-to-use-555win-code__benefit-title {
        font-size: 1.3em;
    }

    .page-blog-how-to-use-555win-code__faq-question {
        font-size: 1.2em;
    }

    .page-blog-how-to-use-555win-code__actions {
        flex-direction: column;
        gap: 15px;
    }
}

/* Ensure content images are not smaller than 200px */
.page-blog-how-to-use-555win-code img {
    min-width: 200px;
    min-height: 200px;
}

/* For mobile, ensure content images are responsive and don't overflow */
@media (max-width: 768px) {
    .page-blog-how-to-use-555win-code img {
        max-width: 100%;
        height: auto;
        min-width: unset; /* Allow to shrink below 200px if container is smaller, but max-width 100% is key */
        min-height: unset;
    }
    .page-blog-how-to-use-555win-code__step-image, 
    .page-blog-how-to-use-555win-code__benefits-image, 
    .page-blog-how-to-use-555win-code__faq-image {
        min-width: 200px; /* Re-apply min-width for these specific content images */
        min-height: 200px;
    }
}