/* Full Reset - Prevent theme CSS inheritance */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    background: none;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-shadow: none;
    box-shadow: none;
    transition: none;
    animation: none;
}

/* Only remove list-style on specific non-content lists */
.product-features {
    list-style: none !important;
}

html {
    font-size: 16px !important;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background-color: #f5f5f5 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    line-height: 1.3;
}

p, span, a, li, td, th, label, input, textarea, button, select {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px;
}

strong, b {
    font-weight: bold !important;
    font-size: inherit !important;
}

em, i {
    font-style: italic !important;
    font-size: inherit !important;
}

u {
    text-decoration: underline !important;
    font-size: inherit !important;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    border: none;
}

.container {
    min-width: 1170px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.site-header {
    background-color: #2c5f7c !important;
    padding: 15px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

.logo {
    color: white;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
}

/* Main Content */
.main-content {
    background-color: white !important;
    padding: 30px 0;
}

.content-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.primary-content {
    flex: 1;
    min-width: 0;
}

.sidebar {
    flex: 0 0 320px;
    position: sticky;
    top: 20px;
}

/* Article Header */
.article-header {
    margin-bottom: 40px;
}

.article-title {
    font-size: 38px;
    color: #000;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.3;
}

.article-meta {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
    font-weight: normal;
}

.featured-images {
    margin-bottom: 30px;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.image-grid img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.product-card {
    flex: 1;
    background-color: #f9f9f9 !important;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.product-image {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 15px;
}

.product-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.rating {
    color: #ffa500;
    font-size: 18px;
    margin-bottom: 5px;
}

.reviews {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.product-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    width: 100%;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    text-align: left;
}

.checkmark {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-color: #5a8f5a !important;
    color: white !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
}

.feature-text {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

.cta-button {
    background-color: #3d6b4d !important;
    color: white !important;
    border: none !important;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    transition: background-color 0.3s ease !important;
}

.cta-button:hover {
    background-color: #2f5239 !important;
}

/* Intro Paragraph */
.intro-paragraph {
    margin-bottom: 30px;
}

.intro-paragraph p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

/* Rich Text Formatting - restore styles stripped by reset */
.intro-paragraph strong,
.intro-paragraph b,
.section-text strong,
.section-text b,
.info-box strong,
.info-box b {
    font-weight: bold !important;
    font-size: inherit !important;
}

.intro-paragraph em,
.intro-paragraph i,
.section-text em,
.section-text i,
.info-box em,
.info-box i {
    font-style: italic !important;
    font-size: inherit !important;
}

.intro-paragraph u,
.section-text u,
.info-box u {
    text-decoration: underline !important;
    font-size: inherit !important;
}

.intro-paragraph p,
.section-text p,
.info-box p {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #555;
    margin-bottom: 10px;
}

.intro-paragraph ul,
.section-text ul,
.info-box ul {
    list-style: disc !important;
    margin-left: 20px !important;
    margin-bottom: 15px !important;
    padding-left: 10px !important;
    font-size: 16px !important;
}

.intro-paragraph ol,
.section-text ol,
.info-box ol {
    list-style: decimal !important;
    margin-left: 20px !important;
    margin-bottom: 15px !important;
    padding-left: 10px !important;
    font-size: 16px !important;
}

.intro-paragraph li,
.section-text li,
.info-box li {
    font-size: 16px !important;
    line-height: 1.7;
    color: #333 !important;
    margin-bottom: 5px;
    display: list-item !important;
    list-style-type: inherit !important;
}

.intro-paragraph li strong,
.intro-paragraph li b,
.section-text li strong,
.section-text li b,
.info-box li strong,
.info-box li b {
    font-weight: bold !important;
    font-size: 16px !important;
}

.intro-paragraph a,
.section-text a,
.info-box a {
    color: #2c5f7c !important;
    text-decoration: underline !important;
    font-size: inherit !important;
}

.intro-paragraph a:hover,
.section-text a:hover,
.info-box a:hover {
    color: #1e4a5f !important;
}

.intro-paragraph blockquote,
.section-text blockquote,
.info-box blockquote {
    border-left: 4px solid #ddd !important;
    margin: 10px 0 !important;
    padding: 10px 20px !important;
    color: #666;
    font-style: italic !important;
    font-size: 16px !important;
}

/* Content Sections */
.article-content {
    margin-top: 40px;
}

.content-section {
    display: flex;
    gap: 25px;
    margin-bottom: 35px;
    align-items: flex-start;
}

.section-image {
    flex: 0 0 300px;
}

.section-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
}

.section-text {
    flex: 1;
}

.section-number {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 12px;
}

.section-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 10px;
}

/* CTA Section */
.cta-section {
    background-color: #e8f4f8 !important;
    padding: 40px;
    margin: 40px 0;
    text-align: center;
}

.cta-title {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.cta-image {
    width: 100%;
    max-width: 500px;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
}

.cta-subtitle {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

/* Bottom Content */
.bottom-content {
    margin-top: 40px;
    padding: 30px;
    background-color: #f9f9f9 !important;
}

.bottom-title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
}

.info-box {
    background-color: white !important;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-left: 4px solid #16a085 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
}

.info-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.final-cta-button {
    background-color: #2c5f7c !important;
    color: white !important;
    border: none !important;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    margin: 20px 0;
    display: block;
    text-align: center;
    transition: background-color 0.3s ease !important;
}

.final-cta-button:hover {
    background-color: #1e4a5f !important;
}

.green-cta-button {
    background-color: #16a085 !important;
    color: white !important;
    border: none !important;
    padding: 18px 30px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    margin: 20px 0;
    display: block;
    text-align: center;
    transition: background-color 0.3s ease !important;
}

.green-cta-button:hover {
    background-color: #138f76 !important;
}

.disclaimer {
    font-size: 15px;
    color: #666;
    text-align: center;
    margin: 15px 0;
    font-style: italic;
}

.footer-text {
    font-size: 15px;
    color: #555;
    text-align: center;
    margin: 10px 0;
}

.footer-text.small {
    font-size: 13px;
    color: #888;
}

/* Footer */
.site-footer {
    background-color: #2c5f7c !important;
    color: white !important;
    padding: 20px 0;
    text-align: center;
    margin-top: 40px;
}

.site-footer p {
    font-size: 16px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .container {
        min-width: auto;
        max-width: 100%;
    }

    .content-wrapper {
        flex-direction: column;
    }

    .sidebar {
        flex: 0 0 auto;
        width: 100%;
        position: static;
    }
}

@media (max-width: 768px) {
    .image-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .content-section {
        flex-direction: column;
    }

    .section-image {
        flex: 0 0 auto;
        width: 100%;
    }

    .section-image img {
        height: 250px;
    }

    .article-title {
        font-size: 26px;
    }

    .cta-title {
        font-size: 22px;
    }

    .bottom-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .article-title {
        font-size: 22px;
    }

    .image-grid {
        grid-template-columns: 1fr;
    }

    .image-grid img {
        height: 200px;
    }

    .section-number {
        font-size: 18px;
    }

    .section-text p {
        font-size: 15px;
    }

    .bottom-content {
        padding: 20px;
    }
}
