/* Small, isolated visual fixes for the current site. */

.site-section__header h1,
.site-section__header h2,
.site-section__header h3,
.site-section__header .text h1,
.site-section__header .text h2,
.site-section__header .text h3,
.request-form h1,
.request-form h2,
.request-form h3 { color: #fff; }

/* Keep the desktop banner image from the admin panel. */
.site-section__header--variant {
    background-color: #121713 !important;
}

/* On phones use the calm branded gradient instead of the wide banner photo. */
@media screen and (max-width: 800px) {
    .site-section__header--variant {
        background-image:
            radial-gradient(circle at 82% 18%, rgba(139, 214, 61, .14), transparent 34%),
            linear-gradient(118deg, #101312 0%, #172019 48%, #263526 100%) !important;
    }
}

/* Keep the two-line request description above the decorative icon row on desktop. */
@media screen and (min-width: 801px) {
    .site-section__header--variant .text__intro {
        position: relative;
        top: -32px;
    }
}

.site-form-error {
    margin-top: 6px;
    color: #c62828;
    font-size: 12px;
    line-height: 1.35;
}

.recall__items, .recall__clients { height: 548px; min-height: 548px; box-sizing: border-box; }
.recall__clients { padding-bottom: 48px; }
.recall__clients-viewport { height: 390px; overflow: hidden; }
.recall__clients-track { display: flex; height: 100%; transition: transform .35s ease; }
.recall__clients-list { flex: 0 0 100%; align-content: center; box-sizing: border-box; height: 100%; padding: 0 34px; }
.recall__clients-list .recall__client-logo { display: flex; align-items: center; justify-content: center; width: 33.333%; height: 50%; margin: 0; padding: 12px; box-sizing: border-box; }
.recall__clients-list .recall__client-logo.is-page-hidden { display: none !important; }
.recall__client-logo-image { display: block; width: 150px !important; height: 112px !important; max-width: 100% !important; max-height: 100% !important; object-fit: contain; filter: saturate(.72); transition: opacity .2s ease, filter .2s ease, transform .2s ease; }
.quote__signature-image { width: 120px !important; height: 78px !important; margin-right: 20px !important; object-fit: contain; object-position: center; }
.quote__signature-image--logo { border-radius: 0 !important; }
.quote__signature { display: flex; align-items: center; min-height: 78px; }
.recall__client-logo-image:hover, .recall__client-logo.is-active .recall__client-logo-image { filter: saturate(1); transform: scale(1.04); }
.recall__clients-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(2, 1fr); height: 390px; align-content: stretch; overflow: hidden; }
.recall__clients-list .recall__client-logo { width: auto; height: auto; min-width: 0; margin: 0; }
.recall__clients-controls { position: absolute; right: 34px; bottom: 12px; left: 34px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.recall__clients-arrow { width: 30px; height: 30px; padding: 0; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; cursor: pointer; font-size: 22px; line-height: 24px; }
.recall__clients-arrow:hover { color: #8fe233; border-color: #8fe233; }
.recall__clients-counter { min-width: 42px; color: rgba(255,255,255,.7); font-size: 12px; text-align: center; }

.articles-page__hero { min-height: 235px; color: #fff; background: linear-gradient(120deg, rgba(0,0,0,.96), rgba(23,31,26,.88)), url('/static/i/temp/bg-form-example-2.jpg') center/cover; }
.articles-page__hero-inner { display: flex; align-items: center; min-height: 235px; }
.articles-page__hero h1 { margin: 8px 0 12px; color: #fff; font-size: 42px; }
.articles-page__hero p { max-width: 560px; margin: 0; color: rgba(255,255,255,.78); font-size: 17px; }
.articles-page__eyebrow, .articles-feed__eyebrow { color: #8fe233; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.articles-page__body { padding-top: 44px; }
.articles-feed__heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 24px; text-align: left; }
.articles-feed__heading h2 { margin: 8px 0 0; color: #111; font-size: 30px; }
.articles-feed__count { color: #888; font-size: 13px; }
.articles-page .previews__item { overflow: hidden; border: 1px solid #e7e7e7; border-radius: 3px; box-shadow: 0 5px 18px rgba(0,0,0,.04); transition: transform .2s ease, box-shadow .2s ease; }
.articles-page .previews__item:hover { transform: translateY(-4px); box-shadow: 0 12px 26px rgba(0,0,0,.1); }
.articles-page .previews__item-image-wrap, .articles-card__image-placeholder { height: 184px; }
.articles-page .previews__item-image { width: 100%; height: 184px; object-fit: cover; }
.articles-card__image-placeholder { display: flex; align-items: center; justify-content: center; color: #8fe233; background: linear-gradient(135deg, #111, #263129); font-size: 18px; }
.articles-page .previews__item-text { min-height: 136px; padding: 18px 18px 34px; }
.articles-page .previews__item-text h5 { margin-bottom: 10px; color: #171717; font-size: 17px; line-height: 1.3; }
.articles-page .previews__item-text p { display: -webkit-box; overflow: hidden; color: #777; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.articles-page .previews__item-category { padding: 4px 7px; background: rgba(0,0,0,.6); }
.articles-card__image-button { position: relative; display: block; width: 100%; height: 184px; padding: 0; overflow: hidden; color: inherit; background: #111; border: 0; cursor: zoom-in; }
.articles-card__image-button .previews__item-image { display: block; transition: transform .25s ease; }
.articles-card__image-button:hover .previews__item-image { transform: scale(1.04); }
.articles-card__zoom { position: absolute; right: 14px; bottom: 12px; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; color: #111; background: #8fe233; border-radius: 50%; font-size: 22px; line-height: 1; }
.articles-page .previews__item-link { z-index: 1; }
.articles-card__image-button { z-index: 2; }
.article-lightbox-open { overflow: hidden; }
.article-lightbox { position: fixed; z-index: 11000; top: 0; right: 0; bottom: 0; left: 0; display: none; align-items: center; justify-content: center; padding: 32px; }
.article-lightbox.is-open { display: flex; }
.article-lightbox__backdrop { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.88); cursor: zoom-out; }
.article-lightbox__dialog { position: relative; z-index: 1; max-width: min(1100px, 94vw); max-height: 92vh; padding: 18px; background: #171717; box-shadow: 0 18px 60px rgba(0,0,0,.45); }
.article-lightbox__image { display: block; max-width: 100%; max-height: calc(92vh - 70px); object-fit: contain; }
.article-lightbox__close { position: absolute; z-index: 2; top: -15px; right: -15px; width: 36px; height: 36px; padding: 0; color: #111; background: #8fe233; border: 0; border-radius: 50%; cursor: pointer; font-size: 28px; line-height: 32px; }
.article-lightbox__caption { margin: 12px 0 0; color: rgba(255,255,255,.78); font-size: 14px; }
.article-detail__hero { overflow: hidden; background-position: center; }
.article-detail__hero:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.18)); }
.article-detail__hero .site-section__header-inside { position: relative; z-index: 1; }
.article-detail__view-image { margin-top: 28px; padding: 11px 20px; color: #fff; background: rgba(0,0,0,.32); border: 1px solid rgba(255,255,255,.65); border-radius: 24px; cursor: zoom-in; font-size: 14px; }
.article-detail__view-image:hover { color: #111; background: #8fe233; border-color: #8fe233; }
.article-detail__body { padding-top: 48px; padding-bottom: 64px; }
.article-detail__content { max-width: 780px; color: #555; font-size: 16px; line-height: 1.75; }
.article-detail__content p { margin-bottom: 1.4em; }
.article-detail__content img { max-width: 100%; height: auto; }
.article-detail__content h2, .article-detail__content h3, .article-detail__content h4 { margin-top: 1.4em; color: #161616; }
.article-detail .share { max-width: 780px; margin-top: 40px; }
.article-detail__heading { min-height: 0; padding-top: 54px; padding-bottom: 34px; background: #fff; }
.article-detail__heading .site-section__header-inside { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0; }
.article-detail__heading .site-section__header-inside { display: grid; grid-template-columns: minmax(0, 1fr) 500px; gap: 56px; align-items: center; }
.article-detail__heading-copy { grid-column: 1; grid-row: 1; }
.article-detail__heading h1 { max-width: 900px; margin-bottom: 18px; color: #111; font-size: 42px; line-height: 1.12; }
.article-detail__heading .site-section__header-footer { color: #888; }
.article-detail__heading .site-section__time, .article-detail__heading .site-section__sub-title { color: #888; }
.article-detail__heading .site-section__sub-title { margin-left: 22px; }
.article-detail__body { padding-top: 0; }
.article-detail__main { width: 100%; max-width: 1100px; margin: 0 auto; }
.article-detail__image { position: relative; display: block; width: 100%; height: 560px; margin: 0 auto 44px; padding: 0; overflow: hidden; background: #111; border: 0; cursor: pointer; }
.article-detail__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease, filter .3s ease; }
.article-detail__image-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: #fff; background: rgba(0,0,0,.35); opacity: 0; transition: opacity .25s ease; font-size: 15px; }
.article-detail__image:hover img { filter: brightness(.72); transform: scale(1.02); }
.article-detail__image:hover .article-detail__image-overlay, .article-detail__image:focus .article-detail__image-overlay { opacity: 1; }
.article-detail__zoom-icon { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; color: #111; background: #8fe233; border-radius: 50%; font-size: 30px; line-height: 1; }
.article-detail__image--heading { grid-column: 2; grid-row: 1; width: 500px; height: 360px; margin: 0; }
.article-detail__content { max-width: 840px; margin: 0 auto; }
.article-detail__related { max-width: 1100px; margin: 72px auto 0; padding-top: 42px; border-top: 1px solid #ddd; }
.article-detail__related h2 { margin-bottom: 28px; color: #111; font-size: 30px; }
.article-detail__related-list { display: flex; gap: 24px; }
.article-detail__related-card { position: relative; display: block; flex: 1 1 0; min-width: 0; padding-bottom: 24px; color: #222; background: #fff; border: 1px solid #e4e4e4; box-shadow: 0 4px 14px rgba(0,0,0,.04); transition: transform .2s ease, box-shadow .2s ease; }
.article-detail__related-card:hover { color: #222; transform: translateY(-4px); box-shadow: 0 10px 24px rgba(0,0,0,.1); }
.article-detail__related-image { height: 190px; overflow: hidden; background: #eee; }
.article-detail__related-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.article-detail__related-card time { display: block; margin: 14px 18px 7px; color: #999; font-size: 12px; }
.article-detail__related-card h3 { margin: 0 18px; color: #222; font-size: 18px; line-height: 1.25; }
@media (max-width: 900px) {
    .article-detail__heading .site-section__header-inside { grid-template-columns: minmax(0, 1fr) 42vw; gap: 28px; }
    .article-detail__heading-copy { grid-column: 1; grid-row: 1; }
    .article-detail__image--heading { grid-column: 2; grid-row: 1; }
    .article-detail__image--heading { width: 42vw; height: 30vw; min-height: 220px; }
    .article-detail__image { height: 48vw; min-height: 280px; }
    .article-detail__related-list { flex-wrap: wrap; }
    .article-detail__related-card { flex: 0 0 calc(50% - 12px); }
}
@media (max-width: 600px) {
    .article-detail__heading { padding-top: 32px; padding-bottom: 24px; }
    .article-detail__heading h1 { font-size: 30px; }
    .article-detail__heading .site-section__header-inside { display: block; }
    .article-detail__heading-copy, .article-detail__image--heading { grid-column: auto; grid-row: auto; }
    .article-detail__heading .site-section__sub-title { display: block; margin: 6px 0 0; }
    .article-detail__image { height: 62vw; min-height: 210px; margin-bottom: 30px; }
    .article-detail__image--heading { width: 100%; height: 62vw; min-height: 210px; margin-top: 28px; }
    .article-detail__content { font-size: 15px; }
    .article-detail__related-card { flex-basis: 100%; }
}

/* Legal documents: make footer links and document cards comfortable to use on
   touch screens, and keep long policy text inside the viewport. */
@media screen and (max-width: 1199px) {
    /* The legacy stylesheet fixes wrappers at 1180px. Let the desktop layout
       shrink before the phone breakpoint instead of creating a page-wide
       horizontal scrollbar on tablets and narrow desktop windows. */
    .site-main,
    .site-header,
    .site-footer,
    .wrapper,
    .grid--width {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
}

.site-footer__legal-documents {
    position: relative;
    z-index: 2;
}
.site-footer__legal-documents > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 14px;
    line-height: 1.35;
    text-align: center;
    touch-action: manipulation;
}
.site-section--legal-documents .legal-documents__container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 36px 20px 52px;
    box-sizing: border-box;
}
.site-section--legal-documents .legal-documents__cards {
    width: 100%;
    gap: 24px;
}
.site-section--legal-documents .legal-documents__card {
    margin: 0;
}
.site-section--legal-documents .legal-documents__card-inner {
    min-height: 190px;
    padding: 0;
}
.site-section--legal-documents .legal-documents__document-header {
    overflow-wrap: anywhere;
    word-break: normal;
}
.site-section--legal-document .legal-document__content {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    overflow-wrap: anywhere;
    word-break: normal;
    line-height: 1.7;
}
.site-section--legal-document .legal-document__content img,
.site-section--legal-document .legal-document__content table {
    max-width: 100%;
}
.site-section--legal-document .legal-document__content table {
    display: block;
    overflow-x: auto;
}

@media screen and (max-width: 800px) {
    .site-section--legal-documents .site-section__header-inside {
        padding-top: 34px;
        padding-bottom: 28px;
    }
    .site-section--legal-documents .legal-documents__container {
        padding: 22px 16px 38px;
    }
    .site-section--legal-documents .legal-documents__cards {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }
    .site-section--legal-documents .legal-documents__card {
        width: 100%;
        min-height: 0;
        padding: 0;
    }
    .site-section--legal-documents .legal-documents__card-inner {
        min-height: 0;
        padding: 22px 20px;
    }
    .site-section--legal-documents .legal-documents__document {
        min-height: 116px;
    }
    .site-section--legal-documents .legal-documents__document-header {
        margin-bottom: 18px;
        font-size: 20px;
        line-height: 1.2;
    }
    .site-section--legal-documents .legal-documents__document-footer p {
        margin: 0;
        font-size: 14px;
    }
    .site-section--legal-document .site-section__inside {
        padding: 26px 16px 42px;
    }
    .site-section--legal-document .legal-document__content {
        font-size: 15px;
        line-height: 1.6;
    }
    .site-section--legal-document .legal-document__content h1,
    .site-section--legal-document .legal-document__content h2,
    .site-section--legal-document .legal-document__content h3 {
        line-height: 1.25;
        overflow-wrap: anywhere;
    }
    .site-footer__legal-documents > a {
        width: 100%;
    }
}

/* The widget CSS is absent from the legacy collected stylesheet in the local image. */
@media screen and (max-width: 800px) {
    html, body { min-width: 0; max-width: 100%; overflow-x: hidden; }
    .site-main, .site-header, .site-footer, .wrapper, .grid--width { width: 100%; max-width: 100%; min-width: 0; box-sizing: border-box; }
    .grid--width, .site-section__header-inside { min-width: 0; }
    .site-header__contacts { display: none; }
    .site-header__inside { padding: 0 16px; }
    .site-header__inside .grid--width { display: flex; flex-direction: column; align-items: center; }
    .site-header__inside .main-logo { width: auto; float: none; margin: 18px 0 12px; }
    .site-header__inside .site-navigation { width: 100%; float: none; margin: 0 0 16px; text-align: center; }
    .site-navigation__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 12px; }
    .site-navigation__item { margin: 0; }
    .site-navigation__item-text { padding: 6px 0; font-size: 11px; }
    .site-section__header-inside { padding: 42px 16px 34px; }
    .site-section__header h1, .site-section__header h2 { font-size: 30px; line-height: 1.15; }
    .site-section__header .text__intro p { font-size: 14px; line-height: 1.45; }
    .site-section__header--service .site-section__header-inside { padding: 42px 16px 28px; }
    .site-section__header--service .service-price { width: 100%; }
    .site-section__header--service .service-price__item { max-width: 100%; padding: 10px 4px; }
    .site-section__header--service .service-price__item span { font-size: 13px; }
    .site-section__header--service .service-price__item em { font-size: 22px; }
    .site-section__inside { padding: 36px 16px; }
    body .site-section__content, body .site-section__aside, .site-section__inside > * { width: 100% !important; max-width: 100%; min-width: 0; float: none !important; box-sizing: border-box; }
    .previews__list, .services__list { display: block; width: 100%; }
    .previews__item, .services__item { display: block; width: 100% !important; max-width: 100%; margin: 0 0 20px !important; float: none !important; }
    .previews__item-image-wrap, .previews__item-image { width: 100%; }
    .previews__item-image { max-height: 220px; object-fit: cover; }
    .previews__item-text { min-height: 0; padding: 16px 14px 34px; }
    .previews__item-text h5 { font-size: 18px; line-height: 1.25; }
    .services__item { min-height: 0; padding: 18px 14px; }
    .services__item-wrapper { display: flex; align-items: center; gap: 14px; }
    .services__item-name { font-size: 16px; line-height: 1.25; }
    .principles__image-wrap, .principles__text { width: 100%; float: none; }
    .principles__image { width: 100%; height: auto; }
    .principles__image-text .text, .principles__text .text { width: auto; min-width: 0; padding: 24px 20px; }
    .services__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; }
    .services__item { width: auto !important; margin: 0 !important; padding: 0; }
    .services__item-wrapper { gap: 7px; }
    .services__item-image { flex: 0 0 48px; width: 48px; height: 48px; }
    .services__item-name { max-width: none; padding-left: 0; font-size: 12px; line-height: 1.2; }
    .recall { display: block; }
    .recall__items, .recall__clients { width: 100%; height: auto !important; min-height: 0 !important; float: none; margin: 0; }
    .recall__clients-list .recall__client-logo { width: 33.333%; margin: 0; }
    .recall__clients { height: auto; min-height: 0; padding: 24px 16px 58px; }
    .recall__clients-header { margin-bottom: 18px; }
    .recall__clients-list { min-height: 210px; align-content: flex-start; }
    .recall__clients-list .recall__client-logo { height: 70px; padding: 8px 4px; }
    .recall__client-logo-image { max-width: 92px; max-height: 54px; }
    .recall__clients-controls { right: 16px; bottom: 14px; left: 16px; display: flex; }
    .map { height: 420px; }
    .article-detail__heading { padding: 28px 16px 20px; }
    .article-detail__heading .site-section__header-inside { padding: 0; }
    .article-detail__heading h1 { font-size: 28px; line-height: 1.15; }
    .article-detail__main, .article-detail__related { width: 100%; max-width: 100%; padding: 0 16px; box-sizing: border-box; }
    .article-detail__image { height: 56vw; min-height: 190px; }
    .article-detail__content { width: 100%; max-width: 100%; font-size: 15px; line-height: 1.6; }
    .article-detail__related-list { display: block; }
    .article-detail__related-card { width: 100%; margin-bottom: 18px; }
    .site-footer { padding: 30px 16px; }
    .site-footer .grid--width { display: block; }
    .site-footer__section { width: 100%; margin-bottom: 24px; }
}

/* Give the home hero and the first content block enough breathing room on phones. */
@media screen and (max-width: 800px) {
    .home-page .site-section__header.site-section__header--slider,
    .home-page .site-section__header.site-section__header--slider .slider,
    .home-page .site-section__header.site-section__header--slider .slider__list,
    .home-page .site-section__header.site-section__header--slider .slider__item {
        height: 570px !important;
        min-height: 570px !important;
    }
    .home-page .site-section__header.site-section__header--slider .slider__item-text {
        padding-right: 24px;
        padding-left: 24px;
        padding-bottom: 202px;
    }
    .home-page .site-section__header.site-section__header--slider .request-form {
        bottom: 18px;
    }
    .home-page .site-section__header.site-section__header--slider .request-form .input,
    .home-page .site-section__header.site-section__header--slider .request-form .button,
    .home-page .site-section__header.site-section__header--slider .request-form a.button {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .home-page .site-section__header.site-section__header--slider .request-form .personal-data-consent {
        margin-top: 10px;
    }
    .home-page .site-section__inside {
        padding-top: 54px;
        padding-bottom: 48px;
    }
    .home-page .site-section__inside--close {
        padding-bottom: 0;
    }
    .home-page .services__header {
        margin-bottom: 38px;
    }
    .home-page .services__list {
        row-gap: 26px !important;
    }
}

/* Keep the reviews block aligned with the page content instead of pulling it to the viewport edge. */
@media screen and (max-width: 800px) {
    .home-page .site-section__inside--close .recall {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        box-sizing: border-box;
    }
    .home-page .site-section__inside--close .recall__clients {
        width: calc(100% + 16px) !important;
        margin-left: -16px !important;
    }
}
.my-widget-wrapper { position: fixed; right: 30px; bottom: 30px; z-index: 9999; display: flex; flex-direction: column; align-items: center; font-family: 'Segoe UI', Roboto, sans-serif; user-select: none; touch-action: none; }
.my-widget-menu { display: flex; flex-direction: column; gap: 15px; margin-bottom: 20px; opacity: 0; visibility: hidden; transform: translateY(20px); transition: all .3s cubic-bezier(.25,.8,.25,1); pointer-events: none; }
.my-widget-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.my-widget-item { position: relative; display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%; text-decoration: none; box-shadow: 0 4px 10px rgba(0,0,0,.15); }
.my-widget-item svg { width: 32px; height: 32px; fill: #fff; }
.my-widget-item.tg-btn { background: linear-gradient(135deg,#37aee2,#1e96c8); }
.my-widget-item.max-btn { background: linear-gradient(135deg,#4cf,#53e,#93d); }
.my-widget-item.phone-btn { background: #25d366; }
.my-widget-item::before { position: absolute; right: 100%; top: 50%; margin-right: 15px; padding: 6px 12px; content: attr(data-tooltip); color: #fff; background: #333; border-radius: 6px; transform: translateY(-50%); opacity: 0; visibility: hidden; white-space: nowrap; }
.my-widget-item:hover::before { opacity: 1; visibility: visible; }
.my-widget-main-btn { position: relative; display: flex; align-items: center; justify-content: center; width: 85px; height: 85px; padding: 0; background: #007bff; border: 0; border-radius: 50%; box-shadow: 0 4px 15px rgba(0,123,255,.4); cursor: grab; }
.my-widget-main-btn.is-pulsing { animation: my-widget-pulse 2s infinite; }
.my-widget-icon-box { position: relative; width: 46px; height: 46px; pointer-events: none; }
.my-widget-icon { position: absolute; top: 0; left: 0; width: 100%; height: 100%; fill: #fff; opacity: 0; transform: scale(.5) rotate(-45deg); transition: all .4s ease; }
.my-widget-icon.is-active { opacity: 1; transform: scale(1) rotate(0); }
@keyframes my-widget-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(0,123,255,.7); } 70% { box-shadow: 0 0 0 20px rgba(0,123,255,0); } }
@media (max-width: 768px) { .my-widget-wrapper { right: 16px; bottom: 16px; } .my-widget-main-btn { width: 64px; height: 64px; } .my-widget-item { width: 54px; height: 54px; } .my-widget-item svg { width: 28px; height: 28px; } .my-widget-icon-box { width: 36px; height: 36px; } .my-widget-item::before { display: none; } }

@media (max-width: 800px) {
    .recall__items, .recall__clients { height: auto; min-height: 0; }
    .recall__clients { padding-bottom: 54px; }
    .recall__clients-viewport { height: 300px; }
    .recall__clients-list .recall__client-logo { height: 50%; padding: 8px; }
    .recall__client-logo-image { max-width: 100px; max-height: 78px; }
    .articles-page__hero h1 { font-size: 32px; }
    .articles-feed__heading { display: block; }
    .articles-feed__count { display: block; margin-top: 10px; }
}

/* Local polish for service pricing, contacts and the company page. */
.site-header__contacts-item > a,
.site-footer .link-list__item > a[href^="tel:"] { color: inherit; text-decoration: none; }
.site-header__contacts-item > a:hover,
.site-footer .link-list__item > a[href^="tel:"]:hover { color: #8fd63b; }

.site-section__header--service .site-section__header-inside { display: flex; flex-direction: column; align-items: center; padding-top: 60px; padding-bottom: 30px; }
.site-section__header--service .text__intro { min-height: 0; }
.site-section__header--service .service-price { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 48px; width: 100%; margin: 16px auto 0; padding: 14px 24px; box-sizing: border-box; border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); }
.site-section__header--service .service-price:empty { display: none; }
.site-section__header--service .service-price__item { display: flex; align-items: baseline; gap: 12px; margin: 0; padding: 14px 12px; }
.site-section__header--service .service-price__item em { color: #8fd63b; font-size: 28px; font-style: normal; font-weight: 700; white-space: nowrap; }
.site-section__header--service .request-form { position: static; width: auto; margin: 12px auto 0; }
.site-section__header--service .request-form .button { min-width: 200px; }

.site-section__header--hiw { min-height: 680px !important; background-size: cover; background-position: center center; }
.site-section__header--hiw h1 { text-transform: none; }

/* Smooth navigation between the «Как мы работаем» subsections. */
.hiw-page {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .26s ease, transform .26s ease;
}
.hiw-page.is-entering {
    opacity: 0;
    transform: translateY(8px);
}
.hiw-page.is-leaving {
    opacity: 0;
    transform: translateY(-8px);
}
@media (prefers-reduced-motion: reduce) {
    .hiw-page { transition: none; }
}

.about-page__hero { min-height: 560px !important; background-position: center center; }
.about-page__hero:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.2)); }
.about-page__hero .site-section__header-inside { position: relative; z-index: 1; align-content: end; padding-bottom: 70px; }
.about-page__hero h1 { max-width: 760px; margin-bottom: 18px; color: #fff; font-size: 48px; line-height: 1.12; }
.about-page__hero .site-section__author { color: #8fd63b; font-size: 16px; }
.about-page__body { align-items: start; gap: 54px; padding-top: 64px; padding-bottom: 74px; }
.about-page__content { max-width: 760px; color: #5e5e5e; font-size: 16px; line-height: 1.75; }
.about-page__content p { margin-bottom: 1.35em; }
.about-page__content h2, .about-page__content h3 { margin: 0 0 20px; color: #141414; font-size: 32px; line-height: 1.2; }
.about-page__aside { position: sticky; top: 24px; }
.about-page .files { border-radius: 3px; box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.about-page .files__header { margin-bottom: 4px; }
.about-page .files__item { transition: background-color .2s ease; }
.about-page .files__item:hover { background: #f4f8ef; }
.about-page__body { padding-bottom: 0; }
.pwa-install { display: none; margin: 0 auto; padding: 48px 56px; color: #fff; background: linear-gradient(120deg, #111, #202b20); }
.pwa-install.is-visible { display: block; }
.pwa-install__content { max-width: 720px; }
.pwa-install__eyebrow { color: #8fd63b; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.pwa-install h2 { margin: 10px 0 12px; color: #fff; font-size: 32px; }
.pwa-install p { margin-bottom: 22px; color: rgba(255,255,255,.78); font-size: 16px; }
.pwa-install__button { margin-top: 4px; }
.pwa-install__hint { margin: 14px 0 0 !important; color: #8fd63b !important; font-size: 13px !important; }
.pwa-install-modal { position: fixed; z-index: 12000; top: 0; right: 0; bottom: 0; left: 0; display: none; align-items: center; justify-content: center; padding: 20px; }
.pwa-install-modal.is-open { display: flex; }
.pwa-install-modal__backdrop { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.72); }
.pwa-install-modal__dialog { position: relative; z-index: 1; width: 100%; max-width: 420px; padding: 34px 28px 28px; color: #444; background: #fff; box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.pwa-install-modal__dialog h2 { margin: 0 0 14px; color: #111; font-size: 25px; }
.pwa-install-modal__dialog p { margin: 0; color: #555; font-size: 16px; line-height: 1.55; }
.pwa-install-modal__close { position: absolute; top: 8px; right: 12px; padding: 0; color: #777; background: transparent; border: 0; cursor: pointer; font-size: 28px; line-height: 1; }
@media (max-width: 600px) { .pwa-install { padding: 32px 22px; } .pwa-install h2 { font-size: 27px; } }
@media (max-width: 900px) {
    .site-section__header--service .service-price__item { flex-direction: column; align-items: center; gap: 3px; text-align: center; }
    .about-page__hero h1 { font-size: 38px; }
    .about-page__body { display: block; }
    .about-page__content { max-width: none; }
    .about-page .site-section__aside { margin-top: 42px; }
    .about-page__aside { position: static; }
}
@media (max-width: 600px) {
    .site-section__header--service .service-price { gap: 16px; padding: 15px 10px; }
    .site-section__header--service .service-price__item em { font-size: 23px; }
    /* HIW banners are wide 16:9 images. Keep the whole picture visible on phones
       instead of using cover, which crops the sides heavily. */
    .site-section__header--hiw {
        height: 56.25vw !important;
        min-height: 0 !important;
        background-size: 100% auto !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
    }
    .about-page__hero { min-height: 460px !important; }
    .about-page__hero h1 { font-size: 31px; }
}

@media screen and (max-width: 800px) {
    /* Let the presentations panel reach both edges of the white about-page content area. */
    .about-page .site-section__aside {
        width: calc(100% + 32px) !important;
        max-width: none !important;
        margin-left: -16px !important;
    }
    .about-page .files {
        width: 100%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 800px) {
    .site-section__inside--close .recall { width: 100vw !important; max-width: 100vw; margin-left: -16px; }
    .recall__clients-list { height: 220px; }
    .recall__clients-controls { display: flex; }
}

@media screen and (max-width: 800px) {
    .site-section__header--slider,
    .site-section__header.site-section__header--slider .fotorama__stage,
    .slider,
    .slider__list { min-height: 0 !important; height: 520px !important; }
    .slider__item { min-height: 520px; height: 520px; background-position: center center; }
    .slider__item-text { width: 100%; padding: 0 18px 92px; }
    .slider--align .slider__item-text h3,
    .slider--align .slider__item-text p { max-width: 100%; }
    .slider__item-text h3 { margin-bottom: 10px; font-size: 27px; line-height: 1.15; }
    .slider__item-text p { font-size: 13px; line-height: 1.35; }
    .slider__item-text .button { margin-top: 18px; }
    .slider__control-list { bottom: 18px; padding: 0 12px; text-align: center; }
    .slider__control-list-item { margin: 0 5px; }
    .slider__control-list-item:before { display: none; }
    .slider__control-list-image { width: 28px; height: 28px; }
    .slider__control-list-text { margin-top: 3px; font-size: 10px; }
    .site-section__header.site-section__header--slider { height: 520px !important; min-height: 520px !important; }
    .site-section__header--variant { height: auto !important; min-height: 0 !important; }
    .site-section__header--variant .site-section__header-inside { min-height: 0; padding: 42px 16px 34px; }
    .site-section__header--variant .request-form { position: static; width: 100%; margin: 18px 0 0; }
    .site-section__header--variant .request-form .input,
    .site-section__header--variant .request-form .button,
    .site-section__header--variant .request-form .button--transparent { display: block; width: 100%; margin: 8px 0; box-sizing: border-box; }
    .site-section__header--variant .request-form .personal-data-consent { width: 100%; margin-top: 10px; }
}

/* Remove the unexplained side controls from the main hero slider on every screen. */
.site-section__header--slider .arrows-control,
.site-section__header--slider .fotorama__arr {
    display: none !important;
}

/* Mobile layout corrections: keep interactive blocks inside the narrow viewport. */
@media screen and (max-width: 800px) {
    /* The hero side arrows do not add useful navigation on the compact layout. */
    .site-section__header--slider .arrows-control,
    .site-section__header--slider .fotorama__arr {
        display: none !important;
    }

    /* Keep white hero copy readable even when an uploaded service image is light. */
    .site-section__header--service {
        position: relative;
        background-color: #202020;
    }
    .site-section__header--service::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        content: '';
        background: linear-gradient(180deg, rgba(0,0,0,.5), rgba(0,0,0,.64));
        pointer-events: none;
    }
    .site-section__header--service .site-section__header-inside {
        position: relative;
        z-index: 1;
    }

    /* Override the legacy desktop :hover rule; on touch devices the menu is class-driven only. */
    .site-navigation__item--dropdown .dropdown { display: none !important; }
    .site-navigation__item--dropdown.is-mobile-open .dropdown {
        display: block !important;
        position: static;
        width: 100%;
        margin-top: 6px;
        box-shadow: none;
    }
    .site-navigation__item--dropdown.is-mobile-open .dropdown__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 8px;
        padding: 4px 8px 8px;
        background: #f7f7f7;
    }
    .site-navigation__item--dropdown.is-mobile-open .dropdown__item {
        min-width: 0;
    }
    .site-navigation__item--dropdown.is-mobile-open .dropdown__item-text {
        display: block;
        padding: 8px 10px;
        font-size: 11px;
        line-height: 1.25;
        white-space: normal;
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }

    .site-section__header.site-section__header--slider .slider__item-text {
        padding: 0 18px 178px;
    }
    .site-section__header.site-section__header--slider .slider__item-text h3 {
        max-width: 100%;
        margin-bottom: 7px;
        font-size: 24px;
        line-height: 1.12;
    }
    .site-section__header.site-section__header--slider .slider__item-text p {
        max-width: 100%;
        margin-bottom: 0;
        font-size: 11px;
        line-height: 1.25;
    }
    .site-section__header.site-section__header--slider .request-form {
        position: absolute;
        right: 0;
        bottom: 18px;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .site-section__header.site-section__header--slider .request-form .input,
    .site-section__header.site-section__header--slider .request-form .button,
    .site-section__header.site-section__header--slider .request-form a.button {
        display: block;
        width: calc(100% - 36px);
        height: 42px;
        min-height: 42px;
        margin: 5px auto;
        padding: 0 12px;
        line-height: 40px;
        box-sizing: border-box;
    }
    .site-section__header.site-section__header--slider .request-form .personal-data-consent {
        width: calc(100% - 28px);
        margin: 5px auto 0;
        font-size: 10px;
        line-height: 1.2;
    }

    .services__list {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px 12px !important;
        align-items: start;
    }
    /* .grid adds clearfix pseudo-elements; hide them so the first service does not
       occupy a phantom grid cell and shift the whole list by one column. */
    .services__list::before,
    .services__list::after {
        display: none !important;
        content: none;
    }
    .services__item {
        width: auto !important;
        min-width: 0;
        margin: 0 !important;
    }
    .services__item-wrapper { min-width: 0; }
    .services__item-name { overflow-wrap: anywhere; }

    .recall__items { min-height: 470px !important; }
    .recall__clients { min-height: 340px !important; padding: 24px 16px 54px; }
    .recall__clients-viewport { height: 220px !important; overflow: hidden; }
    .recall__clients-track { height: 220px; }
    .recall__clients-list {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: repeat(2, 1fr);
        height: 220px;
        min-height: 0;
        align-content: stretch;
    }
    .recall__clients-list .recall__client-logo {
        width: auto;
        height: auto;
        min-width: 0;
        padding: 6px 3px;
    }
    .recall__client-logo-image { width: 92px !important; height: 62px !important; max-width: 100% !important; max-height: 100% !important; }
    .quote__signature-image { width: 88px !important; height: 64px !important; margin-right: 14px !important; }
    .quote__signature { min-height: 64px; }

    .site-section__header--variant::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        content: '';
        background: rgba(0, 0, 0, .28);
        pointer-events: none;
    }
    .site-section__header--variant .site-section__header-inside { position: relative; z-index: 1; }
    .site-section__header--variant .request-form {
        padding: 8px 10px 10px;
        border-radius: 18px;
        background: rgba(0, 0, 0, .36);
        box-sizing: border-box;
    }

    /* Service detail: stack the principle block instead of preserving the desktop 50/50 layout. */
    .principles {
        display: block !important;
        width: 100%;
        overflow: hidden;
    }
    /* Extend the complete service block to the section edges while keeping
       comfortable inner padding for the text. */
    .site-section__inside--close .principles {
        width: calc(100% + 32px) !important;
        max-width: none;
        margin-right: -16px;
        margin-left: -16px;
    }
    .principles__image-wrap,
    .principles__text {
        display: block;
        width: 100% !important;
        min-width: 0 !important;
        float: none !important;
    }
    .principles__image {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        float: none;
    }
    /*
     * On a phone the description can be much taller than the source image.
     * Keeping the desktop absolute overlay here made its top overflow into
     * the previous white section. Stack the description after the image so
     * every service remains readable at any text length.
     */
    .principles__image-wrap {
        height: auto !important;
        overflow: visible;
    }
    .principles__image-text {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        background-color: rgba(0, 0, 0, .92);
    }
    .principles__image-text .text,
    .principles__text .text {
        float: none;
        width: 100% !important;
        min-width: 0 !important;
        padding: 28px 22px 24px;
        box-sizing: border-box;
    }
    .principles__text .big-list li {
        margin-left: 42px;
        padding-left: 12px;
        overflow-wrap: anywhere;
    }
.site-footer .link-list__item-text {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}

/* New homepage landing layout. Kept under v-home-* names so it does not
   change the existing internal pages. */
.v-home { --ink:#101513; --muted:#66706a; --green:#91d33d; --line:#dce3dc; color:var(--ink); background:#fff; overflow:hidden; }
.v-home *, .v-home *:before, .v-home *:after { box-sizing:border-box; }
.v-home-container { width:min(1180px, calc(100% - 64px)); margin:0 auto; }
.v-home-section { position:relative; padding:112px 0; }
.v-home-kicker { display:block; margin-bottom:22px; color:#78b52f; font-size:11px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
.v-home-section-head { max-width:780px; margin-bottom:54px; }
.v-home-section-head h2, .v-home-architecture h2, .v-home-proof h2, .v-home-robot h2, .v-home-response h2, .v-home-cta h2, .v-home-seo h2 { margin:0; color:var(--ink); font-size:clamp(34px, 4.3vw, 64px); font-weight:700; line-height:1.02; letter-spacing:-.045em; }
.v-home-section-head p, .v-home-architecture p, .v-home-proof p, .v-home-robot p, .v-home-response p, .v-home-seo p { color:var(--muted); font-size:17px; line-height:1.65; }
.v-home-section-head--split { display:grid; grid-template-columns:180px minmax(0, 1fr) 280px; gap:32px; max-width:none; align-items:start; }
.v-home-section-head--split .v-home-kicker { grid-column:1; }
.v-home-section-head--split h2 { grid-column:2; }
.v-home-section-head--split p { grid-column:3; margin:4px 0 0; }
.v-home-hero { position:relative; min-height:calc(100vh - 120px); color:#fff; background:#0b100d; isolation:isolate; }
.v-home-hero__media, .v-home-hero__grid, .v-home-hero:after { position:absolute; inset:0; }
.v-home-hero__media { z-index:-3; background-color:#14241a; background-position:center; background-size:cover; filter:brightness(.48) saturate(.72); }
.v-home-hero:after { z-index:-2; content:""; background:linear-gradient(90deg,rgba(6,12,8,.92) 0%,rgba(6,12,8,.62) 52%,rgba(6,12,8,.1) 100%); }
.v-home-hero__grid { z-index:-1; opacity:.28; background-image:linear-gradient(rgba(145,211,61,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(145,211,61,.25) 1px,transparent 1px); background-size:72px 72px; mask-image:linear-gradient(90deg,#000,transparent 80%); }
.v-home-hero__inner { display:flex; min-height:calc(100vh - 120px); flex-direction:column; justify-content:center; padding-top:75px; padding-bottom:75px; }
.v-home-hero__eyebrow { display:flex; align-items:center; gap:10px; color:#b7d39a; font-size:12px; letter-spacing:.16em; text-transform:uppercase; }
.v-home-hero__eyebrow span { width:8px; height:8px; background:var(--green); border-radius:50%; box-shadow:0 0 0 7px rgba(145,211,61,.14); }
.v-home-hero h1 { max-width:880px; margin:28px 0 22px; color:#fff; font-size:clamp(44px, 6vw, 88px); font-weight:700; line-height:.96; letter-spacing:-.065em; }
.v-home-hero__lead { max-width:680px; margin:0; color:rgba(255,255,255,.75); font-size:18px; line-height:1.5; }
.v-home-hero__actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:36px; }
.v-button { display:inline-flex; min-height:52px; align-items:center; justify-content:center; gap:24px; padding:0 21px; border:1px solid transparent; border-radius:2px; font-size:14px; text-decoration:none; transition:.2s ease; }
.v-button span { font-size:19px; line-height:1; }
.v-button--green { color:#0b110c; background:var(--green); }
.v-button--green:hover { color:#0b110c; background:#b0e961; transform:translateY(-2px); }
.v-button--ghost { color:#fff; border-color:rgba(255,255,255,.46); background:transparent; }
.v-button--ghost:hover { color:#fff; border-color:#fff; background:rgba(255,255,255,.1); }
.v-home-hero__markers { display:flex; flex-wrap:wrap; gap:8px; margin-top:66px; }
.v-home-hero__markers span { padding:8px 11px; color:rgba(255,255,255,.65); border:1px solid rgba(255,255,255,.24); border-radius:2px; font-size:10px; letter-spacing:.12em; }
.v-home-hero__scroll { position:absolute; right:32px; bottom:28px; color:rgba(255,255,255,.65); font-size:10px; letter-spacing:.18em; writing-mode:vertical-rl; }
.v-home-hero__scroll span { display:block; margin-top:10px; color:var(--green); font-size:18px; }
.v-home-numbers { background:#f4f7f3; }
.v-home-stat-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.v-home-stat { min-height:205px; padding:27px 24px; border-top:2px solid var(--ink); }
.v-home-stat strong { display:block; margin-bottom:24px; font-size:clamp(48px, 5vw, 82px); font-weight:700; letter-spacing:-.07em; line-height:1; }
.v-home-stat span { display:block; max-width:190px; color:var(--muted); font-size:14px; line-height:1.4; }
.v-home-architecture__layout, .v-home-proof__layout, .v-home-robot__layout, .v-home-cta__layout { display:grid; grid-template-columns:1fr 1fr; gap:100px; align-items:center; }
.v-home-architecture__copy { max-width:590px; }
.v-home-architecture__copy h2 { margin-bottom:30px; }
.v-home-architecture__copy p { margin:0 0 18px; }
.v-home-architecture__copy .v-home-intro { color:var(--ink); font-size:22px; line-height:1.35; }
.v-home-quote { margin-top:34px; padding-left:20px; color:var(--ink); border-left:3px solid var(--green); font-size:20px; font-weight:700; line-height:1.35; }
.v-home-architecture__stack { display:grid; gap:9px; }
.v-home-stack-card { display:grid; grid-template-columns:46px 1fr 30px; align-items:center; min-height:76px; padding:0 22px; color:#778078; border:1px solid var(--line); transition:.3s ease; }
.v-home-stack-card b { color:#aab4ab; font-size:12px; }
.v-home-stack-card span { font-size:17px; }
.v-home-stack-card i { color:#b5c0b6; font-size:22px; font-style:normal; text-align:right; }
.v-home-stack-card.is-active { color:#fff; border-color:var(--ink); background:var(--ink); transform:translateX(20px); }
.v-home-stack-card.is-active b, .v-home-stack-card.is-active i { color:var(--green); }
.v-home-tech, .v-home-response, .v-home-clients { color:#fff; background:#0d1510; }
.v-home-tech { min-height:690px; display:flex; align-items:center; overflow:hidden; }
.v-home-tech__image, .v-home-response__image { position:absolute; inset:0; background-position:center; background-size:cover; filter:brightness(.43) saturate(.75); }
.v-home-tech__overlay, .v-home-response__overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(7,14,9,.96),rgba(7,14,9,.52),rgba(7,14,9,.2)); }
.v-home-tech__inner, .v-home-response__inner { position:relative; z-index:1; }
.v-home-section-head--light h2, .v-home-tech h3, .v-home-response h2 { color:#fff; }
.v-home-section-head--light p, .v-home-tech p, .v-home-response p { color:rgba(255,255,255,.68); }
.v-home-tech__content { display:grid; grid-template-columns:minmax(0,1fr) 260px; gap:60px; align-items:end; }
.v-home-tech__content h3 { max-width:650px; margin:0 0 20px; font-size:clamp(28px,3.5vw,50px); line-height:1.03; letter-spacing:-.04em; }
.v-home-tech__content p { max-width:560px; }
.v-home-tech__label { display:block; margin-bottom:18px; color:var(--green); font-size:12px; letter-spacing:.14em; text-transform:uppercase; }
.v-text-link { display:inline-flex; gap:16px; align-items:center; margin-top:16px; color:#75ad37; font-size:14px; text-decoration:none; }
.v-text-link:hover { color:#9de553; }
.v-text-link span { font-size:20px; }
.v-text-link--light { color:var(--green); }
.v-home-tech__telemetry { display:grid; gap:12px; padding:20px; border:1px solid rgba(145,211,61,.38); background:rgba(0,0,0,.25); font-size:11px; letter-spacing:.12em; }
.v-home-tech__telemetry b { padding:10px 0; color:var(--green); border-bottom:1px solid rgba(255,255,255,.13); }
.v-home-tech__telemetry small { color:rgba(255,255,255,.6); letter-spacing:0; }
.v-home-proof { background:#f4f7f3; }
.v-home-proof__image { position:relative; min-height:520px; background-position:center; background-size:cover; }
.v-home-proof__image span { position:absolute; top:20px; left:20px; padding:8px 10px; color:#fff; background:rgba(10,18,12,.75); font-size:10px; letter-spacing:.15em; }
.v-home-proof__copy h2, .v-home-robot__copy h2 { margin-bottom:24px; }
.v-home-badges { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-top:34px; }
.v-home-badges b { padding:17px 12px; color:var(--ink); border-top:2px solid var(--green); font-size:13px; line-height:1.25; }
.v-home-badges small { color:var(--muted); font-size:11px; font-weight:400; }
.v-home-robot { background:#fff; }
.v-home-robot__visual { position:relative; min-height:510px; display:flex; align-items:center; justify-content:center; overflow:hidden; background:#eff3ee; }
.v-home-robot__visual img { position:relative; z-index:1; width:88%; height:420px; object-fit:cover; mix-blend-mode:multiply; }
.v-home-robot__ring { position:absolute; width:330px; height:330px; border:1px solid #a4bd9b; border-radius:50%; box-shadow:0 0 0 35px rgba(145,211,61,.08),0 0 0 70px rgba(145,211,61,.05); }
.v-home-robot__tags { position:absolute; inset:18px; display:flex; flex-direction:column; justify-content:space-between; color:#78906f; font-size:10px; letter-spacing:.14em; }
.v-home-robot__tags span:nth-child(even) { align-self:flex-end; }
.v-home-response { min-height:660px; display:flex; align-items:center; overflow:hidden; }
.v-home-response__inner { position:relative; z-index:1; }
.v-home-response h2 { max-width:720px; margin-bottom:22px; }
.v-home-response__inner > p { max-width:620px; }
.v-home-case { display:grid; grid-template-columns:auto 330px; gap:10px 24px; align-items:center; max-width:600px; margin-top:40px; padding-top:24px; border-top:1px solid rgba(255,255,255,.25); }
.v-home-case strong { grid-row:span 2; color:var(--green); font-size:clamp(56px,8vw,110px); letter-spacing:-.08em; line-height:.8; }
.v-home-case span { color:#fff; font-size:15px; line-height:1.4; }
.v-home-case small { color:rgba(255,255,255,.5); font-size:11px; }
.v-home-why { background:#f4f7f3; }
.v-home-why-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:0; border-top:1px solid var(--line); }
.v-home-why-grid article { min-height:250px; padding:26px 24px 20px 0; border-right:1px solid var(--line); }
.v-home-why-grid article:not(:first-child) { padding-left:24px; }
.v-home-why-grid article:last-child { border-right:0; }
.v-home-why-grid b { color:#8bbf50; font-size:12px; }
.v-home-why-grid h3 { margin:42px 0 12px; font-size:22px; line-height:1.1; }
.v-home-why-grid p { margin:0; color:var(--muted); font-size:14px; line-height:1.5; }
.v-home-services { background:#fff; }
.v-home-service-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.v-home-service { position:relative; display:grid; grid-template-columns:34px 44px 1fr 20px; gap:12px; align-items:center; min-height:100px; padding:15px; color:var(--ink); border-right:1px solid var(--line); border-bottom:1px solid var(--line); text-decoration:none; transition:.2s ease; }
.v-home-service:hover { color:var(--ink); background:#f0f7eb; }
.v-home-service > span { color:#a4afa5; font-size:10px; }
.v-home-service img { width:44px; height:44px; object-fit:contain; }
.v-home-service strong { font-size:13px; line-height:1.2; }
.v-home-service i { color:#8cc954; font-size:19px; font-style:normal; text-align:right; }
.v-home-clients { padding-bottom:80px; }
.v-home-client-grid { display:grid; grid-template-columns:repeat(6,1fr); align-items:center; gap:18px; padding:26px 0; border-top:1px solid rgba(255,255,255,.22); border-bottom:1px solid rgba(255,255,255,.22); }
.v-home-client-grid img { width:100%; height:72px; padding:12px; object-fit:contain; filter:grayscale(1) brightness(0) invert(1); opacity:.65; }
.v-home-line { display:grid; grid-template-columns:repeat(6,1fr); gap:0; border-top:1px solid var(--line); }
.v-home-line > div { min-height:180px; padding:24px 18px 0 0; border-right:1px solid var(--line); }
.v-home-line > div:not(:first-child) { padding-left:18px; }
.v-home-line strong { display:block; margin-bottom:40px; color:#84bd48; font-size:28px; }
.v-home-line span { display:block; color:var(--muted); font-size:13px; line-height:1.4; }
.v-home-cta { color:#fff; background:var(--ink); }
.v-home-cta__layout { align-items:start; }
.v-home-cta h2 { color:#fff; }
.v-home-cta p { max-width:510px; color:rgba(255,255,255,.65); font-size:17px; line-height:1.55; }
.v-home-form { display:grid; gap:15px; padding:28px; background:#172019; }
.v-home-form label { display:grid; gap:8px; color:#a9baaa; font-size:12px; }
.v-home-form input { width:100%; height:48px; padding:0 14px; color:#fff; border:1px solid rgba(255,255,255,.2); border-radius:0; background:transparent; outline:none; }
.v-home-form input:focus { border-color:var(--green); }
.v-home-form .personal-data-consent { margin:0; color:rgba(255,255,255,.58); font-size:11px; }
.v-home-form .personal-data-consent a { color:var(--green); }
.v-home-seo { padding:80px 0; background:#f4f7f3; }
.v-home-seo .v-home-container { max-width:880px; }
.v-home-seo h2 { margin-bottom:22px; font-size:clamp(30px,4vw,52px); }
.v-home-seo p { margin:0; }
@media (max-width:900px) { .v-home-container { width:min(100% - 36px, 700px); } .v-home-section { padding:76px 0; } .v-home-section-head--split, .v-home-architecture__layout, .v-home-proof__layout, .v-home-robot__layout, .v-home-cta__layout { grid-template-columns:1fr; gap:34px; } .v-home-section-head--split .v-home-kicker, .v-home-section-head--split h2, .v-home-section-head--split p { grid-column:auto; } .v-home-stat-grid { grid-template-columns:repeat(2,1fr); } .v-home-why-grid { grid-template-columns:repeat(2,1fr); } .v-home-why-grid article:nth-child(2) { border-right:0; } .v-home-why-grid article:nth-child(n+3) { border-top:1px solid var(--line); } .v-home-service-grid { grid-template-columns:repeat(2,1fr); } .v-home-client-grid { grid-template-columns:repeat(4,1fr); } .v-home-line { grid-template-columns:repeat(3,1fr); } .v-home-line > div:nth-child(n+4) { border-top:1px solid var(--line); } }
@media (max-width:600px) { .v-home-container { width:calc(100% - 32px); } .v-home-section { padding:60px 0; } .v-home-hero, .v-home-hero__inner { min-height:720px; } .v-home-hero__inner { padding-top:48px; padding-bottom:50px; } .v-home-hero h1 { margin-top:22px; font-size:42px; } .v-home-hero__lead { font-size:15px; } .v-home-hero__markers { margin-top:38px; } .v-home-hero__scroll { right:16px; } .v-home-section-head h2, .v-home-architecture h2, .v-home-proof h2, .v-home-robot h2, .v-home-response h2, .v-home-cta h2, .v-home-seo h2 { font-size:36px; } .v-home-stat-grid, .v-home-why-grid, .v-home-service-grid { grid-template-columns:1fr; } .v-home-stat { min-height:0; padding:22px 0; } .v-home-stat strong { margin-bottom:10px; font-size:58px; } .v-home-stack-card.is-active { transform:none; } .v-home-tech { min-height:730px; } .v-home-tech__content { grid-template-columns:1fr; gap:28px; } .v-home-tech__telemetry { grid-template-columns:repeat(3,1fr); } .v-home-tech__telemetry span, .v-home-tech__telemetry small { grid-column:1/-1; } .v-home-proof__image, .v-home-robot__visual { min-height:330px; } .v-home-proof__copy h2, .v-home-robot__copy h2 { font-size:35px; } .v-home-badges { grid-template-columns:1fr; } .v-home-response { min-height:700px; } .v-home-case { grid-template-columns:1fr; } .v-home-case strong { grid-row:auto; } .v-home-why-grid article, .v-home-why-grid article:not(:first-child) { min-height:0; padding:24px 0; border-right:0; } .v-home-why-grid article:nth-child(n+2) { border-top:1px solid var(--line); } .v-home-client-grid { grid-template-columns:repeat(3,1fr); gap:8px; } .v-home-line { grid-template-columns:repeat(2,1fr); } .v-home-line > div, .v-home-line > div:not(:first-child) { min-height:135px; padding:16px 10px 0 0; } .v-home-line > div:nth-child(even) { padding-left:10px; border-right:0; } .v-home-line strong { margin-bottom:25px; font-size:22px; } .v-home-service { grid-template-columns:28px 40px 1fr 16px; gap:8px; min-height:86px; padding:10px 8px; } .v-home-service img { width:40px; height:40px; } .v-home-service strong { font-size:12px; } .v-home-form { padding:20px; } }

/* Landing refinements: interactive architecture, original robot mark and stable service grid. */
.v-home-architecture__visual { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:18px; align-items:stretch; min-width:0; }
.v-home-architecture__photo { position:relative; min-height:560px; overflow:hidden; background-position:center; background-size:cover; transition:background-image .45s ease; }
.v-home-architecture__photo:after { position:absolute; inset:0; content:""; background:linear-gradient(180deg,transparent 45%,rgba(7,16,10,.78)); }
.v-home-architecture__photo span { position:absolute; z-index:1; right:18px; bottom:18px; left:18px; color:#fff; font-size:13px; letter-spacing:.1em; text-transform:uppercase; }
.v-home-architecture__stack { display:grid; align-content:center; gap:8px; }
.v-home-stack-card { display:grid; grid-template-columns:30px 1fr 20px; gap:10px; align-items:center; min-height:72px; padding:13px 14px; border:1px solid var(--line); color:var(--ink); background:#fff; text-align:left; cursor:pointer; transition:.25s ease; }
.v-home-stack-card b { color:#91c95b; font-size:11px; }
.v-home-stack-card span { font-size:13px; line-height:1.25; }
.v-home-stack-card i { color:#8cc954; font-size:18px; font-style:normal; text-align:right; }
.v-home-stack-card:hover, .v-home-stack-card.is-active { border-color:#91d33d; background:#eff8e8; transform:translateX(-7px); }
.v-home-tech__content { grid-template-columns:1fr !important; }
.v-home-tech__content > div { max-width:700px; }
.v-home-badges { align-items:stretch; }
.v-home-logo-badge { display:grid; grid-template-columns:48px 1fr; column-gap:12px; align-items:center; padding:14px 12px; border-top:2px solid var(--green); background:#fff; }
.v-home-logo-badge b, .v-home-logo-badge small { grid-column:2; }
.v-home-logo-badge b { font-size:12px; }
.v-home-logo-badge small { color:var(--muted); font-size:11px; }
.v-logo-mark { grid-row:1 / span 2; display:grid; width:43px; height:43px; place-items:center; border:2px solid #6ba83b; border-radius:50%; color:#6ba83b; font-size:9px; font-weight:700; }
.v-logo-mark--mei { border-radius:8px; color:#5576a9; border-color:#5576a9; }
.v-logo-mark--drone { color:#a371b1; border-color:#a371b1; font-size:28px; }
.v-home-logo-badge:nth-child(1) .v-logo-mark { border:0; border-radius:0; background:url('/media/partners/bas_logo.jpg') center/contain no-repeat; font-size:0; }
.v-home-logo-badge:nth-child(2) .v-logo-mark { border:0; border-radius:0; background:url('/media/partners/mpei_logo.png') center/contain no-repeat; font-size:0; }
.v-home-logo-badge:nth-child(2) { grid-template-columns:72px 1fr; }
.v-home-logo-badge:nth-child(2) .v-logo-mark { width:72px; }
.v-home-logo-badge:nth-child(4) .v-logo-mark { border:0; border-radius:0; background:url('/static/i/partners/nps-logo.svg') center/contain no-repeat; font-size:0; }
.v-home-process { display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin:30px 0 28px; border:1px solid rgba(145,211,61,.35); background:rgba(0,0,0,.2); }
.v-home-process__step { position:relative; min-height:108px; padding:17px 15px; border-right:1px solid rgba(255,255,255,.15); }
.v-home-process__step:last-child { border-right:0; }
.v-home-process__step:after { position:absolute; right:12px; bottom:15px; color:var(--green); content:"→"; font-size:18px; }
.v-home-process__step:last-child:after { content:"✓"; }
.v-home-process__step b { display:block; margin-bottom:24px; color:var(--green); font-size:11px; }
.v-home-process__step span { display:block; max-width:130px; color:#fff; font-size:14px; font-weight:700; line-height:1.15; }
@media (max-width:600px) { .v-home-process { grid-template-columns:repeat(2,1fr); } .v-home-process__step:nth-child(2) { border-right:0; } .v-home-process__step:nth-child(n+3) { border-top:1px solid rgba(255,255,255,.15); } }
.v-home-robot__visual { background:#edf5e9; color:#75aa4c; }
.v-home-robot__visual img, .v-home-robot__tags, .v-home-robot__ring { display:none; }
.v-home-robot-svg { position:relative; z-index:1; width:min(68%,300px); height:auto; }
.v-home-robot__caption { position:absolute; right:22px; bottom:20px; left:22px; color:#54733d; font-size:12px; letter-spacing:.13em; text-align:center; text-transform:uppercase; }
.v-home-robot__visual--nav { display:block; min-height:0; overflow:visible; background:transparent; }
.v-home-robot__visual--nav .rnav-card { max-width:460px; }
.v-home-response__layout { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr); gap:80px; align-items:center; }
.v-home-response__copy h2 { max-width:700px; }
.v-home-response__panel { min-height:330px; padding:32px; border:1px solid rgba(145,211,61,.5); background:rgba(3,12,6,.63); }
.v-home-response__panel > span { color:var(--green); font-size:10px; letter-spacing:.16em; }
.v-home-response__panel strong { display:block; margin:34px 0 18px; color:#fff; font-size:clamp(68px,8vw,110px); letter-spacing:-.08em; line-height:.8; }
.v-home-response__panel p { margin:0; color:#fff; font-size:16px; }
.v-home-response__panel small { color:rgba(255,255,255,.58); font-size:11px; }
.v-home-response__route { display:flex; align-items:center; gap:0; margin:28px 0 10px; }
.v-home-response__route i { position:relative; display:block; width:13px; height:13px; border:2px solid var(--green); border-radius:50%; }
.v-home-response__route i:not(:last-child) { width:70px; height:1px; border:0; border-top:1px solid rgba(145,211,61,.7); border-radius:0; }
.v-home-response__route i:not(:last-child):after { position:absolute; right:-1px; top:-4px; width:7px; height:7px; border-top:1px solid var(--green); border-right:1px solid var(--green); content:""; transform:rotate(45deg); }
.v-home-stepper { display:grid; grid-template-columns:repeat(4,1fr); gap:0; border-top:1px solid var(--line); counter-reset:step; }
.v-home-stepper article { position:relative; min-height:250px; padding:25px 24px 20px 0; border-right:1px solid var(--line); cursor:pointer; transition:.25s ease; }
.v-home-stepper article:not(:first-child) { padding-left:24px; }
.v-home-stepper article:last-child { border-right:0; }
.v-home-stepper article:before { position:absolute; top:-5px; left:0; width:9px; height:9px; border:2px solid #9acb62; border-radius:50%; background:#f4f7f3; content:""; }
.v-home-stepper article.is-active { background:linear-gradient(180deg,rgba(145,211,61,.16),transparent 55%); }
.v-home-stepper article.is-active:before { background:#91d33d; box-shadow:0 0 0 5px rgba(145,211,61,.15); }
.v-home-stepper b { color:#8bbf50; font-size:12px; }
.v-home-stepper span { display:block; margin-top:42px; font-size:21px; font-weight:700; line-height:1.1; }
.v-home-stepper p { margin:13px 0 0; color:var(--muted); font-size:14px; line-height:1.5; }
.v-home-service-grid { grid-template-columns:repeat(auto-fit,minmax(235px,1fr)); justify-content:center; }
.v-home-service { min-height:116px; }
@media (max-width:900px) { .v-home-architecture__visual { grid-template-columns:1fr; } .v-home-architecture__photo { min-height:300px; } .v-home-stack-card:hover, .v-home-stack-card.is-active { transform:none; } .v-home-response__layout { grid-template-columns:1fr; gap:34px; } .v-home-response__panel { min-height:0; } .v-home-stepper { grid-template-columns:repeat(2,1fr); } .v-home-stepper article:nth-child(2) { border-right:0; } .v-home-stepper article:nth-child(n+3) { border-top:1px solid var(--line); } }
@media (max-width:600px) { .v-home-architecture__photo { min-height:240px; } .v-home-logo-badge { min-height:75px; } .v-home-response__layout { gap:26px; } .v-home-response__panel { padding:24px; } .v-home-response__route i:not(:last-child) { width:42px; } .v-home-stepper { grid-template-columns:1fr; } .v-home-stepper article, .v-home-stepper article:not(:first-child) { min-height:0; padding:22px 0 24px; border-right:0; } .v-home-stepper article:not(:first-child) { border-top:1px solid var(--line); } .v-home-stepper span { margin-top:22px; } .v-home-service-grid { grid-template-columns:1fr; } }

/* Final visual cleanup for the homepage review. */
.v-home-hero__scroll { display:none; }
.v-home-architecture__photo { min-height:560px; background-color:#16251b; background-image:linear-gradient(135deg,rgba(12,25,17,.95),rgba(89,137,58,.45)),repeating-linear-gradient(135deg,transparent 0 28px,rgba(179,231,122,.12) 29px 30px),radial-gradient(circle at 70% 25%,rgba(145,211,61,.5),transparent 35%) !important; }
.v-home-architecture__photo:before { position:absolute; inset:14% 13%; border:1px solid rgba(190,232,146,.35); border-radius:50%; content:""; box-shadow:0 0 0 32px rgba(145,211,61,.05),0 0 0 78px rgba(145,211,61,.035); }
.v-home-architecture__photo:after { background:linear-gradient(180deg,transparent 25%,rgba(3,12,6,.82)); }
.v-home-architecture__photo span { letter-spacing:.08em; }
.v-home-architecture__visual { position:relative; display:block; align-self:stretch; min-height:720px; overflow:hidden; background:#122016; }
.v-home-architecture__photo { position:absolute; inset:0; min-height:0; }
.v-home-architecture__photo { display:none; }
.v-home-architecture__visual { background:#122016; }
.v-home-architecture__visual:before { display:none; }
.v-home-architecture__visual,
.v-home-architecture__visual .v-home-architecture__stack,
.v-home-architecture__visual .v-home-stack-card,
.v-home-architecture__visual .v-home-stack-card.is-active { background-image:none !important; }
.v-home-architecture__visual { background-color:#111 !important; }
.v-home-architecture__visual .v-home-stack-card { background-color:#111 !important; }
.v-home-architecture__visual .v-home-stack-card.is-active { background-color:rgba(94,143,57,.68) !important; }
.v-home-architecture { display:none !important; }

/* Owner statement and MAX subscription card on the About landing. */
.v-home-owner { padding-top:82px; padding-bottom:82px; color:#fff; background:#0d1510; }
.v-home-owner__layout { display:grid; grid-template-columns:minmax(280px, .9fr) minmax(0, 1.1fr); gap:72px; align-items:center; }
.v-home-owner__portrait { min-height:360px; background:url('/media/contentproxy/polyakov-owner-no-logo.jpg') center top/cover no-repeat; }
.v-home-owner__copy { max-width:620px; }
.v-home-owner__copy .v-home-kicker { color:#91d33d; }
.v-home-owner__copy h2 { margin:16px 0 26px; color:#fff; font-size:clamp(36px, 4.3vw, 62px); line-height:1.02; letter-spacing:-.045em; }
.v-home-owner__copy p { max-width:570px; margin:0 0 16px; color:rgba(255,255,255,.7); font-size:17px; line-height:1.65; }
.v-home-owner__copy strong, .v-home-owner__copy small { display:block; }
.v-home-owner__copy strong { margin-top:30px; font-size:20px; }
.v-home-owner__copy small { margin-top:6px; color:#91d33d; font-size:13px; letter-spacing:.04em; }
.v-home-max { padding-top:72px; padding-bottom:72px; background:#f3f5f2; }
.v-home-max__card { display:grid; grid-template-columns:auto 1fr auto; gap:22px; align-items:center; padding:30px 34px; color:#fff; background:#111; border:1px solid #2b342e; text-decoration:none; transition:transform .25s ease, border-color .25s ease, background-color .25s ease; }
.v-home-max__card:hover { color:#fff; background:#171d19; border-color:#91d33d; transform:translateY(-3px); }
.v-home-max__mark { display:grid; place-items:center; width:68px; height:68px; color:#111; background:#91d33d; border-radius:50%; font-size:14px; font-weight:800; letter-spacing:-.06em; }
.v-home-max__copy .v-home-kicker { display:block; margin-bottom:8px; color:#91d33d; }
.v-home-max__copy strong, .v-home-max__copy small { display:block; }
.v-home-max__copy strong { font-size:24px; }
.v-home-max__copy small { margin-top:6px; color:rgba(255,255,255,.62); font-size:14px; }
.v-home-max__arrow { color:#91d33d; font-size:30px; }
.v-home-max__heading { max-width:620px; margin-bottom:30px; }
.v-home-max__heading h2 { margin:10px 0 0; color:#111; font-size:clamp(30px,3.4vw,48px); line-height:1.05; letter-spacing:-.04em; }
.v-home-social-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.v-home-social-card { display:grid; grid-template-columns:auto 1fr auto; gap:16px; align-items:center; min-height:118px; padding:22px; color:#fff; background:#111; border:1px solid transparent; text-decoration:none; transition:transform .25s ease, border-color .25s ease, background-color .25s ease; }
.v-home-social-card:hover { color:#fff; background:#171d19; transform:translateY(-4px); }
.v-home-social-card__icon { display:flex; align-items:center; justify-content:center; flex:0 0 54px; width:54px; height:54px; color:#fff; border-radius:50%; font-size:11px; font-weight:800; line-height:0; letter-spacing:-.05em; overflow:hidden; }
.v-home-social-card__icon svg, .v-home-social-card__icon img { display:block; width:31px; height:31px; flex:0 0 31px; object-fit:contain; }
.v-home-social-card__body strong, .v-home-social-card__body small { display:block; }
.v-home-social-card__body strong { font-size:18px; }
.v-home-social-card__body small { margin-top:6px; color:rgba(255,255,255,.6); font-size:12px; }
.v-home-social-card__arrow { font-size:25px; }
.v-home-social-card--max { border-color:rgba(145,211,61,.45); }
.v-home-social-card--max .v-home-social-card__icon { color:#111; background:#91d33d; }
.v-home-social-card--max .v-home-social-card__arrow { color:#91d33d; }
.v-home-social-card--max:hover { border-color:#91d33d; }
.v-home-social-card--vk { border-color:rgba(39,117,191,.7); }
.v-home-social-card--vk .v-home-social-card__icon { background:#2775bf; }
.v-home-social-card--vk .v-home-social-card__arrow { color:#67b5ff; }
.v-home-social-card--vk:hover { border-color:#67b5ff; }
.v-home-social-card--ok { border-color:rgba(238,126,34,.7); }
.v-home-social-card--ok .v-home-social-card__icon { background:#ee7e22; }
.v-home-social-card--ok .v-home-social-card__arrow { color:#ffac68; }
.v-home-social-card--ok:hover { border-color:#ffac68; }
@media (max-width:900px) { .v-home-owner__layout { grid-template-columns:1fr; gap:34px; } .v-home-owner__portrait { min-height:300px; } }
@media (max-width:600px) { .v-home-owner { padding-top:58px; padding-bottom:58px; } .v-home-owner__portrait { min-height:240px; } .v-home-owner__copy h2 { font-size:36px; } .v-home-max { padding:48px 0; } .v-home-social-grid { grid-template-columns:1fr; gap:10px; } .v-home-social-card { min-height:92px; padding:18px; } }
.v-home-architecture__stack { position:absolute; z-index:2; top:24px; right:24px; bottom:24px; width:min(55%,340px); align-content:center; }
.v-home-stack-card { border-color:rgba(255,255,255,.28); color:#fff; background:rgba(7,18,10,.62); backdrop-filter:blur(5px); }
.v-home-stack-card:hover, .v-home-stack-card.is-active { color:#fff; background:rgba(94,143,57,.68); }
.v-home-stack-card span { color:inherit; }
.v-home-tech__image { background-image:url('/media/mainpagebanner/6877security_home.jpg') !important; }
.v-home-response__image { background-image:url('/media/mainpagebanner/banner_hedder-2.jpg') !important; }
.v-home-service-grid { grid-template-columns:repeat(auto-fit,minmax(270px,1fr)); border-radius:2px; overflow:hidden; }
.v-home-service > span { display:none; }
.v-home-service { grid-template-columns:44px minmax(0,1fr) 20px; min-height:116px; }
.v-home-service strong { min-width:0; overflow-wrap:break-word; word-break:normal; hyphens:auto; }
.v-home-service:hover { transform:translateY(-3px); box-shadow:0 8px 18px rgba(16,21,19,.08); }
.v-home-service:hover img { transform:rotate(-6deg) scale(1.08); }
.v-home-service img { transition:transform .25s ease; }
@keyframes v-home-service-in { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }
.v-home-service { animation:v-home-service-in .45s both; }
.v-home-service:nth-child(2n) { animation-delay:.04s; }
.v-home-service:nth-child(3n) { animation-delay:.08s; }
.v-home-client-grid { grid-template-columns:repeat(4,1fr); gap:14px; padding:30px 0; }
.v-home-client-grid img { height:92px; padding:20px 24px; border:1px solid rgba(255,255,255,.25); border-radius:2px; background:#fff; filter:grayscale(1) brightness(.9) invert(0); opacity:.95; }
.v-home-form .personal-data-consent { display:grid; grid-template-columns:16px minmax(0,1fr); gap:8px; align-items:start; width:100%; margin:2px 0 0; color:rgba(255,255,255,.58); font-size:10px; line-height:1.35; }
.v-home-form .personal-data-consent__input { width:14px; height:14px; margin:1px 0 0; accent-color:var(--green); }
.v-home-form .personal-data-consent__text { display:block; min-width:0; }
.v-home-form .personal-data-consent__text a { color:var(--green); }
@media (max-width:900px) { .v-home-service-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .v-home-client-grid { grid-template-columns:repeat(3,1fr); } .v-home-architecture__visual { min-height:700px; } .v-home-architecture__stack { width:min(62%,340px); } }
@media (max-width:600px) { .v-home-service-grid { grid-template-columns:1fr; } .v-home-client-grid { grid-template-columns:repeat(2,1fr); } .v-home-client-grid img { height:76px; padding:14px; } .v-home-architecture__visual { min-height:700px; } .v-home-architecture__stack { top:auto; right:14px; bottom:14px; left:14px; width:auto; } .v-home-stack-card { min-height:58px; padding:10px 12px; } }
