.blog-hero {
    overflow: hidden;
    padding: 72px 0;
    background:
        radial-gradient(circle at top left, rgba(122, 234, 255, 0.32) 0, transparent 34%),
        radial-gradient(circle at center right, rgba(244, 114, 182, 0.24) 0, transparent 40%),
        radial-gradient(circle at bottom left, rgba(250, 204, 21, 0.18) 0, transparent 30%),
        linear-gradient(135deg, #fdfefe 0%, #f4f8ff 48%, #eef7ff 100%);
    color: #123047
}

.blog-hero-inner {
    min-height: 270px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.blog-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 650px
}

.blog-hero-copy > span,
.article-hero>span {
    color: #03a371;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase
}

.blog-hero-art {
    position: relative;
    width: 435px;
    height: 270px;
    flex: 0 0 435px
}

.blog-hero-ring {
    position: absolute;
    top: -34px;
    left: 12px;
    width: 215px;
    height: 245px;
    border: 1px solid #fff;
    border-radius: 76px
}

.blog-hero-photo {
    position: absolute;
    object-fit: cover;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .2)
}

.blog-hero-photo--one {
    top: 0;
    left: 34px;
    width: 178px;
    height: 218px;
    border-radius: 70px 70px 0 70px
}

.blog-hero-photo--two {
    right: 0;
    bottom: -18px;
    width: 174px;
    height: 210px;
    border-radius: 88px
}

.blog-hero-dots {
    position: absolute;
    top: 32px;
    right: 100px;
    width: 84px;
    height: 24px;
    background: radial-gradient(circle, #fff 1.8px, transparent 2.4px) 0 0/18px 18px
}

.blog-hero-accent {
    position: absolute;
    right: 180px;
    bottom: 0;
    width: 67px;
    height: 67px;
    border-radius: 50% 0 50% 50%;
    background: #fe563c
}

.blog-list {
    padding: 26px 0 105px;
    background: #fff
}

.blog-browser {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 25px;
    align-items: start
}

.blog-categories {
    padding: 28px 24px;
    background: #f4f7fa
}

.blog-categories-title {
    margin: 0 0 16px;
    color: #0c2146;
    font-size: 1.25rem;
    font-weight: 900
}

.blog-filter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px
}

.blog-filter a {
    padding: 7px 0;
    border: 0;
    color: #0c2146;
    font-size: .96rem;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s, transform .2s
}

.blog-filter a:hover,
.blog-filter a.active {
    color: #09a64d;
    transform: translateX(4px)
}

.blog-filter a.active:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 4px;
    background: #09a64d
}

.blog-results-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 32px;
    margin: 0 0 15px
}

.blog-results-heading p {
    margin: 0;
    color: #0c2146;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase
}

.blog-results-heading span {
    color: #69758a;
    font-size: .82rem
}

.blog-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e3e8ef;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 3px 13px rgba(12, 20, 69, .08);
    transition: transform .25s, box-shadow .25s
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(12, 20, 69, .14)
}

.blog-card-image {
    overflow: hidden;
    display: block
}

.blog-card-image img {
    width: 100%;
    height: 190px;
    display: block;
    object-fit: cover;
    transition: transform .4s
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05)
}

.blog-card-body {
    min-height: 250px;
    padding: 20px 18px;
    display: flex;
    flex-direction: column
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #079c48;
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase
}

.blog-meta time {
    color: #8590a2
}

.blog-card h2 {
    margin: 12px 0 10px;
    font-size: 1.1rem;
    line-height: 1.36
}

.blog-card h2 a {
    color: #0c2146;
    font-weight: 800;
    text-decoration: none
}

.blog-card p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #5b6678;
    font-size: .89rem;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.blog-read {
    align-self: flex-start;
    margin-top: auto;
    padding-top: 18px;
    padding-bottom: 5px;
    border-bottom: 2px solid #0ca44b;
    color: #0c2146;
    font-size: .86rem;
    font-weight: 800;
    text-decoration: none
}

.blog-empty {
    padding: 50px;
    border-radius: 6px;
    background: #f3f6f9;
    color: #58657c;
    text-align: center
}

.blog-pagination {
    margin-top: 28px
}

.blog-pagination nav {
    display: flex;
    justify-content: center
}

.blog-pagination .pagination {
    margin: 0
}

.blog-pagination .page-link {
    color: #0c2146
}

.blog-pagination .active>.page-link {
    border-color: #0ca44b;
    background: #0ca44b
}

.is-loading {
    opacity: .42;
    pointer-events: none;
    transition: opacity .2s
}

.article-hero {
    padding: 84px 0 115px;
    background: #140452;
    color: #fff
}


.article-hero a {
    display: inline-block;
    margin-bottom: 34px;
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none
}

.article-hero h1 {
    margin: 14px 0 18px;
    font-size: clamp(2.45rem, 5vw, 4rem);
    font-weight: 900;
    line-height: 1.08
}

.article-hero p {
    max-width: 780px;
    color: rgba(255, 255, 255, .84);
    font-size: 1.1rem;
    line-height: 1.7
}

.article-hero time {
    color: #b7f2d2;
    font-size: .9rem;
    font-weight: 700
}

.article-featured-image {
    width: min(100% - 30px, 1000px);
    height: 480px;
    display: block;
    margin: -70px auto 55px;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 18px 40px rgba(12, 20, 69, .16)
}

.article-content {
    max-width: 760px;
    margin: 0 auto 90px;
    color: #2f3e58;
    font-size: 1.1rem;
    line-height: 1.9
}

.related-posts {
    padding: 75px 0;
    background: #f2f5f8
}

.related-posts h2 {
    margin-bottom: 35px;
    color: #0c1445;
    font-size: 2rem;
    font-weight: 900
}

.related-card {
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    display: block;
    background: #fff;
    color: #0c1445;
    text-decoration: none
}

.related-card img {
    width: 100%;
    height: 180px;
    object-fit: cover
}

.related-card span,
.related-card h3 {
    display: block;
    margin-right: 20px;
    margin-left: 20px
}

.related-card span {
    margin-top: 18px;
    color: #079c48;
    font-size: .73rem;
    font-weight: 800;
    text-transform: uppercase
}

.related-card h3 {
    margin-top: 7px;
    margin-bottom: 22px;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.3
}

@media(max-width:991.98px) {
    .blog-hero-art {
        transform: scale(.82);
        transform-origin: right center;
        margin-right: -52px
    }

    .blog-browser {
        grid-template-columns: 205px minmax(0, 1fr)
    }
}

@media(max-width:767.98px) {
    .blog-hero {
        padding: 60px 0
    }

    .blog-hero-inner {
        min-height: 0
    }

    .blog-hero-art {
        display: none
    }

    .blog-list {
        padding: 28px 0 70px
    }

    .blog-browser {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .blog-categories {
        padding: 20px
    }

    .blog-filter {
        flex-flow: row wrap;
        gap: 8px 18px
    }

    .blog-filter a {
        padding: 3px 0
    }

    .blog-card-body {
        min-height: 235px
    }

    .article-hero {
        padding: 65px 0 100px
    }

    .article-featured-image {
        height: 300px;
        margin-top: -60px
    }

    .article-content {
        font-size: 1rem
    }
}

.article-hero {
    padding: 42px 0 72px;
    background: #092550
}

.article-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .96fr);
    gap: 40px;
    align-items: center
}

.article-hero-copy {
    max-width: 650px
}

.article-back {
    margin-bottom: 26px !important;
    color: #dfeaff !important
}

.article-back i {
    margin-right: 7px
}

.article-category {
    display: inline-flex;
    padding: 6px 14px;
    border-radius: 999px;
    background: #fff;
    color: #0965f4;
    font-size: .76rem;
    font-weight: 800
}

.article-hero h1 {
    margin: 22px 0 28px;
    font-size: clamp(2.25rem, 3.6vw, 3.65rem);
    line-height: 1.12;
    letter-spacing: -.04em
}

.article-details {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: .86rem;
    font-weight: 700
}

.article-details span:first-of-type {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #8bb0d4
}

.article-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 38px
}

.article-author-mark {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #0ca84c;
    color: #fff;
    font-size: 2.35rem;
    font-weight: 900
}

.article-author strong,
.article-author span {
    display: block
}

.article-author strong {
    font-size: .96rem
}

.article-author span {
    margin-top: 3px;
    color: #e2eafa;
    font-size: .84rem
}

.article-hero-image {
    width: 100%;
    height: 365px;
    display: block;
    object-fit: cover
}

.article-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 55px;
    padding-top: 48px;
    padding-bottom: 100px
}

.article-body {
    min-width: 0
}

.article-lead {
    margin: 0 0 25px;
    color: #10284e;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.58
}

.article-content {
    max-width: none;
    margin: 0;
    color: #1a3155;
    font-size: 1.04rem;
    line-height: 1.78
}

.article-sidebar {
    display: flex;
    flex-direction: column;
    gap: 25px
}

.article-side-panel {
    padding: 28px 25px;
    background: #f5f9fb
}

.article-side-panel h2,
.article-reply h2,
.article-newsletter h2 {
    margin: 0 0 20px;
    color: #0c2146;
    font-size: 1.45rem;
    font-weight: 900
}

.article-side-panel nav {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.article-side-panel nav a {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: #172d4f;
    font-size: .94rem;
    text-decoration: none
}

.article-side-panel nav a:hover {
    color: #08a64b
}

.article-side-panel nav b {
    font-weight: 700
}

.article-featured-link {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 14px;
    align-items: center;
    margin: 0 0 18px;
    color: #10284e;
    text-decoration: none
}

.article-featured-link:last-child {
    margin-bottom: 0
}

.article-featured-link img {
    width: 78px;
    height: 64px;
    border-radius: 5px;
    object-fit: cover
}

.article-featured-link strong,
.article-featured-link small {
    display: block
}

.article-featured-link strong {
    font-size: .88rem;
    line-height: 1.25
}

.article-featured-link small {
    margin-top: 4px;
    color: #63738a;
    font-size: .76rem
}

.article-newsletter {
    padding: 30px 25px;
    background: #0b55bc;
    color: #fff
}

.article-newsletter h2 {
    color: #fff
}

.article-newsletter p {
    margin: 0 0 21px;
    color: rgba(255, 255, 255, .88);
    line-height: 1.55
}

.article-newsletter a {
    display: block;
    padding: 12px;
    background: #0baa4e;
    color: #fff;
    font-size: .9rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none
}

.article-newsletter i {
    margin-left: 6px
}

.article-reply {
    margin-top: 52px;
    padding-top: 34px;
    border-top: 1px solid #d9e0e8
}

.article-reply>p {
    margin: -10px 0 24px;
    color: #52627a
}

.article-reply label {
    display: block;
    color: #10284e;
    font-weight: 700
}

.article-reply input,
.article-reply textarea {
    width: 100%;
    margin-top: 7px;
    padding: 12px;
    border: 1px solid #d6dee8;
    border-radius: 4px;
    background: #f8fafc
}

.article-reply textarea {
    resize: vertical
}

.article-reply-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-bottom: 19px
}

.article-reply-note {
    margin: 13px 0 0;
    color: #6b778b;
    font-size: .87rem
}

@media(max-width:991.98px) {
    .article-hero-grid {
        grid-template-columns: 1fr
    }

    .article-hero-image {
        height: 330px
    }

    .article-main {
        grid-template-columns: minmax(0, 1fr) 290px;
        gap: 30px
    }
}

@media(max-width:767.98px) {
    .article-hero {
        padding: 34px 0 48px
    }

    .article-hero h1 {
        font-size: 2.25rem
    }

    .article-hero-image {
        height: 245px
    }

    .article-main {
        grid-template-columns: 1fr;
        padding-top: 32px;
        padding-bottom: 65px
    }

    .article-sidebar {
        order: 2
    }

    .article-reply-row {
        grid-template-columns: 1fr
    }

    .article-lead {
        font-size: 1.08rem
    }
}

.article-hero {
    padding: 40px 0 54px
}

.article-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    gap: 30px
}

.article-hero h1 {
    max-width: 650px;
    margin: 25px 0 32px;
    font-size: clamp(2.2rem, 3.25vw, 3.4rem);
    line-height: 1.16
}

.article-hero-image {
    height: 365px;
    object-position: center
}

.article-reply h2 span {
    color: #0ca84c;
    font-size: 1rem
}

.article-reply form small {
    display: block;
    margin-top: 5px;
    color: #c33131;
    font-size: .8rem
}

.article-reply input:focus,
.article-reply textarea:focus {
    outline: 0;
    border-color: #0ca84c;
    box-shadow: 0 0 0 3px rgba(12, 168, 76, .12)
}

.article-reply button {
    margin-top: 22px;
    padding: 12px 25px;
    border: 0;
    border-radius: 4px;
    background: #0ca84c;
    color: #fff;
    font-weight: 800;
    cursor: pointer
}

.article-reply button:hover {
    background: #078c3f
}

.article-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important
}

.article-comment-success {
    margin: 0 0 20px;
    padding: 12px 15px;
    border-left: 4px solid #0ca84c;
    background: #eaf8ef;
    color: #176d37
}

.article-comments {
    margin-top: 37px;
    padding-top: 30px;
    border-top: 1px solid #d9e0e8
}

.article-comment {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    margin-bottom: 25px
}

.article-comment-avatar {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #0ca84c;
    color: #fff;
    font-weight: 900
}

.article-comment h3 {
    margin: 0;
    color: #10284e;
    font-size: 1rem
}

.article-comment time {
    display: block;
    margin-top: 3px;
    color: #728198;
    font-size: .78rem
}

.article-comment p {
    margin: 9px 0 0;
    color: #43566f;
    line-height: 1.62
}

@media(max-width:767.98px) {
    .article-hero-grid {
        grid-template-columns: 1fr
    }

    .article-hero-image {
        height: 240px
    }

    .article-hero h1 {
        font-size: 2.15rem
    }

    .article-author {
        margin-top: 28px
    }
}

.blog-search,.article-search{display:flex;margin-bottom:26px}.blog-search input,.article-search input{min-width:0;width:100%;height:44px;padding:0 13px;border:1px solid #d7e0e8;border-right:0;border-radius:4px 0 0 4px;outline:0;color:#10284e}.blog-search input:focus,.article-search input:focus{border-color:#0aa34a}.blog-search button,.article-search button{width:46px;border:0;border-radius:0 4px 4px 0;background:#0aa34a;color:#fff}.article-search{margin-bottom:0}.article-search input{background:#fff}
