body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #F1F1F1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px;
}
main{
    position: relative;
    }

main > *{
    position: relative;
    z-index: 1;
}
header::before{
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #F1F1F185 0%, #F1F1F1 100%);
}
.hero {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 6px 20px 10px 20px;
    gap: 2px;
    display: flex;
    align-items: flex-end;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF1F 0%, #FFFFFFD1 100%);
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.06);
}

.hero-badge span{
    letter-spacing: 0.1px;
    color: #000;
    font-family: "Manrope", Sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
}

.hero-badge img {
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
}

.hero h1 {
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    margin-top: 20px;
    font-family: "Montserrat", Sans-serif;
    font-size: 3.5rem;
    line-height: 4rem;
}

.hero h1 .highlight {
    background: linear-gradient(45deg, #4f46e5, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero p {
    color: #000;
    font-size: 1rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Manrope", Sans-serif;
    text-align: center;
    line-height: 1.5;
}
.header-icon {
    height: 20px;
    width: 20px;
}
/* Software Cards */
.software-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 80px;
}

.software-card {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 28px rgba(0,0,0,.06);
    overflow: visible;
    background: transparent;
    }

.software-card__content {
    display: flex;
    gap: 20px;
    min-height: 220px;
    background: #fff;
    border-radius: inherit;
    overflow: hidden;
    align-items: stretch;
}

.software-description{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 80%;
    padding: 10px;
    justify-content: space-around;
}
.software-logo img {
    width: 75%;
}
.mobile{
    display: none!important;
}

.software-logo {
    width: 20%;
    height: auto;
    background-color: transparent;
    background-image: linear-gradient(90deg, #ffffff 62%, #f1f1f1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.software-logo a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.software-info {
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex: 0 1 auto;
    padding: 20px;
}

.software-info h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.software-info p {
    color: #666;
    /*margin-bottom: 15px;*/
}

.software-feauture{
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.software-feauture h6{
    color: #000;
    font-weight: 700;
    font-family: "Montserrat", Sans-serif;
    line-height: 1;
    font-size: 1rem;
    margin-block-start: .5rem;
    margin-block-end: 1rem;
}
.features {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
.feature-tag {
    padding-bottom: calc(5px / 2);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-family: "Manrope", Sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #000;
    transition: color 0.3s;
}
.rating{
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    margin-top: 1rem;
}
.rating-left, .rating-right{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-family: 'Manrope', Sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #000000;
}
.list-icon svg {
    fill: #66B4F9;
    transition: fill 0.3s;
    width: 10px;
    height: 10px;
}
.list-text {
    padding-inline-start: 5px
}
.offer-section{
    background-color: #FFFBF2;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-style: dashed;
    text-align: center;
    border-width: 4px;
    border-color: #FFB000;
    border-radius: 20px;
    font-family: "Montserrat", Sans-serif;
    font-size: 1.4rem;
    color: #000;
    font-weight: 700;
    line-height: 1;
    height: 160px;
    text-decoration: none;
    /*padding: 3rem 0;*/
}
.promo-card {
    width: 100%;
    background: linear-gradient(90deg, #e97a4f 0%, #ffb302 100%);
    border-radius: 20px;
    padding: 3px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.reivewed-desktop {
    text-align: center;
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
}

span.label-more.expand-toggle, .software-expand .label-less {
    background: #D5D5D5;
    color: #4D4D4D;
    font-weight: 800;
}

.reivewed-mobile {
    text-align: center;
    margin-right: 8px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    font-size: 13px;
}

.inner-content {
    background: white;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.inner-content p{
    color: #000;
    font-weight: 700;
    font-family: "Montserrat", Sans-serif;
    line-height: 1;
    font-size: 1rem;
    margin-top: 0;
}

.inner-content p:first-child{
    margin-top: 1rem;
}

.software-bonus{
    text-decoration: none;
    width: 70%;
    align-self: center;
}

.reivewed-desktop img{
    width: 20px;
    height: 20px;
}

.reivewed-mobile img{
    width: 18px;
    height: 18px;
}

.label {
    color: white;
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -4px;
    padding: 1px 8px;
    background: inherit;
    border-radius: 16px 16px 0 0;
    font-family: "Manrope", Sans-serif;
    font-size: 11pt;
    font-weight: 900;
}

.offer-text {
    color: #333;
    font-size: 42px;
    font-weight: bold;
    margin: 0;
    padding: 20px 0;
}

/* Alternative method using box-shadow for inner border */
.promo-card-alt {
    width: 600px;
    background: linear-gradient(135deg, #ff8a3d 0%, #ffb347 50%, #ffd700 100%);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2),
                inset 0 0 0 4px rgba(255, 255, 255, 0.3);
    margin-top: 30px;
}

.inner-content-alt {
    background: white;
    border-radius: 12px;
    padding: 40px;
}
.offer-section p{
    color: #000;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 0.9rem;
}
.software-rating {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding: 10px;
    gap: 2rem;
}
.stars{
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.star-item{
    width: 17px;
    height: 17px;
}
/*.star-item svg{*/
/*    fill: #f0ad4e;*/
/*}*/
.stars { display: flex; gap: 4px; }
.star-item { width: 18px; height: 18px; line-height: 0; }
.star-item svg { width: 100%; height: 100%; display: block; }

/* full */
.star-item.star-full svg { fill: #f0ad4e; }

/* empty = outline only */
.star-item.star-empty svg {
fill: transparent;
stroke: #f0ad4e;
stroke-width: 60;
stroke-linejoin: round;
}

.rating-badge{
    display: flex;
    flex-direction: row;
    gap: 10px;
    text-decoration: none;
}
.rating-number{
    background-color: #000;
    padding: 8px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 1.7rem;
    font-family: "Montserrat", Sans-serif;
    line-height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rating-title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.rating-title p{
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-family: 'Montserrat', Sans-serif;
    line-height: 1.6rem;
    color: #000;
    font-weight: 600;
}
.rating-button{
    background-color: transparent;
    background-image: linear-gradient(180deg, #66B4F9 0%, #3C52EB 100%);
    border-radius: 8px 8px 8px 8px;
    padding: 25px 10px 25px 10px;
    font-weight: 500;
    font-family: 'Manrope', Sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    fill: #fff;
}
footer{
    background-color: #fff;
}
.footer-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.footer-disclaimer{
    font-family: 'Manrope', Sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #6d6d6d;
    text-align: center;
    width: 70%;
}
.footer-copyright{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: 'Manrope', Sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #6d6d6d;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    padding: 1rem 0;
}
.footer-terms{
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
.footer-terms a{
    text-decoration: none;
    color: #6d6d6d;
}
.footer-description{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.footer-logo{
    width: 30%;
}
.footer-logo a{
    font-family: 'Montserrat', Sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 1.4rem;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    background: -webkit-linear-gradient(45deg, #635de8, #66b4f9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-logo p{
    font-family: 'Manrope', Sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #6d6d6d;
    margin-top: 0.5rem;
}
.footer-right{
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
}
.footer-right h3{
    font-family: 'Montserrat', Sans-serif;
    font-weight: 500;
    color: #000000;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
}
.footer-right ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 1rem;
}
.footer-right ul li{
    margin-bottom: 0.5rem;
}
.footer-right ul li a{
    text-decoration: none;
    font-family: 'Manrope', Sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #6d6d6d;
}
.stay-updated p{
    font-family: 'Manrope', Sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #6d6d6d;
    margin-top: 0.5rem;
}
.email-input{
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #f1f1f1;
    padding: .5rem 1rem;
    margin-bottom: 10px;
}
.subscribe-btn{
    color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    font-size: 0.9rem;
    font-family: 'Manrope', Sans-serif;
    font-weight: 400;
    background-image: linear-gradient(180deg, #6493FC, #3C52EB);
    padding: 12px 24px;
    display: inline-block;
    text-align: center;
    border: none;
}
.email-subscribe{
    display: flex;
    flex-direction: column;
}
.quick-links, .support, .stay-updated{
    width: 25%;
}
@media (max-width: 1023px){
    .container {
        padding: 15px;
        max-width: 1023px;
    }
    .software-card__content{
        gap: 0;
    }
    .software-info{
        flex-direction: column;
        width: 60%;
        gap: 10px;
        padding: 30px;
    }
    .software-feauture, .offer-section{
        width: 85%;
    }
    .offer-section{
        padding: 1rem 0;
    }
    .footer-description{
        flex-direction: column;
    }
    .footer-right{
        width: 100%;
        justify-content: space-between;
    }
    .footer-logo {
        width: 45%;
    }
    .hero p{
        display: none;
    }
    .hero h1{
        font-size: 3rem;
        line-height: 3.2rem;

    }
    .software-logo img {
        width: 85%;
    }
    .software-bonus{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .offer-section{
        padding: 1rem 0;
        height: auto;
    }
    .rating-button{
        padding: 15px 10px;
    }
    .container {
        padding: 15px;
        max-width: 768px;
    }
    .hero {
        margin-bottom: 0;
    }
    .hero h1 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .rating{
        margin-top: 0!important;
    }
    .software-bonus{
        width: 100%;
        padding: 0 4px 0 4px;
    }
    .reivewed-desktop{
        display: none;
    }
    .software-card {
        flex-direction: column;
        text-align: center;
    }
    .footer-logo {
        width: 100%;
    }
    .footer-right{
        flex-wrap: wrap;
        margin-top: 20px
    }
    .quick-links, .support{
        width: 50%;
    }
    .stay-updated{
        width: 100%;
    }
    .footer-disclaimer{
        width: 100%;
    }
    .mobile{
        display: flex!important;
    }
    .software-card__content{
        flex-direction: column;
        border-radius: 8px;
    }
    .software-card{
        border: #a1a1a1 2px solid;
    }
    .software-logo{
        width: auto;
        justify-content: space-between;
        padding: 16px 10px;
    }
    .software-logo a{
        width: 26%;
    }
    .software-description{
        width: 100%;
        flex-direction: column;
        padding: 0;
        padding-bottom: 14px;
        border-radius: 8px;
        background: #fff;
        z-index: 10;
    }
    .software-info{
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .software-feauture{
        width: 100%;
    }
    .software-feauture h6{
        width: 100%;
    }
    .features{
        display: none;
    }
    .software-rating{
        display: none;
    }
    .software-info .rating-badge{
        width: 15%;
        display: flex;
        flex-direction: row;
        margin-left: 4px;
    }
    .offer-section{
        width: 40%;
        margin-right: 1rem;
    }
    .software-logo img {
        width: 100%;
    }
    .software-expand{
        align-items: center;
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }
    .software-expand span {
        text-decoration: none;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
        color: #66B4F9;
        font-family: 'Manrope', Sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 14px;
    }
    .expand-feature ul {
        list-style-type: none;
        padding-left: 0;
        letter-spacing: 0.5px;
        font-family: 'Manrope', Sans-serif;
        font-weight: 400;
        color: #000;
        font-size: 0.7rem !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 5px;
    }
    .offer-section p{
        font-size: 0.7rem;
    }
    .expand-feature{
        align-self: flex-start;
        width: 100%;
        background-color: #FFFBF2;
    }
    .expand-feature ul li{
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        gap: 5px;
        line-height: 0.8;
    }
    .expand-feature ul li span{
        font-size: 0.7rem !important;
    }
    .offer-section p{
        color: #000;
        margin-bottom: 5px;
        margin-top: 0;
        line-height: 0.8rem;
        gap: 5px;
    }
    .expand-feature ul li span svg{
        width: 8px;
        height: 8px;
        fill: #fff !important;
        background: #00BA00;
        border-radius: 100px;
        padding: 2px;
    }
    .expand-best-feature {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .expand-best-feature ul{
        list-style-type: none;
        padding-left: 0;
        letter-spacing: 0.5px;
        font-family: 'Manrope', Sans-serif;
        font-weight: 400;
        color: #000;
        font-size: 0.7rem !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 5px;
        margin: 0;
    }
    .expand-best-feature ul li{
        display: flex;
        flex-direction: row;
        gap: 5px;
        align-items: flex-end;
    }
    .expand-best-feature ul li span svg{
        width: 16px;
        height: 16px;
        fill: #00BA00 !important;
        background: #fff;
        border-radius: 100px;
        padding: 2px;
    }
    .software-logo a.rating-button {
        min-width: 220px;
    }
    .expand-best-feature h6{
        font-family: 'Montserrat', Sans-serif;
        color: #000;
        font-size: 0.7rem !important;
        line-height: 1rem !important;
        font-weight: 700;
        margin: 0;
        padding: 0 5px;
        text-align: left;
    }
    .software-expand .expand-feature,
    .software-expand .expand-best-feature {
        display: none;
    }
    .software-expand.is-open .expand-feature,
    .software-expand.is-open .expand-best-feature {
        display: block;
        padding-bottom: 14px;
        z-index: 10;
        border-radius: 8px;
        background: #fff;
    }
    .software-expand .label-less {
        display: none;
    }
    .software-expand.is-open .label-more {
        display: none;
    }
    .software-expand.is-open .label-less {
        display: inline;
    }
    .expand-toggle {
        display: inline-block;
        margin-top: -6px;
        padding: 6px 0;
        cursor: pointer;
        user-select: none;
        color: #3C52EB;
        font-family: "Manrope", Sans-serif;
        font-weight: 600;
        font-size: 0.9rem;
        text-align: center;
        width: 100%;
    }
    .expand-toggle:focus {
        outline: 2px solid #3C52EB33;
        outline-offset: 2px;
    }
    .software-feauture h6{
        font-size: 0.8rem;
        line-height: 1rem;
        margin-block-end: 0;
    }
    .rating-number{
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .rating-title p{
        font-size: 1rem;
        line-height: 1.3rem;
    }
    .star-item{
        height: 14px;
        width: 14px;
    }
    .stars{
        gap: 3px;
    }
    .expand-best-feature .rating-button{
        width: auto;
        margin: 0 10px;
        margin-top: 10px;
    }
}
@media (max-width: 567px){
    .container {
        max-width: 768px;
    }
    .mobile{
        display: flex!important;
    }
    .footer-copyright{
        flex-wrap: wrap;
        gap: 10px;
    }
    .copyright, .footer-terms{
        width: 100%;
        text-align: center;
    }
    .footer-terms{
        justify-content: center;
    }
    .software-info .rating-badge{
        width: 15%;
        display: flex;
        flex-direction: row;
        margin-left: 4px;
    }
    .reivewed-mobile{
        margin-right: 4px;
    }
    .software-expand{
        align-items: center;
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }
    .software-expand span {
        text-decoration: none;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
        color: #66B4F9;
        font-family: 'Manrope', Sans-serif;
    }
    .reivewed-mobile span{
        display: flex;
        align-items: start;
        gap: 2px;
    }
}

@media (max-width: 400px){
    .reivewed-mobile {
        margin-right: 4px;
        flex-direction: column;
        line-height: 1;
    }
    .reivewed-mobile span{
        display: flex;
        align-items: flex-end;
        gap: 2px;
    }
}

.nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.nav-logo {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.navbar{
    width: 100%;
}
.nav-logo img {
    width: 50px;
}
.logo-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
span.fw {
    font-family: 'Montserrat';
    font-weight: 700 !important;
    text-transform: capitalize !important;
    font-size: 1.7rem;
    line-height: 2.2rem;
    color: #927EE8;
    background: -webkit-linear-gradient(45deg, #635DE8, #66B4F9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
span.rw {
    font-family: 'Manrope';
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #000;
}



body {
    background-image: url('/bg.png') !important;
    background-repeat: no-repeat !important;
    background-color: #f0f0f0 !important;
    background-size: contain !important;
    background-position: 0 0px !important;
}

header h1 {
    color: white;
    font-size: 30pt !important;
    margin: 0  !important;
    padding: 0 !important;
    color: white;
    font-weight: 800;
}

header .description p {
    color: white;
    font-size: 11pt;
    font-weight: 600;
}

:root{
      --bg:#f6f7fb;
      --card:#ffffff;
      --text:#0f172a;
      --muted:#64748b;
      --primary:#3b82f6;
      --shadow:0 10px 25px rgba(0,0,0,.08);
      --radius:18px;
}

.top-section {
    display: grid;
    grid-template-columns: 40% 60%;
    
}


.glow-text {
  position: relative;
}

.glow-text::before {
  content: attr(data-text);
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  color: transparent;
}

.glow-text::before {
  background-size: 200% 200%;
  animation: moveGradient 2s linear infinite;
  filter: blur(5px);
}

@keyframes moveGradient {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

.rating {
    margin: 0;
    margin-bottom: 20px;
}

.hero-section {
    display: flex;
}

.hero-text {
    max-width: 60%;
}

.hero-rating {
    width: 600px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 14px;
}

.hero-rating {
    color: rgb(0, 0, 0);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 10pt;
}

.hero-rating div span {
    font-weight: 700;
    font-size: 12pt;
    background-image:linear-gradient(45deg,#6347DE,#4E98ED);-webkit-background-clip:text;background-clip:text;color:transparent
}

.hero-rating div {
    background: rgba(255, 255, 255, 0.819);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.325);
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);;
}

.hero-text p  {
    font-size: 11pt;
    color: white ;
    font-weight: 600;
    text-align: left;
}


.topChoises .container{
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 30px;
    background-position: top center;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);;
}


.choises {
    display: flex;
    justify-content: center;
    align-content: center;
}

.software-ribbon {
    left: -7px;
}

.brand-header img {
    width: 140px;
}

.topChoises .software-rating {
    transform: scale(0.7);
    margin: 0;
    padding: 0;
    position: relative;
    left: -35px;
}

.brand-footer {
    display: grid;
}


.topChoises .rating-button {
    margin: 0;
    padding: 10px 20px;
    font-weight: 800;
    font-size: 9pt;
    text-align: center;
    margin-bottom: 20px;
}

.topChoises h6 {
    font-size: 10pt;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}

.trustPilotText {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 9pt;
    display: inline;
}

.trustPilotText span {
    color: black;
}

.trustPilotImg {
    width: 70px !important;
    user-select: none;
    display: inline;
}

.title{display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:18px;}
    .title p{margin:0; color:var(--muted); font-size:14px}
    .compare{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px;}
    .brand{position:relative; padding:14px 20px; padding-bottom: 0; background:var(--card); border-radius:var(--radius); box-shadow:var(--shadow); display:flex; flex-direction:column; gap:10px; transition:transform .3s ease, box-shadow .3s ease;}
    .brand.recommended{outline:2px solid var(--primary); transform:scale(1.1); top:-5px; box-shadow:0 15px 35px rgba(0,0,0,.4); z-index: 10;}
    .brand-header{display:flex; align-items: center; justify-content: space-between; gap: 10px;}

    .firstBrand {
        border: 2px solid #3b82f6;
        box-shadow: 0 10px 25px #3b83f62f;;
    }

    @media screen and (max-width: 900px) {
        body {
            background-image: url('bg.png') !important;
            background-size: 300%  !important;
            background-position: -600px 60px !important;

        }
        header h1 {
            text-align: center;
            font-size: 24pt !important;
        }
        .top-section {
            display: flex;
            flex-wrap: wrap;
        }
        .top-section .description {
            display: none;
        }
        .topChoises, .hero-section {
            display: none;
        }

        h1 {
            font-size: 20pt !important;
            line-height: 1 !important;
        }

        .wrap {
            display: none;
        }
    }



    




/** Podium **/
    :root{
      --bg:#f3f5f7;
      --card:#fff; 
      --ink:#0f172a; 
      --muted:#6b7280; 
      --accent:#fa3c7c; /* Learn more */
      --blue:#2563eb;   /* badges */
      --gold:#f59e0b;   /* stars */
      --green:#22c55e;  /* trophy */
      --radius:14px;
      --shadow:0 10px 24px rgba(2,6,23,.06);
    }
    .wrap{
      max-width:680px;
      position: relative;
      right: -40px;
  }

    .row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px; margin-top: 40px;}

    .card{
        position:relative;
        background:var(--card);border-radius:var(--radius);
        box-shadow:var(--shadow);
      display:flex;
      flex-direction: column ;
      align-items:center;
      gap:5px;
      padding:15px;
      border:1px solid rgba(2,6,23,0.1);
      justify-content: flex-end;
    }

    .logo img {
        height: 50px;
        object-fit: cover;
    }

    .brand{font-weight:800}
    .desc{grid-column:2/4;color:var(--muted);font-size:14px}

    .wrap .card .cta{font-weight:800;font-size:11px;color:#fff;background:#fa3c7c;padding:8px 14px;border-radius:10px;text-decoration:none; width: 120px;text-align: center;}
    .cta:hover{filter:brightness(.95)}

    .badge {
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border: 1px solid rgba(2, 6, 23, 0.08);
        border-radius: 999px;
        padding: 6px 10px;
        background: #fff;
        box-shadow: 0 6px 16px rgba(2, 6, 23, 0.04);
        font-weight: 700;
        font-size: 13px;
        min-width: 160px;
        justify-content: center;
    }

    .badge svg{width:14px;height:14px}
    .score{display:inline-grid;place-items:center;background:#000000;color:#fff;border-radius:8px;padding:2px 8px;font-weight:900}

    .ribbon{position:absolute;top:-10px;left:18px;background:#134e4a;color:#fff;font-weight:900;font-size:12px;padding:8px 10px;border-radius:8px;box-shadow:0 8px 24px rgba(20,184,166,.35)}

    .card.featured{outline:2px solid rgba(37,99,235,.12);}

    .recomended {
        transform: scale(1.3);
        top: -4px;
        left: -5px;
        z-index: 99;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.175);
    }

        main::before{
         content: "";
         position: absolute;
         inset: 0;
         background: url('../img/bottom-banner.webp') bottom center / cover no-repeat;
         opacity: .5;
         pointer-events: none;
         z-index: 0;
      }

    .software-ribbon{
        position: absolute;
        top: -12px;
        left: -6px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        min-width: 180px;
        height: auto;
        padding: 6px 12px;
        line-height: 1.2;
        white-space: nowrap;
        font-family: "Manrope", Sans-serif;
        font-size: 0.8rem;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background-image: url('../img/ribbon.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-bottom: 12px;
        z-index: 3;
        pointer-events: none;
    }


    /* ---- Base ---- */
:root{
  --text:#4c4c4c; --muted:#6b7280; --accent:#2563eb; --accent-200:#bfdbfe;
  --green:#16a34a; --bg:#fff; --border:#e5e7eb; --shadow:0 6px 24px rgba(0,0,0,.06);
  --radius:16px;
}

*{box-sizing:border-box}
html:focus-within{scroll-behavior:smooth}
@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}}
body{margin:0;font-family:'Montserrat', Sans-serif, system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;color:var(--text);line-height:1.6;background:#fff}
img,svg{vertical-align:middle;max-width:100%;height:auto}

/* ---- Utilities ---- */
.lead{font-size:rem}
.grad{background-image:linear-gradient(45deg,#6347DE,#4E98ED);-webkit-background-clip:text;background-clip:text;color:transparent}

/* ---- Intro ---- */
.intro h2{font-size:clamp(24px,3vw,24px);margin:0 0 0px;font-weight:800}
.intro .lead{margin:0 0 60px}

/* ---- Grid ---- */
.grid{display:grid;grid-template-columns:1fr;gap:28px}
@media (min-width: 992px){.grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:36px}}

/* ---- Copy ---- */
.copy h2{font-size:clamp(24px,3vw,24px);margin:0 0 10px;font-weight:800}
.copy p{margin:0 0}

/* ---- Benefits ---- */
.benefits{list-style:none;margin:0;padding:0;display:grid;gap:1px; margin-bottom: 60px;}
.benefit{display:grid;grid-template-columns:28px 1fr;gap:12px;padding:10px 0;}
.check{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#e6f6ec;color:var(--green)}
.benefit-title{margin: 0;;font-weight:700;font-size:1rem}
.benefit-text{margin:0;font-size:.95rem;color:var(--text)}

/* ---- Stats ---- */
.aive-stats {
margin-top: 150px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 120px;
}
@media (max-width: 480px) {
  .aive-stats { 
    grid-template-columns: 1fr 1fr; 
    margin-top: 0; 
    margin-bottom: 50px;
    }
    .aive-card-label {
        font-size: 0.5rem !important;
    }

    .benefits{margin-bottom: 0;}

}
  
.aive-card {
  background:  #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0,0,0,.06);
  padding: 28px 20px;
  text-align: center;
}
.aive-card-number {
  margin: 0 0 8px;
  font-size: clamp(28px, 4.6vw, 36px);
  font-weight: 800;
  letter-spacing: -0.02em;
  background-image:linear-gradient(45deg,#6347DE,#4E98ED);-webkit-background-clip:text;background-clip:text;color:transparent
}
.aive-card-label {
  margin: 0;
  color:  #4b5563; 
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
}

/* ---- Trends ---- */
.trends h2{font-size:clamp(24px,3vw,24px);margin:0 0 10px;font-weight:800}
.trends p{margin:0 0 14px}
.trend-grid{list-style:none;margin:0;padding:0;display:grid;gap:20px; margin-bottom: 60px;}
@media (min-width:700px){.trend-grid{grid-template-columns:1fr 1fr}}
@media (min-width:1024px){.trend-grid{grid-template-columns:repeat(3,1fr)}}
.trend-card{background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 10px 30px rgba(2,6,23,.06);padding:20px;display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:start;transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease}
.trend-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(2,6,23,.09);border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.25),0 14px 34px rgba(2,6,23,.09)}
.trend-icon{width:48px;height:48px;border-radius:12px;background:var(--accent-200);display:grid;place-items:center;color:var(--accent)}
.trend-title{margin:0;font-size:18px;font-weight:800;letter-spacing:-.01em}
.trend-desc{grid-column:2/-1;margin:4px 0 0;color:#6b7280;font-size:14px}

/* ---- Roles ---- */
.benefits-roles h2{font-size:clamp(24px,3vw,24px);margin:0 0 10px;font-weight:800}
.role-grid{list-style:none;margin:0;padding:0;display:grid;gap:20px; margin-bottom: 60px;}
@media (min-width:800px){.role-grid{grid-template-columns:1fr 1fr}}
@media (min-width:1150px){.role-grid{grid-template-columns:repeat(4,1fr)}}
.role-card{background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:0 10px 30px rgba(2,6,23,.06);padding:24px;text-align:center;transition:transform .2s ease, box-shadow .2s ease}
.role-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(2,6,23,.09)}
.role-icon{width:56px;height:56px;border-radius:999px;margin:0 auto 14px;display:grid;place-items:center;background:#e3eeff;color:var(--accent)}
.role-title{margin:0 0 8px;font-size:18px;font-weight:800}
.role-desc{margin:0 auto;color:#6b7280;font-size:14px;max-width:44ch}

/* ---- FAQ ---- */
.faq h2{font-size:clamp(24px,3vw,24px);margin:0 0 10px;font-weight:800}
.faq-list{list-style:none;margin:0;padding:0;display:grid;gap:16px; margin-bottom: 60px;}
.faq-item{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:16px;box-shadow:0 10px 30px rgba(2,6,23,.06);overflow:hidden}
.faq-item.is-open{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.25),0 10px 30px rgba(2,6,23,.06)}
.faq-trigger{width:100%;padding:18px 20px;text-align:left;background:transparent;border:0;display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;font:inherit}
.faq-q{font-weight:800;letter-spacing:-.01em;color:#0f172a}
.caret{width:22px;height:22px;flex:0 0 auto;stroke:currentColor;fill:none;color:#1f2937;transition:transform .2s ease}
.faq-item.is-open .caret{transform:rotate(180deg)}
.faq-panel{display:none;padding:0 20px 18px 20px}
.faq-panel p{margin:0;color:#6b7280}
.faq-item.is-open .faq-panel{display:block}
.faq-trigger:focus-visible{outline:3px solid rgba(37,99,235,.35);outline-offset:2px}
.faq-item:hover .faq-trigger{background:rgba(2,6,23,.02)}




.closeBtn {
    position: absolute;
    top: 0px;
    right: 10px;
    font-weight: 900;
    color: rgb(0, 0, 0);
    cursor: pointer;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: flex; /* to center content */
    align-items: center;
    justify-content: center;
    z-index: 9999;
}


    /* חלון */
    .popup {
      position: relative;
      background: #fff;
      border-radius: 12px;
      width: 500px;
      max-width: 90%;
      padding: 20px 30px;
      display: flex;
      flex-direction: column;
      box-shadow: 0 4px 20px rgba(0,0,0,0.2);
      border: 1px solid #ddd;
    }

    /* תגית Most Popular */
    .badge-popup {
      position: absolute;
      top: -16px;
      left: 15px;
      background: #f14e4e;
      color: #fff;
      font-size: 12px;
      font-weight: 800;
      padding: 6px 14px;
      border-radius: 8px;
    }

    .logo {
      width: 200px;
      text-align: center;
        margin-top: 10px;
    }

    .popupHeader {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .popupRating {
        position: relative;
        right: -40px;
        top: 5px;
    }

    .popupTitle {
        text-align: left;
        margin: 0;
        font-size: 14pt;
        margin: 5px 0;
    }

    .popupRibbon {
        margin-top: 10px;
        border: 2px dashed #f8af02;
        background-color: #fffaf2;
        border-radius: 100px;
        text-align: center;
        position: relative;
        width: 550px;
        padding: 0px 900px;
        left: -13%;
        padding: 0 !important;
    }

    .popupRibbon h3 {
        font-weight: 800 !important;
        font-size: 16pt;
        color: #f8af02;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        gap: 10px;
    }
    
    .popupCTA {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .learnmorebtn{
        border: 2px solid #1b6ef5;
        background: transparent !important;
        color: #1b6ef5;
    }

    .learnmorebtn:hover {
        background-color: #1b6ef5;
        background-image: linear-gradient(180deg, #66B4F9 0%, #3C52EB 100%) !important;
        color: white;
        border-color: white;
    }


    @media screen and (max-width:700px) {

            .logo {
      width: 120px;
      margin-right: 20px;
    }

    .popupHeader .software-rating {
        display: block;
                right: 0px;
                top: 0;
                margin-bottom: 10px;
    }

    .popup .features {
        display: block;
    }

    .popupTitle {
        font-size: 12pt;
    }

        .popupRibbon {
             margin: 15px auto 0;
            border: 2px dashed #f8af02;
            background-color: #fffaf2;
            border-radius: 100px;
            text-align: center;
            position: relative;
            width: 115%;
            left: -7.5%;
            padding: 10px 0;
        }

        .popupRibbon h3 {
        font-weight: 800 !important;
        font-size: 13pt; 
    }
        
    }