/* ============================================================
   HOMEPAGE INLINE STYLES - Moved from index.php
   Clean SEO - No inline styles in HTML
   ============================================================ */

/* Homepage Intro Section */
.homepage-intro-container {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-bottom: 15px;
}

/* Increase space between intro and editors picks */
.homepage-intro-container + .editors-picks-wrapper,
.homepage-intro-container ~ .editors-picks-wrapper {
    margin-top: 55px !important;
}

.homepage-h1 {
    font-size: 32px !important;
    font-weight: 800 !important;
    letter-spacing: -0.45px !important;
    line-height: 1.12 !important;
    color: #111827 !important;
    margin: 0 0 25px 0;
    text-align: left;
}

.homepage-subtitle {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: #2c3e50;
    margin: 0 0 18px 0;
}

.homepage-intro {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 40px;
    text-align: left;
    max-width: 100%;
}

.editors-picks-wrapper .section-intro {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Modern read more toggle - handled by homepage-read-more.css */

.read-more-link {
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    color: #007bff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.read-more-link:hover {
    color: #0056b3;
    text-decoration: none;
}

/* Mobile: Unbold read more links */
@media (max-width: 767px) {
    .read-more-link {
        font-weight: 500;
    }
}

.read-more-toggle {
    font-weight: 600;
    display: inline-block;
    margin-top: 12px;
}

/* What We Do Section */
.what-we-do-image {
    width: 100%;
    max-width: 100%;
}

/* Apple-style spacing on mobile: reduce "dead air", keep rhythm */
@media (max-width: 767px) {
    .homepage-intro-container {
        padding-top: 28px;
        padding-bottom: 40px;
    }
    .homepage-h1 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .homepage-subtitle {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .homepage-intro {
        font-size: 16px;
        margin-bottom: 28px;
    }
}

/* News/Blog Section Spacing */
.news-blog-section {
    margin-top: 60px !important;
    margin-bottom: 30px !important;
}

.news-blog-block-heading {
    margin-bottom: 24px !important;
}

.news-blog-heading-icon {
    color: white;
}

.news-blog-link {
    color: white;
}

.news-blog-post {
    margin-bottom: 28px;
}

/* SEO Text Section */
.seo-text-section {
    margin-top: 15px !important;
    margin-bottom: 30px !important;
    padding-bottom: 0;
}

.seo-text {
    word-break: break-word;
}

.morelink2 {
    cursor: pointer;
    color: #007bff;
    font-weight: bold; /* Desktop: Bold */
    display: inline;
}

/* Mobile: Unbold SEO text read more link */
@media (max-width: 767px) {
    .morelink2 {
        font-weight: 500; /* Mobile: Unbold */
    }
}

/* Modern read more toggle - handled by homepage-read-more.css */

.seo-text ul {
    list-style-type: disc;
    margin-left: 20px;
}

/* Buying Guide Section */
.buying-guide-section {
    margin-top: 30px !important;
    margin-bottom: 80px !important;
}

.buying-guide-heading-icon {
    color: white;
}

.buying-guide-link {
    color: white;
}

.buying-guide-post {
    margin-bottom: 20px;
    border: none;
}

/* Tag Section (Hidden) */
.tag-section-hidden {
    display: none !important;
}

/* Footer Wrapper */
.footer-wrapper-homepage {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 0;
    overflow: hidden;
    margin-top: 80px !important;
}
