.post-link {
    display: block;
    min-width: 0
}

.post-link .post {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.post-link:nth-child(2) .post {
    background: #e8f1ff
}

.post-link:nth-child(3) .post {
    background: #102b56;
    color: #fff
}

.post-link:nth-child(3) .post:hover {
    background: #173d72
}

.post-link:nth-child(3) .post .type {
    color: #dfd081
}

.post-link:nth-child(3) .post>p {
    color: #c6cbd5
}

.post-link .post:after {
    content: '';
    position: absolute;
    right: -55px;
    bottom: -75px;
    width: 150px;
    height: 150px;
    border: 1px solid #a9c8ed;
    border-radius: 50%;
    transition: transform .35s ease
}

.post-link:hover .post:after {
    transform: scale(1.14)
}

.post-link .post>p:last-of-type {
    line-height: 1.75
}

.post-link .post>span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid #dce6f4;
    color: #1565d8;
    font-size: 13px;
    font-weight: 800
}

.post-link:nth-child(3) .post>span {
    border-color: #31517b;
    color: #9cc7ff
}

.post-link .post>span b {
    font-size: 19px;
    transition: transform .25s ease
}

.post-link:hover .post>span b {
    transform: translateX(5px)
}

.column-hero {
    position: relative;
    overflow: hidden;
    padding: 100px 0 92px;
    background: #f5f8fd
}

.column-hero:after {
    content: '';
    position: absolute;
    right: 9vw;
    top: -160px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: #1565d8
}

.column-hero .wrap {
    position: relative;
    z-index: 1
}

.column-kicker {
    margin: 0 0 22px;
    color: #1565d8;
    font: 12px 'DM Mono', monospace;
    letter-spacing: .11em
}

.column-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #10233f;
    font-size: clamp(40px, 5.4vw, 68px);
    line-height: 1.22;
    letter-spacing: -.075em
}

.column-meta {
    display: flex;
    gap: 22px;
    margin-top: 32px;
    color: #6b7d94;
    font-size: 13px
}

.column-meta span+span:before {
    content: '·';
    margin-right: 22px;
    color: #9fb0c5
}

.column-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
    color: #476583;
    font-size: 13px;
    font-weight: 700
}

.column-back:hover {
    color: #1565d8
}

.column-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 90px;
    align-items: start;
    padding-top: 85px;
    padding-bottom: 115px
}

.column-body {
    font-size: 17px;
    line-height: 2;
    color: #344b66
}

.column-body .lead-copy {
    margin: 0 0 45px;
    color: #10233f;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: -.04em
}

.column-body h2 {
    margin: 70px 0 22px;
    padding-top: 8px;
    color: #10233f;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: -.06em
}

.column-body h2:first-of-type {
    margin-top: 0
}

.column-body h2 span {
    display: block;
    margin-bottom: 9px;
    color: #1565d8;
    font: 11px 'DM Mono', monospace;
    letter-spacing: .12em
}

.column-body p {
    margin: 0 0 24px
}

.column-body ul,
.column-body ol {
    margin: 20px 0 30px;
    padding: 0;
    list-style: none
}

.column-body li {
    position: relative;
    margin: 10px 0;
    padding: 17px 20px 17px 48px;
    border: 1px solid #dce6f4;
    background: #f8fbff;
    line-height: 1.7
}

.column-body li:before {
    content: '✓';
    position: absolute;
    left: 20px;
    top: 17px;
    color: #1565d8;
    font-weight: 900
}

.point-box {
    margin: 44px 0;
    padding: 30px 32px;
    border-left: 5px solid #1565d8;
    background: #eaf3ff;
    color: #163b67
}

.point-box strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px
}

.point-box p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8
}

.column-side {
    position: sticky;
    top: 120px
}

.side-card {
    padding: 25px;
    border: 1px solid #dce6f4;
    background: #fff;
    box-shadow: 0 14px 32px #1c579a0d
}

.side-card small {
    color: #1565d8;
    font: 10px 'DM Mono', monospace;
    letter-spacing: .1em
}

.side-card h3 {
    margin: 13px 0 18px;
    font-size: 20px;
    line-height: 1.45
}

.side-card p {
    margin: 0;
    color: #6d7d91;
    font-size: 13px;
    line-height: 1.8
}

.side-card a {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    padding: 14px 16px;
    background: #1565d8;
    color: #fff;
    font-size: 13px;
    font-weight: 800
}

.column-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 70px;
    border-top: 1px solid #dce6f4;
    border-bottom: 1px solid #dce6f4
}

.column-nav a {
    padding: 25px 0;
    color: #5b6f87;
    font-size: 12px
}

.column-nav a:last-child {
    text-align: right
}

.column-nav b {
    display: block;
    margin-top: 7px;
    color: #10233f;
    font-size: 15px
}

.column-notice {
    margin-top: 32px;
    color: #8492a4;
    font-size: 12px;
    line-height: 1.7
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 52px
}

.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #dce6f4;
    background: #fff;
    color: #476583;
    font-size: 13px;
    font-weight: 800;
    transition: border-color .2s ease, background .2s ease, color .2s ease
}

.page-link:hover {
    border-color: #1565d8;
    color: #1565d8
}

.page-link.active {
    border-color: #1565d8;
    background: #1565d8;
    color: #fff;
    pointer-events: none
}

.page-link.page-prev,
.page-link.page-next {
    min-width: auto;
    padding: 0 16px
}

@media(max-width:800px) {
    .pagination {
        gap: 6px;
        margin-top: 38px
    }

    .page-link {
        min-width: 38px;
        height: 38px;
        padding: 0 10px
    }

    .page-link.page-prev,
    .page-link.page-next {
        padding: 0 12px
    }

    .post-link .post {
        min-height: 260px
    }

    .column-hero {
        padding: 70px 0 68px
    }

    .column-hero:after {
        right: -125px;
        top: -130px;
        width: 270px;
        height: 270px;
        opacity: .18
    }

    .column-hero h1 {
        font-size: 39px
    }

    .column-meta {
        display: block
    }

    .column-meta span {
        display: block;
        margin-top: 7px
    }

    .column-meta span+span:before {
        display: none
    }

    .column-layout {
        grid-template-columns: 1fr;
        gap: 55px;
        padding-top: 60px;
        padding-bottom: 80px
    }

    .column-body {
        font-size: 16px
    }

    .column-body .lead-copy {
        font-size: 20px
    }

    .column-body h2 {
        margin-top: 55px;
        font-size: 26px
    }

    .column-side {
        position: static
    }

    .column-nav {
        grid-template-columns: 1fr
    }

    .column-nav a:last-child {
        text-align: left;
        border-top: 1px solid #dce6f4
    }

    .column-body li {
        padding-left: 43px
    }
}