.grid-item {
    background: white;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: .3s;
    position: relative;
}

.grid-item:hover {
    transform: translateY(-5px);
}

.follow-btn {
    display: block;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    background: #6c63ff;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    text-decoration: none;
}

.brand {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.title {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}

.rating-res {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ecfdf5;
    color: #15803d;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
}

.card-res-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.card-res-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-res-body {
    padding: 18px;
}

.badge-plan{
    position:absolute;
    top:-5px;
    right:20px;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
    z-index:10;
}

.badge-featured{
    background:#ffb400;
}

.badge-pro{
    background:#16a34a;
}

.featured{
    transform:scale(1.03);
    border:3px solid #ffb400;
}

.seo-header{
    margin-top:120px;
    /*margin-bottomom:40px;*/
}

.seo-header h1{
    font-size:40px;
    font-weight:700;
    color:#111;
}

.seo-header p{
    color:#666;
    font-size:17px;
    max-width:850px;
}

.breadcrumb-seo{
    margin-bottom:15px;
    color:#777;
    font-size:14px;
}

.breadcrumb-seo a{
    color:#777;
    text-decoration:none;
}

.seo-content{
    background:#fff;
    border-radius:15px;
    padding:30px;
    margin-top:50px;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

@media(max-width:768px){
    .seo-header h1{
        font-size:28px;
    }
    .seo-header p{
        font-size:15px;
    }
}
