/* ==========================================================================
   Blog Archive Page Styles
   ========================================================================== */

/* Fix any layout shift issues - FORCE SHIFT RIGHT */
body.page-template-page-our-blogs {
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden !important;
    width: 100vw;
}

body.page-template-page-our-blogs #header {
    margin-left: 2cm !important;
}

body.page-template-page-our-blogs #blogHeroSection {
    margin-left: 2cm !important;
}

body.page-template-page-our-blogs #blogIntroSection {
    margin-left: 2cm !important;
}

body.page-template-page-our-blogs #blogFeaturedSection {
    margin-left: 2cm !important;
}

body.page-template-page-our-blogs #blogCategoriesSection {
    margin-left: 2cm !important;
}

body.page-template-page-our-blogs #blogGridSection {
    margin-left: 2cm !important;
}

body.page-template-page-our-blogs #blogWhyFollowSection {
    margin-left: 2cm !important;
}

body.page-template-page-our-blogs #linkCardsSection,
body.page-template-page-our-blogs #sitemapSection {
    margin-left: 2cm !important;
}

/* Hero Section - Match Homepage */
#blogHeroSection {
    position: relative;
    height: 92vh;
    width: 99.375vw;
    overflow-y: clip;
    overflow-x: clip;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#blogHeroSection::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(40, 84, 162, 0.8) 20%, rgba(40, 84, 162, 0.8) 80%, transparent);
    box-shadow: 0 2px 8px rgba(40, 84, 162, 0.4);
}

#blogHeroSeor {
    position: absolute;
    bottom: 0vw;
    right: 0vw;
    height: 24.4296vh;
    width: 25.412vh;
}

.scrollText {
    position: absolute;
    bottom: 5.8333vh;
    left: 1.5104vw;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: "markProRegular";
    font-size: 0.6771vw;
    letter-spacing: 0.2031vw;
}

.scrollText::before {
    content: "";
    position: absolute;
    background-color: black;
    height: 16.9796vh;
    width: 0.1042vw;
    bottom: 8.8889vh;
    left: 0.3125vw;
    animation: scale-up-ver-bottom 1.5s ease-in-out 2s infinite alternate-reverse both;
}

#blogHeroSubHead {
    font-family: "markProRegular", system-ui, sans-serif;
    font-size: 1.56vw;
    text-transform: uppercase;
    letter-spacing: 0.19vw;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
}

#blogHeroSubHead::before {
    content: "";
    position: absolute;
    background-color: #000000;
    height: 0.1vw;
    width: 8.65vw;
    left: -11.09vw;
    top: 48%;
}

.blogHeroCopy {
    font-family: "markProHeavy", system-ui, sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #000000;
    text-align: center;
    margin: 0 0 2.5rem;
    max-width: 700px;
}

/* Make hero text and search bar sit above background SVG */
#blogHeroSubHead,
.blogHeroCopy,
#blogSearchWrapper {
    position: relative;
    z-index: 1;
}

.blogHeroCopy .gradientType {
    background: linear-gradient(90deg, #61c17e, #4ba3c3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Search Bar */
#blogSearchWrapper {
    width: 100%;
    max-width: 800px;
    margin-top: 1rem;
}

#blogSearchForm {
    width: 100%;
}

#blogSearchInner {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    padding: 0.5rem 0.5rem 0.5rem 1.25rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    gap: 0.75rem;
}

.blogSearchIcon {
    width: 20px;
    height: 20px;
    color: #999999;
    flex-shrink: 0;
}

#blogSearchInput {
    flex: 1;
    border: none;
    outline: none;
    font-family: "markProRegular", system-ui, sans-serif;
    font-size: 1rem;
    color: #333333;
    background: transparent;
}

#blogSearchInput::placeholder {
    color: #aaaaaa;
}

#blogCategorySelect {
    border: none;
    border-left: 1px solid #e0e0e0;
    padding: 0.75rem 1rem;
    font-family: "markProRegular", system-ui, sans-serif;
    font-size: 0.9rem;
    color: #555555;
    background: transparent;
    cursor: pointer;
    outline: none;
    min-width: 150px;
}

#blogSearchBtn {
    background: linear-gradient(135deg, #2854a2, #61c17e);
    color: #ffffff;
    border: none;
    padding: 0.85rem 1.75rem;
    border-radius: 6px;
    font-family: "markProMedium", system-ui, sans-serif;
    font-size: 0.95rem;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

#blogSearchBtn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

/* Section Headers */
.blogSectionHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.blogSectionTitle {
    font-family: "markProMedium", system-ui, sans-serif;
    font-size: 1.5rem;
    color: #1a1a2e;
    margin: 0;
}

.blogSectionTitle .categoryCount,
.blogSectionTitle .blogCount {
    font-family: "markProRegular", system-ui, sans-serif;
    font-size: 1rem;
    color: #888888;
}

.blogNavArrows {
    display: flex;
    gap: 0.5rem;
}

.blogNavArrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.blogNavArrow span {
    font-size: 1.3rem;
    line-height: 1;
    color: #666666;
}

.blogNavArrow:hover {
    background: #2854a2;
    border-color: #2854a2;
}

.blogNavArrow:hover span {
    color: #ffffff;
}

/* Featured Article Section */
#blogFeaturedSection {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem 3rem;
}

.featuredArticleCard {
    display: flex;
    gap: 2.5rem;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.featuredArticleCard:hover {
    box-shadow: 0 8px 30px rgba(40, 84, 162, 0.12);
    transform: translateY(-2px);
}

.featuredArticleImage {
    flex: 0 0 55%;
    max-width: 55%;
    overflow: hidden;
}

.featuredThumb {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

.featuredThumbPlaceholder {
    width: 100%;
    min-height: 320px;
    background: linear-gradient(135deg, #e0e0e0, #f5f5f5);
}

.featuredArticleContent {
    flex: 1;
    padding: 2rem 2rem 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featuredCategory {
    font-family: "markProMedium", system-ui, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    color: #2854a2;
    margin-bottom: 0.75rem;
}

.featuredTitle {
    font-family: "markProMedium", system-ui, sans-serif;
    font-size: 1.6rem;
    color: #1a1a2e;
    margin: 0 0 1rem;
    line-height: 1.3;
}

.featuredExcerpt {
    font-family: "markProRegular", system-ui, sans-serif;
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.6;
    margin: 0 0 1rem;
}

.featuredReadTime {
    font-family: "markProRegular", system-ui, sans-serif;
    font-size: 0.85rem;
    color: #61c17e;
    margin-bottom: 1.25rem;
}

.featuredAuthor {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.featuredAuthorAvatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.featuredAuthorName {
    font-family: "markProMedium", system-ui, sans-serif;
    font-size: 0.9rem;
    color: #333333;
}

/* Categories Section */
#blogCategoriesSection {
    position: relative;
    overflow-x: clip;
    background-color: #F4F8FC;
    padding: 6rem 0 7rem;
}

#blogCategoriesSection::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 99.375vw;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(40, 84, 162, 0.8) 20%, rgba(40, 84, 162, 0.8) 80%, transparent);
    box-shadow: 0 2px 8px rgba(40, 84, 162, 0.4);
}

#blogCategoriesSection .blogSectionHeader,
#blogCategoriesSection .blogCategoriesSlider {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.blogCategoriesSlider {
    overflow: hidden;
}

.blogCategoriesTrack {
    display: flex;
    gap: 1rem;
    transition: transform 0.4s ease;
}

.blogCategoryCard {
    flex: 0 0 auto;
    min-width: 180px;
    padding: 1.5rem 1.25rem;
    background: linear-gradient(135deg, #2854a2, #1a3d7c);
    border-radius: 12px;
    text-decoration: none;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blogCategoryCard:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(40, 84, 162, 0.3);
}

.blogCategoryName {
    font-family: "markProMedium", system-ui, sans-serif;
    font-size: 1rem;
}

.blogCategoryPostCount {
    font-family: "markProRegular", system-ui, sans-serif;
    font-size: 0.85rem;
    opacity: 0.8;
}

/* Blog Grid Section */
#blogGridSection {
    position: relative;
    background-color: #F4F8FC;
    width: 99.375vw;
    padding: 6rem 0 7rem;
}

#blogGridSection::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 99.375vw;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(40, 84, 162, 0.8) 20%, rgba(40, 84, 162, 0.8) 80%, transparent);
    box-shadow: 0 2px 8px rgba(40, 84, 162, 0.4);
}

#blogGridSection .blogSectionHeader,
#blogGridSection .blogGrid,
#blogGridSection .blogPagination {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.blogGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.blogCard {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.blogCard:hover {
    box-shadow: 0 6px 24px rgba(40, 84, 162, 0.1);
    transform: translateY(-3px);
}

.blogCardLink {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.blogCardImageWrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.blogCardImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blogCard:hover .blogCardImage {
    transform: scale(1.03);
}

.blogCardImagePlaceholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e8e8e8, #f5f5f5);
}

.blogCardContent {
    padding: 1.25rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blogCardCategory {
    font-family: "markProMedium", system-ui, sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    color: #2854a2;
    margin-bottom: 0.5rem;
}

.blogCardTitle {
    font-family: "markProRegular", system-ui, sans-serif;
    font-size: 1.05rem;
    color: #1a1a2e;
    margin: 0 0 0.6rem;
    line-height: 1.35;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogCardExcerpt {
    font-family: "markProRegular", system-ui, sans-serif;
    font-size: 0.88rem;
    color: #666666;
    line-height: 1.5;
    margin: 0 0 0.75rem;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogCardMeta {
    font-family: "markProRegular", system-ui, sans-serif;
    font-size: 0.8rem;
    color: #999999;
    margin-top: auto;
}

/* Pagination */
.blogPagination {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.blogPagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 0.75rem;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    font-family: "markProMedium", system-ui, sans-serif;
    font-size: 0.9rem;
    color: #555555;
    text-decoration: none;
    transition: all 0.2s ease;
}

.blogPagination .page-numbers:hover {
    border-color: #2854a2;
    color: #2854a2;
}

.blogPagination .page-numbers.current {
    background: #2854a2;
    border-color: #2854a2;
    color: #ffffff;
}

.noBlogsFound {
    text-align: center;
    font-family: "markProRegular", system-ui, sans-serif;
    font-size: 1rem;
    color: #888888;
    padding: 3rem 0;
}

/* Footer alignment - match homepage */
body.page-template-page-our-blogs #linkCardsSection {
    width: 100vw;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .blogGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    .featuredArticleImage {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    #blogHeroSection {
        padding: 5rem 1.5rem 3rem;
        min-height: 320px;
    }

    #blogSearchInner {
        flex-wrap: wrap;
        padding: 0.75rem;
        gap: 0.5rem;
    }

    .blogSearchIcon {
        display: none;
    }

    #blogSearchInput {
        flex: 1 1 100%;
        padding: 0.75rem;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
    }

    #blogCategorySelect {
        flex: 1;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        border-left: 1px solid #e0e0e0;
    }

    #blogSearchBtn {
        flex: 0 0 auto;
    }

    .featuredArticleCard {
        flex-direction: column;
    }

    .featuredArticleImage {
        flex: none;
        max-width: 100%;
    }

    .featuredThumb,
    .featuredThumbPlaceholder {
        min-height: 220px;
    }

    .featuredArticleContent {
        padding: 1.5rem;
    }

    .blogGrid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .blogCategoryCard {
        min-width: 150px;
    }
}

@media (max-width: 480px) {
    .blogHeroCopy {
        font-size: 1.75rem;
    }

    .blogSectionTitle {
        font-size: 1.25rem;
    }

    .featuredTitle {
        font-size: 1.3rem;
    }
}

/* ==========================================================================
   New Sections - Hero Updates, Introduction, Featured Insights, Why Follow
   ========================================================================== */

/* Hero Section Updates */
.blogHeroSubtitle {
    font-family: "markProRegular", system-ui, sans-serif;
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    color: #333;
    text-align: center;
    margin: 1rem 0 1.5rem;
    max-width: 800px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.blogHeroCTA {
    display: inline-block;
    padding: 0.875rem 2rem;
    background: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 0.25rem;
    font-family: "markProMedium", system-ui, sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    margin-top: 1rem;
}

.blogHeroCTA:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(61, 51, 147, 0.3);
}

/* Introduction Section */
#blogIntroSection {
    padding: 8rem 2rem 9rem;
    background: linear-gradient(135deg, #f8fafb 0%, #fff 100%);
    position: relative;
}

#blogIntroSection::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 99.375vw;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(40, 84, 162, 0.8) 20%, rgba(40, 84, 162, 0.8) 80%, transparent);
    box-shadow: 0 2px 8px rgba(40, 84, 162, 0.4);
}

.d360-section-divider {
    width: 99.375vw;
    margin: 0 auto;
}

#blogIntroSection .d360-section-divider {
    position: relative;
}

.blogIntroContent {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.blogIntroText {
    font-family: "markProRegular", system-ui, sans-serif;
    font-size: clamp(1.125rem, 1.35vw, 1.25rem);
    line-height: 1.8;
    color: #333;
    margin: 0 0 2rem 0;
}

.blogIntroText .gradientType {
    background: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "markProMedium", system-ui, sans-serif;
}

/* Featured Insights Section */
#blogFeaturedSection {
    padding: 6rem 2rem 7rem;
    background: #fff;
    position: relative;
}

#blogFeaturedSection::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 99.375vw;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(40, 84, 162, 0.8) 20%, rgba(40, 84, 162, 0.8) 80%, transparent);
    box-shadow: 0 2px 8px rgba(40, 84, 162, 0.4);
}

.blogFeaturedContainer {
    max-width: 1100px;
    margin: 0 auto;
}

.blogFeaturedSlider {
    overflow: hidden;
    margin-top: 2rem;
}

.blogFeaturedTrack {
    display: flex;
    gap: 2rem;
    transition: transform 0.5s ease;
}

.blogFeaturedCard {
    flex: 0 0 100%;
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(40, 84, 162, 0.15);
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    min-height: 380px;
}

.blogFeaturedCard::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1rem;
    padding: 2px;
    background: linear-gradient(135deg, #2854a2, #61c17e, #4ba3c3, #2854a2);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.blogFeaturedCard:hover {
    box-shadow: 0 8px 30px rgba(40, 84, 162, 0.25);
}

.blogFeaturedCard:hover::before {
    opacity: 1;
}

.blogFeaturedLink {
    text-decoration: none;
    color: inherit;
    display: flex;
    width: 100%;
    height: 100%;
}

.blogFeaturedImageWrapper {
    position: relative;
    width: 50%;
    flex-shrink: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
}

.blogFeaturedImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blogFeaturedCard:hover .blogFeaturedImage {
    transform: scale(1.05);
}

.blogFeaturedImagePlaceholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
}

.blogFeaturedContent {
    padding: 2rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blogFeaturedCategory {
    display: inline-block;
    font-family: "markProMedium", system-ui, sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    color: #2b76b9;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.blogFeaturedTitle {
    font-family: "markProMedium", system-ui, sans-serif;
    font-size: clamp(1.35rem, 1.65vw, 1.65rem);
    line-height: 1.35;
    color: #000;
    margin: 0 0 1rem;
    transition: color 0.3s ease;
}

.blogFeaturedExcerpt {
    font-family: "markProRegular", system-ui, sans-serif;
    font-size: 0.925rem;
    line-height: 1.65;
    color: #666;
    margin: 0 0 1.5rem;
}

.blogFeaturedMeta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.blogFeaturedAuthor {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.blogFeaturedAuthorAvatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.blogFeaturedAuthorName {
    font-family: "markProMedium", system-ui, sans-serif;
    font-size: 0.9rem;
    color: #000;
}

.blogFeaturedReadTime {
    font-family: "markProRegular", system-ui, sans-serif;
    font-size: 0.85rem;
    color: #888;
}

/* Why Follow Section */
#blogWhyFollowSection {
    padding: 6rem 2rem 7rem;
    background: linear-gradient(135deg, #f8fafb 0%, #fff 100%);
    position: relative;
}

#blogWhyFollowSection::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 99.375vw;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(40, 84, 162, 0.8) 20%, rgba(40, 84, 162, 0.8) 80%, transparent);
    box-shadow: 0 2px 8px rgba(40, 84, 162, 0.4);
}

.blogWhyFollowHeader {
    text-align: center;
    margin-bottom: 3rem;
}

.blogWhyFollowHeader .blogSectionTitle {
    font-size: clamp(2rem, 3vw, 2.5rem);
}

.blogWhyFollowGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.blogWhyFollowCard {
    background: #fff;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    text-align: center;
    flex: 0 0 calc(33.333% - 1.35rem);
    max-width: calc(33.333% - 1.35rem);
}

.blogWhyFollowCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(61, 51, 147, 0.12);
}

.blogWhyFollowIcon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(61, 51, 147, 0.1) 0%, rgba(53, 235, 147, 0.1) 100%);
    border-radius: 50%;
    color: #2b76b9;
    transition: all 0.3s ease;
}

.blogWhyFollowCard:hover .blogWhyFollowIcon {
    background: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
    color: #fff;
    transform: scale(1.1);
}

.blogWhyFollowTitle {
    font-family: "markProMedium", system-ui, sans-serif;
    font-size: 1.25rem;
    color: #000;
    margin: 0 0 1rem;
}

.blogWhyFollowText {
    font-family: "markProRegular", system-ui, sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* Responsive adjustments for new sections */
@media (max-width: 1024px) {
    .blogFeaturedCard {
        flex: 0 0 100%;
    }

    .blogWhyFollowCard {
        flex: 0 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
}

@media (max-width: 768px) {
    #blogIntroSection {
        padding: 3rem 1.5rem;
    }
    
    .blogIntroText {
        font-size: 1.05rem;
    }
    
    #blogFeaturedSection {
        padding: 3rem 1.5rem;
    }
    
    .blogFeaturedCard {
        flex: 0 0 100%;
        flex-direction: column;
        min-height: auto;
    }
    
    .blogFeaturedImageWrapper {
        width: 100%;
        padding-top: 60%;
        position: relative;
    }
    
    .blogFeaturedImage {
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .blogFeaturedContent {
        padding: 1.5rem;
        width: 100%;
    }
    
    #blogWhyFollowSection {
        padding: 3rem 1.5rem;
    }

    .blogWhyFollowCard {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .blogHeroSubtitle {
        font-size: 1rem;
    }
    
    .blogHeroCTA {
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .blogWhyFollowCard {
        padding: 1.5rem;
    }
    
    .blogWhyFollowIcon {
        width: 60px;
        height: 60px;
    }
    
    .blogWhyFollowIcon svg {
        width: 32px;
        height: 32px;
    }
}
