* { box-sizing: border-box; }
body {
    font-family: -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
    background: #ffffff;
    margin: 0;
    margin-top: 70px;
    color: #1a2332;
    -webkit-font-smoothing: antialiased;
    line-height: 1.55;
}

/* ============ BREADCRUMBS ============ */
.breadcrumbs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 40px 0;
    font-size: 13px;
    color: #8a96a3;
}
.breadcrumbs a {
    color: #5a6878;
    text-decoration: none;
}
.breadcrumbs a:hover { color: #2b7fc4; }
.breadcrumbs span { margin: 0 8px; color: #d5dde6; }

/* ============ HERO ============ */
.hero {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 40px 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.hero-eyebrow {
    display: inline-block;
    padding: 6px 14px;
    background: #eaf3fb;
    color: #2b7fc4;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.hero-h1 {
    font-size: 40px;
    font-weight: 700;
    color: #1a2332;
    margin: 0 0 22px;
    line-height: 1.15;
}
.hero-h1 span { color: #2b7fc4; }
.hero-lead {
    font-size: 17px;
    color: #5a6878;
    margin: 0 0 32px;
    line-height: 1.6;
}
.hero-buttons {
    display: flex;
    justify-content: space-evenly;
    gap: 12px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.btn-primary {
    padding: 14px 26px;
    background: #2b7fc4;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.15s;
}
.btn-primary:hover { background: #2370b0; }
.btn-secondary {
    padding: 14px 26px;
    background: white;
    color: #1a2332;
    border: 1px solid #d5dde6;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
}
.hero-trust {
    display: flex;
    gap: 24px;
    font-size: 13px;
    color: #5a6878;
    flex-wrap: wrap;
}
.trust-item { display: flex; align-items: center; gap: 6px; }
.trust-icon { width: 16px; height: 16px; color: #5fb8a8; }

.hero-visual {
    background: #f7f9fc;
    border-radius: 14px;
    padding: 30px;
    aspect-ratio: 1.1/1;
    position: relative;
    overflow: hidden;
}
.hero-visual svg { width: 100%; height: 100%; display: block; }

/* ============ INTRO TEXT (SEO) ============ */
.intro-text {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 40px 60px;
    font-size: 16px;
    color: #2c3849;
    line-height: 1.75;
}
.intro-text p { margin: 0 0 18px; }
.intro-text a {
    color: #2b7fc4;
    text-decoration: none;
    border-bottom: 1px solid #c5d8ea;
}
.intro-text a:hover { border-bottom-color: #2b7fc4; }

/* ============ PAIN BLOCK ============ */
.whatis-section {
    background: #f7f9fc;
    padding: 70px 40px;
}
.usecases-section {
    padding: 80px 40px;
}
.howto-section {
    background: #f7f9fc;
    padding: 80px 40px;
}

.scenarios-section {
    padding: 80px 40px;
    background: #f7f9fc;
}

.howto-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.howto-step {
    background: white;
    border-radius: 12px;
    padding: 26px 24px;
    border: 1px solid #e3e8ef;
    position: relative;
}
.howto-step-num {
    font-size: 36px;
    font-weight: 700;
    color: #2b7fc4;
    line-height: 1;
    margin-bottom: 14px;
    font-family: Georgia, serif;
    opacity: 0.4;
}
.howto-step-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a2332;
    margin: 0 0 8px;
    line-height: 1.35;
}
.howto-step-desc {
    font-size: 13.5px;
    color: #5a6878;
    line-height: 1.55;
    margin: 0;
}

.when-section, .reasons-section, .pain-section {
    background: #f7f9fc;
    padding: 70px 40px;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.section-h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a2332;
    text-align: center;
    margin: 0 0 18px;
    line-height: 1.25;
}
.section-h2 span { color: #2b7fc4; }
.section-sub {
    font-size: 16px;
    color: #5a6878;
    text-align: center;
    max-width: 640px;
    margin: 0 auto 50px;
    line-height: 1.6;
}
.reasons-grid, .pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.reason-card, .pain-card {
    background: white;
    border-radius: 12px;
    padding: 28px;
    border: 1px solid #e3e8ef;
}
.pain-icon-wrap {
    width: 44px;
    height: 44px;
    background: #fdecec;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.pain-icon { width: 22px; height: 22px; color: #d04e4e; }
.pain-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a2332;
    margin: 0 0 10px;
    line-height: 1.35;
}
.pain-desc {
    font-size: 14.5px;
    color: #5a6878;
    line-height: 1.6;
    margin: 0;
}
.reason-num {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    color: #2b7fc4;
    line-height: 1;
    margin-bottom: 14px;
    font-family: Georgia, serif;

}


.usecases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.whatis-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.when-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    max-width: 1000px;
    margin: 0 auto;
}

.usecase-card {
    background: white;
    border-radius: 12px;
    padding: 28px;
    border: 1px solid #e3e8ef;
    transition: border-color 0.15s, transform 0.15s;
}
.when-card {
    background: white;
    border-radius: 14px;
    padding: 32px;
    border: 1px solid #e3e8ef;
}
.when-card.cognispectix {
    border-color: #c5d8ea;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
}
.when-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.when-card-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding: 4px 10px;
    border-radius: 6px;
}
.when-card.cognispectix .when-card-label {
    background: #2b7fc4;
    color: white;
}
.when-card.miro .when-card-label {
    background: #e3e8ef;
    color: #5a6878;
}
.when-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a2332;
    margin: 0;
}

.when-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.when-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 0;
    font-size: 14.5px;
    color: #2c3849;
    line-height: 1.55;
    border-bottom: 1px solid #eef1f5;
}
.when-list li:last-child { border-bottom: none; }
.when-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;

    margin-top: 2px;
}
.when-card.cognispectix .when-icon { color: #2b7fc4; }
.when-card.miro .when-icon { color: #c47b1f; }

.usecase-icon-wrap {
    width: 44px;
    height: 44px;
    background: #eaf3fb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.usecase-icon {
    width: 22px;
    height: 22px;
    color: #2b7fc4;
}
.usecase-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a2332;
    margin: 0 0 10px;
    line-height: 1.35;
}
.usecase-desc {
    font-size: 14.5px;
    color: #5a6878;
    line-height: 1.6;
    margin: 0;
}

/* ============ FEATURES BLOCK ============ */
.features-section {
    padding: 80px 40px;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.feature-card {
    background: white;
    border-radius: 12px;
    padding: 28px;
    border: 1px solid #e3e8ef;
}
.feature-icon-wrap {
    width: 44px;
    height: 44px;
    background: #eaf3fb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.feature-icon { width: 22px; height: 22px; color: #2b7fc4; }
.feature-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a2332;
    margin: 0 0 10px;
    line-height: 1.35;
}
.feature-desc {
    font-size: 14.5px;
    color: #5a6878;
    line-height: 1.6;
    margin: 0;

}


/* ============ STRUCTURE COMPARISON (visual) ============ */
.structure-section {
    padding: 80px 40px;
}
.structure-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}
.structure-card {
    background: white;
    border-radius: 14px;
    padding: 30px;
    border: 1px solid #e3e8ef;
}
.structure-card.highlighted {
    border-color: #c5d8ea;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
}
.structure-label {




    display: inline-block;



    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.structure-card.highlighted .structure-label {
    background: #2b7fc4;
    color: white;
}
.structure-card:not(.highlighted) .structure-label {
    background: #e3e8ef;
    color: #5a6878;
}
.structure-title {
    font-size: 19px;
    font-weight: 700;
    color: #1a2332;
    margin: 0 0 16px;

}
.structure-visual {
    background: #f7f9fc;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 18px;
    aspect-ratio: 1.4/1;
}
.structure-visual svg { width: 100%; height: 100%; display: block; }
.structure-desc {
    font-size: 14.5px;
    color: #5a6878;
    line-height: 1.6;
    margin: 0;
}
.structure-desc strong { color: #1a2332; }

/* ============ SCENARIOS ============ */

.scenario {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}
.scenario:last-child { margin-bottom: 0; }
.scenario.reverse { direction: rtl; }
.scenario.reverse > * { direction: ltr; }

.scenario-badge {
    display: inline-block;
    padding: 5px 12px;
    background: #eaf3fb;
    color: #2b7fc4;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}
.scenario-h3 {
    font-size: 26px;
    font-weight: 700;
    color: #1a2332;
    margin: 0 0 16px;
    line-height: 1.3;
}
.scenario-desc {
    font-size: 15.5px;
    color: #5a6878;
    line-height: 1.65;
    margin: 0 0 20px;
}
.scenario-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.scenario-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 8px 0;
    font-size: 14.5px;
    color: #2c3849;
    line-height: 1.55;
}
.check-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    color: #5fb8a8;
    margin-top: 2px;
}
.scenario-link {
    font-size: 14px;
    color: #2b7fc4;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.scenario-link:hover { text-decoration: underline; }
.scenario-visual {
    background: #f7f9fc;
    border-radius: 12px;
    padding: 30px;
    aspect-ratio: 1.15/1;
}
.scenario-visual svg { width: 100%; height: 100%; display: block; }

/* ============ SCENARIOS ============ */
.scenarios { padding: 80px 40px; background: white; }

.scenarios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.scenarios-reverse {
    background: #f7f9fc;
}

.scenario-mini {
    background: #f7f9fc;
    border-radius: 12px;
    padding: 28px;
    text-decoration: none;
    color: inherit;
    border: 1px solid transparent;
    transition: border-color 0.15s, transform 0.15s;
    display: block;
}

.scenarios-reverse .scenario-mini {
    background: white;
    border: 1px solid #e3e8ef;
}

.scenario-mini:hover {
    border-color: #c5d8ea;
    transform: translateY(-3px);
}
.scenario-mini-visual {
    height: 100px;
    background: white;
    border-radius: 8px;
    padding: 14px;

    margin-bottom: 18px;
    border: 1px solid #e3e8ef;
}
.scenario-mini-visual svg { width: 100%; height: 100%; display: block; }
.scenario-mini-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a2332;
    margin: 0 0 8px;
    line-height: 1.35;
}
.scenario-mini-desc {
    font-size: 14px;
    color: #5a6878;
    line-height: 1.55;
    margin: 0 0 12px;
}
.scenario-mini-link {
    font-size: 13px;
    color: #2b7fc4;
    font-weight: 600;
}

.negative {
    background: white;
    border: 1px solid #e3e8ef;
}

.negative .scenario-mini-visual {
    background: #f7f9fc;
}


/* ============ COMPARISON ============ */
.comparison-section {
    background: #f7f9fc;
    padding: 80px 40px;
}
.comparison-table {
    background: white;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    border: 1px solid #e3e8ef;
}
.comparison-row {
    display: grid;
    grid-template-columns: 2fr 1.2fr 1fr 1fr;
    align-items: center;
    border-bottom: 1px solid #eef1f5;
}
.five-columns {
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;   /* 5 колонок */
}

.comparison-row:last-child { border-bottom: none; }
.comparison-cell {
    padding: 18px 24px;
    font-size: 14.5px;
    color: #2c3849;
}
.comparison-row.header {
    background: #1a2332;
    color: white;
}
.comparison-row.header .comparison-cell {
    color: white;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.comparison-row.header .highlighted { background: #2b7fc4; }
.comparison-cell.feature { font-weight: 500; color: #1a2332; }
.comparison-cell.highlighted {
    background: #f0f6fb;
    text-align: center;
    font-weight: 600;
    color: #2b7fc4;
}
.comparison-cell.center { text-align: center; }
.yes-icon { color: #5fb8a8; width: 20px; height: 20px; }
.no-icon { color: #d5dde6; width: 20px; height: 20px; }
.partial-text { color: #c47b1f; font-weight: 500; font-size: 13px; }

/* ============ RELATED ============ */
.related-section {
    padding: 70px 40px;
    background: white;
}
.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.related-card {
    background: #f7f9fc;
    border-radius: 12px;
    padding: 26px;
    text-decoration: none;
    color: inherit;
    border: 1px solid transparent;
    transition: border-color 0.15s, transform 0.15s;
    display: block;
}
.related-card:hover {
    border-color: #c5d8ea;
    transform: translateY(-3px);
}
.related-tag {
    font-size: 12px;
    font-weight: 600;
    color: #2b7fc4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.related-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a2332;
    margin: 0 0 8px;
    line-height: 1.35;
}
.related-desc {
    font-size: 14px;
    color: #5a6878;
    line-height: 1.55;
    margin: 0;
}


.criteria-section {
    background: #f7f9fc;
    padding: 70px 40px;
}

.criteria-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.criteria-card {
    background: white;
    border-radius: 12px;
    padding: 28px;
    border: 1px solid #e3e8ef;
}

.criteria-num {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    color: #2b7fc4;
    line-height: 1;
    margin-bottom: 14px;
    font-family: Georgia, serif;
}

.criteria-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a2332;
    margin: 0 0 10px;
    line-height: 1.35;
}

.criteria-desc {
    font-size: 14.5px;
    color: #5a6878;
    line-height: 1.6;
    margin: 0 0 12px;
}

.criteria-note {
    font-size: 13px;
    color: #2b7fc4;
    line-height: 1.5;
    padding-top: 12px;
    border-top: 1px solid #eef1f5;
    font-style: italic;
}

/* ============ FAQ ============ */
.faq-section {
    background: #f7f9fc;
    padding: 80px 40px;
}
.faq-list {
    max-width: 820px;
    margin: 0 auto;
}
.faq-item {
    background: white;
    border-radius: 10px;
    padding: 22px 26px;
    margin-bottom: 12px;
    border: 1px solid #e3e8ef;
}
.faq-q {
    font-size: 15.5px;
    font-weight: 600;
    color: #1a2332;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    line-height: 1.4;
    margin: 0;
}
.faq-toggle {
    color: #2b7fc4;
    font-size: 20px;
    font-weight: 400;
    flex-shrink: 0;
    margin-left: 16px;
}
.faq-a {
    font-size: 14.5px;
    color: #5a6878;
    line-height: 1.65;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #eef1f5;
}

.negativeFaq {
    background: white;
}

/* ============ FINAL CTA ============ */
.final-cta {
    display: flex;
    justify-content: center;
/*    background: #1a2332;*/
    background: linear-gradient(135deg, #0d2952, #1a3a6b);
    color: white;
    padding: 90px 40px;
    text-align: center;
}
.final-cta h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 18px;
    line-height: 1.2;
}
.final-cta p {
    font-size: 17px;
    color: #a0adbf;
    max-width: 580px;
    margin: 0 auto 36px;
    line-height: 1.6;
}
.final-cta .btn-primary { background: #2b7fc4; padding: 16px 32px; font-size: 16px; }
.final-cta-note { margin-top: 20px; font-size: 13px; color: #8a96a3; }

/* ============ RESPONSIVE ============ */
@media (max-width: 920px) {
    .hero { grid-template-columns: 1fr; gap: 40px; padding: 30px 20px 50px; }
    .hero-h1 { font-size: 30px; }
    .breadcrumbs { padding: 16px 20px 0; }
    .intro-text { padding: 0 20px 40px; }
    .when-grid, .features-grid, .scenarios-grid { grid-template-columns: 1fr; }
    .when-section, .features-section, .comparison-section, .scenarios, .faq-section { padding: 50px 20px; }
    .reasons-grid, .scenarios-grid { grid-template-columns: 1fr; }
    .pain-grid, .related-grid { grid-template-columns: 1fr; }
    .structure-grid { grid-template-columns: 1fr; gap: 24px; }
    .reasons-section, .structure-section, .comparison-section, .scenarios, .pain-section, .scenarios, .case-section, .faq-section, .related-section { padding: 50px 20px; }
    .scenario { grid-template-columns: 1fr; gap: 30px; margin-bottom: 60px; }
    .scenario.reverse { direction: ltr; }
    .comparison-row { grid-template-columns: 2fr 1fr 1fr 1fr; }
    .comparison-cell { padding: 12px 14px; font-size: 13px; }
    .section-h2 { font-size: 24px; }
    .final-cta { padding: 60px 20px; }
    .final-cta h2 { font-size: 26px; }
}

.glass-card {
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 40px 32px 36px;
    transition: all 0.4s ease;
    height: 100%;
    width: 70%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    align-items: center;
}

.try-it-yourself_landing {
    display: flex;
}

.try-it-yourself_landing input {
    margin-right: 15%;
}