.blog-article-page {
    background: #ffffff;
}

.blog-article-header {
    padding: 100px 0 50px;
    text-align: center;
    background: #ffffff;
}

.blog-subtitle {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #db2833;
    margin-bottom: 12px;
}

.blog-title {
    font-size: 46px;
    line-height: 1.18;
    color: #00456f;
    margin-bottom: 18px;
    font-weight: 700;
}

.blog-feather {
    margin-bottom: 18px;
}

.blog-feather img {
    width: auto;
    height: 16px;
}

.blog-lead {
    max-width: 860px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: #6c757d;
}

.article-wrap {
    padding: 0 0 110px;
}

.article-box {
    max-width: 980px;
    margin: 0 auto;
    background: #ffffff;
}

.article-feature {
    margin-bottom: 28px;
    border-radius: 20px;
    overflow: hidden;
}

.article-feature img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.article-meta {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.article-meta li span {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #6c757d;
}

.article-meta li i {
    margin-right: 8px;
    color: #00456f;
}

.article-body {
    font-size: 17px;
    line-height: 1.95;
    color: #2d2d2d;
}

.article-body h2 {
    font-size: 34px;
    line-height: 1.3;
    color: #00456f;
    margin-bottom: 22px;
    font-weight: 700;
}

.article-body h3 {
    font-size: 26px;
    line-height: 1.35;
    color: #00456f;
    margin-bottom: 16px;
    font-weight: 700;
}

.article-body p {
    margin-bottom: 18px;
}

.article-body a {
    color: #00456f;
    text-decoration: none;
}

.article-body a:hover {
    color: #db2833;
}

.pdf-box {
    margin: 30px 0;
    padding: 18px 22px;
    border: 1px solid #e3e3e3;
    border-radius: 14px;
    background: #f9f9f9;
}

.pdf-box i {
    color: #db2833;
    margin-right: 10px;
}

.pdf-box a {
    color: #00456f;
    font-weight: 600;
    text-decoration: none;
}

.pdf-box a:hover {
    color: #db2833;
}

.article-empty {
    text-align: center;
    color: #6c757d;
    font-size: 18px;
    padding: 40px 0;
}

@media (max-width: 991px) {
    .blog-article-header {
        padding: 80px 0 40px;
    }

    .blog-title {
        font-size: 38px;
    }

    .blog-lead {
        font-size: 16px;
    }

    .article-body {
        font-size: 16px;
    }

    .article-body h2 {
        font-size: 30px;
    }

    .article-body h3 {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .blog-title {
        font-size: 30px;
    }

    .article-meta {
        gap: 10px 16px;
    }

    .article-body {
        font-size: 15px;
        line-height: 1.85;
    }

    .article-body h2 {
        font-size: 25px;
    }

    .article-body h3 {
        font-size: 21px;
    }

    .pdf-box {
        padding: 16px 18px;
    }
}

.blog-article-page,
.blog-article-header,
.article-wrap,
.article-box,
.article-body,
.pdf-box {
    position: relative;
    z-index: 20;
}

.article-body a,
.pdf-box a {
    position: relative;
    z-index: 50;
}

.form-box {
    position: relative;
    z-index: 20;
    margin-top: 40px;
    padding: 30px;
    background: #f9f9f9;
    border: 1px solid #e3e3e3;
    border-radius: 16px;
}

.form-box h3 {
    font-size: 28px;
    color: #00456f;
    margin-bottom: 10px;
    font-weight: 700;
}

.form-box p {
    color: #6c757d;
    margin-bottom: 20px;
}

.form-box .section-title {
    font-size: 20px;
    color: #00456f;
    margin-bottom: 20px;
    font-weight: 700;
}

.form-box .form-control {
    min-height: 48px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    box-shadow: none;
}

.form-box textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.form-box label {
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 8px;
    display: inline-block;
}

.privacy-check {
    position: relative;
    z-index: 30;
}

.privacy-check .form-check-label {
    color: #2d2d2d;
    font-size: 14px;
    line-height: 1.6;
}

.form-submit {
    margin-top: 20px;
    position: relative;
    z-index: 30;
}

.form-submit button {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 40;
}
.article-wrap {
    padding: 0 0 110px;
    position: relative;
    z-index: 10;
}

.article-box {
    max-width: 980px;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    z-index: 20;
    overflow: visible;
}

.form-box {
    position: relative;
    z-index: 30;
    margin-top: 50px;
    padding: 30px;
    background: #f9f9f9;
    border: 1px solid #e3e3e3;
    border-radius: 16px;
}

footer,
.footer-area,
.site-footer {
    position: relative;
    z-index: 1;
    clear: both;
}

.blog-article-page h1,
.blog-article-page h2 {
    font-family: "abril-text", serif;
    font-weight: 700;
    color: #00456f;
    line-height: 1.15;
}

.blog-article-page h1 {
    font-size: 44px;
}

.blog-article-page h2 {
    font-size: 32px;
}