@import url('https://cdn.jsdelivr.net/npm/@qpokychuk/gilroy@1.0.2/index.css');

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
}

body.page-template-template-laboratory {
    overflow-x: visible !important;
}

html {
    overflow-x: visible;
}

body.laboratory-page,
.laboratory-page {
    padding: 0;
}

.laboratory-page {
    min-height: 100vh;
    background: #ffffff;
    color: #111827;
    font-family: 'Gilroy', 'Gilroy', -apple-system, BlinkMacSystemFont, sans-serif;
    overflow-x: clip;
    position: relative;
}

.laboratory-page h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 76px;
}

.laboratory-page h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 63px;
}

.laboratory-page h3 {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
}

.laboratory-page strong {
    font-weight: 700;
}

.laboratory-page a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.laboratory-page ul {
    list-style: disc;
    padding-left: 18px;
    list-style-position: outside;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.laboratory-page ul strong,
.laboratory-page ul b {
    font-weight: 700;
}

.laboratory-page ol {
    list-style: decimal;
    padding-left: 0;
    list-style-position: outside;
}

.laboratory-page p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.laboratory-page p strong,
.laboratory-page p b {
    font-weight: 700;
}

.laboratory-hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    overflow: hidden;
    background: #0C4A6E;
    color: #ffffff;
    z-index: 2;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-hero__title {
    position: relative;
    z-index: 2;
    max-width: 987px;
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 60px;
    line-height: 76px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.laboratory-hero__hand {
    position: absolute;
    z-index: 1;
    width: 32vw;
    max-width: 520px;
    min-width: 220px;
    height: auto;
    pointer-events: none;
    user-select: none;
}

.laboratory-hero__hand--top-left {
    top: 40px;
    left: -40px;
}

.laboratory-hero__hand--top-right {
    top: 60px;
    right: -40px;
}

.laboratory-hero__hand--bottom-left {
    bottom: 40px;
    left: -20px;
}

.laboratory-hero__hand--bottom-right {
    bottom: 20px;
    right: -30px;
}

.laboratory-hero__logos {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
    z-index: 2;
}

.laboratory-hero__logo {
    display: block;
    object-fit: contain;
    opacity: 0.4;
}

.laboratory-hero__logo--article19 {
    width: 100px;
    height: 52px;
}

.laboratory-hero__logo--hc {
    width: 100px;
    height: 44px;
}

/* Footer block with hero hands (bottom left + bottom right only) */
.laboratory-footer {
    position: relative;
    z-index: 94;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 24px 70px;
    overflow: hidden;
    background: #0C4A6E;
    color: #ffffff;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-footer__hand {
    position: absolute;
    z-index: 1;
    width: 32vw;
    max-width: 520px;
    min-width: 220px;
    height: auto;
    pointer-events: none;
    user-select: none;
}

.laboratory-footer__hand--bottom-left {
    bottom: 80px;
    left: -20px;
}

.laboratory-footer__hand--bottom-right {
    bottom: 80px;
    right: -30px;
}

.laboratory-footer__center {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 160px;
}

.laboratory-footer__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.laboratory-footer__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    color: #0C4A6E;
    transition: opacity 0.2s;
}

.laboratory-footer__icon:hover {
    opacity: 0.9;
}

.laboratory-footer__icon img,
.laboratory-footer__icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

/* Иконки в img (SVG) — тёмно-синий цвет под фон блока */
.laboratory-footer__icon img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(55%) saturate(1500%) hue-rotate(195deg);
}

.laboratory-footer__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
}

.laboratory-footer__logo {
    display: block;
    object-fit: contain;
    opacity: 0.4;
}

.laboratory-footer__logo--article19 {
    width: 100px;
    height: 52px;
}

.laboratory-footer__logo--hc {
    width: 100px;
    height: 44px;
}

.laboratory-partners {
    background: #ffffff;
    padding: 80px 24px;
}

.laboratory-partners__container {
    max-width: 1120px;
    margin: 0 auto;
    font-family: 'Gilroy-SemiBold', 'Gilroy', sans-serif;
    font-size: 18px;
    line-height: 28px;
}

.laboratory-partners__container h1,
.laboratory-partners__container h2 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin: 0 0 48px;
}

.laboratory-partners__container p {
    margin: 0 0 24px !important;
    font-size: 18px;
    line-height: 28px;
    color: #71717A;
}

.laboratory-partners__container strong,
.laboratory-partners__container p strong {
    font-weight: 700;
    color: #18181B;
}

.laboratory-partners__container a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.laboratory-contacts {
    background: #F4F4F5;
    padding: 64px 24px 32px 24px;
}

.laboratory-contacts__container {
    max-width: 1120px;
    margin: 0 auto;
    font-family: 'Gilroy-SemiBold', 'Gilroy', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #71717A;
}

.laboratory-contacts__container p {
    margin: 0 0 8px;
    color: #71717A;
    font-size: 18px;
    line-height: 28px;
}

.laboratory-contacts__container ol,
.laboratory-contacts__container ul {
    margin: 8px 0;
    padding-left: 24px;
    color: #71717A;
    font-size: 18px;
    line-height: 28px;
}

.laboratory-contacts__container ol li,
.laboratory-contacts__container ul li {
    font-size: 18px;
    line-height: 28px;
}

.laboratory-contacts__container a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.laboratory-contacts__container strong {
    font-weight: 700;
    color: #18181B;
}

.laboratory-contacts__container .wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0;
}

.laboratory-contacts__container .wp-block-column {
    flex: 1 1 200px;
    min-width: 0;
}

.laboratory-contacts__container .contacts-grid {
    gap: 80px;
}

.laboratory-license {
    background: #ffffff;
    padding: 48px 24px 16px;
    position: relative;
    z-index: 4;
}

.laboratory-license__container {
    max-width: 1120px;
    margin: 0 auto;
    font-family: 'Gilroy-SemiBold', 'Gilroy', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #71717A;
}

.laboratory-license__container p {
    margin: 0 0 8px;
    color: #71717A;
}

.laboratory-license__container ol,
.laboratory-license__container ul {
    margin: 8px 0;
    padding-left: 24px;
    color: #71717A;
    font-size: 14px;
    line-height: 22px;
}

.laboratory-license__container ol li,
.laboratory-license__container ul li {
    font-size: 18px;
    line-height: 28px;
}

.laboratory-license__container a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.laboratory-intro {
    background: #ffffff;
    padding: 96px 24px 32px;
    position: relative;
    z-index: 4;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-intro__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-intro__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 48px;
    font-size: 14px;
    line-height: 22px;
}

.laboratory-intro__columns p {
    color: #71717A;
}

.laboratory-intro__lead {
    padding-bottom: 24px;
}

.laboratory-intro__columns strong {
    font-weight: 700;
}

.laboratory-tabs {
    background: #ffffff;
    color: #111827;
    padding: 64px 24px 48px;
    position: sticky;
    top: 0;
    z-index: 6;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-tabs__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-contents-anchor {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #ffffff;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.25);
    z-index: 999;
    text-decoration: none;
}

.laboratory-contents-anchor span {
    width: 14px;
    height: 2px;
    background: #111827;
    border-radius: 999px;
}

.laboratory-contents-anchor:hover {
    background: #F3F4F6;
}

.laboratory-tabs__nav {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 40px;
    padding: 4px 6px;
    box-sizing: border-box;
    border-radius: 999px;
    background: #E4E4E7;
    justify-content: space-between;
    margin-bottom: 24px;
}

.laboratory-tabs__nav--spyware {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    justify-content: center;
}

.laboratory-tabs__nav--spyware .laboratory-tabs__tab-label--short {
    display: none;
}

.laboratory-tabs__tab {
    flex: 1;
    min-height: 32px;
    border: 0;
    background: transparent;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #71717A;
}

.laboratory-tabs__nav .laboratory-tabs__tab,
.laboratory-tabs__nav .laboratory-tabs__tab * {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.laboratory-tabs__tab:not(.is-active):hover {
    background: #F1F1F3;
}

.laboratory-tabs__tab.is-active {
    background: #ffffff;
    color: #18181B;
}

.laboratory-tabs__panel {
    display: none;
    overflow: auto;
    width: 83%;
    margin: 0 auto;
}
.laboratory-tabs__panel p {
    color: #71717A;
}

.laboratory-tabs__panel.is-active {
    display: block;
}

.laboratory-tabs__what_is {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #71717A;
}
.laboratory-tabs__panel h2 {
    color: #18181B;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    padding: 0 0 20px 0;
}

.laboratory-tabs__threats_intro {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #71717A;
    padding-bottom: 12px;
}

.laboratory-tabs__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    margin: 12px 0 20px;
}

.laboratory-tabs__why_is {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #71717A;
}

.laboratory-tabs__columns ul,
.laboratory-tabs__columns ol {
    color: #71717A;
}   

.laboratory-tabs__columns li {
    margin-bottom: 8px;
}

.laboratory-tabs__columns p {
    color: #71717A;
}

.laboratory-tabs__threats_list ol {
    padding-left: 24px;
}

.laboratory-guide {
    background: #0E7490;
    color: #F4F4F5;
    padding: 64px 24px 66px;
    position: sticky;
    top: 0;
    z-index: 8;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-guide__container {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.laboratory-guide__image {
    position: absolute;
    height: 444px;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    object-fit: contain;
    pointer-events: none;
}

.laboratory-guide__container p {
    color: #F4F4F5;
}

.laboratory-guide h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #F4F4F5;
    padding-bottom: 24px;
}

.laboratory-guide p {
    margin: 0 0 16px;
    color: #F4F4F5;
}

.laboratory-guide ul {
    margin: 0 0 16px;
    padding-left: 18px;
}

.laboratory-guide li {
    margin-bottom: 8px;
}

.laboratory-guide p.laboratory-guide__note {
    margin-top: 18px;
    margin-bottom: 0;
    color: #F4F4F5;
}

.laboratory-guide__download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    padding: 14px 24px;
    background: #7C20C2;
    color: #ffffff;
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    transition: background 0.2s ease;
}

.laboratory-guide__download:hover {
    background: #6B1AAF;
}

.laboratory-guide__download-icon {
    flex-shrink: 0;
}

.laboratory-now {
    background: #54428A;
    color: #F4F4F5;
    padding: 96px 24px 340px;
    position: relative;
    overflow: hidden;
    z-index: 10;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-now__container {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
}

.laboratory-now h2 {
    margin: 0 0 64px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #F4F4F5;
}

.laboratory-now__intro {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #F4F4F5;
    padding-bottom: 12px;
}

.laboratory-now__intro_text {
    font-weight: 400;
    font-size: 16px;
    color: #F4F4F5;
    line-height: 24px;
    padding-bottom: 32px;
}

.laboratory-now__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 40px;
    margin-bottom: 28px;
}

.laboratory-now__item {
    position: relative;
    padding-left: 54px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #F4F4F5;
}

.laboratory-now__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    background-image: url("https://cyberbeaver.help/toolkit/wp-content/themes/child/assets/favicons/note.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
}

.laboratory-now__note {
    font-weight: 700;
    color: #F4F4F5;
}

.laboratory-now__masks {
    position: absolute;
    left: -9px;
    bottom: 80px;
    width: 588px;
    height: 219px;
    pointer-events: none;
    user-select: none;
}

.laboratory-contents {
    background: #ffffff;
    color: #0F172A;
    padding: 72px 24px 96px;
    position: relative;
    z-index: 12;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-contents__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-contents h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 63px;
    color: #18181B;
    padding-bottom: 24px;
}

.laboratory-contents__list {
    display: flex;
    flex-direction: column;
    gap: 1px;
    color: #F4F4F5;
    padding: 0;
    margin: 0;
    list-style-type: none !important;
}

.laboratory-contents__list li {
    position: relative;
}

.laboratory-contents__list li::before {
    content: counter(list-item) ".";
    position: absolute;
    left: 15px;
    color: #f4f4f5;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.laboratory-contents__list a {
    text-decoration: none;
}

.laboratory-contents__link {
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px 14px 45px;
    background: #0F172A;
    font-size: 16px;
    line-height: 24px;
    transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.laboratory-contents__link:hover {
    background: transparent;
    color: #0F172A;
    border-color: transparent;
}

.laboratory-contents__link::after {
    content: "";
    width: 4px;
    height: 8px;
    background-image: url("https://cyberbeaver.help/toolkit/wp-content/themes/child/assets/favicons/toRightArrow.svg");
    background-repeat: no-repeat;
    background-size: 4px 8px;
    background-position: center;
    flex-shrink: 0;
}

.laboratory-contents__link:hover::after {
    filter: invert(1);
}

.laboratory-fake__content_text {
    padding-bottom: 14px;
}

.laboratory-fake {
    background: #FDF2F8;
    color: #111827;
    position: sticky;
    top: 0;
    z-index: 14;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.laboratory-fake__header {
    background: #C82C29;
    color: #ffffff;
    padding: 0 24px;
    position: relative;
    z-index: 14;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-fake__header-container {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.laboratory-fake__header h2 {
    margin: 0;
    font-size: 60px;
    line-height: 63px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.laboratory-fake__container {
    max-width: 65%;
    padding: 145px 0 145px 96px;
    gap: 48px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.laboratory-fake__content h2 {
    margin: 0 0 20px;
    font-size: 60px;
    line-height: 63px;
    font-weight: 700;
    text-transform: uppercase;
}

.laboratory-fake__content h3 {
    margin: 20px 0 8px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.laboratory-fake__content p {
    margin: 0 0 14px;
    color: #4B5563;
}

.laboratory-fake__content ul {
    margin: 8px 0 0;
    padding-left: 18px;
    color: #4B5563;
}

.laboratory-fake__content li {
    margin-bottom: 6px;
}

.laboratory-fake__image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 470px;
    width: 100%;
    height: auto;
}

.laboratory-looks {
    background: #0F172A;
    color: #E5E7EB;
    padding: 64px 24px 72px;
    position: relative;
    z-index: 16;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-looks__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-looks h2 {
    margin: 0 0 24px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #F4F4F5;
}

.laboratory-looks__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
}

.laboratory-looks__columns p {
    margin: 0 0 16px;
    color: #CBD5F5;
}

.laboratory-checklist {
    background: #B91C1C;
    color: #F8FAFC;
    padding: 72px 24px 48px;
    position: relative;
}

.laboratory-checklist.laboratory-checklist--dark {
    background: #1E293B;
}

.laboratory-tools {
    background: #FFFBEB;
    color: #1F2937;
    padding: 72px 24px 96px;
    position: sticky;
    top: 0;
    z-index: 24;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-tools__container {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}

.laboratory-tools h2 {
    margin: 0 0 40px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1F2937;
}

.laboratory-tools__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
}

.laboratory-tools__item {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #6B7280;
}

.laboratory-tools__icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #F59E0B;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.laboratory-tools__icon img {
    width: 18px;
    height: 18px;
}

.laboratory-tools__item h3 {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #111827;
}

.laboratory-tools__item p {
    margin: 0;
    color: #71717A;
}

.laboratory-warning {
    background: #ffffff;
    color: #111827;
    padding: 72px 24px 96px;
    position: relative;
    z-index: 26;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-warning__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-warning h2 {
    margin: 0 0 24px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
}

.laboratory-warning__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    font-size: 13px;
    line-height: 20px;
    color: #6B7280;
}

.laboratory-warning__columns p {
    color: #71717A;
    margin: 0;
}

.laboratory-ddos__header {
    background: #194d80;
    color: #ffffff;
    padding: 0 24px;
    position: relative;
    z-index: 28;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-ddos__header-container {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.laboratory-ddos__header h2 {
    margin: 0;
    font-size: 60px;
    line-height: 63px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.laboratory-ddos {
    background: #EFF6FF;
    color: #111827;
    padding: 24px 24px 96px;
    position: sticky;
    top: 0;
    z-index: 28;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-ddos__container {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 48px;
    align-items: center;
    position: relative;
}

.laboratory-ddos__content {
    position: relative;
}

.laboratory-ddos__content::before {
    content: "DDOS";
    position: absolute;
    left: -12px;
    top: -100px;
    font-size: 200px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #DBEAFE;
    opacity: 0.6;
    z-index: 0;
}

.laboratory-ddos__content h2,
.laboratory-ddos__content p {
    position: relative;
    z-index: 1;
}

.laboratory-ddos__content h2 {
    margin: 0 0 16px;

    text-transform: uppercase;
}

.laboratory-ddos__content p {
    margin: 0 0 14px;
    color: #71717A;
}

.laboratory-ddos__visual {
    display: flex;
    justify-content: flex-end;
    min-height: 400px;
    align-items: center;
}

.laboratory-ddos__visual img {
    max-width: 100%;
    height: auto;
}

.laboratory-ddos__visual #laboratory-ddos-lottie {
    max-width: 100%;
    height: auto;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.laboratory-ddos__visual #laboratory-ddos-lottie svg {
    max-width: 100%;
    height: auto;
    display: block;
}

.laboratory-ddos-tabs {
    background: #ffffff;
    position: sticky;
    top: 0;
    padding: 0 24px 0;
    z-index: 30;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-ddos-tabs__container {
    max-width: 1120px;
    margin: 0 auto;
    min-height: 570px;
}

.laboratory-ddos-tabs .laboratory-tabs__panel {
    border: none;
    box-shadow: none;
    padding: 32px 0 0;
    height: auto;
}

.laboratory-ddos-tabs .laboratory-tabs__nav {
    margin-bottom: 32px;
}

.laboratory-ddos-tabs__note {
    margin: 0 0 16px;
    font-size: 13px;
    line-height: 20px;
    color: #6B7280;
}

.laboratory-ddos-tabs__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

.laboratory-ddos-tabs__columns ul {
    margin: 0;
    padding-left: 18px;
    color: #71717A;
}

.laboratory-ddos-tabs__columns li {
    margin-bottom: 16px;
}

.laboratory-ddos-tabs__text p {
    margin: 0 0 16px;
    color: #6B7280;
}

.laboratory-risk {
    background: #02518E;
    color: #F8FAFC;
    padding: 0 24px ;
    position: relative;
    overflow: hidden;
    height: 910px;
    z-index: 32;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-risk__container {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    padding-top: 96px;
    z-index: 2;
}

.laboratory-risk h2 {
    margin: 0 0 28px;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
}

.laboratory-risk__hand {
    position: absolute;
    pointer-events: none;
    user-select: none;
    z-index: 1;
}

.laboratory-risk__hand--top {
    top: 0;
    right: 0;
    width: 374px;
    height: 353px;
}

.laboratory-risk__hand--bottom-left {
    bottom: 0;
    left: 40%;
    width: 331px;
    height: 365px;
}

.laboratory-risk__hand--bottom-right {
    bottom: 0;
    right: 8%;
    width: 226px;
    height: 488px;
}

.laboratory-risk__resources {
    margin-top: 80px;
    max-width: 520px;
    font-size: 12px;
    line-height: 18px;
    color: #DCEBFF;
}

.laboratory-risk__resources h3 {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #DCEBFF;
}

.laboratory-risk__resources ul {
    margin: 0 0 12px;
    color: #DCEBFF;
    padding-left: 18px;
}

.laboratory-risk__resources li {
    margin-bottom: 6px;
}

.laboratory-risk__resources p {
    margin: 0;
}

.laboratory-doxing__header {
    background: #115E59;
    color: #ffffff;
    padding: 0 24px;
    position: relative;
    z-index: 34;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-doxing__header-container {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.laboratory-doxing__header h2 {
    margin: 0;
    font-size: 60px;
    line-height: 63px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.laboratory-doxing {
    background: #115E59;
    color: #F8FAFC;
    padding: 80px 0 96px;
    overflow-x: clip;
    z-index: 34;
    position: relative;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-doxing__container {
    
    position: relative;
}

.laboratory-doxing h2 {
    margin: 0 0 16px;

    text-transform: uppercase;
}

.laboratory-doxing p {
    margin: 0 0 12px;
    padding-left: 96px;
    color: #E2E8F0;
    max-width: 720px;
}

.laboratory-doxing__details {
    margin: 32px 96px 0;
    color: #E2E8F0;
}

.laboratory-doxing__hands {
    display: block;
    width: 100vw;
    height: auto;
    margin: 40px 0;
    margin-left: calc(50% - 50vw);
    transform: scale(1.1);
}

.laboratory-doxing__list-box {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    padding: 24px 28px;
    border: 10px solid #F8FAFC;
    color: #F8FAFC;
    background: #115E59;
    z-index: 2;
    width: 80%;
}

.laboratory-doxing__list-box ul {
    margin: 0 0 14px;
    padding-left: 18px;
}

.laboratory-doxing__list-box li {
    margin-bottom: 6px;
}

.laboratory-doxing__list-box p {
    margin: 0;
    padding: 0;
    color: #F8FAFC;
    max-width: none;
}

.laboratory-doxing__bottom-hand {
    display: none;
    transform: scale(1.1);
}

.laboratory-doxing__top-hand {
    display: none;
}

.laboratory-data {
    background: #F0FDFA;
    color: #111827;
    padding: 72px 24px 96px;
    position: sticky;
    top: 0;
    z-index: 36;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-measures {
    position: relative;
    z-index: 38;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-data__container {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}

.laboratory-data__container h3 {
    margin: 0 0 36px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
}

.laboratory-data__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 32px;
}

.laboratory-data__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #111827;
}

.laboratory-data__icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #0F766E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.laboratory-data__icon img {
    width: 18px;
    height: 18px;
}

.laboratory-measures {
    background: #14534E;
    color: #F8FAFC;
    padding: 72px 24px 96px;
    position: relative;
}

.laboratory-measures__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-measures h3 {
    margin: 0 0 16px;
    text-transform: uppercase;
}

.laboratory-measures p {
    margin: 0 0 28px;
    color: #D1FAE5;
}

.laboratory-measures__box {
    border: 10px solid #F8FAFC;
    padding: 24px 28px;
}

.laboratory-measures__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 20px;
}

.laboratory-leak-response__icon {
    margin-top: 16px;
}

.laboratory-measures__item {
    background: #0F766E;
    color: #F8FAFC;
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.laboratory-measures__item:hover {
    background: #966CF7;
}

.laboratory-measures .laboratory-blocked__modal {
    z-index: 9;
}

.laboratory-measures .laboratory-blocked__modal-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.laboratory-measures .laboratory-blocked__modal-body {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.laboratory-measures-alert {
    background: #7F1D1D;
    color: #F8FAFC;
    padding: 72px 24px 96px;
    position: relative;
    z-index: 62;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-measures-alert__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-measures-alert h2 {
    margin: 0 0 24px;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #F8FAFC;
}

.laboratory-measures-alert__box {
    border: 10px solid #F8FAFC;
    padding: 24px 28px;
}

.laboratory-measures-alert__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 20px;
}

.laboratory-measures-alert__item {
    background: #DC2626;
    color: #F8FAFC;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
}

.laboratory-measures-alert .laboratory-blocked__modal {
    z-index: 9;
}

.laboratory-todo__header {
    background: #075985;
    color: #ffffff;
    padding: 0 24px;
    position: relative;
    z-index: 64;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-todo__header-container {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.laboratory-todo__header h2 {
    margin: 0;
    font-size: 60px;
    line-height: 63px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.laboratory-todo {
    position: relative;
    background: #075985;
    color: #F8FAFC;
    padding: 96px 24px;
    overflow: hidden;
    z-index: 64;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-todo__container {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.laboratory-todo__row {
    display: flex;
    justify-content: space-between;
}

.laboratory-todo__row--top {
    padding: 35px 0 165px 350px;
}

.laboratory-todo__row--bottom {
    padding: 35px 350px 35px 0;
}

.laboratory-todo__text {
    max-width: 600px;
}

.laboratory-todo h2 {
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 60px;
    line-height: 65px;
    text-transform: uppercase;
    color: #F8FAFC;
}

.laboratory-todo p {
    margin: 0;
    color: #E2E8F0;
}

.laboratory-todo__box {
    margin: 70px auto;
    border: 10px solid #F8FAFC;
    padding: 24px 28px;
}

.laboratory-todo__box p {
    margin: 20px 80px;
    color: #F8FAFC;
}

.laboratory-todo__mask {
    position: absolute;
    width: 420px;
    height: auto;
    pointer-events: none;
    user-select: none;
    z-index: 1;
}

.laboratory-todo__mask--top {
    top: 0;
    left: 0;
}

.laboratory-todo__mask--bottom {
    bottom: 0;
    right: 0;
}

.laboratory-policy {
    background: #F5F5F5;
    color: #111827;
    padding: 72px 24px 96px;
    position: relative;
    z-index: 40;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-policy__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-policy h2 {
    margin: 0 0 24px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
}

.laboratory-policy__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    font-size: 13px;
    line-height: 20px;
    color: #6B7280;
}

.laboratory-policy__columns h3 {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
}

.laboratory-policy__columns ul {
    margin: 0;
    padding-left: 18px;
}

.laboratory-policy__columns li {
    margin-bottom: 6px;
}

.laboratory-policy__columns p {
    padding-bottom: 36px;
}


.laboratory-tools-list {
    background: #ffffff;
    color: #111827;
    padding: 72px 24px 96px;
    position: sticky;
    top: 0;
    z-index: 42;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-tools-list__container {
    max-width: 1120px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    margin: 0 auto;
}

.laboratory-tools-list h2 {
    margin: 0 0 32px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
}

.laboratory-tools-list__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 32px 48px;
    font-size: 14px;
    line-height: 22px;
    color: #6B7280;
}

.laboratory-tools-list__grid > div:nth-child(1) {
    grid-column: 1 / span 2;
}

.laboratory-tools-list__grid > div:nth-child(2) {
    grid-column: 3 / span 2;
}

.laboratory-tools-list__grid > div:nth-child(3) {
    grid-column: 5 / span 2;
}

.laboratory-tools-list__grid > div:nth-child(4) {
    grid-column: 2 / span 2;
    grid-row: 2;
}

.laboratory-tools-list__grid > div:nth-child(5) {
    grid-column: 4 / span 2;
    grid-row: 2;
}

.laboratory-tools-list__grid h3 {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.laboratory-tools-list__grid ul {
    margin: 0 0 24px;
    padding-left: 18px;
}

.laboratory-tools-list__grid li {
    margin-bottom: 10px;
}

.laboratory-tools-list__grid a,
.laboratory-tools-list__grid a:visited,
.laboratory-tools-list__grid a:hover,
.laboratory-tools-list__grid a:active {
    color: inherit;
    text-decoration: underline;
}

.laboratory-response {
    background: #1E293B;
    color: #E5E7EB;
    padding: 72px 24px 96px;
    position: sticky;
    top: 0;
    z-index: 44;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
    }

.laboratory-response__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-response h2 {
    margin: 0 0 24px;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #F8FAFC;
}

.laboratory-response__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    font-size: 14px;
    line-height: 22px;
}

.laboratory-response__columns ol {
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #F4F4F5;
    padding-left: 20px;
}

.laboratory-response__columns li {
    margin-bottom: 10px;
}

.laboratory-response__columns p {
    margin: 0;
    font-weight: 700;
    color: #E5E7EB;
}

.laboratory-blocking__header {
    background: #54428A;
    color: #ffffff;
    padding: 0 24px;
    position: relative;
    z-index: 46;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-blocking__header-container {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.laboratory-blocking__header h2 {
    margin: 0;
    font-size: 60px;
    line-height: 63px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.laboratory-blocking {
    background: #F4F3FF;
    color: #111827;
    padding: 72px 64px 96px;
    position: sticky;
    top: 0;
    overflow: hidden;
    z-index: 46;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-blocking__container {
    max-width: 1120px;
    margin: 0 auto;
    padding-right: 460px;
}

.laboratory-blocking h2 {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}

.laboratory-blocking h3 {
    margin: 16px 0 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #111827;
}

.laboratory-blocking p {
    margin: 0 0 16px;
    color: #6B7280;
}

.laboratory-blocking__image {
    position: absolute;
    right: 50px;
    top: 0;
    width: 550px;
    height: auto;
}

.laboratory-blocking-flow {
    background: #2F1C5C;
    color: #E9D5FF;
    padding: 72px 64px 96px;
    position: relative;
    z-index: 48;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-blocking-flow__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-blocking-flow h2 {
    margin: 0 0 24px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #F8FAFC;
}

.laboratory-blocking-flow__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    font-size: 13px;
    line-height: 20px;
}

.laboratory-blocking-flow__columns ul {
    margin: 0 0 16px;
    padding-left: 18px;
    color: #F4F4F5;
}

.laboratory-blocking-flow__columns li {
    margin-bottom: 10px;
}

.laboratory-blocking-flow__columns p {
    margin: 0 0 16px;
}

.laboratory-blocked {
    min-height: 841px;
    background: #54428A;
    color: #F8FAFC;
    padding: 72px 24px 96px;
    position: relative;
    overflow: visible;
    z-index: 50;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    }

.laboratory-blocked__container {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.laboratory-blocked h2 {
    margin: 0 0 16px;
    font-size: 48px;
    text-transform: uppercase;
}

.laboratory-blocked p {
    margin: 0 0 32px;
    color: #E5E7EB;
    max-width: 760px;
}

.laboratory-blocked__chips {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 16px;
    align-items: stretch;
    align-content: space-evenly;
    position: absolute;
    border: 10px solid #F8FAFC;
    padding: 0 20px;
    height: 172px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    top: 465px;
    grid-auto-rows: 48px;
}

.laboratory-blocked__chip {
    background: #111827;
    color: #F8FAFC;
    border-radius: 999px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    gap: 8px;
    transition: background-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
}

.laboratory-blocked__icon {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.laboratory-blocked__chip:hover {
    background: #966CF7;
    color: #F9FAFB;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.25);
}

.laboratory-blocked__modal {
    position: absolute;
    width: 620px;
    background: #0F172A;
    color: #F8FAFC;
    padding: 28px 56px 28px 28px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.35);
    overflow-y: auto;
    max-height: 550px;
    z-index: 50;
    display: none;
}

.laboratory-blocked__modal.is-open {
    display: block;
}

.laboratory-blocked__modal-title {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}

.laboratory-blocked__modal-body {
    font-size: 14px;
    line-height: 22px;
    color: #E2E8F0;
}

.laboratory-blocked__modal-body a {
    color: inherit;
    text-decoration: underline;
}

.laboratory-blocked__modal-body a:hover {
    color: inherit;
}

.laboratory-blocked__modal-body p {
    margin: 0 0 16px;
}

.laboratory-blocked__modal-body p:last-child {
    margin-bottom: 0;
}

.laboratory-blocked__modal-body strong {
    display: block;
    margin: 16px 0 8px;
    font-weight: 700;
}

.laboratory-blocked__modal-body ul {
    margin: 8px 0 16px;
    padding-left: 18px;
}

.laboratory-blocked__modal-body li {
    margin-bottom: 6px;
}

.laboratory-blocked__modal-body li:last-child {
    margin-bottom: 0;
}

.laboratory-blocked__modal {
    scrollbar-width: thin;
    scrollbar-color: rgba(248, 250, 252, 0.4) transparent;
}

.laboratory-blocked__modal::-webkit-scrollbar {
    width: 6px;
}

.laboratory-blocked__modal::-webkit-scrollbar-track {
    background: transparent;
}

.laboratory-blocked__modal::-webkit-scrollbar-thumb {
    background-color: rgba(248, 250, 252, 0.35);
    border-radius: 999px;
}

.laboratory-blocked__modal::-webkit-scrollbar-thumb:hover {
    background-color: rgba(248, 250, 252, 0.5);
}



.laboratory-blocked__modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #E2E8F0;
    background: #F8FAFC;
    cursor: pointer;
    padding: 0;
}

.laboratory-blocked__modal-close::before,
.laboratory-blocked__modal-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #0F172A;
    transform-origin: center;
}

.laboratory-blocked__modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.laboratory-blocked__modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.laboratory-blocked__line {
    position: absolute;
    bottom: 0;
    height: auto;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.laboratory-blocked__line--left {
    left: -24px;
    top: 329px;
    width: 623px;
    height: 136px;
}

.laboratory-blocked__line--right {
    right: -24px;
    top: 635px;
    width: 814px;
    height: 178px;
}

.laboratory-phishing__header {
    background: #C82C29;
    color: #ffffff;
    padding: 0 24px;
    position: relative;
    z-index: 52;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-phishing__header-container {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.laboratory-phishing__header h2 {
    margin: 0;
    font-size: 60px;
    line-height: 63px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.laboratory-phishing {
    background: #FFF1F2;
    color: #111827;
    padding: 72px 24px 0;
    position: relative;
    z-index: 52;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-phishing__container {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 32px;
}

.laboratory-phishing__content {
    max-width: 640px;
    padding-bottom: 96px;
}

.laboratory-phishing h2 {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}

.laboratory-phishing h3 {
    margin: 16px 0 8px;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}
.laboratory-phishing__content_text {
    margin-bottom: 0 !important;
}

.laboratory-phishing p {
    margin: 0 0 16px;
    color: #6B7280;
}

.laboratory-phishing ul {
    margin: 0 0 16px;
    padding-left: 18px;
    color: #6B7280;
}

.laboratory-phishing li {
    margin-bottom: 8px;
}

.laboratory-phishing__image {
    width: 420px;
    max-width: 100%;
    height: auto;
    justify-self: end;
    align-self: end;
}

.laboratory-phishing-awareness {
    background: #0F172A;
    color: #E2E8F0;
    padding: 72px 24px 96px;
    position: relative;
    z-index: 54;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-phishing-awareness__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-phishing-awareness h2 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #F8FAFC;
}

.laboratory-phishing-awareness__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    font-size: 13px;
    line-height: 20px;
    color: #CBD5F5;
}

.laboratory-phishing-awareness__columns p {
    margin: 0 0 12px;
}

.laboratory-phishing-awareness__columns ul {
    margin: 0;
    padding-left: 18px;
}

.laboratory-phishing-awareness__columns li {
    margin-bottom: 6px;
}

.laboratory-phishing-examples {
    background: #F4F4F5;
    color: #111827;
    padding: 72px 24px 96px;
    position: relative;
    z-index: 56;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-phishing-examples__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-phishing-examples h2 {
    margin: 0 0 24px;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #111827;
}

.laboratory-phishing-examples__list {
    display: grid;
    gap: 18px;
    font-size: 14px;
    line-height: 22px;
    color: #6B7280;
}

.laboratory-phishing-examples__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.laboratory-phishing-examples__item p {
    margin: 0;
}

.laboratory-phishing-examples__icon {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid #E5E7EB;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #ffffff;
}

.laboratory-phishing-examples__icon img {
    width: 18px;
    height: 18px;
    display: block;
}

.laboratory-phishing-flags {
    background: #FFFFFF;
    color: #111827;
    padding: 72px 24px 96px;
    z-index: 58;
    position: relative;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-phishing-flags__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-phishing-flags h2 {
    margin: 0 0 40px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #111827;
}

.laboratory-phishing-flags__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 56px;
    justify-content: center;
}

.laboratory-phishing-flags__item {
    flex: 0 1 300px;
    max-width: 320px;
    text-align: left;
    color: #6B7280;
    font-size: 13px;
    line-height: 20px;
}

.laboratory-phishing-flags__icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #DC2626;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.laboratory-phishing-flags__icon img {
    width: 18px;
    height: 18px;
    display: block;
    filter: brightness(0) invert(1);
}

.laboratory-phishing-flags__item h3 {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.laboratory-phishing-flags__item p {
    margin: 0;
}

.laboratory-phishing-suspicious {
    background: #C82C29;
    color: #F9FAFB;
    padding: 72px 24px 96px;
    position: relative;
    z-index: 60;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-phishing-suspicious__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-phishing-suspicious h2 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
}

.laboratory-phishing-suspicious > .laboratory-phishing-suspicious__container > p {
    margin: 0 0 32px;
    max-width: 720px;
}

.laboratory-phishing-suspicious__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    font-size: 14px;
    line-height: 22px;
}

.laboratory-phishing-suspicious__columns h3 {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 20px;
    color: #F9FAFB;
}

.laboratory-phishing-suspicious__columns p {
    margin: 0 0 12px;
    color: #F9FAFB;
}

.laboratory-doxing__details h3 {
    margin: 0 0 16px;
    text-transform: uppercase;
    color: #F8FAFC;
}

.laboratory-doxing__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    font-size: 13px;
    line-height: 20px;
}

.laboratory-doxing__columns p {
    margin: 0 0 12px;
    color: #F9FAFB;
    max-width: none;
    padding: 0;
}

.laboratory-doxing__columns ul {
    margin: 0 0 12px;
    padding-left: 18px;
}

.laboratory-doxing__columns li {
    margin-bottom: 8px;
}

.laboratory-risk__resources a,
.laboratory-risk__resources a:visited,
.laboratory-risk__resources a:hover,
.laboratory-risk__resources a:active {
    color: inherit;
    text-decoration: underline;
}

.laboratory-checklist__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-checklist h2 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
}

.laboratory-checklist__subtitle {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #FFFFFF;
}

.laboratory-checklist__steps {
    display: flex;
    gap: 40px;
    padding: 40px 0;
    flex-wrap: wrap;
}

.laboratory-checklist__item {
    position: relative;
    z-index: 1;
}

.laboratory-checklist__step {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: #ffffff;
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    transition: background-color 0.2s ease;
}

.laboratory-checklist__item:hover .laboratory-checklist__step {
    background: #E5E7EB;
}

.laboratory-checklist__card {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 520px;
    max-width: calc(100vw - 80px);
    background: #0F172A;
    color: #F8FAFC;
    padding: 28px 22px 20px 96px;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.35);
    z-index: 2;
    transform: translateY(12px);
}

.laboratory-recommendations .laboratory-checklist__card {
    width: 440px;
    max-width: calc(100vw - 48px);
}

.laboratory-checklist__card h3 {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 20px;
    color: #E5E7EB;
}

.laboratory-checklist__card p {
    margin: 0 0 10px;
    color: #E5E7EB;
}

.laboratory-checklist__card a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.laboratory-checklist__card a:hover {
    color: inherit;
}

.laboratory-checklist__card ul {
    margin: 8px 0 0;
    padding-left: 18px;
    list-style-position: outside;
}

.laboratory-checklist__card li {
    margin-bottom: 6px;
    color: #E5E7EB;
}

.laboratory-checklist__card li:last-child {
    margin-bottom: 0;
}

.laboratory-recommendations {
    background: #1E293B;
    color: #F8FAFC;
    padding: 72px 24px 0;
    position: relative;
    z-index: 88;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-leak-response {
    position: relative;
    background: #ffffff;
    color: #111827;
    padding: 72px 24px 96px;
    z-index: 90;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-leak-response__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-leak-response h2 {
    margin: 0 0 28px;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
}

.laboratory-leak-response h3 {
    margin: 24px 0 16px;
    font-size: 18px;
    line-height: 24px;
    color: #111827;
}

.laboratory-leak-response__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 32px;
    margin-bottom: 24px;
}

.laboratory-leak-response__item {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 14px;
    align-items: start;
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}

.laboratory-leak-response__icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #7C3AED;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.laboratory-leak-response__icon img {
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}

.laboratory-leak-response__grid--people {
    margin-top: 8px;
}

.laboratory-leak-response__icon--people {
    background: #111827;
}

.laboratory-leak-response__note {
    margin: 16px 0 0;
    font-size: 13px;
    line-height: 18px;
    color: #6B7280;
}

.laboratory-leak-response a {
    color: inherit;
    text-decoration: underline;
}

.laboratory-leak-response a:hover {
    cursor: pointer;
}

.laboratory-leak-open {
    position: relative;
    background: #F5F3FF;
    color: #111827;
    padding: 72px 24px 96px;
    z-index: 92;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-leak-open__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-leak-open h2 {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
}

.laboratory-leak-open p {
    margin: 0 0 12px;
    color: #6B7280;
}
.laboratory-recommendations .laboratory-checklist__subtitle {
    color: #CBD5F5;
}


.laboratory-privacy {
    background: #F0F9FF;
    color: #111827;
    padding: 72px 24px 96px;
    position: relative;
    z-index: 68;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-privacy__container {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}

.laboratory-privacy h2 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    color: #111827;
}

.laboratory-privacy__subtitle {
    margin: 0 auto 48px;
    max-width: 760px;
    font-size: 14px;
    line-height: 22px;
    color: #6B7280;
}

.laboratory-privacy__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 24px;
    text-align: center;
}

.laboratory-privacy__item {
    font-size: 13px;
    line-height: 20px;
    color: #6B7280;
}

.laboratory-privacy__icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.laboratory-privacy__icon img {
    width: 18px;
    height: 18px;
    display: block;
}

.laboratory-privacy__title {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.laboratory-privacy__title a {
    color: inherit;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
}

.laboratory-privacy__title a:hover {
    text-decoration: underline;
}

.laboratory-privacy__item p {
    margin: 0;
}

.laboratory-censorship__header {
    background: #F9A63A;
    color: #ffffff;
    padding: 0 24px;
    position: relative;
    z-index: 70;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-censorship__header-container {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.laboratory-censorship__header h2 {
    margin: 0;
    font-size: 60px;
    line-height: 63px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.laboratory-censorship {
    background: #FFF7ED;
    color: #111827;
    padding: 72px 24px 96px;
    position: sticky;
    top: 0;
    z-index: 70;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-censorship__container {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
}

.laboratory-censorship h2 {
    margin: 0 0 16px;
    text-transform: uppercase;
}

.laboratory-censorship p {
    margin: 0 0 16px;
    color: #6B7280;
}

.laboratory-censorship__image {
    width: 420px;
    max-width: 100%;
    height: auto;
    justify-self: end;
}

.laboratory-censorship__visual {
    width: 420px;
    max-width: 100%;
    min-width: 0;
    justify-self: end;
}

.laboratory-censorship__visual #laboratory-censorship-lottie {
    width: 100%;
    max-width: 420px;
}

.laboratory-censorship-details {
    background: #ffffff;
    color: #111827;
    padding: 72px 24px 96px;
    position: relative;
    z-index: 72;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-censorship-details__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-censorship-details h2 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
}

.laboratory-censorship-details p {
    margin: 0 0 16px;
    color: #6B7280;
}

.laboratory-censorship-details__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    font-size: 13px;
    line-height: 20px;
    color: #6B7280;
}

.laboratory-censorship-details__columns ul {
    margin: 8px 0 0;
    padding-left: 18px;
}

.laboratory-censorship-details__columns li {
    margin-bottom: 8px;
}

.laboratory-censorship-action {
    background: #D88A28;
    color: #F8FAFC;
    padding: 72px 24px 350px;
    position: relative;
    overflow: hidden;
    z-index: 74;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-censorship-action__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-censorship-action h2 {
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
}

.laboratory-censorship-action h3 {
    margin: 0 0 32px;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}

.laboratory-censorship-action h3 + .laboratory-censorship-action__grid {
    margin-bottom: 40px;
}

.laboratory-censorship-action__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 36px;
}

.laboratory-censorship-action__grid--users {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.laboratory-censorship-action__item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 16px;
    align-items: start;
}

.laboratory-censorship-action__icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #F8FAFC;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.laboratory-censorship-action__icon img {
    width: 18px;
    height: 18px;
    display: block;
    filter: brightness(0) saturate(100%);
}

.laboratory-censorship-action__item h4 {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 20px;
    color: #F8FAFC;
}

.laboratory-censorship-action__item p {
    margin: 0;
    color: #F8FAFC;
}

.laboratory-censorship-action__note {
    margin: 32px 0 0;
    font-size: 13px;
    line-height: 20px;
    color: #F8FAFC;
    max-width: 900px;
}

.laboratory-censorship-action__line {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 744px;
    height: auto;
    pointer-events: none;
}

.laboratory-spyware__header {
    background: #0F766E;
    color: #ffffff;
    padding: 0 24px;
    position: relative;
    z-index: 76;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-spyware__header-container {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.laboratory-spyware__header h2 {
    margin: 0;
    font-size: 60px;
    line-height: 63px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.laboratory-spyware {
    background: #ffffff;
    color: #111827;
    padding: 96px 24px 72px;
    position: relative;
    overflow: hidden;
    height: 730px;
    z-index: 76;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-spyware__container {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
    min-height: 100%;
}

.laboratory-spyware__content {
    max-width: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

.laboratory-spyware h2 {
    margin: 0 0 16px;
    font-size: 60px;
    line-height: 63px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

.laboratory-spyware p {
    margin: 0 0 16px;
    color: #6B7280;
}

.laboratory-spyware__image {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 733px;
    height: 709px;
    object-fit: contain;
    max-width: 100%;
}

.laboratory-spyware-capabilities {
    background: #0F766E;
    color: #F8FAFC;
    padding: 72px 24px 96px;
    position: relative;
    z-index: 78;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-spyware-capabilities__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-spyware-capabilities h2 {
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    color: #F8FAFC;
}

.laboratory-spyware-capabilities__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    font-size: 14px;
    line-height: 22px;
    color: #E2E8F0;
}

.laboratory-spyware-capabilities__columns ul {
    margin: 0;
    padding-left: 18px;
}

.laboratory-spyware-capabilities__columns li {
    margin-bottom: 8px;
}

.laboratory-spyware-capabilities__note {
    font-weight: 600;
    color: #F8FAFC;
}

.laboratory-spyware-impact {
    background: #0F172A;
    color: #F8FAFC;
    padding: 72px 24px 96px;
    position: sticky;
    top: 0;
    z-index: 80;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-spyware-impact__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-spyware-impact h2 {
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    color: #F8FAFC;
}

.laboratory-spyware-impact__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    font-size: 14px;
    line-height: 22px;
    color: #E2E8F0;
}

.laboratory-spyware-impact__columns p {
    margin: 0 0 12px;
}

.laboratory-spyware-impact__columns ul {
    margin: 0;
    padding-left: 18px;
}

.laboratory-spyware-impact__columns li {
    margin-bottom: 10px;
}

.laboratory-spyware-impact__note {
    font-weight: 600;
    color: #F8FAFC;
}

.laboratory-spyware-papers {
    position: relative;
    background: #164E63;
    color: #F8FAFC;
    padding: 96px 24px;
    overflow: hidden;
    z-index: 82;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-spyware-papers__container {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.laboratory-spyware-papers__row {
    display: flex;
    justify-content: space-between;
}

.laboratory-spyware-papers__row--top {
    justify-content: center;
}

.laboratory-spyware-papers__row--bottom {
    padding: 0 0 96px 0;
}

.laboratory-spyware-papers__text {
    padding-left: 100px;
    max-width: 760px;
}

.laboratory-spyware-papers h2 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    color: #F8FAFC;
}

.laboratory-spyware-papers p {
    margin: 0;
    color: #E2E8F0;
}

.laboratory-spyware-papers__box {
    margin: 70px 0;
    border: 10px solid #F8FAFC;
    padding: 24px 64px;
}

.laboratory-spyware-papers__box p {
    margin: 0;
    color: #F8FAFC;
}
.laboratory-spyware-papers__box h3 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #F8FAFC;
}

.laboratory-spyware-papers__box ul {
    margin: 12px 0 12px;
    padding-left: 18px;
}

.laboratory-spyware-papers__box li {
    margin-bottom: 6px;
}

.laboratory-spyware-papers__image {
    position: absolute;
    height: auto;
    pointer-events: none;
    user-select: none;
    z-index: 1;
}

.laboratory-spyware-papers__image--left {
    top: 0;
    left: 0;
    width: 332px;
}

.laboratory-spyware-papers__image--right {
    bottom: 0;
    right: 0;
    width: 404px;
}

.laboratory-spyware-tabs {
    background: #ffffff;
    padding: 64px 24px 0;
    min-height: 560px;
    position: sticky;
    top: 0;
    z-index: 84;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-risks__header {
    background: #54428A;
    color: #ffffff;
    padding: 0 24px;
    position: relative;
    z-index: 86;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-risks__header-container {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.laboratory-risks__header h2 {
    margin: 0;
    font-size: 60px;
    line-height: 63px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.laboratory-risks {
    position: relative;
    background: #54428A;
    color: #F8FAFC;
    padding: 96px 24px 0 24px;
    overflow: hidden;
    height: 1750px;
    z-index: 86;
    box-sizing: content-box;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-risks__container {
    max-width: 1120px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
    box-sizing: content-box;
}

.laboratory-risks__row {
    display: flex;
    justify-content: flex-start;
}

.laboratory-risks__row--top {
    padding: 80px 0 64px 360px;
}

.laboratory-risks__row--bottom {
    padding: 64px 460px 80px 0;
}

.laboratory-risks__text {
    max-width: 760px;
}

.laboratory-risks h2 {
    margin: 0 0 16px;
    text-transform: uppercase;
    color: #F8FAFC;
}

.laboratory-risks h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #F8FAFC;
}

.laboratory-risks p {
    margin: 0 0 14px;
    color: #EDE9FE;
}

.laboratory-risks ul {
    margin: 0 0 14px;
    padding-left: 18px;
    color: #EDE9FE;
}

.laboratory-risks li {
    margin-bottom: 8px;
}

.laboratory-risks a {
    color: inherit;
    text-decoration: underline;
}

.laboratory-risks a:hover {
    cursor: pointer;
}

.laboratory-risks__box {
    /*
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    */
    background-color: #54428A;
    border: 10px solid #F8FAFC;
    padding: 24px 28px;
    width: 80%;
    box-sizing: content-box;
}

.laboratory-risks__image {
    position: absolute;
    height: auto;
    pointer-events: none;
    user-select: none;
    z-index: 1;
}

.laboratory-risks__image--left {
    left: 0;
    top: -16px;
    width: 538px;
}

.laboratory-risks__image--right {
    right: 0;
    bottom: 0;
    width: 527px;
}

.laboratory-spyware-tabs__container {
    max-width: 1120px;
    margin: 0 auto;
}

.laboratory-spyware-tabs .laboratory-tabs {
    position: relative;
    top: auto;
    background: transparent;
    padding: 0;
}

.laboratory-spyware-tabs .laboratory-tabs__panel {
    height: auto;
    overflow: visible;
    border: none;
}

.laboratory-spyware-tabs .laboratory-tabs__panel ul,
.laboratory-spyware-tabs .laboratory-tabs__panel ol {
    margin: 0;
    padding-left: 18px;
    color: #6B7280;
}

.laboratory-spyware-tabs .laboratory-tabs__panel li {
    margin-bottom: 8px;
}

.laboratory-checklist__card p:last-child {
    margin-bottom: 0;
}

.laboratory-checklist-portal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
}

.laboratory-checklist-portal > * {
    pointer-events: auto;
}

.laboratory-checklist-portal .laboratory-checklist__card {
    padding: 32px 60px 32px 96px;
}

.laboratory-checklist-portal [data-portal-card] p {
    color: #F8FAFC;
    margin: 0 0 16px;
}

.laboratory-checklist-portal [data-portal-card] p:last-child {
    margin-bottom: 0;
}

.laboratory-checklist-portal [data-portal-card] ul {
    margin: 16px 0;
    padding-left: 18px;
    color: #F8FAFC;
}

.laboratory-checklist-portal [data-portal-card] li {
    margin-bottom: 6px;
    color: #F8FAFC;
}

.laboratory-checklist-portal [data-portal-card] a {
    color: #F8FAFC;
    text-decoration: underline;
}

.laboratory-checklist-portal .laboratory-blocked__modal {
    position: fixed !important;
}

.laboratory-checklist-portal [data-portal-modal] .laboratory-blocked__modal-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.laboratory-checklist-portal [data-portal-modal] .laboratory-blocked__modal-body {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.laboratory-checklist__card-close:hover {
    background: #E2E8F0;
}

.laboratory-checklist__step--cloned {
    position: absolute;
    top: 12px;
    left: 12px;
}

.laboratory-checklist__item {
    cursor: pointer;
}

.laboratory-checklist-fake {
    z-index: 18;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-checklist-metadata {
    z-index: 22;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-checklist-accounts {
    z-index: 66;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-metadata__header {
    background: #D88A28;
    color: #ffffff;
    padding: 0 24px;
    position: relative;
    z-index: 20;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    isolation: isolate;
    will-change: transform;
}

.laboratory-metadata__header-container {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.laboratory-metadata__header h2 {
    margin: 0;
    font-size: 60px;
    line-height: 63px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.laboratory-metadata {
    background: #D88A28;
    color: #FDF6EE;
    padding: 0 24px;
    position: relative;
    height: 941px;
    z-index: 20;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.laboratory-metadata__container {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 96px;

}
.laboratory-metadata__container p {
    color: #FFF3E4;
}

.laboratory-metadata h2 {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 60px;
    line-height: 63px;
    text-transform: uppercase;
}

.laboratory-metadata__intro {
    margin: 0;
    max-width: 880px;
    font-size: 14px;
    line-height: 21px;
    color: #FFF3E4;
}

.laboratory-metadata__callout {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 462px;
}

.laboratory-metadata__hand {
    position: absolute;
    left: 0;
    bottom: 139px;
    width: 420px;
    height: 462px;
    object-fit: contain;
    z-index: 1;
}

.laboratory-metadata__card {
    position: absolute;
    left: 279px;
    bottom: 183px;
    background: #E4AD69;
    color: #3F2B0E;
    padding: 28px 32px;
    right: 0;
    width: auto;
    height: 376px;
    padding-left: 165px;
}

.laboratory-metadata__card h3 {
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #F4F4F5;
    text-transform: uppercase;
}

.laboratory-metadata__card p {
    margin: 0 0 12px;
    color: #000000;
}

.laboratory-metadata__card ul {
    margin: 0 0 12px;
    color: #000000;
}

.laboratory-metadata__card li {
    margin-bottom: 6px;
}

/* Десктоп: рука doxing прижата к правому краю, выше, больший отступ от текста */
@media (min-width: 769px) {
    .laboratory-doxing__top-hand {
        display: flex !important;
        justify-content: flex-end;
        margin-top: -24px;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .laboratory-hero {
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        gap: 24px;
        height: auto;
    }

    .laboratory-risks__header {
        padding: 48px 16px;
        height: 400px;
    }

    .laboratory-risks__header h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .laboratory-risks {
        padding: 780px 16px 0;
        height: auto;
    }

    .laboratory-risks__row--bottom {
        padding: 24px 0;
    }

    .laboratory-risks__box {
        margin-top: 16px;
        position: relative;
    }
    .laboratory-risks__image--right {
        display: none;
    }
    .laboratory-risks__image--left {
        left: -30%
    }
    .laboratory-risks__container {
        height: auto;
    }
    .laboratory-risks__row--top {
        padding: 0;
    }
    .laboratory-risks__box {
        top: 0;
        left: 0;
        transform: none;
        padding: 24px;
    }

    .laboratory-hero__title {
        padding: 0 16px;
        text-align: center;
    }

    .laboratory-hero__hand--top-left,
    .laboratory-hero__hand--bottom-right {
        display: none;
    }

    .laboratory-hero__logos {
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: auto;
        left: auto;
        transform: none;
        width: 100%;
        position: relative;
        flex-direction: row;
        gap: 24px;
    }

    .laboratory-hero__hand--top-right {
        position: relative;
        top: 0;
        right: 0;
        width: 442px;
        max-width: 100%;
        height: auto;
        align-self: flex-end;
    }

    .laboratory-hero__hand--bottom-left {
        position: relative;
        align-self: start;
        bottom: auto;
        left: auto;
        width: 459px;
        max-width: 100%;
        height: auto;
    }

    .laboratory-intro {
        padding: 48px 16px 24px;
    }

    .laboratory-intro__container {
        padding: 0;
    }

    .laboratory-intro__columns {
        grid-template-columns: 1fr;
    }

    .laboratory-page h1 {
        font-weight: 400;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }

    .laboratory-page h2 {
        font-size: 25px;
        line-height: 28px;
    }

    .laboratory-page h3 {
        font-size: 17px;
        line-height: 20px;
    }

    .laboratory-contents-anchor {
        top: 12px;
        width: 36px;
        height: 36px;
    }

    .laboratory-contents-anchor span {
        width: 12px;
    }

    .laboratory-tabs {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .laboratory-tabs__nav {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        height: 40px;
        min-height: 40px;
        max-height: 40px;
        padding: 4px 6px;
        box-sizing: border-box;
        border-radius: 999px;
        overflow: hidden;
    }

    .laboratory-ddos-tabs .laboratory-tabs__nav {
        margin-bottom: 0;
    }

    .laboratory-tabs__tab {
        height: 32px;
        min-height: 32px;
        max-height: 32px;
        padding: 0 6px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
    }

    .laboratory-tabs__nav .laboratory-tabs__tab,
    .laboratory-tabs__nav .laboratory-tabs__tab * {
        font-weight: 700;
        font-size: 12px;
        line-height: 14px;
    }

    .laboratory-tabs__nav--spyware .laboratory-tabs__tab-label--full {
        display: none;
    }

    .laboratory-tabs__nav--spyware .laboratory-tabs__tab-label--short {
        display: inline;
    }

    .laboratory-tabs__panel {
        height: auto;
        padding-left: 24px;
        padding-right: 24px;
    }

    .laboratory-tabs__panel h2 {
        padding-left: 0;
    }


    .laboratory-tabs__columns {
        grid-template-columns: 1fr;
    }

    .laboratory-guide__download {
        padding: 16px 0;
        width: 100%;
        justify-content: center;
    }

    .laboratory-guide__image {
        position: relative;
        left: 50%;
        right: auto;
        top: auto;
        transform: translateX(-50%);
        width: 200%;
        padding: 24px 0 0;
        height: auto;
    }

    .laboratory-now__grid {
        grid-template-columns: 1fr;
    }

    .laboratory-now__masks {
        display: none;
    }

    .laboratory-now {
        padding-bottom: 36px;
    }

    .laboratory-fake {
        display: flex;
        flex-direction: column;
        gap: 24px;
        min-height: auto;
        position: relative;
    }

    .laboratory-fake__header {
        padding: 48px 16px;
        height: 400px;
    }

    .laboratory-fake__header h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .laboratory-fake__container {
        max-width: none;
        padding: 20px 16px;
        flex: none;
    }

    .laboratory-fake__image {
        position: relative;
        right: auto;
        bottom: auto;
        align-self: flex-end;
    }

    .laboratory-looks__columns {
        grid-template-columns: 1fr;
    }

    .laboratory-metadata__header {
        padding: 48px 16px;
        height: 400px;
    }

    .laboratory-metadata__header h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .laboratory-metadata {
        height: auto;
        padding-bottom: 48px;
    }

    .laboratory-metadata__callout {
        position: relative;
        min-height: 0;
    }

    .laboratory-metadata__hand {
        display: none;
    }

    .laboratory-metadata__card {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        height: auto;
        min-height: 0;
        background: transparent;
        padding: 24px 0 0;
        padding-left: 0;
    }

    .laboratory-metadata__card h3,
    .laboratory-metadata__card p,
    .laboratory-metadata__card ul {
        color: #FDF6EE;
    }

    .laboratory-metadata__card li {
        color: #FDF6EE;
    }

    .laboratory-doxing__header {
        padding: 48px 16px;
        height: 400px;
    }

    .laboratory-doxing__header h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .laboratory-doxing {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 0;
    }

    .laboratory-doxing__hands {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        width: 150%;
        height: auto;
        padding-bottom: 12px;
        margin: 0 0 0 -25%;
    }

    .laboratory-doxing__top-hand {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        width: 150%;
        max-width: none;
        height: auto;
        margin-left: -20%;
        pointer-events: none;
    }

    .laboratory-doxing__container {
        padding-top: 20px;
    }

    .laboratory-doxing__container h2 {
        padding: 0 16px;
    }
    .laboratory-doxing__container p {
        padding: 0 24px;
        margin-bottom: 24px;
    }

    .laboratory-doxing__details {
        padding: 0 16px;
        margin-left: 24px;
        margin-right: 24px;
    }

    .laboratory-doxing__list-box {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        padding: 24px 16px;
        margin: 0 24px;
        border: 10px solid #ffffff;
        background: transparent;
        width: auto;
    }

    .laboratory-doxing__bottom-hand {
        display: block;
        position: relative;
        bottom: auto;
        left: auto;
        width: 150%;
        margin-left: -20%;
        height: auto;
    }

    #laboratory-doxing-hands-lottie,
    .laboratory-doxing__hands {
        padding-right: 0 !important;
    }

    #laboratory-doxing-bottom-lottie,
    .laboratory-doxing__bottom-hand {
        padding-left: 0 !important;
        padding-top: 12px;
    }

    .laboratory-doxing__columns {
        grid-template-columns: 1fr;
    }

    .laboratory-tools__grid {
        grid-template-columns: 1fr;
    }

    .laboratory-data__grid {
        grid-template-columns: 1fr;
    }

    .laboratory-measures__box {
        border: none;
        padding: 0;
    }

    .laboratory-measures__list {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .laboratory-measures__item {
        border-radius: 0;
    }

    .laboratory-policy__columns {
        grid-template-columns: 1fr;
    }

    .laboratory-tools-list__grid {
        display: flex;
        flex-direction: column;
    }

    .laboratory-tools-list__grid > div {
        grid-column: auto;
        grid-row: auto;
    }

    .laboratory-response__columns {
        grid-template-columns: 1fr;
    }

    .laboratory-blocking__header {
        padding: 48px 16px;
        height: 400px;
    }

    .laboratory-blocking__header h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .laboratory-blocking {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 24px 16px 48px;
    }

        .laboratory-blocking__container {
            padding: 0 16px;
            order: 1;
        }
    .laboratory-blocking__container h3 {
        padding: 16px 16px 0 16px;
    }

    .laboratory-blocking__image {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        max-width: 420px;
        height: auto;
        order: -1;
    }

    .laboratory-blocking-flow__columns {
        grid-template-columns: 1fr;
    }

    .laboratory-blocked__line--left,
    .laboratory-blocked__line--right {
        display: none;
    }

    .laboratory-blocked__chips {
        position: relative;
        top: 0;
        grid-template-columns: 1fr;
        height: auto;
        gap: 16px;
        padding: 20px;
    }
    .laboratory-phishing__header {
        padding: 48px 16px;
        height: 400px;
    }

    .laboratory-phishing__header h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .laboratory-phishing {
        padding: 24px 16px 0;
    }

    .laboratory-phishing__container {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .laboratory-phishing__content {
        padding-bottom: 0;
        padding: 0 16px;
    }

    .laboratory-phishing__image-wrap {
        width: 150%;
        max-width: none;
        overflow: hidden;
        margin-right: -20%;
        aspect-ratio: 673/598;
    }

    .laboratory-phishing__image-wrap .laboratory-phishing__image {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        max-width: none;
        height: auto;
        display: block;
        transform: translateY(-35%);
        margin: 0;
        justify-self: auto;
        align-self: auto;
    }

    .laboratory-phishing-awareness__columns {
        grid-template-columns: 1fr;
    }

    .laboratory-phishing-examples {
        padding-bottom: 48px;
    }

    .laboratory-phishing-examples__item {
        flex-direction: column;
        align-items: flex-start;
    }

    .laboratory-phishing-suspicious__columns {
        grid-template-columns: 1fr;
    }

    .laboratory-phishing-suspicious {
        padding-bottom: 48px;
    }

    .laboratory-measures-alert {
        padding-bottom: 48px;
    }

    .laboratory-todo__header {
        padding: 48px 16px;
        height: 400px;
    }

    .laboratory-todo__header h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .laboratory-todo__row--top {
        padding: 0;
    }

    .laboratory-todo__container {
        padding: 364px 0;
    }

    .laboratory-todo__box {
        padding:  0;
        margin: 24px 0;
    }

    .laboratory-privacy__grid {
        grid-template-columns: 1fr;
    }

    .laboratory-censorship__header {
        padding: 48px 16px;
        height: 400px;
    }

    .laboratory-censorship__header h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .laboratory-censorship {
        padding: 24px 16px 48px;
    }

    .laboratory-censorship__container {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .laboratory-censorship__container .laboratory-censorship__content {
        padding: 0 16px;
    }

    .laboratory-censorship__image-wrap {
        width: 150%;
        max-width: none;
        margin: 24px auto 0 auto;
        margin-top: auto;
        overflow: hidden;
    }

    .laboratory-censorship__visual {
        width: 100%;
        max-width: none;
        justify-self: center;
    }

    .laboratory-censorship__visual #laboratory-censorship-lottie {
        max-width: none;
    }

    .laboratory-censorship__image-wrap .laboratory-censorship__image {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        max-width: none;
        height: auto;
        margin-right: 14%;
        display: block;
    }

    .laboratory-censorship-details__columns {
        grid-template-columns: 1fr;
    }

    .laboratory-censorship-action__grid {
        grid-template-columns: 1fr;
    }

    .laboratory-censorship-action__line {
        left: -10%;
        width: 500px;
    }

    .laboratory-censorship-action {
        padding-bottom: 248px;
    }

    .laboratory-spyware__header {
        padding: 48px 16px;
        height: 400px;
    }

    .laboratory-spyware__header h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .laboratory-spyware {
        height: auto;
        padding: 48px 24px 465px;
    }

    .laboratory-spyware__image {
        max-width: none;
        width: 100%;
        bottom: -145px;
        left: 0%;
    }
    .laboratory-spyware-impact__columns {
        grid-template-columns: 1fr;
    }

    .laboratory-spyware-papers__text {
        padding-left: 0;
    }

    .laboratory-spyware-papers__box {
        padding: 16px;
        margin: 24px 0;
    }

    .laboratory-spyware-papers__row--bottom {
        padding-top: 0;
        padding-bottom: 128px;
    }
 
    .laboratory-spyware-papers__row--top {
        padding-top: 164px;
        padding-bottom: 0;
    }

    .laboratory-spyware-tabs {
        padding: 48px 0;
    }

    .laboratory-spyware-capabilities__columns {
        grid-template-columns: 1fr;
    }

    .laboratory-todo__box p {
        padding:  16px;
        margin: 0;
    }

    .laboratory-todo__row--bottom {
        padding: 0;
    }

    .laboratory-measures-alert__box {
        border: none;
        padding: 0;
    }

    .laboratory-measures-alert__item {
        border-radius: 0;
    }

    .laboratory-measures-alert__list {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .laboratory-blocked {
        min-height: auto;
        padding: 48px 24px;
    }

    .laboratory-blocking {
        padding: 0 0 24px 0;
    }

    .laboratory-blocking-flow {
        padding: 48px 24px;
    }

    .laboratory-tools-list {
        padding-top: 24px;
        padding-bottom: 0;
    }

    .laboratory-warning__columns {
        grid-template-columns: 1fr;
    }

    .laboratory-ddos__header {
        padding: 48px 16px;
        height: 400px;
    }

    .laboratory-ddos__header h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .laboratory-ddos__content::before {
        content: none;
    }

    .laboratory-ddos__container {
        grid-template-columns: 1fr;
    }

    .laboratory-ddos__visual {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-left: 0;
        overflow: visible;
    }

    .laboratory-ddos__visual img {
        width: 100%;
        max-width: none;
        height: auto;
        transform: scale(1.15);
    }

    .laboratory-ddos-tabs {
        padding-top: 32px;
    }

    .laboratory-ddos-tabs__columns {
        grid-template-columns: 1fr;
    }

    .laboratory-risk__hand--top {
        display: none;
    }
    .laboratory-risk {
        height: 1250px;
    }

    .laboratory-risk__hand--bottom-left {
        left: -120px;
    }
    .laboratory-risk__hand--bottom-right {
        right: -20%;
    }

    .laboratory-checklist__container {
        padding: 0;
    }

    .laboratory-checklist__steps {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px 16px;
        padding: 32px 0 48px;
        justify-items: center;
    }

    .laboratory-leak-response__grid {
        grid-template-columns: 1fr;
    }

    .laboratory-risk__resources {
        margin-top: 0;
    }

    .laboratory-risk .laboratory-checklist__item:nth-child(7) {
        grid-column: 2;
    }

    .laboratory-checklist-portal .laboratory-checklist__card {
        left: 16px !important;
        right: 16px !important;
        width: calc(100vw - 32px) !important;
        max-width: calc(100vw - 32px) !important;
        padding: 64px 16px 16px 16px;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .laboratory-checklist-portal .laboratory-checklist__step--cloned,
    .laboratory-checklist-portal .laboratory-blocked__modal-close,
    .laboratory-checklist-portal .laboratory-checklist__card-close {
        width: 40px;
        height: 40px;
    }

    .laboratory-checklist-portal .laboratory-blocked__modal {
        left: 16px !important;
        right: 16px !important;
        width: calc(100vw - 32px) !important;
        max-width: calc(100vw - 32px) !important;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .laboratory-tabs,
    .laboratory-guide,
    .laboratory-fake,
    .laboratory-tools,
    .laboratory-ddos,
    .laboratory-ddos-tabs,
    .laboratory-data,
    .laboratory-tools-list,
    .laboratory-response,
    .laboratory-blocking,
    .laboratory-censorship,
    .laboratory-spyware-impact,
    .laboratory-spyware-tabs {
        position: relative;
    }

    .laboratory-footer {
        min-height: 65vh;
        padding: 60px 0 60px;
        width: 100%;
    }
    .laboratory-footer__center {
        width: 100%;
    }

    /* Руки: левая сверху, правая снизу */
    .laboratory-footer__hand--bottom-left {
        top: 30px;
        bottom: auto;
        left: 47%;
        right: auto;
        transform: translateX(-50%);
        width: 459px;
        max-width: 100%;
        height: auto;
    }

    .laboratory-footer__hand--bottom-right {
        top: auto;
        bottom: 40px;
        right: 45%;
        left: auto;
        transform: translateX(50%);
        width: 442px;
        max-width: 100%;
        height: auto;
    }

    .laboratory-footer__center {
        gap: 64px;
    }

    .laboratory-footer__icons {
        gap: 36px;
    }

    .laboratory-footer__icon {
        width: 40px;
        height: 40px;
    }

    .laboratory-footer__icon img,
    .laboratory-footer__icon svg {
        width: 18px;
        height: 18px;
    }

    .laboratory-footer__logos {
        gap: 48px;
    }
}

@media (max-width: 600px) {
    .laboratory-contacts__container .wp-block-columns {
        flex-direction: column;
        gap: 0;
    }

    .laboratory-contacts__container .contacts-grid {
        gap: 32px;
    }

    .laboratory-contacts__container .wp-block-column {
        flex: 1 1 100%;
        width: 100%;
    }

    .laboratory-contacts__container .mobile-gap {
        gap: 32px;
    }
}
