.blog-page { background: #f7fbff; color: #17233d; }
.blog-hero { position: relative; overflow: hidden; min-height: 355px; background: #062f68; color: #fff; }
.blog-hero:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 74% 42%, rgba(57,142,194,.42), transparent 33%), linear-gradient(120deg,#032454,#07528a); }
.blog-hero-inner { position: relative; z-index: 1; min-height: 355px; display: flex; align-items: center; justify-content: space-between; }
.blog-hero-inner > div:first-child { padding: 42px 0; max-width: 650px; }.blog-kicker { color: #f4b425; font-size: 12px; letter-spacing: 3px; font-weight: 800; margin: 0 0 13px; }.blog-hero h1 { color: #fff; font-family: var(--serif); font-size: clamp(46px, 6vw, 70px); line-height: 1.04; margin: 0 0 18px; }.blog-hero h1 span { color: #f4b425; }.blog-hero p:last-child { max-width: 560px; margin: 0; color: #dbeaf8; font-size: 16px; line-height: 1.7; }
.blog-hero-mark { width: 235px; height: 235px; margin-right: 70px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; transform: rotate(8deg); }.blog-hero-mark:before { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(244,180,37,.4); border-radius: 50%; }.blog-hero-mark i { color: #f4b425; font-size: 48px; margin-bottom: 12px; }.blog-hero-mark span { width: 55px; border-top: 1px solid rgba(255,255,255,.65); margin-bottom: 10px; }.blog-hero-mark b { color: #fff; font-size: 12px; letter-spacing: 3px; line-height: 1.7; text-align: center; }
.blog-content { padding: 62px 0 80px; }.blog-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 34px; }.blog-heading-row h2 { color: #062f68; font-family: var(--serif); font-size: 36px; line-height: 1.2; margin: 0; }.blog-heading-row .eyebrow { margin-bottom: 8px; }.blog-filter { display: flex; flex-wrap: wrap; gap: 8px; }.blog-filter a { padding: 9px 14px; border: 1px solid #dce6f1; border-radius: 20px; color: #627189; font-size: 12px; font-weight: 700; background: #fff; }.blog-filter a:hover, .blog-filter a.active { background: #062f68; border-color: #062f68; color: #fff; }
.blog-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 25px; align-items: start; }.blog-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.blog-card { overflow: hidden; border: 1px solid #dfe8f2; border-radius: 12px; background: #fff; box-shadow: 0 8px 24px rgba(6,47,104,.06); }.blog-card-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr 1fr; }.blog-card-image { position: relative; display: block; height: 180px; overflow: hidden; background: #d9e7f4; }.blog-card-featured .blog-card-image { height: 100%; min-height: 290px; }.blog-card-image:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(2,26,66,.48)); }.blog-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }.blog-card:hover .blog-card-image img { transform: scale(1.04); }.blog-card-image span { position: absolute; left: 16px; bottom: 14px; z-index: 1; padding: 5px 10px; border-radius: 4px; background: #f4b425; color: #062f68; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; }.blog-card-body { padding: 20px 21px 23px; }.blog-meta { display: flex; gap: 14px; flex-wrap: wrap; color: #8794a7; font-size: 11px; }.blog-meta span { display: inline-flex; gap: 6px; align-items: center; }.blog-meta i { color: #d99a05; }.blog-card h3 { color: #062f68; font-family: var(--serif); font-size: 20px; line-height: 1.35; margin: 13px 0 10px; }.blog-card-featured h3 { font-size: 26px; }.blog-card h3 a:hover { color: #d99a05; }.blog-card-body > p { color: #65738a; font-size: 13px; line-height: 1.65; margin: 0 0 16px; }.blog-read-more { display: inline-flex; align-items: center; gap: 8px; color: #062f68; font-size: 12px; font-weight: 800; }.blog-read-more:hover { color: #d99a05; }
.blog-sidebar { display: grid; gap: 18px; }.blog-sidebar-card { border: 1px solid #dfe8f2; border-radius: 12px; background: #fff; padding: 25px; box-shadow: 0 8px 24px rgba(6,47,104,.06); }.blog-subscribe { background: linear-gradient(145deg,#062f68,#0b5b92); color: #fff; }.blog-subscribe > i { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,.12); color: #f4b425; font-size: 22px; margin-bottom: 20px; }.blog-subscribe .eyebrow { color: #f4b425; font-size: 10px; margin-bottom: 8px; }.blog-subscribe h3, .blog-quick-links h3 { font-family: var(--serif); font-size: 21px; margin: 0 0 10px; }.blog-subscribe > p:not(.eyebrow) { color: #dbeaf8; font-size: 13px; line-height: 1.6; margin: 0 0 20px; }.blog-subscribe .btn { padding: 11px 16px; font-size: 12px; }.blog-quick-links h3 { color: #062f68; margin-bottom: 5px; }.blog-quick-links a { display: flex; align-items: center; gap: 10px; padding: 13px 0; border-bottom: 1px dashed #dfe7f1; color: #384860; font-size: 13px; font-weight: 700; }.blog-quick-links a:last-child { border: 0; }.blog-quick-links a > i:first-child { width: 24px; color: #d99a05; }.blog-quick-links a > i:last-child { margin-left: auto; font-size: 11px; color: #9aa6b8; }.blog-quick-links a:hover { color: #d99a05; }
.blog-page .navigation.pagination { display: flex; justify-content: center; gap: 8px; margin: 32px 0 0; }.blog-page .page-numbers { display: inline-flex; min-width: 34px; height: 34px; align-items: center; justify-content: center; border: 1px solid #dce6f1; border-radius: 6px; background: #fff; color: #062f68; font-size: 12px; }.blog-page .page-numbers.current, .blog-page .page-numbers:hover { background: #062f68; border-color: #062f68; color: #fff; }.blog-empty-state { max-width: 650px; margin: 20px auto 44px; padding: 60px 30px; border: 1px solid #dfe8f2; border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(6,47,104,.06); text-align: center; }.blog-empty-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 19px; border-radius: 50%; background: #fff6df; color: #d99a05; font-size: 29px; }.blog-empty-state .eyebrow { margin-bottom: 8px; }.blog-empty-state h3 { color: #062f68; font-family: var(--serif); font-size: 27px; margin: 0 0 10px; }.blog-empty-state > p:not(.eyebrow) { max-width: 490px; margin: 0 auto 23px; color: #65738a; font-size: 14px; line-height: 1.7; }.blog-empty-state .btn { font-size: 13px; padding: 12px 18px; }.blog-bottom-cta { display: flex; justify-content: space-between; align-items: center; gap: 22px; margin-top: 48px; padding: 27px 34px; border-radius: 12px; background: linear-gradient(110deg,#05265a,#0a568d); color: #fff; }.blog-bottom-cta .eyebrow { color: #f4b425; font-size: 10px; margin-bottom: 7px; }.blog-bottom-cta h2 { color: #fff; font-family: var(--serif); font-size: 25px; margin: 0; }
@media (max-width: 900px) { .blog-hero-mark { margin-right: 20px; }.blog-layout { grid-template-columns: 1fr; }.blog-sidebar { grid-template-columns: 1fr 1fr; }.blog-subscribe { grid-row: span 2; } }
@media (max-width: 680px) { .blog-hero { min-height: 350px; }.blog-hero-inner { min-height: 350px; }.blog-hero-mark { display: none; }.blog-content { padding: 46px 0 60px; }.blog-heading-row { display: block; }.blog-heading-row h2 { font-size: 30px; margin-bottom: 20px; }.blog-list { grid-template-columns: 1fr; }.blog-card-featured { display: block; }.blog-card-featured .blog-card-image { min-height: 210px; }.blog-card-featured h3 { font-size: 21px; }.blog-sidebar { grid-template-columns: 1fr; }.blog-subscribe { grid-row: auto; }.blog-bottom-cta { align-items: flex-start; flex-direction: column; padding: 24px; } }
