.display__item__menuanother li{
    margin: 0 0 15px !important;
}
.display__item__menuanother li > p{
    font-size: 15px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #d6dde3;
    transition: .4s;
    cursor: pointer;
}
.display__item__menuanother ul > li > a{
    font-size: 14px;
    padding: 0;
}
.display__item__menuanother ul > li > a::before{
    display: none;
}
.display__item__chat{
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2B333C;
}
.display__item__chat__header{
    width: 100%;
    height: auto;
    float: left;
    background-color: #343D48;
    padding: 25px 30px;
    box-sizing: border-box;
    border-radius: 24px 24px 0 0;
}
.display__item__chat__assistent{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.display__item__chat__assistent div:nth-child(1){
    width: 40px;
    height: auto;
}
.display__item__chat__assistent div:nth-child(2){
    width: calc(100% - 60px);
    height: auto;
}
.display__item__chat__assistent div > img{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    object-fit: cover;
    object-position: center;
}
.display__item__chat__assistent div > p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.display__item__chat__assistent div > h1{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.display__item__chat__assistent div > span{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #a8adb2;
    margin: 1px 0 0 0;
    padding: 0 0 0 13px;
    box-sizing: border-box;
    position: relative;
}
.display__item__chat__assistent div > span::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: #4ADE80;
    left: 0;
    top: 6.5px;
}
.display__item__chat__main{
    width: 100%;
    height: calc(100% - 188px);
    float: left;
    padding: 25px 30px;
    box-sizing: border-box;
    overflow-y: scroll;
}
.display__item__chat__main::-webkit-scrollbar {
    width: 4px;
}
.display__item__chat__main::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.display__item__chat__main::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__chat__box{
    width: 90%;
    height: auto;
    float: left;
    background-color: #21272E;
    border: solid 1px #39424b;
    padding: 21px 75px;
    box-sizing: border-box;
    border-radius: 15px;
    position: relative;
    margin: 0 0 20px;
}
.display__item__chat__box.chating{
    padding: 21px 0px 21px 75px;
    width: 125px;
}
.display__item__chat__box-user{
    width: 30px;
    height: 30px;
    border-radius: 100px;
    object-position: center;
    object-fit: cover;
    position: absolute;
    left: 15px;
    top: 15px;
}
.display__item__chat__box-message{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.display__item__chat__box-message span{
    width: 5px;
    height: 5px;
    float: left;
    border-radius: 100px;
    background-color: #a8adb2;
    margin: 5px 5px 5px 0;
    animation: bounce 1.2s infinite ease-in-out;
}
.display__item__chat__box-message a{
    color: #4e9eff;
    text-decoration: un;
}
.display__item__chat__box-message span:nth-child(2) {
    animation-delay: 0.2s;
}
.display__item__chat__box-message span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes bounce {
    0%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-6px); /* вверх */
    }
}
.display__item__chat__box-poster{
    width: 70%;
    height: auto;
    float: left;
    border-radius: 10px;
    margin: 20px 0 0 0;
}
.display__item__chat__box-time{
    width: fit-content;
    height: auto;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #a8adb2;
    position: absolute;
    right: 0;
    bottom: 22px;
    padding: 0 20px 0 0;
}
.display__item__chat__footer{
    width: 100%;
    height: auto;
    float: left;
    background-color: #343D48;
    padding: 25px 30px;
    box-sizing: border-box;
    border-radius: 0 0 24px 24px;
}
.display__item__chat__footer form{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__item__chat__footer form > label{
    width: calc(100% - 160px);
    height: auto;
    float: left;
}
.display__item__chat__footer form > label > textarea{
    width: 100%;
    height: 45px;
    float: left;
    padding: 12px 20px;
    border-radius: 12px;
    background-color: #2B333C;
    box-sizing: border-box;
    border: unset;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    resize: unset;
    box-sizing: border-box;
}
.display__item__chat__footer form > label > textarea::-webkit-scrollbar {
    width: 4px;
}
.display__item__chat__footer form > label > textarea::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.display__item__chat__footer form > label > textarea::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__chat__footer form > label > textarea::placeholder{
    color: #8e99a5;
}
.display__item__chat__footer form > button{
    width: fit-content;
    height: auto;
    padding: 11px 20px 11px;
    border-radius: 12px;
    background-color: #4e9eff;
    border: unset;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    align-content: center;
    align-items: center;
}
.display__item__chat__footer form > button > span{
    width: fit-content;
    height: auto;
    font-size: 15px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    padding: 0 0 0 26px;
}
.display__item__chat__footer form > button > span::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-image: url("../images/icon/send.svg");
}
.display__item__howwork{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}
.display__item__howwork-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
}
.display__item__howwork p{
    font-size: 14px;
    color: #c9d3e0;
    text-align: center;
    width: 100%;
}
.display__item__howwork__box{
    width: 31%;
    height: auto;
    background: linear-gradient(145deg, #2f3a47, #2E3640);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    margin: 30px 0 0 0;
    padding: 22px 18px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.display__item__howwork__box:hover {
    border-color: rgba(78,158,255,0.25);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2), 0 0 0 1px rgba(78,158,255,0.08);
}
.display__item__howwork__box-icon{
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #4e9eff 0%, #3576d4 100%);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    box-shadow: 0 4px 15px rgba(78, 158, 255, 0.3);
}
.display__item__howwork__box h4{
    width: 100%;
    height: auto;
    min-height: 40px;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    margin: 20px 0 0;
}
.display__item__howwork__box p{
    width: 100%;
    height: auto;
    min-height: 108px;
    float: left;
    text-align: center;
    color: #c9d3e0;
    font-size: 14px;
    line-height: 18px;
    margin: 20px 0 0 0;
}
.display__item__howwork__box span{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #727a83;
    font-size: 13px;
    line-height: 17px;
    margin: 20px 0 0 0;
    font-family: 'Avenir Next Cyr Medium';
}
.display__item__advantages{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #21272E;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
}
.display__item__advantages-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #4BA0FF;
}
.display__item__advantages__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;
}
.display__item__advantages__item{
    width: 48%;
    height: auto;
}
.display__item__advantages__item-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.display__item__advantages__item ul{
    width: 100%;
    height: auto;
    float: left;
}
.display__item__advantages__item ul > li{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    color: #c9d3e0;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 0 0;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    position: relative;
}
.display__item__advantages__item:nth-child(1) ul > li::before{
    content: "";
    position: absolute;
    width: 12px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon/check.svg");
    left: 0;
    top: 5px;
    filter: invert(22%) sepia(258%) saturate(754%) hue-rotate(77deg) brightness(92%) contrast(88%);
}
.display__item__advantages__item:nth-child(2) ul > li::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 2px;
}
.display__item__advantages__item:nth-child(2) ul > li:nth-child(1):before{
    background-image: url("../images/icon/for-1.svg");
}
.display__item__advantages__item:nth-child(2) ul > li:nth-child(2):before{
    background-image: url("../images/icon/for-2.svg");
}
.display__item__advantages__item:nth-child(2) ul > li:nth-child(3):before{
    background-image: url("../images/icon/for-3.svg");
}
.display__item__advantages__item:nth-child(2) ul > li:nth-child(4):before{
    background-image: url("../images/icon/for-4.svg");
}
.display__item__advantages-description{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    color: #c9d3e0;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 0 0;
}
.display__item__faq{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 30px;
}
.display__item__faq__item{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #363D46;
    border: 1px solid #4B5159;
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 0 20px;
}
.display__item__faq__item p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    padding: 20px;
    transition: .3s;
    position: relative;
    cursor: pointer;
}
.display__item__faq__item p::before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon/down.svg");
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.display__item__faq__item.active p{
    background-color: #40474F;
    transition: .3s;
}
.display__item__faq__item.active p::before{
    -webkit-transform: translate(0%, -50%) rotate(180deg) rotate(180deg);
    transform: translate(0%, -50%) rotate(180deg);
    transition: .3s;
}
.display__item__faq__item span{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    color: #c9d3e0;
    font-size: 14px;
    line-height: normal;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}
.display__item__history__block{
    width: 100%;
    height: auto;
    float: left;
    padding: 15.5px 16px 20px;
    box-sizing: border-box;
    border-top: 1px solid #39424b;
    transition: .4s;
}
.display__item__history__block:first-child{
	border-top: unset;
}
.display__item__history__block img{
    width: 100%;
    height: 210px;
    float: left;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
    margin: 0 0 15px;
    background-color: #2a323b;
}
.display__item__history__block p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    font-family: 'Avenir Next Cyr Medium';
    color: #FFFFFF;
}
.display__item__history__block span{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    margin: 5px 0 0 0;
}


/* ─── Demo Showcase (public.php) ─── */
.demo-showcase {
    width: 100%;
    float: left;
}
.demo-card {
    width: 100%;
    float: left;
    background: #2B333C;
    border: 1px solid #39424b;
    border-radius: 16px;
    padding: 18px 20px;
    box-sizing: border-box;
    margin: 0 0 16px;
}
.demo-card-label {
    font-size: 11px;
    font-family: 'Avenir Next Cyr Medium';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6b7d8e;
    margin: 0 0 12px;
}
.demo-card-desc {
    font-size: 13px;
    line-height: 1.5;
    color: #8e99a5;
    margin: 14px 0 0;
    padding: 12px 0 0;
    border-top: 1px solid #39424b;
}

/* Compact demo cards with "Подробнее →" */
html { scroll-behavior: smooth; }

.demo-card--compact .demo-speakers-preview,
.demo-card--compact .demo-emo-preview,
.demo-card--compact .demo-chat-preview {
    max-height: 140px;
    overflow: hidden;
    position: relative;
}
.demo-card--compact .demo-speakers-preview::after,
.demo-card--compact .demo-emo-preview::after,
.demo-card--compact .demo-chat-preview::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 28px;
    background: linear-gradient(transparent, #252c35);
    pointer-events: none;
}
.demo-card-more {
    display: block;
    text-align: center;
    margin-top: 10px;
    padding: 7px 0;
    font-size: 13px;
    font-weight: 600;
    color: #4e9eff;
    text-decoration: none;
    border-top: 1px solid #39424b;
    transition: color .2s, background .2s;
    border-radius: 0 0 10px 10px;
}
.demo-card-more:hover {
    color: #7bb8ff;
    background: rgba(78,158,255,0.06);
}

/* Speakers demo */
.demo-speakers-preview {
    width: 100%;
    float: left;
}
.demo-legend {
    display: flex;
    gap: 12px;
    margin: 0 0 10px;
    padding: 5px 0 8px;
    border-bottom: 1px solid #363f4b;
}
.demo-legend-item {
    font-size: 11px;
    color: #8b9299;
}
.demo-speaker-block {
    width: 100%;
    float: left;
    padding: 10px 14px;
    border-radius: 8px;
    border-left: 3px solid;
    margin: 0 0 8px;
    box-sizing: border-box;
}
.demo-speaker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 4px;
}
.demo-speaker-header span:first-child {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.demo-time {
    font-size: 10px;
    color: #6b7280;
}
.demo-speaker-text {
    font-size: 13px;
    line-height: 1.6;
    color: #e0e0e0;
}

/* Emo demo */
.demo-emo-preview {
    width: 100%;
    float: left;
}
.demo-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 4px;
    vertical-align: middle;
}
.demo-emo-text {
    font-size: 13px;
    line-height: 2;
    margin: 0 0 12px;
}
.demo-emo-text span {
    display: inline;
}
.demo-emo-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0 0;
    border-top: 1px solid #363f4b;
}
.demo-emo-label {
    font-size: 11px;
    color: #8e99a5;
    white-space: nowrap;
}
.demo-emo-bars {
    flex: 1;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    background: #353e4a;
}
.demo-emo-pct {
    font-size: 11px;
    color: #8e99a5;
    white-space: nowrap;
}

/* Stats demo */
.demo-stats-preview {
    width: 100%;
    float: left;
}
.demo-stats-row {
    display: flex;
    gap: 10px;
    margin: 0 0 10px;
}
.demo-stat-mini {
    flex: 1;
    background: #2e3640;
    border: 1px solid #39424b;
    border-radius: 10px;
    padding: 10px 12px;
}
.demo-stat-title {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6b7d8e;
    margin: 0 0 4px;
}
.demo-stat-value {
    display: block;
    font-size: 20px;
    font-family: 'Avenir Next Cyr Medium';
    color: #ffffff;
    line-height: 1.2;
}
.demo-stat-sub {
    display: block;
    font-size: 10px;
    color: #8e99a5;
    margin: 2px 0 0;
}
.demo-stat-full {
    width: 100%;
    float: left;
    background: #2e3640;
    border: 1px solid #39424b;
    border-radius: 10px;
    padding: 12px 14px;
    box-sizing: border-box;
    margin: 0 0 10px;
}
.demo-bar-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0 0;
}
.demo-bar-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}
.demo-bar-name {
    font-size: 12px;
    color: #d6dde3;
    min-width: 75px;
}
.demo-bar-wrap {
    flex: 1;
    height: 7px;
    background: #353e4a;
    border-radius: 4px;
    overflow: hidden;
}
.demo-bar-fill {
    display: block;
    height: 100%;
    border-radius: 4px;
}
.demo-bar-pct {
    font-size: 11px;
    color: #8e99a5;
    min-width: 30px;
    text-align: right;
}
.demo-bar-details {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0 0;
    padding: 8px 0 0;
    border-top: 1px solid #39424b;
}
.demo-bar-details span {
    font-size: 11px;
    color: #8e99a5;
    background: #353e4a;
    border-radius: 6px;
    padding: 4px 8px;
}
.demo-sentiment-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 6px 0 0;
}
.demo-sentiment-label {
    font-size: 12px;
    color: #d6dde3;
    min-width: 85px;
}
.demo-sentiment-wrap {
    flex: 1;
    height: 7px;
    background: #353e4a;
    border-radius: 4px;
    overflow: hidden;
}
.demo-sentiment-fill {
    display: block;
    height: 100%;
    border-radius: 4px;
}

/* ═══════════════════════════════════════════════════════
   SEO CONTENT BLOCKS — v8.1.0 (Premium UI)
   ═══════════════════════════════════════════════════════ */

/* --- Generic SEO Section --- */
.seo-section {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 28px 0 0;
    position: relative;
    box-sizing: border-box;
}
.seo-section + .seo-section {
    border-top: 1px solid rgba(255,255,255,0.04);
}
.seo-section-title {
    font-size: 18px;
    font-weight: 700;
    color: #e5ecf0;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: none;
    position: relative;
    letter-spacing: -0.01em;
}
.seo-section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #4e9eff, #3b7fd9);
    border-radius: 2px;
}

/* --- Intro block (premium hero with animated mesh) --- */
.seo-intro {
    background: #232b34;
    border: 1px solid rgba(78,158,255,0.12);
    border-radius: 14px;
    padding: 24px 26px;
    position: relative;
    overflow: hidden;
}
.seo-intro::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 20% 40%, rgba(78,158,255,0.07) 0%, transparent 60%),
        radial-gradient(ellipse 60% 70% at 80% 20%, rgba(59,127,217,0.06) 0%, transparent 55%),
        radial-gradient(ellipse 50% 60% at 60% 80%, rgba(78,158,255,0.04) 0%, transparent 50%);
    animation: introMesh 12s ease-in-out infinite alternate;
    pointer-events: none;
}
@keyframes introMesh {
    0%   { opacity: 0.6; transform: scale(1) translate(0, 0); }
    33%  { opacity: 1;   transform: scale(1.05) translate(5px, -3px); }
    66%  { opacity: 0.8; transform: scale(0.98) translate(-4px, 4px); }
    100% { opacity: 1;   transform: scale(1.03) translate(2px, -2px); }
}
.seo-intro p {
    font-size: 14px;
    line-height: 1.75;
    color: #c5d0da;
    margin: 0 0 12px;
    position: relative;
    z-index: 1;
}
.seo-intro p:last-child {
    margin-bottom: 0;
}
.seo-intro strong {
    color: #e8f0f6;
    font-weight: 600;
}

/* --- 6 Feature Cards Grid --- */
.seo-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.seo-feature-card {
    background: linear-gradient(145deg, #2f3a47, #2c3440);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 18px 16px 16px;
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.seo-feature-card:hover {
    border-color: rgba(78,158,255,0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2), 0 0 0 1px rgba(78,158,255,0.1);
}
.seo-feature-icon {
    font-size: 26px;
    margin-bottom: 10px;
    display: inline-block;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}
.seo-feature-card h4 {
    font-size: 14px;
    font-weight: 600;
    color: #e5ecf0;
    margin: 0 0 6px;
    letter-spacing: -0.01em;
}
.seo-feature-card p {
    font-size: 12px;
    line-height: 1.6;
    color: #8e99a5;
    margin: 0;
}

/* --- Detail blocks (speakers, emotions, AI chat) --- */
.seo-detail-block {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.seo-detail-visual {
    background: linear-gradient(145deg, #262e38, #232b34);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 18px;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}
.seo-detail-text p {
    font-size: 14px;
    line-height: 1.75;
    color: #b8c4ce;
    margin: 0 0 10px;
}
.seo-detail-text h4 {
    font-size: 14px;
    font-weight: 600;
    color: #e0e8ee;
    margin: 14px 0 8px;
}
.seo-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
.seo-list li {
    font-size: 13px;
    line-height: 1.65;
    color: #b8c4ce;
    padding: 5px 0 5px 20px;
    position: relative;
}
.seo-list li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: #4e9eff;
    font-weight: bold;
}

/* --- AI Chat Demo (in detail block) --- */
.seo-chat-demo {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.seo-chat-bubble {
    max-width: 85%;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.55;
    color: #d6dde3;
}
.seo-chat-user {
    align-self: flex-end;
    background: linear-gradient(135deg, #3b6fa0, #3462a0);
    border-bottom-right-radius: 4px;
    box-shadow: 0 2px 8px rgba(59,111,160,0.3);
}
.seo-chat-bot {
    align-self: flex-start;
    background: #2c3440;
    border: 1px solid rgba(255,255,255,0.06);
    border-bottom-left-radius: 4px;
}
.seo-chat-bot strong {
    color: #e0e8ee;
}
.seo-chat-bot em {
    color: #8e99a5;
    font-size: 11px;
}

/* --- Formats Grid (export) --- */
.seo-formats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.seo-format-card {
    background: linear-gradient(145deg, #2f3a47, #2c3440);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 16px 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.seo-format-card:hover {
    border-color: rgba(78,158,255,0.3);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.18);
}
.seo-format-icon {
    font-size: 24px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.3));
}
.seo-format-card .label {
    color: #e5ecf0;
    font-size: 14px;
    font-weight: 700;
}
.seo-format-card span {
    color: #8e99a5;
    font-size: 11px;
}
.seo-formats-note {
    font-size: 13px;
    line-height: 1.65;
    color: #8e99a5;
    margin: 16px 0 0;
}
.seo-formats-note strong {
    color: #c5d0da;
}

/* --- Input formats (badges) --- */
.seo-input-formats {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.seo-input-group h4 {
    font-size: 14px;
    font-weight: 600;
    color: #e0e8ee;
    margin: 0 0 8px;
}
.seo-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.seo-badge {
    display: inline-block;
    background: linear-gradient(145deg, #3a4555, #353e4a);
    color: #c5d0da;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 8px;
    letter-spacing: 0.3px;
    border: 1px solid rgba(255,255,255,0.06);
    transition: border-color 0.2s, background 0.2s;
}
.seo-badge:hover {
    border-color: rgba(78,158,255,0.2);
    background: linear-gradient(145deg, #3e4a5c, #394350);
}

/* --- Scenarios Grid --- */
.seo-scenarios-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.seo-scenario-card {
    background: linear-gradient(145deg, #2f3a47, #2c3440);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 16px;
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.seo-scenario-card:hover {
    border-color: rgba(78,158,255,0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.seo-scenario-icon {
    font-size: 24px;
    margin-bottom: 8px;
    display: inline-block;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}
.seo-scenario-card h4 {
    font-size: 13px;
    font-weight: 600;
    color: #e5ecf0;
    margin: 0 0 5px;
}
.seo-scenario-card p {
    font-size: 12px;
    line-height: 1.55;
    color: #8e99a5;
    margin: 0;
}

/* --- Pricing Block --- */
.seo-pricing {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.seo-pricing-card {
    flex: 1;
    background: linear-gradient(145deg, #2c3c50, #283545);
    border: 1px solid rgba(78,158,255,0.2);
    border-radius: 16px;
    padding: 28px 22px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.seo-pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(78,158,255,0.4), transparent);
}
.seo-pricing-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent 0%, rgba(78,158,255,0.04) 25%, transparent 50%);
    animation: pricingSpin 10s linear infinite;
    pointer-events: none;
}
@keyframes pricingSpin {
    to { transform: rotate(360deg); }
}
.seo-pricing-badge {
    display: inline-block;
    background: #4e9eff;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}
.seo-pricing-value {
    font-size: 46px;
    font-weight: 800;
    color: #e5ecf0;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 12px rgba(78,158,255,0.15);
}
.seo-pricing-value span {
    font-size: 22px;
    font-weight: 600;
    color: #8e99a5;
}
.seo-pricing-unit {
    font-size: 14px;
    color: #8e99a5;
    margin: 4px 0 18px;
}
.seo-pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.seo-pricing-features li {
    font-size: 13px;
    color: #b8c4ce;
    padding: 4px 0;
    line-height: 1.5;
}
.seo-pricing-demo {
    margin-top: 18px;
    padding: 12px;
    background: rgba(78,158,255,0.08);
    border-radius: 10px;
    font-size: 13px;
    color: #b8c4ce;
}

.seo-pricing-calc {
    flex: 1;
}
.seo-pricing-calc h4 {
    font-size: 14px;
    font-weight: 600;
    color: #e0e8ee;
    margin: 0 0 12px;
}
.seo-pricing-examples {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.seo-pricing-example {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(145deg, #2f3a47, #2c3440);
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 10px;
    padding: 14px 18px;
    transition: border-color 0.2s;
}
.seo-pricing-example:hover {
    border-color: rgba(78,158,255,0.15);
}
.seo-pricing-example span {
    font-size: 13px;
    color: #b8c4ce;
}
.seo-pricing-example .price {
    font-size: 16px;
    color: #4e9eff;
    font-weight: 700;
}
.seo-pricing-note {
    font-size: 12px;
    color: #8e99a5;
    margin: 12px 0 0;
    line-height: 1.55;
}

/* --- SEO Long Text --- */
.seo-text-section {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 28px;
    margin-top: 8px;
}
.seo-text-content p {
    font-size: 13px;
    line-height: 1.8;
    color: #8e99a5;
    margin: 0 0 14px;
}
.seo-text-content strong {
    color: #b8c4ce;
}
.seo-text-content h3 {
    font-size: 15px;
    font-weight: 600;
    color: #d6dde3;
    margin: 24px 0 10px;
    padding-left: 12px;
    border-left: 3px solid #4e9eff;
}

/* --- Demo column: AI Chat demo card --- */
.demo-chat-preview {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 4px 0;
}
.demo-chat-msg {
    max-width: 90%;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #d6dde3;
}
.demo-chat-msg-user {
    align-self: flex-end;
    background: #3b6fa0;
    border-bottom-right-radius: 3px;
}
.demo-chat-msg-bot {
    align-self: flex-start;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    border-bottom-left-radius: 3px;
}
.demo-chat-msg-bot strong {
    color: #e0e8ee;
}

/* --- Demo column: Export demo card --- */
.demo-export-preview {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 4px 0;
}
.demo-export-row {
    display: flex;
    gap: 8px;
}
.demo-export-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    background: rgba(255,255,255,0.03);
    border-radius: 8px;
    padding: 10px 6px;
}
.demo-export-icon {
    font-size: 18px;
}
.demo-export-item span {
    font-size: 11px;
    font-weight: 600;
    color: #c5d0da;
}
.demo-export-pdf {
    font-size: 11px;
    color: #8e99a5;
    background: rgba(78,158,255,0.06);
    border-radius: 8px;
    padding: 8px 10px;
    text-align: center;
}
.demo-export-pdf span {
    display: block;
    font-weight: 600;
    color: #b8c4ce;
    margin-bottom: 3px;
}
.demo-export-pdf small {
    font-size: 10px;
    color: #6b7684;
}

/* --- Responsive: Features & Scenarios --- */
@media (max-width: 768px) {
    .seo-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .seo-formats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .seo-scenarios-grid {
        grid-template-columns: 1fr;
    }
    .seo-pricing {
        flex-direction: column;
    }
}
@media (max-width: 480px) {
    .seo-features-grid {
        grid-template-columns: 1fr;
    }
    .seo-formats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* --- Decorative background elements for premium feel --- */
.display__item:nth-child(2) {
    position: relative;
    overflow-x: clip;
}
.display__item:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 35%;
    right: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(78,158,255,0.03) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.display__item:nth-child(2)::after {
    content: '';
    position: absolute;
    bottom: 20%;
    left: -40px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(78,158,255,0.025) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.display__item:nth-child(2) > .seo-section {
    position: relative;
    z-index: 1;
}
.display__item:nth-child(2) > .display__item__chat {
    position: relative;
    z-index: 1;
}