.page-resources-lodi291-download-guide {
    color: #333333; /* Dark text for light background */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-top: var(--header-offset, 120px); /* Fixed header offset */
}

.page-resources-lodi291-download-guide__hero-section {
    background-color: #000000; /* Main color as hero background */
    color: #FFFFFF; /* White text for dark background */
    padding: 80px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.page-resources-lodi291-download-guide__hero-content {
    max-width: 900px;
}

.page-resources-lodi291-download-guide__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.page-resources-lodi291-download-guide__hero-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #f0f0f0;
}

.page-resources-lodi291-download-guide__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-resources-lodi291-download-guide__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    min-width: 200px; /* Ensure buttons are not too small */
    text-align: center;
}

.page-resources-lodi291-download-guide__button--download {
    background-color: #FCBC45; /* Login color for download */
    color: #000000;
    border: 2px solid #FCBC45;
}

.page-resources-lodi291-download-guide__button--download:hover {
    background-color: #e0a73b;
    border-color: #e0a73b;
}

.page-resources-lodi291-download-guide__button--register {
    background-color: #FFFFFF; /* Register color */
    color: #000000;
    border: 2px solid #FFFFFF;
}

.page-resources-lodi291-download-guide__button--register:hover {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.page-resources-lodi291-download-guide__hero-image {
    max-width: 100%;
    overflow: hidden; /* Ensure image doesn't overflow */
}

.page-resources-lodi291-download-guide__hero-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    min-width: 200px; /* Min image size enforcement */
    min-height: 200px; /* Min image size enforcement */
}

.page-resources-lodi291-download-guide__content-area {
    max-width: 800px; /* Content width for readability */
    margin: 0 auto;
    padding: 40px 20px;
}

.page-resources-lodi291-download-guide__section-title {
    font-size: 2.2em;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
}

.page-resources-lodi291-download-guide__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-resources-lodi291-download-guide__list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-resources-lodi291-download-guide__list-item {
    background-color: #f9f9f9;
    border-left: 5px solid #FCBC45;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.page-resources-lodi291-download-guide__list-title {
    font-size: 1.4em;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-resources-lodi291-download-guide__list-text {
    font-size: 1em;
    color: #555555;
}

.page-resources-lodi291-download-guide__image-container {
    text-align: center;
    margin: 40px 0;
}

.page-resources-lodi291-download-guide__image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Min image size enforcement */
    min-height: 200px; /* Min image size enforcement */
    object-fit: cover;
}

.page-resources-lodi291-download-guide__features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.page-resources-lodi291-download-guide__features-item {
    background-color: #f0f0f0;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-lodi291-download-guide__features-title {
    font-size: 1.5em;
    color: #000000;
    margin-top: 0;
    margin-bottom: 15px;
}

.page-resources-lodi291-download-guide__features-text {
    font-size: 1em;
    color: #555555;
}

.page-resources-lodi291-download-guide__troubleshooting-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-resources-lodi291-download-guide__troubleshooting-item {
    background-color: #fff8e1; /* Light yellow background for warnings/troubleshooting */
    border-left: 5px solid #FCBC45;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.page-resources-lodi291-download-guide__troubleshooting-title {
    font-size: 1.4em;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-resources-lodi291-download-guide__troubleshooting-text {
    font-size: 1em;
    color: #555555;
}

.page-resources-lodi291-download-guide__faq-container {
    margin-top: 30px;
}

.page-resources-lodi291-download-guide__faq-item {
    background-color: #f9f9f9;
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0;
}

.page-resources-lodi291-download-guide__faq-question {
    font-size: 1.3em;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-resources-lodi291-download-guide__faq-answer {
    font-size: 1em;
    color: #555555;
    padding-left: 20px; /* Indent answer */
    display: none; /* Hidden by default, JS will toggle */
}

/* Simple toggle for FAQ (JS will add/remove active class) */
.page-resources-lodi291-download-guide__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-resources-lodi291-download-guide__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-lodi291-download-guide__faq-question.active + .page-resources-lodi291-download-guide__faq-answer {
    display: block;
}


.page-resources-lodi291-download-guide__cta-banner {
    background-color: #000000; /* Main color */
    color: #FFFFFF;
    padding: 60px 20px;
    text-align: center;
    border-radius: 10px;
    margin-top: 60px;
}

.page-resources-lodi291-download-guide__cta-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.page-resources-lodi291-download-guide__cta-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #f0f0f0;
}

.page-resources-lodi291-download-guide__button--download-large,
.page-resources-lodi291-download-guide__button--register-large {
    padding: 18px 40px;
    font-size: 1.2em;
    margin: 10px;
}

.page-resources-lodi291-download-guide__button--download-large {
    background-color: #FCBC45;
    color: #000000;
    border: 2px solid #FCBC45;
}

.page-resources-lodi291-download-guide__button--download-large:hover {
    background-color: #e0a73b;
    border-color: #e0a73b;
}

.page-resources-lodi291-download-guide__button--register-large {
    background-color: #FFFFFF;
    color: #000000;
    border: 2px solid #FFFFFF;
}

.page-resources-lodi291-download-guide__button--register-large:hover {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-lodi291-download-guide__hero-title {
        font-size: 2.5em;
    }

    .page-resources-lodi291-download-guide__hero-description {
        font-size: 1em;
    }

    .page-resources-lodi291-download-guide__hero-buttons {
        flex-direction: column;
    }

    .page-resources-lodi291-download-guide__button {
        width: 100%;
        max-width: 300px;
    }

    .page-resources-lodi291-download-guide__section-title {
        font-size: 1.8em;
    }

    .page-resources-lodi291-download-guide__features-list {
        grid-template-columns: 1fr;
    }

    .page-resources-lodi291-download-guide__cta-title {
        font-size: 2em;
    }

    .page-resources-lodi291-download-guide__cta-description {
        font-size: 1em;
    }
    
    /* Mobile content area image constraint */
    .page-resources-lodi291-download-guide img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .page-resources-lodi291-download-guide__hero-title {
        font-size: 2em;
    }
    .page-resources-lodi291-download-guide__hero-section {
        padding: 60px 15px;
    }
    .page-resources-lodi291-download-guide__content-area {
        padding: 30px 15px;
    }
    .page-resources-lodi291-download-guide__section-title {
        font-size: 1.6em;
    }
    .page-resources-lodi291-download-guide__list-title,
    .page-resources-lodi291-download-guide__features-title,
    .page-resources-lodi291-download-guide__troubleshooting-title,
    .page-resources-lodi291-download-guide__faq-question {
        font-size: 1.2em;
    }
}