.qr-page {
    background: #f4f4f4;
}

.qr-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.qr-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(8px);
    box-shadow: 0 1px 6px rgba(0,0,0,0.08);
}

.qr-topbar .qr-container {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qr-topbar__logo {
    text-decoration: none;
    color: #333333;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.qr-topbar__contacts {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.qr-topbar__contacts a {
    text-decoration: none;
    color: #333333;
    font-weight: 300;
}

.qr-hero {
    position: relative;
    min-height: 72vh;
    display: flex;
    align-items: center;
    background-image: var(--qr-hero-bg, url("/images/slider2/SLIDER-6.jpg"));
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

.qr-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.45), rgba(0,0,0,0.68));
}

.qr-hero .qr-container {
    position: relative;
    z-index: 2;
}

.qr-hero__content {
    max-width: 820px;
    padding: 60px 0;
}

.qr-hero__label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
    color: #ffb36b;
    margin-bottom: 16px;
}

.qr-hero h1 {
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.05;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 24px;
}

.qr-hero__text {
    max-width: 700px;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 30px;
}

.qr-links {
    padding: 24px 0;
    background: #ffffff;
}

.qr-links__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.qr-links__item {
    min-height: 120px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #333333;
    background: #f1f1f1;
    border: 1px solid #dddddd;
    border-radius: 8px;
    transition: 0.25s;
}

.qr-links__item:hover {
    background: #ff6f00;
    color: #ffffff;
    border-color: #ff6f00;
}

.qr-links__title {
    font-size: 1.05rem;
    font-weight: 400;
    text-transform: uppercase;
}

.qr-section-heading {
    padding: 40px 0 20px;
    background: #ff6f00;
}

.qr-section-heading h2 {
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.qr-nav {
    background: #ff6f00;
    padding: 0 0 30px;
}

.qr-nav__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.qr-nav__item {
    display: block;
    padding: 18px 22px;
    text-decoration: none;
    color: #ffffff;
    background: #333333;
    border-radius: 6px;
    text-transform: uppercase;
    transition: 0.25s;
}

.qr-nav__item:hover {
    background: #111111;
}

.qr-block {
    padding: 40px 0 50px;
    background: #f4f4f4;
}

.qr-block--dark {
    background: #e9e9e9;
}

.qr-block__title {
    margin-bottom: 24px;
}

.qr-block__title h2 {
    display: inline-block;
    padding: 12px 18px;
    background: #ffffff;
    border-left: 5px solid #ff6f00;
}

.qr-block__content {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 30px;
    align-items: start;
}

.qr-block__content--reverse .qr-block__gallery {
    order: 2;
}

.qr-block__content--reverse .qr-block__text {
    order: 1;
}

.qr-block__gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.qr-block__gallery img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.qr-block__text {
    background: #ffffff;
    padding: 28px;
    border-radius: 8px;
    line-height: 1.7;
    font-weight: 300;
}

.qr-block__text p:last-child {
    margin-bottom: 0;
}

.qr-block__actions {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
}

.qr-block__actions a {
    color: #66281d;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

.qr-footer-lite {
    padding: 20px 0;
    background: #333333;
    color: #bdbdbd;
    text-align: center;
    font-size: 0.9rem;
}

@media (max-width: 900px) {
    .qr-links__grid,
    .qr-nav__grid,
    .qr-block__content {
        grid-template-columns: 1fr;
    }

    .qr-block__content--reverse .qr-block__gallery,
    .qr-block__content--reverse .qr-block__text {
        order: initial;
    }

    .qr-topbar .qr-container {
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media (max-width: 600px) {
    .qr-block__gallery {
        grid-template-columns: 1fr 1fr;
    }

    .qr-hero {
        min-height: 60vh;
    }

    .qr-hero__button {
        width: 100%;
    }

    .qr-links__item,
    .qr-nav__item {
        min-height: auto;
    }
}

.qr-links__item {
    min-height: 160px;
    padding: 24px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
    text-decoration: none;
    color: #333333;
    background: #f1f1f1;
    border: 1px solid #dddddd;
    border-radius: 8px;
    transition: 0.25s;
}

.qr-links__item:hover {
    background: #ff6f00;
    color: #ffffff;
    border-color: #ff6f00;
}

.qr-links__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
}

.qr-links__image {
    max-width: 72px;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.qr-links__title {
    font-size: 1.05rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.35;
}

.qr-previews {
    padding: 10px 0 30px;
}

.qr-previews .qr-block {
    padding: 24px 0 32px;
}

.qr-previews .qr-block__gallery {
    display: block;
}

.qr-previews .qr-block__gallery img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.qr-footer-lite {
    padding: 20px 0 28px;
    background: #333333;
    color: #bdbdbd;
    text-align: center;
    font-size: 0.9rem;
}

.qr-footer-lite p {
    margin: 6px 0;
}

.qr-footer-lite a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.qr-footer-lite a:hover {
    color: #ffb36b;
    border-bottom-color: #ffb36b;
}

.qr-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-size: 0.95rem;
    line-height: 1.4;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
}
.qr-breadcrumbs ol {
    padding: 0;    
}

.qr-breadcrumbs__link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    transition: 0.2s;
}

.qr-breadcrumbs__link:hover {
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.7);
}

.qr-breadcrumbs__sep {
    opacity: 0.6;
    padding: 0 4px;
}

.qr-breadcrumbs__current {
    color: #ffb36b;
}
.qr-section-title {
    margin-bottom: 20px;
    text-align: center;
}

.qr-section-title h2 {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #333333;
    font-weight: 400;
    text-transform: uppercase;
}

.qr-footer-lite__links {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.qr-footer-lite__link {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.45);
    line-height: 1.4;
}

.qr-footer-lite__link:hover {
    color: #ffb36b;
    border-bottom-color: #ffb36b;
}

.qr-simple-links {
    padding: 50px 10px;
}

.qr-simple-links__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.qr-simple-links__item {
    color: #333333;
    text-decoration: none;
    /* border-bottom: 1px solid rgba(51, 51, 51, 0.35); */
    line-height: 1.4;
    text-align: center;
    font-size: 1.2rem;
}

.qr-simple-links__item:hover {
    color: #ff6f00;
    border-bottom-color: #ff6f00;
}

.qr-page--text {
    background: #f4f4f4;
}

.qr-text-head {
    padding: 28px 0 10px;
    background: #f4f4f4;
}

.qr-text-head__inner {
    max-width: 1440px;
    margin: 0 auto;
}

.qr-text-head__title {
    margin: 0;
    color: #333333;
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1.15;
    font-weight: 400;
    text-transform: none;
}

.qr-breadcrumbs--dark {
    margin-bottom: 14px;
    color: #777777;
}

.qr-breadcrumbs--dark .qr-breadcrumbs__link {
    color: #666666;
    border-bottom: 1px solid rgba(102, 102, 102, 0.35);
}

.qr-breadcrumbs--dark .qr-breadcrumbs__link:hover {
    color: #333333;
    border-bottom-color: rgba(51, 51, 51, 0.5);
}

.qr-breadcrumbs--dark .qr-breadcrumbs__sep {
    opacity: 0.5;
}

.qr-breadcrumbs--dark .qr-breadcrumbs__current {
    color: #333333;
}

.qr-article--simple {
    padding-top: 10px;
}

.qr-article--simple .qr-article__inner {
    max-width: 1440px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 10px;
    padding: 28px 28px 32px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
}

.qr-article--simple .qr-article__inner p {
    padding: 0 0 20px 0;
    font-weight: 300;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .qr-text-head {
        padding: 22px 0 8px;
    }

    .qr-article--simple .qr-article__inner {
        padding: 22px 18px 24px;
        border-radius: 8px;
    }
}
