.blog-page {
    --blog-ink: #17263d;
    --blog-muted: #63738a;
    --blog-blue: #2357d9;
    color: var(--blog-ink);
    font-family: 'Hind', sans-serif;
    overflow: hidden;
}
.blog-page * { box-sizing: border-box; }
.blog-page a { text-decoration: none; }
.blog-page h1, .blog-page h2, .blog-page h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; }
.blog-hero {
    position: relative;
    padding: 95px 0 120px;
    background: radial-gradient(circle at 80% 15%, rgba(65, 148, 163, .32), transparent 32%), radial-gradient(circle at 7% 95%, rgba(50, 93, 148, .32), transparent 36%), #14243a;
}
.blog-hero::after { content: ''; position: absolute; right: -8%; bottom: -72px; width: 55%; height: 150px; background: #f6f9fd; transform: rotate(-4deg); }
.blog-hero-inner { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.blog-eyebrow, .blog-kicker { color: #6edccc; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.blog-eyebrow i { margin-right: 7px; }
.blog-hero h1 { max-width: 850px; margin: 24px 0; color: #fff; font-size: clamp(3rem, 5vw, 5rem); line-height: 1.08; letter-spacing: -.04em; }
.blog-hero h1 em { color: #f6c76e; font-weight: 500; }
.blog-hero p { max-width: 600px; margin: 0; color: #cbd6e4; font-size: 1.12rem; line-height: 1.6; }
.blog-hero-note { display: flex; align-items: end; justify-content: space-between; flex: 0 0 185px; min-height: 175px; padding: 22px; color: #fff; border: 1px solid rgba(255,255,255,.26); border-radius: 20px; background: rgba(255,255,255,.08); transform: rotate(5deg); }
.blog-hero-note span { font-size: 24px; font-weight: 800; line-height: 1.05; letter-spacing: -.05em; }
.blog-hero-note i { color: #6edccc; font-size: 30px; }
.blog-content { padding: 80px 0 65px; background: #f6f9fd; background-image: linear-gradient(rgba(40, 84, 130, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(40, 84, 130, .03) 1px, transparent 1px); background-size: 30px 30px; }
.blog-section-top, .blog-list-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.blog-kicker { color: #2259bf; }
.blog-count { color: var(--blog-muted); font-size: 13px; font-weight: 700; }
.blog-featured { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 430px; margin-top: 22px; overflow: hidden; border: 1px solid #e2eaf3; border-radius: 24px; background: #fff; box-shadow: 0 20px 55px rgba(30, 52, 80, .09); }
.blog-featured-image, .blog-tile-image { position: relative; display: block; overflow: hidden; background: #e7eff7; }
.blog-featured-image img, .blog-tile-image img { position: absolute; inset: 0; z-index: 1; display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.blog-featured-image:hover img, .blog-tile-image:hover img { transform: scale(1.035); }
.blog-featured-image > span:last-child { position: absolute; z-index: 2; left: 25px; bottom: 25px; padding: 9px 13px; color: #163147; border-radius: 8px; background: #a3e9d8; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.blog-image-art { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; padding: 12%; overflow: hidden; color: #fff; background: linear-gradient(135deg, #17334a, #278f88); }
.blog-image-art::after { content: ''; position: absolute; top: -45%; right: -15%; width: 80%; aspect-ratio: 1; border: 2px solid rgba(255,255,255,.19); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.05), 0 0 0 110px rgba(255,255,255,.04); }
.blog-image-art i { font-size: 35px; opacity: .8; }
.blog-image-art strong { position: relative; z-index: 1; max-width: 80%; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.1; }
.blog-image-art small { position: relative; z-index: 1; font-size: 10px; font-weight: 800; letter-spacing: .2em; opacity: .75; }
.blog-art-0 { background: linear-gradient(135deg, #254478, #5175bd); }
.blog-art-1 { background: linear-gradient(135deg, #255d65, #4da99d); }
.blog-art-2 { background: linear-gradient(135deg, #815146, #d48e70); }
.blog-art-3 { background: linear-gradient(135deg, #594e7a, #9988c1); }
.blog-tile .blog-image-art strong { font-size: 1.7rem; }
.blog-featured-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(30px, 5vw, 70px); }
.blog-category { display: inline-block; padding: 7px 11px; color: #246e69; border-radius: 99px; background: #e5f7f2; font-size: 11px; font-weight: 800; letter-spacing: .05em; }
.blog-featured h2 { margin: 22px 0 16px; font-size: clamp(2rem, 3vw, 3.25rem); line-height: 1.15; }
.blog-featured h2 a, .blog-tile h3 a { color: var(--blog-ink); }
.blog-featured h2 a:hover, .blog-tile h3 a:hover { color: var(--blog-blue); }
.blog-featured-copy > p { color: var(--blog-muted); font-size: 1.05rem; line-height: 1.65; }
.blog-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 7px; color: #8291a5; font-size: 13px; }
.blog-meta i { margin-right: 5px; }
.blog-read-link { display: inline-flex; align-items: center; gap: 13px; margin-top: 27px; color: var(--blog-blue); font-weight: 800; }
.blog-read-link:hover { color: #173d9f; }
.blog-list-heading { margin: 75px 0 24px; }
.blog-list-heading h2 { margin: 10px 0 0; font-size: clamp(2.2rem, 3.5vw, 3.3rem); }
.blog-list-heading > span { color: var(--blog-muted); font-size: 14px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.blog-tile { display: flex; flex-direction: column; overflow: hidden; border: 1px solid #e2eaf3; border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(25, 46, 73, .06); transition: transform .2s ease, box-shadow .2s ease; }
.blog-tile:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(25, 46, 73, .1); }
.blog-tile-image { height: 220px; }
.blog-tile-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 23px; }
.blog-tile h3 { margin: 14px 0 10px; font-size: 1.5rem; line-height: 1.28; }
.blog-tile p { margin-bottom: 22px; color: var(--blog-muted); font-size: 14px; line-height: 1.6; }
.blog-tile-footer { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: auto; padding-top: 16px; border-top: 1px solid #edf1f5; color: #8291a5; font-size: 12px; font-weight: 700; }
.blog-tile-footer a { display: grid; width: 34px; height: 34px; place-items: center; color: var(--blog-blue); border-radius: 10px; background: #eaf0ff; }
.blog-empty { max-width: 570px; margin: 30px auto 60px; padding: 70px 40px; text-align: center; border: 1px solid #e2eaf3; border-radius: 24px; background: #fff; }
.blog-empty > span { display: grid; width: 64px; height: 64px; margin: 0 auto 22px; place-items: center; color: var(--blog-blue); border-radius: 18px; background: #e9efff; font-size: 25px; }
.blog-empty h2 { font-size: 2.3rem; }
.blog-empty p { color: var(--blog-muted); }
.blog-empty a { display: inline-block; margin-top: 10px; color: var(--blog-blue); font-weight: 800; }
.blog-empty a i { margin-left: 8px; }
.blog-cta { padding: 0 0 90px; background: #f6f9fd; }
.blog-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 50px 6%; border-radius: 22px; background: radial-gradient(circle at 88% 20%, #2e6980, transparent 34%), #14263c; }
.blog-cta-inner span { color: #78e3d1; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.blog-cta h2 { margin: 12px 0; color: #fff; font-size: clamp(2rem, 3.5vw, 3.3rem); }
.blog-cta p { margin: 0; color: #c7d5e3; }
.blog-cta a { display: inline-flex; flex: none; align-items: center; gap: 20px; padding: 13px 21px; color: #162b43; border-radius: 11px; background: #fff; font-weight: 800; }
.blog-cta a:hover { color: var(--blog-blue); }
@media (max-width: 991.98px) {
    .blog-hero-note { display: none; }
    .blog-featured { grid-template-columns: 1fr; }
    .blog-featured-image { height: 330px; }
    .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
    .blog-hero { padding: 55px 0 85px; }
    .blog-hero h1 { font-size: 2.8rem; }
    .blog-hero p { font-size: 1rem; }
    .blog-content { padding-top: 55px; }
    .blog-featured-image { height: 240px; }
    .blog-featured-copy { padding: 28px; }
    .blog-list-heading { display: block; margin-top: 55px; }
    .blog-list-heading > span { display: block; margin-top: 8px; }
    .blog-grid { grid-template-columns: 1fr; }
    .blog-cta { padding-bottom: 60px; }
    .blog-cta-inner { display: block; padding: 35px 28px; }
    .blog-cta a { margin-top: 24px; }
}
@media (prefers-reduced-motion: reduce) {
    .blog-page *, .blog-page *::before, .blog-page *::after { transition: none !important; }
}

.blog-article-hero { position: relative; overflow: hidden; padding: 48px 0 100px; background: radial-gradient(circle at 82% 18%, rgba(66, 154, 159, .27), transparent 31%), #14243a; }
.blog-article-hero::after { content: ''; position: absolute; right: -9%; bottom: -85px; width: 55%; height: 145px; background: #f6f9fd; transform: rotate(-4deg); }
.blog-article-hero-inner { position: relative; z-index: 1; }
.blog-article-back { display: inline-flex; align-items: center; gap: 10px; color: #bbccdf; font-size: 14px; font-weight: 700; }
.blog-article-back:hover { color: #fff; }
.blog-article-heading { max-width: 850px; margin-top: 70px; }
.blog-article-label { display: inline-block; padding: 9px 13px; color: #9ce9d9; border: 1px solid rgba(156, 233, 217, .35); border-radius: 8px; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.blog-article-heading h1 { margin: 23px 0 19px; color: #fff; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1.1; letter-spacing: -.035em; overflow-wrap: anywhere; }
.blog-article-heading > p { max-width: 710px; margin: 0; color: #c5d3e2; font-size: 1.14rem; line-height: 1.65; }
.blog-article-meta { display: flex; flex-wrap: wrap; gap: 14px 25px; margin-top: 30px; color: #d4e0e9; font-size: 14px; }
.blog-article-meta i { margin-right: 7px; color: #86ded0; }
.blog-article-hero-mark { position: absolute; right: 30px; bottom: 20px; color: rgba(255,255,255,.11); font-size: clamp(2.5rem, 6vw, 5.5rem); font-weight: 800; line-height: .9; letter-spacing: -.06em; transform: rotate(-7deg); }
.blog-article-main { padding: 65px 0 100px; background: #f6f9fd; }
.blog-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 285px; align-items: start; gap: 28px; }
.blog-article-content { min-width: 0; overflow: hidden; border: 1px solid #e2eaf3; border-radius: 22px; background: #fff; box-shadow: 0 18px 45px rgba(30, 52, 80, .07); }
.blog-article-cover { height: clamp(260px, 35vw, 490px); overflow: hidden; background: #dce9f2; }
.blog-article-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.blog-article-body { padding: clamp(28px, 5vw, 64px); color: #354860; font-size: 1.08rem; line-height: 1.85; overflow-wrap: anywhere; }
.blog-article-body > :first-child { margin-top: 0; }
.blog-article-body h1, .blog-article-body h2, .blog-article-body h3, .blog-article-body h4 { margin: 1.6em 0 .6em; color: #17263d; line-height: 1.25; }
.blog-article-body h1 { font-size: 2.25rem; }
.blog-article-body h2 { font-size: 1.85rem; }
.blog-article-body h3 { font-size: 1.45rem; }
.blog-article-body p, .blog-article-body ul, .blog-article-body ol { margin: 0 0 1.3em; }
.blog-article-body > div { margin-bottom: 1.2em; }
.blog-article-body br + br { display: none; }
.blog-article-body li { margin-bottom: .35em; }
.blog-article-body a { color: #2357d9; text-decoration: underline; text-underline-offset: 3px; }
.blog-article-body img, .blog-article-body iframe, .blog-article-body video { max-width: 100%; height: auto; border-radius: 10px; }
.blog-article-body table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.blog-article-body th, .blog-article-body td { padding: 10px 14px; border: 1px solid #e2eaf3; }
.blog-article-body blockquote { margin: 1.8em 0; padding: 18px 24px; border-left: 4px solid #63c7b5; background: #f1faf8; font-family: 'Playfair Display', Georgia, serif; font-size: 1.3rem; }
.blog-article-end { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin: 0 clamp(28px, 5vw, 64px); padding: 25px 0 35px; border-top: 1px solid #e4eaf2; }
.blog-article-end span { color: #73839a; font-size: 13px; font-weight: 700; }
.blog-article-end a { display: inline-flex; align-items: center; gap: 12px; color: #2357d9; font-size: 14px; font-weight: 800; }
.blog-article-aside { position: sticky; top: 25px; display: grid; gap: 18px; }
.blog-article-aside-card, .blog-article-aside-note { padding: 29px; border: 1px solid #e2eaf3; border-radius: 18px; background: #fff; }
.blog-article-aside-card h2 { margin: 15px 0; color: #17263d; font-size: 1.75rem; line-height: 1.2; }
.blog-article-aside-card p { color: #63738a; font-size: 14px; line-height: 1.65; }
.blog-article-aside-card a { display: inline-flex; align-items: center; gap: 10px; margin-top: 8px; color: #2357d9; font-size: 13px; font-weight: 800; }
.blog-article-aside-note { display: grid; gap: 10px; background: #e8f5f2; }
.blog-article-aside-note > i { color: #22796f; font-size: 22px; }
.blog-article-aside-note span { color: #274d52; font-weight: 700; line-height: 1.4; }
.blog-article-aside-note a { color: #176960; font-size: 14px; font-weight: 800; }
@media (max-width: 991.98px) {
    .blog-article-layout { grid-template-columns: minmax(0, 1fr); }
    .blog-article-aside { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
    .blog-article-hero { padding: 28px 0 75px; }
    .blog-article-heading { margin-top: 45px; }
    .blog-article-heading h1 { font-size: 2.5rem; }
    .blog-article-heading > p { font-size: 1rem; }
    .blog-article-hero-mark { display: none; }
    .blog-article-main { padding: 32px 0 65px; }
    .blog-article-cover { height: 230px; }
    .blog-article-body { font-size: 1rem; }
    .blog-article-aside { grid-template-columns: minmax(0, 1fr); }
}
