.iq-blog-home {
    margin-top: 7.5rem;
    margin-bottom: 4rem;
}

.iq-blog-eyebrow,
.iq-blog-meta,
.iq-blog-card-tags,
.iq-blog-read-time {
    color: #5f6f89;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.iq-blog-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    gap: 1.5rem;
    align-items: stretch;
    margin-bottom: 1.5rem;
}

.iq-blog-hero-main {
    border: 1px solid rgba(96, 116, 142, .18);
    border-radius: 8px;
    padding: clamp(1.35rem, 3vw, 2.25rem);
    background:
        linear-gradient(135deg, rgba(247, 250, 253, .98), rgba(231, 239, 249, .86)),
        radial-gradient(circle at 92% 12%, rgba(44, 123, 229, .15), transparent 36%);
    box-shadow: 0 16px 38px rgba(33, 53, 74, .1);
}

.iq-blog-hero h1 {
    max-width: 780px;
    margin: .35rem 0 .75rem;
    color: #162033;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: .98;
}

.iq-blog-hero p {
    max-width: 690px;
    margin-bottom: 1rem;
    color: #536176;
    font-size: 1rem;
    line-height: 1.65;
}

.iq-blog-feature {
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(96, 116, 142, .18);
    border-radius: 8px;
    color: inherit;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(33, 53, 74, .1);
}

.iq-blog-feature img,
.iq-blog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iq-blog-feature-image {
    min-height: 220px;
}

.iq-blog-feature-body,
.iq-blog-card-body {
    padding: 1rem;
}

.iq-blog-feature h2,
.iq-blog-card h2 {
    color: #162033;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
}

.iq-blog-feature h2 {
    font-size: 1.35rem;
}

.iq-blog-card h2 {
    font-size: 1.05rem;
}

.iq-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.iq-blog-card {
    display: grid;
    grid-template-rows: 172px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(96, 116, 142, .18);
    border-radius: 8px;
    color: inherit;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(33, 53, 74, .07);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.iq-blog-card:hover,
.iq-blog-feature:hover {
    border-color: rgba(44, 123, 229, .28);
    color: inherit;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(33, 53, 74, .12);
}

.iq-blog-card p,
.iq-blog-feature p {
    color: #5f6f89;
    font-size: .88rem;
    line-height: 1.55;
}

.iq-blog-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: 1.1rem;
}

.iq-blog-chip {
    border: 1px solid rgba(44, 123, 229, .18);
    border-radius: 999px;
    padding: .35rem .65rem;
    color: #1d5fb8;
    background: rgba(44, 123, 229, .08);
    font-size: .72rem;
    font-weight: 800;
}

.iq-blog-article-page {
    margin-top: 7.5rem;
    margin-bottom: 4rem;
}

.iq-blog-article-page.row {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding-right: .75rem;
    padding-left: .75rem;
}

.iq-blog-article-page > .row,
.iq-blog-article-page.row {
    --bs-gutter-x: 0;
}

.iq-blog-article-page .card {
    overflow: hidden;
    border: 1px solid rgba(96, 116, 142, .18);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(33, 53, 74, .1);
}

.iq-blog-article-page .card-body {
    padding: clamp(1.25rem, 4vw, 3rem);
}

.iq-blog-article-page .breadcrumb {
    margin-bottom: 1.5rem;
    color: #728198;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.iq-blog-article-page h1 {
    max-width: 860px;
    margin-top: .25rem;
    margin-bottom: .75rem;
    color: #162033 !important;
    font-size: clamp(2rem, 4vw, 3.3rem) !important;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
}

.iq-blog-article-page h3 {
    max-width: 760px;
    margin-bottom: 1.75rem !important;
    color: #536176;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.6;
}

.iq-blog-article-page h4,
.iq-blog-article-page h5,
.iq-blog-article-page h6 {
    margin-top: 1.5rem;
    color: #162033;
    font-weight: 900;
}

.iq-blog-article-page p,
.iq-blog-article-page li {
    color: #3c4658;
    font-size: .98rem;
    line-height: 1.72;
}

.iq-blog-article-page ol,
.iq-blog-article-page ul {
    padding-left: 1.25rem;
}

.iq-blog-article-page .text-success {
    color: #1d5fb8 !important;
}

.iq-blog-article-page iframe,
.iq-blog-article-page img {
    border-radius: 8px;
}

.iq-blog-article-page .mt-4[style*="border"] {
    border: 1px solid rgba(44, 123, 229, .18) !important;
    border-radius: 8px !important;
    padding: 1.2rem !important;
    background:
        linear-gradient(135deg, rgba(247, 250, 253, .98), rgba(231, 239, 249, .9)),
        radial-gradient(circle at 92% 8%, rgba(44, 123, 229, .12), transparent 34%);
}

@media (max-width: 991.98px) {
    .iq-blog-hero,
    .iq-blog-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .iq-blog-home,
    .iq-blog-article-page {
        margin-top: 6rem;
    }

    .iq-blog-card {
        grid-template-rows: 150px minmax(0, 1fr);
    }
}
