.public-page-hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 54px;
    background:
        radial-gradient(circle at 12% 20%, rgba(44, 114, 232, 0.18), transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(32, 201, 151, 0.14), transparent 30%),
        linear-gradient(135deg, #f7fbff 0%, #ffffff 52%, #eef6ff 100%);
}

.public-page-hero h1 {
    margin: 0;
    color: #101827;
    font-size: 44px;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 0;
}

.public-page-hero p {
    max-width: 760px;
    margin: 14px auto 0;
    color: #58677f;
    font-size: 17px;
    line-height: 1.65;
}

.public-products-section {
    padding: 86px 0 120px;
    background: #f7f9fc;
}

.public-products-section .home-product-card {
    background: #ffffff;
}

.public-product-actions {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.public-product-actions .readon {
    width: 100%;
    text-align: center;
}

.public-product-features {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.public-product-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    color: #4f5f78;
    font-size: 14px;
    line-height: 1.45;
}

.public-product-features li:before {
    content: "\f00c";
    color: #20c997;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
}

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

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