.page-hero h1 {font-size: 42px;}
.state-sec{
    border-top: 1px solid var(--line);
    background: #f7fbf2;
    border-bottom: 1px solid var(--line);
}
.state-sec .trust-row {
    gap: 36px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.stat-div {
    padding: 30px 28px 34px;
    border-right: 1px solid rgb(245 239 245);
    text-align: center;
}
.state-sec .trust-row > .stat-div:last-child {border-right: none !important;}
.state-sec .trust-row .num {
    font-family: var(--font-display);
    font-size: 34px;
    font-weight: 800;
    color: var(--purple);
    letter-spacing: -0.025em;
    line-height: 1;
}
.num em{color: #80bd42;}
.state-sec .trust-row .lbl {
    font-family: var(--font-ui);
    font-size: 12.5px;
    color: var(--muted);
    margin-top: 6px;
    font-weight: 500;
}
.count {
    font-size: 14px;
    font-weight: 700;
    color: rgb(63, 11, 62);
    background: rgb(234 244 224);
    border: 1px solid rgb(234 225 236);
    border-radius: 50%;
    padding: 6px 7px;
    text-align: center;
    width: 35px;
    height: 35px;
}
.tier-features h4{color: #6a1568;}
.progress-bar {
    width: 100%;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: aliceblue;
}
.progress-bar > div {
    height: 100%;
    width: 100%;
    max-width: 100%;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        rgb(121, 35, 120),
        rgb(128, 189, 66)
    );
}

   .compare-table thead th:first-child {
    background: #faf6f5;
    color: #000000;
    font-weight: 800;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: -0.01em;
}
.compare-table tbody td:first-child {
    font-weight: 400;
    color: #44394a;
    background: #ffffff0a;
        width: 28%;
}
.gd-row{
    display: grid;
    grid-template-columns: minmax(0px, 0.8fr) minmax(0px, 1.2fr);
    gap: 80px;
    margin-top: 16px;
    align-items: start;
}
.content-asc{
    border-left: 2px solid rgb(128, 189, 66);
    padding-left: 34px;
    display: grid;
    gap: 20px;
}