:root{
    --qktgj-red: #a61e22;
    --qktgj-red-dark: #8c171b;
    --qktgj-blue: #1f3c88;
    --qktgj-text: #2b2b2b;
    --qktgj-muted: #6c757d;
    --qktgj-border: #e6e6e6;
    --qktgj-light: #f8f9fa;
    --qktgj-white: #ffffff;
    --qktgj-bg-gray: #f6f7f9;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--qktgj-text);
    background: var(--qktgj-bg-gray);
}
.site-header,
.main-header,
.qktgj-navbar,
.site-main,
.site-footer {
    background: #fff;
}
/* Top bar */
.top-bar {
    background: var(--qktgj-red);
    color: var(--qktgj-white);
    font-size: 13px;
}

.top-bar__inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.top-bar__text {
    font-weight: 500;
    letter-spacing: .2px;
}

.top-bar__right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.top-bar__right a {
    color: var(--qktgj-white);
    text-decoration: none;
    transition: opacity .2s ease;
}

.top-bar__right a:hover {
    opacity: .8;
}

.qktgj-language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px;
    border: 1px solid rgba(255,255,255,.38);
}

.top-bar__right .qktgj-language-switcher__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 24px;
    padding: 0 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 1;
}

.top-bar__right .qktgj-language-switcher__item:hover,
.top-bar__right .qktgj-language-switcher__item.is-active {
    background: #fff;
    color: var(--qktgj-red);
    opacity: 1;
}

/* Main branding area */
.main-header {
    background: #fff;
    border-bottom: 1px solid var(--qktgj-border);
}

.main-header__branding {
    padding: 18px 0;
}

.brand-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    color: inherit;
}

.brand-wrap__logo img,
.custom-logo {
    max-height: 82px;
    width: auto;
    display: block;
}

.brand-wrap__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.brand-wrap__eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--qktgj-muted);
    letter-spacing: .8px;
}

.brand-wrap__title {
    margin: 0;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    color: var(--qktgj-red);
}

.brand-wrap__subtitle {
    margin: 0;
    font-size: 14px;
    color: var(--qktgj-muted);
    max-width: 760px;
}

/* =========================
   NAVBAR - COMPACT INSTITUTION MENU
========================= */
.qktgj-navbar {
    background: #fff;
    border-bottom: 1px solid var(--qktgj-border);
    padding-top: 0;
    padding-bottom: 0;
}

.qktgj-navbar .container {
    position: relative;
}

.qktgj-main-menu {
    width: 100%;
    justify-content: center;
    align-items: stretch;
    gap: 0;
}

.qktgj-main-menu > .nav-item {
    position: relative;
    display: flex;
    align-items: stretch;
}

.qktgj-main-menu > .nav-item > .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 10px 9px;
    font-size: 11.5px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 0;
    text-align: center;
    white-space: normal;
    transition: color .2s ease, background-color .2s ease;
}

.qktgj-main-menu > .nav-item > .nav-link:hover,
.qktgj-main-menu > .nav-item > .nav-link:focus,
.qktgj-main-menu > .nav-item.current-menu-item > .nav-link,
.qktgj-main-menu > .nav-item.current-menu-ancestor > .nav-link {
    color: var(--qktgj-red);
    background: rgba(166, 30, 34, 0.05);
}

.qktgj-main-menu > .nav-item.current-menu-item > .nav-link {
    font-weight: 900;
}

/* Dropdown */
.qktgj-main-menu .dropdown-menu {
    border: 1px solid var(--qktgj-border);
    border-radius: 0;
    padding: 10px 0;
    min-width: 285px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.qktgj-main-menu .dropdown-item {
    padding: 10px 18px;
    font-size: 14px;
    line-height: 1.45;
    color: #333;
    white-space: normal;
}

.qktgj-main-menu .dropdown-item:hover,
.qktgj-main-menu .dropdown-item:focus {
    background: rgba(166, 30, 34, 0.06);
    color: var(--qktgj-red);
}

/* Toggler */
.navbar-toggler {
    border: 1px solid var(--qktgj-border);
    border-radius: 0;
    padding: 8px 10px;
    margin: 10px 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    width: 1.35em;
    height: 1.35em;
}

/* Very large screens */
@media (min-width: 1500px) {
    .qktgj-main-menu > .nav-item > .nav-link {
        padding-left: 11px;
        padding-right: 11px;
        font-size: 12px;
    }
}

/* Between 1400px and 1499px, make it extra tight */
@media (min-width: 1400px) and (max-width: 1499.98px) {
    .qktgj-main-menu > .nav-item > .nav-link {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 11px;
    }
}

/* Collapsed menu because navbar-expand-xxl collapses below 1400px */
@media (max-width: 1399.98px) {
    .qktgj-navbar {
        padding: 8px 0;
    }

    .qktgj-main-menu {
        padding: 14px 0 4px;
        gap: 0;
        align-items: stretch;
    }

    .qktgj-main-menu > .nav-item {
        display: block;
    }

    .qktgj-main-menu > .nav-item > .nav-link {
        justify-content: flex-start;
        min-height: auto;
        padding: 13px 0;
        border-bottom: 1px solid var(--qktgj-border);
        text-align: left;
        font-size: 14px;
        line-height: 1.4;
    }

    .qktgj-main-menu .dropdown-menu {
        border: 0;
        box-shadow: none;
        padding: 0 0 10px 16px;
        min-width: 100%;
    }

    .qktgj-main-menu .dropdown-item {
        padding: 8px 0;
        font-size: 14px;
    }
}

/* Mobile header adjustments */
@media (max-width: 767.98px) {
    .top-bar__inner {
        flex-direction: column;
        justify-content: center;
        padding: 8px 0;
    }

    .top-bar__right {
        flex-wrap: wrap;
        justify-content: center;
    }

    .brand-wrap {
        align-items: flex-start;
    }

    .brand-wrap__title {
        font-size: 20px;
    }

    .brand-wrap__logo img,
    .custom-logo {
        max-height: 64px;
    }
}
/* =========================
   BIG HOME HERO / BANNER
========================= */
.home-hero-big {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #fff;
}

.home-hero-big__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(20, 20, 20, 0.88) 0%,
            rgba(20, 20, 20, 0.72) 42%,
            rgba(166, 30, 34, 0.42) 100%
        );
    z-index: 1;
}

.home-hero-big::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 180px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.45) 100%);
    z-index: 1;
    pointer-events: none;
}

.home-hero-big .container {
    position: relative;
    z-index: 2;
}

.home-hero-big__content {
    max-width: 820px;
    padding: 90px 0 130px;
}

.home-hero-big__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .9px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(166, 30, 34, 0.85);
    border-left: 4px solid #fff;
}

.home-hero-big__title {
    margin: 0 0 22px;
    max-width: 900px;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 4px 18px rgba(0,0,0,.35);
}

.home-hero-big__text {
    margin: 0 0 32px;
    max-width: 760px;
    font-size: 19px;
    line-height: 1.8;
    color: rgba(255,255,255,.92);
    text-shadow: 0 2px 10px rgba(0,0,0,.3);
}

.home-hero-big__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.home-hero-big__btn {
    min-width: 180px;
    padding: 14px 26px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-decoration: none;
}

.home-hero-big__btn--primary {
    background: var(--qktgj-red);
    border: 1px solid var(--qktgj-red);
    color: #fff;
}

.home-hero-big__btn--primary:hover {
    background: var(--qktgj-red-dark);
    border-color: var(--qktgj-red-dark);
    color: #fff;
}

.home-hero-big__btn--secondary {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.85);
    color: #fff;
}

.home-hero-big__btn--secondary:hover {
    background: #fff;
    border-color: #fff;
    color: var(--qktgj-red);
}

.home-hero-big__quick-links {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #fff;
    box-shadow: 0 -10px 32px rgba(0,0,0,.16);
    border-top: 4px solid var(--qktgj-red);
}

.home-hero-big__quick-links a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 86px;
    padding: 20px 24px;
    color: #222;
    text-decoration: none;
    border-right: 1px solid var(--qktgj-border);
    transition: background-color .2s ease, color .2s ease;
}

.home-hero-big__quick-links a:last-child {
    border-right: 0;
}

.home-hero-big__quick-links a::before {
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 12px;
    background: var(--qktgj-red);
    flex: 0 0 auto;
}

.home-hero-big__quick-links span {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 800;
}

.home-hero-big__quick-links a:hover {
    background: var(--qktgj-red);
    color: #fff;
}

.home-hero-big__quick-links a:hover::before {
    background: #fff;
}

@media (max-width: 1199.98px) {
    .home-hero-big {
        min-height: 620px;
    }

    .home-hero-big__title {
        font-size: 48px;
    }

    .home-hero-big__text {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .home-hero-big {
        min-height: auto;
    }

    .home-hero-big__content {
        padding: 76px 0 150px;
    }

    .home-hero-big__title {
        font-size: 40px;
    }

    .home-hero-big__quick-links {
        grid-template-columns: 1fr;
    }

    .home-hero-big__quick-links a {
        min-height: 68px;
        border-right: 0;
        border-bottom: 1px solid var(--qktgj-border);
    }

    .home-hero-big__quick-links a:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .home-hero-big__content {
        padding: 58px 0 210px;
    }

    .home-hero-big__title {
        font-size: 31px;
    }

    .home-hero-big__text {
        font-size: 16px;
        line-height: 1.7;
    }

    .home-hero-big__actions {
        flex-direction: column;
    }

    .home-hero-big__btn {
        width: 100%;
        text-align: center;
    }

    .home-hero-big__quick-links span {
        font-size: 15px;
    }
}
/* =========================
   SECTION INTRO
========================= */
.section-intro {
    max-width: 760px;
    margin: 0 auto 42px;
}

.section-intro__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: var(--qktgj-red);
    background: rgba(166, 30, 34, 0.08);
    border-left: 3px solid var(--qktgj-red);
}

.section-intro__title {
    margin: 0 0 14px;
    font-size: 34px;
    font-weight: 700;
    color: #222;
}

.section-intro__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

/* =========================
   QUICK LINKS
========================= */
.home-quick-links {
    padding: 72px 0;
    background: #fff;
}

.quick-link-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    height: 100%;
    padding: 28px 24px;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--qktgj-border);
    box-shadow: 0 8px 20px rgba(0,0,0,.04);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.quick-link-card:hover {
    transform: translateY(-4px);
    border-color: rgba(166, 30, 34, 0.25);
    box-shadow: 0 14px 28px rgba(0,0,0,.08);
}

.quick-link-card__icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--qktgj-red);
    background: rgba(166, 30, 34, 0.08);
    border-radius: 50%;
}

.quick-link-card__content {
    flex: 1;
}

.quick-link-card__title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.quick-link-card__text {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

.quick-link-card__more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: var(--qktgj-red);
}

@media (max-width: 991.98px) {
    .home-quick-links {
        padding: 56px 0;
    }

    .section-intro__title {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .section-intro__title {
        font-size: 26px;
    }

    .quick-link-card {
        padding: 22px 18px;
    }

    .quick-link-card__title {
        font-size: 18px;
    }
}
/* =========================
   HOME ABOUT
========================= */
.home-about {
    padding: 76px 0;
    background: #fcfcfc;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.home-about__media {
    position: relative;
}

.home-about__media img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    border: 1px solid var(--qktgj-border);
    box-shadow: 0 14px 32px rgba(0,0,0,.06);
}

.home-about__content {
    max-width: 620px;
}

.home-about__title {
    margin: 0 0 18px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #222;
}

.home-about__text {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.85;
    color: #5d5d5d;
}

.home-about__actions {
    margin-top: 12px;
    margin-bottom: 30px;
}

.home-about__stats {
    padding-top: 10px;
}

.about-stat {
    height: 100%;
    padding: 18px 16px;
    background: #fff;
    border-left: 3px solid var(--qktgj-red);
    border: 1px solid var(--qktgj-border);
    box-shadow: 0 8px 18px rgba(0,0,0,.03);
}

.about-stat strong {
    display: block;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.2;
    color: var(--qktgj-red);
}

.about-stat span {
    display: block;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .4px;
}

@media (max-width: 1199.98px) {
    .home-about__media img {
        height: 460px;
    }

    .home-about__title {
        font-size: 32px;
    }
}

@media (max-width: 991.98px) {
    .home-about {
        padding: 58px 0;
    }

    .home-about__media img {
        height: 380px;
    }

    .home-about__title {
        font-size: 29px;
    }
}

@media (max-width: 767.98px) {
    .home-about__title {
        font-size: 26px;
    }

    .home-about__media img {
        height: 280px;
    }

    .about-stat strong {
        font-size: 18px;
    }
}
/* =========================
   HOME DONOR INFO
========================= */
.home-donor-info {
    padding: 76px 0;
    background: #fff;
}

.donor-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--qktgj-border);
    box-shadow: 0 8px 22px rgba(0,0,0,.04);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.donor-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0,0,0,.08);
    border-color: rgba(166, 30, 34, 0.22);
}

.donor-card__image {
    display: block;
    overflow: hidden;
}

.donor-card__image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.donor-card:hover .donor-card__image img {
    transform: scale(1.04);
}

.donor-card__content {
    padding: 24px 22px 26px;
}

.donor-card__title {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

.donor-card__title a {
    color: #222;
    text-decoration: none;
    transition: color .2s ease;
}

.donor-card__title a:hover {
    color: var(--qktgj-red);
}

.donor-card__text {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.75;
    color: #666;
}

.donor-card__more {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: var(--qktgj-red);
    text-decoration: none;
}

.donor-card__more:hover {
    color: var(--qktgj-red-dark);
}

@media (max-width: 991.98px) {
    .home-donor-info {
        padding: 58px 0;
    }

    .donor-card__title {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .donor-card__image img {
        height: 220px;
    }

    .donor-card__content {
        padding: 20px 18px 22px;
    }

    .donor-card__title {
        font-size: 18px;
    }
}
/* =========================
   HOME LATEST NEWS
========================= */
.home-latest-news {
    padding: 64px 0;
    background: var(--qktgj-bg-gray, #f6f7f9);
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.news-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--qktgj-border);
    box-shadow: 0 6px 18px rgba(0,0,0,.04);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 26px rgba(0,0,0,.075);
    border-color: rgba(166, 30, 34, 0.22);
}

.news-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f1f1f1;
}

.news-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 48%, rgba(0,0,0,.22) 100%);
    opacity: .7;
    pointer-events: none;
    transition: opacity .25s ease;
}

.news-card:hover .news-card__image::after {
    opacity: .9;
}

.news-card__image img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.news-card:hover .news-card__image img {
    transform: scale(1.045);
}

.news-card__content {
    position: relative;
    padding: 20px 18px 22px;
}

.news-card__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    width: 42px;
    height: 3px;
    background: var(--qktgj-red);
}

.news-card__meta {
    margin-bottom: 9px;
}

.news-card__date {
    display: inline-block;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .45px;
    text-transform: uppercase;
    color: var(--qktgj-red);
    background: rgba(166, 30, 34, 0.08);
}

.news-card__title {
    margin: 0 0 9px;
    font-size: 17px;
    line-height: 1.32;
    font-weight: 800;
}

.news-card__title a {
    color: #222;
    text-decoration: none;
    transition: color .2s ease;
}

.news-card__title a:hover {
    color: var(--qktgj-red);
}

.news-card__excerpt {
    margin-bottom: 14px;
    font-size: 13.5px;
    line-height: 1.6;
    color: #666;
}

.news-card__excerpt p {
    margin: 0;
}

.news-card__more {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .35px;
    text-transform: uppercase;
    color: var(--qktgj-red);
    text-decoration: none;
}

.news-card__more::after {
    content: "→";
    font-size: 14px;
    line-height: 1;
    transition: transform .2s ease;
}

.news-card__more:hover {
    color: var(--qktgj-red-dark);
}

.news-card__more:hover::after {
    transform: translateX(4px);
}

.home-latest-news__actions {
    margin-top: 32px;
}

.home-latest-news__actions .btn {
    min-width: 170px;
}

/* Responsive */
@media (max-width: 991.98px) {
    .home-latest-news {
        padding: 54px 0;
    }

    .news-card__image img {
        height: 200px;
    }

    .news-card__title {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .news-card__image img {
        height: 190px;
    }

    .news-card__content {
        padding: 18px 16px 20px;
    }

    .news-card__content::before {
        left: 16px;
        width: 38px;
    }

    .news-card__title {
        font-size: 16px;
    }

    .news-card__excerpt {
        font-size: 13px;
    }

    .news-card__more {
        font-size: 11px;
    }
}
/* =========================
   HOME PUBLICATIONS
========================= */
.home-publications {
    padding: 76px 0;
    background: #fff;
}

.publication-card {
    height: 100%;
}

.publication-card__inner {
    height: 100%;
    padding: 26px 22px;
    background: #fff;
    border: 1px solid var(--qktgj-border);
    box-shadow: 0 8px 22px rgba(0,0,0,.04);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.publication-card:hover .publication-card__inner {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0,0,0,.08);
    border-color: rgba(166, 30, 34, 0.22);
}

.publication-card__type {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: var(--qktgj-red);
    background: rgba(166, 30, 34, 0.08);
}

.publication-card__title {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
}

.publication-card__title a {
    color: #222;
    text-decoration: none;
    transition: color .2s ease;
}

.publication-card__title a:hover {
    color: var(--qktgj-red);
}

.publication-card__text {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.75;
    color: #666;
}

.publication-card__more {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: var(--qktgj-red);
    text-decoration: none;
}

.publication-card__more:hover {
    color: var(--qktgj-red-dark);
}

.home-publications__actions {
    margin-top: 36px;
}

@media (max-width: 991.98px) {
    .home-publications {
        padding: 58px 0;
    }

    .publication-card__title {
        font-size: 18px;
    }
}
/* =========================
   HOME SERVICES
========================= */
.home-services {
    padding: 76px 0 90px;
    background: #fff;
}

.home-services__wrapper {
    padding: 52px 38px;
    background: linear-gradient(135deg, var(--qktgj-red) 0%, var(--qktgj-red-dark) 100%);
    color: #fff;
    box-shadow: 0 16px 36px rgba(0,0,0,.08);
}

.home-services .section-intro {
    margin-bottom: 36px;
}

.home-services .section-intro__eyebrow {
    color: #fff;
    background: rgba(255,255,255,.12);
    border-left-color: #fff;
}

.home-services .section-intro__title,
.home-services .section-intro__text {
    color: #fff;
}

.service-cta-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    height: 100%;
    padding: 24px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(2px);
}

.service-cta-card__icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: rgba(255,255,255,.14);
    color: #fff;
    border-radius: 50%;
}

.service-cta-card__content {
    flex: 1;
}

.service-cta-card__title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
}

.service-cta-card__text {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255,255,255,.92);
}

.service-cta-card__btn {
    border-radius: 0;
    padding: 11px 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: var(--qktgj-red);
    border: 1px solid #fff;
}

.service-cta-card__btn:hover {
    color: var(--qktgj-red-dark);
    background: #fff;
}

@media (max-width: 991.98px) {
    .home-services {
        padding: 58px 0 72px;
    }

    .home-services__wrapper {
        padding: 38px 24px;
    }

    .service-cta-card__title {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .service-cta-card {
        flex-direction: column;
        padding: 20px 18px;
    }

    .service-cta-card__title {
        font-size: 18px;
    }

    .home-services__wrapper {
        padding: 28px 18px;
    }
}
/* =========================
   FOOTER
========================= */
.site-footer {
    background: #1f1f1f;
    color: rgba(255,255,255,.82);
}

.site-footer__top {
    padding: 72px 0 42px;
}

.site-footer__bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 18px 0;
    background: #181818;
}

.site-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.site-footer__copy {
    margin: 0;
    font-size: 14px;
    color: rgba(255,255,255,.72);
}

.site-footer__bottom-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.site-footer__bottom-links a {
    font-size: 14px;
    color: rgba(255,255,255,.72);
    text-decoration: none;
    transition: color .2s ease;
}

.site-footer__bottom-links a:hover {
    color: #fff;
}

/* Brand */
.footer-brand__logo {
    display: inline-block;
    margin-bottom: 16px;
}

.footer-brand__logo img,
.footer-brand .custom-logo {
    max-height: 74px;
    width: auto;
    display: block;
}

.footer-brand__title {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
}

.footer-brand__text {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255,255,255,.72);
}

/* Titles */
.footer-title {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    position: relative;
}

.footer-title::after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin-top: 10px;
    background: var(--qktgj-red);
}

/* Menus / lists */
.footer-menu,
.footer-contact__list,
.footer-publications__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li,
.footer-contact__list li,
.footer-publications__list li {
    margin-bottom: 12px;
}

.footer-menu a,
.footer-publications__list a {
    color: rgba(255,255,255,.72);
    text-decoration: none;
    transition: color .2s ease, padding-left .2s ease;
}

.footer-menu a:hover,
.footer-publications__list a:hover {
    color: #fff;
    padding-left: 4px;
}

.footer-contact__list li {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,.72);
}

.footer-contact__list strong {
    color: #fff;
    font-weight: 600;
}

/* Socials */
.footer-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-socials a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.14);
    color: #fff;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.footer-socials a:hover {
    background: var(--qktgj-red);
    border-color: var(--qktgj-red);
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991.98px) {
    .site-footer__top {
        padding: 56px 0 28px;
    }
}

@media (max-width: 767.98px) {
    .site-footer__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-brand__title {
        font-size: 20px;
    }
}
/* =========================
   PAGE TEMPLATE
========================= */
.site-main--page {
    background: #fff;
}

/* Hero / Banner */
.page-hero {
    position: relative;
    padding: 56px 0 50px;
    background: linear-gradient(180deg, #fafafa 0%, #f5f5f5 100%);
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid var(--qktgj-border);
    overflow: hidden;
}

.page-hero::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(166, 30, 34, 0.08) 0%, rgba(166, 30, 34, 0) 70%);
    pointer-events: none;
}

.page-hero__inner {
    position: relative;
    z-index: 2;
}

.page-breadcrumbs {
    margin-bottom: 14px;
}

.page-breadcrumbs p,
.page-breadcrumbs span,
.page-breadcrumbs a,
#breadcrumbs {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #777;
    text-decoration: none;
}

.page-breadcrumbs a:hover {
    color: var(--qktgj-red);
}

.page-hero__title {
    margin: 0 0 14px;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    color: #222;
}

.page-hero__excerpt {
    max-width: 820px;
    font-size: 17px;
    line-height: 1.8;
    color: #666;
}

/* Content area */
.page-content-section {
    padding: 64px 0 80px;
    background: #fff;
}

.page-article {
    background: #fff;
}

.page-featured-image {
    margin-bottom: 34px;
    border: 1px solid var(--qktgj-border);
    box-shadow: 0 12px 28px rgba(0,0,0,.05);
    overflow: hidden;
}

.page-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.page-content {
    font-size: 17px;
    line-height: 1.9;
    color: #444;
}

.page-content > *:last-child {
    margin-bottom: 0;
}

.page-content p {
    margin-bottom: 1.2rem;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    font-weight: 700;
    color: #222;
}

.page-content h2 {
    font-size: 32px;
}

.page-content h3 {
    font-size: 26px;
}

.page-content h4 {
    font-size: 22px;
}

.page-content ul,
.page-content ol {
    margin-bottom: 1.3rem;
    padding-left: 1.4rem;
}

.page-content li {
    margin-bottom: .55rem;
}

.page-content a {
    color: var(--qktgj-red);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.page-content a:hover {
    color: var(--qktgj-red-dark);
}

.page-content blockquote {
    margin: 2rem 0;
    padding: 1.25rem 1.5rem;
    border-left: 4px solid var(--qktgj-red);
    background: #faf7f7;
    color: #555;
    font-style: italic;
}

.page-content img {
    max-width: 100%;
    height: auto;
}

.page-content table {
    width: 100%;
    margin-bottom: 1.5rem;
    border-collapse: collapse;
}

.page-content table th,
.page-content table td {
    padding: 12px 14px;
    border: 1px solid var(--qktgj-border);
    vertical-align: top;
}

.page-content table th {
    background: #f7f7f7;
    font-weight: 700;
    color: #222;
}

.page-links {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--qktgj-border);
}

.page-links__title {
    margin-right: 10px;
    font-weight: 700;
    color: #222;
}

.page-links .post-page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    margin-right: 8px;
    padding: 0 10px;
    border: 1px solid var(--qktgj-border);
    color: #333;
    text-decoration: none;
}

.page-links .post-page-numbers.current,
.page-links .post-page-numbers:hover {
    background: var(--qktgj-red);
    border-color: var(--qktgj-red);
    color: #fff;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .page-hero__title {
        font-size: 36px;
    }
}

@media (max-width: 991.98px) {
    .page-hero {
        padding: 44px 0 40px;
    }

    .page-content-section {
        padding: 52px 0 64px;
    }

    .page-hero__title {
        font-size: 32px;
    }

    .page-hero__excerpt,
    .page-content {
        font-size: 16px;
    }

    .page-content h2 {
        font-size: 28px;
    }

    .page-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    .page-hero__title {
        font-size: 28px;
    }

    .page-content h2 {
        font-size: 24px;
    }

    .page-content h3 {
        font-size: 21px;
    }

    .page-content h4 {
        font-size: 19px;
    }
}
.breadcrumb-separator {
    display: inline-block;
    margin: 0 8px;
    color: #999;
}
/* =========================
   SINGLE POST TEMPLATE
========================= */
.site-main--single {
    background: #fff;
}

.single-hero {
    position: relative;
    padding: 56px 0 50px;
    background: linear-gradient(180deg, #fafafa 0%, #f5f5f5 100%);
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid var(--qktgj-border);
    overflow: hidden;
}

.single-hero::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(166, 30, 34, 0.08) 0%, rgba(166, 30, 34, 0) 70%);
    pointer-events: none;
}

.single-hero__inner {
    position: relative;
    z-index: 2;
}

.single-breadcrumbs {
    margin-bottom: 14px;
}

.single-breadcrumbs p,
.single-breadcrumbs span,
.single-breadcrumbs a,
.single-breadcrumbs #breadcrumbs {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #777;
    text-decoration: none;
}

.single-breadcrumbs a:hover {
    color: var(--qktgj-red);
}

.single-hero__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.single-hero__date,
.single-hero__category {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: var(--qktgj-red);
}

.single-hero__divider {
    color: #999;
}

.single-hero__title {
    margin: 0 0 14px;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    color: #222;
}

.single-hero__excerpt {
    max-width: 820px;
    font-size: 17px;
    line-height: 1.8;
    color: #666;
}

.single-content-section {
    padding: 64px 0 80px;
    background: #fff;
}

.single-article {
    background: #fff;
}

/* Single featured image */
.single-featured-image {
    margin-bottom: 34px;
    border: 1px solid var(--qktgj-border);
    box-shadow: 0 12px 28px rgba(0,0,0,.05);
    overflow: hidden;
    background: #fff;
}

.single-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Gallery slider */
.single-gallery-slider {
    margin-bottom: 34px;
    border: 1px solid var(--qktgj-border);
    box-shadow: 0 12px 28px rgba(0,0,0,.05);
    overflow: hidden;
    background: #fff;
}

.single-gallery-slider .carousel-inner {
    background: #111;
}

.single-gallery-slider .carousel-item img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
}

.single-gallery-slider .carousel-control-prev,
.single-gallery-slider .carousel-control-next {
    width: 54px;
    height: 54px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(166, 30, 34, 0.88);
    opacity: 1;
}

.single-gallery-slider .carousel-control-prev {
    left: 18px;
}

.single-gallery-slider .carousel-control-next {
    right: 18px;
}

.single-gallery-slider .carousel-control-prev:hover,
.single-gallery-slider .carousel-control-next:hover {
    background: var(--qktgj-red-dark);
}

.single-gallery-slider .carousel-indicators {
    margin-bottom: 18px;
}

.single-gallery-slider .carousel-indicators [data-bs-target] {
    width: 34px;
    height: 4px;
    background-color: #fff;
    opacity: .6;
}

.single-gallery-slider .carousel-indicators .active {
    opacity: 1;
    background-color: var(--qktgj-red);
}

/* Content */
.single-content {
    font-size: 17px;
    line-height: 1.9;
    color: #444;
}

.single-content > *:last-child {
    margin-bottom: 0;
}

.single-content p {
    margin-bottom: 1.2rem;
}

.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    font-weight: 700;
    color: #222;
}

.single-content h2 {
    font-size: 32px;
}

.single-content h3 {
    font-size: 26px;
}

.single-content h4 {
    font-size: 22px;
}

.single-content ul,
.single-content ol {
    margin-bottom: 1.3rem;
    padding-left: 1.4rem;
}

.single-content li {
    margin-bottom: .55rem;
}

.single-content a {
    color: var(--qktgj-red);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.single-content a:hover {
    color: var(--qktgj-red-dark);
}

.single-content blockquote {
    margin: 2rem 0;
    padding: 1.25rem 1.5rem;
    border-left: 4px solid var(--qktgj-red);
    background: #faf7f7;
    color: #555;
    font-style: italic;
}

.single-content img {
    max-width: 100%;
    height: auto;
}

.single-content table {
    width: 100%;
    margin-bottom: 1.5rem;
    border-collapse: collapse;
}

.single-content table th,
.single-content table td {
    padding: 12px 14px;
    border: 1px solid var(--qktgj-border);
    vertical-align: top;
}

.single-content table th {
    background: #f7f7f7;
    font-weight: 700;
    color: #222;
}

/* Tags */
.single-post-footer {
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid var(--qktgj-border);
}

.single-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.single-tags__label {
    font-weight: 700;
    color: #222;
}

.single-tags__item {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid var(--qktgj-border);
    background: #fafafa;
    color: #444;
    text-decoration: none;
    font-size: 14px;
    transition: all .2s ease;
}

.single-tags__item:hover {
    background: var(--qktgj-red);
    border-color: var(--qktgj-red);
    color: #fff;
}

/* Post navigation */
.single-post-navigation {
    margin-top: 40px;
    padding-top: 26px;
    border-top: 1px solid var(--qktgj-border);
}

.post-nav-box {
    height: 100%;
    padding: 20px;
    border: 1px solid var(--qktgj-border);
    background: #fafafa;
}

.post-nav-box__label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: var(--qktgj-red);
}

.post-nav-box__title {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #222;
    text-decoration: none;
}

.post-nav-box__title:hover {
    color: var(--qktgj-red);
}

/* Responsive */
@media (max-width: 1199.98px) {
    .single-hero__title {
        font-size: 36px;
    }

    .single-gallery-slider .carousel-item img {
        height: 500px;
    }
}

@media (max-width: 991.98px) {
    .single-hero {
        padding: 44px 0 40px;
    }

    .single-content-section {
        padding: 52px 0 64px;
    }

    .single-hero__title {
        font-size: 32px;
    }

    .single-hero__excerpt,
    .single-content {
        font-size: 16px;
    }

    .single-content h2 {
        font-size: 28px;
    }

    .single-content h3 {
        font-size: 24px;
    }

    .single-gallery-slider .carousel-item img {
        height: 420px;
    }
}

@media (max-width: 767.98px) {
    .single-hero__title {
        font-size: 28px;
    }

    .single-content h2 {
        font-size: 24px;
    }

    .single-content h3 {
        font-size: 21px;
    }

    .single-content h4 {
        font-size: 19px;
    }

    .single-gallery-slider .carousel-item img {
        height: 280px;
    }

    .single-gallery-slider .carousel-control-prev,
    .single-gallery-slider .carousel-control-next {
        width: 42px;
        height: 42px;
    }

    .single-gallery-slider .carousel-control-prev {
        left: 10px;
    }

    .single-gallery-slider .carousel-control-next {
        right: 10px;
    }

    .post-nav-box {
        text-align: left !important;
    }
}
/* =========================
   ARCHIVE TEMPLATE
========================= */
.site-main--archive {
    background: #fff;
}

/* Archive hero */
.archive-hero {
    position: relative;
    padding: 56px 0 50px;
    background: linear-gradient(180deg, #fafafa 0%, #f5f5f5 100%);
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid var(--qktgj-border);
    overflow: hidden;
}

.archive-hero::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(166, 30, 34, 0.08) 0%, rgba(166, 30, 34, 0) 70%);
    pointer-events: none;
}

.archive-hero__inner {
    position: relative;
    z-index: 2;
}

.archive-breadcrumbs {
    margin-bottom: 14px;
}

.archive-breadcrumbs p,
.archive-breadcrumbs span,
.archive-breadcrumbs a,
.archive-breadcrumbs #breadcrumbs {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #777;
    text-decoration: none;
}

.archive-breadcrumbs a:hover {
    color: var(--qktgj-red);
}

.archive-hero__title {
    margin: 0 0 14px;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    color: #222;
}

.archive-hero__excerpt {
    max-width: 820px;
    font-size: 17px;
    line-height: 1.8;
    color: #666;
}

.archive-hero__excerpt p:last-child {
    margin-bottom: 0;
}

/* Archive content */
.archive-content-section {
    padding: 64px 0 80px;
    background: #fff;
}

.archive-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--qktgj-border);
    box-shadow: 0 8px 22px rgba(0,0,0,.04);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.archive-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0,0,0,.08);
    border-color: rgba(166, 30, 34, 0.22);
}

.archive-card__image {
    display: block;
    overflow: hidden;
}

.archive-card__image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.archive-card:hover .archive-card__image img {
    transform: scale(1.04);
}

.archive-card__content {
    padding: 24px 22px 26px;
}

.archive-card__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.archive-card__date,
.archive-card__category {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: var(--qktgj-red);
}

.archive-card__divider {
    color: #999;
}

.archive-card__title {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
}

.archive-card__title a {
    color: #222;
    text-decoration: none;
    transition: color .2s ease;
}

.archive-card__title a:hover {
    color: var(--qktgj-red);
}

.archive-card__excerpt {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.75;
    color: #666;
}

.archive-card__excerpt p {
    margin: 0;
}

.archive-card__more {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: var(--qktgj-red);
    text-decoration: none;
}

.archive-card__more:hover {
    color: var(--qktgj-red-dark);
}

/* Pagination */
.archive-pagination {
    margin-top: 44px;
}

.archive-pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid var(--qktgj-border);
    background: #fff;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: all .2s ease;
}

.archive-pagination .page-numbers:hover,
.archive-pagination .page-numbers.current {
    background: var(--qktgj-red);
    border-color: var(--qktgj-red);
    color: #fff;
}

/* Empty state */
.archive-empty {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 20px;
}

.archive-empty__title {
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 700;
    color: #222;
}

.archive-empty__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.all-posts-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 30px;
}

.all-posts-filter__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 16px;
    background: #fff;
    border: 1px solid var(--qktgj-border);
    color: #333;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .2px;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.all-posts-filter__item:hover,
.all-posts-filter__item.is-active {
    background: var(--qktgj-red);
    border-color: var(--qktgj-red);
    color: #fff;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .archive-hero__title {
        font-size: 36px;
    }
}

@media (max-width: 991.98px) {
    .archive-hero {
        padding: 44px 0 40px;
    }

    .archive-content-section {
        padding: 52px 0 64px;
    }

    .archive-hero__title {
        font-size: 32px;
    }

    .archive-hero__excerpt {
        font-size: 16px;
    }

    .archive-card__title {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .archive-hero__title {
        font-size: 28px;
    }

    .archive-card__image img {
        height: 220px;
    }

    .archive-card__content {
        padding: 20px 18px 22px;
    }

    .archive-card__title {
        font-size: 18px;
    }

    .archive-empty__title {
        font-size: 24px;
    }
}
/* =========================
   DOCUMENTS PAGE
========================= */
.site-main--documents {
    background: #fff;
}

.documents-section {
    padding: 64px 0 80px;
}

.documents-intro {
    margin-bottom: 34px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--qktgj-border);
}

.documents-intro__title {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #222;
}

.documents-intro__text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.documents-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.document-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    padding: 24px 24px;
    background: #fff;
    border: 1px solid var(--qktgj-border);
    box-shadow: 0 8px 20px rgba(0,0,0,.03);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.document-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0,0,0,.06);
    border-color: rgba(166, 30, 34, 0.22);
}

.document-item--featured {
    border-left: 4px solid var(--qktgj-red);
}

.document-item__main {
    flex: 1;
}

.document-item__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.document-item__label,
.document-item__category,
.document-item__year {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.document-item__label {
    color: var(--qktgj-red);
    background: rgba(166, 30, 34, 0.08);
}

.document-item__category,
.document-item__year {
    color: #666;
    background: #f5f5f5;
}

.document-item__title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    color: #222;
}

.document-item__title a {
    color: #222;
    text-decoration: none;
    transition: color .2s ease;
}

.document-item__title a:hover {
    color: var(--qktgj-red);
}

.document-item__description {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #666;
    max-width: 820px;
}

.document-item__action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 180px;
}

.document-item__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 12px 18px;
    border: 1px solid var(--qktgj-red);
    color: var(--qktgj-red);
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s ease;
}

.document-item__button:hover {
    background: var(--qktgj-red);
    color: #fff;
}

.documents-empty {
    padding: 24px;
    background: #fafafa;
    border: 1px solid var(--qktgj-border);
    color: #666;
}

@media (max-width: 991.98px) {
    .documents-section {
        padding: 52px 0 64px;
    }

    .documents-intro__title {
        font-size: 26px;
    }

    .document-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .document-item__action {
        min-width: auto;
        justify-content: flex-start;
    }

    .document-item__title {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .document-item {
        padding: 20px 18px;
    }

    .documents-intro__title {
        font-size: 23px;
    }

    .document-item__title {
        font-size: 18px;
    }

    .document-item__button {
        width: 100%;
    }
}
/* =========================
   PARTNERS PAGE
========================= */
.site-main--partners {
    background: var(--qktgj-bg-gray, #f6f7f9);
}

.partners-section {
    padding: 70px 0 86px;
}

.partners-intro {
    max-width: 880px;
    margin: 0 auto 42px;
    text-align: center;
}

.partners-intro__title {
    margin: 0 0 14px;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;
    color: #222;
}

.partners-intro__text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.partners-groups {
    display: grid;
    gap: 42px;
}

.partners-group {
    padding: 0;
}

.partners-group__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.partners-group__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    background: var(--qktgj-red);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.partners-group__title {
    margin: 0;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 800;
    color: #222;
}

.partner-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--qktgj-border);
    box-shadow: 0 10px 28px rgba(0,0,0,.04);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.partner-card:hover {
    transform: translateY(-4px);
    border-color: rgba(166, 30, 34, .22);
    box-shadow: 0 16px 34px rgba(0,0,0,.08);
}

.partner-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 245px;
    color: inherit;
    text-decoration: none;
}

.partner-card__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 138px;
    padding: 24px;
    border-bottom: 1px solid var(--qktgj-border);
    background: #fff;
}

.partner-card__logo img {
    display: block;
    max-width: 100%;
    max-height: 86px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.partner-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    flex: 1 1 auto;
    padding: 22px;
}

.partner-card__name {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
    color: #222;
}

.partner-card__action {
    display: inline-flex;
    align-items: center;
    color: var(--qktgj-red);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.partner-card__action::after {
    content: "\2192";
    margin-left: 8px;
    transition: transform .2s ease;
}

.partner-card:hover .partner-card__action::after {
    transform: translateX(4px);
}

@media (max-width: 991.98px) {
    .partners-section {
        padding: 54px 0 68px;
    }

    .partners-intro__title {
        font-size: 27px;
    }

    .partners-group__title {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .partners-group__header {
        align-items: flex-start;
    }

    .partners-intro__title {
        font-size: 24px;
    }

    .partner-card__link {
        min-height: 220px;
    }
}
/* =========================
   BLOOD BANKS PAGE
========================= */
.site-main--blood-banks {
    background: var(--qktgj-bg-gray, #f6f7f9);
}

.blood-banks-section {
    padding: 70px 0 86px;
}

.blood-banks-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 520px;
    margin: 0 auto 30px;
}

.blood-banks-summary__item {
    padding: 22px;
    background: #fff;
    border: 1px solid var(--qktgj-border);
    text-align: center;
}

.blood-banks-summary__item strong {
    display: block;
    margin-bottom: 4px;
    color: var(--qktgj-red);
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
}

.blood-banks-summary__item span {
    color: #555;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.blood-banks-intro {
    max-width: 900px;
    margin: 0 auto 30px;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--qktgj-border);
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.blood-banks-index {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 0 42px;
}

.blood-banks-index a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 14px;
    background: #fff;
    border: 1px solid var(--qktgj-border);
    color: #333;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.blood-banks-index a:hover {
    background: var(--qktgj-red);
    border-color: var(--qktgj-red);
    color: #fff;
}

.blood-banks-groups {
    display: grid;
    gap: 44px;
}

.blood-banks-group {
    scroll-margin-top: 24px;
}

.blood-banks-group__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.blood-banks-group__title {
    margin: 0;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 800;
    color: #222;
}

.blood-banks-group__header span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    background: var(--qktgj-red);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.blood-bank-card {
    height: 100%;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--qktgj-border);
    box-shadow: 0 10px 28px rgba(0,0,0,.04);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.blood-bank-card:hover {
    transform: translateY(-4px);
    border-color: rgba(166, 30, 34, .22);
    box-shadow: 0 16px 34px rgba(0,0,0,.08);
}

.blood-bank-card__top {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--qktgj-border);
}

.blood-bank-card__district {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: rgba(166, 30, 34, .08);
    color: var(--qktgj-red);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.blood-bank-card__title {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
    color: #222;
}

.blood-bank-card__details {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.blood-bank-card__details li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    color: #555;
    font-size: 14px;
    line-height: 1.55;
}

.blood-bank-card__details i {
    margin-top: 2px;
    color: var(--qktgj-red);
    font-size: 16px;
}

.blood-bank-card__details a {
    color: #333;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.blood-bank-card__details a:hover {
    color: var(--qktgj-red);
}

@media (max-width: 991.98px) {
    .blood-banks-section {
        padding: 54px 0 68px;
    }

    .blood-banks-group__title {
        font-size: 23px;
    }
}

@media (max-width: 767.98px) {
    .blood-banks-summary {
        grid-template-columns: 1fr;
    }

    .blood-bank-card {
        padding: 20px;
    }
}
/* =========================
   404 PAGE
========================= */
.site-main--404 {
    background: var(--qktgj-bg-gray, #f6f7f9);
}

.error-404-section {
    padding: 90px 0;
    min-height: 560px;
    display: flex;
    align-items: center;
}

.error-404-card {
    position: relative;
    padding: 58px 42px;
    background: #fff;
    border: 1px solid var(--qktgj-border);
    box-shadow: 0 14px 36px rgba(0,0,0,.06);
    overflow: hidden;
}

.error-404-card::before {
    content: "";
    position: absolute;
    top: -110px;
    right: -110px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(166, 30, 34, 0.10) 0%, rgba(166, 30, 34, 0) 70%);
    pointer-events: none;
}

.error-404-card__code {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 82px;
    line-height: 1;
    font-weight: 900;
    color: var(--qktgj-red);
    letter-spacing: -2px;
}

.error-404-card__title {
    margin: 0 0 14px;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
    color: #222;
}

.error-404-card__text {
    max-width: 620px;
    margin: 0 auto 28px;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.error-404-card__search {
    max-width: 520px;
    margin: 0 auto 28px;
}

.error-404-card__search form {
    display: flex;
    gap: 10px;
}

.error-404-card__search input[type="search"],
.error-404-card__search input[type="text"] {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid var(--qktgj-border);
    color: #333;
}

.error-404-card__search input[type="submit"],
.error-404-card__search button {
    height: 48px;
    padding: 0 22px;
    border: 1px solid var(--qktgj-red);
    background: var(--qktgj-red);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.error-404-card__search input[type="submit"]:hover,
.error-404-card__search button:hover {
    background: var(--qktgj-red-dark);
    border-color: var(--qktgj-red-dark);
}

.error-404-card__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

@media (max-width: 991.98px) {
    .error-404-section {
        padding: 70px 0;
    }

    .error-404-card {
        padding: 46px 30px;
    }

    .error-404-card__code {
        font-size: 70px;
    }

    .error-404-card__title {
        font-size: 32px;
    }
}

@media (max-width: 767.98px) {
    .error-404-section {
        padding: 54px 0;
        min-height: auto;
    }

    .error-404-card {
        padding: 38px 22px;
    }

    .error-404-card__code {
        font-size: 58px;
    }

    .error-404-card__title {
        font-size: 26px;
    }

    .error-404-card__text {
        font-size: 15px;
    }

    .error-404-card__search form {
        flex-direction: column;
    }

    .error-404-card__search input[type="submit"],
    .error-404-card__search button,
    .error-404-card__actions .btn {
        width: 100%;
    }
}
