.blog-page {
    color: #ffffff;
}

.blog-header {
    align-items: center;
    display: flex;
    isolation: isolate;
    max-width: 100%;
    min-height: 10rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.blog-header::before {
    background: url('/Scripts/images/logo/logo-icon.png') center / contain no-repeat;
    content: '';
    height: 9rem;
    opacity: 0.1;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 9rem;
    z-index: 0;
}

.blog-header > * {
    min-width: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

.blog-header h1 {
    line-height: 1.45;
}

.blog-intro {
    font-size: 1.05rem;
    line-height: 1.9;
    max-width: 54rem;
}

.blog-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
}

.blog-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 12px;
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.18);
    color: #242943;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 1.75rem;
}

.blog-card-mark {
    align-items: center;
    background: #2a2f4a;
    border-radius: 50%;
    color: #9bf1ff;
    display: flex;
    font-size: 0.85rem;
    font-weight: 700;
    height: 4.5rem;
    justify-content: center;
    letter-spacing: 0.08em;
    margin-bottom: 1.25rem;
    width: 4.5rem;
}

.blog-card-meta,
.article-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 0.8rem;
}

.blog-card time,
.article-meta time {
    color: #5c647f;
    font-size: 0.85rem;
}

.blog-tag {
    background: #e3f7fb;
    border-radius: 999px;
    color: #24304f;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.65rem;
}

.blog-card h2 {
    font-size: 1.2rem;
    line-height: 1.55;
    margin-bottom: 0.8rem;
}

.blog-card h2 a {
    border: 0;
    color: #242943;
}

.blog-card h2 a:hover,
.blog-card h2 a:focus-visible {
    color: #247b99;
}

.blog-card p {
    flex: 1;
    line-height: 1.8;
}

@media screen and (max-width: 980px) {
    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.blog-card-link,
.blog-actions .button {
    border-radius: 999px;
}

.blog-card-link {
    align-self: flex-start;
    background: #ffd200;
    border: 0;
    color: #242943 !important;
    font-weight: 700;
    padding: 0.7rem 1.2rem;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.blog-card-link:hover,
.blog-card-link:focus-visible {
    background: #c77f00;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.blog-article {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 12px;
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.18);
    color: #242943;
    margin: 0 auto;
    max-width: 58rem;
    padding: 2.5rem 3rem;
}

.blog-article strong,
.blog-article b {
    color: #242943;
}

.article-header {
    border-bottom: 1px solid #d8dbea;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}

.article-header h1 {
    color: #242943;
    font-size: 2.15rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.article-lead {
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.9;
}

.article-toc {
    background: #f3f5fa;
    border-left: 4px solid #6fc3df;
    margin: 2rem 0;
    padding: 1.25rem 1.5rem;
}

.article-toc strong {
    display: block;
    margin-bottom: 0.6rem;
}

.article-toc ol {
    margin-bottom: 0;
}

.article-toc a {
    color: #2d4f83;
}

.article-body section {
    margin-top: 2.75rem;
}

.article-body h2 {
    border-bottom: 2px solid #6fc3df;
    color: #242943;
    font-size: 1.55rem;
    line-height: 1.55;
    padding-bottom: 0.55rem;
}

.article-body h3 {
    color: #2d3d6a;
    font-size: 1.15rem;
    line-height: 1.6;
}

.article-body p,
.article-body li {
    line-height: 1.95;
}

.article-highlight {
    background: #fff8d6;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(199, 127, 0, 0.2);
    margin: 1.5rem 0;
    padding: 1.25rem 1.5rem;
}

.article-points {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 1.5rem 0;
}

.article-point {
    background: #f3f5fa;
    border-radius: 8px;
    padding: 1.2rem;
}

.article-point h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.article-point p {
    font-size: 0.9rem;
    margin: 0;
}

.article-faq article {
    border-top: 1px solid #d8dbea;
    padding: 1.25rem 0 0.25rem;
}

.article-faq h3 {
    margin-bottom: 0.5rem;
}

.article-note {
    color: #5c647f;
    font-size: 0.85rem;
}

.blog-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    list-style: none;
    margin: 2.5rem 0 0;
    padding: 0;
}

.blog-actions li {
    padding: 0;
}

.blog-actions .button {
    background: #eef1f8;
    box-shadow: inset 0 0 0 1px #c7ccdc;
    color: #242943 !important;
    letter-spacing: 0;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.blog-actions .button.primary {
    background: #ffd200;
    box-shadow: inset 0 0 0 1px #d6ad00;
}

.blog-actions .button:hover,
.blog-actions .button:focus-visible {
    background: #2a2f4a;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.blog-actions .button.primary:hover,
.blog-actions .button.primary:focus-visible {
    background: #c77f00;
}

@media screen and (max-width: 736px) {
    .blog-header {
        justify-content: center;
        min-height: 9rem;
        text-align: center;
    }

    .blog-header::before {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-article {
        border-radius: 8px;
        padding: 1.4rem 1.1rem;
    }

    .article-header h1 {
        font-size: 1.65rem;
    }

    .article-points {
        grid-template-columns: 1fr;
    }

    .blog-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .blog-actions .button {
        width: 100%;
    }
}
