h2 {
    margin: 0 0 20px;
    color: #1f2937;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

h2 span {
    color: #2b6ef5;
}

.header-banner .hero img {
    max-width: 590px;
    width: 100%;
}

.w-width-all {
    background: #f6f9ff;
}

.photo-limits-section {
    padding: 78px 0 82px;
}

.photo-limits-section h2 {
    margin-bottom: 24px;
    color: #111827;
}

.photo-limits-section .products_dec {
    max-width: 650px;
    margin-bottom: 54px;
    color: #2f3a4a;
    font-size: 16px;
    line-height: 1.55;
}

.photo-limits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    max-width: 950px;
    margin: 0 auto;
}

.photo-limits-card {
    min-height: 278px;
    padding: 36px 42px;
    border-radius: 20px;
    background: #fff;
}

.photo-limits-card h3 {
    margin: 0 0 30px;
    color: #111827;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.photo-limits-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    margin-bottom: 24px;
}

.photo-limits-item:last-child {
    margin-bottom: 0;
}

.photo-limits-item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.photo-limits-item p {
    margin: 0;
    color: #1f2937;
    font-size: 16px;
    line-height: 1.45;
}

.video-everyone-section {
    padding-top: 78px;
    padding-bottom: 82px;
}

.video-everyone-section .products_dec {
    max-width: 620px;
    margin-bottom: 54px;
    font-size: 16px;
    line-height: 1.55;
}

.video-everyone-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
    align-items: center;
    gap: 52px;
    max-width: 900px;
    margin: 0 auto;
}

.video-everyone-main img {
    display: block;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(38, 64, 97, .12);
}

.video-everyone-copy h3 {
    margin: 0 0 26px;
    color: #1f2937;
    font-size: 24px;
    font-weight: 700;
}

.video-everyone-copy > p {
    min-height: 94px;
    margin: 0 0 48px;
    color: #3d4755;
    font-size: 16px;
    line-height: 1.5;
}

.video-everyone-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
}

.video-everyone-tabs button,
.doc-recovery-tabs button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
}

.video-everyone-tabs img {
    display: block;
    width: 100%;
    border: 2px solid transparent;
    border-radius: 4px;
}

.video-everyone-tabs span {
    display: block;
    margin-top: 8px;
    color: #202a39;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.video-everyone-tabs button.active img {
    border-color: #2b6ef5;
}

.video-everyone-tabs button.active span {
    color: #2b6ef5;
}

.doc-recovery-section {
    padding: 78px 0 88px;
}

.doc-recovery-section h2 {
    color: #111827;
}

.doc-recovery-section .products_dec {
    max-width: 620px;
    margin-bottom: 58px;
    font-size: 16px;
    line-height: 1.55;
}

.doc-recovery-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
    margin: 0 auto 58px;
    border-bottom: 1px solid #d9e1ef;
}

.doc-recovery-tabs button {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 14px;
    padding: 0 18px 18px;
    color: #111827;
}

.doc-recovery-tabs img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.doc-recovery-tabs span {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.doc-recovery-tabs button.active {
    color: #2b6ef5;
}

.doc-recovery-tabs button.active::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    content: "";
    height: 3px;
    background: #2b6ef5;
}

.doc-recovery-panel {
    display: none;
    grid-template-columns: minmax(0, 1fr) minmax(0, .86fr);
    align-items: center;
    gap: 78px;
    max-width: 900px;
    margin: 0 auto;
}

.doc-recovery-panel.active {
    display: grid;
}

.doc-recovery-image img {
    display: block;
    width: 100%;
}

.doc-recovery-copy p {
    margin: 0 0 28px;
    color: #3d4755;
    font-size: 16px;
    line-height: 1.55;
}

.doc-recovery-copy ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.doc-recovery-copy li {
    position: relative;
    padding-left: 24px;
    color: #3d4755;
    font-size: 16px;
    line-height: 1.45;
}

.doc-recovery-copy li::before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #0ccf6a;
    border-radius: 50%;
    box-sizing: border-box;
}

.doc-recovery-copy li::after {
    position: absolute;
    left: 5px;
    top: 7px;
    content: "";
    width: 4px;
    height: 6px;
    border-right: 1px solid #0ccf6a;
    border-bottom: 1px solid #0ccf6a;
    transform: rotate(45deg);
}

.file-extra-section {
    padding: 78px 0;
    background: #fff;
}

.file-extra-section.file-extra-band {
    background: #f4f8ff;
}

.file-extra-row {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 78px;
    max-width: 1040px;
}

.file-extra-reverse .file-extra-copy {
    order: 2;
}

.file-extra-copy h2 {
    margin: 0 0 28px;
    color: #111827;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.18;
    text-align: left;
}

.file-extra-copy p {
    margin: 0 0 13px;
    color: #3d4755;
    font-size: 16px;
    line-height: 1.5;
}

.file-extra-copy p:last-child {
    margin-bottom: 0;
}

.file-extra-media img {
    display: block;
    width: 100%;
    height: auto;
}

.products_dec,
.c-bottom {
    max-width: 830px;
    margin: 0 auto 42px;
    color: #526071;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 34px;
}

.product-card {
    padding: 32px 24px;
    border: 1px solid #e7edf8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(31, 56, 88, .08);
    text-align: center;
}

.product-card img {
    width: 74px;
    height: 74px;
    object-fit: contain;
    margin-bottom: 18px;
}

.product-card h3 {
    margin: 0 0 10px;
    color: #26384f;
    font-size: 18px;
    font-weight: 700;
}

.product-card p {
    margin: 0;
    color: #526071;
    font-size: 16px;
    line-height: 1.65;
}

.image-text {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
    align-items: center;
    gap: 60px;
    margin: 58px 0;
}

.image-text .custom-order {
    order: -1;
}

.image-container img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.content-text h3 {
    margin: 0 0 16px;
    color: #1f2937;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.28;
}

.content-text > p {
    margin: 0 0 14px;
    color: #526071;
    font-size: 16px;
    line-height: 1.8;
}

.centered-list {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.centered-list li {
    position: relative;
    padding-left: 24px;
    color: #526071;
    font-size: 16px;
    line-height: 1.55;
}

.centered-list li::before {
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2b6ef5;
}

.use-cases {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
}

.use-case-card {
    padding: 26px 22px;
    border: 1px solid #e7edf8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(31, 56, 88, .08);
}

.use-case-card .card-icon img {
    display: block;
    width: 100%;
    max-width: 150px;
    height: auto;
    margin: 0 auto 18px;
}

.use-case-card h3 {
    margin: 0 0 10px;
    color: #26384f;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.use-case-card p {
    margin: 0;
    color: #526071;
    font-size: 16px;
    line-height: 1.65;
    text-align: center;
}

@media (max-width: 1023px) {
    h2 {
        font-size: 28px;
    }

    .photo-limits-section,
    .doc-recovery-section,
    .file-extra-section {
        padding: 60px 0;
    }

    .video-everyone-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .file-extra-section {
        padding-bottom: 60px;
    }

    .products,
    .use-cases {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .image-text {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .image-text .custom-order {
        order: 0;
    }

    .photo-limits-grid {
        grid-template-columns: 1fr;
        max-width: 620px;
    }

    .video-everyone-layout,
    .doc-recovery-panel,
    .file-extra-row {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .doc-recovery-panel {
        max-width: 620px;
    }

    .file-extra-reverse .file-extra-copy {
        order: 0;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 1.2;
        text-align: left;
    }

    .products_dec,
    .c-bottom {
        text-align: left;
    }

    .products,
    .use-cases {
        grid-template-columns: 1fr;
    }

    .content-text h3 {
        font-size: 23px;
    }

    .photo-limits-section {
        padding: 48px 0;
    }

    .photo-limits-section h2,
    .photo-limits-section .products_dec {
        text-align: center;
    }

    .photo-limits-card {
        min-height: auto;
        padding: 28px 22px;
        border-radius: 14px;
    }

    .photo-limits-card h3 {
        font-size: 20px;
    }

    .doc-recovery-section {
        padding: 48px 0;
    }

    .video-everyone-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .video-everyone-copy h3 {
        font-size: 22px;
    }

    .video-everyone-copy > p {
        min-height: 0;
        margin-bottom: 28px;
    }

    .video-everyone-tabs {
        gap: 10px;
    }

    .doc-recovery-tabs span {
        font-size: 16px;
    }

    .doc-recovery-tabs {
        margin-bottom: 36px;
    }

    .file-extra-section {
        padding: 48px 0;
    }

    .file-extra-copy h2 {
        font-size: 24px;
    }
}
