﻿/* BEGIN merged from static/index.css */
:not(input, button, a) {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text
}

* {
    box-sizing: border-box
}

html {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    overflow: hidden
}

body,
html,
p {
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center
}

button {
    background: none;
    border: none;
    font-family: Inter, sans-serif;
    padding: 0
}

a,
button {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-drag: none
}

a {
    color: inherit;
    text-decoration: none
}

figure {
    margin: 0
}

input::-moz-focus-inner {
    border: 0;
    margin: 0;
    padding: 0
}

dd,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Inter, sans-serif;
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

p {
    margin: 0
}

cite {
    font-style: normal
}

fieldset {
    border-width: 0;
    margin: 0;
    padding: 0
}

html {
    font-family: Inter, sans-serif;
    font-size: .625vw;
    overflow: auto;
    position: relative;
    scroll-behavior: smooth;
    scrollbar-gutter: stable
}

html ::-webkit-scrollbar-thumb {
    background: #2f3135;
    border-radius: 5px
}

html ::-webkit-scrollbar {
    background: transparent;
    height: 0;
    width: 6px
}

html ::-webkit-scrollbar-track {
    background: transparent
}

body {
    background: #080808;
    overflow: hidden
}

body .body-wrapper {
    -webkit-backdrop-filter: blur(1.2rem);
    background-color: rgba(8, 8, 8, 0);
    display: block;
    inset: 0;
    position: absolute;
    z-index: -1
}

header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%
}

main {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%
}

.title {
    color: #8c8d90;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .03rem;
    line-height: 3.5rem;
    margin: 3.2rem
}

.title h2 {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -.05rem;
    line-height: 4.2rem;
    margin-bottom: 1.1rem
}

.title--Services {
    margin-bottom: 5rem
}

.title--use-cases {
    letter-spacing: -.05rem
}

.logo {
    font-family: Manrope, sans-serif;
    font-weight: 700;
    line-height: 4rem;
    padding-left: 4.8rem;
    width: 15.1rem
}

.logo,
.logo--footer {
    background: url(icons/logo.png) no-repeat 0/contain;
    font-size: 2.8rem
}

.logo--footer {
    align-items: center;
    display: flex;
    font-family: Inter, sans-serif;
    font-weight: 500;
    height: inherit
}

.logo:active {
    color: #b9babe;
    transform: scale(.98)
}

.logo:hover {
    color: #b9babe;
    cursor: pointer
}

footer {
    background-color: #101010;
    width: 100%
}

footer .social-media {
    display: flex;
    justify-content: space-between;
    padding: 4rem 10rem
}

footer .social-media__list {
    align-items: center;
    display: flex
}

footer .social-media__list li~li {
    margin-left: 5rem
}

footer .social-media__item {
    background: no-repeat 50%/3.2rem;
    height: 3.2rem;
    width: 3.2rem
}

footer .social-media__item a {
    display: inline-block;
    height: 100%;
    width: 100%
}

footer .social-media__item svg {
    height: 100%;
    transition: transform .3s ease-in-out;
    width: 100%
}

footer .social-media__item svg path {
    transition: fill .3s ease-in-out
}

footer .social-media__item:hover svg {
    transform: scale(1.1)
}

footer .social-media__item:hover svg path {
    fill: #fff
}

footer .support-button {
    background: url(icons/sms.png) no-repeat left 1.6rem center/2.4rem, #1b1c1e;
    border-radius: 1.2rem;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 4rem;
    min-width: 15.1rem;
    padding: 0 1.6rem 0 4.5rem;
    text-align: end
}

footer .support-button:hover {
    background-color: #2f3135;
    transform: scale(1.02)
}

footer .support-button:active {
    background-color: #2f3135;
    transform: scale(.98)
}

footer .legal-info {
    border-top: .1rem solid #232427;
    display: flex;
    justify-content: space-between;
    padding: 2.4rem 10rem
}

footer .copyright {
    color: #696a6e;
    font-size: 1.6rem;
    letter-spacing: .05rem;
    line-height: 2.4rem;
    text-align: start
}

footer .gdpr-links {
    align-items: center;
    display: flex;
    justify-content: center
}

footer .gdpr-links a {
    color: #696a6e;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .015em;
    line-height: 2.4rem
}

footer .gdpr-links a:active {
    color: #b9babe;
    transform: scale(.95)
}

footer .gdpr-links a:hover {
    color: #b9babe
}

footer .gdpr-links__separator {
    background-color: #696a6e;
    border-radius: 50%;
    display: inline-block;
    height: .4rem;
    margin: 0 1.6rem;
    width: .4rem
}

.navigation {
    -webkit-backdrop-filter: blur(2.4rem);
    backdrop-filter: blur(2.4rem);
    background-color: hsla(0, 0%, 6%, .8);
    padding: 2.8rem 0;
    z-index: 999
}

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

.navigation__tabs {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 71%;
    z-index: 1
}

.navigation__tabs li+li {
    margin-left: 2.4rem
}

.navigation__tabs li:last-child {
    margin-left: 0;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%)
}

.navigation__tabs li:last-child a {
    align-items: center;
    display: flex;
    white-space: nowrap
}

.navigation__tabs li:last-child a svg {
    height: 2.4rem;
    margin-left: .4rem;
    width: auto
}

.navigation__item {
    color: #b9babe;
    font-size: 1.6rem;
    letter-spacing: .03rem;
    line-height: 2.4rem;
    text-transform: capitalize
}

.navigation__item:active a,
.navigation__item:hover a {
    color: #fff
}

.navigation__item:active a svg path,
.navigation__item:hover a svg path {
    stroke: #fff
}

.navigation__registration {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: space-between;
    margin: 0 auto;
    position: absolute;
    width: 87.5%;
    z-index: 0
}

main::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    pointer-events: none;
    z-index: -2;
    background: radial-gradient(circle at right 15% top 20%, #2b7f94, rgba(15, 191, 137, 0) 70%);
    opacity: .08;
}
main::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    background: radial-gradient(circle at left 15% top 1%, #1e5f74, rgba(15, 107, 191, 0) 20%);
    opacity: .16;
}

.glass {
    padding: 19.3rem 10rem 0;
    position: relative
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: transparent;
    border: 1px solid #2f3135;
    border-radius: 1.2rem;
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
    box-shadow: 0 8px 24px rgba(1, 126, 163, 0.25);
    margin-top: 20px;
    border-color: rgb(1, 126, 163);
}

.cta-button--xl {
    padding: 1.6rem 3.2rem;
    font-size: 1.8rem;
    min-width: 28rem;
}

.cta-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(26, 136, 172, 0.35);
}

.cta-button:active {
    transform: translateY(0);
}

.section-text {
    color: #b9babe;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
}

.submit-button {
    width: 25rem;
    background-color: #017ea3;
    border-radius: 0.8rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    padding: 1.2rem 0;
    margin-bottom: 2.4rem;
    transition: background-color 0.3s;
    display: block;
    right: -50%;
    position: relative;
    transform: translateX(-50%);
}

.submit-button:hover {
    background-color: #1a8aac;
    cursor: pointer;
}

.submit-button:active {
    background-color: #1A8AAC;
    transform: scale(0.98),translateX(-50%);
}

.glass__title {
    color: #fff;
    font-size: 5.2rem;
    font-weight: 700;
    letter-spacing: -0.1rem;
    line-height: 6rem;
    margin-bottom: 1.6rem;
    position: relative;
    text-align: center;
    z-index: 1;
}

.trademark {
    display: inline-block;
    font-size: 2rem;
    font-weight: 200;
    line-height: 4rem;
    vertical-align: top;
}

/* ------------ Анимация слов (как в варианте №1), без ::after ------------ */
/* Контейнер для меняющихся слов */
.words {
    display: inline-block;
    color: #1A8AAC;
    overflow: hidden;
    vertical-align: top;
    height: 6rem;
    text-align: left;
    vertical-align: top;
}

.word {
    display: block;
    height: 100%;
    animation: spin-words 16s infinite;
}

@keyframes spin-words {

    0%,
    5% {
        transform: translateY(0);
    }

    5%,
    10% {
        transform: translateY(-100%);
    }

    10%,
    15% {
        transform: translateY(-100%);
    }

    15%,
    20% {
        transform: translateY(-200%);
    }

    20%,
    25% {
        transform: translateY(-200%);
    }

    25%,
    30% {
        transform: translateY(-300%);
    }

    30%,
    35% {
        transform: translateY(-300%);
    }

    35%,
    40% {
        transform: translateY(-400%);
    }

    40%,
    45% {
        transform: translateY(-400%);
    }

    45%,
    50% {
        transform: translateY(-500%);
    }

    50%,
    55% {
        transform: translateY(-500%);
    }

    55%,
    60% {
        transform: translateY(-600%);
    }

    60%,
    65% {
        transform: translateY(-600%);
    }

    65%,
    70% {
        transform: translateY(-700%);
    }

    70%,
    75% {
        transform: translateY(-700%);
    }

    75%,
    80% {
        transform: translateY(-800%);
    }

    80%,
    85% {
        transform: translateY(-800%);
    }

    85%,
    90% {
        transform: translateY(-900%);
    }

    90%,
    95% {
        transform: translateY(-900%);
    }

    95%,
    100% {
        transform: translateY(-1000%);
    }
}

.glass__description {
    color: #66B1C7;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -.03rem;
    line-height: 2.8rem;
    margin-bottom: 1.4rem
}

.glass__laptop:before {
    background: linear-gradient(0deg, #080808, rgba(8, 8, 8, 0));
    bottom: -.1rem;
    content: "";
    display: block;
    height: 45%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100vw;
    z-index: 1
}

.glass .laptop {
    background: hsla(0, 0%, 100%, .05);
    border: .1rem solid hsla(0, 0%, 100%, .1);
    border-radius: 4rem 4rem 0 0;
    padding: 2.4rem 6rem 2.8rem;
    position: relative;
    z-index: 1
}

.glass .laptop__display {
    position: relative;
    overflow: hidden;
}

.glass .laptop__display .laptop__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.glass .laptop__tabs-list {
    -moz-column-gap: 3.2rem;
    column-gap: 3.2rem;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem
}

.glass .laptop__tab {
    display: block;
    position: relative;
    text-align: center;
    white-space: nowrap
}

.glass .laptop__tab a {
    color: #8c8d90;
    font-size: 1.6rem;
    line-height: 2.4rem;
    position: relative;
    white-space: nowrap
}

.glass .laptop__tab a:before {
    text-wrap: nowrap;
    color: #fff;
    content: attr(aria-label);
    font-weight: 600;
    left: 50%;
    position: absolute;
    text-decoration: inherit;
    top: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden
}

.glass .laptop__tab a:hover {
    cursor: pointer;
    visibility: hidden
}

.glass .laptop__tab a:hover:before {
    visibility: visible
}

.glass .laptop__tab .selected {
    visibility: hidden
}

.glass .laptop__tab .selected:before {
    visibility: visible
}

.glass .laptop__display {
    background: no-repeat 50%/contain;
    height: 58.8rem;
    transition: background-image .3s ease-in-out;
    width: 100%
}

.glass .laptop__display[data-background=chat] {
    background-image: url(images/text.png)
}

.glass .laptop__display[data-background=task] {
    background-image: url(images/video.png)
}

.glass .laptop__display[data-background=generator] {
    background-image: url(images/image.png)
}

.Services {
    padding: 6.2rem 10rem 0
}

.Services__list {
    display: flex;
    gap: 5.6rem;
    justify-content: center
}

.Services__item {
    height: 4rem;
    width: -moz-fit-content;
    width: fit-content
}

.Services__item img {
    height: inherit;
    pointer-events: none;
    width: auto
}

.text-models {
    padding: 12.1rem 10rem 0
}

.models-marquee {
    margin-top: 2.4rem;
    overflow: hidden
}

.models-marquee__viewport {
    position: relative;
    overflow: hidden
}

.models-marquee__track {
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    white-space: nowrap;
    will-change: transform;
    animation: models-marquee-scroll 200s linear infinite
}

.models-marquee:hover .models-marquee__track {
    animation-play-state: paused
}

.models-marquee__item {
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    padding: .6rem 1.2rem;
    border-radius: .8rem;
    font-size: 4rem;
    font-weight: 600;
}

.models-marquee__item img {
    width: 4rem;
    height: 4rem;
    padding: .2rem;
    -o-object-fit: contain;
    object-fit: contain
}

@keyframes models-marquee-scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.use-cases,
.video-showcase2 {
    padding: 12.1rem 10rem 0;
    position: relative
}

.use-cases__container,
.video__container {
    position: relative;
    background: #101010;
    border: .1rem solid #2f3135;
    border-radius: 2.4rem;
    overflow: hidden;
    padding: 4.2rem 0 3.9rem
}

/* Общие стили для обоих псевдоэлементов */
.use-cases__container,
.video__container{
    background-color: rgba(16,16,16,.4); backdrop-filter: saturate(120%) contrast(1.05);
}

#menu i {
    display: none;
}

/* Первый градиент */
.use-cases__container::before,
.video__container::before {
    background: radial-gradient(circle at right 15% top 20%,
            #1A8AAC,
            rgba(15, 191, 137, 0) 70%);
    opacity: .05;
}

/* Второй градиент */
.use-cases__container::after,
.video__container::after {
    background: radial-gradient(circle at left 15% top 20%,
            #007192,
            rgba(15, 107, 191, 0) 70%);
    opacity: 0.05;
}

/* 12345 */
.use-cases__list {
    display: flex;
    gap: .8rem;
    justify-content: center;
    margin-bottom: 3.6rem
}

.use-cases__item {
    text-wrap: nowrap;
    background-color: #1b1c1e;
    border: .1rem solid #2f3135;
    border-radius: .8rem;
    color: #b9babe;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 4.6rem;
    padding: 0 1.5rem;
    transition: all .3s linear
}

.use-cases__item:hover {
    color: #fff;
    cursor: pointer
}

.use-cases__item svg {
    height: auto;
    margin-right: .4rem;
    vertical-align: middle;
    width: 2.5rem
}

.use-cases .selected {
    background-color: #017ea3;
    border-color: #017ea3;
    color: #fff
}

.use-cases .selected svg path {
    stroke: #fff
}

.use-cases__variable-content {
    display: flex;
    justify-content: space-between;
    min-height: 26rem
}

.use-cases__variable-content p {
    text-align: start
}

.use-cases__variable-content .text-block {
    background: #101010;
    padding-left: 8rem;
    position: relative;
    width: 46%;
    z-index: 10
}

.use-cases__variable-content .text-block__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.2rem;
    margin-bottom: .8rem
}

.use-cases__variable-content .text-block__description {
    color: #b9babe;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.use-cases__variable-content .text-block__button {
    text-wrap: nowrap;
    background-color: #2f3135;
    border-radius: 1.2rem;
    bottom: 0;
    font-size: 1.6rem;
    font-weight: 600;
    left: 8rem;
    line-height: 4.8rem;
    padding: 0 4rem 0 1.6rem;
    position: absolute;
    transition: background-color .3s
}

.use-cases__variable-content .text-block__button:active {
    transform: scale(.95)
}

.use-cases__variable-content .text-block__button:hover {
    cursor: pointer
}

.use-cases__variable-content .text-block__button:after {
    background: url(icons/right3.png) no-repeat 50%/2.4rem;
    content: "";
    display: block;
    height: 2.4rem;
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 2.4rem
}

.use-cases__prompts {
    padding-left: 8.1rem;
    padding-right: 6rem;
    position: relative;
    width: 54%
}

.use-cases__prompts:before {
    background: linear-gradient(90deg, #101010, hsla(0, 0%, 6%, .7));
    left: -1px
}

.use-cases__prompts:after,
.use-cases__prompts:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 5.5rem;
    z-index: 5
}

.use-cases__prompts:after {
    background: linear-gradient(-90deg, #101010, hsla(0, 0%, 6%, .7));
    pointer-events: none;
    right: -1px
}

.slideshow-container,
.video-slideshow-container2 {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

.mySlides img {
    width: 100%;
    height: 420px;
    max-height: 45vh;
    object-fit: cover;
    display: block;
}

/* Next & previous buttons */
.prev,
.next,
.prev2,
.next2 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next,
.next2 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev,
.prev2 {
    left: 0;
    border-radius: 0 3px 3px 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* The dots/bullets/indicators */
.dot,
.dot2 {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    position: relative;
    z-index: 0;
}

.active,
.dot:hover,
.dot2:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.Advantages {
    padding: 12.1rem 10rem 0
}

.Advantages__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6rem
}

.Advantages__item {
    border: .15rem solid #232427;
    border-radius: 1.2rem;
    flex: 0 1 calc(25% - 1.2rem);
    max-width: calc(25% - 1.2rem);
    padding: 4.8rem 0 9.4rem 2.4rem
}

.Advantages__item p {
    text-align: left
}

.Advantages__item--1 {
    position: relative;
    border: 0.1rem solid #2f3135;
    border-radius: 2.4rem;
    overflow: hidden;
}

.Advantages__item--2 {
    position: relative;
    border: 0.1rem solid #2f3135;
    border-radius: 2.4rem;
    overflow: hidden;
}

.Advantages__item--3 {
    position: relative;
    border: 0.1rem solid #2f3135;
    border-radius: 2.4rem;
    overflow: hidden;
}

.Advantages__item--4 {
    position: relative;
    border: 0.1rem solid #2f3135;
    border-radius: 2.4rem;
    overflow: hidden;
}

.Advantages__number {
    font-size: 6rem;
    font-weight: 700;
    line-height: 7.2rem
}

.Advantages__description {
    color: #b9babe;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.Advantages__item { background-color: rgba(16,16,16,.4); backdrop-filter: saturate(120%) contrast(1.05); }

.Text__Generation,
.Image__Generation,
.Video__Generation {
padding: 12.1rem 10rem 0;
}

/* Списки */
.Text__Generation__list,
.Image__Generation__list,
.Video__Generation__list {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1.6rem;
}

/* Элементы */
.Text__Generation__item,
.Image__Generation__item,
.Video__Generation__item {
border: .15rem solid #232427;
border-radius: 1.2rem;
flex: 0 1 calc(25% - 1.2rem);
max-width: calc(25% - 1.2rem);
padding: 4.8rem 0 9.4rem 2.4rem;
background-color: rgba(16,16,16,.4);
-webkit-backdrop-filter: saturate(120%) contrast(1.05);
backdrop-filter: saturate(120%) contrast(1.05);
}

.Text__Generation__item p,
.Image__Generation__item p,
.Video__Generation__item p {
text-align: left;
}

/* Модификаторы карточек --1..--4 */
.Text__Generation__item--1,
.Text__Generation__item--2,
.Text__Generation__item--3,
.Text__Generation__item--4,
.Image__Generation__item--1,
.Image__Generation__item--2,
.Image__Generation__item--3,
.Image__Generation__item--4,
.Video__Generation__item--1,
.Video__Generation__item--2,
.Video__Generation__item--3,
.Video__Generation__item--4 {
position: relative;
border: 0.1rem solid #2f3135;
border-radius: 2.4rem;
overflow: hidden;
}

/* Типографика */
.Text__Generation__number,
.Image__Generation__number,
.Video__Generation__number {
font-size: 3rem;
font-weight: 700;
line-height: 7.2rem;
}

.Text__Generation__description,
.Image__Generation__description,
.Video__Generation__description {
color: #b9babe;
font-size: 1.6rem;
line-height: 2.4rem;
}

.pricing {
    padding: 12.3rem 22rem 0;
    margin-bottom: 3.2rem;
}
.pricing__container { background-color: rgba(16,16,16,.4); backdrop-filter: saturate(120%) contrast(1.05); }

.pricing__container {
    border: 1px solid #2f3135;
    border-radius: 1.2rem;
    overflow: hidden;
    padding: 4.8rem;
    position: relative;
}


/* Первый градиент */


.pricing__table {
    position: relative;
    z-index: 1
}

.pricing .table {
    border-collapse: collapse;
    width: 100%
}

.pricing .table__head {
    display: flex;
    font-size: 2.4rem;
    font-weight: 600;
    height: unset;
    padding-bottom: 1.7rem
}

.pricing .table__head div {
    height: unset
}

.pricing .table__row {
    display: flex;
    font-size: 1.6rem;
    font-weight: 300;
    justify-content: space-between
}

.pricing .table__row:not(:nth-child(17)) {
    border-bottom: 1px solid #2f3135
}

.pricing .table__cell {
    align-items: center;
    display: flex;
    flex: 1;
    height: 5.5rem;
    justify-content: center;
    width: 35.5rem
}

.pricing .table__cell img {
    height: 2.4rem;
    width: 2.4rem
}

.pricing .table__cell:first-child {
    justify-content: flex-start
}

.pricing .table__cell:first-child img {
    background: #232427;
    border-radius: 1.2rem;
    height: 4rem;
    margin-right: 1.2rem;
    -o-object-fit: contain;
    object-fit: contain;
    padding: .8rem;
    width: 4rem
}

.pricing .table__cell:first-child .svg-icon {
    background: #232427;
    border-radius: 1.2rem;
    height: 4rem;
    width: 4rem;
    margin-right: 1.2rem;
    padding: .8rem;
    object-fit: contain;
}

.pricing .title__note {
    font-size: 1.4rem;
    color: #666;
    margin-top: 0.25em;
    line-height: 1.4;
}

/* FAQ section */
.faq {
    padding: 4.3rem 10rem 0;
}

.faq__header {
    margin: 3.2rem 0 2rem;
}

.faq__title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 4rem;
    color: #e6eef1;
}

.faq__subtitle {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #9fb3bb;
    margin-top: .6rem;
}

.faq__container {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.faq__item {
    background-color: rgba(16,16,16,.4);
    border: 1px solid #2f3135;
    border-radius: 1.2rem;
    overflow: hidden;
}

.faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    padding: 1.6rem 2rem;
    cursor: pointer;
    list-style: none;
    color: #d7e3e7;
    font-size: 1.8rem;
    font-weight: 600;
}

.faq__question::-webkit-details-marker { display: none; }

.faq__chevron {
    flex: 0 0 auto;
    width: 1.6rem;
    height: 1.6rem;
    border-right: 2px solid #9fb3bb;
    border-bottom: 2px solid #9fb3bb;
    transform: rotate(-45deg);
    transition: transform .25s ease;
}

details[open] > .faq__question .faq__chevron {
    transform: rotate(45deg);
}

.faq__answer {
    text-align: left;
    color: #b9c7cc;
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 0 2rem 1.8rem 2rem;
    border-top: 1px solid #232427;
}

@media only screen and (max-width:445px) {
    .faq { padding-top: 2.4rem; }
    .faq__title { font-size: 2.4rem; line-height: 3.2rem; }
    .faq__question { font-size: 1.6rem; padding: 1.4rem 1.6rem; }
}

@media only screen and (min-width:1601px) {
    html {
        font-size: 10px
    }

    footer .legal-info,
    footer .social-media {
        padding-left: calc(50% - 700px);
        padding-right: calc(50% - 700px)
    }
}

@media only screen and (max-width:445px) {
    html {
        font-size: 2.5641vw
    }

    .logo--header {
        background-size: 3.2rem;
        font-size: 2.24rem;
        margin-right: 6.3rem;
        padding-left: 3.6rem;
        width: -moz-fit-content;
        width: fit-content
    }

    .title {
        font-size: 1.8rem;
        line-height: 2.4rem
    }

    .title h2 {
        font-size: 2.8rem;
        line-height: 3.6rem
    }

    .title--pricing {
        margin-bottom: 2.4rem
    }

    .navigation {
        padding: 1.6rem 0
    }

    .navigation__container {
        position: static
    }

    #menu {
        position: absolute;
        top: 2rem;
        right: 2rem;
        z-index: 1000;
        cursor: pointer;
        font-size: 24px;
    }

    #menu i {
        color: #fff;
        font-size: 3.5rem;
        transition: color .3s ease-in-out;
        display: block;
    }

    .navigation__tabs {
        align-items: center;
        background-color: #1b1c1e;
        flex-direction: column;
        left: 100%;
        padding: 0 1.2rem 4.4rem;
        position: absolute;
        top: 100%;
        transition: transform .6s ease-in-out;
        transition: left 0.3s ease-in-out;
        width: 100%;
        z-index: 0
    }

    .navigation__tabs.active {
        left: 0;
    }

    .navigation__tabs li+li {
        margin-left: 0
    }

    .navigation__tabs li:last-child {
        position: static;
        transform: none
    }

    .navigation__tabs li:last-child a {
        justify-content: flex-end
    }

    .navigation__item {
        margin-top: 4.4rem;
        width: -moz-fit-content;
        width: fit-content
    }

    .navigation__registration {
        margin: 0 auto 0 1.7rem;
        position: static;
        width: -moz-fit-content;
        width: fit-content
    }

    .glass {
        padding: 13.2rem 0 0
    }

    .glass__title {
        font-size: 3.2rem;
        font-weight: 600;
        line-height: 3.6rem;
        margin-bottom: 1.2rem;
        /* остальной ваш стиль, если есть */
    }

    .glass .trademark {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .glass__description {
        margin-bottom: 4.8rem
    }

    .glass .laptop {
        border: none;
        padding: 0
    }

    .glass .laptop__display {
        height: 17.8rem
    }

    .glass .laptop__tabs-list {
        display: none;
        justify-content: space-evenly;
        margin-bottom: 0
    }

    .glass .laptop__tab a {
        font-size: 1.2rem
    }

    .Services {
        padding: 3.4rem 0 0
    }

    .Services::-webkit-scrollbar {
        display: none
    }

    .Services .Services-list-container {
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none
    }

    .Services .Services-list-container::-webkit-scrollbar {
        display: none;
        height: 0;
        width: 0
    }

    .Services__list {
        padding: 0 2rem;
        width: -moz-fit-content;
        width: fit-content
    }

    .use-cases {
        padding: 6rem 0 0
    }

    .use-cases__container {
        position: relative;
        border-radius: 2.4rem;
        margin: 0 1.6rem;
        overflow: hidden;
        padding: 1.5rem 1.6rem 1.6rem
    }

    .use-cases__list {
        flex-wrap: wrap;
        gap: 1rem;
        left: 50%;
        overflow: auto;
        padding: 0 2.4rem;
        position: relative;
        transform: translateX(-50%);
        width: 100vw
    }

    .use-cases__item {
        display: block;
        max-height: 4.6rem;
        min-width: -moz-max-content;
        min-width: max-content
    }

    .use-cases__variable-content {
        flex-direction: column
    }

    .use-cases__variable-content .text-block {
        background: transparent;
        padding: 0;
        width: 100%
    }

    .use-cases__variable-content .text-block__description {
        margin-bottom: 1.6rem
    }

    .use-cases__variable-content .text-block__button {
        align-items: center;
        display: none;
        left: 0;
        position: relative;
        width: 100%
    }

    .use-cases__variable-content .text-block__button:after {
        position: static;
        transform: none
    }

    .use-cases__prompts {
        margin-bottom: 1.6rem;
        padding: 0;
        width: 100%
    }

    .use-cases__prompts:after,
    .use-cases__prompts:before {
        display: none
    }

    .title--Advantages {
        margin-bottom: 1.6rem
    }

    .Advantages,
    .Text__Generation,
    .Image__Generation,
    .Video__Generation {
        padding: 6.4rem 1.6rem 0
    }

    .Advantages__list,
    .Text__Generation__list,
    .Image__Generation__list,
    .Video__Generation__list {
        flex-direction: column
    }

    .Advantages__item,
    .Text__Generation__item,
    .Image__Generation__item,
    .Video__Generation__item {
        background-position: right 1.6rem top 2.4rem;
        max-width: 100%;
        padding: 1.5rem 1.6rem
    }

    .Advantages__number,
    .Text__Generation__number,
    .Image__Generation__number,
    .Video__Generation__number {
        font-size: 5.2rem;
        line-height: 5.6rem
    }

    .pricing {
        padding: 9rem .8rem 0
    }

    .pricing__container {
        padding: 1.6rem
    }

    .pricing__container:before {
        width: 100%
    }

    .pricing .table__head {
        font-size: 2rem;
        line-height: 3.6rem;
        padding-bottom: 2rem
    }

    .pricing .table__head div:first-child {
        display: flex
    }

    .pricing .table__row {
        flex-wrap: nowrap;
        padding-bottom: .9rem
    }

    .pricing .table__cell:first-child {
flex: 0 0 33.333%;
justify-content: flex-start;
}
    .pricing .table__cell{
        height: 7.5rem;    
    }

    .guide {
        padding: 2.4rem 1.6rem
    }

    footer .social-media {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 1.6rem 1.6rem 3.7rem
    }

    footer .social-media__list {
        margin: 3.2rem auto
    }

    footer .social-media__list li~li {
        margin-left: 3.2rem
    }

    footer .legal-info {
        flex-direction: column;
        padding: 1.6rem
    }

    footer .copyright {
        margin-bottom: 2.4rem;
        text-align: center
    }

    footer .gdpr-links {
        flex-direction: column
    }

    footer .gdpr-links__separator {
        margin: .8rem
    }

    .mySlides img {
        height: 50vh;
    }

    .video-showcase2 {
        width: 150vw;
        margin-left: -25%;
    }
}

.tags-in-row {
display: flex;
flex-wrap: wrap;
gap: .5rem .75rem; /* вместо grid-gap */
justify-content: center;
align-items: center;
max-width: 120rem;
margin: 0 auto;
padding: .25rem 0;
}

.tag-link {
-webkit-backdrop-filter: saturate(140%) blur(8px);
backdrop-filter: saturate(140%) blur(8px);
display: inline-flex;
align-items: center;
gap: .375rem;
cursor: pointer;
text-decoration: none;

color: var(--tag-fg, #e7eaf0);
background: var(--tag-bg, rgba(20,22,26,.5));
border: 1px solid var(--tag-border, rgba(255,255,255,.12));
border-radius: 9999px;

padding: .55rem .9rem;
font-size: 3rem;
font-weight: 700;
line-height: 1.2;

box-shadow: 0 1px 0 rgba(0,0,0,.15) inset, 0 6px 14px rgba(0,0,0,.15);
transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .1s ease;
}

.tag-link:hover {
background: var(--tag-bg-hover, rgba(20,22,26,.65));
border-color: var(--tag-border-hover, rgba(255,255,255,.24));
transform: translateY(-1px);
box-shadow: 0 8px 18px rgba(0,0,0,.25);
}

.tag-link:active {
transform: translateY(0);
box-shadow: 0 4px 10px rgba(0,0,0,.2);
}

.tag-link:focus-visible {
outline: none;
box-shadow: 0 0 0 3px rgba(88,121,255,.4), 0 8px 18px rgba(0,0,0,.25);
}

@media (prefers-color-scheme: light) {
.tag-link {
color: var(--tag-fg, #1f2937);
background: var(--tag-bg, rgba(255,255,255,.7));
border-color: var(--tag-border, rgba(17,24,39,.12));
box-shadow: 0 1px 0 rgba(255,255,255,.6) inset, 0 6px 14px rgba(31,41,55,.08);
}
.tag-link:hover {
background: var(--tag-bg-hover, rgba(255,255,255,.85));
border-color: var(--tag-border-hover, rgba(17,24,39,.2));
}
}

@media (prefers-reduced-motion: reduce) {
.tag-link { transition: none; }
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.tag-link:hover {
    
    border-color: #1a8aac;
  box-shadow: 0 0 12px 0 #1A8AAC;
}
/* END merged from static/index.css */

/* GPT-5 page minimal overrides: description and capabilities only */

/* Description */
.model-description { padding: 12.1rem 10rem 0; }
.model-description .title { margin: 0 0 1.6rem; }
.model-description .spec-card {
  background-color: rgba(16,16,16,.4);
  backdrop-filter: saturate(120%) contrast(1.05);
  border: .1rem solid #2f3135;
  border-radius: 2.4rem;
  padding: 2.4rem;
  margin: 0;
}
.model-description .spec-desc {
  color: #b9babe;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
}

/* Capabilities */
.capabilities { padding: 12.1rem 10rem 0; }
.capabilities .title { margin-bottom: 2rem; }
.capabilities .Advantages__list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: .8rem; align-items: start; }
.capabilities .Advantages__item {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; flex-direction: row;
  height: 4.2rem; padding: 0 1.6rem; gap: .8rem;
  border-radius: 9999px;
  text-align: left;
  background-color: rgba(16,16,16,.4);
  backdrop-filter: saturate(120%) contrast(1.05);
  border: .1rem solid #2f3135;
  box-sizing: border-box;
  width: -moz-fit-content; width: fit-content; max-width: 100%;
  transition: transform .2s ease, box-shadow .25s ease, border-color .25s ease;
  overflow: visible;
}
.capabilities .Advantages__item:hover { transform: translateY(-1px); border-color: #1A8AAC; box-shadow: 0 0 8px 0 #1A8AAC33; }
.capabilities .Advantages__number { font-size: 1.5rem; font-weight: 700; line-height: 2.2rem; color: #e6eef1; white-space: nowrap; }
.capabilities .Advantages__description {
  position: absolute; top: calc(100% + 8px); left: 50%; transform: translate(-50%, 0);
  width: 280px; max-width: 80vw;
  padding: 1.2rem 1.4rem;
  background: #101010; border: 1px solid #2f3135; border-radius: 1.2rem;
  color: #b9babe; font-size: 1.4rem; line-height: 2.1rem; text-align: left;
  opacity: 0; visibility: hidden; transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  pointer-events: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
}
.capabilities .Advantages__item:hover .Advantages__description { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .model-description { padding: 4rem 2rem 0; }
  .capabilities { padding: 4rem 2rem 0; }
  .capabilities .Advantages__list { grid-template-columns: repeat(2, minmax(200px, 1fr)); gap: .8rem; }
  .capabilities .Advantages__item { height: 3.8rem; padding: 0 1.2rem; }
}

/* Add breathing room before footer on this page */
.faq { margin-bottom: 6rem; }

