/* Housedone SEO Sections - Global Styles */
/* Add this to your site footer or head section */

.hse-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Circe', Arial, sans-serif;
}

.hse-wrapper h2,
.hse-wrapper h4 {
    font-family: 'Circe', Arial, sans-serif;
}

.hse-seo-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.hse-info-block {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.hse-info-block h2 {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}

.hse-info-block p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
    line-height: 1.8;
}

.hse-info-block ul {
    list-style: none;
    margin-bottom: 15px;
}

.hse-info-block li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}

.hse-info-block li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #00a557;
    font-weight: 600;
}

.hse-highlight {
    background: #f0f9f4;
    border-left: 4px solid #00a557;
    padding: 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.hse-highlight p {
    margin-bottom: 0;
    color: #333333;
}

.hse-styles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.hse-style-card {
    background: #f8f8f8;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.hse-style-card:hover {
    background: #f0f9f4;
}

.hse-style-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}

.hse-style-card p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
}

.hse-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.hse-option-card {
    background: #f8f8f8;
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #00a557;
}

.hse-option-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}

.hse-option-card p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
}

.hse-tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.hse-tip-card {
    background: #f8f8f8;
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #00a557;
}

.hse-tip-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}

.hse-tip-card p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
}

.hse-cta-block {
    background: linear-gradient(135deg, #00a557 0%, #008f4a 100%);
    border-radius: 16px;
    padding: 40px;
    color: #ffffff;
}

.hse-cta-block h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hse-cta-block p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.hse-cta-block ul {
    list-style: none;
    margin-bottom: 25px;
}

.hse-cta-block li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
}

.hse-cta-block li:before {
    content: "✓";
    position: absolute;
    left: 0;
    font-weight: 600;
}

.hse-cta-button {
    display: inline-block;
    background: #ffffff;
    color: #00a557;
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.hse-cta-button:hover {
    background-color: #f0f0f0;
    color: #008f4a;
}

@media (max-width: 768px) {
    .hse-seo-section {
        padding: 40px 15px;
    }

    .hse-info-block {
        padding: 30px;
    }

    .hse-info-block h2 {
        font-size: 24px;
    }

    .hse-cta-block {
        padding: 30px;
    }

    .hse-cta-block h2 {
        font-size: 24px;
    }

    .hse-cta-block p {
        font-size: 16px;
    }

    .hse-styles-grid,
    .hse-options-grid,
    .hse-tips-grid {
        grid-template-columns: 1fr;
    }
}
