/* Base public site styles */
@font-face {
            font-family: "Exo 2";
            font-style: normal;
            font-weight: 400 700;
            font-display: swap;
            src: url("/assets/fonts/exo-2/exo-2-latin-ext.woff2") format("woff2");
            unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
        }
        @font-face {
            font-family: "Exo 2";
            font-style: normal;
            font-weight: 400 700;
            font-display: swap;
            src: url("/assets/fonts/exo-2/exo-2-latin.woff2") format("woff2");
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
        :root { --site-font-main: "Exo 2", "Segoe UI", "Noto Sans", Tahoma, sans-serif; }
        html,
        body {
            width: 100%;
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }
        *,
        *::before,
        *::after {
            box-sizing: border-box;
        }
        body {
            font-family: var(--site-font-main);
            color: #202020;
            font-size: 17px;
            line-height: 1.68;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
        }
        .container {
            max-width: 1320px;
            margin: 0 auto;
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
        }
        h1, h2, h3 {
            line-height: 1.25;
            letter-spacing: 0.01em;
            color: #162433;
            margin-top: 0;
        }
        h1 { font-size: clamp(30px, 3.2vw, 42px); margin-bottom: 18px; }
        h2 { font-size: clamp(24px, 2.2vw, 30px); margin-bottom: 14px; }
        h3 { font-size: clamp(20px, 1.8vw, 24px); margin-bottom: 12px; }
        p, li { margin-top: 0; margin-bottom: 0.82em; }
        ul, ol { margin-top: 0.4em; margin-bottom: 1.05em; }
        .preview { background: #fff2cc; border: 1px solid #f2d067; padding: 10px; margin-bottom: 18px; }
        img { max-width: 100%; height: auto; }
        img.img-left { float: left; margin: 0 16px 12px 0; max-width: min(50%, 420px); }
        img.img-center { display: block; margin: 0 auto 12px; }
        img.img-right { float: right; margin: 0 0 12px 16px; max-width: min(50%, 420px); }
        .wysiwyg-clear-break { display: table; width: 100%; clear: both; height: 0; line-height: 0; margin: 0; border: 0; padding: 0; }
        .txt-left { text-align: left; }
        .txt-center { text-align: center; }
        .txt-right { text-align: right; }
        .txt-justify { text-align: justify; }
        blockquote.quote-callout {
            position: relative;
            margin: 18px 0;
            padding: 24px 58px;
            border: 0;
            border-radius: 6px;
            background: #f0f1f3;
            color: #2a3540;
            font-size: clamp(18px, 1.8vw, 27px);
            line-height: 1.55;
        }
        blockquote.quote-callout::before,
        blockquote.quote-callout::after {
            position: absolute;
            color: rgba(36, 47, 59, 0.24);
            font-size: clamp(56px, 5.4vw, 82px);
            line-height: 1;
            font-weight: 700;
            pointer-events: none;
        }
        blockquote.quote-callout::before {
            content: "\201C";
            left: 14px;
            top: 8px;
        }
        blockquote.quote-callout::after {
            content: "\201D";
            right: 14px;
            bottom: 6px;
        }
        blockquote.quote-callout > :first-child { margin-top: 0; }
        blockquote.quote-callout > :last-child { margin-bottom: 0; }
        hr { border: 0; border-top: 1px solid #d7dde5; margin: 18px 0; }
        table {
            width: 100%;
            border-collapse: collapse;
            border-spacing: 0;
            margin: 14px 0 18px;
            background: #fff;
        }
        table th,
        table td {
            border: 1px solid #d7dde5;
            padding: 10px 12px;
            text-align: left;
            vertical-align: top;
        }
        table thead th {
            background: #f2f6fb;
            color: #1f3042;
            font-weight: 700;
        }
        table tbody tr:nth-child(even) td {
            background: #fafcff;
        }
        .wysiwyg-video {
            position: relative;
            width: 100%;
            max-width: 100%;
            padding-top: 56.25%;
            margin: 16px 0 20px;
            border-radius: 10px;
            overflow: hidden;
            background: #0f141b;
        }
        .wysiwyg-video iframe {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            border: 0;
            display: block;
        }
        .page-google-map {
            position: relative;
            width: 100%;
            max-width: 100%;
            padding-top: 56.25%;
            margin: 16px 0 20px;
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid #dfe5ee;
            background: #f2f6fb;
        }
        .page-google-map.page-google-map--small {
            padding-top: 28.125%;
        }
        .page-google-map iframe {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            border: 0;
            display: block;
        }
        .page-columns {
            display: grid;
            grid-template-columns: repeat(var(--page-columns-count, 2), minmax(0, 1fr));
            gap: 24px;
            margin: 16px 0 20px;
            align-items: start;
        }
        .page-columns-item {
            min-width: 0;
        }
        .page-columns-item > :first-child {
            margin-top: 0;
        }
        .page-columns-item > :last-child {
            margin-bottom: 0;
        }
        .page-price-cta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            margin: 16px 0 20px;
            padding: 18px 22px;
            border: 1px solid #dfe5ee;
            border-radius: 12px;
            background: linear-gradient(135deg, #fbfdff 0%, #eef5fb 100%);
        }
        .page-price-copy {
            display: grid;
            gap: 6px;
        }
        .page-price-line {
            margin: 0;
            color: #1d3348;
            line-height: 1.45;
        }
        .page-price-line strong {
            font-size: 1.08em;
            color: #0f2e4a;
        }
        .page-price-line--secondary {
            color: #47627c;
        }
        .page-price-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 12px 20px;
            border-radius: 999px;
            background: #0d2b45;
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            white-space: nowrap;
            transition: background 0.18s ease, transform 0.18s ease;
        }
        .page-price-button:hover {
            background: #153b5b;
            transform: translateY(-1px);
        }
        .page-gallery { display: grid; gap: 12px; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); margin: 14px 0 18px; }
        .page-gallery-item { margin: 0; }
        .page-gallery-item img { width: 100%; height: 170px; object-fit: cover; border-radius: 8px; border: 1px solid #dfe5ee; background: #f6f9fc; }
        .page-gallery-link { display: block; text-decoration: none; color: inherit; }
        .page-media-image--transparent,
        .gallery-viewer-figure.is-transparent-media .js-gallery-image {
            background-color: #eef4f8;
            background-image:
                linear-gradient(45deg, rgba(196, 208, 220, 0.55) 25%, transparent 25%, transparent 75%, rgba(196, 208, 220, 0.55) 75%, rgba(196, 208, 220, 0.55)),
                linear-gradient(45deg, rgba(196, 208, 220, 0.55) 25%, transparent 25%, transparent 75%, rgba(196, 208, 220, 0.55) 75%, rgba(196, 208, 220, 0.55));
            background-position: 0 0, 10px 10px;
            background-size: 20px 20px;
            filter: drop-shadow(0 10px 22px rgba(12, 24, 36, 0.14));
        }
        .page-gallery-item .page-media-image--transparent {
            object-fit: contain;
            padding: 10px;
        }
        .page-gallery-link:hover img { border-color: #c8d5e6; box-shadow: 0 4px 14px rgba(24, 46, 69, 0.12); }
        .page-gallery-item figcaption { margin-top: 6px; font-size: 12px; color: #5b6672; text-align: center; word-break: break-word; }
        .page-slideshow { margin: 14px 0 18px; }
        .page-slideshow-stage {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            border: 1px solid #dfe5ee;
            background: #f6f9fc;
        }
        .page-slideshow-slide {
            display: none;
            margin: 0;
            position: relative;
            overflow: hidden;
        }
        .page-slideshow-slide.is-active { display: block; }
        .page-slideshow-slide.is-active.is-effect-slide {
            animation: page-slideshow-slide-in 520ms ease both;
        }
        .page-slideshow-slide.is-active.is-effect-fade {
            animation: page-slideshow-fade-in 520ms ease both;
        }
        .page-slideshow-slide.is-active.is-effect-zoom {
            animation: page-slideshow-zoom-in 560ms ease both;
        }
        @keyframes page-slideshow-slide-in {
            from {
                opacity: 0;
                transform: translate3d(var(--slide-from-x, 0), var(--slide-from-y, 0), 0);
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
        }
        @keyframes page-slideshow-fade-in {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        @keyframes page-slideshow-zoom-in {
            from {
                opacity: 0;
                transform: scale(1.06);
            }
            to {
                opacity: 1;
                transform: scale(1);
            }
        }
        .js-page-slideshow[data-direction="ltr"] .page-slideshow-slide.is-active.is-effect-slide.is-step-forward { --slide-from-x: 7%; --slide-from-y: 0; }
        .js-page-slideshow[data-direction="ltr"] .page-slideshow-slide.is-active.is-effect-slide.is-step-backward { --slide-from-x: -7%; --slide-from-y: 0; }
        .js-page-slideshow[data-direction="rtl"] .page-slideshow-slide.is-active.is-effect-slide.is-step-forward { --slide-from-x: -7%; --slide-from-y: 0; }
        .js-page-slideshow[data-direction="rtl"] .page-slideshow-slide.is-active.is-effect-slide.is-step-backward { --slide-from-x: 7%; --slide-from-y: 0; }
        .js-page-slideshow[data-direction="ttb"] .page-slideshow-slide.is-active.is-effect-slide.is-step-forward { --slide-from-x: 0; --slide-from-y: -7%; }
        .js-page-slideshow[data-direction="ttb"] .page-slideshow-slide.is-active.is-effect-slide.is-step-backward { --slide-from-x: 0; --slide-from-y: 7%; }
        .js-page-slideshow[data-direction="btt"] .page-slideshow-slide.is-active.is-effect-slide.is-step-forward { --slide-from-x: 0; --slide-from-y: 7%; }
        .js-page-slideshow[data-direction="btt"] .page-slideshow-slide.is-active.is-effect-slide.is-step-backward { --slide-from-x: 0; --slide-from-y: -7%; }
        .page-slideshow-slide img {
            display: block;
            width: 100%;
            max-height: min(68vh, 560px);
            object-fit: cover;
            background: #f4f8fc;
        }
        .page-slideshow-slide .page-media-image--transparent {
            object-fit: contain;
            padding: 16px;
        }
        .page-slideshow-caption {
            position: absolute;
            right: clamp(12px, 1.4vw, 18px);
            bottom: clamp(12px, 1.4vw, 18px);
            width: min(44%, 560px);
            max-width: calc(100% - 32px);
            max-height: min(44%, calc(100% - 32px));
            background: rgba(255, 255, 255, 0.84);
            color: #1d2833;
            border: 1px solid rgba(255, 255, 255, 0.95);
            border-radius: 10px;
            padding: 10px 14px;
            font-size: clamp(16px, 1.7vw, 23px);
            line-height: 1.16;
            box-shadow: 0 4px 14px rgba(16, 27, 38, 0.16);
            word-break: break-word;
            overflow-wrap: anywhere;
            hyphens: auto;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            backdrop-filter: blur(1px);
        }
        .page-slideshow-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.5);
            background: rgba(9, 20, 32, 0.58);
            color: #fff;
            cursor: pointer;
            font-size: 22px;
            line-height: 1;
            z-index: 4;
        }
        .page-slideshow-nav.prev { left: 8px; }
        .page-slideshow-nav.next { right: 8px; }
        .page-image-title { margin: 0 0 10px; font-size: clamp(24px, 2.1vw, 30px); line-height: 1.25; }
        .page-image-block { margin: 14px 0 18px; }
        .page-image-block img { display: block; width: 100%; }
        .page-image-block .page-media-image--transparent { filter: none; }
        .page-image-block .page-gallery-link:hover img { box-shadow: none; }
        .site-main { padding-bottom: 28px; }
        .site-main > .container::after {
            content: "";
            display: block;
            clear: both;
        }
        .site-breadcrumbs {
            margin: 2px 0 18px;
            color: #637282;
            font-size: 14px;
            line-height: 1.45;
        }
        .site-breadcrumbs-list {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 10px;
            margin: 0;
            padding: 0;
        }
        .site-breadcrumbs-item {
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }
        .site-breadcrumbs-item:not(:last-child)::after {
            content: "/";
            color: #98a7b6;
        }
        .site-breadcrumbs-link {
            color: #40617d;
            text-decoration: none;
        }
        .site-breadcrumbs-link:hover {
            text-decoration: underline;
        }
        .site-breadcrumbs-current {
            color: #233545;
            font-weight: 600;
        }
        .site-admin-icon-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 26px;
            height: 26px;
            border-radius: 999px;
            border: 1px solid #d7e4ef;
            background: rgba(248, 251, 255, 0.78);
            color: #6f8294;
            text-decoration: none;
            font-size: 14px;
            line-height: 1;
            opacity: 0.72;
            transition: opacity 0.18s ease, color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
        }
        .site-admin-icon-link:hover {
            opacity: 1;
            color: #163d68;
            border-color: #b5cade;
            background: rgba(239, 246, 253, 0.96);
        }
        .site-footer {
            position: relative;
            clear: both;
            margin-top: 28px;
            padding: 30px 0 18px;
            color: #e8f2fb;
            background: linear-gradient(145deg, #2a4257 0%, #3f6079 48%, #24435a 100%);
            border-top: 1px solid rgba(255, 255, 255, 0.16);
            overflow: hidden;
        }
        .site-footer::before {
            content: "";
            position: absolute;
            inset: -25% -10% auto;
            height: 220px;
            background: radial-gradient(ellipse at top, rgba(153, 220, 255, 0.35) 0%, rgba(153, 220, 255, 0) 68%);
            pointer-events: none;
        }
        .site-footer .container {
            position: relative;
            z-index: 1;
        }
        .site-footer-layout {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 18px;
            margin-bottom: 12px;
            align-items: stretch;
        }
        .site-footer-block {
            min-width: 0;
            padding: 18px 20px;
            border-radius: 14px;
            border: 1px solid rgba(255, 255, 255, 0.22);
            background: rgba(15, 34, 50, 0.32);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 26px rgba(6, 14, 22, 0.24);
            backdrop-filter: blur(4px);
        }
        .site-footer-title {
            margin: 0 0 10px;
            font-size: clamp(17px, 1.2vw, 21px);
            font-weight: 600;
            line-height: 1.3;
            color: #fff;
            letter-spacing: 0.015em;
        }
        .site-footer-list {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .site-footer-list li {
            margin: 0 0 8px;
            line-height: 1.45;
            color: #eaf2fb;
        }
        .site-footer-list li:last-child { margin-bottom: 0; }
        .site-footer-line-label { font-weight: 700; color: #fff; }
        .site-footer-line-value { color: #dce9f5; }
        .site-footer-line-value a,
        .site-footer-line-value a:visited { color: inherit; }
        .site-footer-social {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        .site-footer-social-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 38px;
            padding: 0 14px;
            color: #fff;
            text-decoration: none;
            border: 1px solid rgba(255, 255, 255, 0.35);
            border-radius: 999px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
            font-weight: 600;
            transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
        }
        .site-footer-social-link:hover {
            transform: translateY(-1px);
            border-color: rgba(255, 255, 255, 0.7);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.12));
        }
        .site-footer-copy {
            margin: 16px 0 0;
            padding-top: 12px;
            border-top: 1px solid rgba(255, 255, 255, 0.24);
            color: #d7e6f2;
            font-size: 13px;
            letter-spacing: 0.02em;
            position: relative;
            z-index: 2;
        }
        .site-header {
            margin-bottom: 0;
            padding: 18px 0 10px;
        }
        .site-header-top {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 18px;
            margin-bottom: 14px;
            padding: 14px 18px;
            border: 0;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
        }
        .site-brand {
            display: inline-flex;
            align-items: center;
            min-height: 92px;
            text-decoration: none;
        }
        .site-brand-logo {
            display: block;
            width: auto;
            max-width: 270px;
            max-height: 110px;
        }
        .site-brand-name {
            display: inline-block;
            font-size: 40px;
            line-height: 1;
            font-weight: 700;
            letter-spacing: 0.05em;
            color: #2b557d;
        }
        .site-header-right {
            margin-left: auto;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 10px;
            min-width: min(100%, 430px);
        }
        .site-header-contacts {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
            gap: 12px;
            font-size: 15px;
            line-height: 1.35;
            color: #35536d;
        }
        .site-header-contact-link {
            color: #35536d;
            text-decoration: none;
        }
        .site-header-contact-link:hover {
            text-decoration: underline;
        }
        .site-header-search {
            display: flex;
            width: min(100%, 360px);
            border: 1px solid #cfd6df;
            background: #fff;
        }
        .site-header-search-input {
            flex: 1;
            border: 0;
            min-width: 0;
            padding: 10px 12px;
            font: inherit;
            color: #233b51;
            background: transparent;
        }
        .site-header-search-input:focus {
            outline: none;
        }
        .site-header-search-btn {
            border: 0;
            padding: 0 14px;
            min-width: 86px;
            font: inherit;
            font-weight: 700;
            color: #fff;
            background: #5a7183;
            cursor: pointer;
        }
        .site-menu-wrap {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
            margin-bottom: 24px;
            border: 1px solid #d8e2ee;
            border-radius: 0;
            background: #f7fafc;
            box-shadow: none;
            padding: 8px;
        }
        .site-menu-mobile-toggle {
            width: 100%;
            display: none;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            border: 1px solid #c9d8e7;
            border-radius: 0;
            background: #fff;
            color: #143f6d;
            height: 42px;
            padding: 0 12px;
            font: inherit;
            font-weight: 700;
            cursor: pointer;
        }
        .site-menu-mobile-toggle-icon {
            font-size: 18px;
            line-height: 1;
        }
        .site-menu-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .site-menu-list.is-root {
            display: flex;
            flex-wrap: wrap;
            align-items: stretch;
            gap: 4px;
            flex: 1 1 auto;
        }
        .site-menu-admin {
            display: flex;
            align-items: center;
            gap: 6px;
            margin-left: auto;
        }
        .site-menu-item {
            margin: 0;
            line-height: 1.4;
            position: relative;
        }
        .site-menu-row {
            display: flex;
            align-items: center;
            gap: 2px;
        }
        .site-menu-link {
            display: block;
            padding: 10px 12px;
            border-radius: 0;
            color: #134070;
            text-decoration: none;
            font-weight: 600;
            transition: background-color 0.18s ease, color 0.18s ease;
            white-space: nowrap;
        }
        .site-menu-link:hover {
            background: #e6eef8;
        }
        .site-menu-item.is-branch-active:not(.is-active) > .site-menu-row > .site-menu-link {
            background: #eaf2fb;
            color: #0f365f;
            font-weight: 700;
        }
        .site-menu-item.is-active > .site-menu-row > .site-menu-link {
            background: #134070;
            color: #fff;
        }
        .site-menu-item.has-children > .site-menu-row > .site-menu-link {
            padding-right: 8px;
        }
        .site-submenu-toggle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            margin-right: 4px;
            border: 1px solid #c7d5e4;
            border-radius: 0;
            background: #fff;
            color: #224f79;
            font: inherit;
            font-size: 12px;
            line-height: 1;
            cursor: pointer;
            transition: transform 0.18s ease, background-color 0.18s ease;
        }
        .site-menu-item.has-children.is-open > .site-menu-row > .site-submenu-toggle {
            transform: rotate(180deg);
            background: #ecf3fb;
        }
        @media (min-width: 901px) {
            .site-menu-item.has-children > .site-menu-row::after {
                content: "\25BE";
                display: inline-block;
                margin-left: 2px;
                color: #224f79;
                font-size: 12px;
                line-height: 1;
            }
            .site-menu-item.has-children > .site-menu-row > .site-submenu-toggle {
                display: none;
            }
            .site-submenu {
                position: absolute;
                left: 0;
                top: 100%;
                min-width: 230px;
                max-width: 340px;
                background: #fff;
                border: 1px solid #d6e1ed;
                border-radius: 0;
                box-shadow: none;
                padding: 6px;
                opacity: 0;
                visibility: hidden;
                transform: translateY(2px);
                pointer-events: none;
                z-index: 80;
            }
            .site-submenu .site-menu-item {
                width: 100%;
            }
            .site-submenu .site-menu-row {
                justify-content: space-between;
            }
            .site-submenu .site-menu-link {
                width: 100%;
                white-space: normal;
                font-weight: 500;
                padding: 9px 11px;
            }
            .site-submenu .site-submenu {
                left: 100%;
                top: 0;
            }
            .site-menu-item.has-children:hover > .site-submenu,
            .site-menu-item.has-children:focus-within > .site-submenu,
            .site-menu-item.has-children.is-open > .site-submenu {
                opacity: 1;
                visibility: visible;
                transform: translateY(0);
                pointer-events: auto;
            }
        }
        @media (max-width: 900px) {
            table {
                display: block;
                width: 100%;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                white-space: nowrap;
            }
            table th,
            table td {
                white-space: nowrap;
            }
            .site-header {
                padding-top: 12px;
            }
            .site-header-top {
                flex-direction: column;
                align-items: stretch;
                gap: 14px;
                padding: 12px;
            }
            .site-brand {
                min-height: 0;
            }
            .site-brand-logo {
                max-height: 88px;
            }
            .site-header-right {
                width: 100%;
                align-items: stretch;
                min-width: 0;
            }
            .site-header-contacts {
                justify-content: flex-start;
                gap: 8px 14px;
            }
            .site-header-search {
                width: 100%;
                max-width: none;
            }
            .site-menu-mobile-toggle {
                display: flex;
                flex: 1 1 auto;
            }
            .site-menu-list.is-root {
                display: none;
                width: 100%;
                flex-direction: column;
                gap: 4px;
                margin-top: 8px;
                flex-basis: 100%;
            }
            .site-menu-wrap.is-open > .site-menu-list.is-root {
                display: flex;
            }
            .site-menu-admin {
                margin-left: 0;
            }
            .site-menu-row {
                justify-content: space-between;
            }
            .site-menu-link {
                width: 100%;
                white-space: normal;
                border: 1px solid #d8e2ee;
                background: #fff;
            }
            .site-menu-item.is-active > .site-menu-row > .site-menu-link {
                background: #134070;
                border-color: #134070;
            }
            .site-submenu-toggle {
                width: 34px;
                height: 34px;
                margin-right: 0;
            }
            .site-submenu {
                display: none;
                position: static;
                margin: 4px 0 8px;
                padding: 0 0 0 12px;
            }
            .site-menu-item.is-open > .site-submenu {
                display: block;
            }
            .site-submenu .site-menu-link {
                font-weight: 500;
                background: #f7fafe;
            }
        }
        body.gallery-viewer-open { overflow: hidden; }
        .gallery-viewer { position: fixed; inset: 0; z-index: 4000; }
        .gallery-viewer[hidden] { display: none; }
        .gallery-viewer-backdrop { position: absolute; inset: 0; border: 0; background: rgba(8, 16, 26, 0.82); cursor: pointer; }
        .gallery-viewer-stage {
            position: relative;
            width: min(1080px, calc(100% - 24px));
            margin: 4vh auto;
            max-height: 92vh;
            display: grid;
            grid-template-columns: 48px 1fr 48px;
            align-items: center;
            gap: 10px;
        }
        .gallery-viewer-figure { margin: 0; text-align: center; }
        .gallery-viewer-figure img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
            max-height: calc(92vh - 70px);
            border-radius: 8px;
            border: 1px solid rgba(255, 255, 255, 0.22);
            background: rgba(255, 255, 255, 0.08);
        }
        .gallery-viewer-figure figcaption { margin-top: 8px; color: #eef2f7; font-size: 14px; }
        .gallery-viewer-btn {
            border: 1px solid rgba(255, 255, 255, 0.35);
            background: rgba(15, 24, 36, 0.68);
            color: #fff;
            width: 44px;
            height: 44px;
            border-radius: 999px;
            cursor: pointer;
            font-size: 22px;
            line-height: 1;
        }
        .gallery-viewer-close {
            position: absolute;
            top: -8px;
            right: -8px;
            width: 38px;
            height: 38px;
            font-size: 26px;
        }
        @media (max-width: 991px) {
            .container {
                padding-left: 16px;
                padding-right: 16px;
            }
        }
        @media (max-width: 720px) {
            body { font-size: 16px; line-height: 1.6; }
            h1 { font-size: clamp(26px, 7.8vw, 34px); margin-bottom: 14px; }
            h2 { font-size: clamp(22px, 6.2vw, 28px); }
            h3 { font-size: clamp(19px, 5.2vw, 23px); }
            .site-footer { padding-top: 24px; }
            .site-footer-layout { gap: 14px; }
            .site-footer-block { padding: 14px 14px; }
            .site-footer-title { font-size: 18px; }
            .gallery-viewer-stage { grid-template-columns: 40px 1fr 40px; margin-top: 7vh; }
            .gallery-viewer-btn { width: 36px; height: 36px; font-size: 18px; }
            .gallery-viewer-close { top: -6px; right: -6px; }
            blockquote.quote-callout {
                padding: 18px 44px;
                font-size: clamp(16px, 3.8vw, 20px);
            }
            blockquote.quote-callout::before,
            blockquote.quote-callout::after { font-size: clamp(42px, 10vw, 58px); }
            .page-price-cta {
                flex-direction: column;
                align-items: stretch;
                padding: 16px;
            }
            .page-columns {
                grid-template-columns: 1fr;
                gap: 18px;
            }
            .page-price-button {
                width: 100%;
            }
            .page-slideshow-caption {
                left: 12px;
                right: 12px;
                bottom: 12px;
                width: auto;
                max-width: none;
                max-height: calc(100% - 24px);
                padding: 9px 11px;
                font-size: clamp(15px, 4.2vw, 18px);
                line-height: 1.18;
                -webkit-line-clamp: 3;
            }
        }

/* Home page styles */
.home-technology-section {
            margin: 10px 0 28px;
        }
        .home-technology-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 34px;
        }
        .home-technology-card {
            position: relative;
            display: block;
            min-height: 198px;
            padding: 28px 28px 28px 238px;
            background: #ececf2;
            color: #243649;
            text-decoration: none;
            overflow: hidden;
            transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
        }
        .home-technology-card:hover {
            background: #e5e7ef;
            transform: translateY(-2px);
            box-shadow: 0 16px 28px rgba(24, 42, 60, 0.12);
        }
        .home-technology-media {
            position: absolute;
            left: 16px;
            top: 50%;
            width: 190px;
            height: 190px;
            transform: translateY(-50%);
            border: 9px solid #8599a8;
            border-radius: 999px;
            background: #fff;
            overflow: hidden;
        }
        .home-technology-media picture {
            display: block;
            width: 100%;
            height: 100%;
        }
        .home-technology-media img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .home-technology-content {
            min-height: 142px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .home-technology-title {
            margin: 0 0 8px;
            font-size: clamp(24px, 2vw, 36px);
            font-weight: 400;
            line-height: 1.08;
            color: #27384a;
        }
        .home-technology-description {
            margin: 0;
            max-width: 30ch;
            font-size: clamp(16px, 1.05vw, 18px);
            line-height: 1.25;
            color: #677482;
        }
        .home-offers-section {
            margin: 8px 0 30px;
        }
        .home-offers-heading {
            display: flex;
            align-items: center;
            gap: 14px;
            margin: 0 0 18px;
        }
        .home-offers-heading::before,
        .home-offers-heading::after,
        .home-news-head::before,
        .home-news-head::after,
        .home-articles-head::before,
        .home-articles-head::after,
        .home-objects-head::before,
        .home-objects-head::after {
            content: "";
            flex: 1 1 0;
            height: 10px;
            background:
                linear-gradient(
                    to bottom,
                    transparent 0,
                    transparent 3px,
                    #e8e8ef 3px,
                    #e8e8ef 7px,
                    transparent 7px,
                    transparent 100%
                );
        }
        .home-offers-title,
        .home-news-title,
        .home-articles-title,
        .home-objects-title {
            margin: 0;
            color: #33485e;
            font-size: clamp(22px, 2vw, 31px);
            font-weight: 400;
            line-height: 1.1;
            white-space: nowrap;
            text-align: center;
        }
        .home-offers-grid {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: 16px;
        }
        .home-offers-card {
            position: relative;
            display: block;
            background: #efeff5;
            padding: 10px;
            text-decoration: none;
            overflow: hidden;
            transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
        }
        .home-offers-card:hover {
            background: #e8e9f1;
            transform: translateY(-2px);
            box-shadow: 0 14px 24px rgba(26, 43, 61, 0.1);
        }
        .home-offers-card picture {
            display: block;
        }
        .home-offers-card img {
            display: block;
            width: 100%;
            aspect-ratio: 280 / 160;
            object-fit: cover;
            background: #f5f6fa;
        }
        .home-offers-card::after {
            content: "";
            position: absolute;
            left: 10px;
            right: 10px;
            bottom: 10px;
            height: 54%;
            background: linear-gradient(180deg, rgba(12, 24, 36, 0) 0%, rgba(12, 24, 36, 0.72) 72%, rgba(12, 24, 36, 0.88) 100%);
            pointer-events: none;
        }
        .home-offers-label {
            position: absolute;
            left: 22px;
            right: 22px;
            bottom: 20px;
            z-index: 1;
            color: #fff;
            font-size: clamp(15px, 1.05vw, 18px);
            font-weight: 600;
            line-height: 1.2;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
        }
        .home-news-section {
            margin: 38px 0 0;
        }
        .home-news-head {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 18px;
        }
        .home-news-title a {
            color: inherit;
            text-decoration: none;
        }
        .home-news-title a:hover,
        .home-news-section .category-card-title a:hover {
            text-decoration: underline;
        }
        .home-news-section .category-pages {
            list-style: none;
            padding: 0;
            margin: 0;
            display: grid;
            grid-template-columns: 1fr;
            gap: 18px;
        }
        .home-news-section .category-card-item {
            min-width: 0;
        }
        .home-news-section .category-card {
            display: grid;
            grid-template-columns: minmax(300px, 42%) minmax(0, 1fr);
            height: 100%;
            border: 1px solid rgba(210, 225, 236, 0.95);
            border-radius: 22px;
            background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
            box-shadow: 0 18px 40px rgba(23, 45, 69, 0.08);
            overflow: hidden;
            transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
        }
        .home-news-section .category-card:hover {
            transform: translateY(-4px);
            border-color: rgba(166, 193, 214, 0.95);
            box-shadow: 0 24px 46px rgba(18, 40, 63, 0.12);
        }
        .home-news-section .category-card-media {
            position: relative;
            display: block;
            height: 100%;
            min-height: 100%;
            overflow: hidden;
            background: linear-gradient(135deg, #d7e8f4 0%, #edf5fb 100%);
        }
        .home-news-section .category-card-media::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(8, 25, 39, 0.02) 0%, rgba(8, 25, 39, 0.18) 100%);
        }
        .home-news-section .category-card-media img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1);
            transition: transform 0.42s ease;
        }
        .home-news-section .category-card:hover .category-card-media img {
            transform: scale(1.05);
        }
        .home-news-section .category-card-media.is-empty {
            background:
                radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 28%),
                linear-gradient(135deg, #dce9f3 0%, #c9dceb 44%, #b7d1e6 100%);
        }
        .home-news-section .category-card-media-placeholder {
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 72% 30%, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0) 26%),
                linear-gradient(160deg, rgba(19, 71, 108, 0.12) 0%, rgba(19, 71, 108, 0) 54%);
        }
        .home-news-section .category-card-body {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            gap: 14px;
            padding: 24px 24px 26px;
        }
        .home-news-section .category-card-date {
            display: inline-flex;
            align-items: center;
            min-height: 28px;
            padding: 4px 10px;
            border-radius: 999px;
            background: #eef5fb;
            color: #49657f;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }
        .home-news-section .category-card-title {
            margin: 0;
            font-size: clamp(24px, 2vw, 32px);
            line-height: 1.2;
        }
        .home-news-section .category-card-title a {
            color: #163d68;
            text-decoration: none;
        }
        .home-news-section .category-card-excerpt {
            margin: 0;
            max-width: 66ch;
            color: #556c81;
            line-height: 1.7;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .home-news-section .category-card-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: fit-content;
            min-height: 42px;
            padding: 10px 16px;
            border-radius: 999px;
            background: #133b62;
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
        }
        .home-news-section .category-card-link::after {
            content: "\203A";
            font-size: 16px;
            line-height: 1;
        }
        .home-news-section .category-card-link:hover {
            background: #1a4b79;
            transform: translateY(-1px);
        }
        .home-articles-section {
            margin: 38px 0 0;
        }
        .home-articles-head {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 18px;
        }
        .home-articles-title a {
            color: inherit;
            text-decoration: none;
        }
        .home-articles-title a:hover,
        .home-articles-section .category-card-title a:hover {
            text-decoration: underline;
        }
        .home-articles-section .category-pages {
            list-style: none;
            padding: 0;
            margin: 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(252px, 1fr));
            gap: 18px;
        }
        .home-articles-section .category-card-item {
            min-width: 0;
        }
        .home-articles-section .category-card {
            display: grid;
            grid-template-rows: auto 1fr;
            height: 100%;
            border: 1px solid rgba(210, 225, 236, 0.95);
            border-radius: 22px;
            background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
            box-shadow: 0 18px 40px rgba(23, 45, 69, 0.08);
            overflow: hidden;
            transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
        }
        .home-articles-section .category-card:hover {
            transform: translateY(-4px);
            border-color: rgba(166, 193, 214, 0.95);
            box-shadow: 0 24px 46px rgba(18, 40, 63, 0.12);
        }
        .home-articles-section .category-card-media {
            position: relative;
            display: block;
            aspect-ratio: 16 / 10;
            overflow: hidden;
            background: linear-gradient(135deg, #d7e8f4 0%, #edf5fb 100%);
        }
        .home-articles-section .category-card-media::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(8, 25, 39, 0.02) 0%, rgba(8, 25, 39, 0.18) 100%);
        }
        .home-articles-section .category-card-media img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1);
            transition: transform 0.42s ease;
        }
        .home-articles-section .category-card:hover .category-card-media img {
            transform: scale(1.05);
        }
        .home-articles-section .category-card-media.is-empty {
            background:
                radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 28%),
                linear-gradient(135deg, #dce9f3 0%, #c9dceb 44%, #b7d1e6 100%);
        }
        .home-articles-section .category-card-media-placeholder {
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 72% 30%, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0) 26%),
                linear-gradient(160deg, rgba(19, 71, 108, 0.12) 0%, rgba(19, 71, 108, 0) 54%);
        }
        .home-articles-section .category-card-body {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 12px;
            padding: 18px 18px 20px;
        }
        .home-articles-section .category-card-date {
            display: inline-flex;
            align-items: center;
            min-height: 28px;
            padding: 4px 10px;
            border-radius: 999px;
            background: #eef5fb;
            color: #49657f;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }
        .home-articles-section .category-card-title {
            margin: 0;
            font-size: clamp(20px, 1.6vw, 24px);
            line-height: 1.28;
        }
        .home-articles-section .category-card-title a {
            color: #163d68;
            text-decoration: none;
        }
        .home-articles-section .category-card-excerpt {
            margin: 0;
            color: #556c81;
            line-height: 1.65;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .home-articles-section .category-card-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: fit-content;
            min-height: 42px;
            padding: 10px 16px;
            border-radius: 999px;
            background: #133b62;
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
            margin-top: auto;
        }
        .home-articles-section .category-card-link::after {
            content: "\203A";
            font-size: 16px;
            line-height: 1;
        }
        .home-articles-section .category-card-link:hover {
            background: #1a4b79;
            transform: translateY(-1px);
        }
        .home-objects-section {
            margin: 38px 0 0;
        }
        .home-objects-head {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 18px;
        }
        .home-objects-title a {
            color: inherit;
            text-decoration: none;
        }
        .home-objects-title a:hover,
        .home-objects-section .category-subsection-title a:hover,
        .home-objects-section .category-card-title a:hover {
            text-decoration: underline;
        }
        .home-objects-section .category-pages {
            list-style: none;
            padding: 0;
            margin: 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(252px, 1fr));
            gap: 18px;
        }
        .home-objects-section .category-card-item {
            min-width: 0;
        }
        .home-objects-section .category-card {
            display: grid;
            grid-template-rows: auto 1fr;
            height: 100%;
            border: 1px solid rgba(210, 225, 236, 0.95);
            border-radius: 22px;
            background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
            box-shadow: 0 18px 40px rgba(23, 45, 69, 0.08);
            overflow: hidden;
            transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
        }
        .home-objects-section .category-card:hover {
            transform: translateY(-4px);
            border-color: rgba(166, 193, 214, 0.95);
            box-shadow: 0 24px 46px rgba(18, 40, 63, 0.12);
        }
        .home-objects-section .category-card-media {
            position: relative;
            display: block;
            aspect-ratio: 16 / 10;
            overflow: hidden;
            background: linear-gradient(135deg, #d7e8f4 0%, #edf5fb 100%);
        }
        .home-objects-section .category-card-media::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(8, 25, 39, 0.02) 0%, rgba(8, 25, 39, 0.18) 100%);
        }
        .home-objects-section .category-card-media img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1);
            transition: transform 0.42s ease;
        }
        .home-objects-section .category-card:hover .category-card-media img {
            transform: scale(1.05);
        }
        .home-objects-section .category-card-media.is-empty {
            background:
                radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 28%),
                linear-gradient(135deg, #dce9f3 0%, #c9dceb 44%, #b7d1e6 100%);
        }
        .home-objects-section .category-card-media-placeholder {
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 72% 30%, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0) 26%),
                linear-gradient(160deg, rgba(19, 71, 108, 0.12) 0%, rgba(19, 71, 108, 0) 54%);
        }
        .home-objects-section .category-card-body {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 12px;
            padding: 18px 18px 20px;
        }
        .home-objects-section .category-card-title {
            margin: 0;
            font-size: clamp(20px, 1.6vw, 24px);
            line-height: 1.28;
        }
        .home-objects-section .category-card-title a,
        .home-objects-section .category-subsection-title a {
            color: #163d68;
            text-decoration: none;
        }
        .home-objects-section .category-card-excerpt {
            margin: 0;
            color: #556c81;
            line-height: 1.65;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .home-objects-section .category-card-link,
        .home-objects-section .category-subsection-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: fit-content;
            min-height: 42px;
            padding: 10px 16px;
            border-radius: 999px;
            text-decoration: none;
            font-weight: 700;
            transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
        }
        .home-objects-section .category-card-link {
            background: #133b62;
            color: #fff;
            margin-top: auto;
        }
        .home-objects-section .category-card-link::after {
            content: "\203A";
            font-size: 16px;
            line-height: 1;
        }
        .home-objects-section .category-card-link:hover {
            background: #1a4b79;
            transform: translateY(-1px);
        }
        .home-objects-section .category-subsections {
            display: grid;
            gap: 22px;
        }
        .home-objects-section .category-subsection {
            padding: 22px;
            border: 1px solid #d8e5f0;
            border-radius: 24px;
            background: rgba(255, 255, 255, 0.84);
            box-shadow: 0 18px 40px rgba(22, 45, 69, 0.07);
            backdrop-filter: blur(8px);
        }
        .home-objects-section .category-subsection-head {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 14px;
            margin-bottom: 16px;
        }
        .home-objects-section .category-subsection-title {
            margin: 0;
            font-size: clamp(20px, 1.8vw, 24px);
            line-height: 1.3;
        }
        .home-objects-section .category-subsection-link {
            flex-shrink: 0;
            border: 1px solid #cdddea;
            background: #f3f8fc;
            color: #163d68;
            white-space: nowrap;
        }
        .home-objects-section .category-subsection-link:hover {
            background: #e7f1f8;
            border-color: #b7cbdd;
            transform: translateY(-1px);
        }
        @media (max-width: 991px) {
            .home-technology-grid {
                grid-template-columns: 1fr;
            }
            .home-offers-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
            .home-news-section .category-card {
                grid-template-columns: minmax(240px, 38%) minmax(0, 1fr);
            }
            .home-articles-section .category-pages {
                grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            }
            .home-objects-section .category-pages {
                grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            }
            .home-objects-section .category-subsection {
                padding: 18px;
            }
        }
        @media (max-width: 720px) {
            .home-technology-grid {
                gap: 22px;
            }
            .home-technology-card {
                min-height: 0;
                padding: 184px 18px 20px;
                text-align: center;
            }
            .home-technology-media {
                left: 50%;
                top: 16px;
                width: 148px;
                height: 148px;
                transform: translateX(-50%);
            }
            .home-technology-content {
                min-height: 0;
                margin-top: 8px;
            }
            .home-technology-description {
                max-width: none;
            }
            .home-offers-heading,
            .home-news-head,
            .home-articles-head,
            .home-objects-head {
                gap: 10px;
                margin-bottom: 14px;
            }
            .home-offers-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 12px;
            }
            .home-offers-card {
                padding: 8px;
            }
            .home-offers-card::after {
                left: 8px;
                right: 8px;
                bottom: 8px;
            }
            .home-offers-label {
                left: 16px;
                right: 16px;
                bottom: 16px;
                font-size: 15px;
            }
            .home-news-section .category-card {
                grid-template-columns: 1fr;
                border-radius: 18px;
            }
            .home-news-section .category-card-media {
                aspect-ratio: 16 / 10;
                min-height: 0;
            }
            .home-news-section .category-card-body {
                padding: 16px;
                gap: 10px;
            }
            .home-news-section .category-card-excerpt {
                -webkit-line-clamp: 5;
            }
            .home-articles-section .category-pages {
                grid-template-columns: 1fr;
                gap: 14px;
            }
            .home-articles-section .category-card {
                border-radius: 18px;
            }
            .home-articles-section .category-card-body {
                padding: 16px;
                gap: 10px;
            }
            .home-articles-section .category-card-excerpt {
                -webkit-line-clamp: 5;
            }
            .home-objects-section .category-pages {
                grid-template-columns: 1fr;
                gap: 14px;
            }
            .home-objects-section .category-card {
                border-radius: 18px;
            }
            .home-objects-section .category-card-body {
                padding: 16px;
                gap: 10px;
            }
            .home-objects-section .category-card-excerpt {
                -webkit-line-clamp: 5;
            }
            .home-objects-section .category-subsection {
                padding: 16px;
                border-radius: 20px;
            }
            .home-objects-section .category-subsection-head {
                flex-direction: column;
                align-items: stretch;
            }
            .home-objects-section .category-subsection-link {
                width: 100%;
            }
        }

/* Category listing styles */
body.public-category-template .site-main {
    padding-bottom: 40px;
}
body.public-category-template .category-hero {
    margin-bottom: 28px;
}
body.public-category-template .category-hero-copy > :last-child {
    margin-bottom: 0;
}
body.public-category-template .category-description {
    margin: 0;
    color: #4c6478;
    font-size: clamp(16px, 1.05vw, 18px);
    line-height: 1.75;
    max-width: 68ch;
}
body.public-category-template .category-empty-state {
    padding: 20px 22px;
    border: 1px dashed #c9d8e4;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    color: #597083;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
body.public-category-template .category-block + .category-block {
    margin-top: 32px;
}
body.public-category-template .category-block-title {
    margin: 0 0 16px;
    font-size: clamp(22px, 2vw, 28px);
    color: #162433;
}
body.public-category-template .category-pages {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(252px, 1fr));
    gap: 18px;
}
body.public-category-template .category-card-item {
    min-width: 0;
}
body.public-category-template .category-card {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
    border: 1px solid rgba(210, 225, 236, 0.95);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
    box-shadow: 0 18px 40px rgba(23, 45, 69, 0.08);
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    animation: category-card-enter 0.45s ease both;
}
body.public-category-template .category-card:hover {
    transform: translateY(-4px);
    border-color: rgba(166, 193, 214, 0.95);
    box-shadow: 0 24px 46px rgba(18, 40, 63, 0.12);
}
body.public-category-template .category-card-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #d7e8f4 0%, #edf5fb 100%);
}
body.public-category-template .category-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 25, 39, 0.02) 0%, rgba(8, 25, 39, 0.18) 100%);
}
body.public-category-template .category-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.42s ease;
}
body.public-category-template .category-card:hover .category-card-media img {
    transform: scale(1.05);
}
body.public-category-template .category-card-media.is-empty {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 28%),
        linear-gradient(135deg, #dce9f3 0%, #c9dceb 44%, #b7d1e6 100%);
}
body.public-category-template .category-card-media-placeholder {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 72% 30%, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0) 26%),
        linear-gradient(160deg, rgba(19, 71, 108, 0.12) 0%, rgba(19, 71, 108, 0) 54%);
}
body.public-category-template .category-card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 18px 20px;
}
body.public-category-template .category-card-title {
    margin: 0;
    font-size: clamp(20px, 1.6vw, 24px);
    line-height: 1.28;
}
body.public-category-template .category-card-title a {
    color: #163d68;
    text-decoration: none;
}
body.public-category-template .category-card-title a:hover {
    text-decoration: underline;
}
body.public-category-template .category-card-excerpt {
    margin: 0;
    color: #556c81;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
body.public-category-template .category-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    min-height: 42px;
    margin-top: auto;
    padding: 10px 16px;
    border-radius: 999px;
    background: #133b62;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: background 0.2s ease, transform 0.2s ease;
}
body.public-category-template .category-card-link::after {
    content: "\203A";
    font-size: 16px;
    line-height: 1;
}
body.public-category-template .category-card-link:hover {
    background: #1a4b79;
    transform: translateY(-1px);
}
body.public-category-template .category-subsections {
    display: grid;
    gap: 22px;
}
body.public-category-template .category-subsection {
    padding: 22px;
    border: 1px solid #d8e5f0;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 18px 40px rgba(22, 45, 69, 0.07);
    backdrop-filter: blur(8px);
}
body.public-category-template .category-subsection-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}
body.public-category-template .category-subsection-title {
    margin: 0;
    font-size: clamp(20px, 1.8vw, 24px);
    line-height: 1.3;
}
body.public-category-template .category-subsection-title a {
    color: #163d68;
    text-decoration: none;
}
body.public-category-template .category-subsection-title a:hover {
    text-decoration: underline;
}
body.public-category-template .category-subsection-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid #cdddea;
    background: #f3f8fc;
    color: #163d68;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
body.public-category-template .category-subsection-link:hover {
    background: #e7f1f8;
    border-color: #b7cbdd;
    transform: translateY(-1px);
}
@keyframes category-card-enter {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 991px) {
    body.public-category-template .category-pages {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
    body.public-category-template .category-subsection {
        padding: 18px;
    }
}
@media (max-width: 720px) {
    body.public-category-template .site-main {
        padding-bottom: 32px;
    }
    body.public-category-template .category-hero {
        margin-bottom: 22px;
    }
    body.public-category-template .category-pages {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    body.public-category-template .category-card {
        border-radius: 18px;
    }
    body.public-category-template .category-card-body {
        padding: 16px;
        gap: 10px;
    }
    body.public-category-template .category-card-excerpt {
        -webkit-line-clamp: 5;
    }
    body.public-category-template .category-subsection {
        padding: 16px;
        border-radius: 20px;
    }
    body.public-category-template .category-subsection-head {
        flex-direction: column;
        align-items: stretch;
    }
    body.public-category-template .category-subsection-link {
        width: 100%;
    }
}

/* Google Translate widget */
.site-header-translate {
        display: inline-flex;
        align-items: center;
        vertical-align: middle;
        position: relative;
    }
    .site-translate-widget {
        position: relative;
        margin: 0;
    }
    .site-translate-summary {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        color: #35536d;
        font: inherit;
        font-size: 13px;
        font-weight: 600;
        line-height: 1;
        justify-content: flex-start;
        min-height: 24px;
        min-width: 0;
        cursor: pointer;
        user-select: none;
        list-style: none;
        transition: color 0.2s ease, opacity 0.2s ease;
    }
    .site-translate-summary:hover {
        color: #163d68;
        opacity: 0.82;
    }
    .site-translate-summary::-webkit-details-marker {
        display: none;
    }
    .site-translate-summary-code {
        letter-spacing: 0.04em;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .site-translate-summary-caret {
        font-size: 11px;
        line-height: 1;
        transform: translateY(-1px);
    }
    .site-translate-panel {
        position: absolute;
        top: calc(100% + 6px);
        right: 0;
        z-index: 110;
        padding: 8px;
        border: 1px solid #d7e1eb;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.99);
        box-shadow: 0 18px 36px rgba(16, 34, 51, 0.16);
    }
    .site-translate-list {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }
    .site-translate-link {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        gap: 6px;
        min-width: 56px;
        height: 30px;
        padding: 0 8px 0 6px;
        border: 0;
        border-radius: 999px;
        background: transparent;
        text-decoration: none;
        box-shadow: none;
        transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
    }
    .site-translate-link:hover {
        transform: translateY(-1px);
        background: rgba(238, 245, 251, 0.9);
    }
    .site-translate-link.is-active {
        background: #eef5fb;
        opacity: 1;
    }
    .site-translate-flag {
        position: relative;
        display: inline-block;
        width: 18px;
        height: 18px;
        border-radius: 999px;
        overflow: hidden;
        flex-shrink: 0;
    }
    .site-translate-link-code {
        color: #35536d;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.05em;
        line-height: 1;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .site-translate-flag--lt {
        background: linear-gradient(to bottom, #f0c23b 0 33.333%, #0f7a3b 33.333% 66.666%, #c0303a 66.666% 100%);
    }
    .site-translate-flag--en {
        background:
            linear-gradient(to right, transparent 38%, #c8102e 38%, #c8102e 62%, transparent 62%),
            linear-gradient(to bottom, transparent 38%, #c8102e 38%, #c8102e 62%, transparent 62%),
            #ffffff;
    }
    .site-translate-flag--de {
        background: linear-gradient(to bottom, #1b1b1b 0 33.333%, #c61d23 33.333% 66.666%, #f1c232 66.666% 100%);
    }
    .site-translate-flag--lv {
        background: linear-gradient(to bottom, #8b2430 0 40%, #ffffff 40% 60%, #8b2430 60% 100%);
    }
    .site-translate-flag--pl {
        background: linear-gradient(to bottom, #ffffff 0 50%, #d4213d 50% 100%);
    }
    .site-translate-flag--ru {
        background: linear-gradient(to bottom, #ffffff 0 33.333%, #1d5fbf 33.333% 66.666%, #c52d33 66.666% 100%);
    }
    @media (max-width: 900px) {
        .site-header-translate {
            order: 99;
        }
    }
    @media (max-width: 720px) {
        .site-translate-summary,
        .site-translate-link {
            height: 28px;
        }
        .site-translate-link {
            min-width: 52px;
            padding: 0 7px 0 5px;
        }
        .site-translate-flag {
            width: 16px;
            height: 16px;
        }
        .site-translate-link-code {
            font-size: 10px;
        }
        .site-translate-list {
            gap: 5px;
        }
        .site-translate-panel {
            padding: 7px;
        }
    }

/* Error page layout */
body.site-error-template .site-main {
    min-height: 32vh;
}
body.site-error-template .site-main > .container {
    padding-top: 24px;
    padding-bottom: 24px;
}
body.site-error-template h1 {
    margin: 0 0 8px;
}
