

[data-md-color-primary=indigo] {
    --md-primary-fg-color: #d500f9;
    --md-primary-fg-color--light: #5d6cc0;
    --md-primary-fg-color--dark: #d500f9;
    --md-primary-bg-color: #fff;
    --md-primary-bg-color--light: #ffffffb3;
    --ui-lib-size: 4;
    --ui-lib-size-defaulted: var(--ui-lib-size, 6);
    --ui-lib-size-defaulted-xsmall: calc(max(0, 1 - (var(--ui-lib-size-defaulted) - 2) * (var(--ui-lib-size-defaulted) - 2)));
    --ui-lib-size-defaulted-small: calc(max(0, 1 - (var(--ui-lib-size-defaulted) - 3) * (var(--ui-lib-size-defaulted) - 3)));
    --ui-lib-size-defaulted-medium: calc(max(0, 1 - (var(--ui-lib-size-defaulted) - 4) * (var(--ui-lib-size-defaulted) - 4)));
    --ui-lib-size-defaulted-large: calc(max(0, 1 - (var(--ui-lib-size-defaulted) - 5) * (var(--ui-lib-size-defaulted) - 5)));
    --ui-lib-size-defaulted-xlarge: calc(max(0, 1 - (var(--ui-lib-size-defaulted) - 6) * (var(--ui-lib-size-defaulted) - 6)));
    --ui-lib-size-defaulted-xxlarge: calc(max(0, 1 - (var(--ui-lib-size-defaulted) - 7) * (var(--ui-lib-size-defaulted) - 7)));
}


/* Фон заголовка для светлой темы */
[data-md-color-scheme="default"] .md-header{
    background-color: #0a0e12; /* синий */
}

.md-tabs {
    border-top: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
    background-color:  #0a0e12!important;
    overflow: visible;
    position: relative;
}

.md-tabs__list--dropdowns{
    display: flex;
    gap: 0.25rem;
    overflow: visible;
    justify-content: center;
    contain: none !important;
}

.md-tabs .md-grid{
    max-width: 100%;
    width: min(1320px, 92vw);
    margin: 0 auto;
}

.md-tabs__item--has-dropdown{
    position: relative;
    overflow: visible;
}

.md-tabs__link{
    opacity: 1;
    transition: 0.2s ease all;
}

.md-tabs__link:hover{
    color: var(--brand-text)!important;
}

.md-tabs__link--toggle{
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.md-tabs__caret{
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid currentColor;
    opacity: 0.6;
}

.md-tabs__dropdown{
    display: none;
    list-style: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    background: #1f1f1f;
    border-radius: 18px;
    padding: 10px 8px;
    box-shadow: 0 2px 4px #00000066;
    min-width: 180px;
    z-index: 1000;
    border: 1px solid rgba(255,255,255,0.06);
}

.md-tabs__list--dropdowns > .md-tabs__item--has-dropdown:nth-last-child(-n+3) .md-tabs__dropdown{
    left: auto;
    right: 0;
}
.md-tabs__dropdown::before{
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 12px; /* bridge hover gap */
}

.md-tabs__dropdown-item a{
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 10px;
    align-items: center;
    padding: 12px 14px;
    text-decoration: none;
    border-radius: 12px;
    font-size: 0.7rem;
    opacity: .7;
}

.md-tabs__dropdown-item--active a{
    opacity: 1;
}

.md-tabs__dropdown-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.md-tabs__dropdown-icon svg{
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.md-tabs__dropdown-text{
    display: inline-flex;
    align-items: center;
}

.md-tabs__dropdown-item a:hover{
    opacity: 1;
    background: rgba(255,255,255,0.04);
}

.md-tabs__item--has-dropdown:hover .md-tabs__dropdown,
.md-tabs__item--has-dropdown:focus-within .md-tabs__dropdown,
.md-tabs__dropdown:hover{
    display: block;
}

[data-md-color-scheme="slate"] .md-header {
    background-color: #0a0e12;
}

/* General */
.md-typeset h1 {
    font-weight: 700; /* или 800 */
}

.md-main__inner, .md-header__inner, .md-fer-meta__inner {
    width: 100%!important;
    max-width: 100%!important;
}
.md-st-content{
    padding: 3rem 2rem;
}
.md-content__inner{
    position: relative;
}

    /* Table */
.md-typeset__table{
    width: 100%;
}
table{
    width: 100%;
}
thead{
    background: #23242a;
}
.md-typeset table:not([class]){
    display: table;
}
.md-typeset table:not([class]) td {
    padding: .5375em 0.75em;
    vertical-align: top;
}
.md-typeset table tr td:first-child{
    font-weight: 800;
}


.md-ellipsis{
    display: flex;
    align-items: center;
}

.badge {
    border-radius: 6px;
    font-size: 10px;
    padding: 3px 4px;
    font-weight: 800;
    margin-right: 5px;
    line-height: 12px;
    width: 44px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.get{
    /*background: #28ca28;*/
    border:2px solid #28ca28;
    /*color: #ffffff;*/
}
.post{
    /*background: #f1760d;*/
    border:2px solid #f1760d;
    /*color: #ffffff;*/
}
.put{
    /*background: #0da1f1;*/
    border:2px solid #0da1f1;
    /*color: #ffffff;*/
}
.del{
    /*background: #ec563c;*/
    border:2px solid #ec563c;
    /*color: #ffffff;*/
}

/* LANDING PAGE */
.hero {
}

.mdx-hero {
    width: 100%;
    min-height: 80vh;
    height: calc(100vh - 180px);
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 1rem;
}
.mdx-hero__content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    --ui-lib-promo-key-cta-gradient: linear-gradient(90deg, #00bce6, #2962ff 50.31%, #d500f9);
}
.mdx-hero__content h1{
    font-size: 6rem;
    line-height: 1em;
    margin-bottom:0;
    background-size: 100%;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.mdx-hero__content h3 {
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    font-feature-settings: "tnum" on, "lnum" on;
    --ui-lib-typography-line-height: 2.4rem;
    line-height: var(--ui-lib-typography-line-height);
    --ui-lib-typography-font-size: 1.8rem;
    font-size: var(--ui-lib-typography-font-size);
    font-style: normal;
    font-weight: 400;
    margin: 0.6em 0 .8em;
}
.mdx-hero__image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: calc(100vw - 2.4rem);
    min-height: 80vh;
    height: calc(100vh - 40px);
    position: absolute;
    top: 1rem;
    left: 0;
    z-index: -1;
}

.md-typeset .md-button--primary{}

.gradient-text{
    background-clip: text;
    background-image: linear-gradient(90deg, #00bce6, #2962ff 50.31%, #d500f9);
    -webkit-text-fill-color: #0000;
    -webkit-background-clip: text;
}
.md-typeset h1.standart-text{
    color: var(--md-default-text-color);
}


.button {
    position: relative;
    align-items: center;
    box-sizing: border-box;
    color: var(--app-color)!important;
    display: inline-flex;
    justify-content: center;
    padding-bottom: 0.5rem;
    padding-left: 1.4rem;
    padding-right: 1.8rem;
    padding-top: 0.5rem;
    border-radius: 8px;
    font-weight: 600;
    overflow: hidden;
}

.button:hover{
    cursor: pointer;
}

.button-outline {
    align-items: center;
    border-color: var(--md-default-text-color);
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: var(--md-default-text-color)!important;
    display: inline-flex;
    justify-content: center;
    max-width: 100%;
    padding-bottom: 0.5rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    padding-top: 0.5rem;
    border-radius: 8px;
}

.button-outline:hover{
    cursor: pointer;
}

.button-solid {
    align-items: center;
    background: var(--md-default-text-color);
    box-sizing: border-box;
    color: var(--md-default-bg-color)!important;
    display: inline-flex;
    justify-content: center;
    max-width: 100%;
    padding-bottom: 0.5rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    padding-top: 0.5rem;
     border-radius: 4px;
    /*transition: var(--ui-lib-squareButton-transition);*/
}

.button-gradient {
    z-index: 1;
    color: white !important;
    font-size: 0.7rem;
}

.button-gradient:after{
    background: linear-gradient(75deg, #00bce6, #2962ff 50.31%, #d500f9);
    bottom: 0;
    contain: strict;
    content: "";
    flex: 0 0 auto;
    left: -2px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    --ui-lib-slash-button-content-after-translate: calc(var(--ui-lib-size-defaulted-xsmall) * -5.3px + var(--ui-lib-size-defaulted-small) * -6px + var(--ui-lib-size-defaulted-medium) * -6px + var(--ui-lib-size-defaulted-large) * -7.2px + var(--ui-lib-size-defaulted-xlarge) * -7.8px + var(--ui-lib-size-defaulted-xxlarge) * -15.3px);
    --ui-lib-slash-button-content-after-skew: calc(var(--ui-lib-size-defaulted-xsmall) * -22deg + var(--ui-lib-size-defaulted-small) * -22deg + var(--ui-lib-size-defaulted-medium) * -22deg + var(--ui-lib-size-defaulted-large) * -22deg + var(--ui-lib-size-defaulted-xlarge) * -23deg + var(--ui-lib-size-defaulted-xxlarge) * -23deg);
    border-bottom-right-radius: calc(var(--ui-lib-size-defaulted-xsmall) * 3px + var(--ui-lib-size-defaulted-small) * 4px + var(--ui-lib-size-defaulted-medium) * 4.5px + var(--ui-lib-size-defaulted-large) * 7.2px + var(--ui-lib-size-defaulted-xlarge) * 6.7px + var(--ui-lib-size-defaulted-xxlarge) * 9.7px);
    border-top-right-radius: calc(var(--ui-lib-size-defaulted-xsmall) * 6px + var(--ui-lib-size-defaulted-small) * 9px + var(--ui-lib-size-defaulted-medium) * 11.5px + var(--ui-lib-size-defaulted-large) * 12.6px + var(--ui-lib-size-defaulted-xlarge) * 16.1px + var(--ui-lib-size-defaulted-xxlarge) * 22.5px);
    transform: translate(var(--ui-lib-slash-button-content-after-translate)) skew(var(--ui-lib-slash-button-content-after-skew));
}

/* .card {
    border: 1px solid #2e2e2e;
    border-radius: 24px;
    margin-inline: 0;
    padding: 40px;
} */

.card-full {
    flex-direction: row;
    grid-column: 1 / 4;
}

.card-with-art .content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 24px;
}

.card-with-art .art{
    justify-self: end;
}

.card h3 {
    font-size: 1.3rem!important;
    color: var(--md-default-text-color);
    font-weight: 800;
    margin: unset;
}

.card__list{
    margin: 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.4rem;
}

.card__list li{
    font-size: .8rem;
    line-height: 1.6;
    margin: unset;
    color: var(--brand-text-muted);
}

.cardsBlock {
    display: grid;
    gap: 32px;
}
@media (min-width: 1280px) {
    .cardsBlock {
        grid-template-columns: repeat(3, 1fr);
        margin-inline: auto;
    }
    .cardsBlock--home{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .card-with-art .content {
        flex-direction: column;
        align-items: flex-start;
    }
}

.content-block {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding: 3rem 2rem;
}
.content-block h1 {
    font-size: 4rem;
    color: var(--md-default-text-color);
    margin: 0 0 0.5em;
}

.container-flex-border {
    background: linear-gradient(308deg, #fff3, #0000 10.12%), linear-gradient(139deg, #fff3 1%, #0000 15.27%), #0a0e12;
    border-radius: 24px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    padding: 2.4rem 2rem;
    width: 90vw;
}
.container-flex-border:before {
    background: linear-gradient(to left top, #5e5e5e, #0000 45%, #0000 55%, #5e5e5e);
    border-radius: 24px;
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: exclude;
    mask-composite: exclude;
    padding: 1px;
    pointer-events: none;
    position: absolute;
}

footer {
    border-top: 1px solid #2e2e2e;
}


.footer-contacts{
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.footer-contact-item a{
    color: inherit;
    text-decoration: none;
}

.footer-contact-item a:hover{
    text-decoration: underline;
}

footer .md-footer-meta__inner {
    border-top: 1px solid #2e2e2e;
    max-width: 100%;
    width: 100%;
}

.footer-socials{
    width: 340px;
    max-width: 100%;
    margin: 1rem !important;
    padding: 12px 0 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-socials h2{
    margin: unset!important;
}

.footer-socials .md-social__link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}

.footer-socials .md-social{
    gap: 12px;
}

.footer__social, .footer-contacts, .md-copyright__highlight{
    padding: 0 10px;
}

.footer-socials svg {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.image-border{
    display: flex;
    justify-content: center;
    --ui-lib-promo-key-cta-gradient: var(--color-gradient-brand);
}

.image-border img {
    width: 90%;
    border-radius: 16px;
    padding: 3px;
    background: var(--color-gradient-brand);
    /*-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);*/
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.about-platform-box{
    color: #ffffff;
}

/* Web terminal */
.web-platform-block > .card{
    width: 80%;
}

.web-platform-block .image-border{
    margin: 0 0 40px;
}

/* Web terminal */
.md-search__form{
    border-radius: 4px;
    border: 1px solid var(--app-border);
}

.mobile-platform-block{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    .mobile-platform-title{
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .mobile-platform-image{
        grid-column-start: 1;
        grid-column-end: 2;
        justify-content: center;
        img {
            width: 300px;
        }
    }
    .mobile-platform-content{
        grid-column-start: 2;
        grid-column-end: 4;
    }
}



/* Mobile Scheme */
@media (min-width: 600px) {
    .web-platform-block > .card{
        width: 96%;
    }
}

/* About Us slider */
.our-life{
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
}

.our-life__title{
    text-align: center;
}

.our-life__slider{
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 3.5rem;
    min-height: 430px;
}

.our-life__track{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    gap: 60px;
    padding: 0 40px;
    animation: our-life-marquee 30s linear infinite;
    will-change: transform;
    width: max-content;
}

.our-life__slider:hover .our-life__track,
.our-life__track:hover{
    animation-play-state: paused;
}

.our-life__slide{
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.our-life__slide .cardUsername{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}

.our-life__slide .cardPicture{
    max-width: unset;
    height: 360px;
    width: auto;
}

@keyframes our-life-marquee{
    0% { transform: translateX(0); }
    100% { transform: translateX(var(--carousel-full-width)); }
}

/* Facts (About Us) */

.about-facts__title svg{
    height: auto;
    margin-right: 8px;
}

.about-facts__wrapper{
    width: 100%;
    grid-gap: 1.2rem 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.about-facts__value{
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 1.6rem;
    font-weight: 700;
    justify-content: center;
}

.about-facts__value span{
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-facts__value p{
    margin: unset;
}

.about-facts__text{
    margin: 0.4rem 0 0;
    color: #a8adba;
    line-height: 1.45;
}

/* About Us cards */
.about-cards__title {
    font-size: 2rem;
    font-weight: 700;
}

.about-card__title {
    font-size: 1rem;
    font-weight: 700;
}

.about-cards__subtitle{
    font-size: 1.1rem;
}

.about-cards__text{
    color: var(--brand-text-muted);
}

.about-card__text{
    color: var(--brand-text-muted);
}

.about-cards__grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
    width: 100%;
}

.about-card{
    padding: 0.8rem;
    border: 1px solid #2e2e2e;
    border-radius: 16px;
    text-align: center;
}

.about-card__icon{
    width: 52px;
    height: 52px;
    color: #e2e4e9d1;
    fill: #e2e4e9d1;
}

.about-card__icon--light{
    display: none;
}

/* Leaders */
.about-leaders__grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem 1.5rem;
    justify-items: center;
}
.about-leaders__grid--top{
    display: flex;
    justify-content: center;
}
.about-leaders__grid--bottom{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem 1.5rem;
    justify-content: center;
    width: 100%;
}

.about-leader{
    background: #0b0e14;
    border: 1px solid #1f222d;
    border-radius: 20px;
    padding: 1.2rem 1rem 1.4rem;
    max-width: 360px;
    width: 100%;
    box-shadow: 0 12px 40px rgba(0,0,0,0.35);
}

.about-leader__photo{
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    background: #0b0e14;
    margin-bottom: 0.8rem;
    aspect-ratio: 3 / 4;
    display: flex;
}
.about-leader__photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-leader__name{
    font-weight: 800;
    margin: 0 0 0.25rem;
    font-size: 1.05rem;
}

.about-leader__role{
    color: #a8adba;
    margin: 0;
    font-size: 0.9rem;
}

.about-leaders__title {
    font-size: 2rem;
    font-weight: 700;
}

.mission__text {
    font-size: .8rem;
    line-height: 1.6;
    margin: unset;
}

/* CTA */
.about-cta{
    width: 100%;
    padding: 2rem 1.5rem;
    border: 1px solid #1f222d;
    border-radius: 20px;
    background: linear-gradient(120deg, rgba(0,188,230,0.14), rgba(213,0,249,0.12));
    overflow: hidden;
}

.about-leaders__subtitle{
    font-size: 1.1rem;
    margin: unset;
}

.about-cta__content{
    text-align: center;
}

.about-cta__title{
    font-size: clamp(1.4rem, 3vw, 2rem);
}

.about-cta__text{
    color: #cfd4e2;
}

.about-cta__images{
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    align-items: center;
    justify-items: center;
    margin-bottom: -39%;
}

.about-cta__images img{
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.about-cta__image:first-child img{
    position: absolute;
    left: -66%;
    top: 10%;
    width: 100%;
}

@media (max-width: 767px) {
    .about-cta__images{
        margin-bottom: -135%;
    }
    .about-cta__images img[data-hide-mobile="true"]{
        display: none;
    }
}

.contact-button{
    margin: 0 auto;
    padding-bottom: 9px;
    padding-top: 9px;
    font-weight: 600;
}

#root_contact{
    margin-left: 1.4rem;
    font-size: 0.8rem;
}

/* Missions */
.mission{
    padding: 2rem 0;
}

.mission__title{
    font-size: 2rem;
}

.mission__title,
.mission__subtitle{
    text-align: left;
    width: 100%;
}
.mission__intro{
    width: 100%;
    display: grid;
    text-align: left;
    gap: 0.75rem;
}
.mission__intro p{
    margin: unset;
}
.mission__principle{
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 1.25rem;
    width: 100%;
    background: #0b0e14;
    border: 1px solid #1f222d;
    border-radius: 20px;
    padding: 1.2rem 1rem 1.4rem;
    width: 100%;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    text-align: left;
}
[data-md-color-scheme="default"] .mission__principle{
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 1.4px rgba(255, 255, 255, 0.2);
}
.mission__counter{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.mission__counter{
    font-size: 2rem;
    font-weight: 700;
}
.mission__principle-title{
    font-size: 2rem;
}
.mission__body{
    display: grid;
    gap: 0.75rem;
}
.mission__desc{
    display: grid;
    gap: 0.4rem;
}
.mission__list{
    margin: 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.4rem;
}
@media (max-width: 768px) {
    .mission__principle{
        grid-template-columns: 1fr;
    }
    .mission__counter{
        justify-content: flex-start;
    }
}

/* Technology Stack */

.tech-stack__grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 1rem;
    margin-top: 0.5rem;
}

.tech-card{
    border: 1px solid #2e2e2e;
    border-radius: 18px;
    padding: 1.4rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    align-items: start;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

.tech-card__icon{
    align-self: center;
    width: auto;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-card__icon svg,
.tech-card__icon img{
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.tech-card__icon .techLogosFill{
    fill: currentColor;
}

.tech-card__icon--text{
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.tech-card__icon--nats{
    font-weight: 800;
    font-size: 1.1rem;
    color: #4ade80;
}

.tech-card__content{
    display: grid;
    margin-top: 12px;
    text-align: center;
}

.tech-card__title{
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #f5f6f9;
    text-transform: capitalize;
}

@media (max-width: 768px) {
    .tech-card__icon{
        width: auto;
        height: 120px;
    }
}

#root_career{
    margin: 3rem auto;
    width: min(1280px, calc(100% - 2rem));
}

/* Blog */

:root {
    --color-blog-text: #dfe4f2;
    --color-blog-tab-muted: #9aa4b8;
    --color-blog-tab-active: #f5f6f9;
    --color-blog-tab-divider: rgba(255,255,255,0.12);
}

.blog-container{
    width: min(1280px, calc(100% - 2rem));
    margin: 3rem auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.blog-hero{
    padding: 2rem 0 1rem;
}

.blog-kicker{
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9aa4b8;
    margin: 0 0 0.2rem;
    font-size: 0.85rem;
}

.blog-subtitle{
    margin: 0.4rem 0 0;
    max-width: 780px;
    color: #cfd4e2;
}

.blog-controls{
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    width: 100%;
}

.blog-tabs::-webkit-scrollbar{
    display: none;
}

.blog-tab:hover{
    color: var(--color-blog-tab-active);
}

.blog-tab.is-active{
    color: var(--color-blog-tab-active);
}

.blog-tab.is-active::after{
    background: var(--color-blog-tab-active);
}

.blog-filter label,
.blog-search label{
    display: block;
    color: #9aa4b8;
    margin: 0 0 0.25rem;
    font-size: 0.9rem;
}

.blog-select select,
.blog-search input{
    width: 100%;
    font-size: .7rem;
    padding: 0.7rem 0.9rem;
    border-radius: 12px;
    border: 1px solid #2e2e2e;
    background: #0f131e;
    color: #f5f6f9;
}

.blog-grid{
    display: grid;
    gap: 36px;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.blog-card{
    background: #05060b;
    border: 1px solid #111726;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 22px 55px rgba(0,0,0,0.52);
    cursor: pointer;
}

.blog-card--featured{
    grid-column: span 2;
}

.blog-card--featured .blog-card__subtitle {
    font-size: .8rem;
}

.blog-card__image{
    display: block;
    overflow: hidden;
}

.blog-card__image-inner{
    height: 320px;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
}

.blog-card--featured .blog-card__image-inner{
    height: 440px;
}

.blog-card__image:hover .blog-card__image-inner,
.blog-card:hover .blog-card__image-inner{
    transform: scale(1.02);
}

.blog-card__body{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    background: linear-gradient(180deg, rgba(10,12,18,0.96), #0b1018 68%);
    flex: 1;
}

.blog-card__meta-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
}

.blog-card__chips{
    display: none;
}

.blog-chip{
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 0.72rem;
    color: #cfd4e2;
}

.blog-card__date{
    color: #8d92a3;
    font-size: 0.8rem;
}

.blog-card__title{
    margin: 0;
    font-size: .8rem;
    line-height: 1.4;
    font-weight: 600;
}

.blog-card--featured .blog-card__title{
    font-size: 1.1rem;
}

.blog-card__title a{
    color: #f5f6f9;
    text-decoration: none;
}

.blog-card__subtitle{
    font-size: 0.7rem;
    margin: auto 0;
    color: #cdd2dd;
    line-height: 1.6;
}

.blog-card__footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #c3c7d2;
}

.blog-card__read{
    color: inherit;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.blog-card__actions{
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.blog-icon-button{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
    background: transparent;
    color: #c3c7d2;
    padding: 4px;
    border-radius: 10px;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
    text-decoration: none;
}

.blog-icon-button svg{
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.blog-icon-button:hover{
    color: #ffffff;
    background: rgba(255,255,255,0.04);
}

.blog-icon-button--copied{
    color: #6ce1c9;
    background: rgba(108,225,201,0.14);
}

.blog-post, .blog-post__content{
    width: min(1320px, 92vw);
    margin: 3.5rem auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.blog-post__content{
    margin-top: unset;
}

.blog-post__content img{
    border: none;
    border-radius: 20px;
    width: 75%;
    justify-self: center;
    display: block;
}

.blog-post__hero-header{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.blog-post__hero h1{
    margin: 0.2rem 0;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    text-align: center;
    text-wrap-style: balance;
}

.blog-post__meta{
    display: flex;
    gap: 10px;
    align-items: center;
    color: #cfd4e2;
    font-size: 0.95rem;
}

.blog-post__actions{
    display: flex;
    gap: 10px;
    margin-top: 0.8rem;
    flex-wrap: wrap;
}

.blog-post__content .md-typeset{
    color: var(--color-blog-text);
}

.blog-post__content h1{
    margin: 0.2rem 0;
    font-size: clamp(2rem, 3.4vw, 3.25rem);
    font-weight: 600;
    text-wrap-style: balance;
    letter-spacing: 0;
    line-height: 100%;
    text-align: center;
    color: var(--color-text-white) !important;
}

@media (max-width: 900px){
    .blog-card--featured{
        grid-column: span 1;
    }
    .blog-card__image-inner{
        height: 220px;
    }
    .blog-card__meta-row{
        flex-direction: column;
        align-items: flex-start;
    }
    .blog-post__meta{
        flex-wrap: wrap;
    }
}

@media (max-width: 700px){
    .blog-tabs{
        gap: 1.4rem;
        margin-bottom: 1.6rem;
    }

    .blog-tab{
        font-size: 0.9rem;
    }
}

/* Light theme overrides */
[data-md-color-scheme="default"] .about-leader{
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 1.4px rgba(255, 255, 255, 0.2);
}

[data-md-color-scheme="default"] .about-cta__text{
    color: #000000;
}

[data-md-color-scheme="default"] .footer-title{
    color: #ffffff;
}

[data-md-color-scheme="default"] .tech-card{
    box-shadow: none;
}

[data-md-color-scheme="default"] .tech-card__title{
    color: #000000;
}

.tech-icon--light{
    display: none;
}

[data-md-color-scheme="default"] .tech-icon--dark{
    display: none;
}

[data-md-color-scheme="default"] .tech-icon--light{
    display: block;
}

[data-md-color-scheme="default"] .about-facts__text{
    color: #000000;
}

[data-md-color-scheme="default"] .mission__text{
    color: #000000;
}

[data-md-color-scheme="default"] .blog-card__title{
    color: #ffffff;
}

[data-md-color-scheme="default"] .vacancy-accordion__content,
[data-md-color-scheme="default"] [class^="vacancy-accordion__content_"]{
    color: #ffffff;
}

[data-md-color-scheme="default"] .blog-post__meta,
[data-md-color-scheme="default"] .blog-icon-button,
[data-md-color-scheme="default"] .blog-post__content .md-typeset{
    color: #000000;
}

body[data-md-color-scheme="default"]{
    --color-blog-tab-muted: #6b7280;
    --color-blog-tab-active: #0f172a;
    --color-blog-tab-divider: rgba(15,23,42,0.16);
}

[data-md-color-scheme="default"] .about-card__icon--dark{
    display: none;
}

[data-md-color-scheme="default"] .about-card__icon--light{
    display: inline-block;
}

.md-typeset table {
    color: var(--md-default-fg-color);
}

.md-typeset table th,
.md-typeset table td {
    background-color: var(--md-default-bg-color);
}

[data-md-color-scheme="slate"] .md-typeset table th,
[data-md-color-scheme="slate"] .md-typeset table td {
    color: var(--md-default-fg-color);
    background-color: var(--md-default-bg-color);
}

.md-search__output {
    z-index: 5;
}

.crm-hero .mdx-hero__content{
    min-height: 80vh;
    height: calc(100vh - 90px);
    gap: 1.6em;
}

.our-life__title {
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
}

.our-life__title--career{
    font-weight: 700;
    font-size: 6rem;
    line-height: 100%;
    text-align: center;
}

.about-facts__title{
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.copyright__logo {
    display: block;
}

.copyright__logo img{
    display: block;
    height: 1.2rem;
    width: auto;
}

.copyright__logo-additional{
    display: block;
    margin: 1rem 0;
}

.copyright__logo-additional img{
    height: auto;
    max-width: 220px;
    width: 100%;
}

body[data-md-color-scheme="default"] .copyright__logo img{
    filter: invert(1);
}

.copyright__logo {
    margin-bottom: 1rem;
}