body.popup-open {
    overflow: hidden;
}

@media (max-width: 61.9988em) {
    .header__menu .menu-item {
        text-align: center;
    }
    
    .header__menu .menu-item-has-children > .menu__link:after {
        content: '';
        display: inline-block;
        margin-left: 6px;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid currentColor;
        vertical-align: middle;
        transition: transform 0.2s ease;
    }
    
    .header__menu .menu-item-has-children.active > .menu__link:after {
        transform: rotate(180deg);
    }
    
    .header__menu .sub-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    
    .header__menu .sub-menu .menu__link {
         font-size: 1.25rem;
    }
}

@media (min-width: 61.9989em) {
    .header__menu .menu-item-has-children {
        position: relative
    }
    
    .header__menu .menu-item-has-children>.menu__link {
        padding: .5rem 1.125rem;
        border-radius: 6.25rem;
        transition: color .25s ease
    }
    
    .header__menu .menu-item-has-children:hover>.menu__link {
        background: linear-gradient(to bottom, rgba(219, 228, 111, .2), rgba(103, 235, 174, .2));
        color: #fff;
        font-weight: 500
    }
    
    .header__menu .sub-menu {
        display: flex;
        flex-direction: column;
        grid-gap: 16px;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        /*min-width: 190px;*/
        min-width: 170px;
        /*background-color: #021a13;*/
        background-color: #101210;
        /*border: 1px solid #fff;*/
        /*border: 1px solid #818CF8;
        border-radius: 5px;*/
        /*padding: 20px 0;*/
				padding: 17px 18px;
        opacity: 0;
        pointer-events: none;
        transform: translateY(6px);
        transition: opacity .2s ease, transform .2s ease;
        z-index: 20;
				
				border-radius: 15px;
				border: 0;
				background: #1C211C;
				padding: 13.5px 0;
				gap: 7px;
    }
    
    .header__menu .sub-menu:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 100%;
        width: 100%;
        height: 11px
    }
    
    .header__menu .menu-item-has-children:hover>.sub-menu {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0)
    }
    
    .header__menu .sub-menu .menu__item {
        display: block
    }
    
    .header__menu .sub-menu .menu__link {
        /*display: block;*/
        display: inline-block;
        min-width: 0;
        /*padding: 0 20px;*/
        font-size: 12px;
        font-weight: 400;
        /*color: #fff;*/
        text-align: left;
        /*border-radius: 0;*/
        transition: color .2s ease;
				
				/*background: #818CF8;*/
				/*padding: 2.5px 12px;*/
				padding: 5px 17px;
				/*border-radius: 5px;
				color: #000;*/
				line-height: 18px;
				white-space: nowrap;
				
				width: 100%;
				line-height: 25px;
				border-radius: 0;
				color: #fff;
    }
    
    .header__menu .sub-menu .menu__item .menu__link:hover {
        /*background: linear-gradient(to right, #dbe46f, #67ebae);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text*/
				/*opacity: 0.7;*/
				background: #818CF8;
    }
}

.text-with-image {
    background-color: #fff
}

.text-with-image_gray {
    background-color: #e8e8e8
}

.text-with-image__container {
    padding-top: 132px;
    padding-bottom: 132px
}

.text-with-image__inner {
    max-width: 960px;
    margin-inline: auto;
    display: grid;
    gap: 42px;
    grid-template-columns: 59.2fr 36.3fr
}

.text-with-image_reverse .text-with-image__inner {
    grid-template-columns: 36.3fr 59.2fr
}

.text-with-image__heading h1,
.text-with-image__heading h2 {
    font-size: 38px;
    color: #232323
}

.text-with-image__heading h1 strong,
.text-with-image__heading h2 strong {
    color: #000
}

.text-with-image__card {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 45px 35px;
    border: 1px solid #484848;
    border-radius: 0 0 0 50px
}

.text-with-image_reverse .text-with-image__card {
    border-radius: 0 0 50px
}

.text-with-image__heading:not(:last-child) {
    margin-bottom: .5rem
}

.text-with-image__text p {
    font-size: .875rem;
    line-height: 1.71;
    color: #000
}

.text-with-image__media {
    overflow: hidden;
}

.text-with-image__media img {
    width: 100%;
}

@media (max-width: 61.99875em) {
    .text-with-image__container {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .text-with-image__inner,
    .text-with-image_reverse .text-with-image__inner {
        grid-template-columns: 1fr
    }

    .text-with-image__card {
        border-radius: 0 0 0 32px
    }

    .text-with-image_reverse .text-with-image__card {
        border-radius: 0 0 32px
    }
}

@media (max-width: 47.99875em) {
    .text-with-image__container {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .text-with-image__heading h1,
    .text-with-image__heading h2 {
        font-size: 26px
    }

    .text-with-image__card {
        padding: 28px 22px
    }
}

.covers {
    background-color: #fff
}

.covers__container {
    display: flex;
    flex-direction: column;
    gap: 70px;
    padding-top: 125px;
    padding-bottom: 125px
}

.covers__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17.2px;
    text-align: center
}

.covers__title h2 {
    font-size: 38px;
    color: #000
}

.covers__text p {
    font-size: 18px;
    line-height: 1.55;
    color: #000;
    max-width: 713px;
    margin-inline: auto
}

.covers__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px 42px
}

.item-covers {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 23px 16px;
    border: 1px solid #484848;
    background-color: #fff;
    color: #000
}

.item-covers_dark {
    background-color: #232323;
    border-color: #232323;
    color: #fff
}

.item-covers__title h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #0d1117
}

.item-covers_dark .item-covers__title h3 {
    background: linear-gradient(to right, #dbe46f, #67ebae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.item-covers__text p {
    font-size: .875rem;
    line-height: 1.9;
    font-weight: 500
}

@media (max-width: 61.99875em) {
    .covers__container {
        padding-top: 80px;
        padding-bottom: 80px;
        gap: 48px
    }

    .covers__title h2 {
        font-size: 28px
    }

    .covers__text p {
        font-size: 15px
    }

    .covers__items {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px
    }
}

@media (max-width: 47.99875em) {
    .covers__container {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .covers__items {
        grid-template-columns: 1fr
    }
}

.challenge {
    background-color: #dbdbdb
}

.challenge__container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 150px;
    padding-bottom: 150px
}

.challenge__top {
    display: grid;
    grid-template-columns: 59.2fr 36.3fr;
    gap: 42px;
    max-width: 960px;
    margin-inline: auto
}

.challenge__card {
    padding: 45px 35px;
    border: 1px solid #484848;
    border-radius: 0 0 0 50px
}

.challenge__title h2 {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.3;
    color: #232323
}

.challenge__title h2 strong {
    font-weight: 700;
    color: #000
}

.challenge__media {
    overflow: hidden;
}

.challenge__media img {
    width: 100%;
}

.challenge__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 33px 19px;
    max-width: 683px;
    margin-inline: auto
}

.item-challenge {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px 22px;
    border: 1px solid #484848
}

.item-challenge__title h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    color: #000
}

.item-challenge__text p {
    font-size: 12px;
    line-height: 1.9;
    font-weight: 500;
    color: #000
}

@media (max-width: 61.99875em) {
    .challenge__container {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .challenge__top {
        grid-template-columns: 1fr
    }

    .challenge__items {
        max-width: 100%
    }
}

@media (max-width: 47.99875em) {
    .challenge__container {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .challenge__card {
        padding: 28px 22px;
        border-radius: 0 0 0 32px
    }

    .challenge__title h2 {
        font-size: 26px
    }

    .challenge__items {
        grid-template-columns: 1fr
    }
}

.get-ready {
    background: linear-gradient(to bottom, #dbe46f, #67ebae)
}

.get-ready__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 193px;
    padding-bottom: 116px
}

.get-ready__body {
    max-width: 960px;
    margin-inline: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 36.3fr 59.2fr;
    gap: 42px;
    align-items: stretch
}

.get-ready__media {
    overflow: hidden;
}

.get-ready__media img {
    width: 100%;
}

.get-ready__card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 45px 38px;
    border: 1px solid #484848;
    border-radius: 0 0 50px
}

.get-ready__heading h2 {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.25;
    color: #1a2e1a
}

.get-ready__heading h2 strong {
    font-weight: 700
}

.get-ready__text p {
    font-size: 14px;
    line-height: 1.7;
    color: #000
}

.get-ready__button {
    max-width: 960px;
    margin-inline: auto;
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.get-ready__button .button {
    position: relative;
    background: linear-gradient(to right, #000, #5a5a5a);
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 1rem 2.5rem;
    border-radius: .75rem;
    min-height: unset;
    z-index: 0
}

.get-ready__button .button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    background: #000;
    opacity: 0;
    transition: opacity .35s ease;
    z-index: 0
}

.get-ready__button .button:after {
    display: none
}

.get-ready__button .button:hover:before {
    opacity: 1
}

.get-ready__button .button span {
    position: relative;
    z-index: 1
}

@media (max-width: 61.99875em) {
    .get-ready__body {
        grid-template-columns: 1fr
    }

    .get-ready__card {
        border-radius: 0 0 32px
    }
}

@media (max-width: 47.99875em) {
    .get-ready__container {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .get-ready__card {
        padding: 28px 22px
    }

    .get-ready__heading h2 {
        font-size: 26px
    }

    .get-ready__button {
        justify-content: center
    }
}

.versus {
    background-color: #000
}

.versus__container {
    margin-top: 155px;
    margin-bottom: 155px
}

.versus:has(+.versus) .versus__container {
    margin-bottom: 120px;
    margin-top: 100px
}

.versus+.versus .versus__container {
    margin-top: 120px
}

.versus__card {
    align-items: center;
    display: flex;
    position: relative
}

.versus_reverse .versus__card {
    justify-content: end
}

.versus__row {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem
}

.versus__content {
    flex: 0 0 72%;
    display: flex;
    flex-direction: column;
    padding: 33px 78px;
    border: 1px solid #ffffff
}

.versus_reverse.big .versus__content {
    padding: 33px 47px;
}

.versus__label span {
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff80
}

.versus__title h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    background: linear-gradient(to right, #dbe46f, #67ebae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 25px;
}

.versus__texts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.versus__texts p {
    font-size: 12px;
    line-height: 1.83;
    color: #fff
}

.versus__texts p strong {
    font-weight: 700
}

.versus__inner {
    max-width: 362px
}

.versus_reverse.big .versus__inner {
    max-width: 253px
}

.versus_reverse .versus__inner {
    margin-left: auto
}

.versus__media {
    position: absolute;
    right: 0;
    width: 642px;
    overflow: hidden;
}

.versus_reverse.big .versus__media {
    width: 805px;
}

.versus_reverse .versus__media {
    left: 0;
    right: unset
}

@media (max-width: 61.99875em) {
    .versus__card {
        flex-direction: column;
        align-items: stretch
    }

    .versus__content {
        flex: 0 0 100%;
        width: 100%;
        padding: 36px 40px
    }

    .versus__media {
        position: static;
        width: 100%!important;
    }

    .versus__inner {
        max-width: 100%
    }
}

@media (max-width: 47.99875em) {
    .versus__container,
    .versus+.versus .versus__container {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .versus__content {
        padding: 28px 24px
    }

    .versus__row {
        flex-direction: column
    }

    .versus__label span {
        font-size: .75rem
    }

    .versus__title h2 {
        font-size: 1.25rem
    }
}

.versus-intro {
    background-color: #000
}

.versus-intro__container {
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding-top: 120px;
    padding-left: 78px
}

.versus-intro__badge {
    margin-left: -19px
}

.versus-intro__badge span {
    display: inline-block;
    border-radius: 20px;
    background: linear-gradient(to bottom, #dbe46f, #67ebae);
    font-size: 27px;
    font-weight: 400;
    line-height: 1.85;
    color: #000;
    padding: 1.5px 19px
}

.versus-intro__heading {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.versus-intro__title h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff
}

.versus-intro__title h2 span {
    display: block;
    font-weight: 700;
    background: linear-gradient(to right, #dbe46f, #67ebae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.versus-intro:has(.versus-intro__badge) .versus-intro__title h2 {
    font-weight: 700
}

.versus-intro__subtitle p {
    font-size: 14px;
    font-style: italic;
    color: #ffffffb3;
    line-height: 1.5
}

.versus-intro__text {
    max-width: 710px
}

.versus-intro__text p {
    font-size: 16px;
    line-height: 1.75;
    color: #fff
}

.versus-intro__text p strong {
    color: #fff;
    font-weight: 600
}

@media (max-width: 61.99875em) {
    .versus-intro__badge {
        margin-left: 0;
        font-size: 20px
    }

    .versus-intro__container {
        padding-top: 80px;
        padding-left: 15px
    }

    .versus-intro__title h2 {
        font-size: 38px
    }
}

@media (max-width: 47.99875em) {
    .versus-intro__container {
        padding-top: 50px;
        gap: 20px
    }

    .versus-intro__title h2 {
        font-size: 28px
    }
}

.security {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.security__header {
  width: 100%;
  min-height: 760px;
  background: linear-gradient(to bottom, #000000, #151515);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  padding: 80px 60px;
}

.security__hero-image {
  width: 359px;
  height: 359px;
  border-radius: 75px 0 150px 0;
  object-fit: cover;
  flex-shrink: 0;
}

.security__hero-content {
  max-width: 548px;
}

.security__title {
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  color: #fff;
  white-space: nowrap;
}

.security__title span {
  font-weight: 700;
  background: linear-gradient(to right, #dbe46f, #67ebae);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.security__description {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}

.security__catalog {
  width: 100%;
  background: #fff;
  padding: 138px 60px 140px;
}

.security__catalog-inner {
  max-width: 854px;
  margin: 0 auto;
}
.security__commitment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 30px;
}

.security__commitment-text {
  font-size: 34px;
  line-height: 48px;
  color: #000;
}

.security__commitment-text strong {
  font-weight: 700;
  display: block;
}

.security__commitment-badges img {
    width: auto;
    height: 80px;
}

.security__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 46px;
  column-gap: 48px;
  margin-bottom: 80px;
}

.security__card {
  border: 1px solid #232323;
  padding: 24px 21px;
  min-height: 164px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.security__card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: #000;
  margin-bottom: 10px;
}

.security__card-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
}

.security__subprocessors {
  margin-top: 80px;
}

.security__subprocessors-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  color: #000;
  margin-bottom: 20px;
}

.security__subprocessors-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  margin-bottom: 50px;
}

.security__sub-cards {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.security__sub-card {
  border: 1px solid #232323;
  max-width: 546px;
  width: 100%;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.security__sub-card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: #000;
  margin-bottom: 10px;
}

.security__sub-card-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
}

.security__sub-card-region {
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  line-height: 23px;
  color: #484848;
}

.security__resources {
    margin-top: 80px;
}

.security__resources-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  color: #000;
  margin-bottom: 16px;
}

.security__resources-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.security__resources-item {
    border: 1px solid #232323;
    max-width: 854px;
    width: 100%;
}

.security__resources-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 22px 12px 15px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 16px;
    transition: background-color 0.2s ease;
}

.security__resources-btn:hover {
    background-color: #f5f5f5;
}

.security__resources-btn-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    color: #000;
}

.security__resources-btn-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 45px;
    height: 45px;*/
    background: #000;
    /*border-radius: 15px;*/
		width: 33px;
    height: 33px;
    border-radius: 10px;
    padding: 5px;
}
.security__resources-btn-icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.resources-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.resources-popup.is-open {
    display: flex;
}

.resources-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
}

.resources-popup__dialog {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 12px;
    padding: 48px 40px 40px;
    width: 100%;
    max-width: 560px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.resources-popup__close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #666;
    padding: 4px 8px;
    transition: color 0.2s;
}

.resources-popup__close:hover {
    color: #000;
}

.resources-popup__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    color: #000;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}

.resources-popup__subtitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    color: #555;
    margin-bottom: 28px;
    font-family: 'Poppins', sans-serif;
}

.security__questions {
  margin-top: 80px;
}

.security__questions-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  color: #000;
  margin-bottom: 16px;
}

.security__questions-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
}

.security__questions-text a:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
  .security__header {
    gap: 40px;
    padding: 60px 40px;
    min-height: auto;
  }

  .security__hero-image {
    width: 280px;
    height: 280px;
    border-radius: 60px 0 120px 0;
  }

  .security__title {
    font-size: 38px;
    line-height: 50px;
  }

  .security__description {
    font-size: 16px;
    line-height: 26px;
  }

  .security__catalog {
    padding: 100px 40px 100px;
  }

  .security__commitment-text {
    font-size: 28px;
    line-height: 40px;
  }

  .security__cards {
    column-gap: 30px;
    row-gap: 30px;
  }
}

@media (max-width: 768px) {
  .security__header {
    flex-direction: column;
    text-align: center;
    padding: 60px 30px;
    gap: 30px;
  }

  .security__hero-image {
    width: 240px;
    height: 240px;
    border-radius: 50px 0 100px 0;
  }

  .security__hero-content {
    max-width: 100%;
  }

  .security__title {
    white-space: normal;
    font-size: 34px;
    line-height: 44px;
  }

  .security__description {
    font-size: 15px;
    line-height: 25px;
    margin-top: 20px;
  }

  .security__catalog {
    padding: 80px 24px 80px;
  }

  .security__commitment {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    margin-bottom: 40px;
  }

  .security__commitment-text {
    font-size: 26px;
    line-height: 36px;
  }

  .security__cards {
    grid-template-columns: 1fr;
    row-gap: 24px;
    margin-bottom: 60px;
  }

  .security__card {
    min-height: auto;
    padding: 20px 18px;
  }

  .security__subprocessors {
    margin-top: 60px;
  }

  .security__subprocessors-title {
    font-size: 28px;
    line-height: 38px;
  }

  .security__subprocessors-desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .security__sub-card {
    max-width: 100%;
  }
  
  .security__resources {
    margin-top: 60px;
  }

  .security__questions {
    margin-top: 60px;
  }
  
  .security__resources-title {
    font-size: 28px;
    line-height: 38px;
  }

  .security__questions-title {
    font-size: 28px;
    line-height: 38px;
  }

  .security__questions-text {
    font-size: 16px;
    line-height: 26px;
  }
}

/* --- Mobile --- */
@media (max-width: 480px) {
  .security__header {
    padding: 40px 20px;
    gap: 24px;
  }

  .security__hero-image {
    width: 200px;
    height: 200px;
    border-radius: 40px 0 80px 0;
  }

  .security__title {
    font-size: 28px;
    line-height: 36px;
  }

  .security__description {
    font-size: 14px;
    line-height: 22px;
  }

  .security__catalog {
    padding: 60px 16px 60px;
  }

  .security__commitment-text {
    font-size: 22px;
    line-height: 32px;
  }

  .security__card {
    padding: 16px 14px;
  }

  .security__card-title,
  .security__sub-card-title {
    font-size: 16px;
  }
  
  .security__resources-title {
    font-size: 24px;
    line-height: 34px;
  }

  .security__subprocessors-title,
  .security__questions-title {
    font-size: 24px;
    line-height: 34px;
  }

  .security__subprocessors-desc,
  .security__questions-text {
    font-size: 14px;
    line-height: 24px;
  }

  .security__sub-card {
    padding: 18px 16px;
  }

  .security__sub-cards {
    gap: 16px;
  }
}.security__intro { padding: 186px 60px 56px; background: #fff; }.security__intro-container { max-width: 950px; margin: 0 auto; }.security__intro-inner { display: flex; gap: 95px; }.security__intro-text { font-size: 14px; color: #000; line-height: 1.7; }.security__intro-text h2 { font-size: 34px; line-height: 1.4; margin-bottom: 21px; }.security__intro-text p { margin-bottom: 22px; }.security__intro-text p strong { font-weight: 600; }@media (max-width: 1024px) {	.security__intro { padding: 100px 40px 10px; }}@media (max-width: 768px) {	.security__intro-inner { flex-direction: column; gap: 50px; }	.security__intro-image { text-align: center; }	.security__intro-text h2 br { display: none; }}@media (max-width: 480px) {	.security__intro { padding: 60px 16px 0; }	.security__intro-text h2 { font-size: 24px; }}


/* Research Hub */
.research-hero {
  background: #0d0d0d;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 120px 0;
}

.research-hero-inner {
  width: 954px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.research-hero-title {
  font-size: 54px;
  font-weight: 700;
  line-height: 60px;
  background: linear-gradient(to right, #dbe46f, #67ebae);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
  margin-bottom: 24px;
}

.research-hero-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  max-width: 406px;
}

.research-hero-image {
  position: relative;
  width: 469px;
  height: 321px;
  border-radius: 75px 0 150px 0;
  overflow: hidden;
  flex-shrink: 0;
}

.research-hero-image img {
  position: absolute;
  width: 161.41%;
  height: 100.05%;
  left: -30.92%;
  top: -0.02%;
  object-fit: cover;
}

.research-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 170px 0 120px;
}

.research-section.bg-white { background: #fff; }
.research-section.bg-light { background: #e9e9e9; }

.research-card {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  width: 1140px;
  position: relative;
}

.research-card .featured-tag {
  position: absolute;
  top: -51px;
  left: 0;
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 20px;
  background: linear-gradient(to bottom, #dbe46f, #67ebae);
  font-size: 12px;
  font-weight: 600;
  color: #0d0d0d;
  white-space: nowrap;
}

.research-image {
  width: 480px;
  min-height: 340px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(152deg, #071822 14.3%, #0a3227 53.6%, #381f06 85.7%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.research-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.research-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  width: 611px;
  flex-shrink: 0;
}

.research-tag {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  padding: 4px 12px;
  border-radius: 4px;
  background: linear-gradient(to bottom, #dbe46f, #67ebae);
  font-size: 10px;
  font-weight: 600;
  color: #0d0d0d;
  letter-spacing: 0.8px;
  white-space: nowrap;
}

.research-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  color: #0d0d0d;
}

.research-excerpt {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #888;
  max-width: 572px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.research-date {
  font-size: 13px;
  font-weight: 400;
  color: #616161;
  white-space: nowrap;
}

.research-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #0d0d0d;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.research-link:hover { text-decoration: underline; }


@media (max-width: 767px) {
  .research-hero {
    padding: 68px 15px;
    flex-direction: column;
    align-items: center;
  }
  .research-hero-inner {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }
  .research-hero-title { font-size: 28px; line-height: 36px; white-space: normal; }
  .research-hero-subtitle { font-size: 15px; line-height: 22px; max-width: 100%; }
  .research-hero-image { width: 100%; max-width: 100%; height: 200px; margin-top: 28px; border-radius: 24px 0 48px 0; }
  .research-section { padding: 76px 15px 68px; }
  .research-card { flex-direction: column; width: 100%; max-width: 100%; gap: 24px; }
  .research-image { width: 100%; max-width: 100%; min-height: 220px; }
  .research-content { width: 100%; }
  .research-title { font-size: 22px; line-height: 32px; }
  .research-tag { font-size: 9px; padding: 4px 10px; }
  .research-excerpt { font-size: 14px; line-height: 22px; -webkit-line-clamp: 5; line-clamp: 5; }
  .research-link { font-size: 13px; }
  .featured-tag { top: -40px; font-size: 10px; padding: 5px 12px; }
}

/* Single Reseach */
.single-research {
    background: #0d0d0d;
}

.single-research .hero {
    border-bottom: 1px solid #2a2a2a;
}

.single-research .hero__container {
    width: 100%;
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
}

.single-research .hero__inner {
    max-width: calc(100% - 360px);
    padding: 56px 0 16px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.single-research .hero__back {
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    color: #ceff86;
    display: inline-block;
    width: fit-content;
    background: linear-gradient(90deg, #dbe46f 0%, #67ebae 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.single-research .hero__back:hover {
    text-decoration: underline;
}

.single-research .hero__badge {
    display: inline-flex;
    align-items: center;
    background: rgba(206,255,134,0.1);
    border-radius: 4px;
    padding: 5px 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 150%;
    text-transform: uppercase;
    color: #ceff86;
    width: fit-content;
}

.single-research .hero__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    color: #fff;
    margin-bottom: 0;
}

.single-research .hero__meta {
    font-weight: 400;
    font-size: 13px;
    color: #616161;
}

.single-research .hero__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.single-research .hero__share-label {
    font-size: 13px;
    color: #616161;
}

.single-research .btn-social {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #232323;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #888;
    cursor: pointer;
    transition: border-color .2s, color .2s;
}

.single-research .btn-social:hover {
    border-color: #ceff86;
    color: #ceff86;
}

.single-research .btn-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #dbe46f 0%, #67ebae 100%);
    border-radius: 6px;
    padding: 12px 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #0d0d0d;
    cursor: pointer;
    transition: opacity .2s;
    white-space: nowrap;
    min-width: 140px;
    width: fit-content;
}

.single-research .btn-download:hover {
    opacity: 0.8;
}

.single-research .inline-cta {
    background: #232323;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.single-research .inline-cta__text {
    flex: 1 0 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.single-research .inline-cta__eyebrow {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: #ceff86;
    letter-spacing: 0.08em;
}
.single-research .inline-cta__title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.single-research .inline-cta__sub {
    font-size: 13px;
    color: #888;
}
.single-research .btn-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #dbe46f 0%, #67ebae 100%);
    border-radius: 8px;
    padding: 12px 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #0d0d0d;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity .2s;
    width: 100%;
}
.single-research .btn-cta:hover {
    opacity: 0.8;
}

.single-research .research-article__container {
    width: 100%;
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
}

.single-research .research-article__inner {
    display: flex;
    gap: 100px;
    align-items: flex-start;
    padding: 64px 0;
    counter-reset: h2-counter;
}

.single-research .article {
    max-width: 100%;
}

.single-research .article > *:first-child {
    margin-top: 0!important;
}

.single-research .article h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: normal;
    color: #fff;
    letter-spacing: -0.02em;
    padding-bottom: 16px;
    border-bottom: 1px solid #2a2a2a;
    margin-top: 51px;
    counter-increment: h2-counter;
}

.single-research .article h2[id] {
    scroll-margin-top: 100px;
}

.single-research .article h2:before {
    content: counter(h2-counter) '.';
    color: #CEFF86;
    font-size: 13px;
    margin-right: 12px;
    transform: translateY(-25%);
}

.single-research .article h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #fff;
    letter-spacing: -0.02em;
    margin-top: 51px;
}

.single-research .article h2 + h3 {
    margin-top: 20px;
}

.single-research .article p {
    color: #888;
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
}

.single-research .article p strong {
    color: #fff;
    font-weight: 700;
}

.single-research .article .title-green {
    font-size: 10px;
    line-height: normal;
    font-weight: 700;
    color: #CEFF86;
    margin-bottom: -10px!important;
}

.single-research .article .title-green strong {
    color: inherit;
}

.single-research .article blockquote {
    background: #1a1a1a;
    border-left: 3px solid rgba(206,255,134,0.15);
    border-radius: 6px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 23px;
    color: #888;
    margin: 20px 0 0 0;
}

.single-research .article blockquote p {
    font-size: 14px;
}

.single-research .article blockquote > *:first-child {
    margin-top: 0!important;
}

.single-research .article .wp-block-table {
    min-width: calc(100% + 40px);
    padding: 0 20px;
    margin-left: -20px;
    overflow-x: auto;
}

.single-research .article table {
    width: 100%;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    overflow: hidden;
    background: #1a1a1a;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 20px;
}

.single-research .article tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}
    
.single-research .article tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.single-research .article th,
.single-research .article td {
    border: 1px solid #262626;
    border-collapse: collapse;
    padding: 10px 14px;
}

.single-research .article th {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 18px;
    color: #CEFF86;
    background: #232323;
}

.single-research .article td {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #888888;
}

.single-research .article code {
    background: #2a2a2a;
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 13px;
    color: #ceff86;
}

.single-research .sidebar {
    width: 320px;
    max-width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: flex-start;
    height: stretch;
}

.single-research .field-guide-card {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.single-research .field-guide-card__eyebrow {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: #ceff86;
}

.single-research .field-guide-card__title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
}

.single-research .field-guide-card__sub {
    font-size: 13px;
    line-height: 20px;
    color: #888;
}

.single-research .field-guide-card__divider {
    height: 1px;
    background: #2a2a2a;
}

.single-research .field-guide-card__url {
    font-size: 11px;
    color: #616161;
}

.sidebar-toc {
    flex-grow: 1;
}

.single-research .toc {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 20px;
    max-width: 188px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: sticky;
    top: 110px;
    max-height: calc(100vh - 160px);
    overflow-y: hiddend;
}

.single-research .toc__label {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: #ceff86;
    letter-spacing: 0.1em;
}

.single-research .toc__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow-y: auto;
}

.single-research .toc__list a {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 140%;
    color: #888888;
    display: block;
}

.single-research .toc__list a:hover,
.single-research .toc__list a.active {
    color: #ceff86;
}

@media (max-width: 767px) {
    .single-research .hero__inner {
        max-width: 100%;
    }
    .single-research .hero__title {
        font-size: 28px;
    }
    .single-research .research-article__inner {
        flex-direction: column-reverse;
        padding: 40px 0;
        grid-gap: 40px;
    }
    .single-research .article h2 {
        font-size: 24px;
    }
    .single-research .article h2[id] {
        scroll-margin-top: 90px;
    }
    .single-research .article h2:before {
        font-size: 10px;
        margin-right: 8px;
    }
    .single-research .article h3 {
        font-size: 16px;
    }
    .single-research .article p {
        font-size: 14px;
    }
    .single-research .sidebar {
        position: static;
        width: 100%;
    }
    .single-research .toc {
        max-width: 100%;
        max-height: 240px;
    }
}

/* QUICK REFERENCE */
.single-research .quick-reference {
  background: #232323;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  padding: 20px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.single-research .quick-reference__text {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 400px;
  max-width: 100%;
}
.single-research .quick-reference__eyebrow {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 10px;
  color: #ceff86;
  letter-spacing: 0.08em;
  min-width: 400px
}
.single-research .quick-reference__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
.single-research .quick-reference__sub {
  font-size: 13px;
  line-height: 140%;
  color: #888;
}
.single-research .quick-reference .btn-cta {
  width: auto!important;
  min-width: 180px;
  flex-grow: 1;
}
.single-research .btn-cta:hover {
  opacity: 0.8;
}

/* THRESHOLDS */
.single-research .thresholds {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}
.single-research .threshold-label {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: #ceff86;
    letter-spacing: 0.08em;
}
.single-research .threshold-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.single-research .threshold-row__score {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 40px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  flex-shrink: 0;
  color: #0D0D0D;
  background: linear-gradient(180deg, #dbe46f 0%, #67ebae 100%);
  border-radius: 4px;
}
.single-research .threshold-row__yellow .threshold-row__score {
  color: #FFCC33;
  background: rgba(255, 204, 51, 0.15);
  height: 26px;
  justify-content: flex-start;
  padding: 0 10px;
}
.single-research .threshold-row__red .threshold-row__score {
  color: #FF6666;
  background: rgba(255, 102, 102, 0.15);
  height: 26px;
  justify-content: flex-start;
  padding: 0 10px;
}
.single-research .threshold-row__desc {
  font-size: 14px;
  line-height: 22px;
  color: #888;
}