/* --- ПОДКЛЮЧЕНИЕ ШРИФТА --- */
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@400;500;600;700;800&display=swap');

/* Глобальные настройки для страницы */
html {
    scroll-behavior: smooth;
}

/* Принудительное назначение шрифта для всех текстовых узлов, элементов форм и специфических блоков */
body, input, button, textarea, select,
.solution-hero, .solution-detail, .key-functions, 
.how-it-works, .cta-result, .service-formats,
.package-label::before, .btn, .tab-btn,
.antison-relevance, .antison-composition, .as-hiw, .as-effects {
    font-family: 'Commissioner', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Hero-блок */
.solution-hero {
    padding-bottom: 100px;
    color: #fff;
    text-align: left;
    display: block;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.solution-hero .container {
    max-width: 1335px;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
}

.solution-hero__content {
    width: 100%;
    max-width: 820px;
    margin: 0 !important;
    text-align: left;
    position: relative;
    z-index: 5;
}

/* Элементы контента */
.video-hero__kicker {
    font-size: 12px;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.solution-hero__title {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.video-hero__subtitle {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.3;
}

.video-hero__lead {
    max-width: 820px;
    font-size: 18px;
    line-height: 1.55;
    color: #fff;
    margin-bottom: 52px;
}

/* Кнопки */
.solution-hero__actions {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
}

.solution-hero .btn {
    border-radius: 9999px;
    padding: 14px 28px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-align: center;
}

.solution-hero .btn--white {
    background: #fff !important;
    color: #005fae !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.solution-hero .btn--blue {
    background: rgba(0, 62, 124, 0.85) !important;
    color: #fff !important;
    border: 1px solid rgba(110, 167, 255, 0.35);
}

.solution-hero .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Основной контейнер секции */
.solution-detail {
    padding: 80px 0;
    background-color: #fff;
}

/* Вводный текст (Intro) */
.solution-detail__intro {
    max-width: 900px;
    margin-bottom: 45px;
}

.solution-detail__intro p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

/* Сетка (Grid) */
.solution-detail__grid {
    display: flex;
    gap: 40px;
    align-items: center;
}

/* Левая часть - Медиа */
.solution-detail__media {
    flex: 0 0 55%;
    max-width: 55%;
}

.solution-detail__image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Правая часть - Список */
.solution-detail__relevant {
    flex: 1;
}

.solution-detail__title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    line-height: 1.3;
}

/* Кастомный список */
.solution-custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.solution-custom-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 1.4;
    color: #333;
}

.solution-custom-list .list-arrow {
    color: #007BB7;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    margin-top: 2px;
}

/* Антисон */
.antison-relevance {
    padding: 80px 0 0;
    background-color: #fff;
}

.antison-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Заголовки */
.antison-header {
    margin-bottom: 50px;
}

.antison-main-subtitle {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    max-width: 950px;
}

/* Ряд с контентом */
.antison-main-row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}

.antison-image-col {
    flex: 1;
}

.antison-image-col img {
    width: 100%;
    height: auto;
    display: block;
}

/* Серая карточка */
.antison-content-col {
    flex: 1;
}

.antison-gray-card {
    background-color: #F7F3F3;
    padding: 45px;
    border-radius: 35px;
}

.antison-list-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #111;
}

.antison-items {
    list-style: none;
    padding: 0;
}

.antison-items li {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
    align-items: flex-start;
}

.antison-arrow {
    color: #007BB7;
    font-weight: 900;
    font-size: 18px;
}

.antison-item-text {
    font-size: 17px;
    line-height: 1.4;
    color: #333;
    white-space: pre-line;
}

/* СИНИЙ CTA БЛОК */
.antison-cta-block {
    background: linear-gradient(90deg, #007BB7 0%, #005A87 100%);
    border-radius: 30px;
    padding: 50px 40px;
    text-align: center;
    color: #fff;
    box-shadow: 0 15px 35px rgba(0, 123, 183, 0.2);
}

.antison-cta-content p {
    margin: 0;
    font-size: 24px;
    line-height: 1.3;
}

.antison-cta-content strong {
    font-weight: 700;
}

.antison-cta-content span {
    display: inline-block;
    margin-top: 5px;
    opacity: 0.9;
}

/* Секция Состав */
.antison-composition {
    padding: 80px 0 0;
    background: #fff;
}

.antison-composition__title .blue {
    color: #007BB7;
}

.antison-composition__wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.antison-composition__img {
    width: 120%;
    margin-left: -300px;
    height: auto;
    display: block;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Стили меток */
.antison-label {
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    max-width: 240px;
}

.antison-bold {
    font-weight: 600;
}

.antison-label--1 { top: 17%; left: 16%; }
.antison-label--2 { top: 16%; right: 6%; }
.antison-label--3 { top: 29.5%; right: 0%; }
.antison-label--4 { top: 47%; right: -2%; }
.antison-label--5 { top: 63%; right: 5%; }
.antison-label--6 { bottom: 16%; left: 31.5%; }
.antison-label--7 { bottom: 18%; right: 21%; }

.antison-composition__footer {
    text-align: left;
}

.antison-composition__text {
    font-size: 18px;
    color: #111;
}

.antison-tag {
    display: inline-block;
    background: #F2F6F9;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 15px;
    color: #007BB7;
    margin: 0 5px;
    font-weight: 600;
}

/* Принцип работы */
.as-hiw {
    padding: 100px 0;
    background-color: #ffffff;
}

.as-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Сетка верхних карточек */
.as-hiw-top {
    display: flex;
    align-items: stretch;
    gap: 30px;
    margin-bottom: 80px;
}

.as-hiw-card {
    flex: 1;
    background-color: #F8FAFD;
    border-radius: 30px;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.as-hiw-card-main {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.as-hiw-card-img {
    flex: 0 0 120px;
}

.as-hiw-card-img img {
    width: 100%;
    height: auto;
}

.as-hiw-card-txt h3 {
    font-size: 24px;
    font-weight: 700;
    color: #007BB7;
    margin: 0 0 15px 0;
}

.as-hiw-card-txt p, 
.as-hiw-card-txt li {
    font-size: 16px;
    line-height: 1.4;
    color: #333333;
}

.as-hiw-card-txt ul {
    margin: 10px 0 0 0;
    padding-left: 20px;
}

/* Разделитель между карточками */
.as-hiw-sep {
    flex: 0 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.as-hiw-sep img {
    width: 100%;
    max-width: 45px;
}

/* Блок примечаний во всю ширину */
.as-hiw-card-notes {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 123, 183, 0.15);
    width: 100%;
}

.as-hiw-sub-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.as-hiw-sub-list li {
    font-size: 14px;
    color: #666666;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    line-height: 1.3;
}

.as-hiw-sub-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #007BB7;
    font-weight: bold;
}

.as-hiw-footnote {
    font-size: 14px !important;
    margin-left: 15px;
    font-style: italic;
    color: #999999;
    margin-top: 10px;
}

/* Нижние шаги */
.as-hiw-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 80px;
}

.as-hiw-step-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.hiw-step-number {
    flex: 0 0 50px;
    height: 50px;
    background-color: #007BB7;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.as-hiw-step-content p {
    font-size: 17px;
    line-height: 1.5;
    color: #111111;
    margin: 0;
}

/* Эффекты внедрения */
.as-effects {
    padding: 80px 0;
}

.as-effects-card {
    background: linear-gradient(90deg, #007BB7 0%, #004D73 100%);
    border-radius: 30px;
    padding: 60px 80px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Заголовок внутри карточки */
.as-effects-header {
    margin-bottom: 50px;
}

.as-effects-header h2 {
    color: #ffffff;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
}

/* Сетка 2x2 */
.as-effects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 100px;
    margin-bottom: 20px;
}

.as-effects-item {
    display: flex;
    align-items: center;
    gap: 25px;
}

/* Иконки: принудительно делаем белыми */
.as-effects-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.as-effects-icon img {
    max-width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}

/* Текст эффекта */
.as-effects-text {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
}

/* Кнопка в футере карточки */
.as-effects-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.btn-white-glass {
    display: inline-block;
    padding: 14px 35px;
    background: #E8F2F8;
    color: #001A34;
    text-decoration: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

.btn-white-glass:hover {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.5);
}

/* --- АДАПТИВНОСТЬ --- */
@media (max-width: 1024px) {
    .as-hiw-top { flex-direction: column; }
    .as-hiw-sep { transform: rotate(90deg); margin: 10px auto; }
    .as-hiw-steps { grid-template-columns: 1fr; }
    .as-effects-card { padding: 50px 40px; }
    .as-effects-grid { gap: 40px; }
}

@media (max-width: 991px) {
    .antison-main-row { flex-direction: column; }
    .antison-image-col { order: 2; }
    .antison-cta-content p { font-size: 20px; }
    .antison-label { font-size: 14px; max-width: 180px; }
}

@media (max-width: 768px) {
    .antison-composition__wrapper { display: flex; flex-direction: column; gap: 10px; }
    .antison-label { position: static !important; max-width: 100%; padding: 10px 15px; background: #F7F3F3; border-radius: 10px; border-left: 4px solid #007BB7; }
    .antison-composition__img { order: -1; margin-bottom: 20px; margin-left: -15%; }
    .as-effects-grid { grid-template-columns: 1fr; gap: 30px; }
    .as-effects-header h2 { font-size: 28px; }
    .as-effects-footer { justify-content: center; margin-top: 40px; }
    .as-effects-text { font-size: 18px; }
}

@media (max-width: 600px) {
    .antison-main-title { font-size: 26px; }
    .antison-gray-card { padding: 30px 20px; }
    .as-hiw-card-main { flex-direction: column; align-items: center; text-align: center; }
    .as-hiw-card-txt ul { display: inline-block; text-align: left; }
}

/* Единый стиль заголовков секций */
.section-title,
.sf-title,
.fix-main-title,
.antison-main-title,
.antison-composition__title,
.as-hiw-title,
.key-functions .section-title {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 1.3;
}