    :root {
        --bg: #0b0d12;
        --fg: #f4f6f8;
        --muted: #d0d7de;
        --brand: #198754;
        --glass: #ffffff1f;
        --stroke: #ffffff33;
        --radius: 18px;
        --shadow: 0 12px 36px #00000073;
    }

    .icon-badge {
        width: 12px;
        height: 12px;
        border-radius: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(32, 170, 83, 0.722);
        /* нежно-зелёный фон */
        color: hsl(125, 100%, 49%);
        /* светло-зелёный значок */
        border: 1px solid rgba(25, 135, 84, .35);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
        font-size: 1.05rem;
    }

    * {
        box-sizing: border-box
    }

    html,
    body {
        height: 100%
    }

    body {
        margin: 0;
        font-family: Manrope, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
        background: var(--bg);
        color: var(--fg);
    }

    a {
        color: inherit;
        text-decoration: none
    }

    /* Bootsrap style  */
    .dropdown-menu {
        --bs-dropdown-bg: #00000052;
        --bs-dropdown-border-color: rgb(110 110 110 / 62%);
        --bs-dropdown-link-active-color: #fff;
        --bs-dropdown-link-color: #ffffff;
        --bs-dropdown-link-active-bg: #ffffff6d;
    }

    #navbarMain {
        min-height: 72px;
    }

    #navbarMain .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1;
    }

    #navbarMain .nav-link {
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .site-header {
        position: fixed;
        inset: 0 0 auto 0;
        z-index: 40;
        background: linear-gradient(180deg, rgba(11, 13, 18, .25), rgba(11, 13, 18, 0));
        backdrop-filter: saturate(120%) blur(6px);
        -webkit-backdrop-filter: saturate(120%) blur(6px);
    }


    .container {
        max-width: 1300px;
    }

    /* ===== HERO ===== */
    .hero {
        position: relative;
        height: 100vh;
        display: grid;
        place-items: center;
        overflow: hidden
    }

    .hero video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background:
            /* лёгкое затемнение по всей площади */
            linear-gradient(0deg, rgba(11, 13, 18, .15), rgba(11, 13, 18, .15)),
            /* ваш радиальный акцент (можно ослабить/усилить по вкусу) */
            radial-gradient(60% 60% at 70% 30%, rgba(11, 13, 18, .20) 0%, rgba(11, 13, 18, .20) 60%),
            /* плавный уход в чёрный к низу */
            linear-gradient(180deg, rgba(11, 13, 18, 0) 55%, rgba(11, 13, 18, .95) 90%, #0b0d11 100%);
    }

    .hero-content {
        position: relative;
        z-index: 1;
        text-align: center;
        padding: 0 16px
    }

    .suptitle {
        color: var(--muted);
        text-transform: uppercase;
        letter-spacing: .26em;
        font-size: .86rem
    }

    .title {
        margin: .35em 0 .1em 0;
        font-size: clamp(28px, 5vw, 56px);
        font-weight: 800;
        line-height: 1.05;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    .lead {
        color: #cbd3de;
        max-width: 820px;
        margin: 14px auto 26px auto;
        font-size: clamp(15px, 1.6vw, 18px);
    }

    .cta-row {
        display: flex;
        gap: 14px;
        justify-content: center;
        flex-wrap: wrap
    }

    .btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 14px 20px;
        border-radius: 14px;
        font-weight: 700;
        border: 1px solid transparent;
        box-shadow: var(--shadow);
        transition: .25s
    }

    .btn-prim {
        background: linear-gradient(135deg, #7ee787, #198754);
        color: #ffffff
    }

    .btn-ghost {
        background: var(--glass);
        border: 1px solid var(--stroke);
        color: #fff;
    }

    .btn-ghost:hover {
        background: rgba(255, 255, 255, .18);
    }

    /* ===== Коротко о компании (общая информация) ===== */
    .section {
        padding: 68px 0
    }

    .panel {
        border: 1px solid var(--stroke);
        background: linear-gradient(180deg, #ffffff0a, #ffffff05);
        border-radius: var(--radius);
        padding: 28px;
        box-shadow: var(--shadow)
    }

    .grid {
        display: grid;
        gap: 22px
    }

    @media(min-width:880px) {
        .grid {
            grid-template-columns: 1.2fr .8fr
        }
    }

    /* ===== Карточки переходов ===== */
    .cards {
        display: grid;
        gap: 16px;
        grid-template-columns: repeat(auto-fit);
        margin-top: 12px
    }

    .card {
        position: relative;
        padding: 20px;
        border-radius: 16px;
        border: 1px solid var(--stroke);
        transition: .25s;
        background: rgba(255, 255, 255, .08);
        border-color: var(--stroke);
        color: #f6f8fa;
    }

    .card:hover {

        transform: translateY(-2px);
        box-shadow: 0 18px 46px rgba(0, 0, 0, .5);

    }

    .arrow {
        position: absolute;
        right: 16px;
        top: 16px;
        opacity: .6
    }

    .card p {
        margin: 0;
        color: #d3dae4;
    }

    /* Контейнер пункта — иконка + текст */
    .list-feats>li {
        align-items: flex-start;
        /* выравниваем к верхней строке */
    }

    /* Делаем базовую геометрию заголовка предсказуемой */
    .list-feats strong {
        display: inline-block;
        line-height: 1.5;
        /* фикс для расчёта смещения точки */
    }

    /* Точная «посадка» точки по первой строке strong */
    .list-feats .icon-badge {
        flex: 0 0 12px;
        /* фикс ширины/высоты точки в потоке */
        width: 12px;
        height: 12px;
        margin-top: calc((1.5em - 12px)/2);
        /* вертикальный сдвиг = половина разницы 
                                        между высотой строки и 12px точки */
    }

    /* если межстрочный другой — подстрой только 1.2 в двух местах выше */

    /* ===== Видео №2: Агро-борд ===== */

    .section.agro-hero {
        padding: 0;
    }

    .billboard {
        position: relative;
        min-height: 100vh;
        /* базово */
        display: grid;
        place-items: center;
        overflow: hidden;
    }

    @supports(height: 100svh) {
        .billboard {
            min-height: 100svh;
        }

        /* корректно на мобилках */
    }

    @supports(height: 100dvh) {
        .billboard {
            min-height: 100dvh;
        }

        /* ещё более точно */
    }

    .billboard video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .billboard::after {
        content: "";
        position: absolute;
        inset: 0;
        background:
            /* верх: быстро уходим в прозрачность */
            linear-gradient(180deg, var(--bg) 0%, rgb(11 13 18 / 10%) 20%),
            /* низ: чуть длиннее, чтобы «втечь» в фон/футер */
            linear-gradient(0deg, var(--bg) 0%, rgba(11, 13, 18, 0) 12%);
        z-index: 0;
    }

    .billboard .txt {
        position: relative;
        z-index: 1;
        text-align: center;
        color: #fff;
    }


    .billboard .links .btn-primary {
        background: linear-gradient(135deg, #7ee787, #198754);
        border: 0;
        color: #0b0d12;
    }

    .billboard .links .btn-ghost {
        background: var(--glass);
        border: 1px solid var(--stroke);
        color: #fff;
    }

    .billboard .veil {
        display: none !important;
    }

    /* ===== Футер ===== */
    .footer {
        background: #0b0d11;
        /* темнее низа героев — шов незаметен */
        border-top: 1px solid #ffffff26;
        color: #e6ebf2;
    }

    .footer h6 {
        color: #fff;
    }

    .link-footer {
        color: #cbd3de;
        text-decoration: none;
    }

    .link-footer:hover {
        color: #fff;
        text-decoration: underline;
    }


    .reveal {
        opacity: 0;
        transform: translateY(12px);
        transition: all .6s ease;
    }

    .reveal.show {
        opacity: 1;
        transform: none;
    }