.home-hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 70px;
    background:
        radial-gradient(circle at 16% 22%, rgba(44, 114, 232, 0.18), transparent 30%),
        radial-gradient(circle at 84% 16%, rgba(21, 184, 166, 0.16), transparent 28%),
        linear-gradient(135deg, #f7fbff 0%, #ffffff 48%, #eef6ff 100%);
}

.home-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    align-items: center;
    gap: 54px;
}

.home-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 18px;
    padding: 0 14px;
    border: 1px solid rgba(44, 114, 232, 0.18);
    border-radius: 999px;
    background: rgba(44, 114, 232, 0.08);
    color: #2c72e8;
    font-size: 13px;
    font-weight: 800;
}

.home-hero h1 {
    margin: 0 0 18px;
    color: #101827;
    font-size: 56px;
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: 0;
}

.home-hero p {
    max-width: 650px;
    margin: 0;
    color: #4b5b73;
    font-size: 18px;
    line-height: 1.68;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.home-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border-radius: 10px;
    font-weight: 800;
}

.home-btn:hover {
    text-decoration: none;
}

.home-btn--primary {
    background: #2c72e8;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(44, 114, 232, 0.24);
}

.home-btn--primary:hover {
    color: #ffffff;
    background: #1f5ec7;
}

.home-btn--ghost {
    border: 1px solid #d7e2f1;
    background: #ffffff;
    color: #172033;
}

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

.home-trust div,
.home-benefits__grid div {
    border: 1px solid #e7edf6;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
}

.home-trust div {
    padding: 14px;
}

.home-trust strong,
.home-trust span {
    display: block;
}

.home-trust strong {
    color: #101827;
    font-size: 15px;
}

.home-trust span {
    margin-top: 4px;
    color: #6b7890;
    font-size: 12px;
    line-height: 1.35;
}

.home-hero__visual {
    display: flex;
    justify-content: center;
}

.home-card-preview {
    width: min(100%, 390px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 22px;
    padding: 22px;
    background: linear-gradient(160deg, #10213b 0%, #1d365e 100%);
    box-shadow: 0 28px 70px rgba(16, 33, 59, 0.26);
}

.home-card-preview__top {
    display: flex;
    gap: 8px;
    margin-bottom: 26px;
}

.home-card-preview__top span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
}

.home-card-preview__profile {
    display: flex;
    align-items: center;
    gap: 16px;
}

.home-card-preview__profile img {
    width: 76px;
    height: 76px;
    border-radius: 18px;
    object-fit: contain;
    background: #ffffff;
    padding: 10px;
}

.home-card-preview__profile strong {
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
}

.home-card-preview__profile small {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.home-card-preview__links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 30px;
}

.home-card-preview__links span {
    display: inline-flex;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 20px;
}

.home-card-preview__bar {
    height: 9px;
    margin-top: 28px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2c72e8, #20c997);
}

.home-benefits {
    position: relative;
    z-index: 2;
    margin-top: -28px;
}

.home-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-benefits__grid div {
    padding: 22px;
    box-shadow: 0 14px 34px rgba(16, 33, 59, 0.08);
}

.home-benefits__grid i {
    color: #2c72e8;
    font-size: 25px;
}

.home-benefits__grid strong {
    display: block;
    margin-top: 14px;
    color: #101827;
    font-size: 17px;
}

.home-benefits__grid p {
    margin: 8px 0 0;
    color: #657188;
    font-size: 14px;
    line-height: 1.55;
}

.rs-pricing {
    padding-top: 150px !important;
}

.pricing-table {
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(16, 33, 59, 0.08);
}

.home-product-card {
    display: flex;
    height: 100%;
    min-height: 620px;
    flex-direction: column;
    border: 1px solid #e7edf6;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(44, 114, 232, 0.32);
    box-shadow: 0 20px 46px rgba(16, 33, 59, 0.13);
}

.home-product-card h3 {
    min-height: 58px;
    font-size: 22px;
    line-height: 1.25;
}

.home-product-card .pricing_item_desc {
    display: block;
    min-height: 54px;
    color: #657188;
    font-size: 14px;
    line-height: 1.45;
}

.home-product-card .pricing-icon {
    display: flex;
    min-height: 230px;
    align-items: center;
    justify-content: center;
    margin: 18px 0;
    overflow: hidden;
    border-radius: 10px;
    background: #f6f9fd;
}

.home-product-card .pricing-icon figure {
    width: 100%;
    margin: 0;
}

.home-product-card .pricing-icon figure:not(:first-child) {
    display: none;
}

.home-product-card .pricing-icon img {
    width: 100%;
    height: 230px;
    object-fit: contain;
    padding: 14px;
}

.home-product-card .product_propertys {
    flex: 1 1 auto;
}

.home-product-card .input-group {
    display: grid;
    grid-template-columns: auto minmax(120px, 1fr) 72px;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 14px;
}

.home-product-card .input-group label {
    margin: 0;
    color: #172033;
    font-weight: 700;
}

.home-qty-range {
    width: 100% !important;
}

.home-qty-number {
    width: 72px !important;
    min-height: 38px;
    margin: 0 !important;
    border: 1px solid #d7e2f1;
    border-radius: 8px;
    text-align: center;
}

.home-empty-state {
    display: grid;
    min-height: 220px;
    place-items: center;
    gap: 8px;
    border: 1px dashed #c9d6e8;
    border-radius: 10px;
    background: #ffffff;
    color: #657188;
    text-align: center;
}

.home-empty-state i {
    color: #2c72e8;
    font-size: 34px;
}

.home-empty-state strong {
    color: #172033;
    font-size: 20px;
}

.rs-project .project-img img {
    width: 100%;
    min-height: 260px;
    object-fit: cover;
    border-radius: 10px;
}

.home-theme-item .project-img {
    overflow: hidden;
    border-radius: 10px;
    background: #f6f9fd;
}

.home-theme-item .project-img img {
    height: 260px;
    object-fit: contain;
    padding: 8px;
    transition: transform 180ms ease;
}

.home-theme-item:hover .project-img img {
    transform: scale(1.03);
}

@media only screen and (max-width: 991px) {
    .home-hero {
        padding: 58px 0 58px;
    }

    .home-hero__grid {
        grid-template-columns: 1fr;
    }

    .home-hero h1 {
        font-size: 42px;
    }

    .home-benefits__grid,
    .home-trust {
        grid-template-columns: 1fr;
    }

    .rs-pricing {
        padding-top: 90px !important;
    }

    .home-product-card {
        min-height: auto;
    }
}

@media only screen and (max-width: 575px) {
    .home-hero {
        padding: 42px 0 48px;
    }

    .home-hero h1 {
        font-size: 34px;
    }

    .home-hero p {
        font-size: 16px;
    }

    .home-hero__actions {
        flex-direction: column;
    }

    .home-btn {
        width: 100%;
    }

    .home-card-preview {
        border-radius: 16px;
        padding: 18px;
    }

    .home-product-card .input-group {
        grid-template-columns: 1fr;
    }

    .home-qty-number {
        width: 100% !important;
    }
}
