    .hosting-card {
        width: 100%;
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 100, 0.1);
        overflow: hidden;
        font-family: 'Segoe UI', system-ui, sans-serif;
        line-height: 1.4;
        font-size: 14px;
    }
    
    .top-container {
        display: flex;
        border-bottom: 1px solid #e2e8f0;
    }
    
    .badge-container {
        flex: 0 0 20%;
        background: linear-gradient(135deg, #2c65c8 0%, #1d4ed8 100%);
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .rank-tag {
        display: flex;
        align-items: center;
        gap: 0;
        margin-bottom: 15px;
    }
    
    .rank-number {
        font-size: 17px;
        font-weight: 800;
        background-color: red;
        padding: 0px 8px;
    }
    
    .num_only{
        border-radius: 0 0 5px 0;
    }
    
    .rank-label {
        background-color: #ffd700;
        color: #1e293b;
        font-weight: bold;
        padding: 4px 8px;
        border-radius: 0 0px 12px 0;
        font-size: 11px;
        white-space: nowrap;
    }
    
    .company-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-bottom: 40px;
    }
    
    .logo-placeholder {
        width: 100px;
        height: 40px;
        padding: 0 8px;
        background: #f0f4ff;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #1d4ed8;
    }
    
    
    .features-container {
        flex: 0 0 55%;
        padding: 5px 20px;;
        background: white;
    }
    
    .card-header h4 {
        font-size: 18px;
        color: #1e293b;
        font-weight: 500;
        margin: 0;
    }
    
    .features {
        list-style: none;
        padding: 0;
        margin: 12px 0;
    }
    
    .features li {
        padding: 2px 0;
        display: flex;
        align-items: center;
        font-size: 13px;
        color: #1e293b;
    }
    
    .features li i {
        color: #10b981;
        margin-right: 8px;
        font-size: 14px;
        min-width: 18px;
    }
    
    .action-container {
        flex: 0 0 25%;
        background: #f8fafc;
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    
    .rating {
        display: flex;
        align-items: center;
        background-color: #ffd700;
        padding: 2px 8px;
        border-radius: 5px;
        margin-bottom: 15px;
        gap: 6px;
    }

    
    .rating-value {
        font-size: 18px;
        font-weight: 800;
        color: #1d4ed8;
    }
    
    .buttons {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }
    
    .btn {
        text-align: center;
        padding: 8px 12px;
        border-radius: 6px;
        font-weight: 600;
        text-decoration: none;
        display: block;
        transition: all 0.2s ease;
        font-size: 12px;
    }
    
    .primary {
        background: #1d4ed8;
        color: white;
        border: 1px solid #1d4ed8;
    }
    
    .primary:hover {
        background: #f1f5f9;
    }
    
    .secondary {
        background: white;
        color: #1d4ed8;
        border: 1px solid #1d4ed8;
    }
    
    .secondary:hover {
        background: #f1f5f9;
    }
    
    .credibility-container {
        background: #6e51b3;
        padding: 5px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .trust-badge {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .trust-text {
        color: white;
        font-size: 12px;
    }
    
    .trustpilot-star{
        display: inline-block;
            width: 25px;
            height: 15px;
            background: url('https://qualityrush.com/wp-content/uploads/2025/07/trustpilot-star.svg');
            background-size: 100% 100%;
            margin-bottom: -2px;
            
            
    }
    
    .trust-text strong {
        color: #fff;
        font-weight: 700;
    }
    
    .review-stats {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .stat-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .stat-value {
        font-size: 14px;
        font-weight: 700;
        color: white;
    }
    
    .stat-label {
        font-size: 10px;
        color: #fff;
        text-transform: uppercase;
    }
    
    /* MOBILE OPTIMIZATIONS */
    @media (max-width: 600px) {
        .badge-container {
            background: #f0f4ff;
            height: 40px;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            flex: 0 0 100%;
        }
        
        .rank-tag {
            margin-bottom: 0;
            width: 40%;
        }
        
        .rank-number {
            font-size: 13px;
            padding: 100% 10px;
        }
        
        .rank-label {
            font-size: 12px;
            padding: 100% 10px;
        }
        
        .company-logo {
            margin: 0px;
            
        }
        
        .logo-placeholder {
            width: 150px;
            height: 40px;
            border-radius: 0;
        }
        
        
        .top-container {
            flex-wrap: wrap;
        }
        
        .features-container {
            flex: 1;
            min-width: 0;
            padding: 12px;
            order: 2;
        }
        
        .action-container {
            flex: 0 0 auto;
            min-width: 0;
            padding: 5px 10px;
            order: 3;
            width: 100%;
            flex-direction: row;
            align-items: center;
            gap: 20px;
        }
        
        .card-header h4 {
            font-size: 16px;
            margin-bottom: 5px;
        }
        
        .features li {
            font-size: 12px;
            padding: 2px 0;
        }
        
        .features li i {
            font-size: 12px;
        }
        
        .rating {
            margin-bottom: 0;
            flex: 1;
        }
        
        
        .buttons {
            flex-direction: row;
            gap: 8px;
            justify-content: flex-end;
        }
        
        .btn {
            padding: 5px 0px;
            flex: 0 0 46%;
            font-size: 14px;
        }
        
        .credibility-container {
            flex-direction: row;
            padding: 5px 12px;
            gap: 5px;
        }
        
        .trust-badge {
            flex: 1;
            min-width: 0;
        }
        
        
        .trust-text {
            font-size: 11px;
        }
        
        .review-stats {
            flex: 0 0 auto;
            gap: 0px;
        }
        
        .stat-item {
            min-width: 40px;
        }
        
        .stat-value {
            font-size: 12px;
        }
        
        .stat-label {
            font-size: 9px;
        }
    }