.app6-page {
    background: #fff;
    color: #111827;
    font-family: Inter, Arial, sans-serif;
}

.app6-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}

.app6-hero {
    background: #f7f7f7;
    padding: 70px 0 54px;
}

.app6-hero__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 46px;
    align-items: center;
}

.app6-hero__label {
    color: #e53027;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.app6-hero__title {
    font-size: 42px;
    line-height: 1.12;
    font-weight: 850;
    color: #111827;
    margin: 0 0 18px;
}

.app6-hero__desc {
    font-size: 16px;
    line-height: 1.75;
    color: #374151;
    max-width: 560px;
    margin-bottom: 22px;
}

.app6-hero__image {
    border-radius: 0;
    overflow: hidden;
}

.app6-hero__image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.app6-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 11px 22px;
    border-radius: 7px;
    background: #e6332a;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    border: 0;
}

.app6-btn--full {
    width: 100%;
}

.app6-legal {
    padding: 28px 0 44px;
}

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

.app6-legal-card {
    background: #e94a3c;
    color: #fff;
    border-radius: 8px;
    padding: 22px 24px;
}

.app6-legal-card h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 8px;
}

.app6-legal-card p {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.app6-section-head {
    text-align: center;
    margin-bottom: 34px;
}

.app6-section-head--left {
    text-align: left;
}

.app6-section-head h2 {
    font-size: 28px;
    line-height: 1.28;
    color: #111827;
    margin: 0;
    font-weight: 800;
}

.app6-scope,
.app6-plan,
.app6-support,
.app6-reasons,
.app6-pricing,
.app6-related {
    padding: 58px 0;
}

.app6-scope__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px 44px;
}

.app6-scope-item {
    text-align: center;
}

.app6-scope-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    color: #111827;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app6-scope-item h3 {
    font-size: 15px;
    margin: 0 0 8px;
    color: #111827;
}

.app6-scope-item p {
    font-size: 13px;
    line-height: 1.55;
    color: #4b5563;
    margin: 0;
}

.app6-plan__inner {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 36px;
    align-items: center;
}

.app6-plan__image img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    display: block;
}

.app6-plan__steps {
    display: grid;
    gap: 14px;
}

.app6-step {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 18px 20px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.app6-step span {
    font-weight: 800;
    color: #111827;
}

.app6-step p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: #374151;
}

.app6-support__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 44px;
    max-width: 880px;
    margin: 0 auto;
}

.app6-support-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
    margin-bottom: 16px;
}

.app6-support-card h3 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #111827;
}

.app6-support-card p {
    font-size: 14px;
    line-height: 1.65;
    color: #4b5563;
    margin: 0;
}

.app6-reasons__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 28px;
    max-width: 900px;
    margin: 0 auto;
}

.app6-reason-card {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 22px 24px;
}

.app6-reason-card h3 {
    font-size: 16px;
    margin: 0 0 8px;
}

.app6-reason-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}

.app6-pricing__wrap {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 28px;
    max-width: 900px;
    margin: 0 auto;
}

.app6-pricing__promo {
    background: #e3201c;
    color: #fff;
    border-radius: 10px;
    padding: 28px 22px 0;
    min-height: 360px;
    overflow: hidden;
}

.app6-pricing__promo h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1.18;
    margin: 0 0 18px;
}

.app6-pricing__promo p {
    color: #fff;
    font-size: 14px;
    line-height: 1.65;
}

.app6-pricing__promo img {
    width: 120%;
    max-width: none;
    margin: 18px -20px 0;
}

.app6-pricing__card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    padding: 30px 34px;
}

.app6-pricing__label {
    display: inline-flex;
    padding: 7px 24px;
    border: 1px solid #e6332a;
    border-radius: 999px;
    color: #e6332a;
    margin-bottom: 18px;
}

.app6-pricing__card h3 {
    font-size: 24px;
    margin: 0 0 20px;
}

.app6-pricing__bullets,
.app6-pricing__notes {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
}

.app6-pricing__bullet,
.app6-pricing__note {
    display: flex;
    gap: 12px;
    font-size: 14px;
    line-height: 1.55;
    align-items: flex-start;
}

.app6-pricing__bullet i {
    background: #e11d1d;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app6-pricing__note i {
    border: 2px solid #e11d1d;
    color: #e11d1d;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app6-pricing__price {
    font-size: 24px;
    font-weight: 850;
    margin: 18px 0;
}

.app6-pricing__price strong {
    color: #e11d1d;
}

.app6-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.app6-related-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #f4f4f4;
    border-radius: 10px;
    overflow: hidden;
    min-height: 310px;
}

.app6-related-card__body {
    padding: 22px 22px 12px;
}

.app6-related-card h3 {
    font-size: 18px;
    margin: 0 0 10px;
}

.app6-related-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
}

.app6-related-card img {
    width: calc(100% - 44px);
    height: 120px;
    object-fit: cover;
    display: block;
    margin: 8px 22px 22px;
    border-radius: 8px;
}

@media (max-width: 1024px) {
    .app6-hero__inner,
    .app6-plan__inner,
    .app6-pricing__wrap {
        grid-template-columns: 1fr;
    }

    .app6-scope__grid,
    .app6-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .app6-pricing__promo {
        min-height: auto;
    }
}

@media (max-width: 640px) {
    .app6-container {
        padding: 0 16px;
    }

    .app6-hero__title {
        font-size: 32px;
    }

    .app6-legal__grid,
    .app6-scope__grid,
    .app6-support__grid,
    .app6-reasons__grid,
    .app6-related__grid {
        grid-template-columns: 1fr;
    }

    .app6-hero,
    .app6-scope,
    .app6-plan,
    .app6-support,
    .app6-reasons,
    .app6-pricing,
    .app6-related {
        padding: 42px 0;
    }
}
