/* FSPL readable blog layout - public SEO pages */
.blog-hero,
.blog-detail-hero {
    position: relative;
    min-height: 420px;
    padding: 150px 0 90px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(12, 68, 82, .92), rgba(12, 68, 82, .76)),
        url("/assets/images/pages/corporate-hero.webp") center/cover no-repeat;
}

.blog-detail-hero {
    min-height: 470px;
}

.blog-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    align-items: center;
    margin-bottom: 1.25rem;
    font-size: .92rem;
    color: rgba(255,255,255,.82);
}

.blog-breadcrumb a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.blog-hero-content,
.blog-detail-header {
    max-width: 960px;
}

.blog-eyebrow,
.blog-category {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: .9rem;
    padding: .42rem .72rem;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: inherit;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.blog-category {
    background: rgba(30, 95, 116, .10);
    color: #144455;
}

.blog-detail-header .blog-category {
    background: rgba(255,255,255,.14);
    color: #fff;
}

.blog-hero h1,
.blog-detail-header h1 {
    max-width: 920px;
    margin: 0 0 1.1rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.35rem, 5vw, 4.7rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -.04em;
    color: #fff !important;
}

body .blog-hero .blog-hero-content h1,
body .blog-detail-hero .blog-detail-header h1 {
    color: #fff !important;
}

.blog-hero p,
.blog-detail-header p {
    max-width: 820px;
    margin: 0;
    font-size: clamp(1.05rem, 1.4vw, 1.32rem);
    line-height: 1.75;
    color: rgba(255,255,255,.9);
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem 1rem;
    margin-top: 1.15rem;
    font-size: .9rem;
    font-weight: 700;
    color: #5f7280;
}

.blog-detail-meta {
    color: rgba(255,255,255,.86);
}

.blog-section,
.blog-detail-section {
    padding: 80px 0;
    background: #f6fafb;
}

.blog-section-heading {
    max-width: 820px;
    margin-bottom: 2rem;
}

.blog-section-heading-secondary {
    margin-top: 3.2rem;
}

.blog-section-heading h2 {
    margin: 0 0 .8rem;
    color: #144455;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.1;
}

.blog-section-heading p {
    margin: 0;
    color: #607784;
    font-size: 1.05rem;
    line-height: 1.75;
}

.blog-featured-grid,
.blog-grid {
    display: grid;
    gap: 1.45rem;
}

.blog-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-card {
    height: 100%;
    border: 1px solid rgba(30, 95, 116, .14);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(17, 65, 80, .08);
    overflow: hidden;
}

.blog-card-featured {
    min-height: 340px;
}

.blog-card-body {
    height: 100%;
    padding: 1.8rem;
    display: flex;
    flex-direction: column;
}

.blog-card h3 {
    margin: .35rem 0 .85rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.15;
}

.blog-card h3 a {
    color: #144455;
    text-decoration: none;
}

.blog-card p {
    color: #5f7280;
    line-height: 1.75;
    font-size: 1rem;
}

.blog-read-link {
    margin-top: auto;
    color: #1e5f74;
    font-weight: 800;
    text-decoration: none;
}

.blog-empty-state {
    padding: 3rem;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(17, 65, 80, .08);
}

.blog-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 870px) 330px;
    gap: 2rem;
    align-items: start;
    justify-content: center;
}

.blog-detail-content {
    border: 1px solid rgba(30, 95, 116, .14);
    border-radius: 28px;
    background: #fff;
    padding: clamp(2rem, 4vw, 3.4rem);
    box-shadow: 0 18px 55px rgba(17, 65, 80, .09);
    color: #243b46;
    font-size: 1rem;
    line-height: 1.75;
}

.blog-detail-content p {
    margin: 0 0 1.45rem;
}

.blog-detail-content h2 {
    margin: 2.3rem 0 1rem;
    color: #144455;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    line-height: 1.15;
    letter-spacing: -.02em;
}

.blog-detail-content h3 {
    margin: 1.8rem 0 .85rem;
    color: #144455;
    font-size: 1.28rem;
    font-weight: 800;
}

.blog-detail-content ul,
.blog-detail-content ol {
    margin: 0 0 1.6rem;
    padding-left: 1.35rem;
}

.blog-detail-content li {
    margin-bottom: .65rem;
}

.blog-detail-aside {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 1rem;
}

.blog-aside-card {
    border: 1px solid rgba(30, 95, 116, .14);
    border-radius: 22px;
    background: #fff;
    padding: 1.35rem;
    box-shadow: 0 14px 36px rgba(17, 65, 80, .07);
}

.blog-aside-card h2 {
    color: #144455;
    font-size: 1.35rem;
    margin: 0 0 .65rem;
}

.blog-aside-card p,
.blog-aside-links {
    color: #607784;
    line-height: 1.65;
    font-size: .98rem;
}

.blog-aside-button {
    display: inline-flex;
    margin-top: .6rem;
    padding: .78rem 1.05rem;
    border-radius: 999px;
    background: #1e5f74;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

.blog-aside-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-aside-links li + li {
    margin-top: .65rem;
}

.blog-aside-links a {
    color: #144455;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .blog-featured-grid,
    .blog-grid,
    .blog-detail-layout {
        grid-template-columns: 1fr;
    }

    .blog-detail-aside {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .blog-hero,
    .blog-detail-hero {
        padding: 125px 0 70px;
        min-height: 390px;
    }

    .blog-card-body,
    .blog-detail-content {
        padding: 1.35rem;
    }

    .blog-section,
    .blog-detail-section {
        padding: 54px 0;
    }
}
