.telon-hero{

    max-width:1400px;

    margin:40px auto;
}

.telon-hero img{

    width:100%;

    border-radius:20px;
}

.telon-header{

    text-align:center;

    margin-bottom:60px;
}

.telon-header h1{

    font-size:48px;

    color:#ef3d7a;

    margin-bottom:10px;
}

.telon-header p{

    max-width:700px;

    margin:auto;

    color:#666;

    line-height:1.8;
}

.review-section{

    max-width:1400px;

    margin:auto;

    padding:40px 20px;
}

.section-title{

    font-size:32px;

    font-weight:700;

    margin-bottom:25px;
}

.coming-soon{

    height:300px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fafafa;

    border-radius:20px;

    border:1px dashed #ddd;
}

.marketplace-grid{

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:20px;
}

.marketplace-grid a{

    text-align:center;

    padding:20px;

    border-radius:16px;

    background:#fff;

    border:1px solid #eee;

    text-decoration:none;

    color:#333;
}

@media(max-width:768px){

    .marketplace-grid{

        grid-template-columns:
        repeat(2,1fr);
    }

    .telon-header h1{

        font-size:32px;
    }
}
