.page-blog {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Text Main */
    background-color: #08160F; /* Background */
}

.page-blog__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0 60px; /* Small top padding, larger bottom padding */
    background-color: #08160F; /* Match body background */
}

.page-blog__hero-image-wrapper {
    width: 100%;
    max-height: 675px; /* Limit height for hero image */
    overflow: hidden;
    position: relative;
}

.page-blog__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-height: 300px; /* Ensure minimum height */
}

.page-blog__hero-content {
    position: relative; /* Ensure content is above image if z-index is used, but it's "image above text" */
    text-align: center;
    padding: 40px 20px;
    max-width: 900px;
    margin-top: -100px; /* Pull up slightly over the image for visual connection, but not overlapping text */
    background: linear-gradient(0deg, rgba(8, 22, 15, 0.9) 0%, rgba(8, 22, 15, 0.6) 100%);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.page-blog__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive font size */
    color: #F2FFF6; /* Text Main */
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog__subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
    color: #F2FFF6; /* Text Main */
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog__cta-button--small {
    padding: 10px 20px;
    font-size: 0.9rem;
}

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

.page-blog__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #08160F; /* Ensure consistent background */
}

.page-blog__article {
    background-color: #08160F; /* Background */
    padding: 30px 0;
}

.page-blog__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    color: #F2FFF6; /* Text Main */
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page-blog__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #11A84E; /* Main color */
    border-radius: 2px;
}

.page-blog__sub-title {
    font-size: clamp(1.4rem, 2.8vw, 1.8rem);
    color: #22C768; /* Secondary color */
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog__paragraph {
    font-size: 1rem;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 15px;
    line-height: 1.7;
}

.page-blog__image-with-text {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.page-blog__image-with-text .page-blog__article-image {
    flex: 0 0 40%;
    max-width: 40%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    object-fit: cover;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px; /* Ensure minimum size */
}

.page-blog__image-with-text .page-blog__text-block {
    flex: 1;
}

.page-blog__two-column-layout {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
    align-items: center;
}

.page-blog__column-text {
    flex: 1;
}

.page-blog__column-image {
    flex: 0 0 40%;
    max-width: 40%;
}

.page-blog__article-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    object-fit: cover;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px; /* Ensure minimum size */
}

.page-blog__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-blog__promo-card {
    background-color: #11271B; /* Card BG */
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #2E7A4E; /* Border */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 450px; /* Ensure cards have some consistent height */
}

.page-blog__promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog__promo-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px; /* Ensure minimum size */
}

.page-blog__promo-title {
    font-size: 1.3rem;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog__promo-description {
    font-size: 0.95rem;
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 25px;
    flex-grow: 1; /* Allow description to take available space */
}

.page-blog__step-by-step {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
    justify-content: center;
}

.page-blog__step-card {
    background-color: #11271B; /* Card BG */
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #2E7A4E; /* Border */
    flex: 1 1 calc(33% - 20px); /* Three columns on desktop */
    min-width: 280px; /* Minimum width for responsiveness */
    text-align: center;
}

.page-blog__step-title {
    font-size: 1.2rem;
    color: #22C768; /* Secondary color */
    margin-bottom: 10px;
    font-weight: bold;
}

.page-blog__step-description {
    font-size: 0.95rem;
    color: #A7D9B8; /* Text Secondary */
    line-height: 1.6;
}

.page-blog__cta-wrapper {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-blog__faq-section {
    max-width: 900px;
    margin: 50px auto;
    padding: 40px 20px;
    background-color: #08160F; /* Background */
    border-top: 1px solid #1E3A2A; /* Divider */
}

.page-blog__faq-list {
    margin-top: 30px;
}

.page-blog__faq-item {
    background-color: #11271B; /* Card BG */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #F2FFF6; /* Text Main */
    cursor: pointer;
    background-color: #11271B; /* Card BG */
    transition: background-color 0.3s ease;
}

.page-blog__faq-question:hover {
    background-color: #0A4B2C; /* Deep Green */
}

.page-blog__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    color: #22C768; /* Secondary color */
    margin-left: 15px;
}

.page-blog__faq-item[open] .page-blog__faq-toggle {
    color: #F2C14E; /* Gold */
}

.page-blog__faq-answer {
    padding: 0 25px 20px;
    font-size: 0.95rem;
    color: #A7D9B8; /* Text Secondary */
    line-height: 1.6;
}

/* Remove default details marker */
.page-blog__faq-item summary {
    list-style: none;
}
.page-blog__faq-item summary::-webkit-details-marker {
    display: none;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .page-blog__hero-content {
        margin-top: -80px;
    }
    .page-blog__image-with-text {
        flex-direction: column;
        align-items: center;
    }
    .page-blog__image-with-text .page-blog__article-image {
        max-width: 100%;
        flex: none;
    }
    .page-blog__two-column-layout {
        flex-direction: column-reverse; /* Image above text on mobile */
        align-items: center;
    }
    .page-blog__column-image {
        max-width: 100%;
        flex: none;
    }
    .page-blog__step-card {
        flex: 1 1 calc(50% - 20px); /* Two columns on tablet */
    }
}

@media (max-width: 768px) {
    .page-blog {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog__hero-section {
        padding-bottom: 40px;
    }
    .page-blog__hero-content {
        margin-top: -60px;
        padding: 25px 15px;
    }
    .page-blog__main-title {
        font-size: 2rem;
    }
    .page-blog__subtitle {
        font-size: 1rem;
    }
    .page-blog__cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }
    .page-blog__section-title {
        font-size: 1.5rem;
    }
    .page-blog__sub-title {
        font-size: 1.2rem;
    }
    .page-blog__content-area,
    .page-blog__faq-section {
        padding: 20px 15px;
    }
    .page-blog__promo-grid {
        grid-template-columns: 1fr; /* Single column on mobile */
    }
    .page-blog__step-card {
        flex: 1 1 100%; /* Single column on mobile */
    }

    /* Mobile image responsiveness */
    .page-blog img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog__hero-image-wrapper,
    .page-blog__content-area,
    .page-blog__promo-grid,
    .page-blog__promo-card,
    .page-blog__step-by-step,
    .page-blog__step-card,
    .page-blog__two-column-layout,
    .page-blog__column-image,
    .page-blog__image-with-text,
    .page-blog__faq-section,
    .page-blog__faq-list,
    .page-blog__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important; /* Ensure no overflow */
    }
    .page-blog__hero-section {
        padding-left: 0 !important; /* Reset padding for hero section itself */
        padding-right: 0 !important;
    }
    .page-blog__hero-image-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .page-blog__promo-card,
    .page-blog__step-card,
    .page-blog__faq-item {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Mobile button responsiveness */
    .page-blog__cta-button,
    .page-blog__cta-button--small,
    .page-blog__cta-button--large,
    .page-blog a[class*="button"],
    .page-blog a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        text-align: center; /* Center text in button */
    }
    .page-blog__cta-wrapper {
        display: flex;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .page-blog__promo-card .page-blog__cta-button {
        margin-left: auto;
        margin-right: auto;
        display: block; /* Make small buttons block level to take full width */
    }

    /* Mobile video responsiveness - if any video were present */
    .page-blog video,
    .page-blog__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog__video-section,
    .page-blog__video-container,
    .page-blog__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }
    .page-blog__video-section {
        padding-top: 10px !important; /* body already handles --header-offset */
    }
}