.home-answer__grid,
.home-accessibility__panel,
.home-start-paths__grid,
.home-power__grid,
.home-audiences__grid,
.news-archive__hub-grid,
.integration-archive__summary-grid,
.industry-archive__summary-grid,
.industry-archive__links-grid,
.industry-archive__grid,
.kb-archive-hub__grid,
.kb-single-context__grid,
.news-single__related-grid,
.integration-answer__grid,
.industry-answer__grid,
.page-default__summary-grid,
.pricing-hero__summary,
.services-landing__hero-summary {
    display: grid;
    gap: 18px;
}

.comparison-page {
    color: rgba(234, 242, 255, 0.88);
}

.comparison-page :where(h2, h3, strong) {
    color: #fff;
}

.comparison-page :where(p, li) {
    color: rgba(234, 242, 255, 0.82);
}

.comparison-page__lead {
    max-width: 920px;
    font-size: clamp(20px, 2.2vw, 28px);
    line-height: 1.45;
}

.comparison-page__method,
.comparison-page__disclaimer {
    margin: 28px 0;
    border: 1px solid rgba(19, 92, 255, 0.16);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(19, 92, 255, 0.07), rgba(84, 204, 255, 0.08));
    padding: 20px 22px;
}

.comparison-page__table-wrap {
    width: 100%;
    margin: 24px 0 36px;
    overflow-x: auto;
    border: 1px solid rgba(16, 35, 63, 0.1);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(20, 45, 85, 0.08);
    -webkit-overflow-scrolling: touch;
}

.comparison-page table {
    width: 100%;
    min-width: 820px;
    margin: 0;
    border: 0;
    border-collapse: collapse;
}

.comparison-page th,
.comparison-page td {
    padding: 16px 18px;
    border: 0;
    border-bottom: 1px solid rgba(16, 35, 63, 0.08);
    vertical-align: top;
    text-align: left;
}

.comparison-page tbody td {
    color: #10233f;
}

.comparison-page thead th {
    background: #10233f;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.01em;
}

.comparison-page tbody th {
    min-width: 130px;
    color: #10233f;
    font-weight: 800;
}

.comparison-page tbody tr:last-child th,
.comparison-page tbody tr:last-child td {
    border-bottom: 0;
}

.comparison-page tbody tr:nth-child(even) {
    background: rgba(241, 246, 255, 0.55);
}

.comparison-page__sources a {
    overflow-wrap: anywhere;
}

@media (max-width: 767px) {
    .comparison-page__method,
    .comparison-page__disclaimer {
        border-radius: 16px;
        padding: 18px;
    }

    .comparison-page th,
    .comparison-page td {
        padding: 14px;
    }
}

@media (max-width: 960px) {
    .comparison-page__table-wrap {
        overflow: hidden;
        border: 0;
        border-radius: 18px;
        background: transparent;
        box-shadow: none;
    }

    .comparison-page table,
    .comparison-page tbody,
    .comparison-page tr,
    .comparison-page th,
    .comparison-page td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .comparison-page table {
        border-collapse: separate;
    }

    .comparison-page thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .comparison-page thead th {
        overflow: hidden;
    }

    .comparison-page tbody {
        display: grid;
        gap: 14px;
    }

    .comparison-page tbody tr {
        overflow: hidden;
        border: 1px solid rgba(16, 35, 63, 0.1);
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 12px 30px rgba(20, 45, 85, 0.07);
    }

    .comparison-page tbody th {
        padding: 14px 16px;
        border: 0;
        background: #10233f;
        color: #fff;
    }

    .comparison-page tbody td {
        display: grid;
        grid-template-columns: minmax(108px, 34%) minmax(0, 1fr);
        gap: 12px;
        align-items: start;
        padding: 13px 16px;
        overflow-wrap: anywhere;
    }

    .comparison-page tbody td::before {
        color: #4f627d;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.02em;
        line-height: 1.35;
        text-transform: uppercase;
    }

    .comparison-page table:has(thead th:nth-child(4)) tbody td:nth-of-type(1)::before {
        content: "Что заявлено";
    }

    .comparison-page table:has(thead th:nth-child(4)) tbody td:nth-of-type(2)::before {
        content: "Модель старта";
    }

    .comparison-page table:has(thead th:nth-child(4)) tbody td:nth-of-type(3)::before {
        content: "Когда смотреть";
    }

    .comparison-page table:not(:has(thead th:nth-child(4))) tbody td:nth-of-type(1)::before {
        content: "AppsMax";
    }

    .comparison-page table:not(:has(thead th:nth-child(4))) tbody td:nth-of-type(2)::before {
        content: "Другая платформа";
    }

    .comparison-page tbody tr:last-child th,
    .comparison-page tbody tr:last-child td {
        border-bottom: 1px solid rgba(16, 35, 63, 0.08);
    }

    .comparison-page tbody tr:last-child td:last-child {
        border-bottom: 0;
    }
}

.home-answer__grid,
.home-start-paths__grid,
.home-power__grid,
.home-audiences__grid,
.news-archive__hub-grid,
.integration-archive__summary-grid,
.industry-archive__summary-grid,
.industry-archive__links-grid,
.industry-archive__grid,
.kb-archive-hub__grid,
.kb-single-context__grid,
.news-single__related-grid,
.integration-answer__grid,
.industry-answer__grid,
.page-default__summary-grid,
.pricing-hero__summary,
.services-landing__hero-summary {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.home-accessibility__panel {
    grid-template-columns: 1fr;
    padding: clamp(24px, 4vw, 34px);
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(135deg, rgba(255, 138, 107, 0.12), rgba(73, 199, 193, 0.1)),
        linear-gradient(180deg, rgba(23, 32, 60, 0.82), rgba(11, 16, 31, 0.9));
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.home-accessibility__steps {
    display: grid;
    gap: 14px;
}

.home-accessibility__step {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.home-accessibility__step h3,
.home-accessibility__step p {
    overflow-wrap: anywhere;
}

.home-accessibility__step h3 {
    margin: 0 0 8px;
}

.home-accessibility__step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.home-accessibility__step-num {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.home-answer__card,
.home-start-paths__card,
.home-power__card,
.home-audiences__card,
.news-archive__hub-card,
.integration-archive__summary-card,
.industry-archive__summary-card,
.industry-archive__link-card,
.industry-archive__card,
.kb-archive-hub__card,
.kb-single-context__card,
.news-single__related-card,
.integration-answer__item,
.industry-answer__card,
.page-default__summary-card,
.pricing-hero__summary-card,
.services-landing__hero-summary-card {
    background: #fff;
    border: 1px solid rgba(16, 35, 63, 0.1);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(16, 35, 63, 0.08);
    padding: 24px;
}

.home-answer,
.home-services-spotlight,
.home-start-paths,
.home-power,
.home-audiences,
.home-kb,
.home-final,
.integration-answer,
.integration-archive__summary,
.industry-answer,
.industry-archive__summary,
.industry-archive__links,
.kb-single__context,
.kb-single__service-cta,
.news-single__topic-bridge,
.news-single__service-cta,
.news-single__related,
.page-default__summary,
.pricing-hero__summary {
    margin-top: 32px;
}

.home-answer__link,
.home-start-paths__link,
.industry-archive__card-link,
.integration-card__link,
.news-single__topic-bridge-card a,
.news-single__related-card a {
    color: #135cff;
    font-weight: 700;
    text-decoration: none;
}

.home-answer__link:hover,
.home-start-paths__link:hover,
.industry-archive__card-link:hover,
.integration-card__link:hover,
.news-single__topic-bridge-card a:hover,
.news-single__related-card a:hover {
    text-decoration: underline;
}

.home-services-spotlight__panel,
.kb-service-cta,
.news-service-cta,
.integration-service-cta__panel,
.news-single__topic-bridge-card,
.page-default__summary,
.industry-archive__header {
    background:
        linear-gradient(135deg, rgba(19, 92, 255, 0.08), rgba(35, 184, 135, 0.08)),
        #fff;
    border: 1px solid rgba(19, 92, 255, 0.12);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(16, 35, 63, 0.1);
    padding: 28px;
}

.home-services-spotlight__actions,
.news-service-cta__actions,
.integration-service-cta__actions,
.kb-service-cta__actions,
.home-final-cta__actions,
.home-audiences__actions,
.page-default__summary-links,
.pricing-hero__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.integration-archive__summary-head,
.industry-archive__section-head,
.kb-archive-hub__header,
.kb-single-context__header,
.integration-section-head--compact {
    margin-bottom: 18px;
}

.industry-archive__eyebrow,
.home-services-spotlight__eyebrow,
.kb-service-cta__eyebrow,
.news-service-cta__eyebrow,
.news-single__topic-bridge-eyebrow,
.integration-service-cta__eyebrow,
.integration-section-label,
.page-default__summary-head p {
    color: #135cff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.industry-archive__title,
.home-services-spotlight__title,
.kb-service-cta__text,
.news-service-cta__text,
.integration-answer__lead,
.page-default__summary-head h2 {
    margin: 0;
}

.integration-archive__summary-card h3,
.industry-archive__summary-card h3,
.industry-archive__link-card h3,
.kb-archive-hub__card h3,
.kb-single-context__card h3,
.news-single__related-card h3,
.integration-answer__item h3,
.industry-answer__card h3,
.page-default__summary-card h3,
.pricing-hero__summary-card h3,
.services-landing__hero-summary-card h3 {
    font-size: 20px;
    line-height: 1.25;
    margin: 0 0 10px;
}

.integration-archive__summary-card p,
.industry-archive__summary-card p,
.industry-archive__link-card p,
.industry-archive__card p,
.kb-archive-hub__card p,
.kb-single-context__card p,
.news-single__related-card p,
.integration-answer__item p,
.industry-answer__card p,
.page-default__summary-card p,
.pricing-hero__summary-card p,
.services-landing__hero-summary-card p,
.news-single__topic-bridge-copy p,
.home-services-spotlight__desc {
    color: #4d5a70;
    margin: 0;
}

.news-single__related-panel,
.industry-relations-card,
.industry-archive__card,
.integration-archive__summary-card,
.news-archive__hub-card,
.kb-archive-hub__card {
    height: 100%;
}

.news-single__related-panel {
    background: #fff;
    border: 1px solid rgba(16, 35, 63, 0.08);
    border-radius: 28px;
    padding: 24px;
}

.news-single__related-panel h2,
.news-single__related-panel h3,
.industry-archive__section-head h2,
.kb-single-context__header h2,
.integration-answer__panel h2,
.page-default__summary-head h2 {
    margin-top: 0;
}

.industry-archive__grid,
.integration-archive__list,
.news-archive__grid {
    margin-top: 24px;
}

.news-archive__hub {
    margin-top: 32px;
    padding: 28px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(19, 92, 255, 0.08), rgba(35, 184, 135, 0.08)),
        #fff;
    border: 1px solid rgba(19, 92, 255, 0.12);
    box-shadow: 0 24px 60px rgba(16, 35, 63, 0.1);
}

.industry-archive__grid,
.news-archive__grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.integration-archive__list {
    display: grid;
    gap: 20px;
}

.integration-card,
.industry-archive__card,
.news-archive__hub-card {
    background: #fff;
    border: 1px solid rgba(16, 35, 63, 0.08);
    border-radius: 24px;
    padding: 24px;
}

.kb-archive-hub,
.kb-single-context {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(16, 35, 63, 0.08);
    border-radius: 28px;
    padding: 28px;
}

.kb-service-cta__email,
.integration-service-cta__email {
    color: #135cff;
    font-weight: 700;
    text-decoration: none;
}

.kb-service-cta__email:hover,
.integration-service-cta__email:hover {
    text-decoration: underline;
}

.page-default__summary-links a {
    color: #135cff;
    font-weight: 700;
    text-decoration: none;
}

.page-default__summary-links a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .home-answer__grid,
    .home-accessibility__panel,
    .home-start-paths__grid,
    .home-power__grid,
    .home-audiences__grid,
    .news-archive__hub-grid,
    .integration-archive__summary-grid,
    .industry-archive__summary-grid,
    .industry-archive__links-grid,
    .industry-archive__grid,
    .kb-archive-hub__grid,
    .kb-single-context__grid,
    .news-single__related-grid,
    .integration-answer__grid,
    .industry-answer__grid,
    .page-default__summary-grid,
    .pricing-hero__summary,
    .services-landing__hero-summary {
        grid-template-columns: 1fr;
    }

    .home-services-spotlight__panel,
    .kb-service-cta,
    .news-service-cta,
    .integration-service-cta__panel,
    .news-single__topic-bridge-card,
    .page-default__summary,
    .industry-archive__header,
    .kb-archive-hub,
    .kb-single-context,
    .news-single__related-panel {
        border-radius: 22px;
        padding: 20px;
    }

    .news-archive__hub {
        border-radius: 22px;
        padding: 20px;
    }

    .home-accessibility__step {
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 16px;
    }

    .home-accessibility__step-num {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        font-size: 13px;
    }
}
