.a-ai-page {
    background: #1A2331;
    color: #FFFFFF;
}

.a-hero {
    position: relative;
    min-height: 627px;
    overflow: hidden;
    background: #1A2331;
}

.a-hero__video, .a-hero__overlay, .a-hero__fade {
    position: absolute;
    inset: 0;
}

.a-hero__video {
    width: 100%;
    height: 100%;
    background: #1A2331;
}

.a-hero__video-item, .a-hero__video-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 1800ms ease;
    transition: opacity 1800ms ease;
}

.a-hero__video-item {
    -o-object-fit: cover;
    object-fit: cover;
}

.a-hero__video-placeholder {
    background-position: center;
    background-size: cover;
}

.a-hero__video-item.is-active {
    opacity: 1;
}

.a-hero__video-placeholder.is-hidden {
    opacity: 0;
}

.a-hero__overlay {
    background: rgba(0, 0, 0, 0.5);
}

.a-hero__fade {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(26, 35, 49, 0)), to(#1A2331));
    background: linear-gradient(180deg, rgba(26, 35, 49, 0) 55%, #1A2331 100%);
}

.a-hero__content {
    position: relative;
    z-index: 1;
    width: min(100% - 32px, 860px);
    margin: 0 auto;
    padding-top: 150px;
    text-align: center;
}

.a-hero__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    margin: 0;
    color: #FFFFFF;
    line-height: 1;
    letter-spacing: 0;
    -webkit-animation: a-hero-title-in 0.85s ease-out both;
    animation: a-hero-title-in 0.85s ease-out both;
}

.a-hero__brand {
    font-size: 88px;
    font-weight: 700;
}

.a-hero__plus {
    margin-top: 11px;
    font-size: 68px;
    font-weight: 300;
}

.a-hero__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 108px;
    height: 110px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.a-hero__icon svg {
    width: 100%;
    height: 100%;
}

.a-hero__lead {
    margin: 31px 0 0;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0;
}

.a-hero__text {
    max-width: 804px;
    margin: 18px auto 0;
    color: white;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 0;
    -webkit-animation: a-hero-fade-in 0.8s ease-out 0.18s both;
    animation: a-hero-fade-in 0.8s ease-out 0.18s both;
}

.a-hero__link {
    border-bottom: 2px solid transparent;
    -o-border-image: linear-gradient(119deg, #F99E00 -5.1%, #FF3473 58.68%, #8717FF 122.46%) 1;
    border-image: linear-gradient(119deg, #F99E00 -5.1%, #FF3473 58.68%, #8717FF 122.46%) 1;
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.25s ease, text-shadow 0.25s ease;
    transition: color 0.25s ease, text-shadow 0.25s ease;
}

.a-hero__link:hover, .a-hero__link:focus-visible {
    color: #FFFFFF;
    text-shadow: 0 0 18px rgba(255, 52, 115, 0.45);
}

.a-hero__link:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: 4px;
}

.a-hero-screen {
    background: #1A2331;
    padding: 0;
    margin-top: -180px;
    overflow: hidden;
}

.a-hero-screen__inner {
    width: min(100% - 32px, 1120px);
    margin: 0 auto;
    text-align: center;
}

.a-hero-screen__media {
    --a-hero-screen-tilt: 16deg;
    --a-hero-screen-scale: 0.92;
    position: relative;
    width: min(100%, 1058px);
    margin: 0 auto;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    isolation: isolate;
}

.a-hero-screen__img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 12px;
    -webkit-box-shadow: 6px 6px 90px rgba(0, 0, 0, 0.48);
    box-shadow: 6px 6px 90px rgba(0, 0, 0, 0.48);
    -webkit-transform: rotateX(var(--a-hero-screen-tilt)) scale(var(--a-hero-screen-scale));
    transform: rotateX(var(--a-hero-screen-tilt)) scale(var(--a-hero-screen-scale));
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: -webkit-transform 0.12s linear;
    transition: -webkit-transform 0.12s linear;
    transition: transform 0.12s linear;
    transition: transform 0.12s linear, -webkit-transform 0.12s linear;
    will-change: transform;
}

.a-hero-screen__button {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 54px;
    margin-top: 34px;
    padding: 0 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    border-radius: 6px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.a-hero-screen__button::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(119deg, #F99E00 0%, #FF3473 50%, #8717FF 100%);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.a-hero-screen__button::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(119deg, #F99E00 0%, #FF3473 50%, #8717FF 100%);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.a-hero-screen__button:hover, .a-hero-screen__button:focus-visible {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.a-hero-screen__button:hover::after, .a-hero-screen__button:focus-visible::after {
    opacity: 1;
}

.a-hero-screen__button:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
    .a-hero__title, .a-hero__text {
        -webkit-animation: none;
        animation: none;
    }

    .a-hero-screen__media {
        --a-hero-screen-tilt: 0deg;
        --a-hero-screen-scale: 1;
    }

    .a-hero-screen__img {
        -webkit-transition: none;
        transition: none;
    }
}

@-webkit-keyframes a-hero-title-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(-18px);
        transform: translateY(-18px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes a-hero-title-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(-18px);
        transform: translateY(-18px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes a-hero-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes a-hero-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.a-hero-statements {
    background: #1A2331;
    padding: 86px 0 0;
}

.a-hero-statements__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    width: min(100% - 32px, 1120px);
    margin: 0 auto;
    text-align: left;
}

.a-hero-statements__item {
    position: relative;
    margin: 0;
    padding-left: 24px;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 0;
}

.a-hero-statements__item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    border-radius: 2px;
    background: #FF3473;
}

.a-cases {
    background: #1A2331;
    padding: 80px 0 120px;
}

.a-cases__inner {
    width: min(100% - 32px, 1120px);
    margin: 0 auto;
}

.a-cases__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.a-cases__card-glow {
    position: relative;
    border-radius: 12px;
    isolation: isolate;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.a-cases__card-glow::after {
    content: "";
    position: absolute;
    inset: -20px;
    border-radius: 28px;
    background: conic-gradient(from var(--a-card-grad-angle), transparent 0deg, transparent 210deg, rgba(249, 158, 0, 0.34) 255deg, rgba(255, 52, 115, 0.42) 285deg, rgba(135, 23, 255, 0.34) 320deg, transparent 1turn);
    -webkit-filter: blur(24px);
    filter: blur(24px);
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    -webkit-transition: inset 0.25s ease, opacity 0.3s ease, -webkit-filter 0.25s ease;
    transition: inset 0.25s ease, opacity 0.3s ease, -webkit-filter 0.25s ease;
    transition: filter 0.25s ease, inset 0.25s ease, opacity 0.3s ease;
    transition: filter 0.25s ease, inset 0.25s ease, opacity 0.3s ease, -webkit-filter 0.25s ease;
}

.a-cases__card {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 260px;
    padding: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #293446;
    color: #FFFFFF;
    cursor: pointer;
    font-family: inherit;
    overflow: hidden;
    text-align: left;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.a-cases__card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(119deg, #F99E00 0%, #FF3473 28%, #8717FF 52%, #FF3473 76%, #F99E00 100%);
    background-size: 300% 300%;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.a-cases__card-glow:has(.a-cases__card.is-active) {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.a-cases__card-glow:has(.a-cases__card.is-active)::after {
    opacity: 1;
    -webkit-animation: a-card-grad-rotate 6s linear infinite;
    animation: a-card-grad-rotate 6s linear infinite;
}

.a-cases__card-glow:hover .a-cases__card::before, .a-cases__card-glow:focus-within .a-cases__card::before, .a-cases__card-glow:has(.a-cases__card.is-active) .a-cases__card::before {
    opacity: 1;
    -webkit-animation: a-card-border-flow 2.8s linear infinite;
    animation: a-card-border-flow 2.8s linear infinite;
}

.a-cases__card-glow:hover, .a-cases__card-glow:focus-within {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.a-cases__card:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: 4px;
}

.a-cases__card-title {
    position: relative;
    z-index: 1;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    opacity: 0.92;
}

.a-cases__scheme-wrap {
    margin-top: 48px;
    min-height: 320px;
}

.a-cases__scheme {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
    transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
    transition: opacity 0.45s ease, transform 0.45s ease;
    transition: opacity 0.45s ease, transform 0.45s ease, -webkit-transform 0.45s ease;
}

.a-cases__scheme.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.a-cases__scheme-img {
    width: 100%;
    height: auto;
}

.a-case-notes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 28px;
    margin-top: 32px;
    padding: 24px;
    border-radius: 12px;
    background: #293446;
}

.a-case-notes__item {
    min-width: 0;
}

.a-case-notes__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.a-case-notes__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    color: #FFFFFF;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

.a-case-notes__title {
    margin: 0;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0;
}

.a-case-notes__title::after {
    content: "";
    display: block;
    width: 52px;
    height: 1px;
    margin-top: 16px;
    background: linear-gradient(119deg, #F99E00 -5.1%, #FF3473 58.68%, #8717FF 122.46%);
}

.a-case-notes__text {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
}

.a-mcp-section {
    background: #1A2331;
    padding: 0 0 96px;
}

.a-mcp-section_what {
    padding-top: 64px;
    background: #0b121f;
}

.a-mcp-section_loginom {
    background: #0b121f;
}

.a-mcp-section__inner {
    display: grid;
    width: min(100% - 32px, 1120px);
    margin: 0 auto;
    grid-template-columns: minmax(0, 499px) minmax(0, 1fr);
    gap: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.a-mcp-section_loginom .a-mcp-section__inner {
    grid-template-columns: minmax(0, 489px) minmax(0, 540px);
    gap: 60px;
}

.a-mcp-section__content {
    min-width: 0;
}

.a-mcp-section__title {
    margin: 0;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0;
}

.a-mcp-section__title span {
    background: linear-gradient(119deg, #F99E00 -5.1%, #FF3473 58.68%, #8717FF 122.46%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.a-mcp-section__lead {
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    letter-spacing: 0;
}

.a-mcp-section__text {
    margin-top: 28px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
}

.a-mcp-section__text p {
    margin: 0;
}

.a-mcp-section__text p + p, .a-mcp-section__text p + .a-mcp-section__list, .a-mcp-section__list + p {
    margin-top: 20px;
}

.a-mcp-section__list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0 0 0 30px;
}

.a-mcp-section__list li {
    padding-left: 0;
}

.a-mcp-section__list li::marker {
    color: #FF3473;
}

.a-mcp-section__media {
    min-width: 0;
}

.a-mcp-section__img {
    display: block;
    width: 100%;
    height: auto;
}

.a-ai-capabilities {
    position: relative;
    background: #1A2331;
    padding: 96px 0 80px;
    overflow: hidden;
}

.a-ai-capabilities::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    width: 520px;
    height: 120px;
    border-radius: 50%;
    background: #D72AA1;
    -webkit-filter: blur(86px);
    filter: blur(86px);
    opacity: 0.45;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.a-ai-capabilities__inner {
    position: relative;
    z-index: 1;
    width: min(100% - 32px, 1120px);
    margin: 0 auto;
    text-align: center;
}

.a-ai-capabilities__title {
    margin: 0;
    color: #FFFFFF;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0;
}

.a-ai-capabilities__title span {
    background: linear-gradient(119deg, #F99E00 -5.1%, #FF3473 58.68%, #8717FF 122.46%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.a-ai-capabilities__lead {
    margin: 30px 0 0;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0;
}

.a-ai-capabilities__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
    margin-top: 70px;
}

.a-ai-capabilities__item {
    min-width: 0;
}

.a-ai-capabilities__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 80px;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: #293446;
    color: #FFFFFF;
}

.a-ai-capabilities__icon svg {
    width: 42px;
    height: 42px;
}

.a-ai-capabilities__text {
    max-width: 254px;
    margin: 20px auto 0;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
}

.a-scheme {
    display: grid;
    grid-template-columns: minmax(160px, 1fr) 64px minmax(160px, 1fr) 64px minmax(160px, 1fr) 64px minmax(160px, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 44px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(177, 204, 255, 0.06);
}

.a-scheme__node {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 108px;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    background: rgba(177, 204, 255, 0.1);
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
}

.a-scheme__line {
    height: 1px;
    background: linear-gradient(119deg, #F99E00 -5.1%, #FF3473 58.68%, #8717FF 122.46%);
}

.a-final-cta {
    background: #1A2331;
    padding: 0;
}

.a-final-cta__inner {
    position: relative;
    width: 100%;
    min-height: 620px;
    padding: 92px max(32px, (100vw - 1120px) / 2) 80px;
    background: radial-gradient(ellipse 720px 110px at 48% 99%, rgba(231, 50, 48, 0.28), rgba(231, 50, 48, 0) 70%), -webkit-gradient(linear, left top, right top, from(#253245), to(#253245));
    background: radial-gradient(ellipse 720px 110px at 48% 99%, rgba(231, 50, 48, 0.28), rgba(231, 50, 48, 0) 70%), linear-gradient(90deg, #253245 0%, #253245 100%);
    overflow: hidden;
}

.a-final-cta__content {
    position: relative;
    z-index: 2;
    width: min(100%, 560px);
}

.a-final-cta__title {
    width: min(100%, 460px);
    margin: 0;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0;
}

.a-final-cta__title span {
    background: linear-gradient(119deg, #F99E00 -5.1%, #FF3473 58.68%, #8717FF 122.46%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.a-final-cta__lead {
    width: min(100%, 399px);
    margin: 20px 0 0;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0;
}

.a-final-cta__list {
    display: grid;
    gap: 16px;
    margin: 32px 0 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    list-style: none;
}

.a-final-cta__list li {
    position: relative;
    padding-left: 28px;
}

.a-final-cta__list li::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 13px;
    height: 1px;
    background: #FFFFFF;
}

.a-final-cta__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 56px;
}

.a-final-cta__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 60px;
    padding: 0 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    background: linear-gradient(119deg, #F99E00 0%, #FF3473 50%, #8717FF 100%);
    color: #FFFFFF;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
    transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
    transition: transform 0.25s ease, filter 0.25s ease;
    transition: transform 0.25s ease, filter 0.25s ease, -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
}

.a-final-cta__button_secondary {
    position: relative;
    border-radius: 6px;
    background: transparent;
    overflow: hidden;
    -webkit-filter: none;
    filter: none;
    isolation: isolate;
}

.a-final-cta__button_secondary::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(119deg, #F99E00 0%, #FF3473 50%, #8717FF 100%);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.a-final-cta__button_secondary::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(119deg, #F99E00 0%, #FF3473 50%, #8717FF 100%);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.a-final-cta__button_secondary:hover::after, .a-final-cta__button_secondary:focus-visible::after {
    opacity: 1;
}

.a-final-cta__button:hover, .a-final-cta__button:focus-visible {
    -webkit-filter: brightness(1.08);
    filter: brightness(1.08);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.a-final-cta__button:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: 4px;
}

.a-final-cta__star {
    position: absolute;
    z-index: 1;
    display: block;
    height: auto;
    pointer-events: none;
    -webkit-animation: a-final-star-float 7s ease-in-out infinite;
    animation: a-final-star-float 7s ease-in-out infinite;
}

.a-final-cta__star_main {
    right: max(128px, (100vw - 1120px) / 2 + 56px);
    top: 120px;
    width: 260px;
}

.a-final-cta__star_small {
    right: max(24px, (100vw - 1120px) / 2 - 36px);
    top: 54px;
    width: 130px;
    opacity: 0.82;
    -webkit-animation-delay: -2.4s;
    animation-delay: -2.4s;
    -webkit-animation-duration: 8.5s;
    animation-duration: 8.5s;
}

@-webkit-keyframes a-final-star-float {
    0%, 100% {
        -webkit-transform: translateY(0) rotate(-4deg);
        transform: translateY(0) rotate(-4deg);
    }

    50% {
        -webkit-transform: translateY(-18px) rotate(4deg);
        transform: translateY(-18px) rotate(4deg);
    }
}

@keyframes a-final-star-float {
    0%, 100% {
        -webkit-transform: translateY(0) rotate(-4deg);
        transform: translateY(0) rotate(-4deg);
    }

    50% {
        -webkit-transform: translateY(-18px) rotate(4deg);
        transform: translateY(-18px) rotate(4deg);
    }
}

.a-blog-preview {
    background: #1A2331;
    padding: 96px 0 120px;
}

.a-blog-preview__inner {
    width: min(100% - 32px, 1120px);
    margin: 0 auto;
}

.a-blog-preview__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.a-blog-preview__title {
    margin: 0;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0;
}

.a-blog-preview__all {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 14px;
    padding-right: 14px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.a-blog-preview__all::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.a-blog-preview__all:hover, .a-blog-preview__all:focus-visible {
    color: #FF3473;
}

.a-blog-preview__all:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: 4px;
}

.a-blog-preview__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 44px;
}

.a-blog-card {
    min-width: 0;
}

.a-blog-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 581px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border-radius: 16px;
    background: rgba(177, 204, 255, 0.1);
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
    transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, background-color 0.25s ease;
    transition: transform 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease;
}

.a-blog-card__link:hover, .a-blog-card__link:focus-visible {
    background: rgba(177, 204, 255, 0.14);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.a-blog-card__link:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: 4px;
}

.a-blog-card__img {
    display: block;
    width: 100%;
    height: 219px;
    -o-object-fit: cover;
    object-fit: cover;
}

.a-blog-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 28px 20px 20px;
}

.a-blog-card__title {
    margin: 0;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0;
}

.a-blog-card__text {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
}

.a-blog-card__date {
    margin-top: auto;
    padding-top: 24px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
}

.a-bottom-scheme {
    background: #FFFFFF;
    padding: 88px 0;
}

.a-bottom-scheme__inner {
    width: min(100% - 32px, 1120px);
    margin: 0 auto;
}

.a-bottom-scheme__img {
    display: block;
    width: min(100%, 860px);
    height: auto;
    margin: 0 auto;
}

@property --a-card-grad-angle {
    syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@-webkit-keyframes a-card-grad-rotate {
    to {
        --a-card-grad-angle: 360deg;
    }
}

@keyframes a-card-grad-rotate {
    to {
        --a-card-grad-angle: 360deg;
    }
}

@-webkit-keyframes a-card-border-flow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

@keyframes a-card-border-flow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

@media (max-width: 767px) {
    .a-hero {
        min-height: 540px;
    }

    .a-hero__content {
        width: min(100% - 32px, 480px);
        padding-top: 118px;
    }

    .a-hero__title {
        gap: 10px;
    }

    .a-hero__brand {
        font-size: 48px;
    }

    .a-hero__plus {
        margin-top: 5px;
        font-size: 38px;
    }

    .a-hero__icon {
        width: 64px;
        height: 65px;
    }

    .a-hero__lead {
        margin-top: 26px;
        font-size: 20px;
        line-height: 28px;
    }

    .a-hero__text {
        margin-top: 14px;
        font-size: 16px;
        line-height: 24px;
    }

    .a-cases {
        padding: 56px 0 80px;
    }

    .a-cases__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .a-cases__card {
        min-height: 156px;
        padding: 20px;
    }

    .a-cases__card-title {
        font-size: 18px;
        line-height: 25px;
    }

    .a-cases__scheme-wrap {
        margin-top: 32px;
        min-height: 240px;
    }

    .a-hero-statements {
        padding-top: 64px;
    }

    .a-hero-statements__inner {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .a-hero-statements__item {
        font-size: 22px;
        line-height: 30px;
    }

    .a-hero-screen {
        margin-top: -240px;
    }

    .a-hero-screen__media {
        --a-hero-screen-tilt: 0deg;
        --a-hero-screen-scale: 1;
    }

    .a-hero-screen__img {
        -webkit-transition: none;
        transition: none;
    }

    .a-case-notes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 18px;
        margin: 28px 0 0;
        padding: 20px;
        overflow-x: auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .a-case-notes__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 242px;
        flex: 0 0 242px;
        scroll-snap-align: start;
    }

    .a-case-notes__head {
        gap: 14px;
    }

    .a-case-notes__number {
        width: 32px;
        height: 32px;
        font-size: 20px;
        line-height: 26px;
    }

    .a-case-notes__title {
        font-size: 20px;
        line-height: 26px;
    }

    .a-case-notes__title::after {
        margin-top: 14px;
    }

    .a-case-notes__text {
        font-size: 15px;
        line-height: 24px;
    }

    .a-mcp-section {
        padding-bottom: 72px;
    }

    .a-mcp-section__inner, .a-mcp-section_loginom .a-mcp-section__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .a-mcp-section_loginom .a-mcp-section__media {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .a-mcp-section_loginom .a-mcp-section__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .a-mcp-section__title {
        font-size: 30px;
    }

    .a-mcp-section__lead {
        margin-top: 18px;
        font-size: 17px;
        line-height: 27px;
    }

    .a-mcp-section__text {
        margin-top: 24px;
    }

    .a-ai-capabilities {
        padding: 72px 0 56px;
    }

    .a-ai-capabilities__title {
        font-size: 30px;
    }

    .a-ai-capabilities__lead {
        margin-top: 20px;
        font-size: 18px;
        line-height: 28px;
    }

    .a-ai-capabilities__grid {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-top: 44px;
    }

    .a-ai-capabilities__text {
        margin-top: 16px;
    }

    .a-final-cta__inner {
        min-height: 520px;
        padding: 64px 16px;
    }

    .a-final-cta__title {
        font-size: 30px;
    }

    .a-final-cta__lead, .a-final-cta__list {
        font-size: 17px;
        line-height: 27px;
    }

    .a-final-cta__button {
        width: 100%;
    }

    .a-final-cta__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-top: 42px;
    }

    .a-final-cta__star_main {
        right: -38px;
        top: 36px;
        width: 150px;
        opacity: 0.35;
    }

    .a-final-cta__star_small {
        right: 74px;
        top: 20px;
        width: 76px;
        opacity: 0.25;
    }

    .a-blog-preview {
        padding: 72px 0 80px;
    }

    .a-blog-preview__head {
        display: block;
    }

    .a-blog-preview__title {
        font-size: 30px;
    }

    .a-blog-preview__all {
        display: inline-block;
        margin-top: 24px;
    }

    .a-blog-preview__grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 32px;
    }

    .a-blog-card__link {
        min-height: 0;
    }

    .a-bottom-scheme {
        padding: 56px 0;
    }

    .a-scheme {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 24px;
    }

    .a-scheme__line {
        width: 1px;
        height: 28px;
        justify-self: center;
    }

    .a-final-cta__star {
        -webkit-animation: none;
        animation: none;
    }
}

@media (min-width: 768px) and (max-width: 1180px) {
    .a-cases__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .a-cases__card {
        min-height: 220px;
    }

    .a-mcp-section__inner, .a-mcp-section_loginom .a-mcp-section__inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .a-mcp-section_loginom .a-mcp-section__media {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .a-mcp-section_loginom .a-mcp-section__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .a-mcp-section__media {
        max-width: 620px;
        margin: 0 auto;
    }

    .a-ai-capabilities__title {
        font-size: 38px;
    }

    .a-ai-capabilities__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 44px 32px;
    }

    .a-blog-preview__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .a-blog-card__link {
        min-height: 540px;
    }

    .a-final-cta__star_main {
        right: 34px;
        width: 210px;
    }

    .a-final-cta__star_small {
        right: 18px;
        width: 105px;
    }

    .a-scheme {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .a-scheme__line {
        width: 1px;
        height: 28px;
        justify-self: center;
    }
}

@media (max-width: 399px) {
    .a-hero__brand {
        font-size: 40px;
    }

    .a-hero__plus {
        font-size: 32px;
    }

    .a-hero__icon {
        width: 54px;
        height: 55px;
    }
}