/* Стили для страницы «Раскрытие информации» (page-disclosure.php). Изолированы через CSS @scope. */
@scope (.disclosure-page) {
        *, *::before, *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :scope {
            font-family: 'Manrope', sans-serif; /* как на остальном сайте */
            background: #000000;
            color: #FFFFFF;
            min-height: 100vh;
            overflow-x: hidden;
        }

        /* ===== HEADER ===== */
        .header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            padding: 20px 0;
            z-index: 100;
            background: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        }

        .container {
            max-width: 1160px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .logo {
            width: 160px;
            height: 32px;
        }

        /* ===== HERO ===== */
        .hero {
            position: relative;
            width: 100%;
            min-height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .hero__glow {
            position: absolute;
            top: -272px;
            right: -300px;
            width: 1200px;
            height: 800px;
            pointer-events: none;
            z-index: 0;
        }

        .hero__glow-ellipse-1 {
            position: absolute;
            width: 100%;
            height: 100%;
            background: #022D12;
            filter: blur(157px);
            border-radius: 50%;
            opacity: 0.8;
        }

        .hero__glow-ellipse-2 {
            position: absolute;
            width: 60%;
            height: 65%;
            right: 0;
            top: 15%;
            background: linear-gradient(297.55deg, #009C3D 39.57%, #132C13 53.06%, #009C3D 84.83%);
            filter: blur(127px);
            border-radius: 50%;
            opacity: 0.8;
        }

        .hero__circles {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
        }

        .hero__circle {
            position: absolute;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            left: 50%;
            transform: translateX(-50%);
        }

        .hero__circle--1 {
            width: 1440px;
            height: 1440px;
            top: -800px;
        }

        .hero__circle--2 {
            width: 1440px;
            height: 1440px;
            top: -300px;
        }

        .hero__content {
            position: relative;
            z-index: 2;
            text-align: center;
            padding: 120px 20px 80px;
        }

        .hero__title {
            font-weight: 800;
            font-size: 64px;
            line-height: 120%;
            letter-spacing: 0.02em;
            color: #FFFFFF;
            margin-bottom: 16px;
            white-space: nowrap;
        }

        .hero__subtitle {
            font-weight: 300;
            font-size: 18px;
            line-height: 150%;
            color: #A0A0A0;
            max-width: 600px;
            margin: 0 auto;
        }

        .hero__divider {
            width: 100%;
            height: 1px;
            background: rgba(255, 255, 255, 0.2);
        }

        /* ===== SECTIONS ===== */
        .section {
            position: relative;
            padding: 80px 0;
        }

        .section__tag {
            display: inline-flex;
            align-items: center;
            padding: 6px 30px;
            border: 1px solid #A0A0A0;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.02em;
            color: #FFFFFF;
            margin-bottom: 40px;
        }

        /* ===== DOCUMENT LIST ===== */
        .doc-list {
            display: flex;
            flex-direction: column;
        }

        .doc-item {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 24px 0;
            border-bottom: 1px solid #323232;
            text-decoration: none;
            color: inherit;
            transition: all 0.3s ease;
        }

        .doc-item:first-child {
            border-top: 1px solid #323232;
        }

        .doc-item:hover {
            padding-left: 12px;
        }

        .doc-item:hover .doc-item__title {
            color: #009C3D;
        }

        .doc-item:hover .doc-item__icon {
            background: linear-gradient(351.63deg, #009C3D 16.51%, #13562D 93.27%);
        }

        .doc-item__year {
            font-weight: 400;
            font-size: 20px;
            line-height: 120%;
            color: #35FF4D;
            min-width: 56px;
        }

        .doc-item__info {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .doc-item__title {
            font-weight: 500;
            font-size: 18px;
            line-height: 140%;
            color: #FFFFFF;
            transition: color 0.3s ease;
        }

        .doc-item__meta {
            font-weight: 400;
            font-size: 13px;
            line-height: 120%;
            color: #999999;
        }

        .doc-item__icon {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: background 0.3s ease;
        }

        .doc-item__icon svg {
            width: 22px;
            height: 22px;
        }

        /* ===== CORPORATE SECTION GLOW ===== */
        .section--corporate {
            position: relative;
        }

        .section--corporate .section__glow {
            position: absolute;
            bottom: -200px;
            left: -400px;
            width: 1000px;
            height: 650px;
            pointer-events: none;
            z-index: 0;
        }

        .section--corporate .section__glow-ellipse-1 {
            position: absolute;
            width: 100%;
            height: 100%;
            background: #089C3E;
            filter: blur(157px);
            border-radius: 50%;
            opacity: 0.3;
        }

        .section--corporate .section__glow-ellipse-2 {
            position: absolute;
            width: 60%;
            height: 65%;
            left: 20%;
            top: 15%;
            background: linear-gradient(297.55deg, #009C3D 39.57%, #132C13 53.06%, #009C3D 84.83%);
            filter: blur(127px);
            border-radius: 50%;
            opacity: 0.3;
        }

        .section__inner {
            position: relative;
            z-index: 1;
        }

        /* ===== FOOTER ===== */
        .footer {
            position: relative;
            padding: 40px 0;
            z-index: 1;
        }

        .footer__divider {
            width: 100%;
            height: 1px;
            background: rgba(255, 255, 255, 0.2);
            margin-bottom: 40px;
        }

        .footer__content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footer__copyright {
            font-size: 13px;
            color: #999999;
        }

        .footer__company {
            font-size: 13px;
            color: #A0A0A0;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 1024px) {
            .hero__title {
                font-size: 48px;
            }

            .hero__circle--1,
            .hero__circle--2 {
                width: 1000px;
                height: 1000px;
            }

            .hero__circle--1 {
                top: -600px;
            }

            .hero__circle--2 {
                top: -200px;
            }
        }

        @media (max-width: 768px) {
            .hero {
                min-height: 300px;
            }

            .hero__content {
                padding: 100px 20px 60px;
            }

            .hero__title {
                font-size: 36px;
                white-space: normal;
            }

            .hero__subtitle {
                font-size: 15px;
            }

            .section {
                padding: 50px 0;
            }

            .section__tag {
                font-size: 14px;
                padding: 5px 20px;
                margin-bottom: 28px;
            }

            .doc-item {
                gap: 14px;
                padding: 18px 0;
            }

            .doc-item__year {
                font-size: 16px;
                min-width: 44px;
            }

            .doc-item__title {
                font-size: 15px;
            }

            .doc-item__icon {
                width: 40px;
                height: 40px;
                border-radius: 10px;
            }

            .doc-item__icon svg {
                width: 18px;
                height: 18px;
            }

            .footer__content {
                flex-direction: column;
                gap: 12px;
                text-align: center;
            }

            .hero__glow {
                top: -200px;
                right: -200px;
                width: 800px;
                height: 500px;
            }
        }

        @media (max-width: 480px) {
            .hero__title {
                font-size: 30px;
            }

            .doc-item__year {
                display: none;
            }

            .doc-item__meta {
                display: block;
            }
        }

        /* ===== NAV ===== */
        .header__inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .nav { display: flex; align-items: center; gap: 8px; }
        .nav__link {
            font-size: 14px; font-weight: 400;
            color: #A0A0A0; text-decoration: none;
            padding: 8px 16px; border-radius: 50px;
            border: 1px solid transparent;
            transition: all 0.25s ease; white-space: nowrap;
        }
        .nav__link:hover { color: #FFFFFF; border-color: rgba(255,255,255,0.15); }
        .nav__link--active {
            color: #FFFFFF; border-color: rgba(255,255,255,0.2);
            background: rgba(255,255,255,0.05);
        }
        @media (max-width: 768px) { .nav { display: none; } }
}
